MediaWiki:Common.css

From GDPRhub
Revision as of 13:06, 15 January 2020 by Mux (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */

/* noyb colors */
.color-middle {
	background: #9c0a7d;
}

.color-left {
	background: #9c0a7d;
}

.color-right {
	background: #9c0a7d;
}

.mw-body h1.firstHeading {
    border-bottom: solid 4px #9c0a7d;
}

.tools-inline li.selected {
	border-bottom: solid 4px #9c0a7d;
}

a.new, .new a {
	color: #9c0a7d;
}

/* Text/Headline font sizes */
body {
	font-size: 0.875em;
}

.mw-body h1 {
	font-size: 1.8em;
}

.mw-body h2 {
	font-size: 1.6em;
}

.mw-body h3 {
	font-size: 1.4em;
}

.mw-body h4 {
	font-size: 1.2em;
}

p {
	text-align: justify;
	text-justify: auto;
}