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

Line 3: Line 3:
  
 
/* Removing WikiMedia look */
 
/* Removing WikiMedia look */
 +
body{position:absolute; top:0px; width:100%; height:1300px;}
 +
#top-section{
 +
  height:0px;
 +
    border:none;
 +
    width:980px;
 +
    margin:0 auto;
 +
    padding:0 0 0 0;
 +
    background-color:transparent;
 +
    overflow:hide;
  
      #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
+
}
          display:none;}
+
#p-logo{display:none;}
 +
#search-controls{display:none;}
 +
#top{display:none;}
 +
.firstHeading{display:none;}
  
        #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading, .visualClear, #top {
 
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 15:49, 23 June 2015