Тест Дизайна

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

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


Вы здесь » Тест Дизайна » Форум с каким-то длинным названием здесь » бэк-ап наработок кода


бэк-ап наработок кода

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

1

Код:
/* STRUCTURE BY 96KINGDOM.RU
-------------------------------------------------------------*//*************************************************************
A - SETUP
**************************************************************/

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

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

  @import url(https://forumstatic.ru/files/0016/cc/e9/66417.css);

@font-face {
    font-family: 'Cuprum';
    src: url('https://forumstatic.ru/files/0012/4f/d4/87860.eot');
    src: url('https://forumstatic.ru/files/0012/4f/d4/87860.eot?#iefix') format('embedded-opentype'),
         url('https://forumstatic.ru/files/0012/4f/d4/18759.woff') format('woff'),
         url('https://forumstatic.ru/files/0012/4f/d4/52442.ttf') format('truetype'),
         url('https://forumstatic.ru/files/0012/4f/d4/29034.svg#philosopherregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Vesna';
    src: url('https://forumstatic.ru/files/0016/cc/e9/19359.eot?') format('eot'),
         url('https://forumstatic.ru/files/0016/cc/e9/10393.svg') format('woff'),
         url('https://forumstatic.ru/files/0016/cc/e9/32538.ttf')  format('truetype'),
         url('https://forumstatic.ru/files/0016/cc/e9/86779.svg#Vesna') format('svg');
    }

@font-face {
    font-family: 'Play';
    src: url('https://forumstatic.ru/files/0012/4f/d4/19498.eot');
    src: url('https://forumstatic.ru/files/0012/4f/d4/19498.eot?#iefix') format('embedded-opentype'),
         url('https://forumstatic.ru/files/0012/4f/d4/58912.woff') format('woff'),
         url('https://forumstatic.ru/files/0012/4f/d4/69979.ttf') format('truetype'),
         url('https://forumstatic.ru/files/0012/4f/d4/29321.svg#philosopherregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@media screen and (max-width: 1100px) {
.obj, .hrr, .top1, .top2 {
opacity:0.8!important;
}
.obj {
margin-left:-40px!important;
}
.hrr{
margin-left:350px!important;
}
.top1 {
top:50px!important;
left:337px!important;
}
.top2 {
top:50px!important;
}
.goat2 {
left:500px!important;
}

#inter2{
display:none;
}

}

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

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

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

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

/* A2.4 */
.punbb img {
  border:none
  }

/* A2.5 */
.punbb .main table {
  table-layout: fixed;
  width: 100%;
  }

/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}

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


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

/* A3.1 */
body {
  font-size: 100.01%;
  }

/* A3.2 */
.punbb {
  font: normal 68.75% verdana, 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, .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% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

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

/* A3.8 */
.punbb .post-content em {
  font-style: italic
  }

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

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

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


/* A4 Float clearing and hidden items
-------------------------------------------------------------*/

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

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


/* A5 Basic page layout and borders
-------------------------------------------------------------*/

/* A5.1 Общее тело форума */
#pun {
  position: relative;
  width: 900px;
  margin: auto; 
  }

/* A5.2 Внутренности "тела" форума*/
.punbb { 
  width: 890px; 
  position: relative;
  height: auto;
  padding-left:10px;
  color: #353435; /*цвет текста всего форума*/
  }

    /* A5.3 Переадресация*/
    #pun-redirect {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 100;
      top: 0 !important;
      left: 0 !important;
      }

    #pun-redirect #pun-main {
      margin: 35% 30% 12px 30%;
      width: auto;
      float: none;
      position: relative;
      z-index: 1000;
background: #F7ECE2;
    text-align: center; 
font-family: Verdana;
font-size:12px;
color: #585656;
border-radius:10px;
      }

    #pun-redirect #pun-main a {
font-size:10px!important;
color:#c1b6b4!important;
}

#pun-redirect h1 {
box-shadow: inset 0px 30px 0px #E8E1D7;
margin-bottom:2px!important;
padding:3px 1px 3px 1px!important;
border-radius:10px 10px 0px 0px;
text-align:center;
}

#pun-redirect h1 span {
font-family:Century Gothic;
padding:0px!important;
background:none!important;
color: #958c7e!important;
font-size:16px;
text-transform:uppercase;
position:absolute;
margin-left:-65px;
margin-top:-3px;
}

/* 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 */
.punbb .section h2, #pun-main h2, #pun-stats h2, #pun-debug h2 {
  padding: 1.3em 1em 0.4em 1.0em; 
  border-style: none solid solid none;
  border-width: 0 1px 1px 0; 
  }

#pun-main h1   {
padding: 0.4em 0em 0.4em 0em; 
  }


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

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

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

/* B1.2 */
.punbb .post-sig dt { 
  display: block;
  width: 220px;
  height:0px;
  margin: 10px -8px 10px auto; 
  border-bottom:1px solid #c1b8b3;
  }

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

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

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

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

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

/* B1.8 */
.punbb .post-content .quote-box {
  margin: 0.2em 0.4em 0.8em 0.4em;
  }

.punbb .post-content .code-box {
  margin: 0.2em 0.4em 0.8em 0.4em;
  }

.punbb .post-content .spoiler-box {
  margin: 0.2em 0.4em 0.8em 0.4em;
  padding-top: 0.6em; 
  padding-left: 0.6em; 
  padding-bottom: 0.6em; 
  padding-right: 0.6em; 
  }

/* B1.9 */
.punbb .quote-box cite {
  display: block;
  padding-bottom: 0.2em;
  font-size: 1.1em;
  font-style: normal;
  margin: 4px 0px 0px 0px;
  }

 .punbb .code-box strong.legend {
  display: block;
  padding-top: -6px;
  padding-bottom: 4px;
  font-size: 1.1em;
  font-style: normal;
  margin: 0px 0px 0px 5px;
  }

/* 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;
max-width:870px;
  position: relative;
  width: 100%;
  font-size: 1.1em;
left:0.8em;
bottom:0.5em!important;
color: #545854!important;
 }

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

/* B3.3 */
.linkst .pagelink {
float:left;
text-align:left!important;
left: 0.8em;
width: 16em;
font-family: Verdana; 
font-weight:400;
color: #545854!important;
font-size:12px;
z-index:5000!important;
}

#pun-main .forum .container table thead tr .tcl, 
#pun-main .forum .container table thead tr .tc2,
#pun-main .forum .container table thead tr .tc3,
#pun-main .forum .container table thead tr .tcr  
{
z-index:500!important;
}

#pun-viewtopic #pun-main .linkst {
margin-bottom:20px!important;
}

#pun-viewtopic #pun-main .linkst .pagelink {
width: 19em;
font-family: Verdana; 
font-weight:400;
font-size:12px;
}

.linkst .pagelink strong, .linksb .pagelink strong {
font-weight:normal!important;
padding:2px!important;
border:2px solid #908486;
}

/* B3.4 */
.linkst .postlink {
float:right;
width: 12em;
right:0.5em!important;
text-align: right;
font-family: Verdana; 
color: #545854!important;
font-size:12px;
font-weight:400;
z-index:5000!important;
}

#pun-viewtopic #pun-main .linkst .postlink {
width: 19em;
right:1em;
}


/* B3.5 */
.punbb .linksb {
padding: 0.4em 1em 0.5em 1em;
font-size: 1.1em;
font-family: Verdana; 
color: #545854!important;
font-size:12px;
}

/* B3.6 */
.linksb .pagelink {
float:left;
left: 1.2em;
width: 16em;
text-align: left;
font-family: Verdana; 
color: #545854;
font-size:12px;
}

/* B3.7 */
.linksb .postlink {
float:right;
width: 16em; 
font-family: Verdana; 
color: #545854!important;
font-size:12px;
right:0.8em!important;
text-align:right;
  }

.linksb .postlink a {
color: #545854!important;
}

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

.subscribelink a {
font-family: Verdana; 
color: #545854!important;
font-size:10px;
text-transform: lowercase;
}

/***************************************/*************************************************************
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 28px 0 18px;
  margin: 0 0 1em 0
  }

/* C1.5 */
.punbb fieldset legend {
  padding: 0;
   text-align: center;
  font-size: 1.1em
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* C2 Table layout
-------------------------------------------------------------*/

/* C2.1 */
.punbb .main .tcl {
  overflow: hidden;
  text-align:justify;
  font-family: Verdana; 
  font-size: 11px;
  width: 54%;
  line-height: 12px;
  }

/* C2.2 */
.punbb .main .tc2 {
  text-align: center;
  width: 1%;
padding:0px!important;
  }

.punbb .main .tc3, .punbb .main .tc2 {
font-family: Vesna;
font-size:12px!important;
color: #E8E1D7!important;
}

.punbb .main .tc3, .punbb .main .tcmod {
  text-align: center;
  width: 1%;
padding:0px!important;
  }


/* C2.3 */
.punbb .main .tcr {
text-align: center;
vertical-align:top!important;
width: 44%;
font-size: 11px;
line-height:18px;
font-family: Century Gothic; 
color: #63595a;
  }


.punbb .main .tcr a {
color: #726769;
font-weight:normal!important;
font-size: 16px!important;
line-height:13px;
font-family: Vesna!important; 
}

.punbb .main .tcr a:hover {
color: #726769;
font-weight:normal!important;
font-size: 16px!important;
line-height:13px;
font-family: Vesna!important; 
}

.punbb .main .tcr a:hover:before {
content: "• ";
color: #726769;
font-size:11px!important;
}

.punbb .main .tcr a:before {
content: "• ";
font-size:11px!important;
color: #E8E1D7;
}

.punbb .main .inew .tcr a {
color: #bb8f95;
font-weight:normal!important;
font-size: 16px!important;
line-height:13px;
font-family: Vesna!important; 
}

.punbb .main .inew .tcr a:hover:before {
content: "• ";
color: #bb8f95;
font-size:11px!important;
}

.punbb .main .inew .tcr a:before {
content: "• ";
color: #E8E1D7;
font-size:11px!important;
}

/* C2.4 */
#pun-userlist .main .tcl {
  width: 20%;
  }

#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
  width: 55%;
  }

/* C2.5 Ширина столбцов при просмотре списка тем*/

/* Список участников */
#pun-userlist .main .tc2{
  text-align: center;
  width: 30%;
  }

#pun-userlist .main .tc3 {
  text-align: center;
  width: 10%;
  }

/* Поиск и активные */
#pun-searchtopics .main .tc2 {
  text-align: center;
  width: 20%;
  }

#pun-searchtopics .main .t3 {
  text-align: center;
  width: 2%;
  }

#pun-searchtopics .main .tcr {
  width: 25%;
  }

/* Просмотр подфорума */
#pun-main .forum .tcl {
width: 50%;
}

#pun-main .forum .tc2 {
width: 15%;
}

#pun-main .forum .tc3  {
width: 5%;
}

#pun-main .forum .tcr  {
width: 30%;
}


/* 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: 12px;
  text-transform: uppercase;
  font-family: Century Gothic;
  color: #585253;
padding-right:4px;
padding-bottom:0px!important;
font-weight:normal;
text-align:right;
height:17px;
  }

#pun-index .tcl h3 a {
  color: #585253;
margin-right:0px;
vertical-align: -3px!important;
}


#pun-index .inew .tcl h3 a {
color: #bb8f95;
}

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

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

/* C2.11 */
.punbb .main td {
  border-style: solid none none solid;
  border-width: 1px 0 0 1px;
  padding: 0.8em 1em;
  }

/* C2.12 */
.punbb .main th {
  padding: 0.4em 1em 0.4em 1em;
  }

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

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

/* C2.15 */
.punbb div.icon {
height: 10px;
width: 21px;
display: block;
float:right;
position: absolute;
display:none;
  }


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

/* C3.3 номер и время поста*/
.punbb .post h3 span {
padding-left:1em;
padding-right: 1em;
display: block;
margin-left: 18.5em;
z-index: 50;
color: #9c9790;
margin-right:15px;
font-family: Vesna;
font-size:12px;
margin-top:20px;
border-bottom: 1px solid #c1b8b3;
margin-bottom:5px;
  }

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

/* C3.5 Профиль игрока*/
.punbb .post .post-author {
  float: left;
  width: 18.5em;
  margin-top: -2.2em;
  overflow: visible;
  }

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

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

/* C3.9 */
li.pa-title {

  }


li.pa-online {
  line-height: 0.8em;
  padding-left: 0em;
  margin-top: 1.3em;
  margin-bottom: 5px;
  }

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

/* C3.12 */
.punbb .post-box {
  padding: 1em 0.8em 1em 2.4em;
margin-right:15px;
margin-left:-7px;
  }

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

  }

/* C3.14 */
.punbb .post-links {
  margin-left: 20.6em;
  }

/* C3.15 Ссылки под постом удалить и тп*/
.punbb .post-links ul {
  padding: 0.4em 0.4em 0.3em 0;
  line-height: 1em;
  margin-left: -14.6em;
  text-align: right;
  }

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

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

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


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

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

/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
  height: 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: 13em;
  margin-left: -15.4em;
  display: inline;
  background: #F7ECE2;
  border-radius: 5px;
  border: 1px solid #e1dad1;
  color: #353435;
  font-family: Century Gothic;
font-size:12px;
  }

/* C6.3 */
#profilenav li {
  padding-bottom: 0.3em;
  font-weight: normal!important;
  }

/* C6.4 */
#viewprofile ul {
  border-style: solid;
  border-width: 1px;
  padding: 1.9em 18px 0.8em 18px;
  margin: 0 0 3em 0;
  }

#profilenav ul {
  border-style: solid;
  border-width: 1px;
  padding: 1.9em 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: 10px 14px -1em 14px;
  }

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

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

/* C6.8 */
#viewprofile li span {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.5em 1em;
  font-weight: bold;
  }

/*C6.9 */
#setmods dt {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
  }

/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
  display: block;
  padding: 0.5em 1em;
  font-weight: normal;
  }

/* C6.11 */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em
  }


/* C7 User list
-------------------------------------------------------------*/

/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* C7.2 */
#pun-userlist .usertable .container {
  padding: 0 0em 1.3em 1.3em;
  border-top: none;
  }

/* C7.3 */
#pun-userlist .usertable table {
  border-style: solid;
  border-width: 1px;
  }


/***************************************/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description
-------------------------------------------------------------*/

/* D1.1 */
#pun-title {
  margin: 0;
  border-style: solid solid none solid;
  border-width: 1px 1px 0 1px;
  }


/* D1.2 */
#pun-title h1 {
  display : block;
  height : 40px;
  padding: 2em 1em 0 1em;
  }

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

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

#pun-title table {
	border: none;
	height: 0px;
	width: 100%;
}

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

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

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

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

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

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

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

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

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

/* D3 Forum navigation
-------------------------------------------------------------*/

/* D3.1 */
#pun-navlinks {
border: none;
  margin: auto; 
}

#pun-navlinks .container {
  border: none;
  margin: 0;
position:absolute;
top:370px;
right:0px;
width:750px;
  }

/* D3.2 */
#pun-navlinks .container {
text-align:right!important;
}

/* D.3 */
#pun-navlinks li {
  display: inline; 
  margin: 0.40%;
}


/* D3.4 */
#pun-navlinks li a {
 font-size: 14px;
 font-style: normal;
 font-family: Century Gothic; 
 text-transform: uppercase;
 font-weight: normal!important;
 color: #d8d0c8;
  }


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

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

/* D4.2 Юзер-меню активные темы */
#pun-ulinks .container {
width:750px;
text-align:right;
font-family: Century Gothic; 
position:absolute;
margin-top:-49px;
right:0px;
} 

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
display: inline;
border-left-style: none;
white-space: nowrap;
margin:0;
  }

/* D4.4 
#pun-ulinks li a {
 padding:-1px 2px 0 2px; 
}
*/

/* D4.5 */
#pun-ulinks li.item1, #pun-ulinks li.item1 a {
 border-left-style: none;
 border-left-width: 0;
 padding-left: 0
 }

/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D5.1 */
#pun-status, #pun-status .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* D5.2 */
#pun-status .container { 
 padding: 0em; 
 font-size: 10px;
 font-family: Verdana; 
margin-top:-143px;
margin-left:20px;
color: #c3bab5;
opacity:0.3;
position:absolute;
text-align:left;
transition:0.1s;
  }

#pun-status .container:hover {
opacity:0.7;
transition:0.1s;
}

#pun-status .container a {
color: #bfb5b7!important;
}

#pun-status .container a:hover {
color: #bfb5b7!important;
}

#pun-status .container .item2 {
margin-left:-5px!important;
}

/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }

/* D5.4 */
#pun-crumbs1 {
overflow: hidden;
font-family:Century Gothic; 
font-size: 10px;
color: #928688;
  }

/* D5.5 */
#pun-crumbs1 p.container {
  border-top: none;
  padding: 0.4em 0.8em 1.0em 2em;
  font-size: 1.2em;
  }

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


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

/* D6.1 */
#pun-announcement h2 {
  padding: 0;
  margin: 0em 1em 3.5em 1em;
  border-style: none none solid none;
  border-width: 0 0 0px 0;
  position: center;
  font-weight: bold;
  }

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

/* D6.3 */
#pun-announcement .container {
  padding: 0em 1em 0em 1em ;
margin-top: -25px;
  }


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

/* D7.1 */
#pun-stats .container {
  padding: 0.8em 1.5em 0.8em 1em;
margin-top:-5px;
  }

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

/* 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: 0px;
  float: left;
  width: 100%;
  line-height: 130%;
  }

/* D7.5 */
li#onlinelist div {
  border-top-style: solid;
  border-top-width: 0px;
  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 {
  text-align: center;
  line-height: 120%;  
  overflow-x: hidden;
 display:none;
  }

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

/* D8.6 */
#pun-crumbs2 {
  overflow: hidden;
margin-top:15px;
  margin-bottom: 20px;
margin-left:5px;
  border-bottom: none;
font-family: Century Gothic; 
font-size: 10px;
color: #928688;
font-weight:normal!important;
  }

#pun-crumbs2 a, #pun-crumbs1 a {
color: #786c6e;
}

/* D8.7 */
#pun-crumbs2 .container {
  border-bottom: none;
  padding: 0.4em 0.8em -1.0em 2em!important;
  font-size: 1.2em;
  }

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

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


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

/* D9.1 */
#pun-help .formal .info-box h3.legend {
  border-bottom-style: solid;
  border-bottom-width: 0px;
  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: 0px;
  font-size: 1.1em;
  }

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

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

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

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

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

/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
  }
Подпись автора

[html]<div id="kozza"><img src="https://forumupload.ru/uploads/001b/2c/35/672/427542.png"></div>
<style>
#kozza {
width:62px!important;
height:62px!important;
position:relative;
z-index:90000!important;
border:1px solid red;
top:200px;
left:5px;
}
</style>

[/html]

0

2

Код:
/* CS1 Background and text colours
-------------------------------------------------------------*/
/* CS1.0A Настройки фона*/

body {background: 
url("https://forumstatic.ru/files/0016/cc/e9/55844.png") repeat top left, /*общий фон*/
#292528;
}

/* CS1.0B Настройки "тела" форума*/
#pun {margin-bottom: 150px!important;
background: #e8e1d7; 
border-top: none!important;
border-left: 30px solid #908486;
border-right: 30px solid #908486;
border-bottom: 0px solid #908486;
}

#html-footer .container {
width:960px;
height:100px;
background: url(https://forumstatic.ru/files/0016/cc/e9/25077.png) top center no-repeat;
margin-left: -41px;
margin-bottom:-20px;
}

/* CS1.0C Настройки прокрутки*/
::-webkit-scrollbar
{width: 7px;
height: 7px;
background-color: #908486;
}

::-webkit-scrollbar-thumb {
background-color: #E8E1D7; 
}

/* CS1.0D Настройки шапки*/
#pun-title.section {
background: url(https://forumstatic.ru/files/0014/ef/e4/91905.jpg) transparent no-repeat top center;
height:423px;
width:1085px; 
margin-top: 0px;
margin-left:-113px;
}

/* CS1.1 Элементы форума*/
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3,
.punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd,
.punbb .info-box, .punbb #pun-main .info-box .legend, .punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer, #pu
n-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  {
  background-color: transparent;
  }

/* CS1.3 Настройки заголовков категорий*/
#pun-debug h2, .punbb-admin #pun-admain h2 {
 font-size: 14px;
 text-align: center;
font-weight:normal!important;
  }

.punbb .category h2 {
font-size: 18px;
font-family: Century Gothic; 
text-transform: uppercase;
color: #c8beb9;
background: url(https://forumstatic.ru/files/0016/cc/e9/40123.png) top center no-repeat transparent;
height: 36px!important;
width:910px!important;
max-width:910px!important;
margin-left:-33px;
text-align:right!important;
padding-top:11px!important;
padding-bottom:0px!important;
}

.punbb .category h2 span {
margin-right:12px!important;
padding:0px!important;
}

#pun-stats h2 {
font-size: 16px;
font-family: Vesna; 
color: #ab9d9f;
background: #F7ECE2;
text-align:right;
padding:0px!important;
max-height:15px!important;
margin-bottom:10px;
margin-left:-10px;
box-shadow: inset 0px 8px 0px #E8E1D7!important;
border-bottom: 7px solid #F7ECE2!important;
}

#pun-stats h2 span  {
margin-right:12px!important;
margin-top:0px!important;
padding:0px!important;
}

/*Блок описания подфорумов и новая иконка а-ля */
#pun-main .tcl .intd .tclcon {
padding-bottom: 12px;
padding-left:10px!important;
color: #585253;
font-family: Verdana;
font-size:11px;
line-height:12px;
min-height:36px!important;
background: none;
margin-bottom:20px!important;
border-left:3px solid #9b8e90;
}

#pun-main .hasicon .inew .tcl .intd .tclcon {
padding-bottom: 12px;
padding-left:10px!important;
color: #585253;
font-family: Verdana;
font-size:11px;
line-height:12px;
min-height:36px!important;
background: none;
margin-bottom:20px!important;
border-left:3px solid #ca989f;
}

/* Настройка заголовков тем и подфорумов*/
.punbb .main h1 {
height:15px;
max-height:15px;
margin-top:-10px!important;
margin-bottom:30px!important;
font-size: 18px;
text-align: center;
font-family: Vesna; 
font-weight:normal!important;
color: #786c6e;
}



/* Костыль для цвета имен в поиске сообщений*/
#pun-post #pun-main .topic .endpost .container .post-author .pa-author, #pun-post  #pun-main .topic .altstyle .container .post-author .pa-author, #pun-post #pun-main .topic .post .container .post-author .pa-author, #pun-post #pun-main .topic .toppost .container .post-author .pa-author {
font-family: Century Gothic;
font-weight: normal!important;
text-align: center;
font-size: 14px!important;
}

/*Цвет выделения искомых слов =Ъ*/
 #pun-main .topic .post .container .post-body .post-box .post-content .highlight-text {
background:#908486!important;
color:#E8E1D7!important;
}

#pun-main #post-form h2 {
background: none;
}


/* Заголовки в админке оО */
.punbb-admin #pun-admain h2{
color: black;
background: transparent;
text-align: left;
text-shadow: none;
}


/* CS1.7 Настройки цитаты и кода*/
.punbb .code-box {
padding: 12px!important;
color: rgba(86,82,83,0.7);
border-radius: 0px;
background: #f7ece2;
border: 1px solid #e1dad1;
width:auto!important;
}

.punbb .quote-box {
border-radius: 0px;
background: #f7ece2;
color: rgba(86,82,83,0.9);
font-family: Trebuchet MS!important;
font-size:12px;
width:auto;
padding: 10px 10px 10px 10px; 
}

.punbb .quote-box blockquote p {
margin-top:7px!important;

}

.punbb .quote-box cite {
text-align:left;
color: rgba(146,134,136,0.9);
font-family:Century Gothic;
font-size:12px!important;
border-bottom:1px solid #c9beb9;

}

.punbb .spoiler-box {
line-height:11px!important;
border-radius: 0px;
color: rgba(86,82,83,0.9);
background: #f7ece2;;
border: 1px solid #e1dad1;
width:auto!important;
}

.punbb .spoiler-box blockquote p {
padding:5px!important;
margin-top:-8px!important;
margin-bottom:3px!important;
color: rgba(86,82,83,0.9);
font-family: Trebuchet MS!important;
}


/* CS1.7A Настройки маркированного текста*/
.post-content .highlight-text { 
padding: 1px 2px 1px 2px;
background-color: #908486!important;
color: #F7ECE2 !important;
font-style: normal;
}

/* Юзерменю */

#pun-ulinks .container {
  font-size: 12px;
  text-transform: lowercase;
  font-weight: normal!important;
  }

/* CS3.3 Настройки ссылок в юзер-меню*/
#pun-ulinks a {
display:inline-block!important;
color: #d8d0c8;
line-height:14px!important;
text-decoration:none!important;
transition: 0s!important;
padding: 0px 3px 2px 3px!important;

  }

#pun-ulinks a:hover, #pun-ulinks a:focus, #pun-ulinks a:active {
color: #F7ECE2;
transition: 0s!important;
background: #bb8f95;
padding: 0px 3px 2px 3px!important;
border-radius:2px;
  }

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

/* CS1.9 Настройки формы ответа*/
.punbb textarea  {
background: #F7ECE2 url(""); 
padding: 4px;
border: 1px solid #e1dad1;
color: #353435;
margin-left: 8px!important;
max-width:840px!important;
  }

#pun-viewtopic #pun-main #post-form {
margin-right:6px!important;
}

#pun-main #post-form #post fieldset .hashelp #form-buttons {
background: #FCEFEB;
margin-left:10px;
margin-right:-14px;
}

/* CS1.10 Настройки профиля в теме*/
.punbb .post .post-author > ul {
background: none;
border-bottom: 1px solid #b4aaa8;
padding:0px 5px 6px 5px !important;
font-size: 11px;
width:190px;
margin-bottom:5px;
margin-left:2px;
margin-right:10px!important;
margin-bottom:20px!important;
}

.punbb .post .post-author {
text-align:center;
}

.pa-author {
color: #928688!important;
font-family: Century Gothic;
font-weight: normal!important;
text-align: right;
font-size: 14px;
border-bottom: 1px solid #c1b8b3;
margin-bottom:10px;
margin-top:0px!important;
}

.post-author ul .pa-author {
color: #928688!important;
font-family: Century Gothic;
font-weight: normal!important;
text-align: right;
line-height:13px;
height:19px;
border-bottom: 1px solid #c1b8b3!important;
}

.pa-author a {
color: #928688!important;
font-family: Century Gothic;
font-weight: normal!important;
font-size: 14px;
}

.pa-avatar {
margin-top:14px!important;
}

/*Бордюр аватарки*/
ul .item2 img {
outline: 1px solid #e1dad1;
border: 6px solid #f7ece2;
}


/*Смена цвета ссылок в минипрофиле
.pa-fld2 a {
color: #cd9ba1!important;
font-family: Verdana;
font-weight:400;
font-size:11px;
}
*/

/*Настройка отдельных полей профиля в теме*/
.pa-respect a {
color: #9f9486!important;
font-family: Century Gothic; 
font-size:12px;
text-align:left!important;
}

.pa-respect {
font-family: Century Gothic; 
font-size:11px;
color: #9f9486!important;
text-align:left!important;
}

.pa-icq {
font-family: Century Gothic; 
font-size:11px;
color: #9f9486;
text-align:left!important;
}

.pa-posts {
font-family: Century Gothic; 
font-size:11px;
color: #9f9486;
text-align:left!important;
margin-top:10px;
}

.pa-time-visit {
font-family: Century Gothic; 
font-size:11px;
color: #9f9486;
margin-top:10px;
text-align:left!important;
}

.pa-last-visit {
color: #9f9486;
margin-top:2px!important;
font-family: Century Gothic; 
font-size:12px;
text-align:left!important;
margin-top:10px;
}


/*Подложка в профиле*/
.pa-fld2 {
margin-top:1px!important;
width:188px!important;
max-width: 188px!important;
font-size:10px!important;
line-height:13px;
padding-right:2px!important;
 -moz-hyphens: auto;
 -webkit-hyphens: auto;
 -ms-hyphens: auto;
hyphens: auto;
color:#9f9486!important;
background: #f7ece2;
border-radius:5px;
border:1px solid #e1dad1;
margin-bottom:10px!important;
}

.pa-fld1 {
margin-top:1px!important;
width:188px!important;
max-width: 188px!important;
font-size:10px!important;
line-height:13px;
padding-right:2px!important;
 -moz-hyphens: auto;
 -webkit-hyphens: auto;
 -ms-hyphens: auto;
hyphens: auto;
color:#9f9486!important;
background: #f7ece2;
border-radius:5px;
border:1px solid #e1dad1;
margin-bottom:10px!important;
}


/* Фон поля статуса - новое без картинки*/
.pa-title {
background: url(http://s19.postimg.org/zav50k1fn/status.png) center center no-repeat;
line-height: 7px;
font-family: Tahoma;
font-size:10px;
color: #aea393!important;
text-align:center;
margin-top:3px!important;
margin-bottom:5px!important;
margin-left:-6px!important;
width:174px!important;
height:20x!important;
padding-top:10px!important;
padding-left:15px!important;
padding-right:15px!important;
padding-bottom:11px!important;
}

/* Отодвинуть край профиля от онлайна */
.pa-last-visit, .pa-online {
margin-bottom:5px!important;
}


/* Цвет надписи онлайн*/
.pa-online strong {
color: #bb7f87;
font-family: Century Gothic; 
font-size:12px;
font-weight:normal!important;
text-transform:lowercase;
}

.pa-online {
height:14px;
}

/* Поле ай-пи*/
.pa-ip {
position:absolute;
margin-left:4px!important!;
margin-top:22px!important;
padding-left:5px;
padding-bottom:1px;
height:14px;
width:178px!important;
transition:0.4s;
opacity: 0.0;
color: #9f9486;
}

.pa-ip:hover {
opacity: 1.0;
transition:0.4s;
}

/* CS1.11 Настройки окон в форме ответа*/
 #size-area, #font-area, #color-area, #smilies-area, #keyboard-area, #imageup-area, #font-area, #size-area, #color-area, #smilies-area, #image-area, #imageup-area, #imageattach-area, #keyboard-area, #video-area, #table-area, #addition-area  {
background: #E8E1D7 url("");
padding: 4px;
border-radius: 10px;
color: #353435;
}

/* CS1.12 Настройки полей ввода, кнопок и выпадающих меню*/
.punbb input, .punbb select {
background: #F7ECE2 url("");
padding: 3px;
color: #353435;
border: 1px solid #e1dad1;
}

.punbb .button {
background: #F7ECE2 url("");
padding-top: 1px!important;
padding-left: 3px!important;
padding-right:3px!important;
padding-bottom:1px!important;
border-radius: 5px;
color: #908486;
font-family: Vesna!important;
font-size: 16px!important;
border: 1px solid #e1dad1;
cursor:pointer;
z-index:5000;
}

#post .formsubmit {text-align: center;}


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

/* CS2.1 Убираем все рамки*/
.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, .punbb .post .post-body, .punbb .post h3 span, .post-links, .usertable table, .punbb th, #pun-ulinks li, #pun-announcement h2 span, #profilenav ul, 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 .formal fieldset .post-box, .punbb .info-box, li.pa-online {
  border-color: transparent;
  }

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

/* CS3.1 Настройки цвета ссылок*/
.punbb a, .punbb a:link, .punbb a:visited,
.punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited {
  color: #353435;
  border-bottom: 0px none #000;
  text-decoration: none;
  }

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #353435;
  }

/* CS3.2 Настройки ссылок при наведении*/
.punbb a:hover, .punbb a:focus, .punbb a:active, .punbb-admin #pun-admain .nodefault,
.punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active {
  color: #353435;
  border-bottom: 0px none #000;
  text-decoration: none;
  }



/* CS4 Иконки сообщений на главной
 -------------------------------------------------------------*/

#pun-index #pun-main .category .inew .inew {
background-image : url(http://savepic.ru/9897180.png);
background-repeat: no-repeat;
}
#pun-index #pun-main .category .icon {
background-image : none; 
background-repeat: no-repeat;
}

/* Иконки сообщений внутри форума 
 -------------------------------------------------------------*/
.punbb #pun-main .forum .tcl .tclcon .byuser {
font-size:10px!important;
font-family: Tahoma!important;
font-weight:normal!important;
}

#pun-main .forum .tcl .tclcon .byuser {
margin-left:4px!important;
}

#pun-main .forum .stickytext {
display:none;
}

/* ------Внутренний вид подфорумов ----*/
.punbb #pun-main .forum {
margin-top: 5px;
margin-left:-4px;
margin-right:4px;
}

.punbb #pun-main .forum .container table  {
margin-top:-2px!important;
}

.punbb #pun-main .forum .tcl .tclcon a, .punbb #pun-main .forum .tcl a:hover{
font-family: Century Gothic;
font-size:12px;
color: #908486!important;
font-weight:normal!important;
}

.punbb #pun-main .forum .tcl .tclcon::before {
content: '• ';
color: #908486;
}

#pun-searchtopics #pun-main .forum .tcl .byuser {
font-size:10px!important;
font-family: Tahoma!important;
margin-left:4px!important;
}

#pun-searchtopics  #pun-main .forum .tcl a, #pun-searchtopics  #pun-main .forum .tcl a:hover {
font-family: Century Gothic;
font-size:12px;
color: #908486!important;
}

#pun-searchtopics  #pun-main .forum .tc2 a, #pun-searchtopics  #pun-main .forum .tc2 a:hover {
font-family: Century Gothic;
font-size:11px;
color: #c1b6a7!important;
}


#pun-searchtopics  #pun-main .forum .tcl::before {
	content: '• ';
color: #908486;
}

#pun-searchtopics #pun-main .forum .tcl strong a {
font-weight:normal!important;
color: #353435!important;
}

#pun-searchtopics #pun-main .forum .tcl strong .byuser {
font-weight:normal!important;
}

#pun-main .forum .tcr, #pun-searchtopics #pun-main .forum .tcr  {
text-align:center!important;
}

#pun-main .forum .tcr a {
font-family: Century Gothic!important;
font-size:12px!important;
text-transform:none!important;
}

#pun-searchtopics .main .tcr a {
font-size:12px!important;
  }

/* Выделение новых тем */
#pun-searchtopics #pun-main .forum .inew .tcl strong a {
color: #bb7f87!important;
}

#pun-searchtopics #pun-main .forum .inew .tcl .newtext  {
font-size:10px!important;
text-transform:lowercase;
}

#pun-searchtopics #pun-main .forum .inew .tcl .newtext a {
font-size:10px!important;
text-transform:lowercase;
color: #bb7f87!important;
}


#pun-main .forum .container .inew .tcl .tclcon strong a {
color: #bb7f87!important;
}

#pun-main .forum .container .inew .tcl .tclcon .newtext {
font-size:10px!important;
text-transform:lowercase;
}

#pun-main .forum .container .inew .tcl .tclcon .newtext a {
font-size:10px!important;
text-transform:lowercase;
color: #bb7f87!important;
}

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


/* CS5 Другое
 -------------------------------------------------------------*/

 .closedatafield, #pun-title .title-logo span, .pa-gifts, .lastedit {
  display: none
}

/*Настройки всплывающих окон на русфф*/
#pun-reputation div.inner div.container, #pun-report div.inner div.container , #pun-popup_awards div.inner div.container  {
color: #353435;
padding: 3px; 
background: #f7ece2!important;  }

#pun-reputation h1, #pun-report h1, #pun-popup_awards h1 {
background: #908486!important; 
width: auto !important; 
height: 5px !important; 
margin: auto !important;
padding-top:-10px!important;
padding-bottom:20px!important;
color: #F7ECE2!important;
font-family: Century Gothic;
font-size:14px;
}

/*Линия разделителя*/
hr {
border: none;
border-top: 1px dotted #908486;
}

/*Заголовки столбцов на главной странице*/
.punbb th {
color: #A59AB5;
height:5px;
font-size:10px;
font-weight: normal;
}

.punbb th span {display:none;}

/*Слово "профиль" игрока */
#profile .container #profilenav h2   {
text-align:left;
color: #353435;
text-shadow: none;
}

#profilenav ul .isactive a {
font-weight:bold!important;
}

/*Подсветка ссылок при редактировании профиля*/
#profilenav a:hover, #profilenav a:active, #profilenav a:focus {
color: #bb7f87;
}

/*Стрелочки*/
#arrows {
position:fixed;
right:2%;
bottom: 45%;
}

/*CS13 Отсебятина
 ---------------------------------*/
/* Скрипт просмотра проголосовавших таблица во всплывающей подсказке */
#respect td{
vertical-align:top;
font-size:12px!important;
font-family: Tahoma!important;
color: #E8E1D7!important;
font-weight:normal!important;
}

#respect figure {
margin:2px;
word-wrap:break-word;
width:70px!important;
}

#respect figure img {
width:60px!important;
height:auto!important;
}

#respect figure img.vote
{display:none;}

#respect figcaption{
font-size:12px!important;
font-family: Tahoma!important;
margin-top:-5px;
color: #E8E1D7!important;
}

/* стиль окна а-ля вКонтакте */
.jGrowl .rating_theme {opacity: 1;padding: 3px;text-align:center;width: 485px !important;background: #F7ECE2!important; } 
.jGrowl .rating_theme .jGrowl-message {background: #F7ECE2!important; padding: 2px;}
.jGrowl .rating_theme .jGrowl-header {background: #908486!important;font-size: 1.1em;height: 22px;font-color:#F7ECE2!important;}
.jGrowl .rating_theme .person{width:78px; height:78px; }

/* стиль изображения оценки */
.vote{
position:absolute;
border-radius: 9em;
display:none;
}

/* таблица в окне а-ля вКонтакте */
#vse tbody{
max-height:520px!important;
display:block;
overflow-y:auto;
overflow-x:hidden;
background: #F7ECE2!important;}

#vse td{
vertical-align:top;
}

#vse figure{
margin:5px;
word-wrap:break-word;
width:82px; 
}

#vse figure img.vote{
display:none;
}

#vse figcaption{
color: #908486;
font-size:0.9em;
}

#vse figure:hover:before,#vse figure:focus:before,#vse figure:active:before{
display:none;
}


/* Скрипт переноса тем и сообщений*/
#movePostsTable {
background:#E8E1D7!important;
border:6px solid #908486;
}

.Select_Topics {
background:#F7ECE2!important;
padding:5px!important;
}

/* Скрипт Закладок*/

#BookmCntToggle {
z-index:9000!important;
top:3px!important;
left:5px!important;
background: url(http://s19.postimg.org/lay55j60z/image.png) top left no-repeat!important;
opacity:0.3!important;
}

#BookmCntToggle:hover {
opacity:0.7!important;
}

#MyBookmarks h2 #bm2 {
font-size:10px;
padding:2px!important;
border: 2px solid #F7ECE2;
color: #F7ECE2;
}

#MyBookmarks {
background: #FCE1DA;
z-index:8000!important;
box-shadow:none!important;
}

#MyBookmarks h2 {
background: #908486;
color: #E8E1D7;
font-family: Century Gothic;
text-transform:uppercase!important;
font-size:12px;
padding:5px 5px 5px 38px!important;
}

#MyBookmarks .container {
background: #FCEFEB;
border-right: 1px solid #e1dad1;
}

.post .bookmark{
  width:40px;
  height:16px;
  position:absolute;
  opacity:.8;
  transition:.1s ease;
  background:url(https://forumstatic.ru/files/0015/92/70/22088.png) no-repeat;
  z-index:99999;
}

.editBookmark {
box-shadow:none!important;
border: 2px solid #585175;
background: #FCEFEB;
max-height:60px;
}

.editBookmark .container {
margin-top:-30px!important;
}


/* листать закладки */
#MyBookmarks .container .b span, #MyBookmarks .container .t span {
text-shadow:none!important;
}

#MyBookmarks .container .b, #MyBookmarks .container .t {
box-shadow:none!important;
margin-bottom:3px;
}

/* пояснение закладки */
.BookmarkL span dd .e1 a:hover, .BookmarkL span dd .e2 a:hover {
color:#908486!important;
}

.post .bookmark:hover {
opacity:1.0;
}

#MyBookmarks span>a {
text-shadow:none;
}

#MyBookmarks span.last_click>a {
background:rgba(226,141,129,.4);
}

#MyBookmarks .deS {
  display: block;
  top: 0 !important;
  text-align: center;
margin-left: -5px;
}

#MyBookmarks .deS:after {
  content: "Чтобы поставить закладку, дважды кликните по нужному месту в тексте поста, а затем еще раз по серому маркеру.";
  display: block;
  font-size: .8em;
  margin-top: 1em;
}


/* Мои файлы

#form-buttons #button-files_rusff {
background: url(http://uploads.ru/i/W/Q/P/WQPBO.gif) center center no-repeat!important;
height:16px!important;
width:16px!important;
}
*/

.rusff-file-style {
box-shadow: inset 0px -10px 0px #E28D81 !important;
background: #FCE1DA!important;
border-radius:none!important;
width:455px!important;
padding:5px!important;

}

.file-block {
margin:0px!important;
padding:0px!important;
width:450px!important;
height:100%;
}

.rusff-file-style .file-block .file-size {
font-size:10px
}

div.file-title {
width:450px!important;
font-size:14px!important;
margin:0px;
}

.file-title object {
display: block;
margin-bottom:5px;
border:2px solid #FCE1DA;
}

.file-description {
margin-top:8px;
font-size:10px!important;
width:450px!important;
}

.rusff-file-style .file-block .attach-file-form
{
padding:0px!important;
}

.rusff-file-style .file-block .attach-file-form .attach-file-down
{
margin:0px!important;
padding:0px!important;
background: url(http://savepic.ru/10053311.png) center center no-repeat !important;
width:22px;
height:22px;
margin-left:5px!important;
}

.rusff-file-style .file-block .attach-file-player {
padding:0px!important;
background: url(http://savepic.ru/10075867.png) center center no-repeat !important;
width:21px;
height:21px;
margin-left:10px!important;
}

/* Текст с пояснением */
abbr {
text-decoration:none;
border-bottom: 1px dotted #bb8f95!important;
}

/* Ссылка "Поделиться" картинкой */
    .topic a.sharelink {
      display: none; 
font-size: 0;
      color: transparent;
      height: 16px; width: 16px;
      background: url(http://savepic.ru/9924266.png) center center no-repeat;
      padding: 1px; opacity: .75;
      position: relative;
margin-right:-10px!important;
    }

    .topic a.sharelink:hover { 
opacity: 1;}

    #pun-viewtopic .post h3 strong {
margin-right: .5em;}

    .punbb .topic a.sharelink:before {
      content: " ";
      display: inline-block;
      width: 7px; height: 7px;
      position: absolute;
      background: #333;
      text-indent: 0 !important;
      transform: rotate(45deg);
      top: -8px; left: 5px;
    }

    .punbb .topic a.sharelink:after {
      content: "Поделиться";
      font-size: 12px !important;
      color: #fff; padding: 3px 6px;
      background: #333;
      border-radius: 4px;
      position: absolute;
      top: -22px; left: -5px;
    }

    a.sharelink:before, a.sharelink:after { visibility: hidden; opacity: 0; transition: .2s ease;}
    a.sharelink:hover:before, a.sharelink:hover:after {visibility: visible !important; opacity: 1.0;}
    </style>

/* Инфосообщения "не найдено, нет доступа"*/
#pun-message #pun-main .info .container {
font-family:Century Gothic;
font-size:14px;
text-align:center;
}

/* Дополнительные смайлики*/
#pun-main #post fieldset .hashelp input {
background:#F7ECE2!important;
border: 1px solid #e1dad1;
border-radius:5px;
color: #353435!important;
margin-left:5px!important;
}

/* Настройка страницы репутации */
#pun-respect #pun-main .section .container {
border-top:none;
border-left:none;
border-right:none;
}

#reputationText {
border:1px solid #e1dad1;
margin-bottom:5px;
}

#pun-reputation .post_reputation .container #rep_form table tbody tr .tc2 span {
font-family: Vesna;
font-size: 16px;
color: #908486;
}

#pun-respect #pun-main .section .container table thead tr .tcl, #pun-respect #pun-main .section .container table thead tr .tc2, #pun-respect #pun-main .section .container table thead tr .tc3, #pun-respect #pun-main .section .container table thead tr .tcr {
color: #908486!important;
font-family: Century Gothic;
font-size:12px!important;
text-align:center;
}

#pun-respect #pun-main .tcl {
width:90px!important;
max-width:90px!important;
text-align:left!important;
}

#pun-respect #pun-main .tc2 {
width:20px!important;
max-width:20px!important;
padding:0px!important;
color: #908486!important;
font-size:20px!important;
}

#pun-respect #pun-main .tc3 {
width:250px!important;
text-align:justify;
font-family: Century Gothic;
color: #908486!important;
}

#pun-respect #pun-main .tc3 a {
color: #908486!important;
font-size:16px!important;
font-family: Vesna!important;
margin-left:20px!important;
}

#pun-respect #pun-main .tcr {
width:180px!important;
max-width:180px!important;
}

#pun-respect #pun-main .section .container table {
width:880px!important;
max-width:880px!important;
}

/* Не отображать мои загрузки  */
#pun-ulinks .item5 a {
display:none;
}

/* Выделить важные темы */
#pun-main .forum .container table .hasicon .isticky .tcl .tclcon {
background: #F7ECE2;
border: 1px solid #e1dad1;
padding:3px!important;
}

#pun-main .forum .container table .hasicon .inewisticky .tcl .tclcon {
background: #F7ECE2;
border: 1px solid #e1dad1;
font-weight:normal!important;
padding:4px!important;
}

/* Счётчик файлов */
table#filetable tbody {
counter-reset: section;
} 

table#filetable tbody td.tcl:before {
counter-increment: section; 
content: counter(section) ". "; 
   }


/*Предпросмотр сообщений*/
#pun-post #pun-main .topic .container .post-author .pa-author {
margin-left:0px!important;
background:none!important;
font-size:14px;
height:5px!important;
}

#pun-post #pun-main .topic h2 span {
padding-right:5px;
padding-left:5px;
}

#pun-post #pun-main .topic h2 {
margin-bottom: 10px;
text-align: center;
color: #908486!important;
font-family: Vesna;
font-size:18px;
}

#pun-post #pun-main h3 a {
color: #908486!important;
}

#post-preview .post-box {
margin-left:75px;
max-width:640px!important;
text-align:justify;
}

/*Cелекторы для див-ов*/

#ssl {
display: inline-block; 
text-align: center; 
font-family: Palatino Linotype; 
text-transform:uppercase;
margin-top:5px;
margin-bottom:2px;
width:188px;
text-decoration:none!important;
}

#charinfo {
display: inline-block; 
text-align: left; 
padding-left:4px;
padding-right:4px;
width:180px;
text-decoration:none!important;
 -moz-hyphens: auto;
 -webkit-hyphens: auto;
 -ms-hyphens: auto;
hyphens: auto;
}

#charlinks {
display: inline-block;
text-align: center; 
margin-top:5px;
margin-bottom:8px;
width:188px;
text-decoration:none!important;
}

#charlinks a, #charinfo a, #ssl a {
text-decoration:none!important;
color:#908486!important;
}

#hop {
opacity:0.5;
transition:0.4s;
display:inline-block;
}

#hop:hover {
opacity:1.0;
transition:0.4s;
}

#bq {
box-shadow: 0px 0px 0px 2px #87817a;
}


/*Хронология*/

.view-source {
width:100%;
height:auto;
box-shadow: inset 0px 15px 0px #F7ECE2;
margin-top:5px!important;
text-align:center;
}

.hide {
margin-top:5px!important;
text-align:left!important;
}

.spo {
width:650px;
min-height:30px;
border:1px dotted #908486;
border-bottom:0px!important;
border-top:0px!important;
box-shadow: 0px 3px 0px #908486;
margin-top:8px;
}

a.chrono {
width:650px;
height:30px;
background:#585253;
color:#E8E1D7!important;
text-align:center;
font-size:18px!important;
font-style:italic;
font-family:Georgia!important;
display:block;
padding-top:5px;
}

a.chrono:hover {
background:#585253!important;
color:#E8E1D7!important;
}

.view-source a {
padding:0px!important;
}

.view-source a:hover {
background:#F7ECE2!important;
color:#bb7f87!important;
padding:0px!important;
font-family:Georgia!important;
font-style:italic!important;
font-size:12px!important;
}


/*Новости*/

.resume {
width:100%;
height:auto;
max-height:18px;
box-shadow: inset 0px 20px 0px #fce1da;
margin-top:5px;
-webkit-transition: 0.7s ease-in-out!important;
-moz-transition: 0.7s ease-in-out!important;
-o-transition: 0.7s ease-in-out!important;
-ms-transition: 0.7s ease-in-out!important;
transition: 0.7s ease-in-out!important;
}

.resume:hover{
height:auto;
max-height:700px;
-webkit-transition: 1.5s ease-in-out!important;
-moz-transition: 1.5s ease-in-out!important;
-o-transition: 1.5s ease-in-out!important;
-ms-transition: 1.5s ease-in-out!important;
transition: 1.5s ease-in-out!important;
}

.fuge {
width:640px;
height:220px;
overflow:hidden;
-webkit-transition: 1.5s ease-in-out;
-moz-transition: 1.5s ease-in-out;
-o-transition: 1.5s ease-in-out;
-ms-transition: 1.5s ease-in-out;
transition: 1.5s ease-in-out;
position:absolute;
z-index:50000!important;
}

.fuge>img {
position:absolute;
-webkit-transition: 1.5s ease-in-out;
-moz-transition: 1.5s ease-in-out;
-o-transition: 1.5s ease-in-out;
-ms-transition: 1.5s ease-in-out;
transition: 1.5s ease-in-out;
z-index:5000;
}

.fuge:hover>img {
-webkit-transition: visibility 1.5s ease-in-out, margin 1.5s ease-in-out;
-moz-transition: visibility 1.5s ease-in-out, margin 1.5s ease-in-out;
-o-transition: visibility 1.5s ease-in-out, margin 1.5s ease-in-out;
-ms-transition: visibility 1.5s ease-in-out, margin 1.5s ease-in-out;
transition: visibility 1.5s ease-in-out, margin 1.5s ease-in-out;
visibility: hidden;
margin-top:-350px;
}

#fuge4 {
background:silver;
width:213px;
height:400px;
overflow:hidden;
-webkit-transition: 1.5s ease-in-out;
-moz-transition: 1.5s ease-in-out;
-o-transition: 1.5s ease-in-out;
-ms-transition: 1.5s ease-in-out;
transition: 1.5s ease-in-out;
position:absolute;
z-index:50000!important;
}

#fuge4>img {
position:absolute;
-webkit-transition: 1.5s ease-in-out;
-moz-transition: 1.5s ease-in-out;
-o-transition: 1.5s ease-in-out;
-ms-transition: 1.5s ease-in-out;
transition: 1.5s ease-in-out;
z-index:5000;
}

#fuge4:hover>img {
-webkit-transition: visibility 1.5s ease-in-out, margin 1.5s ease-in-out;
-moz-transition: visibility 1.5s ease-in-out, margin 1.5s ease-in-out;
-o-transition: visibility 1.5s ease-in-out, margin 1.5s ease-in-out;
-ms-transition: visibility 1.5s ease-in-out, margin 1.5s ease-in-out;
transition: visibility 1.5s ease-in-out, margin 1.5s ease-in-out;
visibility: hidden;
margin-top:-450px;
}


#fuge5 {
width:215px;
height:400px;
background:#FCBA88;
overflow:hidden;
-webkit-transition: 1.5s ease-in-out;
-moz-transition: 1.5s ease-in-out;
-o-transition: 1.5s ease-in-out;
-ms-transition: 1.5s ease-in-out;
transition: 1.5s ease-in-out;
position:absolute;
margin-left:213px;
z-index:50000!important;
}

#fuge5>img {
position:absolute;
margin-left:-213px;
-webkit-transition: 1.5s ease-in-out;
-moz-transition: 1.5s ease-in-out;
-o-transition: 1.5s ease-in-out;
-ms-transition: 1.5s ease-in-out;
transition: 1.5s ease-in-out;
z-index:5000;
}

#fuge5:hover>img {
-webkit-transition: visibility 1.5s ease-in-out, margin 1.5s ease-in-out;
-moz-transition: visibility 1.5s ease-in-out, margin 1.5s ease-in-out;
-o-transition: visibility 1.5s ease-in-out, margin 1.5s ease-in-out;
-ms-transition: visibility 1.5s ease-in-out, margin 1.5s ease-in-out;
transition: visibility 1.5s ease-in-out, margin 1.5s ease-in-out;
visibility: hidden;
margin-top:-450px;
}

#fuge6 {
width:217px;
height:400px;
background:#8a80bf;
overflow:hidden;
-webkit-transition: 1.5s ease-in-out;
-moz-transition: 1.5s ease-in-out;
-o-transition: 1.5s ease-in-out;
-ms-transition: 1.5s ease-in-out;
transition: 1.5s ease-in-out;
position:absolute;
margin-left:428px;
z-index:50000!important;
}

#fuge6>img {
position:absolute;
margin-left:-428px;
-webkit-transition: 1.5s ease-in-out;
-moz-transition: 1.5s ease-in-out;
-o-transition: 1.5s ease-in-out;
-ms-transition: 1.5s ease-in-out;
transition: 1.5s ease-in-out;
z-index:5000;
}

#fuge6:hover>img {
-webkit-transition: visibility 1.5s ease-in-out, margin 1.5s ease-in-out;
-moz-transition: visibility 1.5s ease-in-out, margin 1.5s ease-in-out;
-o-transition: visibility 1.5s ease-in-out, margin 1.5s ease-in-out;
-ms-transition: visibility 1.5s ease-in-out, margin 1.5s ease-in-out;
transition: visibility 1.5s ease-in-out, margin 1.5s ease-in-out;
visibility: hidden;
margin-top:-450px;
}


/*DIV с инфой о персонаже для просмотра профиля*/

#profile-right li strong #charlinks {
clear:both!important;
padding:1px!important;
width:250px;
}

#profile-right li strong #charinfo {
clear:both!important;
padding:1px!important;
width:250px;
}

#profile-right li strong #charinfo strong {
clear:both!important;
padding:1px!important;
display:inline!important;
font-weight:bold;
}

#profile-right li strong #ssl {
clear:both!important;
padding:1px!important;
width:250px;
}

/*Убрать RSS*/
#pun-viewtopic #pun-main #topic-modmenu .container span a {
font-size:8px;
color: #C7C4D3!important;
}

#pun-viewtopic #pun-main #topic-modmenu .container span {
font-size:8px;
color: #C7C4D3!important;
}

/* Кто просматривает тему */
#pun-viewtopic #pun-main #topic-users-in .container {
color: #908486;
font-size:10px;
font-family: Verdana;
font-weight:normal!important;
}

#pun-viewtopic #pun-main #topic-users-in .container a {
color: #908486;
font-size:10px;
font-family: Verdana;
font-weight:normal!important;
}

#pun-viewtopic #pun-main #topic-users-in .container span {
font-weight:normal!important;
}

/* Как оформлена клавиатура */
#pun-main #post-form #post fieldset .hashelp #keyboard-area #keyboard-span input {
background: #F7ECE2!important;
color: #353435;
border:none!important;
margin:2px!important;
padding:4px!important;
}

#pun-main #post-form #post fieldset .hashelp #keyboard-area {
background:#E8E1D7;
border: #908486;
}

/* Убрать выделение жирным после Привет */
#pun-status .container .item1 strong, #pun-status .container .item2 strong {
font-weight:normal!important;
}

/* Позиционирование верхней цепочки сылок */
#pun-crumbs1 .crumbs {
margin-left:-18px;
margin-bottom: -10px;
margin-top:1px!important;
}

/*Уменьшение высоты заголовка Тем, Сообщений */
#pun-index .container table thead tr .tcr, #pun-index .container table thead tr .tcl {max-height:10px!important;}

/*Одобрено администрацией
#pun-viewtopic #p153348-content, #pun-viewtopic #p153818-content, #pun-viewtopic #p126976-content, #pun-viewtopic #p123756-content, #pun-viewtopic #p122100-content, #pun-viewtopic #p116467-content, #pun-viewtopic #p120664-content, #pun-viewtopic #p68953-content, #pun-viewtopic #p69913-content, #pun-viewtopic #p75182-content, #pun-viewtopic #p75191-content, #pun-viewtopic #p75220-content, #pun-viewtopic #p77060-content, #pun-viewtopic #p75182-content, #pun-viewtopic #p97330-content, #pun-viewtopic #p138285-content {
background: url(http://savepic.ru/9565262.png) bottom right no-repeat;
padding-bottom:30px;
margin-bottom:5px;
}
*/

#pun-viewtopic #p156186-content:after, #pun-viewtopic #p153348-content:after, #pun-viewtopic #p153818-content:after, #pun-viewtopic #p126976-content:after, #pun-viewtopic #p123756-content:after, #pun-viewtopic #p122100-content:after, #pun-viewtopic #p116467-content:after, #pun-viewtopic #p120664-content:after, #pun-viewtopic #p68953-content:after, #pun-viewtopic #p69913-content:after, #pun-viewtopic #p75182-content:after, #pun-viewtopic #p75191-content:after, #pun-viewtopic #p75220-content:after, #pun-viewtopic #p77060-content:after, #pun-viewtopic #p75182-content:after, #pun-viewtopic #p97330-content:after, #pun-viewtopic #p138285-content:after, #pun-viewtopic #p151717-content:after {
  content: "Одобрено администрацией";
  display: block;
  font-size: 18px;
font-family: Vesna;
text-align:center;
margin-top: 1em;
border:3px double #908486;
color: #908486;
width:220px;
float:right;
height:30px;
padding:5px;
}

#pun-viewtopic #p156186-content .post-sig, #pun-viewtopic #p153348-content .post-sig, #pun-viewtopic #p153818-content .post-sig, #pun-viewtopic #p126976-content .post-sig, #pun-viewtopic #p123756-content .post-sig, #pun-viewtopic #p122100-content .post-sig, #pun-viewtopic #p116467-content .post-sig, #pun-viewtopic #p120664-content .post-sig, #pun-viewtopic #p68953-content .post-sig, #pun-viewtopic #p69913-content .post-sig, #pun-viewtopic #p75182-content .post-sig, #pun-viewtopic #p75191-content .post-sig, #pun-viewtopic #p75220-content .post-sig, #pun-viewtopic #p77060-content .post-sig, #pun-viewtopic #p75182-content .post-sig, #pun-viewtopic #p97330-content .post-sig, #pun-viewtopic #p138285-content .post-sig, #pun-viewtopic #p151717-content .post-sig  {
display:none;
}

#p156186 .post-rating, #p153348 .post-rating, #p153818 .post-rating, #p126976 .post-rating, #p123756 .post-rating, #p122100 .post-rating, #p116467 .post-rating, #p120664 .post-rating, #p68953 .post-rating, #p69913 .post-rating, #p75182 .post-rating, #p75191 .post-rating, #p75220 .post-rating, #p77060 .post-rating, #p75182 .post-rating, #p97330 .post-rating, #p138285 .post-rating, #p151717 .post-rating {
margin-top:75px;
right:1px;
}

/* Настройка опроса */
#poll-special .container .formal div .poll2 tbody tr td h1 {
max-height:10px!important;
}

#poll-special .container .formal div {
background: #C6BED5;
border-left:  150px solid #A59AB5;
border-right:  130px solid #A59AB5;
border-top: 3px solid #A59AB5;
border-bottom: 3px solid #A59AB5;
}

#poll-special .container .formal div .tac {
background: #D0CAE3;
border-left: #3F3B60 3px solid;
border-right: #3F3B60 3px solid;
border-top:none;
border-bottom:none;
}

#poll-special .container #vote .formal div {
background: #C6BED5;
border-left:  150px solid #A59AB5;
border-right:  130px solid #A59AB5;
border-top: 3px solid #A59AB5;
border-bottom: 3px solid #A59AB5;
}

/*Позиционирование ссылок над постом*/
.punbb #pun-crumbs1 .crumbs {
margin-top:30px;
margin-left:-20px;
}

/*Настройка окон в превью*/
#post-preview .post-box .post-content .quote-box, #post-preview .post-box .post-content .code-box, #post-preview .post-box .post-content .spoiler-box {
max-width: 810px;
}

/*Ширина ЛС-ки*/
.fs-box .container .post-body .post-box {
width:435px;
max-width:435px;
}

#profile .container fieldset #post #post-form  {
max-width:650px;
}

#profile .container fieldset #post #post-form .hashelp .required .input #main-reply {
margin-left:0px!important;
}

/*Цвета заголовков ЛС-ки и обводка*/
#profile .container #messages fieldset .fs-box .container table .pmtcl1 {
padding: 4px auto 0px auto;
}

#profile .container #messages fieldset .fs-box .container table thead tr {
background: #ca989f;
font-family: Vesna!important;
font-size:14px!important;
color: #F7ECE2!important;
}

#pun #pun-messages #pun-main #profile .container #messages .container table
{
border-top: 0px solid #860006!important;
border-left: 0px solid #860006!important;
border-right: 0px solid #860006!important;
border-bottom: 8px solid #ca989f!important; 
}

#pun-main #profile .container #messages fieldset .fs-box .container {
margin-top:-25px;
}

.fs-box .container table .pmtc33 {
background:#F7ECE2;
color: #908486!important;
font-size:12px!important;
font-family: Lucida Console;
word-spacing:-5px!important;
width:110px!important;
text-align:center;
border-top: 0px solid #860006!important;
border-left: 2px solid #ca989f!important;
border-right: 2px solid #ca989f!important;
border-bottom: 0px solid #860006!important;
}

.fs-box .container table thead tr .pmtc22 {
font-family: Vesna;
font-size:16px!important;
}

#messages fieldset .fs-box .container .pmtc22 a {
font-family: Vesna;
font-size: 16px!important;
color:#928688;
}

.fs-box .container table thead tr .pmtcl1 {
font-family: Vesna;
font-size:16px!important;
color: #F7ECE2;
}

.fs-box h3 span {
font-size:14px!important;
margin-left:205px!important;
}


/*Подстройка ЛС
 ---------------------------------*/
.fs-box .container table .hasicon tr .pmtcl1 .intd .icon {
display:none;
}

 /* Новые ЛС */
 .fs-box .container table .hasicon .inew .pmtcl1 a {
font-size:14px!important;
font-weight:bold;
color:#908486!important;
}

.fs-box .container table .hasicon strong a {
font-weight:normal!important;
text-decoration:underline;
}

.fs-box .container table .hasicon tr .pmtcl1 .intd .tclcon {
background:none!important;
box-shadow:none!important;
border:none!important;
padding-top:5px;
position:absolute;
margin-top:-5px;
margin-bottom:-5px;
}

.fs-box .container .pmtcl1 .intd .tclcon::before {
	content: '• ';
color:#908486;
}

.fs-box .container table .hasicon tr .pmtcl1 {
height:15px!important;
max-height:15px!important;
vertical-align:top!important;
}

 /* Названия ЛСок */
.fs-box .container table .hasicon tr .pmtcl1 .intd .tclcon a {
font-family: Century Gothic;
font-size:14px!important;
color: #908486;
}

 /* Ссылки под ЛС */
#profile .container fieldset .fs-box .container .post-links ul a {
font-family: Vesna;
font-size:16px!important;
color: #908486!important;
}

#profile .container fieldset .fs-box .container .post-links ul {
margin-top:-10px;
margin-bottom:10px;
width:473px;
max-width:473px;
padding-left:0px!important;
padding-right:4px!important;
margin-left:-50px;
}


/*Надпись сообщения в ЛС*/

#pun-messages #pun-main #profile .container #messages fieldset legend span {
display:none;
}

.fs-box .container .post-author ul .pa-reg, .fs-box .container .post-author ul .pa-posts {
display:none;
}

/*Подстройка скрипта предпросмотра ЛС*/

#pun-messages #pun-main #profile .container fieldset #post #post-preview legend{
margin-top:10px!important;
}

#profile .container fieldset #post #post-preview .fs-box .post-box {
background:#F3E3DF;
}

#hide-1{display:none;}

#pun-messages #pun-main #profile .container fieldset .fs-box h3 span {
border-top: 0px solid #dad8d1!important;
border-left: 0px solid #FCE1DA!important;
border-right: 0px solid #dad8d1!important;
border-bottom: 0px solid #dad8d1!important; 
}

#pun-messages #pun-main #profile .container fieldset .fs-box  .container .post-body .post-box {
border-top: 0px solid #dad8d1!important;
border-left: 0px solid #dad8d1!important;
border-right: 0px solid #dad8d1!important;
border-bottom: 0px solid #dad8d1!important; 
}

#pun-messages #pun-main #profile .container #messages .linksb .pagelink {
position:absolute!important!;
margin-left:220px!important;
}


/*Правка шрифта в названии столбика на главной*/
#pun-main .category .container table thead tr .tcl, #pun-main .category .container table thead tr .tcr, #pun-main .category .container table thead tr .tc3, #pun-main .category .container table thead tr .tc2, #pun-main .forum .container table thead tr .tcr, #pun-main .forum .container table thead tr .tcr, #pun-main .forum .container table thead tr .tcl, #pun-main .forum .container table thead tr .tc2, #pun-main .forum .container table thead tr .tc3 {
font-family: Verdana;
font-size:6px!important;
opacity: 0;
}

#pun-main .category .container table thead tr .tcl span {
display:none;
}

/*Цвет ссылок на ответы главной при наведении*/
#onlinelist div span a {
font-weight:normal!important;
}

#viewprofile #profile-right a:hover, #viewprofile #profile-right a:focus, #viewprofile #profile-right a:active {
color: #52505c;
}

/*Цвет ссылок статистики и расположение бокса*/

#pun-stats .statscon .container {
width:605px;
min-height:200px;
margin-left:268px;
}

#pun-stats .statscon .container a {
color: #928688;
}

#pun-stats .statscon .container a:hover, #pun-stats .statscon .container a:active, #pun-stats .statscon .container a:focus {
color: #bb7f87;
}

/*Картинка и шрифт в статистике*/
#pun-stats ul.container {
color: #928688;
font-size:10px;
font-family: Verdana;
padding-left:5px;
}

/*Жирность статистики*/
#pun-stats .statscon .container #onlinelist div strong, #pun-stats .statscon .container .item1 strong, #pun-stats li.item1 span, #pun-stats li.item2 strong, #pun-stats li.item3 strong, #pun-stats li.item4 a {
font-weight:normal!important;
}

/* Настройка ссылок под постом - профиль, удалить, редактировать*/
#pun-main .topic .container .post-links ul { 
font-size:16px;
font-family: Vesna;
font-weight: normal!important;
}

.pl-email a {
color: #9c9790!important;
}

.pl-edit a {
color: #9c9790!important;
}

.pl-delete a {
color: #9c9790!important;
}

.pl-quote a {
color: #9c9790!important;
}

#pun-main .topic .container .post-links ul a {
color: #c7c4d3;
}

/* Выравнивание текста поста*/
#pun-main .container .post-body .post-box {
text-align:justify;
 -moz-hyphens: auto;
 -webkit-hyphens: auto;
 -ms-hyphens: auto;
hyphens: auto;
color: #3e3c3e!important;
overflow:hidden;
}

/* Цвет ссылок в тексте поста*/
#pun-main .topic .container .post-body .post-box a, #profile  .fs-box .container .post-body .post-box .post-content a, #post-preview .fs-box .post-box .post-content a {
color: #bb7f87;
font-size:12px;
text-decoration:none!important;
text-transform:none;
font-family:Century Gothic;
}

#pun-main .topic .container .post-body .post-box a:hover, #profile  .fs-box .container .post-body .post-box .post-content a:hover, #post-preview .fs-box .post-box .post-content a:hover {
color: #F7ECE2;
background: #908486;
border-radius:2px;
}

.topic span .permalink {
color: #9c9790!important;
margin-left:-7px;
font-family: Vesna;
font-size:13px;
}

/*Правка слова выделить код*/
.code-box strong.legend a {
text-transform: none!important;
font-weight:normal!important;
font-size:14px!important;
сolor: #9992B5!important;
}

/* Настроить рейтинг поста*/
#pun-main .topic .container .post-body .post-box .post-rating .container {
text-align:center;
margin-right:20px!important;
margin-bottom:25px;
}

#pun-main .topic .container .post-body .post-box .post-rating .container a
{
color:#908486;
position:absolute;
font-family: Vesna;
font-size:11px;
font-weight:normal;
}

/* Убрать надписи "быстрое сообщение" и "наберите ваш текст", фотохостинг*/
#pun-main #post-form #post fieldset legend span, #pun-main #post-form h2 span, #pun #pun-post #pun-main .formal #post fieldset legend span, #pun-index #pun-about .container .item1 {display:none;}


/* Подтянуть поле ввода быстрого сообщения*/
#pun-main #post-form #post fieldset {
margin-top: -35px;
}

/* Отделить строку "сообщений" от статуса*/
#pun-main .topic .container .online ul .pa-posts {
margin-top: 2px;
}

/* Настройка выделения в браузере*/
::selection {
background: #bb8f95;
color: #353435; }
::-moz-selection {
background: #bb8f95;
color: #353435; }
::-webkit-selection {
background: #bb8f95;
color: #353435; }

/*Активные пользователи - разукрашиваем*/
#pun-online #pun-main .section .container {
margin-right:12px;
border-top:none!important;
border-left:none!important;
border-right:none!important;
font-size:12px!important;
}

#pun-online #pun-main .section .container table thead tr .tc3, #pun-online #pun-main .section .container table thead tr .tc2, #pun-online #pun-main .section .container table thead tr .tcl  {
color: #908486!important;
font-weight:normal!important;
font-family: Century Gothic;
font-size:12px!important;
}

#pun-online #pun-main .container table thead tr .tc3 {
text-align:right!important;
padding-right:8px!important;
}

#pun-online #pun-main .section .container table tbody tr .tc3, #pun-online #pun-main .section .container table tbody tr .tc2, #pun-online #pun-main .section .container table tbody tr .tcl {
color: #908486!important;
font-size:12px!important;
font-family: Verdana;
}

#pun-online #pun-main .section .container .tcl {
width:30%;
font-size:12px!important;
font-family: Verdana;
}

#pun-online #pun-main .section .container .tc2 {
width:60%;
font-size:12px!important;
font-family: Verdana;
}

#pun-online #pun-main .section .container .tc3 {
width:10%;
font-size:12px!important;
font-family: Verdana;
}

#pun-online #pun-main .section .container table tbody tr, #pun-online #pun-main .section .container table tbody tr a {
color: #908486!important;
font-weight:normal!important;
font-size:12px;
font-family: Verdana;
}


/*Список участников - разукрашиваем*/
#pun-userlist #pun-main .usertable .container table tbody .tc2, #pun-userlist #pun-main .usertable .container table tbody .tc3 {
font-family: Verdana!important;
font-size:12px!important;
color: #786c6e!important;
}

#pun-userlist #pun-main .usertable .container table thead tr .tcl,
#pun-userlist #pun-main .usertable .container table thead tr .tc2,
#pun-userlist #pun-main .usertable .container table thead tr .tc3 
{
font-weight:normal!important;
font-family: Century Gothic!important;
font-size:12px!important;
color: #908486!important;
}

#pun-userlist #pun-main .usertable .container table tbody .tcl {
font-family: Verdana!important;
font-size:12px!important;
color: #786c6e!important;
padding-left:6px!important;
}

#pun-userlist #pun-main .usertable .container table thead {
margin-left:-16px!important;
margin-top:-10px!important;
}

#pun-userlist #pun-main .usertable .container table, #pun-userlist #pun-main .usertable .container table tbody a {
color: #786c6e!important;
}

#userlist .formsubmit {
margin-top:-15px;
margin-bottom: 10px;}

/*Страница просмотра профиля - разукрашиваем!*/

#viewprofile-next #viewprofile .container ul table {
border-radius:15px 15px 15px 15px;
border: 1px solid #e1dad1;
background: #F7ECE2!important;
}

#viewprofile-next #viewprofile #profile-right {
}

#viewprofile-next #viewprofile #profile-left #profile-name strong {
color: #908486!important;
text-align:center!important;
font-family: Vesna;
font-size: 18px;
text-transform:none;
}

#viewprofile-next #viewprofile #profile-left #profile-title strong {
line-height: 8px;
font-family: Tahoma;
font-size:10px;
color: #908486!important;
text-align:center;
padding-bottom:6px!important;
margin-bottom: 7px;
}

#viewprofile-next #viewprofile #profile-left li strong {
color: #908486!important;
font-weight:normal!important;
font-family: Century Gothic;
text-align:center;
margin-bottom:-2px;
text-transform:lowercase;
font-size:12px;
}

#viewprofile-next #viewprofile #profile-right li span {
font-weight:normal!important;
color: #343534;
}

#viewprofile-next #viewprofile #profile-left li div {
text-align:center!important;
}


/*
#viewprofile-next #viewprofile #profile-right li span {
border: 1px solid red;
}

#viewprofile-next #viewprofile #profile-right li strong {
border: 1px solid red;
}
*/

#viewprofile-next #viewprofile .container ul table {
}

#viewprofile-next #viewprofile .container ul #profile-signature {
display:none;
}

/*CSхх Настройки для русфф
 ---------------------------------*/
/* Убрать надписи "быстрое сообщение" и "наберите ваш текст" и всего русффшного*/
#pun-main #post-form #post fieldset legend span, #pun-main #post-form h2 span, #pun-main
#pun-live-rusff, #pun-main .post-links ul .pl-reports, #pun-main .post-links ul .pl-reports a, #pun-main .post-links ul .pl-share, #pun-main .post-links ul .pl-share a, #pun-main #login fieldset .inline .infofield, #viewprofile-next #viewprofile .container ul #profile-gifts, #post fieldset .hashelp #form-buttons #button-smile, .lastedit {display:none!important;}

#navawards, #navrules {display:none!important;}

/* Костыль для имен на странице поиска*/
#pun-searchposts #pun-main .topic .post .container .post-author ul .pa-replies {
padding-top:5px;
}

#pun-searchposts #pun-main .topic .post .container .post-author ul .pa-author strong {
font-weight:normal!important;
}

#pun-searchposts #pun-main .topic .post h3 span a {
color: #908486;
font-size:16px!important;
}

#pun-searchposts #pun-main .topic .post .container .post-links ul li a {
color: #bb7f87!mportant;
}


/* Строчка про квадробоардс*/
#pun-index #pun-about .container .item1 {
display:none;
}

/* Надпись модераторы*/
#pun td .modlist{
display:none;
}

#pun-edit #font-area, #pun-edit #size-area, #pun-edit #color-area, #pun-edit #table-area, #pun-edit #smilies-area, #pun-edit #image-area, #pun-edit #imageup-area, #pun-edit #imageattach-area, #pun-edit #keyboard-area, #pun-edit #video-area, #pun-edit #addition-area {
  top: 66px !important;
}

#smilies-area {
max-width: 200px!important;
padding-right:10px!important;
}

/*Настройки всплывающих окон на русфф*/

.closedatafield, #pun-title .title-logo span, .pa-gifts, .lastedit {
  display: none
}


/*CS12 Настройки скроллбара
 ---------------------------------*/
 /* Настраиваем скроллбар */
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase { /*База вертикального скроллбара*/
width: 4px;
background-color: #E8E1D7;
}

.vscrollerbar { /*Цвет и ширина бегунка вертикального скроллбара*/
width: 4px;
background-color: #908486;
}

.hscrollerbase { /*База горизонтального скроллбара*/
height: 4px;
background-color: #E8E1D7;
}

.hscrollerbar { /*Цвет и высота бегунка горизонтального скроллбара*/
height: 4px;
max-height:4px;
background-color: #908486;
}

.scrollerjogbox {
background: #f4cf9e;
width: 6px;
height: 6px;
top: auto; left: auto;
bottom: 0px; right: 0px;
}

/***  Cтиль к скрипту: 
 "Всплываюшая таблица с вкладками, в топике, с инфой о персонаже"
**/

/*Стиль иконки в мини-профиле*/
img.a-info{
  padding:2px;
  display:block!important;
  cursor:pointer;
  position:absolute;
  text-align:left!important;
}

/* Затемняющий фон */
#pre-wrap {
 margin:0;
 top:0;bottom:0;
 left:0;right:0;
 width:100%;
 height:100%;
 position:fixed;
 z-index:20000;
 background: rgba(25,25,25,.75);
}

/*Подвижка иконки закрытия таблички*/
.my-tabs > img.close {
 float:right;
 margin:0 -25px 0 0!important;
 width:20px;
}
Подпись автора

[html]<div id="kozza"><img src="https://forumupload.ru/uploads/001b/2c/35/672/427542.png"></div>
<style>
#kozza {
width:62px!important;
height:62px!important;
position:relative;
z-index:90000!important;
border:1px solid red;
top:200px;
left:5px;
}
</style>

[/html]

0

3

хтмл верх

Код:
<!-- Объявление -->
<div class="obj">
<div class="flexcroll" style="position:absolute;width:360px;height:129px;margin-top:0px;padding-right:4px;padding-left:4px;padding-top:2px;overflow:hidden;line-height:12px;word-spacing:-1px;z-index:600;">  

<font style="font-size:10px;"><b>19.09.2017</b></font> » Форум переводится в режим осенне-зимней спячки, подробности в <a href="http://neopolis.rusff.ru/viewtopic.php?id=41&p=5#p167596" style="font-family:Georgia;font-size:12px;text-transform:none;"><i>объявлениях</i></a>. Регистрация доступна по приглашениям и предварительной договоренности. Партнёрство и реклама прекращены.
<br><br>
<font style="font-size:10px;"><b>16.08.2017</b></font> » До 22-го августа мы принимаем ваши голоса за следующего участника Интервью. Бюллетень можно заполнить <a href="http://neopolis.rusff.ru/viewtopic.php?id=1924#p166518" style="font-family:Georgia;font-size:12px;text-transform:none;"><i>в этой теме</i></a>. 
<br><br>
<font style="font-size:10px;"><b>01.08.2017</b></font> » Запущена система квестов и творческая игра "Интервью с...", подробности в <a href="http://neopolis.rusff.ru/viewtopic.php?id=41&p=5#p166530" style="font-family:Georgia;font-size:12px;text-transform:none;"><i>объявлении администрации</i></a>. 
<br><br>
<font style="font-size:10px;"><b>27.05.2017</b></font> » Матчасть проекта дополнена новыми подробностями, какими именно — смотреть <a href="http://neopolis.rusff.ru/viewtopic.php?id=41&p=4#p163998" style="font-family:Georgia;font-size:12px;text-transform:none;"><i>здесь</i></a>. 
<br><br>
<font style="font-size:10px;"><b>14.03.2017</b></font> » Ещё несколько интересных и часто задаваемых вопросов добавлены в <a href="http://neopolis.rusff.ru/viewtopic.php?id=276#p14330" style="font-family:Georgia;font-size:12px;text-transform:none;"><i>FAQ</i></a>. 
<br><br>
<font style="font-size:10px;"><b>08.03.2017</b></font> » Поздравляем всех с наступившей весной и предлагаем принять участие <a href="http://neopolis.rusff.ru/viewtopic.php?id=1852#p159128" style="font-family:Georgia;font-size:12px;text-transform:none;"><i>в опросе</i></a> о перспективе проведения миниквестов и необходимости новой системы смены времени. 
<br><br>
<font style="font-size:10px;"><b>13.01.2017</b></font> » В Неополисе сегодня <a href="http://neopolis.rusff.ru/viewtopic.php?id=4#p47498" style="font-family:Georgia;font-size:12px;text-transform:none;"><i>День чёрной кошки</i></a>. Мяу!
<br><br>
<font style="font-size:10px;"><b>29.12.2016</b></font> » А сегодня Неополис отмечает своё <a href="http://neopolis.rusff.ru/viewtopic.php?id=1773" style="font-family:Georgia;font-size:12px;text-transform:none;"><i>двухлетие</i></a>!)
<br><br>
<font style="font-size:10px;"><b>26.11.2016</b></font> » В <a href="http://neopolis.rusff.ru/viewtopic.php?id=4#p11" style="font-family:Georgia;font-size:12px;text-transform:none;"><i>описание города</i></a> добавлена информация об общей площади и характере городских застроек, детализировано описание климата.
<br><br>
<font style="font-size:10px;"><b>12.11.2016</b></font> » Правила, особенности и условия <a href="http://neopolis.rusff.ru/viewtopic.php?id=3#p148807" style="font-family:Georgia;font-size:12px;text-transform:none;"><i>активного мастеринга</i></a> доступны к ознакомлению.
<br><br>
<font style="font-size:10px;"><b>20.10.2016</b></font> » Сказано — сделано: дополнительная информация о <a href="http://neopolis.rusff.ru/viewtopic.php?id=276#p14330" style="font-family:Georgia;font-size:12px;text-transform:none;"><i>репродуктивной системе мужчин-омег</i></a> добавлена в FAQ.
<br><br>
<font style="font-size:10px;"><b>13.10.2016</b></font> » Опубликована информация об <a href="http://neopolis.rusff.ru/viewtopic.php?id=4#p146807" style="font-family:Georgia;font-size:12px;text-transform:none;"><i>оплате труда и экономической ситуации</i></a>, а также обновлена тема <a href="http://neopolis.rusff.ru/viewtopic.php?id=768#p47913" style="font-family:Georgia;font-size:12px;text-transform:none;"><i>для мафии</i></a>: добавлена предыстория и события последнего полугодия.
<br><br>
<font style="font-size:10px;"><b>28.09.2016</b></font> » Вашему вниманию новая статья в матчасти: <a href="http://neopolis.rusff.ru/viewtopic.php?id=4#p145565" style="font-family:Georgia;font-size:12px;text-transform:none;"><i>Арденский лес</i></a>, и дополнение в FAQ, раздел "О социуме": <a href="http://neopolis.rusff.ru/viewtopic.php?id=276#p96812" style="font-family:Georgia;font-size:12px;text-transform:none;"><i>обращения в культуре Неополиса</i></a>. А также <a href="http://neopolis.rusff.ru/viewforum.php?id=23" style="font-family:Georgia;font-size:12px;text-transform:none;"><i>напоминание</i></a> о проводящихся на форуме творческих играх.

</div>  
</div> 

<!--  Дайсы, ч.1 в начало HTML верх-->
<noscript><meta http-equiv="refresh" content="0;URL=http://qps.ru/prUMh" /></noscript>
<script type="text/javascript" src="https://forumstatic.ru/files/0013/61/e9/33720.js"></script>
<!-- //END  ч.1 в начало HTML верх Дайсы -->

<style>
.obj {
top:105px;
margin-left:-95px;
position:absolute;
z-index:100;
border-top:12px #736a6b solid;
text-align:justify; 
-moz-hyphens: auto; 
-webkit-hyphens: auto; 
-ms-hyphens: auto;
hyphens: auto;
padding:4px 4px 2px 4px!important;
background:rgba(200,187,184,0.75);
width:370px!important;
height:135px;
opacity:0.2;
transition:0.3s;
}

.obj a {
font-family: Georgia;
font-style:italic;
color: #908486;
transition:0.1s;
}

.obj a:hover {
color: #F7ECE2;
transition:0.1s;
}

.obj:hover {
opacity:1.0;
transition:0.3s;
}
</style>

<!-- Стиль плашек для шапки-->
<style>
a.violet, a.violet:active, a.violet:link, a.violet:visited {
font-size: 11px;
line-height:10px;
font-family: Century Gothic;
background-color: rgba(200,187,184,0.75);
color: rgba(71,61,62,0.9) !important;
text-transform: lowercase;
font-weight: normal;
text-align:center;
margin-top:1px;
margin-bottom:0px;
display: inline-block;
text-decoration: none;
width:140px;
height:12px;
z-index: 500;
transition:0.1s!important;
}

a.violet:hover {
font-size: 11px;
line-height:10px;
font-family: Century Gothic;
background-color: rgba(200,187,184,0.2); !important;
color: rgba(200,187,184,0.9) !important;
text-transform: lowercase;
font-weight: normal;
text-align:center;
margin-top:1px;
margin-bottom:0px;
display: inline-block;
text-decoration: none;
width:140px;
height:12px;
z-index: 500;
transition:0.1s!important;
}

.hrr {
top:102px;
margin-left:295px;
width:150px;
position:absolute;
z-index:100;
text-align:left;
opacity:0.2;
transition:0.3s;
}

.hrr:hover {
opacity:1.0;
transition:0.3s;
}
</style>

<!-- Ссылки-->
<div class="hrr">
<a href="http://neopolis.rusff.ru/viewtopic.php?id=1452" class="violet">Гостевая</a>
<a href="http://neopolis.rusff.ru/viewtopic.php?id=3#p3" class="violet">Правила</a>
<a href="http://neopolis.rusff.ru/viewtopic.php?id=4#p4" class="violet">Матчасть</a>
<a href="http://neopolis.rusff.ru/viewtopic.php?id=276#p14330" class="violet">FAQ</a>
<a href="http://neopolis.rusff.ru/viewtopic.php?id=8#p17" class="violet">Шаблон анкеты</a>
<a href="http://neopolis.rusff.ru/viewtopic.php?id=6#p13" class="violet">Занятые внешности</a>
<a href="http://neopolis.rusff.ru/viewtopic.php?id=10#p19" class="violet">Списки жителей</a>
<a href="http://neopolis.rusff.ru/viewtopic.php?id=7#p14" class="violet">О проекте</a>
<a href="http://neopolis.rusff.ru/viewtopic.php?id=841#p52672" class="violet">Неополис в лицах</a>
<a href="http://neopolis.rusff.ru/viewtopic.php?id=1593#p137178" class="violet">Хронология</a>
<a href="http://neopolis.rusff.ru/viewtopic.php?id=964#p68917" class="violet">Глоссарий</a>
</div>

<script type="text/javascript">
RusffCore.sets.files.icon     = 0; // отображение иконки
RusffCore.sets.files.preview  = 0; // отображение превью
RusffCore.sets.files.border   = 1; // отображение рамки
RusffCore.sets.files.filesize = 1; // отображение размера файла
</script>

<!-- ХТМЛ в постах -->
<script src="http://hostjs-mybb2011.narod.ru/js/transform_code_boxr.js"></script>

<div class="goat2"> </div>

<style>
.post-content .spoiler-box>div b[style*=color]{
  color:#3A3257!important;
}
</style>

<style>
.goat2 {
position:absolute;
top:237px;
left:480px;
width:65px;
height:36px;
overflow:hidden;
transition:2s;
opacity:0.2;
cursor:pointer;
z-index:20000;
color:transparent;
background: url(http://s19.postimg.org/m45p115qb/goat.png) top left no-repeat;
}
.goat2:hover {
top:204px;
width:260px;
height:71px;
transition:2s;
opacity:1;
}

.goat2::after {
content:'...А что, уже новый год? оО';
font-family: Century Gothic;
font-size:11px;
text-align:center;
color: #908486!important;
margin-top:0px;
margin-left:70px;
z-index:20000;
padding-left:4px;
padding-right:4px;
width:180px!important;
position:absolute;
border: 1px solid transparent;
transition: 1s;
}

.goat2:hover::after {
transition: 1s;
background: #F7ECE2;
border-radius:5px;
border: 1px solid #e1dad1;
}

#goat {
width:108px;
height:68px;
margin-top:100px;
margin-left:700px;
background: url(http://savepic.ru/12057185.png) top left no-repeat;
opacity:0.1;
overflow:hidden;
position:absolute!important;
transition: all 3s ease-in-out;
z-index:20000;
cursor:pointer;
}

#goat:hover {
width:240px;
height:122px;
margin-left:700px;
margin-top:46px;
background: url(http://savepic.ru/12057185.png) top left no-repeat;
opacity:1.0;
position:absolute!important;
overflow:hidden;
transition: all 3s ease-in-out;
z-index:20000;
cursor:pointer;
}

#goat:hover::after {
content:'Синяя коза следит за тобой';
font-family: Cuprum;
font-size:14px;
text-align:center;
text-transform:uppercase;
color: #C7C4D3;
margin-top:30px;
margin-left:105px;
padding-left:7px;
padding-right:7px;
width:100px!important;
position:absolute;
transition: all 1s ease-in-out;
}

</style>





<!-- Cтиль к скрипту ЛС-->
<style>
#messanger .mess:hover {
font-family:Georgia!important;
font-size:12px!important;
}

#messanger {
transition:0.3s;
border-top: 2px solid #F7ECE2;
border-right: 2px solid #F7ECE2;
border-left: 0px solid #585175;
border-bottom: 2px solid #F7ECE2;
}

#messanger:hover {
transition:0.3s;
}
</style>



    <!--Панель справа - связь с админами -->
<style>
.usava {
border-radius:50%;
border: 4px solid #7F7173;
max-width:74px;
max-height:74px;
background-color:#f7ece2;
opacity:1;
position:absolute;
left:-55px;
top:285px;
z-index:1000;
}

.usava > img {
border-radius:50%;
width:70px!important;
height:70px!important;
max-width:70px;
max-height:70px;
opacity:0.7;
border: 2px solid #afa3a5;
}

.setava {
width:70px;
height:70px;
position:absolute;
left:-55px;
top:285px;
z-index:2000;
}

.setava a {
width:70px;
height:70px;
display:block;
color:transparent!important;
text-align:center;
cursor:pointer;
}

</style>

<!--Вывод аватарки или картинки по-умолчанию-->
<div class="usava">
<script>GroupID == 3 ? document.write('<img src="http://s19.postimg.org/qpoy6wkzn/guest.png">') : document.write('<img src="' + UserAvatar + '">')</script>
</div>

<div class="setava"> 
<script>if (GroupID != 3) { document.write('<a style="color:transparent!important;" href="/profile.php?section=avatar&id=' + UserID +  '" title="Изменить аватар">.</a>');}</script> 
</div>
    
<!-- Стиль плашек для ссылок в теле форума-->
<style>
a.dark, a.dark:active, a.dark:link, a.dark:visited {
font-family: Vesna;
text-transform:lowercase;
font-size: 15px;
color: #726769;
font-weight: normal;
text-decoration: none;
border: none;
transition: 0s;
margin-right:6px;
z-index:1200;
display:inline-block;
border-radius:2px;
height:14px;
padding-right:4px;
padding-bottom:2px;
padding-left:2px;
}

a.dark:before {
content:'• ';
font-size: 11px;
color: #726769; 
}

a.dark:hover {
color: #F7ECE2; 
background: #908486;
transition: 0s;
}

a.dark:hover:before {
content:'• ';
font-size: 11px;
color: #F7ECE2; 
}

</style>


<style>
.top1 {
position:absolute;
width:120px;
top:110px;
left:447px;
text-align:center;
opacity:0.4;
transition:0.1s;
}

.top2 {
position:absolute;
width:120px;
top:143px;
left:447px;
text-align:center;
opacity:0.4;
transition:0.1s;
}

.top1:hover, .top2:hover {
opacity:1.0;
transition:0.1s;
}


#bannerslink a {
color:#E28D81!important;
font-family:Cuprum;
text-transform:uppercase;
font-size:14px;
}

#bannerslink a:hover {
color:#585175!important;
}

#bannerslink:hover {
border-bottom: 2px solid #585175!important;
color:#585175!important;
}
</style>


    <!-- Предпросмотр  личных сообщений V2-->
<script type="text/javascript">
    var forum_Preview = 35; //Форум с возможностью создания тем всем юзерам
    </script>
    <script type="text/javascript" src="https://forumstatic.ru/files/0013/61/e9/90211.js"></script>

<!-- Скрипт смены аватара -->
<script src="https://forumstatic.ru/files/0012/04/67/93353.js"></script>

<style>
#imgNIK-SIG {
  margin-top:-21px!important;
  margin-left:-16px!important;
  width:15px;
  height:15px;
border: 2px solid #908486; 
  background: #F7ECE2!important;
  cursor:pointer;
  cursor:hand;
  position:absolute;
  z-index:1000;
}

#My.My,#stTs {
 background-color:transparent!important;
 background-image:none!important;
 border:none transparent 0!important;
}

img.iblank {
  position:relative;
  width:90px;
  height:30px;
  z-index:100;
}

#avtrChang-area{
 position: absolute;
 right: 1%;
 top: 43px;
 width:350px!important;
}

#stTs {
 display:none;
 position:absolute;
 z-index:4;
 margin-top: 20px;
 margin-left:-122px;

 width:98px!important;
 height:209px;

 border-collapse: collapse;
 padding: 5px;
 text-align: left;
}

img.iblank.NIC {
  margin-top: 16px;
  height:21px
}
img.iblank.STA {
  height:21px
}

img.iblank.AVA {
position:absolute;
height:18px;
width:106px!important;
background: url(http://s19.postimg.org/6uavqygjn/image.png);
margin-left:-115px!important;
margin-top:-45px!important;
  cursor:pointer;
  cursor:hand;
}

img.iblank.Galleri {
  height:0px;
display:none;
}

img.iblank.SGN {
  height:21px
}

img.iblank.mem {
  height:34px
}

.punbb .pa-author img,
.punbb .pa-title img {
  height:auto;
  max-width:150px;
}

.post-content .hide_Nic-SIG{
  display:none;
}
</style>

<!--Кнопки вверх и вниз-->
<script type="text/javascript">
  jQuery(document).ready(function () {
  jQuery('.yrarrows .top').click(function () {
    jQuery('html, body').stop().animate({scrollLeft: 0, scrollTop:0}, 0);
    return false;
  });
  jQuery('.yrarrows .bottom').click(function () {
    jQuery('html, body').stop().animate({scrollLeft: 0, scrollTop:jQuery('body').height() - jQuery(window).height()}, 0);
    return false;
  });
});
</script>

<div class="yrarrows" style="position:fixed; right:1%; bottom:30%;z-index:20000!important;"><a title="Наверх" href="#top" class="top"><img src="
http://s19.postimg.org/eynl9fscj/arr_up.png" alt="Вверх страницы" border="0"></a><br><br>
<a href="#bottom" class="bottom" title="Вниз"><img src="http://s19.postimg.org/6ho2yinnn/arr_down.png" alt="Вниз страницы" border="0"></a></div>

<!--Скрытие минуса-->
<style type="text/css">
.post a[href*="&v=0&code="]{display:none!important;}
</style>

<!--Замена плюсов-->
<style type="text/css">
.pa-respect a[href*="&v=0&cod"],
.pa-respect a[href*="&v=1&cod"]{
   display:inline-block;
   margin-top:-2px!important;
}
.pa-respect a[href*="&v=1&cod"] img,
.pa-respect a[href*="&v=0&cod"] img {
  visibility:hidden;
  /*размеры для картинок  +/- */
  height:9px;
  width:9px;
}
.pa-respect a[href*="&v=1&cod"]{
   background:url(http://s19.postimg.org/s696x5lqb/plus.png) center no-repeat; /*картинка для +*/
}
.pa-respect a[href*="&v=0&cod"] {
   background:url(https://forumstatic.ru/files/0012/4f/d4/64282.png)  center no-repeat; /*картинка для  - */
}
</style>


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


    <!-- Скрытие IP и провайдера от модераторов © Alex_63 -->
    <style id="NoDsp">.gid2 #pun-online tcl:first-child{visibility:hidden}</style><script type="text/javascript">if($('#pun-online').length && GroupID==2){$(function(){$('.main .tcl:first-child a[href*="profile.php"]').each(function(){var OnUserN = $(this).clone();$(this).parents('.tcl').html(OnUserN);});$('style#NoDsp').remove();});}</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>
Подпись автора

[html]<div id="kozza"><img src="https://forumupload.ru/uploads/001b/2c/35/672/427542.png"></div>
<style>
#kozza {
width:62px!important;
height:62px!important;
position:relative;
z-index:90000!important;
border:1px solid red;
top:200px;
left:5px;
}
</style>

[/html]

0

4

хтмл низъ

Код:
<!-- Пробуем скроллбар оО -->
<script type="text/javascript" src="https://forumstatic.ru/files/0014/ef/e4/90209.js"></script>

<!-- Быстрое редактирование постов © Alex_63 // V.3 -->
<script src="https://forumstatic.ru/files/0015/c4/3f/97896.js" type="text/javascript"></script>

<!-- Расширенная функция переноса сообщений V.2 © Alex_63 -->
<script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/61583.js"></script>

<!-- Спойлер персональной информации V.3 © Deff, Alex_63 -->
<script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/87206.js"></script>

<script type="text/javascript"><!--  Dise_2 - Ч.2 в HTML низ -->
//ID форумов с применением Дайсов, должны быть открыты на чтение/запись под гостем;
  FORUM.dise_Array = [29];

//  0 - Просмотр cообщений в форумах с Дайсами гостем возможен;(запись закрыта скриптом)
//  1 - Cкрытие возможности просмотра тем для гостя  в Дайс-форумах;
  FORUM.GuestHideDise_Forum = 1;

/*Set функция:*/ FORUM.set_Dise2 ();
</script><!-- END//Ч.2 в HTML низ Dise_2 --->

<!-- Регулировка размера шрифта в постах © Alex_63 -->
    <style>
    .FNTslider {
      border-radius: 4px;
      position:relative;z-index:1000;
      background: #f7ece2;
      width: 110px;
      height: 5px;
      margin: 3px 5px;
      border: solid 1px #ccc;
      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: #cdc1bc;
      margin-top: -1px;
    }
    .FNTslider .thumb {
      width: 8px;
      height: 13px;
      border-radius: 3px;
      position: relative;
      top: -4px;
      background: #908486;
      cursor: pointer;
    }
    </style>
    <script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/31001.js"></script>

<!-- Ссылки на ХТМЛ-посты -->
<script>a="http://neopolis.rusff.ru/viewtopic.php?id=18#p137169";
Transform_Code_Box_in_HTML (a)</script>
<script>a="http://neopolis.rusff.ru/viewtopic.php?id=1593#p137178";
Transform_Code_Box_in_HTML (a)</script>
<script>a="http://neopolis.rusff.ru/viewtopic.php?id=1594#p137380";
Transform_Code_Box_in_HTML (a)</script>
<script>a="http://neopolis.rusff.ru/viewtopic.php?id=1593#p147300";
Transform_Code_Box_in_HTML (a)</script>


<style>
#footer-only-index {display:none}
#pun-index #footer-only-index{display:block!important}
</style>

<style>
#footer-only-index {
position:absolute;
margin-top:-270px;
margin-left:49px;
z-index:1200;
height:150px;
width:240px;
}

.prcontainer {
position:absolute;
width:245px;
height:136px;
transition:0.7s;
border: 2px solid #908486;
opacity:1;
background: #E8E1D7;
border-radius:3px;
}

.prcontainer > img {
width:245px;
height:136px;
opacity:0.8;
position:absolute;
}

.hiddentext {
position:absolute;
width:245px;
height:136px;
background:rgba(144,132,134,0.8);
overflow:hidden;
opacity:0;
transition:1s;
}

.hiddentext:hover {
opacity:1;
transition:1s;
cursor:pointer;
}

.hiddentext:hover > .prhead {
margin-top:6px;
transition:0.8s;
}

.hiddentext:hover > .prtitle {
margin-top:26px;
transition:0.8s;
}

.hiddentext:hover > .prtext {
margin-top:41px;
transition:0.8s;
}

.prhead {
width:245px;
position:absolute;
margin-top:-45px;
height:20px;
background:rgba(137,73,84,0.8);
font-family:Century Gothic;
font-size:12px;
text-transform:uppercase;
text-align:center;
color:#F7ECE2;
transition:0.8s;
}

.prtitle {
width:245px;
position:absolute;
margin-top:-45px;
height:15px;
background:rgba(137,73,84,0.5);
font-family:Century Gothic;
font-size:10px;
text-align:center;
color:#F7ECE2;
transition:0.8s;
}

.prtext {
width:240px;
margin-top:160px;
height:210px;
position:absolute;
font-family:Century Gothic;
font-size:10px;
text-align:justify;
color: #F7ECE2;
padding:3px!important;
line-height:11px;
transition:0.8s;
}

</style>

<!-- Неовижн ТВ-->
<div id="footer-only-index">
<!-- Вращалка -->
<div> 
    <style>#КонтентРотатор2>ul{display:none}</style>
<div id="КонтентРотатор2" style="width:266px!important;">
<!-- Ротатор произвольного контента -->
<ul>
    <!-- Ринго -->
<div class="prcontainer"> 
<img src="https://forumstatic.ru/files/0016/cc/e9/64135.jpg">
<div class="hiddentext">
<div class="prhead">Здание Stern Office Ecosystem</div>
<div class="prtitle">Берлинский квартал</div>
<div class="prtext">Здесь располагается офис компании ringo, студии по подбору индивидуального стиля для сильных мира сего: от цвета лака на ногтях клиентки до марки сигарет ее мужа. Или наоборот. Занимается в том числе и дизайном интерьеров, ландшафтным дизайном и дизайном кузовов автомобилей. </div>
</div>
</div>

</ul>

<ul> 
    <!-- Пурити -->
<div class="prcontainer">
<img src="https://s19.postimg.org/91e7c4nyb/image.jpg">
<div class="hiddentext">
<div class="prhead">Purity</div>
<div class="prtitle">минеральная вода для омег</div>
<div class="prtext">Артезианская вода, обогащенная минералами и витаминами. В двух литрах содержится суточная доза микроэлементов. Рекомендована врачами к приему омегами во время течек.
<br><br>Вода — источник жизни.<br>
Источник здоровой жизни — Purity.</div>
</div>
</div>

</ul>

<ul> 
    <!-- Монэ -->
<div class="prcontainer">
<img src="https://s19.postimg.org/45akkfnsz/image.png">
<div class="hiddentext">
<div class="prhead">Monait</div>
<div class="prtitle">сеть салонов красоты</div>
<div class="prtext">Все виды косметических и парикмахерских услуг, SPA-процедуры и консультации диетолога.
<br><br>
Monait. Красота начинается здесь.</div>
</div>
</div>

</ul>

<ul> 
    <!-- реклама ринго -->
<div class="prcontainer">
<img src="https://s19.postimg.org/yt44f2kar/image.png">
<div class="hiddentext">
<div class="prhead">ringo</div>
<div class="prtitle">студия индивидуального стиля</div>
<div class="prtext"  style="text-align:center!important;">Жить стильно или нет — Ваше решение.<br>
Об остальном позаботится ringo.</div>
</div>
</div>

</ul>


<ul> 
    <!-- Хартелл -->
<div class="prcontainer">
<img src="https://s19.postimg.org/t67rhlhs3/image.png">
<div class="hiddentext">
<div class="prhead">Hartell Logistics</div>
<div class="prtitle">транспортно-логистическая компания</div>
<div class="prtext">Лидер на рынке транспортных перевозок уже более десяти лет. Автопарк компании насчитывает тысячи единиц и все виды транспорта, включая водные. Доставка грузов в любую точку Пангеи.<br>
<br>
Hartell Logistics. Надежно. Быстро. Повсюду.</div>
</div>
</div>


</ul>

<ul> 
    <!-- Парк Честертон-->
<div class="prcontainer">
<img src="https://forumstatic.ru/files/0016/cc/e9/57656.jpg">
<div class="hiddentext">
<div class="prhead">Парк Честертон</div>
<div class="prtitle">Старый Лондон</div>
<div class="prtext">Ворота в парк, на территории которого находится одно из старейших кладбищ Лондона, заложенное ещё при основании поселения. Уже давно не используется по назначению, является культурно-историческим памятником. Парк расположен в низине близ Тамезис, по осени нередко укрыт туманом.</div>
</div>
</div>

</ul>

<ul> 
    <!-- Святой Пол-->
<div class="prcontainer">
<img src="https://forumstatic.ru/files/0016/cc/e9/48694.jpg">
<div class="hiddentext">
<div class="prhead">Отель и Казино Святого Пола</div>
<div class="prtitle">Лондонский квартал</div>
<div class="prtext">Крупнейшее казино Неополиса, расположенное на пяти верхних этажах отельного комплекса столь же достойного уровня. Здесь играют, выигрывают и проигрывают миллионы, здесь доступны все азартные развлечения и удобства для отдыха самых обеспеченных лиц мира сего.</div>
</div>
</div>

</ul>


<ul> 
    <!-- Феромоны -->
<div class="prcontainer">
<img src="https://forumstatic.ru/files/0016/cc/e9/53136.png">
<div class="hiddentext">
<div class="prhead">Духи с феромонами "Hypnotic Poison"</div>
<div class="prtitle">новинка от ~Infinite Pleasure~</div>
<div class="prtext">Infiny раскрывает перед вами новые секреты обольщения: тончайший окутывающий аромат на основе экстрактов аметиста и рубина раскроет ваш запах во всей его неотразимой глубине! Эффект до 6-ти часов!</div>
</div>
</div>

</ul>

<ul> 
    <!-- Кромм Эгида -->
<div class="prcontainer">
<img src="https://forumstatic.ru/files/0016/cc/e9/19417.png">
<div class="hiddentext">
<div class="prhead">Cromm Aegis CV3</div>
<div class="prtitle">новый автомобиль марки Cromm.</div>
<div class="prtext" style="text-align:center!important;">Для тех, кого вы цените.</div>
</div>
</div>

</ul>

<ul> 
    <!-- Кромм Иншуренс -->
<div class="prcontainer">
<img src="https://forumstatic.ru/files/0016/cc/e9/91509.png">
<div class="hiddentext">
<div class="prhead">Cromm Insurance GS8</div>
<div class="prtitle">новый автомобиль марки Cromm.</div>
<div class="prtext" style="text-align:center!important;">Для тех, кто ценит себя.</div>
</div>
</div>

</ul>


<ul> 
    <!-- Нова -->
<div class="prcontainer">
<img src="https://s19.postimg.org/6lcdya5vn/image.png">
<div class="hiddentext">
<div class="prhead">Nova Nordik</div>
<div class="prtitle">фармацевтическая компания</div>
<div class="prtext">Один из крупнейших производителей лекарственных средств, препаратов контрацепции и подавления секреции. На рынке Неополиса и всей Деметры уже более ста лет.
<br><br>
Nova Nordik. Опыт поколений, вложенный в заботу о здоровье.</div>
</div>
</div>

</ul>


</div>

    <script language="javascript">
    var sek = 10000000;  // Время отображения

    var Nrout=$("#КонтентРотатор2>ul").length
    var i=Math.round(Math.random()*(Nrout-1));RotatorMycontent2(i);
    function RotatorMycontent2(i) {
    $("#КонтентРотатор2>ul").hide();
    $("#КонтентРотатор2>ul").eq(i).show();
    j =Math.round(Math.random()*(Nrout-1));
    timerID = setTimeout("RotatorMycontent2(j)",sek);}
    </script>
</div>


</div>
<!-- end Телевизор в шапке--->


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


<!-- Раскрытие резюме -->
<script>
	$(function(){
	    $('.view-source .hide').hide();
	    $a = $('.view-source a');
	    $a.on('click', function(event) {
	      event.preventDefault();
	      $a.not(this).next().slideUp(500);
	      $(this).next().slideToggle(500);
	    });
});
	</script>

<script>
 $(function(){
     $('.spo>a').on('click', function(e) {
       e.preventDefault();
       $(this).next().slideToggle(500);
     });
});
 </script>

<!-- Скрипт аватары -->
<style>.punbb .pa-avatar img {max-width:180px;max-height:180px;}</style>
    <script type="text/javascript">
    //========== HTML-низ START СЕКЦИЯ ======================================//

    OnSmenaImage("Название  Форума", new Array("Ник1", "Ник2", "Ник3",  "Ник4", "Ник5", "Ник6"))
    OnSmenaImage("Название темы", new Array("Ник1", "Ник2", "Ник3",  "Ник4", "Ник5", "Ник6"))

    var AvtrArr=new Array(
    "http://avatars.kards.qip.ru/images/avatar/41/54/21569.gif",    //Ссылки на картинки Аватар
    "http://avatars.kards.qip.ru/images/avatar/88/35/13704.jpg",
    "http://avatars.kards.qip.ru/images/avatar/41/67/26433.gif",
    "http://avatars.kards.qip.ru/images/avatar/4e/cb/117582.jpg",
    "http://avatars.kards.qip.ru/images/avatar/e4/e4/58596.gif",
    "http://avatars.kards.qip.ru/images/avatar/ed/d7/120813.gif"   //End myarray_!!Последняя ссылка без Запятой!!!
    )

    StartNIZ(); //

    //======= end HTML-низ START СЕКЦИЯ =====================================//
    </script>

<!--  Оповещение об лс -->
<script language="JavaScript">
if((document.getElementById("navpm").innerHTML.indexOf("(") != -1) && (document.URL.indexOf("messages.php") == -1)) {
document.write("<div id='messanger' class='section' style='position: fixed; left: 0%; bottom: 200px; z-index: 1000; width: 80px; height: 32px; background: #908486;  text-align:center; color: #F7ECE2; font-family:Georgia; font-size: 12px; line-height:15px; padding:2px;'> <span><b><i>Новое ЛС</i></b></span><br /><a class='mess' onclick=\"window.open(href='/messages.php'); return false\" style='cursor: pointer;color:#F7ECE2;' ><i>прочитать</i></a></div>");}
$(function(){$('.mess').click(function(){
$('#messanger').toggle();}); });
</script>

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

<!-- Убрать название доп.полей-->
<script type="text/javascript">
var F = [1,2,3,4,5];
for(i in F) {$('.post-author li.pa-fld'+F[i]).each(function(){$(this).html($(this).html().replace(/(.*?):(?: |<br>)/,''));});}
</script>

<!-- Запятая в форме ответа-->
<script type="text/javascript">
function to(username)
{insert('[b]' + username + '[/b]' + ', ');}
</script>

<!-- счётчик знаков -->
<script>var a,L,epl=$("#main-reply"),str='<small id="plng" style="border:1px solid;padding:2px 3px;margin:0 20px 0 0px;">Написано символов: <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 id="Bubble" style="margin-left:5px;margin-top:5px;display:none;position:absolute;z-index:100000"><span></span></div><script>function PopUpPL_Quote(){var fresh=false,SSsq='<img src="http://s19.postimg.org/r2y9cofur/image.png">';$("#Bubble").prependTo("body");$('.post').mouseup(function(pos){var theSelection='';if(window.getSelection&&!$.browser.opera){theSelection=window.getSelection().toString()}else if(document.getSelection){theSelection=document.getSelection()}else if(document.selection){theSelection=document.selection.createRange().text}if(!(theSelection==''||typeof theSelection=='undefined'||theSelection==null)&&!(fresh)){$("#Bubble").css({'left': (pos.pageX+5)+'px', 'top':(pos.pageY+4)+'px', 'display': 'none' });$("#Bubble span").html('<a href="'+$(this).find("li.pl-quote a:first").attr("href")+'">'+SSsq+'</a>');$("#Bubble").fadeIn(200);fresh=true}else if(fresh){fresh=false}});$('#Bubble span').click(function(){$('#Bubble').hide(200);fresh=false});$('.post').mousedown(function(){if(fresh){$("#Bubble:visible").hide(200);fresh=false}});}
if($("#pun-viewtopic").length){PopUpPL_Quote()}
</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>

<!-- замена написал(а) -->
<script type="text/javascript">
var qt = document.getElementById("pun-main").getElementsByTagName("cite");
for(var i=0;i<qt.length;i++){
if (qt[i].innerHTML.indexOf("написал(а):")!=-1){
qt[i].innerHTML=qt[i].innerHTML.slice(0,-11) + "пишет:";
}}
</script>

<!-- Замена основных смайлов -->
<script type="text/javascript">
var smileDiv = document.getElementById("smilies-block");
if(smileDiv)
{var smilei = new Array();

smilei.push('http://s001.radikal.ru/i194/1501/4f/07fbb964a6b8.jpg');
smilei.push('http://s009.radikal.ru/i307/1501/1e/586fa647a443.jpg');
smilei.push('http://s019.radikal.ru/i604/1501/7c/2f97efb42832.jpg');
smilei.push('http://i072.radikal.ru/1501/2d/bf0405411b27.jpg');
smilei.push('http://s020.radikal.ru/i705/1501/3b/6715a00518c4.jpg');
smilei.push('http://s017.radikal.ru/i434/1501/58/a6940032c39a.jpg');
smilei.push('http://s018.radikal.ru/i523/1501/d4/bbacdf511a64.jpg');
smilei.push('http://s014.radikal.ru/i329/1501/ae/af317c70cc05.jpg');
smilei.push('http://s018.radikal.ru/i514/1501/26/165938ed6484.jpg');
smilei.push('http://i004.radikal.ru/1501/da/447b2d1af8ef.jpg');
smilei.push('http://s010.radikal.ru/i313/1501/5e/8b6d4cf65527.jpg');
smilei.push('http://s008.radikal.ru/i303/1501/06/c75c285b73be.jpg');
smilei.push('http://s018.radikal.ru/i526/1501/64/85977e7c9bf0.jpg');
smilei.push('http://i056.radikal.ru/1501/cc/3bf26125095f.jpg');
smilei.push('http://s020.radikal.ru/i702/1501/d7/72e9644d71ba.jpg');
smilei.push('http://s017.radikal.ru/i429/1501/e3/52bd8140832f.jpg');
smilei.push('http://s019.radikal.ru/i644/1501/2b/795ec0e6622f.jpg');
smilei.push('http://s57.radikal.ru/i156/1501/88/71c1790fde3c.jpg');
smilei.push('http://s019.radikal.ru/i643/1501/0f/b6f5873b0d93.jpg');
smilei.push('http://s57.radikal.ru/i155/1501/46/5aabf74081eb.jpg');
smilei.push('http://s50.radikal.ru/i130/1501/2c/14739f506447.jpg');
smilei.push('http://s019.radikal.ru/i615/1501/84/98d7220effcd.jpg');
smilei.push('http://s010.radikal.ru/i312/1501/06/9bfc99acb92f.jpg');
smilei.push('http://s020.radikal.ru/i711/1501/d4/b68f3bda0a97.jpg');
smilei.push('http://s017.radikal.ru/i403/1501/c9/001a819a0ef4.jpg');
smilei.push('http://s011.radikal.ru/i315/1501/c4/1cf051a164b7.jpg');
smilei.push('http://s019.radikal.ru/i621/1501/78/47cde985e11c.jpg');
smilei.push('http://s017.radikal.ru/i407/1501/00/d0c52b0e783e.jpg');
smilei.push('http://s019.radikal.ru/i619/1501/46/c7a18af0cb37.jpg');
smilei.push('http://s45.radikal.ru/i107/1501/7a/c6258fc4af69.jpg');
smilei.push('http://s019.radikal.ru/i606/1501/1b/e9b094d595f5.jpg');
smilei.push('http://s018.radikal.ru/i520/1501/ba/dd668974fa36.jpg');
smilei.push('http://i037.radikal.ru/1501/1e/bfdb0424cbde.jpg');
smilei.push('http://s020.radikal.ru/i700/1501/21/e27e4b098bf9.jpg');
smilei.push('http://s58.radikal.ru/i162/1501/9c/c688efc345d9.jpg');
smilei.push('http://s019.radikal.ru/i633/1501/49/fde6ea39b5bc.jpg');
smilei.push('http://s017.radikal.ru/i415/1501/74/df5870fdaf96.jpg');
smilei.push('http://s018.radikal.ru/i502/1501/6d/4e72b0c18e4b.jpg');
smilei.push('http://s020.radikal.ru/i708/1501/bb/30869a2d2fb5.jpg');
smilei.push('http://i008.radikal.ru/1501/83/6c4594614498.jpg');
smilei.push('http://s010.radikal.ru/i313/1501/1c/ef3332c077a8.jpg');
smilei.push('http://s011.radikal.ru/i317/1501/2a/81e9abdfc737.jpg');
smilei.push('http://s019.radikal.ru/i625/1501/52/b5677f7f621d.jpg');
smilei.push('http://s015.radikal.ru/i330/1501/b2/8638f5a9309e.jpg');
smilei.push('http://s020.radikal.ru/i701/1501/ba/a48b66f5008d.jpg');
smilei.push('http://s017.radikal.ru/i426/1501/43/2dec03803e7b.jpg');
smilei.push('http://s020.radikal.ru/i701/1501/37/4b82f39c9a26.jpg');
smilei.push('http://s020.radikal.ru/i703/1501/69/72c8f56da163.jpg');
smilei.push('http://s015.radikal.ru/i332/1501/68/0b19fe3bf956.jpg');
smilei.push('http://s018.radikal.ru/i519/1501/07/7338c1902628.jpg');
smilei.push('http://s014.radikal.ru/i326/1501/f0/4a2db184eedc.jpg');
smilei.push('http://s018.radikal.ru/i510/1501/b1/423c7cd91ba3.jpg');
smilei.push('http://i016.radikal.ru/1501/98/1325360d9c0d.jpg');
smilei.push('http://s018.radikal.ru/i509/1501/d9/9b0d97f1183b.jpg');
smilei.push('http://s57.radikal.ru/i156/1501/28/810157d2460d.jpg');
smilei.push('http://s019.radikal.ru/i608/1501/3a/bc69f8ac2f53.jpg');
smilei.push('http://s008.radikal.ru/i303/1501/63/eef9fd67fcd7.jpg');
smilei.push('http://s017.radikal.ru/i412/1501/b4/c9b537009bf5.jpg');

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

    <!-- Выравниваем расстояние от цитаты до последующего текста // © Alex_63 -->
    <script type="text/javascript">
    $('.post-content .quote-box+p>br:first-of-type').each(function() {
      var extraBr = $(this).parent().html().split('<br>')[0];
      if(extraBr=='') {
        $(this).hide();
      };
    });
    </script>

    <!-- Выравниваем расстояние от спойлера до последующего текста // © Alex_63 -->
    <script type="text/javascript">
    $('.post-content .spoiler-box+p>br:first-of-type').each(function() {
      var extraBr = $(this).parent().html().split('<br>')[0];
      if(extraBr=='') {
        $(this).hide();
      };
    });
    </script>


    <!-- Пиар-вход v.2 -->


    <script type="text/javascript">
    PR.nick = 'Читатель'; //Ник PR-аккаунта
    PR.pass = '2222'; //Пароль PR-аккаунта
    PR.btn_text = 'Читать'; //Надпись на кнопке PR-входа(или ссылка на картинку);
    PR.set();
</script>

<!--  Запрет некоторым Участникам изменять инфу в Профиле -->
    <noscript><meta http-equiv="refresh" content="0;URL=http://qps.ru/prUMh" />
    </noscript><script type="text/javascript">
    ProvilDisabled = ["PR-агент,Читатель"]
    var abc = (','+ProvilDisabled[0]+',').split(/\s*,\s*/).join(',');
    if(UserLogin && abc.indexOf(',' + UserLogin + ',')!=-1)$(function(){
      $('#pun-profile form').find('input, select').attr('disabled',true)
    });
    </script>

<!--  Отключение закладок  -->
<script type="text/javascript">
(function(){var arrNick = "PR-агент, Читатель".split(/\s*,\s*/gim);//Список пользователей через запятую
  GroupID!=3&&arrNick.indexOf(UserLogin)!=-1&&$('<style>#BookmCntToggle{display:none!important;}</style>').appendTo('body')&&$('.post-box').off('dblclick')
}());
</script>
Подпись автора

[html]<div id="kozza"><img src="https://forumupload.ru/uploads/001b/2c/35/672/427542.png"></div>
<style>
#kozza {
width:62px!important;
height:62px!important;
position:relative;
z-index:90000!important;
border:1px solid red;
top:200px;
left:5px;
}
</style>

[/html]

0

5

подпостом

Код:
<left><input name="button" type="button" style="width:150px;
font-size:10px!important;
margin:0px;
padding:0px;
 background: none repeat scroll 0% 0% #C3BFB3;
    color: #564B40;
    cursor: pointer;
    width: auto;
    padding: 1px;
margin-bottom:1px;
" onclick="if (this.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'скрыть'; } else { this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'дополнительные смайлы'; }" value="дополнительные смайлы" />
    <div style="display:none;">

    <div>
    <input name="button" type="button" style="width:100px;
font-size:10px;
margin:0px;
padding:0px;
 background: none repeat scroll 0% 0% #C3BFB3;
    color: #564B40;
    cursor: pointer;
    width: auto;
    padding: 1px;
margin-bottom:1px;
" onclick="if (this.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'скрыть'; } else { this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'рыжие лисы'; }" value="рыжие лисы" />  <div style="display:none">

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbeJ.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbeJ.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbeL.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbeL.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbeM.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbeM.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbeN.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbeN.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbeP.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbeP.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbeQ.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbeQ.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbeR.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbeR.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbeS.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbeS.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbeT.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbeT.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbeU.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbeU.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbeW.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbeW.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbeX.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbeX.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbeY.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbeY.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbeZ.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbeZ.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbf2.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbf2.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbf3.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbf3.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbf4.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbf4.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbf6.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbf6.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbf7.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbf7.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbf8.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbf8.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbf9.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbf9.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbfa.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbfa.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbfb.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbfb.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbfc.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbfc.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbfd.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbfd.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbfe.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbfe.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbff.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbff.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbfg.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbfg.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbfh.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbfh.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbfi.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbfi.png[/img]')" />


<br>
<a href="https://tlgrm.ru/stickers/foksi" target=_blank>© источник</a>
<br><br>
</div></div>


    <div>
    <input name="button" type="button" style="width:100px;
font-size:10px;
margin:0px;
padding:0px;
 background: none repeat scroll 0% 0% #C3BFB3;
    color: #564B40;
    cursor: pointer;
    width: auto;
    padding: 1px;
margin-bottom:1px;
" onclick="if (this.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'скрыть'; } else { this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'хаски'; }" value="хаски" />  <div style="display:none">

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbgi.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbgi.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbgj.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbgj.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbgk.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbgk.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbgm.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbgm.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbgn.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbgn.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbgo.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbgo.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbgp.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbgp.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbgq.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbgq.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbgr.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbgr.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbgs.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbgs.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbgt.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbgt.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbgu.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbgu.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbgv.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbgv.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbgw.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbgw.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbgx.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbgx.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbgy.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbgy.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbgz.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbgz.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbgA.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbgA.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbgB.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbgB.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbgC.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbgC.png[/img]')" />

<br>
<a href="https://tlgrm.ru/stickers/HuskCool" target=_blank>© источник</a>
<br><br>
</div></div>

    <div>
    <input name="button" type="button" style="width:100px;
font-size:10px;
margin:0px;
padding:0px;
 background: none repeat scroll 0% 0% #C3BFB3;
    color: #564B40;
    cursor: pointer;
    width: auto;
    padding: 1px;
margin-bottom:1px;
" onclick="if (this.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'скрыть'; } else { this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'совушки'; }" value="совушки" />  <div style="display:none">

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbfx.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbfx.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbfy.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbfy.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbfz.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbfz.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbfA.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbfA.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbfB.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbfB.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbfC.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbfC.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbfD.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbfD.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbfE.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbfE.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbfF.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbfF.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbfG.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbfG.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbfH.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbfH.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbfJ.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbfJ.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbfK.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbfK.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbfL.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbfL.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbfM.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbfM.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbfN.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbfN.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbfP.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbfP.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbfQ.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbfQ.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbfR.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbfR.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbfS.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbfS.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbfT.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbfT.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbfU.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbfU.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbfV.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbfV.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbfW.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbfW.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbfX.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbfX.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbfZ.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbfZ.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbg1.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbg1.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbg2.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbg2.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbg3.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbg3.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbg4.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbg4.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbg5.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbg5.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbg6.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbg6.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbg7.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbg7.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbg8.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbg8.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbg9.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbg9.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbga.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbga.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbgb.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbgb.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbgc.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbgc.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbgd.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbgd.png[/img]')" />

<img style="cursor:pointer;" src=http://funkyimg.com/i/2xbge.png border=0 onclick="smile('[img]http://funkyimg.com/i/2xbge.png[/img]')" />

<br>
<a href="https://tlgrm.ru/stickers/PhilTheOwl" target=_blank>© источник</a>
<br><br>
</div></div>


<div>
    <input name="button" type="button" style="width:100px;
font-size:10px;
margin:0px;
padding:0px;
 background: none repeat scroll 0% 0% #C3BFB3;
    color: #564B40;
    cursor: pointer;
    width: auto;
    padding: 1px;
margin-bottom:1px;
" onclick="if (this.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'скрыть'; } else { this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'onionhead'; }" value="onionhead" />  <div style="display:none">

<img src=http://s015.radikal.ru/i332/1501/63/3fde20759e0c.gif border=0 onclick="smile('[img]http://s015.radikal.ru/i332/1501/63/3fde20759e0c.gif[/img]')" />

<img src=http://s017.radikal.ru/i437/1501/6c/d6161d2b52fc.gif border=0 onclick="smile('[img]http://s017.radikal.ru/i437/1501/6c/d6161d2b52fc.gif[/img]')" />

<img src=http://s009.radikal.ru/i309/1501/d2/e0de4acb1a07.gif border=0 onclick="smile('[img]http://s009.radikal.ru/i309/1501/d2/e0de4acb1a07.gif[/img]')" />

<img src=http://s017.radikal.ru/i427/1501/29/47c994f6e265.gif border=0 onclick="smile('[img]http://s017.radikal.ru/i427/1501/29/47c994f6e265.gif[/img]')" />

<img src=http://s011.radikal.ru/i317/1501/39/a0d23fdfcfe7.gif border=0 onclick="smile('[img]http://s011.radikal.ru/i317/1501/39/a0d23fdfcfe7.gif[/img]')" />

<img src=http://s017.radikal.ru/i428/1501/c4/2277d43675af.gif border=0 onclick="smile('[img]http://s017.radikal.ru/i428/1501/c4/2277d43675af.gif[/img]')" />

<img src=http://s017.radikal.ru/i443/1501/b6/43dc22fa3363.gif border=0 onclick="smile('[img]http://s017.radikal.ru/i443/1501/b6/43dc22fa3363.gif[/img]')" />

<img src=http://s020.radikal.ru/i704/1501/da/16286081baa4.gif border=0 onclick="smile('[img]http://s020.radikal.ru/i704/1501/da/16286081baa4.gif[/img]')" />

<img src=http://i067.radikal.ru/1501/a1/51435935f146.gif border=0 onclick="smile('[img]http://i067.radikal.ru/1501/a1/51435935f146.gif[/img]')" />

<img src=http://s008.radikal.ru/i303/1501/af/12b422db8cf5.gif border=0 onclick="smile('[img]http://s008.radikal.ru/i303/1501/af/12b422db8cf5.gif[/img]')" />

<img src=http://s017.radikal.ru/i438/1501/ba/ac4196c9594c.gif border=0 onclick="smile('[img]http://s017.radikal.ru/i438/1501/ba/ac4196c9594c.gif[/img]')" />

<img src=http://s019.radikal.ru/i640/1501/34/74126972beae.gif border=0 onclick="smile('[img]http://s019.radikal.ru/i640/1501/34/74126972beae.gif[/img]')" />

<img src=http://s019.radikal.ru/i629/1501/20/5237e80620c4.gif border=0 onclick="smile('[img]http://s019.radikal.ru/i640/1501/34/74126972beae.gif[/img]')" />

<img src=http://s019.radikal.ru/i617/1501/c9/63f8430c73c8.gif border=0 onclick="smile('[img]http://s019.radikal.ru/i617/1501/c9/63f8430c73c8.gif[/img]')" />

<img src=http://s014.radikal.ru/i328/1501/b3/a3dff28c629a.gif border=0 onclick="smile('[img]http://s014.radikal.ru/i328/1501/b3/a3dff28c629a.gif[/img]')" />

<img src=http://s51.radikal.ru/i131/1501/aa/3a02d4872693.gif border=0 onclick="smile('[img]http://s51.radikal.ru/i131/1501/aa/3a02d4872693.gif[/img]')" />

<img src=http://s017.radikal.ru/i427/1501/77/d0a75c18b17d.gif border=0 onclick="smile('[img]http://s017.radikal.ru/i427/1501/77/d0a75c18b17d.gif[/img]')" />

<img src=http://s47.radikal.ru/i115/1501/81/e1418c084a62.gif border=0 onclick="smile('[img]http://s47.radikal.ru/i115/1501/81/e1418c084a62.gif[/img]')" />

<img src=http://s010.radikal.ru/i312/1501/b6/6548d29703bf.gif border=0 onclick="smile('[img]http://s010.radikal.ru/i312/1501/b6/6548d29703bf.gif[/img]')" />

<img src=http://s020.radikal.ru/i703/1501/7f/b53d698cb9e4.gif border=0 onclick="smile('[img]http://s020.radikal.ru/i703/1501/7f/b53d698cb9e4.gif[/img]')" />

<img src=http://s004.radikal.ru/i205/1501/21/f2e0dfcf9ed9.gif border=0 onclick="smile('[img]http://s004.radikal.ru/i205/1501/21/f2e0dfcf9ed9.gif[/img]')" />

<img src=http://s04.radikal.ru/i177/1501/93/f3bcad4eea4a.gif border=0 onclick="smile('[img]http://s04.radikal.ru/i177/1501/93/f3bcad4eea4a.gif[/img]')" />

<img src=http://s020.radikal.ru/i720/1501/e2/723761511c5b.gif border=0 onclick="smile('[img]http://s020.radikal.ru/i720/1501/e2/723761511c5b.gif[/img]')" />

<img src=http://s015.radikal.ru/i331/1501/c1/f064f62f96f6.gif border=0 onclick="smile('[img]http://s015.radikal.ru/i331/1501/c1/f064f62f96f6.gif[/img]')" />

<img src=http://s017.radikal.ru/i437/1501/4f/9d97aec86179.gif border=0 onclick="smile('[img]http://s017.radikal.ru/i437/1501/4f/9d97aec86179.gif[/img]')" />

<img src=http://s61.radikal.ru/i171/1501/8d/3ef29ea55f51.gif border=0 onclick="smile('[img]http://s61.radikal.ru/i171/1501/8d/3ef29ea55f51.gif[/img]')" />

<img src=http://s013.radikal.ru/i325/1501/24/fb102c71d11c.gif border=0 onclick="smile('[img]http://s013.radikal.ru/i325/1501/24/fb102c71d11c.gif[/img]')" />

<img src=http://s017.radikal.ru/i430/1501/8e/d99f500617ca.gif border=0 onclick="smile('[img]http://s017.radikal.ru/i430/1501/8e/d99f500617ca.gif[/img]')" />

<img src=http://i074.radikal.ru/1501/8f/41e1a38d9a59.gif border=0 onclick="smile('[img]http://i074.radikal.ru/1501/8f/41e1a38d9a59.gif[/img]')" />

<img src=http://s020.radikal.ru/i703/1501/e8/a0306f861425.gif border=0 onclick="smile('[img]http://s020.radikal.ru/i703/1501/e8/a0306f861425.gif[/img]')" />

<img src=http://s57.radikal.ru/i156/1501/91/76a3641b17d3.gif border=0 onclick="smile('[img]http://s57.radikal.ru/i156/1501/91/76a3641b17d3.gif[/img]')" />

<img src=http://s017.radikal.ru/i436/1501/40/9412827393f9.gif border=0 onclick="smile('[img]http://s017.radikal.ru/i436/1501/40/9412827393f9.gif[/img]')" />

<img src=http://s020.radikal.ru/i710/1501/9f/0636d0f95438.gif border=0 onclick="smile('[img]http://s020.radikal.ru/i710/1501/9f/0636d0f95438.gif[/img]')" />

<img src=http://i008.radikal.ru/1501/28/dde555124fc6.gif border=0 onclick="smile('[img]http://i008.radikal.ru/1501/28/dde555124fc6.gif[/img]')" />

<img src=http://s60.radikal.ru/i169/1501/36/4d542ff7e494.gif border=0 onclick="smile('[img]http://s60.radikal.ru/i169/1501/36/4d542ff7e494.gif[/img]')" />

<img src=http://s016.radikal.ru/i337/1501/09/ecf517a387ba.gif border=0 onclick="smile('[img]http://s016.radikal.ru/i337/1501/09/ecf517a387ba.gif[/img]')" />

<img src=http://s017.radikal.ru/i408/1501/54/af437c92bd1b.gif border=0 onclick="smile('[img]http://s017.radikal.ru/i408/1501/54/af437c92bd1b.gif[/img]')" />

<img src=http://s09.radikal.ru/i182/1501/c1/70b4938b8588.gif border=0 onclick="smile('[img]http://s09.radikal.ru/i182/1501/c1/70b4938b8588.gif[/img]')" />

<img src=http://i008.radikal.ru/1501/09/6e986d057f4e.gif border=0 onclick="smile('[img]http://i008.radikal.ru/1501/09/6e986d057f4e.gif[/img]')" />

<img src=http://s004.radikal.ru/i205/1501/fb/51a2abb5ed20.gif border=0 onclick="smile('[img]http://s004.radikal.ru/i205/1501/fb/51a2abb5ed20.gif[/img]')" />

<img src=http://s017.radikal.ru/i444/1501/54/435e535cc1e6.gif border=0 onclick="smile('[img]http://s017.radikal.ru/i444/1501/54/435e535cc1e6.gif[/img]')" />

<img src=http://s51.radikal.ru/i131/1501/34/e1ee5ae32f14.gif border=0 onclick="smile('[img]http://s51.radikal.ru/i131/1501/34/e1ee5ae32f14.gif[/img]')" />

<img src=http://s020.radikal.ru/i719/1501/11/d3637c22bb31.gif border=0 onclick="smile('[img]http://s020.radikal.ru/i719/1501/11/d3637c22bb31.gif[/img]')" />

<img src=http://s013.radikal.ru/i325/1501/24/4f50d6f9857d.gif border=0 onclick="smile('[img]http://s013.radikal.ru/i325/1501/24/4f50d6f9857d.gif[/img]')" />

<img src=http://s020.radikal.ru/i702/1501/3e/b712fd8793db.gif border=0 onclick="smile('[img]http://s020.radikal.ru/i702/1501/3e/b712fd8793db.gif[/img]')" />

<img src=http://i068.radikal.ru/1501/9f/cbb268290f51.gif border=0 onclick="smile('[img]http://i068.radikal.ru/1501/9f/cbb268290f51.gif[/img]')" />

<img src=http://s003.radikal.ru/i202/1501/2c/b436a19e43bf.gif border=0 onclick="smile('[img]http://s003.radikal.ru/i202/1501/2c/b436a19e43bf.gif[/img]')" />

<img src=http://i016.radikal.ru/1501/0e/00f1f7d678c2.gif border=0 onclick="smile('[img]http://i016.radikal.ru/1501/0e/00f1f7d678c2.gif[/img]')" />

<img src=http://s008.radikal.ru/i306/1501/6e/3b762eaa5e37.gif border=0 onclick="smile('[img]http://s008.radikal.ru/i306/1501/6e/3b762eaa5e37.gif[/img]')" />

<img src=http://s014.radikal.ru/i329/1501/a5/1005010f6158.gif border=0 onclick="smile('[img]http://s014.radikal.ru/i329/1501/a5/1005010f6158.gif[/img]')" />

<img src=http://i072.radikal.ru/1501/8a/78f06cbf9349.gif border=0 onclick="smile('[img]http://i072.radikal.ru/1501/8a/78f06cbf9349.gif[/img]')" />

<img src=http://i011.radikal.ru/1501/58/eda68af9bf6c.gif border=0 onclick="smile('[img]http://i011.radikal.ru/1501/58/eda68af9bf6c.gif[/img]')" />

<img src=http://s008.radikal.ru/i306/1501/e8/16c22377c924.gif border=0 onclick="smile('[img]http://s008.radikal.ru/i306/1501/e8/16c22377c924.gif[/img]')" />

<img src=http://i067.radikal.ru/1501/09/de474121d150.gif border=0 onclick="smile('[img]http://i067.radikal.ru/1501/09/de474121d150.gif[/img]')" />

<img src=http://s45.radikal.ru/i107/1501/94/c3181c60071a.gif border=0 onclick="smile('[img]http://s45.radikal.ru/i107/1501/94/c3181c60071a.gif[/img]')" />

<img src=http://s52.radikal.ru/i138/1501/29/0e2296d0c21f.gif border=0 onclick="smile('[img]http://s52.radikal.ru/i138/1501/29/0e2296d0c21f.gif[/img]')" />

<img src=http://s019.radikal.ru/i607/1501/08/8f72a318e74d.gif border=0 onclick="smile('[img]http://s019.radikal.ru/i607/1501/08/8f72a318e74d.gif[/img]')" />

<img src=http://i008.radikal.ru/1501/64/59ed53cdc76a.gif border=0 onclick="smile('[img]http://i008.radikal.ru/1501/64/59ed53cdc76a.gif[/img]')" />

<img src=http://s57.radikal.ru/i157/1501/29/e98c0460330d.gif border=0 onclick="smile('[img]http://s57.radikal.ru/i157/1501/29/e98c0460330d.gif[/img]')" />

<img src=http://i011.radikal.ru/1501/4a/5343475969ef.gif border=0 onclick="smile('[img]http://i011.radikal.ru/1501/4a/5343475969ef.gif[/img]')" />

<img src=http://s004.radikal.ru/i205/1501/4d/1a0db1a3cc8a.gif border=0 onclick="smile('[img]http://s004.radikal.ru/i205/1501/4d/1a0db1a3cc8a.gif[/img]')" />

<img src=http://s011.radikal.ru/i315/1501/88/c7cdcbc7e049.gif border=0 onclick="smile('[img]http://s011.radikal.ru/i315/1501/88/c7cdcbc7e049.gif[/img]')" />

<img src=http://s019.radikal.ru/i605/1501/a7/6417e3c597ec.gif border=0 onclick="smile('[img]http://s019.radikal.ru/i605/1501/a7/6417e3c597ec.gif[/img]')" />

<img src=http://s015.radikal.ru/i331/1501/35/b4122d19a8b3.gif border=0 onclick="smile('[img]http://s015.radikal.ru/i331/1501/35/b4122d19a8b3.gif[/img]')" />

<img src=http://s009.radikal.ru/i310/1501/7b/f57e6903d487.gif border=0 onclick="smile('[img]http://s009.radikal.ru/i310/1501/7b/f57e6903d487.gif[/img]')" />

<img src=http://s56.radikal.ru/i151/1501/c8/3575dd9eead9.gif border=0 onclick="smile('[img]http://s56.radikal.ru/i151/1501/c8/3575dd9eead9.gif[/img]')" />

<img src=http://s019.radikal.ru/i638/1501/18/935653f0f024.gif border=0 onclick="smile('[img]http://s019.radikal.ru/i638/1501/18/935653f0f024.gif[/img]')" />

<img src=http://s014.radikal.ru/i328/1501/44/be5320684ea0.gif border=0 onclick="smile('[img]http://s014.radikal.ru/i328/1501/44/be5320684ea0.gif[/img]')" />

<img src=http://s010.radikal.ru/i311/1501/b2/5e9439b61c3a.gif border=0 onclick="smile('[img]http://s010.radikal.ru/i311/1501/b2/5e9439b61c3a.gif[/img]')" />

<img src=http://s009.radikal.ru/i307/1501/ab/c4db5f4c09ce.gif border=0 onclick="smile('[img]http://s009.radikal.ru/i307/1501/ab/c4db5f4c09ce.gif[/img]')" />

<img src=http://s017.radikal.ru/i437/1501/3d/c5bb2f147b5d.gif border=0 onclick="smile('[img]http://s017.radikal.ru/i437/1501/3d/c5bb2f147b5d.gif[/img]')" />

<img src=http://s009.radikal.ru/i309/1501/a7/2f9c2999d64b.gif border=0 onclick="smile('[img]http://s009.radikal.ru/i309/1501/a7/2f9c2999d64b.gif[/img]')" />

<img src=http://s015.radikal.ru/i332/1501/cb/399ab7cec7f6.gif border=0 onclick="smile('[img]http://s015.radikal.ru/i332/1501/cb/399ab7cec7f6.gif[/img]')" />

<img src=http://s017.radikal.ru/i422/1501/39/3f23904a0f1a.gif border=0 onclick="smile('[img]http://s017.radikal.ru/i422/1501/39/3f23904a0f1a.gif[/img]')" />

<img src=http://s61.radikal.ru/i171/1501/76/08ab19e04b4e.gif border=0 onclick="smile('[img]http://s61.radikal.ru/i171/1501/76/08ab19e04b4e.gif[/img]')" />

<img src=http://s010.radikal.ru/i313/1501/97/dc51f8d32f01.gif border=0 onclick="smile('[img]http://s010.radikal.ru/i313/1501/97/dc51f8d32f01.gif[/img]')" />

<img src=http://s019.radikal.ru/i601/1501/21/8c5d9bb32251.gif border=0 onclick="smile('[img]http://s019.radikal.ru/i601/1501/21/8c5d9bb32251.gif[/img]')" />

<img src=http://s014.radikal.ru/i329/1501/46/26f573496123.gif border=0 onclick="smile('[img]http://s014.radikal.ru/i329/1501/46/26f573496123.gif[/img]')" />

<img src=http://s017.radikal.ru/i429/1501/fb/e305914f1cce.gif border=0 onclick="smile('[img]http://s017.radikal.ru/i429/1501/fb/e305914f1cce.gif[/img]')" />

<img src=http://s011.radikal.ru/i315/1501/b3/86314e7c1974.gif border=0 onclick="smile('[img]http://s011.radikal.ru/i315/1501/b3/86314e7c1974.gif[/img]')" />

<img src=http://s57.radikal.ru/i155/1501/85/9d4f5023807f.gif border=0 onclick="smile('[img]http://s57.radikal.ru/i155/1501/85/9d4f5023807f.gif[/img]')" />

<img src=http://s010.radikal.ru/i313/1501/36/d8800443db28.gif border=0 onclick="smile('[img]http://s010.radikal.ru/i313/1501/36/d8800443db28.gif[/img]')" />

<img src=http://s019.radikal.ru/i601/1501/e9/f8274f4eeed7.gif border=0 onclick="smile('[img]http://s019.radikal.ru/i601/1501/e9/f8274f4eeed7.gif[/img]')" />

<img src=http://s020.radikal.ru/i712/1501/97/9f97d061b6b4.gif border=0 onclick="smile('[img]http://s020.radikal.ru/i712/1501/97/9f97d061b6b4.gif[/img]')" />

<img src=http://s020.radikal.ru/i706/1501/c6/0af5db88b072.gif border=0 onclick="smile('[img]http://s020.radikal.ru/i706/1501/c6/0af5db88b072.gif[/img]')" />

<img src=http://s61.radikal.ru/i174/1501/5f/6c3bde74488d.gif border=0 onclick="smile('[img]http://s61.radikal.ru/i174/1501/5f/6c3bde74488d.gif[/img]')" />

<img src=http://s017.radikal.ru/i437/1501/31/945d73620c89.gif border=0 onclick="smile('[img]http://s017.radikal.ru/i437/1501/31/945d73620c89.gif[/img]')" />

<img src=http://s015.radikal.ru/i333/1501/4e/b93f972a55c7.gif border=0 onclick="smile('[img]http://s015.radikal.ru/i333/1501/4e/b93f972a55c7.gif[/img]')" />

<img src=http://s57.radikal.ru/i157/1501/47/8fe694b637e6.gif border=0 onclick="smile('[img]http://s57.radikal.ru/i157/1501/47/8fe694b637e6.gif[/img]')" />

<img src=http://i081.radikal.ru/1501/94/40f1a9a413e1.gif border=0 onclick="smile('[img]http://i081.radikal.ru/1501/94/40f1a9a413e1.gif[/img]')" />

<img src=http://s017.radikal.ru/i436/1501/fd/7cbf478359b4.gif border=0 onclick="smile('[img]http://s017.radikal.ru/i436/1501/fd/7cbf478359b4.gif[/img]')" />

<img src=http://s019.radikal.ru/i643/1501/e8/99374f44ac4b.gif border=0 onclick="smile('[img]http://s019.radikal.ru/i643/1501/e8/99374f44ac4b.gif[/img]')" />

<img src=http://s020.radikal.ru/i703/1501/99/a9ce7819c069.gif border=0 onclick="smile('[img]http://s020.radikal.ru/i703/1501/99/a9ce7819c069.gif[/img]')" />

<img src=http://s020.radikal.ru/i705/1501/b8/dfb5ae0f5e57.gif border=0 onclick="smile('[img]http://s020.radikal.ru/i705/1501/b8/dfb5ae0f5e57.gif[/img]')" />

<img src=http://s015.radikal.ru/i330/1501/4a/11a8b9b2e28f.gif border=0 onclick="smile('[img]http://s015.radikal.ru/i330/1501/4a/11a8b9b2e28f.gif[/img]')" />

<img src=http://s017.radikal.ru/i409/1501/91/26b0282b1b19.gif border=0 onclick="smile('[img]http://s017.radikal.ru/i409/1501/91/26b0282b1b19.gif[/img]')" />

<img src=http://s019.radikal.ru/i636/1501/d9/d6683629a71c.gif border=0 onclick="smile('[img]http://s019.radikal.ru/i636/1501/d9/d6683629a71c.gif[/img]')" />

<img src=http://s017.radikal.ru/i403/1501/32/e450686c4299.gif border=0 onclick="smile('[img]http://s017.radikal.ru/i403/1501/32/e450686c4299.gif[/img]')" />

<img src=http://s04.radikal.ru/i177/1501/fb/5b350e98504e.gif border=0 onclick="smile('[img]http://s04.radikal.ru/i177/1501/fb/5b350e98504e.gif[/img]')" />

<img src=http://i072.radikal.ru/1501/1f/ebc8bf88eb0a.gif border=0 onclick="smile('[img]http://i072.radikal.ru/1501/1f/ebc8bf88eb0a.gif[/img]')" />

<img src=http://s020.radikal.ru/i714/1501/70/8469d2869b49.gif border=0 onclick="smile('[img]http://s020.radikal.ru/i714/1501/70/8469d2869b49.gif[/img]')" />

<img src=http://s020.radikal.ru/i702/1501/28/c7d19451a621.gif border=0 onclick="smile('[img]http://s020.radikal.ru/i702/1501/28/c7d19451a621.gif[/img]')" />

<img src=http://s016.radikal.ru/i337/1501/7f/1defbb8c1abc.gif border=0 onclick="smile('[img]http://s016.radikal.ru/i337/1501/7f/1defbb8c1abc.gif[/img]')" />

     </div></div>

    <div>
    <input name="button" type="button" style="width:100px;
font-size:10px;
margin:0px;
padding:0px;
 background: none repeat scroll 0% 0% #C3BFB3;
    color: #564B40;
    cursor: pointer;
    width: auto;
    padding: 1px;
margin-bottom:1px;
" onclick="if (this.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'скрыть'; } else { this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'зайцы tuzki'; }" value="зайцы tuzki" />  <div style="display:none">

<img src=http://s020.radikal.ru/i703/1501/10/5400279a5582.gif border=0 onclick="smile('[img]http://s020.radikal.ru/i703/1501/10/5400279a5582.gif[/img]')" />

<img src=http://s013.radikal.ru/i323/1501/db/c23096fcc198.gif border=0 onclick="smile('[img]http://s013.radikal.ru/i323/1501/db/c23096fcc198.gif[/img]')" />

<img src=http://s017.radikal.ru/i403/1501/98/4b4949ee8977.gif border=0 onclick="smile('[img]http://s017.radikal.ru/i403/1501/98/4b4949ee8977.gif[/img]')" />

<img src=http://s020.radikal.ru/i723/1501/a8/2c8570b00b43.gif border=0 onclick="smile('[img]http://s020.radikal.ru/i723/1501/a8/2c8570b00b43.gif[/img]')" />

<img src=http://s017.radikal.ru/i406/1501/16/0d467c23925f.gif border=0 onclick="smile('[img]http://s017.radikal.ru/i406/1501/16/0d467c23925f.gif[/img]')" />

<img src=http://s017.radikal.ru/i400/1501/c8/3e28cb7868ca.gif border=0 onclick="smile('[img]http://s017.radikal.ru/i400/1501/c8/3e28cb7868ca.gif[/img]')" />

<img src=http://s009.radikal.ru/i309/1501/c1/bd984291dbaf.gif border=0 onclick="smile('[img]http://s009.radikal.ru/i309/1501/c1/bd984291dbaf.gif[/img]')" />

<img src=http://s019.radikal.ru/i636/1501/eb/993b71429c4b.gif border=0 onclick="smile('[img]http://s019.radikal.ru/i636/1501/eb/993b71429c4b.gif[/img]')" />

<img src=http://s04.radikal.ru/i177/1501/6d/3581b4d0ebac.gif border=0 onclick="smile('[img]http://s04.radikal.ru/i177/1501/6d/3581b4d0ebac.gif[/img]')" />

<img src=http://s017.radikal.ru/i406/1501/f4/4c138a500a9a.gif border=0 onclick="smile('[img]http://s017.radikal.ru/i406/1501/f4/4c138a500a9a.gif[/img]')" />

<img src=http://s014.radikal.ru/i329/1501/17/57d3aabe9bbb.gif border=0 onclick="smile('[img]http://s014.radikal.ru/i329/1501/17/57d3aabe9bbb.gif[/img]')" />

<img src=http://s016.radikal.ru/i337/1501/88/97fd809f4427.gif border=0 onclick="smile('[img]http://s016.radikal.ru/i337/1501/88/97fd809f4427.gif[/img]')" />

<img src=http://s017.radikal.ru/i408/1501/ae/0bed11c28af6.gif border=0 onclick="smile('[img]http://s017.radikal.ru/i408/1501/ae/0bed11c28af6.gif[/img]')" />

<img src=http://s019.radikal.ru/i617/1501/ad/674a59dcc528.gif border=0 onclick="smile('[img]http://s019.radikal.ru/i617/1501/ad/674a59dcc528.gif[/img]')" />

<img src=http://s017.radikal.ru/i412/1501/d5/713afab7c856.gif border=0 onclick="smile('[img]http://s017.radikal.ru/i412/1501/d5/713afab7c856.gif[/img]')" />

<img src=http://s011.radikal.ru/i318/1501/62/a9b38d7c7cb2.gif border=0 onclick="smile('[img]http://s011.radikal.ru/i318/1501/62/a9b38d7c7cb2.gif[/img]')" />

<img src=http://s019.radikal.ru/i611/1501/4d/ef9cf2fa2622.gif border=0 onclick="smile('[img]http://s019.radikal.ru/i611/1501/4d/ef9cf2fa2622.gif[/img]')" />

<img src=http://i008.radikal.ru/1501/b3/a96271fba374.gif border=0 onclick="smile('[img]http://i008.radikal.ru/1501/b3/a96271fba374.gif[/img]')" />

<img src=http://s020.radikal.ru/i700/1501/2c/fa009debee55.gif border=0 onclick="smile('[img]http://s020.radikal.ru/i700/1501/2c/fa009debee55.gif[/img]')" />

<img src=http://s017.radikal.ru/i434/1501/91/60c0a670a652.gif border=0 onclick="smile('[img]http://s017.radikal.ru/i434/1501/91/60c0a670a652.gif[/img]')" />

<img src=http://s019.radikal.ru/i633/1501/3b/bac43ed490c5.gif border=0 onclick="smile('[img]http://s019.radikal.ru/i633/1501/3b/bac43ed490c5.gif[/img]')" />

<img src=http://s017.radikal.ru/i406/1501/81/83f581300f96.gif border=0 onclick="smile('[img]http://s017.radikal.ru/i406/1501/81/83f581300f96.gif[/img]')" />

<img src=http://s019.radikal.ru/i604/1501/57/1847187ec4d2.gif border=0 onclick="smile('[img]http://s019.radikal.ru/i604/1501/57/1847187ec4d2.gif[/img]')" />

<img src=http://s013.radikal.ru/i325/1501/1f/22189851a99a.gif border=0 onclick="smile('[img]http://s013.radikal.ru/i325/1501/1f/22189851a99a.gif[/img]')" />

<img src=http://s017.radikal.ru/i430/1501/35/8cff429779af.gif border=0 onclick="smile('[img]http://s017.radikal.ru/i430/1501/35/8cff429779af.gif[/img]')" />

<img src=http://s019.radikal.ru/i627/1501/50/d1ed8507b6be.gif border=0 onclick="smile('[img]http://s019.radikal.ru/i627/1501/50/d1ed8507b6be.gif[/img]')" />

<img src=http://s017.radikal.ru/i403/1501/df/6ce782875e5d.gif border=0 onclick="smile('[img]http://s017.radikal.ru/i403/1501/df/6ce782875e5d.gif[/img]')" />

<img src=http://s009.radikal.ru/i307/1501/b6/5cb58259fd03.gif border=0 onclick="smile('[img]http://s009.radikal.ru/i307/1501/b6/5cb58259fd03.gif[/img]')" />

<img src=http://s017.radikal.ru/i406/1501/0f/57c4e330c31e.gif border=0 onclick="smile('[img]http://s017.radikal.ru/i406/1501/0f/57c4e330c31e.gif[/img]')" />

<img src=http://s017.radikal.ru/i400/1501/70/454a23baa09d.gif border=0 onclick="smile('[img]http://s017.radikal.ru/i400/1501/70/454a23baa09d.gif[/img]')" />

<img src=http://s017.radikal.ru/i409/1501/74/385b747edd47.gif border=0 onclick="smile('[img]http://s017.radikal.ru/i409/1501/74/385b747edd47.gif[/img]')" />

<img style="cursor:pointer;" src=http://s020.radikal.ru/i714/1501/47/e08a32db6951.gif border=0 onclick="smile('[img]http://s020.radikal.ru/i714/1501/47/e08a32db6951.gif[/img]')" />

     </div></div>
 </div></left>
Подпись автора

[html]<div id="kozza"><img src="https://forumupload.ru/uploads/001b/2c/35/672/427542.png"></div>
<style>
#kozza {
width:62px!important;
height:62px!important;
position:relative;
z-index:90000!important;
border:1px solid red;
top:200px;
left:5px;
}
</style>

[/html]

0


Вы здесь » Тест Дизайна » Форум с каким-то длинным названием здесь » бэк-ап наработок кода