MediaWiki:Timeless.css: Unterschied zwischen den Versionen
 (Die Seite wurde neu angelegt: „→CSS placed here will affect users of the Timeless skin:  #mw-content h1.firstHeading {     margin: 0.25em 0 0.5em;     border-bottom: solid 4px #73BA25; }“)  | 
				|||
| Zeile 3: | Zeile 3: | ||
     margin: 0.25em 0 0.5em;  |      margin: 0.25em 0 0.5em;  | ||
     border-bottom: solid 4px #73BA25;  |      border-bottom: solid 4px #73BA25;  | ||
| + | }  | ||
| + | |||
| + | #mw-content h1, #mw-content h2 {  | ||
| + |     border-bottom: solid 2px #73BA25;  | ||
| + |     overflow: hidden;  | ||
}  | }  | ||
Aktuelle Version vom 6. Februar 2022, 23:30 Uhr
/* CSS placed here will affect users of the Timeless skin */
#mw-content h1.firstHeading {
    margin: 0.25em 0 0.5em;
    border-bottom: solid 4px #73BA25;
}
#mw-content h1, #mw-content h2 {
    border-bottom: solid 2px #73BA25;
    overflow: hidden;
}