MediaWiki:Mobile.css: Unterschied zwischen den Versionen

Aus FürthWiki
Zur Navigation springen Zur Suche springen
(Tabs)
K (Tabs Menu nicht zeigen)
Zeile 25: Zeile 25:
 
  * Tabs
 
  * Tabs
 
  */
 
  */
 +
.tabs-input, .tabs-label, .tabs-tabbox > wbr {
 +
    display: none;
 +
}
 
.tabs-content {
 
.tabs-content {
 
   width: 100%;
 
   width: 100%;

Version vom 5. September 2017, 15:22 Uhr

/* Das folgende CSS wird für alle Nutzer der mobilen Version geladen. */

/** *************************************
 * Allgemeine Styles
 */
a {
    color: #008800;
}
a:visited {
    color: #006600;
}
a:hover {
    color: #FF4B33;
}
.float:after {
    display: block;
    content: '';
    clear: both;
}
.float > div {
    float: left;
}

/** *************************************
 * Tabs
 */
.tabs-input, .tabs-label, .tabs-tabbox > wbr {
    display: none;
}
.tabs-content {
  width: 100%;
}


/** *************************************
 * Mobile Hauptseite 
 */
#Ueberschrift_Box {
    padding: 0.4em;
    margin-top: 1em;
    line-height: 1.6em;
}
#Ueberschrift_Box > .floatleft {
    margin: 0 1em 0 0;
}
#Ueberschrift_Box > big {
    font-weight: bold;
    font-size: larger;
}


/** *************************************
 *  Vorlage:ImageLink
 */
.ImageLink  {
    width: auto;
    max-width: 100%;
    min-width: 8em;
    margin-right: 2em;
}

/** *************************************
 * Vorlage:Gebäude
 */
.Gebaeude {
  width:100%; 
}


/** *************************************
 * Vorlage:Gebäude.Daten
 */
dl.dataTable {
    width: 100%;
}
dl.dataTable > dt, 
dl.dataTable > dd { 
  width: 50%;
  float:left; 
  box-sizing: border-box;
  margin: 0;
}
dl.dataTable > dt { 
  clear:left;
  padding-right: 1em;
}
dl.dataTable:after {
  display: block;
  content: '';
  clear: both;
}