MediaWiki:Monobook.css

From ZaberWiki
Revision as of 00:34, 2 March 2008 by Rob (talk | contribs)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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%;
    }