From version < 6.27 >
edited by gru
on 26.04.2021, 11:16
To version < 6.28 >
edited by gru
on 26.04.2021, 11:25
< >
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -15,7 +15,7 @@
15 15   background-image: url('https://beispiel.de/pfad/zum/bild/logo.png'); /* Auswählen des Bildes per URL */
16 16   /* Positionierung des Bildes */
17 17   background-size: auto 25px; /* Das Bild hat 25 Pixel Höhe und die Breite wird automatisch passend zum Seitenverhältnis des Bildes ermittelt */
18 - padding-top: 60px; /* Die Höhe des Headers wird auf 60 Pixel festgelegt */
18 + height: 60px; /* Die Höhe des Headers wird auf 60 Pixel festgelegt */
19 19   background-repeat: no-repeat; /* Das Bild wird nur einmal angezeigt */
20 20   background-position-x: calc(100% - 30px); /* Das Bild wird 30 Pixel vom rechten Rand positioniert */
21 21   background-position-y: 20px; /* Das Bild wird 20 Pixel vom oberen Rand positioniert */
Copyright 2000-2025