MediaWiki:Monobook.css: Difference between revisions

From Sasara
Jump to navigationJump to search
 
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
/******
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  * Sasara Monobook skin
  * SASARA MONOBOOK SKIN                                                  *
  * Thanks to the Monobook team for maintaining the best MediaWiki skin!
*                                                                      *
  * https://www.mediawiki.org/wiki/Skin:MonoBook
  * 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 */
/* CONSISTENT LINKS */
a:visited, body.skin--responsive #p-personal li a {
    color:#002bb8;
}
 
/* LITTLE GREEN BAG! WAIT, TAB */
#ca-nstab-main {
  border-color:#6bbb73 !important;
}
 
/* FIX LOGO SIZE */
.mw-wiki-logo {
.mw-wiki-logo {
  background-size:160px;
    background-size:160px;
}
 
/* HIDE WHAT WE DON'T NEED */
#ca-talk, .mw-category-group h3, #lastmod, #p-tb {
    display:none;
    visibility:hidden;
}
.pBody {
    border-left:0 !important;
}
 
/* SIDEBAR */
#n-Home {
    font-weight:bold;
}
 
/* FOOTER */
#footer {
    background:transparent;
    border:0;
}
}

Latest revision as of 03:52, 23 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]]                                                 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ 

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

/* CONSISTENT LINKS */
a:visited, body.skin--responsive #p-personal li a {
    color:#002bb8;
}

/* LITTLE GREEN BAG! WAIT, TAB */
#ca-nstab-main {
  border-color:#6bbb73 !important;
}

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

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

/* SIDEBAR */
#n-Home {
    font-weight:bold;
}

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