Difference between revisions of "MediaWiki:3.css"
m |
m |
||
Line 3: | Line 3: | ||
line-height: 1.1em; | line-height: 1.1em; | ||
} | } | ||
− | + | .ve-ce-branchNode blockquote, .ve-ce-contentBranchNode blockquote { | |
+ | font-family: "SERAFIM+PARISION+S" !important; | ||
+ | font-size: 55pt !important; | ||
+ | } | ||
.mw-body .mw-body-content h1 { | .mw-body .mw-body-content h1 { | ||
− | font-size: | + | font-size: 50pt; |
+ | font-weight: normal; | ||
+ | line-height: 0.4em; | ||
+ | margin-top: 27px; | ||
+ | font-family: "SERAFIM+PARISION+S"; | ||
+ | margin-left: -14px; | ||
+ | padding-left: 16px; | ||
+ | text-align: center; | ||
+ | color: red; | ||
+ | page-break-after: avoid; | ||
+ | } | ||
+ | .mw-body .mw-body-content h2 { | ||
+ | font-size: 45pt; | ||
+ | font-weight: normal; | ||
+ | line-height: 0.4em; | ||
+ | margin-top: 27px; | ||
+ | font-family: "SERAFIM+PARISION+S"; | ||
+ | margin-left: -14px; | ||
+ | padding-left: 16px; | ||
+ | text-align: center; | ||
+ | color: red; | ||
+ | page-break-after: avoid; | ||
+ | } | ||
+ | .mw-body .mw-body-content h3 { | ||
+ | font-size: 40pt; | ||
font-weight: normal; | font-weight: normal; | ||
− | line-height: | + | line-height: 0.4em; |
− | margin-top: | + | margin-top: 27px; |
− | font-family: " | + | font-family: "SERAFIM+PARISION+S"; |
margin-left: -14px; | margin-left: -14px; | ||
padding-left: 16px; | padding-left: 16px; | ||
Line 16: | Line 43: | ||
page-break-after: avoid; | page-break-after: avoid; | ||
} | } | ||
− | |||
h1#firstHeading { | h1#firstHeading { | ||
padding-left: 0px !important; | padding-left: 0px !important; | ||
Line 23: | Line 49: | ||
} | } | ||
p.mart { | p.mart { | ||
− | + | font-size: 50pt; | |
− | + | font-weight: normal; | |
− | + | line-height: 0.4em; | |
− | + | margin: -9px 0 22px 0; | |
+ | font-family: "SERAFIM+PARISION+S"; | ||
+ | margin-left: -14px; | ||
+ | padding-left: 16px; | ||
+ | text-align: center; | ||
+ | color: red; | ||
+ | page-break-after: avoid; | ||
text-align-last: center; | text-align-last: center; | ||
} | } | ||
Line 35: | Line 67: | ||
text-align: center; | text-align: center; | ||
font-family: "SERAFIM_LOGOS"; | font-family: "SERAFIM_LOGOS"; | ||
− | color: | + | color: red; |
text-align-last: center; | text-align-last: center; | ||
} | } | ||
Line 67: | Line 99: | ||
padding-right: 100px; | padding-right: 100px; | ||
} | } | ||
− | + | ||
+ | [[Category:N]] |
Revision as of 23:52, 15 July 2018
blockquote { font-family: "SERAFIM+PARISION";
font-size: 60pt;
line-height: 1.1em;
}
.ve-ce-branchNode blockquote, .ve-ce-contentBranchNode blockquote {
font-family: "SERAFIM+PARISION+S" !important;
font-size: 55pt !important;
}
.mw-body .mw-body-content h1 {
font-size: 50pt;
font-weight: normal;
line-height: 0.4em;
margin-top: 27px;
font-family: "SERAFIM+PARISION+S";
margin-left: -14px;
padding-left: 16px;
text-align: center;
color: red;
page-break-after: avoid;
}
.mw-body .mw-body-content h2 {
font-size: 45pt;
font-weight: normal;
line-height: 0.4em;
margin-top: 27px;
font-family: "SERAFIM+PARISION+S";
margin-left: -14px;
padding-left: 16px;
text-align: center;
color: red;
page-break-after: avoid;
}
.mw-body .mw-body-content h3 {
font-size: 40pt;
font-weight: normal;
line-height: 0.4em;
margin-top: 27px;
font-family: "SERAFIM+PARISION+S";
margin-left: -14px;
padding-left: 16px;
text-align: center;
color: red;
page-break-after: avoid;
}
h1#firstHeading {
padding-left: 0px !important;
text-align: center !important;
padding-bottom: 0px !important;
}
p.mart {
font-size: 50pt;
font-weight: normal;
line-height: 0.4em;
margin: -9px 0 22px 0;
font-family: "SERAFIM+PARISION+S";
margin-left: -14px;
padding-left: 16px;
text-align: center;
color: red;
page-break-after: avoid;
text-align-last: center;
}
p.red {
font-size: 14pt;
font-weight: normal;
line-height: 1.7em;
text-align: center;
font-family: "SERAFIM_LOGOS";
color: red;
text-align-last: center;
}
span.subpages {
margin-top: 15px !important;
margin-bottom: -7px !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: 110% !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;
}
[[Category:N]]