From 2010.igem.org
(Difference between revisions)
|
|
Line 10: |
Line 10: |
| <style> | | <style> |
| | | |
- | <!-- ============================================ CONTENT : CSS =========================================== --> | + | <style> |
| + | .mw-headline { |
| + | color: red; |
| + | text-decoration:blink; |
| + | } |
| | | |
- | .top-section {
| + | // CSS - Nascondere Banner |
- | display:none;
| + | |
| + | #top-section { |
| + | //display:none; |
| + | } |
| + | |
| + | #p-logo { |
| + | display:none; |
| } | | } |
| | | |
| #footer-box { | | #footer-box { |
- | float: bottom;
| + | display:none; |
| } | | } |
| + | |
| + | #search-controls { |
| + | display:none |
| + | } |
| + | |
| + | </style> |
| | | |
| #content { | | #content { |
Revision as of 14:56, 8 October 2010
#content {
background-color:#FFFFFF;
border-width: 1px;
border-color: #000000;
}
#bodyContent {
padding: 0px;
margin-left : -5px;
margin-right : -5px;
background-image:url('https://static.igem.org/mediawiki/2010/6/6a/EPFL_BG.png');
}
.firstHeading {
display:none;
}
.EPFL_content {
position:relative;
top:100px;
margin-left:90px;
margin-right: 20px;
}
#toc {
position: fixed;
left: -200px;
top: 25px;
width: 180px;
}
body
{
background:url('https://static.igem.org/mediawiki/2010/5/58/EPFL_Page_bg.png');
//background-repeat:no-repeat;
background-position: center top;
}