Team:Shenzhen BGIC ATCG/css/display.css

From 2013.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 45: Line 45:
#globalWrapper, #content {
#globalWrapper, #content {
-
background: #ccc !important;
+
background: #ccc !important;
 +
}
 +
 
 +
#bodyContent {
 +
border: 0;
}
}

Revision as of 09:34, 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, #content {

background: #ccc !important; }

  1. bodyContent {

border: 0; }