Team:UCL E/css
From 2013.igem.org
(Difference between revisions)
Line 67: | Line 67: | ||
.left-menu{ | .left-menu{ | ||
display: block; | display: block; | ||
+ | color:#fff; | ||
+ | background-color:rgb(96,96,96); | ||
} | } | ||
Revision as of 15:25, 10 July 2013
body, html { width:100% ;
height:100% ; overflow:hidden ; background-color:#fff;
}
- footer-box{
display:none;
}
iframe { width:100% ;
height:100% ; border:none ; margin-top:-20px;
}
- toc{
float: right; margin-left: 10px;
}
- search-controls{
display: none;
}
- catlinks{
display: none;
}
- p-logo{
display: none;
}
- top-section{
border: none; height: auto; top: -15px;
}
.firstHeading{ display:none; }
h1{
border:none;
}
- content{
width:950px; padding:0px; border:none; background:none;
}
- toc{
display:none;
}
- topbar{
background-color: #999; height: 100px;
}
- globalWrapper{
padding-bottom:0px;
}
.left-menu{
display: block; color:#fff; background-color:rgb(96,96,96);
}
- menubar li{
display: block; top:15px;
}
- menubar{
width:50px;
left:0px;
position:fixed; }
- menubar ul{
margin: 0; margin-left:3px; }
.right-menu{ text-align: left; }
li#pt-userpage,li#pt-login{ padding-left:0px; }