source: oceandb/jQuery_Prototype/css/index.css @ 111

Last change on this file since 111 was 74, checked in by jazz, 15 years ago
  • script/jquery-ui.js & jquery.js : 更新 jQuery UI 到 1.7 跟相配合的 jQuery 版本(min版)
  • script/oceandb.js: 修改 accordion 選單屬性為 autoHeight = false, collapsible = true
  • css/index.css : 微調 accordion 背景顏色
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: 15px; 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#map-menu ul  { background-color: #E6E6FF; }
15#loading      { color: #ff0000; font-szie: 14px; width: 100%; text-align: center; margin-top: 50px; }
16#map        { background-color: #03004D; width: 80%; height: 100%; float: right; }
17
18/* footer */
19#footer       { overflow: hidden; color: #FFE080; border-top: 1px solid; bottom: 0px; height: 24px; width: 100%; background-color: #03004D; padding: 5px; }
20#footer a     { color: #FFC200; }
21#copyright    { float: left;  margin-left:   5px; height: 100%; vertical-align: middle; }
22#logos        { float: right; margin-right: 15px; }
23#logos img    { border: none; height: 28px; }
Note: See TracBrowser for help on using the repository browser.