Difference between revisions of "MediaWiki:K.css"
(Created page with ".mw-body .mw-body-content h2 { font-size: 20pt; font-weight: normal; line-height: 1.0em; margin: 0; padding: 0; font-family: "SERAFIM_PRODROMOS"; t...") |
m |
||
(20 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td { | ||
+ | border: 1px solid #aaa; padding: 0; | ||
+ | } | ||
+ | span.subpages { | ||
+ | margin: -77px 0 -61px -30px !important; | ||
+ | font-size: 40pt !important; | ||
+ | background: white !important; | ||
+ | line-height: 1.2em !important; | ||
+ | padding-left: 7px !important; | ||
+ | color: #58a557 !important; | ||
+ | } | ||
+ | span.subpages a, span.subpages a:visited { color: #097b00 !important; text-decoration: inherit !important; background-color: white; } | ||
+ | |||
+ | .mw-editsection, .mw-editsection-like { | ||
+ | font-size: small; | ||
+ | font-weight: normal; | ||
+ | margin-left: 12px; | ||
+ | vertical-align: baseline; | ||
+ | line-height: 1em; | ||
+ | display: inline-block; | ||
+ | margin-right: 12px; | ||
+ | } | ||
+ | /* | ||
+ | table.wikitable > * > th > h2 > span.mw-editsection { display: none; } | ||
+ | |||
+ | span.subpages { | ||
+ | margin: -77px 0 -120px -30px; | ||
+ | font-size: 40pt; | ||
+ | background: white; | ||
+ | line-height: 1.2em; | ||
+ | padding-left: 7px; | ||
+ | color: #58a557; | ||
+ | } | ||
+ | span.subpages a, span.subpages a:visited { color: #097b00 !important; text-decoration: inherit !important; background-color: white; } | ||
+ | |||
+ | span.subpages { | ||
+ | margin-top: 35px; | ||
+ | font-size: 40pt; | ||
+ | } | ||
+ | */ | ||
+ | .mw-body .mw-body-content h1 { | ||
+ | font-size: 50pt; | ||
+ | font-family: "SERAFIM_PRODROMOS"; | ||
+ | line-height: 1.0em; | ||
+ | } | ||
+ | |||
.mw-body .mw-body-content h2 { | .mw-body .mw-body-content h2 { | ||
− | font-size: | + | font-size: 30pt; |
font-weight: normal; | font-weight: normal; | ||
line-height: 1.0em; | line-height: 1.0em; | ||
Line 7: | Line 53: | ||
font-family: "SERAFIM_PRODROMOS"; | font-family: "SERAFIM_PRODROMOS"; | ||
text-align: center; | text-align: center; | ||
− | color: | + | color: gray; |
page-break-after: avoid; | page-break-after: avoid; | ||
border-bottom: 0px solid transparent; | border-bottom: 0px solid transparent; | ||
} | } |
Latest revision as of 22:50, 27 March 2018
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
border: 1px solid #aaa; padding: 0;
}
span.subpages {
margin: -77px 0 -61px -30px !important;
font-size: 40pt !important;
background: white !important;
line-height: 1.2em !important;
padding-left: 7px !important;
color: #58a557 !important;
}
span.subpages a, span.subpages a:visited { color: #097b00 !important; text-decoration: inherit !important; background-color: white; }
.mw-editsection, .mw-editsection-like {
font-size: small;
font-weight: normal;
margin-left: 12px;
vertical-align: baseline;
line-height: 1em;
display: inline-block;
margin-right: 12px;
}
/*
table.wikitable > * > th > h2 > span.mw-editsection { display: none; }
span.subpages {
margin: -77px 0 -120px -30px;
font-size: 40pt;
background: white;
line-height: 1.2em;
padding-left: 7px;
color: #58a557;
}
span.subpages a, span.subpages a:visited { color: #097b00 !important; text-decoration: inherit !important; background-color: white; }
span.subpages {
margin-top: 35px;
font-size: 40pt;
}
*/
.mw-body .mw-body-content h1 {
font-size: 50pt;
font-family: "SERAFIM_PRODROMOS";
line-height: 1.0em;
}
.mw-body .mw-body-content h2 {
font-size: 30pt;
font-weight: normal;
line-height: 1.0em;
margin: 0;
padding: 0;
font-family: "SERAFIM_PRODROMOS";
text-align: center;
color: gray;
page-break-after: avoid;
border-bottom: 0px solid transparent;
}