MediaWiki:Common.css

From KAVAN RC Wiki
Revision as of 13:33, 11 March 2024 by Martin (talk | contribs) (Created page with "{{#css: h1 { font-family:"URW DIN Black", sans-serif; color: black; } h2 { background:#0072B6; color:#ffffff; font-family:"URW DIN Black", sans-serif; font-size:12px; font-style:normal; font-variant:normal; font-weight:900; line-height:0.75em !important; margin-bottom:0px; margin-left:3px; margin-right:0; margin-top:9px; orphans:1; page-break-after:auto; page-break-before:auto; text-align:left; text-decoration:none; text-indent:1rem; text-tr...")
(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:
h1 {
    font-family:"URW DIN Black", sans-serif;
    color: black;
}
h2 {
    background:#0072B6;
	color:#ffffff;
	font-family:"URW DIN Black", sans-serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:900;
	line-height:0.75em !important;
	margin-bottom:0px;
	margin-left:3px;
	margin-right:0;
	margin-top:9px;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:1rem;
	text-transform:uppercase;
	widows:1;
}
h3 {
    background:#042B60;
    color:#ffffff;
	font-family:"URW DIN Black", sans-serif;
	font-size:10px;
	font-style:normal;
	font-variant:normal;
	font-weight:900;
	line-height:0.75em !important;
	margin-bottom:0px;
	margin-left:3px;
	margin-right:0;
	margin-top:6px;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:justify;
	text-align-last:left;
	text-decoration:none;
	text-indent:1rem;
	text-transform:uppercase;
	widows:1;
}
}}