MediaWiki:Common.css: verschil tussen versies
Naar navigatie springen
kGeen bewerkingssamenvatting |
kGeen bewerkingssamenvatting |
||
Regel 15: | Regel 15: | ||
.tilt { | .tilt { | ||
-webkit-transition: all 1s ease; | |||
-moz-transition: all 1s ease; | |||
-o-transition: all 1s ease; | |||
-ms-transition: all 1s ease; | |||
transition: all 1s ease; | |||
} | } | ||
Versie van 28 aug 2013 15:52
.infinitum { background-color: #F9F9F9; border: 1px solid #AAAAAA; font-size: 95%; padding: 5px; } .infinirow { border-bottom: 1px solid #AA9977 !important; border-left: medium none currentColor !important; border-right: 1px solid #AA9977 !important; border-top: medium none currentColor !important; padding: 2px 3px; } .tilt { -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; transition: all 1s ease; } .tilt:hover { -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -o-transform: rotate(-10deg); -ms-transform: rotate(-10deg); transform: rotate(-10deg); }