Team:UCL/static/wiki.css
From 2013.igem.org
/*********************************************************/ /*********************************************************/ /*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
- content
{top:-15px;}
- menubar, #menubar:hover{visibility:hidden}
END*/
/**************************************************/ /*CHANGES BACKGROUND COLOUR FOR ALL MAJOR ELEMENTS*/ /**************************************************/ div.row_small, div.row_large, div.h_gap,
- header,
.mediawiki,
- content
{
background:white;
}
/*#content a[href ^="https://"].external
{ background: center right no-repeat; padding-right: 18px;
}*/
- content
{ width:100%; margin:0px; padding:0px; }
.firstHeading { display:none; }
/*hides the team tag at the top*/
- content h1.firstHeading{
visibility:hidden; }
/*hides the top of the default top banner*/
- p-logo{
display: none; }
/*hides the outline for the top section*/
- top-section{
height: 0px; margin-bottom: 0px !important; border: none; }
/*colours the footer box*/
- footer-box{
background: white; border:0px; /*display:none;*/
}
/*hides the search bar & controls*/
- search-controls{
overflow:hidden;
display:none;
background: none; position: absolute; top: 170px; right: 40px; }
/*stops the menubar mouseover effect*/
- 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*/
- catlinks{
display:none;
}
/*removes the page border and top margin*/
- content{
border: none;
}
- globalWrapper
{
margin-bottom:0px; padding-bottom:0px;
}