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 21:36, 24 January 2023 by dustloop>TarkusLee
.frameTable tr:nth-child(odd) {
	background-color: var(--color-surface-2);
}

.frameTable tr:hover {
	background-color: var(--color-surface-3);
}

.frameTable th {
	background-color: var(--color-surface-0);
	border: 1px solid var(--border-color-base--darker);
	font-size: 0.875em;
	color: var(--color-base--subtle);
}

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

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