Dennis Creevey ощущение невесомости. когда развиваешь скорость, когда стопы, а затем и носки касаются на мгновение земли [читать дальше...]

bad habit

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

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


Вы здесь » bad habit » LUMOS MAXIMA » коды. второй диз.


коды. второй диз.

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

1

структура
Код:
/******************************************
A - SETUP
******************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

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


/* ДОП. ШРИФТЫ */
@import url(https://fonts.googleapis.com/css?family=Playfair+Display);
@import url(http://webfonts.ru/import/bebasneue.css);
@import url('https://fonts.googleapis.com/css?family=Merriweather|Press+Start+2P|Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css?family=Yeseva+One&display=swap');
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond|Jura|Lora|Montserrat|Open+Sans|Oswald|Prata|Roboto+Condensed|Vollkorn&display=swap');
@import url('https://fonts.googleapis.com/css?family=Alice&display=swap');
@import url('https://fonts.googleapis.com/css?family=Dawning+of+a+New+Day&display=swap');
@import url('https://fonts.googleapis.com/css?family=Cedarville+Cursive&display=swap');


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

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

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

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

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

/* A3.2 */
.punbb {
  font: normal 68.55% verdana, arial, helvetica, sans-serif;
text-align: justify;
  }

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

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

/* A3.5 */
/* НАПИШИТЕ ВАШЕ СОО И НАЖМИТЕ ОТПРАВИТЬ */
.punbb h1 span,  .punbb legend span {
  color: rgb(53, 57, 33); /* цвет текста */
  font-size: 11px; /* размер текста */
  font-family: 'Montserrat';  /* шрифт текста */
  font-weight: bold; /* начертание текста */
  text-align: center; /* положение текста */
  }
   

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

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

/* A3.8 */
/* ПОДЧЕРКНУТЫЙ ТЕКСТ
-------------------------------------------------------------*/
.punbb .post-content em {
  font-style: italic;
  }

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

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

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


/* A4 Float clearing and hidden items, отвечает за поверхностную очистку и скрытие элементов форума
-------------------------------------------------------------*/

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

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


/* A5 Basic page layout and borders, отвечает за основной макет страницы и границы форума
-------------------------------------------------------------*/
/* A5.1 */
/* РЕГУЛИРОВКА ШИРИНЫ ФОРУМА
-------------------------------------------------------------*/
#pun {
    position: relative;
    width: 920px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 100px; }


/* A5.2 */
/* РЕГУЛИРОВКА ТЕКСТОВОЙ ЧАСТИ ФОРУМА
-------------------------------------------------------------*/
.punbb {
height: auto;
width: auto; /* ширина всей текстовой части */
float: none; 
margin: 25px; 
}


/* A5.3 */
/* ПЕРЕАДРЕСАЦИЯ
-------------------------------------------------------------*/
#pun-redirect, #pun-maint {
background-color: #d3c9bc; /* цвет заднего фона */
color: rgb(53, 57, 33); /* цвет текста */
text-align: left;
width: auto;
float: none;
}

/* титульник */
#pun-redirect .main-title  { 
font: 11px  "Montserrat" !important;  /* размер и шрифт текста */
color: rgb(53, 57, 33)!important; /* цвет текста */
} 


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

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

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

/* 5.7 */
#pun-post .topic {
  margin-top: 1em;
  }

/* A5.8 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-style: none none solid none;
  border-width: 0px 0px 2px 0px
  }

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

/* A5.10 */
/* НАЗВАНИЕ ТЕМ В ТЕМЕ
-------------------------------------------------------------*/
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-debug h2 {
  padding: 0.5em 1em; /* отступы */
  border-style: none solid solid none;
  border-width: 0 1px 1px 0;
  color: #353921; /* цвет текста */
  font-size: 22px; /* размер текста */
  font-weight: bold; /* начертание текста */
  text-align: center; /* положение текста */
  }



/******************************************************/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes, отвечает за содержание контента, подписи и скроллы
-------------------------------------------------------------*/

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

/* B1.2 */
/* РАЗГРАНИЧЕНИЕ МЕЖДУ ПОСТАМИ, ПОЛОСКА В ПОДПИСИ
-------------------------------------------------------------*/
.punbb .post-sig dt {
    display: block;
    border-top: 1px dotted rgba(53, 57, 33, 0.65);
    margin: 10px 0px 5px 0px;
  }

/* 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;
 max-height:35em;
  height:auto!important;
  padding-bottom:.4em;
  }


/* B1.8 */
/* ОФОРМЛЕНИЕ ЦИТАТ И КОДОВ, кое запихано во второе окно, там удобнее, но обычно тут хранится
-------------------------------------------------------------*/
.punbb .post-content .quote-box, .punbb .post-content .code-box {     }


/* 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;
color: #353921;
  }

/* ГРАНИЦА/ПУНКТИР МЕЖДУ НИКОМ И ПОСТОМ В ЦИТАТЕ
-------------------------------------------------------------*/
.punbb .quote-box cite {
border-bottom: 1px dashed rgba(53, 39, 28, 0.16);
    margin-bottom: 3px;}



/* 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: 5em;
  width: 16em;
  text-align: right;
  font-weight: bold;
  }

/* B3.5 */
.punbb .linksb {
  text-align: right;
  padding: 0.4em 0.5em 0.5em 1em;
  font-size: 0.9em;
  margin-right: 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 0em 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.8em 0.8em 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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


/* C2 Table layout, отвечает за таблицу макета форума
-------------------------------------------------------------*/

/* ОПИСАНИЕ ФОРУМОВ НА ГЛАВНОЙ И В ПОДФОРУМАХ
-------------------------------------------------------------*/
/* C2.1 */
    .punbb .main .tcl {
      overflow: hidden;
      text-align: left;
      width: 50%;
      }

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

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

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

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

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

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

/* C2.8 */
/* НАЗВАНИЕ ФОРУМОВ НА ГЛАВНОЙ СТРАНИЦЕ 
-------------------------------------------------------------*/
    /* C2.8 */
#pun-index .tcl h3 { 
position: absolute;
    margin: -25px 0 0 -42px;
    font-size: 16px;
    font-family: 'Cedarville Cursive', cursive;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0.05), -1px 0 0 rgba(0, 0, 0, 0.09), 0 0 0 rgba(0, 0, 0, 0.3);
    text-align: left;
    text-transform: lowercase;
    transform: rotate(-6deg);
    z-index: 99999;
}


#pun-index .tcl h3 {
font-weight: normal; /* начертание */
color: rgb(75, 72, 39)!important; /* цвет текста */}

#pun-index .tcl h3 a {
color: rgb(75, 72, 39)!important; /* цвет текста */}

#pun-index .tcl h3 a:hover {
color: rgb(75, 72, 39)!important;
}



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

    /* C2.10 */
    .punbb td .modlist {
      display: none;
      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
      }

    * html .tclcon {height: 1px}

/* ЗНАЧОК ПЕРЕД НАЗВАНИЕМ ТЕМЫ МЕЛКИЙ НА ГЛАВНОЙ 
-------------------------------------------------------------*/
/* C2.14 */
.punbb tbody.hasicon td.tcl {
  padding-left: 2.2em;
text-align: justify;
  }

/* ИКОНКИ СООБЩЕНИЙ, перенесены во второе окно к графике
-------------------------------------------------------------*/
/* C2.15 */
    .punbb div.icon {
        float: left;
        display: block;
        width: 35px;
        height: 35px;}


 /* C3 Topics, отвечает за темы на форуме
-------------------------------------------------------------*/

/* C3.1 */
.punbb .post .container {
  border-style: solid solid solid solid;
  border-width: 1px;
  margin-top: 2px;
  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.35em 1em;
  display: block;
  margin-left: 1em;
  border-left-style: solid;
  border-left-width: 1px
  }

/* C3.4 */
/* НУМЕРАЦИЯ ПОСТОВ
-------------------------------------------------------------*/
.punbb .post h3 strong {
float: right;
width: 90px;
text-align: left;
font-weight: bold;  /* начертание текста */
font-size: 15px !important; /* размер текста */
color: #353921; /* цвет текста */
 }

/* C3.5 */

.punbb .post .post-author {
float: left;
    width: 215px;
    font-weight: normal;
    text-align: center;
    margin-left: -16px;
    background-color: rgb(173, 162, 143);
    border: 1px solid rgba(77, 58, 38, 0.2);
    box-shadow: inset 0 0 5px rgba(86, 70, 47, 0.25), 0 0 5px rgba(86, 70, 47, 0.4), 0px 0px 5px -40px rgba(86, 70, 47, 0.25);
  }

/* C3.6 */
/* ОФОРМЛЕНИЕ ПРОФИЛЯ
-------------------------------------------------------------*/
.punbb .post .post-author ul, .punbb .post .post-author p {
line-height: 140%;
}

/* C3.7 */
/* ПРОФИЛЬНЫЙ НИК, ниже при наведении
-------------------------------------------------------------*/
.pa-author { font-weight: bold;}

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

/* C3.9 */
/* СТАТУС В ПРОФИЛЕ */
li.pa-title {
  padding-bottom: 0.4em;
  font-weight: bold;
  text-align: center;
  }

/* ОНЛАЙН В ПРОФИЛЕ */
li.pa-online {
  line-height: 0.8em;
  border-left-style: solid;
  border-left-width: 0.7em;
  padding-left: 0.4em;
  margin-top: 0.5em;
  }

/* C3.11 */
/* ПОЛОЖЕНИЕ БЛОКА С ПОСТОМ 
-------------------------------------------------------------*/
.punbb .post-body {
  margin-left: 220px;
  border-left-style: solid;
  border-left-width: 1px;
  padding: 0 0 3px 0;
  }


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

/*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 1.2em 0 0;
  height: 2em;
  line-height: 2em;
  margin-left: -19em;
  border-top-style: dashed;
  border-top-width: 1px;
  background: transparent;
  text-align: right;
  font-family: roboto condensed;
  }

/* 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 0.5em;
  text-align: right;
  margin-right: 1em;
  }

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

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

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


/* C5 Message boxes, отвечает за страницу сообщений на форуме
-------------------------------------------------------------*/

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

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


/* C6 Profile,  отвечает за страницу профиля пользователя
-------------------------------------------------------------*/

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

/* C6.2 */
#profilenav {
  float: left;
  width: 14em;
  margin-left: -18.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 3.3em 2.3em 0.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: solid solid none solid;
  border-width: 1px 1px 0 1px;
  }

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


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

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


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

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



/* D2 Page navigation, отвечает за навигацию на странице форума
-------------------------------------------------------------*/

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

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

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

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

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

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

/* D3 Forum navigation, отвечает за навигацию на форуме
меню общей навигации
-------------------------------------------------------------*/

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


/* D3.2 */
/* ПОЛОЖЕНИЕ МЕНЮ ОБЩЕЙ НАВИГАЦИИ
-------------------------------------------------------------*/
#pun-navlinks .container {  padding: 0.7em 1em;  }


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

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


/* D4 User links, отвечает за пользовательские ссылки форума
меню пользовательской навигации
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks  {  margin-top: 0;  }


/* D4.2 */
/* ПОЛОЖЕНИЕ МЕНЮ ПОЛЬЗОВАТЕЛЬСКОЙ НАВИГАЦИИ
-------------------------------------------------------------*/
#pun-ulinks .container {
  border-top: none;
  padding: 0.7em 1em;
  }

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

/* D5.2 */
#pun-status .container {
  padding: 2.5em 1em 1em 0em;
  margin-top: 40px;
  }

/* D5.3 */
/* ОФОРМЛЕНИЯ БЛОКА ПРИВЕТСТВИЯ ГОСТЯ И ВРЕМЕНИ ПОСЛЕДНЕГО ВИЗИТА
-------------------------------------------------------------*/
#pun-status span {
white-space: nowrap;
    margin-right: 0.5em;
    font-family: roboto condensed;
    font-size: 11.5px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 90%;  /* расстояние между строчками */
    color: #353921;
  }


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


/* D5.5 */
/* ВЕРХНЕЕ ПОЛОЖЕНИЕ НАЗВАНИЯ ФОРУМ-КАТЕГОРИЯ-ТЕМА
-------------------------------------------------------------*/
#pun-crumbs1 p.container {
border-top: none;
    padding: 0em 1em 0.8em 1em;
    font-size: 1.4em;
    text-align: left;
    font-family: roboto condensed;
    color: rgba(53, 57, 32, 0.55);
  }

/* D5.6 */
#pun-break1 {
  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: -25px -20px;
  border-style: none none solid none;
  border-width: 0 0 1px 0;
  position: relative;
  font-weight: bold;
  visibility: hidden;
  }

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

/* D6.3 */
#pun-announcement .container {
  padding: 1.3em 1em 0em 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%; /* расстояние между текстом */
font-family: roboto condensed;  /* шрифт текста */
color: #353921; /* цвет текста */
font-size: 12px; /* размер текста */
font-weight: bold; /* начертание */
  }

/* D7.3 */
/* СТАТИСТИКА - ЗАРЕГИСТРИРОВАННЫХ ПОЛЬЗОВАТЕЛЕЙ И ПОСЛЕДНИЙ ЗАРЕГИСТРИРОВАННЫЙ
-------------------------------------------------------------*/
#pun-stats li.item3, #pun-stats li.item4 {
text-align: right;
line-height: 150%; /* расстояние между текстом */
font-family: roboto condensed;  /* шрифт текста */
color: #353921; /* цвет текста */
font-size: 12px; /* размер текста */
font-weight: bold; /* начертание */
  }


/* D7.4 */
/* СТАТИСТИКА - ГОСТЕЙ ПОЛЬЗОВАТЕЛЕЙ РЕКОРД
-------------------------------------------------------------*/
li#onlinelist {
float: left;
width: 100%;
margin-top: 1em;
border-top-style: solid;
border-top-width: 1px;
line-height: 130%;
font-size: 12.5px;
    font-family: roboto condensed;
    letter-spacing: 0.5px;
    color: rgba(53, 57, 32, 0.55);
  }

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

/* D8 Quick Jump - About - Bottom Breadcrumbs, отвечает за быстрый переход и нижнее наполнение форума
-------------------------------------------------------------*/

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

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

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

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

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


/* D8.6 */
/* НАЧЕРТАНИЕ НИЖНЕГО НАЗВАНИЯ ФОРУМ-КАТЕГОРИЯ-ТЕМ
-------------------------------------------------------------*/
#pun-crumbs2 {
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
  }



/* D8.7 */
/* НИЖНЕЕ ПОЛОЖЕНИЕ НАЗВАНИЯ ФОРУМ-КАТЕГОРИЯ-ТЕМ
-------------------------------------------------------------*/
#pun-crumbs2 .container {
  border-bottom: none;
  padding: 0.8em 1em;
  font-size: 1.4em;
   font-family: roboto condensed;
    color: rgba(53, 57, 32, 0.55);
  }

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



/* ПРОЗРАЧНОСТЬ ГРАНИЦ, при необходимости можно выставить свой цвет
-------------------------------------------------------------*/
.punbb .container, .punbb .post-body, .post h3, #pun-title {border-color: transparent;}
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post {border-color: transparent;}
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {border-color: transparent;}
#pun-stats h2 .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin{border-color: transparent;}
.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;}
.punbb th {border-color: transparent;}
#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {border-color: transparent;}
#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-color: transparent;}
li.pa-online {border-left-color: transparent;}



/* -------------------------------------------------------------------------------------------------------- 
ДАЛЕЕ ПЛЮШЕЧКИ
------------------------------------------------------------------------------------------------------------*/



/* УБРАТЬ "РЕДАКТИРОВАННО" И "НАГРАДЫ"
-------------------------------------------------------------*/
li#navawards, .lastedit {display: none;}



/* СКРОЛЛ (БЕГУНОК)
-------------------------------------------------------------*/
::-webkit-scrollbar {width: 8px;  /* вертикальная ширина полоски */
height: 8px; /* горизонтальная ширина полоски */}
/* полоска, трэк */
::-webkit-scrollbar-track {  
background: #353921 top center;
border-color: transparent;}
/* бегунок, тумб */
::-webkit-scrollbar-thumb {  
background: #826f53 top center;
background-image: url("");
box-shadow: 0 0 6px 1px rgba(63, 45, 32, 0.6) inset, 0 0 1px 1px rgba(63, 45, 32, 1) inset;
}
/* горизонтальная полоска, трэк */
::-webkit-scrollbar-thumb:horizontal{
background-image: url(" ");
box-shadow: 0 0 6px 1px rgba(63, 45, 32, 0.6) inset, 0 0 1px 1px rgba(63, 45, 32, 1) inset; /* тень внутрь, последняя цифра в скобках это прозрачность */
}



/* ОКАНТОВКА ОПИСАНИЙ ФОРУМОВ НА ГЛАВНОЙ
-------------------------------------------------------------*/
.category .container thead {display: none;}

/* оформление подфорумов*/
.opis1 {
background-color: rgba(75, 72, 39, 0.65);
    margin-bottom: 1px;
    margin-top: 2px;
    font-family: alice;
    color: #d3c9bc!important;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    padding: 2px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4) inset;
    border: 1px solid rgba(75, 72, 39, 0.35);
}

.opis {
    color: #353921!important;
    text-transform: lowercase;
    padding: 2px;
}

/* ссылки в подфоруме */
.opis2 {
width: 450px;
    border-top: 1px dotted rgba(75, 72, 39, 0.25);
    text-align: center;
    padding: 0px!important;
    margin: 5px 0px 5px 30px!important;
}

.opis2 a {
padding: 3px!important;
    margin-top: 5px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Alice!important;
    font-size: 11px!important;
    color: rgb(75, 72, 39)!important;
    text-shadow: 0px 0px 1px rgba(39, 24, 12, 0.71);
}

@-moz-document url-prefix() {
    .opis {
    width: 440px;
}

/* КОЛИЧЕСТВО СТРАНИЦ
-------------------------------------------------------------*/
.pagelink {
text-transform:uppercase; /* регистр */
font-family: roboto condensed;  /* шрифт текста */
color: #353921; /* цвет текста */
font-size: 12px;
letter-spacing: 1px; /* расстояние между буквами */
}


/* ОТВЕТИТЬ, НОВЫЕ ТЕМЫ И ОПРОС
-------------------------------------------------------------*/
#pun-main .postlink {
text-transform:uppercase; /* регистр */
font-family: 'Montserrat';  /* шрифт текста */
color: #353921; /* цвет текста */
font-size: 10px;
}

/* ПЛЮСИКИ ПОСТОВ, ОЦЕНКА ПОСТОВ
-------------------------------------------------------------*/
.post-rating .container a {
text-transform:uppercase; /* регистр */
font-family: 'Montserrat';  /* шрифт текста */
color: #353921; /* цвет текста */
font-size: 18px;
}


/* ТАБЛИЦЫ В ПОСТАХ БЕЗ ГРАНИЦ
-------------------------------------------------------------*/
.post-content td { border:none transparent !important;}


/* УБРАТЬ ССЫЛКИ РУСФФ
-------------------------------------------------------------*/
#pun-live-rusff {display: none;} 


/* СКРЫТЬ МОДЕРОВ С ГЛАВНОЙ
-------------------------------------------------------------*/
#pun td .modlist{display:none;}


/* УБРАТЬ МОИ ЗАГРУЗКИ ИЗ МЕНЮ
-------------------------------------------------------------*/
#pun-ulinks .container li.item5 {display: none;}
стиль
Код:
/* Коды принадлежат дизайнеру: рухнувшие небеса 
------------------------------------------------------------*/
/*ГРАФИКА
--------------------------------------------------------------------------------------------*/
/* ФОН, ЗАДНИЙ ФОН */
html { 
background: url("https://forumstatic.ru/files/001a/b1/9b/62754.jpg") fixed repeat top center;  /* ОБЩИЙ ЗАДНИЙ ФОН */
background-color : #404429; /* ЦВЕТ ФОНА */
  background-size: cover;
}

body {
    padding-top: 135px!important; 
    }

/* ПОЛОЖЕНИЕ РЕКЛАМЫ */
#pun-title table tbody tr .title-logo-tdr {position: absolute; z-index: 1; left: 500px; top: 50px; }


/* КОНТЕНТ, ПАН ИЛИ "ТЕЛО" ФОРУМА */
#pun { 
background-color: #d3c9bc; /* обязательно надо настраивать приятный цвет, ибо некоторые сидят с телефонов без картинок */
background-image: url("https://forumstatic.ru/files/001a/b1/9b/40024.png");
-webkit-box-shadow: 0px 0px 25px -2px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 25px -2px rgba(0,0,0,1);
box-shadow: 0px 0px 25px -2px rgba(0,0,0,1);
}



/* ФУТЕР, ПОДВАЛ, КОПИРАЙТ, НИЗ ФОРУМА */
#pun-about p.container {
background: url("") transparent no-repeat;
text-align: center;
line-height: 1;
font-size: 9px; /* размер текста копирайта */
}
 /* регулировать отступ снизу, коль появляется контент под футером */
div#pun-about { margin-bottom: 15px; }



/* ЛИНИЯ РАЗГРАНИЧИТЕЛЬ, HR, за ненадобностью снести пункт целиком */
hr, .banner-line {
border: 1px dotted rgba(53, 57, 33, 0.6);}

/* оформление подфорумов */
.punbb .main .container {
background: rgba(243, 238, 228, 0.2);
    border: 1px solid rgba(61, 45, 28, 0.15);
    padding: 20px 0;
}

.punbb .modmenu .container, .punbb .formal .container, #pun-userlist .usertable .container, #pun-redirect.punbb .info .container, div#pun-reputation .container {
    width: auto;
    min-height: 0px;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
  }

/* ТЕКСТ НА ФОРУМЕ */
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3, #pun-navlinks .container, .punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd, .punbb .info-box, .punbb #pun-main .info-box .legend, .punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer, #pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2, #pun-title, #pun-title .container, .punbb .modmenu .container, .punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span, .punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl, #pun-navlinks .container  { background-color: transpanent; font-weight: normal; font-style: normal; 
color: #2f1706; /* менять ток цвет */
}



/* НАВИГАЦИЯ
---------------------------------------------------------------------------------------------*/
/* ПОЛОЖЕНИЕ НАВИГАЦИИ, общие ссылки и пользовательские */
div#pun-navlinks { position: absolute; width: 100%; text-align: center;    top: -30px; left: 6px; }
div#pun-ulinks { position: absolute; width: 100%; text-align: center; top: 2px;}


/* ССЫЛКИ ОБЩЕЙ НАВИГАЦИИ ДО НАВЕДЕНИЯ */
#pun-navlinks a  {
letter-spacing: 2px;
    color: rgb(148, 134, 66) !important;
    background: linear-gradient(rgba(255,255,255,1) 20%, rgba(0,0,0,1) 70%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9), 0 0 3px rgb(146, 132, 69);
    transition: all 0.5s ease-in-out 0.1s;
    text-align: center;
    position: relative;
    font-family: 'alice';
    font-size: 12px!important;
    text-transform: uppercase;
}


/* ССЫЛКИ ОБЩЕЙ НАВИГАЦИИ ПОСЛЕ НАВЕДЕНИЯ */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
color: rgb(111, 90, 36);
opacity: 0.5; /* прозрачность, 1 непрозрачная, нуль прозрачная */ }



/* ССЫЛКИ ПОЛЬЗОВАТЕЛЬСКОЙ НАВИГАЦИИ ДО НАВЕДЕНИЯ */
#pun-ulinks a {
text-align: center;
    position: relative;
    z-index: 2000!important;
    text-transform: uppercase;
    font-family: roboto condensed;
    font-size: 9px;
    letter-spacing: 0.5px;
    color: #353921;
}


/* ССЫЛКИ ПОЛЬЗОВАТЕЛЬСКОЙ НАВИГАЦИИ ПОСЛЕ НАВЕДЕНИЯ, чиво должно поменяться */
#pun-ulinks a:hover, #pun-ulinks a:focus, #pun-ulinks a:active {
color: rgb(53, 57, 33);
}



/* ПРОСТЫЕ ССЫЛКИ
---------------------------------------------------------------------------------------------*/
/* ССЫЛКИ ДО НАВЕДЕНИЯ */
.punbb a, .punbb a:link, .punbb a:visited,
.punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited, .punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
color: rgb(75, 72, 39);
font-weight: 700;
text-decoration: none;
/* плавность смены */
transition-duration:.9s; -moz-transition-duration:.9s; -webkit-transition-duration:.9s; -o-transition-duration:.9s;
}

/* ССЫЛКИ ПОСЛЕ НАВЕДЕНИЯ, чиво должно поменяться */
.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: rgb(75, 72, 39);
opacity: 0.5; /* прозрачность, 1 непрозрачная, нуль прозрачная */ }


/* ДАТА ВЫСТАВЛЕНИЯ СООБЩЕНИЯ В ТЕМЕ */
#pun-viewtopic .post h3 a {
color: #353921; /* цвет текста */
font-size: 1em;
margin-top: 3px;}



/* ИКОНКИ СООБЩЕНИЙ
----------------------------------------------------------------------------------------------------------------------*/

/* ИКОНКА СТАРЫХ СООБЩЕНИЙ */
.punbb table Div.icon {margin-top: -10px;
float: right; 
display: block;
margin: 25px 5px 0px 5px; 
width: 35px;
height: 35px;
background-image : url("https://forumstatic.ru/files/001a/b1/9b/25397.png");
background-repeat: no-repeat;}

/* ИКОНКА НОВЫХ СООБЩЕНИЙ */
TR.inew Div.icon {
width: 35px;
height: 35px;
background-image : url("https://forumstatic.ru/files/001a/b1/9b/98957.png");
background-repeat: no-repeat;}

/* ИКОНКА ВАЖНЫХ СООБЩЕНИЙ */
TR.isticky Div.icon {
width: 35px;
height: 35px;
background-image : url("https://forumstatic.ru/files/001a/b1/9b/60488.png");
background-repeat: no-repeat;}

/* ИКОНКА ЗАКРЫТЫХ СООБЩЕНИЙ */
TR.iclosed Div.icon {
width: 35px;
height: 35px;
background-image : url("https://forumstatic.ru/files/001a/b1/9b/60488.png");
background-repeat: no-repeat;}




/* БЛОКИ ВВОДА ТЕКСТА
---------------------------------------------------------------------------------------------*/
/* ЦИТАТЫ И КОДЫ В СООБЩЕНИЯХ */
.punbb .quote-box, .punbb .code-box {
margin: 25px 10px 10px 10px;
    padding: 10px;
    font-size: 11px;
    color: rgb(30, 13, 2);
    background: rgba(173, 161, 138, 0.6);
    box-shadow: 0 0 0 5px rgb(188, 176, 153), -17px -17px 0px -10px #4b4827, 17px 17px 0px -10px #4b4827;
}


/* ПОДКЛАДКА ПОД ШРИФТЫ, РАЗМЕРЫ, ГРАФИТИ, ВИДЯХИ И ПРОЧЕЕ В ОКОШКЕ ВВОДА СОО */
.punbb .formal fieldset #font-area, .popup_graffiti, .punbb .formal fieldset #size-area, #image-area, #color-area, .punbb .formal fieldset #addition-area, #video-area, .punbb .formal fieldset #smilies-area {
    height: 200px;
    overflow-x: auto;
    background-image: url(style_cs.1512498697.css)!important;
    background-color: rgba(220, 211, 190, 1);
    color: rgb(53, 57, 33);
    text-shadow: 1px 0px 1px #d8d8d8;
    border: 3px double rgb(53, 57, 33);
    padding: 5px;
}

#color-area {
    height: 50px;
    overflow-x: auto;
    background-image: url(style_cs.1512498697.css)!important;
    background-color: #c5c5b5;
    color: rgb(53, 57, 33);
    text-shadow: 1px 0px 1px #d8d8d8;
    border: 3px double rgb(53, 57, 33);
    padding: 5px;
}

/* ОКНО НАГРАД И РЕПУТАЦИИ */
#pun-popup_awards div, #pun-reputation div {
background-color: #c5c5b5;
background-image: url("") !important;
}


/* ОБЛАСТЬ ДЛЯ ВВОДА ТЕКСТА В ФОРМЕ ОТВЕТА И ОКНАХ АДМИНКИ */
.punbb textarea, .punbb select, .hashelp center div a button, .button {
background-color: rgba(220, 211, 190, 0.4); /* цвет фона */
    background-image: url("");/* картинка фона */
    color: #181c12; /* цвет текста */
/* границы и закругления их */
    box-shadow: inset 0px 0px 2px 0px rgb(6, 14, 21);
    border: 4px double rgb(53, 57, 33);
    border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
}



/* СТАТИСТИКА, КАТЕГОРИИ
-----------------------------------------------------------------------------------------------------------*/

/* КАТЕГОРИИ */
.punbb .category h2 {
color: rgb(194, 183, 158)!important;
    font-size: 35px!important;
    font-family: Alice;
    text-transform: uppercase;
    text-align: right!important;
    margin: 0px 0px -35px 0px!important;
    padding: 0px 0px 0px 0px!important;
}


/* ДОП.КАТЕГОРИЯ СТАТИСТИКА */
#pun-stats.section h2 {  display: none;
}


#post-form h2 span { display: none;
}



/* ПЕРЕГОРОДКА МЕЖДУ СООБЩЕНИЯМИ, не очень обязательно, но красиво */
#pun-viewtopic .post h3 {
    width: auto;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: -20px;
    padding-top: 5px;
}



/* ПРОФИЛЬ
---------------------------------------------------------------------------------------------*/
/* НИК АВТОРА */
.pa-author a, .pa-author {
color: #4b4827!important;
    font-size: 15px!important;
    padding-top: 5px!important;
    text-transform: uppercase;
    font-family: cormorant;
    letter-spacing: -1px;
}


/* АВАТАРКА */
li.pa-avatar  {z-index: 5;
margin-top: 1px;
}

li.pa-avatar img { 
box-shadow: 0 0 0 5px #ada28f, 36px 36px 0 -30px #4b4827, -36px -36px 0 -30px #4b4827;
    margin: 10px 0 10px 0;
}


/* СТАТУС АВТОРА */
.pa-title {text-align: center;
    z-index: 1000;
    font-size: 10px;
    text-transform: uppercase;
    color: rgb(75, 72, 39);
    font-family: cormorant;
}

/* оформление общее профиль */
.post-author ul { 
font-size: 12px;
    padding: 0px!important;
    text-align: center;
    color: #2f1706;
    font-family: open sans;
}


/* АКТИВНОСТЬ, АЙПИ, НАГРАДЫ НА ФОРУМЕ */
.pa-online, .pa-ip, .pa-awards { text-align: center;
    text-transform: lowercase; 
    color: #353921!important;
    font: 8pt "roboto condensed" !important;}


/* УВАЖЕНИЕ, ПОСТЫ И КОЛ-ВО СООБЩЕНИЙ В БЛОКЕ + ПОСТЫ */
.pa-respect, .pa-posts, li.pa-fld4 {
letter-spacing: 0px;
    line-height: 10px!important;
    font: bold 7px open sans;
    display: inline-block;
    text-transform: uppercase;
    margin-left: -10px!important;
    padding: 4px 2px 4px 13px!important;
    max-width: 54px!important;
    height: 27px!important;
}


/* доп персонажи */
li.pa-fld3 {
width: 185px;
    opacity: 0.95;
    margin-left: 20px;
    margin-top: 12px;
    margin-bottom: 5px;
    line-height: 14px;
    text-align: center;
    font-family: open sans;
    text-transform: uppercase;
    font-size: 10px!important;
}

li.pa-fld3:before {
content: "• • • • • • • • • • • • • • • • • •";
    color: #353921;
    height: 2px;
    display: block;
    margin: -10px 0px 0px -9px;
    position: absolute;
    width: 200px;
}



/* ДОПОЛНЕНИЯ ВСЯКИЕ РАЗНЫЕ ПО ЖЕЛАНИЮ
---------------------------------------------------------------------------------------------*/

/* ВИД ТЕКСТА ПРИ ВЫДЕЛЕНИИ */
    ::selection { 
background: none repeat scroll 0 0 #9fa399;
color: #162404;
opacity: 0.25;
}  
*::-moz-selection {
background: none repeat scroll 0 0 #9fa399;
color: #162404;
opacity: 0.25;
}



/* ОФОРМЛЕНИЕ КНОПОК, можно так ж оформить и смайлы, если у смайлов будет прописано баттон */
.hashelp center div a button, .button {    
background-color: #353921;
    border: 3px double rgb(53, 57, 33);
    box-shadow: inset 0px 0px 2px 0px rgb(69, 69, 68);
    cursor: pointer;
    color: #c5c5b5;
    font-family: roboto condensed!important;
    font-size: 11px!important;
    letter-spacing: 1.5px;
    text-transform: lowercase;
}


/* ОФОРМЛЕНИЕ КНОПОК при наведении, что должно измениться */
.hashelp center div a button:hover, .button:hover {
background-color: #353921; 
color: #c5c5b5;
}

/* КНОПКИ ПРИ НАВЕДЕНИИ, обратная смена оформления низа и верха */
.hashelp center div a button:active, .button:active {position:relative; top:1px;}


/* КОЛ-ВО СООБЩЕНИЙ, ТЕМ 
---------------------------------------------------------------------------------------------*/
/* СКРЫТЬ КОЛ-ВО ТЕМ И СООБЩЕНИЙ НА ГЛАВНОЙ СТРАНИЦЕ */

#pun-index .category .tc2,
#pun-index .category .tc3,
#f-subforums .tc2,
#f-subforums .tc3 {
	display: none!important;
}

.Tems_And_messages {
	display: inline-block;
}

.main table .Add {
color: rgba(53, 73, 33, 0.55);
    display: block;
    float: right;
    font-family: roboto condensed;
    font-size: 9px;
    text-align: center;
    text-transform: uppercase;
    margin: -15px 0 0 0;
    padding: 2px;
    width: 25%;
    height: 9px;
}

.Tems_And_messages .right {
	float: right;
        margin-left: 8px;
}


/* подписка пост в темах */
#pun-viewtopic div.post h3 strong::before {
content: "пост # ";
font-weight: bold;
font-family: times new roman;
text-transform: uppercase;
}

/* убрать поделиться */
.topic a.sharelink {
    display: none; 
}


/* ЭЛЕМЕНТЫ ПО ФОРУМУ В ШАПКЕ И ФУТЕРЕ
---------------------------------------------------------------------------------------------*/

/* КОДЫ ДЛЯ ТАБЛИЦЫ */
#tabtab {
position: absolute;
    height: 90px;
    width: 860px;
    padding: 5px;
    top: -130px;
    background-color: rgba(74, 58, 43, 0.45);
-webkit-box-shadow: inset 0px 0px 18px 5px rgb(74, 56, 34);
    -moz-box-shadow: inset 0px 0px 18px 5px rgba(74,56,34,0.75);
    box-shadow: inset 0px 0px 18px 5px rgba(74, 56, 34, 0.75);
}


/* о ролевой */
#tabrole {
position: absolute;
    height: 22px;
    width: 270px;
    top: 10px;
    padding: 2px;
    letter-spacing: 2px;
    color: rgb(198, 187, 162) !important;
    background: linear-gradient(rgba(255,255,255,1) 20%, rgba(0,0,0,1) 70%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.85), 0 0 3px rgb(146, 132, 69);
    transition: all 0.5s ease-in-out 0.1s;
    font-family: 'Alice';
    font-size: 12px!important;
    text-transform: uppercase;
}

/* лучший пост */
#tabpst {
position: absolute;
    height: 70px;
    width: 280px;
    top: 33px;
    padding: 2px;
    letter-spacing: 1.5px;
    font: 10px 'Alice';
    overflow: auto;
    color: rgb(198, 187, 162) !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.85), 0 0 3px rgb(146, 132, 69);
    transition: all 0.5s ease-in-out 0.1s;
}

#tabpst a {
text-transform: uppercase;
    color: rgb(197, 186, 161)!important;
    background: linear-gradient(rgba(255,255,255,1) 20%, rgba(0,0,0,1) 70%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.85), 0 0 5px rgba(228, 173, 73, 0.5);
    transition: all 0.5s ease-in-out 0.1s;}

/* активисты */
#tabact {
position: absolute;
    height: 30px;
    width: 292px;
    left: 290px;
    top: 10px;
}

#tabact  img { opacity: 0.75; -moz-opacity:1;
    filter: grayscale(0%) blur(0px);
}

#tabact  img:hover { opacity:1; -moz-opacity:1;
    transition: all .5s ease-in-out 0s;
    filter: grayscale(100%) blur(1px);
 }


/* ссылки */
#tablink {
position: absolute;
    height: 45px;
    width: 270px;
    left: 290px;
    top: 42px;
    padding: 2px;
    text-transform: lowercase;
    text-align: center;
    letter-spacing: 1px;
    color: rgb(198, 187, 162) !important;
    background: linear-gradient(rgba(255,255,255,1) 20%, rgba(0,0,0,1) 70%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.85), 0 0 3px rgb(146, 132, 69);
    transition: all 0.5s ease-in-out 0.1s;
    font-family: 'Alice';
    font-size: 11px!important;
}

#tablink a {
    color: rgb(198, 187, 162) !important;
    background: linear-gradient(rgba(255,255,255,1) 20%, rgba(0,0,0,1) 70%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.85), 0 0 3px rgb(146, 132, 69);
    transition: all 0.5s ease-in-out 0.1s;
}

/* новости */
#tabnew {
position: absolute;
    height: 42px;
    width: 280px;
    left: 572px;
    top: 10px;
    padding: 4px;
    text-transform: lowercase;
    overflow: auto;
    letter-spacing: 1.5px;
    font: 10px 'Alice';
    color: rgb(198, 187, 162) !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9), 0 0 3px rgb(146, 132, 69);
    transition: all 0.5s ease-in-out 0.1s;
}

#tabnew a {
text-transform: uppercase;
    color: rgb(197, 186, 161)!important;
    background: linear-gradient(rgba(255,255,255,1) 20%, rgba(0,0,0,1) 70%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9), 0 0 5px rgba(228, 173, 73, 0.5);
    transition: all 0.5s ease-in-out 0.1s;
}

/* эпизод */
#tabep {
    position: absolute;
    height: 30px;
    width: 280px;
    left: 580px;
    top: 65px;
    padding: 0px;
}

#tabep  img { opacity: 0.75; -moz-opacity:1;
    filter: grayscale(0%) blur(0px);
}

#tabep  img:hover { opacity:1; -moz-opacity:1;
    transition: all .5s ease-in-out 0s;
    filter: grayscale(100%) blur(1px);
 }

/* БАННЕРЫ  */

#bnrs {position: absolute;
    height: 32px;
    width: 800px;
    left: 60px;
    bottom: 5px;
    overflow: scroll;
    overflow-x: hidden;
}

#bnrs img{ 
opacity: 1; 
-moz-opacity:1;
transition: all .5s ease-in-out 0s;
filter: grayscale(100%) blur(2px);
}

#bnrs img:hover { 
opacity:1;
-moz-opacity:1;
filter: grayscale(0%) blur(0px);
 }



/* зачеркнутый текст */
del {
	text-decoration: none!important;
        transition: all .5s ease-in-out 0s;
	filter: blur(1px);
}

del:hover {
	text-decoration: none!important;
	filter: none;
}


/* личное звание */
#lz {
    width: 185px;
    opacity: 1;
    padding: 2px;
    margin-left: 20px;
    margin-top: -6px;
    margin-bottom: 3px;
    box-sizing: border-box;
    line-height: 14px;
    text-align: justify;
    font-family: open sans;
    font-size: 10px!important;
}

.lz {
    width: 185px;
    opacity: 1;
    padding: 0px;
    margin-left: 20px!important;;
    margin-top: -6px!important;;
    margin-bottom: 6px!important;;
    box-sizing: border-box;
    line-height: 14px;
    text-align: justify;
    font-family: open sans;
    font-size: 10px!important;
}


.plash {
    padding: 4px 10px 4px 10px;
    margin: 3px 4px 0 0 !important;
    width: 160px !important;
    font-size: 10px;
    display: inline-block;
    border: 1px solid #491b0d;
    background-color: #a99f88;
    color: #e4e2dd!important;
    text-shadow: 1px 1px #351705;
    letter-spacing: 1px;
    box-shadow: 0 4px 10px rgba(58, 44, 31, 0.67) inset, 0 0 3px #4e2c15 inset;
    text-transform: uppercase;
    font-weight: 600;
    font-family: yeseva none;
    transition-duration: 2s;
}

0

2

таблица

Код:
<!-- ТАБЛИЦА -->
<div id="tabtab">
<!-- о ролевой -->
<div id="tabrole">harry potter, october 1979</div>

<!-- лучший пост -->
<div id="tabpst">Война. Она в страшном одиночестве того, кто сражается, и того, кто остается в тылу, в позорном отчаянии, охватившем всех, и в нравственном падении, которое со временем проступает на лицах.   <a href="http://neverdie.rusff.me/">[...] </a>
</div>

<!-- активисты -->
<div id="tabact">
<a href="http://neverdie.rusff.me/profile.php?id=82"><img src="https://i.imgur.com/9848CRC.png" title="мойра"/></a>
<a href="http://neverdie.rusff.me/profile.php?id=10"><img src="https://i.imgur.com/Wv53CPF.png" title="ивен"/></a>
<a href="http://neverdie.rusff.me/profile.php?id=112"><img src="https://i.imgur.com/aFiaeZm.png" title="люциус"/></a>
<a href="http://neverdie.rusff.me/profile.php?id=37"><img src="https://i.imgur.com/LiLUOV8.png" title="элджи"/></a>
</div>

<!-- ссылки -->
<div id="tablink"> 
‣ <a href="http://neverdie.rusff.me/viewtopic.php?id=3#p3">внешности</a>  ‣ <a href="http://neverdie.rusff.me/viewtopic.php?id=4#p5">роли</a>  ‣ <a href="http://neverdie.rusff.me/viewtopic.php?id=6#p7">faq</a>  ‣ <a href="http://neverdie.rusff.me/viewtopic.php?id=9#p10">путеводитель</a>  <br> 
‣ <a href="http://neverdie.rusff.me/viewtopic.php?id=8">гостевая</a> ‣  <a href="http://neverdie.rusff.me/viewtopic.php?id=12#p18">нужные</a> ‣ <a href="http://neverdie.rusff.me/viewtopic.php?id=7">сюжет</a> <br> 
‣ <a href="http://neverdie.rusff.me/viewtopic.php?id=32">занятость</a> ‣ <a href="http://neverdie.rusff.me/viewtopic.php?id=13">регистрационная анкета</a> 
</div>

<!-- новости -->
<div id="tabnew"> 
‣ Когда объявят чрезвычайное положение? Мы спрашиваем, когда введут комендантский час? <br>
‣ Газета Страж является вопиющим посмешищем! Вся информация является наглым враньем и использование недостоверных источников, сеет хаос в рядах волшебников. <br>
 <br>
</div>

<!-- эпизод -->
<div id="tabep">
<a href="http://neverdie.rusff.me/viewtopic.php?id=166#p9710"><img src="https://i.imgur.com/VPWWnQ9.png" title="the ring problem [by prudence & whalen]"/></a></div>
</div>

<!--// Убрать важно/закрыто //-->
<style>.stickytext,.closedatafield{ display:none;}</style>

<!--// Сокрытие "Отредактировано" //-->
<style>.lastedit{display:none;}</style>

<!--// Сокрытие "Сервис рекомендаций" //-->
<script type="text/javascript">
rusffLive.enable = false;
</script>

<!--// Кнопки BB-кодов при редактировании подписи © Alex_63 //-->
<script type="text/javascript">
if(document.URL.indexOf('section=signature')!=-1)document.write('<scr'+'ipt type="text/javascript" src="https://forumstatic.ru/files/0016/0b/c8/99528.js"></scr'+'ipt>');
</script>

<!--// Пиар-вход //-->
<script src="https://forumstatic.ru/files/0015/c4/3f/26781.js"></script>
<script type="text/javascript">
PR.nick = 'witch weekly'; //Ник PR-аккаунта
PR.pass = '1979'; //Пароль PR-аккаунта
PR.btn_text = 'Реклама'; //Надпись на кнопке PR-входа(или ссылка на картинку);
PR.set();</script>

<!--Выделение кода в блоке "Код" с перемещение в буфер обмена // © Damassk, версия 2019г. --> 
<script type="text/javascript" src="https://forumstatic.ru/files/0016/4a/bf/98029.js"></script>
<script>eval(select_text.toString().replace(/\}$/,'try{document.execCommand("copy")}catch(e){}}'))</script>
<script type="text/javascript">select_text.linkText = 'выделить [копируется сразу]' //текст ссылки</script>
<!-- конец -->

<!--// CSS-версия обтекания изображений в Постах //-->
  <style>.postimg[alt="float:right"]{float:right;padding-left:12px}.postimg[alt="float:left"]{float:left;padding-right:12px}
  #add_float{position:absolute;padding:2px;top:-8px;left:50%;margin-left:-29px!important;width:57px!important;background: url("http://savepic.ru/7021157.png") no-repeat 50%!important;}
  #button-image #add_float img{display:block;position:relative;z-index:4;}
  #button-image>img{position:relative;z-index:2;}
  #button-image>center{opacity:0;visibility:hidden; transition-duration: .8s;}
  #button-image:hover>center{opacity:1; visibility:visible;}
  </style>
  <script>$(function(){$('.postimg[title="float:right"],.postimg[title="float:left"]').mouseover(function(e){e.preventDefault();});
  var a ='<center style="position:relative;"><table id=add_float><tr><td id="text-left" title="Обтекание: текст слево">@@</td><td></td><td id="text-right" title="Обтекание: текст справо">##</td></tr></table></center>',b3="]'";
  var b1 = '<img onclick="bbcode(\'[img=float:right'+b3+',\'[/img'+b3+')" src="/i/blank.gif"/>',b2 = '<img onclick="bbcode(\'[img=float:left'+b3+',\'[/img'+b3+')" src="/i/blank.gif"/>';
  a = a.replace('@@',b1).replace('##',b2);
  $('#post #button-image').prepend(a);});
  </script>
<!--// Конец //-->

<!-- вкладки доп смайлов-->
<style type="text/css">
#wrapper {
	width: 450px;
}

/* вкладки доп смайлов */
ul.tabs {
	height: 25px;
	line-height: 20px;
	margin: 0 0 3px;
	list-style: none;
}
ul.tabs {
	height: 20px;
	line-height: 20px;
	margin: 0px 2px 2px;
	list-style: none;
}

ul.tabs li {
	cursor: pointer;
	width: 20%;
	float: left;
	margin-right: 4px;
}

ul.tabs li a {
	background-color: #bdb5a4;
	color: #000000;
	display: block;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px 2px 2px;
	font-family: Open Sans;
	font-size: 9px;
        font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

ul.tabs li.tab-current a {
	color: #aaa293;
	margin-bottom: 0px;
	padding: 0px 2px 2px;
}

ul.tabs li.tab-current a:hover {
	color: #000000;
	margin-bottom: 0px;
	padding: 0px 2px 2px;
}
div.t2 {
	display: none;
	width: 450px;
	background-color: #dcd3be;
	overflow: auto;
	overflow-x: hidden;
	height: 155px;
}
div.t3 {
	display: none;
	width: 450px;
	background-color: #dcd3be;
	overflow: auto;
	overflow-x: hidden;
	height: 155px;
}

</style>

<!--// CSS-версия обтекания изображений в Постах //-->
  <style>.postimg[alt="float:right"]{float:right;padding-left:12px}.postimg[alt="float:left"]{float:left;padding-right:12px}
  #add_float{position:absolute;padding:2px;top:-8px;left:50%;margin-left:-29px!important;width:57px!important;background: url("http://savepic.ru/7021157.png") no-repeat 50%!important;}
  #button-image #add_float img{display:block;position:relative;z-index:4;}
  #button-image>img{position:relative;z-index:2;}
  #button-image>center{opacity:0;visibility:hidden; transition-duration: .8s;}
  #button-image:hover>center{opacity:1; visibility:visible;}
  </style>
  <script>$(function(){$('.postimg[title="float:right"],.postimg[title="float:left"]').mouseover(function(e){e.preventDefault();});
  var a ='<center style="position:relative;"><table id=add_float><tr><td id="text-left" title="Обтекание: текст слево">@@</td><td></td><td id="text-right" title="Обтекание: текст справо">##</td></tr></table></center>',b3="]'";
  var b1 = '<img onclick="bbcode(\'[img=float:right'+b3+',\'[/img'+b3+')" src="/i/blank.gif"/>',b2 = '<img onclick="bbcode(\'[img=float:left'+b3+',\'[/img'+b3+')" src="/i/blank.gif"/>';
  a = a.replace('@@',b1).replace('##',b2);
  $('#post #button-image').prepend(a);});
  </script>
Код:
<!-- баннеры -->
<div id="bnrs">
<a href="http://imagiart.ru/" target="_blank"> <img src="https://i.imgur.com/h3ba1GC.gif" title="photoshop: Renaissance" border="0" alt="photoshop: Renaissance"></a> <a href="http://artishock.rusff.me/" target="_blank"><img src="http://s2.uploads.ru/nzVxs.gif" title="ARTISHOCK" border="0"width="88" height="31"></a> 
<a href="http://notimetodie.f-rpg.ru/"target=_blank><img src="https://i.imgur.com/rvxOuGa.png" title="NO TIME TO DIE"></a> 
<a href="http://off.rusff.me/" target="_blank"><img src='https://i.imgur.com/Mz2lsJm.gif' title="Офф. Способности. Постап." alt="Midnight" /></a> 
<a target="_blank" href="http://cruciatuscurse.rusff.me/" title=" Daily Prophet: Fear of the Dark"><img src="https://i.imgur.com/EWxoU4N.gif" border="0"></a>  
<a href="http://firstmagicwar.rusff.me" target="_blank"><img src="https://i.imgur.com/axX2T2o.gif" title="First Magic War" border="0"width="88" height="31"></a>  
<a href="http://closeenemy.rusff.me" title="Marauders: Close Enemy" target=_blank><img src="https://i.imgur.com/hq4eyv8.png"></a>  
<a target="_blank" href="http://gloryngore.rusff.me" title="game of thrones modern au"><img src="https://forumstatic.ru/files/0018/b3/39/20080.jpg" width="88" height="31" border="0"></a>
<a target="_blank" href="http://crescent.f-rpg.ru/" title="CRESCENT CITY"><img src="https://i.imgur.com/VxhCnd7.gif" alt="да-да, очередной Новый Орлеан, очередная мистика" width="88" height="31" border="0"></a> <a href="http://allgenerations.rusff.me/" title="| Three Generations: I would rather die |"><img src="http://funkyimg.com/i/2FnWf.png"></a> <a href="http://crossreturns.rusff.me" target="_blank"><img src="https://i.imgur.com/VIuyOaR.jpg" title="wonderlandcross" border="0" width="88" height="31"></a>
<a href="http://sagitta.rusff.me/" target="_blank"><img src="https://forumstatic.ru/files/0018/e4/2a/45435.gif" title="Sagitta" border="0" width="88" height="31"></a> 
<a href="http://crosscarefree.rusff.me/" title="CROSSCAREFREE" target="_blank"><img src="https://i.imgur.com/Ai40Few.png"></a> 
<a href="http://divano.rusff.me" target="_blank" ><img src="https://forumupload.ru/uploads/001a/9e/2e/2/30301.png" border="0" title="Divano: shi(f)t happens" alt="Divano: shi(f)t happens"/></a> 
<a href="http://hpfreakshow.rusff.me/" target=_blank><img src="http://sd.uploads.ru/76dn1.gif" title="HP: Freakshow. ГП 3 поколение. Драмеди, социалка, активная игра"></a> 
<a href="http://smuggler.rusff.me" target="_blank" ><img src="https://i.imgur.com/m77FEoA.png" border="0" alt="CREO AURUM" /></a> 
<a href="http://circles.rolka.su" target=_blank, title='Circles. Magic World'><img src="http://sg.uploads.ru/5ZhL9.gif"></a> 
<a href="http://unholyrenaissance.rusff.me/" target="blank" title="несвятой ренессанс"><img src="https://i.imgur.com/LarY7mJ.gif"></a> 
<a href="http://blindfaith.ru/" target="_blank"><img src="https://i.imgur.com/56WGbjr.png"title="Blind Faith"border="0"width="88" height="31"></a>
</div>


<!-- скрыть название доп поля -->
<script type="text/javascript">
var fld = document.getElementsByClassName("pa-fld2")
for(i=0;i<fld.length;i++){
fld[i].innerHTML=fld[i].innerHTML.substring(fld[i].innerHTML.indexOf(":")+1)
}
</script>
<script type="text/javascript">
var fld = document.getElementsByClassName("pa-fld3")
for(i=0;i<fld.length;i++){
fld[i].innerHTML=fld[i].innerHTML.substring(fld[i].innerHTML.indexOf(":")+1)
}
</script>

<!--// Перенос Колонок тем и сообщений под Описание Форума / Deff, Alex_63 //-->
    <script type="text/javascript">
    (function(){
       $.catch = function(a,f){$(function(){var t,i=0;function s(){i++;if(i>120)return;t=setTimeout(function(){if(!$(a).length){s();return};f()},100);}s();});}
       function appendTopicS(){
         $('.category td.tcl .tclcon,#f-subforums td.tcl .tclcon').each(function() {
           var L=$(this).parents('tr:first');
           var str='<br><div class="Add"><div class="Tems_And_messages">Teм: <span class="right">'+L.find('td.tc2').text()+'</span></div>\
           <div style="margin-left:15px;" class="Tems_And_messages">Cообщений: <span class="right">'+L.find('td.tc3').text()+'</span></div>\
           </div>';$(str).appendTo(this);
         });
       }
       if($('#pun-index').length){appendTopicS ();}
       if($('#pun-viewforum').length){
         var summ=$('.main table[summary]').attr('summary').split(': ')[1].substr(0,1);
         if(summ=='#'||summ==String.fromCharCode(173))$.catch('#f-subforums',function(){appendTopicS()});
       }
    }());
    </script>
<!-- Конец -->

<div class="container"><!--// Верх-вниз //-->
<div class="go-up" id='ToTop'><img src="https://i.imgur.com/F9bxoLq.png" border="0" /></div>
<div class="go-down" id='OnBottom'><img src="https://i.imgur.com/VXXgxDK.png" border="0" /></div>
<style>
.go-up,.go-down {
display:none;
position:fixed; /*позиционируем*/
right: 170px; /*указываем положение, если слева - left*/
z-index:9999; /*показываем поверх все элементов на странице*/
cursor:pointer;
opacity:.7; /*прозрачность*/
margin-bottom: 50px; /*отступ снизу (можно не указывать)*/
width:25px; /*ширина кнопки*/
height:25px; /*высота кнопки*/
}
.go-up {
bottom: 250px; /*положение от низа окна браузера верхняя кнопка*/
}
.go-down {
bottom: 215px; /*положение от низа окна браузера нижняя кнопка кнопка*/
}
.go-down:hover,.go-up:hover {
opacity:1;
}
</style>
<!--// Верх-вниз //-->
<script type="text/javascript">
$(function(){
if ($(window).scrollTop()>="250") $("#ToTop").fadeIn("slow")
$(window).scroll(function(){
  if ($(window).scrollTop()<="250") $("#ToTop").fadeOut("slow")
  else $("#ToTop").fadeIn("slow")
});
if ($(window).scrollTop()<=$(document).height()-"999") $("#OnBottom").fadeIn("slow")
$(window).scroll(function(){
  if ($(window).scrollTop()>=$(document).height()-"999") $("#OnBottom").fadeOut("slow")
  else $("#OnBottom").fadeIn("slow")
});
$("#ToTop").click(function(){$("html,body").animate({scrollTop:0},"slow")})
$("#OnBottom").click(function(){$("html,body").animate({scrollTop:$(document).height()},"slow")})
});
</script>

<!— Просмотр полного профиля на странице /profile.php V.2 —> 
<script type="text/javascript" src="https://forumstatic.ru/files/0013/83/ea/98506.js"></script>
<!-- Конец -->

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

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

<!--// Кликабельность ника в постах Гостя //-->
<script>$(".post[data-group-id=3]").find(".pa-author").html(function(){return this.innerHTML.replace(/(<.+>)(.+)$/,'$1<a href="javascript:to(\'$2\')">$2</a>')});</script>

<!--// Тег абзаца //-->
<style>#button-indent {background: url(http://i.imgur.com/4XhnvMn.png) no-repeat center 6px!important;}</style>
<script type="text/javascript">(function(){ var b = '[indent]';
$("#button-strike").after('<td id="button-indent" title="Отступы"><img src="/i/blank.gif"  onclick="smile(\''+b+'\')"></td>');
var indent = '<span style="display:inline-block;margin: 0.3em 1.5em;"></span>';
$('.post-content p:contains("'+b+'")').each(function(){ $(this).html( $(this).html().replace(/\[indent\]/gm,indent));});}());
</script>

<!--// Разделение ников пользователей в теме запятой © Alex_63 //-->
<script>$('#topic-users-in a').prev('a').after(',');</script>


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

<!--// Замена символа "-" //-->
<script type="text/javascript">
$('.post-content p').each(function(){
  function replacer(str){return str.replace(/-\s|–\s/gm,'— ');}
  var a = $(this).clone().wrap('<div></div>').parent().html();
  var b = a.replace(/>[^<>]+</gim,replacer);
  if(a!=b)$(this).replaceWith(b)
});
</script>

<!--// Дополнительные шрифты в форму ответа //-->
<script type="text/javascript">
if (document.URL.indexOf("viewtopic") != -1) {
var ft; var i; var ft_f; var j = "";
ft = document.getElementById("font-area");
var ft_f = new Array();
ft_f.push('Cormorant Garamond'); 
ft_f.push('Jura'); 
ft_f.push('Lora'); 
ft_f.push('Merriweather'); 
ft_f.push('Montserrat'); 
ft_f.push('Roboto Condensed'); 
ft_f.push('Open Sans'); 
ft_f.push('Oswald'); 
ft_f.push('Prata'); 
ft_f.push('Playfair Display'); 
ft_f.push('Yeseva One'); 
ft_f.push('Vollkorn'); 
for (i in ft_f) {
j = "<div><span style='font-family:" + ft_f[i] + ";'>" + ft_f[i] +  "</span><img src='/i/blank.gif' onclick=\"bbcode('[";
j += "font=" + ft_f[i];
j += "]','[/font]')\" /></div>";
ft.innerHTML += j;
}}
</script>

<script type="text/javascript">
(function(){
var Num_Hide = 1000; //Число постов, после которого Cкрытие формы ответа.
var a = $('.topic>h2>span.item2');
if(a.length)a=parseInt(a.text().replace(/.*из (\d+)/,'$1'));
if(a>=Num_Hide)$('.postlink a[href*="/post.php?tid"],#post').hide();
}());
</script>

<!--// Счетчик символов //-->
<script type="text/javascript">
if ((document.URL.indexOf("viewtopic.php") != -1) || (document.URL.indexOf("post.php") != -1) || (document.URL.indexOf("edit.php") != -1)) {
var repl = document.getElementById("main-reply");
var submit = document.getElementsByTagName("p")
for (var i=0; i<submit.length; i++){
if (submit[i].className == "formsubmit")
submit[i].innerHTML = "<span id=\"plng\" style=\"border: 3px double #353921; font-family: roboto condensed; font-size: 10.5px; letter-spacing: 1.5px; text-transform: lowercase; 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 src="http://f.etrin.ru/hvss/hvss.min.js"></script>
<script>
hvScriptSet.addMask({
    changeList: {
        'pafld2': {
            tag: 'personality',
            title: 'Личное звание',
            class: 'pa-fld2',
            description: 'Описание вашего персонажа',
            defaultCode: '<div class="lz"><b>ИМЯ ФАМИЛИЯ ПЕРСОНАЖА НА РУССКОМ</b>, возраст цифрой; прочая информация по желанию: лояльность на русском. занятость и все остальное. <a href="ссылка на профиль">пара по желанию</a></div>',
            type: 'html'
        }
    },
    forumAccessExtended: {
        '— «Like a Rolling Burke»': ['Игроки'],
        '— «Cry Bulstrode, Die»': ['Игроки'],
        '— «Imagine Fawley»': ['Игроки'],
        '— «God Only Knows Weasley»': ['Игроки']
    }
});
</script>

<!--// Изменение размера шрифта в темах //-->
<style>
.FNTslider {
  border-radius: 0px;
  position:relative;z-index:1000;
  background: #88817a;
  width: 100px;
  height: 4px;
  margin: 3px 5px;
  /*border: solid 1px #ccc;*/
  float: right;
  margin-right: 5%;
}
.FNTslider .before {
  height: 2px;
  border: solid 1px transparent;
  border-right: none 0;
  border-radius: 0px 0 0 0px;
  position: absolute;
  background: #541410;
  margin-top: 0px;
}
.FNTslider .thumb {
  width: 3px;
  height: 10px;
  border-radius: 0px;
  position: relative;
  top: -3px;
  background: #270b09;
  cursor: pointer;
}
</style>
<script type="text/javascript" src="https://forumstatic.ru/files/0016/0b/c8/31011.js"></script>

<script>
<!--
greet="Ты аппарировал, волшебник "
str = document.getElementById("pun-status").innerHTML
pos = str.indexOf("Привет")
document.getElementById("pun-status").innerHTML=str.substring(0,pos)+greet+str.substring(pos+8,str.length-1) 

visit="Ты трансгрессировал: "
str = document.getElementById("pun-status").innerHTML
if( (pos=str.indexOf("Ваш последний визит")) != -1 )
   document.getElementById("pun-status").innerHTML=str.substring(0,pos)+visit+str.substring(pos+21,str.length-1)
-->
</script>

<!--// Обтекание изображения 2.4.4 //-->
<script language="javascript">
$(function(){
$('td#button-link').before('<td id="floatbut" style=\'background-image:url("http://s002.radikal.ru/i198/1009/43/f183caeae434.gif")\'></td>');
$('#floatbut, .vibor').click(function(){
$('div#float').toggle();});
  });
elm=document.getElementsByTagName("div")
for(x in elm) if(elm[x].className=="post-content") 
{
post = elm[x].innerHTML;
if(post.indexOf("[/float]") != -1) {
floats = /\[float=(.*?)\]([^\[]{1,11000})\[\/float\]/gi
elm[x].innerHTML = elm[x].innerHTML.replace(floats, "<span style='float: $1; margin: 15px; text-align: $1;'>$2</span>")
}}
</script>
<div id="float" style="display:none;background:#FFFFCC;border:1px solid black; width:auto; padding:8px; position:absolute; margin-top:-32%; margin-left:35%; z-index:20">
<div><strong>Направление обтекания</strong></div><br>
<div align="center">
<img class="vibor" src="http://s001.radikal.ru/i193/1009/96/695abc799ddb.png" title="left" onclick="bbcode('[float=left]', '[/float]')" />
<img class="vibor" src="http://s002.radikal.ru/i199/1009/ac/95c10fcc7d82.png" title="right" onclick="bbcode('[float=right]', '[/float]')" />
</div></div>
<script type="text/javascript">
var A=[3]
$(".post .post-author li").each(function (){
for(var i=0; i<A.length;i++){if($(this).hasClass("pa-fld"+A[i])){
$(this).html($(this).html().replace(/^[^:]*:/,''));}};});
</script>

<script type="text/javascript">
var nabor2 = ['https://i.imgur.com/lqKbAjq.png','https://i.imgur.com/G1JENi6.png','https://i.imgur.com/QNLQ0dL.png','https://i.imgur.com/Iamsbym.png','https://i.imgur.com/qgwpZPx.png','https://i.imgur.com/atqc5lp.png','https://i.imgur.com/KCkdrqx.png','https://i.imgur.com/HPzNSIu.png','http://funkyimg.com/i/2eq5a.png', 'https://i.imgur.com/9CVlPbw.png','https://i.imgur.com/8rW2jYU.png','https://i.imgur.com/3PxlGcQ.png',
'http://funkyimg.com/i/2CidF.png',
'http://funkyimg.com/i/2CidG.png',
'http://funkyimg.com/i/2CidJ.png',
'http://funkyimg.com/i/2CidK.png',
'http://funkyimg.com/i/2Cier.png',
'http://funkyimg.com/i/2Cies.png',
'http://funkyimg.com/i/2Ciet.png',
'http://funkyimg.com/i/2Cieu.png',
'http://funkyimg.com/i/2Ciev.png',
'https://funkyimg.com/i/334Sh.png',
'https://funkyimg.com/i/334Si.png',
'https://funkyimg.com/i/334Sj.png',
'https://funkyimg.com/i/334Sm.png',
'https://funkyimg.com/i/334Sk.png',
'https://funkyimg.com/i/334Sg.png',
'http://funkyimg.com/i/2Ciew.png',
'http://funkyimg.com/i/2Ciex.png',
'http://funkyimg.com/i/2Ciey.png',
'http://funkyimg.com/i/2Ciez.png',
'http://funkyimg.com/i/2CieD.png',
'http://funkyimg.com/i/2CieE.png',
'http://funkyimg.com/i/2CieG.png',
'http://funkyimg.com/i/2CieK.png',
'http://funkyimg.com/i/2CieL.png',
'http://funkyimg.com/i/2CieN.png',
'http://funkyimg.com/i/2CieP.png',
'http://funkyimg.com/i/2CieV.png',
'http://funkyimg.com/i/2Cifh.png',
'http://funkyimg.com/i/2Cifj.png',
'http://funkyimg.com/i/2Cifk.png',
'http://funkyimg.com/i/2Cifm.png',
'http://funkyimg.com/i/2Cifn.png',
'http://funkyimg.com/i/2Cifp.png',
'http://funkyimg.com/i/2Cicy.png',
'http://funkyimg.com/i/2Cicz.png',
'http://funkyimg.com/i/2CicA.png',
'http://funkyimg.com/i/2CicB.png',
'http://funkyimg.com/i/2CicC.png',
'http://funkyimg.com/i/2CicD.png',
'http://funkyimg.com/i/2CicE.png',
'http://funkyimg.com/i/2CicF.png',
'http://funkyimg.com/i/2CicG.png',
'http://funkyimg.com/i/2CicH.png',
'http://funkyimg.com/i/2Cidg.png',
'http://funkyimg.com/i/2Cidh.png',
'http://funkyimg.com/i/2Cidi.png',
'http://funkyimg.com/i/2Cidj.png',
'http://funkyimg.com/i/2Cidk.png',
'http://funkyimg.com/i/2Cidm.png',
'http://funkyimg.com/i/2Cidn.png',
'http://funkyimg.com/i/2Cido.png',
'http://funkyimg.com/i/2Cidp.png',
'http://funkyimg.com/i/2Cidq.png',
'http://funkyimg.com/i/2CidA.png',
'http://funkyimg.com/i/2CidB.png',
'http://funkyimg.com/i/2CidC.png',
'http://funkyimg.com/i/2CidE.png','https://funkyimg.com/i/33urQ.png', 'https://funkyimg.com/i/33urS.png','https://funkyimg.com/i/33urR.png',
'http://funkyimg.com/i/2CidD.png',
'http://i.imgur.com/7f4ctMq.png', 'http://i.imgur.com/k1hi9cA.png', 'http://i.imgur.com/gmCeK5q.png', 'http://i.imgur.com/WaCArXB.png', 'http://i.imgur.com/8PubLLs.png', 'http://i.imgur.com/IYhtsup.png', 'http://i.imgur.com/SsKxaXF.png', 'http://i.imgur.com/WFfugdm.png', 'http://i.imgur.com/8pBjTBJ.png', 'http://i.imgur.com/h20Wrpk.png', 'http://i.imgur.com/SSXfY84.png', 'http://i.imgur.com/HYNb7qb.png', 'http://i.imgur.com/er05p3C.png', 'http://i.imgur.com/6Qoswtr.png', 'http://i.imgur.com/Ptk0IZs.png', 'http://i.imgur.com/BeernBi.png', 'http://i.imgur.com/Yuq3VTW.png', 'http://i.imgur.com/8Eo5w6n.png', 'http://i.imgur.com/3sMokgK.png', 'http://i.imgur.com/dJAcPZW.png', 'http://i.imgur.com/wU1IuOU.png', 'http://i.imgur.com/ZiFcTkD.png', 'http://i.imgur.com/NCIq1fO.png', 'http://i.imgur.com/ndxQh5J.png', 'http://i.imgur.com/yXQAEP6.png', 'http://i.imgur.com/13Xtb9N.png', 'http://i.imgur.com/dhXfNIN.png', 'http://i.imgur.com/lGF1P4r.png', 'http://i.imgur.com/0vFn9EN.png', 'http://i.imgur.com/ctQ1F5p.png', 'http://i.imgur.com/BI4pCHc.png', 'http://i.imgur.com/fOpTNsP.png', 'http://i.imgur.com/COw4TP8.png', 'http://i.imgur.com/CUFtUrY.png', 'http://i.imgur.com/2C73AN4.png', 'http://funkyimg.com/i/2fvP4.png', 'http://funkyimg.com/i/2fvP5.png', 'http://funkyimg.com/i/2fvP6.png', 'http://funkyimg.com/i/2fvP7.png', 'http://funkyimg.com/i/2fvP8.png', 'http://funkyimg.com/i/2fvP9.png', 'http://funkyimg.com/i/2fvPa.png', 'http://funkyimg.com/i/2fvPb.png', 'http://funkyimg.com/i/2fvPc.png','http://funkyimg.com/i/2fvPd.png', 'http://funkyimg.com/i/2fvPB.png', 'http://funkyimg.com/i/2fvPC.png', 'http://funkyimg.com/i/2fvPD.png', 'http://funkyimg.com/i/2fvPE.png', 'http://funkyimg.com/i/2fvPF.png',     'http://sd.uploads.ru/t/Db7IV.png', 'http://s5.uploads.ru/t/MYjAJ.png', 'http://s6.uploads.ru/t/c4BUD.png', 'http://sh.uploads.ru/t/4eItR.png', 'http://sa.uploads.ru/t/hStd0.png', 'http://s3.uploads.ru/t/pTghU.png',        'http://sh.uploads.ru/t/lB39d.png', 'http://sa.uploads.ru/t/oWD9s.png', 'http://s8.uploads.ru/t/j6HQ3.png', 'http://s6.uploads.ru/t/YPsJ9.png', 'http://s7.uploads.ru/t/cnVOJ.png', 'http://sa.uploads.ru/t/1RBqr.png', 'http://sh.uploads.ru/t/jQ8PZ.png', 'http://sf.uploads.ru/t/7rW5V.png', 'http://sd.uploads.ru/t/RB6GQ.png',  'http://sf.uploads.ru/t/5mONu.png', 'http://sa.uploads.ru/t/tQZe6.png', 'http://sa.uploads.ru/t/WLPZB.png', 'http://s9.uploads.ru/t/Gaxsk.png', 'http://s5.uploads.ru/t/p2nqA.png', 'http://s9.uploads.ru/t/roYiJ.png', 'http://sh.uploads.ru/t/BJ9z7.png', 'http://s4.uploads.ru/t/zkvnH.png', 'http://s3.uploads.ru/t/iz1u0.png', 'http://s5.uploads.ru/t/GS0Qk.png', 'http://s1.uploads.ru/t/ikVZE.png', 'http://sg.uploads.ru/t/ZA2az.png', 'http://sa.uploads.ru/t/IiB2Y.png', 'http://se.uploads.ru/t/IMDfi.png', 'http://s2.uploads.ru/t/0gY2N.png', 'http://sf.uploads.ru/t/uzxTm.png', 'http://sh.uploads.ru/t/kFoBp.png', 'http://s0.uploads.ru/t/IYygS.png', 'http://s8.uploads.ru/t/UIgjP.png', 'http://s2.uploads.ru/t/ohaZP.png', 'http://sg.uploads.ru/t/3IJF1.png', 'http://s6.uploads.ru/t/hb3ky.png', 'http://s4.uploads.ru/t/eWi7U.png', 'http://s7.uploads.ru/t/5aosb.png', 'http://sd.uploads.ru/t/4dYDN.png','http://s4.uploads.ru/t/qTDh3.png', 'https://i.imgur.com/vmI2ufZ.png'];

var nabor3 = [
'https://i.imgur.com/5Dt1TXo.gif','https://i.imgur.com/mhN6prd.gif','https://i.imgur.com/oUzKkAv.gif','https://i.imgur.com/TX8SMMj.png','https://forumstatic.ru/files/001a/19/3b/27180.png','https://forumstatic.ru/files/001a/19/3b/50316.gif','https://forumstatic.ru/files/001a/19/3b/20025.png','https://forumstatic.ru/files/001a/19/3b/76361.gif','https://i.imgur.com/wQjwH07.gif','https://i.imgur.com/53dSN9Q.gif','https://i.imgur.com/Mz2lLkc.png','https://i.imgur.com/Sg9XPHD.gif','https://i.imgur.com/0wwD7Ip.gif','https://i.imgur.com/YDHH1LQ.png','https://i.imgur.com/V9hPPYX.gif','https://i.imgur.com/9Tk9O0E.gif','https://i.imgur.com/Tu77TSI.gif','https://i.imgur.com/I28MOWT.gif','https://i.imgur.com/3bkpRar.gif','https://i.imgur.com/Na9MOjC.gif','https://i.imgur.com/dIQ1Qkp.gif','https://i.imgur.com/yjPVVhc.gif','https://i.imgur.com/g88JQmN.gif','https://i.imgur.com/zIMh7LT.gif','https://i.imgur.com/WZ9hPwb.gif','https://i.imgur.com/sXfzSIX.gif','https://i.imgur.com/YV5X7sI.gif','https://i.imgur.com/pIuSGFe.gif','https://i.imgur.com/imyNQ4g.gif','https://i.imgur.com/dJ41822.gif','https://i.imgur.com/vH0JFMh.gif','https://i.imgur.com/BgzvbpZ.gif','https://i.imgur.com/LmXgY69.gif','https://i.imgur.com/urOWOAU.png','https://i.imgur.com/J7ucQ8B.gif','https://i.imgur.com/dwJbnHK.gif','https://funkyimg.com/i/33uqD.png', 'https://funkyimg.com/i/33uqE.png', 'https://funkyimg.com/i/33uqF.png', 'https://funkyimg.com/i/33uqH.png', 'https://funkyimg.com/i/33uqN.gif', 'https://i.imgur.com/5jm9lTG.gif','https://66.media.tumblr.com/ca8e9dee6ff0c7a07c7b1c8956a3f62a/tumblr_inline_p7ggeea8uP1qgy16y_75sq.gif','http://orig12.deviantart.net/a770/f/2011/159/b/9/lolitrollu_by_kawaiikaabii-d3icu4u.gif','http://0s.obuwg5lbfzxxezy.cmle.ru/images/2018/09/01/314eef72d6c051e694868eedbc951043.png','http://0s.obuwg5lbfzxxezy.cmle.ru/images/2018/09/01/d18845591b5ce12c96972f65f4cc53d4.png','http://0s.obuwg5lbfzxxezy.cmle.ru/images/2018/09/01/7ca4679feab137192d5cf794ec98cf65.gif','https://funkyimg.com/i/2SJoM.gif','http://0s.obuwg5lbfzxxezy.cmle.ru/images/2018/09/01/5caf7247808f9315263bdac503107c7e.gif','http://0s.obuwg5lbfzxxezy.cmle.ru/images/2018/09/01/abf8edec281f4ce4460ce53f7998fd8c.gif','https://i.imgur.com/nzlYGl6.gif','https://funkyimg.com/i/335ax.gif','https://funkyimg.com/i/335az.gif','https://funkyimg.com/i/335ay.gif','https://funkyimg.com/i/335aB.gif','https://funkyimg.com/i/335aA.png','https://funkyimg.com/i/335aC.gif','https://i.imgur.com/nnK2OWX.gif','https://i.imgur.com/wY5rufA.gif','https://i.imgur.com/vgJNHws.gif','https://i.imgur.com/BlBRfWW.gif','https://i.imgur.com/pMZvJG1.gif','https://i.imgur.com/MWyePTm.png','https://i.imgur.com/s5CK6TU.png','https://i.imgur.com/6iKsi8M.png','https://i.imgur.com/spcY5Ht.gif','https://i.imgur.com/7xIlCei.gif','https://i.imgur.com/sPVr2TS.gif','https://i.imgur.com/yo2lxpH.gif','https://i.imgur.com/L1wAtOJ.gif','https://i.imgur.com/jWA6Nhk.gif','https://i.imgur.com/vXDgBlG.gif','https://i.imgur.com/SVmEnBM.gif','https://i.imgur.com/xVkIGV2.gif','https://i.imgur.com/w8lM0uy.gif','https://i.imgur.com/RzV6g1Z.gif','https://i.imgur.com/8b72Azm.gif','https://funkyimg.com/i/33uqR.gif', 'https://funkyimg.com/i/33uqS.gif', 'https://funkyimg.com/i/33uqQ.gif', 'https://funkyimg.com/i/33uqT.gif', 'https://funkyimg.com/i/33uqV.gif','https://i.imgur.com/0god3XT.gif','https://i.imgur.com/Ze3Mz9O.gif','https://i.imgur.com/pzuFwAK.gif','https://i.imgur.com/AnOdX0x.gif','https://i.imgur.com/FfVTV6E.gif','https://i.imgur.com/BogrJRe.gif','https://i.imgur.com/A8J2MHO.gif','https://i.imgur.com/uZRWoYn.gif','https://i.imgur.com/6Ea97Jk.gif','https://i.imgur.com/w11PFdN.gif','https://i.imgur.com/tnQyif6.gif','https://funkyimg.com/i/32QLy.gif', 'https://funkyimg.com/i/32QLx.gif', 'https://funkyimg.com/i/32QLu.gif', 'https://funkyimg.com/i/32QLr.gif', 'https://funkyimg.com/i/32QLs.gif', 'http://ovygy33bmrzs44tv.cmle.ru/i/M/5/6/M564l.gif',
];

$(document).ready(function() {
$('#smilies-block').addClass('t1');
$('#smilies-area').prepend('<div id="wrapper"><ul class="tabs tabs1" onclick="return changeVisibility (\'smilies-area\', false)"><li class="t1 tab-current"><a>алохомора</a></li><li class="t2"><a>люмос</a></li><li class="t3"><a>нокс</a></li></ul><div class="t2"></div><div class="t3"><br></div></div>');
$.each(nabor2, function(i) {
$('div.t2').append('<img src="'+nabor2[i]+'" onclick=smile(\'[img]'+nabor2[i]+'[/img]\') />');
});
$.each(nabor3, function(i) {
$('div.t3').append('<img src="'+nabor3[i]+'" onclick=smile(\'[img]'+nabor3[i]+'[/img]\') />');
});
$('ul.tabs.tabs1 li').click(function(){
var thisClass = this.className.slice(0,2);
$('div.t1, div.t2, div.t3').hide();
$('div.' + thisClass).fadeToggle('slow');
$('ul.tabs.tabs1 li').removeClass('tab-current');
$(this).addClass('tab-current');
}); });
</script>

<!-- Восстановление последнего поста при утере by Человек-Шаман -->
<script>
$(document).ready(function() {
  $('#addition-area').append(function() {
    return $('<div>Восстановить последний пост</div>').click(restoreLastPost);
  });
  function restoreLastPost() {
    $('#main-reply').val(localStorage.ReservePost);
  };
});
</script>
<!--конец-->


<!-- // Замена стандартной вкладки //-->
<script type="text/javascript">
SmilesNewArray=new Array(
'http://sf.uploads.ru/SYvPE.png',
'http://sf.uploads.ru/O8r6T.png',
'http://sf.uploads.ru/JQt3k.png',
'http://sf.uploads.ru/EI9YA.png',
'http://sf.uploads.ru/pFU4e.png',
'http://sf.uploads.ru/D7Gk9.png',
'http://sf.uploads.ru/qDrWM.png',
'http://sf.uploads.ru/0t4My.png',
'http://sf.uploads.ru/Y8cuR.png',
'http://sf.uploads.ru/TvjqN.png',
'http://sf.uploads.ru/drL0a.png',
'http://sf.uploads.ru/H13wV.png',
'http://sf.uploads.ru/uvzkJ.png',
'http://sf.uploads.ru/0MFp4.png',
'http://sf.uploads.ru/1aSy8.png',
'http://sf.uploads.ru/yrlZe.png',
'http://sf.uploads.ru/B0wNj.png',
'http://sf.uploads.ru/tFKxp.png',
'http://sf.uploads.ru/i1jED.png',
'http://sf.uploads.ru/7ZrJk.png',
'http://sf.uploads.ru/Tn6Ha.png',
'http://sf.uploads.ru/KNVxl.png',
'http://sf.uploads.ru/TjYc7.png',
'http://sf.uploads.ru/DW9hd.png',
'http://sf.uploads.ru/zlEj5.png',
'http://sf.uploads.ru/O3xev.png',
'http://sf.uploads.ru/CVHSt.png',
'http://sf.uploads.ru/YsNAH.png',
'http://sf.uploads.ru/zmsW5.png',
'http://sf.uploads.ru/eX2Cq.png',
'http://sf.uploads.ru/Q5kjg.png',
'http://sf.uploads.ru/pdzhF.png',
'http://sf.uploads.ru/SiMt5.png',
'http://sf.uploads.ru/brRv8.png',
'http://sf.uploads.ru/OPrgD.png',
'http://sf.uploads.ru/n2IVr.png',
'http://sf.uploads.ru/xH78M.png',
'http://sf.uploads.ru/B0xVO.png',
'http://sf.uploads.ru/HB6NZ.png',
'http://sf.uploads.ru/H6YWv.png',
'http://sf.uploads.ru/QSIEW.png',
'http://sf.uploads.ru/7K3mn.png',
'http://sf.uploads.ru/PJ8g4.png',
'http://sf.uploads.ru/QgmWh.png',
'http://sf.uploads.ru/A8tDj.png',
'http://sf.uploads.ru/OQtG6.png',
'http://sf.uploads.ru/03VzJ.png',
'http://sf.uploads.ru/L8PxE.png',
'http://sf.uploads.ru/WXkZe.png',
'http://sf.uploads.ru/ycARB.png',
'http://sf.uploads.ru/Aknyl.png',
'http://sf.uploads.ru/T76NE.png',
'http://sf.uploads.ru/ETxp3.png',
'http://sf.uploads.ru/iTaog.png',
'http://sf.uploads.ru/jrXCO.png',
'http://sf.uploads.ru/TXNLH.png',
'http://sf.uploads.ru/caqQD.png',
'http://sf.uploads.ru/JNFaZ.png',
'http://sf.uploads.ru/qb0Sz.png',
'http://sf.uploads.ru/GAgdk.png',
'http://se.uploads.ru/utiTf.png',
'http://sf.uploads.ru/gAWTi.png',
'http://sf.uploads.ru/sAa0K.png',
'http://sf.uploads.ru/pmHqL.png',
'http://sf.uploads.ru/OvjKq.png',
'http://se.uploads.ru/zyS6q.png',
'http://sf.uploads.ru/L7KaB.png',
'http://sf.uploads.ru/qsz3o.png',
'http://se.uploads.ru/eM75T.png', 
'http://se.uploads.ru/ZB1nJ.png',
'http://sf.uploads.ru/m40nB.png',
'http://sf.uploads.ru/vIhKJ.png',
'http://sf.uploads.ru/QpYLs.png',
'http://se.uploads.ru/3qlpJ.png',
'http://se.uploads.ru/JjMQ5.png',
'http://se.uploads.ru/gfZ25.png',
'http://sf.uploads.ru/PSGeR.png',
'http://se.uploads.ru/AxjmX.png',
'http://sf.uploads.ru/0d8fj.png',
'http://sf.uploads.ru/5xTXQ.png',
'http://sf.uploads.ru/uMrA0.png',
'http://sf.uploads.ru/GQAVU.png',
'http://se.uploads.ru/hq5LB.png',
'http://se.uploads.ru/v28YJ.png',
'http://sf.uploads.ru/w0gMu.png',
'http://se.uploads.ru/HPhNY.png',
'http://sf.uploads.ru/zrbWa.png',
'http://sf.uploads.ru/voucE.png',
'http://sf.uploads.ru/1buOd.png',
'http://sf.uploads.ru/gwyXu.png',
'http://sf.uploads.ru/qv13F.png',
'http://sf.uploads.ru/gD0pV.png',
'http://sf.uploads.ru/SAI5D.png',
'http://sf.uploads.ru/FP1jk.png',
'http://sf.uploads.ru/EchrY.png',
'http://sf.uploads.ru/QTj0w.png',
'http://sf.uploads.ru/UmrlK.png',
'http://sf.uploads.ru/wT6PW.png',
'http://sf.uploads.ru/yux7n.png',
'http://sf.uploads.ru/EV2lr.png',
'http://sf.uploads.ru/0m8tY.png',
'http://sf.uploads.ru/fqpbT.png',
'http://sf.uploads.ru/yqLjh.png',
'http://se.uploads.ru/iTIuY.png',
'http://sf.uploads.ru/zgwpY.png',
'http://sf.uploads.ru/wugAf.png',
'http://sf.uploads.ru/DmFwo.png',
'http://sf.uploads.ru/aolPI.png',
'http://sf.uploads.ru/QGpHj.png',
'http://sf.uploads.ru/gpGVO.png',
'http://sf.uploads.ru/qvBxC.png',
'http://sf.uploads.ru/hwRxu.png',
'http://sf.uploads.ru/Kdl1r.png',
'http://sf.uploads.ru/CsIWM.png',
'http://sf.uploads.ru/lZpA5.png',
'http://sf.uploads.ru/fagQl.png',
'http://sf.uploads.ru/KmLWJ.png',
'http://sf.uploads.ru/i7AJG.png',
'http://sf.uploads.ru/L1pNa.png',
'http://sf.uploads.ru/A4ORF.png',
'http://sf.uploads.ru/mH6k4.png',
'http://sf.uploads.ru/rFAv1.png',
'http://sf.uploads.ru/Pm54H.png',
'http://sf.uploads.ru/0E8uO.png',
'http://sf.uploads.ru/DSjaP.png',
'http://sf.uploads.ru/lmsIe.png',
'http://sf.uploads.ru/eg3ZT.png',
'http://sf.uploads.ru/apO2F.png',
'http://sf.uploads.ru/rbueE.png',
'http://sf.uploads.ru/jYD3d.png',
'http://sf.uploads.ru/NChUD.png',
'http://sf.uploads.ru/AsTrF.png',
'http://sf.uploads.ru/9SyDj.png',
'http://sf.uploads.ru/Bufk5.png',
'http://sf.uploads.ru/5Evb8.png',
'http://sf.uploads.ru/wGOnH.png',
'http://sf.uploads.ru/g2pKL.png',
'http://sf.uploads.ru/RK0s7.png',
'http://sf.uploads.ru/WyPpA.png',
'http://sf.uploads.ru/hyjTU.png',
'http://sf.uploads.ru/MrGUq.png',
'http://sf.uploads.ru/m9Wjs.png',
'http://sf.uploads.ru/qiPCJ.png',
'http://sf.uploads.ru/BIukx.png',
'http://sf.uploads.ru/W7qmk.png',
'http://sf.uploads.ru/URKo3.png',
'http://sf.uploads.ru/sLrwx.png',
'http://sf.uploads.ru/lafYR.png',
'http://sf.uploads.ru/c348F.png',
'http://sf.uploads.ru/ROFDH.png',
'http://sf.uploads.ru/7Fxbj.png',
'http://sf.uploads.ru/tzH2m.png',
'http://sf.uploads.ru/1oMux.png',
'http://sf.uploads.ru/VhHGe.png',
'http://sf.uploads.ru/mQCeZ.png',
'http://sf.uploads.ru/TrovX.png',
'http://sf.uploads.ru/mVUjO.png',
'http://sf.uploads.ru/5xTXQ.png',
'http://sf.uploads.ru/0d8fj.png',
'http://sf.uploads.ru/qbJd4.png',
'http://sf.uploads.ru/dEvNs.png',
'http://sf.uploads.ru/vNxSL.png',
'http://sf.uploads.ru/ks7Tl.png',
'http://sf.uploads.ru/LhkBp.png',
'http://sf.uploads.ru/3MdGH.png',
'http://sf.uploads.ru/P7ihl.png',
'http://sf.uploads.ru/7fWsU.png',
'http://sf.uploads.ru/0XDAt.png',
'http://sf.uploads.ru/qtQgk.png',
'http://sf.uploads.ru/PHfpS.png',
'http://sf.uploads.ru/xeZgE.png',
'http://www.kody-smajlov-vkontakte.ru/emoji/D83DDC40.png',
'http://www.kody-smajlov-vkontakte.ru/emoji/D83DDC45.png',
'http://www.kody-smajlov-vkontakte.ru/emoji/D83DDC43.png',
'http://www.kody-smajlov-vkontakte.ru/emoji/D83DDC44.png',
'http://www.kody-smajlov-vkontakte.ru/emoji/D83CDF1F.png',
'http://www.kody-smajlov-vkontakte.ru/emoji/D83DDC7C.png',
'http://www.kody-smajlov-vkontakte.ru/emoji/D83DDC7D.png',
'http://www.kody-smajlov-vkontakte.ru/emoji/D83DDC7A.png',
'http://www.kody-smajlov-vkontakte.ru/emoji/D83CDF82.png',
'http://www.kody-smajlov-vkontakte.ru/emoji/D83CDF84.png',
'http://www.kody-smajlov-vkontakte.ru/emoji/D83DDC53.png',
'http://www.kody-smajlov-vkontakte.ru/emoji/D83CDF93.png',
'http://www.kody-smajlov-vkontakte.ru/emoji/D83DDC91.png',
'http://www.kody-smajlov-vkontakte.ru/emoji/D83DDCB0.png',
'http://www.kody-smajlov-vkontakte.ru/emoji/D83DDCDA.png',
'http://www.kody-smajlov-vkontakte.ru/emoji/D83DDCD6.png',
'http://www.kody-smajlov-vkontakte.ru/emoji/D83DDD2B.png',
'http://www.kody-smajlov-vkontakte.ru/emoji/D83DDE80.png',
'http://www.kody-smajlov-vkontakte.ru/emoji/2708.png',
'http://www.kody-smajlov-vkontakte.ru/emoji/26D4.png',
'http://www.kody-smajlov-vkontakte.ru/emoji/D83CDD98.png',
'http://www.kody-smajlov-vkontakte.ru/emoji/D83DDEAF.png',
'http://www.kody-smajlov-vkontakte.ru/emoji/26C4.png',
'http://www.kody-smajlov-vkontakte.ru/emoji/D83DDD0E.png',
'http://www.kody-smajlov-vkontakte.ru/emoji/D83CDFAE.png',
'http://www.kody-smajlov-vkontakte.ru/emoji/D83DDCA4.png',
'http://www.kody-smajlov-vkontakte.ru/emoji/D83DDCAF.png'
//End myarray_!!Последняя ссылка без Запятой!!!
)
var L1='<img src="',L2='" style="cursor: pointer" onclick="smile(\'[img]',
L3="'+this.src+'[/img]')\" /> ";
$("#smilies-block").append("<br/><br/>")//   $("#smilies-block").html("")
for(var i=0;i<SmilesNewArray.length;i++){$("#smilies-block").append(L1+SmilesNewArray[i]+L2+L3);}
</script>

<!--Убрать сокращатель ссылок -->
<script>
FORUM.set("editor.link.short_url", function() { return false; });
</script>
<!--- конец --->
Код:
<br>
<center><a href="http://neverdie.rusff.me/viewtopic.php?id=378#p26309"><div class="plash">поиск драконьих яиц</div></a> <a href="http://neverdie.rusff.me/viewtopic.php?id=328"><div class="plash">открытие гринготтс</div></a> <a href="http://neverdie.rusff.me/viewtopic.php?id=330#p20060"><div class="plash">ярмарка хэдканонов</div></a> <a href="http://neverdie.rusff.me/viewtopic.php?id=5#p20062"><div class="plash">свежие новости</div></a>
</center>
<br>
Код:
<!--ВЫРАВНИВАНИЕ ПО ШИРИНЕ-->
<style type="text/css">
#button-justify { background:url(http://savepic.net/6701397.png) center no-repeat!important;}
</style>
<script type="text/javascript">
$(document).ready(function(){
$("#post #button-center").after('<td id=button-justify align=center valign=center title="Выравнивание по ширине"><img onclick="bbcode(\'[align=justify]\',\'[/align]\')" src="/i/blank.gif"/></td>');});
</script><!--КОНЕЦ ВЫРАВНИВАНИЕ ПО ШИРИНЕ-->

<!--обтекание изображения 2.4.4-->
<script language="javascript">
$(function(){
$('td#button-link').before('<td id="floatbut" style=\'background-image:url("http://s002.radikal.ru/i198/1009/43/f183caeae434.gif")\'></td>');
$('#floatbut, .vibor').click(function(){
$('div#float').toggle();});
  });
elm=document.getElementsByTagName("div")
for(x in elm) if(elm[x].className=="post-content") 
{
post = elm[x].innerHTML;
if(post.indexOf("[/float]") != -1) {
floats = /\[float=(.*?)\]([^\[]{1,11000})\[\/float\]/gi
elm[x].innerHTML = elm[x].innerHTML.replace(floats, "<span style='float: $1; margin-right: 5px; margin-bottom: -5px; text-align: $1;'>$2</span>")
}}
</script>
<div id="float" style="display:none;background:#FFFFCC;border:1px solid black; width:auto; padding:8px; position:absolute; margin-top:-32%; margin-left:35%; z-index:20">
<div><strong>Направление обтекания</strong></div><br>
<div align="center">
<img class="vibor" src="http://s001.radikal.ru/i193/1009/96/695abc799ddb.png" title="left" onclick="bbcode('[float=left]', '[/float]')" />
<img class="vibor" src="http://s002.radikal.ru/i199/1009/ac/95c10fcc7d82.png" title="right" onclick="bbcode('[float=right]', '[/float]')" />
</div></div>

0


Вы здесь » bad habit » LUMOS MAXIMA » коды. второй диз.


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