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
mNo edit summary
m 23 revisions imported: Credit to the Dustloop wiki (dustloop.com).
 
(10 intermediate revisions by one other user not shown)
Line 1: Line 1:
table.frameTable {
.frameTable {
width: 100%;
border-collapse: collapse;
border-collapse: collapse;
background-color: var(--color-surface-2);
background-color: var(--color-surface-2);
box-shadow: var(--card-shadow-dlw);
border: 1px solid var(--border-color-base);
border-radius: var(--border-radius--medium);
}
}


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


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


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


.frameTable tr:nth-child(odd) {
.frameTable tr { border-bottom: 1px solid var(--border-color-base); }
background-color: var(--color-surface-1);
.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); }
}

Latest revision as of 20:20, 22 September 2024

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

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

.frameTable th, .frameTable td { padding: 0.5em; 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