MediaWiki:Common.css: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
(Fake links)
(whitelinks class)
Line 190: Line 190:
.navbox.light > * > tr:first-child th, .navbox.light > * > tr:first-child th a {
.navbox.light > * > tr:first-child th, .navbox.light > * > tr:first-child th a {
color: black !important;
color: black !important;
}

/* <h4> crash </h4> */
.navbox.crash tr:first-child th, .navbox.crash tr:first-child th a {
background-color: #F8A651;
color:#000 !important;
}

.navbox.crash tr th {
background-color: #fac38a;
}

.navbox.crash tr:nth-child(2n) td {
background-color: #F5F5F5;
}
.navbox.crash tr td {
background-color: #FBFBFB;
}

.navbox.crash tr:not(:first-child) th:not([rowspan]):not([colspan]) {
background: none repeat scroll 0 0 #FCD6B0;
}

/* <h4> Racing </h4> */
.navbox.racing tr:first-child th, .navbox.racing tr:first-child th a {
background-color: gold;
color: #000 !important;
}

.navbox.racing tr th {
background-color: #FFF462;
}

.navbox.racing tr:nth-child(2n) td {
background-color: #FFFFBB;
}
.navbox.racing tr td {
background-color: #FFFFDD;
}

.navbox.racing tr:not(:first-child) th:not([rowspan]):not([colspan]) {
background: none repeat scroll 0 0 #FFF789;
}
}


Line 712: Line 670:
#pagehistory li.selected {
#pagehistory li.selected {
outline: 1px dashed #007500;
outline: 1px dashed #007500;
}

.whitelinks a {
color:#FFF !important;
}
}