Changes

Jump to navigation Jump to search
873 bytes removed ,  23:07, 20 September 2016
use text shadow for anchor highlight, remove compat code
Line 177: Line 177:  
/* CSS background highlight */
 
/* CSS background highlight */
 
span.mw-headline {
 
span.mw-headline {
         background-color: transparent;
+
         text-shadow: none;
 
}
 
}
 
span.mw-headline:target {
 
span.mw-headline:target {
        -webkit-animation: hilite-background 5s;
  −
        -moz-animation: hilite-background 5s;
  −
        -ms-animation: hilite-background 5s;
  −
        -o-animation: hilite-background 5s;
   
         animation: hilite-background 5s;
 
         animation: hilite-background 5s;
}
  −
@-webkit-keyframes hilite-background {
  −
        0% {background-color: transparent;}
  −
        30% {background-color: #990000;}
  −
        100% {background-color: transparent;}
  −
}
  −
@-moz-keyframes hilite-background {
  −
        0% {background-color: transparent;}
  −
        30% {background-color: #990000;}
  −
        100% {background-color: transparent;}
  −
}
  −
@-ms-keyframes hilite-background {
  −
        0% {background-color: transparent;}
  −
        30% {background-color: #990000;}
  −
        100% {background-color: transparent;}
  −
}
  −
@-o-keyframes hilite-background {
  −
        0% {background-color: transparent;}
  −
        30% {background-color: #990000;}
  −
        100% {background-color: transparent;}
   
}
 
}
 
@keyframes hilite-background {
 
@keyframes hilite-background {
        0% {background-color: transparent;}
+
        0% {text-shadow: none;}
         30% {background-color: #990000;}
+
         30% {text-shadow: 0px 0px 20px #fbff0f;}
        100% {background-color: transparent;}
+
      100% {text-shadow: 0px 0px 3px #fbff0f;}
 
}
 
}

Navigation menu