Common.css: Difference between revisions
From Sybillian's Clocktower
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
font-family: dumbledor; | font-family: dumbledor; | ||
src: url(https://sybillian.wiki/images/0/0a/Dumbledor.ttf); | src: url(https://sybillian.wiki/images/0/0a/Dumbledor.ttf); | ||
} | |||
.p1 { | |||
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; | |||
} | |||
.p2 { | |||
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; | |||
} | |||
.p3 { | |||
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; | |||
} | } | ||
| Line 11: | Line 22: | ||
text-align: center; | text-align: center; | ||
} | } | ||
/* h2 */ | |||
.mw-headline { | .mw-headline { | ||
font-size: 21px; | font-size: 21px; | ||
| Line 16: | Line 28: | ||
text-transform: uppercase; | text-transform: uppercase; | ||
font-family: Dumbledor; | font-family: Dumbledor; | ||
} | } | ||
h1 { | h1 { | ||
font- | color: #5C1F22; | ||
font-size: 36px; | |||
text-transform: uppercase; | |||
font-family: Dumbledor; | |||
} | } | ||
h2 { | h2 { | ||
font- | font-size: 21px; | ||
color: #5C1F22; | |||
text-transform: uppercase; | |||
font-family: Dumbledor; | |||
} | } | ||
Latest revision as of 19:34, 2 September 2026
/* CSS placed here will be applied to all skins */
@font-face {
font-family: dumbledor;
src: url(https://sybillian.wiki/images/0/0a/Dumbledor.ttf);
}
.p1 {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.p2 {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.p3 {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
span.evilname a { color: green; }
.chartitle {
border: 5px outset red;
background-color: lightblue;
text-align: center;
}
/* h2 */
.mw-headline {
font-size: 21px;
color: #5C1F22;
text-transform: uppercase;
font-family: Dumbledor;
}
h1 {
color: #5C1F22;
font-size: 36px;
text-transform: uppercase;
font-family: Dumbledor;
}
h2 {
font-size: 21px;
color: #5C1F22;
text-transform: uppercase;
font-family: Dumbledor;
}
