<style type="text/css">
#pun-title, #pun-navlinks, .punbb select,
.punbb .container, .punbb .post-body, .post h3,.punbb .section, .punbb
.forum,.punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post,
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin
#pun-admain h2,
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post
.post-body,
.punbb .post h3 span, .post-links ul, .post-links, .usertable table,
.punbb th,
.punbb .quote-box, .punbb .code-box,
#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal
.info-box h3.legend span,
#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal
.info-box h3.legend,
.punbb .divider,
.punbb .formal fieldset .post-box, .punbb .info-box,
li.pa-online {
border-style: none !important;
background-image: none;
}
</style>
<style type="text/css">
.punbb {
font-family: "Verdana";
}
</style>
<script type="text/javascript">
window["TurnOffShare"] = true;
</script>
<script type="text/javascript">
window["DoNotShowActive"] = true;
</script>
<style>
div .splLink {width: 170px; height: 40px; font-weight: bold; }
.spll {width: 170px; height: 20px; }
.spll div .splCont {height: auto; width: 200px;margin-top:20px; background: transparent; padding: 5px; z-index: 1000; border: 1px dotted #020000; font-size: 10px; text-align: center;}
div .splCont {background-color: #0d4977!important; background-image: url(http://forumupload.ru/uploads/000f/98/51/536-1-f.jpg)!important;
border-radius:15px;
-webkit-border-radius:15px;
-khtml-border-radius:15px;
-moz-border-radius:15px;
-o-border-radius:15px;
box-shadow:0px 5px 14px #563546;
-webkit-box-shadow:0px 5px 14px #563546;
-khtml-box-shadow:0px 5px 14px #563546;
-moz-box-shadow:0px 5px 14px #563546;
/*text-shadow: #FFFFFF 1px 1px 4px !important;
color: #color: #000000 !important;*/
}
/* Прозрачка в Всплывающем меню */
#pun-announcement.section .container .html-box center table tbody tr td .spll div .splCont:first-letter {
font-family: "Times New Roman", Times, serif; /* Гарнитура шрифта первой буквы */
font-size: 200% !important; /* Размер шрифта первого символа */
color: red; /* Красный цвет текста */
} /* Конец Стиля всплывающего меню */
</style>
<script type="text/javascript">
$(document).ready(function() {
$(".tab_content3").hide();
$("ul.tabs3 li:first").addClass("active").show();
$(".tab_content3:first").show();
$("ul.tabs3 li").click(function() {
$("ul.tabs3 li").removeClass("active");
$(this).addClass("active");
$(".tab_content3").hide();
var activeTab = $(this).find("a").attr("href");
$(activeTab).fadeIn();
return false;
});
$(".tab_content2").hide();
$("ul.tabs2 li:first").addClass("active").show();
$(".tab_content2:first").show();
$("ul.tabs2 li").click(function() {
$("ul.tabs2 li").removeClass("active");
$(this).addClass("active");
$(".tab_content2").hide();
var activeTab = $(this).find("a").attr("href");
$(activeTab).fadeIn();
return false;
});
$(".tab_content").hide();
$("ul.tabs li:first").addClass("active").show();
$(".tab_content:first").show();
$("ul.tabs li").click(function() {
$("ul.tabs li").removeClass("active");
$(this).addClass("active");
$(".tab_content").hide();
var activeTab = $(this).find("a").attr("href");
$(activeTab).fadeIn();
return false;
});
});
</script>