From: Jeremy Laine Date: Thu, 20 Jul 2006 23:28:52 +0000 (+0000) Subject: touchup stylesheets X-Git-Url: http://git.polytechnique.org/?p=diogenes.git;a=commitdiff_plain;h=d066c39bf19edb0da3f0ca8ed47c57090b4843f7 touchup stylesheets --- diff --git a/htdocs/common.css b/htdocs/common.css index 4ad9ebe..7c8b9d5 100644 --- a/htdocs/common.css +++ b/htdocs/common.css @@ -94,7 +94,7 @@ clear: both; text-align: center; padding: 10px; - font-size: 9pt; + font-size: 8pt; } diff --git a/styles/default_blue.css b/styles/default_blue.css index f9cbc22..7371efd 100644 --- a/styles/default_blue.css +++ b/styles/default_blue.css @@ -1,5 +1,20 @@ /* insert your CSS customisations below */ +#header { + margin: 1px; + padding: 3px; + border: 1px dotted #2050a0; + background-color: #edf8ff; + color: #2050a0; +} + +#footer { + margin: 1px; + padding: 3px; + border: 1px dotted #2050a0; + background-color: #edf8ff; +} + body { background-color: #60a5e0; color: inherit; @@ -41,3 +56,14 @@ table.light th { background-color: #2050a0; color: white; } + +/* version */ +.version { + font-size: 8pt; +} + +.hidden { +/* display: none */; + color: #60a5e0; + font-size: 1pt; +}