[html]
<style>
#containerFull {
width: 500px;
background: url(https://forumstatic.ru/files/001a/ae/99/18543.png) repeat scroll;
}
.loc-img {
background: url(https://forumstatic.ru/files/001a/f6/9c/52518.png);
-webkit-transition: all 0.6s ease-out;
-moz-transition: all 0.6s ease-out;
-o-transition: all 0.6s ease-out;
transition: all 0.6s ease-out;
}
.loc-img:hover {
background: url(https://forumstatic.ru/files/001a/f6/9c/48737.png);
}
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
from {opacity: 0;}
to {opacity: 1;}
}
@keyframes fadeEffect {
from {opacity: 0;}
to {opacity: 1;}
}
</style>
<script src="https://forumstatic.ru/files/001a/ae/99/40030.js"></script>
<center>
<div id="containerFull">
<div id="loc-container">
<div class="cathead"></div>
<div class="loc-img"></div>
<center><div class="locTab">
<button class="locTablinks" onclick="locSwitch(event, 'locationInfo')" id="defaultOpen">Локация</button>
<button class="locTablinks" onclick="locSwitch(event, 'locationEvents')">События</button>
</div></center>
<div id="locationInfo" class="locTabcontent">
<div class="loc-quote"> В низинах Грозового племени располагается моховая полянка. Овражек, устланный промокшим мхом, используется грозовыми котами практически каждый день: племя набирает запасы мха на холодные периоды, а в теплое время нежится в прохладных зарослях мягкой подстилки и собирает моховые шарики, дабы унести как можно больше прохлады в лагерь. <br>
Средь мха также пробиваются высокие стебли молодой травы и папоротников. Моховая полянка издавна использовалась для тренировок оруженосцев, в частности боевых. Здесь юным котам сложнее заработать травму в процессе изучения нового приёма.
</div>
</div>
</center>
<div id="locationEvents" class="locTabcontent">
<center><div class="loc-quote">
</div>
</div></center>
</div>
<center><img src="https://forumstatic.ru/files/001a/f6/9c/60236.png" class="loc-end"></center>
</div>
</div>
[/html]