Changes

Jump to navigation Jump to search
42 bytes added ,  23:10, 20 September 2016
animation should end with a shadow present
Line 180: Line 180:  
}
 
}
 
span.mw-headline:target {
 
span.mw-headline:target {
 +
        text-shadow: 0px 0px 4px #fbff0f;
 
         animation: hilite-background 5s;
 
         animation: hilite-background 5s;
 
}
 
}
Line 185: Line 186:  
         0% {text-shadow: none;}
 
         0% {text-shadow: none;}
 
         30% {text-shadow: 0px 0px 20px #fbff0f;}
 
         30% {text-shadow: 0px 0px 20px #fbff0f;}
       100% {text-shadow: 0px 0px 3px #fbff0f;}
+
       100% {text-shadow: 0px 0px 4px #fbff0f;}
 
}
 
}

Navigation menu