MediaWiki:Common.css: Difference between revisions

Added shadow box class for standardized shadows
(Updated namespace badge colors)
(Added shadow box class for standardized shadows)
Line 538:
.hlist ul li:last-child:after {
content: none;
}
 
/* Miscellaneous */
.shadow-box {
box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2);
}