MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Baugeschichte

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 9: Zeile 9:
#page-header {
#page-header {
   background-position-y: -40px;
   background-position-y: -40px;
}
.suggestions {
  z-index: 1001
}
}


Zeile 16: Zeile 20:
.nav > li > a > img{width:80px}
.nav > li > a > img{width:80px}


div#userbar {position:fixed; top:0px; margin:auto; z-index:100000; width:100%;}  
div#userbar {position:fixed; top:0px; margin:auto; z-index:1000; width:100%;}  
div#userbar {background:#000; height:41px; opacity:0.9}
div#userbar {background:#000; height:41px; opacity:0.9}



Version vom 12. August 2017, 16:53 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen.
Logofarben:
pink:#ff2e9d
rot:#c8055c
orange:#ffc31a
grün:#94ff61
türkis:#3be2c6
 */
#page-header {
  background-position-y: -40px;
}

.suggestions {
  z-index: 1001
}

.navigation {
  margin-top: -30px;
}
.nav > li > a > img{width:80px}

div#userbar {position:fixed; top:0px; margin:auto; z-index:1000; width:100%;} 
div#userbar {background:#000; height:41px; opacity:0.9}

ul.gallery {float:right;}
.mw-redirect {color:#3be2c6;}
td.formtable {vertical-align: top;}

@media screen and (max-width: 768px) {
.nav > li > a > img {width: 80px;}
}