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

Line 2: Line 2:
 
<style type="text/css">
 
<style type="text/css">
  
/* hiding the top section*/
+
      #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
#top-section{
+
          display:none;}
  height:0px;
+
    border:none;
+
    width:980px;
+
    margin:0 auto;
+
    padding:0 0 0 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;}
+
#search-controls{display:none;}
+
#globalWrapper {
#top{display:none;}
+
width: 100%;
.firstHeading{display:none;}
+
height: 100%;
/* end of hiding the top section*/
+
border: 0px;
 +
background-color: transparent;
 +
margin: 0px;
 +
padding: 0px;
 +
font-size: 100%;
 +
}
  
/* global setting*/
+
#content {
#globalWrapper{position:absolute;
+
width: 100%;
top:0px;
+
height: 100%;
left:0px;
+
border: 0px;
width:100%;  
+
background-color: transparent;
padding:0 0 0 0;
+
margin: 0px;
margin:0 0 0 0;
+
padding: 0px;
height:100%;
+
top: -40px;
}
+
 
+
 
+
#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:05, 23 June 2015