X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=styles%2Fdefault_blue.css;h=7371efdf9b98fe98f27e6cdb3afeb7441d783b20;hb=d066c39bf19edb0da3f0ca8ed47c57090b4843f7;hp=f9cbc22fa632d1a77db4e43473fe3873298d2c9e;hpb=334fa0380137800c82600fefa71e34122ebb3ef5;p=diogenes.git 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; +}