Common.css: Difference between revisions
From Sybillian's Clocktower
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
background-color: lightblue; | background-color: lightblue; | ||
text-align: center; | text-align: center; | ||
} | |||
h1 { | |||
font-weight: bold; | |||
color: #fff; | |||
font-size: 32px; | |||
} | |||
h2 { | |||
font-weight: bold; | |||
color: #fff; | |||
font-size: 24px; | |||
} | } | ||
Revision as of 18:50, 1 September 2026
/* CSS placed here will be applied to all skins */
span.evilname a { color: green; }
.chartitle {
border: 5px outset red;
background-color: lightblue;
text-align: center;
}
h1 {
font-weight: bold;
color: #fff;
font-size: 32px;
}
h2 {
font-weight: bold;
color: #fff;
font-size: 24px;
}
