Team:McMaster-Ontario/css
From 2012.igem.org
(Difference between revisions)
Line 57: | Line 57: | ||
#navbar { | #navbar { | ||
float: right; | float: right; | ||
- | line-height:70px; | + | line-height: 70px; |
height: 70px; | height: 70px; | ||
} | } | ||
Line 68: | Line 68: | ||
display: block; | display: block; | ||
float: left; | float: left; | ||
- | line-height:70px; | + | line-height: 70px; |
+ | padding: 0 15 0 15; | ||
} | } |
Revision as of 15:37, 7 May 2013
/* Converts generic template into empty one.
Ne touche pas */
- content {
border: none; background-color: transparent; width:100%; margin:0; padding:0; }
- catlinks {
display: none; }
- footer-box {
display: none; height: 0px; }
- p-logo {
display: none; }
- top-section {
border: none; height: 0px; } .firstHeading { display: none; }
- search-controls {
display: none; } input.searchButton:hover { color: #B41111; } input.searchButton { color: #ffffff; } p { margin: 0; padding: 0; } div .visualClear { display: none; }
- globalWrapper {
margin: 0; padding: 0px; overflow: hidden; } /*End of Line*/
body { background: black; }
- navbar {
float: right; line-height: 70px; height: 70px; }
- navbar .nav {
list-style: none; display: block; margin: 0; }
- content li {
display: block; float: left; line-height: 70px; padding: 0 15 0 15; }