MediaWiki:Monobook.css

From Sasara
Revision as of 08:04, 22 August 2025 by Rubenerd (talk | contribs)
Jump to navigationJump 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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * SASARA MONOBOOK SKIN                                                  *
 *                                                                       *
 * Thanks to the MonoBook team for maintaining the best MediaWiki skin!  *
 * https://www.mediawiki.org/wiki/Skin:MonoBook                          *
 *                                                                       *
 * [[Category:Basement]]                                                 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ 

/* LARGER FONTS */
body {
    font-size:12px;
}
h1, h2 {
    font-family:"Libertine Serif","Liberation Serif",Georgia,"Times New Roman",serif;
}

/* FIX LOGO SIZE */
.mw-wiki-logo {
    background-size:160px;
}

/* HIDE WHAT WE DON'T NEED */
#ca-talk, .mw-category-group h3, #lastmod {
    display:none;
    visibility:hidden;
}
.pBody {
    border-left:0 !important; 
}

/* FOOTER */
#footer {
    background:transparent;
    border:0;
}