Team:SYSU-Software/main.css
From 2014.igem.org
(Created page with "body { font: x-small/normal sans-serif; margin: 0px; padding: 0px; color: black; font-size-adjust: none; font-stretch: normal; background-color: rgb(252, 241, 206);} .visualClea...")
Newer edit →
Revision as of 11:52, 1 October 2014
body { font: x-small/normal sans-serif; margin: 0px; padding: 0px; color: black; font-size-adjust: none; font-stretch: normal; background-color: rgb(252, 241, 206);} .visualClear { clear: both; }
- 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: white; background-color: rgb(85, 85, 85); } .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: white; }
.right-menu li a { padding: 0px 15px 0px 0px; color: rgb(100,100,100); background-color: transparent; } .right-menu li a:hover { color: rgb(170, 170, 255); text-decoration: underline; }