MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Hist. Verein Herne / Wanne-Eickel
KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
Zeile 58: | Zeile 58: | ||
#papier1200-div { | #papier1200-div { | ||
background: url("http://wiki.huen-un-perduen.de/images/papier1200.jpg"); | background: url("http://wiki.huen-un-perduen.de/images/papier1200.jpg"); | ||
width: 100%; | |||
height: 100%; | |||
background-size: contain; | |||
} | |||
#strasse-div { | |||
background: url("http://wiki.huen-un-perduen.de/images/strasse.gif"); | |||
width: 100%; | width: 100%; | ||
height: 100%; | height: 100%; | ||
background-size: contain; | background-size: contain; | ||
} | } |
Version vom 2. Oktober 2016, 14:29 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ #papier640-div { background: url("http://wiki.huen-un-perduen.de/images/640x480papier.jpg") top center; width: 100%; height: 100%; background-size: cover; } #papier1000-div { background: url("http://wiki.huen-un-perduen.de/images/1000x750papier.jpg") top center; width: 100%; height: 100%; background-size: cover; } #zeitung1000-div { background: url("http://wiki.huen-un-perduen.de/images/1000x750zeitung.jpg") top center; width: 100%; height: 100%; background-size: cover; } #zeitung600-div { background: url("http://wiki.huen-un-perduen.de/images/600x450zeitung.jpg") top center; width: 100%; height: 100%; background-size: cover; } #urkunde1000-div { background: url("http://wiki.huen-un-perduen.de/images/1000x600urkunde.jpg") top center; width: 100%; height: 100%; background-size: cover; } #urkunde1001-div { background: url("http://wiki.huen-un-perduen.de/images/1000x600urkunde.jpg") top center; width: auto; height: auto; background-size: cover; } #urkunde1002-div { background: url("http://wiki.huen-un-perduen.de/images/1000x600urkunde.jpg"); width: auto; height: auto; background-size: contain; } #rahmen1000-div { background: url("http://wiki.huen-un-perduen.de/images/1000x200rahmen.jpg"); width: 100%; height: 100%; background-size: contain; } #papier1200-div { background: url("http://wiki.huen-un-perduen.de/images/papier1200.jpg"); width: 100%; height: 100%; background-size: contain; } #strasse-div { background: url("http://wiki.huen-un-perduen.de/images/strasse.gif"); width: 100%; height: 100%; background-size: contain; }