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;}
+
#top-section{
 +
  height:0px;
 +
    border:none;
 +
    width:100%;
 +
    margin:0 auto;
 +
    padding:0;
 +
    background-color:transparent;
 +
    overflow:hide;
  
#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 {
+
#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;
+
padding: 0px;
+
font-size: 100%;
+
}
+
  
#content {
+
/* global setting*/
width: 100%;
+
#globalWrapper{position:absolute;
height: 100%;
+
top:0px;
border: 0px;
+
left:0px;
background-color: transparent;
+
width:100%;  
margin: 0px;
+
padding:0 0 0 0;
padding: 0px;
+
margin:0 0 0 0;
top: -40px;
+
height:100%;
 +
}
 +
 
 +
 
 +
#content{
 +
    background-color:transparent;
 +
    border:none;
 +
    width:1200px;
 +
    height:700px;
 +
    marign:0 auto;
 +
    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*/
  
}
 
 
html, body, .wrapper {
 
width: 100%;
 
height: 100%;
 
background-color: transparent;
 
}
 
  
 
/* Page Start */
 
/* Page Start */

Revision as of 16:12, 23 June 2015