MediaWiki:Mobile.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung Markierungen: Mobile Bearbeitung Mobile Web-Bearbeitung |
Keine Bearbeitungszusammenfassung Markierungen: Mobile Bearbeitung Mobile Web-Bearbeitung |
||
Zeile 46: | Zeile 46: | ||
width: auto; | width: auto; | ||
max-width: 100%; | max-width: 100%; | ||
min-width: | min-width: 8em; | ||
margin-right: 2em; | margin-right: 2em; | ||
} | } |
Version vom 1. September 2017, 16:05 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.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;
}