MediaWiki:Dzlm.css: Unterschied zwischen den Versionen

keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
Zeile 62: Zeile 62:
.button{
.button{
     color: black;
     color: black;
    display: block;
display: block;
    width: 140px;
width: 140px;
    height: 40px;
height: 40px;
    background-color: rgb(239,233,217);
background-color: rgb(239, 233, 217);
    padding: 10px 15px;
padding: 10px 15px;
    text-align: left;
text-align: left;
    font-family: Arial;
font-family: Arial;
    font-size: 1.0em;
font-size: 1.0em;
    text-decoration: none;
text-decoration: none;
    border-radius: 5px;
border-radius:5px;
    border-top: #b49650 1px solid;
border-top: #e5e5e5 1px solid;
    border-left: #b49650 1px solid;
border-left: #e5e5e5 1px solid;
    border-bottom: #b49650 1px solid;
border-bottom: #e5e5e5 1px solid;
    border-right: #b49650 1px solid;
border-right: #e5e5e5 1px solid;
}
}


.button:hover{
.button:hover{
border-bottom: rgb(169, 169, 169) 1px solid;
border-bottom: #a9a9a9 1px solid;
border-right: rgb(169, 169, 169) 1px solid;
border-right: #a9a9a9 1px solid;
border-top: rgb(169, 169, 169) 1px solid;
border-top: #a9a9a9 1px solid;
border-left: rgb(169, 169, 169) 1px solid;
border-left: #a9a9a9 1px solid;
border-radius:3%;
padding: 11px 14px 9px 16px;
background-color: rgb(202, 202, 202);
border-radius:5px;
background-color: rgb(180, 150, 80);
}
}
.buttonunterstreichen{
.buttonunterstreichen{
color:rgb(169, 169, 169);
color:#e5e5e5;
text-decoration:underline;
text-decoration:underline;
}
}