MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus DIQA-Homepage
Wechseln zu:Navigation, Suche
Zeile 8: Zeile 8:
 
     margin-right: 15px;
 
     margin-right: 15px;
 
     top: 28px;
 
     top: 28px;
 +
    font-weight: 900;
 +
    color: gray;
 
}
 
}
  

Version vom 16. April 2021, 12:50 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;
}

@media (min-width: 1020px) {
 #lang-small {
   display: none;
 }
}