Team:UCL Academy/css
From 2013hs.igem.org
(Difference between revisions)
(Created page with " - →getting rid of wiki baggage: #globalWrapper{ position:relative; width:990px; margin-left:auto; margin-right:auto; margin-top:none; } #versionwarning{ ...") |
|||
Line 1: | Line 1: | ||
- | + | body{ | |
- | + | margin: 0px; | |
- | + | background: #fcfaf8; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | # | + | #toc{ |
- | + | float: right; | |
- | + | margin-left: 10px; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | # | + | #search-controls{ |
- | + | display: none; | |
} | } | ||
#catlinks{ | #catlinks{ | ||
- | + | display: none; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
#p-logo{ | #p-logo{ | ||
- | display:none; | + | display: none; |
} | } | ||
- | # | + | #top-section{ |
- | + | border: none; | |
- | + | height: auto; | |
- | + | top: -15px; | |
- | + | ||
- | + | ||
} | } | ||
#content{ | #content{ | ||
- | + | width:auto; | |
+ | padding:0px; | ||
+ | border:none; | ||
+ | background:none; | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | . | + | .firstHeading{ |
- | + | display:none; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | h1{ | |
- | + | border:none; | |
- | + | ||
} | } |
Revision as of 09:46, 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;
}
- content{
width:auto; padding:0px; border:none; background:none;
}
.firstHeading{
display:none;
}
h1{
border:none;
}