initial commit

This commit is contained in:
Ben Ramey
2017-03-02 21:16:33 -06:00
commit 17761e7e53
395 changed files with 1899 additions and 0 deletions

50
ramey_sale.css Executable file
View File

@@ -0,0 +1,50 @@
.left_column {
width: 200px;
background-image: url(graphics/bg_gradiant.gif);
background-repeat: repeat-y;
background-position: center;
}
.main_table {
font-family: Arial, Helvetica, sans-serif;
border: 2px solid #666666;
}
.right_column {
background-image: url(graphics/bg_grass.gif);
background-repeat: repeat-x;
background-position: bottom;
}
.section_heading {
font-size: 18px;
font-weight: bold;
}
.content {
margin: 20px 20px 40px;
}
.link_buttons {
border-top-width: 0px;
border-right-width: 2px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;
}
.titles {
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 1px;
border-left-width: 0px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;
}