Common.css: Difference between revisions
From Jedisaber Wiki
mNo edit summary |
mNo edit summary |
||
| Line 6: | Line 6: | ||
font-weight: bold; | font-weight: bold; | ||
font-size: 2.5em; | font-size: 2.5em; | ||
background: # | color: white; | ||
border: 1px # | background: #517397; | ||
border: 1px #517397; | |||
padding-top: 1em; | padding-top: 1em; | ||
padding-bottom: | padding-bottom: 1em; | ||
} | } | ||
| Line 16: | Line 17: | ||
font-weight: bold; | font-weight: bold; | ||
font-size: 2em; | font-size: 2em; | ||
color: white; | |||
text-decoration: underline; | text-decoration: underline; | ||
background: # | background: #517397; | ||
border: 1px # | border: 1px #517397; | ||
padding-top: | padding-top: 0.5em; | ||
padding-bottom: 1.5em; | padding-bottom: 0.5em; | ||
} | |||
h3 { | |||
text-align: left; | |||
font-weight: bold; | |||
font-size: 1.5em; | |||
color: white; | |||
text-decoration: underline; | |||
background: #517397; | |||
border: 1px #517397; | |||
padding-top: 0.25em; | |||
padding-bottom: 0.25em; | |||
} | |||
h4 { | |||
text-align: left; | |||
font-weight: bold; | |||
font-size: 1.25em; | |||
} | } | ||
Revision as of 19:07, 14 April 2025
/* CSS placed here will be applied to all skins */
/* Format headings */
h1 {
text-align: center;
font-weight: bold;
font-size: 2.5em;
color: white;
background: #517397;
border: 1px #517397;
padding-top: 1em;
padding-bottom: 1em;
}
h2 {
text-align: left;
font-weight: bold;
font-size: 2em;
color: white;
text-decoration: underline;
background: #517397;
border: 1px #517397;
padding-top: 0.5em;
padding-bottom: 0.5em;
}
h3 {
text-align: left;
font-weight: bold;
font-size: 1.5em;
color: white;
text-decoration: underline;
background: #517397;
border: 1px #517397;
padding-top: 0.25em;
padding-bottom: 0.25em;
}
h4 {
text-align: left;
font-weight: bold;
font-size: 1.25em;
}
