Differenze tra le versioni di "MediaWiki:Mobile.css"
Da Wiki-Metin3.
(Creata pagina con "→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("sfondo.gif...") |
(Etichette: Modifica da mobile, Modifica da web per mobile) |
||
Riga 3: | Riga 3: | ||
font: x-small sans-serif; | font: x-small sans-serif; | ||
/* @embed */ | /* @embed */ | ||
− | background: url("sfondo.gif") repeat scroll 0 0 #000000; | + | background: url("skins/MonoBook/sfondo.gif") repeat scroll 0 0 #000000; |
− | + | color: black; | |
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; |
Versione delle 19:23, 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; }