Difference between revisions of "MediaWiki:0.css"
m |
m |
||
Line 2: | Line 2: | ||
font-size: 60pt; | font-size: 60pt; | ||
} | } | ||
+ | |||
+ | .mw-body .mw-body-content h1 { | ||
+ | font-size: 22pt; | ||
+ | font-weight: normal; | ||
+ | line-height: 1.4em; | ||
+ | margin-top: 70px; | ||
+ | font-family: "SERAFIM_LOGOS"; | ||
+ | margin-left: -14px; | ||
+ | padding-left: 16px; | ||
+ | text-align: left; | ||
+ | color: red; | ||
+ | page-break-after: avoid; | ||
+ | } | ||
+ | |||
+ | |||
p.mart { | p.mart { | ||
font-size: 16pt; font-weight: normal; line-height: 1.1em; | font-size: 16pt; font-weight: normal; line-height: 1.1em; | ||
Line 46: | Line 61: | ||
padding-left: 100px; | padding-left: 100px; | ||
padding-right: 100px; | padding-right: 100px; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } |
Revision as of 15:40, 19 June 2018
blockquote {
font-size: 60pt;
}
.mw-body .mw-body-content h1 {
font-size: 22pt;
font-weight: normal;
line-height: 1.4em;
margin-top: 70px;
font-family: "SERAFIM_LOGOS";
margin-left: -14px;
padding-left: 16px;
text-align: left;
color: red;
page-break-after: avoid;
}
p.mart {
font-size: 16pt; font-weight: normal; line-height: 1.1em;
text-align: center;
font-family: "SERAFIM_LOGOS";
color: red;
text-align-last: center;
}
p.red {
font-size: 14pt;
font-weight: normal;
line-height: 1.7em;
text-align: center;
font-family: "SERAFIM_LOGOS";
color: #e10101;
text-align-last: center;
}
span.subpages {
margin-top: -5px !important;
margin-bottom: 0px !important;
margin-left: -15px !important;
}
span.subpages a, span.subpages a:visited {
color: lightgray !important; text-decoration: inherit !important; background-color: white;
}
#contentSub, #contentSub2 {
font-size: 111% !important;
line-height: 1.5em !important;
color: gray !important;
margin-bottom: 12px !important;
/* display:none; */
}
li.toclevel-2 li {
line-height: 1.0;
font-family: "SERAFIM+stratos";
font-size: 10pt;
font-weight: normal;
text-align: left;
padding: 8px 0px 0px 45px;
margin-left: -90px;
}
#toc, .toc {
margin: 0px 0px 3px 0px;
padding-left: 100px;
padding-right: 100px;
}