Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:FrameData/shared/styles.css

Template page
Revision as of 19:04, 10 January 2023 by dustloop>TarkusLee
.frameTable tr:nth-child(odd) {
	background-color: var(--color-surface-2);
}

.frameTable tr:nth-child(even) {
	background-color: var(--color-surface-1);
}

.frameTable th {
	background-color: var(--color-surface-0);
	border: solid 0.1em var(--border-color-base--darker);
	font-size: 0.8125rem;
	color: var(--color-base--subtle);
}

.frameTable td, th {
	border: solid 0.1em var(--border-color-base--darker);
	font-size: 0.8125rem;
	padding: 0.75em;
	text-align: center;
}

table.frameTable {
	border-collapse: collapse;
}
MediaWiki Appliance - Powered by TurnKey Linux