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

Line 6: Line 6:
 
/* Removing WikiMedia look */
 
/* Removing WikiMedia look */
  
      #globalWrapper{
+
 
        font-size:14px;
+
#contentSub, #footer-box, #catlinks, #search-controls,
      }
+
#p-logo, .printfooter, .firstHeading, .visualClear {
 +
display: none;
 +
}
  
      #content{
+
#top-section {
        height: 0px;
+
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;
 +
}
  
      #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
+
.navbar {
          display:none;}
+
margin: 0 auto;
 +
margin-top: 1em;
 +
padding: 1em;
 +
border-radius: 10px;
 +
}
  
      #top-section {
 
          border: none;
 
          height: 0px;}
 
      #content {
 
          border: none;}
 
  
 
/* Page Start */
 
/* Page Start */

Revision as of 11:03, 19 June 2015