MediaWiki:Monobook.css: Difference between revisions

From ZaberWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(28 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the Monobook skin */
/* CSS placed here will affect users of the Monobook skin, overriding any CSS in main.css */
    body            {background: #f9f9f9 0 0;    // solid background to match main zaber site
                    margin: 0;
                    padding: 0 0 0 0.7em;
                    width: 99%;}
 
    #column-content {width: 100%;
                    float: right;
                    margin: 0 0 0.6em -12.2em;
                    padding: 0;}
    #content        {border: 1px solid #aaa;}
    #column-one    {padding-top: 160px;}
    #footer        {display: none;}

Latest revision as of 13:31, 2 October 2009

/* CSS placed here will affect users of the Monobook skin, overriding any CSS in main.css */
 
    body             {background: #f9f9f9 0 0;    // solid background to match main zaber site
                     margin: 0;
                     padding: 0 0 0 0.7em;
                     width: 99%;}

    #column-content {width: 100%;
                     float: right;
                     margin: 0 0 0.6em -12.2em;
                     padding: 0;}
 
    #content        {border: 1px solid #aaa;} 
    #column-one     {padding-top: 160px;}
    #footer         {display: none;}