Team:Lethbridge Canada/testingPage

From 2014hs.igem.org

(Difference between revisions)
Line 3: Line 3:
<style type="text/css">
<style type="text/css">
/************************Code to remove top banner from 2013 iGEM Team************************************/
/************************Code to remove top banner from 2013 iGEM Team************************************/
-
#content h1.firstHeading{
+
#content h1.firstHeading {
-
visibility:hidden;
+
visibility: hidden;
-
}
+
}ewe
-
#p-logo{
+
#p-logo {
-
display:none;
+
display: none;
}
}
#searchform {
#searchform {
-
display: none;
+
    display: none;
}
}
 +
 +
.left-menu {
 +
background: none
 +
}
 +
.left-menu a {
 +
    color: #000;
 +
}
 +
div#top-section { /*the div containing the entire top bar*/
div#top-section { /*the div containing the entire top bar*/
height: 20px;
height: 20px;
Line 20: Line 28:
}
}
 +
#content{
 +
margin: 0px 0px 0px -11px;
 +
width: 1200px;
 +
border: none;
 +
}
 +
 +
#search-controls {
 +
overflow:hidden;
 +
display:none;
 +
background: none;
 +
position: absolute;
 +
top: 170px;
 +
right: 40px;
 +
}
 +
 +
 +
div#header {
 +
width: 1200px;
 +
text-align: left;
 +
margin-left: auto;
 +
margin-right: auto;
 +
margin-bottom: 0px !important;
 +
 +
 +
#menubar {
 +
position: absolute;
 +
color: black;
 +
        background-color: #ffffff;
 +
}
 +
 +
.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;
 +
}
 +
 +
#catlinks{
 +
display:none;
 +
}
 +
 +
/*important for background colours*/
 +
.mediawiki{
 +
background: #ffffff;
 +
}
.mediawiki {
.mediawiki {
Line 26: Line 92:
background: transparent;
background: transparent;
}
}
-
#content{
+
 
-
margin: 0px 0px 0px -11px;
+
#globalWrapper {
width: 1200px;
width: 1200px;
-
border: none;
+
background: transparent;
}
}
 +
#footer-box {
 +
width: 1210px;
 +
margin: 0px 0px 0px -11px;
 +
border: 1px solid #c4c4c4;
 +
background-color: #f4f4ff
 +
}
/************************Banner Removal Code End************************************/
/************************Banner Removal Code End************************************/

Revision as of 19:21, 3 May 2014

Hello World