No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
.CharIcon-UMVC3 { | .CharIcon-UMVC3 { | ||
} | } | ||
Line 7: | Line 6: | ||
width:max-content; | width:max-content; | ||
border: solid 1px white; | border: solid 1px white; | ||
} | |||
.CharIcon-UMVC3-Background:hover { | |||
border: hidden; | |||
} | } | ||
Line 12: | Line 15: | ||
border: solid 3px yellow; | border: solid 3px yellow; | ||
outline: solid 3px yellow; | outline: solid 3px yellow; | ||
outline-offset: | outline-offset: 5px; | ||
animation: blinker 1s linear infinite; | |||
} | |||
@keyframes blinker { | |||
50% { | |||
opacity: 0; | |||
} | |||
} | } |
Latest revision as of 16:20, 16 May 2025
.CharIcon-UMVC3 { } .CharIcon-UMVC3-Background { background: gray; width:max-content; border: solid 1px white; } .CharIcon-UMVC3-Background:hover { border: hidden; } .CharIcon-UMVC3:hover { border: solid 3px yellow; outline: solid 3px yellow; outline-offset: 5px; animation: blinker 1s linear infinite; } @keyframes blinker { 50% { opacity: 0; } }