MediaWiki:Monobook.css: Difference between revisions

From ZaberWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the Monobook skin, overriding any CSS in main.css */
/* CSS placed here will affect users of the Monobook skin, overriding any CSS in main.css */
   
   
/* main content window location*/
    body            {background: #f9f9f9 0 0;    // solid background to match main zaber site
     #column-content {
                    margin: 0;
        width: 100%;
                    padding: 0 0 0 0.7em;
        float: right;
                    width: 99%;}
        margin: 0 0.6em 0.6em 10em;          /* margin: top, right, bottom, left; */
 
        padding: 0;
     #column-content {width: 100%;
    }
                    float: right;
                    margin: 0 0 0.6em -12.2em;
                    padding: 0;}
   
   
/* sidebar location */
     #content        {border: 1px solid #aaa;}  
     #column-one {
     #column-one    {padding-top: 160px;}
    padding-top: 160px;
     #footer         {display: none;}
    }
/*
     #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;
    }
/* body is everything except the login bar and tab bar */
    body {
    margin: 5px;    // margin is space between element border and other elements
    padding: 5px; // padding is space between element border and element contents
    }

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;}