source: oceandb/jQuery_Prototype/index.css @ 62

Last change on this file since 62 was 62, checked in by jazz, 15 years ago
  • 撰寫 admin/map-menu.php 來產生 JSON 檔
  • 嘗試從 JSON 載入 map-menu
File size: 1.4 KB
Line 
1body, html    { overflow: hidden; height: 100%; vertical-align: middle; margin: 0px; font-family: Geneva,Arial,Helvetica,sans-serif; font-size: 12pt; }
2a       { text-decoration: none !important; }
3
4/* header */
5#header       { overflow: hidden; color: #FFE080; border-bottom: 1px solid; height: 24px; width: 100%; background-color: #03004D; padding: 5px; }
6#header a     { color: #FFC200; }
7#main-menu    { float: left;  margin-left:  5px; height: 100%; vertical-align: middle; }
8#title        { float: right; margin-right: 5px; font-size: 18px; }
9
10/* main */
11#main       { overflow: hidden; color: #03004D; height: 80%; width: 100%; background-color: gray; padding: 0px; }
12#map-menu     { background-color: #E6E6FF; width: 20%; height: 100%; float: left; display: block; font-size: 12px;}
13#map-menu h3  { color: #03004D; font-size: 12px; }
14#loading      { color: #ff0000; font-szie: 14px; width: 100%; text-align: center; margin-top: 50px; }
15#map        { background-color: #03004D; width: 80%; height: 100%; float: right; }
16
17/* footer */
18#footer       { overflow: hidden; color: #FFE080; border-top: 1px solid; bottom: 0px; height: 24px; width: 100%; background-color: #03004D; padding: 5px; }
19#footer a     { color: #FFC200; }
20#copyright    { float: left;  margin-left:  5px; height: 100%; vertical-align: middle; }
21#logos        { float: right; margin-right: 5px; }
22#logos img    { border: none; height: 28px; }
Note: See TracBrowser for help on using the repository browser.