Team:ETH Zurich/css/adjust igem standard.css
From 2014.igem.org
(Difference between revisions)
Line 46: | Line 46: | ||
html, body, .wrapper { /*-- changes default wiki settings --*/ | html, body, .wrapper { /*-- changes default wiki settings --*/ | ||
width: 100%; | width: 100%; | ||
- | height: 100%; | + | /* height: 100%; */ /*-- LW Tablet Layout Fix --*/ |
background-color: transparent; | background-color: transparent; | ||
} | } |
Revision as of 14:50, 24 June 2014
- contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear,.firstHeading {display: none;}, /*-- hides default wiki settings --*/
body {
margin: 10px 0 0 0; padding: 0;}
- top-section {
width: 100%; height: 0; margin: 0; padding: 0; border: none;}
- menubar {
font-size: medium; padding-top: 0.5em; padding-left: 0.5em; top: -12px;}
.left-menu:hover {
background-color: grey;}
.right-menu:hover {
background-color: grey;}
- menubar li a {
background-color: transparent;}
- menubar:hover {
color: white;}
- menubar li a {
color: transparent;}
- menubar:hover li a {
color: white;}
/* Removes "teams" from the menubar */
- menubar > ul > li:last-child {
display: none;}
/* Resizes the menubar to fik the links (default is 400px) */
- menubar {
width: auto;}
- globalWrapper, #content { /*-- changes default wiki settings --*/
width: 100%; height: 100%; border: 0px; background-color: transparent; margin: 0px; padding: 0px; }
html, body, .wrapper { /*-- changes default wiki settings --*/ width: 100%; /* height: 100%; */ /*-- LW Tablet Layout Fix --*/ background-color: transparent; }