Template:Team:BostonU/CSS

From 2014.igem.org

(Difference between revisions)
(Replaced content with "<html> <head> <style type="text/css"> #globalWrapper, #content { - -- changes default wiki settings --: width: 100%; height: 100%; border: 0px; background-color: trans...")
Line 16: Line 16:
height: 100%;  
height: 100%;  
background-color: transparent;
background-color: transparent;
 +
}
 +
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
 +
border: 0 none;
 +
height: 14px;
 +
z-index: 100;
 +
top: 0;
 +
position: fixed;
 +
width: 975px;
 +
left: 50%;
 +
margin-left: -487px;
 +
}
 +
 +
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
 +
height: 14px;
 +
display: block;
 +
z-index: 10;
 +
position: fixed;
 +
width: 100%;
 +
top: 0;
}
}
</style>
</style>
</html>
</html>

Revision as of 22:50, 17 June 2014