Difference between revisions of "MediaWiki:Print.css"
m (1 revision imported) |
m |
||
(81 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* Размещённый здесь CSS будет применяться к версии для печати */ | /* Размещённый здесь CSS будет применяться к версии для печати */ | ||
+ | |||
+ | |||
+ | b { color: white !important; font-weight: 400 !important; font-style: normal !important; } | ||
+ | |||
+ | body { | ||
+ | |||
+ | background-color: white !important; | ||
+ | } | ||
+ | .mw-body-content { | ||
+ | margin: 0px 0px 0 0px !important; | ||
+ | } | ||
+ | .toctext { | ||
+ | font-size: 18pt !important; | ||
+ | line-height: 1.0em !important; | ||
+ | padding: 5px 0px 1px 5px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | .mediaContainer { | ||
+ | display: none !important; | ||
+ | } | ||
+ | |||
+ | |||
.mw-body-content > div#siteSub { | .mw-body-content > div#siteSub { | ||
Line 7: | Line 32: | ||
display: none; | display: none; | ||
} | } | ||
− | + | ||
− | |||
blockquote { | blockquote { | ||
Line 18: | Line 42: | ||
− | + | ||
− | |||
− | |||
img, figure, .wikitable, .thumb { | img, figure, .wikitable, .thumb { | ||
page-break-inside: auto; | page-break-inside: auto; | ||
Line 32: | Line 54: | ||
.mw-body #toc h2, .mw-body .toc h2 { | .mw-body #toc h2, .mw-body .toc h2 { | ||
− | font-size: | + | font-size: 16pt !important; |
− | font-family: " | + | font-family: "SERAFIM+slovo" !important; |
− | margin-left: - | + | margin-left: -70px !important; |
+ | color: darkgreen !important; | ||
+ | border-bottom: 1px solid darkgreen !important; | ||
+ | padding: 0 !important; | ||
} | } | ||
− | |||
#contentSub, #contentSub2 { display: none; | #contentSub, #contentSub2 { display: none; | ||
} | } | ||
span.subpages { | span.subpages { | ||
− | margin: -66px 0 -111px | + | margin: -66px 0 -111px 3px; |
font-size: 40pt; | font-size: 40pt; | ||
background: white; | background: white; | ||
Line 49: | Line 73: | ||
} | } | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
table.wikitable > tr > th, table.wikitable > * > tr > th, .mw_metadata th { | table.wikitable > tr > th, table.wikitable > * > tr > th, .mw_metadata th { | ||
background: #e4ffd8; font-weight: normal; text-align: center; | background: #e4ffd8; font-weight: normal; text-align: center; | ||
} | } | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
#toctitle { | #toctitle { | ||
Line 81: | Line 87: | ||
#toc, .toc { | #toc, .toc { | ||
− | margin: | + | margin: 0px 0px 0px -16px; |
border: 0px solid #aaa; | border: 0px solid #aaa; | ||
background-color: white; | background-color: white; | ||
Line 87: | Line 93: | ||
.toclevel-1 .toclevel-2 .toclevel-3 .toclevel-4 li { border-bottom: none; | .toclevel-1 .toclevel-2 .toclevel-3 .toclevel-4 li { border-bottom: none; | ||
} | } | ||
− | span.tocnumber span { font-weight: bold; font-size: | + | span.tocnumber span { font-weight: bold; font-size: 13pt; color:green; |
} | } | ||
− | .tocnumber { font-weight: bold; font-size: | + | .tocnumber { font-weight: bold; font-size: 13pt; color:green; border-bottom: 0px dashed #aaa; |
} | } | ||
− | #toctitle h2 { padding: | + | #toctitle h2 { padding: 10px 0 0px 0px; margin-bottom: 0px; |
text-align:center; color:gray; margin-left: -95px; | text-align:center; color:gray; margin-left: -95px; | ||
} | } | ||
/*.tocnumber,*/ .toctext { border-bottom: 2px dotted #aaa; | /*.tocnumber,*/ .toctext { border-bottom: 2px dotted #aaa; | ||
} | } | ||
− | + | ||
− | |||
div#toc ul, div.toc ul { | div#toc ul, div.toc ul { | ||
list-style-type: none; | list-style-type: none; | ||
list-style-image: none; | list-style-image: none; | ||
text-align: left; | text-align: left; | ||
− | margin-left: - | + | margin-left: -50px; |
+ | } | ||
+ | |||
+ | .mw-content-ltr li { | ||
+ | padding: 7px 0px 0px 0px; !important; | ||
} | } | ||
+ | |||
li.toclevel-1 li { | li.toclevel-1 li { | ||
− | padding: | + | padding: 5px 0px 1px 5px; |
− | margin-left: | + | margin-left: 260px; |
− | line-height: 1. | + | line-height: 1.2em; |
} | } | ||
− | li.toclevel-2 li { padding: 0px 0px | + | li.toclevel-2 li { padding: 0px 0px 0px 10px; margin-left: 118px; |
} | } | ||
li.toclevel-3 li { | li.toclevel-3 li { | ||
− | line-height: 1. | + | line-height: 1.2; |
font-family: "SERAFIM+stratos"; | font-family: "SERAFIM+stratos"; | ||
− | |||
font-weight: normal; | font-weight: normal; | ||
text-align: left; | text-align: left; | ||
− | padding: | + | padding: 0px 0px 15px 5px; |
} | } | ||
Line 123: | Line 132: | ||
} | } | ||
− | + | ||
− | |||
− | |||
− | |||
div#catlinks { display: none; | div#catlinks { display: none; | ||
} | } | ||
Line 147: | Line 153: | ||
− | .mw-body p { text-align: | + | .mw-body p { text-align: center; |
} | } | ||
− | p { text-align: | + | p { text-align: center; font-weight: normal; |
} | } | ||
+ | h1#firstHeading { margin-top: 3px; margin-right: -5px; margin-bottom: 5px !important; | ||
+ | margin-left: 1px; line-height: 2.0em; padding-left: 1px; | ||
+ | padding-top: 2px; font-size: 25pt; | ||
+ | font-family: 'SERAFIM_LOGOS' !important; | ||
+ | padding-bottom: 1px !important; text-align: center; color: darkgoldenrod !important; | ||
+ | } | ||
− | + | .mw-body .mw-body-content h1 { | |
+ | font-family: "SERAFIM_LOGOS" !important; | ||
+ | line-height: 1.1em; | ||
+ | padding-top: 0px; | ||
+ | margin-top: 3px; | ||
+ | text-align-last: center; | ||
+ | } | ||
+ | |||
+ | .mw-body .mw-body-content h2 { | ||
+ | font-family: "SERAFIM_LOGOS" !important; | ||
+ | line-height: 1.1em; | ||
+ | padding-top: 0px; | ||
+ | margin-top: 3px; | ||
+ | text-align-last: right; | ||
+ | } | ||
+ | |||
+ | .mw-body .mw-body-content h3 { | ||
+ | font-family: "SERAFIM+slovo"; | ||
+ | line-height: 1.6em; | ||
+ | padding-top: 0px; | ||
+ | margin-top: 3px; | ||
+ | text-align-last: center; | ||
+ | } | ||
+ | |||
+ | |||
+ | .mw-body .mw-body-content h4 { | ||
+ | font-family: "SERAFIM_LOGOS"; | ||
+ | line-height: 2.5em; | ||
+ | padding-top: 0px; | ||
+ | margin-top: 3px; | ||
+ | text-align: center; | ||
+ | text-align-last: center; | ||
+ | margin-top: 1px !important; | ||
+ | margin-bottom: 3px !important; | ||
+ | } |
Latest revision as of 22:33, 11 September 2024
/* Размещённый здесь CSS будет применяться к версии для печати */
b { color: white !important; font-weight: 400 !important; font-style: normal !important; }
body {
background-color: white !important;
}
.mw-body-content {
margin: 0px 0px 0 0px !important;
}
.toctext {
font-size: 18pt !important;
line-height: 1.0em !important;
padding: 5px 0px 1px 5px;
}
.mediaContainer {
display: none !important;
}
.mw-body-content > div#siteSub {
display: none !important;
}
p.r {
display: none;
}
blockquote {
margin: 0 !important; background-color: white !important;
}
img, figure, .wikitable, .thumb {
page-break-inside: auto;
}
div#goback { display: none;
}
div#gotop { display: none;
}
.mw-body #toc h2, .mw-body .toc h2 {
font-size: 16pt !important;
font-family: "SERAFIM+slovo" !important;
margin-left: -70px !important;
color: darkgreen !important;
border-bottom: 1px solid darkgreen !important;
padding: 0 !important;
}
#contentSub, #contentSub2 { display: none;
}
span.subpages {
margin: -66px 0 -111px 3px;
font-size: 40pt;
background: white;
line-height: 1.2em;
padding-left: 7px;
color: #ffe96e;
}
table.wikitable > tr > th, table.wikitable > * > tr > th, .mw_metadata th {
background: #e4ffd8; font-weight: normal; text-align: center;
}
#toctitle {
margin-left: -48px;
}
#toc, .toc {
margin: 0px 0px 0px -16px;
border: 0px solid #aaa;
background-color: white;
}
.toclevel-1 .toclevel-2 .toclevel-3 .toclevel-4 li { border-bottom: none;
}
span.tocnumber span { font-weight: bold; font-size: 13pt; color:green;
}
.tocnumber { font-weight: bold; font-size: 13pt; color:green; border-bottom: 0px dashed #aaa;
}
#toctitle h2 { padding: 10px 0 0px 0px; margin-bottom: 0px;
text-align:center; color:gray; margin-left: -95px;
}
/*.tocnumber,*/ .toctext { border-bottom: 2px dotted #aaa;
}
div#toc ul, div.toc ul {
list-style-type: none;
list-style-image: none;
text-align: left;
margin-left: -50px;
}
.mw-content-ltr li {
padding: 7px 0px 0px 0px; !important;
}
li.toclevel-1 li {
padding: 5px 0px 1px 5px;
margin-left: 260px;
line-height: 1.2em;
}
li.toclevel-2 li { padding: 0px 0px 0px 10px; margin-left: 118px;
}
li.toclevel-3 li {
line-height: 1.2;
font-family: "SERAFIM+stratos";
font-weight: normal;
text-align: left;
padding: 0px 0px 15px 5px;
}
.toctoggle { display: none;
}
div#catlinks { display: none;
}
.languageselector { display: none;
}
div#languageselector-box-1 { display: none;
}
form#languageselector-form-1 { display: none;
}
div#footer { border-top: 1pt solid #aaa; display: none;
}
ul#footer-info { display: none;
}
li#footer-info-lastmod { display: none;
}
.printfooter { display: none;
}
.mw-body p { text-align: center;
}
p { text-align: center; font-weight: normal;
}
h1#firstHeading { margin-top: 3px; margin-right: -5px; margin-bottom: 5px !important;
margin-left: 1px; line-height: 2.0em; padding-left: 1px;
padding-top: 2px; font-size: 25pt;
font-family: 'SERAFIM_LOGOS' !important;
padding-bottom: 1px !important; text-align: center; color: darkgoldenrod !important;
}
.mw-body .mw-body-content h1 {
font-family: "SERAFIM_LOGOS" !important;
line-height: 1.1em;
padding-top: 0px;
margin-top: 3px;
text-align-last: center;
}
.mw-body .mw-body-content h2 {
font-family: "SERAFIM_LOGOS" !important;
line-height: 1.1em;
padding-top: 0px;
margin-top: 3px;
text-align-last: right;
}
.mw-body .mw-body-content h3 {
font-family: "SERAFIM+slovo";
line-height: 1.6em;
padding-top: 0px;
margin-top: 3px;
text-align-last: center;
}
.mw-body .mw-body-content h4 {
font-family: "SERAFIM_LOGOS";
line-height: 2.5em;
padding-top: 0px;
margin-top: 3px;
text-align: center;
text-align-last: center;
margin-top: 1px !important;
margin-bottom: 3px !important;
}