MediaWiki:Monobook.css: Difference between revisions

From Sasara Wiki
Jump to navigationJump to search
No edit summary
Hiding category headings, we don't need them
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* All CSS here will be loaded for users of the MonoBook skin */
/* Kiriben Monobook modifications */


/* Make fonts nicer */
body {
body {
  font-family: "Helvetica Neue", "Liberation Sans", "Noto Sans", Arial, sans-serif;
font-family: "Helvetica Neue", "Liberation Sans", "Noto Sans", Arial, sans-serif;
  font-size: 12px;
font-size: 11px;
}
h1, h2 {
font-family: "Linux Libertine", Georgia, "Noto Serif", "Liberation Serif", "Times New Roman", serif;
}
 
/* Uniform colours */
a:visited, a.external, a.external:visited {
color:#0645ad !important;
}
 
/* Fix size of wiki logo */
.mw-wiki-logo {
background-size:160px;
}
}


h1, h2 {
/* Hide what we don't need */
   font-family: "Linux Libertine", Georgia, "Noto Serif", "Liberation Serif", "Times New Roman", serif;
#ca-talk, .mw-category-group h3, #footer {
  display:none;
  visibility:hidden;
}
.pBody {
   border-left:0 !important
}
}
/* [[Category:Backend]] */

Latest revision as of 23:27, 15 April 2025

/* Kiriben Monobook modifications */


/* Make fonts nicer */
body {
	font-family: "Helvetica Neue", "Liberation Sans", "Noto Sans", Arial, sans-serif;
	font-size: 11px;
}
h1, h2 {
	font-family: "Linux Libertine", Georgia, "Noto Serif", "Liberation Serif", "Times New Roman", serif;
}

/* Uniform colours */
a:visited, a.external, a.external:visited {
	color:#0645ad !important;
}

/* Fix size of wiki logo */
.mw-wiki-logo {
	background-size:160px;
}

/* Hide what we don't need */
#ca-talk, .mw-category-group h3, #footer {
  display:none;
  visibility:hidden;
}
.pBody {
  border-left:0 !important 
}

/* [[Category:Backend]] */