Team:UCL Academy/css
From 2013hs.igem.org
(Difference between revisions)
Line 44: | Line 44: | ||
#toc{ | #toc{ | ||
display:none; | display:none; | ||
+ | } | ||
+ | |||
+ | #topbar{ | ||
+ | background-color: #999; | ||
+ | height: 100px; | ||
} | } |
Revision as of 09:54, 9 June 2013
body{ margin: 0px;
background: #fcfaf8;
}
- 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;
}