Difference between revisions of "Team:Central Calgary/stylesheet"

Line 1: Line 1:
 
#content{
 
#content{
 
         margin: 10px 0px 0px -11px;
 
         margin: 10px 0px 0px -11px;
         width: 101%;
+
         width: 100%;
 
         border: none;
 
         border: none;
 
overflow-x:hidden;
 
overflow-x:hidden;
Line 7: Line 7:
 
.mediawiki {
 
.mediawiki {
 
         border: none;
 
         border: none;
         width: 101%;
+
        left:2px;
 +
         width: 100%;
 
         background: transparent;
 
         background: transparent;
 
         overflow-x:hidden;
 
         overflow-x:hidden;
Line 15: Line 16:
 
     position:fixed;
 
     position:fixed;
 
     top:0px;
 
     top:0px;
     left:1000px;
+
     left:0px;
 
     font-size:1px;
 
     font-size:1px;
 
}
 
}

Revision as of 22:06, 18 September 2015

  1. content{
       margin: 10px 0px 0px -11px;
       width: 100%;
       border: none;

overflow-x:hidden; } .mediawiki {

       border: none;
       left:2px;
       width: 100%;
       background: transparent;
       overflow-x:hidden;

}

.firstHeading {

    position:fixed;
    top:0px;
    left:0px;
    font-size:1px;

}