MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Stadtsprachen
Wechseln zu:Navigation, Suche
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 21: Zeile 21:
}
}
.navbar-collapse ul{
.navbar-collapse ul{
     float: none; margin: 0 auto;     
     float: none !important;
    margin: 0 auto !important;     
}
}
.container > :nth-child(2) > div{
.container > :nth-child(2) > div{

Version vom 19. April 2021, 12:17 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

/* Header */
.container >  :nth-child(1) {
    background: linear-gradient(0deg, white 50%, #DCDCDC 50%);
}
.container > :nth-child(1) a {
    color: black;
}
.container > :nth-child(1) div.col-lg-9{
    padding-top: 1vh;
}
a.new:link {
    color: dark-blue !important;
}
#p-search{
    margin-top: 6%;
}
#p-logo > a > img{
    width: 180px;
}
.navbar-collapse ul{
    float: none !important;
    margin: 0 auto !important;    
}
.container > :nth-child(2) > div{
    margin-top: 1vh;
}
#mw-navigation{
    background-color: white;
    border: none !important;
}