Css
From 2012.igem.org
(Difference between revisions)
(Created page with "<style type=text/css> #content { width: 975px; padding:0px; margin:0 auto; color: black; position: relative; top: -15px; border: none; background: none; backgr...") |
|||
Line 18: | Line 18: | ||
dd {width:85%;padding-left:20px;} | dd {width:85%;padding-left:20px;} | ||
+ | |||
+ | /*hide default igem banner and reformat style into blank slate*/ | ||
+ | #globalWrapper {width: 100%;} | ||
+ | #top-section {width: 100%; height:30px; border:none;} | ||
+ | #p-logo {display:none;} | ||
+ | #search-controls {display:none;} | ||
+ | #menubar a {color:#000000;} | ||
+ | #menubar a:hover{text-decoration:none; color:#52749C;} | ||
+ | .left-menu {background-color:#FFFFFF; margin:0px 0px 0px 0px; padding:0;} | ||
+ | .left-menu ul {background-color:#FFFFFF; margin:0; padding:0;} | ||
+ | .right-menu ul li a {background-color:#FFFFFF;} | ||
+ | .printfooter {display:none;} | ||
+ | #footer-box {border:none;} | ||
+ | #catlinks {display:none;} | ||
+ | .firstHeading {display:none;} | ||
+ | #content {width: 100%; border:none;} | ||
+ | #bodyContent {border:none;} | ||
</style> | </style> |
Revision as of 05:10, 23 September 2012
<style type=text/css>
- content {
width: 975px; padding:0px; margin:0 auto; color: black; position: relative; top: -15px; border: none; background: none; background-image:url(); background-color: #ffffff; background-repeat: no-repeat;
}
dt {widt:90%;padding-left:25px;}
dd {width:85%;padding-left:20px;}
/*hide default igem banner and reformat style into blank slate*/
- globalWrapper {width: 100%;}
- top-section {width: 100%; height:30px; border:none;}
- p-logo {display:none;}
- search-controls {display:none;}
- menubar a {color:#000000;}
- menubar a:hover{text-decoration:none; color:#52749C;}
.left-menu {background-color:#FFFFFF; margin:0px 0px 0px 0px; padding:0;} .left-menu ul {background-color:#FFFFFF; margin:0; padding:0;} .right-menu ul li a {background-color:#FFFFFF;} .printfooter {display:none;}
- footer-box {border:none;}
- catlinks {display:none;}
.firstHeading {display:none;}
- content {width: 100%; border:none;}
- bodyContent {border:none;}
</style>