MediaWiki:Citizen.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „→Das folgende CSS wird für Benutzer des Citizen-Skins geladen: #headerimg { position: relative; background: url(resources/assets/header_3.png) no-repeat 50%/cover; →text-align: center;: →width: 100%;: height: 20vw; } #headerimg:before { background-image: linear-gradient(to bottom,rgba(0,0,0,0) 25%,#000); bottom: 0; content: ""; display: block; height: 20vw; position: absolute; /* width: 100%; *…“) |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für Benutzer des Citizen-Skins geladen */ | /* Das folgende CSS wird für Benutzer des Citizen-Skins geladen */ | ||
# | #headerImg { | ||
position: relative; | position: relative; | ||
background: url(resources/assets/header_3.png) no-repeat 50%/cover; | background: url(resources/assets/header_3.png) no-repeat 50%/cover; | ||
width: 100%; | |||
height: 20vw; | height: 20vw; | ||
} | } | ||
# | #headerImg:before { | ||
background-image: linear-gradient(to bottom,rgba(0,0,0,0) 25%,#000); | background-image: linear-gradient(to bottom,rgba(0,0,0,0) 25%,#000); | ||
bottom: 0; | bottom: 0; | ||
Zeile 15: | Zeile 14: | ||
height: 20vw; | height: 20vw; | ||
position: absolute; | position: absolute; | ||
width: 100%; | |||
} | } |
Version vom 7. Oktober 2023, 19:54 Uhr
/* Das folgende CSS wird für Benutzer des Citizen-Skins geladen */
#headerImg {
position: relative;
background: url(resources/assets/header_3.png) no-repeat 50%/cover;
width: 100%;
height: 20vw;
}
#headerImg:before {
background-image: linear-gradient(to bottom,rgba(0,0,0,0) 25%,#000);
bottom: 0;
content: "";
display: block;
height: 20vw;
position: absolute;
width: 100%;
}