aboutsummaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css55
1 files changed, 49 insertions, 6 deletions
diff --git a/static/style.css b/static/style.css
index 4b9f896..c798b78 100644
--- a/static/style.css
+++ b/static/style.css
@@ -12,26 +12,69 @@ h1 {
border: 4px solid orange;
color:red;
}
-table {
- border: 1px solid black;
+table.grid {
border-collapse: collapse;
border-spacing:2px;
+ font-size: 10pt;
+ width: 1200px;
}
th, td {
border-width: 1px;
border-style: inset;
- border-color: gray;
+ border-color: white;
padding: 2px;
text-align: center;
}
-
+tr.evenrow td {
+ background-color: #CCC;
+ }
+tr.oddrow td {
+ background-color: #DDD;
+ }
+tr.strongrow th {
+ background-color: #999;
+ font-size: 1.2em;
+ }
+tr.strongrow td {
+ background-color: #999;
+ }
+th.colheader {
+ background-color: #BBB;
+ text-align: right;
+ width: 300px;
+ padding-right: 4px;
+ vertical-align: top;
+ }
td.outofstock a {
color: #000;
- font-size: 1.2em;
text-decoration: none;
}
td.available a {
color: #000;
- font-size: 1.2em;
text-decoration: none;
}
+tr.allparts {
+ vertical-align: top;
+ }
+tr.allparts a {
+ color: #000;
+ text-decoration: none;
+ }
+.fineprint {
+ border-top: 2px solid black;
+ margin-top: 25px;
+ padding-top: 5px;
+ font-size: 8pt;
+ font-style: italic;
+ }
+table.sharedspecs {
+ border-collapse: collapse;
+ border-spacing:2px;
+ font-size: 10pt;
+ }
+table.sharedspecs th {
+ text-align: right;
+ }
+table.sharedspecs td {
+ text-align: left;
+ }