Template:ZJU-China/Main

From 2014.igem.org

(Difference between revisions)
Line 20: Line 20:
#top-section {
#top-section {
-
     background-color: #383838;
+
     background-color: transparent;
     border: 0 none;
     border: 0 none;
height: 14px;
height: 14px;
Line 31: Line 31:
#top-section:hover { /*-- styling for default menu bar (edit, page, history, etc.) --*/
#top-section:hover { /*-- styling for default menu bar (edit, page, history, etc.) --*/
-
background-color: #383838;
+
background-color: transparent;
border: 0 none;
border: 0 none;
height: 14px;
height: 14px;
Line 44: Line 44:
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
-
background-color: #383838;
+
background-color: transparent;
height: 14px;
height: 14px;
display: block;
display: block;
Line 60: Line 60:
#menubar a:hover, #menubar:hover { /*-- styling for default menu bar links (edit, page, history, etc.) --*/
#menubar a:hover, #menubar:hover { /*-- styling for default menu bar links (edit, page, history, etc.) --*/
-
color: #7272D8;  
+
color: #fff;  
text-decoration: none;  
text-decoration: none;  
background-color: transparent;
background-color: transparent;
Line 71: Line 71:
#globalWrapper, #content { /*-- changes default wiki settings --*/
#globalWrapper, #content { /*-- changes default wiki settings --*/
width: 100%;  
width: 100%;  
-
height: 100%;
+
height: auto; /*100%;*/
border: 0px;
border: 0px;
background-color: transparent;
background-color: transparent;
Line 234: Line 234:
div#bodyContent {
div#bodyContent {
-
     position: absolute;
+
     position: relative;
-
     top: -5px;
+
     top: 0px;
 +
}
 +
 
 +
div#bodyContent > p:first-of-type {
 +
    height: 0px;
 +
    margin: 0px;
 +
    padding: 0px;
 +
    font-size: 0pt;
}
}
</style>
</style>
</html>
</html>

Revision as of 11:20, 21 September 2014