Difference between revisions of "MediaWiki:0.css"
(Created page with "blockquote { font-family: "SERAFIM+EFESIOS"; }") |
m |
||
Line 1: | Line 1: | ||
blockquote { font-family: "SERAFIM+EFESIOS"; | blockquote { font-family: "SERAFIM+EFESIOS"; | ||
+ | } | ||
+ | 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: 16pt; font-weight: normal; line-height: 1.1em; | ||
+ | text-align: center; | ||
+ | font-family: "SERAFIM_LOGOS"; | ||
+ | color: red; | ||
+ | text-align-last: center; | ||
} | } |
Revision as of 03:41, 9 November 2017
blockquote { font-family: "SERAFIM+EFESIOS";
}
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: 16pt; font-weight: normal; line-height: 1.1em;
text-align: center;
font-family: "SERAFIM_LOGOS";
color: red;
text-align-last: center;
}