Team:HNU China

From 2014.igem.org

(Difference between revisions)
Line 10: Line 10:
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/
.firstHeading {
.firstHeading {
-
width: 975px;  
+
        position:fixed;
-
margin: 0px auto;
+
margin-bottom: 0;
-
padding-top: 100px;
+
        height:0;
-
margin-bottom: 20px;
+
        visibility:hidden;
-
font-family: Georgia, Times, "Times New Roman", serif;  
+
}
}
h1, h2, h3, h4, h5 { font-family: Georgia, Times, "Times New Roman", serif;}
h1, h2, h3, h4, h5 { font-family: Georgia, Times, "Times New Roman", serif;}
-
 
+
#top-section {
-
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
+
margin-top:0;
-
background-color: #383838;
+
        margin-left:0;
-
border: 0 none;
+
        width: 0px;
-
height: 14px;
+
        height: 1px;
-
z-index: 100;
+
        height: 1px !important;
-
top: 0;
+
        position: relative;
-
position: fixed;
+
        z-index: 100;
-
width: 975px;  
+
        border: 0px;
-
left: 50%;  
+
        border: 0px !important;
-
margin-left: -487px;
+
}
}
-
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
+
 
-
background-color: #383838;
+
-
height: 14px;
+
-
display: block;
+
-
z-index: 10;
+
-
position: fixed;
+
-
width: 100%;
+
-
top: 0;
+
-
}
+
</style>
</style>
</head>
</head>

Revision as of 12:52, 26 June 2014