Team:USTC-China/css/fixed-igemHead.css
From 2014.igem.org
Line 7: | Line 7: | ||
} | } | ||
+ | #globalWrapper { | ||
+ | margin: 0px; padding: 0px; width: auto; font-size: 127%; position: relative; | ||
+ | } | ||
#top-section { | #top-section { | ||
- | display: none; | + | margin-top:0; |
+ | margin-left:0; | ||
+ | width: 0px; | ||
+ | height: 1px; | ||
+ | height: 1px !important; | ||
+ | position: relative; | ||
+ | z-index: 100; | ||
+ | border: 0px; | ||
+ | border: 0px !important; | ||
+ | } | ||
+ | #p-logo { | ||
+ | visibility:hidden; | ||
+ | width: 975px; height: 0; position: absolute; z-index: -1; | ||
+ | } | ||
+ | #p-logo h5 { | ||
+ | display: none; | ||
+ | } | ||
+ | #p-logo a { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | #p-logo a:hover { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | #search-controls { | ||
+ | top: 20px; width: 150px; height: 0px; text-align: center; right: 15px; position: absolute; background-color: transparent; | ||
+ | } | ||
+ | input.searchButton { | ||
+ | margin: 1px 5px 0px 10px; border: currentColor;background-color: transparent; color: rgb(100,100,100); font-size: 100%; font-weight: bold; | ||
+ | } | ||
+ | input.searchButton:hover { | ||
+ | color: white; | ||
+ | } | ||
+ | #searchInput { | ||
+ | margin: 0px; width: 10.9em; font-size: 95%;background-color: transparent; | ||
+ | } | ||
+ | #searchGoButton { | ||
+ | margin-right: 0px; margin-left: 30px; | ||
+ | } | ||
+ | #menubar { | ||
+ | position:absolute; | ||
+ | top: -6px; line-height: 1em; font-family: sans-serif; font-size: 95%; white-space: nowrap; position: absolute; z-index: 200; | ||
+ | } | ||
+ | .left-menu { | ||
+ | width: 400px; | ||
+ | left: 0px; text-align: left; color: transparent; text-transform: lowercase; | ||
+ | } | ||
+ | .left-menu a { | ||
+ | left: 0px; text-align: left; color: transparent; text-transform: lowercase; | ||
+ | } | ||
+ | .left-menu:hover { | ||
+ | /* color: greenyellow; */ | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | .right-menu { | ||
+ | width: 400px; | ||
+ | position:absolute; | ||
+ | z-index:200; | ||
+ | text-align: right; | ||
+ | left: 900px; | ||
+ | color: white; | ||
+ | } | ||
+ | .right-menu a { | ||
+ | text-align: right; right: 0px; color: white; | ||
+ | } | ||
+ | #menubar ul { | ||
+ | list-style: none; color: rgb(85, 85, 85); | ||
+ | } | ||
+ | #menubar li { | ||
+ | padding-right: 0px; padding-left: 0px; display: inline; position: relative; cursor: pointer; | ||
+ | } | ||
+ | .left-menu li a { | ||
+ | padding: 0px 10px 0px 0px; | ||
+ | } | ||
+ | .left-menu .selected { | ||
+ | |||
+ | } | ||
+ | .left-menu:hover a { | ||
+ | color: #869690; | ||
+ | } | ||
+ | |||
+ | .right-menu li a { | ||
+ | padding: 0px 15px 0px 0px; | ||
+ | color: #869690; background-color: transparent; | ||
+ | } | ||
+ | .right-menu li a:hover { | ||
+ | color: rgb(170, 170, 255); text-decoration: underline; | ||
} | } | ||
Revision as of 03:54, 12 October 2014
- contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/
p{ margin-bottom: 0; } .firstHeading { display: none; }
- globalWrapper {
margin: 0px; padding: 0px; width: auto; font-size: 127%; position: relative; }
- top-section {
margin-top:0;
margin-left:0; width: 0px; height: 1px; height: 1px !important; position: relative; z-index: 100; border: 0px; border: 0px !important;
}
- p-logo {
visibility:hidden;
width: 975px; height: 0; position: absolute; z-index: -1; }
- p-logo h5 {
display: none; }
- p-logo a {
text-decoration: none; }
- p-logo a:hover {
text-decoration: none; }
- search-controls {
top: 20px; width: 150px; height: 0px; text-align: center; right: 15px; position: absolute; background-color: transparent; } input.searchButton { margin: 1px 5px 0px 10px; border: currentColor;background-color: transparent; color: rgb(100,100,100); font-size: 100%; font-weight: bold; } input.searchButton:hover { color: white; }
- searchInput {
margin: 0px; width: 10.9em; font-size: 95%;background-color: transparent; }
- searchGoButton {
margin-right: 0px; margin-left: 30px; }
- menubar {
position:absolute;
top: -6px; line-height: 1em; font-family: sans-serif; font-size: 95%; white-space: nowrap; position: absolute; z-index: 200; } .left-menu {
width: 400px;
left: 0px; text-align: left; color: transparent; text-transform: lowercase; } .left-menu a { left: 0px; text-align: left; color: transparent; text-transform: lowercase; } .left-menu:hover { /* color: greenyellow; */ background-color: transparent; } .right-menu {
width: 400px;
position:absolute;
z-index:200; text-align: right; left: 900px; color: white;
} .right-menu a { text-align: right; right: 0px; color: white; }
- menubar ul {
list-style: none; color: rgb(85, 85, 85); }
- menubar li {
padding-right: 0px; padding-left: 0px; display: inline; position: relative; cursor: pointer; } .left-menu li a { padding: 0px 10px 0px 0px; } .left-menu .selected {
} .left-menu:hover a { color: #869690; }
.right-menu li a { padding: 0px 15px 0px 0px; color: #869690; background-color: transparent; } .right-menu li a:hover { color: rgb(170, 170, 255); text-decoration: underline; }
- 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%; background-color: transparent; }