MediaWiki:Common.css

From Wolf Roleplay Wiki

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */
:root {
	--muted-bg: rgba(0,0,0,.025);
	--muted-border: rgba(0,0,0,.25);
	--muted-padding: .5em 1.5em;
	--heading-font: 'Georgia','Linux Libertine','Times New Roman','Liberation Serif','Nimbus Roman','Noto Serif','Times', serif;
}
html {
	scroll-behavior: smooth;
}
.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt {
	font-family: var(--heading-font);
}
#p-logo-text a {
	font-variant: normal;
	margin-top: .25em;
}
.right-sidebar {
	background: var(--muted-bg);
	padding: var(--muted-padding);
	float: right;
	border: 1px solid var(--muted-border);
	margin-left: 1em;
	margin-bottom: 1em;
}
.article-banner {
	background: var(--muted-bg);
	border: 1px solid var(--muted-border);
	padding: var(--muted-padding);
	margin: 1em 0;
	clear: both;
}