Gebruiker:DeGroteEmojii/common.css: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
Regel 1: | Regel 1: | ||
− | / | + | /* Wordt gebruikt voor tests met css.*/ |
− | * Wordt gebruikt voor tests met css. | ||
− | */ | ||
.mw-disambig { | .mw-disambig { | ||
background-color:#cdd1ee; | background-color:#cdd1ee; | ||
+ | } | ||
+ | |||
+ | .vervagen | ||
+ | { | ||
+ | animation: fade 5s ease-out 2.5s infinite; | ||
+ | } | ||
+ | |||
+ | @keyframes fade { | ||
+ | 0% { transform: scale(1); opacity: 1; } | ||
+ | 50% { opacity: 1; } | ||
+ | 100% { transform: scale(0.1); opacity: 0; } | ||
} | } |
Versie van 10 dec 2022 20:39
/* Wordt gebruikt voor tests met css.*/
.mw-disambig {
background-color:#cdd1ee;
}
.vervagen
{
animation: fade 5s ease-out 2.5s infinite;
}
@keyframes fade {
0% { transform: scale(1); opacity: 1; }
50% { opacity: 1; }
100% { transform: scale(0.1); opacity: 0; }
}