Team:UCL-London/canvas

From 2013.igem.org

Revision as of 09:51, 18 June 2013 by 21Robin12 (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

/*hides the team tag at the top*/

  1. content h1.firstHeading{

visibility:hidden; }

/*hides the top of the default top banner*/

  1. p-logo{

display: none; }

/*hides the outline for the top section*/

  1. top-section{

height: 0px; margin-bottom: 0px !important; border: none; }

/*colours the footer box*/

  1. footer-box{
       background: white;

}

/*hides the search bar & controls*/

  1. search-controls{

overflow:hidden;

       display:none;

background: none; position: absolute; top: 170px; right: 40px; }

/*stops the menubar mouseover effect*/

  1. menubar{

position: absolute; background: none; color: black; }

/*prevents mouseover effects on top left/right menu bars*/ /*START*/ .left-menu, .right-menu{ position: absolute; background: none; color: black; }

.left-menu li a, .right-menu li a{ color: #000 !important; }

.left-menu ul li, .right-menu ul li a{ background: none; color: #000 !important; }

.left-menu li a:hover, .right-menu li a:hover, .right-menu li a:visited, .right-menu li a:active{

       color: #000 !important;

} /*END*/

/*alters background colour*/ .mediawiki{ background: #E8E8E8; }

/*removes the bottom box for links*/

  1. catlinks{
       display:none;

}

/*removes the page border and top margin*/

  1. content{
       border: none;
       margin-top: 0px;
       background: #E8E8E8;

}