Vorlage:Hauptseite/styles.css: Unterschied zwischen den Versionen
Aus Ardapedia
Alboin (Diskussion | Beiträge) Änderung 126078 von Alboin (Diskussion) rückgängig gemacht. Markierungen: Geleert Rückgängigmachung |
Alboin (Diskussion | Beiträge) Wieder erstellt; Test |
||
| Zeile 1: | Zeile 1: | ||
/* ===== Ardapedia portalBox (Legacy-Fix) ===== */ | |||
.portalBox { | |||
background-color: #E9F3CF; | |||
border: 1px solid #8A9163; | |||
border-radius: 4px; | |||
padding: 0.8em 1em; | |||
margin: 0 0 1em 0; | |||
box-sizing: border-box; | |||
} | |||
/* Überschriften in portalBox */ | |||
.portalBox h2 { | |||
margin: 0 0 0.5em 0; | |||
padding-bottom: 0.2em; | |||
border-bottom: 1px solid #b8c28c; | |||
font-size: 1.15em; | |||
} | |||
/* Listen sauber einrücken */ | |||
.portalBox ul { | |||
margin: 0.4em 0 0.6em 1.2em; | |||
} | |||
/* Bilder rechts oben */ | |||
.portalBox img { | |||
margin-left: 0.4em; | |||
} | |||
Version vom 5. Januar 2026, 18:26 Uhr
/* ===== Ardapedia portalBox (Legacy-Fix) ===== */
.portalBox {
background-color: #E9F3CF;
border: 1px solid #8A9163;
border-radius: 4px;
padding: 0.8em 1em;
margin: 0 0 1em 0;
box-sizing: border-box;
}
/* Überschriften in portalBox */
.portalBox h2 {
margin: 0 0 0.5em 0;
padding-bottom: 0.2em;
border-bottom: 1px solid #b8c28c;
font-size: 1.15em;
}
/* Listen sauber einrücken */
.portalBox ul {
margin: 0.4em 0 0.6em 1.2em;
}
/* Bilder rechts oben */
.portalBox img {
margin-left: 0.4em;
}
