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>

  1. content {
 width: 975px;
 padding:0px;
 margin:0 auto;
 color: black;
 position: relative;
 top: -15px;
 border: none;
 background: none;
 background-image:url(Gra_korea_u.jpg);
 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*/

  1. globalWrapper {width: 100%;}
  2. top-section {width: 100%; height:30px; border:none;}
  3. p-logo {display:none;}
  4. search-controls {display:none;}
  5. menubar a {color:#000000;}
  6. 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;}

  1. footer-box {border:none;}
  2. catlinks {display:none;}

.firstHeading {display:none;}

  1. content {width: 100%; border:none;}
  2. bodyContent {border:none;}

</style>

Retrieved from "http://2012.igem.org/Css"