Differenze tra le versioni di "MediaWiki:Mobile.css"
Da Wiki-Metin3.
(Etichette: Modifica da mobile, Modifica da web per mobile) |
(Etichette: Modifica da mobile, Modifica da web per mobile) |
||
Riga 9: | Riga 9: | ||
direction: ltr; /* Needed for RTL flipping */ | direction: ltr; /* Needed for RTL flipping */ | ||
unicode-bidi: embed; | unicode-bidi: embed; | ||
+ | } | ||
+ | .animations #mw-mf-page-center { | ||
+ | min-height: 100%; | ||
+ | /* background-color: #fff; */ | ||
+ | -webkit-backface-visibility: hidden; | ||
+ | -webkit-transition: -webkit-transform .25s ease-out,height 0s 0.5s; | ||
+ | transition: transform .25s ease-out,height 0s 0.5s; | ||
} | } |
Versione delle 19:29, 18 mar 2015
/* Gli stili CSS inseriti qui si applicano agli utenti che usano il sito per dispositivi mobili */ body { font: x-small sans-serif; /* @embed */ background: url("skins/MonoBook/sfondo.gif") repeat scroll 0 0 #000000; color: black; margin: 0; padding: 0; direction: ltr; /* Needed for RTL flipping */ unicode-bidi: embed; } .animations #mw-mf-page-center { min-height: 100%; /* background-color: #fff; */ -webkit-backface-visibility: hidden; -webkit-transition: -webkit-transform .25s ease-out,height 0s 0.5s; transition: transform .25s ease-out,height 0s 0.5s; }