MediaWiki:Monobook.css: Difference between revisions

From Sasara Wiki
Jump to navigationJump to search
No edit summary
We don't use the talk pages, so hide them
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: 11px;
font-size: 11px;
}
}
h1, h2 {
h1, h2 {
font-family: "Linux Libertine", Georgia, "Noto Serif", "Liberation Serif", "Times New Roman", serif;
font-family: "Linux Libertine", Georgia, "Noto Serif", "Liberation Serif", "Times New Roman", serif;
}
}


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


/* Hide what we don't need */
#ca-talk {
  display:none;
  visibility:hidden;
}
.pBody {
.pBody {
   border-left:0 !important  
   border-left:0 !important  
}
}
<NOINCLUDE>/* [[Category:Backend]] */</NOINCLUDE>

Revision as of 07:34, 7 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;
}

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

<NOINCLUDE>/* [[Category:Backend]] */</NOINCLUDE>