MediaWiki:Common.css: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Markierungen: Mobile Bearbeitung Mobile Web-Bearbeitung
Zeile 100: Zeile 100:
.key,
.key,
.uibutton,
.uibutton,
.navbutton {
.herobutton {
     background-color: #F7F7F7;
     background-color: #F7F7F7;
     background-image: -webkit-linear-gradient(rgba(255, 255, 255, .4), rgba(127, 127, 127, .2));
     background-image: -webkit-linear-gradient(rgba(255, 255, 255, .4), rgba(127, 127, 127, .2));
Zeile 124: Zeile 124:
}
}


.navbutton {
.herobutton {
    display: block;
     max-width: 50%;
     max-width: 50%;
     min-width: 240px;
     min-width: 240px;
    padding: 0;
    border-radius: 4px;
}
.navbutton div {
     padding: 4px;
     padding: 4px;
     border-radius: 4px;
     border-radius: 4px;
}
}


.navbutton div:hover {
.herobutton:hover {
     background-color: rgba(10,10,10,0.1);
     background-color: rgba(10,10,10,0.1);
}
}