Team:Shenzhen/css/display.css

From 2012.igem.org

(Difference between revisions)
(Created page with "/* ------------------- Title: display.css Team: Shenzhen Author: BGI_K2 Twitter: @BGI_K2 Email: im.ss.kk@gmail.com Please contact me if you would like to use this script ...")
Line 42: Line 42:
#contentSub,#siteSub {
#contentSub,#siteSub {
display:none;
display:none;
 +
}
 +
 +
#globalWrapper {
 +
background: #333 !important;
}
}

Revision as of 09:29, 13 September 2013

/* -------------------


Title: display.css Team: Shenzhen Author: BGI_K2 Twitter: @BGI_K2 Email: im.ss.kk@gmail.com

Please contact me if you would like to use this script


*/


  1. footer-box,#catlinks,#p-logo,#search-controls,#toc{

display:none } .left-menu { width:350px !important; } .left-menu li{ font-size:13px !important; line-height:20px !important; font-family:'Terminal Dosis', Arial, sans-serif !important; color: #ccc !important; } .right-menu{ display:none }

  1. top-section {

height:20px; border:none !important; position:absolute !important; left:200px; }

.firstHeading{ display:none }

  1. contentSub,#siteSub {

display:none; }

  1. globalWrapper {

background: #333 !important; }