Team:Uppsala/mediawiki remove.css
From 2014.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
#footer-box { | #footer-box { | ||
- | width: 100%; | + | |
- | background-color: white; | + | width: 100%; |
- | margin-left:auto; | + | background-color: white; |
- | margin-right:auto; | + | margin-left:auto; |
- | border:none; | + | margin-right:auto; |
+ | border:none; | ||
} | } | ||
#globalWrapper { | #globalWrapper { | ||
- | background-color: white; | + | |
- | padding:0; | + | background-color: white; |
- | margin:0; | + | padding:0; |
+ | margin:0; | ||
} | } | ||
Revision as of 18:42, 22 June 2014
- footer-box {
width: 100%; background-color: white; margin-left:auto; margin-right:auto; border:none;
}
- globalWrapper {
background-color: white; padding:0; margin:0;
}
- contentSub, #search-controls, .firstHeading, #catlinks, #p-logo {
display: none;
}
- top-section {
border: none; height: 0px;
}
- content {
border: none; width: 99.5%; height: 99.5%; background-image: url(""); overflow: auto; repeat-x;
}
/* The code above clears media wikis default code */