Hauptseite: Unterschied zwischen den Versionen
Erscheinungsbild
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 2: | Zeile 2: | ||
height: 500px; /* Höhe der Box */ | height: 500px; /* Höhe der Box */ | ||
background: linear-gradient( | background: linear-gradient( | ||
rgba(76,175,80,0. | rgba(76,175,80,0.8) 0%, /* oben stark sichtbar */ | ||
rgba(76,175,80,0. | rgba(76,175,80,0.3) 50%, /* langsam fast unsichtbar */ | ||
rgba(76,175,80,0) | rgba(76,175,80,0) 80% /* unten transparent */ | ||
); | ); | ||
position: relative; | position: relative; | ||
margin-top: 0; /* ganz oben */ | |||
"> | "> | ||
<span style=" | <span style=" | ||
position: absolute; | position: absolute; | ||
top: | top: 10px; /* näher am oberen Rand */ | ||
left: 50%; | left: 50%; | ||
transform: translateX(-50%); | transform: translateX(-50%); | ||
| Zeile 17: | Zeile 18: | ||
font-weight: bold; | font-weight: bold; | ||
color: #ffffff; | color: #ffffff; | ||
text-shadow: 1px 1px 2px rgba(0,0,0,0.4); /* leichter Schatten für bessere Sichtbarkeit */ | |||
"> | "> | ||
Wiki4Life | Wiki4Life | ||
</span> | </span> | ||
</div> | </div> | ||
Version vom 25. September 2025, 09:40 Uhr
Wiki4Life