Template:Team:UCSD Software/CSS

From 2014.igem.org

(Difference between revisions)
Line 193: Line 193:
 +
#contentSub, #footer-box, #sitesub, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading, .visualClear {display: none;} /*-- hides default wiki settings --*/
 +
.topWikiNavBackground {
 +
    height:18px;
 +
    margin-top: 0px;//-32px;
 +
    background-color:transparent;
 +
}
-
 
+
#globalWrapper, #content { /*-- changes default wiki settings --*/
-
<!----------------------------------------------------------------------------------------------->
+
width: 100%;  
-
.firstHeading {
+
height: 100%;
-
width: 975px;  
+
border: 0px;
-
margin: 0px auto;
+
background-color: transparent;
-
padding-top: 100px;
+
margin: 0px;
-
margin-bottom: 20px;
+
padding: 0px;
-
font-family: Georgia, Times, "Times New Roman", serif;  
+
}
}
-
h1, h2, h3, h4, h5 { font-family: Georgia, Times, "Times New Roman", serif;}
+
html, body, .wrapper { /*-- changes default wiki settings --*/
-
 
+
width: 100%;  
 +
height: 100%;
 +
background-color: transparent;
 +
}
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
-
background-color: #333;//#383838;
 
border: 0 none;
border: 0 none;
-
height: 46px; // DEFAULT 14 px
+
height: 14px;
z-index: 100;
z-index: 100;
top: 0;
top: 0;
-
        //display: none;
 
position: fixed;
position: fixed;
-
width: 2975px;  
+
width: 975px;  
left: 50%;  
left: 50%;  
-
margin-left: -687px;
+
margin-left: -487px;
 +
        background-color: transparent;  
}
}
#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: #333;
+
        background-color:transparent;
-
height: 1px; //DEFAULT 14 PX
+
        height: 14px;
-
display: none;//block;
+
display: block;
-
       
+
z-index: 10;
z-index: 10;
position: fixed;
position: fixed;
-
width: 100%;
+
width:100%;
top: 0;
top: 0;
}
}
-
#menubar a:link, #menubar a:active, #menubar a:visited, #menubar a:hover, #menubar:hover { /*-- styling for default menu bar links (edit, page, history, etc.) --*/
+
#menubar a:link, #menubar a:visited { /*-- styling for default menu bar links (edit, page, history, etc.) --*/
-
color: #727272;  
+
        color:#FFF;
text-decoration: none;  
text-decoration: none;  
background-color: transparent;
background-color: transparent;
}
}
-
 
+
#menubar a:active, #menubar a:hover
-
 
+
{
-
#globalWrapper, #content { /*-- changes default wiki settings --*/
+
        color:#FFF;
-
width: 100%;  
+
text-decoration: underline;
-
height: 100%;
+
        background-color:transparent;
-
border: 0px;
+
-
background-color: transparent;
+
-
margin: 0px;
+
-
padding: 0px;
+
}
}
-
html, body, .wrapper { /*-- changes default wiki settings --*/
+
<!----------------------------------------------------------------------------------------------->
-
width: 100%;  
+
.firstHeading {
-
height: 100%;  
+
width: 975px;  
-
background-color: transparent;
+
margin: 0px auto;
 +
padding-top: 100px;
 +
margin-bottom: 20px;
 +
font-family: Georgia, Times, "Times New Roman", serif;
}
}
 +
 +
h1, h2, h3, h4, h5 { font-family: Georgia, Times, "Times New Roman", serif;}
 +
 +
#contentcontainer { /*-- creates container for all content on page --*/
#contentcontainer { /*-- creates container for all content on page --*/

Revision as of 05:48, 17 October 2014