Team:USTC-China/css/fixed-igemHead.css
From 2014.igem.org
(Created page with "#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} - →-- hides default wiki settings --: p{ margin-bottom: 0; } .firstHe...") |
|||
(8 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/ | + | .firstHeading, #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/ |
p{ | p{ | ||
margin-bottom: 0; | margin-bottom: 0; | ||
} | } | ||
- | + | ||
- | + | #globalWrapper { | |
- | + | margin: 0px; padding: 0px; width: auto; font-size: 127%; position: relative; | |
- | margin: 0px | + | |
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | #top-section { | |
+ | margin-left:0; | ||
+ | height: 0px; | ||
+ | border: 0px; | ||
+ | } | ||
- | + | .left-menu { | |
- | + | padding-left: 160px; | |
- | + | padding-top: 5px; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | .left-menu:hover { | |
- | + | background-color: transparent; | |
- | background-color: | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | .right-menu { | |
- | color: # | + | width: 400px; |
- | + | position:absolute; | |
+ | z-index:200; | ||
+ | text-align: right; | ||
+ | left: 850px; | ||
+ | padding-top: 5px; | ||
+ | } | ||
+ | |||
+ | |||
+ | .left-menu:hover a { | ||
+ | color: #869690; | ||
+ | } | ||
+ | |||
+ | .right-menu li a { | ||
+ | color: none; | ||
background-color: transparent; | background-color: transparent; | ||
} | } | ||
- | + | .right-menu li a:hover { | |
- | + | color: #869690; | |
+ | text-decoration: underline; | ||
} | } | ||
- | #globalWrapper, #content { | + | #globalWrapper, #content { |
width: 100%; | width: 100%; | ||
height: 100%; | height: 100%; | ||
Line 62: | Line 61: | ||
background-color: transparent; | background-color: transparent; | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- |
Latest revision as of 04:09, 12 October 2014
.firstHeading, #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/ p{ margin-bottom: 0; }
- globalWrapper {
margin: 0px; padding: 0px; width: auto; font-size: 127%; position: relative; }
- top-section {
margin-left:0; height: 0px; border: 0px;
}
.left-menu { padding-left: 160px;
padding-top: 5px;
}
.left-menu:hover { background-color: transparent; }
.right-menu {
width: 400px;
position:absolute; z-index:200; text-align: right; left: 850px; padding-top: 5px; }
.left-menu:hover a {
color: #869690;
}
.right-menu li a { color: none; background-color: transparent; }
.right-menu li a:hover { color: #869690; text-decoration: underline; }
- globalWrapper, #content {
width: 100%; height: 100%; border: 0px; background-color: transparent; margin: 0px; padding: 0px; }
html, body, .wrapper { /*-- changes default wiki settings --*/ width: 100%; height: 100%; background-color: transparent; }