More actions
create styles for Template:HeadingBox |
add more styles |
||
Line 12: | Line 12: | ||
body.dovedale-theme-dark .heading-box { | body.dovedale-theme-dark .heading-box { | ||
background: #171c26; | background: #171c26; | ||
} | |||
.heading-box > div { | |||
padding: 4px; | |||
font-size: 20px; | |||
border-radius: 9px; | |||
text-align: center; | |||
} | |||
body.dovedale-theme-light .heading-box > div { | |||
color: black; | |||
border: 1px solid black; | |||
} | |||
body.dovedale-theme-dark .heading-box > div { | |||
color: white; | |||
border: 1px solid #142952; | |||
} | } |
Revision as of 13:59, 29 October 2024
.heading-box {
margin: auto;
padding: 2px;
border-radius: 9px;
margin-bottom: 5px;
}
body.dovedale-theme-light .heading-box {
background: rgba(65, 31, 145, 0.2);
}
body.dovedale-theme-dark .heading-box {
background: #171c26;
}
.heading-box > div {
padding: 4px;
font-size: 20px;
border-radius: 9px;
text-align: center;
}
body.dovedale-theme-light .heading-box > div {
color: black;
border: 1px solid black;
}
body.dovedale-theme-dark .heading-box > div {
color: white;
border: 1px solid #142952;
}