From 24cd1e99faf93d64019588d8344d8f89036088b0 Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Mon, 13 May 2013 12:54:51 -0400 Subject: progress --- static/style.css | 55 +++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 49 insertions(+), 6 deletions(-) (limited to 'static') 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; + } -- cgit v1.2.3