Template:Hatnote/styles.css: Difference between revisions

From Ymirheim Wiki
(Created page with ".hatnote { font-style: italic; padding-bottom: 0.4em; margin-bottom: 0.4em; color: #555; border-bottom: 1px solid #ccc; } .hatnote.no-border { border-bottom: none; }")
 
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
.hatnote {
.hatnote {
font-style: italic;
font-style: italic;
padding-bottom: 0.4em;
padding-left: 1.6em;
margin-bottom: 0.4em;
margin-bottom: 0.4em;
color: #555;
color: #555;
Line 8: Line 8:
.hatnote.no-border {
.hatnote.no-border {
border-bottom: none;
border-bottom: none;
}
h3 + .hatnote {
margin-top: -0.5em;
}
body.theme-ymirheim-dark .hatnote,
body.theme-ymirheim.prefers-color-scheme-dark .hatnote {
color: #999;
border-color: rgb(128,128,128);
}
}

Latest revision as of 03:45, 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-top: -0.5em;
}

body.theme-ymirheim-dark .hatnote,
body.theme-ymirheim.prefers-color-scheme-dark .hatnote {
	color: #999;
	border-color: rgb(128,128,128);
}