[phpBB Debug] PHP Warning: in file [ROOT]/ext/hjw/easy_language_change/event/main_listener.php on line 107: strstr(): Empty needle
phpBB skins by Tastenplayer • hjw - Easy language change
Seite 1 von 1

hjw - Easy language change

Verfasst: 20. Mai 2019, 18:39
von Forum Member
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;
}