Template:NSFW Image.css: Difference between revisions

Cleo changed the content model of the page Template:NSFW Image.css from "CSS" to "Sanitized CSS"
(Cleo changed the content model of the page Template:NSFW Image.css from "wikitext" to "CSS")
Tag: content model change
(Cleo changed the content model of the page Template:NSFW Image.css from "CSS" to "Sanitized CSS")
Tag: content model change
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
   .nsfw {
   .nsfw {
     position: relative;
     position: relative;
Line 10: Line 9:


   .blur img {
   .blur img {
    filter: url("#sharpBlur");
     transition: filter 0.15s ease-in-out;
     transition: filter 0.15s ease-in-out;
    filter: blur(20px);
   }
   }


   .nsfw:hover .blur img {
   .nsfw:hover .blur img {
     filter: blur(0px);
     filter: none;
    transition: filter 0.15s ease-in-out;
   }
   }


621

edits