MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Hist. Verein Herne / Wanne-Eickel
Inhalt gelöscht Inhalt hinzugefügt
KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 112: | Zeile 112: | ||
height: auto; |
height: auto; |
||
background-size: auto; |
background-size: auto; |
||
} |
|||
.container { |
|||
display: grid; |
|||
grid-template-rows:auto; |
|||
grid-template-columns:75% 12.5% 12.5%; |
|||
} |
} |
||
Version vom 23. März 2017, 10:50 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;
}
#zeitung400-div {
background: url("http://wiki.huen-un-perduen.de/images/400x300zeitung.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.jpg");
width:auto;
height: auto;
background-size: cover;
}
#hus-div {
background: url("http://wiki.huen-un-perduen.de/images/hus_papier.jpg");
width:auto;
height: auto;
background-size: cover;
}
#sr-div {
background: url("http://wiki.huen-un-perduen.de/images/SR1000.jpg");
width:auto;
height: auto;
background-size: auto;
}
#rand-div {
background: url("http://wiki.huen-un-perduen.de/images/Rand.png");
width:auto;
height: auto;
background-size: cover;
background-color:#efd3ac;
}
#dgb1-div {
background: url("http://wiki.huen-un-perduen.de/images/DGB_Geschichtswerkstatt_Herne-kl_Logo25trans.png");
width:auto;
height: auto;
background-size: contain;
background-repeat: repeat;
}
#monno-div {
background: url("http://wiki.huen-un-perduen.de/images/monno-hg-papier.jpg");
width:auto;
height: auto;
background-size: auto;
}
.container {
display: grid;
grid-template-rows:auto;
grid-template-columns:75% 12.5% 12.5%;
}
