MediaWiki:Common.css: Difference between revisions

From KAVAN RC Wiki
No edit summary
No edit summary
Line 12: Line 12:
font-weight:900;
font-weight:900;
line-height:1em !important;
line-height:1em !important;
padding-top:1em !important;
padding-top:0.5em !important;
margin-bottom:0px;
margin-bottom:0px;
margin-left:3px;
margin-left:3px;
margin-right:0;
margin-right:0;
margin-top:9px !important;
margin-top:1em !important;
orphans:1;
orphans:1;
page-break-after:auto;
page-break-after:auto;
Line 35: Line 35:
font-weight:900;
font-weight:900;
line-height:0.75em !important;
line-height:0.75em !important;
padding-top:1em !important;
padding-top:0.5em !important;
margin-bottom:0px;
margin-bottom:0px;
margin-left:3px;
margin-left:3px;
margin-right:0;
margin-right:0;
margin-top:6px !important;
margin-top:1em !important;
orphans:1;
orphans:1;
page-break-after:auto;
page-break-after:auto;

Revision as of 14:34, 11 March 2024

h1 {
    font-family:"URW DIN Black", sans-serif;
    color: black;
}
h2 {
    background:#0072B6;
	color:#ffffff !important;
	font-family:"URW DIN Black", sans-serif !important;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:900;
	line-height:1em !important;
	padding-top:0.5em !important;
	margin-bottom:0px;
	margin-left:3px;
	margin-right:0;
	margin-top:1em !important;
	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 !important;
	font-family:"URW DIN Black", sans-serif !important;
	font-size:10px;
	font-style:normal;
	font-variant:normal;
	font-weight:900;
	line-height:0.75em !important;
	padding-top:0.5em !important;
	margin-bottom:0px;
	margin-left:3px;
	margin-right:0;
	margin-top:1em !important;
	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;
}