Difference between revisions of "Team:Dundee/style.css"

Line 5: Line 5:
  
 
/* Removing WikiMedia look */
 
/* Removing WikiMedia look */
 
+
#globalWrapper, #content { /*-- changes default wiki settings --*/
 
+
height: 100%;
#contentSub, #footer-box, #catlinks, #search-controls,
+
width: 100%;
#p-logo, .printfooter, .firstHeading, .visualClear {
+
border: 0px;
display: none;
+
background-color: transparent;
}
+
}
 
+
#top-section {
#top-section {
+
        height: 20px;
border: 0 none;
+
        width: 100%;
height: 14px;
+
        position: fixed;
z-index: 100;
+
        border: 0px transparent;
top: 0;
+
background: #333;
position: fixed;
+
z-index: 999;
width: 975px;
+
left: 50%;
+
margin-left: -487px;
+
 
+
 
}
 
}
 
#globalWrapper, #content {
 
width: 100%;
 
height: 100%;
 
border: 0px;
 
background-color: transparent;
 
margin: 0px;
 
padding: 0px;
 
font-size: 100%;
 
}
 
 
html, body, .wrapper {
 
width: 100%;
 
height: 100%;
 
background-color: transparent;
 
}
 
 
  
  

Revision as of 10:55, 23 June 2015