Template:Hinweis Seiten-Koordinaten/styles.css: Difference between revisions

From Holocaustmap
de.wikipedia.org>Hgzh
mNo edit summary
 
m (1 revision imported)
 
(No difference)

Latest revision as of 13:32, 26 April 2024

@keyframes target-hint {
  from {
    box-shadow: 0 0 .5em .2em #36c;
  }
  to {
    box-shadow: none;
  }
}

#SeitenKoordinaten:target {
   box-shadow: 0 0 .5em .2em #36c;
   animation: target-hint 1s linear 2s 1 forwards;
}