КАЛЕНДАРЬ[t]и погода[/t]
Код:
<!--HTML-->
<div class="menu_nav">
<table>
<tr>
<td><a href="http://silvergard.rusff.me/viewtopic.php?id=60#p2540">Июль</a></td>
</tr>
<tr>
<td><a href="http://silvergard.rusff.me/viewtopic.php?id=60#p19546">Август</a></td>
</tr>
</table>
</div>
<style>
.menu_nav {
width: 450px;
margin: 0 auto;
}
.menu_nav a {
display: block;
background: #baaf9c;
padding: 7px;
text-align: center;
font-size: 11px;
text-transform: uppercase;
font-weight: 600;
font-family: "Palatino Linotype";
transition: all 0.5s ease-in-out 0s;
text-shadow: none !important;
}
.menu_nav a:hover {
background: #3a2f25;
color: #b7b08d !important;
}
</style>
</code>