MediaWiki:Vector.css: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(Attempt to fix table and navbox styles)
(Added subtle text shadow to hatnotes)
Line 1: Line 1:
/*
/*
* SlyMods Wiki custom Vector CSS
* SlyMods Wiki custom Vector CSSh
*/
*/


Line 105: Line 105:
.catlinks, .mw-collapsable, #toc {
.catlinks, .mw-collapsable, #toc {
background-color: #1C386A;
background-color: #1C386A;
}

/* HATNOTES */
.hatnote {
text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.22),
}
}