MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus DIQA-Homepage
(Die Seite wurde neu angelegt: „→Das folgende CSS wird für alle Benutzeroberflächen geladen.: ul.megamenu li:hover { background-color: #fafafa; } div.megamenu { margin-top: -1px; m…“) |
|||
| (5 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
| − | / | + | body { |
| + | overflow-anchor: none; // repariert das Geister-Scrollen in Chrome | ||
| + | } | ||
| − | + | #lang-small { | |
| − | + | position: relative; | |
| + | float: right; | ||
| + | margin-right: 15px; | ||
| + | top: 28px; | ||
| + | font-weight: 900; | ||
| + | color: gray; | ||
} | } | ||
| − | + | #lang-small a { | |
| − | + | color: gray !important; | |
| − | |||
| − | |||
| − | |||
| − | |||
} | } | ||
| − | + | @media (min-width: 1020px) { | |
| − | + | #lang-small { | |
| − | + | display: none; | |
| − | + | } | |
| − | |||
} | } | ||
Aktuelle Version vom 16. April 2021, 12:51 Uhr
body {
overflow-anchor: none; // repariert das Geister-Scrollen in Chrome
}
#lang-small {
position: relative;
float: right;
margin-right: 15px;
top: 28px;
font-weight: 900;
color: gray;
}
#lang-small a {
color: gray !important;
}
@media (min-width: 1020px) {
#lang-small {
display: none;
}
}