hjw - Easy language change
Verfasst: 20. Mai 2019, 18:39
Extversion 0.6.0
Code: Alles auswählen
.flags {
width:auto;
text-align:center;
margin:0 0 10px;
height: auto;
padding: 5px 0;
}
.flag {
margin: 0 5px;
height: 25px;
}
.flag img {
height:25px;
opacity: 0.5;
}
.flag:hover img {
height:25px;
opacity: 1;
}
.flag_active img, .flag_active {
height:25px;
opacity: 1;
}