апокалипсис | ходячие мертвецы | 18+
в 2010 году ты встретил зомбиапокалипсис

и был вынужден примкнуть к тем, кто

остался жив.

Ты выживешь. Мы верим в тебя.

we need them
настройки
Шрифт в постах

    archives

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

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


    Вы здесь » archives » stay here » промо диз


    промо диз

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

    1

    Структура style.css

    Код:
    /***************************************
    A - SETUP
    ***************************************/
    
    /* A1 Import the colour scheme
    -------------------------------------------------------------*/
    
    /* A1.1 */
      @import url(style_cs.css);
      @import url(https://forumstatic.ru/files/001b/31/48/23035.css?v=6);
    
    :root {
        --base-bg-img: url(https://i.imgur.com/DKf2HOz.jpeg);
        --base-bg: #cdc2b5;
        --base-bg2: #d0c6ba;
        --text: #211510;
        --link: #3c556b;
        --link-hover: #914628;
        --text2: #625768;
        --link2: #7a3f22;
        --nav-color: rgb(172 161 140 / 64%);
        --nav-color-hover: rgba(172,166,140,.64);
        --nav-grad: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%);
        --nav-shadow: 1px 1px 1px rgba(0,0,0,.56);
    }
    
    
    /* A2 Deal with browser defaults and wonkiness
    -------------------------------------------------------------*/
    
    /* A2.1 */
    html, body {margin: 0; padding: 0}
    
    /* A2.2 */
    .punbb * {
      margin: 0px
      }
    
    /* 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; #727578!important;
    }
    
    /* A2.7 */
    p[class="checkfield"] *,
    div[class="checkfield"] *,
    fieldset[class="radiofield"] * {
      height: auto;
      vertical-align: middle
      }
    
    
     /* A3 Text setup
    -------------------------------------------------------------*/
    
    /* A3.1 */
    body {
      font-size: 100.01%;
      }
    
    /* A3.2 */
    .punbb {
      font: normal 70%  verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
      }
    
    /* 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 {
      font-size: 1em;
      font-weight: bold;
      }
    
    .punbb th   {
      font-size: 0.9em;
      font-weight: bold;
      }
    .punbb h4, .punbb table {
      font-size: 1em;
      font-weight: normal;
      }
    
    /* A3.5 */
    .punbb h1 span, .punbb h2 span, .punbb legend span {
      font-size: 1.1em;
      }
    
    /* A3.6 */
    .punbb pre {
      font: 1.1em/140% verdana, arial, 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 dl.post-sig dt span,
    .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 {
        background: #989898 url(https://i.imgur.com/DKf2HOz.jpeg);
        margin: auto;
        width: 963px;
      box-sizing: border-box;
    }
    
    .punbb {
        height: auto;
        margin: 0px 31px;
      padding: 0px 0px;
        width: auto;
    }
    
    
    /* A5.3 */
    #pun-redirect, #pun-maint {
      margin: 50px 20% 12px 20%;
      width: auto;
      float: none;
     min-height: 100px;
      }
    
     #pun-redirect{
          border:0 none!important;
          margin:0;
          padding:0;
          left:0;right:0;
          top:0;bottom:0;
          position:fixed;
          width:100%;
          height:100%;
          text-align:center;
        background:
            #000000 url(https://forumstatic.ru/files/0014/e8/8c/29009.jpg) repeat top center !important;
        }
        #pun-redirect *{
          border:0 none;
        }
        #pun-redirect .main-title {
          display:none;
        }
        #pun-redirect.punbb .info .container{
          text-align:center;
          font:500 10px montserrat;
          display:inline-block;
          left:0;
          right:0;
          top:0;
          bottom:0;
          margin: 5% auto;
          width:auto;
          padding:20px 0px;
          height:auto;
            background: #b9aea2;
        width: 943px;
          margin-top: 5%;
        }
    
    /* A5.4 */
    .punbb .section, .punbb .main {
      margin-bottom: 1em;
      }
    
    /* A5.5 */
    .punbb .category, .punbb .post {
      margin-top: 0.4em;
     position: relative
      }
    
    /* A5.6 */
    .punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
      margin-top: 0;
      }
    
    .punbb .toppost, .punbb .topicpost {
      margin-top: 0px !important;
    }
    
    
    /* 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 11px 0px;
        margin-top: 0x;
      }
    
    /* A5.9 */
    .punbb .container {
      border-style: solid;
      border-width: 1px;
      }
    
    /* A5.10 */
    #pun-main h1, .punbb .section h2, #pun-stats h2, #pun-debug h2 {
      padding: 2px 1em 9px 1em;
      border-style: solid solid none solid;
      border-width: 1px 1px 0px 1px;
      }
    
    #pun-main h2 {
      padding: 2px 1em 9px 1em;
      border-style: solid;
      border-width: 1px;
    }
    
    /***************************************************/*************************************************************
    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 {
        border-top: 1px solid #836850;
        border-bottom: 0px;
        border-left: 0px;
        width: 450px;
        border-right: 0px;
        margin: 10px auto 10px auto;
    }
    
    /* B1.3 */
    .punbb .post-content p {
      margin: 0;
        padding: 2px 6px 8px 6px;
      line-height: 150%; 
    font-family: Verdana;}
    
    
    /* 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;
        padding-bottom: 10px;
        height: auto!important;
        max-height: 200px;
      }
    
    /* B1.8 */
    .punbb .post-content .quote-box, .punbb .post-content .code-box {
    padding: 1.2em 1.2em 1.2em 1em;
     margin: 0.7em 0em 0.7em 0.2em;
    }
    
    
    /* B1.9 */
    .punbb .quote-box cite, .punbb .code-box strong.legend {
        display: block;
        font-size: 1.1em;
        font-style: normal;
        font-weight: bold;
        margin: 0;
        padding-bottom: 0.0em;
    }
    
    /* 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
    -------------------------------------------------------------*/
    
    /* Ïàãèíàòîð 
    -------------------------------------------------------------*/
    
        #paginator {
          opacity: 1;
          position: relative;
          z-index: 1000;
          background: #c6bcaf;
          box-shadow: 0 0 10px 0px #a1998e;
          border: 1px solid #a1998e !important;
          border-radius: 10px;
          table-layout: auto !important;
          width: auto !important;
          border-radius: 4px;
          font-size: 12px;
          padding: 5px;
          top: 10px;
        }
         
        #paginator td {
          padding: 0.4em;
          border-style: none;
        }
         
        #pnav:hover {
          background: rgba(0,0,0,.18); /* ôîí öèôðû ïðè íàâåäåíèè êóðñîðà */
          color: var(--text)
        }
    
    /* B3.1 */
    .punbb .linkst {
      width: auto;
      font-size: 12px;
    height: auto;
        color: var(--text);
        font-family: philosopher;
        text-transform: lowercase;
        border-bottom: 0;
        box-sizing: border-box;
        margin-top: -23px !important;
        display: flex;
        align-self: center;
        justify-content: space-between;
        margin: 0 !important;
        padding: 10px 14px;
      }
    
    
    /* B3.4 */
    .linkst .postlink {
      text-align: right;
      font-weight: normal;
      }
    
    /* B3.5 */
    .punbb .linksb {
      text-align: right;
        /* padding: 16px 15px; */
        padding: 1.5em 2em 1.5em 1em;
        font-size: 12px;
        color: var(--text);
        font-family: play;
        font-weight: bold;
    margin-top: -30px !important;
      }
    
    #profile .linksb {
      height: 10px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: auto;
      border: none !important;
    }
    
    #profile .button {
      margin-top: 10px !important;
    }
    
    #profile .clearer {
      display: none
    }
    
    #profile .linksb:after {
      display: none
    }
    
    /* B3.6 */
    .linksb .pagelink {
      float: left;
      width: auto;
      text-align: left;
        margin-top: 10px;
      }
    
    /* B3.7 */
    .linksb .postlink {
      float: right;
      width: auto;
      font-weight: bold;
    margin-top: 0px;
      }
    
    /* B3.8 */
    .subscribelink {
      clear:both;
      padding-top: 0.2em;
      padding-bottom: 1.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 0em;
        margin: -10px 4px 9px 15px;
      }
    
    /* 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 0px 0 0px;
      margin: 0 0 1em 0
      }
    
    /* C1.5 */
    .punbb fieldset legend {
      padding: 0;
      margin: 0 0 0 11px;
      font-size: 1.1em
      }
    
    /* C1.6 */
    .punbb fieldset legend span {
      padding: 0 5px;
      margin: 0 0 0 -15px;
      }
    
    /* C1.7 */
    .punbb fieldset fieldset {
      border-style: none;
      margin: 0;
      padding: 0 0 8px 0
      }
    
    /* C1.8 */
    .punbb .fs-box {
      padding: 1em 0 0.8em 0;
      }
    
    /* C1.9 */
    .punbb .fs-box p, .punbb .fs-box fieldset {
      padding: 0 0 0.8em 0
      }
    
    /* C1.10 */
    .punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
      float: left;
      margin-right: 1em;
      }
    
    /* C1.11 */
    .punbb .inline .infofield {
      clear:both
      }
    
    /* C1.12 */
    .punbb .datafield br {
      display: none
      }
    
    /* C1.13 */
    .punbb .required label, .punbb .datafield span.input {
      font-weight: bold
      }
    
    /* C1.14 */
    .punbb .datafield span.input a {
      font-weight: normal;
      }
    
    /* C1.15 */
    .punbb .areafield span.input, .punbb p.longinput span.input {
      display: block;
      padding: 0 4em 0 0;
      height: 100%; /* For IE */
      }
    
    /* C1.16 */
    .punbb textarea, .punbb .longinput input {
      width: 64%;
      margin-left: 10px;
      }
    
    /* 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;
      }
    
    .punbb .helplinks span INPUT {
      margin: 0px 2px 2px 0px;
    }
    
    /* 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: 60%;
      }
    
    /* 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: 35%;
    padding-right: 10px;
    }
    
    
    /* C2.4 */
    #pun-userlist .main .tcl,
    #pun-searchtopics .main .tcl,
    #pun-modviewforum .main .tcl {
      width: 40%
      }
    
    /* C2.5 */
    #pun-userlist .main .tc2,
    #pun-searchtopics .main .tc2 {
      text-align: left;
      width: 20%;
      }
    
    /* C2.6 */
    #pun-debug table .tcl {
      width: 15%;
      white-space:normal;
      }
    
    /* C2.7 */
    #pun-debug .tcr {
      width: 90%;
      white-space: normal;
      }
    
    /* C2.8 */
    #pun-index .tcl h3 {
        font-family: Gloria Hallelujah;
        font-size: 18px;
        font-style: normal;
        letter-spacing: 1px;
        font-weight: lighter;
        text-transform: lowercase;
        padding: 2px 0px 4px 0px;
        /* margin-left: 50px !important; */
        margin-top: 10px !important;
        border-bottom: solid 1px #8c7366;
      }
    
    /* 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 td div.tclcon {
        font-size: 11px;
        line-height: 10px;
        margin-left: 0;
        text-align: left;
    }
    
    /* C2.15 */
        .punbb div.icon {
    float: left;
        z-index: 100;
        display: block;
        width: 45px;
        position: absolute;
        height: 45px;
        /* max-width: 34px; */
        opacity: 0.9;
        padding-right: 4px;
        margin-left: 3px;
        margin-top: 27px;
    }
    
     /* C3 Topics
    -------------------------------------------------------------*/
    
    /* C3.1 */
    .punbb .post .container {
      border-style: none solid solid solid;
      border-width: 0px;
      margin-top: 0px;
      padding-bottom: 1px;
      }
    
    /* C3.2 */
    .punbb .post .container {
      border-style: none solid solid solid;
      border-width: 0px;
      margin-top: 0px;
      padding-bottom: 1px;
      }
    
    /* C3.2 */
    .punbb .post h3 {
        border-width: 0px;
        -webkit-text-size-adjust: 100%;
        background: url(https://i.imgur.com/JI0YXXt.png) no-repeat scroll center top;
        width: 962px !important;
        height: 102px;
        margin-top: 27px !important;
        margin-left: -29px !important;
      }
    
    /* C3.3 */
    .punbb .post h3 span {
        padding: 20px 122px 3px 267px;
        display: block;
        text-align: left;
        font: bold 10px philosopher;
        text-transform: lowercase;
        line-height: 60px;
        color: #5a5a5a!important;
        text-shadow: 1px 1px 1px rgba(0,0,0,.5);
        position: relative;
      }
    
    .punbb .post h3 strong {
       float: right;
      width: auto;
      text-align: right;
      font-weight: normal;
      padding: 0 0px;
      }
    
    .post h3 span strong:before {
      content: "#"
    }
    
    #pun .post h3 a {
    color: #b7602c;
        text-shadow: 0 0 2px #485d6b;
    
    }
    
    #pun .post h3 a:hover {
      color: #81462a
    }
    
    
    /* C3.5 */
    .punbb .post .post-author {
      float: left;
      }
    
    /* C3.6 */
    .punbb .post .post-author ul, .punbb .post .post-author p {
      padding: 0 1em 1em 1em;
      line-height: 140%;
      }
    
    /* C3.7 */
    .pa-author {
      font-size: 1.1em;
      font-weight: bold;
      }
    
    /* C3.8 */
    .pa-author a {
      text-decoration: none
      }
    
    /* C3.9 */
    li.pa-title {
      padding-bottom: 0.4em;
        font-weight: bold;
        color: #594a41;
      }
    
    
    li.pa-online {
    line-height: 0.8em;
        border-left-style: solid;
        border-left-width: 0.7em;
        padding-left: 0.4em;
        margin-top: 7px;
        margin-bottom: 5px !important;
      }
    
    /* C3.11 */
    .punbb .post-body {
      margin-left: 213px;
      border-left-style: solid;
      border-left-width: 1px;
    padding: 0px 0px 0px 0px;
      }
    
    /* C3.12 */
    .punbb .post-box {
      padding: 0.5em 0.5em;
      }
    
    /*C3.13 */
    .punbb fieldset .post-box {
      margin-bottom: 0.8em;
      }
    
    /* C3.14 */
    .punbb .post-links {
    margin-left: 0em;
        border-left-style: solid;
        padding: 0px 14px;
        border-left-width: 1px;
    margin-top: -4px;
      }
    
    .post + .post {
      margin-top: -35px !important;
    }
    
    .post.topicpost {
      margin-top: -40px !important;
    }
    
    /* C3.15 */
    .punbb .post-links ul {
      padding: 0 0em 0px 0;
      height: auto;
      border-top-style: dashed;
      border-top-width: 1px;
      background: transparent;
      text-align: right;
      margin-bottom:0px;
      }
    
    /* C3.16 */
    .punbb .post-links li {
      display: inline;
      margin-left: 1em;
    font-family: play;
        font-size: 11px;
        font-weight: bold;
      }
    
    .punbb .post-links ul li:first-child {
      margin-left: 0
    }
    
    .endpost .post-links ul {
      border: 0 !important;
    }
    
    /* 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: 1em 0em;
      text-align: right;
        margin-top: -3px;
        margin-left: 0px;
      }
    
    
    /* C4.2 */
    .punbb .modmenu strong, .punbb .modmenu a {
      height: 0em;
      line-height: 1.8em;
      }
    
    #pun .modmenu span {
      font-weight: 500 !important;
    }
    
    /* 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: 15em;
      }
    
    /* C6.2 */
    #profilenav {
      float: left;
      width: 14em;
      margin-left: -15em;
      display: inline;
      }
    
    /* C6.3 */
    #profilenav li {
      padding-bottom: 0.8em;
      font-weight: normal;
      }
    
    /* 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 {
      padding: 3px 0 0 10px;
      margin: 0 14px -0.6em 14px;
      text-align: center !important;
      }
    
    /* 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: normal;
      }
    
    /*C6.9 */
    #setmods dt {
      float: left;
      width: 14em;
      margin-left: -16em;
      padding: 0.8em 1em;
      font-weight: bold;
      display: inline;
      }
    
    /* C6.10 */
    #viewprofile li strong, #viewprofile li div, #setmods dd {
      display: block;
      padding: 0.5em 1em;
      font-weight: normal;
      }
    
    /* C6.11 */
    .punbb img.avatardemo {
      float: right;
      margin: 0 0 0.8em 1.8em
      }
    
    
    /* C7 User list
    -------------------------------------------------------------*/
    
    /* C7.1 */
    #pun-userlist .formal, #pun-userlist .formal .container {
      border-bottom: none;
      margin-bottom: 0;
      }
    
    /* C7.2 */
    #pun-userlist .usertable .container {
      padding: 0 2.3em 2.3em 2.3em;
      border-top: none;
      }
    
    /* C7.3 */
    #pun-userlist .usertable table {
      border-style: solid;
      border-width: 1px;
      }
    
    
    /***************************************************/*************************************************************
    D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
    **************************************************************/
    
    /* D1 Logo and description
    -------------------------------------------------------------*/
    
    /* D1.1 */
    #pun-title {
      margin: 0;
      border: none;
      margin-bottom: -35px;
    }
    
    /* D1.2 */
    #pun-title h1 {
      display : block;
      height: 10px;
      margin: -1px 0px 0px -30px;
    }
    
    /* D1.3 */
    #pun-title .container {
      border: none ;
      padding: 0.2em 1em 0.8em 1em;
      }
    
    /* D1.4 */
    #pun-title h1 span {
      display: none;
    }
    
    #pun-title TD.title-logo-tdl {
      border: none;
      width: 100%;
    }
    
    #pun-title TD.title-logo-tdr {
    	border: none;
    	width: 420px;
    }
    
    /* D2 Page navigation
    -------------------------------------------------------------*/
    
    /* D2.1 */
    #pun-pagelinks {
      position: absolute;
      top: -15px;
      left: 0;
      margin: 0;
      border: none;
      padding-left: -20px;
      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 {
      border: none;
    margin: -78px 0px 42px 0px;
    }
    
    #pun-navlinks .container {
      border: none;
      margin: 0;
      }
    
    /* D3.2 */
    #pun-navlinks .container {
      font-weight: normal;
    }
    
    /* D.3 */
    #pun-navlinks li {
      display: inline;
      margin: 0;
    }
    
    /* D3.4 */
    #pun-navlinks li a {
        font-family: tahoma;
        font-size: 0.8em;
        padding: 10px 5px 10px 7px;
    }
    
    /* D4 User links
    -------------------------------------------------------------*/
    
    /* D4.1 */
    #pun-ulinks {
        border: none;
    }
    #pun-ulinks .container {
        border: medium none;
        font-weight: bold;
        padding-top: 0px;
        text-align: center;
    }
    #pun-ulinks li, #pun-ulinks li a {
        display: inline;
        white-space: nowrap;
    }
    #pun-ulinks li a {
        font-size: 0.8em;
        padding: 0 0 0 5px;
    }
    
    /* D5 Welcome box and Top Breadcrumbs
    -------------------------------------------------------------*/
    
    /* D5.1 */
    #pun-status, #pun-status .container {
      border-bottom: none;
      margin-bottom: 0;
      }
    
    /* D5.2 */
    #pun-status {
        /* position: absolute; */
        width: 100%;
        margin-top: -13px;
    }
    
    #pun-status .container {
    font-family: 'Philosopher';
        font-size: 8px;
        color: #000000;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 23px;
        letter-spacing: 1px;
    }
    
    #pun-status .container strong, #pun-status .container a {
      font-weight: normal !important;
    color: #333e43
    }
    
    #pun-status .container a:hover {
      color: #6b5f4d 
    }
    
    #pun-status .status-right {
      float: none !important;
    }
    
    #pun-status .item4.status-right, #pun-status .item3 {
    }
    
    #pun-status .item1,#pun-status .item2 {
        /* width: 288px; */
        /* display: block;*/
    }
    
    #pun-status .container:after {
      display: none !important;
    }
    
    /* D5.3 */
    #pun-status span {
      white-space: pre-line;
      margin-right: 0.5em;
      }
    
    /* D5.4 */
    #pun-crumbs1 {
      font-weight: bold;
      overflow: hidden;
      margin-top: 15px;
    position: relative
      }
    
    /* D5.5 */
    #pun-crumbs1 p.container {
      border-top: none;
      font-size: 1.1em;
      }
    
    /* D5.6 */
    #pun-break1 {
      margin: 0 1em;
      border-style: solid none;
      border-width: 1px 0;
      height: 0;
      margin: -2px 1em;
      position: relative;
      z-index: 1;
      }
    
    /* D6 Announcement
    -------------------------------------------------------------*/
    
    /* D6.1 */
    #pun-announcement h2 {
      padding: 0;
      margin: 0 1em -3.5em 1em;
      border-style: none none solid none;
      border-width: 0 0 1px 0;
      position: relative;
      font-weight: bold;
    display: none
      }
    
    /* D6.2 */
    #pun-announcement h2 span {
      display: block;
      padding: 1em 0 0.8em 0;
      border-bottom-style: solid;
      border-bottom-width: 1px;
      }
    
    /* D6.3 */
    #pun-announcement .container {
      padding: 5px 0;
      margin-bottom: 0px;
      margin-top: -10px;
    text-align: center;
     margin-bottom:0px !important;
      }
    
    /* D7 Statistics
    -------------------------------------------------------------*/
    
    /* D7.1 */
    #pun-stats .container {
       padding: 0.8em 2em;
        margin-top: -10px;
    padding: 0.8em 2em;
        margin-top: -10px;
        font-size: 12px;
        font-family: 'Philosopher';
      }
    
    #pun-stats h2 {
      margin-top: -10px !important;
    }
    
    
    /* D7.2 */
    .ststitems {
      display: flex;
      justify-content: space-between;
    }
    
    .ststitems li {
      flex: auto;
      text-align: center;
      padding: 2px 0px
    }
    
    /* D7.4 */
    li#onlinelist {
      margin-top: 1em;
      border-top-style: solid;
      border-top-width: 1px;
      float: left;
      width: 100%;
      padding: 0px 0px 0px;
      color: rgba(0,0,0,.75)
      }
    
    /* D7.5 */
    li#onlinelist div {
        border-top-style: solid;
        border-top-width: 1px;
        padding: 0.7em 0 0 0;
    }
    
    li#onlinelist:first-of-type {
      padding-bottom: 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;
        height: 40px;
      }
    
    /* D8.4 */
    #pun-about .container {
      border-top-style: none;
      text-align: right;
      line-height: 150%;
      padding: 0.8em 1em;
      }
    
    /* D8.5 */
    #pun-about p span {
      display:block;
      padding-left: 50%;
      text-align: center;
      }
    
    /* D8.6 */
    #pun-crumbs2 {
      font-weight: bold;
      overflow: hidden;
      margin-bottom: 0;
      }
    
    /* D8.7 */
    #pun-crumbs2 .container {
      font-size: 1.1em;
      }
    
    /* D8.8 */
    #pun-break4 {
      margin: -2px 1em;
      border-style: solid none;
      border-width: 1px 0;
      position: relative;
      height: 0;
      z-index: 1;
      }
    
    /* D8.9 */
    div.punbb-admin #pun-about .container {
      border-top-style: solid;
      border-top-width: 1px;
      }
    
    
    /* D9 Help file
    -------------------------------------------------------------*/
    
    /* D9.1 */
    #pun-help .formal .info-box h3.legend {
      border-bottom-style: solid;
      border-bottom-width: 1px;
      padding-bottom: 0;
      margin-bottom: 0.8em;
      }
    
    /* D9.2 */
    #pun-help .formal .info-box h3.legend span {
      padding-bottom: 0.6em;
      display: block;
      border-bottom-style: solid;
      border-bottom-width: 1px;
      font-size: 1.1em;
      }
    
    /* D9.3 */
    #pun-help .formal p, #pun-help .formal dd {
      margin-bottom: 1em
      }
    
    /* D9.4 */
    #pun-help .formal ul, #pun-help .formal dl {
      padding: 0 0 0 1em
      }
    
    /* D9.5 */
    #pun-help .formal li {
      padding: 0;
      line-height: 130%
      }
    
    /* D9.6 */
    #pun-help .formal li * {
      vertical-align: text-top
      }
    
    /* D9.7 */
    #pun-help .formal dt span {
      font: 1.4em/120% monaco, "bitstream vera sans" }
    
    
    .stickytext, .closedatafield, #pun-live-rusff, .pl-reports  {display: none}
    
    
    input, textarea {
        outline: none;
    }  
    input:active, textarea:active {
        outline: none;
    } 
    :focus {
        outline: none;
    }
    
    #pun-messages .post h3 {
        width: auto!important;
        margin: 4px 6px 9px -10px !important;
        padding: 3px 5px !important;
        background: none;
        height: auto !important;
        /* border: 1px solid #998e82 !important; */
        border-radius: 5px;
    }
    #pun-messages .post h3 span {
      width: auto !important;
      margin: 0 !important;
      line-height: 100%;
    text-shadow: none!important;
    }
    
    #pun-messages .pa-posts {display: none}
    #pun-messages .pa-online {clear: both}
    #pun-messages .post-content {
      margin-top: 10px !important;
      margin-left: 0px !important;
    }
    
    #main-reply {height: 200px; width: 95%!important;margin-left: 10px!important;
    }
    
    
    
    #mask_dialog .inner, .modal-inner.section, #pun-report .inner, #pun-reputation .inner, #pun-admin-award-form .inner, .editBookmark  {                   
    background: #b5b5b5;
        border: 3px double #6a6458 !important;
        border-radius: 4px;
        padding: 23px !important;
    }
    
    #pun strong.fnt {display: none}
    #pun #pun-viewtopic strong.fnt {display: block}
    strong.fnt:before {
      display: none
    }
    .fnt {
      text-align: center;
      margin-left: 300px !important;
      position: absolute;
        margin-top: 0px;
    }
    
    #post legend span {display: none}
    
    
    #font-area, #size-area, #color-area, #table-area, #smilies-area, #image-area, #imageup-area, #imageattach-area, #keyboard-area, #video-area, #addition-area {top: 55px !important;}
    
    .pl-reports {display: none !important;}
    
    .pa-avatar img {max-width: 200px}
    
    .post-content td { border:none transparent !important;}
    
    ::selection {        background: #607588;
        color: #bababa;
    }
    
    
    
    #html-header {
    font-family: 'Play';
        font-size: 10px;
        font-weight: bold;
    }
    
    #html-header a {
    color: #7f3e25;
        text-shadow: 0 0 3px #703219;
    }
    
    #html-header a:hover {
    color: #515f6b;
        text-shadow: 0 0 3px #515f6b;
        transition: all .4s ease-in-out 0s;}
    
    .post-content abbr {text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-color: #555}
    
    
    #pun #pun-ulinks #Rz {
      display: none !important;
    }
    
    .punbb-admin textarea {
      width: 97% !important;
    }
    
    #pun input[type="checkbox"] {
        appearance: none;
        padding: 6px !important;
        background-color: #747474;
        cursor: pointer;
        transition: all .4s ease-in-out 0s;
        border-radius: 0% !important;
      margin-right: 10px
    }
    
    #pun input[type="radio"] {
        appearance: none;
    
        border-radius: 100% !important;
    padding: 6px !important;
        cursor: pointer;
    border-radius: 0%!important;
        transition: all .4s ease-in-out 0s;
      margin-right: 10px;
    }
    
    input[type="checkbox"]:checked, input[type="radio"]:checked {
        background: #96671f !important;
        border: 1px solid #acacac !important;
    }
    
    span.checkfield, p.checkfield {
        display: flex;
      margin-top: 10px !important;
      align-items: center
    }
    
    .pl-share {display: none !important}
    
    .pl-email.email {
        display: none !important;
    }
    
    
    #form-buttons {
        margin-bottom: 10px
    }
    
    #post-form {
        padding: 0 0px !important;
    }
    
    #post-form h2 {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-bottom: 0px !important;
        text-align: left
    }
    
    .topic {
      margin-top: -20px
    }
    
    #imageupload-left input[type=button] {width:auto !important}
    
    p.formsubmit {
     align-items: center;
      gap: 10px
    }
    
    #plng {
        color: #b3aea4;
        margin-top: 4px;
        font-family: 'Philosopher' !important;
        border-radius: 5px;
        background-color: #755d4c;
        padding: 4px 10px 4px 10px !important;
        box-shadow: 0 0 0 1px #726463 inset, 0 0 0 2px rgb(167 145 145 / 0%) inset, 0 4px 7px 0 rgb(46 60 78 / 20%) inset, 0 0 2px 0 #625547;
        border: solid 1px #ac8d8d;
    }
    
    #BookmCntToggle {margin-top: 30px !important;}
    #MyBookmarks {           background: #979797;
        z-index: 99;
        padding: 10px !important;
        opacity: 0.95 !important;
        box-shadow: inset 0px 0px 8px #37302a !important;
        border: solid 5px #2d3d4b;
    }
    #BookmCntToggle.default-style {background: #b0b0b0 !important;
    border-radius:2px;
    box-shadow: 2px 2px 1px #000;
    opacity: 0.3!important;
    }
    .post .bookmark {color: #54473c!important} 
    #BookmCntToggle.default-style {color: #54473c!important} 
    
    
    
    /*ав гостям и тем кто без ава*/
    .tcr .no-avatar a .avatar-image[style$="default_avatar.jpg)"]{
       background-image:url(https://i.imgur.com/Yp0mGmU.png)!important;
    }
    
    #changepic {
      position: absolute;
      top: 38px;
      margin-left: 233px
    }
    
    .hvStickerPackModalContainer .hvStickerPackModal.active {
        width: 912px !important;
        margin-left: 20px;
        border-radius: 10px;
        border: double 3px #8f8480 !important;
        background: #c1c1c1;
        box-shadow: 0 0 0 0px #848486 inset, 0 0 0 2px rgb(177 177 177 / 0%) inset, 0 5px 10px 0 rgb(66 54 44 / 20%) inset, 0 0 2px 0 #4f403e;
    }
    
    .plashka {display: inline-block;
       background: linear-gradient(rgba(255,255,255,.2) 5%, rgba(0,0,0,.05) 65%), linear-gradient(#432a1a 5%, #432a1a 65%);
        color: #d4823e !important;
        box-shadow: 0 0 0 1px #577a10 inset;
      padding: 9px 15px;
      border: 1px solid #003241;
      transition: all .6s linear 0s !important;
      margin: 5px 10px;
      font-size: 12px;
      border-radius: 6px;
      text-shadow: 1px 1px 1px rgba(0,0,0,.4)
    }
    .plashka span {color: #b9a77f;
    font-family: alice;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 2px;
    display: block;
    }
    
    .plashka a {
      color: #b9a77f !important;
      font-family: alice !important;
    }
    
    .plashka:hover {transform: scale(1.1)}
    
    #pun html.punbb {
      overflow: visible !important;
    }
    
    #pun-index .subforums {
      display: none
    }
    
    div#html-footer {
        margin: 0px 0 0;
        padding: 0 !important;
        margin-top: 2px
    }
    
    #banners {   
    position: absolute;overflow-y: auto;overflow-x: hidden;height: 112px;width: 230px;margin-left: 7px;margin-top: 3px;}
    
    .hvStickerPackModalTab.active {
        background: rgb(180 139 125) !important;
    }
    
    .hvStickerPackModalTab {
    padding: 4px 23px !important;
        border-radius: 5px;
        background: rgb(159 166 176) !important;
        font-size: 12px;
        font-family: play !important;
        cursor: pointer;
        margin-top: 10px !important;
        margin-right: 8px !important;
        box-shadow: 0 0 0 0px #7b2c2c inset, 0 0 0 2px rgb(177 177 177 / 0%) inset, 0 5px 10px 0 rgb(123 123 123 / 20%) inset, 0 0 2px 0 #4f403e;
    }
    
    hvStickerPackItem     {padding: 2px;!important;
        position: relative;!important;
    }
    
    .table_wrap {
      position: absolute;
      margin-left: 338px;
      top: 30px;
      width: 211px;
      display: flex;
      flex-direction: column;
      gap: 0px;
    }
    
    .hvStickerPackItem {
        padding: 2px!important;
        position: relative!important;
    }
    
    #pun-messages .post-author ul {
        color: #000;
        text-shadow: none;
        background: none !important;
    }
    
    #pun-messages .post-author {
        color: #000;
        text-shadow: none;
        /* background: #000 !important; */
        border: 1px solid #b7a585;
        top: 23px !important;
        margin-bottom: 20px !important;
        border-radius: 10px;
        box-shadow: 0 0 5px 0 #695f56;
        width: 227px !important;
    }

    0

    2

    Цвета style_cs.css

    Код:
    /* Прокрутка */
    ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        background-color: rgba(20, 18, 15,0.1);
    }
    
    ::-webkit-scrollbar-thumb {
        height: 6px;
        background: #7d5b52;
        box-shadow: 0px 0px 2px 0px rgb(88 95 102) inset;
    }
    
    /* ФОН */
    HTML {
       background:  url("https://i.imgur.com/S4zDDle.jpeg") repeat-x top center, 
    url("https://forumstatic.ru/files/001b/ee/37/82144.jpg") no-repeat top center; background-color : #000000; 
    }
    
    
    #pun-title {
    border: 0;
        padding: 0 !important;
    }
    
    /* ШАПКА */
    #pun-title table {
        background: url(https://forumstatic.ru/files/001b/ee/37/37008.png);
        height: 409px;
        width: 1315px;
        margin-left: -219px;
        margin-bottom: -25px !important;
    }
    
    #pun-title h1 {
        display: none !important;
    }
    
    #pun-title.section {
      margin: 0 !important
    }
    
    #pun-navlinks a {
    transition: all .2s linear 0s !important;
        font: bold 10px Philosopher !important;
        padding: 1px 5px !important;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-shadow: 0 0 3px #6a3b2a;
        display: inline-block;
        margin: 0px 1px 0 10px;
        /* background-color: #00000063; */
        position: relative;
        color: #655a54;
        /* border: solid 1px #282424cc; */
        border-radius: 5px;
    }
    
    #pun-navlinks a:hover {
    color: #7c3c23;
    text-shadow: 0 0 3px #3b281c;
    }
    
    #pun-navlinks {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #pun-ulinks .container {
        font-family: karstenr !important;
        font-style: normal;
        font-weight: normal !important;
        text-align: center !important;
        text-transform: uppercase;
        width:  100%;
        height: auto !important;
        box-sizing: border-box;
        text-transform: lowercase;
        margin: -6px 0px -11px !important;
    }
    
    #pun-ulinks .item5 {
        display: none;
    }
    #pun-ulinks a {
        transition: all 0.5s linear 0s;
        padding: 0 0px 0px 0px !important;
        position: relative;
        margin-left: 10px;
        display: inline-block;
        font: bold 10px philosopher !important;
        color: #604f42;
        letter-spacing: 1px;}
    
    #pun-ulinks a:hover {
        color: #7c3c23;
    }
    
    #pun-ulinks.section {
        margin-bottom: 26px !important;
    }
    
    .offctgr {display:block!important;
    visibility:visible!important;
    }
    
    .pa-respect img {width: 10px}
    
    
    #profilenav h2 {
        text-align: left !important;
    }
    
    
    .pa-fld5 {
        margin-bottom: -7px !important;
        font-size: 10px !important;
        padding: 0px 30px 0px 10px !important;
        font-family: 'Philosopher';
        font-weight: bold;
        text-align: right;
        color: #594a41;}
    
    .pa-fld4 .fld-name {
        display: none;
    }
    
    .pa-fld4 {
        margin-top: -2px !important;
        margin-bottom: 6px !important;
    }
    
    .plashlz {
         padding: 0 !important;
        width: 210px;
        /* border-radius: 5px; */
        height: 39px;
        box-shadow: 0 0 0 1px #000, 0 0 1px 3px #3c2e22, 0 0 3px 3px #000;
        /* background-color: #161514; */
        font-family: 'Gloria Hallelujah';
        font-size: 10px !important;
        letter-spacing: 1.5px;
        margin-left: 13px !important;
        margin-top: 13px !important;
        text-align: left;
        position: relative;
        background: url(https://i.imgur.com/kfAaBX9.png);
    }
    
    .plashlz img {
        max-height: 45px;
        margin-top: -3px;
        opacity: 0.8;
        /* mix-blend-mode: soft-light; */
        /* -webkit-filter: contrast(1) brightness(1) grayscale(1); */
    filter: brightness(92%); 
        margin-left: 1px;
    }
    
    .plashlz upper {
    /* color: #5a5d60; 
    */position: absolute;
    margin-left: 39px;
    width: 163px;
    text-transform: lowercase;
    text-align: center;
    /* text-align: center; */
    font-size: 10px!important;
    display: block;
    top: 6px;}
    
    
    .plashlz lower {
        display: block;
        color: #6b5b51;
        text-transform: lowercase;
        position: absolute;
        font-size: 9px;
       /*    letter-spacing: 0.2px;*/
        margin-left: 40px;
        text-align: center;
        width: 162px;
        top: 19px;
    }
    
    .pa-fld1 .fld-name {
        display: none
    }
    
    .pa-fld1 {
    background: url(https://i.imgur.com/XxxgNt4.png) no-repeat top, url(https://i.imgur.com/X87onFu.png) no-repeat bottom, url(https://i.imgur.com/dELbPPL.png) repeat-y;
        width: 220px;
        margin-left: 8px !important;
        box-sizing: border-box;
        padding: 20px 2px 8px 2px !important;
        text-align: justify;
        margin-top: -10px !important;
        margin-bottom: -7px !important;
        font: bold 10px play;
    }
    .pa-fld1 name {
        font-family: 'Philosopher';
        font-size: 11px;
        width: 197px !important;
        font-weight: bold;
        color: #56524c;
        text-transform: uppercase;
        display: block;
        padding-top: 14px;
        margin-bottom: -6px;
        margin-top: 0px;
    }
    
    .pa-fld1 ssilka {
        font-family: 'Yeseva One';
        width: 182px;
        font-size: 8px;
        text-align: center;
        text-transform: lowercase;
        letter-spacing: 0.5px;
    }
    .pa-fld1 lz {
        margin: 5px 15px 20px 15px;
        display: block;
        text-align: justify;
        /* font-weight: bold; */
        line-height: 16px;
        color: #75665b;
        /* font-family: alice; */
        padding: 4px;
    }
    
    .pa-fld1 hr {
        background: #362415;
        box-shadow: 0 0 5px 0 #0b0504;
        width: auto;
        height: 1px;
        border: none;
        margin-top: -5px;
        margin-bottom: 7px !important;
    }
    
    .niklz {
        text-align: center;
        font-family: play;
        font-size: 12px
    }
    
    .niklz p {
        font-size: 11px;
        text-transform: lowercase
    }
    
    .twinlz {
        text-align: center;
        text-transform: uppercase;
        font-size: 10px;
        margin-top: 5px !important;
        font-family: alice
    }
    
    .pa-posts, .pa-respect, .pa-fld2, .pa-fld3 {
        font-weight: bold;
        display: inline-block;
        font-size: 10px !important;
        font-family: 'Philosopher';
        padding: 1px 0px 2px 0px !important;
        margin-top: 5px !important;
        width: 105px;
        letter-spacing: 0px;
        margin-left: 0px!important;
        text-transform: lowercase;
        text-align: center;
        margin-bottom: 3px !important;
    }
    
    
    .pa-respect img {width: 7px}
    
    
    .post-author {
    background: url(https://i.imgur.com/azSEFnG.jpeg) no-repeat top center, url(https://i.imgur.com/TaPh9zF.jpeg) no-repeat bottom center, url(https://i.imgur.com/f59T6AO.jpeg) repeat-y center;
        margin-left: -28px !important;
        margin-top: -72px !important;
        padding-bottom: 30px !important;
        width: 244px !important;
        padding-top: 0px !important;
        overflow: visible !important;
        height: 100%;
        position: relative;
    }
    
    .post-content {margin: 0px 0px 0px 3px !important;
    position: relative}
    
    .post-box #post {
        margin-top: 0px !important;
        position: relative
    }
    
    #post-preview .post-content {margin: 0px !important;}
    
    .post-links ul {
        position: relative;
        z-index: 9
    }
    
    .pa-author img {
        display: none;
    }
    
    .post-author .pa-author {
         font-family: 'Philosopher';
        font-weight: bold;
        font-size: 13px;
        text-align: center;
        text-shadow: 0 0px 5px rgb(138 58 48), 0 0 4px rgb(0 0 0);
        transition: all .5s ease-in-out 0s;
        padding: 0px 13px;
        margin-top: 36px !important;
        margin-bottom: 17px !important;
        display: block;
        position: relative;
        line-height: 130%;
    }
    
    
    .pa-author .acchide {
        display: none
    }
    
    
    .post-author ul {
        margin: 0 4px;
        padding: 6px 0px !important;
        text-align: center;
        width: auto;
        color: #97593f;
        margin-left: 3px;
        width: 231px;
        text-shadow: 1px 1px 0 #100b07;
    }
    
    #pun .post-author a {
        color: #995d38;
    }
    
    #pun .post-author a:hover {
        color: #44525c;
        text-shadow: 0 0px 5px rgb(113 127 166), 0 0 4px rgb(0 0 0);
    }
    
    .pa-awards {
        display: none
    }
    
    
    .pa-avatar {
        text-align: center !important;
        margin-top: 6px !important;
        margin-bottom: 5px !important;
        margin-left: 5px !important;
    }
    
    .pa-avatar img {
        box-shadow: 0 0 0 1px #000, 0 0 1px 3px #391d16, 0 0 3px 2px #000;
        border-radius: 3px;
    }
    
    
    .pa-title {
    text-align: center;
        height: auto;
        text-transform: lowercase;
        margin-top: 5px !important;
        font-size: 10px;
        width: 205px;
        CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
        margin-left: 10px !important;
        padding: 5px 6px !important;
        margin-bottom: -6px !important;
        font-family: 'Philosopher';
    }
    
    .pa-ip {clear: both;
    margin-top: 0px !important;}
    
    .pa-online {
        font-family: 'Philosopher';
        padding: 0 !important;
        border: none !important;
        font-weight: bold;
        text-transform: uppercase;
    }
    
    .pa-online strong {    
        color: #795f47;
        font-size: 8px;
    }
    
    
    .punbb th {
        font-size: 0 !important;
    }
    li#navawards, .lastedit {
        display: none !important;
    }
    .pa-gifts, .pa-ua {
        display: none !important;
    }
    
    .punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3, .punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd, .punbb .info-box, .punbb #pun-main .info-box .legend, .punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer, #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 {
        border-color: transparent;
        color: var(--text);
    }
    .punbb .post-box {
        color: #000;
        text-align: justify
    }
    #pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
        border-color: transparent;
        color: var(--text);
        font-style: normal;
        font-weight: normal;
    }
    
    #pun #post-form {
      position: relative
    }
    
    .punbb textarea {
        padding: 10px;
        border-radius: 10px;
        border: double 3px #8f8480 !important;
        background: #a4a4a4;
        box-shadow: 0 0 0 0px #848486 inset, 0 0 0 2px rgb(177 177 177 / 0%) inset, 0 5px 10px 0 rgb(66 54 44 / 20%) inset, 0 0 2px 0 #4f403e;
    }
    
    .punbb #pun-main .quote-box, .punbb #pun-main .code-box {
        border-radius: 10px;
        border: double 3px #8f8480 !important;
        background: #aeaeae;
        box-shadow: 0 0 0 0px #808080 inset, 0 0 0 2px rgb(177 177 177 / 0%) inset, 0 5px 10px 0 rgb(66 54 44 / 20%) inset, 0 0 2px 0 #3e4657;
    }    
       
    
    #pun .quote-box p {
        font-size: 11px
    }
    
    
    #pun .quote-box.spoiler-box {
        padding: 10px !important;
    }
    
    #pun .quote-box cite, #pun .code-box strong.legend {
    display: block;
        font-size: 11px;
        font-style: normal;
        border-bottom: 1px solid #a79c93;
        padding-bottom: 5px;
        text-transform: uppercase;
        font-family: 'Philosopher';
        margin-left: -2px;
        padding-left: 9px;
        margin-bottom: 5px;
        color: #6b503c !important;
    }
    
    
    #pun-main .code-box .scrollbox pre {
    font-size: 11px;
    }
    
    
    .punbb select, input {
        color: #10100f;
        margin-top: 4px;
        font-family: Play !important;
        border-radius: 5px;
        background-color: #9f9f9f;
        padding: 4px 10px 4px 10px !important;
        box-shadow: 0 0 0 1px #797979 inset, 0 0 0 2px rgba(255, 255, 255, .1) inset, 0 4px 7px 0 rgba(255, 255, 255, .2) inset, 0 0 2px 0 #5a5a5a;
        border: solid 1px #c9c4bf;
    }
    
    
    #pun-navlinks .container {
        border-color: transparent;
        color: #152115;
    }
    .offline li.pa-online strong {
        font-weight: normal;
    }
    
    .punbb .container, .punbb .post-body, .post h3, #pun-title, .punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post, #pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2, .punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body, .punbb .post h3 span, .post-links ul, .post-links, .usertable table, #pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span, #pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend, .punbb .divider, .punbb .quote-box, .punbb .code-box, .punbb th, .punbb .formal fieldset .post-box, .punbb .info-box, li.pa-online, .punbb .post-sig dt {
        border-color: transparent;
    }
    .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 {
        border-bottom: 0 none #000;
        color: #514746;
        text-decoration: none;
        transition: color 0.3s ease-in-out;
    }
    
    
    .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 {  border-bottom: 0 none #000;
        color: var(--link-hover);
        text-decoration: none;
    }
    #pun-pagelinks a:active, #pun-pagelinks a:focus {
        background-color: #211a13;
        color: #fff;
    }
    
    .punbb .section h2, #pun-main h1, #pun-stats h2, #pun-main h2, #pun-debug h2 {
        font-family: philosopher;
        font-size: 9px !important;
        text-align: center;
        width: auto;
        letter-spacing: 1px;
        margin-top: -2px !important;
        margin-bottom: 15px !important;
        height: auto;
        color: #4d4440 !important;
        text-transform: uppercase;
        padding: 0 !important;
        /* padding-bottom: 10px !important; */
    }
    
    
    #pun-index h2 {box-shadow: none;
    border: 0 !important}
    
    #pun-main div.catleft, #pun-main div.catright {
        display: none;
    }
    
    /*Старые сообщения*/
    Div.icon {
    background-image : url('https://i.imgur.com/b6Uph3B.png');
    background-repeat: no-repeat;
    font-weight: normal;
    }
    /*Новые сообщения*/
    TR.inew Div.icon {
    background-image : url('https://i.imgur.com/FyvXPeE.png');
    background-repeat: no-repeat;
    font-weight: bold;
    }
    /*Важные темы*/
    TR.isticky Div.icon {
    background-image : url('https://i.imgur.com/McUQLzu.png');
    background-repeat: no-repeat;
    font-weight: normal;
    }
    /*Закрытые темы*/
    TR.iclosed Div.icon {
    background-image : url('https://i.imgur.com/Mj34W1P.png');
    background-repeat: no-repeat;
    font-weight: normal;
    }
    
    
    #pun-viewforum table Div.icon, #pun-messages table Div.icon, #pun-searchtopics table Div.icon {
        background: url(https://i.imgur.com/b6Uph3B.png) no-repeat center;
        display: block;
        float: left;
        height: 30px;
        margin-left: -0px;
        margin-top: -10px;
        position: relative;
        width: 53px;
        opacity: 0.4;
        image-rendering: crisp-edges;
    }
    
    #pun-viewforum TR.inew Div.icon, #pun-messages TR.inew Div.icon, #pun-searchtopics TR.inew Div.icon, #pun-viewforum TR.inew.isticky Div.icon, #pun-messages TR.inew.isticky Div.icon, #pun-searchtopics TR.inew.isticky Div.icon {
        background: url(https://i.imgur.com/FyvXPeE.png) no-repeat center;
        opacity: 1.4;
    }
    #pun-viewforum TR.isticky Div.icon, #pun-messages TR.isticky Div.icon, #pun-searchtopics TR.isticky Div.icon {
        background: url(https://i.imgur.com/McUQLzu.png) no-repeat center;
        opacity: 0.9
    }
    
    #pun-viewforum TR.iclosed Div.icon, #pun-messages TR.iclosed Div.icon, #pun-searchtopics TR.iclosed Div.icon {
        background: url(https://i.imgur.com/Mj34W1P.png) no-repeat center;
        opacity: 0.9
    }
    
    #pun-about .container .item1 {
        font-size: 10px;
        text-align: center;
        position: absolute;
        /* margin-top: 41px; */
        font-family: philosopher;
        width: 1000px;
    }
    
    /*Логотип снизу
     -------------------------------------------------------------*/
    #pun-about p.container {
        margin-top: 0px !important;
        width: auto;
        padding: 0 !important;
        border: 0 !important;
        background: url(https://i.imgur.com/OGsT33D.jpeg) top left;
        width: 962px !important;
        height: 203px !important;
        margin-left: -28px;
    }
    
    #pun-about {
        border: 0 !important;
        padding: 0 !important;
        margin-bottom: 0 !important;
    }
    
    div#pun-about {
        margin-top: -20px;
    }
    
    
    #pun-announcement.section h2 span {
        display: none;
    }
    
    .punbb input {
    color: #b3aea4;margin-top: 4px;font-family: 'Philosopher' !important;border-radius: 5px;background-color: #755f4c;padding: 4px 10px 4px 10px !important;box-shadow: 0 0 0 1px #726463 inset, 0 0 0 2px rgb(167 145 145 / 0%) inset, 0 4px 7px 0 rgb(46 60 78 / 20%) inset, 0 0 2px 0 #625547;border: solid 1px #ac8d8d;}
    
    .button, #pa-edit strong a  {
         color: #bbb0a9;
        margin-top: 4px;
        font-family: 'Philosopher' !important;
        padding: 4px 10px 4px 10px !important;
        background-color: #7a644d;
        border-radius: 5px;
        box-shadow: 0 0 0 1px #726463 inset, 0 0 0 2px rgb(167 145 145 / 0%) inset, 0 4px 7px 0 rgb(46 60 78 / 20%) inset, 0 0 2px 0 #625547;
        border: solid 1px #ac8d8d;
    }
    
    .button:hover, #pa-edit strong a:hover {
        color: #b2b2b2;
        margin-top: 4px;
        font-family: Philosopher !important;
        border-radius: 5px;
        background-color: #8a4c29;
        padding: 4px 10px 4px 10px !important;
        box-shadow: 0 0 0 1px #726463 inset, 0 0 0 2px rgba(255, 255, 255, .1) inset, 0 4px 7px 0 rgba(255, 255, 255, .2) inset, 0 0 2px 0 #625547;
        border: solid 1px #aeaeae;
        transition: 0.5s;
        cursor: pointer;
    }
    
    
    #pun-crumbs1 a,
    #pun-crumbs2 a {
    	font-weight: 700  !important;
    }
    
    #pun-index #pun-crumbs1, #pun-index #pun-crumbs2 {
        display: none
    }
    
    #pun-crumbs1,
    #pun-crumbs2 {
        font-family: play!important;
        font-size: 11px !important;
        letter-spacing: 0 !important;
        padding-left: 0 !important;
        font-weight: 500 !important;
        text-align: left;
        margin-top: 4px !important;
        margin-bottom: 10px !important;
        margin-left: 12px !important;
        text-transform: lowercase;
    }
    
    #pun-crumbs2 {
    	display: inline-block;
    	position: relative;
    }
    
    #pun-crumbs1 .container strong+em,
    #pun-crumbs2 .container strong+em {
    	display: none !important;
    }
    
    .post_reputation {
        background: #c6bcaf;
        box-shadow: 0 0 10px 0px #a1998e;
        border: 1px solid #a1998e !important;
        border-radius: 4px;
    }
    
    
    #font-area, .popup_graffiti, #size-area, #image-area, #color-area, #addition-area, #video-area, .inner .popup_graffiti, #table-area, #keyboard-area, #smilies-area, #spoiler-area {
    color: #333;
        background: #b9b9b9;
        box-shadow: 0 0 10px 0px #a1998e;
        border: 1px solid #8b8b8b !important;
        border-radius: 4px;
        padding: 15px !important;
    }
    
    
    #keyboard-area input {box-shadow: none;
    color: #312c12!important;}
    
    #font-area {height: 300px;
    overflow-y: auto;
    padding: 5px;
    text-align: left;
    width: 150px}
    
    
    #pun-index .tcmod {
        display: none
    }
    
    
    
    #pun-index .category h2, #pun-stats h2 {
        width: 939px;
        /* height: 76px; */
        padding: 0px 0 0px 0 !important;
        margin-left: -30px !important;
        margin-top: -15px !important;
        margin-bottom: -9px !important;
        border: 0 !important;
        font-size: 0 !important;
    }
    
    #pun-index #pun-category1 h2 {
        margin-top: -23px !important;
    }
    
    #pun-index .category .container {margin: 0px 0px !important;
        margin-top: -1px !important;
        position: relative;
    }
    
    #pun-index .category table {
        border-spacing: 0px 0px;
        border: 0 !important;
    }
    
    #pun-index .category td {
        border: 0 !important;
    }
    
    #pun-index .category tr {
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* background: #a8a7a6; */
        margin-top: -1px;
        box-shadow: 0 0 0px 0px #a1998e;
        border: 1px solid transparent !important;
        padding: 3px 19px;
        /* box-shadow: 0 0 0 1px #948f8a inset, 0 0 0 2px rgb(177 177 177 / 0%) inset, 0 2px 5px 0 rgb(66 54 44 / 20%) inset, 0 0 2px 0 #645a50; */
        border-radius: 5px;
    }
    
    #pun-index .category tr.inew {
    
    }
    
    #pun-index .category tr + tr {
        margin-top: 20px
    }
    
    #pun-index thead {display: none}
    
    
    
    #pun-index .tclcon h3 {
        text-align: left;
        display: block;
        position: relative;
        margin: 0px !important;
        margin-left: 0px !important;
        margin-bottom: 5px !important;
    } 
    
    
    
    #pun-index .tcl {
        padding: 0px !important;
    }
    
    #pun-index .tclcon {
        text-align: justify;
        margin: 1px 11px;
        padding:0px;
        line-height: 14px;
        width: auto;
        z-index: 1;
        font-weight: normal;
        font-family: alice;
        font-size: 11px;
        position: relative;
    }
    
    .forumdesc center b {
        font-size: 9px;
        letter-spacing: .09em;
        margin-bottom: 9px;
        display: block;
        font-weight: normal;
        height: 14px;
        line-height: 11px;
        text-align: left
    }
    
    
    #pun-index .tc2, #pun-index .tc3, #pun-index .tcmod {
        font-family: alice;
        font-size: 14px;
        width: 3%
    }
    
    
    #pun-index .tcr {
        font-size: 13px;
        width: 32%;
        position: relative;
        overflow: visible;
        text-align: left;
        text-transform: lowercase;
    }
    
    #pun-index .tcl {width:60% !important;
        position: relative
    }
    
    #pun-index .user-avatar {
        margin-right: 10px !important;
    }
    
    .punbb .user-avatar .avatar-image {
        border-radius: 20% !important;
        height: 30px !important;
        width: 30px !important;
        border: solid 2px #231c19;
        opacity: 0.75 !important;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
       border-left: 3px solid #615a54;
        border-right: 3px solid #7b7472;
        border-top: 2px solid #615a54;
        border-bottom: 2px solid #7b7472;
        /* outline: 1px solid #998787f7; */
        float: left;
        filter: brightness(0.7) !important;
    }
    .punbb .user-avatar .avatar-image:hover {
        filter: none !important;
        mix-blend-mode: normal;
        opacity: 1.0!important;;
        transition: all .5s ease-in-out 0s;
    }
    
    .punbb .user-avatar .isonline {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 14px!important;
        right: 13px!important;
        animation: blinkColor .9s linear infinite;
        -moz-animation: blinkColor .9s linear infinite;
        -webkit-animation: blinkColor .9s linear infinite;
        background: #6480ab !important;
        z-index: 100;
    }
    
    #pun-index .tc2, #pun-index .tc3 {
        display: none
    }
    
    .Add {
        display: block;
        padding: 0px;
        color: #222a2f;
        width: auto;
        letter-spacing: 0px;
        position: absolute;
        top: 6px;
        font-size: px;
        right: 40px;
    }
    .Tems_And_messages {
        font-size: 0px;
        /* text-transform: uppercase; */
        font-family: play;
        font-weight: 500;
        text-align: right;
        /* background-color: #a69f95; */
        font-family: 'Philosopher';
        text-transform: uppercase;
        padding: 2px;
        /* border-radius: 5px; */
        /* border: solid 1px #827878; */
        display: inline-block;
    }
    
    .Tems_And_messages span {    padding: 4px 10px 6px 10px;
    }
    
    #pun {
        background-position: center top;
        background-repeat: repeat-y;
    }
    
    #pun-main .post-author ul {
        font-size: 10px;
        text-align: center;
    }
    
    .punbb .post {
        border-color: transparent;
    }
    
    .topic a.sharelink {
        display: none;
    }
    
    textarea#main-reply:focus {
    outline:1px solid rgba(0,0,0,0)!important;
    }
    
    .go-up, .go-down {
        cursor: pointer;
        display: none;
        margin-bottom: 160px;
        opacity: 1;
        position: fixed;
        z-index: 9999;
        padding: 0px 0px;
        transition: transform 1s cubic-bezier(0.72, -0.01, 0, 1) 0s, filter .5s cubic-bezier(0.72, -0.01, 0, 1) 0s;;
    }
    
    
    .go-up {
        bottom:200px;
        margin-left: 945px !important;
        font-size: 50px;
    }
    
    
    .go-down {
        bottom: 136px;
        margin-left: 945px !important;
        font-size: 18px;
    }
    
    .go-up:hover, .go-down:hover {
        transform: scale(.9);
        filter: brightness(1.5)
    }
    
    
    /*БыстроПлюсы для Топика!*/
    .noNull:before {
      content: "+";
      font-size: 9px;
      display: inline-block;
      margin-left: -6px;
      margin-top: 0px;
      position: absolute;
    }
    div .post-rating p>a {
          text-align: center;
        outline: 1px solid transparent;
        font-weight: 700;
        background: url(https://forumstatic.ru/files/001b/a6/d4/26514.svg) no-repeat center;
        background-size: 38px auto;
        position: relative;
        padding-left: 1px;
        z-index: 100;
        font-family: 'Philosopher';
        width: 38px;
        height: 39px;
        text-align: center;
        font-size: 12px !important;
        display: inline-block;
        vertical-align: middle;
        line-height: 39px;
        color: #8b6960;
    }
    div.dark-style .post-rating p>a {
      color: #6BC8AF !important;
    }
    div.post-vote {
        margin-bottom: 65px;
    }
    div.post-vote p>a {
      font-size: 0 !important;
      position: absolute;
      cursor: pointer;
      z-index: 200;
      width: 23px;
      background: url(https://forumstatic.ru/files/0012/d8/04/75043.png?) no-repeat;
      display: block;
      background-size: 100%;
      margin-left: 29px;
      margin-top: 42px;
    }
    .post.dark-style div.post-vote p>a {
      background: url(https://forumstatic.ru/files/0012/d8/04/38128.png?) no-repeat;
      background-size: 100%;
    }
    #pun-status .status-right {
        float: right;
    display: none;
    }
    
    /* настройка блока ссылок, цвет фона, тени, прозрачность, отступы */
    .sslka {        
    display: block;
        /* opacity: .95; */
        border: double 3px #251608;
        border-radius: 10px;
        padding: 4px;
        box-shadow: 0px 0px 15px #121a1e inset;
        background: rgb(32 38 47);
    }
    
    /* настройка вида самой ссылки, ширина, цвет, фон, шрифты и так далее */
    #pun .sslka a {
        white-space: nowrap;
        margin: 3px auto;
        /* border-radius: 2px; */
        /* border-bottom: solid 1px #4f443b; */
        /* text-align: center; */
        transition: all 0.3s linear 0s;
        display: block;
        padding: 2px 4px 2px 8px;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: center;
        width: 165px;
        color: #8a573f;
        text-shadow: 0px 0px 1px rgba(0, 0, 0, 1);
        font-family: philosopher;
    
    }
    
    /* ссылка при наведении */
    #pun .sslka a:hover {
    background-color: #2a3246 !important;
        opacity: .9;
        transform: scale(.8);
        color: #c78564;
    }
    
    /*Разделитель перед формой ответа*/
    #pun #post-form h2 {
        background: url(https://i.imgur.com/JI0YXXt.png) no-repeat scroll center top;
        width: 931px !important;
        height: 105px;
        font-size: 0 !important;
        margin-left: -30px;
        margin-top: -35px !important;
        padding-top: 0px;
    }
    
    
    element.style {
    }
    .punbb * {
        margin: 0;
    }
    .opisanie {
        color: #000000;
        line-height: 12px;
    }
    
    .opisanietext {
        display: block;
        font-family: 'alice';
        font-size: 10px;
        padding: 0px 17px 0px 47px;
        line-height: 15px;
        margin-left: 0px !important;
    }
    
    .opisaniebanners {opacity: 0.7;}
    
    .opisaniessilki {
        display: block;
        font-size: 9px;
        margin-top: 9px !important;
        text-transform: uppercase;
        padding: 1px;
        text-align: center;
    }
    
    .zagolovokforuma {
       font-size: 10px;
        color: #615a54;
        text-transform: lowercase;
        display: inline;
        font-size: 9px;
        font-family: Gloria Hallelujah;
        font-weight: bold;
        font-family: 'Gloria Hallelujah';
        letter-spacing: 1px;
    }
    
    a.menu:link, a.menu:visited, a.menu:active{
            font-size: 8px;
        /* color: #325069; */
        line-height: 19px;
        border-radius: 5px;
        border-left: 3px solid #615a54;
        border-right: 3px solid #7b7472;
        border-top: 2px solid #615a54;
        border-bottom: 2px solid #7b7472;
        background-color: #9e9e9e;
        font-family: philosopher;
        font-weight: bold;
        padding: 1px 7px;
        /* border-right: solid 2px #325069; */
        /* padding: 3px 6px; */
    }
    
    a.menu:hover{
           font-size: 8px;
        color: #adadad;
        background-color: #896f67;
     border-radius: 5px;
    }
    
    #pun-stats li.item1, #pun-stats li.item2, #pun-stats li.item3, #pun-stats li.item4 {
        display: inline-block;
        margin-right: 4px;
        padding: 4px 12px;
        font: 500 10px 'philosopher', verdana, sans-serif;
        text-align: center;
        text-transform: uppercase;
    }
    
    #pun-index .tcr a {        font-size: 12px;
        font-family: 'philosopher';
        line-height: 20px;
        letter-spacing: 0.5px;
        font-weight: bold;
    }
    #pun-index .tcr {
        text-align: left;
    text-align: left;
        font-size: 12px;
        font-family: 'philosopher';
    }
    
    /*Фон под контейнеры в форме Ответа*/
    #pun_wrap #post .container[id$="-area"]{
        background: rgb(203 203 203) !important;
        padding: 10px !important;
        border-radius: 10px;
        border: double 3px #8f8480 !important;
    }
    #smilies-area, #video-area {
        width: 510px!important;
    }
    
    .tabs li a {
    background: transparent url(viewtopic.php) no-repeat scroll 0 0/cover;
        color: #111!important;
        display: block;
        margin-bottom: -1px;
        padding: 0 5px 1px;
        position: relative;
        text-align: center;
        text-decoration: none;
        width: 112px!important;
    }
    
    #pun .post-content hr {
        border-top: solid 1px #784747!important;
        border-bottom: 0px;
        border-left: 0px;
        border-right: 0px;
        margin: 0px auto 10px auto;
    }
    
    .hr {
        border-top: 3px double #746c60;
        border-bottom: 0px;
        border-left: 0px;
        width: 450px;
        border-right: 0px;
        margin: 10px auto 10px auto;
    }
    .post-content hr {
        opacity: 0.2;
        filter: alpha(opacity=50);
        margin-bottom: 0.8em;
    }
    
    .post-content .highlight-text {
    background-color: #77838f !important;
        padding: 0px 3px;
        border-radius: 5px;
        color: #000;
    }
    
    
    /* ОФОРМЛЕНИЕ ВНЕХ
    -------------------------------------------------------------*/
    .faces1 {
    text-orientation: upright!important;
        font-family: 'Yeseva One';
        letter-spacing: 2px;
        text-align: center;
        color: #000000;
        heigth: auto!important;
        line-height: 180%;
        margin-top: -90px!important;
    }
    
    .faces2 {
        height: 100px;
        margin-left: 0px!important;
        overflow: auto;
        padding: 20px 20px 20px 20px;
        color: #383838;
        text-align: left;
        /* box-shadow: 0 0 0 1px #b4aca5 inset, 0 0 0 2px rgb(90 63 63 / 0%) inset, 0 5px 10px 0 rgb(105 96 88 / 20%) inset, 0 0 4px 0 #9e907f; */
        border: double 3px #8b8479!important;
        background: #aaa398;
    }
    
    .female {
    font-family: yeseva one;
        font-size: 16px;
    }
    #file1{
    font-family: yeseva one;
        font-size: 16px;
    }
    /* ОФОРМЛЕНИЕ ВНЕХ КОНЕЦ
    -------------------------------------------------------------*/
    
    
    .admin1 {
        display: block;
        position: absolute;
        margin-top: 241px !important;
        margin-left: 62px !important;
        opacity: 0.9;
    }
    
    .admin1 img {
      transition: all .4s ease-in-out 0s
    }
    
    .admin1 img:hover {
      opacity: 1;
    filter: brightness(1.3);
    }
    
    .admin2 {
        display: block;
        position: absolute;
        margin-top: 67px !important;
        margin-left: 26px !important;
    }
    }
    
    .admin2 img {
      transition: all .4s ease-in-out 0s
    }
    
    .admin2 img:hover {
      opacity: 1;
    filter: brightness(1.3);
    }
    
    .admin3 {
    display: block;
        position: absolute;
    margin-top: 67px !important;
        margin-left: 144px !important;
    }
    
    .admin3 img {
      transition: all .4s ease-in-out 0s
    }
    
    .admin3 img:hover {
      opacity: 1;
    filter: brightness(1.3);
    }
    
    .nagradi { filter: brightness(80%);}
    
    .tarelka {
        display: block;
        position: absolute;
        margin-top: 101px !important;
        margin-left: 280px !important;
    }
    
    .tarelka img {
      transition: all .9s ease-in-out 0s;
        opacity: 0;
    }
    
    .tarelka img:hover {
      opacity: 1;
    }
    
    .tipsy-inner {
    font-family: arial!important;
    font-size: 11px!important;
     transition: 1.5s;!important;
    background:#445869!important;
    border: solid 1px #000:
    border-radius:10px:
    }
    
    /* ОФОРМЛЕНИЕ ОБЪЯВ
    -------------------------------------------------------------*/
    a.obya:link, a.obya:visited, a.obya:active{
      font-size: 10px;
        font-weight: bold;
        text-shadow: 0 0 black;
        font-family: 'Philosopher';
        text-transform: uppercase;
        transition: color 0.3s ease-in-out;
        display: inline-block;
        text-align: center!important;
        text-shadow: 0px 0px 1px #1f1004;
        line-height: 19px;
        letter-spacing: 1px;
        background-color: #4e677c;
           border-radius: 5px;
        box-shadow: 0 0 0 1px #a18a8a inset, 0 0 0 2px rgb(90 63 63 / 0%) inset, 0 5px 10px 0 rgb(49 46 42 / 20%) inset, 0 0 4px 0 #564d47;
    padding: 2px 11px;
    }
    
    .obya {
    text-align: center;
        color: #b3ada4!important;}
    
    a.obya:hover{
    font-size: 10px;
        transition: color 0.3s ease-in-out;
        color: #c3bda3;
       background-color: #865342;
    }
    
    .quest {
        padding: 5px 0px;
    }
    a.quest:link, a.quest:visited, a.quest:active {color:#fff;}
    
    .epnedeli { width: 190px;
        text-align: center;
        top: 222px;
        font-family: Philosopher;
        text-transform: uppercase;
        color: #c07e5e !important;
        font-size: 10px;
        line-height: 14px;
        margin-left: 45px !important;
        position: absolute;
        z-index: 100;
    }
    
    .postnedeli {  
        width: 220px;
        height: 65px;
        text-align: justify;
        top: 128px;
        padding-top: 4px;
        font-family: alice;
        padding-right: 5px;
        /* padding-bottom: 5px; */
        /* border-bottom: solid 1px #262626; */
        line-height: 13px;
        margin-left: 34px !important;
        position: absolute;
        z-index: 100;
        overflow-y: auto;
        color: #655a54;}
    
    .alien { text-align: center; color: #a29c9200;  margin-top: 18px!important;
        margin-bottom: -30px!important;}
    
    .pers {
        width: 573px !important;
        margin-top: 2px !important;
        height: 97px;
        background: #111519;
        box-shadow: inset 0px 0px 4px 0px #000, 0 0 1px 1px #331e13, 2px 1px 1px 2px #000;
        border-radius: 10px;
    }
    .pers1 {                 
        border-radius: 10px;
        /* box-shadow: 1px 1px 3px #000; */
        padding: 7px 11px;
        margin-top: -6px!important;
        font-weight: bold;
        text-align: center;
        margin-left: 15px!important;
        width: 404px!important;
        height: 52px;}
    
     .pers1 a {
        color: #84391c !important;
    }
    
     .pers1 a:hover {
        color: #314350 !important;
    }
    
    .pers img {
        border-radius: 0%;
        border: solid 1px #3b5274 !important;
        width: 100px;
        max-height: 70px !important;
        object-fit: cover;
        box-shadow: 0 0 0 1px #000, 0 0 1px 3px #713518, 0 0 1px 2px #000;
        border: var(--anketa3);
        filter: grayscale(0.4) brightness(0.6) !important;
        margin-top: 2px;}
    
    .cont {
        overflow: auto;
        width: 566px;
        height: 225px;
     text-align: justify;
        }
    .cont img {
        border: solid 1px #262221;
        }
    .nagr {
        height: 135px;
        /* width: 538px; */
        margin-left: 10px !important;
        overflow: auto;
        font-weight: bold;
        font-family: 'Philosopher';
        color: #3d554f;
        text-align: center;
    }
        }
    
    .tar {
        padding: 13px 0px 0px 0px;
        text-align: center;
        font-weight: bold;
        font-family: 'Philosopher';
        color: #3d554f;
    }
    
    .light  {
        display: block;
        position: absolute;
        opacity: 0.5;
        margin-top: 126px!important;
        margin-left: 549px!important;
    }
    
    .light img:hover {
      opacity: 1;
    }
    
    
    .moths{
    display: block;
        position: absolute;
        opacity: 1;
        margin-top: 6px !important;
        margin-left: 727px !important;
    }
    
    .nashivka {    display: block;
        position: absolute;
        margin-left: -334px!important;}

    0

    3

    HTML верх

    Код:
    <!-- Черная Подсказка-->
    <script>
    $(document).ready(function(){$('*[title]:not(.GamePst)').not('*[title] *[title]').tipsy({fade: true})});
    $.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();});}
    $.catch('.pa-awards img[title]',function(){$('.punbb li.pa-awards img[title]').tipsy({fade:true,gravity:'s award'});});
    </script>
    <!-- конец-->
    
    <!-- заголовок нужных -->
    <div class="epnedeli">
    we need them
    </div>
    
    <!-- нужные-->
    <div class="admin1">
    <a href="ссылка" title="нужный"><img src="https://i.imgur.com/B6rhWFQ.png"></a>  <a href="ссылка" title="нужный"><img src="https://i.imgur.com/B6rhWFQ.png"></a>  <a href="ссылка" title="нужный"><img src="https://i.imgur.com/B6rhWFQ.png"></a></div>
    
    <!--пост недели -->
    <div class="postnedeli">
    <p style="text-indent: 15px"> апокалипсис | ходячие мертвецы | 18+</p><br>
    лучший совет по выживанию — запомнить как поступают пиндосы в фильмах про зомби и делать наоборот.
    </div>
    
    
    </style>
    <style>
    @import url('https://fonts.googleapis.com/css2?family=BIZ+UDMincho&family=Comforter+Brush&family=Cormorant+Infant:wght@300&family=Forum&family=Hina+Mincho&family=Lora&family=Neucha&family=Oranienbaum&family=Philosopher&family=Yuji+Boku&display=swap');
    </style>
    
    <style>
    @import url('https://fonts.cdnfonts.com/css/romantisk-demo');
    @import url('https://fonts.cdnfonts.com/css/white-tie-affair');
    @import url('https://fonts.cdnfonts.com/css/frank-black');
    @import url('https://fonts.cdnfonts.com/css/giambattistavspetit');
    @import url('https://fonts.cdnfonts.com/css/alice-2');
    @import url('https://fonts.cdnfonts.com/css/marky-marker');
    @import url('https://fonts.cdnfonts.com/css/espoir-serif');
    @import url('https://fonts.cdnfonts.com/css/jb-style');
    @import url('https://fonts.cdnfonts.com/css/ogdred-weary');
    @import url('https://fonts.cdnfonts.com/css/bellarina');
    @import url('https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Zeyada&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Allison&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Nanum+Brush+Script&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Dawning+of+a+New+Day&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Oooh+Baby&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Calligraffitti&display=swap');
    
    </style>
    
    
    <link href="https://fonts.googleapis.com/css?family=Bad+Script|Neucha|Pangolin|Underdog|Yeseva+One&display=swap" rel="stylesheet">
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Caveat&family=Cormorant+Garamond:wght@300&family=EB+Garamond&family=IBM+Plex+Serif:wght@100&family=Noto+Serif&family=Prata&family=Reggae+One&family=Train+One&family=Underdog&family=Viaoda+Libre&display=swap" rel="stylesheet">
    
    <style>
    @import url('https://fonts.googleapis.com/css2?family=Advent+Pro&family=Aleo:wght@300&family=Amatic+SC&family=Bad+Script&family=Bodoni+Moda&family=Caveat&family=Comforter&family=Comforter+Brush&family=Cutive+Mono&family=Fredericka+the+Great&family=Homemade+Apple&family=Marcellus&family=Marck+Script&family=Montserrat+Alternates:wght@100&family=Nanum+Brush+Script&family=Nothing+You+Could+Do&family=Nova+Cut&family=Oswald:wght@300&family=Reenie+Beanie&family=Six+Caps&family=Unica+One&family=Yesteryear&family=Yuji+Mai&family=Zeyada&display=swap');
    </style>
    
    <!--ОТКЛЮЧИТЬ сервис рекомендаций, жалоба в сообщениях, теги, граффити, вложения, сервисные смайлы, сокращение ссылки--><script type="text/javascript">
    rusffLive.enable = false;
    RusffCore.sets.show_reportBtn = 0;
    RusffCore.sets.tags = false;
    RusffCore.sets.graffiti = false;
    RusffCore.sets.files = false;
    RusffCore.sets.rusff_smilepack = 0;
    FORUM.set("editor.link.short_url", function() { return false; });
    </script>
    
    <!-- Аватар в цитате V.2 © Alex_63 / Ч.1 в HTML верх-->
    <style type="text/css">
    .quote-box.with-avatar{padding-left:9px!important;     line-height: 25px!important;}
    author-avatar+span {
        margin-left: -10px;
        width: auto;}
    .author-avatar {
    float: left;
        width: 33px;
    margin-left: 0px;
        margin-top: 0px;
    }
    
    .author-avatar > img {
        /* width: 0px; */
        /* position: absolute; */
        display: none;
        margin-left: 0px;
        /* border: 2px solid #564430; */
        /* margin-top: 3px; */
    }
    </style>
    <script type="text/javascript">
    var QuoteImg = 'https://forumstatic.ru/files/001a/37/71/99008.png'; //Картинка "Перейти к сообщению" в цитате
    </script><script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/77306.js"></script>
    
    
    <!-- ВЫДЕЛИТЬ КОД -->
    <script>function select_text(c) {
      var d = window.getSelection || document.getSelection;
      if (d) {
        var a = d();
        if (a.selectAllChildren) {
          a.selectAllChildren(c);
        } else if (a.setBaseAndExtent) {
          a.setBaseAndExtent(c, 0, c, c.innerText.length - 1)
        } else {
          var b = document.createRange();
          b.selectNodeContents(c);
          a.removeAllRanges();
          a.addRange(b)
        }
      } else if (document.selection) {
        var b = document.body.createTextRange();
        b.moveToElementText(c);
        b.select()
      }
    }
    $().pun_mainReady(function() {
      var text = select_text.linkText ? select_text.linkText : 'Выделить код';
      $('.code-box .legend').html('<a href="javascript://" onclick="select_text($(this).parent().next().find(\'pre\').get(0));return!1">' + text + '</a>')
    });</script>
    <!-- Конец -->
    
    <!---------------------------- Пиар-вход ---------------------------->
    <script src="https://forumstatic.ru/files/0015/c4/3f/26781.js"></script>
    <script src="https://forumstatic.ru/files/001b/94/6c/25185.js?v=2"></script>
    <script type="text/javascript">
    PR.nick = 'UFO'; //Ник PR-аккаунта
    PR.pass = '1111'; //Пароль PR-аккаунта
    PR.btn_text = 'PR-вход'; //Надпись на кнопке PR-входа(или ссылка на картинку);
    PR.set();</script>
    
    <!-- Удаляем лишние строки после цитаты и кода // v.3 © Alex_63 -->
        <script type="text/javascript">
        $('.post-content').each(function() {
            var CNT = $(this).html();
            CNT = CNT.replace(/<p><br><\/p>/img,'');
            CNT = CNT.replace(/<p><br><br>(.*?)<\/p>/img,'<p>$1</p>');
            CNT = CNT.replace(/<p><br>(.*?)<\/p>/img,'<p>$1</p>');
            $(this).html(CNT);
        });
        </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>
    <!-- конец -->
    
    <!-- Загружаем изображения на Imgur и работаем с фото из Instagram -->
        <script type="text/javascript" src="https://forumstatic.ru/files/0017/d8/50/14900.js"></script>
    <!-- конец-->
    
        
    <!--// Быстроплюсы v.2 РЕНО by Deff //-->
    <script type="text/javascript" src="https://forumstatic.ru/files/0012/d8/04/58219.js" addComment="1"></script>
    
    <!-- отключение реакций -->
    <script>
    ReactionsPlugin.setConfig({
      disable: true
    });
    </script>
    
    <!--Плавная смена картинок-->
    <style>
    .image.UP,
    .image.Down {
       border:0px solid transparent;
       margin:0;
       padding:0;
    }
    .image.UP{
    
    }
    .image.UP:hover {
    }
     
    div.ImgWrap{
    display:inline-block;
    padding:0;margin:0;
    background-position:center center;
    background-repeat:no-repeat;
    }
    
    
    </style>

    0

    4

    HTML низ

    Код:
    <!-- Разделение ников пользователей в теме запятой -->
    <script>$('#topic-users-in a').prev('a').after(',');</script>
    <!--конец-->
    
    <!----- Дополнительные смайлы by Человек-Шаман ----->
    <script src="https://forumstatic.ru/files/0017/95/29/40399.js"></script>
    <script>
    $(document).ready(function() {
      hvStickerPack.init("https://forumstatic.ru/files/001b/dc/4d/30215.txt?v=25");
    });
    </script>
    
     
    <!-- Анти-в-строчку для Сообщений и Репутации © deff -->
    <script type="text/javascript">
    function changeS(sc,ch,st){$(sc).parent().each(function(){$(this).html($(this).html().replace(ch,st));});}
       changeS('.pa-respect span','<span>+','<span>');
       changeS('#navadmin','Администрирование','Админка');
    </script>
    
    <!— BB-цитатa (NEW) —><script> 
    var BBQuote = {}; 
    BBQuote.mode = 1; // BB-цитирование: 0 - по стандартной кнопке цитаты, 1 - со вставкой новой кнопки; 
    BBQuote.text = 'BB-цитата'; // Надпись на кнопке BB-цитирования 
    </script> 
    <script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/62091.js"></script>
    <!— конец —>
    
    <!-- Меняем Шрифт в Топике --> 
    <style id=a_fnt>.post h3 img{margin:-3px 7px;cursor:pointer;}</style>
    <script type="text/javascript">
    function setcookieF(a,b,c){if(c){var d=new Date();d.setTime(d.getTime());d=new Date(d.getTime()+c)}if(a&&b)document.cookie=a+'='+b+(c?'; expires='+d.toGMTString():'');else return false}function getcookieF(a){var b=new RegExp(a+'=([^;]){1,}');var c=b.exec(document.cookie);if(c){c=c[0].split('=')}else{return false}return c[1]?c[1]:false}
     
    a='<strong class=fnt style="width:auto;margin-right:28%;"><img src="https://forumstatic.ru/files/001b/dc/4d/98368.png" alt="-" />Шрифт<img src="https://forumstatic.ru/files/0018/b1/a6/52020.png" alt="+" /></strong>';$(".post:first h3 strong,.post:last h3 strong").after(a);
    b_Fnt1='<style id=b_fnt>#main-reply,.punbb .post-content{font-size:';b_Fnt2='px;}</style>'
    var c_Fnt;
    N=getcookieF('c_Fnt')
     if(N){c_Fnt=parseFloat(N);setcookieF('c_Fnt',c_Fnt,30*24*60*60*1000)}else{var c_Fnt=Math.round(parseFloat($(".punbb .post-content").css("font-size")));}
     b_Fnt=b_Fnt1+c_Fnt+b_Fnt2; $("#a_fnt").after(b_Fnt);
    function setFnt_Size(){
     b_Fnt=b_Fnt1+c_Fnt+b_Fnt2;
     $("#b_fnt").replaceWith(b_Fnt);//alert(b_Fnt)
     setcookieF('c_Fnt',c_Fnt,30*24*60*60*1000);
    }
    $(".post h3 img[alt='-']").click(function (){if(c_Fnt){c_Fnt--;setFnt_Size();}});
    $(".post h3 img[alt='+']").click(function (){if(c_Fnt<38){c_Fnt++;setFnt_Size();}});
    </script><!--End//Меняем Шрифт в Топике -->
    
    <!-- Перенос Колонок тем и сообщений под Описание Форума / 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 .tclcon').each(function() {
               var L=$(this).parents('tr:first');
               var str='<div class="Add"><div class="Tems_And_messages"><span class="right">тем: '+L.find('td.tc2').text()+'</span><span class="right">сообщений: '+L.find('td.tc3').text()+'</span></div>\
               </div>';$(str).insertBefore(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>
    
    <!-- Аватар по умолчанию / Deff, Alex_63 -->
    <script type="text/javascript">
    var DefAvtr = 'https://i.imgur.com/Yp0mGmU.png'; //Ссылка на аватар по умолчанию
    $('#pun-viewtopic,#pun-messages').find('.pa-title').each(function(){
    var L='<li class="pa-avatar item2"><img class="defavtr" src="'+DefAvtr+'" alt="Аватар"/></li>';
    if($(this).parent().find('.pa-avatar').html()==null)$(this).after(L);});
    $('#profile-left strong:contains("Нет аватара")').parent().html('<div><img src="'+DefAvtr+'"/></div>');
    </script>
    
    
    <!--репутация без обновления страницы-->
    <script> 
    if($('#pun-viewtopic').length && !$('#navawards').length) 
    FORUM.PartnerVote = function() { return true; }; 
    </script>
    <!-- конец -->
    
    <!--Маска в постах-->
    <script src="https://forumstatic.ru/files/0017/95/29/89289.js"></script>
    <script>
    hvScriptSet.addMask({
        guestAccess: ['A Quiet Place', 'A Quiet Place 2', 'Close Encounters of the Third Kind', 'War of the Worlds',  'Alien Nation', 'Cowboys & Aliens'],
        forumAccess: {
            'The Fourth Kind': ['Пользователи', 'Принятые']
        },
        forumAccessExtended: {
            'A Quiet Place': ['Пользователи', 'Принятые'],
            'A Quiet Place 2': ['Пользователи', 'Принятые'],
            'Close Encounters of the Third Kind': ['Пользователи', 'Принятые'],
            'War of the Worlds': ['Пользователи', 'Принятые'],
            'Alien Nation': ['Пользователи', 'Принятые'],
            'Cowboys & Aliens': ['Пользователи', 'Принятые']
        },    
    changeList: {
            'pafld1': {
                title: 'ЛЗ',
                description: 'Личное звание',
                tag: 'lzv',
                class: 'pa-fld1',
                defaultCode: '<center><name><a href="https://incident.rusff.me/">Имя Фамилия</a>, возраст</name><br><ssilka><a href="https://incident.rusff.me/">«all the voices just burn holes»</a></ssilka><br><lz>Краткое описание персонажа.</lz></center>',
                type: 'html'
            }
        },
        userFields: ['pa-author', 'pa-title', 'pa-avatar', 'pa-fld1', 'pa-posts', 'pa-respect']
    });
    </script> 
    <!-- конец -->
    
    <!--Переключение раскладки выделенного текста -->
    <style>#button-transL{background-image:url(https://forumupload.ru/uploads/000f/09/5e/6201/44477.png)}</style>
    <script type="text/javascript">S='<img src="https://forum.mybb.ru/i/blank.gif" title="раскладка" onclick="bbcode(\'[Lat-Rus]\',\'[/Rus-Lat]\');LatRus();"/>';
    $("#button-font").after('<td id=button-transL>'+S+'</td>');var TxtTrans1='lat';
    function LatRus(){if(TxtTrans1=='lat'){TxtTrans1='rus'}else{TxtTrans1='lat'};
    lat0='qwertyuiopasdfghjkl;\'zxcvbnm\,QWERTYUIOP{}ASDFGHJKL:"ZXCVBNM<>`~[].'.split('');
    lat='qwertyuiopasdfghjkl;\'zxcvbnm\,QWERTYUIOP{}ASDFGHJKL:"ZXCVBNM<>`~'.split('');
    lat.push('\\[');lat.push('\\]');lat.push('\\.');
    rus=('йцукенгшщзфывапролджэячсмитьбЙЦУКЕНГШЩЗХЪФЫВАПРОЛДЖЭЯЧСМИТЬБЮёЁхъю').split('');
    function transF(p){ar1=lat;ar2=rus;if(TxtTrans1=='lat'){ar2=lat0;ar1=rus}for(var i=0; i<ar1.length; i++){trans='/'+ar1[i]+'/g';p=p.replace(eval(trans), ar2[i])}return p;}L=$('#main-reply').val();L=L.replace(/\[Lat-Rus\]([\s\S]*)\[\/Rus-Lat\]/mg,function(a,b,c){return transF(b);});$('#main-reply').val(L);}
    </script>
    <!-- Конец -->
    
    <!-- Аватар в цитате V.2 © Alex_63 / Ч.2 в HTML низ -->
    <script type="text/javascript">setLinkAndAva()</script>
    
    
    <!--Шрифт-->
    <link href="https://fonts.googleapis.com/css?family=Abril+Fatface|Amatic+SC|Bebas+Neue|Caveat|Changa|Cormorant+Garamond|Crimson+Text|Dancing+Script|EB+Garamond|Gloria+Hallelujah|Indie+Flower|Orbitron|Pacifico|Permanent+Marker|Playfair+Display|Ruge+Boogie|Satisfy|Shadows+Into+Light|Anonymous+Pro|Play|Podkova|Slabo+27px|Special+Elite|Yanone+Kaffeesatz&display=swap" rel="stylesheet">
    
    
    <!-- запятая после ника -->
    <script type="text/javascript">
    function to(username)
    {insert('[b]' + username + '[/b]' + ', ');}
    </script>
    <!--конец-->
    
    <!--запрет рекламе менять аватар подпись и статус  -->
    <script type="text/javascript">
    var a =document.URL
    var b=document.getElementById('pun-status').innerHTML
    if (b.indexOf("bad pr")!=-1)
    {
    if ((a.indexOf("signature")!=-1)||(a.indexOf("section=avatar")!=-1))
    {document.getElementsByName('update')[0].onclick=noChange}
    else if (a.indexOf("upload-avatar")!=-1)
    {document.getElementsByName('urload')[0].onclick=noChange}}
    function noChange()
    {alert ("ты что творишь?")
    return false}
    </script>
    <style>
    #pun-main #profile1[action$="id=3"]{
    display:none;
    }
    </style>
    <!--КОНЕЦ-->
    
    <!--хтмл -->
    <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"><!--Своя картинка в каждую категорию-->
    $(document).ready(function(){
    myarray=new Array(
    "Информация", "https://i.imgur.com/w3TVcWx.jpeg",
    "Организация", "https://i.imgur.com/tFrmWyN.jpeg",
    "Игра", "https://i.imgur.com/qNzRK6f.jpeg",
    "Флуд", "https://i.imgur.com/vMNDcB6.jpeg",
    "Реклама", "https://i.imgur.com/cYAaOyt.jpeg",
    "Архивы", "https://i.imgur.com/fKuCULn.jpeg",
    "Статистика форума", "https://i.imgur.com/NeuPkZJ.jpeg"
     //Последний элемент без запятой!  
    )
                    $("#pun-index div.category h2,#pun-index #pun-stats h2").each(function (i) {
    for(q=0;q<myarray.length;q++){
    var cssObj = {
     "height":"102px",
      "width":"962px",
      "margin-left":"-29px!important",
      "border":"none",
      "background-color": "transparent",
      "background-image":"url("+myarray[q+1]+")",
      "background-position":"50% 50%",
      "background-repeat":"no-repeat"       //Последний элемент без запятой!
    }
            if($(this).children("span").text()==myarray[q])$(this).css(cssObj);
            q++}
        });
    });
    </script>
    
    
    <!--// CSS-версия обтекания изображений в Постах //-->
    <style>.postimg[alt="float:right"]{float:right;padding-left:12px;pointer-events:none}.postimg[alt="float:left"]{float:left;padding-right:12px;pointer-events:none}
    #add_float{position:absolute;padding:2px;top:-8px;left:50%;margin-left:-29px!important;width:57px!important;background: url("https://i.imgur.com/h51dN9A.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>
    
    <!--обтекание изображения 2.4.4-->
    <script language="javascript">
    $(function(){
    $('td#button-link').before('<td id="floatbut" title="Обтекание изображения" style=\'background-image:url("https://forumstatic.ru/files/0015/dd/40/15488.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=(.*?)\]([^\[]*)\[\/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="https://forumstatic.ru/files/0015/dd/40/52315.png" title="left" onclick="bbcode('[float=left]', '[/float]')" />
    <img class="vibor" src="https://forumstatic.ru/files/0015/dd/40/32241.png" title="right" onclick="bbcode('[float=right]', '[/float]')" />
    </div></div>
    
    <!--подгружаем шрифты-->
    <script type="text/javascript" src="https://forumstatic.ru/files/0018/b1/a6/16387.js?v=28"></script>
    <!--конец-->
    
    
    <!--ТЕГ  абзаца - [indent] -->
        <style>#button-indent {background:url(https://s7.uploads.ru/t/mnkgq.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:0em 2.1em;"></span>'; /*удвоенные Отступы сверху и слево*/
        $('.post-content p:contains("'+b+'")').each(function(){ $(this).html( $(this).html().replace(/\[indent\]/gm,indent));});}());
        </script>
    
    <!--Быстрая отправка сообщений-->
    <script type="text/javascript">
    document.onkeydown=function(e){
    if (e) event=e
    if ((event.keyCode==13)&&(event.ctrlKey)){
    document.getElementById('post').submit.click();
    document.getElementById('post').reset();
    }}
    </script>
    
    <!-- Мгновенный предпросмотр сообщения © Alex_63 -->
        <script type="text/javascript">
        var PPREV = {};
        PPREV.position = 0; //Положение окна Предпросмотра: 0 - над полем ввода, 1 - под полем ввода, 2 - справа
        PPREV.quote_cite = 'написал(а):'; //Надпись в окне цитаты
        </script>
        <script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/10524.js"></script>
    
        <!-- Кнопка отключения мгновенного предпросмотра -->
        <style>#togglePreview{float:right;margin-top:-17px; padding-bottom: 10px;    padding-right: 11px;}</style>
        <script type="text/javascript">(function (){
          var a='Включить быстрый предпросмотр';
          var b='Отключить быстрый предпросмотр';
          var d='_PreviewToggle';
          setCookiePPrev=function(a,b,c){if(c){var d=new Date();d.setTime(d.getTime()+c);}if(a && b)document.cookie=a+'='+b+(c ? '; expires='+d.toUTCString() : '');else return false;}
          getCookiePPrev=function(a){var b=new RegExp(a+'=([^;]){1,}');var c=b.exec(document.cookie);if(c)c=c[0].split('=');else return false;return c[1] ? c[1] : false;}
          $('<small id="togglePreview"><input type="button" class="button" value="'+ b +'" onclick="togglePreview(this)"/></small>').insertAfter('#post fieldset:last legend');
          var x = ParseContent;
          window.togglePreview = function(sel){//alert(sel.value);
            if(sel.value==a){sel.value=b;setCookiePPrev(d,'0',-1000);ParseContent=x;ParseContent();$('#post-preview').show(); return}
            if(sel.value==b){sel.value=a;setCookiePPrev(d,'OFF',30*3600*24*30*1000);if($('#pun-viewtopic').length){$('#post-preview').hide()}ParseContent=function(){return};return}
          }; if(getCookiePPrev(d)=='OFF'){$('#togglePreview>.button').click()};
        }())
        </script>
    <!-- Исключение из "Цитировать" подписи и "отредактировано" -->
    <script type="text/javascript"> (function(){    var p =[];
      $('.post').find('.pl-quote').click(function(){
        p[0] = $(this).parents('.post').find('.lastedit');
        p[1] = $(this).parents('.post').find('.post-sig');
        p[2] = p[0].html();p[3] = p[1].html();
        p[0].html('');p[1].html('');
        setTimeout(function(){p[0].html(p[2]);p[1].html(p[3])},600);});
    }());
    </script>
    
    
    <!--- Скрыть rss-atom --->
    <style type="text/css">
    .punbb .modmenu .container span {display: none;}
    </style>
    <!--- конец --->
    
    
    <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:-22px 0 0 22px;background: #faf9f8;font: 560 8px 'open sans';width: 11px;height: 11px;text-align: center;border-radius: 100%;padding: 0;\">2</p></b></td>"
    $("#button-image").after(oldIMG);
    </script>
    
    <!--замена коротких тире на длинные -->
    <script>$('.post-content p').html(function(){return this.innerHTML.replace(/(\s|&nbsp;)?-(\s|&nbsp;)/g,'$1&mdash;$2')})</script>
    
    <!--написано символов-->
    <script>var a,L,epl=$("#main-reply"),str='<small id="plng">Написано символов: <b>00</b> </small>';epl.parents("fieldset").find("legend").prepend(str);function epl3(){a=epl.val().length;if(a>9){L=''}else{L='0'};$("#plng b").text(L+a)};epl3();$(".pl-quote").click(function (){setTimeout('epl3()',100)});epl.bind('mouseout mousemove keydown keypress keyup',function(e){epl3()});</script>
    <!--конец -->
    
     <!-- ник гостя -->
    <script>$(".post[data-group-id=3]").find(".pa-author").html(function(){return this.innerHTML.replace(/(<.+>)(.+)$/,'$1<a href="javascript:to(\'$2\')">$2</a>')});</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 type="text/javascript">
    var title = document.querySelectorAll('.pa-avatar img[title], p.formsubmit .button[title], input.button[title],#statistic-other a[title], .post-rating a[title], span.offctgr img[title]'); 
    var allTitle = title.length;
    for (i=0; i<allTitle; i++){
        title[i].removeAttribute('title');
    }
    </script>
    
    <!-- Восстановление последнего поста при утере by Человек-Шаман -->
    <script>
    $(document).ready(function() {
      $('#addition-area').append(function() {
        return $('<div>Восстановить последний пост</div>').click(restoreLastPost);
      });
      function restoreLastPost() {
        $('#main-reply').val(localStorage.ReservePost);
      };
    });
    </script>
    <!--конец-->
    
    
    <!-- Правка глюка Репы при  отсутствии скриптов  руссфф  v2-->
    <script> if($('#pun-viewtopic').length)$(window).load(function () {
    if(!$('#pun-reputation').length)FORUM.PartnerVote = function() { return true; };
    });
    </script>
    
    <!-- Чтобы не пропадали посты -->
    <script type="text/javascript" src="https://forumstatic.ru/files/0018/25/96/63959.js"></script>
    <!-- конец --></div>
    </div>
    
    <!--дополнительные смайлы v.3.1 © Romych-->
    <style type="text/css">
    #wrapper { position:relative;width: 510px;    text-align: center;}
    .tabs {height:22px; line-height:21px;     margin: 0px 120px 10px; list-style:none;}
    .tabs li {float:left;cursor:pointer;position:relative;z-index:100}
    .tabs li a{background: transparent url("") no-repeat scroll 0 0/cover;color:#111; display:block;margin-bottom:-1px;padding:0 5px 1px;position:relative;text-align:center;text-decoration:none;width: 85px;}
    .tabs li a:hover{color:#efefef;background:url("")no-repeat scroll 0-22.1px/cover;text-decoration:none;}
    .tabs li.active a{color:#444;border:medium hidden;line-height:22px;background-position:0 -43.5px;}
    .tabs li.active a:hover{color:#8a0c0b;}
    #smilies-area div[class^="t-"]:not(.t-0){display:none;width:510px;}
    </style>
    <script type="text/javascript">
    var nabor=[];
    
    nabor['эмодзи']=[
    "https://forumstatic.ru/files/001a/86/28/27717.png",
    "https://forumstatic.ru/files/001a/86/28/30434.png",
    "https://forumstatic.ru/files/001a/86/28/35663.png",
    "https://forumstatic.ru/files/001a/86/28/29611.png",
    "https://forumstatic.ru/files/001a/86/28/80334.png",
    "https://forumstatic.ru/files/001a/86/28/74636.png",
    "https://forumstatic.ru/files/001a/86/28/64793.png",
    "https://forumstatic.ru/files/001a/86/28/97877.png",
    "https://forumstatic.ru/files/001a/86/28/30018.png",
    "https://forumstatic.ru/files/001a/86/28/30018.png",
    "https://forumstatic.ru/files/001a/86/28/56753.png",
    "https://forumstatic.ru/files/001a/86/28/57646.png",
    "https://forumstatic.ru/files/001a/86/28/80161.png",
    "https://forumstatic.ru/files/001a/86/28/94870.png",
    "https://forumstatic.ru/files/001a/86/28/17482.png",
    "https://forumstatic.ru/files/001a/86/28/81273.png",
    "https://forumstatic.ru/files/001a/86/28/58355.png",
    "https://forumstatic.ru/files/001a/86/28/25512.png",
    "https://forumstatic.ru/files/001a/86/28/69306.png",
    "https://forumstatic.ru/files/001a/86/28/47491.png",
    "https://forumstatic.ru/files/001a/86/28/25676.png",
    "https://forumstatic.ru/files/001a/86/28/23393.png",
    "https://i2.imageban.ru/out/2019/11/30/82cc374edfd9994f263cc586cc9fdda6.png",
    "https://i1.imageban.ru/out/2019/11/30/ce69d46b6f479b7dcee4379ec2704e84.png",
    "https://i6.imageban.ru/out/2019/11/30/75b0804b039285ce181ae00f355d1c3d.png",
    "https://i5.imageban.ru/out/2019/11/30/be4592debadfa9d328a09d065ff39159.png",
    "https://i5.imageban.ru/out/2019/11/30/8325de7092c55963ef0dad9eab13f82a.png",
    "https://i4.imageban.ru/out/2019/11/30/cc257526753e768da5ed4ebbe47b5cdd.png",
    "https://i3.imageban.ru/out/2019/11/30/761a6f3eb3a0be165d3acd5901e80276.png",
    "https://i4.imageban.ru/out/2019/11/30/6f246cd54a7264d28c7fa9ca87de8dfd.png",
    "https://i1.imageban.ru/out/2019/11/30/3a508bbe7b0e1026c65ddcb8eb479093.png",
    "https://i6.imageban.ru/out/2019/11/30/2bae8967dbd24387398192d93c14ad56.png",
    "https://i6.imageban.ru/out/2019/11/30/bc15b38279a8c4172f8d1b97a8f61f0a.png",
    "https://i6.imageban.ru/out/2019/11/30/768d73b190cc762c7333c0b1006a869a.png",
    "https://i2.imageban.ru/out/2019/11/30/2ab3eb359d1f01a3133912936007d790.png",
    "https://i2.imageban.ru/out/2019/11/30/3bb8d09b7de11f50c46df48005485a06.png",
    "https://i4.imageban.ru/out/2019/11/30/d2949e6a11b3359da542fdda09f35955.png",
    "https://i2.imageban.ru/out/2019/11/30/9b7c432a3114f34942480d24d1ab9340.png",
    "https://i3.imageban.ru/out/2019/11/30/c5d6e0958c88bd63839a3dd5b8093df8.png",
    "https://i5.imageban.ru/out/2019/11/30/813fde81fbf4726d0696baee41e546b9.png",
    "https://i4.imageban.ru/out/2019/11/30/6c32c30280b392d28e21d7623f39fc77.png",
    "https://i3.imageban.ru/out/2019/11/30/f22beaf6455beefc800c9c0d156c131d.png",
    "https://i4.imageban.ru/out/2019/11/30/4a9bdb02f5ec6c866d8c5cb7930b7fc7.png",
    "https://i6.imageban.ru/out/2019/11/30/8213bab6923a0d07d0ad23b920a4ae53.png",
    "https://i2.imageban.ru/out/2019/11/30/89e7c8e6df854ed3fed3ddc1f6122cf2.png",
    "https://i5.imageban.ru/out/2019/11/30/2db91d7bc578f82b024f0025d88ce1b5.png",
    "https://i4.imageban.ru/out/2019/11/30/cbf11ccaa8d38b837e19fb721d0e0556.png",
    "https://i4.imageban.ru/out/2019/11/30/33c54b727346c244537c4a7cef8d0f84.png",
    "https://i1.imageban.ru/out/2019/11/30/bdcf470639e62f7af0a22f632c5dfadf.png",
    "https://i4.imageban.ru/out/2019/11/30/dd5b03fe9adec45cf43b3174a8e63e81.png",
    "https://i6.imageban.ru/out/2019/11/30/5d54bff3e1a5d7c8adcd020a25cab8a5.png",
    "https://i2.imageban.ru/out/2019/11/30/a4148f07c2bb375be3bd3548d2941d03.png",
    "https://i2.imageban.ru/out/2019/11/30/c7f57661d331ccc809d559669f80e6b8.png",
    "https://i4.imageban.ru/out/2019/11/30/972bdedb2aba7fd3fd35f2cebb066eb7.png",
    "https://i5.imageban.ru/out/2019/11/30/09e89fee568f0dfa0167d095d2c8ceee.png",
    "https://i5.imageban.ru/out/2019/11/30/27264d7ff393d68ac313423abf44452d.png",
    "https://i5.imageban.ru/out/2019/11/30/14e5d46da7f4eca2f4c476893e3e7da0.png",
    "https://i3.imageban.ru/out/2019/11/30/78497bbddcd2cc165cdcba3024424a48.png",
    "https://i3.imageban.ru/out/2019/11/30/cf0d67577d7e6177a8374f8fbc886d64.png",
    "https://i1.imageban.ru/out/2019/11/30/eee8f136213ece58bdf7bb90fcfde30c.png",
    "https://i1.imageban.ru/out/2019/11/30/4a33760cd0741fa26407566f400bb96d.png",
    "https://i2.imageban.ru/out/2019/11/30/a22b0a3e32bbbc9e7d2b4ebe6f600c03.png",
    "https://i2.imageban.ru/out/2019/11/30/fd8f84b3d61fd5cd83d0befe39e5dafc.png",
    "https://i1.imageban.ru/out/2019/11/30/9c13edd0b0d8d151eb2f7aaa882e2892.png",
    "https://i4.imageban.ru/out/2019/11/30/6f7be3de9b1c14d8ea4c8d7ae7ea5d58.png",
    "https://i3.imageban.ru/out/2019/11/30/a3d8bf401c2426b4a8fbf36715dffd77.png",
    "https://i2.imageban.ru/out/2019/11/30/626ed2c64920a4ac7049a873e964739b.png",
    "https://i6.imageban.ru/out/2019/11/30/79d23443e042b6785ccfd0f226bf3a75.png",
    "https://i5.imageban.ru/out/2019/11/30/7ed783b07fb0f4316e130be07808ac84.png",
    "https://i5.imageban.ru/out/2019/11/30/b988920710be3e3ae7af40b0ac510126.png",
    "https://i4.imageban.ru/out/2019/11/30/1336ac870b9fa85feb48708c229ea3be.png",
    "https://i1.imageban.ru/out/2019/11/30/a9b83a436515c66136fe360c9f38980a.png",
    "https://i5.imageban.ru/out/2019/11/30/474e142972d14fa0cc68e5b74e738684.png",
    "https://i1.imageban.ru/out/2019/11/30/2c837ff5591f683eb377e6644b113625.png",
    "https://i4.imageban.ru/out/2019/11/30/57f8be7f18afdb772d6e3412364b1b09.png",
    "https://i6.imageban.ru/out/2019/11/30/ba6b70ac368723613bbb338c1c3c6236.png",
    "https://i3.imageban.ru/out/2019/11/30/53d3978653f737d4c3bf3419d66a4424.png",
    "https://i2.imageban.ru/out/2019/11/30/8a78b6e160dd80db59049416ac0657f0.png",
    "https://i1.imageban.ru/out/2019/11/30/6e1e45869a8e6793965f379ed5952951.png",
    "https://i3.imageban.ru/out/2019/11/30/4685fae87c331ef6edc5a5265b432fed.png",
    "https://i6.imageban.ru/out/2019/11/30/50636051814e4cd15522f827741d6a65.png",
    "https://i5.imageban.ru/out/2019/11/30/a10acc24f3a1bbdfa2d1e384d041748b.png",
    "https://i6.imageban.ru/out/2019/11/30/3248c8d53b755d264921af8b1deb66b2.png",
    "https://i4.imageban.ru/out/2019/11/30/1f01db7d0c6f9b3a8028b264613d5bf6.png",
    "https://i6.imageban.ru/out/2019/11/30/0ad2c3e9af621ee0f9291c7b86b6c35e.png",
    "https://i6.imageban.ru/out/2019/11/30/02680243c342d5a4950abadc390544e0.png",
    "https://i6.imageban.ru/out/2019/11/30/fc1004b9f33e4f538216b41951c98036.png",
    "https://i3.imageban.ru/out/2019/11/30/f2d47380655d629999189503f2e13c62.png",
    "https://i1.imageban.ru/out/2019/11/30/2ad26601b8332f6c1ff7be3a8a33b0ce.png",
    "https://i5.imageban.ru/out/2019/11/30/81171c7e59be2611519d6e418acf8a35.png",
    "https://i6.imageban.ru/out/2019/11/30/b170617e390fac92dff8d564fbf19413.png",
    "https://i3.imageban.ru/out/2019/11/30/d9229932aefa29c24a2f3df993364b38.png",
    "https://i1.imageban.ru/out/2019/11/30/30d639662ac87e5c15387cb981f87380.png",
    "https://i3.imageban.ru/out/2019/11/30/72a5847e571e5ff9e835324e95d68a22.png",
    "https://i4.imageban.ru/out/2019/11/30/52628da71a18a6cde04610342273f577.png",
    "https://i5.imageban.ru/out/2019/11/30/e6f65f52f2087105aca7d3886cef0cd8.png",
    "https://i3.imageban.ru/out/2019/11/30/3519cb3c69d4317ef13f024ca30af138.png",
    "https://i1.imageban.ru/out/2019/11/30/85c5469de36029100f81850df10c75cc.png",
    "https://i1.imageban.ru/out/2019/11/30/0d1c57d81ac5f304556d2b00aa4b0109.png",
    "https://i3.imageban.ru/out/2019/11/30/81f8e6afe4682b8866ea077551e62669.png",
    "https://i4.imageban.ru/out/2019/11/30/e1ab45b73fd34341da975a963d5c37bb.png",
    "https://i2.imageban.ru/out/2019/11/30/0c03e572df3dfbaabbaa78bac9cc409a.png",
    "https://i3.imageban.ru/out/2019/11/30/bd78bfe1702989afaacc50e11c2486b3.png",
    "https://i6.imageban.ru/out/2019/11/30/95afaa95d1d72e65fe6dea24daf80ee2.png",
    "https://i1.imageban.ru/out/2019/11/30/d0398e9b0cafe9b26f28a9ae82ee2388.png",
    "https://i1.imageban.ru/out/2019/11/30/2034690ab24ce258c91aa5debf9bfd0e.png",
    "https://i6.imageban.ru/out/2019/11/30/4b6d078590cc971a94fb34fddba168d0.png",
    "https://i1.imageban.ru/out/2019/11/30/69c21a0368a59c42928ed7dddd7ec4e3.png",
    "https://i1.imageban.ru/out/2019/11/30/86f6c7e3846dfc650b32c3d9629ca714.png",
    "https://i5.imageban.ru/out/2019/11/30/cc4130ce88667c6a48e9243baa81c7da.png",
    "https://i4.imageban.ru/out/2019/11/30/555f616183d710e286a488ce8cb1dca4.png",
    "https://i1.imageban.ru/out/2019/11/30/6bc4dcd5d7a4a85037c7daa653bcb15b.png",
    "https://i4.imageban.ru/out/2019/11/30/e318bba38602baa8f42311be1c63df8c.png",
    "https://i1.imageban.ru/out/2019/11/30/bdb95d5383a08c92d30c41ca669faeb3.png",
    "https://i3.imageban.ru/out/2019/11/30/55353fa9fdf813844637f5fa4a72117a.png",
    "https://i4.imageban.ru/out/2019/11/30/a9a444c474d8fdc225ca988365a5c50c.png",
    "https://i3.imageban.ru/out/2019/11/30/64843f50a3b8eafe36fb7deda728fa7f.png",
    "https://i3.imageban.ru/out/2019/11/30/ebc03b360096cc9e260248e01426df84.png",
    "https://i2.imageban.ru/out/2019/11/30/80c8e9e350f302fc555986f815ed1fd5.png",
    "https://i2.imageban.ru/out/2019/11/30/509827841e42c83db237aa0b9e0b239e.png",
    "https://i2.imageban.ru/out/2019/11/30/5e1b4b431ef88e3be7e0c890504dddc7.png",
    "https://i4.imageban.ru/out/2019/11/30/fd75df11221786d8d2c0807f26d73a9c.png",
    "https://i2.imageban.ru/out/2019/11/30/ed8384d104932608770ce5325f5786d1.png",
    "https://i1.imageban.ru/out/2019/11/30/967b68bfd9e117b4a5e026ccdb908be1.png",
    "https://i1.imageban.ru/out/2019/11/30/f1bbe53c292b42a7a0d1b307ff68a589.png",
    "https://i3.imageban.ru/out/2019/11/30/44f78bfe06edd9ae29a28e61a598922b.png",
    "https://i5.imageban.ru/out/2019/11/30/4a7ce8b69f4121ce925ae303216732b2.png",
    "https://i2.imageban.ru/out/2019/11/30/a7a4b16d48b2623bc62c43b4bb7d06ac.png",
    "https://i4.imageban.ru/out/2019/11/30/b877d353017e5966616775a2d812ae3c.png",
    "https://i1.imageban.ru/out/2019/11/30/cbea66c094638318227a961dead3d7f9.png",
    "https://i6.imageban.ru/out/2019/11/30/005b023dc7ed26f32a496458e3031338.png",
    "https://i5.imageban.ru/out/2019/11/30/4d6d8652347d44a60163b77a291c1fe6.png",
    "https://i5.imageban.ru/out/2019/11/30/68c30509fb2515925b11740fa1f77ef8.png",
    "https://i5.imageban.ru/out/2019/11/30/8dc7fd7af269b8f8a9c7336645dba6aa.png",
    "https://i5.imageban.ru/out/2019/11/30/b092047b6937c37273d445909f3b0d20.png",
    "https://i2.imageban.ru/out/2019/11/30/9d2582a973eb19da6b0f3429d726f67f.png",
    "https://i1.imageban.ru/out/2019/11/30/4ca688a9df7eb21a56bbf09c4fc00a48.png",
    "https://i1.imageban.ru/out/2019/11/30/fefba32e58b861d966a709a1d3459c5c.png",
    "https://i2.imageban.ru/out/2019/11/30/2440d344739bb74dac7d11e0ead23542.png",
    "https://i5.imageban.ru/out/2019/11/30/bec1bac7c35a2f77480dae055b090fa8.png",
    "https://i5.imageban.ru/out/2019/11/30/2f649ab3be69435810cdb499d3e53ccf.png",
    "https://i3.imageban.ru/out/2019/11/30/76fa81baf65bc6d5010b51c3e2646559.png",
    "https://i3.imageban.ru/out/2019/11/30/434fe0d72adbdbafd83e600c934cb299.png",
    "https://i6.imageban.ru/out/2019/11/30/e4a97f26b0b2e4a41f35f47c238b55b5.png",
    "https://i6.imageban.ru/out/2019/11/30/7852fa55c8ec655ba86bb793915a24d4.png",
    "https://i3.imageban.ru/out/2019/11/30/179e18fab06267c1c631149a16f45316.png",
    "https://i4.imageban.ru/out/2019/11/30/63b03a6205f8607bc49355df4341e332.png",
    "https://i1.imageban.ru/out/2019/11/30/d058b28050f926edae492d70aa00c07c.png",
    "https://i6.imageban.ru/out/2019/11/30/a4304c7a90a60c3f02d7f9ae05074556.png",
    "https://i3.imageban.ru/out/2019/11/30/f631ec3090279f673e741fbb70e9391d.png",
    "https://i5.imageban.ru/out/2019/11/30/4c861891b5e0af5be3ae30d866305b2e.png",
    "https://i6.imageban.ru/out/2019/11/30/8a9432a38abc44420248d705adcdb6a4.png",
    "https://i1.imageban.ru/out/2019/11/30/24227b9a1f61b4392bb41a1e9a0ebf07.png",
    "https://i1.imageban.ru/out/2019/11/30/ab7eb55b7c641de98656896f0fd6d492.png",
    "https://i4.imageban.ru/out/2019/11/30/599cc5dbf8b55bc68823d4124eecf75c.png",
    "https://i1.imageban.ru/out/2019/11/30/0a2bb8653a1470754f2d6fd596f7bd4b.png",
    "https://i5.imageban.ru/out/2019/11/30/d5c17d25c23175c0e4b489b239195f0b.png",
    "https://i2.imageban.ru/out/2019/11/30/135275df2aec53cc4a6fff188dea06bd.png",
    "https://i3.imageban.ru/out/2019/11/30/233e66bfa00301366eb78fa7afa18d91.png",
    "https://i2.imageban.ru/out/2019/11/30/ef6d7783392a6ad35ee3df8923eec7da.png",
    "https://i2.imageban.ru/out/2019/11/30/e69227baeaf449c8feaba10e962d6701.png",
    "https://i5.imageban.ru/out/2019/11/30/e3d31af8a75b11e07b42d08ddd5cc6be.png",
    "https://i4.imageban.ru/out/2019/11/30/0766dc5ba46d62817ed47e2f83e66fda.png",
    "https://i4.imageban.ru/out/2019/11/30/ffdba161c498e4548e7856e6bc1b3daf.png",
    "https://i1.imageban.ru/out/2019/11/30/5dbc5ca40614120067f3351103091800.png",
    "https://i6.imageban.ru/out/2019/11/30/2c8c8cc640bdd953299bc7c2d0cfcf0c.png",
    "https://i2.imageban.ru/out/2019/11/30/1d29c526c0eb885e300cdc6e0bca3518.png",
    "https://i5.imageban.ru/out/2019/11/30/b25ab92670b21fd820a63c14a4c05fcc.png",
    "https://i3.imageban.ru/out/2019/11/30/8a8bb931f2782a52d5be21d019d9a6fa.png",
    "https://i1.imageban.ru/out/2019/11/30/4049960bc9d15877d420d97855ddbc84.png",
    "https://i2.imageban.ru/out/2019/11/30/9495b8398c61b309e2882b1ecf34b364.png",
    "https://i5.imageban.ru/out/2019/11/30/c4be66b8970240de960f589f5fd19def.png",
    "https://i5.imageban.ru/out/2019/11/30/f6cbccfa8c3156c113a606a7cf37b9ce.png",
    "https://i1.imageban.ru/out/2019/11/30/69b52382ead9e1e88d1d8c3ead6058eb.png",
    "https://i4.imageban.ru/out/2019/11/30/7d20a508a62f4eabea0004279b5b6772.png",
    "https://i2.imageban.ru/out/2019/11/30/f3319e641e9099247901aa1fe85ed395.png",
    "https://i3.imageban.ru/out/2019/11/30/5e952a83cd160b4ac7706f222badfa8a.png",
    "https://i5.imageban.ru/out/2019/11/30/77736c1925a3283dec6de131252441c9.png",
    "https://i6.imageban.ru/out/2019/11/30/57f0e842d648201b70e6d865f5133b89.png",
    "https://i2.imageban.ru/out/2019/11/30/5bee296459aca8736745632ec10be4aa.png",
    "https://i6.imageban.ru/out/2019/11/30/498dbecf8d2d8104a83f3ec8da1272d8.png",
    "https://i2.imageban.ru/out/2019/11/30/428b45c554988f587b2a61a7723f8d06.png",
    "https://i5.imageban.ru/out/2019/11/30/38f078f469fac7b43887a84844ed1856.png",
    "https://i2.imageban.ru/out/2019/11/30/b6ba3aeef1159ed60f1c88df11034a64.png",
    "https://i3.imageban.ru/out/2019/11/30/326b79d43ec4ead6f11c8b274fcc4af9.png",
    "https://i2.imageban.ru/out/2019/11/30/4f542ece08422e2df1e2fd8567cf09db.png",
    "https://i1.imageban.ru/out/2019/11/30/d6bb77b2ec8016dda5663beedaa31a99.png",
    "https://i2.imageban.ru/out/2019/11/30/2b248f619dc27cb1f4baa1f763a7bad8.png",
    "https://i2.imageban.ru/out/2019/11/30/6e70942de4a9cdadd0f2c2af257f75d7.png",
    "https://i2.imageban.ru/out/2019/11/30/4e205e544906cf7ee74e593dc3eb2b09.png",
    "https://i5.imageban.ru/out/2019/11/30/689c4dd58450bce8049fad258797c689.png",
    "https://i3.imageban.ru/out/2019/11/30/2e58e8aaa24cdf0b60ea8a4fdfbb67ed.png",
    "https://i3.imageban.ru/out/2019/11/30/181f5ad1e3c07f288891848d8bd8d104.png",
    "https://i6.imageban.ru/out/2019/11/30/a4562bfd000532484d4dcadefc3f9289.png",
    "https://i4.imageban.ru/out/2019/11/30/1a45de612677dbe3385552605e016dca.png",
    "https://i2.imageban.ru/out/2019/11/30/aad046f389eb0cca63ab100ad5bd13ae.png",
    "https://i4.imageban.ru/out/2019/11/30/6b843e4917487d6091a918c3079886e1.png",
    "https://i4.imageban.ru/out/2019/11/30/809a25981a4d306d0092543a78f38c9e.png",
    "https://i2.imageban.ru/out/2019/11/30/1f6ee9b7fcf7a10e9aa9c98ff61c325b.png",
    "https://i5.imageban.ru/out/2019/11/30/846579a7734805cdc6d6f8e04e5a0d90.png",
    "https://i5.imageban.ru/out/2019/11/30/888cdf1c237cf5d008e3a4969577a770.png",
    "https://i4.imageban.ru/out/2019/11/30/2286f234c4fd9edf31ba79e78d28a72e.png",
    "https://i1.imageban.ru/out/2019/11/30/c5058f17022b3bae947e5eeec70801ce.png",
    "https://i4.imageban.ru/out/2019/11/30/8e493dff8369decb9bb6195d898c7c7e.png",
    "https://i1.imageban.ru/out/2019/11/30/eaa7bb1a443c9e7b854c7468c57a4634.png",
    "https://i6.imageban.ru/out/2019/11/30/73f90f159dc1881cd122f3b7f3990b77.png",
    "https://i5.imageban.ru/out/2019/11/30/98238170b95d1a9c53b78bb988bcf396.png",
    "https://i1.imageban.ru/out/2019/11/30/626d704be6051e7879ad1300959c8f11.png",
    "https://i6.imageban.ru/out/2019/11/30/cca0e4b14231041349832bd1b515dd4e.png",
    "https://i1.imageban.ru/out/2019/11/30/1b3653f228f7ded4c5c048251240073a.png",
    "https://i3.imageban.ru/out/2019/11/30/c7692566e52201c2312f2cc2dbf77d58.png",
    "https://i3.imageban.ru/out/2019/11/30/6f4ea7e4b3efb17d60dbfefd7f2b03fd.png",
    "https://i6.imageban.ru/out/2019/11/30/3f6511e010766726404a4b8ecae48644.png",
    "https://i4.imageban.ru/out/2019/11/30/2dcbcf36ebf8d36c8ee9ff59074aac13.png",
    "https://i4.imageban.ru/out/2019/11/30/acf8f089cb7b85b4120ce733f89d31be.png",
    "https://i3.imageban.ru/out/2019/11/30/abc5bb8f159662b1f866944ac10071e7.png",
    "https://i3.imageban.ru/out/2019/11/30/b436723e0c17b7a3d148105046cbfcc8.png",
    "https://i6.imageban.ru/out/2019/11/30/44830d5b2a84a187075c19d74b896570.png",
    "https://i3.imageban.ru/out/2019/11/30/0d7ff9dc0c12a85594dcb97dac0463b9.png",
    "https://i2.imageban.ru/out/2019/11/30/f4e4cfe33f22073da1396ad3d0286133.png",
    "https://i3.imageban.ru/out/2019/11/30/c876fccc432908cffdc4db9de4f6d50b.png",
    "https://i4.imageban.ru/out/2019/11/30/8b585bc754c8f392156065fc14afe5a1.png",
    "https://i3.imageban.ru/out/2019/11/30/fd3fd98f4b076c9683d73c9650831059.png",
    "https://i6.imageban.ru/out/2019/11/30/ec0bfa8029658870e200ee98a43f592c.png",
    "https://i2.imageban.ru/out/2019/11/30/311939c40b85f05275cdeb9636e5241d.png",
    "https://i3.imageban.ru/out/2019/11/30/6e270f7dddb47a39b750de3c94b024d1.png",
    "https://i6.imageban.ru/out/2019/11/30/58b5fab66a6779b24d35fc0f0b88d0a6.png",
    "https://i2.imageban.ru/out/2019/11/30/097a3d685c79e254f5f56ec6b6033afa.png",
    "https://i5.imageban.ru/out/2019/11/30/0eb9f1b5342b9d764567c456107fe865.png",
    "https://i4.imageban.ru/out/2019/11/30/a16dc2dbe9dc9815f4fbf77ba7a90f50.png",
    "https://i2.imageban.ru/out/2019/11/30/5fd647b8b0d9c13674b1c8f8bd31e651.png",
    "https://i4.imageban.ru/out/2019/11/30/eb804d088d99b3fc230f23b5f906b5df.png",
    "https://i6.imageban.ru/out/2019/11/30/003c82849fe7a5eaa2b1892b6b62752e.png",
    "https://i5.imageban.ru/out/2019/11/30/d994e39d306d80b9de587f0c77a0b6e0.png",
    "https://i4.imageban.ru/out/2019/11/30/f5fbb4e2d1c943c8c8e2636e0323110a.png",
    "https://i4.imageban.ru/out/2019/11/30/d02ee4206cf3b1e6d917cbcd5f24f9bb.png",
    "https://i3.imageban.ru/out/2019/11/30/720cbfd9aeb76a0cd06819d8c5efa0d8.png",
    "https://i1.imageban.ru/out/2019/11/30/f6f55cf68e499641b0d1149350582721.png",
    "https://i6.imageban.ru/out/2019/11/30/b978ee69d541100e43f950c7a490cbea.png",
    "https://i3.imageban.ru/out/2019/11/30/161de7e719b458aa6dee1a099b15e77a.png",
    "https://i3.imageban.ru/out/2019/11/30/a8586cd9a1a47059dfda949add351436.png",
    "https://i5.imageban.ru/out/2019/11/30/141a21b00ea17eaacb9384efd8dba84f.png",
    "https://i4.imageban.ru/out/2019/11/30/a13e18f1435d87abf57b40289e28bfe6.png",
    "https://i1.imageban.ru/out/2019/11/30/8e67000841b52b24c6327f4e83fea009.png",
    "https://i2.imageban.ru/out/2019/11/30/f1d81116a5eb91b9fd11284f3f2ab42e.png",
    "https://i5.imageban.ru/out/2019/11/30/176c1c10252919fd8dbface2a056afd5.png",
    "https://i5.imageban.ru/out/2019/11/30/248ed0b892a70852eb10ca43103587c2.png",
    "https://i5.imageban.ru/out/2019/11/30/7d8e7713503bc2d9af0c4bddc3ba3911.png",
    "https://i5.imageban.ru/out/2019/11/30/ffe1221de120bdc658df53efc1dc4d14.png",
    "https://i2.imageban.ru/out/2019/11/30/1ec8ecc47f3cdc4192c36f70d64b995a.png",
    "https://i2.imageban.ru/out/2019/11/30/84b84419860b05a8467b074c9f09ccd5.png",
    "https://i4.imageban.ru/out/2019/11/30/30f258790ba774c8ebb910039fde7c15.png",
    "https://i4.imageban.ru/out/2019/11/30/c37936bbff112428deae2ea0f6733df3.png",
    "https://i5.imageban.ru/out/2019/11/30/bd234005e7f38ac250fb7586a3b404c0.png",
    "https://i5.imageban.ru/out/2019/11/30/f7164677a740a6060b52bc890eed4378.png",
    "https://i2.imageban.ru/out/2019/11/30/1ad39350271726bcc51d6c08728a0ed7.png",
    "https://i4.imageban.ru/out/2019/11/30/f5919d503ab9d0e583cbe45d370be679.png",
    "https://i4.imageban.ru/out/2019/11/30/bbcdae0f79221e241e2f1476ad2f3afc.png",
    "https://i1.imageban.ru/out/2019/11/30/fd42783e901434b9fe6919b2abcb471c.png",
    "https://i3.imageban.ru/out/2019/11/30/d9640e0c43937f3e6be6b876173fd704.png",
    "https://i5.imageban.ru/out/2019/11/30/0178303a1929b7bf309acc31be68f5f6.png",
    "https://i1.imageban.ru/out/2019/11/30/4cebc40f70a7a5e4d5d67d1a3acb218f.png",
    "https://i3.imageban.ru/out/2019/11/30/dc53206b066e7c208a62c471eedcef23.png",
    "https://i1.imageban.ru/out/2019/11/30/be2eb9cde4a57d53a83c39cb75e064a8.png",
    "https://i4.imageban.ru/out/2019/11/30/2d12714c22dc8b80809885e053f5e26a.png",
    "https://i3.imageban.ru/out/2019/11/30/4888f17d69bfb7633ce8ef2dca43f9a9.png",
    "https://i4.imageban.ru/out/2019/11/30/fa589841c9bedd4f5dd49ed780313510.png",
    "https://i1.imageban.ru/out/2019/11/30/01cdb7eefbd9d763d8c1d869df36593e.png",
    "https://i5.imageban.ru/out/2019/11/30/207a8f28eabc11252826428f530ac75d.png",
    "https://i5.imageban.ru/out/2019/11/30/412318d8c24d862ac60c753dbc7703ae.png",
    "https://i3.imageban.ru/out/2019/11/30/b73ba51d793022f7e4458bee4aecf06d.png",
    "https://i5.imageban.ru/out/2019/11/30/0b9a76c7a1747da0db1d5465402fdf15.png",
    "https://i2.imageban.ru/out/2019/11/30/9d29927d479ff9e463d46c4a8a9e4079.png",
    "https://i2.imageban.ru/out/2019/11/30/579c7696429dc54730a0c34aba8859cf.png",
    "https://i2.imageban.ru/out/2019/11/30/c2018bef9930333b470ee92c725b0ff6.png",
    "https://i3.imageban.ru/out/2019/11/30/8e5e1ed0568c50e1ea18f70f7611f7ad.png",
    "https://i2.imageban.ru/out/2019/11/30/39b9c5e6a269bef39dcfa2471ed4fe30.png",
    "https://i4.imageban.ru/out/2019/11/30/0b62856d12f995a71a7796f0da9977e0.png",
    "https://i5.imageban.ru/out/2019/11/30/fc34b9d7124841557eda4251ad389be4.png",
    "https://i1.imageban.ru/out/2019/11/30/e3dc7b1a8590c440186cc51d2eebf3fe.png",
    "https://i4.imageban.ru/out/2019/11/30/8fb74dcf25e178c38ca5bf2dbf3e5215.png",
    "https://i2.imageban.ru/out/2019/11/30/f780785094379d2db84864a3cc45aff3.png",
    "https://i6.imageban.ru/out/2019/11/30/a4ff34c4217fe5cbe4afe726b50f4b5d.png",
    "https://i3.imageban.ru/out/2019/11/30/8facc3978c28777362ffe64b9a94829f.png",
    "https://i4.imageban.ru/out/2019/11/30/ecf390bf71e042dfa5b0b15d60ad4470.png",
    "https://i5.imageban.ru/out/2019/11/30/3d768ad4f123900ed3e3b324323a3b1d.png",
    "https://i2.imageban.ru/out/2019/11/30/1b49fcce523a7e2766df5fa1b59245f6.png",
    "https://i6.imageban.ru/out/2019/11/30/404f429a44e76dc556a6d85eaa336594.png",
    "https://i6.imageban.ru/out/2019/11/30/049cbd8d1995e82c5ef6a503b61e79dd.png",
    "https://i3.imageban.ru/out/2019/11/30/af2f111f674cc3f9c61bfcc82077a6b5.png",
    "https://i2.imageban.ru/out/2019/11/30/07c6b583774db7e1be59f0062d5212f8.png",
    "https://i4.imageban.ru/out/2019/11/30/4d3343f52bd35e17cc7fccb5fecdc44f.png",
    "https://i6.imageban.ru/out/2019/11/30/ccc3a173ad76d13f14f0bd7ab496c6b3.png",
    "https://i1.imageban.ru/out/2019/11/30/fec8e7de631a0d8e055458abbc34a22d.png",
    "https://i4.imageban.ru/out/2019/11/30/814aae58c4a3c786e70becf9b0f14306.png",
    "https://i6.imageban.ru/out/2019/11/30/00f36e7644738be9f31e47a0ce0eb5ee.png",
    "https://i1.imageban.ru/out/2019/11/30/44ab413a1c5c96c7c2110b015a56fde9.png",
    "https://i5.imageban.ru/out/2019/11/30/6d70264464232c1a21a7ee906c431858.png",
    "https://i4.imageban.ru/out/2019/11/30/35321ff6b87471f5428c98f66d7a2d15.png",
    "https://i6.imageban.ru/out/2019/11/30/fa8ffd188af065f8acb3f00dcb679542.png",
    "https://i1.imageban.ru/out/2019/11/30/76027eeaa0baeaaeec16797d71cf7a23.png",
    "https://i2.imageban.ru/out/2019/11/30/deb4a896846826d662bc7fcaebd7a476.png",
    "https://i2.imageban.ru/out/2019/11/30/7bedd9125c3dfcff889cb803857c3080.png",
    "https://i5.imageban.ru/out/2019/11/30/2651d0565a48a1ff03ffab0f324c1759.png",
    "https://i4.imageban.ru/out/2019/11/30/6f9f49ccbb537defb534a627f372c3f5.png",
    "https://i4.imageban.ru/out/2019/11/30/a118641bf1da9bc8e673bdf850f20003.png",
    "https://i5.imageban.ru/out/2019/11/30/c33df53e19986fe7e445cb303203079d.png",
    "https://i1.imageban.ru/out/2019/11/30/ab2a5454b3a69610f60ddd8d5aca484c.png",
    "https://i2.imageban.ru/out/2019/11/30/e89f7a96d67bacc3d0e9e17132a175e4.png",
    "https://i6.imageban.ru/out/2019/11/30/c446946c86398df0927d5f26d05d1a56.png",
    "https://i2.imageban.ru/out/2019/11/30/8719979add703d8f420f4ee5096876e3.png",
    "https://i3.imageban.ru/out/2019/11/30/f655655edc8914b9adc66d1939a081f0.png",
    "https://i3.imageban.ru/out/2019/11/30/8fa5cb02dcd6e943773f7070dc2e73aa.png",
    "https://i4.imageban.ru/out/2019/11/30/47cf38de6214b02ffb251b6d055c1b8f.png",
    "https://i4.imageban.ru/out/2019/11/30/c1f940c04319e6c879c0bd0568296ed1.png",
    "https://i6.imageban.ru/out/2019/11/30/ed75be6a70db38d5897c9e006aaa6b79.png",
    "https://i1.imageban.ru/out/2019/11/30/11267ce5d9c887f0ecd1b3f37fedef06.png",
    "https://i5.imageban.ru/out/2019/11/30/41cb068679ca6c41088b31dfded73ab2.png",
    "https://i2.imageban.ru/out/2019/11/30/3097fe54b0b2b8ee77c0810ef9838e85.png",
    "https://i4.imageban.ru/out/2019/11/30/2f414d2d7a9c0fb31e79d2f5a67efd5b.png",
    "https://i5.imageban.ru/out/2019/11/30/92a21f4eadfc2f79c8d62792e389d1d5.png",
    "https://i3.imageban.ru/out/2019/11/30/2d9e59252c53ccc393255cde5e88b28a.png",
    "https://i3.imageban.ru/out/2019/11/30/6c551ed8f28fe08e1a826557aea8c0b6.png",
    "https://i1.imageban.ru/out/2019/11/30/0c73b77e84bda9c4156cf09df649d41b.png",
    "https://i1.imageban.ru/out/2019/11/30/9439d260d5bb036e87bd1e0900370aac.png",
    "https://i6.imageban.ru/out/2019/11/30/273f2f79e73e1d8857fd9bf50f17f324.png",
    "https://i4.imageban.ru/out/2019/11/30/55c3c32d52c5546498b1e298b628bb28.png",
    "https://i3.imageban.ru/out/2019/11/30/e1bec6fb9b893d68aa33cc6e91e310ea.png",
    "https://i3.imageban.ru/out/2019/11/30/322614d92174369432bc156473194bc6.png",
    "https://i1.imageban.ru/out/2019/11/30/e03727f7339092be20a4a981fd54ab0e.png",
    "https://i6.imageban.ru/out/2019/11/30/fee9752cf76b46ca9a882e80bc79c86d.png",
    "https://i5.imageban.ru/out/2019/11/30/ea74fa90b295ff0bd7be086fe6224641.png",
    "https://i3.imageban.ru/out/2019/11/30/352b346d532aadbade67c701f33b7fa9.png",
    "https://i3.imageban.ru/out/2019/11/30/448783fd45e5bf31db569c16fa418c2f.png",
    "https://i3.imageban.ru/out/2019/11/30/58aa514c63ab13561b2c45068d096f70.png",
    "https://i2.imageban.ru/out/2019/11/30/b9ec72f602ba05b514a613216b768a93.png",
    "https://i5.imageban.ru/out/2019/11/30/58ddbfc0c9b77ef30e3ed18ed7cfbf04.png",
    "https://i6.imageban.ru/out/2019/11/30/f2b639795378285df3a71e13ceb90d6d.png",
    "https://i3.imageban.ru/out/2019/11/30/6724e784e42419b7f82bb4ca49d3acd8.png",
    "https://i1.imageban.ru/out/2019/11/30/6ac33ba8bd8297e3a5b8fc550204c518.png",
    "https://i4.imageban.ru/out/2019/11/30/69e580246d43be4a68cbfffab6150702.png",
    "https://i6.imageban.ru/out/2019/11/30/ba00ceeb653d566f8752f8902ac6a7cf.png",
    "https://i1.imageban.ru/out/2019/11/30/febf3ade04fb758a54d0280448706530.png",
    "https://i3.imageban.ru/out/2019/11/30/f6bad64e1fac2cbb5a2a9fe8442078de.png",
    "https://i6.imageban.ru/out/2019/11/30/70ca575d558a827a2a0b961c4cdf748c.png",
    "https://i6.imageban.ru/out/2019/11/30/deafafabe21821b04e6f8e610f918db5.png",
    "https://i5.imageban.ru/out/2019/11/30/7150e578a0b3ff7cddf2ca5e70fa6a21.png",
    "https://i6.imageban.ru/out/2019/11/30/32f4907b8e26090f91a6e9b93b4b9b58.png",
    "https://i4.imageban.ru/out/2019/11/30/3981745af80a85882018ea1fe64f273f.png",
    "https://i1.imageban.ru/out/2019/11/30/e935f880cb4daf58706f95bae86a8524.png",
    "https://i1.imageban.ru/out/2019/11/30/887d073ce75ca94cf8dbf2044646480b.png",
    "https://i6.imageban.ru/out/2019/11/30/16e00842524dcdb2432156a92a8c3fb5.png",
    "https://i1.imageban.ru/out/2019/11/30/fbfcd11a4a6a6af216e6ceb66feaad0e.png",
    "https://i5.imageban.ru/out/2019/11/30/31d187e039d5aa6a4621d500a483206d.png",
    "https://i4.imageban.ru/out/2019/11/30/291ac44c546d686e885fdac8380bb1c6.png",
    "https://i1.imageban.ru/out/2019/11/30/78eb0e5e1ad7fc7c7e6285b0db8dfa80.png",
    "https://i2.imageban.ru/out/2019/11/30/6681fddac5f4fd8ad11a33e34744a924.png",
    "https://i5.imageban.ru/out/2019/11/30/02b9d7867fddceaa13ffdea36b3b44df.png",
    "https://i2.imageban.ru/out/2019/11/30/0b814e0de40d7f9a448b29495a0e9b03.png",
    "https://i6.imageban.ru/out/2019/11/30/c32b7e29cc14b10a073eee89f7fd1dc5.png",
    "https://i5.imageban.ru/out/2019/11/30/be64e623541cc1b25a163058774f27c3.png",
    "https://i6.imageban.ru/out/2019/11/30/7660fb68c02157ec849a7105d394a192.png",
    "https://i1.imageban.ru/out/2019/11/30/c3c31d1fcae0c46e0ad7bf57e6167953.png",
    "https://i1.imageban.ru/out/2019/11/30/06d3c748cfec645b511baad75dc1e27e.png",
    "https://i6.imageban.ru/out/2019/11/30/6841bfdbe0d42e002a6ce9486492a1fb.png",
    "https://i5.imageban.ru/out/2019/11/30/8fef25d882c3eff27ab69406c4595aa0.png",
    "https://i2.imageban.ru/out/2019/11/30/00ed53e3f76ce808d9de3dd99d7d717e.png",
    "https://i2.imageban.ru/out/2019/11/30/8bb42da9d8eb3a4d63fd10f375944855.png",
    "https://i6.imageban.ru/out/2019/11/30/0dd699abfaf5b034a052e416ad6bbbdb.png",
    "https://i6.imageban.ru/out/2019/11/30/aaf2932e3f851c5c99adc81c41a07e7f.png",
    "https://i6.imageban.ru/out/2019/11/30/64eccb4f89ff0ab33fc50f96fe63561a.png",
    "https://i1.imageban.ru/out/2019/11/30/5d79480ae659a74c7f50684292a5e1fa.png",
    "https://i3.imageban.ru/out/2019/11/30/742d420915146dcde855cc2ce54ba2a5.png",
    "https://i1.imageban.ru/out/2019/11/30/de59ecd593ede5442430abc866c7e3c8.png",
    "https://i6.imageban.ru/out/2019/11/30/d2e0e63c681a0101244d107fddf765a6.png"
    ];
    
    SmilesNewArray=new Array(
    "https://forumstatic.ru/files/001a/37/71/34909.gif",
    "https://forumstatic.ru/files/001a/37/71/28959.gif",
    "https://forumstatic.ru/files/001a/37/71/87306.gif",
    "https://forumstatic.ru/files/001a/37/71/95401.gif",
    "https://forumstatic.ru/files/001a/37/71/26862.gif",
    "https://forumstatic.ru/files/001a/37/71/35374.gif",
    "https://forumstatic.ru/files/001a/37/71/88811.gif",
    "https://forumstatic.ru/files/001a/37/71/83670.gif",
    "https://forumstatic.ru/files/001a/37/71/38481.gif",
    "https://forumstatic.ru/files/001a/37/71/77367.gif",
    "https://forumstatic.ru/files/001a/37/71/63338.gif",
    "https://forumstatic.ru/files/001a/37/71/61309.gif",
    "https://forumstatic.ru/files/001a/37/71/48221.gif",
    "https://forumstatic.ru/files/001a/37/71/52646.gif",
    "https://forumstatic.ru/files/001a/37/71/79626.gif", 
    "https://forumstatic.ru/files/001a/37/71/56945.gif", 
    "https://forumstatic.ru/files/001a/37/71/24171.gif", 
    "https://forumstatic.ru/files/001a/37/71/91202.gif", 
    "https://forumstatic.ru/files/001a/37/71/96876.gif", 
    "https://forumstatic.ru/files/001a/37/71/32658.png", 
    "https://i.imgur.com/0qxHiSV.gif",
    "https://forumstatic.ru/files/001a/37/71/21025.png",
    "https://forumstatic.ru/files/001a/37/71/82105.png",
    "https://forumstatic.ru/files/001a/37/71/22521.png",
    "https://forumstatic.ru/files/001a/37/71/67861.png",
    "https://forumstatic.ru/files/001a/37/71/73481.png",
    "https://forumstatic.ru/files/001a/37/71/85875.png",
    "https://forumstatic.ru/files/001a/37/71/48934.png",
    "https://forumstatic.ru/files/001a/37/71/76869.png",
    "https://i6.imageban.ru/out/2019/10/12/caf88e306972b0dc20b472f501868d98.gif",
    "https://forumstatic.ru/files/001a/37/71/45478.gif",
    "https://forumstatic.ru/files/001a/37/71/88343.gif",
    "https://forumstatic.ru/files/001a/37/71/94669.gif",
    "https://forumstatic.ru/files/001a/37/71/11982.gif",
    "https://forumstatic.ru/files/001a/37/71/61833.png",
    "https://forumstatic.ru/files/001a/37/71/17796.png",
    "https://forumstatic.ru/files/001a/37/71/37028.png",
    "https://forumstatic.ru/files/001a/37/71/62706.gif",
    "https://forumstatic.ru/files/001a/37/71/36507.gif",
    "https://forumstatic.ru/files/001a/37/71/60845.png",
    "https://forumstatic.ru/files/001a/37/71/39514.gif",
    "https://forumstatic.ru/files/001a/37/71/47493.gif",
    "https://forumstatic.ru/files/001a/37/71/67351.gif",
    "https://forumstatic.ru/files/001a/37/71/24399.gif",
    "https://forumstatic.ru/files/001a/37/71/96427.gif",
    "https://forumstatic.ru/files/001a/37/71/35304.png",
    "https://forumstatic.ru/files/001a/37/71/68259.gif",
    "https://forumstatic.ru/files/001a/37/71/40441.gif",
    "https://forumstatic.ru/files/001a/37/71/49064.gif",
    "https://forumstatic.ru/files/001a/37/71/12418.png",
    "https://forumstatic.ru/files/001a/37/71/54969.gif",
    "https://forumstatic.ru/files/001a/37/71/68079.gif",
    "https://forumstatic.ru/files/001a/37/71/64777.gif",
    "https://i.imgur.com/rUohpCy.gif", 
    "https://forumstatic.ru/files/001a/37/71/41303.gif",
    "https://forumstatic.ru/files/001a/37/71/35691.gif", 
    "https://i.imgur.com/RP28h.gif", 
    "http://i.imgur.com/LHmO1.gif", 
    "http://i.imgur.com/rFh1k.png", 
    "http://i.imgur.com/WNLw3.png", 
    "http://i.imgur.com/18vnb.gif", 
    "https://i.imgur.com/AZqycpi.gif", 
    "https://i.imgur.com/PLszyf2.gif", 
    "https://i.imgur.com/gtHKgkh.gif", 
    "https://i.imgur.com/DA8XtCw.png", 
    "http://i.imgur.com/UXg0j.png", 
    "https://forumstatic.ru/files/001a/37/71/97554.gif", 
    "https://forumstatic.ru/files/001a/37/71/33189.gif", 
    "https://forumstatic.ru/files/001a/37/71/19909.gif", 
    "https://forumstatic.ru/files/001a/37/71/78915.gif", 
    "https://forumstatic.ru/files/001a/37/71/54939.png", 
    "https://forumstatic.ru/files/001a/37/71/29184.gif", 
    "https://forumstatic.ru/files/001a/37/71/37157.gif", 
    "https://forumstatic.ru/files/001a/37/71/56959.gif", 
    "https://forumstatic.ru/files/001a/37/71/76632.gif", 
    "https://forumstatic.ru/files/001a/37/71/60313.png", 
    "https://forumstatic.ru/files/001a/37/71/96435.gif", 
    "https://forumstatic.ru/files/001a/37/71/56580.png", 
    "https://forumstatic.ru/files/001a/37/71/66678.gif"
    
    
    
     //End myarray_!!Последняя ссылка без Запятой!!!
    )	
    $('#button-smile').one('click',function(){
    var L1='<img src="',L2='" style="cursor: pointer" onclick="smile(\'[img]',
    L3="'+this.src+'[/img]')\" /> ";
    $("#smilies-block").html("")
    for(var i=0;i<SmilesNewArray.length;i++){$("#smilies-block").append(L1+SmilesNewArray[i]+L2+L3);}
    $('#smilies-block').addClass('t-0');var vkl = '<div id="wrapper"><ul class="tabs" onclick="smilies();return 0;"><li class="t-0 active"><a>котики</a></li></ul></div>';$('#smilies-area').prepend(vkl)[0].removeAttribute('onclick'); for(var i in nabor){$('.tabs').append('<li class="t-'+i+'"><a>'+i+'</a></li>');$('#wrapper').append('<div class="t-'+i+'"></div>');$.each(nabor[i],function(q){$('div.t-'+i).append('<img src="'+nabor[i][q]+'" onclick=smile("[img]'+nabor[i][q]+'[/img]") />');})};$('.tabs li').click(function(){var thisClass=this.className;$('#smilies-area div[class^="t-"]').hide();$('div.'+thisClass).fadeToggle('slow');$('.tabs li').removeClass('active');$('#smilies-area img').click(function(){ $('#smilies-area').hide();}); }); });
    </script>
    
    <!--Баннеры партнёров-->
    <style>
    #banners a img {opacity:0.2; -moz-opacity:0.2; filter:alpha(opacity=40); }
    #banners a:hover img {opacity:1.0;    transition: 0.5s; -moz-opacity:1.0; filter:alpha(opacity=100); }
    </style>
    <div id="banners"><center><a href="https://imagiart.ru/" target="_blank"><img src="https://i.imgur.com/h3ba1GC.gif" title="photoshop: Renaissance" border="0" alt="photoshop: Renaissance"></a><a href="https://miamiclub.ru" target="_blank"><img src="https://i.imgur.com/MrkkHBq.gif" title="MIAMI CLUB" border="0" alt="MIAMI CLUB"></a><a href="http://greenlake.rusff.me/" target=_blank> <img src="https://forumstatic.ru/files/001c/2a/1e/75738.png" border="0"alt="https://greenlake.rusff.me/" width=88 height=31></a><a href="https://urchoice.rolka.me/" target="_blank"><img src="https://forumstatic.ru/files/000b/09/4f/76237.gif" title="Каталог форумов" alt="LYL" width="88" height="31"></a><a href="http://catchyourdream.rusff.me" target="_blank"><img src="https://i.imgur.com/QDhZ9vz.gif" title="dream catcher"></a><a target="_blank" href="https://arkcity.rusff.me/" title="Ark City: последний оплот человечества"><img src="https://forumstatic.ru/files/0019/eb/83/77713.gif" width="88px" border="0"></a><a href="https://hornyjail.ru/" target="_blank"><img src="https://forumupload.ru/uploads/001c/2b/dd/2/512350.gif"></a><a href="https://thedome.rusff.me/" target="_blank"><img src='https://forumupload.ru/uploads/001b/60/aa/48/821676.png' title="Город, из которого нет выхода" /></a><a href="https://kelmoracrown.rusff.me" target="_blank"><img src="https://forumstatic.ru/files/001b/e6/2d/99265.png" title="Kelmora. Hollow crown" border="0" alt="Kelmora. Hollow crown"></a></a><a href="https://soullove.ru" target=_blank> <img src="https://forumstatic.ru/files/000e/5d/50/10990.gif" border="0" alt="soul love"></a><a href="https://killarney.rolka.me" title="Магия в небольшом городке Ирландии" target="_blank"><img src="https://forumupload.ru/uploads/001b/d2/19/2/602313.gif"></a><a href="https://labardon.rusff.me" target=_blank title="Labardon: disillusionment of unity"><img src="https://i.ibb.co/7vC8mL2/image.gif" border="0"alt="labardon" width=88 height=31></a><a href="https://genshinmemories.rusff.me/" target=_blank><img src="https://forumstatic.ru/files/0017/4a/e0/13035.gif" title="Genshin Impact: Golden Memories"></a><a href="https://edgezone.rusff.me/" title="Cyberpunk 2077: Edgezone" target="_blank"><img src="https://i.imgur.com/ub4UiCW.gif"></a><a href="https://darksymphony.f-rpg.me/" title="Явь, Сны и Магия: Dark symphony"><img src="https://forumupload.ru/uploads/001b/d5/58/2/217166.gif"></a><a href="https://incident.rusff.me/viewtopic.php?id=340#p37941" target="_blank"><img src="https://i.imgur.com/a8oRgRC.gif" title="Забери секретную тарелку по промокоду UFOLOGY16, скрой промокод в ТЕГ СКРЫТОГО ТЕКСТА!" border="0" alt="Забери секретную тарелку по промокоду UFOLOGY16, скрой промокод в ТЕГ СКРЫТОГО ТЕКСТА!"></a><a href="https://hpsleepless.rusff.me/"><img src="https://i.imgur.com/qaJBdjq.png" title="hp: sleepless"></a><a href="https://halflight.rusff.me/" target="_blank"> <img src="https://forumstatic.ru/files/001c/18/75/90078.png" border="0" width="88" height="31" title="HALF LIGHT"></a><a href="https://karma.f-rpg.me/" target="_blank"><img src="https://forumupload.ru/uploads/0013/26/8a/4/813808.png" title="karma cross" border="0" width="88" height="31"></a><a href="https://breakout.rusff.me/" title="BREAKOUТ: аномалии, способности, монстры"> <img src="https://forumstatic.ru/files/001c/2a/d4/18938.png"></a><a href="https://metaverse.rusff.me/" target="_blank" title="СПОСОБНОСТИ, ГЕРОИКА, МАГИЯ, МУЛЬТИВЕРС" ><img src="https://forumstatic.ru/files/001c/23/f5/28818.gif"></a><a href="https://oblivion.rolfor.me/" title="tvd: oblivion" target="_blank"><img src="https://forumupload.ru/uploads/001c/2a/cf/5/15156.gif"></a><a href="https://macabredanse.ru" target="_blank" title="мародеры, дарк ау"><img src="https://forumstatic.ru/files/001c/21/4c/53882.gif"></a>
    </center></div></div>
    </div>

    0


    Вы здесь » archives » stay here » промо диз


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