Änderungen

Wechseln zu: Navigation, Suche

MediaWiki:Common.css

680 Bytes hinzugefügt, 19:01, 30. Nov. 2014
keine Bearbeitungszusammenfassung
border: solid 1px #ccc;
}
 
/* Änderungen vorgeschlagen von Pfingsts */
 
 
/* left & right floating images max width */
.thumb.tright,
.thumb.tleft {
max-width: 40%;
}
.thumb.tnone, /* centered image */
.thumbinner,
.thumbinner > a,
.thumbinner img {
max-width: 100%;
}
/* Since img has a height attribute */
.thumbinner img {
height: auto;
}
/* Wrap lines on pre */
#mw-content-text > pre {
overflow-x: auto;
}
/* Move down content, so the menu does not overlap in small widths */
@media only screen and (max-width: 730px) {
#content {
padding-top: 48px !important;
}
}
665
Bearbeitungen

Navigationsmenü