Template:Hatnote/styles.css: Difference between revisions
From Ymirheim Wiki
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
.hatnote.no-border { | .hatnote.no-border { | ||
border-bottom: none; | border-bottom: none; | ||
} | |||
h3 + .hatnote { | |||
margin-bottom: 0; | |||
} | } | ||
Line 13: | Line 17: | ||
body.theme-ymirheim.prefers-color-scheme-dark .hatnote { | body.theme-ymirheim.prefers-color-scheme-dark .hatnote { | ||
color: #999; | color: #999; | ||
border-color: rgb(128,128,128); | |||
} | } |
Revision as of 03:43, 15 July 2024
.hatnote { font-style: italic; padding-left: 1.6em; margin-bottom: 0.4em; color: #555; border-bottom: 1px solid #ccc; } .hatnote.no-border { border-bottom: none; } h3 + .hatnote { margin-bottom: 0; } body.theme-ymirheim-dark .hatnote, body.theme-ymirheim.prefers-color-scheme-dark .hatnote { color: #999; border-color: rgb(128,128,128); }