MediaWiki:Common.css: Difference between revisions
Tag: Rollback |
No edit summary |
||
| Line 1: | Line 1: | ||
h1 { | h1:not([class]) { | ||
font-family:"URW DIN Black", sans-serif; | font-family:"URW DIN Black", sans-serif; | ||
color: black; | color: black; | ||
} | } | ||
h2 { | h2:not([class]) { | ||
background:#0072B6; | background:#0072B6; | ||
color:#ffffff !important; | color:#ffffff !important; | ||
| Line 26: | Line 26: | ||
widows:1; | widows:1; | ||
} | } | ||
h3 { | h3:not([class]) { | ||
background:#042B60; | background:#042B60; | ||
color:#ffffff !important; | color:#ffffff !important; | ||
| Line 50: | Line 50: | ||
widows:1; | widows:1; | ||
} | } | ||
h4 { | h4:not([class]) { | ||
color:#042B60 !important; | color:#042B60 !important; | ||
font-family:"URW DIN Black", sans-serif !important; | font-family:"URW DIN Black", sans-serif !important; | ||
| Line 74: | Line 74: | ||
} | } | ||
p { | p:not([class]) { | ||
color:#000000; | color:#000000; | ||
font-family:"URW DIN SemiCond", sans-serif; | font-family:"URW DIN SemiCond", sans-serif; | ||
Revision as of 09:25, 13 March 2024
h1:not([class]) {
font-family:"URW DIN Black", sans-serif;
color: black;
}
h2:not([class]) {
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:0.5em !important;
margin-left:3px;
margin-right:0;
margin-top:2em !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:not([class]) {
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:1em !important;
padding-top:0.5em !important;
margin-bottom:0.5em !important;
margin-left:3px;
margin-right:0;
margin-top:2em !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;
}
h4:not([class]) {
color:#042B60 !important;
font-family:"URW DIN Black", sans-serif !important;
font-size:8px;
font-style:normal;
font-variant:normal;
font-weight:900;
line-height:1em !important;
padding-top:0.5em !important;
margin-bottom:0.5em !important;
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:0px;
text-transform:uppercase;
widows:1;
}
p:not([class]) {
color:#000000;
font-family:"URW DIN SemiCond", sans-serif;
font-size:14px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.2;
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:0;
orphans:1;
page-break-after:auto;
page-break-before:auto;
text-align:justify;
text-align-last:left;
text-decoration:none;
text-indent:0px;
text-transform:none;
widows:1;
}