MediaWiki:Mobile.css: Unterschied zwischen den Versionen

aus Stargate Wiki, dem deutschsprachigen Stargate-Lexikon
Zur Navigation springen Zur Suche springen
Die Seite wurde neu angelegt: „Das folgende CSS wird für alle Nutzer der mobilen Version geladen.: .content table td, .content table th { padding: 3px; border: none; displa…“
 
Anpassungen für mobile Website
Zeile 5: Zeile 5:
     display: block;
     display: block;
     width: 100% !important;
     width: 100% !important;
}
.Hauptseite-Subinhalt {
border-top: none;
border-right: none;
border-bottom: none;
border-left: none;
background-color: transparent;
}
}

Version vom 28. Dezember 2014, 16:36 Uhr

/* Das folgende CSS wird für alle Nutzer der mobilen Version geladen. */
.content table td, .content table th {
    padding: 3px;
    border: none;
    display: block;
    width: 100% !important;
}

.Hauptseite-Subinhalt {
 border-top: none;
 border-right: none;
 border-bottom: none;
 border-left: none;
 background-color: transparent;
}