MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Infopedia
(Stufenfarben als Variablen) |
K |
||
Zeile 5: | Zeile 5: | ||
--ppoe-hell: #e30613; | --ppoe-hell: #e30613; | ||
--ppoe-dunkel: #b51f1f; | --ppoe-dunkel: #b51f1f; | ||
− | --biber: # | + | --biber: #ad7e42; |
− | --wiwo: # | + | --wiwo: #f7e400; |
--gusp: #009960; | --gusp: #009960; | ||
--caex: #353990; | --caex: #353990; | ||
− | --raro: # | + | --raro: #ce0026; |
} | } | ||
Version vom 27. November 2020, 09:47 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; } }