Difference between revisions of "MediaWiki:Code.css"
m |
m |
||
Line 5: | Line 5: | ||
text-align: left; | text-align: left; | ||
font-weight: normal; | font-weight: normal; | ||
− | line-height: 1. | + | line-height: 1.6em; |
margin: 0.3em 0 0 0; | margin: 0.3em 0 0 0; | ||
white-space: pre-wrap; | white-space: pre-wrap; | ||
letter-spacing: 0px; | letter-spacing: 0px; | ||
+ | padding:20px; | ||
} | } | ||
Line 14: | Line 15: | ||
font-family: freeserif; | font-family: freeserif; | ||
font-size: 25pt; | font-size: 25pt; | ||
+ | } | ||
+ | |||
+ | .mw-body .mw-body-content h1 { | ||
+ | font-size: 35pt; | ||
+ | font-weight: normal; | ||
+ | line-height: 1.1em; | ||
+ | font-family: freeserif; | ||
+ | text-align: left; | ||
+ | color: #c61e1e; | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | } | ||
+ | .mw-body .mw-body-content h2 { | ||
+ | font-size: 30pt; | ||
+ | font-weight: normal; | ||
+ | line-height: 1.1em; | ||
+ | font-family: freeserif; | ||
+ | text-align: left; | ||
+ | color: #c61e1e; | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | } | ||
+ | .mw-body .mw-body-content h3 { | ||
+ | font-size: 28pt; | ||
+ | font-weight: normal; | ||
+ | line-height: 1.1em; | ||
+ | font-family: freeserif; | ||
+ | text-align: left; | ||
+ | color: #c61e1e; | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | } | ||
+ | .mw-body .mw-body-content h4 { | ||
+ | font-size: 25pt; | ||
+ | font-weight: normal; | ||
+ | line-height: 1.1em; | ||
+ | font-family: freeserif; | ||
+ | text-align: left; | ||
+ | color: #c61e1e; | ||
+ | margin:0; | ||
+ | padding:0; | ||
} | } |
Revision as of 14:39, 23 February 2018
.mw-body p {
font-family: freeserif;
font-size: 17pt;
text-indent: 0.00cm;
text-align: left;
font-weight: normal;
line-height: 1.6em;
margin: 0.3em 0 0 0;
white-space: pre-wrap;
letter-spacing: 0px;
padding:20px;
}
b {
font-family: freeserif;
font-size: 25pt;
}
.mw-body .mw-body-content h1 {
font-size: 35pt;
font-weight: normal;
line-height: 1.1em;
font-family: freeserif;
text-align: left;
color: #c61e1e;
margin:0;
padding:0;
}
.mw-body .mw-body-content h2 {
font-size: 30pt;
font-weight: normal;
line-height: 1.1em;
font-family: freeserif;
text-align: left;
color: #c61e1e;
margin:0;
padding:0;
}
.mw-body .mw-body-content h3 {
font-size: 28pt;
font-weight: normal;
line-height: 1.1em;
font-family: freeserif;
text-align: left;
color: #c61e1e;
margin:0;
padding:0;
}
.mw-body .mw-body-content h4 {
font-size: 25pt;
font-weight: normal;
line-height: 1.1em;
font-family: freeserif;
text-align: left;
color: #c61e1e;
margin:0;
padding:0;
}