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 tr {
.frameTable td { padding: 0.5em; }
border-bottom: 1px solid var(--border-color-base);
}
 
.frameTable tr:last-child {
border-bottom: none;
}


.frameTable th {
.frameTable th {
Line 20: Line 14:
}
}


.frameTable tr:nth-child(odd) {
.frameTable tr:nth-child(odd) { background-color: var(--color-surface-1); }
background-color: var(--color-surface-1);
 
}
.frameTable tr { border-bottom: 1px solid var(--border-color-base); }
.frameTable tr:last-child { border-bottom: none; }


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

Revision as of 22:03, 24 January 2023

.frameTable {
	width: 100%;
	border-collapse: collapse;
	background-color: var(--color-surface-2);
	border: 1px solid var(--border-color-base);
}

.frameTable td { padding: 0.5em; }

.frameTable th {
	font-size: 0.875em;
	color: var(--color-base--subtle);
	text-align: center;
}

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

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

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