Template:ZJU-China/Main
From 2014.igem.org
(Difference between revisions)
(4 intermediate revisions not shown) | |||
Line 2: | Line 2: | ||
<head> | <head> | ||
<style type="text/css"> | <style type="text/css"> | ||
- | #contentSub | + | #contentSub, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/ |
.firstHeading { | .firstHeading { | ||
Line 20: | Line 20: | ||
#top-section { | #top-section { | ||
- | background-color: | + | background-color: transparent; |
border: 0 none; | border: 0 none; | ||
height: 14px; | height: 14px; | ||
Line 31: | Line 31: | ||
#top-section:hover { /*-- styling for default menu bar (edit, page, history, etc.) --*/ | #top-section:hover { /*-- styling for default menu bar (edit, page, history, etc.) --*/ | ||
- | background-color: | + | background-color: transparent; |
border: 0 none; | border: 0 none; | ||
height: 14px; | height: 14px; | ||
Line 44: | Line 44: | ||
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/ | #top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/ | ||
- | background-color: | + | background-color: transparent; |
height: 14px; | height: 14px; | ||
display: block; | display: block; | ||
Line 60: | Line 60: | ||
#menubar a:hover, #menubar:hover { /*-- styling for default menu bar links (edit, page, history, etc.) --*/ | #menubar a:hover, #menubar:hover { /*-- styling for default menu bar links (edit, page, history, etc.) --*/ | ||
- | color: # | + | color: #fff; |
text-decoration: none; | text-decoration: none; | ||
background-color: transparent; | background-color: transparent; | ||
Line 71: | Line 71: | ||
#globalWrapper, #content { /*-- changes default wiki settings --*/ | #globalWrapper, #content { /*-- changes default wiki settings --*/ | ||
width: 100%; | width: 100%; | ||
- | height: 100%; | + | height: auto; /*100%;*/ |
border: 0px; | border: 0px; | ||
background-color: transparent; | background-color: transparent; | ||
Line 129: | Line 129: | ||
.sub-sidemenu a {color: #666;} | .sub-sidemenu a {color: #666;} | ||
- | #groupparts {text-align: center; margin-left: auto; margin-right: auto;} | + | #groupparts {text-align: center; margin-left: auto; margin-right: auto;margin-top:2em;margin-bottom:2em;box-shadow:0 0 5px #888888} |
+ | |||
+ | table.gallery {border: 1px solid #ccc; margin: 2px auto 2px auto; padding: 2px; background-color: white;} | ||
div.underconst | div.underconst | ||
Line 233: | Line 235: | ||
.annItem li {list-style: none; margin: 5px} | .annItem li {list-style: none; margin: 5px} | ||
+ | /* bodyContent reset */ | ||
div#bodyContent { | div#bodyContent { | ||
- | position: | + | position: relative; |
- | top: - | + | top: 0px; |
+ | } | ||
+ | |||
+ | div#bodyContent > p { | ||
+ | height: 0px; | ||
+ | margin: 0px; | ||
+ | padding: 0px; | ||
+ | font-size: 0pt; | ||
+ | } | ||
+ | |||
+ | /* footer box reset */ | ||
+ | #footer-box { | ||
+ | border: none; | ||
+ | padding: 0; | ||
+ | width: 100%; | ||
+ | display:block; | ||
} | } | ||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 08:33, 12 October 2014