„MediaWiki:Timeless.css” változatai közötti eltérés
only show button when the sidebar && bugfix for smaller breakpoints |
bugfix: ease and index |
||
| (2 közbenső módosítás ugyanattól a felhasználótól nincs mutatva) | |||
| 32. sor: | 32. sor: | ||
@keyframes hide { | @keyframes hide { | ||
from { margin-right: 0; } | from { margin-right: 0; } | ||
99% { margin-right: - | 99% { margin-right: -16em; opacity: 0; position: relative; } | ||
to { | to { opacity: 0; position: absolute; z-index: -999; } | ||
} | } | ||
@keyframes show { | @keyframes show { | ||
from { margin-right: - | from { margin-right: -16em; opacity: 0; } | ||
to { margin-right: 0; opacity: 100; } | to { margin-right: 0; opacity: 100; } | ||
} | } | ||