source: oceandb/jQuery_Prototype/index.css @ 55

Last change on this file since 55 was 55, checked in by jazz, 15 years ago
File size: 803 bytes
Line 
1body, html  { overflow: hidden; height: 100%; vertical-align: middle; margin: 0px; font-family: Geneva,Arial,Helvetica,sans-serif; font-size: 12pt; }
2
3/* header */
4#header       { position: absolute; color: #bbb; border-bottom: 1px solid; width: 100%; margin-bottom: 2px; background-color: black; padding: 5px; }
5#header a     { color: white; }
6#main-menu    { float: left;  margin-left:  15px; }
7#title        { float: right; margin-right: 15px; font-size: 18px; }
8
9/* main */
10
11/* footer */
12#footer     { position: absolute; color: #bbb; border-top: 1px solid; bottom: 5px; width: 100%; background-color: black; padding: 5px; }
13#footer a   { color: white; }
14#copyright  { float: left;  margin-left:   15px; }
15#logos      { float: right; margin-right:  15px; }
16#logos img  { border: none; height: 31px; }
Note: See TracBrowser for help on using the repository browser.