Difference between revisions of "MediaWiki:0.css"
m |
m |
||
Line 1: | Line 1: | ||
blockquote { | blockquote { | ||
− | font-size: | + | font-size: 100pt; |
} | } | ||
p.mart { | p.mart { | ||
Line 9: | Line 9: | ||
text-align-last: center; | text-align-last: center; | ||
} | } | ||
− | |||
p.red { | p.red { | ||
font-size: 17pt; | font-size: 17pt; | ||
Line 18: | Line 17: | ||
color: #e10101; | color: #e10101; | ||
text-align-last: center; | text-align-last: center; | ||
+ | } | ||
+ | span.subpages { | ||
+ | margin-top: 16px; | ||
+ | } | ||
+ | span.subpages a, span.subpages a:visited { | ||
+ | color: #097b00 !important; text-decoration: inherit !important; background-color: white; | ||
+ | } | ||
+ | #contentSub, #contentSub2 { | ||
+ | font-size: 111%; | ||
+ | line-height: 1.2em; | ||
+ | color: black; | ||
} | } |
Revision as of 09:15, 3 January 2018
blockquote {
font-size: 100pt;
}
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: 16px;
}
span.subpages a, span.subpages a:visited {
color: #097b00 !important; text-decoration: inherit !important; background-color: white;
}
#contentSub, #contentSub2 {
font-size: 111%;
line-height: 1.2em;
color: black;
}