Difference between revisions of "MediaWiki:Print.css"
m |
m |
||
Line 1: | Line 1: | ||
/* Размещённый здесь CSS будет применяться к версии для печати */ | /* Размещённый здесь CSS будет применяться к версии для печати */ | ||
− | span.tocnumber span { font-weight: bold; font-size: 20pt; | + | span.tocnumber span { font-weight: bold; font-size: 20pt; color:green; |
} | } | ||
.tocnumber { font-weight: bold; font-size: 20pt; | .tocnumber { font-weight: bold; font-size: 20pt; | ||
Line 8: | Line 8: | ||
/*.tocnumber,*/ .toctext { border-bottom: 2px dotted #aaa; | /*.tocnumber,*/ .toctext { border-bottom: 2px dotted #aaa; | ||
} | } | ||
− | .toctext { width: 100%; padding-right: | + | .toctext { width: 100%; padding-right: 200px; |
} | } | ||
div#toc ul, div.toc ul { list-style-type: none; list-style-image: none; text-align: left; | div#toc ul, div.toc ul { list-style-type: none; list-style-image: none; text-align: left; | ||
Line 16: | Line 16: | ||
} | } | ||
li.toclevel-2 li { padding: 15px 0px 0px 0px; margin-left: 52px; | li.toclevel-2 li { padding: 15px 0px 0px 0px; margin-left: 52px; | ||
+ | } | ||
+ | li.toclevel-1 .toctext { padding-left: 20px; | ||
} | } | ||
.toclevel-1 .toclevel-2 .toclevel-3 .toclevel-4 li { | .toclevel-1 .toclevel-2 .toclevel-3 .toclevel-4 li { | ||
Line 71: | Line 73: | ||
.mw-body h1, .mw-body h2, .mw-body h3 { /* font-family: "SERAFIM_LOGOS"; font-size: 24pt; | .mw-body h1, .mw-body h2, .mw-body h3 { /* font-family: "SERAFIM_LOGOS"; font-size: 24pt; | ||
color: #ff0a0a; line-height: 1.5; */ | color: #ff0a0a; line-height: 1.5; */ | ||
− | padding-top: | + | padding-top: 80px; padding-right: 0px; padding-bottom: 5px; padding-left: 0px; |
} | } | ||
.mw-body p { text-align: justify; | .mw-body p { text-align: justify; | ||
} | } | ||
− | |||
p { text-align: justify; font-weight: normal; | p { text-align: justify; font-weight: normal; | ||
} | } | ||
− | + | pre { line-height: 1.0em; margin-bottom: -21px; | |
− | + | } | |
− | |||
[[Категория:ΑΠΑΝΤΑ]] | [[Категория:ΑΠΑΝΤΑ]] |
Revision as of 01:49, 25 June 2017
/* Размещённый здесь CSS будет применяться к версии для печати */
span.tocnumber span { font-weight: bold; font-size: 20pt; color:green;
}
.tocnumber { font-weight: bold; font-size: 20pt;
}
#toctitle { padding: 20px 0 0px 20px; margin-bottom: -30px;
}
/*.tocnumber,*/ .toctext { border-bottom: 2px dotted #aaa;
}
.toctext { width: 100%; padding-right: 200px;
}
div#toc ul, div.toc ul { list-style-type: none; list-style-image: none; text-align: left;
margin-left: -92px;
}
li.toclevel-1 li { padding: 30px 0px 0px 0px; margin-left: 52px;
}
li.toclevel-2 li { padding: 15px 0px 0px 0px; margin-left: 52px;
}
li.toclevel-1 .toctext { padding-left: 20px;
}
.toclevel-1 .toclevel-2 .toclevel-3 .toclevel-4 li {
border-bottom: 1px dashed #aaa;
}
.toctoggle { display: none;
}
p.s { font-family: "SERAFIM+"; font-size: 110pt; text-indent: 0.00cm; text-align: justify;
font-weight: normal; line-height: 1.1em; margin-top: -0.2em; margin-right: 0px;
margin-bottom: 0em; margin-left: 0px;
}
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;
}
body { margin: 0; padding-top: 5px; padding-right: 20px;
padding-bottom: 20px; padding-left: 20px;
}
h1, h2, h3, h4, h5, h6 { font-weight: normal; page-break-after: avoid;
/* font-family: "SERAFIM_LOGOS"; font-size: 22pt;*/
text-align: center; color: #ff0a0a;
}
.mw-body h1, .mw-body h2, .mw-body h3 { /* font-family: "SERAFIM_LOGOS"; font-size: 24pt;
color: #ff0a0a; line-height: 1.5; */
padding-top: 80px; padding-right: 0px; padding-bottom: 5px; padding-left: 0px;
}
.mw-body p { text-align: justify;
}
p { text-align: justify; font-weight: normal;
}
pre { line-height: 1.0em; margin-bottom: -21px;
}
[[Категория:ΑΠΑΝΤΑ]]