MediaWiki:Mobile.css: Unterschied zwischen den Versionen

Aus FürthWiki
Zur Navigation springen Zur Suche springen
(Erste grundlegende mobile Styles)
 
KKeine Bearbeitungszusammenfassung
Zeile 12: Zeile 12:
a:hover {
a:hover {
     color: #FF4B33;
     color: #FF4B33;
}
.float:after {
    display: block;
    content: '';
    clear: both;
}
}
.float > div {
.float > div {
     float: left;
     float: left;
}
}
.clearFloat {
 
    clear: both;
}


/** *************************************
/** *************************************

Version vom 1. September 2017, 15:57 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;
}


/** *************************************
 * Mobile Hauptseite 
 */
#Ueberschrift_Box {
    padding: 0.6%;
    margin-top: 1em;
}
#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: 10em;
    margin-right: 2em;
}