MediaWiki:Common.css: Difference between revisions

From Deadlock Wiki
Jump to navigation Jump to search
Created page with "→‎CSS placed here will be applied to all skins: .DropShadow img { filter: drop-shadow(0 0 10px #000000); }"
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.DropShadow img {
.drop-shadow img {
     filter: drop-shadow(0 0 10px #000000);
     filter: drop-shadow(0 0 10px #000000);
}
}

Revision as of 10:47, 24 August 2024

/* CSS placed here will be applied to all skins */
.drop-shadow img {
    filter: drop-shadow(0 0 10px #000000);
}