Template:STF/styles.css

From FHX Wiki
Revision as of 17:56, 2 October 2024 by Ryzuhr (talk | contribs) (Created page with ".table.normal > :first-child > tr:first-child, .table.normal > :first-child > tr:first-child > *, .table.normal > * > tr.heading, .table.normal > * > tr.heading > *{ background-color:#888 !important; border-color:#6D6D6D !important } .table.normal > * > tr > th{ background-color:#CCC; border-color:#AAA } .table.normal > tbody > tr:nth-child(odd){ background-color:#EEE } .table.location > :first-child > tr:first-child, .table.location > :first-child > tr:firs...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.table.normal > :first-child > tr:first-child,
.table.normal > :first-child > tr:first-child > *,
.table.normal > * > tr.heading,
.table.normal > * > tr.heading > *{
	background-color:#888 !important;
	border-color:#6D6D6D !important
	}
	
.table.normal > * > tr > th{
	background-color:#CCC;
	border-color:#AAA
	}
	
.table.normal > tbody > tr:nth-child(odd){
	background-color:#EEE
	}

.table.location > :first-child > tr:first-child,
.table.location > :first-child > tr:first-child > *,
.table.location > * > tr.heading,
.table.location > * > tr.heading > *{
	background-color:#96C !important;
	border-color:#7A52A3 !important
	}
.table.location > * > tr > th{
	background-color:#CCB3E6;
	border-color:#A38FB8
	}
.table.location > tbody > tr:nth-child(odd){
	background-color:#F0E8F8
	}