MediaWiki:Monobook.css: Difference between revisions

From Sasara
Jump to navigationJump to search
No edit summary
No edit summary
Line 10: Line 10:
/* FIX LOGO SIZE */
/* FIX LOGO SIZE */
.mw-wiki-logo {
.mw-wiki-logo {
  background-size:160px;
    background-size:160px;
}
}


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

Revision as of 01:58, 22 August 2025

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * SASARA MONOBOOK SKIN                                                  *
 *                                                                       *
 * Thanks to the MonoBook team for maintaining the best MediaWiki skin!  *
 * https://www.mediawiki.org/wiki/Skin:MonoBook                          *
 *                                                                       *
 * [[Category:Basement]]                                                 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ 

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