Team:NTU Taida/template/header

From 2014.igem.org

(Difference between revisions)
(Undo revision 193097 by HIbaby (talk))
Line 6: Line 6:
<style type="text/css">
<style type="text/css">
-
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear
+
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear{
 +
/*-- hides default wiki settings --*/
 +
        display:  none;
 +
}
-
{
+
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
 +
        height: 0px;
 +
        border-top: 0.5
 +
        border-left: none;
 +
        border-right: none;
 +
}
-
display:  none;
 
-
}
+
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
-
 
+
background-color: #383838;
-
/*-- hides default wiki settings --*/
+
height: 14px;
-
 
+
display: block;
-
#top-section {
+
z-index: 10;
-
height: 0px;
+
position: fixed;
-
border-top: 0.5
+
width: 100%;
-
border-left: none;
+
top: 0;
-
border-right: none;
+
}
}
-
 

Revision as of 15:39, 11 October 2014