MediaWiki:Vector.css: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(Added navbox styles)
(Updated styles for navboxes and infoboxes)
Line 1: Line 1:
/*
/*
* Sly Modding Wiki custom Vector CSS
* SlyMods Wiki custom Vector CSS
*/
*/


Line 224: Line 224:


.navbox a {
.navbox a {
color: #0645ad;
color: #00566e !important;
}

.navbox a.selflink {
color: #004052 !important;
}

.navbox a.new {
color: #ff3724 !important
}

/* infobox styles */

.infobox a {
color: #00566e !important;
}

.infobox a.selflink {
color: #004052 !important;
}

.infobox a.new {
color: #ff3724 !important
}
}