MediaWiki:Common.css: Unterschied zwischen den Versionen

K
keine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 181: Zeile 181:
#mw-content-text > div > div > form > div.c-form-button > input:nth-child(1):hover {
#mw-content-text > div > div > form > div.c-form-button > input:nth-child(1):hover {
     background: #008037;
     background: #008037;
}
/* Button-Cluster für die Projektübersicht */
.flex-cluster {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 900px;
}
.flex-cluster > div {
    margin: 2.5px;
}
.flex-cluster > div > a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #efeeee;
    color: #000;
    font-weight: bold;
    font-size: larger;
    width: 200px;
    height: 7em;
    padding: 0px 10px;
    transition: 0.3s;
}
.flex-cluster > div > a:hover {
    background: #00b500;
    text-decoration: none;
}
}