1. Welcome to the Brawl website! Feel free to look around our forums. Join our growing community by typing /register in-game!

map-css

map-css
Code:
<style>
.map_table_wiki {
	background-color: rgba(0, 0, 0, 0.1);
	width: 250px !important;
	display: inline-table !important;
	margin-left: 2px !important;
	margin-right: 2px !important;
	margin-bottom: 10px !important;
}
.map_th_wiki {
	text-align: center !important;
	font-size: 150%;
	font-weight: bold;
}
.map_tr_wiki {
	text-align: center !important;
}
.map_desc_wiki{
   display: none;
}
table:hover .map_desc_wiki{
   display: block;
}
</style>