MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung Markierung: Zurückgesetzt |
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 |
+ | #p-logo:after { |
content: ' FREMO:32'; |
content: ' FREMO:32'; |
||
} |
} |
Version vom 13. November 2022, 10:38 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:after { content: ' FREMO:32'; }