Team:Linkoping Sweden/Templates

From 2014.igem.org

(Difference between revisions)
Line 19: Line 19:
/*-- hides default wiki settings --*/
/*-- hides default wiki settings --*/
 +
 +
#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;
 +
}
body
body
Line 27: Line 37:
}
}
-
<!--#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
+
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
background-color: #383838;
background-color: #383838;
border: 0 none;
border: 0 none;
Line 37: Line 47:
left: 50%;  
left: 50%;  
margin-left: -487px;
margin-left: -487px;
-
} -->
+
}
#wrapper
#wrapper

Revision as of 07:49, 25 June 2014