Difference between revisions of "MediaWiki:Code.css"
m |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 15: | Line 15: | ||
font-family: freeserif; | font-family: freeserif; | ||
font-size: 25pt; | font-size: 25pt; | ||
+ | } | ||
+ | |||
+ | .tocnumber, .toctext { | ||
+ | font-family: free; | ||
+ | border-bottom: none; | ||
} | } | ||
Line 33: | Line 38: | ||
color: blue; | color: blue; | ||
margin: 7px 0 0 -11px; | margin: 7px 0 0 -11px; | ||
− | padding: | + | padding: 99px 0 0 15px; |
} | } | ||
.mw-body .mw-body-content h3 { | .mw-body .mw-body-content h3 { | ||
font-size: 28pt; | font-size: 28pt; | ||
− | font-weight: | + | font-weight: bold; |
line-height: 1.1em; | line-height: 1.1em; | ||
font-family: freeserif; | font-family: freeserif; |
Latest revision as of 23:58, 27 March 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;
}
.tocnumber, .toctext {
font-family: free;
border-bottom: none;
}
.mw-body .mw-body-content h1 {
font-size: 40pt;
font-weight: normal;
line-height: 1em;
text-align: left;
color: red;
margin: 7px 0 0 -11px;
padding: 30px 0 0 15px;
}
.mw-body .mw-body-content h2 {
font-size: 40pt;
font-weight: normal;
line-height: 1em;
text-align: left;
color: blue;
margin: 7px 0 0 -11px;
padding: 99px 0 0 15px;
}
.mw-body .mw-body-content h3 {
font-size: 28pt;
font-weight: bold;
line-height: 1.1em;
font-family: freeserif;
text-align: left;
color: #c61e1e;
margin: 7px 0 0 -11px;
padding: 15px 0 10px 66px;
}
.mw-body .mw-body-content h4 {
font-size: 25pt;
font-weight: normal;
line-height: 1.1em;
text-align: left;
color: #c61e1e;
margin: 7px 0 0 -11px;
padding: 15px 0 0 86px;
}