Team:Cornell/Templates/hideHeader
From 2011.igem.org
(Difference between revisions)
(50 intermediate revisions not shown) | |||
Line 15: | Line 15: | ||
min-height:100%; /* real browsers */ | min-height:100%; /* real browsers */ | ||
} | } | ||
- | |||
#top-section { | #top-section { | ||
- | background-image: url('https://static.igem.org/mediawiki/2011/ | + | background-image: url('https://static.igem.org/mediawiki/2011/c/c5/Cornell11_banner.gif'); |
- | height: | + | height:243px ! important; |
margin: 0px; | margin: 0px; | ||
margin-left: auto; | margin-left: auto; | ||
Line 24: | Line 23: | ||
margin-bottom: 0 !important; | margin-bottom: 0 !important; | ||
padding:0; | padding:0; | ||
- | border: | + | border: 1px solid black; |
} | } | ||
- | |||
#p-logo { | #p-logo { | ||
height:0px; | height:0px; | ||
Line 32: | Line 30: | ||
display:none; | display:none; | ||
} | } | ||
- | + | .firstHeading {display:none; } | |
- | .firstHeading { display: none | + | |
#search-controls { display:none; } | #search-controls { display:none; } | ||
/* Wiki Hacks - END */ | /* Wiki Hacks - END */ | ||
+ | |||
+ | /* Page Formatting */ | ||
+ | body { | ||
+ | background-image:url('https://static.igem.org/mediawiki/2011/6/66/Cornell11_Side_background.jpg'); | ||
+ | position: float; | ||
+ | } | ||
+ | |||
+ | a:link { | ||
+ | color:brown; | ||
+ | } | ||
+ | |||
+ | a:hover { | ||
+ | color:red; | ||
+ | } | ||
+ | |||
+ | a:visited { | ||
+ | color:brown; | ||
+ | } | ||
+ | |||
+ | |||
+ | h2 { | ||
+ | font-style:bold; | ||
+ | font-face:Arial; | ||
+ | padding:0; | ||
+ | margin:10px; | ||
+ | } | ||
+ | |||
+ | p { | ||
+ | font-face:Arial; | ||
+ | padding:0; | ||
+ | margin:30px; | ||
+ | } | ||
+ | |||
+ | h3 { | ||
+ | padding: 0; | ||
+ | margin-top:-18px; | ||
+ | } | ||
+ | |||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 03:15, 29 September 2011