User:Sifuentes anita

From 2014.igem.org

(Difference between revisions)
Line 10: Line 10:
/* Clear the default wiki settings */
/* Clear the default wiki settings */
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear, .firstHeading {
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear, .firstHeading {
-
display: none;
+
display: none;
 +
}
 +
 +
/* set up a white background */
 +
body {
 +
background-color: #fff;
}
}
-
body {  
+
/*-- Make page full width and remove borders */
-
background-color: #fff;
+
#globalWrapper, #content {  
-
}
+
width: 100%;
 +
height: 100%;
 +
border: 0px;
 +
background-color: transparent;
 +
margin: 0px;
 +
padding: 0px;
 +
}
-
#globalWrapper, #content { /*-- changes default wiki settings --*/
+
html, body, .wrapper {  
-
width: 100%;  
+
width: 100%;  
-
height: 100%;
+
height: 100%;  
-
border: 0px;
+
background-color: transparent;
-
background-color: transparent;
+
}
-
margin: 0px;
+
-
padding: 0px;
+
-
}
+
-
#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;
 
-
}
 
-
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: #383838;
+
background-color: #383838;
-
border: 0 none;
+
border: 0 none;
-
height: 14px;
+
height: 14px;
-
z-index: 100;
+
z-index: 100;
-
top: 0;
+
top: 0;
-
position: fixed;
+
position: fixed;
-
width: 975px;  
+
width: 975px;  
-
left: 50%;  
+
left: 50%;  
-
margin-left: -487px;
+
margin-left: -487px;
-
}
+
}

Revision as of 15:19, 7 January 2015