source: oceandb/jQuery_Prototype/index.css @ 56

Last change on this file since 56 was 56, checked in by jazz, 15 years ago
  • 按 MENU 連結會隱藏左方方塊
File size: 1.1 KB
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; overflow: hidden; color: #bbb; border-bottom: 1px solid; height: 24px; width: 100%; background-color: blue; 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#main       { color: #bbb; height: 100%; width: 100%; background-color: gray; padding: 0px; }
11#map-menu     { background-color: blue;  width: 20%; height: 100%; float: left; display: block; }
12#map        { background-color: black; width: 80%; height: 100%; float: right; }
13
14/* footer */
15#footer       { position: absolute; overflow: hidden; color: #bbb; border-top: 1px solid; bottom: 0px; height: 31px; width: 100%; background-color: blue; padding: 5px; }
16#footer a     { color: white; }
17#copyright    { float: left;  margin-left:   15px; }
18#logos        { float: right; margin-right:  15px; }
19#logos img    { border: none; height: 31px; }
Note: See TracBrowser for help on using the repository browser.