You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
463 B
33 lines
463 B
.langmenu > .active {
|
|
opacity: 1;
|
|
}
|
|
|
|
.langmenu > .passive {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.langmenu > a:hover {
|
|
opacity: 1;
|
|
}
|
|
|
|
.langmenu > a > img {
|
|
height:25px;
|
|
width: 30px;
|
|
}
|
|
.langmenu > a {
|
|
height:25px;
|
|
width: 100px;
|
|
}
|
|
.langmenu {
|
|
width: 120px;
|
|
height: 40px;
|
|
/* margin-top: 10px; */
|
|
/* text-align: left; */
|
|
/* position: absolute; */
|
|
/* left: 100%; */
|
|
/* top: 0; */
|
|
/* left: 0%; */
|
|
/* margin-left: -10px; */
|
|
/* margin-top: -10px; */
|
|
}
|
|
|