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
No edit summary
Line 6: Line 6:
.frameTable th {
.frameTable th {
color: var(--color-base--subtle);
color: var(--color-base--subtle);
border: 1px solid var(--border-color-base--darker);
font-size: 0.875em;
}
}


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



Revision as of 21:44, 24 January 2023

table.frameTable {
	border-collapse: collapse;
	background-color: var(--color-surface-2);
}

.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-0);
}

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