MediaWiki:Mobile.css: Unterschied zwischen den Versionen

keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 56: Zeile 56:
width:50%;
width:50%;
height: 28%;
height: 28%;
background-color: rgb(239, 233, 217);
background-color: rgb(247, 247, 247);
padding: 10px 15px;
padding: 10px 15px;
text-align: left;
text-align: left;
text-decoration: none;
text-decoration: none;
border-radius:5px;
border-radius:5px;
border-top: #e5e5e5 1px solid;
border-top: rgb(229, 229, 229) 1px solid;
border-left: #e5e5e5 1px solid;
border-left: rgb(229, 229, 229) 1px solid;
border-bottom: #e5e5e5 1px solid;
border-bottom:rgb(229, 229, 229) 1px solid;
border-right: #e5e5e5 1px solid;
border-right: rgb(229, 229, 229) 1px solid;
}
}


.button2:hover{
.button2:hover{
border-bottom: #a9a9a9 1px solid;
border-bottom: rgb(169, 169, 169) 1px solid;
border-right: #a9a9a9 1px solid;
border-right: rgb(169, 169, 169) 1px solid;
border-top: #a9a9a9 1px solid;
border-top: rgb(169, 169, 169) 1px solid;
border-left: #a9a9a9 1px solid;
border-left: rgb(169, 169, 169) 1px solid;
padding: 11px 14px 9px 16px;
padding: 11px 14px 9px 16px;
border-radius:5px;
border-radius:5px;
background-color: rgb(180, 150, 80);
background-color: rgb(202, 202, 202);
}
}
.unterstreichen{
.unterstreichen{