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: Difference between revisions

Template page
dustloop>TarkusLee
No edit summary
dustloop>TarkusLee
mNo edit summary
Line 24: Line 24:


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



Revision as of 21:45, 24 January 2023

table.frameTable {
	border-collapse: collapse;
	background-color: var(--color-surface-2);
	box-shadow: var(--card-shadow-dlw);
	border-radius: var(--border-radius--medium);
}

.frameTable th {
	color: var(--color-base--subtle);
}

.frameTable td, .frameTable th {
	padding: 0.75em;
	text-align: center;
}

.frameTable tr {
	border-bottom: 1px solid var(--border-color-base--darker);
}

.frameTable tr:last-child {
	border: none;
}

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

.frameTable tr:hover, .frameTable tr:nth-child(odd):hover {
	background-color: var(--color-surface-3);
}
MediaWiki Appliance - Powered by TurnKey Linux