Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 02:13, 17 February 2025 by Prd (talk | contribs) (Created page with "{{pp-template}}: .hidden-archive { box-sizing: border-box; border: 1px solid #a2a9b1; width: 100%; clear: both; text-align: center; padding: 1px; margin: 0.2em auto 0; font-size:100%; } .hat-header { padding: 0.25em 1em; line-height: 1.5em; text-align: center; background-color: #f2dfce; color: inherit; } .hat-content { border: solid 1px silver; padding: 8px; background-color: #fff4f2; color: inherit; text-align: left; } @media screen { html.ski...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* {{pp-template}} */
.hidden-archive {
	box-sizing: border-box;
	border: 1px solid #a2a9b1;
	width: 100%;
	clear: both;
	text-align: center;
	padding: 1px;
	margin: 0.2em auto 0;
	font-size:100%;
}

.hat-header {
	padding: 0.25em 1em;
	line-height: 1.5em;
	text-align: center;
	background-color: #f2dfce;
	color: inherit;
}

.hat-content {
	border: solid 1px silver;
	padding: 8px;
	background-color: #fff4f2;
	color: inherit;
	text-align: left;
}

@media screen {
	html.skin-theme-clientpref-night .hat-header {
		background-color: #492b13;
	}
	
	html.skin-theme-clientpref-night .hat-content {
		background-color: #391c19;
	}
}

@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .hat-header {
		background-color: #492b13;
	}
	
	html.skin-theme-clientpref-os .hat-content {
		background-color: #391c19;
	}
}