X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Ftoplevel.css;fp=htdocs%2Ftoplevel.css;h=91a0710fcc1f57430f7feb4b2285ea519d52fe51;hb=6855525e48fad5de270500a5445c4f4ff85d8bda;hp=0000000000000000000000000000000000000000;hpb=e69709aa8ee6108a1197e46b45367ba8dab55a52;p=diogenes.git diff --git a/htdocs/toplevel.css b/htdocs/toplevel.css new file mode 100644 index 0000000..91a0710 --- /dev/null +++ b/htdocs/toplevel.css @@ -0,0 +1,48 @@ +#header { + background-color: #787878; + background-image: url(images/banner.png); + background-repeat: no-repeat; + background-attachment: scroll; + height: 55px; + background-position: right; + margin:0; padding:0; + border-bottom: 1px solid black; +} + +#header .logo { + height: 55px; + background-image: url(images/barrel.gif); + background-repeat: no-repeat; + background-position: center; + margin:0; +} + +#header .titlebar { + padding: 10px; +} + +.menu a { + background-image: url(images/menu-back.gif); + background-position: right bottom; + background-repeat: no-repeat; +} + +.logevents { + font-weight: bold; + font-size: 9pt; + text-align: right; +} + +.logmain { + font-weight: bold; + font-size: 9pt; +} + +.center { + text-align: center; +} + +.auth { + font-weight: bold; + font-size: 9pt; +}