У Вас отключён javascript.
В данном режиме, отображение ресурса
браузером не поддерживается
Masterpiece Theatre III
Marianas Trench

Cats

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

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


Вы здесь » Cats » Новый форум » дизайн


дизайн

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

1

Код:
/***************************************
A - SETUP
***************************************/

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

/* A1.1 */

  @import url(style_cs.css);


@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700|Roboto:100,300,400,700');

@import url('https://fonts.googleapis.com/css?family=Playfair+Display+SC&subset=cyrillic');

@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900&subset=cyrillic');

@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,500,600,700&display=swap&subset=cyrillic');

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900&subset=cyrillic');


@font-face {
font-family: 'ropa_one';
src: url('https://forumstatic.ru/files/0019/ca/89/12822.eot?'),
url('https://forumstatic.ru/files/0019/ca/89/67548.woff') format('woff'),
url('https://forumstatic.ru/files/0019/ca/89/64882.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}


@font-face {
font-family: 'ropa_two';
src: url('https://forumstatic.ru/files/0019/ca/89/61275.eot?'),
url('https://forumstatic.ru/files/0019/ca/89/75830.woff') format('woff'),
url('https://forumstatic.ru/files/0019/ca/89/22347.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}




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

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


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

/* A3.1 */
body {
  font-size: 100.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: rgba(0,0,0,0) url(https://forumstatic.ru/files/0019/ca/89/58939.png) repeat scroll top center;
    margin: auto;
    width: 974px;
  margin-top: 276px;
}
.punbb {
    height: auto;
    margin: 0px 30px;
    width: auto;
}

#pun-redirect #pun-main {min-height: 50px;
    background: #d3c9bb;
    box-shadow: 0 0 0 1px #c5b9a9, 0 4px 1px 0px #c1b4a1 inset, 0 4px 1px 0px #c1b4a1;
        border-radius: 3px;
padding: 10px}


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

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

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

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

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

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

/* A5.9 */
.punbb .container {
  border-style: solid;
  border-width: 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 #4f4736;
    display: block;
    margin: 5px auto;
    width: 250px;
}

/* B1.3 */
.punbb .post-content p {
  margin: 0;
  padding: 0 0 1em 0;
  line-height: 150%;
 font-family: 'Verdana', sans-serif;  }


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

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

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

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

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
    border: medium none;
    margin: 0.4em 0em 0.8em;
    padding: 0em;
}


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

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

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

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

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

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

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

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

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


/***************************************************/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: center;
    width: 25%;
}


/* 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-size: 1.2em;
  font-weight: bold;
  }

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

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

/* C2.11 */
.punbb .main td {
  border-style: solid none none solid;
  border-width: 1px 0 0 1px;
  padding: 1.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;
        display: block;
        width: 60px;
        height: 60px;}

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

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

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

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

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

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

/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
  padding: 0 1em 1em 1em;
  line-height: 140%;
  }

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

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

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


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

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

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

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

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

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

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

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

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


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

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

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

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

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


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

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

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


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

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

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

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: 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 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 14px -0.6em 14px;
  }

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

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

/* C6.8 */
#viewprofile li span {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.5em 1em;
  font-weight: 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: 0;
  margin-bottom: 20px;
}

#pun-navlinks .container {
  border: none;
  margin: 0;
  }

/* D3.2 */
#pun-navlinks .container {
  padding-top: 15px;
  height: 27px;
  font-weight: normal;
  text-align: center;
  width: 845px;
}

/* 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: 2px solid transparent;
    margin-bottom: 15px;
}
#pun-ulinks .container {
    border: medium none;
    font-weight: bold;
    height: 3px;
    padding-top: 0px;
    text-align: center;
    width: 850px;
}
#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 .container {position: absolute;
width: 870px;
text-align: center;
font-family: Garamond;
font-size: 10px;
margin-left: 23px;
text-transform: uppercase;
letter-spacing: 1px;
word-spacing: 3px;
  top: 455px;
  color: #000000;
  font-weight: 500;
height: 13px !important;
}

#pun-status .container .item1 {background: url(https://forumstatic.ru/files/0019/ca/89/87429.png) no-repeat center right;
display: inline-block;
padding-right: 25px;
height: 13px !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: 0;
  }

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

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

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

/* D6.1 */
#pun-announcement h2 {
  padding: 0;
  margin: 0 1em -3.5em 1em;
  border-style: none none solid none;
  border-width: 0 0 1px 0;
  position: 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: 0.6em 1em 1em 1em;
  margin-bottom: -20px;
  margin-top: 20px
  }

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

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

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

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

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

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

/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/

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

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

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

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

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

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

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

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

/* D8.9 */
div.punbb-admin #pun-about .container {
  border-top-style: solid;
  border-top-width: 1px;
  }


/* D9 Help file
-------------------------------------------------------------*/

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

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

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

/* D9.4 */
#pun-help .formal ul, #pun-help .formal dl {
  padding: 0 0 0 1em
  }

/* D9.5 */
#pun-help .formal li {
  padding: 0;
  line-height: 130%
  }

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

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

::-webkit-scrollbar {
width: 6px;
height:6px;
background-color: rgba(20, 18, 15,0.2);
border-radius: 10px !important;}
::-webkit-scrollbar-thumb {
  background-color:#76802f;
  width:6px !important;
  box-shadow: 0 0 0 1px rgba(20, 18, 15,0.1) inset;
border-radius: 1px !important;
}




html, body, .code-box .scrollbox, textarea, #font-area, div {scrollbar-width: thin;
scrollbar-color: #76802f rgba(20, 18, 15,0.01);}


::selection {    background: #76802f;
    color: #efefef;
}


.stickytext, .closedatafield, #pun-live-rusff, .pl-reports  {display: none}


.modal-inner.section, #pun-report .inner, #pun-reputation .inner, #pun-admin-award-form .inner {
    padding: 10px !important;
    background: #d3c9bb;
    box-shadow: 0 0 0 1px #c5b9a9, 0 4px 1px 0px #c1b4a1 inset, 0 4px 1px 0px #c1b4a1;
}


.tipsy-inner {
 font-size:11px !important;
 font-family:'pt sans' !important;
background-color: #4f392e !important;
color: #fff !important;
  border-radius: 3px !important;
position: relative;
}

.tipsy-arrow {
border-top-color: #4f392e !important;
  border-bottom-color: #4f392e !important;
}

input, textarea {
    outline: none;
}  
input:active, textarea:active {
    outline: none;
} 
:focus {
    outline: none;
}


#pun-messages .post h3 {background: none;
width: auto}
#pun-messages .pa-author {padding: 5px;
margin-top: 35px}
#pun-messages .post-author {  margin-top: 30px !important;
  padding-top: 0
}
#pun-messages .post-author ul {color: #222;
text-shadow: none}
#pun-messages .pa-online {clear: both}

#main-reply {height: 200px}

.pa-fld2 {position: absolute;
width: 200px;
height: 22px;
text-align: center;
margin-left: 8px !important;
margin-top: -30px !important;
}


.pa-fld1 {font-family: montserrat;
font-weight: 700;
font-size: 9px;
color: #463c32;
width: 200px;
margin-left: 7px !important;
margin-top: 5px !important;
text-transform: uppercase}

.pa-fld3 {width: 200px;
margin-left: 8px !important; 
margin-top: -5px}

.pa-fld3 a:hover {opacity: .5}

.pa-fld3 img {filter: hue-rotate(50deg)}

.pa-fld4 { background: radial-gradient(ellipse at top, #604f40 10%, #534234 53%, #423428 100%);
    border-radius: 2px;
    box-shadow: 0 0 1px 1px #433932, 0 0 2px 2px rgba(0,0,0,0.01) inset, 0 2px 2px -2px rgba(255,255,255,.4) inset;
    color: #d2c8ba;
    font-family: roboto !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    margin-top: 5px !important;
    padding: 4px 0px 3px 0px !important;
    width: 217px;
    text-transform: uppercase;
margin-left: -1px}

.pa-fld5 {
    font-family: cormorant garamond !important;
    font-size: 13px !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    text-align: center;
    padding: 0px 0 0px 0;
    margin-top: 2px !important;
}

.tooltip {
    position: relative;
    display: block;
    cursor: pointer;
}
.tooltip em {
    display: block;
    transition: all 0.3s ease-in-out 0s;
    position: absolute;
    opacity: 0;
        color: #333;
    font-family: arial !important;
    font-size: 10px !important;
    font-style: normal;
    height: auto;
    left: 100px;
    padding: 6px;
    text-align: left;
    width: 200px;
    top:12px;
  background: #ecece9;
  text-transform: none;
    line-height: 11px;
  border-radius: 2px;
  visibility: hidden;
  box-shadow: 0 0 0 1px #dfdfdf inset
}
.tooltip:hover em {
    top: 12px;
    font-family: arial !important;
    font-size: 10px !important;
    font-style: normal;
    height: auto;
    padding: 5px;
  left: 20px;
    position: absolute;
    z-index: 9999;
    opacity: 1;
    width: 200px;
    transition: all 0.5s ease-in-out 0s;
  line-height: 11px;
  visibility: visible
}

.banner_down {position: absolute;
margin-top: 76px;
width: 344px;
height: 63px;
border-radius: 3px;
padding: 5px;
text-align: center;
overflow-y: auto;
}

.banner_down img {transition: all .5s ease-in-out 0s;
filter:  grayscale(80%) brightness(.5)}

.banner_down img:hover {filter: grayscale(0) brightness(1)}

#leftside {width: 100%;
height: 528px !important;
left: 0;
top: 0px;
z-index: -1;
position: fixed;
background: url(https://forumstatic.ru/files/0019/ca/89/66037.png) no-repeat center top;}

.bannerbox {position: absolute;
text-align: center;
top: 94px;
width: 280px;
margin-left: 11px}

.sslka {display: block;
opacity: .95;
padding: 5px;
  background: #b1a99d;
  border-radius: 2px;
  box-shadow: 0 0 0 1px #a49b8d
}

#pun .sslka a {      background: #76802f;
  white-space: nowrap;
 margin: 5px auto;
  border-radius: 2px;
  text-align: center;
  transition: all 0.3s linear 0s;
display: block;
  padding: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 175px;
color: #efefef;
font-family: montserrat;
font-size: 9px;
font-weight: 500;
  text-shadow: 0 0 1px rgba(0,0,0,.5)
}

#pun .sslka a:hover {    background-color:#8a6a55 !important;
  opacity: .9;
  transform: scale(.9);
  color: #fff
}

#navigblock {width: 200px;
margin-left: 51px;
position: absolute;
  top: 165px;
  z-index: 99;
}

.spirit-navigation_hover{filter: grayscale(100%) brightness(.5) opacity(.7)
}

.spirit-navigation {background: url(https://forumstatic.ru/files/0019/ca/89/59233.jpg) no-repeat;
    height:18px;
  width: 284px;
        display:inline-block;
        cursor: pointer; 
font-size: 0px;
  color: transparent;
  position: absolute;
  top:141px;
  margin-left: 9px;
  transition: all .3s cubic-bezier(.64,.51,.55,1.16) 0s;
    }

#navigblock2 {width: 200px;
margin-left: 51px;
position: absolute;
  top: 195px;
  z-index: 99;
}

.spirit-navigation_hover2 {filter: grayscale(100%) brightness(.5) opacity(.7)
}

.spirit-navigation2 {background: url(https://forumstatic.ru/files/0019/ca/89/75508.jpg) no-repeat;
    height:18px;
  width: 284px;
        display:inline-block;
        cursor: pointer; 
font-size: 0px;
  color: transparent;
  position: absolute;
  top:166px;
  margin-left: 9px;
  transition: all .3s cubic-bezier(.64,.51,.55,1.16) 0s;
    }

.newsbox {position: absolute;
top: 99px;
margin-left: 315px;
width: 581px;
height: 75px;
overflow-y: auto;
font-family: roboto;
text-align: justify;
line-height: 17px}

.newsbox span {color: #826C49;
font-family: montserrat;
font-weight: 800;
margin-right: 8px}

.newsbox >div {margin-bottom: 10px}

.newsbox >div:last-child {margin-bottom: 0}


.newsbox a {
  filter: brightness(.7)
}

.persons {position: absolute;
width: 915px;
top: 10px;
text-align: center;
}

.persons img {transition:  all .5s ease-in-out 0s;
margin: 0 13px;
display: inline-block}

.persons img:hover {filter: grayscale(100%);
transform: translateY(5px)}

.puptable {position: absolute;
background: url() no-repeat right bottom;
width: 957px;
height: 169px;
top: 257px;
margin-left: -21px;
overflow: hidden}

.puptablebox {background: #1a1510;
width: 919px;
height: 149px;
box-shadow: 0 0 0 1px #483b30 inset;
margin-top: 15px;
margin-left: 18px;
transition: all .5s linear 0s;
opacity: 0}

.puptable:hover .puptablebox {
opacity: 1}

.puptableblock {position: relative;
color: #b9a89a;
border-right: 1px solid #2a2621;
width: 225px;
margin-left: 5px;
top: 15px;
position: relative;
height: 120px;
display: inline-block}

.puptableblock span {display: block;
font-family: Cormorant Garamond;
font-weight: 500;
text-transform: uppercase;
font-size: 12px;
text-align: center;
position: relative;
}

.puptableblock span:after {content: "";
display: block;
background: #26211c;
height: 1px;
width: 150px;
position: absolute;
bottom: -5px;
left: 34px}

.puptableblock >div {font-family: roboto;
font-size: 10px;
text-align: left;
margin: 10px 15px 0 15px;
overflow-y: auto;
height: 92px;
padding-right: 4px}

0

2

Код:
HTML {
    background: url("https://forumstatic.ru/files/0019/ca/89/12083.jpg") no-repeat fixed center calc(100% + 140px), #bfcbd1 url("https://forumstatic.ru/files/0019/ca/89/29678.jpg");
}

.uptitle {position: absolute;
background: url(https://forumstatic.ru/files/0019/ca/89/21227.png);
width: 1037px;
height: 276px;
top: 0 !important;
margin-left: -58px !important;}

#pun-title {border: none}

#pun-title table {
    background: rgba(0, 0, 0, 0) url("https://forumstatic.ru/files/0019/ca/89/82344.jpg") no-repeat scroll center top;
    border: none;
    height: 189px;
    margin-left: -14px;
    margin-bottom: -40px;
    width: 945px;
}


.offctgr {display:block!important;
visibility:visible!important;
}

#pun-index .tc2, #pun-index .tc3, #pun-index .tcmod {
    width: 8%;
    font-family: roboto;
    font-size: 13px;
    font-weight: 300;
}



.pa-awards {margin-left: 18px;
}



.pa-posts, .pa-respect {margin-bottom: 0px !important;
    display: inline-block;
    font-family: pt sans;
    text-transform: lowercase;
    font-size: 11px;
width: auto;
padding: 0px 5px !important;
    margin-top: 5px !important;
}

#profilenav h2 {
    text-align: left !important;
}

.topicpost .post-author {margin-top: 22px !important;}

.post-author {
    margin-left: 5px !important;
    margin-top: 30px !important;
    margin-bottom: 0px !important;
    padding-bottom: 27px !important;
    width: 247px !important;
    padding-top: 0px !important;
    background: url(https://forumstatic.ru/files/0019/ca/89/95214.jpg) no-repeat top,
    url(https://forumstatic.ru/files/0019/ca/89/80957.png) no-repeat bottom,
        url(https://forumstatic.ru/files/0019/ca/89/29538.png);
}

.post-content {margin: 25px 0px 0px 34px !important;
padding: 5px}


#pun-viewtopic .post .container {
margin: 0 5px}

#pun-post .pa-author {margin-left: 5px;
width: 190px !important;
padding: 0}


.post h3 {
    background: #1a1b19;
    color: #a99989 !important;
    font-family: roboto !important;
    font-size: 10px !important;
    height: 20px;
    margin-bottom: -25px;
    margin-left: -1px;
    margin-top: 5px;
    padding-top: 0px;
    width: 915px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    border: none;
    border-top: 1px solid #473c31;
    border-bottom: 1px solid #473c31
}
.post h3 span {
    color: #a99989;
    margin-left: 0px !important;;
    margin-top: -2px;
    text-align: left;
    width: auto
}

#pun .post h3 span a {color: #a99989}
#pun .post h3 span a:hover {
    color: #555;
}

#pun .post h3 strong {
    font-weight: normal;
    margin-left: 700px;
    position: absolute;
    width: 200px;
    text-align: right !important;
    color: #c9d0c3;
}

.pa-author img {
    display: none;
}
.post-author .pa-author {
    font-family: cormorant garamond !important;
    font-size: 16px !important;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 700 !important;
    text-align: center;
    padding: 0px 0 0px 0;
    position: relative;
    margin-top: 44px;
}


.post-author ul {
    color: #463c32;
    font-size: 10px;
    line-height: 11px;
    margin-left: 14px;
    padding: 0px !important;;
    text-align: center;
    width: 214px;
}
.pa-avatar {
    margin-top: 2px !important;
    width: 214px;
    margin-bottom: 5px !important;
    margin-left: 0px !important;
}

.pa-avatar.item2 > img { 
    box-shadow: 0 0 0 3px #efe6d9, 0 0 0 4px #ab998b
}

.pa-title {
    font-family: roboto !important;
    font-size: 10px !important;
    font-weight: 300 !important;
    text-transform: lowercase;
    padding-top: 0px !important;
    margin-top: 0px !important;
    text-align: center;
    width: 214px;
}

.pa-ip {clear: both}

.pa-online {
font-size: 10px;
    padding: 0 !important;
    margin-left: -2px !important;
    width: 205px; 
    clear: both;
    color: #463c32;
    text-transform: uppercase;
    font-family: pt sans
}

.punbb th {
    font-size: 0 !important;
}
li#navawards, .lastedit {
    display: none !important;
}
.pa-gifts {
    display: none;
}


#pun-navlinks a {
      color: #4a5116;
    font-family: Cormorant Garamond !important;
    font-size: 13px !important;
    text-align: center;
    transition: all 0.3s ease-in-out 0.1s;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 5px !important;
    letter-spacing: 1px;
    position: relative;
    margin: 0 0px;
    font-weight: 700 !important;
    text-shadow: 1px 1px 0px rgba(255,255,255,.4)
}

#pun-navlinks a span {position: relative;
z-index: 9}

#pun-navlinks a:after {content: "";
background: url(https://forumstatic.ru/files/0019/ca/89/65103.png);
width: 13px;
height: 13px;
position: absolute;
display: block;
top: -13px;
filter: grayscale(80%);
left: 40%;
transition: all .3s linear 0s;
transform: scale(2);
opacity: 0;
filter: hue-rotate(70deg) brightness(2)}

#pun-navlinks a:hover:after {transform: scale(1);
opacity: 1}

#pun-navlinks a:hover {
    transition: all 0.3s ease-in-out 0.1s;
    color: #513416;
}

#pun-navlinks a span {display: inline-block;
transition: all .2s ease-in-out 0s}

#pun-navlinks a span:hover {    transform: scale(.9)}


#pun-navlinks .container {
    background: none repeat scroll 0 0;
    display: inline-block;
    font-size: 0px !important;
    font-style: normal;
    font-weight: 700 !important;
    margin-left: -20px !important;
    position: absolute;
    text-align: left !important;
    top: 234px;
    width: 600px !important;
    word-spacing: 0px;
    padding: 0px !important;
}

#pun-ulinks .container {
    font-family: roboto !important;
    font-style: normal;
    font-weight: 100 !important;;
    height: 20px !important;
    letter-spacing: 0px;
    margin-left: 3px !important;
    padding: 0 !important;
    position: absolute;
    text-align: center !important;
    text-transform: uppercase;
    top: 435px;
    width: 905px !important;
    display: inline;
    font-size: 8px;
}

#pun-ulinks .item5 {
    display: none;
}
#pun-ulinks a {
    color: #666e2c;
    font-size: 9px !important;;
    font-weight: 500;
    transition: all 0.5s linear 0s;
    letter-spacing: 1px;
    padding: 0 5px 0px 5px !important;
    position: relative;
}

#pun-ulinks a:hover {
color: #222;
}

.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: #1a1510;
}
.punbb .post-box {
    color: #1a1510;
}
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
    border-color: transparent;
    color: #1a1510;
    font-style: normal;
    font-weight: normal;
}

.punbb textarea {
    background-clip: padding-box;
    background: #d3c9bb;
    color: #222;
    padding: 7px 5px !important;
    width: 99% !important;
border: none;
    box-shadow: 0 0 0 1px #c5b9a9, 0 4px 1px 0px #c1b4a1 inset, 0 4px 1px 0px #c1b4a1;
        border-radius: 3px
}
.punbb #pun-main .quote-box, .punbb #pun-main .code-box {
    background-clip: padding-box;
    background: #d3c9bb;
    color: #444;
    padding: 10px !important;
    box-shadow: 0 0 0 1px #c5b9a9, 0 4px 1px 0px #c1b4a1 inset, 0 4px 1px 0px #c1b4a1;
    position: relative;
    border-radius: 3px
}

#pun-main .code-box .scrollbox {
font-family: pt sans !important;
font-size: 10px;}

.punbb select, input {
    background: #d3c9bb;
    color: #333;
border: none;
padding: 3px 2px 3px 4px !important;
    box-shadow: 0 0 0 1px #c5b9a9
}



#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: #76802f;
    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: #80622f;
    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 {
    background: transparent;
    color: #241c16 !important;
    font-family: cormorant garamond !important;
    font-size: 13px !important;
    font-style: normal;
    font-weight: 700;
    height: 10px;
    padding: 0px !important;
    text-align: center;
    width: auto;
text-transform: uppercase;
    margin: 10px 10px 10px 10px !important;
}

#pun-index h2 {box-shadow: none}

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


#pun-index table Div.icon {
    background-image: url("https://forumstatic.ru/files/0019/ca/89/76087.png");
    background-repeat: no-repeat;
    border-style: none;
    display: none;
    height: 24px;
    margin-left: -17px;
    margin-top:7px;
    position: absolute;
    width: 30px;
    z-index: 1
}
#pun-index TR.inew Div.icon {
    background-image: url("https://forumstatic.ru/files/0019/ca/89/76087.png");
    background-repeat: no-repeat;
    display: block
}

#pun-viewforum table Div.icon, #pun-messages table Div.icon, #pun-searchtopics table Div.icon {
    background: url(https://forumstatic.ru/files/0019/ca/89/65103.png);
    display: block;
    float: left;
    height: 13px;
    margin-left: 3px;
    margin-right: 5px;
    margin-top:-.8px;
    position: relative;
    width: 13px;
    filter: grayscale(100%);
    opacity: .4
}

#pun-viewforum TR.inew Div.icon, #pun-messages TR.inew Div.icon, #pun-searchtopics TR.inew Div.icon {
    background: url(https://forumstatic.ru/files/0019/ca/89/65103.png);
    height: 13px;
    width: 13px;
    filter: grayscale(0%) hue-rotate(100deg) brightness(2);
    opacity: 1
}
#pun-viewforum TR.isticky Div.icon, #pun-messages TR.isticky Div.icon, #pun-searchtopics TR.isticky Div.icon {
    background: url(https://forumstatic.ru/files/0019/ca/89/65103.png);
    height: 13px;
    width: 13px;
    filter: grayscale(0%) hue-rotate(0deg);
    opacity: .8
}

#pun-viewforum TR.iclosed Div.icon, #pun-messages TR.iclosed Div.icon, #pun-searchtopics TR.iclosed Div.icon {
    background: url(https://forumstatic.ru/files/0019/ca/89/65103.png);
    height: 13px;
    width: 13px;
    filter: grayscale(100%);
    opacity: 1
}


#pun-about .container .item1 {margin-top: 0px;
width: 974px;
    margin-left:0px;
position: absolute;
font-family: pt sans;
font-size: 10px;
}


#pun_wrap {padding-bottom: 183px;}

#pun-about p.container {
    background: rgba(0, 0, 0, 0) url(https://forumstatic.ru/files/0019/ca/89/73134.png) no-repeat scroll bottom center;
    height: 184px;
    margin-bottom: -28px;
    margin-left: -30px;
    margin-top: 0px;
    width: 974px;
    padding: 0 !important;
    border: none !important;
}

div#pun-about {
    margin-top: 0px;
}
div#html-footer {
    margin: -173px 0 0;
}


#pun-announcement.section h2 span {
    display: none;
}

.punbb input {
    border: medium none;
}

.button {
    background: radial-gradient(ellipse at top, #6d7245 10%, #656a3c 53%, #595e32 100%);
    border-radius: 2px;
    border-top: medium none;
    box-shadow: 0 0 1px 1px #433932, 0 0 2px 2px rgba(0,0,0,0.01) inset, 0 2px 2px -2px rgba(255,255,255,.4) inset;
    color: #e8ddce;
    font-family: roboto !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    margin-top: 5px !important;
    padding: 4px 15px 3px 15px !important;
    text-decoration: none;
    text-shadow: none;
    transition: all 0.5s ease-in-out 0s;
    vertical-align: middle;
    text-transform: uppercase
}
.button:hover {
    background: radial-gradient(ellipse at bottom, #6d7245 10%, #656a3c 53%, #595e32 100%);
    box-shadow: 0 0 1px 1px #433932, 0 0 2px 2px rgba(0,0,0,0.01) inset, 0 2px 2px -2px rgba(255,255,255,.4) inset;
    color: #a8a8a8;
    cursor: pointer;
}

.button:active {
    border-top-color: #2c5f75;
}

#pun-crumbs1 a, #pun-crumbs2 a {font-weight: 700;}
#pun-crumbs1 {
    font-family: roboto !important;
    font-size: 10px !important;
    letter-spacing: 0 !important;
    margin-bottom: 0px !important;
    text-align: left;
    text-transform: uppercase;
    margin-top: 5px !important;
    margin-left: 20px !important;
    font-weight: 400 !important;
    transform: scale(1,.9)
}
#pun-crumbs2 {
    font-family: roboto !important;
    font-size: 11px !important;
    letter-spacing: 0 !important;
    padding-bottom: 0px !important;
    text-align: left;
    text-transform: uppercase;
    margin-left: 20px !important;
    font-weight: 400 !important;
    transform: scale(1,.9)
}


.post_reputation {
    background: #d3c9bb;
}
#font-area, .popup_graffiti, #size-area, #image-area, #color-area, #addition-area, #video-area, .inner .popup_graffiti, #table-area, #keyboard-area, #smilies-area {
    color: #333;
    padding: 10px 10px 10px 10px !important;
    background: #d3c9bb;
    box-shadow: 0 0 0 1px #c5b9a9, 0 4px 1px 0px #c1b4a1 inset, 0 4px 1px 0px #c1b4a1;
        border-radius: 3px
}



#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 {background: url(https://forumstatic.ru/files/0019/ca/89/44125.jpg) no-repeat;
    width: 952px;
    height: 83px;
    margin-left: -16px !important;
    color: #7b8e7b !important;
    font-size: 13px !important;
    margin-top: -15px !important;
    margin-bottom: -40px !important;
}

#pun-index .category h2 span, #pun-stats.section h2 span {   color: rgba(200,180,169,0.7) !important;
    background: linear-gradient(rgba(255,255,255,1) 20%, rgba(0,0,0,1) 70%) !important;   
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 0px 0px 1px rgba(0,0,0,.8);
display: inline-block;
padding: 0 !important;
margin-top: 30px;
    font-family: Cormorant Garamond;
    letter-spacing: 1px;
    word-spacing: 10px
}



#pun-stats.section h2 {
background: url(https://forumstatic.ru/files/0019/ca/89/44125.jpg) no-repeat;
    width: 952px;
    height: 83px;
    margin-left: -16px !important;
    color: #7b8e7b !important;
    font-size: 13px !important;
    margin-top: -20px !important;
    margin-bottom: -25px !important;
}

#pun-index .tclcon h3 {text-align: center}

#pun-index .tclcon h3 a {    
    font-family: Cormorant Garamond;
text-transform: uppercase;
font-size: 16px;
    font-weight: 700 !important;
        display: inline-block;
    text-align: center;
       letter-spacing: 0;
    margin-bottom: 5px;
padding: 10px 20px 8px 20px;
    border-bottom: 1px solid rgba(36,27,22,.22)
}



#pun-index .tclcon {background: rgba(0,0,0,.06);
    font-size: 11px;
    text-align: justify;
    margin: 5px 0 -20px 5px;
    position: relative;
    font-family: roboto;
    padding: 0px 0 0px 0;
    line-height: 14px;
    color: #1a1510;
    font-weight: normal !important;
    border: 1px solid rgba(61,52,45,.17)
}

.podforum {padding: 10px 20px 10px 20px}

#flink {padding-top: 5px;
font-size: 11px;
font-weight: 300;
text-align: center}


.podforum2 {padding: 5px 20px 15px 20px}

.fpic {
    float: left;
    margin-right: 7px !important;
    margin-top: 15px !important;
    margin-left: 18px !important;
    filter: grayscale(100%);
    opacity: .85;
}


tr.inew .fpic {filter: grayscale(0);
opacity: 1}


#pun-index .tcr {
    width: 40%;
    text-align: center
}

#pun {
    background-position: center top;
    background-repeat: repeat-y;
}

#pun-main .post-author ul {
    font-size: 10px;
    text-align: center;
}

.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post {
    border-color: transparent;
    text-align: justify;
}


.go-up, .go-down {
    cursor: pointer;
    display: none;
    margin-bottom: 160px;
    opacity: 1;
    position: fixed;
    z-index: 9999;
    text-align: center;
    line-height: 20px;
    font-family: roboto;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: lighter;
    letter-spacing: 2px;
}


.go-up {
    bottom: 55%;
    margin-left: 970px !important;
}
.go-down {
    bottom: 45%;
    margin-left: 970px !important;
    color: #dfdfdf
}
.go-down:hover, .go-up:hover {
    opacity: .7;
}

.topic a.sharelink {
    display: none;
}


.zvan {
    margin-bottom: 5px !important;
    text-transform: uppercase;
    font-family: tahoma;
    font-size: 8px;
}




#counters A IMG{opacity:0.3; -moz-opacity:0.3; filter:alpha(opacity=20);}
#counters a:hover img {
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter: alpha(opacity=50);
    transition-duration: 2s;
}



.bannp {
    overflow-y: auto;
    width: 376px;
    height: 64px;
}




.newsam {
    width: 590px;
    height: 400px;
    padding: 10px;
    background: url(https://forumstatic.ru/files/0019/a2/1f/39835.jpg);
    border: 1px solid #989797;
}



.newsam2 {
    border: 1px solid #94948d;
    background-image: url(https://forumstatic.ru/files/001a/00/80/71320.jpg);
    background-color: #c7c6be;
    height: 378px;
    width: 568px;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 0 2px #a0a09a inset;
}







.soulsf {
    width: 554px;
    padding: 40px 0px 40px 0px !important;
    background: url(https://forumstatic.ru/files/0019/c8/05/76539.png) top no-repeat, url(https://forumstatic.ru/files/0019/c8/05/21024.png) bottom no-repeat, url(https://forumstatic.ru/files/0019/c8/05/41988.png) repeat-y;
    margin-bottom: 15px !important;
    min-height: 50px;
}



.soulstitlef {
    font-family: yeseva one;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: -20px 10px 20px 10px!important;
    color: #6e2422;;
    font-weight: bold;
}








.overl {
    background: url(https://forumstatic.ru/files/001a/00/80/20274.jpg);
    padding: 8px 20px 20px 20px;
    width: 550px;
    border-radius: 4px;
    margin-bottom: 15px !important;
    border: 1px solid #bdbdb7;
    box-shadow: 0 0 4px #000 inset, 0 0 1px #adada4;
    margin-top: 5px !important;
}


.overltitle {
    width: 85%;
    font-family: yeseva one;
    color: #ecece7;
    text-shadow: 0 0 4px #0000005c;
    font-size: 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 10px 10px 0px 10px !important;
    text-decoration: none;
    padding: 2px 0 2px 0;
}


.overlquo {
    font-size: 8px;
    color: #ecece7;
    letter-spacing: 2px;
    font-family: tahoma;
    background-color: #aa9569;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 1px 0 1px 0;
    border: 1px solid #9e8b61;
}

.overltext {
    background-image: url(https://forumstatic.ru/files/001a/00/80/71320.jpg);
    background-color: #c7c6be;
    padding: 10px 5px 10px 5px;
    border-radius: 3px;
    border: #b3b3ac 1px solid;
    box-shadow: 0 0 3px #00000061;
}

.overltext1 {
    text-align: center;
    font-size: 12px;
    text-transform: none;
    line-height: 14px;
    overflow: auto;
    padding: 0 1em;
    max-height: 200px;
}





.gtemp-one { 
width: 440px; 
padding: 20px 50px 20px 50px; 
background-image: url(http://i.imgbox.com/UPaD8ao2.png);
 } 
.gtemp-two { 
font-family: playfair display;
font-size: 25px; 
color: #fff; 
text-transform: lowercase; 
text-align: right; 
line-height: 100%; 
font-style: italic; 
border-bottom: 1px solid #fff; 
padding: 0px 0px 4px 0px; 
margin-bottom: 4px; 
} 
.gtemp-three {
 font-family: roboto slab;
 font-weight: 400; font-size: 10px;
 letter-spacing: 3px; text-align: right;
 text-transform: uppercase;
 line-height: 100%;
 color: #fafafa; 
} 
.gtemp-app { 
width: 470px;
 font-family: times;
 font-size: 13px;
 text-align: justify;
 line-height: 120%;
 color: #000;
 background-color: #eee9e3;
 padding: 35px;
 padding-top: 30px;
 margin: 5px;
 } 
.gtemp-app1 { 
width: 90%;
 font-size: 11px;
 text-align: center;
 line-height: 120%;
 color: #000;
 background-color: #eee9e3;
 padding: 15px;
 padding-top: 10px;
 margin: 10px;
 } 

#post > fieldset > div > p > span > span {
right: -7px!important;
    top: 17px!important;
}

0

3

<!-- Просмотр полного профиля на странице /profile.php V.2 -->
<script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/44995.js"></script>

<img src="https://forumstatic.ru/files/0019/ca/89/61860.png" style="position: fixed;width: 240px;height: 412px;top: 50%;transform: translateY(-50%);filter: blur(1px);opacity: .9;margin-left: -260px;">

<!-- Профилактика на форуме -->
<div id="pircs2"><!-- std.v.1/0/profilaktika --><link rel="stylesheet" type="text/css" href="http://hostjs-mybb2011.narod.ru/css/profilaktika.css" /><div id="msg-n2">У Вас отключён javascript.<br>В данном режиме, отображение ресурса<br/>браузером не поддерживается <br/></div><div id="LogIn_Window" style="display:none"><center>Уважаемые пользователи<br/> и гости форума.<br/><br/<br/><br/><br/> Ждём вас в ближайшее время.</center><br/> С уважением<center>Администрация форума.</center><br/><hr><br/><br/></div></div><!-- --><script type="text/javascript">

        var ON_button=0; //Cвитч включения: 1 - включено!; 0 - выключено
        var  moderDostyp_ON=0; //?Модер-доступ включён?: 1 - включен!; 0 - выключен

        if(ON_button!=1||GroupID ==1||moderDostyp_ON*GroupID==2){
        $("style.#style_st,div.#pircs2").replaceWith("");}
          else {$("#msg-n2").replaceWith("");
        if(GroupID ==3) {$("#LogIn_Window").show();if(document.URL.indexOf("/login.php")==-1){
        document.location.href = "../login.php"}else {
        $(document).ready(function(){$("form#login").appendTo("#LogIn_Window");
        $("#LogIn_Window").find("p.formsubmit a[href*='register.php']").text("");
        var v=$("#LogIn_Window").find("p.formsubmit a[href*='action=forget']");
        v.replaceWith("<span>Вход только для Администраторов</span>");});};}
        else {document.location.href = "../login.php?action=out&id="+UserID};}
        </script><!--end/profilaktika-->

<!--Убираем лишние знаки в Поле Профиля fld5 -"постов:", оставшиеся от скрипта Подсчета-->
<script>$().pun_mainReady(function(){
    $('.pa-fld5').html(function(){return this.innerHTML.replace(/(\d+)\s.*/gim,'$1')});
    $(window).load(function(){$('#profile-right>li>span:contains("постов:")+strong')
    .html(function(){return this.innerHTML.replace(/(\d+)\s.*/gim,'$1')});});
     var a = $('form#profile8 fieldset input#fld5');a.val(a.val().replace(/(\d+)\s.*/gim,'$1'))
});</script>

<div class="uptitle"></div>

<div class="persons">
<a href="http://cwshelter.ru/profile.php?id=523"><img src="https://forumupload.ru/uploads/0019/c8/05/3/527467.png" title="Летунья - почетный персонаж, каноничный персонаж"></a>
<a href="http://cwshelter.ru/profile.php?id=337"><img src="https://forumupload.ru/uploads/0019/c8/05/3/426327.png" title="Лисохвост- лучший кот"></a>
<a href="http://cwshelter.ru/profile.php?id=76"><img src="https://forumupload.ru/uploads/0019/c8/05/3/445890.png" title="Ива - лучшая кошка"></a>
<a href="http://cwshelter.ru/profile.php?id=117"><img src="https://forumupload.ru/uploads/0019/c8/05/3/427051.png" title="Вьюжка - лучший оруженосец"></a>
<a href="http://cwshelter.ru/profile.php?id=93"><img src="https://forumupload.ru/uploads/0019/c8/05/3/92447.png" title="Подёнка - запоминающийся персонаж"></a>
<a href="http://cwshelter.ru/profile.php?id=538"><img src="https://forumupload.ru/uploads/0019/c8/05/3/729666.png" title="Пламя, Разгорающееся на Углях - хочу сыграть с ней"></a>
<a href="http://cwshelter.ru/profile.php?id=337"><img src="https://forumupload.ru/uploads/0019/c8/05/3/426327.png" title="Лисохвост- лучшая пара>"></a>
<a href="http://cwshelter.ru/profile.php?id=414"><img src="https://forumupload.ru/uploads/0019/c8/05/3/308111.png" title="<Веснянка - лучшая пара"></a>
</div>

<div class="newsbox">
<div>
<span>08.05 </span><a href="http://cwshelter.ru/viewtopic.php?id=80&p=4#p97527">почетный персонаж [апрель] - результаты</a><br>
<span>27.04 </span><a href="http://cwshelter.ru/viewtopic.php?id=1531">почетный персонаж [апрель] - выборы</a><br>
<span>10.04 </span><a href="http://cwshelter.ru/viewtopic.php?id=1486">сюжетный квест "путь пяти" [первый этап] - подача заявок</a><br>
<span>3.04 </span><a href="http://cwshelter.ru/viewtopic.php?id=80&p=4#p94415">почетный персонаж [март] - результаты</a><br>
<span>22.03 </span><a href="http://cwshelter.ru/viewtopic.php?id=80&p=3#p92756">про канон</a><br>
<span>21.03 </span><a href="http://cwshelter.ru/viewtopic.php?id=1448">поиск последователя стражницы неба - [подача заявок]</a><br>
<span>3.03 </span><a href="http://cwshelter.ru/viewtopic.php?id=80&p=3#p88057">почетный персонаж [февраль] - результаты</a><br>
<span>3.02 </span><a href="http://cwshelter.ru/viewtopic.php?id=80&p=3#p81186">управленцы клана падающей воды - результаты</a><br>
<span>2.02 </span><a href="http://cwshelter.ru/viewtopic.php?id=80&p=3#p80676">почетный персонаж [январь] - результаты</a><br>
<span>17.01</span> Слышен топот. Топот лап, тех самых, которых так испугались целители всех четырех племен. О которых предупреждали своих предводителей, восприняв за самый необычный знак Звездного племени. Слышите? Совсем рядом. Сотни лап. Сотни пар глаз. Дымка рассеивается, и сквозь снежную пелену выступает лапа. За ней другая, и горящие глаза лидера, за которым стоит целый Клан Падающей Воды. Коты, некогда жившие далеко-далеко в горах, явились целым кланом на земли Четырех, и этот Совет племена не забудут. Ведь отныне их стало пятеро, и с этим придется мириться. Придется ли? Добро пожаловать, Клан Падающей Воды. <br>
</div>
</div>

<script type="text/javascript">
$(document).ready(function(){
    $("#navig-batton").click(function(){
    $("#navigblock").slideToggle();
});
      });
$(document).ready(function(){
$('.spirit-navigation').click(function () {
    $(this).toggleClass('spirit-navigation_hover');
    });
});
</script>
<div class="spirit-navigation" id="navig-batton" title="навигация для гостей">полезные ссылки</div>
<div id="navigblock" style="display:none"><div class="sslka">
<!-- важные ссылки -->
<a href="http://cwshelter.ru/viewtopic.php?id=104">ГОСТЕВАЯ</a>
<a href="http://cwshelter.ru/viewtopic.php?id=131">АКЦИИ</a>
<a href="http://cwshelter.ru/viewtopic.php?id=133">О РОЛЕВОЙ</a>
<a href="http://cwshelter.ru/viewtopic.php?id=83">ПРАВИЛА ФОРУМА</a>
<a href="http://cwshelter.ru/viewtopic.php?id=84">ИГРОВЫЕ СИСТЕМЫ</a>
<a href="http://cwshelter.ru/viewtopic.php?id=90">СОСТАВ АМС</a>
<a href="http://cwshelter.ru/viewtopic.php?id=1016">ЛЕТОПИСЬ ПЛЕМЕН</a>

</div></div>

<script type="text/javascript">
$(document).ready(function(){
    $("#navig-batton2").click(function(){
    $("#navigblock2").slideToggle();
});
      });
$(document).ready(function(){
$('.spirit-navigation2').click(function () {
    $(this).toggleClass('spirit-navigation_hover2');
    });
});
</script>
<div class="spirit-navigation2" id="navig-batton2" title="навигация для игроков">полезные ссылки</div>
<div id="navigblock2" style="display:none"><div class="sslka">
<!-- важные ссылки -->
<a href="http://cwshelter.ru/viewtopic.php?id=87">ОФОРМЛЕНИЕ ПРОФИЛЯ</a>
<a href="http://cwshelter.ru/viewtopic.php?id=92">ЦЕПИ ЗАНЯТЫХ ИМЕН</a>
<a href="http://cwshelter.ru/viewtopic.php?id=81">СПИСОК ПЛЕМЕН</a>
<a href="http://cwshelter.ru/viewtopic.php?id=129">ЗАНЯТЫЕ ОБРАЗЫ</a>
<a href="http://cwshelter.ru/viewtopic.php?id=80">НОВОСТНАЯ КОЛОНКА</a>
<a href="http://cwshelter.ru/viewtopic.php?id=130">ВТОРЫЕ РОЛИ</a>
<a href="http://cwshelter.ru/viewtopic.php?id=82">КАРТА ТЕРРИТОРИЙ</a>

</div></div>

    <div class="bannerbox">
<!-- баннеры в таблице -->
          <a href="https://rpgtop.su/25675"  target="_blank">
<img src="//img.rpgtop.su/88x31x11x8.gif" alt="Рейтинг Ролевых Ресурсов - RPG TOP" border="0" width="88" height="31"></a>
          <a href="http://imagiart.ru/" target="_blank"> <img src="https://i.imgur.com/h3ba1GC.gif" title="photoshop: Renaissance" border="0" alt="photoshop: Renaissance"></a>
          <a href="http://flycross.rusff.me" alt="flycross" target="_blank"><img src="https://i.imgur.com/Bsn6yVZ.jpg"></a>

<!-— конец баннеров -->
        </div>

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

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

<style type="text/css">

#wrapper {width: 445px;}

/* вкладки доп смайлов */

ul.tabs {height: 25px;line-height: 25px;margin: 0 0 3px;list-style: none;}

ul.tabs li {float: left;margin-right: 1px; cursor:pointer;}

ul.tabs li a {display: block;padding: 0 13px 1px;margin-bottom: -1px;color: #cecdbb;text-decoration: none;cursor: pointer;background: #5f4b5a;border: 1px solid #a0998e;border-bottom: 1px solid #ad936e;position: relative;}

* html ul.tabs li a {float: left}

*+html ul.tabs li a {float: left}

ul.tabs li a:hover {color: #cecdbb;padding: 0 13px;background: #5f564b;border: 1px solid #ad936e;}

ul.tabs li.tab-current a {color: #cecdbb;background: #9e7467;padding: 0px 13px 2px;border: 1px solid #ad936e;border-bottom: 1px solid #ad936e;}

div.t2,div.t3,div.t4,div.t5,div.t6 {display: none;width: 445px; overflow: auto; height: 180px;}

</style>

<!-- Запрет копирования -->
<script>var GroupNoCopy=[ 3 ]; //Группы с запретом копирования</script>
<div class="nscr"><span id=disable000 title="No Copy!"></span>
<style>#disable000{position:fixed;width:100%;height:100%;top:0;left:0;right:0;bottom:0;z-index:99999;}
.punbb a,.punbb input,.punbb textarea{position:relative;z-index:100000;}</style></div><script>
$("#disable000").parent().remove();if(GroupNoCopy.indexOf(GroupID)!=-1){var Lz=['TEXTAREA','INPUT','SELECT'];
$("body").on("copy contextmenu dblclick mouseup selectstart",function(e){if(Lz.indexOf(e.target.tagName)==-1){
if(!$(e.target).parents("#image-area").length && !(e.target.onclick||e.target.onmousedown)){
try{window.getSelection().removeAllRanges();}catch(e){document.selection.empty();};return!1}}})}
</script>

<!-- быстрое перемещение сообщений -->
<style type="text/css">
.Select_Topics tbody{
  background: rgba(207, 185, 155, 0.9);
}
.Wrapper_09{background:rgba(0,0,0,.9);}
</style>

<!--Всплывающие Подсказки при наведении-->
<style>
#tooltip {
  position: absolute;
  background: rgba(58,59,25,.85);
  z-index: 999;
  max-width: 180px;
  border: none;
  font-family: roboto; /* шрифт */
  font-size: 11px; /* размер текста */
  display: none;
  color: #fff; /* цвет текста */
  text-align: center;
  padding: 5px;
  letter-spacing: 1px;
  font-weight: normal;
}
</style>
<script type="text/javascript" src="https://forumstatic.ru/files/001a/63/95/74585.js"></script>
<!--//End//-Всплывающие Подсказки при наведении-->

<!-- Мгновенные уведомления © Alex_63,Deff 2019 -->
<link rel="stylesheet" type="text/css" href="http://forumfiles.ru/f/ru/bestbb/notifications.css" />
<script type="text/javascript" src="http://forumfiles.ru/f/ru/bestbb/notifications.js"></script>
<script type="text/javascript">
notifications.token = '25dfa984e049124f1f48d296caadd60af0b8498d'; // Forum token
notifications.key = 'f4n03easd0a7'; // Subscription key
</script>

0

4

<div class="banner_down" style="margin-left: -5px;">
<a href="http://96kingdom.rusff.me/" title="96Kingdom" target=_blank>
<img src="https://forumstatic.ru/files/0012/66/88/46634.png" border="0" alt="96Kingdom"></a>
<a href="http://wolveslife.3bb.ru" target="_blank"><img src="https://forumstatic.ru/files/0001/bf/9c/46709.png" title="Волки. Инстинкт зовет!"></a>
<a href="http://press.rusff.me/" title="yes this is a homestuck reference"><img src="https://forumupload.ru/uploads/001a/b5/ed/2/t91795.png" border=0/></a>
<a href="http://lns.rolbb.ru/" alt="Коты-Воители. Лес Новых Судеб. С вами с 2011 года"><img src="http://s6.uploads.ru/tRDkx.gif" ></a>
<a href="http://tlkthebeginning.ru/" target="blank"><img src="http://s6.uploads.ru/7DJCj.gif" alt="Король Лев. Начало"></a>
<a href="http://namvnebo.ru/" target="blank"><img src="http://funkyimg.com/i/2iGMn.gif" title="Современная Греция. Афины. Люди, способные управлять силой Богов, Героев и Чудовищ. Найдешь себя в этом мире, смертный?..."></a>
<a href="http://chillpop.rusff.me" title="CHILLPOP" target="_blank"><img src="https://forumstatic.ru/files/0019/b2/d7/11718.gif" width="88" height="31" border="0"></a>
<a href="http://whitepr.0pk.ru/" title="Здесь может быть ваша реклама!" target=_blank> <img src="https://forumstatic.ru/files/0010/0e/ae/60444.gif" border="0" alt="White PR"></a>
<a href="http://miyron.rolka.su" target="_blank" ><img src="http://hunterworld.ucoz.ru/buttons/mijron.gif" border="0" title="Мийрон" alt="Мийрон"/></a>
<a href="http://icma.rolbb.ru/" alt="Коты Ирландии. Средние века."><img src="http://sg.uploads.ru/eKtpC.gif" ></a>
<a href="http://oldsouth.rusff.me/" target="_blank"><img src="https://forumstatic.ru/files/0019/b8/f6/75143.png" title="Southern Gothic. Call unto me, and I will answer thee..." alt="" width="88" height="31"></a>
<a href="http://enteros.rusff.me/" title="ФРПГ Энтерос" target="blank"><img src="https://forumstatic.ru/files/0015/e5/72/98755.gif"></a>
<a target="_blank" href="http://marmap.rusff.me/" title="Marauder's Map: What you always wanted to know about 1976"><img src="http://funkyimg.com/i/2uWEa.gif"></a>
<a href="http://caineville.6bb.ru/" target="blank"><img src="http://i.imgur.com/8dFAz3N.gif" alt="Каинвилль" title="Каинвилль" /></a>
<a href="http://sabbathage.rolka.su/" title="SABBATH AGE: 18+, сверхспособности" target="blank"><img src="http://s5.uploads.ru/OKe84.gif" alt="SABBATH AGE: 18+, сверхспособности" /></a>
<a href="http://narutoworl.0pk.ru/"><img src="https://forumstatic.ru/files/0007/62/69/36361.png"/></a>
<a href="http://lavehorse.mybb.ru/" target="_blank"><img src="http://sd.uploads.ru/iPJ4I.gif" title="Дикие лошади - Love Stories" border="0" width="88" height="31"></a>
<a href="http://aljw.mybb.ru/"><img src="https://funkyimg.com/i/2YXKf.gif" border="0" /></a>
<a href="http://wolvessignatureblood.rolka.su/" target="_blank"><img src="https://forumstatic.ru/files/000a/de/50/45649.png" alt="†Волки: подпись кровью†"></a>
<a href="http://lantidyoma.mybb.ru/" target="_blank"><img title="Лантидуома" src="https://forumstatic.ru/files/0015/4c/b5/97496.png" alt="" width="88" height="31" /></a>
<a href="http://lfow.mybb.ru/" target=_blank><img src="https://b.radikal.ru/b03/2002/23/532d1550658a.png" width="88" height="31" border="0"></a>
<a href="ссылка" target="_blank"><img src="http://placehold.it/88x31" title="ТОП" width="88" border="0" height="31"></a>

</div>

<div class="banner_down" style="margin-left: 564px;">
<a href="http://gorsvet.rusff.me" title="Горсвет" target="top_"><img src="https://forumstatic.ru/files/001a/aa/f9/32690.jpg" alt="Горсвет" border="0" width="88" height="31"></a>
<a href="http://catbrotherhood.rusff.me/" target="top_"title="Кошачье Братство. Цвет души"><img src="https://forumstatic.ru/files/0019/d1/a7/34663.gif" alt="Впереди вечность" border="0" width="88" height="31"></a>
<a href="http://henrietta.rusff.me/" target="_blank"><img src="https://i.imgur.com/Zeg9VVN.gif" border="0" alt="Henrietta: Altera pars" /></a>
<a href="http://triumvirate.f-rpg.ru/" target="_blank"><img src="http://s2.uploads.ru/mGRdA.gif" border="0" title="Triumvirate: Devil Within"></a>
<a href="http://sacramentolife.ru" target="_blank"><img src="https://i.imgur.com/iAdgqRD.png" title="Sacramento"></a>
<a href="http://homesweet.rusff.me" target=_blank> <img src="https://i.imgur.com/EjMqOiQ.gif" border="0" alt="Sweet Home"></a>
<a href="http://flycross.rusff.me" alt="flycross" target="_blank"><img src="https://i.imgur.com/Bsn6yVZ.jpg"></a>
<a href="http://artishock.rusff.me/" target="_blank"><img src="http://s2.uploads.ru/nzVxs.gif" title="ARTISHOCK" border="0"width="88" height="31"></a>
<a href="http://imagiart.ru/" target="_blank"> <img src="https://i.imgur.com/h3ba1GC.gif" title="photoshop: Renaissance" border="0" alt="photoshop: Renaissance"></a>
<a href="http://windowscross.f-rpg.ru/" style="cursor: pointer;"><img src="https://i.imgur.com/xVjR6ko.png"></a>
</div>

<!--дополнительные шрифты -->
<script type="text/javascript">
if (document.URL.indexOf("/viewtopic.php?id")!=-1 || document.URL.indexOf("/post.php?tid")!=-1 || document.URL.indexOf("/messages.php?action")!=-1 || document.URL.indexOf("/messages.php?box")!=-1 || document.URL.indexOf("/post.php?fid")!=-1 || document.URL.indexOf("/edit.php?id")!=-1) {
var ft; var i; var ft_f; var j = "";
ft = document.getElementById("font-area");

var ft_f = new Array();
ft_f.push('yeseva one');

for (i in ft_f) {
j = "<div><span style='font-family:" + ft_f[i] + ";'>" + ft_f[i] +  "</span><img src='/i/blank.gif' onclick=\"bbcode('[";
j += "font=" + ft_f[i];
j += "]','[/font]')\" /></div>";
ft.innerHTML += j;
}}</script>

<!— Расширенная функция переноса сообщений V.2 © Alex_63 —>
<script type="text/javascript" src="https://forumstatic.ru/files/0019/cc/d1/90216.js"></script>

<!— Аватар по умолчанию / Deff, Alex_63 —>
<script type="text/javascript">
var DefAvtr = 'https://forumstatic.ru/files/0019/c8/05/29044.jpg'; //Ссылка на аватар по умолчанию
$('#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>

<!-- Анти-в-строчку для Сообщений и Репутации © deff -->
<script type="text/javascript">
function changeS(sc,ch,st){$(sc).parent().each(function(){$(this).html($(this).html().replace(ch,st));});}
    changeS('#pun-status .container .item1','Привет','добро пожаловать');
    changeS('#pun-status .container .item2','Ваш последний визит','последний визит');
   changeS('#navadmin','Администрирование','Админка');
    </script>

<!-- Смена имиджа - маской -->
<script src="http://f.etrin.ru/hvss/hvss.min.js"></script>
<script>
hvScriptSet.addMask({
    showPreview: true,
    defaultAvatar: 'https://forumstatic.ru/files/0017/b2/11/86354.png'
});
</script>
<!-- Конец -->

<script type="text/javascript">
var title = document.querySelectorAll('.pa-avatar img[title], p.formsubmit .button[title], input.button[title],#statistic-other a[title]');
var allTitle = title.length;
for (i=0; i<allTitle; i++){
    title[i].removeAttribute('title');
}
</script>

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

<!--Отключить функцию "Поделиться" -->
<script type="text/javascript">
RusffCore.sets.share = false;
</script>

<!--Отключить функцию "Это интересно" -->
<script type="text/javascript">
rusffLive.enable = false;
</script>

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

<!--ТЕГ  абзаца - [indent] -->
<style>#button-indent {background:url(http://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:1em 2.1em;"></span>'; /*удвоенные Отступы сверху и слево*/
$('.post-content p:contains("'+b+'")').each(function(){ $(this).html( $(this).html().replace(/\[indent\]/gm,indent));});}());
</script>

<!-- запрет удаления сообщений из подфорума -->
<script type="text/javascript">
(function(){
var Forums_NoDelete = [29];//форумы с запретом удаления
if($('#pun-viewtopic').length&&Forums_NoDelete.indexOf(+$('link[rel="up"]')[0].href.split('id=')[1])!=-1&&GroupID>3)$('.pl-delete').remove();
if($('#pun-delete').length&&GroupID>3&&Forums_NoDelete.indexOf(+$('.crumbs:first a[href*="viewforum"]:first')[0].href.split('id=')[1])!=-1)
$('.main .container:first').text('Вам запрещено удалять свои сообщения.');}())
</script>

<!-- Выделение кода в блоке "Код" // © Alex_63, версия 2017г. -->
<script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/26102.js"></script>
<script type="text/javascript">select_text.linkText = 'Выделить код' //текст ссылки</script>

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

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

<!--кнопки вверх вниз-->
<div class="go-up" id='ToTop'><img src="https://forumstatic.ru/files/0019/ca/89/33577.png"></div>
<div class="go-down" id='OnBottom'><img src="https://forumstatic.ru/files/0019/ca/89/77664.png"></div>
<!--кнопки вверх вниз-->
<script type="text/javascript">
$(function(){
if ($(window).scrollTop()>="250") $("#ToTop").fadeIn("slow")
$(window).scroll(function(){
  if ($(window).scrollTop()<="250") $("#ToTop").fadeOut("slow")
  else $("#ToTop").fadeIn("slow")
});
if ($(window).scrollTop()<=$(document).height()-"999") $("#OnBottom").fadeIn("slow")
$(window).scroll(function(){
  if ($(window).scrollTop()>=$(document).height()-"999") $("#OnBottom").fadeOut("slow")
  else $("#OnBottom").fadeIn("slow")
});
$("#ToTop").click(function(){$("html,body").animate({scrollTop:0},"slow")})
$("#OnBottom").click(function(){$("html,body").animate({scrollTop:$(document).height()},"slow")})
});
</script>

<!-- Удаляем лишние строки после цитаты и кода // 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>

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

<script>
var oldIMG="<td id=\"button-image\" title=\"Изображение\"><img onclick=\"bbcode('--')\" src=\"/i/blank.gif\"/><b><p style=\"z-index:20;position:absolute;height14px;margin:-15px 0 0 22px;\">2</p></b></td>"
$("#button-image").after(oldIMG);
</script>
<!-- Конец -->

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

    <!-- Всплывающая таблица с вкладками, в топике, с инфой о персонаже -->
    <style type="text/css">
    /*Подвижка иконки*/
    img.a-info{
      margin-top: -3px!important;
      margin-left: 173px!important;
      width:30px;  /*Размер иконки*/
    }
    /*Подвижка всплывающей подсказки иконки*/
    .tipsy.a-info{
      margin-top: -1px!important;
      margin-left:-6px!important;
      font: normal normal 400 11px/16.5px Verdana;
    }
    /*сдвиг таблицы*/ .my-tabs{
      margin-top: -73px;  /*сдвиг таблицы вверх от положения иконки*/
      margin-left:255px;  /*сдвиг таблицы вправо от положения иконки*/
    }
    /*Цвет фона и бордюров таблицы*/
    .my-tabs>.tab-a,.my-tabs>span{
      background:#d1d1cb!important;
      border-color: #77875e!important;
    }
    </style>
    <link rel="stylesheet" type="text/css" href="https://forumstatic.ru/files/0013/44/56/73823.css" />
    <script img-data="http://sa.uploads.ru/SoT3N.png" src="https://forumstatic.ru/files/0013/44/56/57946.js" forum="33"></script>
    <!--//End//Всплывающая таблица с вкладками, в топике, с инфой о персонаже// -->
<!-- Переадресация клика со своей Иконки для Вспл. таблицы в топике -->
<style>.post-author img.a-info{display:none!important}</style>
<script type="text/javascript">
function iconRedir(that) {
    $(that).parents('.post-author').find('.post-img-Sp.a-info')[0].click();
};
</script>

<!-- Регулировка размера шрифта в постах © Alex_63 -->
<style>
.FNTslider {display: none}

#pun-viewtopic .FNTslider {display: block}

.FNTslider {
  border-radius: 4px;
  position:relative;z-index:1000;
  background: #47382b;
  width: 110px;
  height: 5px;
  margin: 3px 5px;
  border: solid 1px #47382b;
  float: right;
  margin-right: 7%;
}
.FNTslider .before {
  height: 5px;
  border: solid 1px transparent;
  border-right: none 0;
  border-radius: 4px 0 0 4px;
  position: absolute;
  background: #778036;
  margin-top: -1px;
}
.FNTslider .thumb {
  width: 8px;
  height: 13px;
  border-radius: 3px;
  position: relative;
  top: -4px;
  background: #4f453c;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 0 2px 0 rgba(255,255,255,.1) inset
}
</style>
<script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/31001.js"></script>

<!-- замена стандартных смайлов -->
<script type="text/javascript">
var smileDiv = document.getElementById("smilies-block");
smileDiv.innerHTML="";
if(smileDiv)
{
var smileItem = new Array();
smileItem.push('http://s7.uploads.ru/weF9D.gif');
smileItem.push('http://s3.uploads.ru/Oe01h.gif');
smileItem.push('http://s8.uploads.ru/Ep5Dt.gif');
smileItem.push('http://s8.uploads.ru/E3lsn.png');
smileItem.push('http://sd.uploads.ru/lpzIR.png');
smileItem.push('http://s5.uploads.ru/OF1f8.gif');
smileItem.push('http://s3.uploads.ru/TwAuI.gif');
smileItem.push('http://s7.uploads.ru/sg70F.gif');
smileItem.push('http://s5.uploads.ru/aCQ25.png');
smileItem.push('http://s3.uploads.ru/WezP0.png');
smileItem.push('http://sh.uploads.ru/7DV9J.gif');
smileItem.push('http://sg.uploads.ru/WfboI.gif');
smileItem.push('http://s3.uploads.ru/2lt43.gif');
smileItem.push('http://sg.uploads.ru/zHmk6.gif');
smileItem.push('http://sg.uploads.ru/BnUWu.gif');
smileItem.push('http://sg.uploads.ru/tCd0h.gif');
smileItem.push('http://s5.uploads.ru/uV5L0.png');
smileItem.push('http://sd.uploads.ru/jRLnA.png');
smileItem.push('http://sd.uploads.ru/n8Hw7.gif');
smileItem.push('http://s3.uploads.ru/YXpE4.gif');
smileItem.push('http://s3.uploads.ru/aGDNm.gif');
smileItem.push('http://s3.uploads.ru/H1CEN.png');
smileItem.push('http://s9.uploads.ru/PmEZi.png');
smileItem.push('http://s8.uploads.ru/toMdU.gif');
smileItem.push('http://s5.uploads.ru/MH0SI.png');
smileItem.push('http://s3.uploads.ru/m9IFY.png');
smileItem.push('http://s8.uploads.ru/5ibtV.png');
smileItem.push('http://sg.uploads.ru/RXJfH.gif');
smileItem.push('http://s9.uploads.ru/uOkRH.gif');
smileItem.push('http://s3.uploads.ru/Qk1KA.png');
smileItem.push('http://sh.uploads.ru/2A3vn.png');
smileItem.push('http://s5.uploads.ru/w0sjr.gif');
smileItem.push('http://s7.uploads.ru/YjEF7.gif');
smileItem.push('http://s7.uploads.ru/skuVM.gif');

for (i=0; i<smileItem.length; i++){
smileDiv.innerHTML+='<img src="'+smileItem[i]+'" alt=":rusff:" onclick="smile(\'--\')" />';
}
}
</script>

<!--дополнительные смайлы © Romych-->
<script type="text/javascript">
var nabor2 = ['http://sh.uploads.ru/JKROj.png',
'http://s5.uploads.ru/dhI6Q.png',
'http://s8.uploads.ru/zMI83.png',
'http://sd.uploads.ru/bwd7P.png',
'http://sh.uploads.ru/levZh.png',
'http://sh.uploads.ru/ScPYV.png',
'http://s5.uploads.ru/vk4g6.png',
'http://s9.uploads.ru/oibyt.png',
'http://s8.uploads.ru/CqZ0M.png',
'http://sg.uploads.ru/UYebz.png',
'http://sd.uploads.ru/fBniy.png',
'http://s9.uploads.ru/lnmBI.png',
'http://s7.uploads.ru/rsJyC.png',
'http://s9.uploads.ru/pBztq.png',
'http://s3.uploads.ru/XCHMa.png',
'http://sd.uploads.ru/PAMIC.png',
'http://s5.uploads.ru/vFNrV.png',
'http://sh.uploads.ru/Y1wOs.png',
'http://s8.uploads.ru/Warbf.png',
'http://s9.uploads.ru/7qf8u.png',
'http://s8.uploads.ru/6jSgl.png',
'http://sh.uploads.ru/Ggt3Y.png',
'http://s3.uploads.ru/PYbKW.png',
'http://s7.uploads.ru/HaoUj.png',
'http://sh.uploads.ru/51lIQ.png',
'http://sh.uploads.ru/qnmyk.png',
'http://s5.uploads.ru/USnNq.png',
'http://s9.uploads.ru/pAI85.png',
'http://s8.uploads.ru/bxD09.png',
'http://s8.uploads.ru/g1DSQ.png',
'http://s5.uploads.ru/PCLaB.png',
'http://s3.uploads.ru/k8V03.png',
'http://sh.uploads.ru/MWPfe.png',
'http://s5.uploads.ru/2VwMK.png',
'http://s8.uploads.ru/d9nIU.png',
'http://s8.uploads.ru/JdOrw.png'];

var nabor3 = ['http://sh.uploads.ru/lorWv.png',
'http://sh.uploads.ru/GKh9J.png',
'http://sd.uploads.ru/cwSdy.png',
'http://sd.uploads.ru/DN9je.png',
'http://s5.uploads.ru/hFycn.png',
'http://sg.uploads.ru/TSdYc.png',
'http://s3.uploads.ru/u9Beh.png',
'http://sg.uploads.ru/fLYen.png',
'http://s7.uploads.ru/Y9iJh.png',
'http://sg.uploads.ru/Jw0p5.png',
'http://sg.uploads.ru/PG4rb.png',
'http://sd.uploads.ru/RTNeZ.png',
'http://sd.uploads.ru/RoQ3X.png',
'http://sg.uploads.ru/du97y.png',
'http://s9.uploads.ru/FVG7b.png',
'http://sg.uploads.ru/U8btE.png',
'http://s5.uploads.ru/G1JMK.png',
'http://sh.uploads.ru/jwmU4.png',
'http://s9.uploads.ru/F6jIt.png',
'http://s3.uploads.ru/WHxzf.png',
'http://sh.uploads.ru/OM2ka.png',
'http://s9.uploads.ru/zd3yv.png',
'http://s9.uploads.ru/1KjZr.png',
'http://sd.uploads.ru/XA4JR.png'];

var nabor4 = ['http://sd.uploads.ru/SEMFj.png',
'http://s5.uploads.ru/a3qUm.png',
'http://sd.uploads.ru/60Hwe.png',
'http://sd.uploads.ru/tJBvX.png',
'http://s9.uploads.ru/1H0Zf.png',
'http://sg.uploads.ru/Pbqyx.png',
'http://s5.uploads.ru/4quYS.png',
'http://s8.uploads.ru/rQw23.png',
'http://sd.uploads.ru/pNhGz.png',
'http://s8.uploads.ru/0kcVh.png',
'http://sh.uploads.ru/rFkQI.png',
'http://s7.uploads.ru/6AS9l.png',
'http://s5.uploads.ru/3KedQ.png',
'http://s3.uploads.ru/EwsPy.png',
'http://sh.uploads.ru/Ch7yp.png',
'http://s7.uploads.ru/caVj4.png',
'http://sh.uploads.ru/PUsR4.png',
'http://sg.uploads.ru/Xc4xq.png',
'http://s5.uploads.ru/boJQC.png',
'http://s5.uploads.ru/Rwn7J.png',
'http://sd.uploads.ru/mavko.png',
'http://s8.uploads.ru/tgAJj.png',
'http://s9.uploads.ru/h8i96.png',
'http://s9.uploads.ru/sofAe.png',
'http://s8.uploads.ru/JI29H.png',
'http://sg.uploads.ru/kfmGb.png',
'http://s9.uploads.ru/9HecY.png',
'http://sd.uploads.ru/hc50d.png',
'http://s8.uploads.ru/y0Pkr.png',
'http://sd.uploads.ru/FLR2B.png',
'http://sg.uploads.ru/fUbtv.png',
'http://sh.uploads.ru/dfVTc.png',
'http://s5.uploads.ru/MKA0b.png',
'http://s7.uploads.ru/UTXwR.png',
'http://sg.uploads.ru/UxzZT.png',
'http://s8.uploads.ru/TrlDX.png',
'http://s9.uploads.ru/VFciG.png',
'http://s5.uploads.ru/zC7em.png',
'http://sd.uploads.ru/K4w8Z.png',
'http://s5.uploads.ru/UY39j.png',
'http://sg.uploads.ru/yOvlf.png',
'http://s9.uploads.ru/cVJvy.png',
'http://s9.uploads.ru/6sKkc.png',
'http://s7.uploads.ru/6ybWA.png',
'http://sd.uploads.ru/CoIB3.png',
'http://s8.uploads.ru/R5ACr.png',
'http://sd.uploads.ru/7iLcW.png',
'http://sd.uploads.ru/GXRfM.png',
'http://sh.uploads.ru/UvMhR.png',
'http://s8.uploads.ru/Q7pjf.png',
'http://s3.uploads.ru/F92zh.png',
'http://s5.uploads.ru/PoSzK.png',
'http://sd.uploads.ru/t7zsh.png',
'http://s9.uploads.ru/AghvD.png',
'http://sh.uploads.ru/FI6vM.png',
'http://s9.uploads.ru/kquoE.png',
'http://s3.uploads.ru/Gtu2y.png',
'http://s9.uploads.ru/Q4dzB.png',
'http://s8.uploads.ru/HfsRo.png',
'http://s5.uploads.ru/27LQN.png',
'http://s8.uploads.ru/N9AR1.png',
'http://sd.uploads.ru/6Bkra.png',
'http://s9.uploads.ru/wI6Np.png',
'http://s9.uploads.ru/Z2PFt.png',
'http://s8.uploads.ru/GCy9e.png',
'http://sd.uploads.ru/UNc9B.png',
'http://s8.uploads.ru/5PqWc.png',
'http://sg.uploads.ru/vJtx3.png',
'http://s9.uploads.ru/ZMhHF.png',
'http://s8.uploads.ru/tjCyq.png',
'http://s7.uploads.ru/5cmdF.png',
'http://s9.uploads.ru/HBnoV.png',
'http://s7.uploads.ru/Jmj8U.png',
'http://s3.uploads.ru/QhdoO.png',
'http://s8.uploads.ru/i9oPs.png',
'http://s7.uploads.ru/8ubUg.png',
'http://s9.uploads.ru/ysQIh.png',
'http://sh.uploads.ru/yealD.png',
'http://s7.uploads.ru/oZINY.png',
'http://s5.uploads.ru/YVWaE.png',
'http://s5.uploads.ru/JjWSB.png',
'http://sg.uploads.ru/sZU4p.png',
'http://sd.uploads.ru/MzKBp.png',
'http://s9.uploads.ru/MgCDi.png',
'http://sd.uploads.ru/KQCgT.png',
'http://s8.uploads.ru/IPAGa.png',
'http://s9.uploads.ru/ZLqM6.png',
'http://s3.uploads.ru/uDLId.png',
'http://sg.uploads.ru/eoJh0.png',
'http://s9.uploads.ru/AUlmu.png',
'http://s5.uploads.ru/k04mP.png',
'http://sd.uploads.ru/Rtogy.png',
'http://s3.uploads.ru/3rcNV.png',
'http://s3.uploads.ru/zHEYM.png',
'http://sh.uploads.ru/BDvj7.png',
'http://sd.uploads.ru/i4Wj5.png',
'http://sh.uploads.ru/G9VEL.png',
'http://sh.uploads.ru/rtZEk.png',
'http://sg.uploads.ru/rzERc.png',
'http://sd.uploads.ru/XACej.png'];

var nabor5 = ['http://sd.uploads.ru/d5xI0.png',
'http://sh.uploads.ru/Qrxe6.png',
'http://s9.uploads.ru/kYTZB.png',
'http://s3.uploads.ru/xqO1l.png',
'http://s5.uploads.ru/Vyut2.png',
'http://s7.uploads.ru/iPhtc.png',
'http://s8.uploads.ru/jg3xG.png',
'http://s9.uploads.ru/QHI4L.png',
'http://s5.uploads.ru/i4DHk.png',
'http://s9.uploads.ru/E4gdO.png',
'http://s5.uploads.ru/2MdZl.png',
'http://sd.uploads.ru/lL6Kb.png',
'http://s3.uploads.ru/JyL91.png',
'http://s9.uploads.ru/ZbO1G.png',
'http://s5.uploads.ru/jW76q.png',
'http://s8.uploads.ru/JVf6R.png',
'http://s8.uploads.ru/L3Hjm.png',
'http://s3.uploads.ru/Svu45.png',
'http://s8.uploads.ru/FnwfT.png',
'http://sh.uploads.ru/1G380.png',
'http://s3.uploads.ru/wAja6.png',
'http://sd.uploads.ru/Cj6Yc.png',
'http://s3.uploads.ru/FCQI8.png',
'http://sg.uploads.ru/pjS5A.png',
'http://sd.uploads.ru/PxEYV.png',
'http://sd.uploads.ru/tJPxi.png',
'http://s8.uploads.ru/sdL18.png',
'http://s5.uploads.ru/zgl0u.png',
'http://s3.uploads.ru/vTPef.png',
'http://s3.uploads.ru/fwy2Y.png',
'http://s5.uploads.ru/LQx6G.png',
'http://s7.uploads.ru/XUMWi.png',
'http://sg.uploads.ru/Wf4y9.png',
'http://sd.uploads.ru/kImbV.png',
'http://s7.uploads.ru/PmAVK.png'];

var nabor6 = ['http://s5.uploads.ru/4uHJ2.gif',
'http://sg.uploads.ru/GhKOn.gif',
'http://sg.uploads.ru/Kylai.gif',
'http://s9.uploads.ru/wmPAc.gif',
'http://s8.uploads.ru/XEajg.gif',
'http://sh.uploads.ru/p1Pis.gif',
'http://sg.uploads.ru/gJ2nu.gif',
'http://s7.uploads.ru/vdypN.gif',
'http://sd.uploads.ru/fK8Zk.gif',
'http://s3.uploads.ru/Gxk4g.gif',
'http://sh.uploads.ru/29ofC.gif',
'http://sh.uploads.ru/vSAaM.gif',
'http://s7.uploads.ru/7H8tR.gif',
'http://sh.uploads.ru/0jLgv.gif',
'http://s9.uploads.ru/hFy0q.gif',
'http://s9.uploads.ru/ANuUv.gif',
'http://s3.uploads.ru/I3gE2.gif',
'http://sd.uploads.ru/w3PR6.gif',
'http://sh.uploads.ru/E1hNU.gif',
'http://s5.uploads.ru/cxX8Z.gif',
'http://s8.uploads.ru/5RTd3.gif',
'http://s3.uploads.ru/eG7q3.gif',
'http://s5.uploads.ru/mjJe3.gif',
'http://sd.uploads.ru/ZBuct.gif',
'http://sg.uploads.ru/7XivZ.gif',
'http://s5.uploads.ru/LB0s9.gif',
'http://sd.uploads.ru/bhctQ.gif',
'http://sd.uploads.ru/XVF5e.gif',
'http://sd.uploads.ru/Q42kP.gif',
'http://sd.uploads.ru/CnJOi.gif'];
//
$('#button-smile').one('click',function() {
$('#smilies-block').addClass('t1');
$('#smilies-area').prepend('<div id="wrapper"><ul class="tabs tabs1" onclick="return changeVisibility (\'smilies-area\', false)"><li class="t1 tab-current"><a>пиксель</a></li><li class="t2"><a>meme cats</a></li><li class="t3"><a>dark</a></li><li class="t4"><a>пушин</a></li><li class="t5"><a>корги</a></li><li class="t6"><a>tumblr</a></li></ul><div class="t2"></div><div class="t3"><br></div><div class="t4"></div><div class="t5"></div><div class="t6"></div></div>');
$.each(nabor2, function(i) {
$('div.t2').append('<img src="'+nabor2[i]+'" onclick=smile(\'--\') />');
});
$.each(nabor3, function(i) {
$('div.t3').append('<img src="'+nabor3[i]+'" onclick=smile(\'--\') />');
});
$.each(nabor4, function(i) {
$('div.t4').append('<img src="'+nabor4[i]+'" onclick=smile(\'--\') />');
});
$.each(nabor5, function(i) {
$('div.t5').append('<img src="'+nabor5[i]+'" onclick=smile(\'--\') />');
});
$.each(nabor6, function(i) {
$('div.t6').append('<img src="'+nabor6[i]+'" onclick=smile(\'--\') />');
});
$('ul.tabs.tabs1 li').click(function(){
var thisClass = this.className.slice(0,2);
$('div.t1, div.t2, div.t3, div.t4, div.t5, div.t6').hide();
$('div.' + thisClass).fadeToggle('slow');
$('ul.tabs.tabs1 li').removeClass('tab-current');
$(this).addClass('tab-current');
}); });
</script>

<script type="text/javascript">
function Transform_Code_Box_in_HTML(aX){
var TemLnk=aX.replace(/^(.viewtopic\.php\?id=\d).*$/ig,"$1");
var PstId=aX.replace(/^.viewtopic\.php\?id=.(#p\d+)$/ig,"$1");
var L=document.URL.replace(TemLnk,'');
if(L!=document.URL&&(L.slice(0,1)).search(/\d/ig)==-1 ){
L=$("div.topic "+PstId);
if(L.length==1){
var Lhtm=L.find(".post-content .code-box:first .scrollbox pre").text();
L.find(".post-content .code-box:first").replaceWith(Lhtm)
}}}
function Demo_HTML(Ts){var Ll=Ts.parents(".htmldemo").find(".code-box .scrollbox pre").text();
Ts.parents(".htmldemo").after('<div class="demHtml">'+Ll+'</div>');Ts.replaceWith(DemoButt0);
}
$(document).ready(function() {
$("#pun-viewtopic .post .code-box").each(function(){
if($(this).text().indexOf('<!--HTML-->')!=-1){
$(this).wrap('<div class="htmldemo"></div>')
$(this).replaceWith($('.htmldemo').text().split('<!--HTML-->')[1]);
}
});
});
</script>
<!-- Расширенная палитра цветов (NEW) -->
<script type="text/javascript">
$('#color-area tr').append('<td><input type="color" id="litr" style="cursor:pointer;padding:0;width:22px;height:22px;" title="Показать всю палитру" value="#ffa500"></td>');$('#litr').change(function(){bbcode('[color=+this.value+]','[/color]');});
</script>

0

5

dd

0


Вы здесь » Cats » Новый форум » дизайн


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