Team:UCL-London/static/coverwikistyles.css

From 2013.igem.org

(Difference between revisions)
 
(40 intermediate revisions not shown)
Line 8: Line 8:
/*this bit removes the wiki links section from the top,
/*this bit removes the wiki links section from the top,
and removes the gap where they sit*/
and removes the gap where they sit*/
-
/*START*/
+
/*START
-
#content{top:-10px;}
+
#content
-
#menubar, #menubar:hover{visibility:hidden}
+
{top:-15px;}
-
/*END*/
 
 +
#menubar, #menubar:hover{visibility:hidden}
 +
 +
END*/
-
/*content background colour*/
+
/**************************************************/
 +
/*CHANGES BACKGROUND COLOUR FOR ALL MAJOR ELEMENTS*/
 +
/**************************************************/
div.row_small,
div.row_small,
div.row_large,
div.row_large,
-
div.buffer,
+
div.h_gap,
 +
#header,
.mediawiki,
.mediawiki,
#content
#content
{
{
-
         background: white;
+
         background:white;
}
}
 +
 +
/*#content a[href ^="https://"].external
 +
{
 +
    background: center right no-repeat; padding-right: 18px;
 +
}*/
#content
#content
Line 59: Line 69:
         background: #DDDDDD;
         background: #DDDDDD;
         border:0px;
         border:0px;
-
}
+
        display:none;
 +
}
/*hides the search bar & controls*/
/*hides the search bar & controls*/
Line 118: Line 129:
#content{
#content{
         border: none;
         border: none;
 +
}
 +
 +
#globalWrapper
 +
{
 +
        margin-bottom:0px;
 +
        padding-bottom:0px;
}
}

Latest revision as of 18:59, 11 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: #DDDDDD;
       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;

}