MediaWiki:Monobook.css: Difference between revisions

From ZaberWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
  /* main content window location*/
  /* main content window location*/
     #column-content {
     #column-content {
         width: 80%;
         width: 100%;
         float: right;
         float: right;
         margin: 0 0.6em 0.6em -12.2em;
         margin: 0 0.6em 0.6em -12.2em;

Revision as of 00:34, 2 March 2008

/* CSS placed here will affect users of the Monobook skin */
 
 /* main content window location*/
    #column-content {
        width: 100%;
        float: right;
        margin: 0 0.6em 0.6em -12.2em;
        padding: 0;
    }
 
 /* sidebar location*/
    #column-one {
        padding-top: 160px;
    }
 
 /* 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%;
    }