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)
 
(7 versioni intermedie di uno stesso utente non sono mostrate)
Riga 1: Riga 1:
 
/* Gli stili CSS inseriti qui si applicano agli utenti che usano il sito per dispositivi mobili */
 
/* Gli stili CSS inseriti qui si applicano agli utenti che usano il sito per dispositivi mobili */
body {
+
.animations #mw-mf-page-center {
font: x-small sans-serif;
+
min-height: 100%;
/* @embed */
+
background: url("skins/MonoBook/sfondo.gif") repeat scroll 0 0 #000000;
background: url("skins/MonoBook/sfondo.gif") repeat scroll 0 0 #000000;
+
background-color: none;
        color: black;
+
-webkit-backface-visibility: hidden;
margin: 0;
+
-webkit-transition: -webkit-transform .25s ease-out,height 0s 0.5s;
padding: 0;
+
transition: transform .25s ease-out,height 0s 0.5s;
direction: ltr; /* Needed for RTL flipping */
+
color: #FFF;
unicode-bidi: embed;
+
}
 +
 
 +
.header {
 +
display: table;
 +
width: 100%;
 +
height: 3.35em;
 +
white-space: nowrap;
 +
border-bottom: 1px solid #CCC;
 +
background-color: #fff;
 +
}
 +
 
 +
.drawer, .pre-content, .content, .content-overlay {
 +
max-width: 1000px;
 +
margin: 0 auto;
 +
background: url("skins/MonoBook/Bodybackgroung.png") repeat scroll 0 0 black;
 +
border: 2px solid #97100d;
 +
border-radius: 8px 8px 8px 8px;
 +
color: black;
 +
}
 +
 
 +
.content table td, .content table th {
 +
padding: 3px;
 +
border: none;
 
}
 
}

Versione attuale delle 19:48, 18 mar 2015

/* Gli stili CSS inseriti qui si applicano agli utenti che usano il sito per dispositivi mobili */
.animations #mw-mf-page-center {
min-height: 100%;
background: url("skins/MonoBook/sfondo.gif") repeat scroll 0 0 #000000;
background-color: none;
-webkit-backface-visibility: hidden;
-webkit-transition: -webkit-transform .25s ease-out,height 0s 0.5s;
transition: transform .25s ease-out,height 0s 0.5s;
color: #FFF;
}

.header {
display: table;
width: 100%;
height: 3.35em;
white-space: nowrap;
border-bottom: 1px solid #CCC;
background-color: #fff;
}

.drawer, .pre-content, .content, .content-overlay {
max-width: 1000px;
margin: 0 auto;
background: url("skins/MonoBook/Bodybackgroung.png") repeat scroll 0 0 black;
border: 2px solid #97100d;
border-radius: 8px 8px 8px 8px;
color: black;
}

.content table td, .content table th {
padding: 3px;
border: none;
}