Team:NTU Taida/template/header
From 2014.igem.org
(Difference between revisions)
(7 intermediate revisions not shown) | |||
Line 6: | Line 6: | ||
<style type="text/css"> | <style type="text/css"> | ||
- | #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear | + | #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear{ |
+ | /*-- hides default wiki settings --*/ | ||
+ | display: none; | ||
+ | } | ||
- | { | + | #top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/ |
+ | height: 0px; | ||
+ | border-top: 0.5 | ||
+ | border-left: none; | ||
+ | border-right: none; | ||
+ | } | ||
- | |||
- | } | + | #top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/ |
+ | background-color: #383838; | ||
+ | height: 14px; | ||
+ | display: block; | ||
+ | z-index: 10; | ||
+ | position: fixed; | ||
+ | width: 100%; | ||
+ | top: 0; | ||
+ | } | ||
- | /*-- | + | #menubar a:link, #menubar a:active, #menubar a:visited, #menubar a:hover, #menubar:hover { |
+ | /*-- styling for default menu bar links (edit, page, history, etc.) --*/ | ||
+ | color: #fff; | ||
+ | text-decoration: none; | ||
+ | background-color: transparent; | ||
+ | } | ||
- | + | body { | |
- | + | background-color: #fff; | |
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | |||
Line 29: | Line 45: | ||
height: 90%; | height: 90%; | ||
border: 0px; | border: 0px; | ||
- | background-color: | + | background-color: transparent; |
margin: 0px; | margin: 0px; | ||
padding: 0px; | padding: 0px; | ||
Line 37: | Line 53: | ||
- | html, body, .wrapper { /*-- changes default wiki settings -- | + | html, body, .wrapper { /*-- changes default wiki settings --*/ |
- | + | ||
- | */ | + | |
width: 100%; | width: 100%; | ||
height: 100%; | height: 100%; | ||
- | background-color: | + | background-color: transparent; |
} | } | ||
+ | #contentcontainer { /*-- creates container for all content on page --*/ | ||
+ | font-family: Arial, Helvetica, sans-serif; | ||
+ | font-weight: normal; | ||
+ | font-size: 14px; | ||
+ | color: #414141; | ||
+ | width: 960px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | background-color: #transparent; | ||
+ | margin-top: 0px; | ||
+ | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</style> | </style> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</html> | </html> | ||
- |
Latest revision as of 15:43, 11 October 2014