MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung Markierung: Zurückgesetzt |
||
Zeile 3: | Zeile 3: | ||
#p-logo { display: flex; justify-content: center; } |
#p-logo { display: flex; justify-content: center; } |
||
#p-logo a { width: 100px; } |
#p-logo a { width: 100px; } |
||
+ | #p-logo a:after { |
||
+ | content: ' FREMO:32'; |
||
+ | } |
Version vom 13. November 2022, 10:37 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ #p-logo { display: flex; justify-content: center; } #p-logo a { width: 100px; } #p-logo a:after { content: ' FREMO:32'; }