Team:USTC-China/css/fixed-igemHead.css

From 2014.igem.org

(Difference between revisions)
 
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;
-
}
 
-
.firstHeading {
 
-
display: none;
 
}
}
Line 10: Line 7:
margin: 0px; padding: 0px; width: auto; font-size: 127%; position: relative;
margin: 0px; padding: 0px; width: auto; font-size: 127%; position: relative;
}
}
 +
#top-section {
#top-section {
-
margin-top:0;
+
    margin-left:0;
-
        margin-left:0;
+
    height: 0px;
-
        width: 0px;
+
    border: 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 {
.left-menu {
-
        width: 400px;
+
padding-left: 160px;
-
left: 0px; text-align: left; color: transparent; text-transform: lowercase;
+
    padding-top: 5px;
-
}
+
-
.left-menu a {
+
-
left: 0px; text-align: left; color: transparent; text-transform: lowercase;
+
}
}
 +
.left-menu:hover {
.left-menu:hover {
-
/* color: greenyellow; */
 
background-color: transparent;
background-color: transparent;
}
}
 +
.right-menu {
.right-menu {
-
        width: 400px;
+
    width: 400px;
position:absolute;
position:absolute;
-
        z-index:200;
+
z-index:200;
-
        text-align: right;
+
text-align: right;  
-
        left: 900px;
+
left: 850px;  
-
        color: white;
+
padding-top: 5px;
-
}
+
-
.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 {
.left-menu:hover a {
color: #869690;
color: #869690;
Line 92: Line 38:
.right-menu li a {
.right-menu li a {
-
padding: 0px 15px 0px 0px;  
+
color: none;
-
color: #869690; background-color: transparent;
+
background-color: transparent;
}
}
 +
.right-menu li a:hover {
.right-menu li a:hover {
-
color: rgb(170, 170, 255); text-decoration: underline;
+
color: #869690;
 +
text-decoration: underline;
}
}
-
#globalWrapper, #content { /*-- changes default wiki settings --*/
+
#globalWrapper, #content {
width: 100%;  
width: 100%;  
height: 100%;
height: 100%;

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; }

  1. globalWrapper {

margin: 0px; padding: 0px; width: auto; font-size: 127%; position: relative; }

  1. 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; }

  1. 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; }