Пробник

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » Пробник » Ввод в игру » АВ коричневый


АВ коричневый

Сообщений 1 страница 5 из 5

1

HTML вверх

Код:
<style type="text/css">
li#navawards {display: none;}
</style>
<!-- черный title -->
<!-- jquery уже подключен -->
<script src="http://hostjs-mybb2011.narod.ru/js/transform_code_boxr.js"></script>
<script type="text/javascript" src="http://your.roll.tv/16311.js"></script>
<style>
.lastedit {display:none;}
</style>
<script type="text/javascript" src="https://forumstatic.ru/files/0010/b4/f8/57844.js"></script>

<style type="text/css">
#pun-announcement h2 {display: none}
#pun-announcement .container {padding-top: 1em}
</style>

<!-- HTML верх -Cпойлер cкрытия Инфы под N-кнопок в Профиле Топика -->
<style>img.post-img-Sp {margin:6px 3px;}
div.tipsy.tipsy-s.Sp-imgSp-img .tipsy-inner{font-size:14px;letter-spacing:1px;}
</style>

<style type="text/css">
#pun-announcement h2 {display: none}
#pun-announcement .container {padding-top: 1em}
</style>

<!--кнопки вверх вниз-->
<div class="go-up" id='ToTop'><img src="http://savepic.ru/7994016.png" border="0" /></div>
<div class="go-down" id='OnBottom'><img src="http://savepic.ru/7991968.png" border="0" /></div>
<style>
.go-up,.go-down {
display:none;
position:fixed; /*позиционируем*/
right:120px; /*указываем положение, если слева - left*/
z-index:9999; /*показываем поверх все элементов на странице*/
cursor:pointer;
opacity:.7; /*прозрачность*/
margin-bottom:40px; /*отступ снизу (можно не указывать)*/
width:60px; /*ширина кнопки*/
height:60px; /*высота кнопки*/
}
.go-up {
bottom:160px; /*положение от низа окна браузера верхняя кнопка*/
}
.go-down {
bottom:120px; /*положение от низа окна браузера нижняя кнопка кнопка*/
}
.go-down:hover,.go-up:hover {
opacity:1;
}
</style>

<!-- HTML верх -Cпойлер cкрытия Инфы под N-кнопок в Профиле Топика -->
<style>img.post-img-Sp {margin:6px 3px;}
div.tipsy.tipsy-s.Sp-imgSp-img .tipsy-inner{font-size:14px;letter-spacing:1px;}
</style>

<!-- смена шапок -->
<style type="text/css">
#pun-title{display: none}
</style>
<script language="JavaScript">
image = new Array();
image[0]="http://6.firepic.org/6/images/2015-10/15/q58v9xg3zn21.png"
image[1]="http://6.firepic.org/6/images/2015-10/15/dcuvq0g3tji1.png"
image[2]="http://6.firepic.org/6/images/2015-10/15/kql7svt0pqun.png"

var img=image[Math.floor(Math.random()*image.length)]
document.write('<img src="'+img+'" style="margin-left:-30px;">')
</script>

2

HTML низ

Код:
<script type="text/javascript">
var itemMass = new Array("Форум", "Участники", "Правила", "Поиск", "Профиль", "Сообщения", "АМС", "Регистрация", "Вход", "Выход");
var itemIdMass = new Array("navindex", "navuserlist", "navrules", "navsearch", "navprofile", "navpm", "navadmin", "navregister", "navlogin", "navlogout");
for(i=0; i<itemIdMass.length; i++){
if(document.getElementById(itemIdMass[i])){
    var str = document.getElementById(itemIdMass[i]).firstChild.firstChild
    str.innerHTML=itemMass[i];
}
}
</script>
<!--кнопки вверх вниз-->
<script type="text/javascript">
$(function(){
if ($(window).scrollTop()>="250") $("#ToTop").fadeIn("slow")
$(window).scroll(function(){
  if ($(window).scrollTop()<="250") $("#ToTop").fadeOut("slow")
  else $("#ToTop").fadeIn("slow")
});
if ($(window).scrollTop()<=$(document).height()-"999") $("#OnBottom").fadeIn("slow")
$(window).scroll(function(){
  if ($(window).scrollTop()>=$(document).height()-"999") $("#OnBottom").fadeOut("slow")
  else $("#OnBottom").fadeIn("slow")
});
$("#ToTop").click(function(){$("html,body").animate({scrollTop:0},"slow")})
$("#OnBottom").click(function(){$("html,body").animate({scrollTop:$(document).height()},"slow")})
});
</script>


<script type="text/javascript">
$('#pun-ulinks ul').prepend('<li class="item1"><a href="/search.php?action=show_new">Новые сообщения</a></li>');
</script>

<!-- Поисковые боты (расширенный список)-->
<div class=botlist style='display:none'>
<p>Yandex,#9E8DA7,95.108.,77.88.,93.158.</p> 
<p>Google,#9E8DA7,66.249.</p> 
<p>Mail,#9E8DA7,94.100.,217.69.134.,217.69.136.</p>
<p>Rambler,#9E8DA7,81.19.</p>
<p>Yahoo!,#9E8DA7,67.195.,72.30.,74.6.,202.160.</p>
<p>Bing,#9E8DA7,207.46.,65.52.,65.55.,157.55.</p>
<p>Baidu,#9E8DA7,119.63.,123.125.,220.181.</p>
<p>Ask,#9E8DA7,66.235.</p>
<p>Ezooms,#9E8DA7,208.115.111.</p>
<p>Aport,#9E8DA7,194.67.</p>
</div>
<script>var L0=$("#navlogout").html(),L=$(".punbb").attr("id");if((L0!=null)&&(GroupID<3)&&(L=="pun-index"||L=="pun-online")){var Botlist={},L=[];$(".botlist p").each(function(j){L[j]=$(this).text().split(",");Botlist[L[j][0]]=L[j]});$.ajax({type:'GET',url:'online.php',success:function(data){$(data).find('div#pun-online td.tcl:first-child').map(function(){var OnlineIP=$(this).find('a').attr('title');Str='<a href="/online.php" class="bot" title="';for(var key in Botlist){for(i=2;i<Botlist[key].length;i++){var pattern="^"+Botlist[key][i],regexp=new RegExp(pattern,"ig");if(OnlineIP.search(regexp)!=-1){var L=Str+OnlineIP+'"><span style="color:'+Botlist[key][1]+';" >&nbsp;, '+Botlist[key][0]+'[bot]</span></a>';$('li#onlinelist.item5 span:first').append(L);}}}})}});$('div#pun-online td.tcl a:contains("Гость")').map(function(){OnIP=$(this).attr('title');for(var key in Botlist){for(i=2;i<Botlist[key].length;i++){var pattern="^"+Botlist[key][i],regexp=new RegExp(pattern,"ig");if(OnIP.search(regexp)!=-1){$(this).html(Botlist[key][0]+'[bot]').css({'color':Botlist[key][1]})}}}})}</script>


<script type="text/javascript">
PiarNik="Реклама";
PiarPas="1111";
var L="<div id=\"PR_loginDiv\" style=\"display:none;\">\
<form id=\"form_login\" name=\"login\" method=\"post\" action=\"login.php?action=in\" onsubmit=\"return check_form()\">\
<fieldset>\
<input type=\"hidden\" name=\"form_sent\" value=\"1\"/>\
<input type=\"text\" id=\"fld1\" name=\"req_username\" size=\"21\" maxlength=\"25\"/>\
<input type=\"text\" id=\"fld2\" name=\"req_password\" size=\"7\" maxlength=\"16\"/>\
<input type=\"submit\" class=\"button\" name=\"login\"/>\
</fieldset>\
</form>\
</div>\
<li id=\"navpiar\"><span id=spMyimg><a onclick=\"PiarIn()\">Пиар-Вход</a></span></li>";
if($("#navlogin").html()!=null){
$("#navlogin").after(L) //navlogin
$("#PR_loginDiv #fld1").val(PiarNik)
$("#PR_loginDiv #fld2").val(PiarPas)
function PiarIn () {$("#PR_loginDiv input[type='submit']").click();}
}
</script>


<!--Запятая после ника-->
<script type="text/javascript">
function to(username)
{insert('[b]' + username + '[/b]' + ', ');}
</script>

<!-- Убираем название дополнительного поля -->
<script type="text/javascript">
var A=[1,2,3,4,5]
$(".post .post-author li").each(function (){
for(var i in A){if($(this).hasClass("pa-fld"+A[i])){
$(this).html($(this).html().replace(/^[^:]*:/,''));}};});
</script>

<!-- выделить код -->
<script type="text/javascript">
function select_text(elem) {
if(window.getSelection) {   
var s=window.getSelection();   
if(s.setBaseAndExtent){   
s.setBaseAndExtent(elem,0,elem,elem.innerText.length-1);   
}
else {   
var r=document.createRange();   
r.selectNodeContents(elem);   
s.removeAllRanges();   
s.addRange(r);
}   
}
else if(document.getSelection){   
var s=document.getSelection();   
var r=document.createRange();   
r.selectNodeContents(elem);   
s.removeAllRanges();   
s.addRange(r);   
}
else if(document.selection){   
var r=document.body.createTextRange();   
r.moveToElementText(elem);   
r.select();
}   
}
</script>
<script type="text/javascript">
var div = document.getElementById('pun-main').getElementsByTagName('div');
for(x in div){
if(div[x].className=='code-box'){
div[x].getElementsByTagName('strong')[0].innerHTML = '<a href="#" onclick="select_text(this.parentNode.parentNode.childNodes[1].getElementsByTagName(\'pre\')[0]); return false;">Выделить код</a>';
}
}
</script>
<!-- КОНЕЦ выделить код -->

<script>
var oldIMG="<td id=\"button-image\" title=\"Вставить картинку\"><img onclick=\"bbcode('--')\" src=\"/i/blank.gif\"/><b><p style=\"z-index:20;position:absolute;height14px;margin:-15px 0 0 22px;\">2</p></b></td>"
$("#button-image").after(oldIMG);
</script>



<script type="text/javascript">
if ((document.URL.indexOf("viewtopic.php") != -1) || (document.URL.indexOf("post.php") != -1) || (document.URL.indexOf("edit.php") != -1)) {
var repl = document.getElementById("main-reply");
var submit = document.getElementsByTagName("p")
for (var i=0; i<submit.length; i++){
if (submit[i].className == "formsubmit")
submit[i].innerHTML = "<span id=\"plng\" style=\"border: 1px solid; padding: 2px 3px;\">Написано символов: <b>0</b></span>" + submit[i].innerHTML;
}
repl.onkeyup = repl.onkeydown = repl.onfocus = repl.onblur = function(){
document.getElementById("plng").innerHTML ="Написано символов: <b>" + (repl.value.length) + "</b>";
}}
</script>


<style>
/*Запрет на просмотр профиля Рекламы*/
#pun-main #profile1[action$="id=3"]{
display:none;}
</style>
<script> var tTim=20;function ContentTopicAlert(){if($("#main-reply").val()==""){tTim=2;TimeUwedomlenie=setTimeout("ContentTopicAlert()",tTim*10009)}else { alert("Внимание!!! \n Время Вашей сессии скорее всего закончилось: \n\n Cкопируйте на всякий случай данные из поля ответа,\nСделайте перезагрузку страницы, и вставьте Ваш контент в поле ответа по правой кнопке мыши!");}};if($("#main-reply").html()!=null ){
TimeUwedomlenie=setTimeout("ContentTopicAlert()",tTim*60*1000);}</script>
<script type="text/javascript">
  $(document).ready(function(){
    $('.splLink').click(function(){
      $(this).parent().children('div.splCont').toggle('normal');
      return false;
    });
  });
</script>

<script type="text/javascript">
if ((document.URL.indexOf("viewtopic.php") != -1) || (document.URL.indexOf("post.php") != -1) || (document.URL.indexOf("edit.php") != -1)) {
var repl = document.getElementById("main-reply");
var submit = document.getElementsByTagName("p")
for (var i=0; i<submit.length; i++){
if (submit[i].className == "formsubmit")

repl.onkeyup = repl.onkeydown = repl.onfocus = repl.onblur = function(){
document.getElementById("plng").innerHTML ="Написано символов: <b>" + (repl.value.length) + "</b>";
}}
</script>



<!--Всплывающее окно цитирования--><div id="Bubble" style="display:none;position:absolute;z-index:100000"><span></span></div><script>function PopUpPL_Quote(){var fresh=false,SSsq='<img src="ссылка на картинку">';$("#Bubble").prependTo("body");$('.post').mouseup(function(pos){var theSelection='';if(window.getSelection&&!$.browser.opera){theSelection=window.getSelection().toString()}else if(document.getSelection){theSelection=document.getSelection()}else if(document.selection){theSelection=document.selection.createRange().text}if(!(theSelection==''||typeof theSelection=='undefined'||theSelection==null)&&!(fresh)){$("#Bubble").css({'left': (pos.pageX+5)+'px', 'top':(pos.pageY+4)+'px', 'display': 'none' });$("#Bubble span").html('<a href="'+$(this).find("li.pl-quote a:first").attr("href")+'">'+SSsq+'</a>');$("#Bubble").fadeIn(200);fresh=true}else if(fresh){fresh=false}});$('#Bubble span').click(function(){$('#Bubble').hide(200);fresh=false});$('.post').mousedown(function(){if(fresh){$("#Bubble:visible").hide(200);fresh=false}});}
if($("#pun-viewtopic").length){PopUpPL_Quote()}
</script>


<!-- HTML низ -Cпойлер cкрытия Инфы под N-кнопок в Профиле Топика -->
<script>
    var a1 = 1	// 0 - спойлер-аккордеон, 1 - обычный спойлер; 3 - вертикальный спойлер;
    var a2 = 0	// 0 - Скрытие первой вкладки; 1 - Показ первой вкладки;
    var a3 = 0     // Резкость Открытия: 0 - Плавно; 1 - Резко;
    var LiArr=new Array(
    //При наличии двух косых => // в начале пункта, - пункт не скрывается.
    //"pa-author",     //Ник-Нейм
    //"pa-avatar",     //Аватар
    //"pa-title",      //статус
    // 1 кнопка - ссылка на Картинку
    //В квадратных скобках, прямо к ссылке можно добавить своё описание (по желанию)
    "http://sa.uploads.ru/vIJTc.png[Игрок]",
    "pa-reg",        //Зарегистрирован
    "pa-invites", //Приглашений
    "pa-posts",      //Кол-во сообщений:
    "pa-respect",    //Уважение:
    "pa-positive",   //Позитив
    "pa-sex",        //Пол
    "pa-from",       //Откуда 
    "pa-age",        //Возраст
    "pa-icq",        //Аська
    "pa-ip",         //IP Юзера
    "pa-time-visit", //Провел на форуме:
    "pa-last-visit", //Последний визит:
    //"pa-online",     //Пользователь online - Не засовываем в спойлеры

    // 2 кнопка- ссылка на Картинку
    "http://sa.uploads.ru/dzYqb.png[Персонаж]",

    "pa-fld1",       //Доп.Поле.1
    "pa-fld2",       //Доп.Поле.2
    "pa-fld3",       //Доп.Поле.3
    "pa-fld4",       //Доп.Поле.4
    "pa-fld5",       //Доп.Поле.5

    // 3 кнопка- ссылка на Картинку
    "http://sa.uploads.ru/6Gfgt.png[Награды]",
    "award",      //Награды
    "gift",         //Подарки
    //Конец Списка,
    "_End"); SetProvilSpoil(a1,a2,a3);
</script>
<!--Конец//=Cпойлер cкрытия Инфы под N-кнопок в Профиле Топик-->


<!-- Настройки таблицы -->
<script type="text/javascript">
$(document).ready(function() {
$("td.#MenuTxT div.submenutext").hide();
<!--$(".tabs span:first").addClass("active").show(); -->
$("td.#MenuTxT div.submenutext:first").show();
$("div.#menu span").click(function() {
    $("div.#menu span").removeClass("tabactive");
    $(this).addClass("tabactive");
    $("td.#MenuTxT div.submenutext").hide();
    var activeDiv = $(this).attr("alt");
    $("div."+activeDiv).fadeIn();
    return false; });
});
</script>




<!--Онлайн-оффлайн-->
<script type="text/javascript">
var we=document.getElementsByTagName("ul")
var x=0
for (x=0; x<=(we.length-1); x++)
{if (we[x].innerHTML.indexOf("pa-online")!=-1)
{we[x].innerHTML=we[x].innerHTML.substring(0, (we[x].innerHTML.indexOf("pa-online")-11))+"<br><b>в сети</b>"}
else if ((we[x].innerHTML.indexOf("pa-online")==-1)&&(we[x].innerHTML.indexOf("pa-author")!=-1))
{we[x].innerHTML=we[x].innerHTML+"<br>не в сети"}
}
</script>


<script type="text/javascript">
function Transform_Code_Box_in_HTML(aX){
var TemLnk=aX.replace(/^(.*viewtopic\.php\?id=\d*).*$/ig,"$1");
var PstId=aX.replace(/^.*viewtopic\.php\?id=.*(#p\d+)$/ig,"$1");
var L=document.URL.replace(TemLnk,'');
if(L!=document.URL&&(L.slice(0,1)).search(/\d/ig)==-1 ){ 
L=$("div.topic "+PstId);
if(L.length==1){
var Lhtm=L.find(".post-content .code-box:first .scrollbox pre").text();
L.find(".post-content .code-box:first").replaceWith(Lhtm)
}}}
function Demo_HTML(Ts){var Ll=Ts.parents(".htmldemo").find(".code-box .scrollbox pre").text();
Ts.parents(".htmldemo").after('<div class="demHtml">'+Ll+'</div>');Ts.replaceWith(DemoButt0);
}
$(document).ready(function() {
$("#pun-viewtopic .post .code-box").each(function(){
if($(this).text().indexOf('<!--HTML-->')!=-1){
$(this).wrap('<div class="htmldemo"></div>')
$(this).replaceWith($('.htmldemo').text().split('<!--HTML-->')[1]);
}
});
});
</script>

<script language="JavaScript"> 
if((document.getElementById("navpm").innerHTML.indexOf("(") != -1) && (document.URL.indexOf("messages.php") == -1)) {
document.write("<div id='messanger' class='section' style='position: fixed; right: 40%; top: 35%; z-index: 1000; width: 320px; height: 110px;'><h2 style='background-color: #08440c; color: #000; text-align: center;'>Оповещение</h2><div class='container' style='padding: 15px; text-align: center; background-color: #ebeaf0;'><span>Вам пришло новое личное сообщение</span><br /><br /> <span style='color: green;'>Чтобы прочесть его, нажмите на эту кнопку.</span><br /><br /><br /><a class='mess' onclick=\"window.open(href='/messages.php'); return false\" style='background-color: rgb(125, 158, 112); border-style: none; cursor: pointer; font-size: 20px;' >&nbsp;&nbsp;&nbsp;OK&nbsp;&nbsp;&nbsp;</a></div><embed height='1' width='1' type='application/x-shockwave-flash' wmode='transparent' quality='high' src='http://promobil.kiev.ua/engine/classes/flashplayer/media_player.swf?MediaLink=http://promobil.kiev.ua/uploads/files/1188937250_icq.mp3&amp;defaultMedia=1&amp;showPlayButton=false&amp;playOnStart=true'></div>");}
$(function(){$('.mess').click(function(){
$('#messanger').toggle();}); });
</script>

3

Код:
<style type="text/css">
div.block {
  height:170px;
  background:#be9f63;
  overflow-y:auto;
  overflow-x:hidden;
  padding:4px 12px;
  border-radius:7px;
  border:0px solid #000;
  margin-top:6px;

}
div.Kn {
  cursor:pointer;
  padding-top:2px;
  height:43px;
  width:170px;
  border:0px solid #000;
  border-radius:6px;
  background:url(http://5.firepic.org/5/images/2015-10/16/h71ez4jp0kjl.png) center no-repeat;
  box-shadow:0 0 4px rgba(17,8,3,1); /* Параметры тени */
  color:#fff;
  font: normal normal 400 25px/normal 'Times New Roman';
  margin:1px;
}
div.Kn:hover{
  background-image:url(http://5.firepic.org/5/images/2015-10/16/jg9fn8i5a4do.png);
  box-shadow:0 0 4px rgba(255,255,255,.5); /* Параметры тени */
}
div.Kn.active {
  border:0px solid #746F6F;
  background-image:url(http://5.firepic.org/5/images/2015-10/16/jg9fn8i5a4do.png);
  box-shadow:0 0 4px rgba(255,255,255,.5); /* Параметры тени */
}
div.tab {
  height:300px;
  display:none;
  overflow-y:auto;
  overflow-x:hidden;
}
h1.My {
  font: normal normal 700 15px/normal 'Times New Roman';
  margin-bottom:.6em;
}
.nav {
  margin: 5px;
  float:left;
}
.punbb .nav a{
  display: block;
  color:#000000;
  background-color: #c6ad7b;
  text-align: center;
  width:150px;
  padding: 2px;
  margin: 1px;
  text-decoration: none;
}
.punbb .nav a:hover{
  background-color: #291e09; color:#ffffff;
}
.block.banners a{
  display:inline-block;
  margin:4px 0;
}
</style>

<table cellspacing="15" style="border-radius:3px; margin:0px;
width:780px;table-layout:fixed;">
<tr valign=top>
  <td width='70%' align=left>
   <h1 class="My"><center>WELCOME!</center></h1>
   <div class="block" style="height:150px" width:200px;>
ДОБРО ПОЖАЛОВАТЬ НА VAMPIRE ACADEMY: BLOOD SISTERS! <br>Наша ролевая основана по мотивам известных книг "Академия Вампиров" знаменитой писательницы Richelle Mead. Мы отошли от канона и движемся по своему сюжету, который Вы можете найти в шапке нашего форума посередине. Здесь дампир может оказаться предателем, алхимик колдуном, а стригой помогать в уничтожении своей расы. Мы будем рады каждому, особенно дампирам, алхимикам и стригоям. 
   </div>
   <br>
   <br>
<!-- Баннеры левый блок -->
  <center><b><u>VIP ПАРТНЕРЫ</u></b> <br><br>
<a href="http://deliriumtvd.rusff.me/" target="_blank" original-title="TVD: Delirium"><img src="http://se.uploads.ru/t/aEe7F.gif"></a> <a href="http://academyvamp.rusff.me" target="_blank" original-title="Vampire Academy"><img src="http://images.vfl.ru/ii/1431109112/8b33730b/8677368.gif"></center>
</a>
  </td>
  <td width=220 align=center>
<br>
   <div class="Kn">   НОВОСТИ</div>
   <div class="Kn">   НАВИГАЦИЯ</div>
   <div class="Kn">   ADMINS</div>
   <div class="Kn">   ПАРТНЁРЫ</div>
  </td>
  <td width="70%" align=left>
   <!-- Переключаемые Вкладки -->
     <div class="tab">
<!-- Контент Первой Вкладки-->
<h1 class="My"><center>НОВОСТИ:</center></h1>
   <div class="block" style="height:160px;" text-align: left;>
<img src="http://savepic.ru/8059315.png"><a href="http://bloodsisters.rolka.su/viewtopic.php?id=1130#p81026" target="_blank"> <b>Аукцион щедрости. 17.10</b></a>
<br>
<img src="http://savepic.ru/8059315.png"><a href="http://bloodsisters.rolka.su/viewtopic.php?id=998#p81043" target="_blank"> <b>Ищем здесь себя. 17.10</b></a>
<br>
<img src="http://savepic.ru/8059315.png"><a href="http://bloodsisters.rolka.su/viewtopic.php?id=1113&p=2#p80884" target="_blank"> <b>А у нас труп. хД 17.10</b></a>
<br><br>
<u>У нас временно приостановлен набор мороев со стихией Дух, не забывайте, что он очень редок! </u>
<br>
   </div>
<br>
<center><b>ПОКОРМИ МОНСТРИКА</b> <br><br>
<a href="http://forum-top.ru/vote/2472"><img src="http://forum-top.ru/uploads/buttons/forum-top_88x31_4.gif"></a>
<a href="http://top.roleplay.ru/20563"><img src="http://s2.uploads.ru/t/lZJMb.gif"></a><c/enter>
     </div>
     <div class="tab">
<!-- Контент Второй Вкладки-->
            <div class="nav">
            <a href="http://bloodsisters.rolka.su/viewtopic.php?id=4&p=39" class="tvm" target="">гостевая </a>
<a href="http://bloodsisters.rolka.su/viewtopic.php?id=12#p13" class="tvm" target="">занятые внешности</a>
<a href="http://bloodsisters.rolka.su/viewtopic.php?id=10" class="tvm" target="">сюжет</a>
<a href="http://bloodsisters.rolka.su/viewtopic.php?id=13#p14" class="tvm" target="">роли</a>
<a href="http://bloodsisters.rolka.su/viewtopic.php?id=35#p37" class="tvm" target="">правила </a>
<a href="http://bloodsisters.rolka.su/viewforum.php?id=7" class="tvm" target="">акции</a>
<a href="http://bloodsisters.rolka.su/viewtopic.php?id=536" class="tvm" target="">основные расы</a>
<a href="http://bloodsisters.rolka.su/viewtopic.php?id=935" class="tvm" target="">специализации мороев</a>
            </div>
     </div>
     <div class="tab">
<!-- Контент Третьей Вкладки-->
   <div class="block N3" style="height:260px;">
<style>
.block.N3 p{display:inline-block;}
.block.N3 p>a{
  display:block;
  margin:-2px 6px 4px 5px;
}
</style>

   <ul class="hoverbox">
<li>
<a href="http://bloodsisters.rolka.su/profile.php?id=177" target="_blank">
<img src="http://5.firepic.org/5/images/2015-10/16/zmdu0v7ie8sh.png" border="0"> 
<img class="preview" src="http://5.firepic.org/5/images/2015-10/16/ljmiczl2j97z.gif" border="0" ></a>
</li>
</ul>
<ul class="hoverbox">
<li>
<a href="http://bloodsisters.rolka.su/profile.php?id=210" target="_blank">
<img src="http://5.firepic.org/5/images/2015-10/16/jigs96h383mc.png" border="0"> 
<img class="preview" src="http://5.firepic.org/5/images/2015-10/16/t39dgdrwbyb5.gif" border="0" ></a>
</li>
</ul>
<ul class="hoverbox">
<li><a href="http://bloodsisters.rolka.su/profile.php?id=259" target="_blank">
<img src="http://5.firepic.org/5/images/2015-10/16/mjtaknjtvqbu.png" border="0"> 
<img class="preview" src="http://5.firepic.org/5/images/2015-10/16/zu9hwp2po5wr.gif" border="0" ></a></li></ul> 
  <ul class="hoverbox">
<li>
<a href="http://bloodsisters.rolka.su/profile.php?id=252" target="_blank">
<img src="http://5.firepic.org/5/images/2015-10/16/z4bvuf7h6scr.png" border="0"> 
<img class="preview" src="http://5.firepic.org/5/images/2015-10/16/np9gp3vho7i1.gif" border="0" ></a>
</li>
</ul>
     </div>
     </div>
     <div class="tab">
<!-- Контент Четвертой Вкладки-->
<h1 class="My">ПАРТНЁРЫ:</h1>
   <div class="block banners" style="height:210px;">
<!-- Баннеры правый блок -->
   <a target="_blank" href="http://crossoversempiternal.rusff.me/"><img src="http://savepic.su/4116497.gif" ></a>
<a href="http://namvnebo.ru/" title="Современная Греция. Афины. Люди, способные управлять силой Богов. Найдешь себя в этом мире, смертный?..." target="blank"><img src="http://savepic.su/2099127m.gif"></a>
<a target="_blank" href="http://the100.hutt.ru/" title="THE 100. Путешествие в бездну"><img src="http://sf.uploads.ru/tijTF.png" border="0"></a>
<a href="http://lagunabeach.rusff.me/" target="_blank"><img src="http://savepic.net/6145220.jpg" title="Laguna Beach: no one away clean." border="0" width="88" height="31"></a>
<a href="http://astep.rusff.me/" target=_blank title="В шаге от трона ролевая в стиле псевдоитории. Интриги"><img src="http://sa.uploads.ru/YTk4m.jpg" alt="В шаге от трона ролевая в стиле псевдоитории. Интриги" Border="0"></a>
<a href="http://alternativereality.mybb.ru/" title="Ролевая игра по миру Аниты Блейк. Вампиры, оборотни и прочие существа в наши дни." target='_blank'><img src='https://forumstatic.ru/files/000d/56/27/53267.gif'>
<a href="http://palmsprings.rusff.me/" target="_blank"><img src="http://s0.uploads.ru/BHud2.png" title="Shut up!"></a>
<a href='http://newtwilightforyou.rolka.su/' target='_blank' ><img src='http://i42.tinypic.com/2rxbayu.gif'></img></a><a href="http://omerta.rusff.me/" target="_blank"><img src="http://uploads.ru/i/u/c/X/ucXVZ.gif"></a>
<a href="http://afterdawn.rolbb.ru/" target=_blank> <img src="https://forumstatic.ru/files/0012/a0/31/62582.png" border="0" alt="After Dawn"></a>
<a href=http://eltropicanolife.rusff.me/ target="_blank">
<img src="http://s2.uploads.ru/kcDWq.png" ></a>
<a href="http://fourpowers.rolka.su/" target="_blank"title="Хогвартс: взрослые игры"><img src="http://s5.uploads.ru/wDAPY.gif"></a>
<a href="http://str.rolebb.ru/"><img src="http://i052.radikal.ru/1208/47/ccce1e6d4af6.gif" ></a>
<a href="http://l-word.ru/"><img src="http://l-word.ru/files/000e/e6/3d/64943.gif"alt="The L-Word. New Season Changes." width="88" height="31"></a>
<a href="http://deliriumtvd.rusff.me/" title="TVD: Delirium" target="_blank"><img src="http://firepic.org/images/2014-06/17/oit5cyq782be.gif"></a>
<a href="http://destinies.f-rpg.ru/"><img src="http://funkyimg.com/i/UgmG.gif" title=" The Destinies of the Worlds"></a>
<a href="http://ouatsailaway.rusff.me/" title="Once Upon A Time: Sail Away"><img src="http://savepic.net/7223720.png"></a>
<a href="http://brokenhearts.rusff.me" target="_blank">
<img src="http://sg.uploads.ru/jTBci.gif" 
title="tvd. broken hearts."
border="1" width="88" height="31"></a>
<a href="http://echoesofthepast.rusff.me/" title="The Originals: Echoes of the past" target="_blank"><img src="http://savepic.ru/6987491m.gif"></a> 
<a href="http://soullove.ru/" target=_blank> <img src="http://5.firepic.org/5/images/2015-06/16/c9e2ifj3pwi4.gif" border="0" alt="The Vampire Diaries | Soul Love"></a>
<a href="http://meeting.love-mix.ru/"><img src="http://s020.radikal.ru/i715/1509/c3/357c1bf89ad3.gif"></a>
<a href="http://danceofshadows.rusff.me/" target=_blank><img src="http://sd.uploads.ru/s6mCB.gif"alt="Charmed: Dance of Shadows"/></a>
<a target="_blank" href="http://langoth.rusff.me"><img src="http://www.pichome.ru/images/2015/07/19/KG1C69f.gif" ></a>
<a href="http://darktwilight.rusff.me/" target="_blank"><img src="http://funkyimg.com/i/23Azn.gif" title="dark twilight ждёт именно тебя!"></a>
</div><p>
   </div>
     </div>
  </td>
</tr>
</table>
<script type="text/javascript">
 $('.Kn').eq(0).addClass('active');
 $('.tab').eq(0).show();    

 $('.Kn').click(function(){
     $('.Kn').removeClass('active');
     $(this).addClass('active');
     var num = $('.Kn').index(this);
     $('.tab').hide().eq(num).show();
 });
 //$('div.Kn').tipsy({fade: true, gravity: 'e Kn-title'}); 
 </script>

4

Код:
/*************************************************************
A - SETUP
**************************************************************/
/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
  @import url(style_cs.css);

/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 */
html, body {margin: 0; padding: 0}

/* A2.2 */
.punbb * {
  margin: 0
  }

/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
  padding: 0;
  list-style: none;
  line-height: 1.2;
  }

/* A2.4 */
.punbb img {
  border:none
  }

/* A2.5 */
.punbb .main table {
  table-layout: fixed;
  width: 100%;
  }

/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}

/* A2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: 1.8em;
  vertical-align: middle
  }


  /* A3 Text setup
-------------------------------------------------------------*/

/* A3.1 */
body {
  font-size: 15px;
  }

/* A3.2 */
.punbb {
  font: normal 76.3% verdana;
  }

/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
  font: 1em verdana
  }

/* A3.4 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
  font-size: 1em;
  font-weight: normal;
  }

/* A3.5 */
.punbb h1 span, .punbb h2 span, .punbb legend span {
  font-size: 1.1em;
  font: 2.5em Nautilus Pompilius;
  }

/* A3.6 */
.punbb pre {
  font: 1.1em/140% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* A3.7 */
.punbb address, .punbb em {
  font-style: normal
  }

/* A3.8 */
.punbb .post-content em {
  font-style: italic
  }

/* A3.9 */
.punbb .post-content em.bbuline {
  font-style: normal;
  text-decoration: underline;
  }

/* A3.10 */
.punbb a {
  text-decoration: underline
  }

/* A3.11 */
.punbb optgroup {
  font-weight: bold;
  }


/* A4 Float clearing and hidden items
-------------------------------------------------------------*/

/* A4.1 */
#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb .post-box:after,
.punbb .linksb:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  overflow:hidden;
  line-height: 0.0;
  font-size: 0;
  }

/* A4.2 */
.acchide,
#pun-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
#pun-ulinks h2,
.punbb .forum h2,
.punbb .multipage .topic h2,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
.punbb .required label em,
.punbb .formsubmit label,
.punbb .submitfield label,
.punbb .modmenu label,
#pun-userlist .main h2 {
  font-size: 0;
  height: 0;
  width: 0;
  line-height: 0.0;
  position:absolute;
  left: -9999px;
  overflow: hidden
  }

/* A5 Basic page layout and borders
-------------------------------------------------------------*/

/* A5.1 */
#pun {
  margin: auto;
width: 852px;
  position: relative;
  margin-bottom: 0px
  }

/* A5.2 */
.punbb {
  float: auto;
  height: auto;
  width: 93%;
  margin-left: 30px;
    }

/* A5.3 */
#pun-redirect, #pun-maint {
  margin: 50px 20% 12px 20%;
  width: auto;
  float: none;

background-position: center;
text-align: center;
  }

#pun-redirect .main-title {    
    font-size: 0em;   }

/* A5.4 */
.punbb .section, .punbb .main {
  margin-bottom: 1em;
    }

/* A5.5 */
.punbb .category, .punbb .post {
  margin-top: 0.4em;
  }

/* A5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
  margin-top: 0;
  }

/* 5.7 */
#pun-post .topic {
  margin-top: 1em;
  }
/* A5.8 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-style: none none none none;
  border-width: 0px 0px 0px 0px
  }

/* A5.9 */
.punbb .container {
  border-style: none;
  border-width: 0px;
  }

/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
  padding: 0.5em 1em;
  border-style: none none none;
  border-width: 0 0px 0px 0;
  }

/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/
/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  }

/* B1.2 */
.punbb .post-sig dt {
  display: block;
  border-top: 1px;
  width: 250px;
  margin: 5px 0;
  }

/* B1.3 */
.punbb .post-content p {
  margin: 0;
  padding: 0 0 1em 0;
  line-height: 150%;
  }

/* B1.4 */
.punbb .post-content img {
  vertical-align: text-bottom
  }

/* B1.5 */
.punbb .post-content img.postimg {
  vertical-align: middle;
  }

/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
  width: 100%;
  overflow: hidden;
  }

/* B1.7 */
.punbb .post-content .scrollbox {
  width: 100%;
  overflow: auto;
  }

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
  margin: 0.4em 1.8em 1.4em 1.8em;
  padding: 1em;
  border-style: none;
  }

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
  display: block;
  padding-bottom: 0.7em;
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  }

/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: none;
  border-width: 0px;
  margin: 0 0 1.1em 0;
  }

/* B2.2 */
.punbb .info-box * {
  padding: 0 0 0.7em 0;
  }

/* B2.3 */
.punbb #pun-main .info-box .legend {
  font-size: 1.1em;
  font-weight: bold;
  }

/* B2 Information boxes
-------------------------------------------------------------*/
/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: none;
  border-width: 0px;
  margin: 0 0 1.1em 0;
  }

/* B2.2 */
.punbb .info-box * {
  padding: 0 0 0.7em 0;
  }

/* B2.3 */
.punbb #pun-main .info-box .legend {
  font-size: 1.1em;
  font-weight: bold;
  }

/* B3 Pagination and posting links
-------------------------------------------------------------*/

/* B3.1 */
.punbb .linkst {
  float: left;
  position: relative;
  width: 100%;
  font-size: 1.1em;
  height: 0;
  }

/* B3.2 */
.multipage {
  margin-top: 3em;
  }

/* B3.3 */
.linkst .pagelink {
  position: absolute;
  top: -4em;
  left: 1em;
  width: 24em;
  }

/* B3.4 */
.linkst .postlink {
  position: absolute;
  top: -4em;
  right: 1em;
  width: 16em;
  text-align: right;
  font-weight: bold;
  }

/* B3.5 */
.punbb .linksb {
  text-align: right;
  padding: 0.4em 1em 0.5em 1em;
  font-size: 1.1em;
  }

/* B3.6 */
.linksb .pagelink {
  float: left;
  width: 24em;
  text-align: left;
  }

/* B3.7 */
.linksb .postlink {
  float: right;
  width: 16em;
  font-weight: bold
  }

/* B3.8 */
.subscribelink {
  clear:both;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
  }

/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/
/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
  padding: 1.7em 2.3em 1.1em 2.3em;
  }

/* C1.2 */
.punbb .formsubmit {
  padding: 0 0 0 1.7em;
  margin: 1em 0 0 0;
  }

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  margin: 0 0.6em 0 0
  }

/* C1.4 */
.punbb fieldset {
  border-style: none;
  border-width: 0px;
  padding: 0 18px 0 18px;
  margin: 0 0 1em 0
  }

/* C1.5 */
.punbb fieldset legend {
  padding: 0;
  margin: 0 0 0 11px;
  font-size: 0.0em
  }

/* C1.6 */
.punbb fieldset legend span {
  padding: 0 5px;
  margin: 0 0 0 -15px;
  }

/* C1.7 */
.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0
  }

/* C1.8 */
.punbb .fs-box {
  padding: 1em 0 0.8em 0;
  }

/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
  padding: 0 0 0.8em 0
  }

/* C1.10 */
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
  float: left;
  margin-right: 1em;
  }

/* C1.11 */
.punbb .inline .infofield {
  clear:both
  }

/* C1.12 */
.punbb .datafield br {
  display: none
  }

/* C1.13 */
.punbb .required label, .punbb .datafield span.input {
  font-weight: bold
  }

/* C1.14 */
.punbb .datafield span.input a {
  font-weight: normal;
  }

/* C1.15 */
.punbb .areafield span.input, .punbb p.longinput span.input {
  display: block;
  padding: 0 12em 0 0;
  height: 100%; /* For IE */
  }

/* C1.16 */
.punbb textarea, .punbb .longinput input {
  width: 64%;
  margin: 0;
  }

/* C1.17 */
.punbb .hashelp {
  position: relative;
  }

/* C1.18 */
.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
  }

/* C1.19 */
.punbb #profile .helplinks {
  top: 1.5em;
  }

/* C1.20 */
.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
  }

/* C1.21 */
#pun-post .formal .info-box li {
  padding-left: 4px;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.5;
  margin: 0;
  }


/* C2 Table layout
-------------------------------------------------------------*/

/* C2.1 */
.punbb .main .tcl {
  overflow: hidden;
  text-align: left;
  width: 50%;
  }

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  text-align: center;
  width: 10%;
  }

/* C2.3 */
.punbb .main .tcr {
  overflow: hidden;
  text-align: center;
  width: 35%;
  }

/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
  width: 40%
  }

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
  text-align: left;
  width: 20%;
  }

/* C2.6 */
#pun-debug table .tcl {
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
  width: 90%;
  white-space: normal;
  }

/* C2.8 */
#pun-index .tcl h3 {
  font-family: 'Nautilus Pompilius';
  font-size: 23px;
  text-align: center;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 7px;
margin-top: 8px;
  }

/* C2.9 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }

/* C2.10 */
.punbb td .modlist {
  display: block;
  padding-top: 0.3em
  }

/* C2.11 */
.punbb .main td {
  border-style: none none none none;
  border-width: 0 0 0 0;
  padding: 0.8em 1em;
  }

/* C2.12 */
.punbb .main th {
  border-style: none none none none;
  border-width: 0 0 0 0;
  padding: 0.4em 1em 0.4em 1em;
  }

/* C2.13 */
.punbb .main .tcl {
  border-left-style: none;
  border-left-width: 0
  }


/* C2.14 */
.punbb td div.tclcon {
margin-left: 15px;
margin-top: 9px;
width: 290px;
font-size: 12px;
   background-color: #c2a569;
background-image : url(-----);
border-radius: 10px;
   border-top: 2px solid #310c00;
   border-right: 0px solid #310c00;
   border-bottom: 0px solid #310c00;
   border-left: 0px solid #310c00;
text-align: center;
}

/* C2.15 */
.punbb div.icon {
  border-style: none;
  border-width: 0;
  height: 0;
  line-height: 0.0;
  margin-top: 0.1em;
  width: 0;
  }

/* C2.16 */
.punbb  table div.icon {
  font-size: 1.05em;
  margin-left: 6px;
  }

 /* C3 Topics
-------------------------------------------------------------*/

/* C3.1 */
.punbb .post .container {
  border-style: none none none none;
  border-width: 0px;
  margin-top: -1px;
  padding-bottom: 1px;
  }

/* C3.2 */
.punbb .post h3 {
  border-style: none none none none;
  border-width: 0px;
  }

/* C3.3 */
.punbb .post h3 span {
  padding: 0.5em 1em;
  display: block;
  margin-left: 19em;
  border-left-style: none;
  border-left-width: 1px
  }

/* C3.4 */
.punbb .post h3 strong {
  float: right;
  width: 5em;
  text-align: right;
  font-weight: normal;
  }

/* C3.5 */
.punbb .post .post-author {
  float: left;
  width: 19em;
  margin-top: -1.5em;
  overflow: hidden;
  }

/* C3.6 */


.punbb .post .post-author ul, .punbb .post .post-author p{
  padding: 1em 1em 1em 1em;
  line-height: 140%;
  text-align: center;
  }

/* C3.7 */
.pa-author {
  font-size: 1.3em;
font-weight: bold;
text-align:center;
}

/* C3.8 */
.pa-author a {
  text-decoration: none;
text-align:center;
  }



/* C3.9 */
li.pa-title {
  padding-bottom: 0.4em;
font-style: italic;
  font-size:1.1em;
text-align:center;
  }


li.pa-fld1  {
  padding-bottom: 0.4em;
    font-size:1.0em;
text-align:center;
  }


li.pa-online {
  line-height: 1.1em;
  border-left-style: none;
  border-left-width: 0px;
  margin-top: 0.7em;
display: none;
  }

/* C3.11 */
.punbb .post-body {
  margin-left: 19em;
  border-left-style: none;
  border-left-width: 1px;
  padding: 0 0 1px 0;
  }

/* C3.12 */
.punbb .post-box {
  padding: 1em;
  }

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
  margin-left: 19em;
  border-left-style: none;
  border-left-width: 1px;
  }

/* C3.15 */
.punbb .post-links ul {
  padding: 0 1em 0 0;
  height: 2em;
  line-height: 2em;
  margin-left: -19em;
  border-top-style: none;
  border-top-width: 1px;
  background: transparent;
  text-align: right;
  }

/* C3.16 */
.punbb .post-links li {
  display: inline;
  padding-left: 1em;
  }

/* C3.17 */
.pl-email, .pl-website {
  float: left;
  }

/* C3.18 */
.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
  }


/* C4 Moderator menu
-------------------------------------------------------------*/

/* C4.1 */
.punbb .modmenu .container {
  padding: 0.5em 1em;
  text-align: right;
  }

/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
  height: 1.8em;
  line-height: 1.8em;
  }

/* C4.3 */
.punbb .modmenu .container strong {
  float: left;
  }

/* C4.4 */
.punbb .modmenu input {
  margin-left: 1em;
  }


/* C5 Message boxes
-------------------------------------------------------------*/

/* C5.1 */
.punbb .info .container {
  padding: 0.8em 1em
  }

/* C5.2 */
.punbb .info .container .backlink {
  padding-top: 0.8em;
  }


/* C6 Profile
-------------------------------------------------------------*/

/* C6.1 */
#profile .container {
  padding-left: 18.6em;
  }

/* C6.2 */
#profilenav {
  float: left;
  width: 14em;
  margin-left: -16.3em;
  display: inline;
  }

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: bold;
  }

/* C6.4 */
#viewprofile ul, #profilenav ul {
  border-style: none;
  border-width: 0px;
  padding: 1.5em 18px 0.8em 18px;
  margin: 0 0 1em 0;
  }

/* C6.5 */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 14px -0.6em 14px;
  }

/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {
  padding: 0 5px;
  position: relative;
  }

/* C6.7 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em;
  }

/* C6.8 */
#viewprofile li span {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.5em 1em;
  font-weight: bold;
  }

/*C6.9 */
#setmods dt {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
  }

/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
  display: block;
  padding: 0.5em 1em;
  font-weight: normal;
  }

/* C6.11 */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em
  }


/* C7 User list
-------------------------------------------------------------*/

/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* C7.2 */
#pun-userlist .usertable .container {
  padding: 0 2.3em 2.3em 2.3em;
  border-top: none;
  }

/* C7.3 */
#pun-userlist .usertable table {
  border-style: none;
  border-width: 0px;
  }

/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description
-------------------------------------------------------------*/

/* D1.1 */
#pun-title {
  margin: 0;
  border-style: none none none none;
  border-width: 1px 1px 0 1px;
  }

/* D1.2 */
#pun-title h1 {
  display : block;
  height : 40px;
  padding: 2em 1em 0 1em;
  }



/* D1.3 */
#pun-title .container {
  border-style: none none none none;
  }


/* D1.4 */
#pun-title h1 span  {
  font-size: 1.5em;
  }

/* D1.4 */
#pun-title h1 span  {
  display: none;
  }

#pun-title h1 span  {
  font-size: 1.5em;
  }


/* D2 Page navigation

-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: -15px;
  left: 0;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  }

/* D2.2 */
#pun-pagelinks .container {
  background: transparent;
  border: none;
  padding: 0
}

/* D2.3 */
#pun-pagelinks .container li {
  display: inline
  }

/* D2.4 */
#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
  height: 2em;
  line-height: 2em;
  padding: 0;
  font-size: 1.2em;
  margin-left: -9999px;
  display: block;
  float:left;
  width: 100%;
  }


/* D2.5 */
#pun-pagelinks a:active, #pun-pagelinks a:focus {
  position:relative;
  margin: 0;
  }

#pun-pagelinks li a span {
  display:block;
  margin: 0 1em
  }

/* D3 Forum navigation
-------------------------------------------------------------*/

/* D3.1 */
#pun-navlinks, #pun-navlinks .container {
  border-style: none;
  border-width: 0;
  margin: 0;
  }

/* D3.2 */
#pun-navlinks .container {
  padding: -7em 1em;
margin-left: 10px;
margin-top: -30px;
  }

/* D.3 */
#pun-navlinks li {
 display: inline;
 padding-right: 1em;
  }

/* D3.4 */
#pun-navlinks li a {
  font-size: 14px;
font-family: Franklin Gothic Medium;
text-transform:  uppercase;
  letter-spacing: 0px;
  }


/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks  {
  margin-bottom: 0px;
text-transform: none;
  }

/* D4.2 */
#pun-ulinks .container {
  border-top: none;
  padding: 0.7em 1em;
  margin-top: -10px;
  margin-left: -100px;
  font-size: 10px;
  text-align: center;
 font-family: Franklin Gothic Medium;
text-transform:  uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  font-style: normal;
  }

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  display: inline;
  border-left-style: solid;
  border-left-width: 0px;
  white-space: nowrap;
  }

/* D4.4 */
#pun-ulinks li a {
  padding: 0 0.3em 0 0.6em
  }

/* D4.5 */
#pun-ulinks li.item1, #pun-ulinks li.item1 a {
  border-left-style: none;
  border-left-width: 0;
  padding-left: 0
  }


/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D5.1 */
#pun-status, #pun-status .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* D5.2 */
#pun-status .container {
  padding: 0.8em 1em 1em 1em;
  }

/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }

/* D5.4 */
#pun-crumbs1 {
  font-weight: bold;
  overflow: hidden;
  margin-top: 100;
  }

/* D5.5 */
#pun-crumbs1 p.container {
  border-top: none;
  padding: 1em 1em 0.8em 1em;
  font-size: 1.1em;
  }

/* D5.6 */
#pun-break1 {
  margin: 0 1em;
  border-style: none none;
  border-width: 0 0;
  height: 0;
  margin: -5px 1em;
  position: relative;
  z-index: 1;
  }

/* D6 Announcement
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement h2 {
  padding: 0;
  margin: 0 1em -3.5em 1em;
  border-style: none none solid none;
  border-width: 0 0 0 0;
  position: relative;
  font-weight: bold;
  }

/* D6.2 */
#pun-announcement h2 span {
  display: block;
  padding: 1em 0 0.8em 0;
  border-bottom-style: none;
  border-bottom-width: 1px;
  }

/* D6.3 */
#pun-announcement .container {
  width: 100%;
  }

/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
#pun-stats .container {
  padding: 0.8em 1em
  }

/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
  float: left;
  clear: both;
  line-height: 150%;
  }

/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
  text-align: right;
  line-height: 150%;
  }

/* D7.4 */
li#onlinelist {
  margin-top: 1em;
  border-top-style: none;
  border-top-width: 1px;
  float: left;
  width: 100%;
  line-height: 130%;
  }

/* D7.5 */
li#onlinelist div {
  border-top-style: solid;
  border-top-width: 1px;
  padding: 0.7em 0 0 0;
  }

/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/
/* D8.1 */
#pun-qjump {
  margin: 0;
  border: none;
  width: 50%;
  position: relative;
  float: left;
  }

/* D8.2 */
#pun-qjump .container {
  border: none;
  background: transparent;
  padding: 0.8em 1em;
  }

/* D8.3 */
#pun-about {
  margin-top: 0;
  }


/* D8.4 */
#pun-about .container {
  border-top-style: none;
  text-align: right;
  line-height: 150%;
  padding: 0.8em 1em;
  }

/* D8.5 */
#pun-about p span {
  display:block;
  padding-left: 50%;
  }

/* D8.6 */
#pun-crumbs2 {
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
 }

/* D8.7 */
#pun-crumbs2 .container {
  border-bottom: none;
  padding: 0.8em 1em;
  font-size: 1.1em;
  }

/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  border-style: none none;
  border-width: 0px 0;
  position: relative;
  height: 0;
  z-index: 1;
  }
/* D8.9 */
div.punbb-admin #pun-about .container {
  border-top-style: solid;
  border-top-width: 1px;
  }

/* D9 Help file
-------------------------------------------------------------*/
/* D9.1 */
#pun-help .formal .info-box h3.legend {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 0;
  margin-bottom: 0.8em;
  }

/* D9.2 */
#pun-help .formal .info-box h3.legend span {
  padding-bottom: 0.6em;
  display: block;
  border-bottom-style: none;
  border-bottom-width: 0;
  font-size: 1.1em;
  }

/* D9.3 */
#pun-help .formal p, #pun-help .formal dd {
  margin-bottom: 1em
  }

/* D9.4 */
#pun-help .formal ul, #pun-help .formal dl {
  padding: 0 0 0 1em
  }
/* D9.5 */
#pun-help .formal li {
 padding: 0;
  line-height: 130%
  }

/* D9.6 */
#pun-help .formal li * {
  vertical-align: text-top
  }

/* D9.7 */
#pun-help .formal dt span {
  font: 1.4em/120% verdana, monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
  }

#pun {border-style: none; }

5

Код:
/*Фон и цвет текста*/
/*Цвет текста на форуме */
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3, #pun-navlinks .container,
.punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd,
.punbb .info-box, .punbb #pun-main .info-box .legend, .punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer, #pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2, #pun-title, #pun-title .container, .punbb .modmenu .container, .punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span, .punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl, #pun-navlinks .container  { background-color: transpanent;
color: #40261C;
font-weight: normal;
font-style: normal;}

/*Боди или фон форума */
body {background-color: #c5a05e;  background-image: url(http://savepic.ru/7985990.png); background-position: top center; background-repeat : repeat;}

/*Шапка */
#pun-title table {
background-image : url(http://5.firepic.org/5/images/2015-10/08/vhyuhfpfqp5g.png); 
background-repeat : no-repeat;
background-position: top center;
border: none;
margin-left: -30px;
height: 380px;
width: 849px;
}

/*Пан или "тело" форума */
#pun {background-color: #e7cd96; background-image: url(http://6.firepic.org/6/images/2015-10/15/txy289sm8zh8.png);}

/* Футер */
#pun-about p.container {
   background-color: transparent;
   background-image: url("http://savepic.ru/7943006.png"); 
   background-position : center top; 
   background-repeat : no-repeat; 
   height: 120px; 
   width: 852px;
   margin-left: -32px;
   margin-bottom: 0px;
   margin-top: -0px;

   font-size: 0em;}
div#html-footer {
   margin: -67px 0px 0px 0px;}

div#pun-about {
   margin-bottom: -80px;}


/*Ссылки верхней навигации*/
#pun-navlinks .container { 
text-align: center; 
position: absolute;
background-color: transpanent; 
background-image: url();
z-index: 1000px;
top: 380px;
left: 150px;
color: #000000; 
font: 15px/15px ;
letter-spacing: 1px;
background:#;
text-transform: lowercase;}

#pun-ulinks .container { 
text-align: center; 
position: absolute; 
top: 390px;
left: 120px;
color: #000000; 
font: 10px/10px;
letter-spacing: 1px;
background:#;
text-transform: lowercase;}

/* Ссылки */
.punbb a, .punbb a:link, .punbb a:visited,
.punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited, .punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #290e07;
  text-decoration: none;}
/* CS2.2 */
.punbb a:hover, .punbb a:focus, .punbb a:active,  .punbb-admin #pun-admain .nodefault,
.punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active {
  color: #290e07; 
  text-decoration: none;}
/* CS2.3 */
#pun-navlinks a {
  color: #290e07;
  text-decoration: none;}
/* CS2.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #290e07;
  text-decoration: none;}

/*Иконки старых, новых, важных, закрытых тем */
/*  Старые*/
.punbb table Div.icon {float: right; 
display: block; 
border-style: none none none none;
margin-left:  -10px;
margin-right: 0px;
width: 40px;
height: 40px;
background-image : url(http://5.firepic.org/5/images/2015-10/13/6miozbrqhi4o.png);
background-repeat: no-repeat;}

/* Новые */
TR.inew Div.icon {
background-image : url(http://5.firepic.org/5/images/2015-10/13/8tf0y4v58l3n.png);
background-repeat: no-repeat;
width: 40px;
height: 40px;}

/* Важные*/
TR.isticky Div.icon {
background-image : url(http://5.firepic.org/5/images/2015-10/13/gez9put5sm4d.png);
background-repeat: no-repeat;
width: 40px;
height: 40px;}

/*Закрытые*/
TR.iclosed Div.icon {
background-image : url(http://5.firepic.org/5/images/2015-10/13/2g2mh4pe2cwv.png);
background-repeat: no-repeat;
width: 40px;
height: 40px;}



/*Прочие элементы */

/*Статус картинки со статистикой 24*/
#pun-stats ul.container { 
background-attachment: scroll;
background-clip: border-box;
background-color: transparent;
background-image: url("");
background-origin: padding-box;
background-position: px px;
background-repeat: no-repeat;
background-size: auto;
padding-left: 0px;
padding-top: 15px;}

/*Статус картинки с надписью "статистика" над статистикой форума*/
#pun-stats.section h2 { 
background-attachment: scroll;
background-clip: border-box;
height: 115px;
width: 700px;
margin-left: 50px;
margin-right: 50px;
background-color: transparent;
background-image: url("http://5.firepic.org/5/images/2015-10/13/nmibxm6ngm2t.png");
background-origin: padding-box;
background-position: 50% 0%;
background-repeat: no-repeat;
background-size: auto;
font-size: 0px;}

/*Цитаты и коды*/
.punbb .quote-box, .punbb .code-box {
background-color: #c2a569; 
background-image: url("http://6.firepic.org/6/images/2015-10/17/vz6cwlj0teo2.png");
color: #290e07;
font: 12px/12px;}

/* Закругленные края цитаты и кода с тенью */
.punbb .quote-box, .punbb .code-box, .punbb textarea, .punbb select  { 
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
box-shadow: 0px 0px 0px }

.punbb input { border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
box-shadow: 0px 1px 1px;}

/*Окно ввода текста*/
.punbb textarea, .punbb select, .punbb input {
background-color: #c2a569;
color: #000000;
background-image: url("-------");}

/* всякое */
#pun-main div.catleft, #pun-main div.catright {display: none}
#pun-announcement h2 {display: none}
#pun-main .post-author ul {text-align: center}
#pun-status .container, #pun-main .post-links li {text-align: center;}
#pun th, #pun-main h2 {text-align: center}
#pun-crumbs1 .container { text-align: center;}
#pun-navlinks .container, #pun-ulinks .container { text-align: center;}

/*Фон мини-профиля в Топике*/
.post-author a, .post-author a:hover, .post-author a:focus , .post-author a:active {color: #b79651  !important;
}
.pa-title {
padding: 0px 0px 5px 0px !important; /*сдвинуть статус*/
text-align: center;
z-index: 1000; 
margin-top: 5px !important;
  font: 8pt "Arial" !important;
letter-spacing: 0px;
margin-left: 0px !important;
}
.pa-author a, .pa-author {
text-shadow: none !important;
letter-spacing: 2px;
text-align: center;
  font: 13pt "Nautilus Pompilius" !important;
letter-spacing: 1px;
text-align: center;
font-style: normal !important;
margin-top: 0px !important;
padding: 0px;
color: #b88a2d !important;
}
.post-author {
   border-radius: 35px;
border-left: 1px solid #a6761a;
border-right: 2px solid #a6761a;
border-top: 2px solid #a6761a;
border-bottom: 2px solid #a6761a;
background: #20130a;
background-image : url("http://5.firepic.org/5/images/2015-10/13/del9wh7ioaga.png");
text-align: center;
margin-left: 0px !important; 
  font: 9pt !important;
color: #c3a978 !important;
}



/*Линки*/
a.tvm, a.tvm:active, a.tvm:link, a.tvm:visited {
font-family: tahoma;
font-size: 14px;
background-color:#1a0600;
color: #a0887a; 
font-weight: normal;
text-align:center;
display: block;
margin: 10px;
text-decoration: none;
border-left-style: solid;
border-left-color: #dcd3dc;
border-left-width: 5px;
width:200px;
}

a.tvm:hover {
font-family: tahoma;
font-size: 11px;
color: #1a0600; 
background-color:#a0887a;
display: block;
font-weight: bold;
text-align:center;
cursor:crosshair; 
text-decoration: none;
border-left-style: solid;
border-left-color: #a39790;
border-left-width: 10px;
width:200px;
}

/* Фото админок*/ 
.hoverbox {cursor: default;list-style:none;} 
.hoverbox a {cursor: default;} 
.hoverbox a .preview {display:none;} 
.hoverbox a:hover .preview {display: block;position: absolute;top:-33px;left:-45px;z-index:1;} 
.hoverbox img {background: #fff;border-color: #a6dcf5;border-style: none;border-width: 0;color: inherit;padding: 0px;vertical-align:top;} 
.hoverbox li {background: #eaf8fe;color: inherit; display: inline;float:left;margin: 3px;padding:1px;position: relative;} 
.hoverbox .preview {border-color: #a6dcf5;}

/*прокрутка*/ 
::-webkit-scrollbar { width: 8px; height: 8px; }  
::-webkit-scrollbar-track { background-color: #e3d7b9; } 
::-webkit-scrollbar-thumb { background-color: #4f452e; }
::-moz-scrollbar { width: 8px; height: 8px; }  
::-moz-scrollbar-track { background-color: #e3d7b9; } 
::-moz-scrollbar-thumb { background-color: #4f452e; }
::-o-scrollbar { width: 8px; height: 8px; }  
::-o-scrollbar-track { background-color: #e3d7b9; } 
::-o-scrollbar-thumb { background-color: #4f452e; }

#navawards a {display: none;}


/* Картинки категорий */
#pun-category1.category h2 {
background: url(http://5.firepic.org/5/images/2015-10/13/0senjmopycmd.png);
height: 115px;
width: 700px;
font-size:0 !important;
margin-left: 50px;
margin-right: 50px;}

#pun-category2.category h2 {
background: url(http://5.firepic.org/5/images/2015-10/13/2m3xn7bxloir.png);
height: 115px;
width: 700px;
font-size:0 !important;
margin-left: 50px;
margin-right: 50px;}

#pun-category3.category h2 {
background: url(http://5.firepic.org/5/images/2015-10/13/nz1izclyvpb6.png);
height: 115px;
width: 700px;
font-size:0 !important;
margin-left: 50px;
margin-right: 50px;}

#pun-category4.category h2 {
background: url(http://5.firepic.org/5/images/2015-10/13/3pkrsxuj0m8n.png);
height: 115px;
width: 700px;
font-size:0 !important;
margin-left: 50px;
margin-right: 50px;}

#pun-category5.category h2 {
background: url(http://5.firepic.org/5/images/2015-10/13/j0bunjb2030y.png);
height: 115px;
width: 700px;
font-size:0 !important;
margin-left: 50px;
margin-right: 50px;}

#pun-category6.category h2 {
background: url(http://5.firepic.org/5/images/2015-10/13/ktwk7uxfty17.png);
height: 115px;
width: 700px;
font-size:0 !important;
margin-left: 50px;
margin-right: 50px;}

#pun-category7.category h2 {
background: url(http://5.firepic.org/5/images/2015-10/13/6kmq1nms4x0m.png);
height: 115px;
width: 700px;
font-size:0 !important;
margin-left: 50px;
margin-right: 50px;}


#pun-category9.category h2 {
background: url(http://5.firepic.org/5/images/2015-10/13/93x8uxvq898y.png);
height: 115px;
width: 700px;
font-size:0 !important;
margin-left: 50px;
margin-right: 50px;}

#pun-category8.category h2 {
background: url(http://5.firepic.org/5/images/2015-10/13/ljgf7gshzerw.png);
height: 115px;
width: 700px;
font-size:0 !important;
margin-left: 50px;
margin-right: 50px;}

Вы здесь » Пробник » Ввод в игру » АВ коричневый


Рейтинг форумов | Создать форум бесплатно