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 5: Line 5:
.frameTable tr:nth-child(even) {
.frameTable tr:nth-child(even) {
background-color: var(--color-surface-1);
background-color: var(--color-surface-1);
}
.frameTable tr:hover {
background-color: var(--color-surface-3);
}
}


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


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

Revision as of 21:35, 24 January 2023

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

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

.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