Team:UCL Academy/css
From 2013hs.igem.org
(Difference between revisions)
Line 2: | Line 2: | ||
height:100% ; | height:100% ; | ||
overflow:hidden ; | overflow:hidden ; | ||
+ | background-color:#fff; | ||
+ | } | ||
+ | |||
+ | #footer-box{ | ||
+ | display:none; | ||
} | } | ||
Line 7: | Line 12: | ||
height:100% ; | height:100% ; | ||
border:none ; | border:none ; | ||
+ | margin-top:-20px; | ||
} | } | ||
#toc{ | #toc{ |
Revision as of 13:29, 9 June 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;
}