MediaWiki:Mobile.css: Unterschied zwischen den Versionen

aus Stargate Wiki, dem deutschsprachigen Stargate-Lexikon
Zur Navigation springen Zur Suche springen
K unschöne Darstellung bei den Ereignissen des Tages gefixt
K Selektor gefixed, sollte jetzt für alle Infoboxen gelten
Zeile 14: Zeile 14:
}
}


.infoboxblau, .content table .infoboxblau {
.content table.infoboxblau {
width: 100%!important;
width: 100%!important;
clear:both!important;
clear:both!important;

Version vom 11. Juli 2015, 22:24 Uhr

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

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

.content table.infoboxblau {
	width: 100%!important;
	clear:both!important;
}
.content .fullwidth {
	width: 100%!important;
}

td {
	vertical-align: middle;
}