Template:Team:UCSD Software/CSS

From 2014.igem.org

(Difference between revisions)
Line 109: Line 109:
.topWikiNavBackground {
.topWikiNavBackground {
-
     height:0px;
+
     height:18px;
-
     margin-top:0px;
+
     margin-top: -32px;
     background-color:transparent;
     background-color:transparent;
}
}
Line 130: Line 130:
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
border: 0 none;
border: 0 none;
-
height: 0px;
+
height: 14px;
z-index: 100;
z-index: 100;
top: 0;
top: 0;
-
position: static;
+
position: fixed;
width: 975px;  
width: 975px;  
left: 50%;  
left: 50%;  
-
        display: none;
 
margin-left: -487px;
margin-left: -487px;
         background-color: transparent;  
         background-color: transparent;  
Line 143: Line 142:
#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:transparent;
         background-color:transparent;
-
         height: 0px;
+
         height: 14px;
-
display: none;
+
display: block;
z-index: 10;
z-index: 10;
-
position: static;
+
position: fixed;
width:100%;
width:100%;
top: 0;
top: 0;
Line 154: Line 153:
         color:#FFF;
         color:#FFF;
text-decoration: none;  
text-decoration: none;  
-
        display: none;
 
background-color: transparent;
background-color: transparent;
}
}
Line 161: Line 159:
{
{
         color:#FFF;
         color:#FFF;
-
        display: none;
 
text-decoration: underline;
text-decoration: underline;
         background-color:transparent;
         background-color:transparent;

Revision as of 07:37, 13 October 2014