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

Line 2: Line 2:
 
<style type="text/css">
 
<style type="text/css">
  
      #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
+
/* hiding the top section*/
          display:none;}
+
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, #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;}
#globalWrapper, #content {
+
#search-controls{display:none;}
width: 100%;
+
#top{display:none;}
height: 100%;
+
.firstHeading{display:none;}
border: 0px;
+
/* end of hiding the top section*/
background-color: transparent;
+
 
margin: 0px;
+
/* global setting*/
padding: 0px;
+
#globalWrapper{position:absolute; top:0px;left:0px; width:100%; padding:0 0 0 0;margin:0 0 0 0;height:100%;font-family: calibri, Arial, Helvetica, sans-serif;}
font-size: 100%;
+
#content{
}
+
    background-color:transparent;
+
    border:none;
html, body, .wrapper {
+
    width:1200px;
width: 100%;
+
    height:700px;
height: 100%;
+
    marign:0 auto;
background-color: transparent;
+
    padding:0 0 0 0;
}
+
    top:-40px;
 +
    }
 +
#bodyContent{
 +
    background-color:transparent;
 +
    border:none;
 +
   
 +
    }
 +
siteSub{
 +
    display:none;
 +
    border:none;
 +
    }
 +
contentSub{
 +
    display:none;
 +
    }
 +
/* end of global setting*/
  
  

Revision as of 15:54, 23 June 2015