runawayHanter.

Объявление

активисты
 
Рейтинг Ролевых Ресурсов - RPG TOP
эпизод
  
пост
  

 Она всегда умела не только находить необходимые слова, но и произносить их вслух, поражая Колдуэла своей обезоруживающей откровенностью, готовностью показать...
игрок
  
игровой дуэт
  




































НОВОСТИ
ОЧЕРЕДНОСТЬ ПОСТОВ

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

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


Вы здесь » runawayHanter. » Тестовый форум 1 » Коды


Коды

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

1

Замена стандартных смайлов

ставить в форму ответа

<script type="text/javascript">
SmilesNewArray=new Array(
"http://emoticons.do.am/a2/16.gif", //Ссылки на картинки смайлов
"http://sa.uploads.ru/t/Djs7m.gif",
"http://funkyimg.com/i/N8it.gif"
//End myarray_!!
)
var L1='<img src="',L2='" style="cursor: pointer" onclick="smile(\'[img]',
L3="'+this.src+'[/img]')\" /> ";
$("#smilies-block").html("")
for(var i=0;i<SmilesNewArray.length;i++){$("#smilies-block").append(L1+SmilesNewArray+L2+L3);}
</script>

Скрипт подфорума

HTML-верх

<style type="text/css">
tr#forum_fxx, tr#forum_f32, tr#forum_f36 {
   display: none;
  }
</style>

Вывод тем в описание фора

хтмл верх

<style type="text/css">
    .punbb .cat a{
    border-radius:2px;
    background-color:#FFEFD5;
    font-size:10px;
    margin: 0 -1px 0 1px;
    padding:1px 3px 2px 3px;
    border:1px #55626A solid;

    }
    </style>

Счетчик символов

поставил в низ (ответ)

<script>var a,L,epl=$("#main-reply"),str='<small id="plng" style="border:1px solid;padding:2px 3px;margin:0 20px 0 10px;">Написано символов: <b>00</b> </small>';epl.parents("fieldset").find("legend").prepend(str);function epl3(){a=epl.val().length;if(a>9){L=''}else{L='0'};$("#plng b").text(L+a)};epl3();$(".pl-quote").click(function (){setTimeout('epl3()',100)});epl.bind('mouseout mousemove keydown keypress keyup',function(e){epl3()});</script>

Запрет просмотра профилей для гостей

хтмл низ

<script type="text/javascript">
if (document.getElementById('pun-status').innerHTML.indexOf("Гость")!=-1){
if (document.URL.indexOf("profile.php")!=-1){
document.getElementById('pun-status').innerHTML="<div id=pun-status class=section><p class=container><span class=item1>Вы не имеете права доступа к этой странице</span></p></div>"
document.getElementById('pun-main').style.display="none"
}}
</script>

Скрипт убирает  слова (название форума)  из шапки

<style type="text/css">
#pun-title .title-logo span {display: none;}
</style>

Картинка или цвет профиля, формы ответа и размещения поста

[i]где появляется пост написанный, чтоб это было картинкой а не светло - коричневым цветом

.post-box {background:  #цвет url("картинка");}

поле где набираешь сообщение тоже было картинкой

.punbb textarea{background:  #цвет url("картинка");}

где у нас стоит аватар и написаны данные

.post-author {background:  #цвет url("картинка");}

Зафиксировать форум, чтобы на любом формате экрана он никуда не съезжал

#pun{
        width: 0000px;
        }

вместо жирной цифры - фиксированная ширина в пикселях.

Заменить черту-разделитель картинкой-разделителем?

<style>
    .punbb .post-sig dd {
      background: url(изображение);
      border: 0px;
      width: ширина;
      }
    </style>

Минуем окно перехода

В html-низ

<script type="text/javascript">
    var a = document.getElementsByTagName("a")

    for( i=0; i<a.length; i++ )
    {
       if( a[i].href.indexOf("http://" + document.domain + "/click.php?http://") != -1 )
       {
          a[i].href = "http://" + a[i].href.substring(a[i].href.lastIndexOf("http://")+7)
       }
    }
</script>

Переливающиеся ссылки

самый конец хтмл-низа

<script type="text/javascript" src="https://forumstatic.ru/files/0011/e9/e1/31349.js"></script>

УЗНАТЬ НОМЕР ПОЛЯ  ПОД АВАТАРОМ

Cтавим  временно в самый низ HTML низ скрипт

    <!--Узнать Номер Поля Под Аватаром-->
    <script>$(".post-author li").hover(function(){$(this).attr("title",$(this).attr("class"));});</script>

Рамка под аватар (растягивается)

//в свой стиль, в конец второго окна

.pa-avatar.item2 > img {
    border-image: url("http://s6.uploads.ru/E8aKl.png") 25 round round;
    border-style: solid;
    border-width: 15px;
}

где красным - изображение рамка,
зеленым размеры рамки, в данном примере в двух случаях написаны разные размеры: размеры могут быть как разными, так и одинаковыми, подбирайте, чтобы красиво смотрелось.

Скрипт вставки фона в цитате и скрытых кодах и т.д.

<style type="text/css">
#pun-main .quote-box, #pun-main .code-box {color: #48D1CC; background-image : url(адрес картинки)
}
</style>

ИЛИ

<!-- границы и фон контейнера цитаты/кода. начало -->
<style>
#pun-main .quote-box, #pun-main .code-box {background-image : url('адрес картинки');
border-color: #000000;}
</style>

Фон в форме ответа

/*knopki + forma otveta*/

.punbb textarea, .punbb select, .punbb input {
  background-color: #a38b65;
  font-size: 11px !important;
  color: #000000;
}

.punbb textarea  {
box-shadow: inset 0px -11px 40px #260f08;
}

Замена кнопок на новых сообщения/подписке/ и тд

HTML-низ

<script type="text/javascript">
li=document.getElementsByTagName("li")
f=0
while(li[++f]){
s=li[f].innerHTML
if((p=s.indexOf("Новые сообщения")) != -1) li[f].innerHTML=s.substring(0,p)+"<img src='http://s3.uploads.ru/fPYMb.png'>"+s.substring(p+15)
else if((p=s.indexOf("Активные темы")) != -1) li[f].innerHTML=s.substring(0,p)+"<img src='http://s3.uploads.ru/z9AQM.png'>"+s.substring(p+13)
else if((p=s.indexOf("Темы без ответов")) != -1) li[f].innerHTML=s.substring(0,p)+"<img src='http://s3.uploads.ru/auqCT.png'>"+s.substring(p+21)
else if((p=s.indexOf("Мои сообщения")) != -1) li[f].innerHTML=s.substring(0,p)+"<img src='http://s3.uploads.ru/4TnYZ.png'>"+s.substring(p+13)
else if((p=s.indexOf("Подписка")) != -1) li[f].innerHTML=s.substring(0,p)+"<img src='http://s3.uploads.ru/PebS2.png'>"+s.substring(p+8)
else if((p=s.indexOf("Все прочитано")) != -1) li[f].innerHTML=s.substring(0,p)+"<img src='http://s3.uploads.ru/kSPh1.png'>"+s.substring(p+13)
else if((p=s.indexOf("Уведомления")) != -1) li[f].innerHTML=s.substring(0,p)+"<img src='http://s3.uploads.ru/PebS2.png'>"+s.substring(p+8)
}
</script>

Убрать строку Рейтинг форумов | Создать форум бесплатно © 2007-2014 «Quadro.Boards» LLC

#pun-about p span {
display: block;
padding-left: 50%;
}
блок меняешь на ноне

Дайсы в панель ФО

<style>
#button-mybutton {background-image:url('картинка в форме'); padding:0; line-height:0; background-position:center; background-repeat:no-repeat; height:26px; width:100%}
</style>
<script type="text/javascript">
if(form=document.getElementById("form-buttons"))
form.getElementsByTagName("tr")[0].insertCell(18).innerHTML="<a onclick=\"dice()\"><img src='/i/blank.gif' id='button-mybutton'/></a>"
</script>
<script>
function dice()
{
var FoundErrors = '';
var diceRes=""
var CountCube = prompt("Количество кубиков", "3");
var SideCube = prompt("Сколько граней у кубика?", "6");
if(CountCube>9){
alert("Нельзя бросать столько кубиков");
return false;}
if(SideCube>9){
alert("Не бывает таких кубиков");
return false;}
if (!CountCube)
{return false;}
if (!SideCube)
{return false;}
for(i=0; i<CountCube;i++){
var dice = (Math.round(Math.random()*SideCube))
if(dice==0) dice=1;
diceRes += dice*1936+"-"
}
smile('[dice='+diceRes+CountCube+SideCube+']')
}
</script>
<script>
function addDice(str,from,internal){
var pos=0,pos2=0,newpos=0
if((pos=str.indexOf("[dice=",from))==-1) return str;
if((pos2=str.indexOf("]"),pos+6)==-1) return str;
newpos=str.indexOf("]",pos+6)
if(newpos<pos2 && newpos!=-1) str=addDice(str,pos+6,true)
if((pos2=str.indexOf("]",pos+6))==-1) return str;
str=str.substring(0,pos)+makeDice(str.substring(pos+6,pos2))+str.substring(pos2+1,str.length)
if( str.indexOf("[dice=")!=-1 && internal==false) str=addDice(str,0,false)
return str}

function makeDice(dice){
diceMass = dice.split("-")
diceC = dice.substring(dice.length-2, dice.length-1)
diceS = dice.substring(dice.length-1, dice.length)
var diceR=0, diceRu="";
for(i=0;i<diceMass.length-1;i++){diceR+=diceMass[i]/1936;}
for(i=0;i<diceMass.length-1;i++){if(diceMass[i]==diceMass[diceMass.length-2]){diceRu+=diceMass[i]/1936;}else{diceRu+=parseInt(diceMass[i]/1936)+"+";}}
txt="<div class=\"quote-box\"><blockquote><p><b>Количество кубиков</b>: "+diceC+"<br /><b>Граней в кубике</b>: "+diceS+"<br /><br /><b>Результаты броска</b>: ("+diceRu+")="+diceR+"</p></blockquote></div>"
return txt}

if(document.URL.indexOf("viewtopic.php")!=-1){
elm=document.getElementById("pun-main").getElementsByTagName("div")
for(x in elm) if(elm[x].className=="post-content"){
var post=elm[x]
post.innerHTML=addDice(post.innerHTML,0,false)}}
</script>

НИКНЕЙМ

/* C3.8 */
.pa-author a {
  font-family: "Book Antiqua" !important;
  font-size: 1.3em;
  text-transform: uppercase;
  }
нижнее - все с заглавной буквы

Убрать надпись о редактировании

В html-верх

    <style>p.lastedit { display: none; }</style>

Счетчик в ФО перед кнопкой ОТПРАВИТЬ

<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>

в хтмл-низ перед

<script type="text/javascript">
function select_text(elem) {

Счетчик над ФО

<script>var a,L,epl=$("#main-reply"),str='<small id="plng" style="border:1px solid;padding:2px 3px;margin:0 20px 0 10px;">Написано символов: <b>00</b> </small>';epl.parents("fieldset").find("legend").prepend(str);function epl3(){a=epl.val().length;if(a>9){L=''}else{L='0'};$("#plng b").text(L+a)};epl3();$(".pl-quote").click(function (){setTimeout('epl3()',100)});epl.bind('mouseout mousemove keydown keypress keyup',function(e){epl3()});</script>

в хтмл-низ

Скрипт сокрытия модераторов

<script>
    var supermod = new Array("The Mask","Mia", "Caroline Forbes")

    var mod=document.getElementsByTagName("span")
    var str
    for(x in mod) if(mod[x].className=="modlist"){
    for(y in supermod)
        if((pos=mod[x].innerHTML.indexOf(supermod[y]))!=-1)
            mod[x].innerHTML=remName(mod[x].innerHTML,pos)
    }

    function remName(str,pos){
    var pos1=str.indexOf("<A href"),pos2=str.indexOf("<A href",pos1+1)
    if(pos2==-1) return("")

    while(pos>pos2 && pos2!=-1){
        pos1=pos2
        pos2=str.indexOf("<A href",pos1+1)
    }
    if(pos2==-1){
        pos2=str.length-1
        pos1-=2
    }
    return (str.substring(0,pos1)+str.substring(pos2,str.length))
    }
    </script>

хтмл низ


Заменить цвет ника автора поста, чтобы при этом не менять общий цвет ссылок на форуме?

/* обычные */
.pa-author a{
color: #fff !important; }

/* при наведении */
.pa-author a:hover{
color: #fff !important; }

Чтобы сделать больше расстояние между ником и аватаром

.post-author li.pa-author {
padding-bottom: 25px !important;
}

Чтобы сдвинуть ниже ник вместо со всем, что ниже

.post-author li.pa-author {
margin-top: 10px !important;
}

Ширина текста на страницах

.punbb {
  float: left;
  height: auto;
  margin-left: 60px;
  width: 890px;
}

Убрать награды из меню

<style type="text/css">
li#navawards {display: none;}
</style>

Разделить посты с помощью hr и shadow  от строчки профиль-цитировать

.punbb .post {
    border-bottom: 2px solid #000000;
}
Не нравится рамка - сделайте картинку разделитель, проставьте ее на бэкграунд и задайте позиционирование center bottom;
Или тень через box-shadow

Движение картинки при наведении

<a href="Адрес гиперссылки"><img onmouseover="this.src='Адрес изображения при наведении'" src="Адрес изображения" onmouseout="this.src='Ссылка на изображение'"></a>

Закругление краев цитаты

В HTML верх
<style>
    .punbb .quote-box, .punbb .code-box {
    border-radius:15px;
    -webkit-border-radius:15px;
    -khtml-border-radius:15px;
    -moz-border-radius:15px;
    -o-border-radius:15px;
    -webkit-box-shadow:0px 5px 18px #000;
    -khtml-box-shadow:0px 5px 18px #000;
    -moz-box-shadow:0px 5px 18px #000;
    box-shadow: 0px 5px 18px #000;
    }
</style>

Цвет формы ответа

.punbb textarea, .punbb select, .punbb input {
background-image : url(ссылка на тот самый фон формы);
  background-color: #цвет ну до построения изображения;
  color: #цвет шрифта;
}

Как поменять цвет кнопок "Отправить", "Сохранить" и пр.?

допишите в конец второго окна стилей
input.button {
    background: none repeat scroll 0 0 #000000; //фон
    border: 0 none; //рамка (сейчас убрана; 1px solid #fff - обычная однопикселевая)
    color: #FFFFFF; //цвет текста
    cursor: pointer; //курсор - лапка
}

Как поставить рамку вокруг формы ответа?

//допишите в конец второго окна стилей
#main-reply {border: 1px solid #000}

Выделение текста фоновым цветом

хтмл низ
<style type="text/css">
.phraseColor {padding: 0 6px 2px 6px;}
</style>
<script type="text/javascript"><!--Окрас фона сообщений-->
$(document).ready(function(){
$("#post #button-color").after('<td title="Фон сообщения" id=button-bgColor align=center valign=center><img onclick="bbcode(\'','\')" src="http://s3.uploads.ru/NqSiY.gif" style="width:22px!important;height:22px!important"/></td>');});
$('.post-content a[href$="PostBgColor"] span').each(function() {
  var color=$(this).css('color');
  var box=$(this).parents('.post-box');
  var quote=box.find('.quote-box');
  box.css({'background-color':color});
  //quote.css({'background-color':color}); //Если нужна окраска цитат - первые две палки убираем
});
</script>

Пагинатор

хтмл низ

<style>
#paginator {
  opacity: 0.9;
  position: absolute;
left: 55px;
  z-index: 1000;
  filter: alpha(opacity=90);
  text-shadow: 0 1px 0 #000;
  background-color: #61bde7; /* фон блока пагинатора */
  border: 2px solid #59add4; /* цвет границы блока */
  table-layout: auto !important;
  width: auto !important;
  background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  -moz-border-radius: 4px;
  border-radius: 4px;
  khtml-border-radius:4px;
  -webkit-border-radius:4px;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  text-shadow: 0 1px 0 rgba(255,255,255,.4);
}
#paginator td {
  padding: 0.1em;
  border-style: none;
}
#pnav:hover {
  background: black; /* фон цифры при наведении курсора */
  color: lime; /* цвет цифры при наведении курсора */
  -moz-border-radius: 9000em;
  border-radius: 9000em;
  khtml-border-radius:9000em;
  -webkit-border-radius:9000em;
}
</style>
<script type="text/javascript">
$('.linkst .pagelink a:not(.next):last').map(function () {
text = $(this).html();
text2 = $(this).attr('href');
ssylk = /(.*?)\/viewtopic\.php\?id=(\d+)\&p=(\d+)/g;
pId=(text2.replace(ssylk, '$2'));
Max=text;
var paginator='<div id="pagenav" style="display:none"><table id="paginator"><tr>';
for (p=1; p<=Max; p++) {
paginator += '<td><a id="pnav" style="text-decoration:none;" href="/viewtopic.php?id='+pId+'&p='+p+'">&nbsp;'+p+'&nbsp;</a></td>';
if (p%10 == 0) paginator += '</tr><tr>';
}
paginator += '</tr></table></div>';
$('#pun-viewtopic .pagelink').append(paginator);
});
$('div.pagelink').hover(function(){
$(this).find('#pagenav').toggle();
});
</script>

Замена слов на странице, скрипт

<script><!--Универсальный скрипт замены. -->
function UniverСhange(selektor,changed,substitute){
$(selektor).each(function(){if ($(this).parent().html()!=null){if($(this).parent().html().indexOf(changed)!=-1){
$(this).parent().html($(this).parent().html().replace(changed,substitute));};};});}
UniverСhange("#post-form legend span","Напишите ваше сообщение и нажмите отправить"," ");
</script>

Страница переадресации

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

    #pun-redirect {
      margin:  20%  20% 12px 20%;
      float: none;
    background-image:url(http://funkyimg.com/i/S5Py.png);
    text-align: center;
    background-position:top center;
    background-repeat:no-repeat;
    padding-top: 40px!important;
    width: 500px;
    height: 213px;
    }

    #pun-redirect h1 span {
    font-weight: bold;
    color:  #BEBEBE;
    }

    #pun-redirect .info .container {
    color: #BEBEBE;
    font-size: 12px;
    }

    #pun-redirect a {
    color: #BEBEBE;
    font-size: 12px;
    text-decoration: none;
    }

Простоплеер

<!--audio в одном v.2.4-->
<script type="text/javascript">
var player;
$(function(){
$('td#button-code').before('<td style=\'background-image:url("http://uploads.ru/i/W/Q/P/WQPBO.gif")\' onclick="tag_play()"><img src="/i/blank.gif" title="Загрузить музыку"></td>');
$('div.post-content p').map(function () {
text = $(this).html();
if(text.indexOf("pleer.com") != -1) {
player = /\[audio\](.*?)\/tracks\/(.*?)\[\/audio\]/gi
$(this).html(text.replace(player, "<br /><embed src='http://embed.pleer.com/track?id=$2' type='application/x-shockwave-flash'  wmode='transparent' width='550' height='42'></embed>"));
}
if(text.indexOf(".mp3") != -1) {
player = /\[audio\](.*?)\[\/audio\]/gi
$(this).html(text.replace(player, "<br /><embed src='http://www.demo-music.ru/pleer/pleer4.swf' type='application/x-shockwave-flash' allowscriptaccess='always' wmode='transparent' flashvars='comment=demo-music.ru&amp;st=http://www.demo-music.ru/pleer/style_pleer.txt&amp;file=$1' width='470' height='33'>"));
}  });  });
function tag_play()
{var FoundErrors = '';
var enterURL = prompt("Введите ссылку на на музыку с pleer.com или прямую ссылку формата .mp3 ", "http://");
if (!enterURL)
{FoundErrors += " " + error_no_url;}
if (FoundErrors)
{alert("Ошибка!" + FoundErrors);
return;}
insert("[audio]" + enterURL + "[/audio]");}
</script>

<script src='https://forumstatic.ru/files/0011/e9/e1/41346.js'></script>
<script type='text/javascript'>
  $(document).ready(function(){
  $(document).snowfall({round : true, minSize: 5, maxSize:8});
  });
</script>

шрифт основной на ролевой старый с Крус

/* A3.2 */
.punbb {
font: normal 12px verdana, arial, helvetica, sans-serif;
  }

/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
  font: 1em  verdana, arial, helvetica, sans-serif
  }

0

2

<script src="http://www.sunsean.com/idTabs/jquery.idTabs.min.js"></script>

<style>#pun-announcement {
background: url("http://savepic.net/5398680.png") 90% 100% no-repeat transparent;
height: 300px;
margin-top: -15px;
position: relative;
z-index: 0;
}

#va_anno {
padding: 10px;
height: 300px;
}

#usual1   {
position: relative;
}

/*закладки*/

#usual1 > ul {
position: relative;
text-align: left;
width: 200px;
z-index: 15;
margin-left: -30px;
top: -22px;
}

#usual1 > ul li {
display: block;
height: 58px;
margin-top: -10px;
display: inline-block;
}

#usual1 > ul li a {
background: url(http://funkyimg.com/i/HNDh.png) 0px 0px no-repeat transparent;
/*color: #c36a3f !important;*/
display: inline-block;
font-weight: 700;
height: 40px;
line-height: 5px;
padding: 18px 15px 0px 64px;
position: relative;
width: 112px;

color: #8e6f60;
font-family: "Garamond", "Georgia", "Times New Roman", "Times", serif;
font-size: 16pt;
font-variant: caps;
font-weight: 700;

}

#but2 a {background-position: 0px -58px !important; height: 42px !important;}
#but3 a {background-position: 0px -118px !important; height: 47px !important;}
#but4 a {background-position: 0px -183px !important; height: 41px !important;}
#but5 a {background-position: 0px -240px !important; height: 38px !important;}
#but1 a:hover, #but1 a:focus,  #but1 a:active,  #but1 .selected {background-position: -190px 0px !important; }
#but2 a:hover, #but2 a:focus,  #but2 a:active,  #but2 .selected {background-position: -190px -58px !important; }
#but3 a:hover, #but3 a:focus,  #but3 a:active,  #but3 .selected {background-position: -190px -118px !important;}
#but4 a:hover, #but4 a:focus,  #but4 a:active,  #but4 .selected {background-position: -190px -183px !important; }
#but5 a:hover, #but5 a:focus,  #but5 a:active,  #but5 .selected {background-position: -190px -242px !important; }

#usual1 > ul li a:hover, #usual1 > ul li a:active, #usual1 > ul li a:focus, #usual1 .selected {
color: #8f0d10 !important;
padding-top: 17px !important;
}
/*конец закладок*/

#usual1 li a:hover, #usual1 li a:active, #usual1 li a:focus {
color: #360418 !important;
}

.anno-content  {
height: 260px;
left: 168px;
padding: 24px 3px 4px;
position: absolute;
top: -70px;
width: 678px;
}

#tab1 {
padding: 0px 3px 3px !important;
height: 300px !important;
}

.va_container {
box-shadow: inset 0px 0px 10px #3c061e, 2px 2px 5px rgba(0, 0, 0, 0.447);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
margin: 3px;
padding: 3px;
position: relative;
float: left;
background: rgba(87, 80, 10, 0.298);
}

.va_container h1 {
color: #12050c;
font-family: "Book Antiqua", "Georgia", "Times New Roman", "Times", serif;
font-size: 12pt;
font-variant: small-caps;
font-weight: 700;
line-height: 16px;
margin: 0px auto;
padding: 4px;
text-align: center;
margin: 3px;
background: rgba(242, 203, 136, 0.702);
box-shadow: inset 2px 2px 10px rgba(156, 102, 64, 0.447), 3px 3px 5px rgba(28, 33, 3, 0.345);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;

background: -moz-linear-gradient(left,  rgba(217,178,111,0.7) 0%, rgba(232,210,155,0.7) 50%, rgba(217,178,111,0.7) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(217,178,111,0.7)), color-stop(50%,rgba(232,210,155,0.7)), color-stop(100%,rgba(217,178,111,0.7))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(217,178,111,0.7) 0%,rgba(232,210,155,0.7) 50%,rgba(217,178,111,0.7) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(217,178,111,0.7) 0%,rgba(232,210,155,0.7) 50%,rgba(217,178,111,0.7) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(217,178,111,0.7) 0%,rgba(232,210,155,0.7) 50%,rgba(217,178,111,0.7) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(217,178,111,0.7) 0%,rgba(232,210,155,0.7) 50%,rgba(217,178,111,0.7) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8c9c4', endColorstr='#e2c0ba',GradientType=1 ); /* IE6-9 */

}

#va_part2 {
height: 300px;
left: 476px;
overflow: hidden;
position: absolute;
top: -10px;
width: 244px;

}

#va_part3, #va_part4  {
width: 200px;
}

/*паутина узор на навигации*/
#va_part8{
background: url("http://funkyimg.com/i/HNDj.png") 0px 0px no-repeat, url("http://funkyimg.com/i/HNDn.png") 100% 0px no-repeat transparent;
height: 280px;
margin-top: -25px;
padding: 25px 18px 4px;
width: 426px;
}

#va_part8 li a {
border-bottom: 1px solid rgba(84, 73, 19, 0.345);
display: block;
font-weight: 700;
min-height: 20px;
padding-left: 8px;
position: relative;
font-family: "Book Antiqua", "Georgia", "Times New Roman", "Times", serif;
}
#va_part8 li a:hover, #va_part8 li a:focus, #va_part8 li a:active  {
background: rgba(192, 64, 10, 0.400);
color: #50230D !important;
}

#va_part7 {
margin-right: 200px !important;
}

/*колокольчик*/
#crow {
background: url("http://funkyimg.com/i/HNDo.png") 0px 0px no-repeat transparent;
height: 78px;
margin-left: -70px;
margin-top: -46px;
position: absolute;
width: 115px;

}

</style>




<div id="va_anno">

<div id="crow"> </div>

<div id="usual1" class="idtabs">
<!--ЗАКЛАДКИ-->
<ul>
<li id="but1" class="va_tab"><a href="#tab1" class="selected"><span>Новости</span></a></li>
<li  id="but2" class="va_tab"><a href="#tab2"><span>Навигация</span></a></li>
<li id="but3" class="va_tab"><a href="#tab3"><span>Лучшие</span></a></li>
<li id="but4" class="va_tab"><a href="#tab4"><span>Эпизоды</span></a></li>
<li  id="but5" class="va_tab"><a href="#tab5" onclick="BANNERS_TOGGLE()"><span>Партнеры</span></a></li>
</ul>

<!--контент закладок-->
<div id="tab1" class="anno-content">

<!--начало закладки 1-->
<br><br>
  <div id="va_part1"class="submenutext" style="display:block;">
<table>
<tr>
<td >
<div style="WIDTH: 200px; HEIGHT: 200px; margin-top: 1px"">
<p align="left"><font style="font-weight: normal; font-size: 8pt; line-height: 6.5pt; font-family: Book Antiqua; color: #8e6f60;">
<br><b>• дата открытия:</b> 11.05.2014;
<br><br><b>• рейтинг:</b> NC- 17;
<br><br><b>• cистема игры:</b> эпизоды;
<br><br><b>• мастеринг:</b> смешанный;
<br><br><b>• время действия:</b> май 2013;
<br><br><b>• место действия:</b><br><pre>   ✓ Мистик Фоллс (Вирджиния)<br>   ✓ Новый Орлеан (Луизиана)<br>   ✓ Чикаго (Иллинойс)</pre></font></left><p></div>
</td>
<td >
<div style="WIDTH: 400px; HEIGHT: 200px; margin-top: 1px"">
<p align="center"><font style="font-weight: normal; font-size: 10pt; line-height: 6.5pt; font-family: Book Antiqua; color: #8e6f60;">
• <b>ДОБРО ПОЖАЛОВАТЬ!</b> • <br><br> Старый дружный коллектив открывает двери на новом адресе и с радостью ждёт Вас в разделе "хочу к вам", так же известном как "регистрация". Администрация уже вооружилась хлэб&сол и готова ответить на все ваши вопросы. Проходите, ставьте носки в угол и устраивайтесь поудобнее. Вместе нас ждёт увлекательная игра и множество интересных вещей! <br><br><b>АМС:</b><br>
<a href="http://curseofthepast.rusff.me/profile.php?id=4"><font style="font-weight: bold; font-size: 10pt; color: #8A3838;">• SUMMER • </font></a><a href="http://curseofthepast.rusff.me/profile.php?id=3"><font style="font-weight: bold; font-size: 10pt; color: #8A3838;">ELENA • </font></a><a href="http://curseofthepast.rusff.me/profile.php?id=10"><font style="font-weight: bold; font-size: 10pt; color: #8A3838;">CELESTE • </font></a><a href="http://curseofthepast.rusff.me/profile.php?id=9"><font style="font-weight: bold; font-size: 10pt; color: #8A3838;">LYCURGUS • </font></a><br><br><center><a href="http://top.roleplay.ru/22441" title="Рейтинг Ролевых Ресурсов - RPG TOP" target="top_"><img src="http://img.rpgtop.su/88x31x11x3.gif" alt="Рейтинг Ролевых Ресурсов - RPG TOP" border="0" width="88" height="31"></a> <a title="Каталог фэнтези сайтов Палантир" href='http://palantir.in/?from=18575' target='_blank'>
<script type="text/javascript">
Md=document;Mnv=navigator;
Mrn=Math.random();Mn=(Mnv.appName.substring(0,2)=="Mi")?0:1;Mp=0;Mz="p="+Mp+"&";
Ms=screen;Mz+="wh="+Ms.width+'x'+Ms.height;My="<img src='http://palantir.in/count.php?id=18575&cid=palantir2006.png";My+="&cntc=none&rand="+Mrn+"&"+Mz+"&referer="+escape(Md.referrer)+'&pg='+escape(window.location.href);My+="'  alt='Palantir' title='Каталог фэнтези сайтов Палантир' border='0' width='88px' height='31px'>";Md.write(My);</script>
<noscript><img src="http://palantir.in/count.php?id=18575&cid=palantir2006.png" alt='Palantir' title="Каталог фэнтези сайтов Палантир" border=0 width="88px" height="31px"></noscript></a> <a href="http://imagiart.ru/" title="photoshop: Renaissance" target=_blank> <img src="http://s1.uploads.ru/5ls0J.gif" border="0" alt="photoshop: Renaissance"></a></font><br><br>

<marquee scrollamount="6" onmouseover="this.stop()" onmouseout="this.start()"><a href="http://curseofthepast.rusff.me/viewtopic.php?id=191"><font style="font-weight: bold; font-size: 12pt; font-family: Times New Roman; color: #8e6f60;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;• НОМИНАЦИИ МАЯ: ИТОГИ</font></a><a href="http://curseofthepast.rusff.me/viewtopic.php?id=162#p17024"><font style="font-weight: bold; font-size: 12pt; font-family: Times New Roman; color: #8e6f60;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;• ОБЪЯВЛЕНИЯ АДМИНИСТРАЦИИ</font></a></marquee><p></div>
</td>
</tr>
</table>
</div>
<!--конец закладки 1-->
</div>

<div id="tab2" class="anno-content">

<!--начало закладки 2-->

<div id="va_part1"class="submenutext" style="display:block;">
<table>
<tr>
<td >
<div style="WIDTH: 50px; HEIGHT: 200px; margin-top: 2px"">
</div>
</td>
<td >
<div style="WIDTH: 150px; HEIGHT: 200px; margin-top: 2px"">
<p align="left"> <br> <a href="http://curseofthepast.rusff.me/viewtopic.php?id=8"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">• Правила </font></a>
<br><a href="http://curseofthepast.rusff.me/viewtopic.php?id=5"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">• Сюжет </font></a>
<br> <a href="http://curseofthepast.rusff.me/viewtopic.php?id=47"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">• Существа </font></a>
<br> <a href="http://curseofthepast.rusff.me/viewtopic.php?id=7"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">• Роли </font></a>
<br> <a href="http://curseofthepast.rusff.me/viewtopic.php?id=6"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">• Внешности </font></a>
<br><br><br>
<br> <a href="http://curseofthepast.rusff.me/viewtopic.php?id=51"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">• Черная касса </font></a>
<br> <a href="http://curseofthepast.rusff.me/viewtopic.php?id=49"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">• Подарки </font></a>
<br> <a href="http://curseofthepast.rusff.me/viewtopic.php?id=50"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">• Награды </font></a>
</left><p></div>
</td>
<td >
<div style="WIDTH: 200px; HEIGHT: 200px; margin-top: 2px"">
<p align="left"><br> <a href="http://curseofthepast.rusff.me/viewtopic.php?id=11"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">• Личное звание </font></a>
<br> <a href="http://curseofthepast.rusff.me/viewtopic.php?id=13"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">• Заказ графики</font></a>
<br> <a href="http://curseofthepast.rusff.me/viewtopic.php?id=10"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">• Выяснение отношений </font></a>
<br> <a href="http://curseofthepast.rusff.me/viewtopic.php?id=9"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">• Отсутствие </font></a>
<br> <a href="http://curseofthepast.rusff.me/viewtopic.php?id=41"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">• Досье </font></a>
<br><br><br>
<br><a href="http://curseofthepast.rusff.me/viewtopic.php?id=12"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">• Поиск партнера </font></a>
<br> <a href="http://curseofthepast.rusff.me/viewtopic.php?id=15"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">• Запись в сюжет</font></a>
</left><p></div>
</td>
<td >
<div style="WIDTH: 200px; HEIGHT: 200px; margin-top: 2px"">
<p align="left"> 
<br> <a href="http://curseofthepast.rusff.me/viewtopic.php?id=37#p40"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">• Акция #1 Нужные</font></a>
<br> <a href="http://curseofthepast.rusff.me/viewtopic.php?id=82"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">• Акция #2 (CH) Оборотни</font></a>
<br> <a href="http://curseofthepast.rusff.me/viewtopic.php?id=89"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">• Акция #3 (NO) Оборотни</font></a>
<br> <a href="http://curseofthepast.rusff.me/viewtopic.php?id=103"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">• Акция #4 (СН) Ведьмы</font></a>
<br> <a href="http://curseofthepast.rusff.me/viewtopic.php?id=107"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">• Акция #5 (СН) Вампиры</font></a>
<br> <a href="http://curseofthepast.rusff.me/viewtopic.php?id=125"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">• Акция #6 Хранители</font></a>
<br> <a href="http://curseofthepast.rusff.me/viewtopic.php?id=134"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">• Акция #7 (NO) Ведьмы</font></a>
<br><br><br>
<br> <a href="ССЫЛКА"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;"></font></a>
<br> <a href="ССЫЛКА"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;"></font></a>
</left><p></div>
</td>
</tr>
</table>
</div>

<!--конец закладки 2-->
</div>
 
<div id="tab3" class="anno-content">

<!--начало закладки 3-->
<div id="va_part1"class="submenutext" style="display:block;">
<table>
<tr>
<td >
<div style="WIDTH: 150px; HEIGHT: 200px; margin-top: 2px"">
<p align="center"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">• Красивая пара</font>
<br><img src="http://funkyimg.com/i/HJym.gif" border="0" title="Damon Salvatore & Elena Gilbert"/><br><br>
<font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">• Игровой дуэт</font><br>
<img src="http://funkyimg.com/i/HJyp.gif" border="0" title="Summer Price & Steinn Cole"/><br><br>
<font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">• Зло & Добро</font>
<br><img src="http://funkyimg.com/i/HJyo.gif" border="0" title="Kol Mikaelson vs Celeste DuBois & Elena Gilbert"/>
</center><p></div>
</td>
<td >
<div style="WIDTH: 260px; HEIGHT: 200px; margin-top: 2px""><p align="center"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">• Активисты</font>
<br><img src="http://funkyimg.com/i/HJxU.png" border="0"  title="Victor Frost"/>&nbsp;<img src="http://funkyimg.com/i/HJxY.png" border="0" title="Hayley Marshall"/>&nbsp;<img src="http://funkyimg.com/i/HJxX.png" border="0" title="Stefan Salvatore"/>&nbsp;<img src="http://funkyimg.com/i/HJxW.png" border="0" title="Malia Smith"/>&nbsp;<img src="http://funkyimg.com/i/HJxV.png" border="0" title="Damon Salvatore"/><br><br>
<font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">• Игрок месяца</font><br>
<img src="http://funkyimg.com/i/HJBM.gif" border="0" title="Hayley Marshall"/><br><br>
<font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">• Мужской и женский персонаж</font>
<br><img src="http://funkyimg.com/i/HJxT.jpg" border="0" title="Hayley Marshall"/><img src="http://funkyimg.com/i/HJy1.png" border="0"/><img src="http://funkyimg.com/i/HJxS.jpg" border="0" title="Niklaus Mikaelson"/>
</center><p></div>
</td>
<td >
<div style="WIDTH: 160px; HEIGHT: 200px; margin-top: 2px"">
<p align="center"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">• Внесюжетный эпизод</font>
<br><a href="http://curseofthepast.rusff.me/viewtopic.php?id=105"><img src="http://funkyimg.com/i/HJxD.png" class="Hoverbuttons" title="Случайности не случайны.."/></a><br><br>
<font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">• Пост месяца</font>
<br><a href="http://curseofthepast.rusff.me/click.php?http://curseofthepast.rusff.me/viewtopic.php?id=115#p4047"><img src="http://funkyimg.com/i/HJxC.png" class="Hoverbuttons" title="Hayley Marshall, пост №3"/></a><br><br>
<font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">• Внесюжетный эпизод </font>
<br><a href="http://curseofthepast.rusff.me/viewtopic.php?id=143"><img src="http://funkyimg.com/i/HJzj.png" class="Hoverbuttons" title="Чикагские вампиры: некоторые девушки кусаются (с)"/></a><br>
</center><p></div>
</td>
</tr>
</table>
</div>
  <!--конец закладки 3-->
</div>
 
<div id="tab4" class="anno-content">

<!--начало закладки 4-->
<center><a href="http://curseofthepast.rusff.me/viewtopic.php?id=171"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">• Ер 01. МИСТИК ФОЛЛС</font></a><br><br>
<a href="http://curseofthepast.rusff.me/viewtopic.php?id=173"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">• Ер 01. НОВЫЙ ОРЛЕАН</font></a><br><br>
<a href="http://curseofthepast.rusff.me/viewtopic.php?id=172"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">• Ер 01. ЧИКАГО</font></a></center>
<center><br><br>
<table>
<tr>
<td >
<div style="WIDTH: 200px; HEIGHT: 200px; margin-top: 2px"">
<p align="center"><font style="font-weight: normal; font-size: 10pt; line-height: 6.5pt; font-family: Book Antiqua; color: #8e6f60;">
<p align="left"> <br>
<b>Чикаго</b><br><br>
<a href="http://curseofthepast.rusff.me/viewtopic.php?id=192"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">Ер 01.01</font></a> ► Steinn Cole<br>
<a href="http://curseofthepast.rusff.me/viewtopic.php?id=193"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">Ер 01.02</font></a> ► Richard Adamson<br>
<a href="http://curseofthepast.rusff.me/viewtopic.php?id=194"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">Ер 01.03</font></a> ► Ashley Fox<br>
<a href="http://curseofthepast.rusff.me/viewtopic.php?id=195"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">Ер 01.04</font></a> ► Rikard <br>
<a href="http://curseofthepast.rusff.me/viewtopic.php?id=196"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">Ер 01.05</font></a> ► Eva Blackstone
</left><p></div>
</td>
<td >
<div style="WIDTH: 200px; HEIGHT: 200px; margin-top: 2px"">
<p align="center"><font style="font-weight: normal; font-size: 10pt; line-height: 6.5pt; font-family: Book Antiqua; color: #8e6f60;">
<p align="left"><br>
<b>Новый Орлеан</b><br><br>
<a href="http://curseofthepast.rusff.me/viewtopic.php?id=197"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">Ер 01.01</font></a> ► Charlotte Lange <br>
<a href="http://curseofthepast.rusff.me/viewtopic.php?id=198"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">Ер 01.02</font></a> ► Francis Wakefield <br>
<a href="http://curseofthepast.rusff.me/viewtopic.php?id=199"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">Ер 01.03</font></a> ► Elijah Mikaelson <br>
<a href="http://curseofthepast.rusff.me/viewtopic.php?id=200"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">Ер 01.04</font></a> ► Elijah Mikaelson</left><p></div>
</td>
<td >
<div style="WIDTH: 200px; HEIGHT: 200px; margin-top: 2px"">
<p align="center"><font style="font-weight: normal; font-size: 10pt; line-height: 6.5pt; font-family: Book Antiqua; color: #8e6f60;">
<p align="left"> 
<br><b>Мистик Фоллс</b><br><br>
<a href="http://curseofthepast.rusff.me/viewtopic.php?id=201"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">Ер 01.01</font></a> ► Morgana Pendragon<br>
<a href="http://curseofthepast.rusff.me/viewtopic.php?id=202"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">Ер 01.02</font></a> ► Stefan Salvatore <br>
<a href="http://curseofthepast.rusff.me/viewtopic.php?id=203"><font style="font-weight: bold; font-size: 10pt; font-family: Times New Roman; color: #8e6f60;">Ер 01.03</font></a> ► Karina Polyakova
</left><p></div>
</td>
</tr>
</table>
</center>
  <!--конец закладки 4-->
</div>

<div id="tab5" class="anno-content">
<!--начало закладки 5-->
<div id=ba_0 style="display: none">
<style id=BanersHide>/*
*/</style>
</div>
<script>
function BANNERS_TOGGLE(){if($("#ba_0").css("display")=="none"){var V=$("#ba_0 #BanersHide");if(V.html()!=null){var V1=V.html().replace(/^\/\*([\s\S]*)\*\//img,"$1");$("#ba_0").html(V1);}$("#ba_0").fadeIn("slow");
}else $("#ba_0").hide();}</script>
<center><a href="http://crossbrooke.ru/"><img src="http://s3.uploads.ru/jK7zM.gif"/></a>
<a href='http://tvdsanctus.rusff.me/' target='_blank'><img src='http://sb.uploads.ru/t/gTtW4.gif' alt='Sanctus' title='TVD: Sanctus Espiritus' width='88' height='31'/></a>
<a href="http://tvdundercontrol.rusff.me/" target=_blank><img src="http://savepic.su/4217298.gif" alt="under control" border="0" width="88" hight="31"></a><a href="http://soullove.ru/" target=_blank> <img src="http://s8.uploads.ru/mVaEe.gif" border="0" alt="The Vampire Diaries | Soul Love"></a><a href="http://tvdgrowing.rusff.me">  <img src="http://s4.uploads.ru/g7F3P.gif" border="0" /></a><a target="_blank" href="http://tvdimmortal.rusff.me/"> <img src="http://s0.uploads.ru/9leXW.gif" ></a><br>
<a href="http://carperetractum.f-rpg.ru/" target=_blank> <img src="http://s8.uploads.ru/RpT0l.gif"border="0" title="Harry Potter: Carpe Retractum">
</a><a target="_blank" href="http://vampirlife.mybb.ru"> <img src="http://s8.uploads.ru/t/FZyor.gif"></a><a href="http://hobbitgame.ru/" title="Средиземье. Война теней и света"> <img src="https://forumstatic.ru/files/0011/b7/a7/51540.gif"></a><a href="http://academyvamp.rusff.me" title="Vampire Academy" target='_blank'> <img src='http://savepic.su/537267m.gif'></a><a href="http://vadarknight.rolka.su/"> <img src="http://s9.uploads.ru/PHi9C.gif" title="Vampire Academy: The Dark Night"></a><a title="No Rest for the Wicked" href='http://ssuperiority.rusff.me/' target='_blank'> <img src="http://s5.uploads.ru/8rIPL.gif" alt='Supernatural' title="No Rest for the Wicked" border=0 width="88px" height="31px"></a><br><a href="http://supernaturalbrothers.ru" target=_blank title="Самая Сверхъестественная ролевая игра"> <img src="http://s7.uploads.ru/N1fW3.gif"></a><a href="http://tvdsinners.rusff.me/"> <IMG alt="TVD: Sinners and Saints"
src="http://savepic.org/5316163.png"></a><a href="http://barleyhills.rusff.me"> <img src="http://savepic.org/5501990.gif" border="0" alt="BARLEY HILLS: DELIVER US FROM EVIL"></a><a href=http://tvdparadise.rusff.me/> <img src="http://sb.uploads.ru/S06JX.gif" border="0" alt="TVD: Dark Paradise"width=88  height=31 border></a><a target="_blank" href="http://vampirea.rusff.me/"> <img src="http://s6.uploads.ru/pXeVI.gif" ><a href="http://mdnt.f-rpg.ru" target="blank"> <img src="http://sc.uploads.ru/YTWyK.gif"></a><br><a href="http://newstory.artbb.ru/" target="blank"><img src="http://savepic.net/5293781.gif"></a><a href="http://vdprimus.rusff.me/" TARGET=_blank>  <img src="http://s7.uploads.ru/f5Hq7.png"border="0" alt="Vampire diaries:Primus inter pares">
</a><a href="http://brownuni.mybb.ru"> <img src="http://s2.uploads.ru/XhUDn.gif"></a></a> <a href="http://9circlesofhell.rusff.me"><img src="http://sb.uploads.ru/D6r7I.gif" title="Сверхъестественное: 9 кругов Ада"></a></center>

<!--конец закладки 5-->
</div>

<script type="text/javascript">
  $("#usual1 ul").idTabs();
</script>

</div>
</div>

0

3

http://funkyimg.com/i/HVNz.png
http://funkyimg.com/i/HVNz.png
http://funkyimg.com/i/HVNy.png
http://funkyimg.com/i/HVNy.png

0

4

боковая таблица ХМЛ верх

<table border=0 width="200px" height="400px" style="text-align: justify; position: absolute; margin-left: -220px; top: 100px; background-color: #dec093; background-image : url(ССЫЛКА НА ЗАДНИЙ ФОН);" border: none; font-size: 11px; line-height: 4px; margin: 1px;><tr align=center><td width="200px" height=230px">СОДЕРЖАНИЕ</td></tr></table>

0

5

баннеры по низу старый

Код:
<center><marquee onmouseout="this.start()" onmouseover="this.stop()" scrollamount="5" style="position: relative; width: 400px; left: -33px; top: -70px;">
<a href="http://9circlesofhell.rusff.me"> <img src="http://savepic.net/5465116.gif"title="Сверхъестественное: 9 кругов Ада"></a><a href="http://crossbrooke.ru/"> <img src="http://s3.uploads.ru/jK7zM.gif"/></a>
<a href="http://tvdundercontrol.rusff.me/" target=_blank> <img src="http://savepic.su/4217298.gif" alt="under control" border="0" width="88" hight="31"></a><a href="http://soullove.ru/" target=_blank> <img src="http://s8.uploads.ru/mVaEe.gif" border="0" alt="The Vampire Diaries | Soul Love"></a><a href="http://tvdgrowing.rusff.me">  <img src="http://s4.uploads.ru/g7F3P.gif" border="0" /></a><a target="_blank" href="http://tvdimmortal.rusff.me/"> <img src="http://s0.uploads.ru/9leXW.gif" ></a><a href="http://carperetractum.f-rpg.ru/" target=_blank> <img src="http://s8.uploads.ru/RpT0l.gif"border="0" title="Harry Potter: Carpe Retractum"> 
</a><a target="_blank" href="http://vampirlife.mybb.ru"> <img src="http://s8.uploads.ru/t/FZyor.gif"></a>
</a><a href="http://brownuni.mybb.ru"> <img src="http://s2.uploads.ru/XhUDn.gif"></a><a href="http://omerta.rusff.me/" target="_blank"> <img src="http://uploads.ru/i/u/c/X/ucXVZ.gif"></a> </marquee></center> 
<a style="width: 400px;hight: 200pxmargin: 0 0 -10 -40px;"/></div></b></a><div style="display: none"><br/> <table width="400" border="0"><tr><td width="400">

0

6

Morgan  hanter-d,  я возьму с керса, мы их сменили http://emoticons.do.am/95/48.gif
<script type="text/javascript">
SmilesNewArray=new Array(

"http://emoticons.do.am/a2/16.gif", //Ссылки на картинки смайлов
"http://emoticons.do.am/a2/17.gif",
"http://emoticons.do.am/a2/21.gif",
"http://emoticons.do.am/a2/15.gif",
"http://emoticons.do.am/a2/10.gif",
"http://emoticons.do.am/96/10.gif",
"http://emoticons.do.am/96/13.gif",
"http://emoticons.do.am/96/22.gif",
"http://emoticons.do.am/96/32.gif",
"http://emoticons.do.am/96/33.gif",
"http://emoticons.do.am/96/36.gif",
"http://emoticons.do.am/96/35.gif",
"http://emoticons.do.am/95/14.gif",
"http://emoticons.do.am/95/12.gif",
"http://emoticons.do.am/95/5.gif",
"http://emoticons.do.am/95/19.gif",
"http://emoticons.do.am/95/48.gif",
"http://emoticons.do.am/94/44.gif",
"http://emoticons.do.am/94/42.gif",
"http://emoticons.do.am/94/21.gif",
"http://emoticons.do.am/94/29.gif",
"http://emoticons.do.am/94/4.gif",
"http://emoticons.do.am/92/8.gif",
"http://emoticons.do.am/92/3.gif",
"http://emoticons.do.am/91/1.gif",
"http://emoticons.do.am/91/6.gif",
"http://emoticons.do.am/91/8.gif",
"http://emoticons.do.am/91/11.gif",
"http://emoticons.do.am/91/16.gif",
"http://emoticons.do.am/91/13.gif",
"http://emoticons.do.am/91/21.gif",
"http://emoticons.do.am/91/25.gif",
"http://emoticons.do.am/91/33.gif",
"http://emoticons.do.am/91/47.gif",
"http://emoticons.do.am/91/50.gif",
"http://emoticons.do.am/91/57.gif",
"http://i.smiles2k.net/aiwan_smiles/vampire.gif",
"http://yoursmileys.ru/tsmile/angel/t1319.gif",
"http://sa.uploads.ru/t/OPRH2.gif",
"http://sa.uploads.ru/t/vJlwH.gif",
"http://sa.uploads.ru/t/Pz67X.gif",
"http://sa.uploads.ru/t/RA8eu.gif",
"http://sa.uploads.ru/t/AQiWf.gif",
"http://sa.uploads.ru/t/RiOgw.gif",
"http://sa.uploads.ru/t/VTFse.gif",
"http://sa.uploads.ru/t/W2t9i.gif",
"http://sa.uploads.ru/t/j3lJh.gif",
"http://sa.uploads.ru/t/eWjDY.gif",
"http://sa.uploads.ru/t/Djs7m.gif",
"http://funkyimg.com/i/N8it.gif"
//End myarray_!!
)

var L1='<img src="',L2='" style="cursor: pointer" onclick="smile(\'[img]',
L3="'+this.src+'[/img]')\" /> ";

$("#smilies-block").html("")
for(var i=0;i<SmilesNewArray.length;i++){$("#smilies-block").append(L1+SmilesNewArray[i]+L2+L3);}

</script>

0

7

счетчик символов
поставил в низ (ответ)

<script>var a,L,epl=$("#main-reply"),str='<small id="plng" style="border:1px solid;padding:2px 3px;margin:0 20px 0 10px;">Написано символов: <b>00</b> </small>';epl.parents("fieldset").find("legend").prepend(str);function epl3(){a=epl.val().length;if(a>9){L=''}else{L='0'};$("#plng b").text(L+a)};epl3();$(".pl-quote").click(function (){setTimeout('epl3()',100)});epl.bind('mouseout mousemove keydown keypress keyup',function(e){epl3()});</script>

0

8

Morgan  hanter-d написал(а):

убирает  слова(название форума)  из шапки

<style type="text/css">
#pun-title .title-logo span {display: none;}
</style>

Код:
ллллллллллллллллллллл

0

9

http://sa.uploads.ru/t/thO9E.png

0

10

http://sa.uploads.ru/ROVat.png

0

11

настраиваем фон:

    элемент {background: #цвет url(ссылка на картинку)}

если заливка не нужна (прозрачный цвет) вместо отмеченного красным пишем transparent
Возможно добавить в код дополнительные функции
(вставлять исключительно после ссылки на картинку (закрывающейся круглой скобки) не забывая ставить точку с запятой как разделитель)
background-attachment: fixed - не прокручивающееся фоновое изображение
no-repeat - фоновое изображение прокручивается используя только один элемент (картинку) без повторов
repeat - фоновое изображение повторяется по горизонтали и вертикали.
repeat-x - фоновое изображение повторяется только по горизонтали
repeat-y - фоновое изображение повторяется только по вертикали
background-position: top center - фоновое изображение располагается по центру (вверху)
background-position: top left - верху слева
background-position: right top - верху справа
background-position: left слева по центр
background-position: right с права по центру
background-position: bottom left - внизу слева
background-position: bottom - внизу
background-position: bottom right - внизу справа

настраиваем границы:
border-color - Цвет рамки
border-width - Толщина рамки
border-style - Стиль оформления рамки всех сторон рамки
     Значения:
     none - указывает на то, что рамки нет.
     dotted - задает пунктирную рамку из точек
     dashed - задает штрих - пунктирную рамку
     solid - задает одинарную сплошную рамку
     double - задает двойную сплошную рамку
     groove - создает трехмерный эффект впадающей рамки
     ridge - создает трехмерный эффект возвышающейся рамки
     inset - создает трехмерный эффект заглубленности фона
     outset - создает трехмерный эффект выпуклости фона

border-top - Все параметры верхней рамки
border-bottom - Все параметры нижней рамки
border-left - Все параметры левой рамки
border-right - Все параметры правой рамки

0

12

Замена стандартных смайлов

ставить в форму ответа

<script type="text/javascript">
SmilesNewArray=new Array(
"http://emoticons.do.am/a2/16.gif", //Ссылки на картинки смайлов
"http://sa.uploads.ru/t/Djs7m.gif",
"http://funkyimg.com/i/N8it.gif"
//End myarray_!!
)
var L1='<img src="',L2='" style="cursor: pointer" onclick="smile(\'[img]',
L3="'+this.src+'[/img]')\" /> ";
$("#smilies-block").html("")
for(var i=0;i<SmilesNewArray.length;i++){$("#smilies-block").append(L1+SmilesNewArray+L2+L3);}
</script>

Скрипт подфорума

HTML-верх

<style type="text/css">
tr#forum_fxx, tr#forum_f32 {
   display: none;
  }
</style>

Счетчик символов

поставил в низ (ответ)

<script>var a,L,epl=$("#main-reply"),str='<small id="plng" style="border:1px solid;padding:2px 3px;margin:0 20px 0 10px;">Написано символов: <b>00</b> </small>';epl.parents("fieldset").find("legend").prepend(str);function epl3(){a=epl.val().length;if(a>9){L=''}else{L='0'};$("#plng b").text(L+a)};epl3();$(".pl-quote").click(function (){setTimeout('epl3()',100)});epl.bind('mouseout mousemove keydown keypress keyup',function(e){epl3()});</script>

Запрет просмотра профилей для гостей

хтмл низ

<script type="text/javascript">
if (document.getElementById('pun-status').innerHTML.indexOf("Гость")!=-1){
if (document.URL.indexOf("profile.php")!=-1){
document.getElementById('pun-status').innerHTML="<div id=pun-status class=section><p class=container><span class=item1>Вы не имеете права доступа к этой странице</span></p></div>"
document.getElementById('pun-main').style.display="none"
}}
</script>

Скрипт убирает  слова (название форума)  из шапки

<style type="text/css">
#pun-title .title-logo span {display: none;}
</style>

Картинка или цвет профиля, формы ответа и размещения поста

[i]где появляется пост написанный, чтоб это было картинкой а не светло - коричневым цветом

.post-box {background:  #цвет url("картинка");}

поле где набираешь сообщение тоже было картинкой

.punbb textarea{background:  #цвет url("картинка");}

где у нас стоит аватар и написаны данные

.post-author {background:  #цвет url("картинка");}

Зафиксировать форум, чтобы на любом формате экрана он никуда не съезжал

#pun{
        width: 0000px;
        }

вместо жирной цифры - фиксированная ширина в пикселях.

Заменить черту-разделитель картинкой-разделителем?

<style>
    .punbb .post-sig dd {
      background: url(изображение);
      border: 0px;
      width: ширина;
      }
    </style>

Минуем окно перехода

В html-низ

<script type="text/javascript">
    var a = document.getElementsByTagName("a")

    for( i=0; i<a.length; i++ )
    {
       if( a[i].href.indexOf("http://" + document.domain + "/click.php?http://") != -1 )
       {
          a[i].href = "http://" + a[i].href.substring(a[i].href.lastIndexOf("http://")+7)
       }
    }
</script>

Переливающиеся ссылки

самый конец хтмл-низа

<script type="text/javascript" src="https://forumstatic.ru/files/0011/e9/e1/31349.js"></script>

УЗНАТЬ НОМЕР ПОЛЯ  ПОД АВАТАРОМ

Cтавим  временно в самый низ HTML низ скрипт

    <!--Узнать Номер Поля Под Аватаром-->
    <script>$(".post-author li").hover(function(){$(this).attr("title",$(this).attr("class"));});</script>

Рамка под аватар (растягивается)

//в свой стиль, в конец второго окна

.pa-avatar.item2 > img {
    border-image: url("http://s6.uploads.ru/E8aKl.png") 25 round round;
    border-style: solid;
    border-width: 15px;
}

где красным - изображение рамка,
зеленым размеры рамки, в данном примере в двух случаях написаны разные размеры: размеры могут быть как разными, так и одинаковыми, подбирайте, чтобы красиво смотрелось.

Скрипт вставки фона в цитате и скрытых кодах и т.д.

<style type="text/css">
#pun-main .quote-box, #pun-main .code-box {color: #48D1CC; background-image : url(адрес картинки)
}
</style>

ИЛИ

<!-- границы и фон контейнера цитаты/кода. начало -->
<style>
#pun-main .quote-box, #pun-main .code-box {background-image : url('адрес картинки');
border-color: #000000;}
</style>

Фон в форме ответа

/*knopki + forma otveta*/

.punbb textarea, .punbb select, .punbb input {
  background-color: #a38b65;
  font-size: 11px !important;
  color: #000000;
}

.punbb textarea  {
box-shadow: inset 0px -11px 40px #260f08;
}

Замена кнопок на новых сообщения/подписке/ и тд

HTML-низ

<script type="text/javascript">
li=document.getElementsByTagName("li")
f=0
while(li[++f]){
s=li[f].innerHTML
if((p=s.indexOf("Новые сообщения")) != -1) li[f].innerHTML=s.substring(0,p)+"<img src='http://s3.uploads.ru/fPYMb.png'>"+s.substring(p+15)
else if((p=s.indexOf("Активные темы")) != -1) li[f].innerHTML=s.substring(0,p)+"<img src='http://s3.uploads.ru/z9AQM.png'>"+s.substring(p+13)
else if((p=s.indexOf("Темы без ответов")) != -1) li[f].innerHTML=s.substring(0,p)+"<img src='http://s3.uploads.ru/auqCT.png'>"+s.substring(p+21)
else if((p=s.indexOf("Мои сообщения")) != -1) li[f].innerHTML=s.substring(0,p)+"<img src='http://s3.uploads.ru/4TnYZ.png'>"+s.substring(p+13)
else if((p=s.indexOf("Подписка")) != -1) li[f].innerHTML=s.substring(0,p)+"<img src='http://s3.uploads.ru/PebS2.png'>"+s.substring(p+8)
else if((p=s.indexOf("Все прочитано")) != -1) li[f].innerHTML=s.substring(0,p)+"<img src='http://s3.uploads.ru/kSPh1.png'>"+s.substring(p+13)
else if((p=s.indexOf("Уведомления")) != -1) li[f].innerHTML=s.substring(0,p)+"<img src='http://s3.uploads.ru/PebS2.png'>"+s.substring(p+8)
}
</script>

Убрать строку Рейтинг форумов | Создать форум бесплатно © 2007-2014 «Quadro.Boards» LLC

#pun-about p span {
display: block;
padding-left: 50%;
}
блок меняешь на ноне

Дайсы в панель ФО

<style>
#button-mybutton {background-image:url('картинка в форме'); padding:0; line-height:0; background-position:center; background-repeat:no-repeat; height:26px; width:100%}
</style>
<script type="text/javascript">
if(form=document.getElementById("form-buttons"))
form.getElementsByTagName("tr")[0].insertCell(18).innerHTML="<a onclick=\"dice()\"><img src='/i/blank.gif' id='button-mybutton'/></a>"
</script>
<script>
function dice()
{
var FoundErrors = '';
var diceRes=""
var CountCube = prompt("Количество кубиков", "3");
var SideCube = prompt("Сколько граней у кубика?", "6");
if(CountCube>9){
alert("Нельзя бросать столько кубиков");
return false;}
if(SideCube>9){
alert("Не бывает таких кубиков");
return false;}
if (!CountCube)
{return false;}
if (!SideCube)
{return false;}
for(i=0; i<CountCube;i++){
var dice = (Math.round(Math.random()*SideCube))
if(dice==0) dice=1;
diceRes += dice*1936+"-"
}
smile('[dice='+diceRes+CountCube+SideCube+']')
}
</script>
<script>
function addDice(str,from,internal){
var pos=0,pos2=0,newpos=0
if((pos=str.indexOf("[dice=",from))==-1) return str;
if((pos2=str.indexOf("]"),pos+6)==-1) return str;
newpos=str.indexOf("]",pos+6)
if(newpos<pos2 && newpos!=-1) str=addDice(str,pos+6,true)
if((pos2=str.indexOf("]",pos+6))==-1) return str;
str=str.substring(0,pos)+makeDice(str.substring(pos+6,pos2))+str.substring(pos2+1,str.length)
if( str.indexOf("[dice=")!=-1 && internal==false) str=addDice(str,0,false)
return str}

function makeDice(dice){
diceMass = dice.split("-")
diceC = dice.substring(dice.length-2, dice.length-1)
diceS = dice.substring(dice.length-1, dice.length)
var diceR=0, diceRu="";
for(i=0;i<diceMass.length-1;i++){diceR+=diceMass[i]/1936;}
for(i=0;i<diceMass.length-1;i++){if(diceMass[i]==diceMass[diceMass.length-2]){diceRu+=diceMass[i]/1936;}else{diceRu+=parseInt(diceMass[i]/1936)+"+";}}
txt="<div class=\"quote-box\"><blockquote><p><b>Количество кубиков</b>: "+diceC+"<br /><b>Граней в кубике</b>: "+diceS+"<br /><br /><b>Результаты броска</b>: ("+diceRu+")="+diceR+"</p></blockquote></div>"
return txt}

if(document.URL.indexOf("viewtopic.php")!=-1){
elm=document.getElementById("pun-main").getElementsByTagName("div")
for(x in elm) if(elm[x].className=="post-content"){
var post=elm[x]
post.innerHTML=addDice(post.innerHTML,0,false)}}
</script>

НИКНЕЙМ

/* C3.8 */
.pa-author a {
  font-family: "Book Antiqua" !important;
  font-size: 1.3em;
  text-transform: uppercase;
  }
нижнее - все с заглавной буквы

Убрать надпись о редактировании

В html-верх

    <style>p.lastedit { display: none; }</style>

Счетчик в ФО перед ОТПРАВИТЬ

<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>

в хтмл-низ перед

<script type="text/javascript">
function select_text(elem) {

0

13

как можно заменить цвет ника автора поста, чтобы при этом не менять общий цвет ссылок на форуме?

код

/* обычные */
.pa-author a{
color: #fff !important; }

/* при наведении */
.pa-author a:hover{
color: #fff !important; }

Чтобы сделать больше расстояние между ником и аватаром:

код

.post-author li.pa-author {
padding-bottom: 25px !important;
}

Чтобы сдвинуть ниже ник вместо со всем, что ниже:

код

.post-author li.pa-author {
margin-top: 10px !important;
}

отвечает за ширину текста на страницах

код

.punbb {
  float: left;
  height: auto;
  margin-left: 60px;
  width: 890px;
}

0

14

ПСД
http://sa.uploads.ru/t/dVS3O.png

0

15

/* C3.8 */
.pa-author a {
  font-family: "Book Antiqua" !important;
  font-size: 1.3em;
  text-transform: uppercase;

  }

добавила то что жирным

0

16

1. Создаете категорию реклама, с одним единственным форумом, форум просто пустой, в описание запихиваете скрипт для рекламы и саму рекламу
<!-- реклама в пустой категории -->
</div></div><div width=100%>
<script class="bannerN">
var style='<style> tr#zzz .tcr, tr#zzz .tc3, tr#zzz .tc2{display:none!important}tr#zzz .tc2{wifth:100%}<style>'
var a=$('script.bannerN');
var id=a.parents('tr').attr('id');
$('#'+id).parents('table:first').find('thead').hide();
$(style.replace(/zzz/g,id)).insertBefore(a);
a.parents('.tcl').find('.intd').remove();
a.parents('.tcl').attr('colspan','4');
a.remove();
</script><div align=center>
<!-- Тут Ваши баннеры -->

http://forum.mybb.ru/viewtopic.php?id=33410#p809501
http://forum.mybb.ru/viewtopic.php?id=33764&p=24

0

17

на случай если все слетит

стиль нижнее окно

@media (max-width: 930px) { /* это будет показано при разрешении монитора до 930 пикселей */
  .content-wrapper {padding: 0;} /* основное содержимое занимает всё пространство окна */
}

@media (max-width: 930px) and (min-width: 470px) {  /* для разрешения экрана от 470 до 930 пикселей */
  aside {position: static; width: 100%; background: #ccc;} /* боковая колонка смещается согласно расположению в HTML и меняет фон */
}

@media (max-width: 469px) { /* если максимальное разрешение экрана составит 469 пикселей */
  body {font: .9em/1em "Helvetica Neue",Arial,Helvetica,sans-serif;} /* меняется шрифт */
  aside {display: none;} /* боковая колонка исчезает */
}

/* CS1 Background and text colours
-------------------------------------------------------------*/
/*Убираем слово объявление из таблицы*/
#pun-announcement h2 {display: none}
#pun-announcement .container {padding-top: 1em}

/*Лого*/
body {
background-image: url("http://funkyimg.com/i/Rzeo.png");
background-repeat: no-repeat;
background-position: top center;
background-color: transparent;
}
#pun-announcement {
  height: 250px;
  margin-bottom: 50;
}

/*фон*/
HTML {
background-color: #06114f;
background-image: url("http://funkyimg.com/i/RzeM.png");
background-repeat: repeat-y;
background-position: center top;
min-width: 1100px;
}

/*низ*/
#pun-about p.container {
background-color: transparent !important;
background-repeat: no-repeat;
height:75px;
}

/*Ставим низ*/
#pun_wrap { 
background-image: url("http://3.firepic.org/3/images/2014-12/13/bl47u97efr24.png");
background-repeat: no-repeat;
background-position: center bottom;
}

/* CS1.1 */
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3,
.punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd,
.punbb .info-box, .punbb #pun-main .info-box .legend {
  background-color: transparent;
  color: #230d0a;
  }

#pun-main .quote-box {background-color: #c8a988;
}

/* CS1.2 */
#pun-redirect  .main {
  background-color: #c8a988;
  color: #230d0a;
  }

.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer {
  background-color: transparent;
  color: #230d0a;
  }

#pun-main h2 {
font-size: 0px;
  }

/* CS1.3 */
#pun-stats h2 {
  background-color: transparent;
  color: #7d6956;
  }
#pun-debug h2, .punbb-admin #pun-admain h2, .punbb .main h1, .punbb .main h2{
  background-color: transparent;
  color: #7d6956;
  }

/* CS1.4 */
#pun-title, #pun-title .container {
   background: transparent   url("") top center no-repeat;
  color: #351d1b;
height: 450px;
}

/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
  background-color: transparent;
  color: #311917
  }

/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
  background-color: transparent;
  color: #341d0a
  }

/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
  background-color: #d8c2a6;
  color: #341d0a
  }

/* CS1.8 */
#pun-navlinks .container {
  background-color: transparent;
  color: #c9ae99;
  }

.offline li.pa-online strong {
  font-weight: normal
  }

/* CS2 Border colours
-------------------------------------------------------------*/

/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3, #pun-title {
  border-color: #59493c #59493c #411012 #59493c
  }

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-color: #cdbeae;
  }

/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: #614d40;
  }

/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.punbb .post h3 span, .post-links ul, .post-links, .usertable table {
  border-color: #e4cfae;
  }

/* CS2.5 */
.punbb th {
  border-color: #e6dacc;
  }

/* CS2.6 */
.punbb .quote-box, .punbb .code-box {
  border-color: #773103 #4f0f11 #4f0f11 #773103;
   }

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
  border-color: #773103
  }

#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border-color: #4f0f11
  }

.punbb .divider {
  border-color: #773103 #4f0f11 #4f0f11 #4f0f11
  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border: 1px solid #e6dacc;
  }

li.pa-online {
  border-left-color: #885b04;
  }

/* CS3 Links
-------------------------------------------------------------*/

/* CS3.1 */
.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 {
  color: #1b0905;
text-shadow: 1px 1px 1px #dfcd9d; /* Параметры тени */
  }

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #362214;
text-shadow: 1px 1px 1px #dfcd9d; /* Параметры тени */
  }

/* CS3.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: #581103;
text-shadow: 1px 1px 1px #dfcd9d; /* Параметры тени */
  }

/* CS3.3 */
#pun-navlinks a {
  color: #70420e;
  text-decoration: none
  }

/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #4a2904;
  text-decoration: underline
  }

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: #504034;
  color: #e3d1b7;
  }

/* CS4 Post status icons
-------------------------------------------------------------*/

.punbb table Div.icon {float: right; display: block; width: 45px; height: 45px; border-style: none; background-image: url(http://5.firepic.org/5/images/2014-12/1 … vb6ceg.png);  background-repeat: no-repeat; position: relative; }
.punbb table div.inew {background: url(http://3.firepic.org/3/images/2014-12/1 … w8m3m0.png) no-repeat; position: relative; margin-left: 1px;}
TR.isticky Div.icon {background: url(http://3.firepic.org/3/images/2014-12/1 … lz8dnx.png) no-repeat; position: relative; margin-left: 1px;}
TR.iclosed Div.icon {background: url(http://3.firepic.org/3/images/2014-12/1 … w98ld5.png) no-repeat; position: relative; margin-left: 1px;}

/* CS5 category
-------------------------------------------------------------*/

#pun-main div.catleft, #pun-main div.catright {display: none}

#pun-main div.catleft, #pun-main div.catright {display: none}

#pun-main #pun-category1.category h2{
background: url(http://funkyimg.com/i/Rzes.png) no-repeat;
margin-left: -101px;
width: 1085px;
height: 115px;
}

#pun-main #pun-category2.category h2{
background: url(http://funkyimg.com/i/Rzeq.png) no-repeat;
margin-left: -100px;
width: 1085px;
height: 115px;
}

#pun-main #pun-category3.category h2{
background: url(http://3.firepic.org/3/images/2014-12/1 … g7xibw.png) no-repeat;
margin-left: -101px;
width: 1085px;
height: 115px;
}

#pun-main #pun-category4.category h2{
background: url(http://3.firepic.org/3/images/2014-12/1 … vluz8m.png) no-repeat;
margin-left: -101px;
width: 1085px;
height: 115px;
}

#pun-main #pun-category5.category h2{
background: url(http://3.firepic.org/3/images/2014-12/1 … 7inukv.png) no-repeat;
margin-left: -101px;
width: 1085px;
height: 115px;
}

#pun-main #pun-category6.category h2{
background: url(http://3.firepic.org/3/images/2014-12/1 … ct4b5w.png) no-repeat;
margin-left: -101px;
width: 1085px;
height: 115px;
}
#pun #pun-index #pun-stats h2{
background: url(http://3.firepic.org/3/images/2014-12/1 … roiz0v.png) no-repeat; color: red;
margin-left: -101px;
width: 1085px;
height: 115px;

}

/*profile*/

/*НИЗ и НИК*/ 

.punbb .post .post-author > ul {
  background:url(http://funkyimg.com/i/Rz9s.png) 0 bottom no-repeat, url(http://funkyimg.com/i/Rz7r.png) 0 top no-repeat;
  margin: -22px 0 -15px 0!important;
  padding: 50px 17px!important;
}

.post-author a, .post-author a:hover, .post-author a:focus, .post-author a:active {color: #603313  !important; text-shadow: none !important; }
li.pa-avatar  {z-index: 5; margin-left: 10px !important; margin-top: 0px;}

.pa-title {
padding: 0px 0px 5px 0px !important;
text-align: center;
z-index: 1000;
margin-top: 30px !important;
color: #603313 !important;
font-family: Garamond, Georgia, 'Times New Roman' !important;
font-variant: small-caps !important;
font-size: 12pt !important;

font-weight: bold;
margin-left: 7px !important;
}

.pa-author a, .pa-author {
color: #7f6a45 !important;
font-family: Garamond, Georgia, 'Times New Roman' !important;
font-size: 12pt !important;
font-variant: small-caps !important;
font-weight: bold;
text-align: center;
margin-top: -9px !important;
padding: 0px;
margin-left: 1px !important;
}

/*ТЕЛО ПР*/
.post-author {
background: url(http://funkyimg.com/i/Rzar.png) repeat-y; weight: 230px; text-align: center; color: # !important;
}
.post-author ul li {
text-align: center;
margin-left: 7px !important;
}

/*НИК*/
#pun-post .pa-author {
background: url(http://funkyimg.com/i/Rz7r.png) 0% 0% no-repeat;
padding: 40px;
margin-left: 0px !important;
}

/*рамка*/
.pa-avatar.item2 img {
max-width: 180px;
box-shadow: 2px 5px 10px 1px #1c0b06;
border-style: solid;
border-width: 2px;
-moz-border-image: url(http://funkyimg.com/i/RzaA.png) 1 repeat;
-webkit-border-image: url(http://funkyimg.com/i/RzaA.png) 1 repeat;
-o-border-image: url(http://funkyimg.com/i/RzaA.png) 1 repeat;
border-image: url(http://funkyimg.com/i/RzaA.png) 1 repeat;
}

.title-logo-tdr a img, .title-logo-tdr iframe, .title-logo-tdr object, #tieser-bottom{
  filter:alpha(opacity=20);
  opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
}
.title-logo-tdr a img:hover, .title-logo-tdr iframe:hover, .title-logo-tdr objec:hover, #tieser-bottom:hover{
filter:alpha(opacity=20);
opacity: 1.0;
-moz-opacity: 1.0;
-khtml-opacity: 1.0;
}

.punbb textarea, .punbb select, .punbb input {
background-color: #e5bb96; }

/*knopki + forma otveta*/

.punbb textarea, .punbb select, .punbb input {
background-color: #ad8e78;
font-size: 11px !important;
color: #000000;
}

.punbb textarea {
box-shadow: inset 0px -11px 40px #240e0a;
}

0

18

<style type="text/css">
li#navawards {display: none;}
</style>

убрать награды из меню

Ichimaru Gin написал(а):
Здравствуйте, хочу попробовать разделить посты с помощью hr и shadow  от строчки профиль-цитировать.
Можно рамкой
.punbb .post {
    border-bottom: 2px solid #000000;
}
Не нравится рамка - сделайте картинку разделитель, проставьте ее на бэкграунд и задайте позиционирование center bottom;
Или тень через box-shadow

страница переадресации - http://support.rusff.me/viewtopic.php?id=2624

0

19

при наведении на картинки она начинают двигаться
<a href="Адрес гиперссылки"><img onmouseover="this.src='Адрес изображения при наведении'" src="Адрес изображения" onmouseout="this.src='Ссылка на изображение'"></a>

Фон на странице переадресации.
Это не скрипт, но будет полезно тем, кто хотел поставить изображение на эту страницу...
Собственно, нужно заменить в первом окне стиля пункты с "A5.1" по "A5.3" включительно на этот код:
/* A5.1 */
#pun {
  width: 970px;
  margin: 0 auto;
  }
/* A5.2 */
.punbb {
  float: none;
  width: 100%;
  height: auto;
  margin: 0 auto;
  }
/* A5.3 */
#pun-redirect {
background: #3c4854 url(http://i001.radikal.ru/1104/c9/c6e9d3a6e6f5.jpg) center top repeat-y fixed;
  position: absolute;

  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0 !important;
  left: 0 !important;
  }
#pun-redirect #pun-main {
  margin: 50px 20% 12px 20%;
  width: auto;
  float: none;
  position: relative;
  z-index: 1000;
  }
Зелёное - ширина форума. Красное - параметры фона: цвет, изображение и так далее. Настраивайте как хотите.

0

20

ЗАКРУГЛЕНИПЕ КРАЕВ ЦИТАТЫ

В HTML верх
<style>
    .punbb .quote-box, .punbb .code-box {
    border-radius:15px;
    -webkit-border-radius:15px;
    -khtml-border-radius:15px;
    -moz-border-radius:15px;
    -o-border-radius:15px;
    -webkit-box-shadow:0px 5px 18px #000;
    -khtml-box-shadow:0px 5px 18px #000;
    -moz-box-shadow:0px 5px 18px #000;
    box-shadow: 0px 5px 18px #000;
    }
</style>

0

21

/* A5.3 */
#pun-redirect, #pun-maint {
  margin: 50px 20% 12px 20%;
  width: auto;
  float: none;
background-image: url(""); background-position: top center; background-attachment: relative; background-color: transparent;
  }

МЕНЯЕМ НА:

/* A5.3 */
#pun-redirect, #pun-maint {
    margin: 0% 30%;     //отступы от краёв экрана
    width: 40%;     //ширина блока
    float: none;
    text-align: center;     //выравнивание текста
    font-size: 10px!important;     //размер текста
    background: white url(http://uploads.ru/i/g/R/7/gR73z.gif) no-repeat;     //фоновый цвет + картинка лоадера
    background-position: center 27%;     //положение картинки
    border: 5px double gray;     //границы
    border-radius: 0 0 30px 30px;     //степень закругленности
    }   
#pun-redirect .main-title {     //слово "Переадресация"
    font-size: 0.6em;     //размер
    font-family: Arial;     //шрифт
    font-weight: bold;     //жирность
    color: black;     //цвет
    text-transform: uppercase;     //все буквы заглавные
    text-shadow: 0px 0px 5px silver;     //тень текста
    padding: 10px!important;
    margin-bottom:0px!important;}

0

22

Цвет формы ответа

.punbb textarea, .punbb select, .punbb input {
background-image : url(ссылка на тот самый фон формы);
  background-color: #цвет ну до построения изображения;
  color: #цвет шрифта;
}

0

23

Как поменять цвет кнопок "Отправить", "Сохранить" и пр.?

допишите в конец второго окна стилей
input.button {
    background: none repeat scroll 0 0 #000000; //фон
    border: 0 none; //рамка (сейчас убрана; 1px solid #fff - обычная однопикселевая)
    color: #FFFFFF; //цвет текста
    cursor: pointer; //курсор - лапка
}

Как поставить рамку вокруг формы ответа?
//допишите в конец второго окна стилей
#main-reply {border: 1px solid #000}

Выделение текста фоновым цветом
хтмл низ
<style type="text/css">
.phraseColor {padding: 0 6px 2px 6px;}
</style>
<script type="text/javascript"><!--Окрас фона сообщений-->
$(document).ready(function(){
$("#post #button-color").after('<td title="Фон сообщения" id=button-bgColor align=center valign=center><img onclick="bbcode(\'','\')" src="http://s3.uploads.ru/NqSiY.gif" style="width:22px!important;height:22px!important"/></td>');});
$('.post-content a[href$="PostBgColor"] span').each(function() {
  var color=$(this).css('color');
  var box=$(this).parents('.post-box');
  var quote=box.find('.quote-box');
  box.css({'background-color':color});
  //quote.css({'background-color':color}); //Если нужна окраска цитат - первые две палки убираем
});
</script>

0

24

PAGESCROLLER НА ГЛАВНУЮ
http://support.rusff.me/viewtopic.php?id=2857

ПОЛЕЗНОСТИ ОФОРМЛЕНИЯ
http://support.rusff.me/viewtopic.php?id=2999

ПАГИНАТОР
хтмл низ

<style>
#paginator {
  opacity: 0.9;
  position: absolute;
  left: 55px;
  z-index: 1000;
  filter: alpha(opacity=90);
  text-shadow: 0 1px 0 #000;
  background-color: #61bde7; /* фон блока пагинатора */
  border: 2px solid #59add4; /* цвет границы блока */
  table-layout: auto !important;
  width: auto !important;
  background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  -moz-border-radius: 4px;
  border-radius: 4px;
  khtml-border-radius:4px;
  -webkit-border-radius:4px;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  text-shadow: 0 1px 0 rgba(255,255,255,.4);
}
#paginator td {
  padding: 0.1em;
  border-style: none;
}
#pnav:hover {
  background: black; /* фон цифры при наведении курсора */
  color: lime; /* цвет цифры при наведении курсора */
  -moz-border-radius: 9000em;
  border-radius: 9000em;
  khtml-border-radius:9000em;
  -webkit-border-radius:9000em;
}
</style>
<script type="text/javascript">
$('.linkst .pagelink a:not(.next):last').map(function () {
text = $(this).html();
text2 = $(this).attr('href');
ssylk = /(.*?)\/viewtopic\.php\?id=(\d+)\&p=(\d+)/g;
pId=(text2.replace(ssylk, '$2'));
Max=text;
var paginator='<div id="pagenav" style="display:none"><table id="paginator"><tr>';
for (p=1; p<=Max; p++) {
paginator += '<td><a id="pnav" style="text-decoration:none;" href="/viewtopic.php?id='+pId+'&p='+p+'">&nbsp;'+p+'&nbsp;</a></td>';
if (p%10 == 0) paginator += '</tr><tr>';
}
paginator += '</tr></table></div>';
$('#pun-viewtopic .pagelink').append(paginator);
});
$('div.pagelink').hover(function(){
$(this).find('#pagenav').toggle();
});
</script>

0

25

АВТОПРОДОЛЖЕНИЕ ТЕМЫ

Необходима Начальная настройка:
1.   Идем в Администрирование - Настройки и выставляем  Время переадресации - 1,   Скриншот => http://s5.uploads.ru/TyAUf.jpg
Скрипт устанавливаем в конец  HTML низ
<script> PostMaximum = 1000;</script>
<script type="text/javascript" src="https://forumstatic.ru/files/0010/b4/f8/82017.js"></script>
Добавка (в самое начало HTML низ): Открытие этих ссылок в текущей вкладке браузера
<script type="text/javascript">
$('.post-content').find('.quote-box > blockquote')
.find('span[style*="display: block; text-align: center"] > strong')
.find('span[style="font-size: 16px"] > a[href*="/viewtopic.php?pid="]')
.removeAttr('target');
var cnt = "Предыдущая тема:";
$('.post-content').find('.quote-box > blockquote:contains("'+cnt+'")')
.find('span[style="font-size: 15px"] > span[style="color: blue"]')
.parents('blockquote:first').find('strong > span[style="font-size: 15px"] > a[href*="/viewtopic.php?pid="]')
.removeAttr('target');
</script>
Примечание*
Для теста скрипта вместо красного временно ставим, к примеру: 5 и пробуем добавлять сообщения в тему, при достижении 5 ообщений скрипт автосоздаст новую тему со ссылкой на старую! (Естественно для тем с автопродлением в соответствующих форумах должна быть в настройках форума проставлена возможность создания тем!!!
PS: Гость не может создать тему со ссылкой, посколь гостям ссылки запрещены!
т.е для Гостя скрипт не работает

0

26

<script><!--Универсальный скрипт замены. -->
function UniverСhange(selektor,changed,substitute){
$(selektor).each(function(){if ($(this).parent().html()!=null){if($(this).parent().html().indexOf(changed)!=-1){
$(this).parent().html($(this).parent().html().replace(changed,substitute));};};});}
UniverСhange("#post-form legend span","Напишите ваше сообщение и нажмите отправить"," ");
</script>

убрала надпись над формой ответа

0

27

/* A5.3 */
#pun-redirect, #pun-maint {
    margin: 0% 30%;     //отступы от краёв экрана
    width: 40%;     //ширина блока
    float: none;
    text-align: center;     //выравнивание текста
    font-size: 10px!important;     //размер текста
    background: white url(http://uploads.ru/i/g/R/7/gR73z.gif) no-repeat;     //фоновый цвет + картинка лоадера
    background-position: center 27%;     //положение картинки
    border: 5px double gray;     //границы
    border-radius: 0 0 30px 30px;     //степень закругленности
    }   
#pun-redirect .main-title {     //слово "Переадресация"
    font-size: 0.6em;     //размер
    font-family: Arial;     //шрифт
    font-weight: bold;     //жирность
    color: goldenrod;     //золотисто красный
    text-transform: capitalize;     //Первая заглавная
    text-shadow: 0px 0px 5px lightyellow;     //тень текста
    padding: 10px!important;
    margin-bottom:0px!important;}

Красным то что сменила уже. Картинка мелкого окна:
http://savepic.su/4646920.png
http://savepic.su/4646920.png

0

28

пагинатор готовый с графикой

<style>
#paginator {
  opacity: 0.9;
  position: absolute;
  left: 55px;
  z-index: 1000;
  filter: alpha(opacity=90);
  text-shadow: 0 1px 0 #000;
  background-color: #000080; /* фон блока пагинатора */
  border: 2px solid #6A5ACD; /* цвет границы блока */
  table-layout: auto !important;
  width: auto !important;
  background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  -moz-border-radius: 4px;
  border-radius: 4px;
  khtml-border-radius:4px;
  -webkit-border-radius:4px;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  text-shadow: 0 1px 0 rgba(255,255,255,.4);
}
#paginator td {
  padding: 0.1em;
  border-style: none;
}
#pnav:hover {
  background: #6A5ACD; /* фон цифры при наведении курсора */
  color: white; /* цвет цифры при наведении курсора */

  -moz-border-radius: 9000em;
  border-radius: 9000em;
  khtml-border-radius:9000em;
  -webkit-border-radius:9000em;
}
</style>
<script type="text/javascript">
$('.linkst .pagelink a:not(.next):last').map(function () {
text = $(this).html();
text2 = $(this).attr('href');
ssylk = /(.*?)\/viewtopic\.php\?id=(\d+)\&p=(\d+)/g;
pId=(text2.replace(ssylk, '$2'));
Max=text;
var paginator='<div id="pagenav" style="display:none"><table id="paginator"><tr>';
for (p=1; p<=Max; p++) {
paginator += '<td><a id="pnav" style="text-decoration:none;" href="/viewtopic.php?id='+pId+'&p='+p+'">&nbsp;'+p+'&nbsp;</a></td>';
if (p%10 == 0) paginator += '</tr><tr>';
}
paginator += '</tr></table></div>';
$('#pun-viewtopic .pagelink').append(paginator);
});
$('div.pagelink').hover(function(){
$(this).find('#pagenav').toggle();
});
</script>

0

29

ПОДФОРУМЫ
http://support.rusff.me/viewtopic.php?pid=41461#p41461

0

30

Свой стиль - Структура

/************************************************************
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;
font-size: 100.1%;
  }

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

/* 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: 100%;
}

/* A3.2 */
.punbb {
font: normal 12px verdana, arial, helvetica, sans-serif;
  }

/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
  font: 1em verdana, arial, helvetica, sans-serif
  }

/*knopki + forma otveta*/

.punbb textarea, .punbb select, .punbb input {
  background-color: #a7b0e6;
  font-size: 11px !important;
  color: #000000;
}

.punbb textarea  {
box-shadow: inset 0px -11px 40px #06114f;
}

/* A3.4 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
  font-weight: normal;
color: #1f0d01;
  }
/* A3.5 */
.punbb h1 span, .punbb legend span {
  font-size: 1.2em;
color: #1f0d01;
position: top center;
  }

.punbb h2 span {
display: none;
}

/* 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: none!important;
  }

/* 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: -99999px;
text-align: center;
  overflow: hidden
  }
/* A5 Basic page layout and borders
-------------------------------------------------------------*/
/* A5.1 */
#pun {
  margin: 0px auto auto auto;
  width : 1000px;
  padding: 0px 10px 0px 10px;

}

/* A5.2 */
.punbb {
  float: left;
  width: 870px;
  height: auto;
  margin-left: 60px;
  }

/* A5.3 */
#pun-redirect, #pun-maint {
  margin: 50px 20% 12px 20%;
  width: auto;
  float: none;
background-image: url(""); background-position: top center; background-attachment: relative; background-color: transparent;
  }

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

/* 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 solid none;
  border-width: 0px 0px 2px 0px
  }

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

/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
  padding: 0.5em 1em;
  border-style: none solid solid none;
  border-width: 0 1px 1px 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: 2px solid #4d2803;
  width: 500px;
  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-left: 5px solid #;
  border-right: 5px solid #;
  }

/* 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: solid;
  border-width: 1px;
  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: solid;
  border-width: 1px;
  padding: 0 18px 0 18px;
  margin: 0 0 1em 0
  }

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

/* 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 {
  background-color: transparent;
  text-align: center;
  vertical-align: center;
  width: 10%;
  }

/* C2.3 */
.punbb .main .tcr {
  background-color: transparent;
  overflow: hidden;
  text-align: left;
  width: 30%;
  }

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

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
background-color: transparent;
  width: 20%;
  }

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

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

/* C2.8 */
#pun-index .tcl h3 {
  font-size: 1.2em;
  font-weight: bold;
  }

/* 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: solid none none solid;
  border-width: 1px 0 0 1px;
  padding: 0.8em 1em;
  }

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

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

/* C2.14 */
    /*.punbb tbody.hasicon td.tcl { padding-left: 3.2em }*/

   
   .punbb td div.tclcon {
       margin-right: 75px;
          }

     
/* C2.15 */
.punbb div.icon {
  float: right;
  display: block;
  width: 62px; /* ширина иконки */
  height: 52px;
padding-left: -50px;
  padding-top: 2px;
  margin-top: 1px;
  background-position: center center;
}

   
/* C3 Topics

-------------------------------------------------------------*/
#pun-title, #pun-navlinks {
border-color: transparent;
position: top center;
}

/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3 {
  border-color:  transparent;
  }

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-color: transparent;

  }

/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: transparent;

  }

/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.punbb .post h3 span, .post-links ul, .post-links, .usertable table {
  border-color: transparent;

  }

/* CS2.5 */
.punbb th {
  border-color: transparent ;

  }

/* CS2.6 */
.punbb .quote-box, .punbb .code-box {
  border-color: transparent ;

  }

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
  border-color: transparent;
position: top center;

  }

#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border-color: transparent;

  }

.punbb .divider {
  border-color: transparent;

  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border: 1px solid transparent;

  }

li.pa-online {
  border-left-color: transparent;

  }





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

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

/* C3.3 */
.punbb .post h3 span {
  padding: 0.5em 1em;
  display: block;
  margin-left: 19em;
  border-left-style: solid;
  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: 0 1em 1em 1em;
  line-height: 140%;
  }

/* C3.7 */
.pa-author {
  font-size: 1.1em;
  font-weight: bold;
}

/* C3.8 */
.pa-author a {
  font-family: "Book Antiqua" !important;
  font-size: 0.7em;
  text-transform: uppercase;
  }

/* C3.9 */
li.pa-title {
  padding-bottom: 0.4em;
  font-weight: bold;
  }

li.pa-online {
  line-height: 0.8em;
  border-left-style: solid;
  border-left-width: 0.7em;
  padding-left: 0.4em;
  margin-top: 0.7em;
  }

/* C3.11 */
.punbb .post-body {
  margin-left: 19em;
  border-left-style: solid;
  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: solid;
  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: dashed;
  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: 2.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: solid;
  border-width: 1px;
  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: solid;
  border-width: 1px;
  }
/***********************************************/*************************************************************
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;
  }

#pun-title table {
  border: medium none;
  height: 520px;
}

#pun-title td.title-logo-tdl {
border: none;
width: 80%;
}

#pun-title td.title-logo-tdr {
border: none;
width: 250px;
}

/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: 50px;
  left: 0;
  margin: 0;
  border: none;
  padding: 50;
  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.0em;
  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;
  position: top center
  }

/* D3.2 */
#pun-navlinks .container {
width: 98%;
text-align: center;
float: left; -5px;
margin-top: -165px;

  }

#pun-ulinks .container {
width: 100%;
text-align: center;
float: left;
margin-top: 235px;
}

#pun-ulinks .container {
font-style: italic;
font-family: "Book Antiqua", "Georgia", "Times New Roman", Times, serif;
font-weight: 500;
font-size: 12pt;
}

/* D.3 */
#pun-navlinks li  {
backgroud-color: #transparent;
display: inline-block;
height: 40px;
padding: 4px 0px;
margin-top: -2px;
margin-bottom: -2px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
font-variant: small-caps;
font-weight: 700;
font-align: justify;
font-size: 13pt;
line-height: 16px;
font-family: "Book Antiqua", "Georgia", "Times New Roman", Times, serif;
}

#pun-navlinks li a {
display: inline-block;
height: 32px;
margin-top: -2px;
margin-bottom: -2px;
padding: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

/* D3.4 */
#pun-navlinks li a {
  font-size: 1.0em;
  }

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

/* D4.1 */
#pun-ulinks  {
width: 100%;
text-align: center;
margin-top: 0px;
float: left;
  }

/* D4.2 */
#pun-ulinks container {
  }

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  display: inline;
  border-left-style: solid;
  border-left-width: 1px;
  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: 0;
  }

/* 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: solid none;
  border-width: 1px 0;
  height: 0;
  margin: -2px 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 1px 0;
  position: center;
  font-weight: bold;
  }

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

/* D6.3 */
#pun-announcement .container {
  padding: 4.3em 1em 1em 1em;
  }

/* 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: solid;
  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: 30px;
  }

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

/* D8.5 */
#pun-about p span {
  display: none;
  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: solid none;
  border-width: 1px 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: solid;
  border-bottom-width: 1px;
  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% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }
/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
  }

#submenu table {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 5px;
color: #a0724c
}

#menu span table{
height: 40px;
padding: 4px 0px;
margin-top: -2px;
margin-bottom: -2px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
font-variant: small-caps;
font-weight: 700;
font-align: justify;
font-size: 13pt;
line-height: 16px;
font-family: "Book Antiqua", "Georgia", "Times New Roman", Times, serif; 
}

#pun-main .category .container table thead tr .tcl {
font-size: 0px !important;
}

/* цвет ссылок в табличке замена  */
#sm1 a, #sm2 a, #sm3 a, #sm4 a {
    color: #bf9573;
    text-shadow: 1px 1px 1px rgba(20, 20, 20, 0.5);
}

/* цвет ссылок в табличке при наведении замена  */
#sm1 a:hover, #sm2 a:hover, #sm3 a:hover, #sm4 a:hover {
    color: #b62002;
    text-shadow: 0 0 5px #9d4906;
}

#pun-title table tbody tr .title-logo-tdr {position: absolute; z-index: 1; left: 10px; top:270px
}

Свой стиль - Цвета

@media (max-width: 930px) { /* это будет показано при разрешении монитора до 930 пикселей */
  .content-wrapper {padding: 0;} /* основное содержимое занимает всё пространство окна */
}

@media (max-width: 930px) and (min-width: 470px) {  /* для разрешения экрана от 470 до 930 пикселей */
  aside {position: static; width: 100%; background: #ccc;} /* боковая колонка смещается согласно расположению в HTML и меняет фон */
}

@media (max-width: 469px) { /* если максимальное разрешение экрана составит 469 пикселей */
  body {font: .9em/1em "Helvetica Neue",Arial,Helvetica,sans-serif;} /* меняется шрифт */
  aside {display: none;} /* боковая колонка исчезает */
}

/* CS1 Background and text colours
-------------------------------------------------------------*/
/*Убираем слово объявление из таблицы*/
#pun-announcement h2 {display: none}
#pun-announcement .container {padding-top: 1em}

/*Лого*/
body {
background-image: url("http://sf.uploads.ru/GHoWA.png");
background-repeat: no-repeat;
background-position: top center;
background-color: transparent;
}
#pun-announcement {
  height: 250px;
  margin-bottom: 50;
}

/*фон*/
HTML {
background-color: #06114f;
background-image: url("http://funkyimg.com/i/RzeM.png");
background-repeat: repeat-y;
background-position: center top;
min-width: 1100px;
}

/*низ*/
#pun-about p.container {
background-color: transparent !important;
background-repeat: no-repeat;
height:75px;
}

/*Ставим низ*/
#pun_wrap { 
background-image: url("http://3.firepic.org/3/images/2014-12/13/bl47u97efr24.png");
background-repeat: no-repeat;
background-position: center bottom;
}

/* CS1.1 */
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3,
.punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd,
.punbb .info-box, .punbb #pun-main .info-box .legend {
  background-color: transparent;
  color: #230d0a;
  }

#pun-main .quote-box {background-color: #c8a988;
}

/* CS1.2 */
#pun-redirect  .main {
  background-color: #c8a988;
  color: #230d0a;
  }

.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer {
  background-color: transparent;
  color: #230d0a;
  }

#pun-main h2 {
font-size: 0px;
  }

/* CS1.3 */
#pun-stats h2 {
  background-color: transparent;
  color: #7d6956;
  }
#pun-debug h2, .punbb-admin #pun-admain h2, .punbb .main h1, .punbb .main h2{
  background-color: transparent;
  color: #7d6956;
  }

/* CS1.4 */
#pun-title, #pun-title .container {
   background: transparent   url("") top center no-repeat;
  color: #351d1b;
height: 450px;
}

/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
  background-color: transparent;
  color: #311917
  }

/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
  background-color: transparent;
  color: #341d0a
  }

/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
  background-color: #d8c2a6;
  color: #341d0a
  }

/* CS1.8 */
#pun-navlinks .container {
  background-color: transparent;
  color: #c9ae99;
  }

.offline li.pa-online strong {
  font-weight: normal
  }

/* CS2 Border colours
-------------------------------------------------------------*/

/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3, #pun-title {
  border-color: #59493c #59493c #411012 #59493c
  }

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-color: #cdbeae;
  }

/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: #614d40;
  }

/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.punbb .post h3 span, .post-links ul, .post-links, .usertable table {
  border-color: #e4cfae;
  }

/* CS2.5 */
.punbb th {
  border-color: #e6dacc;
  }

/* CS2.6 */
.punbb .quote-box, .punbb .code-box {
  border-color: #773103 #4f0f11 #4f0f11 #773103;
   }

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
  border-color: #773103
  }

#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border-color: #4f0f11
  }

.punbb .divider {
  border-color: #773103 #4f0f11 #4f0f11 #4f0f11
  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border: 1px solid #e6dacc;
  }

li.pa-online {
  border-left-color: #885b04;
  }

/* CS3 Links
-------------------------------------------------------------*/

/* CS3.1 */
.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 {
  color: #0921a5;
text-shadow: 1px 1px 1px #dcb72d; /* Параметры тени */
  }

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #362214;
text-shadow: 1px 1px 1px #dfcd9d; /* Параметры тени */
  }

/* CS3.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: #581103;
text-shadow: 1px 1px 1px #dfcd9d; /* Параметры тени */
  }

/* CS3.3 */
#pun-navlinks a {
  color: #70420e;
  text-decoration: none
  }

/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #4a2904;
  text-decoration: underline
  }

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: #504034;
  color: #e3d1b7;
  }

/* CS4 Post status icons
-------------------------------------------------------------*/

.punbb table Div.icon {float: right; display: block; width: 45px; height: 45px; border-style: none; background-image: url(http://5.firepic.org/5/images/2014-12/1 … vb6ceg.png);  background-repeat: no-repeat; position: relative; }
.punbb table div.inew {background: url(http://3.firepic.org/3/images/2014-12/1 … w8m3m0.png) no-repeat; position: relative; margin-left: 1px; }
TR.isticky Div.icon {background: url(http://3.firepic.org/3/images/2014-12/1 … lz8dnx.png) no-repeat; position: relative; margin-left: 1px; }
TR.iclosed Div.icon {background: url(http://3.firepic.org/3/images/2014-12/1 … w98ld5.png) no-repeat; position: relative; margin-left: 1px; }

/* CS5 category
-------------------------------------------------------------*/

#pun-main div.catleft, #pun-main div.catright {display: none}

#pun-main div.catleft, #pun-main div.catright {display: none}

#pun-main #pun-category1.category h2{
background: url(http://funkyimg.com/i/Rzes.png) no-repeat;
margin-left: -101px;
width: 1085px;
height: 115px;
}

#pun-main #pun-category2.category h2{
background: url(http://funkyimg.com/i/Rzeq.png) no-repeat;
margin-left: -100px;
width: 1085px;
height: 115px;
}

#pun-main #pun-category3.category h2{
background: url(http://3.firepic.org/3/images/2014-12/1 … g7xibw.png) no-repeat;
margin-left: -101px;
width: 1085px;
height: 115px;
}

#pun-main #pun-category4.category h2{
background: url(http://3.firepic.org/3/images/2014-12/1 … vluz8m.png) no-repeat;
margin-left: -101px;
width: 1085px;
height: 115px;
}

#pun-main #pun-category5.category h2{
background: url(http://3.firepic.org/3/images/2014-12/1 … 7inukv.png) no-repeat;
margin-left: -101px;
width: 1085px;
height: 115px;
}

#pun-main #pun-category6.category h2{
background: url(http://3.firepic.org/3/images/2014-12/1 … ct4b5w.png) no-repeat;
margin-left: -101px;
width: 1085px;
height: 115px;
}
#pun #pun-index #pun-stats h2{
background: url(http://3.firepic.org/3/images/2014-12/1 … roiz0v.png) no-repeat; color: red;
margin-left: -101px;
width: 1085px;
height: 115px;

}

/*profile*/

/*НИЗ и НИК*/ 

.punbb .post .post-author > ul {
  background:url(http://funkyimg.com/i/Rz9s.png) 0 bottom no-repeat, url(http://funkyimg.com/i/Rz7r.png) 0 top no-repeat;
  margin: -22px 0 -15px 0!important;
  padding: 50px 17px!important;
}

.post-author a, .post-author a:hover, .post-author a:focus, .post-author a:active {color: #603313  !important; text-shadow: none !important; }
li.pa-avatar  {z-index: 5; margin-left: 10px !important; margin-top: 0px;}

.pa-title {
padding: 0px 0px 5px 0px !important;
text-align: center;
z-index: 1000;
margin-top: 30px !important;
color: #603313 !important;
font-family: Garamond, Georgia, 'Times New Roman' !important;
font-variant: small-caps !important;
font-size: 12pt !important;

font-weight: bold;
margin-left: 7px !important;
}

.pa-author a, .pa-author {
color: #7f6a45 !important;
font-family: Garamond, Georgia, 'Times New Roman' !important;
font-size: 12pt !important;
font-variant: small-caps !important;
font-weight: bold;
text-align: center;
margin-top: -9px !important;
padding: 0px;
margin-left: 1px !important;
}

/*ТЕЛО ПР*/
.post-author {
background: url(http://funkyimg.com/i/Rzar.png) repeat-y; weight: 230px; text-align: center; color: # !important;
}
.post-author ul li {
text-align: center;
margin-left: 7px !important;
}

/*НИК*/
#pun-post .pa-author {
background: url(http://funkyimg.com/i/Rz7r.png) 0% 0% no-repeat;
padding: 40px;
margin-left: 0px !important;
}

/*рамка*/
.pa-avatar.item2 img {
max-width: 180px;
box-shadow: 2px 5px 10px 1px #1c0b06;
border-style: solid;
border-width: 2px;
-moz-border-image: url(http://funkyimg.com/i/RzaA.png) 1 repeat;
-webkit-border-image: url(http://funkyimg.com/i/RzaA.png) 1 repeat;
-o-border-image: url(http://funkyimg.com/i/RzaA.png) 1 repeat;
border-image: url(http://funkyimg.com/i/RzaA.png) 1 repeat;
}

.title-logo-tdr a img, .title-logo-tdr iframe, .title-logo-tdr object, #tieser-bottom{
  filter:alpha(opacity=20);
  opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
}
.title-logo-tdr a img:hover, .title-logo-tdr iframe:hover, .title-logo-tdr objec:hover, #tieser-bottom:hover{
filter:alpha(opacity=20);
opacity: 1.0;
-moz-opacity: 1.0;
-khtml-opacity: 1.0;
}

.punbb textarea, .punbb select, .punbb input {
background-color: #e5bb96; }

/*knopki + forma otveta*/

.punbb textarea, .punbb select, .punbb input {
background-color: #ad8e78;
font-size: 11px !important;
color: #000000;
}

.punbb textarea {
box-shadow: inset 0px -11px 40px #b28b82;
}

0


Вы здесь » runawayHanter. » Тестовый форум 1 » Коды


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