Team:NTU Taida/template/header
From 2014.igem.org
(Difference between revisions)
Line 27: | Line 27: | ||
width: 100%; | width: 100%; | ||
top: 0; | 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: #727272; | ||
+ | text-decoration: none; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | body { | ||
+ | background-color: #fff; | ||
} | } | ||
Line 42: | 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: transparent; | 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; | ||
} | } | ||
Revision as of 15:41, 11 October 2014