MediaWiki:Monobook.css: Difference between revisions

From ZaberWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
         width: 100%;
         width: 100%;
         float: right;
         float: right;
         margin: 0 0.6em 0.6em 10em;
         margin: 0 0.6em 0.6em 10em;           /* margin: top, right, bottom, left; */
         padding: 0;
         padding: 0;
     }
     }
   
   
  /* sidebar location*/
  /* sidebar location
     #column-one {
     #column-one {
        padding-top: 160px;
    padding-top: 160px;
    }
*/
    #column-one {
    position: absolute;
    top: 0px; left: 0px;
     }
     }
   
   
Line 24: Line 29:
     }
     }
   
   
  /* footer */
  /* footer  
     #footer {
     #footer {
     background-color: white;
     background-color: white;
Line 33: Line 38:
     text-align: center;
     text-align: center;
     font-size: 90%;
     font-size: 90%;
    }
*/
    #footer {
    display: none;
     }
     }

Revision as of 00:42, 2 March 2008

/* CSS placed here will affect users of the Monobook skin, overriding any CSS in main.css */
 
 /* main content window location*/
    #column-content {
        width: 100%;
        float: right;
        margin: 0 0.6em 0.6em 10em;           /* margin: top, right, bottom, left; */
        padding: 0;
    }
 
 /* sidebar location
    #column-one {
    padding-top: 160px;
    }
 */
    #column-one {
    position: absolute;
    top: 0px; left: 0px;
    }
 
 /* sidebar contents */
    #bodyContent .portlet {
    border: none;
    margin: 0 0 .5em;
    padding: 0;
    float: none;
    width: 11.6em;
    overflow: hidden;
    }
 
 /* footer 
    #footer {
    background-color: white;
    border-top: 1px solid #fabd23;
    border-bottom: 1px solid #fabd23;
    margin: .6em 0 1em 0;
    padding: .4em 0 1.2em 0;
    text-align: center;
    font-size: 90%;
    }
 */
 
    #footer {
    display: none;
    }