Team:UCL/static/wiki.css

From 2013.igem.org

(Difference between revisions)
Line 67: Line 67:
/*colours the footer box*/
/*colours the footer box*/
#footer-box{
#footer-box{
-
         background: #DDDDDD;
+
         background: white;
         border:0px;
         border:0px;
         /*display:none;*/
         /*display:none;*/

Revision as of 09:22, 13 August 2013

/*********************************************************/ /*********************************************************/ /*this stylesheet just covers all the default wiki styles*/ /*make sure to link every page to this stylesheet*********/ /*********************************************************/ /*********************************************************/

/*this bit removes the wiki links section from the top, and removes the gap where they sit*/ /*START

  1. content

{top:-15px;}


  1. menubar, #menubar:hover{visibility:hidden}

END*/

/**************************************************/ /*CHANGES BACKGROUND COLOUR FOR ALL MAJOR ELEMENTS*/ /**************************************************/ div.row_small, div.row_large, div.h_gap,

  1. header,

.mediawiki,

  1. content

{

       background:white;

}

/*#content a[href ^="https://"].external

{
   background: center right no-repeat; padding-right: 18px;

}*/

  1. content

{ width:100%; margin:0px; padding:0px; }

.firstHeading { display:none; }

/*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;
       border:0px;
       /*display:none;*/

}

/*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, #menubar:hover{
       background:none;
       position:absolute;
       padding-bottom:5px;
       top:-20px;

}

/*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 {

       background: none;
       color: #000 !important;

} /*END*/

/*removes the bottom box for links*/

  1. catlinks{
       display:none;

}

/*removes the page border and top margin*/

  1. content{
       border: none;

}

  1. globalWrapper

{

       margin-bottom:0px;
       padding-bottom:0px;

}