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

bad habit

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

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


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


коды. тест

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

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');

/* 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(18, 42, 66); /* цвет текста */
  font-size: 11px; /* размер текста */
  font-family: 'Yeseva One';  /* шрифт текста */
  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 {
margin: 0px auto auto auto;
width : 938px;
padding: 0px 0px 0px 0px;
border: none;
border-top: none;
position: relative; }


/* A5.2 */
/* РЕГУЛИРОВКА ТЕКСТОВОЙ ЧАСТИ ФОРУМА
-------------------------------------------------------------*/
.punbb {
float: auto; height: auto;
width: 900px; /* ширина всей текстовой части */
padding-left: 45px; /* отступ от края левого текста всего форума */
float: none; }


/* A5.3 */
/* ПЕРЕАДРЕСАЦИЯ
-------------------------------------------------------------*/
#pun-redirect, #pun-maint {
margin: 0px 0% 0px 0%;
width: auto; 
float: none;
background-position: center;
text-align: left; /* положение текста */
width: 930px;/* ширина блока переадресации */
background-color: #c0c1c3; /* цвет заднего фона */
background-image: url("");
box-shadow: inset 0px 0px 10px 1px rgb(18, 42, 66); /* тень блока */
border: 4px double rgb(18, 42, 66);
color: rgb(18, 42, 66); /* цвет текста */
}

/* титульник */
#pun-redirect .main-title  { 
font: 11px  "Yeseva One" !important;  /* размер и шрифт текста */
color: rgb(18, 42, 66)!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: #112a42; /* цвет текста */
  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(161, 134, 61, 0.6); /* граница, линии начертание и цвет */
  margin: 5px 0;
  }

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

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

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

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

/* B1.7 */
.punbb .post-content .scrollbox {
  width: 100%;
  overflow: auto;
 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;
  }

/* ГРАНИЦА/ПУНКТИР МЕЖДУ НИКОМ И ПОСТОМ В ЦИТАТЕ
-------------------------------------------------------------*/
.punbb .quote-box cite {border-bottom: 1px dashed #614f30;}



/* 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 1em 0.5em 1em;
  font-size: 0.9em;
  margin-right: 5em;
  }

/* 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 1.6em 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 3em 0.8em 0;
  }

/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
  padding: 0 2em 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 { 
font-size: 15px; 
line-height: 16px;
text-align: left;
font-family: 'Yeseva One'; 
text-transform: uppercase; 
border-bottom: 5px solid #112a42;
padding-bottom: 4px!important;
}


#pun-index .tcl h3 {
font-weight: normal; /* начертание */
color: #112a42!important; /* цвет текста */}

#pun-index .tcl h3 a {
color: #112a42!important;
}

#pun-index .tcl h3 a:hover {
color: #000000!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: 14px;
        height: 30px;}




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

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

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

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

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

/* C3.5 */

.punbb .post .post-author {
    float: left;
    width: 190px;
    font-weight: normal;
    font-size: 9.5px;
    text-align: center;
    margin-top: -15px;
    color: #112a42;
    margin-left: -10px;
    background-color: #bbbdbf;
    border: 1px solid rgba(17, 42, 66, 0.42);
    box-shadow: inset 0 0 5px rgba(17, 42, 66, 0.25), 0 0 5px rgba(17, 42, 66, 0.4), 0px 0px 5px -40px rgba(17, 42, 66, 0.4);
  }

/* C3.6 */
/* ОФОРМЛЕНИЕ ПРОФИЛЯ
-------------------------------------------------------------*/
.punbb .post .post-author ul, .punbb .post .post-author p {
color: #112a42!important;
padding: 0em 0em 0em 0em;
line-height: 140%;
font-size: 9px;
text-align: center;
}

/* 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: 206px;
  border-left-style: solid;
  border-left-width: 1px;
  padding: 0 0 3px 0;
  }


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

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

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

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

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


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

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

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


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

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

/* C6.2 */
#profilenav {
  float: left;
  width: 14em;
  margin-left: -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: 0.8em 1em 1em 0em;
  }

/* 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: #112a42;
  }


/* 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(137, 145, 152, 0.87);
  }

/* 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;
  margin-right: 60px;
  }

/* D7.2 */
/* ВСЕГО ТЕМ И СООБЩЕНИЙ
-------------------------------------------------------------*/
#pun-stats li.item1, #pun-stats li.item2 {
float: left;  /* обтекание */
clear: both; /* обтекание с двух сторон */
line-height: 150%; /* расстояние между текстом */
font-family: roboto condensed;  /* шрифт текста */
color: #112a42; /* цвет текста */
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: #112a42; /* цвет текста */
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: rgb(136, 140, 148);
  }

/* 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(17, 42, 66, 0.81);
  }

/* 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: #112a42 top center;
border-color: transparent;}
/* бегунок, тумб */
::-webkit-scrollbar-thumb {  
background: #c6c7c9 top center;
background-image: url("");
box-shadow:0 0 6px 0px rgba(18, 42, 66, 1) inset, 0 0 0 1px rgba(18, 42, 66, 1) inset;
}
/* горизонтальная полоска, трэк */
::-webkit-scrollbar-thumb:horizontal{
background-image: url(" ");
box-shadow:0 0 6px 0px rgba(18, 42, 66, 1) inset, 0 0 0 1px rgba(18, 42, 66, 1) inset; /* тень внутрь, последняя цифра в скобках это прозрачность */
}



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

/* оформление подфорумов*/
.opis1 {
    background-color: #102a42;
    margin-bottom: 1px;
    margin-top: 2px;
    font-family: roboto condensed;
    color: #c0c1c3!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    padding: 2px;
}

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

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


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

/* ПЛЮСИКИ ПОСТОВ, ОЦЕНКА ПОСТОВ
-------------------------------------------------------------*/
.post-rating .container a {
text-transform:uppercase; /* регистр */
font-family: 'Yeseva One';  /* шрифт текста */
color: #112a42; /* цвет текста */
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, body { background:
  url("") repeat-x top left, /* ВЕРХНИЙ ФОН, при ненадобности снести строчку целиком */
  url("") repeat-x bottom left, /* НИЖНИЙ ФОН, при ненадобности снести строчку целиком */
  url("") center; /* ОБЩИЙ ЗАДНИЙ ФОН */
background-color : #091016; /* ЦВЕТ ФОНА */
}



/* ШАПКА, КРЫША, ВЕРХ ФОРУМА*/
#pun-title table {
background-image : url("https://forumstatic.ru/files/001a/b1/9b/26047.jpg"); /* картинка шапки */
background-repeat : no-repeat;
background-position: center top;
border: none;
height: 111px;
width: 938px;
margin-left: -45px; /* совпадает обычно с отступом текста, если шапка не шире контента */
}

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



/* КОНТЕНТ, ПАН ИЛИ "ТЕЛО" ФОРУМА */
#pun { background-color: #b6b6b6; /* обязательно надо настраивать приятный цвет, ибо некоторые сидят с телефонов без картинок */
background-image: url("https://forumstatic.ru/files/001a/b1/9b/18326.jpg");
}



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



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



/* ТЕКСТ НА ФОРУМЕ */
.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: #12171c; /* менять ток цвет */
}



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


/* ССЫЛКИ ОБЩЕЙ НАВИГАЦИИ ДО НАВЕДЕНИЯ */
#pun-navlinks a  {
text-align: center;
    position: relative;
    font-family: 'Yeseva One';
    font-size: 12px!important;
    text-transform: uppercase;
    color: #112a42;
    text-shadow: 1px 0px 0px rgba(201, 194, 191, 0.9);
}


/* ССЫЛКИ ОБЩЕЙ НАВИГАЦИИ ПОСЛЕ НАВЕДЕНИЯ */
#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: #112a42;
}


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



/* ПРОСТЫЕ ССЫЛКИ
---------------------------------------------------------------------------------------------*/
/* ССЫЛКИ ДО НАВЕДЕНИЯ */
.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(18, 42, 66);
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(18, 42, 66);
opacity: 0.5; /* прозрачность, 1 непрозрачная, нуль прозрачная */ }


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



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

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

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

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

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




/* БЛОКИ ВВОДА ТЕКСТА
---------------------------------------------------------------------------------------------*/
/* ЦИТАТЫ И КОДЫ В СООБЩЕНИЯХ */
.punbb .quote-box, .punbb .code-box {
margin: 5px;
    padding: 20px;
    font-size: 11px;
    color: rgb(192, 193, 195);
    background: #4b5865;
    box-shadow: inset 0 0 0 1px rgb(18, 42, 66), inset 0 0 0 8px #c6c7c9;
}


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


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


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



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

/* КАТЕГОРИИ */
.punbb .category h2 {
color: rgb(181, 186, 193)!important;
    font-size: 35px!important;
    font-family: 'Yeseva One';
    text-transform: uppercase;
    text-align: right!important;
    margin: 0px 30px 0px 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: 900px!important;
    height: 25px;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: -40px;
    padding-top: 15px;
}



/* ПРОФИЛЬ
---------------------------------------------------------------------------------------------*/
/* НИК АВТОРА */
.pa-author a, .pa-author {
color: #102a42!important;
    font-size: 15px!important;
    padding-top: 2px!important;
    text-transform: lowercase;
    font-family: yeseva one;
    letter-spacing: -1px;
}


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

li.pa-avatar img { 
  border-color: #d97667!important;
}


/* СТАТУС АВТОРА */
.pa-title {text-align: center;
z-index: 1000;
    font-size: 11px;
    text-transform: lowercase;
    color: rgb(17, 42, 66);
}

/* ПОДАРКИ ПОЗИТИВ */
.post-author ul { text-align: center; font: 8pt "roboto condensed"!important; letter-spacing: 1px;}


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


/* УВАЖЕНИЕ, ПОСТЫ И КОЛ-ВО СООБЩЕНИЙ В БЛОКЕ ДО НАВЕДЕНИЯ */
.pa-respect, .pa-posts {
padding: 5px 10px!important;
    letter-spacing: 0px;
    line-height: 20px!important;
    font: bold 7px roboto condensed;
    display: inline-block;
    text-transform: uppercase;
    margin-left: -10px!important;
}

/* ПОСТЫ И ВАЛЮТА СООБЩЕНИЙ В БЛОКЕ ДО НАВЕДЕНИЯ */
li.pa-fld2 {
    text-align: center;
    letter-spacing: 0px;
    line-height: 20px!important;
    font: 7px roboto condensed;
    display: inline-block;
    text-transform: uppercase;
}


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

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



/* ОФОРМЛЕНИЕ КНОПОК, можно так ж оформить и смайлы, если у смайлов будет прописано баттон */
.hashelp center div a button, .button {    
background-color: #112a42;
    border: 3px double rgb(18, 42, 66);
    box-shadow: inset 0px 0px 2px 0px rgb(69, 69, 68);
    cursor: pointer;
    color: #c0c1c3;
    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: #112a42; 
color: #c0c1c3;
}

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


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

/* КОДЫ ДЛЯ ТАБЛИЦЫ */
#tabnew {
position: absolute;
    height: 30px;
    width: 280px;
    left: 50px;
    top: 4px;
    padding: 2px;
    letter-spacing: 6.5px;
    font-family: playfair display;
    text-transform: uppercase;
}

#tabnew a {
    color: white!important;}


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

#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(17, 42, 66, 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;
}

html-верх

Код:
<!-- ТАБЛИЦА -->
<!-- новости -->
<div id="tabnew"><a href="http://thistleweeds.rusff.me/viewtopic.php?id=10#p8640">ТЕКСТ ВООБЩЕ_ТО</a> 
</div>

html-низ

Код:
<!--// Перенос Колонок тем и сообщений под Описание Форума / 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>
<!-- Конец -->

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=132"><img src="https://forumupload.ru/uploads/001a/b3/18/5/654543.png" title="валик"/></a>
<a href="http://neverdie.rusff.me/profile.php?id=115"><img src="https://forumupload.ru/uploads/001a/b3/18/5/299287.png" title="минни"/></a>
<a href="http://neverdie.rusff.me/profile.php?id=8"><img src="https://forumupload.ru/uploads/001a/b3/18/5/555084.png" title="монти"/></a>
<a href="http://neverdie.rusff.me/profile.php?id=155"><img src="https://forumupload.ru/uploads/001a/b3/18/5/980898.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> ‣ <a href="http://neverdie.rusff.me/viewtopic.php?id=330">хэдканоны</a>
</div>

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

<!-— эпизод -->
<div id="tabep">
<a href="http://neverdie.rusff.me/viewtopic.php?id=281"><img src="https://forumupload.ru/uploads/001a/b3/18/5/524816.png" title="dumbstruck by a riddle [by eglantine & valentine]"/></a></div>

<!--// Оформление всплывающей подсказки //-->
<style>
#tooltip {
position:absolute;
opacity:0.8;
background-color:#353921; /* фон подсказки */
z-index: 999;
max-width:200px; /* максимальная ширина подсказки */
border:0px dotted #353921; /* толщина. стиль и цвет рамки */
-moz-border-radius:2px;
-khtml-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
font-family: 'Open Sans'; /* шрифт подсказки */
font-size:10px; /* размер текста */
display:none;
color:#fff; /* цвет текста */
text-align:center;
padding:4px;
}
</style>

<!--// Убрать важно/закрыто //-->
<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>
<!--// Конец //-->

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

0

3

<!-- баннеры -->
<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://fourcross.rusff.me/" style="cursor: pointer;"><img src="https://funkyimg.com/i/355nE.png"></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/SDIkb0B.jpg" border="0"></a> 
<a href="https://firstmagicwar.rusff.me" target="_blank"><img src="https://funkyimg.com/i/34Ddq.jpg" title="First Magic War" border="0"width="88" height="31"></a>
<a href="http://dorime.rusff.me" target="_blank"><img src="https://forumupload.ru/uploads/001a/55/a6/2/256870.jpg" title="crossover"></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 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://divano.rusff.me" target="_blank" ><img src="https://forumupload.ru/uploads/001a/9e/2e/2/741968.gif" 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://blindfaith.ru/" target="_blank"><img src="https://i.imgur.com/1gQuvVS.png"title="Blind Faith"border="0"width="88" height="31"></a>
<a href="http://thisisapogee.rusff.me" target="_blank"> <img src="https://forumupload.ru/uploads/001a/ba/05/2/88649.png" border="0" alt="apogee 23 harry potter"></a>
<a href="http://thecab.rusff.me/" target="_blank"><img src="https://i.imgur.com/fzM6lOx.png" title="the CAB, UK real-life."></a>
<a target="_blank" href="http://wronghighway.rusff.me/" title="кчау"><img src="https://i.imgur.com/4eolZL2.gif" border="0"></a>
<a href="http://septemcross.rusff.me" target="_blank"><img src="https://i.imgur.com/Asa7fNU.gif" title="wonders of the world / crossover"></a>
<a href="http://sweethomecross.rusff.me/" style="cursor: pointer;"><img src="https://forumupload.ru/uploads/001a/bf/46/3/749970.gif"></a>
<a href="http://finiteincantatem.rusff.me/" title="hp: finite incantatem"><img src="https://i.imgur.com/WwVeE8s.png"></a> <a href="http://whatheydo.bestbb.ru/" target="_blank"> <img src="https://imgur.com/Xjq1Ac7.jpg" title="HP: What they do in the shadows. Четыре поколения!" border="0" alt="HP: What they do in the shadows"></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>

<!--// Cкрипт всплывающей подсказки //-->
<script type="text/javascript" src="http://yourjavascript.com/12208652913/quicktip.js"></script>
<script> 
$(document).ready(function(){
$('a [title]').quicktip({ speed:700 });
$('img [title]').quicktip({ speed:700 });
$('div [title]').quicktip({ speed:700 });
$('span [title]').quicktip({ speed:700 });
});
</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://forumstatic.ru/files/001a/b1/9b/98707.png" border="0" /></div>
<div class="go-down" id='OnBottom'><img src="https://forumstatic.ru/files/001a/b1/9b/79603.png" border="0" /></div>
<style>
.go-up,.go-down {
display:none;
position:fixed; /*позиционируем*/
right: 170px; /*указываем положение, если слева - left*/
z-index:9999; /*показываем поверх все элементов на странице*/
cursor:pointer;
opacity:1; /*прозрачность*/
margin-bottom: 50px; /*отступ снизу (можно не указывать)*/
width:56px; /*ширина кнопки*/
height:35px; /*высота кнопки*/
}
.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('--')\" 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');
ft_f.push('Great Vibes');
ft_f.push('Indie Flower');
ft_f.push('Dancing Script');
ft_f.push('IM Fell French Canon SC');
ft_f.push('Amatic SC');
ft_f.push('Righteous');
ft_f.push('Cinzel');
ft_f.push('Gochi Hand');
ft_f.push('Caveat');
ft_f.push('Satisfy');
ft_f.push('Kaushan Script');
ft_f.push('Sacramento');
ft_f.push('Merienda');
ft_f.push('Cookie');
ft_f.push('Ultra');
ft_f.push('Marck Script');
ft_f.push('Bad Script');
ft_f.push('Playball');
ft_f.push('Homemade Apple');
ft_f.push('Rochester');
ft_f.push('Fredericka the Great');
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: {
        '— «Abbott\'s Born to Run»': ['Участники'],
        '— «Abbott\'s Born to Run»': ['Игроки'],
        '— «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: #5c633d;
  margin-top: 0px;
}
.FNTslider .thumb {
  width: 3px;
  height: 10px;
  border-radius: 0px;
  position: relative;
  top: -3px;
  background: #40452a;
  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>

<!--// Репутация без обновления страницы //-->
<script>
if($('#pun-viewtopic').length && !$('#navawards').length)
FORUM.PartnerVote = function() { return true; };
</script>

<!--// Правка глюка Репы при  отсутствии скриптов  руссфф  v2 //-->
<script> if($('#pun-viewtopic').length)$(window).load(function () {
if(!$('#pun-reputation').length)FORUM.PartnerVote = function() { return true; };
});
</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>

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

<!--// Убрать сокращатель ссылок //-->
<script>
FORUM.set("editor.link.short_url", function() { return false; });
</script>

<!--// Кликабельность сообщений //-->
<script type="text/javascript">
$('.post-author ul').each(function(){
  if(GroupID == 3) {
    var id = $(this).find('.pa-author a').attr('href').split('id=')[1];
  } else {
    id = $(this).parents('.post').find('.pl-email:first a').attr('href').split('id=')[1];
  }
  $(this).find('.pa-posts').html('<a href="/search.php?action=show_user_posts&user_id='+id+'" target="_blank">Сообщений</a>:'+$(this).find('.pa-posts').text().split(':')[1]);
});
</script>

0

4

<!-- // Замена стандартной вкладки //-->
<script type="text/javascript">
SmilesNewArray=new Array(
    'http://funkyimg.com/i/2vV91.png',
    'http://funkyimg.com/i/2vV92.png',
    'http://funkyimg.com/i/2vV93.png',
    'http://funkyimg.com/i/2vV94.png',
    'http://funkyimg.com/i/2vV96.png',
    'http://funkyimg.com/i/2vV97.png',
    'http://funkyimg.com/i/2vV99.png',
    'http://funkyimg.com/i/2vV98.png',
    'http://funkyimg.com/i/2vV9a.png',
    'http://funkyimg.com/i/2vV95.png',
    'http://funkyimg.com/i/2vV9u.png',
    'http://funkyimg.com/i/2vV9w.png',
    'http://funkyimg.com/i/2vV9v.png',
    'http://funkyimg.com/i/2vV9x.png',
    'http://funkyimg.com/i/2vV9y.png',
    'http://funkyimg.com/i/2vV9z.png',
    'http://funkyimg.com/i/2vV9S.png',
    'http://funkyimg.com/i/2vV9T.png',
    'http://funkyimg.com/i/2vV9U.png',
    'http://funkyimg.com/i/2vV9V.png',
    'http://funkyimg.com/i/2vV9W.png',
    'http://funkyimg.com/i/2vVaj.png',
    'http://funkyimg.com/i/2vVak.png',
    'http://funkyimg.com/i/2vVam.png',
    'http://funkyimg.com/i/2vVan.png',
    'http://funkyimg.com/i/2vVao.png',
    'http://funkyimg.com/i/2vVap.png',
    'http://funkyimg.com/i/2vVaq.png',
    'http://funkyimg.com/i/2vVar.png',
    'http://funkyimg.com/i/2vVas.png',
    'http://funkyimg.com/i/2vVav.png',
    'http://funkyimg.com/i/2vVaL.png',
    'http://funkyimg.com/i/2vVaK.png',
    'http://funkyimg.com/i/2vVaY.png',
    'http://funkyimg.com/i/2vVb6.png',
    'http://funkyimg.com/i/2vVb7.png',
    'http://funkyimg.com/i/2vVb8.png',
    'http://funkyimg.com/i/2vVb5.png',
    'http://funkyimg.com/i/2vVb4.png',
    'http://funkyimg.com/i/2vVb3.png',
    'http://funkyimg.com/i/2vVb2.png',
    'http://funkyimg.com/i/2vVb1.png',
    'http://funkyimg.com/i/2vVaZ.png',
    'http://funkyimg.com/i/2vVbk.png',
    'http://funkyimg.com/i/2vVbn.png',
    'http://funkyimg.com/i/2vVbm.png',
    'http://funkyimg.com/i/2vVbH.png',
    'http://funkyimg.com/i/2vVbJ.png',
    'http://funkyimg.com/i/2vVbR.png',
    'http://funkyimg.com/i/2vVbS.png',
    'http://funkyimg.com/i/2vVbQ.png',
    'http://funkyimg.com/i/2vVbK.png',
    'http://funkyimg.com/i/2vVbL.png',
    'http://funkyimg.com/i/2vVbM.png',
    'http://funkyimg.com/i/2vVbN.png',
    'http://funkyimg.com/i/2vVbP.png',
    'http://funkyimg.com/i/2vVc1.png',
    'http://funkyimg.com/i/2vVc2.png',
    'http://funkyimg.com/i/2vVc3.png',
    'http://funkyimg.com/i/2vVc4.png',
    'http://funkyimg.com/i/2vVc7.png',
    'http://funkyimg.com/i/2vVc8.png',
    'http://funkyimg.com/i/2vVc5.png',
    'http://funkyimg.com/i/2vVca.png',
    'http://funkyimg.com/i/2vVc9.png',
    'http://funkyimg.com/i/2vVcs.png',
    'http://funkyimg.com/i/2vVct.png',
    'http://funkyimg.com/i/2vVcu.png',
    'http://funkyimg.com/i/2vVcv.png',
    'http://funkyimg.com/i/2vVcB.png',
    'http://funkyimg.com/i/2vVcA.png',
    'http://funkyimg.com/i/2vVcy.png',
    'http://funkyimg.com/i/2vVcx.png',
    'http://funkyimg.com/i/2vVcM.png',
    'http://funkyimg.com/i/2vVcz.png',
    'http://funkyimg.com/i/2vVdg.png',
    'http://funkyimg.com/i/2vVdh.png',
    'http://funkyimg.com/i/2vVdn.png',
    'http://funkyimg.com/i/2vVdo.png',
    'http://funkyimg.com/i/2vVdq.png',
    'http://funkyimg.com/i/2vVdp.png',
    'http://funkyimg.com/i/2vVdr.png',
    'http://funkyimg.com/i/2vVds.png',
    'http://funkyimg.com/i/2vVdt.png',
    'http://funkyimg.com/i/2vVdu.png',
    'http://funkyimg.com/i/2vVdC.png',
    'http://funkyimg.com/i/2vVdD.png',
    'http://funkyimg.com/i/2vVdE.png',
    'http://funkyimg.com/i/2vVdF.png',
    'http://funkyimg.com/i/2vVdG.png',
    'http://funkyimg.com/i/2vVdK.png',
    'http://funkyimg.com/i/2vVdL.png',
    'http://funkyimg.com/i/2vVdM.png',
    'http://funkyimg.com/i/2vVdN.png',
    'http://funkyimg.com/i/2vVdP.png',
    'http://funkyimg.com/i/2vVdQ.png',
    'http://funkyimg.com/i/2vVdR.png',
    'http://funkyimg.com/i/2vVdS.png',
    'http://funkyimg.com/i/2vVdT.png',
    'http://funkyimg.com/i/2vVef.png',
    'http://funkyimg.com/i/2vVeg.png',
    'http://funkyimg.com/i/2vVeh.png',
    'http://funkyimg.com/i/2vVei.png',
    'http://funkyimg.com/i/2vVej.png',
    'http://funkyimg.com/i/2vVek.png',
    'http://funkyimg.com/i/2vVeo.png',
    'http://funkyimg.com/i/2vVev.png',
    'http://funkyimg.com/i/2vVew.png',
    'http://funkyimg.com/i/2vVez.png',
    'http://funkyimg.com/i/2vVeA.png',
    'http://funkyimg.com/i/2vVeB.png',
    'http://funkyimg.com/i/2vVeC.png',
    'http://funkyimg.com/i/2vVeD.png',
    'http://funkyimg.com/i/2vVeE.png',
    'http://funkyimg.com/i/2vVeF.png',
    'http://funkyimg.com/i/2vVeG.png',
    'http://funkyimg.com/i/2vVf1.png',
    'http://funkyimg.com/i/2vVeZ.png',
    'http://funkyimg.com/i/2vVf3.png',
    'http://funkyimg.com/i/2vVf4.png',
    'http://funkyimg.com/i/2vVf5.png',
    'http://funkyimg.com/i/2vVf2.png',
    'http://funkyimg.com/i/2vVf7.png',
    'http://funkyimg.com/i/2vVf6.png',
    'http://funkyimg.com/i/2vVf9.png',
    'http://funkyimg.com/i/2vVf8.png',
    'http://funkyimg.com/i/2vVfn.png',
    'http://funkyimg.com/i/2vVfo.png',
    'http://funkyimg.com/i/2vVfp.png',
    'http://funkyimg.com/i/2vVfq.png',
    'http://funkyimg.com/i/2vVfr.png',
    'http://funkyimg.com/i/2vVft.png',
    'http://funkyimg.com/i/2vVfu.png',
    'http://funkyimg.com/i/2vVfv.png',
    'http://funkyimg.com/i/2vVfw.png',
    'http://funkyimg.com/i/2vVfx.png',
    'http://funkyimg.com/i/2vVfy.png',
    'http://funkyimg.com/i/2vVfz.png',
    'http://funkyimg.com/i/2vVhT.png',
    'http://funkyimg.com/i/2vVhU.png',
    'http://funkyimg.com/i/2vVhW.png',
    'http://funkyimg.com/i/2vVhX.png',
    'http://funkyimg.com/i/2vVhY.png',
    'http://funkyimg.com/i/2vVi1.png',
    'http://funkyimg.com/i/2vVi2.png',
    'http://funkyimg.com/i/2vVhZ.png',
    'http://funkyimg.com/i/2vVi3.png',
    'http://funkyimg.com/i/2vVi5.png',
    'http://funkyimg.com/i/2vVi6.png',
    'http://funkyimg.com/i/2vVi7.png',
    'http://funkyimg.com/i/2vVi9.png',
    'http://funkyimg.com/i/2vVi8.png',
    'http://funkyimg.com/i/2vVia.png',
    'http://funkyimg.com/i/2vVic.png',
    'http://funkyimg.com/i/2vVid.png',
    'http://funkyimg.com/i/2vVie.png',
    'http://funkyimg.com/i/2vVif.png',
    'http://funkyimg.com/i/2vVig.png',
    'http://funkyimg.com/i/2vViM.png',
    'http://funkyimg.com/i/2vViN.png',
    'http://funkyimg.com/i/2vViP.png',
    'http://funkyimg.com/i/2vViQ.png',
    'http://funkyimg.com/i/2vViR.png',
    'http://funkyimg.com/i/2vViS.png',
    'http://funkyimg.com/i/2vViT.png',
    'http://funkyimg.com/i/2vViU.png',
    'http://funkyimg.com/i/2vViX.png',
    'http://funkyimg.com/i/2vViY.png',
    'http://funkyimg.com/i/2vViZ.png',
    'http://funkyimg.com/i/2vVj1.png',
    'http://funkyimg.com/i/2vVj2.png',
    'http://funkyimg.com/i/2vVj3.png',
    'http://funkyimg.com/i/2vVj4.png',
    'http://funkyimg.com/i/2vVj5.png',
    'http://funkyimg.com/i/2vVj7.png',
    'http://funkyimg.com/i/2vVj6.png',
    'http://funkyimg.com/i/2vVj9.png',
    'http://funkyimg.com/i/2vVji.png',
    'http://funkyimg.com/i/2vVjj.png',
    'http://funkyimg.com/i/2vVjk.png',
    'http://funkyimg.com/i/2vVjm.png',
    'http://funkyimg.com/i/2vVjn.png',
    'http://funkyimg.com/i/2vVjo.png',
    'http://funkyimg.com/i/2vVjp.png',
    'http://funkyimg.com/i/2vVjq.png',
    'http://funkyimg.com/i/2vVjK.png',
    'http://funkyimg.com/i/2vVjL.png',
    'http://funkyimg.com/i/2vVjM.png',
    'http://funkyimg.com/i/2vVjN.png',
    'http://funkyimg.com/i/2vVjP.png',
    'http://funkyimg.com/i/2vVjQ.png',
    'http://funkyimg.com/i/2vVjR.png',
    'http://funkyimg.com/i/2vVjS.png',
    'http://funkyimg.com/i/2vVjT.png',
    'http://funkyimg.com/i/2vVjU.png',
    'http://funkyimg.com/i/2vVkj.png',
    'http://funkyimg.com/i/2vVkr.png',
    'http://funkyimg.com/i/2vVkq.png',
    'http://funkyimg.com/i/2vVko.png',
    'http://funkyimg.com/i/2vVki.png',
    'http://funkyimg.com/i/2vVkk.png',
    'http://funkyimg.com/i/2vVkm.png',
    'http://funkyimg.com/i/2vVkn.png',
    'http://funkyimg.com/i/2vVkp.png',
    'http://funkyimg.com/i/2vVkH.png',
    'http://funkyimg.com/i/2vVkJ.png',
    'http://funkyimg.com/i/2vVkK.png',
    'http://funkyimg.com/i/2vVkM.png',
    'http://funkyimg.com/i/2vVkN.png',
    'http://funkyimg.com/i/2vVkP.png',
    'http://funkyimg.com/i/2vVkQ.png',
    'http://funkyimg.com/i/2vVkR.png',
    'http://funkyimg.com/i/2vVkS.png',
    'http://funkyimg.com/i/2vVkU.png',
    'http://funkyimg.com/i/2vVkV.png',
    'http://funkyimg.com/i/2vVkY.png',
    'http://funkyimg.com/i/2vVkZ.png',
    'http://funkyimg.com/i/2vVm1.png',
    'http://funkyimg.com/i/2vVm5.png',
    'http://funkyimg.com/i/2vVm2.png',
    'http://funkyimg.com/i/2vVm3.png',
    'http://funkyimg.com/i/2vVm4.png',
    'http://funkyimg.com/i/2vVm6.png',
    'http://funkyimg.com/i/2vVkX.png',
    'http://funkyimg.com/i/2vVmc.png',
    'http://funkyimg.com/i/2vVmd.png',
    'http://funkyimg.com/i/2vVmi.png',
    'http://funkyimg.com/i/2vVmj.png',
    'http://funkyimg.com/i/2vVmn.png',
    'http://funkyimg.com/i/2vVmk.png',
    'http://funkyimg.com/i/2vVmm.png',
    'http://funkyimg.com/i/2vVmo.png',
    'http://funkyimg.com/i/2vVmp.png',
    'http://funkyimg.com/i/2vVmr.png',
    'http://funkyimg.com/i/2vVmq.png',
    'http://funkyimg.com/i/2vVni.png',
    'http://funkyimg.com/i/2vVnj.png',
    'http://funkyimg.com/i/2vVnk.png',
    'http://funkyimg.com/i/2vVnm.png',
    'http://funkyimg.com/i/2vVnY.png',
    'http://funkyimg.com/i/2vVo7.png',
    'http://funkyimg.com/i/2vVo1.png',
    'http://funkyimg.com/i/2vVnZ.png',
    'http://funkyimg.com/i/2vVo2.png',
    'http://funkyimg.com/i/2vVo3.png',
    'http://funkyimg.com/i/2vVo4.png',
    'http://funkyimg.com/i/2vVo5.png',
    'http://funkyimg.com/i/2vVo6.png',
    'http://funkyimg.com/i/2vVo8.png',
    'http://funkyimg.com/i/2vVow.png',
    'http://funkyimg.com/i/2vVox.png',
    'http://funkyimg.com/i/2vVov.png',
    'http://funkyimg.com/i/2vVoz.png',
    'http://funkyimg.com/i/2vVoA.png',
    'http://funkyimg.com/i/2vVoy.png',
    'http://funkyimg.com/i/2vVoB.png',
    'http://funkyimg.com/i/2vVoC.png',
    'http://funkyimg.com/i/2vVp1.png',
    'http://funkyimg.com/i/2vVp2.png',
    'http://funkyimg.com/i/2vVp3.png',
    'http://funkyimg.com/i/2vVp4.png',
    'http://funkyimg.com/i/2vVp5.png',
    'http://funkyimg.com/i/2vVp9.png',
    'http://funkyimg.com/i/2vVpa.png',
    'http://funkyimg.com/i/2vVpb.png',
    'http://funkyimg.com/i/2vVpc.png',
    'http://funkyimg.com/i/2vVpd.png',
    'http://funkyimg.com/i/2vVpe.png',
    'http://funkyimg.com/i/2vVph.png',
    'http://funkyimg.com/i/2vVpi.png',
    'http://funkyimg.com/i/2vVpj.png',
    'http://funkyimg.com/i/2vVpk.png',
    'http://funkyimg.com/i/2vVpm.png',
    'http://funkyimg.com/i/2vVpn.png',
    'http://funkyimg.com/i/2vVpo.png',
    'http://funkyimg.com/i/2vVpp.png',
    'http://funkyimg.com/i/2vVpq.png',
    'http://funkyimg.com/i/2vVpr.png',
    'http://funkyimg.com/i/2vVpu.png',
    'http://funkyimg.com/i/2vVpv.png',
    'http://funkyimg.com/i/2vVpw.png',
    'http://funkyimg.com/i/2vVpx.png',
    'http://funkyimg.com/i/2vVpy.png',
    'http://funkyimg.com/i/2vVpz.png',
    'http://funkyimg.com/i/2vVpA.png',
    'http://funkyimg.com/i/2vVpB.png',
    'http://funkyimg.com/i/2vVpC.png',
    'http://funkyimg.com/i/2vVpD.png',
    'http://funkyimg.com/i/2vVpG.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 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://funkyimg.com/i/34kHW.gif',
'https://funkyimg.com/i/34kHY.png',
'https://funkyimg.com/i/34kHX.png',
'https://funkyimg.com/i/34kHZ.gif',
'https://funkyimg.com/i/34kJ1.gif',
'https://funkyimg.com/i/34kJ2.png',
'https://funkyimg.com/i/34kJ4.gif',
'https://funkyimg.com/i/34kJ3.png',
'https://funkyimg.com/i/34kJ5.gif',
'https://funkyimg.com/i/335ay.gif',
'https://funkyimg.com/i/34kJ6.gif',
'https://funkyimg.com/i/34kJq.gif',
'https://i.imgur.com/WZ9hPwb.gif',
'https://funkyimg.com/i/34kJp.gif',
'https://funkyimg.com/i/34kJr.gif',
'https://funkyimg.com/i/34kJs.gif',
'https://i.imgur.com/3bkpRar.gif',
'https://funkyimg.com/i/34kJt.gif',
'https://funkyimg.com/i/34kJu.gif',
'https://funkyimg.com/i/34kJS.gif',
'https://funkyimg.com/i/34kJR.png',
'https://funkyimg.com/i/34kJT.gif',
'https://funkyimg.com/i/34kJU.gif',
'https://funkyimg.com/i/34kJW.gif',
'https://funkyimg.com/i/34kJX.gif',
'https://funkyimg.com/i/34kJY.png',
'https://funkyimg.com/i/34kJZ.png',
'https://funkyimg.com/i/34kJV.gif',
'https://funkyimg.com/i/34kK4.gif',
'https://funkyimg.com/i/34kKt.gif',
'https://funkyimg.com/i/34kKs.png',
'https://funkyimg.com/i/335aC.gif',
'https://funkyimg.com/i/34kKw.gif',
'https://funkyimg.com/i/34kKv.gif',
'https://funkyimg.com/i/34kKx.png',
'https://funkyimg.com/i/34kKA.png',
'https://funkyimg.com/i/34kL2.gif',
'https://funkyimg.com/i/34kKy.png',
'https://funkyimg.com/i/34kKu.gif',
'https://forumstatic.ru/files/001a/19/3b/27180.png',
'https://funkyimg.com/i/34kKz.gif',
'https://67.media.tumblr.com/d89df7e4040580b5c2d35c3f8e02b5c5/tumblr_inline_mo3661Ffk31qz4rgp.gif',
'https://funkyimg.com/i/34kKD.gif',
'https://funkyimg.com/i/34kKE.gif',
'https://funkyimg.com/i/34kKF.gif',
'https://funkyimg.com/i/34kKG.gif',
'https://funkyimg.com/i/34kKH.gif',
'https://funkyimg.com/i/34kKJ.gif',
'https://funkyimg.com/i/34kKK.gif',
'https://funkyimg.com/i/34kKL.png',
'https://funkyimg.com/i/34kKM.png',
'http://0s.obuwg5lbfzxxezy.cmle.ru/images/2018/09/01/5caf7247808f9315263bdac503107c7e.gif',
'http://0s.obuwg5lbfzxxezy.cmle.ru/images/2018/09/01/abf8edec281f4ce4460ce53f7998fd8c.gif',
'http://0s.obuwg5lbfzxxezy.cmle.ru/images/2018/09/01/7ca4679feab137192d5cf794ec98cf65.gif',
'https://i.imgur.com/J7ucQ8B.gif',
'http://0s.obuwg5lbfzxxezy.cmle.ru/images/2018/09/01/314eef72d6c051e694868eedbc951043.png',
'https://funkyimg.com/i/335aA.png',
'https://funkyimg.com/i/34kL6.gif',
'https://funkyimg.com/i/34kL7.png',
'https://funkyimg.com/i/34kL9.png',
'https://funkyimg.com/i/34kL8.gif',
'https://funkyimg.com/i/34kLa.gif',
'https://funkyimg.com/i/34kLb.gif',
'https://i.imgur.com/YDHH1LQ.png',
'https://i.imgur.com/oUzKkAv.gif',
'https://funkyimg.com/i/34kLc.gif',
'https://i.imgur.com/dJ41822.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>emoji</a></li><li class="t2"><a>стикеры</a></li><li class="t3"><a>pixel cats</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(\'--\') />');
});
$.each(nabor3, function(i) {
$('div.t3').append('<img src="'+nabor3[i]+'" onclick=smile(\'--\') />');
});
$('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>

0


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


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