Difference between revisions of "MediaWiki:00.css"
m |
m |
||
Line 95: | Line 95: | ||
text-align: left; | text-align: left; | ||
padding: 8px 0px 0px 45px; | padding: 8px 0px 0px 45px; | ||
− | margin-left: - | + | margin-left: -61px; |
} | } | ||
#toc, .toc { | #toc, .toc { | ||
Line 128: | Line 128: | ||
padding-bottom: 0px; | padding-bottom: 0px; | ||
margin-bottom: 30px; | margin-bottom: 30px; | ||
+ | } | ||
+ | table.wikitable > tr > th, table.wikitable > * > tr > th { border: 3px solid #ced3f3; | ||
+ | border-bottom: 5px solid #ced3f3; vertical-align: middle; | ||
+ | padding: 3px 1px; text-align: center; page-break-inside: avoid; | ||
+ | /*page-break-after: avoid;*/ | ||
} | } |
Revision as of 22:29, 22 January 2018
blockquote {
font-size: 60pt;
}
table.wikitable {
margin: -30px 0 10px -14px;
}
td { vertical-align: top;
}
i {
line-height: 1.1em;
color: red !important;
font-weight: 400 !important;
font-style: normal !important;
/* font-family: "SERAFIM_LOGOS"; */
font-size: 20pt;
margin: 0;
}
.mw-body p {
line-height: 1.1em;
margin: 10px 20px;
}
pre {
line-height: 1.3em;
margin: 5px 2px;
text-align: right;
text-align-last: right;
white-space: nowrap;
letter-spacing: 0;
font-size: 20pt;
}
p.aaa {
line-height: 1.3em;
margin: 5px 2px;
text-align: right;
text-align-last: right;
white-space: nowrap;
letter-spacing: 0;
font-size: 20pt;
}
p.bbb {
line-height: 1.3em;
margin: 5px 2px;
text-align: left;
text-align-last: left;
font-family: "Ponomar Unicode";
white-space: nowrap;
letter-spacing: 0;
font-size: 20pt;
}
p.ccc {
line-height: 1.3em;
margin: 5px 2px;
text-align: left;
text-align-last: left;
font-family: "Monomakh Unicode";
white-space: nowrap;
letter-spacing: 0;
font-size: 20pt;
}
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: 17pt;
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;
margin-bottom: -80px;
margin-left: -15px;
}
span.subpages a, span.subpages a:visited {
color: lightgray !important; text-decoration: inherit !important; background-color: white;
}
#contentSub, #contentSub2 {
font-size: 111%;
line-height: 1.5em;
color: gray;
margin-bottom: 30px;
}
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: -61px;
}
#toc, .toc {
margin: 52px 0px 3px -14px;
padding-left: 100px;
padding-right: 100px;
}
.mw-body .mw-body-content h1 {
font-size: 32pt;
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;
}
.mw-body .mw-body-content h3 {
font-size: 21pt;
font-weight: normal;
line-height: 1.0em;
margin-top: 5px;
font-family: "SERAFIM_LOGOS";
text-align: left;
color: #c61e1e;
margin-left: -13px;
padding-left: 33px;
page-break-after: avoid;
padding-top: 5px;
padding-bottom: 0px;
margin-bottom: 30px;
}
table.wikitable > tr > th, table.wikitable > * > tr > th { border: 3px solid #ced3f3;
border-bottom: 5px solid #ced3f3; vertical-align: middle;
padding: 3px 1px; text-align: center; page-break-inside: avoid;
/*page-break-after: avoid;*/
}