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

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