Jump to content

Wikipedia:Teahouse/styles.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
stylize title, User:Xzkdeng is indeed me.
Tag: Reverted
Line 5: Line 5:
padding: 0;
padding: 0;
display: flow-root
display: flow-root
}

.teahouse-title {
background: #e1e6db;
border-left:solid 1.5px #758c00;
border-right:solid 1.5px #758c00;
border-radius:0.25em; padding:4px;
}

.teahouse-title-colon {
color: #a0a0a0;
}
}


Line 10: Line 21:
html.skin-theme-clientpref-night .teahouse-assistance-header {
html.skin-theme-clientpref-night .teahouse-assistance-header {
background: #28280b;
background: #28280b;
}
html.skin-theme-clientpref-night .teahouse-title {
background: #293626;
}
html.skin-theme-clientpref-night .teahouse-title-colon {
color: #414141;
}
}
}
}
Line 16: Line 33:
html.skin-theme-clientpref-os .teahouse-assistance-header {
html.skin-theme-clientpref-os .teahouse-assistance-header {
background: #28280b;
background: #28280b;
}
html.skin-theme-clientpref-os .teahouse-title {
background: #293626;
}
html.skin-theme-clientpref-os .teahouse-title-colon {
color: #414141;
}
}
}
}

Revision as of 01:26, 6 February 2026

.teahouse-assistance-header {
	background: #fcfcf4;
	color: inherit;
	border: solid 2px beige;
	padding: 0;
	display: flow-root
}

.teahouse-title {
	background: #e1e6db;
	border-left:solid 1.5px #758c00;
	border-right:solid 1.5px #758c00;
	border-radius:0.25em; padding:4px;
}

.teahouse-title-colon {
	color: #a0a0a0;
}

@media screen {
	html.skin-theme-clientpref-night .teahouse-assistance-header {
		background: #28280b;
	}
	html.skin-theme-clientpref-night .teahouse-title {
		background: #293626;
	}
	html.skin-theme-clientpref-night .teahouse-title-colon {
		color: #414141;
	}
}

@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .teahouse-assistance-header {
		background: #28280b;
	}
	html.skin-theme-clientpref-os .teahouse-title {
		background: #293626;
	}
	html.skin-theme-clientpref-os .teahouse-title-colon {
		color: #414141;
	}
}