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

Line 4: Line 4:
  
  
/* Removing WikiMedia look */
+
/* Removing WikiMedia look */
#globalWrapper, #content { /*-- changes default wiki settings --*/
+
height: 100%;
+
width: 100%;
+
border: 0px;
+
background-color: transparent;
+
}
+
#top-section {
+
        height: 20px;
+
        width: 100%;
+
        position: fixed;
+
        border: 0px transparent;
+
background: #333;
+
z-index: 999;
+
}
+
  
 +
 +
        #contentSub, #footer-box, #catlinks, #search-controls,
 +
#p-logo, .printfooter, .firstHeading, .visualClear {
 +
display: none;
 +
}
 +
 +
#top-section {
 +
border: 0 none;
 +
height: 14px;
 +
z-index: 100;
 +
top: 0;
 +
position: fixed;
 +
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;
 +
}
  
 
/* Page Start */
 
/* Page Start */

Revision as of 10:56, 23 June 2015