MediaWiki:Monobook.css: Difference between revisions

From Sasara Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 2: Line 2:


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;
}
 
a:visited, a.external, a.external:visited {
color:#0645ad !important;
}
 
.pBody {
  border-left:0 !important
}
}

Revision as of 05:52, 7 April 2025

/* All CSS here will be loaded for users of the MonoBook skin */

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

a:visited, a.external, a.external:visited {
	color:#0645ad !important;
}

.pBody {
  border-left:0 !important 
}