MediaWiki:Wikia.css: diferència entre les revisions

Mpuj (discussió | contribucions)
Canvi estètic
Mpuj (discussió | contribucions)
Correcció de codis
Línia 21: Línia 21:
.FollowedPagesModule,
.FollowedPagesModule,
.WikiaRail .module {
.WikiaRail .module {
 
transition: top .2s, bottom .2s, border .2s, margin .2s;
transition: top .2s, bottom .2s, border .2s, margin .2s, box-shadow .2s;
-webkit-transition: top .2s, bottom .2s, border .2s, margin .2s;
-webkit-transition: top .2s, bottom .2s, border .2s, margin .2s, -webkit-box-shadow .2s;
-moz-transition: top .2s, bottom .2s, border .2s, margin .2s;
-moz-transition: top .2s, bottom .2s, border .2s, margin .2s, -moz-box-shadow .2s;
-o-transition: top .2s, bottom .2s, border .2s, margin .2s,;
-o-transition: top .2s, bottom .2s, border .2s, margin .2s, box-shadow .2s;
}
}