MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Infopedia
Zeile 28: | Zeile 28: | ||
margin-left: 0.4em; | margin-left: 0.4em; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } |
Version vom 17. August 2022, 19:18 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ /* Variablen */ :root { --ppoe-hell: #e30613; --ppoe-dunkel: #b51f1f; --biber: #ad7e42; --wiwo: #f7e400; --gusp: #009960; --caex: #353990; --raro: #ce0026; } /* Images */ img { max-width: 100%; height: auto; } /* Links */ @media screen { a.external::before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f35d"; display: inline-block; margin-right: 0.2em; margin-left: 0.4em; } }