Team:Michigan/Test Css
From 2012.igem.org
(Difference between revisions)
Line 2: | Line 2: | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | #top-section { | ||
+ | height: 1px; } | ||
+ | #p-logo { | ||
+ | height:1px; overflow:hidden; display:none;} | ||
+ | #search-controls { | ||
+ | display:none;} | ||
+ | #top-section { | ||
+ | height:14px; | ||
+ | width: 100%; | ||
+ | border: 0; | ||
+ | background: rgba(51,51,51,1)} | ||
+ | .left-menu a { | ||
+ | color: white; } | ||
+ | .left-menu:hover { | ||
+ | color: white; | ||
+ | background: transparent; } | ||
+ | .left-menu:hover a { | ||
+ | color: white; } | ||
+ | .right-menu li a { | ||
+ | background-color: transparent; | ||
+ | color: white;} | ||
+ | #content { | ||
+ | width:100%; | ||
+ | border:none; | ||
+ | padding:0; | ||
+ | } | ||
+ | #content #top, #content #siteSub, #content #contentSub { | ||
+ | display:none; | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | } | ||
+ | /* Hides default page title beneath banner */ | ||
+ | .firstHeading { | ||
+ | height:0px; | ||
+ | visibility:hidden; | ||
+ | } | ||
/*------------------------- Layout styles ------------------------*/ | /*------------------------- Layout styles ------------------------*/ | ||
body{ | body{ |
Revision as of 22:56, 25 July 2012