Добро пожаловать в Финикс, дорогой друг!
Дата в игре: сентябрь, 2016
Температура днем до +38°, ночью до +25°


моей обожаемой девочке, ты всегда в моем сердце! Макс
nicolaselsaloganjanemel
douglaslanagwenmilo
106 баллов
7 постов

efemeratest

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

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


Вы здесь » efemeratest » Основные скрипты » Для основы


Для основы

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

1

наш дизайн код

/* STRUCTURE BY 96KINGDOM.RU
-------------------------------------------------------------*//*************************************************************
A - SETUP
**************************************************************/

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

/* A1.1 */
  @import url(style_cs.css);
  @import "http://webfonts.ru/import/nautilus.css";
  @import "http://webfonts.ru/import/bebasneue.css";
  @import "http://webfonts.ru/import/cuprum.css";
  @import "http://webfonts.ru/import/osans.css";
  @import "http://webfonts.ru/import/archive.css";
  @import url(http://fonts.googleapis.com/css?family=Calligraffitti);
  @import url(http://fonts.googleapis.com/css?family= … ,latin-ext);
  @import "http://fonts.googleapis.com/css?family=Open+Sans:600&subset=latin,cyrillic";
  @import "http://fonts.googleapis.com/css?family=Montserrat";

@import "http://webfonts.ru/import/ubuntu.css";
@import "http://webfonts.ru/import/lionel.css";
@import "http://webfonts.ru/import/yesteryear.css";
@import "http://webfonts.ru/import/calligraph.css";
@import "http://webfonts.ru/import/certege.css";

@import "http://webfonts.ru/import/comicrelief.css";
/* 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: 96.01%;
  }

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

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

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

/* A3.5 */
.punbb h1 span, .punbb 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: 1027px;
  margin: auto;
  }

/* A5.2 Внутренности "тела" форума*/
.punbb {
  width: 870px;
  position: relative;
  height: auto;
  color: #000000; /*цвет текста всего форума*/
  margin-left: 65px; /*отступ от левого края*/
  }

/* A5.3 */
#pun-redirect, #pun-maint {
  margin: 0;
  width: 100%;
  height: 100%;
  float: none;
  top: 0 !important;
  left: 0 !important;
  }

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

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

/***************************************/*************************************************************
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: 100%;
  margin: 5px 0; 
  }

/* B1.3 */
.punbb .post-content p {
  margin: 0;
  padding: 0 0 1em 0;
  line-height: 140%;
  font-size: 11px;
  }

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

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

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

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

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
  margin: 0.4em 1.8em 1.4em 1.8em;
  padding: 1em;
  }

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
  display: block;
  padding-bottom: 0.7em;
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  }

/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: solid;
  border-width: 1px;
  margin: 0 0 1.1em 0;
  }

/* B2.2 */
.punbb .info-box * {
  padding: 0 0 0.7em 0;
  }

/* B2.3 */
.punbb #pun-main .info-box .legend {
  font-size: 1.1em;
  font-weight: bold;
  }

/* B3 Pagination and posting links
-------------------------------------------------------------*/

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

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

/* B3.3 */
.linkst .pagelink {
  position: absolute;
  margin-top: -2.5em;
  left: 2em;
  width: 24em;}

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

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

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

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

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

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

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

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

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

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

/* C1.4 */
.punbb fieldset {
  border-style: solid;
  border-width: 1px;
  padding: 0 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;
  width: 54%;
  }

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

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

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

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

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

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

/* C2.8 */
#pun-index .tcl h3 {
  font-size: 1.2em;
  font-weight: normal;
font-family: 'Lobster';
  text-shadow: #ffffff 1px 1px;
font-size: 24px;
text-align: center; 
letter-spacing:-1px;
margin-left: 33px;
  margin-top: -10px!important;
  }

.tclcon h3:first-letter {
  color: #eff46c;
  }
.tclcon h3 a {
  color: #a6cbd6!important;
}

/* 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.5em 0.5em;
  }

/* 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 td div.tclcon {
margin-left: 10px;
}

/* C2.15 */
.punbb div.icon {
  height: 91px;
  width: 80px;
  float: right;
  display: block;
  }

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

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

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

/* C3.3 */
.punbb .post h3 span {
  padding: 0.5em 1em;
  display: block;
  margin-left: 25em;
  border-left-style: solid;
  border-left-width: 1px
z-index: 50;
  }

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

/* C3.5 профиль */
.punbb .post .post-author {
  float: left;
  text-align: center;
  width: 238px;
  margin-top: -2.1em;
  overflow: hidden;
  margin-left: -9px;
  padding: 10px 0px 10px 0px;
  min-height: 110px;
background: url(http://funkyimg.com/i/2bYDw.png) 0px bottom no-repeat,
url(http://funkyimg.com/i/2bYCc.png) 0px top no-repeat, url(http://funkyimg.com/i/2bYCe.png) 0px repeat-y;
}

.permalink {
  font-size: 13px;
  font-family: cuprum;
  font-style: italic;
  text-shadow:1px  0px  1px  #fff;
}

/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
  padding: 0 1em 1em 1em;
  font-size: 10px;
  line-height: 100%;
  }

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

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

/* C3.9 */
li.pa-title {
  padding-top: 11px;
  padding-bottom: 0.4em;
    font-size: 11px;
font-family: Georgia;
  font-style: italic;
padding: 6px 0px 5px 15px !important;
  }

li.pa-ip {
  margin-top: 5px;
  }

li.pa-posts {
  margin-top: 5px;
  }

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

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

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

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

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

/* C3.15 */
.punbb .post-links ul {
  padding: 0 1em 0 0;
  height: 18px;
  line-height: 2em;
  margin-left: -15em;
  text-align: right;
  font-family:cuprum;
  font-size:13px;
  font-style: italic;
  text-shadow:1px  0px  1px  #fff;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* C6.2 */
#profilenav {
  float: left;
  width: 14em;
  margin-left: -18em;
  display: inline;
  background-color: #e9e5ed;
  border: 3px double #bcadc6;
  border-radius: 20px;
  -moz-box-shadow: inset 0 0 10px 5px #bcadc6;
  -webkit-box-shadow: inset 0 0 10px 5px #bcadc6;
  box-shadow: inset 0 0 10px 5px #adc2c6;
  color: #000000;
  }

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: bold;
  }

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

/* C6.5 */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 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 2.3em 2.3em 2.3em;
  border-top: none;
  }

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

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

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

/* 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;
width: 468px;
}

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

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

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

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

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

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

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

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

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

/* D3.2 */
#pun-navlinks .container  {
text-align: center;
position: absolute; 
background-color: transpanent;
top: 3px;
width: 920px;}

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

/* D3.4 */
#pun-navlinks li a {
  font-size: 18px;
  font-style: normal;
  font-family: 'bebas neue';
  font-style: italic;
  text-transform: lowercase;
  }

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

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

/* D4.2 */
#pun-ulinks .container {
  text-align: center;
  position: relative;
  margin-left: -35px;
  background-color: transpanent;
  padding: 0.7em 1em;
  text-align: center;
  font-weight: normal;
  font-family: 'cuprum';
  font-style: italic;
  font-size: 13px;
  text-shadow:1px  0px  1px  #fff;
  text-transform: lowercase;
  height: 20px;
  top: -101px;
  width: 920px}

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

  }

/* D4.4 */
#pun-ulinks li a {
   padding: 0 0.3em 0 0.4em
  }

/* D4.5 */
#pun-ulinks li {
  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;
margin-top: 0px;
  }

/* D5.2 */
#pun-status .container {
  margin-top: 13px;
  padding: 0.8em 1em 1em 1em;

  text-align: center;
  }

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

/* D5.4 */
#pun-crumbs1 {
  font-weight: bold;
  overflow: hidden;
  text-align: center;
  margin-top: 0;
  }

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

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

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

#pun-announcement h2 {
  padding: 0;
  margin: 0em -130px 1em 1em;
  border-style: none none solid none;
  border-width: 0 0 0px 0;
  position: relative;
  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: -130px;
  }

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

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

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

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

/* D7.4 */
li#onlinelist {
  margin-top: 1em;
  border-top-style: solid;
  border-top-width: 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;
  }

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

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

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

/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  border-style: solid none;
  border-width: 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;
  }
#pun-title table tbody tr .title-logo-tdr {position: absolute; z-index: 1; left: 80px; top:375px
}

a.navi:link, a.navi:visited { width: 90px; height:15px; opacity: 0.8; font: 10px arial; color: #4b4c01; padding: 4px; display: block; text-align: center; letter-spacing: 0.5px; margin: -15px 4px 2px 4px; background: -moz-linear-gradient(top, #6B8E23 0%,#321602 50%,#261101 51%,#1d0d01 100%);
    background: -webkit-linear-gradient(top, #6B8E23 0%, #a6a003 50%,#b0ab08 51%,#d3c33c 100%);
    background: -o-linear-gradient(top, #6B8E23 0%,#a6a003 50%,#b0ab08 51%,#d3c33c 100%);
    background: -ms-linear-gradient(top, #6B8E23 0%,#a6a003 50%,#b0ab08 51%,#d3c33c 100%);
    background: linear-gradient(top, #6B8E23 0%,#a6a003 50%,#b0ab08 51%,#d3c33c 100%);
    margin: 2px; transition: 0.6s; -moz-transition: 0.6s; -webkit-transition: 0.6s; -o-transition-duration: 0.6s;
border-radius: 5px; }

a.navi:hover { -webkit-transition-duration: 1s; color: #798002; padding-left: 15px; text-transform: uppercase; width:90px; height:15px;   
    background: -moz-linear-gradient(bottom, #9ACD32 0%,#c2bc04 50%,#cbbe1f 51%,#ddc858 100%);
    background: -webkit-linear-gradient(bottom, #9ACD32 0%,#c2bc04 50%,#cbbe1f 51%,#ddc858 100%);
    background: -o-linear-gradient(bottom, #9ACD32 0%,#c2bc04 50%,#cbbe1f 51%,#ddc858 100%);
    background: -ms-linear-gradient(bottom, #9ACD32 0%,#c2bc04 50%,#cbbe1f 51%,#ddc858 100%);
    background: linear-gradient(bottom, #9ACD32 0%,#c2bc04 50%,#cbbe1f 51%,#ddc858 100%);
border-radius: 5px; }

.pa-fld1 { margin-left: 16px;}
.pa-fld2 { margin-left: 5px;margin-top: -25px!important; position: relative; }
.pa-fld3 { margin-left: 17px; margin-top:-20px!important;}

li#navawards {display: none;}
.lastedit {display:none}
#pun-stats li.item3 {display: none}
#pun-navlinks #navawards{display:none;}

#pun-viewforum.punbb  .tcl a:first-of-type {
margin-left: 15px;
}

0

2

Цвета style_cs.css

.zd1 {font-family: arial; font-style: normal; font-size: 10px;}
.zd2 {width: 170px; height: 120px; background-color: #dedcd5; border: 3px double #a6cbd6; margin-top: -18px!important; overflow: auto;}

/* оформление подфорумов*/
.podf {width:352px; margin-top: -100px; padding: 30px; background: url(http://funkyimg.com/i/2bYPp.png) top no-repeat, url(http://funkyimg.com/i/2bYM3.png) bottom no-repeat, url(http://funkyimg.com/i/2bYM1.png) 30px 0 repeat-y;  }
.podf1{ width: 310px; margin-top: 30px!important; margin-left: 20px!important; background: transpanent; padding: 5px; font-family: arial; font-size: 10px; color: #464827;letter-spacing: 1px; line-height: 10px; text-align: justify;  }
.podf2{ width: 310px; margin-left: 0px!important; }

#pun-index .tcl h3 {
  background-image: url("http://funkyimg.com/i/2c17z.png");
  padding: 22px;
  width: 318px;
  height: 23px;
  margin-left: 30px;
position: absolute;
}

.pla {position: relative!important; margin-left: -30px;}

/* H5.4 амс */ 
#admins {
text-align: center;
}
#admins a {
    color: #c27459;
    font-size: 15px;
    text-align: center;
    font-family: 'Lobster';
    font-style: italic;
    letter-spacing: -1px;
}

#admins a:hover {
    color: #5d5e19;
}

.tooltip {
position: relative;
}
.tooltip span{
  visibility: hidden;
  position: absolute;
  top: -110px; left: -40px;
background: #e9eff0; box-shadow: 0 0 11px #e9eff0 inset;  border-width: 3px 0px 3px 0px;
border-color: #ebf06c;
border-style: solid;
  padding: 3px;
}
.tooltip:hover span{
  visibility: visible;
}

/* линки*/

.link1 { margin-left: 15px!important;
width: 70px; padding: 3px;
background-color: #a6cbd6;
font-family: arial;
font-size: 7px;
color: #ffffff;
letter-spacing: 1px;
border-radius: 5px;
line-height: 10px;
text-align: center;
transition: 0.8s all ease-in-out; -webkit-transition: 0.8s all ease-in-out; -moz-transition: 0.8s all ease-in-out; o-transition: 0.8s all ease-in-out; }

.link1 a { color: #fff; text-transform: uppercase; line-height: 10px; font-size: 7px; letter-spacing: 1px; font-family: arial; text-align: center;border-radius: 5px;}

.link1:hover { color: #ffffff; box-shadow:inset 216px 0 0 #c8dfe6;}

/* CS1 Background and text colours
-------------------------------------------------------------*/
/* CS1.0A Настройки - фон*/
body {
background: url("http://funkyimg.com/i/2bYye.png") repeat-x top center, /*верх*/
url("///") repeat-x bottom center, /*низ*/
#649caf url("http://funkyimg.com/i/2bYxc.png") repeat; /*общий*/
}
body {overflow-x: hidden}

/* CS1.0B Настройки тела*/
#pun {
background: url("http://funkyimg.com/i/2bYxd.png") repeat-y scroll top center;
background-color: #e9eff0;
}

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

/* CS1.0D Настройки шапки*/
#pun-title.section {
  background: transparent url("http://funkyimg.com/i/2crGv.png") top center scroll no-repeat;
  height: 671px;
  width: 1168px;
  margin-top: 0px;
  margin-left: -121px;}

/* CS1.0F Настройки футера*/
#pun-about p.container {background-color: #;
background-image : url(http://funkyimg.com/i/2bYAv.png);
background-position : center top;
background-repeat : no-repeat;
height : 269px;
width: 1006px;
margin-left: -58px;
text-align: center;
margin-top: 20px;
border-color: transparent;
margin-bottom: -13px;
font-size:0 !important;
}

#pun-maint {
margin: 0px 20% 12px 20%;
}

#pun-redirect .main-title {
margin-bottom:30px !important;
}

/* 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-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
font-size: 11px;
text-align: center;
font-family: Tahoma;
text-transform: uppercase;
color: #000;
height: 10px;
background: url("") no-repeat scroll center;
width: 877px;
margin-left:-25px;
font-weight: bold;
  }

#pun-redirect h1 {background-image: none; padding-bottom:10px; color: transparent; text-shadow: none;}

.punbb-admin #pun-admain h2{
color: transparent;
background: transparent;
text-align: left;
text-shadow: none;
padding-left: 55px;}

/* CS1.7 Настройки цитаты и кода*/
.punbb .quote-box, .punbb .code-box {
background: #e9f2f4 url("");
padding: 7px;
border: 3px double #a6cbd6;
text-shadow:1px  0px  1px  #fff;
border-radius: 20px;
-moz-box-shadow: inset 0 0 10px 5px #a6cbd6;
-webkit-box-shadow: inset 0 0 10px 5px #a6cbd6;
box-shadow: inset 0 0 10px 5px #a6cbd6;
color: #000000;
  }

/* CS1.7A Настройки маркированного текста*/
.post-content .highlight-text {
margin: 0 1.0em 0 1.0em;
background-color: #e9f2f4 !important;
background-image: url("");
color: #000000 !important;
display: block;
font-family: Tahoma;
font-style: normal;
font-size: 15px !important;
text-align: center;
line-height: 15px;
padding: 10px;
border: double #761d9f !important;
}

/* CS1.8 */
#pun-navlinks .container {
  background-color: transparent;
  font-size: 11px;
  text-transform: uppercase;
  font-family: tahoma;
  }

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

/* CS1.9 Настройки формы ответа*/
.punbb textarea  {
background: #eeeae7 url("");
padding: 5px;
font-size: 11px !important;
border: 3px double #a6cbd6;
border-radius: 20px;
-moz-box-shadow: inset 0 0 10px 5px #a6cbd6;
-webkit-box-shadow: inset 0 0 10px 5px #a6cbd6;
box-shadow: inset 0 0 10px 5px #a6cbd6;
color: #000000;
  }

/* CS1.10 Настройки профиля в теме*/
li.pa-author {text-transform: none;}

.post-author ul li{
line-height: 10px;
}

.pa-author {font-size: 18px;
font-family: 'Book Antiqua', sans serif;
line-height: 60%;
font-style: italic;

padding: 30px 0px 0px 15px !important;
}

li.pa-avatar.item2 img {
margin-bottom: -5px!important;
margin-left: 9px;
}

.pa-fld5{
margin-bottom:-1px!important;}

li.pa-fld2 {
  margin-top: 5px;
  margin-bottom: -8px!important;
  }

li.pa-fld3 {
  margin-top: -5px!important;
}

/* соо и репа*/
.pa-posts {
margin-left: 12px!important;
  border: 1px solid #e3d0d2;
  border-top: 3px solid #98ccd8;
  border-bottom: 3px solid #98ccd8;
  -webkit-box-shadow:0 0px 0px #ebdcde, 0 0 30px #ebdcde inset;
  border-radius: 50px;
border-radius: 10px;  repeat-y;
display: inline-block;
text-align: center;
text-transform: lowercase;
padding: 0px 0px;
width: 75px;
color: #000000;
}

.pa-respect {
display: inline-block;
margin-left: 0px;
  border: 1px solid #e3d0d2;
  border-top: 3px solid #98ccd8;
  border-bottom: 3px solid #98ccd8;
  -webkit-box-shadow:0 0px 0px #ebdcde, 0 0 30px #ebdcde inset;
  border-radius: 50px;
border-radius: 10px;  repeat-y;display: inline-block;
text-align: center;
text-transform: lowercase;
padding: 0px 0px;
width: 85px;
color: #000000;
}

/* 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: #e9f2f4;
padding: 5px;
border: 3px double #9d6f55;
border-radius: 20px;
-moz-box-shadow: inset 0 0 10px 5px #a6cbd6;
-webkit-box-shadow: inset 0 0 10px 5px #a6cbd6;
box-shadow: inset 0 0 10px 5px #a6cbd6;
color: #000000;
}

/* CS1.12 Настройки полей ввода, кнопок и выпадающих меню*/
.punbb input, .punbb .button, .punbb select {
background: #e9f2f4 url("");
padding: 5px;
border: 3px double #9d6f55;
border-radius: 20px;
-moz-box-shadow: inset 0 0 3px 3px #a6cbd6;
-webkit-box-shadow: inset 0 0 3px 3px #a6cbd6;
box-shadow: inset 0 0 3px 3px #a6cbd6;
color: #000000;
}

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

/* кнопки*/
.punbb .button {
background: #e9f2f4;
text-shadow: 0px 1px 1px #fff;
font-size: 11px;
text-transform: uppercase;
-moz-box-shadow: inset 0 0 10px 5px #a6cbd6;
-webkit-box-shadow: inset 0 0 10px 5px #a6cbd6;
box-shadow: inset 0 0 10px 5px #a6cbd6;
font-family: Verdana;
color: #000000 !important;
font-weight: bold;
height: 36px;
padding: 6px;
min-width: 100px;
text-align: center;
}
.punbb .button:hover {
background-color:#e9f2f4;
}

/* 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, #profilenav ul, .punbb .post .post-body, .punbb .post h3 span, .post-links ul, .post-links, .usertable table, .punbb th, #pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span, #pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend, .punbb .divider, .punbb .formal fieldset .post-box, .punbb .info-box, li.pa-online {
  border-color: transparent;
  }

/* Ссылки*/

/* Настройки ссылок*/
.punbb a, .punbb a:link, .punbb a:visited,
.punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited {
  color: #665a32;
  border-bottom: 0px none #000;
  text-decoration: none;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4;

  }

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

/* Настройки ссылок при наведении*/
.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: #856739;
  border-bottom: 0px none #000;
  }

/* CS3.3 Настройки навигационных ссылок*/
#pun-navlinks a {
color: #59366b;
font-weight: bold;
  }

/* Настройки навигационных ссылок при наведении*/
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #9054af;
  }

/* CS4 Иконки сообщений
-------------------------------------------------------------*/

Div.icon {float: right;
display: block;
border-style: none none none none;
margin-right: 18px;
top: 35px;
width: 65px;
height: 75px;
background-image : url();
background-repeat: no-repeat; }

TR.inew Div.icon {background-image : url(http://funkyimg.com/i/2b1yV.png); background-repeat: no-repeat;}
TR.isticky Div.icon {background-image : url(///); background-repeat: no-repeat;}
TR.iclosed Div.icon {background-image : url(///); background-repeat: no-repeat;}
TR.iredirect Div.icon {background-image : url(///); background-repeat: no-repeat;}

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

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

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

#pun-stats ul.container {
  background: transparent url(http://forumstatic.ru/files/0010/16/5b/14844.png) no-repeat 10px 15px;
  padding-left: 60px;}

#pun-reputation div.inner div.container, #pun-report div.inner div.container , #pun-popup_awards div.inner div.container  {
color: #321043;
padding: 3px;
background: #ede5f1 !important; 
}
#pun-reputation h1, #pun-report h1, #pun-popup_awards h1 {
background: #f2efe5 !important;
width: auto !important;
height: 15px !important;
margin: auto !important;
color: #470369 !important;
}

hr {
border: none;
border-top: dashed 1px #4a285b;}

.punbb th {
background: #transparent;
color: transparent;
}

.punbb .post-sig {color:#000000;}

.punbb .post-sig dt {
border: none;
border-top: dashed 1px #4b285d;
  }

#profile .container #profilenav h2   {
text-align : left;
color: #5d4c65;
text-shadow: none;}

#arrows {
position:fixed;
right:2%;
bottom: 45%;
}

/*CS6 TABLE
---------------------------------*/
#table_block {
width: 840px;
height: 200px;
background: #ffedd1;
color: #b8aa90;
margin-left: -7px;
}

#menu {
height: 20px;
background: #e3dbe7;
margin-top: -5px;
}

#menu span {
width: 830px;
padding: 0px 10px;
cursor: pointer;
opacity: 0.8;
font-family: Tahoma;
font-size: 14px;
text-transform: uppercase;
}

#menu .tabactive{
border: none !important;
opacity: 1.0;
}

#submenu {
height: 150px;
font-size: 11px;
width: 830px;
color: #818181;
}

#plng {
   font-family: verdana;
   font-size:11px;
   color:#000000;
}

/* ссылки подфорумов*/
#phlinks { line-height: 7px; margin-top: 9px; }
#phlinks a:link, #phlinks a:visited, #phlinks a:active
{ background: #826b8d;
   color: #d8cddd;
   display: inline;
   font: 10px cuprum;
   letter-spacing: 1px;
   line-height: 5px;
   padding-top: 2px;
   padding-bottom: 2px;
   padding-left: 10px;
   padding-right: 10px;
   text-shadow: #979797 1px 1px 1px;
   text-transform: uppercase;
   -moz-transition-duration: 1s;
   -o-transition-duration: 1s;
   transition-duration: 1s;
   -webkit-transition-duration: 1s; }
#phlinks a:hover { background: #705c79; color: #d9cdde;}

.punbb .main .tcr a {
  font-family: 'cuprum' !important;
  font-size: 13px !important;
  font-weight: normal;
  font-style: italic;
}

/* Категории
-------------------------------------------------------------*/
#pun-stats.section h2 span, .category h2 span {
}
#pun-category2.category h2 {
background: url(http://funkyimg.com/i/2bYGC.png) no-repeat center;
height: 170px;
width: 915px;
margin-left: -7px;
font-size: 0px !important;
font-family: Tahoma;
color: transparent;
}
#pun-category3.category h2 {
background: url(http://funkyimg.com/i/2bYGD.png) no-repeat center;
height: 170px;
width: 915px;
margin-left: -7px;
font-size: 0px !important;
font-family: Tahoma;
color: transparent;
}
#pun-category4.category h2 {
background: url(http://funkyimg.com/i/2bYGE.png) no-repeat center;
height: 170px;
width: 915px;
margin-left: -7px;
font-size: 0px !important;
font-family: Tahoma;
color: transparent;
}
#pun-category5.category h2 {
background: url(http://funkyimg.com/i/2bYGF.png) no-repeat center;
height: 170px;
width: 915px;
margin-left: -7px;
font-size: 0px !important;
font-family: Tahoma;
color: transparent;
}
#pun-category6.category h2 {
background: url(http://funkyimg.com/i/2bYGG.png) no-repeat center;
height: 170px;
width: 915px;
margin-left: -7px;
font-size: 0px !important;
font-family: Tahoma;
color: transparent;
}
#pun-category7.category h2 {
background: url(http://funkyimg.com/i/2bYGH.png) no-repeat center;
height: 170px;
width: 915px;
margin-left: -7px;
font-size: 0px !important;
font-family: Tahoma;
color: transparent;
}
#pun-category1.category h2 {
background: url(http://funkyimg.com/i/2bYGB.png) no-repeat center;
height: 170px;
width: 915px;
margin-left: -7px;
font-size: 0px !important;
font-family: Tahoma;
color: transparent;
}
#pun-stats.section h2 {
background: url(....) no-repeat top center;
height: 10px !important;
display: none;
}

/* администрация*/
.admins {
  position: relative;
  display: inline-block;
  font-family: 'cuprum';
  text-shadow: #170021 1px 1px;
  font-size:12px;
  font-style: italic;
  text-transform: uppercase;
  padding: 1px;
}

.admins a{
  color:#fff!important;
   margin-right:2px;}

.admins span {
   display:none;
}

.admins:hover span{
   position:absolute;
  border-radius: 10px;
   background: #000;
   text-align:center;
   padding:2px;
   display:inline-block;
   margin-top: 10px;
   left:-50px;
   z-index:100000;
   font-size:13px;
   color: #fff;
}

.hoverbox a
{
  cursor: default;
}

.hoverbox a .preview
{
  display: none;
}

.hoverbox
{
  cursor: default;
  list-style: none;
}

.hoverbox a:hover .preview
{
  display: block;
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 1;
}

li.pa-avatar img{
border-width: 3px;
-moz-border-image: url(http://funkyimg.com/i/2bHiU.jpg) 3 round; /* Firefox 4 */
-webkit-border-image: url(http://funkyimg.com/i/2bHiU.jpg) 3 round; /* Safari 5 и Chrome */
-o-border-image: url(http://funkyimg.com/i/2bHiU.jpg) 3 round; /* Opera 10.5 */}

/* STRUCTURE BY 96KINGDOM.RU
-------------------------------------------------------------*/

/* сообщения на форум готовый*/
.body1 { background: url(http://funkyimg.com/i/2bHoP.png) -0.5px top no-repeat, url(http://funkyimg.com/i/2bHoN.png) bottom no-repeat, url(http://funkyimg.com/i/2bHoM.png) repeat-y;}
.naz { text-align: center; font-family: Lobster; color: #a6cbd6;  text-shadow: 1px 1px 0px #ffffff;}

/* приветственное сообщение*/
.pinkholder {
float: center;
width: 400px;
height: 261px;
background: url('http://funkyimg.com/i/23Fac.png'), repeat repeat center center;
padding: 8px;
position: relative;
border: 3px solid #f6cc82;
box-shadow: 0 0 1px #333;
}
.pinksubholdercontainer {
float: right;
width: 199px;
height: 155px;
padding: 3px 5px 5px 1px;
background: #fff4e0;
overflow: hidden;
position: relative;
margin: 0 1px 7px 0;
text-align: justify;
border-left: 3px solid #f2b653;
border-right: 3px solid #f2b653;
box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
/* welcome цвет*/
.pinksubholdercontainer h3 {
color: #f6cc82;
}
.pinksubholder p {
color: #666;
font-family: calibri, serif;
font-size: 10px;
font-style: none;
text-align: left;
line-height: 7px;
background: transparent;
padding: 2px 0px 0px;
margin: 1px 2px 3px 5px;
position: relative;
}
.pinksubholder p:first-letter {
display: inline-block;
float: left;
color: #fff4e0;
font-family: georgia;
font-size: 20px;
text-shadow: 0 0 1px #e16e72;
background-color: #ba5c5f;
background-image: -webkit-linear-gradient(top, #ba5c5f, #f6cc82);
background-image: -moz-linear-gradient(top, #ba5c5f, #f6cc82);
background-image: -o-linear-gradient(top, #ba5c5f, #f6cc82);
background-image: -ms-linear-gradient(top, #ba5c5f, #f6cc82);
background-image: linear-gradient(top, #ba5c5f, #f6cc82);
padding: 8px;
margin: 1px 5px 0 0px;
box-shadow: 0 0 1px #222;
}
.pinksubholder a {
color: #a05052;
text-transform: uppercase;
text-decoration: none;
cursor: url(http://i.imgur.com/ffMehRc.png), auto;
transition: all 0.5s linear;
}
.pinksubholder a:hover {
color: #ba5c5f;
}
.pinkleftmenu li {
overflow: hidden;
width: 177px;
height: 40px;
background: #fff4e0;
margin-bottom: 4px;
border-left: 3px solid #f2b653;
box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.pinkleftmenu li:last-child {
margin-bottom: 0px;
}
.pinkleftmenu li a {
display: block;
width: 100%;
height: 100%;
color: #333;
text-align: left;
padding-left: 10px;
position: relative;
}
.pinkleftsub {
color: #666;
font-family: calibri;
font-size: 18px;
text-transform: uppercase;
margin: 0;
transition: all 300ms linear;
-webkit-transition: all 300ms linear;
-ms-transition: all 300ms linear;
-moz-transition: all 300ms linear;
-o-transition: all 300ms linear;
}
.pinkleftmenu li:hover {
background: #f6cc82;
border-left: 3px solid #ba5c5f;
}
.pinkleftmenu li:hover .pinkleftmain {
opacity: 1;
color: #51282a;
-webkit-animation: moveFromTop 300ms ease-in-out;
-ms-animation: moveFromTop 300ms ease-in-out;
-moz-animation: moveFromTop 300ms ease-in-out;
}
.pinkleftmenu li:hover .pinkleftsub {
opacity: 1;
color: #222;
-webkit-animation: moveFromBottom 300ms ease-in-out;
-ms-animation: moveFromBottom 300ms ease-in-out;
-moz-animation: moveFromBottom 300ms ease-in-out;
}
.pinkinfoimage {
float: right;
width: 205px;
height: 84px;
text-align: center;
background: #fff4e0 url('') no-repeat center center;
position: relative;
margin: 0 1px 0 0;
border: 3px solid #f6cc82;
overflow: hidden;
cursor: default;
box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.pinkinfoimage blockquote {
float: center;
width: 185px;
height: 60px;
color: #f6cc82;
font-family: calibri;
font-size: 10px;
text-align: left;
line-height: 10px;
background: #393939;
padding: 5px 5px 3px 5px;
margin: 5px 2px 1px 5px;
border-top: 3px solid #ba5c5f;
border-bottom: 3px solid #ba5c5f;
}
.pinkinfoimage blockquote:first-letter {
float: left;
display: inline-block;
color: #fff4e0;
font-family: georgia;
font-size: 20px;
text-shadow: 0 0 1px #e16e72;
background-color: #ba5c5f;
background-image: -webkit-linear-gradient(top, #ba5c5f, #f6cc82);
background-image: -moz-linear-gradient(top, #ba5c5f, #f6cc82);
background-image: -o-linear-gradient(top, #ba5c5f, #f6cc82);
background-image: -ms-linear-gradient(top, #ba5c5f, #f6cc82);
background-image: linear-gradient(top, #ba5c5f, #f6cc82);
padding: 8px;
margin: 1px 5px 0 0px;
box-shadow: 0 0 1px #222;
}
.pinkinfoimage blockquote b {
color: #a05052;
font-family: calibri;
font-size: 10px;
text-transform: uppercase;
line-height: 10px;
}
.pinkinfoimage blockquote b:hover {
color: #ba5c5f;
}
/* конец приветственного сообщения*/

/* объявление */
.hello33 {background-color: #a98baf;}
.hello32 {background: #fff4e0;}
.hello31 {color: #f3b95f; text-shadow:1px 1px #a98aae, 2px 2px #fff;}
.nav, .nav2 {font-family:Palatino Linotype; font-size:9px; line-height:20px;letter-spacing:1pt;   text-transform:uppercase}
.nav {background:#f3bb65;  width:115px; height:16px; color:#ffffff;  text-align:center; display:block;position:relative; }
.nav2 {background:#ffffff;  width:115px; height:16px; text-align:center; color:#093c53; display:block;position:relative;}
.hello{
  background-color: #f3bb65;
  width: 580px;
  height: 90px;
  padding: 5px;
}
.hello1{
  color: #FFF;
font-family: 'Khula', sans-serif; text-align: center; font-size: 60px; color: #fff; text-shadow:1px 1px #f3bb65, 2px 2px #fff;
  font-size: 45px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: right;
padding-top: 20px;
  padding-left: 30px;
  padding-bottom: 20px;
}
.bye{
  background-color: #f3bb65;
  width: 580px;
  height: 30px;
  padding: 5px;
}
.hellogif {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#f3bb65), color-stop(51%,#f3bb65));
  padding: 5px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  z-index: 8;
}
.hellogif img {
width: 145px;
  height: 145px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.mp3 {
  font-family: Open Sans;
  font-size: 10px;
  color: #FFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: right;
  padding: 5px 40px 5px 0px;
  z-index: 5;
}
.citata {
background-color: #a98baf;
  text-transform: lowercase;
width:350px;
font-family: calibri; font-size: 8px; line-height: 90%; color: #ffffff; text-align: center; padding:5px; letter-spacing: 1px; text-shadow: 1px 0px 0px #f3b95f;
   letter-spacing: 1px;
  text-transform: uppercase;
  text-align: right;
  padding: 5px 40px 5px 0px;
  z-index: 5;
}
/* конец объявления */

/* награды */
.canh { width: 48px; height: 55px; background-color: #FDF5E6; padding: 5px; opacity: 0; transition-duration: .6s; -webkit-transition-duration: .6s; -moz-transition-duration: .6s; -ms-transition-duration: .6s; -o-transition-duration: .6s;  font-family: cambria, serif; font-size: 11px; text-align: justify; line-height: 100%; color: #623346; border-right: 5px groove #9d77a4;}
.canh:hover {  width: 40px; height: 55px; background-color: #FDF5E6; padding: 5px; opacity: .99;  font-family: cambria, serif; font-size: 10px; text-align: justify; line-height: 100%; color: #111; border-right: 3px groove #9d77a4;}
.nag {  background-color: #9d77a4; color: #ffffff; text-align: center;padding: 3px;}

/* анкета */
.name { width: 440px; padding: 2px; text-align: right; font-size: 40px; text-transform: lowercase; color: #fff; line-height: 100%; font-style: italic; letter-spacing: -2px; font-family: 'Khula', sans-serif; text-align: center; font-size: 40px; color: #fff; text-shadow:1px 1px #784e91, 2px 2px #fff; border-top: 0px; font-weight: bold; }
.name1 { padding: 1px; background-color: #3A3337; font-size: 10px; color: #fff; text-align: center; font-family: calibri, sans-serif; letter-spacing: 0px; line-height: 100%; font-style: normal; text-transform: uppercase;  font-weight: lighter; transition: 0.8s all ease-in-out; -webkit-transition: 0.8s all ease-in-out; -moz-transition: 0.8s all ease-in-out; o-transition: 0.8s all ease-in-out; box-shadow:inset 0px 0 0 #e1e85d;}
.name1:hover { color: #000; box-shadow:inset 406px 0 0 #e1e85d;}
.fon1 { width: 590px; padding: 5px; border: 1px solid #B4B4B4; background-image: url(http://funkyimg.com/i/2aYij.jpg); padding-bottom: 0px; border-bottom: 0px;}
.fon2 { width: 580px; padding: 5px; border: 1px solid #B4B4B4; background-color: #f3eef3; padding-bottom: 0px; border-bottom: 0px;}
.PHOm { width: 210px; padding: 5px; border: 1px solid #B4B4B4; background-color: #fffcf6; margin-bottom: 5px;}
.PHOmi { width: 190px; padding: 9px; border: 1px solid #B4B4B4; background-image: url(http://funkyimg.com/i/2aYi9.jpg);  padding-bottom: 1px;}
.PHOmil { width: 190px; padding: 3px; background-color: #fff8ed; border-bottom: 1px solid #B4B4B4; font-size: 12px; text-align: right; font-family: 'Vollkorn', serif; text-transform: lowercase; letter-spacing: 2px; font-style: italic; font-weight: bold; text-indent: 15px;}
.PHOmili { width: 190px; padding: 3px; background-color: #fff2df; text-align: left; font-size: 7px; color: #555; text-transform: uppercase; line-height: 100%; letter-spacing: 2px; font-family: verdana, sans-serif; text-indent: 20px;}
.PHOmil:first-letter { color: #f0ac3c; }
.PHOfim { width: 120px; padding: 5px; border: 1px solid #B4B4B4; background-image: url(http://funkyimg.com/i/2aYi9.jpg); height: 250px;}
.PHOfim img { width: 110px; border: 5px solid #fff2df; }
.PHOftl1 { width: 100px; padding: 9px; background-color: #a6cbd6; color: #fff; text-transform: uppercase; line-height: 100%; font-size: 10px; letter-spacing: 1px; font-family: calibri, sans-serif; text-align: center; border-bottom: 1px solid #fff2df; border-top: 1px solid #fff; transition: 0.8s all ease-in-out; -webkit-transition: 0.8s all ease-in-out; -moz-transition: 0.8s all ease-in-out; o-transition: 0.8s all ease-in-out; box-shadow:inset 0px 0 0 #e1e85d;}
.PHOftl1 a { color: #fff; text-transform: uppercase; line-height: 100%; font-size: 8px; letter-spacing: 1px; font-family: calibri, sans-serif; text-align: center;}
.PHOftl1:hover { color: #000; box-shadow:inset 146px 0 0 #e1e85d;}
.PHOftl2 { width: 115px; padding: 3px; background-color: #a6cbd6; color: #fff; text-transform: uppercase; line-height: 100%; margin-bottom: 5px; font-size: 8px; letter-spacing: 1px; font-family: calibri, sans-serif; text-align: center; border-bottom: 1px solid #fff; border-top: 1px solid #fff; transition: 0.8s all ease-in-out; -webkit-transition: 0.8s all ease-in-out; -moz-transition: 0.8s all ease-in-out; o-transition: 0.8s all ease-in-out; box-shadow:inset 0px 0 0 #e1e85d;}
.PHOftl2 a { color: #fff; text-transform: uppercase; line-height: 100%; font-size: 8px; letter-spacing: 1px; font-family: calibri, sans-serif; text-align: center;}
.PHOftl2:hover { color: #000; box-shadow:inset 146px 0 0 #e1e85d;}
.PHOft { width: 210px; padding: 3px; border: 1px solid #B4B4B4; background-color: #fff; margin-bottom: 5px;}
.PHOfti { width: 200px; padding: 4px; border: 1px solid #B4B4B4; background-image: url(http://funkyimg.com/i/2aYi9.jpg); }
.PHOftii { width: 190px; padding: 5px; height: 42px; background-color: #fff8ed; }
.PHOftit { width: 190px; padding-right: 10px; height: 42px; overflow: auto; font-size: 8px; text-transform: uppercase; font-family: calibri, sans-serif; color: #555; text-align: justify;}
.PHOftit:first-letter { float: left; color: #fff; background-color: #a6cbd6; margin-right: 1px; font-size: 10px; font-family: 'Montserrat', sans-serif; text-transform: uppercase; line-height: 100%; padding: 10px; font-weight: bold;}
.bio { width: 594px; padding: 3px; border: 1px solid #B4B4B4; background-image: url(http://funkyimg.com/i/2aYij.jpg);}
.bio1 { width: 584px; padding: 4px; border: 1px solid #B4B4B4; background-image: url(http://funkyimg.com/i/2aYi9.jpg); }
.bio2 { width: 570px; padding: 5px;  background-color: #f3eef3; }
.bio5 { width: 265px; padding: -10px;  background-color: #fff8ed; font-size: 10px; text-transform: uppercase; font-family: calibri, sans-serif; color: #555;}
.bio4 {  width: 275px; padding: 5px;  background-image: url(http://funkyimg.com/i/2aYij.jpg); }
.bio3 { width: 570px; padding-right: 10px;  overflow: auto; font-size: 12px; font-family: Arial, sans-serif; color: #555; text-align: justify;}
.bio3:first-letter { float: left; color: #ffffff; background-color: #a6cbd6; margin-right: 1px; font-size: 12px; font-family: 'Montserrat', sans-serif; line-height: 100%; padding: 10px; font-weight: bold;}
.naf1 { width: 210px; padding: 4px; background-color: #a6cbd6; color: #fff; text-transform: uppercase; line-height: 100%; margin-bottom: 5px; font-size: 10px; letter-spacing: 1px; font-family: calibri, sans-serif; text-align: center; border-bottom: 1px solid #fff; border-top: 1px solid #fff; transition: 0.8s all ease-in-out; -webkit-transition: 0.8s all ease-in-out; -moz-transition: 0.8s all ease-in-out; o-transition: 0.8s all ease-in-out; box-shadow:inset 0px 0 0 #e1e85d;}
.naf1 a { color: #fff; text-transform: uppercase; line-height: 100%; font-size: 8px; letter-spacing: 5px; font-family: calibri, sans-serif; text-align: center;}
.naf1:hover { color: #000; box-shadow:inset 216px 0 0 #e1e85d;}
.zs1 { width: 100px; padding: 5px;  background-color: #fff8ed; font-size: 10px; text-transform: uppercase; font-family: calibri, sans-serif; color: #555;}
.zs {  width: 110px; padding: 5px;  background-image: url(http://funkyimg.com/i/2aYij.jpg); }
.nafa1 { width: 90px; padding: 4px; background-color: #a6cbd6; color: #fff; text-transform: uppercase; line-height: 100%; margin-bottom: 5px; font-size: 10px; letter-spacing: 1px; font-family: calibri, sans-serif; text-align: center; border-bottom: 1px solid #fff; border-top: 1px solid #fff; transition: 0.8s all ease-in-out; -webkit-transition: 0.8s all ease-in-out; -moz-transition: 0.8s all ease-in-out; o-transition: 0.8s all ease-in-out; box-shadow:inset 0px 0 0 #e1e85d;}
.nafa1 a { color: #fff; text-transform: uppercase; line-height: 100%; font-size: 8px; letter-spacing: 5px; font-family: calibri, sans-serif; text-align: center;}
.nafa1:hover { color: #000; box-shadow:inset 216px 0 0 #e1e85d;}

/* нужный */
.name2 { width: 440px; text-align: right;  text-transform: lowercase; color: #fff; line-height: 100%; font-style: italic; padding: 2px;  letter-spacing: -2px; font-family: 'Khula', sans-serif; text-align: center;  color: #fff; text-shadow:1px 1px #784e91, 2px 2px #fff; border-top: 0px; font-weight: bold; font-size: 20px;}
/* банк */
.nafa2 { width: 250px; padding: 4px; background-color: #a6cbd6; color: #fff; text-transform: uppercase; line-height: 100%; margin-bottom: 5px; font-size: 10px; letter-spacing: 1px; font-family: calibri, sans-serif; text-align: center; border-bottom: 1px solid #fff; border-top: 1px solid #fff; transition: 0.8s all ease-in-out; -webkit-transition: 0.8s all ease-in-out; -moz-transition: 0.8s all ease-in-out; o-transition: 0.8s all ease-in-out; box-shadow:inset 0px 0 0 #e1e85d;}
.nafa2 a { color: #fff; text-transform: uppercase; line-height: 100%; font-size: 8px; letter-spacing: 5px; font-family: calibri, sans-serif; text-align: center;}
.nafa2:hover { color: #000; box-shadow:inset 216px 0 0 #e1e85d;}

/* правила*/

.nafa3 { width: 500px; padding: 4px; background-color: #a6cbd6; color: #fff; text-transform: uppercase; line-height: 100%; margin-bottom: 5px; font-size: 10px; letter-spacing: 1px; font-family: calibri, sans-serif; text-align: center; border-bottom: 1px solid #fff; border-top: 1px solid #fff; transition: 0.8s all ease-in-out; -webkit-transition: 0.8s all ease-in-out; -moz-transition: 0.8s all ease-in-out; o-transition: 0.8s all ease-in-out; box-shadow:inset 0px 0 0 #e1e85d;}
.nafa3 a { color: #fff; text-transform: uppercase; line-height: 100%; font-size: 8px; letter-spacing: 5px; font-family: calibri, sans-serif; text-align: center;}
.nafa3:hover { color: #000; box-shadow:inset 490px 0 0 #e1e85d;}
/* администрация фак*/
.jcanonname3 { background: #a6cbd6;}
.jcanonname2 { background: #a6cbd6;}

/* стихии рамка*/
.rama { border:4px double #a6cbd6;}
.rama1 { border:4px double #a6cbd6; background-color: #d0bbd3;}

/* личное звание */
.lz {
  width: 220px !important;
  margin-left: -11px !important;
  background: url() 0px top no-repeat,
  url() 1px bottom no-repeat,
  url() 0px repeat-y;
  padding: 0px 0px 5px 0px;
float: left;
}

.lz1 {
  text-align: center;
  width: 180px;
  padding: 5px;
background: #e3d0d2
  border: 1px solid #e3d0d2;
  border-top: 4px solid #d2d828;
  border-bottom: 4px solid #98ccd8;
  -webkit-box-shadow:0 1px 4px #ebdcde, 0 0 30px #ebdcde inset;
  border-radius: 30px;
  color: #000;
  margin-left: 10px !important;
float: left;
}

.lz2{
  text-align: center;
  width: 165px;
  padding: 2px;
font-family: 'Ahellya';
  font-style: italic;
  font-size:14px;
}
.lz3{
  text-align: left;
  width: 165px;
  padding: 5px;
font-family: 'Arvo';
  font-size:12px;
line-height: 12px;
}

.lz4{
width: 184px;
  -webkit-box-shadow:0 0px 0px #ebdcde, 0 0 0px #ebdcde inset;
  border-radius: 0px;
  color: #000;
background: url(http://funkyimg.com/i/2bHhK.png);
}

.lz6 {
text-align: center;
  width: 40px;
text-shadow: 1px 0px 0px rgba(255, 255, 255, 0.5);
color: #93569e;
height: 35px;
  font-family: 'Ahellya';
  font-size:25px;
padding: 5px;
background: #e3d0d2
  border: 1px solid #e3d0d2;
  border-top: 4px solid #98ccd8;
  border-bottom: 4px solid #89bbc6;
  -webkit-box-shadow:0 1px 4px #ebdcde, 0 0 30px #ebdcde inset;
  border-radius: 30px;
  color: #000;
}

.lz7 {
  text-align: center;
  width: 90px;
padding: 3px;
background: #e3d0d2
  border: 1px solid #e3d0d2;
  border-top: 4px solid #98ccd8;
  border-bottom: 4px solid #89bbc6;
  -webkit-box-shadow:0 1px 4px #ebdcde, 0 0 30px #ebdcde inset;
  border-radius: 30px;
  color: #000;
}

.lz8 {
  width: 120px;
}



/* стихии в личном звании */
.sti1 { width: 40px; height: 35px;background-repeat: no-repeat;}
.sti1:hover {  width: 40px; height: 35px; background-image: url(http://i.imgur.com/C4FfRQ1.png); padding: 5px; opacity: .99;  font-family: cambria, serif; font-size: 1px; text-align: justify; line-height: 100%; color: #111; margin-top: -15px; margin-left: -5px; border-radius: 30px;}
.sti2 {width: 40px; height: 35px; background-repeat: no-repeat;}
.sti2:hover {  width: 40px; height: 35px; background-image: url(http://i.imgur.com/TmHnWyG.png); padding: 5px; opacity: .99;  font-family: cambria, serif; font-size: 1px; text-align: justify; line-height: 100%; color: #111; margin-top: -15px; margin-left: -5px; border-radius: 30px;}
.sti3 { width: 40px; height: 35px;background-repeat: no-repeat;}
.sti3:hover {  width: 40px; height: 35px; background-image: url(http://i.imgur.com/8t2mcBZ.png); padding: 5px; opacity: .99;  font-family: cambria, serif; font-size: 1px; text-align: justify; line-height: 100%; color: #111; margin-top: -15px; margin-left: -5px; border-radius: 30px;}
.sti4 { width: 40px; height: 35px;background-repeat: no-repeat; border-radius: 30px;}
.sti4:hover {  width: 40px; height: 35px; background-image: url(http://i.imgur.com/HL0nzt7.png); padding: 5px; opacity: .99;  font-family: cambria, serif; font-size: 1px; text-align: justify; line-height: 100%; color: #111; margin-top: -15px; margin-left: -5px;border-radius: 30px;}
.sti5 { width: 40px; height: 35px;background-repeat: no-repeat;}
.sti5:hover {  width: 40px; height: 35px; background-image: url(http://i.imgur.com/UP3HSpR.png); padding: 5px; opacity: .99;  font-family: cambria, serif; font-size: 1px; text-align: justify; line-height: 100%; color: #111; margin-top: -15px; margin-left: -5px; border-radius: 30px;}



/* пост и эпизод */
#phoe{ width: 129px; position: relative; left: -5px; height: 80px; overflow: hidden; }
#soswph { width: 129px; height: 80px; }
#soswph:hover .sosir { top: -110px; }
.sosir { width: 129px; height: 80px; padding: 12px 0px; background-color: #fff8c7; border-bottom: 5px solid #856739; position: relative; top: -200px; -webkit-transition: .5s ease-in-out all; -moz-transition: .5s ease-in-out all; -ms-transition: .5s ease-in-out all; -o-transition: .5s ease-in-out all; transition: .5s ease-in-out all; }
.soswpt { padding-top: 26px; font-family: Bebas Neue; text-align: center; line-height: 100%; text-transform: lowercase; font-weight: 700; color: #6d3689; font-size: 16px; letter-spacing: 3px; }
.soswpt:first-letter { color: #9b6004; }
.soswmt { font-family: Lobster; font-size: 12px; text-align: center; line-height: 100%;  letter-spacing: 1px; color: #6d3689; }

/* пара */
#phoe1{ width: 229px; position: relative; left: -5px; height: 82px; overflow: hidden; }
#soswph1{ width: 229px; height: 82px; }

#soswph1:hover .sosir1 { top: -140px; }

.sosir1{ width: 229px; height: 82px; padding: 10px 0px; background-color: #fff8c7; border-bottom: 5px solid #856739; position: relative; top: -200px; -webkit-transition: .5s ease-in-out all; -moz-transition: .5s ease-in-out all; -ms-transition: .5s ease-in-out all; -o-transition: .5s ease-in-out all; transition: .5s ease-in-out all; }

.soswpt1{ padding-top: 59px; font-family: Bebas Neue; text-align: center; line-height: 100%; text-transform: lowercase; font-weight: 700; color: #6d3689; font-size: 20px; letter-spacing: 3px; }

.soswpt1:first-letter { color: #9b6004; }

.soswmt1{ font-family: Lobster; font-size: 12px; text-align: center; line-height: 100%;  letter-spacing: 1px; color: #6d3689; }

.zoom img {
width: 100px;
height: 100px;
-webkit-transition: all 2s ease;
-moz-transition: all 2s ease;
-ms-transition: all 2s ease;
-o-transition: all 2s ease;
transition: all 2s ease;
}

.zoom img:hover {
width: 123px;
height: 123px;
-webkit-box-shadow: 0 0 40px rgba(255,255,255,.6), inset 0 0 40px rgba(255,255,255,1);
-moz-box-shadow: 0 0 40px rgba(255,255,255,.6), inset 0 0 40px rgba(255,255,255,1);
box-shadow: 0 0 40px rgba(255,255,255,.6), inset 0 0 40px rgba(255,255,255,1);
}

/*новости*/
#raz {
display: inline-block;
width: auto;
text-align: center;
height: auto;
font-size: 1em;
padding: 3px 5px;
margin-top: -2px;
border-radius: 10px;
}
.news {
background-color: #a07c45;
color: #c9dddd;
text-align: center;
text-transform: uppercase;
font-family: 'Roboto Condensed', sans-serif;
}

/* личная страница */
/* карты */
.send{text-align:justify;margin-bottom:5px;padding:5px}
.recieve span,.send span{display:none}
.recieve:hover span,.send:hover span{display:block;position:absolute;width:220px; margin-top:-150px;background: url(http://funkyimg.com/i/27zMn.png);   border: 1px solid #35240f;
  border-top: 4px solid #94642b;
  border-bottom: 4px solid #3f1d11;
  -webkit-box-shadow:0 1px 4px #784d20, 0 0 30px #784d20 inset;
  border-radius: 30px; margin-left: 160px; text-transform:uppercase;padding:11px 6px 11px 6px;}

/* достижения */
.send1{text-align:justify;margin-bottom:5px;padding:5px}
.recieve span,.send1 span{display:none}
.recieve:hover span,.send1:hover span{display:block;position:absolute;width:220px; margin-top:-150px;background: url(http://funkyimg.com/i/27zMn.png);   border: 1px solid #35240f;
  border-top: 4px solid #94642b;
  border-bottom: 4px solid #3f1d11;
  -webkit-box-shadow:0 1px 4px #784d20, 0 0 30px #784d20 inset;
  border-radius: 30px; margin-left: -75px; margin-top: -10px; text-transform:uppercase;padding:11px 6px 11px 6px;}

/* наградки */
.send2{text-align:justify;margin-bottom:5px;padding:5px}
.recieve span,.send2 span{display:none}
.recieve:hover span,.send2:hover span{display:block;position:absolute;width:260px; margin-top:-150px;background: url(http://funkyimg.com/i/27zMn.png);   border: 1px solid #35240f;
  border-top: 4px solid #94642b;
  border-bottom: 4px solid #3f1d11;
  -webkit-box-shadow:0 1px 4px #784d20, 0 0 30px #784d20 inset;
  border-radius: 30px; margin-left: 100px; margin-top: -120px; text-transform:uppercase;padding:11px 6px 11px 6px;}

/* карта и личная */
.send3{text-align:justify;margin-bottom:5px;padding:5px}
.recieve span,.send3 span{display:none}
.recieve:hover span,.send3:hover span{display:block;position:absolute;width:180px; margin-top:-150px;background: url(http://funkyimg.com/i/27zMn.png);   border: 1px solid #35240f;
  border-top: 4px solid #94642b;
  border-bottom: 4px solid #3f1d11;
  -webkit-box-shadow:0 1px 4px #784d20, 0 0 30px #784d20 inset;
  border-radius: 30px; margin-left: -75px; margin-top: -10px; text-transform:uppercase;padding:11px 6px 11px 6px; font-family: "'Palatino Linotype";
font-size: 8px;
line-height: 100%;
letter-spacing: 1px;}

.send2{text-align:justify;margin-bottom:5px;padding:5px}
.recieve span,.send2 span{display:none}
.recieve:hover span,.send2:hover span{display:block;position:absolute;width:220px; margin-top:-150px;background: url(http://funkyimg.com/i/27zMn.png);   border: 1px solid #35240f;
  border-top: 4px solid #94642b;
  border-bottom: 4px solid #3f1d11;
  -webkit-box-shadow:0 1px 4px #784d20, 0 0 30px #784d20 inset;
  border-radius: 30px; margin-left: -75px; margin-top: -10px; text-transform:uppercase;padding:11px 6px 11px 6px; font-family: "'Palatino Linotype";
font-size: 8px;
line-height: 100%;
letter-spacing: 1px;}

.send5{text-align:justify;margin-bottom:5px;padding:5px}
.recieve span,.send5 span{display:none}
.recieve:hover span,.send5:hover span{display:block;position:absolute;width:180px; margin-top:-150px;background: url(http://funkyimg.com/i/27zMn.png);   border: 1px solid #35240f;
  border-top: 4px solid #94642b;
  border-bottom: 4px solid #3f1d11;
  -webkit-box-shadow:0 1px 4px #784d20, 0 0 30px #784d20 inset;
  border-radius: 30px; margin-left: -75px; margin-top: -10px; text-transform:uppercase;padding:11px 6px 11px 6px; font-family: "'Palatino Linotype";
font-size: 8px;
line-height: 100%;
letter-spacing: 1px;}

.send6{text-align:justify;margin-bottom:5px;padding:5px}
.recieve span,.send6 span{display:none}
.recieve:hover span,.send6:hover span{display:block;position:absolute;width:220px; margin-top:-150px;background: url(http://funkyimg.com/i/27zMn.png);   border: 1px solid #35240f;
  border-top: 4px solid #94642b;
  border-bottom: 4px solid #3f1d11;
  -webkit-box-shadow:0 1px 4px #784d20, 0 0 30px #784d20 inset;
  border-radius: 30px; margin-left: -75px; margin-top: -10px; text-transform:uppercase;padding:11px 6px 11px 6px; font-family: "'Palatino Linotype";
font-size: 8px;
line-height: 100%;
letter-spacing: 1px;}

.send4{text-align:justify;margin-bottom:5px;padding:5px}
.recieve span,.send4 span{display:none}
.recieve:hover span,.send4:hover span{background-color: #f0e9ab;   
border: 1px solid #35240f;
  border-top: 4px solid #94642b;
  border-bottom: 4px solid #3f1d11;
  -webkit-box-shadow:0 1px 4px #784d20, 0 0 30px #784d20 inset;
display: block;
font-family: "'Palatino Linotype";
font-size: 8px;
line-height: 100%;
letter-spacing: 1px;
margin-top: -34px;
overflow: auto;
position: absolute;z-index:1000;
width: 250px;
border-radius: 10px;
margin-left: 10px;
margin-top: 0px;
text-transform:uppercase;
padding:2px 6px 2px 6px;}

body{
  overflow-x:scroll;
}

0

3

/*************************************************************
A - SETUP
**************************************************************/

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

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

/* 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: 95.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, .punbb th {
  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 {
  margin: auto;
  width: 977px;
  position: relative;

  }

/* A5.2 */
.punbb {
  float: auto;
  height: auto;
  width: 95%;
  padding-left: 20px;
  }

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

/* 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 h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
  padding: 0.5em 1em;
  border-style: none solid solid none;
  border-width: 0 1px 1px 0;
  }

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

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

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

/* B1.2 */
.punbb .post-sig dt {
  display: block;
  border-top: 1px solid #888;
  width: 250px;
  margin: 5px 0;
  }

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

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

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

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

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

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
  margin: 0.4em 1.8em 1.4em 1.8em;
  padding: 1em;
  border-style: none;
  border-width: 1px;
  }

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
  display: block;
  padding-bottom: 0.7em;
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  }

/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: solid;
  border-width: 1px;
  margin: 0 0 1.1em 0;
  }

/* B2.2 */
.punbb .info-box * {
  padding: 0 0 0.7em 0;
  }

/* B2.3 */
.punbb #pun-main .info-box .legend {
  font-size: 1.1em;
  font-weight: bold;
  }

/* B3 Pagination and posting links
-------------------------------------------------------------*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  }

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

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

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

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

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

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

/* C2.1 */
.punbb .main .tcl {
  overflow: hidden;
  text-align: left;
  width: 50%;
  }

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

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

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

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

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

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

/* C2.8 */
#pun-index .tcl h3 {
  font-size: 1.2em;
  font-weight: bold;
  }

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

/* C2.10 */
.punbb td .modlist {
  display: 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 {
  border-style: none none none solid;
  border-width: 0 0 0 1px;
  padding: 0.4em 1em 0.4em 1em;
  }

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

    * html .tclcon {height: 1px}

    /* C2.14 */
    .punbb td div.tclcon {
            margin-left: 50px;
    }

    /* C2.15 */
    .punbb div.icon {
        float: left;
        display: block;
        width: 60px;
        height: 60px;}
/* C3 Topics

-------------------------------------------------------------*/
#pun-title, #pun-navlinks {
  border-color: #202021 ;
}

/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3 {
  border-color:  transparent;
  }

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-color: transparent;

  }

/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: transparent ;

  }

/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.punbb .post h3 span, .post-links ul, .post-links, .usertable table {
  border-color: transparent;

  }

/* CS2.5 */
.punbb th {
  border-color: transparent ;

  }

/* CS2.6 */
.punbb .quote-box, .punbb .code-box {
  border-color: #d6d6d6;

  }

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
  border-color: transparent;

  }

#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border-color: transparent ;

  }

.punbb .divider {
  border-color: transparent;

  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border: 1px solid transparent ;

  }

li.pa-online {
  border-left-color: transparent ;

  }





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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* C3.16 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: bold;
  }

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

/* C6.5 */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 14px -0.6em 14px;
  }

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

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

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

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

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

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

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

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

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

/* C7.3 */
#pun-userlist .usertable table {
  border-style: solid;
  border-width: 1px;
  }
/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

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

/* D1.1 */
#pun-title {
  margin: 0;
  border-style: none none none none;
  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 none none none;
  }

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

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

#pun-title h1 span  {
  font-size: 1.5em;
  }

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

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

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

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

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

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

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

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

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

/* D3.2 */
#pun-navlinks .container {
  padding: 0.7em 1em;
  }

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

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

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

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

/* D4.2 */
#pun-ulinks .container {
  border-top: none;
  padding: 0.7em 1em;
  }

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  display: inline;
  border-left-style: solid;
  border-left-width: 1px;
  white-space: nowrap;
  }

/* D4.4 */
#pun-ulinks li a {
  padding: 0 0.3em 0 0.6em
  }

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

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

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

/* D5.2 */
#pun-status .container {
  padding: 0.8em 1em 1em 1em;
  }

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

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

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

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

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

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

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

/* D6.3 */
#pun-announcement .container {
  padding: 4.3em 1em 1em 1em;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* D9.2 */

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

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

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

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

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

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

0

4

/* CS1 Фон и цвет текста*/

/* CS1.1 Цвет текста на форуме */
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3, #pun-navlinks .container,
.punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd,
.punbb .info-box, .punbb #pun-main .info-box .legend, .punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer, #pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2, #pun-title, #pun-title .container, .punbb .modmenu .container, .punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span, .punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl, #pun-navlinks .container  { background-color: transpanent;
color: #000000;
font-weight: normal;
font-style: normal;}

/* CS1.2 Боди или фон форума */
body {background-color: #eed7a6;  background-image: url(http://funkyimg.com/i/2d33E.jpg); background-position: top center; }

/* CS1.3 Шапка */
#pun-title table {
background-image : url(http://funkyimg.com/i/2d5PZ.png);
background-repeat : no-repeat;
background-position: top center;
border: none;
height: 666px;
width: 977px;
margin-left: -20px;
}

/* CS1.4 Пан или "тело" форума */
#pun {background-color: #fefaec; background-image: url(http://funkyimg.com/i/2d4pM.png);}

/* CS1.5 Футер\копирай\низ */
#pun-about p.container {background-image: url(http://funkyimg.com/i/2d5uk.png); background-position: top center; background-repeat: no-repeat; height: 201px; width: 968px;
margin-left: -20px;}
div#html-footer {margin: -190px 0px 0px 0px;}

/* CS1.6 Ссылки верхней навигации*/
#pun-navlinks .container {
text-align: center;
position: absolute;
background-color: transpanent;
background-image: url();
z-index: 1000;
top: 635px;
left: 210px}

#pun-ulinks .container {
text-align: center;
position: absolute;
top: 655px;
left: 90px}

/* CS2 Ссылки */

/* CS2.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, .punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #360101;
  text-decoration: none;}

/* CS2.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: #360101;
  text-decoration: none;}

/* CS2.3 */
#pun-navlinks a {
  color: #360101;
  text-decoration: none;}

/* CS2.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #360101;
  text-decoration: none;}

/* CS3 Иконки старых, новых, важных, закрытых тем */

/* CS3.1 Иконка старых сообщений*/
.punbb table Div.icon {float: right;
display: block;
border-style: none none none none;
margin-left: 5px;
margin-right: 5px;
width: 80px;
height: 80px;
background-image : url(адрес);
background-repeat: no-repeat;}

/* CS3.2 Иконка новых */
TR.inew Div.icon {
background-image : url(адрес);
background-repeat: no-repeat;
width: 80px;
height: 80px;}

/* CS3.3 Иконка важных*/
TR.isticky Div.icon {
background-image : url(адрес);
background-repeat: no-repeat;
width: 80px;
height: 80px;}

/* CS3.3 Иконка закрытых*/
TR.iclosed Div.icon {
background-image : url(адрес);
background-repeat: no-repeat;
width: 80px;
height: 80px;}

/* CS4 Картинки категорий */
#pun-category1.category h2 {
background: url(адрес);
height: 80px;
width: 200px;
font-size:0 !important;
margin-left: 320px;}

/* CS5 Прочие элементы */

/* CS5.1 Статус картинки со статистикой 24*/
#pun-stats ul.container {
background-attachment: scroll;
background-clip: border-box;
background-color: transparent;
background-image: url("адрес");
background-origin: padding-box;
background-position: 10px 10px;
background-repeat: no-repeat;
background-size: auto;
padding-left: 120px;
padding-top: 40px;}

/* CS5.2 Статус картинки с надписью "статистика" над статистикой форума*/
#pun-stats.section h2 {
background-attachment: scroll;
background-clip: border-box;
height: 80px;
width: 200px;
margin-left: 320px;
background-color: transparent;
background-image: url("адрес");
background-origin: padding-box;
background-position: 50% 0%;
background-repeat: no-repeat;
background-size: auto;
font-size: 0px;}

/* CS5.3 Цитаты и коды в сообщениях*/
.punbb .quote-box, .punbb .code-box {
background-color: #f7e5e1;
background-image: url("адрес");
color: #000000}

/* Закругленные края цитаты и кода с тенью */
.punbb .quote-box, .punbb .code-box, .punbb textarea, .punbb select  {
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
box-shadow: 0px 2px 1px }

.punbb input { border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
box-shadow: 0px 1px 1px;}

/* CS5.4 Область для ввода текста в форме ответа и админке */
.punbb textarea, .punbb select, .punbb input {
background-color: #ffffff;
color: #000000}

/* CS5.5 Двигаем верхний баннер */
#pun-title table tbody tr .title-logo-tdr {
position: absolute; z-index: 1;
left: 50px;
top: -192px}

/* CS5.6 Совсем другое */
#pun-main div.catleft, #pun-main div.catright {display: none}
#pun-announcement .container {margin-top: -2em}
#pun-main .post-author ul {text-align: center}
#pun-announcement h2 {display: none}
#pun-status .container, #pun-main .post-links li {text-align: center;}
#pun th, #pun-main h2 {text-align: center}
#pun-crumbs1 .container { text-align: center;}
#pun-navlinks .container, #pun-ulinks .container { text-align: center;}

0

5

вверх
<!--------------- стихия ------------------->
<div style="position: absolute; margin-top: 457px; margin-left: 30px; ">
<style>.stthree1 { width: 70px; padding: 8px; margin-bottom: 5px; height: 70px;}
#mb1 { width: 70px; height: 70px; overflow: hidden; }
.mbim1 { width: 70px; height: 70px; }
.mbim1 img { width: 70px; height: 70px; -webkit-transition: .9s ease-in-out all; -moz-transition: .9s ease-in-out all; -ms-transition: .9s ease-in-out all; -o-transition: .9s ease-in-out all; transition: .9s ease-in-out all; }
#mb1:hover .mbim1 img { width: 30px; height: 30px; position: relative; border-radius: 100%; margin-bottom: 1px; }
.mbte1 { font-family: montserrat; font-size: 10px; text-align: justify; line-height: 90%; text-transform: lowercase; color: #111; }
.mbts1 { width: 100px; padding-right: 5px; height: 100px; overflow: auto; }
.mbib1 { -webkit-transition: .9s ease-in-out all; -moz-transition: .9s ease-in-out all; -ms-transition: .9s ease-in-out all; -o-transition: .9s ease-in-out all; transition: .9s ease-in-out all; position: relative; }
#mb1:hover .mbib img { background-color: #fafafa; padding: 1px; border: 0px solid #ccc; }
</style>
<center>

<div class="stthree1">
<div id="mb1"><div class="mbim1">
<div class="mbib1"><center><img src="http://i.imgur.com/94rJ4xg.png" class="Hoverbuttons"></center></div>
<div class="mbte1"><div class="mbts1">

<center><div style="margin-top: 10px; color: #f9f9f9; text-align: justify; font-family: 'Arial Narrow'; font-size: 16px; line-height: 90%; letter-spacing: -1px;  text-shadow: 1px 1px 0px #656666">38 постов</div></center></div></div></div></div></div></center><br></div>

<!--пост-->
<div style="margin-left: 110px; position: absolute; overflow: auto; margin-top: 465px; text-align:left;  font-size: 10px;">
<a href="ссылка на пост"><img src=http://funkyimg.com/i/2d5CC.png" title="пост недели - Rose Tyler" class="Hoverbuttons"></a>
</div>

<!-- нужные -->
<!-- 1 -->
<div style="position: absolute; margin-top: 405px; margin-left: 325px; "><a href="ссылка на нужного"><img src=http://funkyimg.com/i/2d5CA.png" title="в поиске" class="Hoverbuttons"></a></div>
<!-- 2 -->
<div style="position: absolute; margin-top: 441px; margin-left: 369px; "><a href="ссылка на нужного"><img src="http://funkyimg.com/i/2d5CA.png" title="в поиске" class="Hoverbuttons"></a></div>
<!-- 3 -->
<div style="position: absolute; margin-top: 478px; margin-left: 322px; "><a href="ссылка на нужного"><img src="http://funkyimg.com/i/2d5CA.png" title="в поиске" class="Hoverbuttons"></a></div>

<!-- лучший эпизод -->
<div style="position: absolute; margin-top: 424px; margin-left: 447px; "><a href="ссылка на эпизод"><img src="http://funkyimg.com/i/2d5Cx.png" title="название эпизода" class="Hoverbuttons"></a></div>

<!-- лучшая пара -->
<div style="position: absolute; margin-top: 425px; margin-left: 770px; "><img src="http://funkyimg.com/i/2d5CB.png" title="имя - имя" class="Hoverbuttons"></div>

<!-- ВК -->
<div style="position: absolute; margin-top: 397px; margin-left: 853px; "><a href="https://vk.com/public105883497"><img src="http://funkyimg.com/i/2d5Cz.png" title="Финикс вконтакте"></div>

<!---------------------- постописцы ------------------------>
<!-- 1 -->
<div style="position: absolute; margin-top: 553px; margin-left: 37px; "><img src="http://funkyimg.com/i/2d5CE.png" title="постописец Georgia Harris написала 11 постов" class="Hoverbuttons"></div>

<!-- 2 -->
<div style="position: absolute; margin-top: 553px; margin-left: 98px; "><img src="http://funkyimg.com/i/2d5CE.png" title="постописец Charles Price написал 8 постов" class="Hoverbuttons"></div>

<!-- 3-->
<div style="position: absolute; margin-top: 553px; margin-left: 160px; "><img src="http://funkyimg.com/i/2d5CE.png" title="постописец Harlan Wade написал 8 постов" class="Hoverbuttons"></div>

<!-- 4-->
<div style="position: absolute; margin-top: 553px; margin-left: 223px; "><img src="http://funkyimg.com/i/2d5CE.png" title="постописец Kylie Bradshaw написала 6 постов" class="Hoverbuttons"></div>

<!-- 5-->
<div style="position: absolute; margin-top: 553px; margin-left: 287px; "><img src="http://funkyimg.com/i/2d5CE.png" title="постописец Amanda Whiteley написала 6 постов" class="Hoverbuttons"></div>

<!-- 6-->
<div style="position: absolute; margin-top: 553px; margin-left: 351px; "><img src="http://funkyimg.com/i/2d5CE.png" title="постописец Thomas Fischer написал 5 постов" class="Hoverbuttons"></div>

<!---------------------- активисты ------------------------>
<!-- 1 -->
<div style="position: absolute; margin-top: 553px; margin-left: 528px; "><img src="http://funkyimg.com/i/2d5Cy.png" title="флудер - Georgia Harris" class="Hoverbuttons"></div>

<!-- 2 -->
<div style="position: absolute; margin-top: 553px; margin-left: 591px; "><img src="http://funkyimg.com/i/2d5Cy.png" title="флудер -  Charles Price" class="Hoverbuttons"></div>

<!-- 3-->
<div style="position: absolute; margin-top: 553px; margin-left: 655px; "><img src="http://funkyimg.com/i/2d5Cy.png" title="флудер - Steve Hartman" class="Hoverbuttons"></div>

<!-- 4-->
<div style="position: absolute; margin-top: 553px; margin-left: 719px; "><img src="http://funkyimg.com/i/2d5Cy.png" title="флудер - Emily Audley" class="Hoverbuttons"></div>

<!-- 5-->
<div style="position: absolute; margin-top: 553px; margin-left: 780px; "><img src="http://funkyimg.com/i/2d5Cy.png" title="флудер - Helena G. Blackheart" class="Hoverbuttons"></div>

<!-- 6-->
<div style="position: absolute; margin-top: 553px; margin-left: 842px; "><img src="http://funkyimg.com/i/2d5Cy.png" title="флудер - Gwendolyn Hades" class="Hoverbuttons"></div>

<!-- счастливый случай-->
<div style="position: absolute; margin-top: 536px; margin-left: 430px; "><a href=http://yourphoenix.rusff.me/viewtopic.php?id=1316&p=17#p194081><img src="http://funkyimg.com/i/2d5CD.png" title="счастливый случай #30
"></a></div>

<!--навигация-->
<div style="margin-left: 49px; position: absolute; overflow: auto; margin-top: 397px; text-align:left;  font-size: 10px;">
<a href="http://yourphoenix.rusff.me/viewforum.php?id=3"><img src=http://funkyimg.com/i/2d5R8.png"></a>
</div>
<div style="margin-left: 75px; position: absolute; overflow: auto; margin-top: 397px; text-align:left;  font-size: 10px;">
<a href="http://yourphoenix.rusff.me/viewtopic.php?id=7"><img src=http://funkyimg.com/i/2d5RB.png"></a>
</div>
<div style="margin-left: 110px; position: absolute; overflow: auto; margin-top: 392px; text-align:left;  font-size: 10px;">
<a href="http://yourphoenix.rusff.me/viewtopic.php?id=37"><img src=http://funkyimg.com/i/2d5RU.png"></a>
</div>
<div style="margin-left: 147px; position: absolute; overflow: auto; margin-top: 399px; text-align:left;  font-size: 10px;">
<a href="http://yourphoenix.rusff.me/viewtopic.php?id=32"><img src=http://funkyimg.com/i/2d5Sm.png"></a>
</div>
<div style="margin-left: 176px; position: absolute; overflow: auto; margin-top: 397px; text-align:left;  font-size: 10px;">
<a href="http://yourphoenix.rusff.me/viewtopic.php?id=700"><img src=http://funkyimg.com/i/2d5Ut.png"></a>
</div>
<div style="margin-left: 210px; position: absolute; overflow: auto; margin-top: 390px; text-align:left;  font-size: 10px;">
<a href="http://yourphoenix.rusff.me/viewtopic.php?id=52"><img src=http://funkyimg.com/i/2d5V9.png"></a>
</div>
<div style="margin-left: 246px; position: absolute; overflow: auto; margin-top: 400px; text-align:left;  font-size: 10px;">
<a href="http://yourphoenix.rusff.me/viewtopic.php?id=33"><img src=http://funkyimg.com/i/2d5SJ.png"></a>
</div>
<div style="margin-left: 279px; position: absolute; overflow: auto; margin-top: 409px; text-align:left;  font-size: 10px;">
<a href="http://yourphoenix.rusff.me/viewtopic.php?id=6130"><img src=http://funkyimg.com/i/2d5VA.png"></a>
</div>

0

6

вниз

<script language="JavaScript">
str=document.URL
if(str.substring(str.lastIndexOf('/')+1)=="" || str.substring(str.lastIndexOf('/')+1)=="index.php")
   document.write("<style>#forum_f33{display:none}</style>")
</script>

<!--Кнопки вверх и вниз-->
<a style="position: fixed; top: 400px; right: 20px; cursor: pointer; background-color: transparent !important;" id="Go_Top"><img src="http://funkyimg.com/i/28Gzw.png" alt="Вверх"></a>

<a style="position: fixed; top: 460px; right: 30px; cursor: pointer; background-color: transparent !important;" id="Go_Bottom"><img src="http://funkyimg.com/i/28Gzx.png" alt="Вниз"></a>
<script type="text/javascript">
jQuery(function(){
$("#Go_Top").hide().removeAttr("href");
if ($(window).scrollTop()>="250") $("#Go_Top").fadeIn("slow")
$(window).scroll(function(){
  if ($(window).scrollTop()<="250") $("#Go_Top").fadeOut("slow")
  else $("#Go_Top").fadeIn("slow")
});

$("#Go_Bottom").hide().removeAttr("href");
if ($(window).scrollTop()<=$(document).height()-"999") $("#Go_Bottom").fadeIn("slow")
$(window).scroll(function(){
  if ($(window).scrollTop()>=$(document).height()-"999") $("#Go_Bottom").fadeOut("slow")
  else $("#Go_Bottom").fadeIn("slow")
});

$("#Go_Top").click(function(){
  $("html, body").animate({scrollTop:0},"slow")
})
$("#Go_Bottom").click(function(){
  $("html, body").animate({scrollTop:$(document).height()},"slow")
})
});
</script>

<!-- Смена имиджа профиля в текущем посте-->
<style>.punbb .pa-avatar img {max-width:180px;height:auto;}</style>
<script type="text/javascript">
//========== HTML-низ START СЕКЦИЯ ======================================//
OnSmenaImage("ИГРОВОЙ РАЗДЕЛ", new Array("Ник1", "Ник2", "Ник3",  "Ник4", "Ник5", "Ник6"))
OnSmenaImage("Зачарованный лес", new Array("Ник1", "Ник2",  "Ник4", "Ник5", "Ник6"))
OnSmenaImage("ХЕЛЛОУИН", new Array("Ник1", "Ник2",  "Ник4", "Ник5", "Ник6"))
var AvtrArr=new Array(
"ссылка",    //Ссылки на картинки Аватар
"ссылка",
"ссылка"   //End myarray_!!Последняя ссылка без Запятой!!!
)
StartNIZ(); //
//======= end HTML-низ START СЕКЦИЯ =====================================//
</script>

<!--Баннеры партнеров-->
<div style="width:900px; height:67px; margin-right: 0px; margin-left: 21px; position: absolute; overflow: auto; margin-top: 9px; ">
<center><a href="http://redbus.rusff.me/"><img src="http://savepic.su/5725041.gif" class="Hoverbuttons"></a> <a href="http://cross.hutt.ru/" title="WHITE CROSS" target=_blank> <img src="http://funkyimg.com/i/JtmW.gif" class="Hoverbuttons"></a></a><a href="http://crossdom.rusff.me/" target="_blank"><img src="http://s9.uploads.ru/03ivT.gif" title="CROSSDOM. место, которое станет тебе домом.."class="Hoverbuttons"></a> <a href="http://jumpstreet.rusff.me/"><img src="http://i.imgur.com/EuJsKbj.gif" class="Hoverbuttons"></a> <a href="http://docnight.rusff.me/" target="_blank"><img title="Doctor Who: Night terror" src="http://s6.uploads.ru/t/QDk13.gif" class="Hoverbuttons"></a> <a href="http://brighton.mybb.ru/" target="_blank" title="Не боишься, что кое-кто все про тебя расскажет?" ><img src="http://s2.uploads.ru/UxPVO.gif" class="Hoverbuttons"></a> <a href="http://pixels.rusff.me/"><img src="http://funkyimg.com/i/21DbR.gif" title="пиксуй с нами"  class="Hoverbuttons"></a> <a href="http://dracodormiens.f-rpg.ru" target="blank"><img src="http://s6.uploads.ru/tkgSQ.gif" class="Hoverbuttons"></a> <a href="http://masseffectfromashes.rolka.su/"><img border="0" src="http://s3.uploads.ru/P2AQp.gif"title="Mass Effect: From Ashes" class="Hoverbuttons"></a>  <a href="http://doortohollywood.rusff.me/"" alt="INCEPTION" title="INCEPTION" target=_blank> <img src="http://i48.fastpic.ru/big/2015/0506/5b/d89948553b31dbb20a09e384cd8d4e5b.png" border="0" class="Hoverbuttons" ></a>  <a href="http://record-orleans.ru/" target="_blank"><img src="http://funkyimg.com/i/VGqa.png" alt="» на рекордных скоростях " width=88 height=32 class="Hoverbuttons"></a> <a href="http://omerta.rusff.me/" target="_blank"><img src="http://uploads.ru/i/u/c/X/ucXVZ.gif" class="Hoverbuttons"></a> <a href="http://mhshootme.rusff.me/" class="Hoverbuttons"><img src="http://funkyimg.com/i/QiD6.gif" title="Mystery Hills: Shoot Me"></a> <a href="http://baltimore.rolka.su/" target="_blank"><img src="http://funkyimg.com/i/231GD.gif" title="Baltimore" border="0" width="88" height="31" class="Hoverbuttons"></a> <a href="http://irepublic.rusff.me" target=_blank, title='Irish Republic'><img src="http://funkyimg.com/i/21Vmb.gif" class="Hoverbuttons"></a> <a href="http://crack.rusff.me/"><img src="http://funkyimg.com/i/2796Y.gif" title="ты будешь счастлив" width=88 height=32 class="Hoverbuttons"> <a href="http://crossfeeling.rusff.me/" target="_blank">
<img src="http://funkyimg.com/i/24WpV.jpg" title="crossfeeling" border="1" width="88" height="31" class="Hoverbuttons"></a></a><a href="http://lockhaven.rusff.me/" target="_blank" ><img src="http://funkyimg.com/i/26gPR.gif" border="0" alt="NEIGHBOURHOOD" /></a>
</center></div>

<!--Для хтмл -->
<script src="http://hostjs-mybb2011.narod.ru/js/transform_code_boxr.js"></script>

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

<!--Пришло новое сообщение-->
<script type="text/javascript">
var nrisunok="http://s9.uploads.ru/rHAXn.gif";
if( (document.getElementById("navpm").innerHTML.indexOf("(") != -1))
{
document.getElementById("navpm").innerHTML="<img src='"+nrisunok+"'> "+document.getElementById("navpm").innerHTML;
};
</script>

<!-- Запятая после ника-->
<script type="text/javascript">
function to(username)
{insert('' + username + '' + ', ');}
</script>

<!-- Выделить код-->
<script type="text/javascript">
function select_text(elem) {
if(window.getSelection) {   
var s=window.getSelection();   
if(s.setBaseAndExtent){   
s.setBaseAndExtent(elem,0,elem,elem.innerText.length-1);   
}
else {   
var r=document.createRange();   
r.selectNodeContents(elem);   
s.removeAllRanges();   
s.addRange(r);
}   
}
else if(document.getSelection){   
var s=document.getSelection();   
var r=document.createRange();   
r.selectNodeContents(elem);   
s.removeAllRanges();   
s.addRange(r);   
}
else if(document.selection){   
var r=document.body.createTextRange();   
r.moveToElementText(elem);   
r.select();
}   
}
</script>
<script type="text/javascript">
var div = document.getElementById('pun-main').getElementsByTagName('div');
for(x in div){
if(div[x].className=='code-box'){
div[x].getElementsByTagName('strong')[0].innerHTML = '<a href="#" onclick="select_text(this.parentNode.parentNode.childNodes[1].getElementsByTagName(\'pre\')[0]); return false;">Возьми меня</a>';
}
}
</script>

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

<!-- Убрать граффити, вложения, поделиться -->
<script type="text/javascript">
RusffCore.sets.share = false;
RusffCore.sets.graffiti = false;
RusffCore.sets.files.button = false;
</script>

<!--Скрипт замены -->
<script>
function UniverСhange(selektor,changed,substitute){
$(selektor).each(function(){if ($(this).parent().html()!=null){if($(this).parent().html().indexOf(changed)!=-1){
$(this).parent().html($(this).parent().html().replace(changed,substitute));};};});}
UniverСhange("#pun-stats .item5","Активны","Сейчас онлайн");
UniverСhange("li.pa-online","Активен","Онлайн");
</script>

<!--Скрыть модеров-->
<script>
    var supermod = new Array("David Cross","America Grayson","имя","имя","имя")

    var mod=document.getElementsByTagName("span")
    var str
    for(x in mod) if(mod[x].className=="modlist"){
    for(y in supermod)
        if((pos=mod[x].innerHTML.indexOf(supermod[y]))!=-1)
            mod[x].innerHTML=remName(mod[x].innerHTML,pos)
    }

    function remName(str,pos){
    var pos1=str.indexOf("<A href"),pos2=str.indexOf("<A href",pos1+1)
    if(pos2==-1) return("")

    while(pos>pos2 && pos2!=-1){
        pos1=pos2
        pos2=str.indexOf("<A href",pos1+1)
    }
    if(pos2==-1){
        pos2=str.length-1
        pos1-=2
    }
    return (str.substring(0,pos1)+str.substring(pos2,str.length))
    }
    </script>

<!--Отправка сообщений ctrl+entr-->
<script type="text/javascript">
document.onkeydown=function(e){
if (e) event=e
if ((event.keyCode==13)&&(event.ctrlKey)){
document.getElementById('post').submit.click();
}}
</script>

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

<!--Форма ответа текст по ширине-->
<style>
#button-mybb1 {background-image:url('http://funkyimg.com/i/WMYo.png'); padding:0; line-height:0; background-position:center; background-repeat:no-repeat; height:24px; width:100%}
</style>
<script type="text/javascript">
if(form=document.getElementById("form-buttons"))
form.getElementsByTagName("tr")[0].insertCell(8).innerHTML="<img src='/i/blank.gif' id='button-mybb1' onclick=\"bbcode('', '');\"/>"
</script>

<!--Теги cделать хтмл-->
<style>
#button-mybb2 {background-image:url('http://funkyimg.com/i/WMYp.png'); padding:0; line-height:0; background-position:center; background-repeat:no-repeat; height:24px; width:100%}
</style>
<script type="text/javascript">
if(form=document.getElementById("form-buttons"))
form.getElementsByTagName("tr")[0].insertCell(11).innerHTML="<img src='/i/blank.gif' id='button-mybb2' onclick=\"bbcode('

Код:
<!--HTML-->', '

');\"/>"
</script>

<!--audio в одном v.2.4-->
<script type="text/javascript">
var player;
$(function(){
$('td#button-code').before('<td style=\'background-image:url("http://icons.iconarchive.com/icons/mcdo-design/cats-2/16/Music-icon.png")\' onclick="tag_play()"><img src="/i/blank.gif" title="Загрузить музыку"></td>');
$('div.post-content p').map(function () {
text = $(this).html();
if(text.indexOf("zippyshare.com") != -1) {
player = /\[audio\]http:\/\/www(\d+)\.zippyshare\.com\/v\/(\d+)\/file\.html\[\/audio\]/gi
$(this).html(text.replace(player, "<br /><embed type='application/x-shockwave-flash' src='http://api.zippyshare.com/api/mediaplayer/mediaplayer.swf' flashvars='height=20&amp;width=400&amp;file=http://www$1.zippyshare.com/downloadMusic%3Fkey%3D$2%26&amp;volume=80&amp;autostart=false&amp;frontcolor=0x000000&amp;backcolor=0xffffff&amp;lightcolor=0x000000&amp;type=flv' quality='high' menu='false' wmode='transparent' allowscriptaccess='always' height='20' width='400' name='mp3player' border='0' style='margin-bottom: 6px;'/>"));}
if(text.indexOf("promodj.ru") != -1) {
player = /\[audio\]http:\/\/(.*?)\.promodj\.ru\/(.*?)\/(\d+)\/(.*?)\.html\[\/audio\]/gi
$(this).html(text.replace(player, "<br /><embed src='http://i.cdn.promodeejay.net/swf/bigwaveplayer_release9.swf' type='application/x-shockwave-flash' wmode='transparent' width='100%' height='150' allowFullScreen='true' flashvars='link=http%3A%2F%2Fpromodj.ru%2Fprelisten%2F$3%2Fbobmarley%3Fwtf%3D0.41394098338022567%26no_external%3D1&amp;wave=http%3A%2F%2Fpromodj.ru%2Fwaveform_prelisten%2F$3%2Fbobmarley.png%3Fwtf%3D0.41394098338022567%26stub%3D1&amp;slowChannel=1&amp;autostart=0&amp;volumePercent=100&amp;wavecolor=12982542'></embed>"));
}
if(text.indexOf("pleer.com") != -1) {
player = /\[audio\](.*?)\/tracks\/(.*?)\[\/audio\]/gi
$(this).html(text.replace(player, "<br /><embed src='http://embed.pleer.com/track?id=$2' type='application/x-shockwave-flash'  wmode='transparent' width='550' height='42'></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("Введите ссылку на на музыку с promodj.ru, zippyshare.com, pleer.com или прямую ссылку формата .mp3 ", "http://");
if (!enterURL)
{FoundErrors += " " + error_no_url;}
if (FoundErrors)
{alert("Ошибка!" + FoundErrors);
return;}
insert("[audio]" + enterURL + "[/audio]");}
</script>

<!--Переключение раскладки выделенного текста -->
<style>#button-transL{background-image:url(http://uploads.ru/i/X/j/Z/XjZW7.png)}</style>
<script type="text/javascript">S='<img src="http://forum.mybb.ru/i/blank.gif" title="Lat↔ Русс" onclick="bbcode(\'[Lat-Rus]\',\'[/Rus-Lat]\');LatRus();"/>';
$("#button-font").after('<td id=button-transL>'+S+'</td>');var TxtTrans1='lat';
function LatRus(){if(TxtTrans1=='lat'){TxtTrans1='rus'}else{TxtTrans1='lat'};
lat0='qwertyuiopasdfghjkl;\'zxcvbnm\,QWERTYUIOP{}ASDFGHJKL:"ZXCVBNM<>`~[].'.split('');
lat='qwertyuiopasdfghjkl;\'zxcvbnm\,QWERTYUIOP{}ASDFGHJKL:"ZXCVBNM<>`~'.split('');
lat.push('\\[');lat.push('\\]');lat.push('\\.');
rus=('йцукенгшщзфывапролджэячсмитьбЙЦУКЕНГШЩЗХЪФЫВАПРОЛДЖЭЯЧСМИТЬБЮёЁхъю').split('');
function transF(p){ar1=lat;ar2=rus;if(TxtTrans1=='lat'){ar2=lat0;ar1=rus}for(var i=0; i<ar1.length; i++){trans='/'+ar1[i]+'/g';p=p.replace(eval(trans), ar2[i])}return p;}L=$('#main-reply').val();L=L.replace(/\[Lat-Rus\]([\s\S]*)\[\/Rus-Lat\]/mg,function(a,b,c){return transF(b);});$('#main-reply').val(L);}
</script>

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

<!-- аватар гостя -->
<script type="text/javascript">
sAva = "http://funkyimg.com/i/28HNM.png";
$('#pun-viewtopic div.post').each(function(){
var sSe = $(this).find('li.pa-avatar');
var sUs = $(this).find('li.pa-author');
var sEUs = sUs.text().slice(sUs.text().indexOf(':')+2);
if(sSe.length==0) {$(this).find('li.pa-title').after('<li class="pa-avatar"><img src="'+sAva+'" title="'+sEUs+'"></li>');}});
</script>

<!-- слайдер -->
<script type="text/javascript">
$(document).ready(function(){
  var Tst_Pos_;
  var ThPosition;
  var TimUserClck = false;
  var currentPosition = 0;
  var slideWidth = 290;
  var slides = $('.slide');
  var numberOfSlides = slides.length;
  // С помощью скрипта убираем прокрутку в контейнере.
  $('#slidesContainer').css('overflow', 'hidden');
  // Свернем все вкладки .slides в блок #slideInner
  slides .wrapAll('<div id="slideInner"></div>')
.css({
      'float' : 'left',
      'width' : slideWidth
    });
  // Проставим блоку #slideInner ширину, равную общей ширине контейнеров
  $('#slideInner').css('width', slideWidth * numberOfSlides);
  $('#slideshow')
    .prepend('<span class="control" id="leftControl">Clicking moves left</span>')
    .append('<span class="control" id="rightControl">Clicking moves right</span>');
  manageControls(currentPosition);

  //Клик функция
  $('.control').bind('click', function(){clearTimeout(timeoutId);
TimUserClck = false;clearInterval(intervalID)
TimUserClck=false;
slideScroll($(this))
  });

function slideScroll(Q){
    ThPosition = currentPosition;
currentPosition = (Q.attr('id')=='rightControl') ? currentPosition+1 : currentPosition-1;
Tst_Pos_=(currentPosition < 0 || currentPosition >= slides.length )
    if(Tst_Pos_){currentPosition = ThPosition; return false;}
    manageControls(currentPosition);
    $('#slideInner').animate({
      'marginLeft' : slideWidth*(-currentPosition)
    });
}

var Left;
function manageControls(position){
    if(position==0){Left=false;$('#leftControl').css({"opacity":"0.4"})
    } else{ $('#leftControl').css({"opacity":"1.0"});}
    if(position==numberOfSlides-1){$('#rightControl').css({"opacity":"0.4"});
    } else{ $('#rightControl').css({"opacity":"1.0"})}
}

var timeoutId;

function Clicker_func(){clearTimeout(timeoutId);
var Cl_R = $('#rightControl')//.click();
var Cl_L = $('#leftControl')//.click();
Rlength=(slides.length-currentPosition-1);//alert(Rlength&&!Left)
var Left_Time=5000;
if(Rlength&&!Left){Cl_R.click();timeoutId = setTimeout(function (){Clicker_func();},Left_Time)}
else{Left=true;Cl_L.click();if(currentPosition!=0){w=330}else{w=Left_Time}; timeoutId = setTimeout( function (){Clicker_func();},w);}

}

function Autoscroll(){if(TimUserClck){clearInterval(intervalID)}Clicker_func()}
var intervalID = setInterval(Autoscroll,2000)

});

</script>

<!-- Для картинок в таблице-->
<script type="text/javascript">
    $(document).ready(function() {
        $('.Hoverbuttons').each(function () {
              var $span = $(this).css('opacity', 0.4);
              $(this).hover(function () {
                $span.stop().fadeTo(600, 1);
             }, function () {
                $span.stop().fadeTo(600, 0.4);
              });
        });
    });
</script>

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

<!-- пиар профиль -->
<script type="text/javascript">
PiarNik="пиар";
PiarPas="1111";
var L="<div id=\"PR_loginDiv\" style=\"display:none;\">\
<form id=\"form_login\" name=\"login\" method=\"post\" action=\"login.php?action=in\" onsubmit=\"return check_form()\">\
<fieldset>\
<input type=\"hidden\" name=\"form_sent\" value=\"1\"/>\
<input type=\"text\" id=\"fld1\" name=\"req_username\" size=\"21\" maxlength=\"25\"/>\
<input type=\"text\" id=\"fld2\" name=\"req_password\" size=\"7\" maxlength=\"16\"/>\
<input type=\"submit\" class=\"button\" name=\"login\"/>\
</fieldset>\
</form>\
</div>\
<li id=\"navpiar\"><span id=spMyimg style=\"cursor:pointer;\"><a onclick=\"PiarIn()\">Пиар-Вход</a></span></li>";
if($("#navlogin").html()!=null){
$("#navlogin").after(L) //navlogin
$("#PR_loginDiv #fld1").val(PiarNik)
$("#PR_loginDiv #fld2").val(PiarPas)
function PiarIn () {$("#PR_loginDiv input[type='submit']").click();}
}
</script>

<style type="text/css">
.pa-avatar>div{
  position:relative;
  z-index:20;
  display:inline-block;
  margin: auto;
  padding:0;
}
.pa-avatar>div>img{
  position:absolute;
  top:0;left:0;
  z-index:-2;
}
.pa-avatar>div>span{
margin:1;
padding: -10px 0px;
display:block;
/*Цвет верхнего бордера*/
border-style:solid none none none;
/*Цвет перекрывающего фона*/
opacity:0;
transition: opacity 0.6s;
}
.pa-avatar:hover>div>span{
opacity:1.0;
}
.pa-avatar>div>span a{
color:#0817F2!important; /*Цвет ccылок*/
}
.pa-avatar>div>span a:hover{
color:#FF0000!important; /*Цвет ccылок при наведении*/
text-decoration:underline!important;
}
</style>

<!-- Спойлер наград -->

<div id="html-footer" class="section">
<div class="container"><!-- спойлер наград на Rusff в Профиле, в Топике -->
<style>
.post-author-Sp{
/*background-color:transparent!important;*/
}
img.aw{
background-color:transparent!important;
}
ul.wrapper{
margin-left:-15px;
width:167px!important;
margin-bottom:-15px;
display:none;
}
ul.wrapper,
ul.wrapper li.pa-awards{
border-color:transparent;
}
</style>
<script>
// кнопка - ссылка на Картинку
var Img="http://funkyimg.com/i/28HMK.png";

wrapp1="<li class='post-author-Sp'><img class=aw style='cursor:pointer' src='";
wrappEnd="'><ul class=wrapper></ul></li>";
wrapp1=wrapp1+Img+wrappEnd;

$(window).load(function () {
$(".post .post-author .pa-awards").each(function() {
  if($(this).css("display")!="none"){
  $(this).before(wrapp1);a=$(this).parents('.post').find('.post-author-Sp ul')
  $(this).appendTo(a)
  }
});});
$(".post .post-author-Sp ").live("click", function(){
$(this).find('ul:first').toggle('slow')
});</script>
<!--Конец//=спойлер наград в Профиле, в Топике-->

<script type="text/javascript">
var nabor2 = ['http://savepic.net/428106.gif', 
'http://savepic.net/426058.gif',
'http://sa.uploads.ru/WqYuC.gif',
'http://sa.uploads.ru/UMX5c.gif',
'http://sa.uploads.ru/8acuH.gif',
'http://sa.uploads.ru/7GqWg.gif',
'http://sa.uploads.ru/Up6PG.gif',
'http://savepic.net/433226.gif',
'http://savepic.net/419914.gif',
'http://savepic.net/420938.gif',
'http://savepic.net/424010.gif',
'http://savepic.net/422986.gif',
'http://savepic.net/416842.gif',
'http://savepic.net/402506.gif',
'http://savepic.net/396362.gif',
'http://savepic.net/453709.gif',
'http://savepic.net/451661.gif',
'http://savepic.net/454733.gif',
'http://savepic.net/455757.gif',
'http://savepic.net/445517.gif',
'http://savepic.net/448589.gif',
'http://savepic.net/446541.gif',
'http://savepic.net/437325.gif',
'http://savepic.net/440397.gif',
'http://savepic.net/428109.gif',
'http://savepic.net/426061.gif',
'http://savepic.net/432205.gif',
'http://savepic.net/430157.gif',
'http://savepic.net/419917.gif',
'http://savepic.net/427084.gif',
'http://savepic.net/432204.gif',
'http://savepic.net/430156.gif',
'http://savepic.net/431180.gif',
'http://savepic.net/420940.gif',
'http://savepic.net/417868.gif',
'http://savepic.net/424012.gif',
'http://savepic.net/425036.gif',
'http://savepic.net/421964.gif',
'http://savepic.net/412748.gif',
'http://savepic.net/409676.gif',
'http://savepic.net/410700.gif',
'http://savepic.net/416844.gif',
'http://savepic.net/414796.gif',
'http://savepic.net/404556.gif',
'http://savepic.net/402508.gif',
'http://savepic.net/407628.gif',
'http://savepic.net/408652.gif',
'http://savepic.net/406604.gif',
'http://savepic.net/393292.gif',
'http://savepic.net/399436.gif',
'http://savepic.net/397388.gif'];

var nabor3 = ['http://funkyimg.com/i/212hH.png',
'http://funkyimg.com/i/212hJ.png',
'http://funkyimg.com/i/212hK.png',
'http://funkyimg.com/i/212hL.png',
'http://funkyimg.com/i/212hM.png',
'http://funkyimg.com/i/212hN.png',
'http://funkyimg.com/i/212hP.png',
'http://funkyimg.com/i/212hQ.png',
'http://funkyimg.com/i/212hR.png',
'http://funkyimg.com/i/212hS.png',
'http://funkyimg.com/i/212iS.png',
'http://funkyimg.com/i/212iT.png',
'http://funkyimg.com/i/212iN.png',
'http://funkyimg.com/i/212iV.png',
'http://funkyimg.com/i/212iU.png',
'http://funkyimg.com/i/212iR.png',
'http://funkyimg.com/i/212iM.png',
'http://funkyimg.com/i/212iP.png',
'http://funkyimg.com/i/212iQ.png',
'http://funkyimg.com/i/212iW.png',
'http://funkyimg.com/i/212kf.png',
'http://funkyimg.com/i/212kg.png',
'http://funkyimg.com/i/212ki.png',
'http://funkyimg.com/i/212kb.png',
'http://funkyimg.com/i/212ka.png',
'http://funkyimg.com/i/212kd.png',
'http://funkyimg.com/i/212kc.png',
'http://funkyimg.com/i/212ke.png',
'http://funkyimg.com/i/212kh.png',
'http://funkyimg.com/i/212m1.png',
'http://funkyimg.com/i/212m2.png',
'http://funkyimg.com/i/212kU.png',
'http://funkyimg.com/i/212m3.png',
'http://funkyimg.com/i/212kZ.png',
'http://funkyimg.com/i/212kV.png',
'http://funkyimg.com/i/212kY.png',
'http://funkyimg.com/i/212m4.png',
'http://funkyimg.com/i/212kW.png',
'http://funkyimg.com/i/212kX.png',
'http://funkyimg.com/i/212ox.png',
'http://funkyimg.com/i/212oy.png',
'http://funkyimg.com/i/212oF.png',
'http://funkyimg.com/i/212oz.png',
'http://funkyimg.com/i/212oC.png',
'http://funkyimg.com/i/212oE.png',
'http://funkyimg.com/i/212oD.png',
'http://funkyimg.com/i/212oG.png',
'http://funkyimg.com/i/212oB.png',
'http://funkyimg.com/i/212oA.png',
'http://funkyimg.com/i/212py.png',
'http://funkyimg.com/i/212px.png',
'http://funkyimg.com/i/212pA.png',
'http://funkyimg.com/i/212pz.png',
'http://funkyimg.com/i/212pw.png',
'http://funkyimg.com/i/212pB.png',
'http://funkyimg.com/i/212qS.png',
'http://funkyimg.com/i/212qR.png',

'http://funkyimg.com/i/212qZ.png',
'http://funkyimg.com/i/212r1.png',
'http://funkyimg.com/i/212qV.png',
'http://funkyimg.com/i/212qW.png',
'http://funkyimg.com/i/212qX.png',
'http://funkyimg.com/i/212qY.png',
'http://funkyimg.com/i/212qU.png',
'http://funkyimg.com/i/212rL.png',
'http://funkyimg.com/i/212qT.png',
'http://funkyimg.com/i/285WU.png',
'http://funkyimg.com/i/212s7.png',
'http://funkyimg.com/i/212s8.png',
'http://funkyimg.com/i/212s2.png',
'http://funkyimg.com/i/212s4.png',
'http://funkyimg.com/i/212s6.png',
'http://funkyimg.com/i/212s9.png',
'http://funkyimg.com/i/212s5.png',
'http://funkyimg.com/i/212s3.png',
'http://funkyimg.com/i/212sb.png',
'http://funkyimg.com/i/212sa.png',
'http://funkyimg.com/i/212tm.png',
'http://funkyimg.com/i/212tn.png',
'http://funkyimg.com/i/212tp.png',
'http://funkyimg.com/i/212tq.png',
'http://funkyimg.com/i/212tk.png',
'http://funkyimg.com/i/2147w.png',
'http://funkyimg.com/i/2147x.png',
'http://funkyimg.com/i/2147z.png',
'http://funkyimg.com/i/2147A.png',
'http://funkyimg.com/i/2147B.png',
'http://funkyimg.com/i/2147C.png',
'http://funkyimg.com/i/2147D.png',

'http://funkyimg.com/i/219gh.png',
'http://funkyimg.com/i/219gi.png',
'http://funkyimg.com/i/219gk.png',
'http://funkyimg.com/i/219gj.png',
'http://funkyimg.com/i/219gd.png',
'http://funkyimg.com/i/219ge.png',
'http://funkyimg.com/i/219gf.png',
'http://funkyimg.com/i/219h5.png',
'http://funkyimg.com/i/219h4.png',
'http://funkyimg.com/i/219h3.png',
'http://funkyimg.com/i/219h8.png',
'http://funkyimg.com/i/219h7.png',
'http://funkyimg.com/i/219h2.png',
'http://funkyimg.com/i/219h6.png',
'http://funkyimg.com/i/219pz.png',
'http://funkyimg.com/i/219pA.png',
'http://funkyimg.com/i/219pB.png',
'http://funkyimg.com/i/219pC.png',
'http://funkyimg.com/i/219pD.png',
'http://funkyimg.com/i/219pE.png',
'http://funkyimg.com/i/219pF.png',
'http://funkyimg.com/i/219pG.png',
'http://funkyimg.com/i/219pH.png',
'http://funkyimg.com/i/219pJ.png',
'http://funkyimg.com/i/219GY.png',
'http://funkyimg.com/i/219GZ.png',
'http://funkyimg.com/i/219H1.png',
'http://funkyimg.com/i/219H2.png',
'http://funkyimg.com/i/219H3.png',
'http://funkyimg.com/i/219H4.png',
'http://funkyimg.com/i/219H5.png',
'http://funkyimg.com/i/219H6.png',
'http://funkyimg.com/i/219H7.png',
'http://funkyimg.com/i/219H8.png',
'http://funkyimg.com/i/219HV.png',
'http://funkyimg.com/i/219HW.png',
'http://funkyimg.com/i/219HX.png',
'http://funkyimg.com/i/219HY.png',
'http://funkyimg.com/i/219HZ.png',
'http://funkyimg.com/i/219J1.png',
'http://funkyimg.com/i/219J2.png',
'http://funkyimg.com/i/219J3.png',
'http://funkyimg.com/i/219J4.png',
'http://funkyimg.com/i/219J5.png',
'http://funkyimg.com/i/219J6.png',
'http://funkyimg.com/i/219J7.png',
'http://funkyimg.com/i/219J8.png',
'http://funkyimg.com/i/219J9.png',
'http://funkyimg.com/i/219Ja.png',
'http://funkyimg.com/i/219Jb.png',
'http://funkyimg.com/i/219Jc.png',
'http://funkyimg.com/i/219Jd.png',
'http://funkyimg.com/i/219Je.png',
'http://funkyimg.com/i/219Jf.png',
'http://funkyimg.com/i/219Jg.png',
'http://funkyimg.com/i/219Jh.png',
'http://funkyimg.com/i/21agx.png',
'http://funkyimg.com/i/21agy.png',
'http://funkyimg.com/i/21agz.png',
'http://funkyimg.com/i/21agA.png',
'http://funkyimg.com/i/21agB.png',
'http://funkyimg.com/i/21agC.png',
'http://funkyimg.com/i/21agD.png',
'http://funkyimg.com/i/21aqe.png',
'http://funkyimg.com/i/21aqf.png',
'http://funkyimg.com/i/21aqg.png',
'http://funkyimg.com/i/21aqh.png',
'http://funkyimg.com/i/21aqi.png',
'http://funkyimg.com/i/21aqj.png',
'http://funkyimg.com/i/21aqk.png',
'http://funkyimg.com/i/21aqq.png',
'http://funkyimg.com/i/21aqr.png',
'http://funkyimg.com/i/21aqs.png',
'http://funkyimg.com/i/21aqt.png',
'http://funkyimg.com/i/21aqu.png',
'http://funkyimg.com/i/21aqv.png',
'http://funkyimg.com/i/21aqw.png',
'http://funkyimg.com/i/21aqV.png',
'http://funkyimg.com/i/21aqW.png',
'http://funkyimg.com/i/21aqX.png',
'http://funkyimg.com/i/21aqY.png',
'http://funkyimg.com/i/21aqZ.png',
'http://funkyimg.com/i/21ar1.png',
'http://funkyimg.com/i/21ar2.png',
'http://funkyimg.com/i/21arh.png',
'http://funkyimg.com/i/21ari.png',
'http://funkyimg.com/i/21arj.png',
'http://funkyimg.com/i/21ark.png',
'http://funkyimg.com/i/21arm.png',
'http://funkyimg.com/i/21arn.png',
'http://funkyimg.com/i/21aro.png',
'http://funkyimg.com/i/21as9.png',
'http://funkyimg.com/i/21asa.png',
'http://funkyimg.com/i/21asb.png',
'http://funkyimg.com/i/21asd.png',
'http://funkyimg.com/i/21ase.png',
'http://funkyimg.com/i/21asf.png',
'http://funkyimg.com/i/21asg.png',
'http://funkyimg.com/i/21ash.png',
'http://funkyimg.com/i/21aue.png',
'http://funkyimg.com/i/21auf.png',
'http://funkyimg.com/i/21aug.png',
'http://funkyimg.com/i/21auh.png',
'http://funkyimg.com/i/21aui.png',
'http://funkyimg.com/i/21auj.png',
'http://funkyimg.com/i/21aDE.png',
'http://funkyimg.com/i/21aDF.png',
'http://funkyimg.com/i/21aDG.png',
'http://funkyimg.com/i/21aDH.png',
'http://funkyimg.com/i/21aDJ.png',
'http://funkyimg.com/i/21aDK.png',
'http://funkyimg.com/i/21aDL.png',
'http://funkyimg.com/i/21aNw.png',
'http://funkyimg.com/i/21aNx.png',
'http://funkyimg.com/i/21aNy.png',
'http://funkyimg.com/i/21aNz.png',
'http://funkyimg.com/i/21aNA.png',
'http://funkyimg.com/i/21aNB.png',
'http://funkyimg.com/i/21aNC.png',
'http://funkyimg.com/i/21aPc.png',
'http://funkyimg.com/i/21aPd.png',
'http://funkyimg.com/i/21aPe.png',
'http://funkyimg.com/i/21aPf.png',
'http://funkyimg.com/i/21aPg.png',
'http://funkyimg.com/i/21aPh.png',
'http://funkyimg.com/i/21aPi.png',
'http://funkyimg.com/i/21aPv.png',
'http://funkyimg.com/i/21aPw.png',
'http://funkyimg.com/i/21aPx.png',
'http://funkyimg.com/i/21aPy.png',
'http://funkyimg.com/i/21aPz.png',
'http://funkyimg.com/i/21aPA.png',
'http://funkyimg.com/i/21aPB.png',
'http://funkyimg.com/i/21aPJ.png',
'http://funkyimg.com/i/21aPK.png',
'http://funkyimg.com/i/21aPL.png',
'http://funkyimg.com/i/21aPM.png',
'http://funkyimg.com/i/21aPN.png',
'http://funkyimg.com/i/21aPP.png',
'http://funkyimg.com/i/21aPQ.png',
'http://funkyimg.com/i/21aPZ.png',
'http://funkyimg.com/i/21aQ1.png',
'http://funkyimg.com/i/21aQ2.png',
'http://funkyimg.com/i/21aQ3.png',
'http://funkyimg.com/i/21aQ4.png',
'http://funkyimg.com/i/21aQ5.png',
'http://funkyimg.com/i/21aQ6.png',
'http://funkyimg.com/i/21aQf.png',
'http://funkyimg.com/i/21aQg.png',
'http://funkyimg.com/i/21aQh.png',
'http://funkyimg.com/i/21aQi.png',
'http://funkyimg.com/i/21aQj.png',
'http://funkyimg.com/i/21aQk.png',
'http://funkyimg.com/i/21aQm.png',
'http://funkyimg.com/i/21aQK.png',
'http://funkyimg.com/i/21aQL.png',
'http://funkyimg.com/i/21aQM.png',
'http://funkyimg.com/i/21aQN.png',
'http://funkyimg.com/i/21aQP.png',
'http://funkyimg.com/i/21aQQ.png',
'http://funkyimg.com/i/21aQR.png',
'http://funkyimg.com/i/21aRa.png',
'http://funkyimg.com/i/21aRb.png',
'http://funkyimg.com/i/21aRc.png',
'http://funkyimg.com/i/21aRd.png',
'http://funkyimg.com/i/21aRe.png',
'http://funkyimg.com/i/21aRf.png',
'http://funkyimg.com/i/21aRg.png',
'http://funkyimg.com/i/21aRw.png',
'http://funkyimg.com/i/21aRx.png',
'http://funkyimg.com/i/21aRy.png',
'http://funkyimg.com/i/21aRz.png',
'http://funkyimg.com/i/21aRA.png',
'http://funkyimg.com/i/21aRB.png',
'http://funkyimg.com/i/21aRC.png',
'http://funkyimg.com/i/21aRG.png',
'http://funkyimg.com/i/21aRH.png',
'http://funkyimg.com/i/21aRJ.png',
'http://funkyimg.com/i/21aRK.png',
'http://funkyimg.com/i/21aRL.png',
'http://funkyimg.com/i/21aRM.png',
'http://funkyimg.com/i/21aRN.png',
'http://funkyimg.com/i/21aS1.png',
'http://funkyimg.com/i/21aS2.png',
'http://funkyimg.com/i/21aS3.png',
'http://funkyimg.com/i/21aS4.png',
'http://funkyimg.com/i/21aS5.png',
'http://funkyimg.com/i/21aS6.png',
'http://funkyimg.com/i/21aS7.png',
'http://funkyimg.com/i/21aSg.png',
'http://funkyimg.com/i/21aSh.png',
'http://funkyimg.com/i/21aSi.png',
'http://funkyimg.com/i/21aSj.png',
'http://funkyimg.com/i/21aSk.png',
'http://funkyimg.com/i/21aSN.png',
'http://funkyimg.com/i/21aSP.png',
'http://funkyimg.com/i/21aSQ.png',
'http://funkyimg.com/i/21aSR.png',
'http://funkyimg.com/i/21aSS.png',
'http://funkyimg.com/i/21aST.png',
'http://funkyimg.com/i/21aSU.png',
'http://funkyimg.com/i/21aTa.png',
'http://funkyimg.com/i/21aTb.png',
'http://funkyimg.com/i/21aTc.png',
'http://funkyimg.com/i/21aTd.png',
'http://funkyimg.com/i/21aTe.png',
'http://funkyimg.com/i/21aTf.png',
'http://funkyimg.com/i/21aTg.png',
'http://funkyimg.com/i/21aTp.png',
'http://funkyimg.com/i/21aTq.png',
'http://funkyimg.com/i/21aTr.png',
'http://funkyimg.com/i/21aTs.png',
'http://funkyimg.com/i/21aTt.png',
'http://funkyimg.com/i/21aTu.png',
'http://funkyimg.com/i/21aTv.png',
'http://funkyimg.com/i/21aUC.png',
'http://funkyimg.com/i/21aUD.png',
'http://funkyimg.com/i/21aUE.png',
'http://funkyimg.com/i/21aUF.png',
'http://funkyimg.com/i/21aUG.png',
'http://funkyimg.com/i/21aUH.png',
'http://funkyimg.com/i/21aUJ.png',
'http://funkyimg.com/i/21aUK.png',
'http://funkyimg.com/i/21aUL.png',
'http://funkyimg.com/i/21aVL.png',
'http://funkyimg.com/i/21aVM.png',
'http://funkyimg.com/i/21aVN.png',
'http://funkyimg.com/i/21aVP.png',
'http://funkyimg.com/i/21aVQ.png',
'http://funkyimg.com/i/21aVR.png',
'http://funkyimg.com/i/21aVS.png',
'http://funkyimg.com/i/21b1L.png',
'http://funkyimg.com/i/21b1M.png',
'http://funkyimg.com/i/21b1N.png',
'http://funkyimg.com/i/21b1P.png',
'http://funkyimg.com/i/21b1Q.png',
'http://funkyimg.com/i/21b1R.png',
'http://funkyimg.com/i/21b1S.png',
'http://funkyimg.com/i/21b24.png',
'http://funkyimg.com/i/21b25.png',
'http://funkyimg.com/i/21b26.png',
'http://funkyimg.com/i/21b27.png',
'http://funkyimg.com/i/21b28.png',
'http://funkyimg.com/i/21b29.png',
'http://funkyimg.com/i/21b2a.png',
'http://funkyimg.com/i/21b3r.png',
'http://funkyimg.com/i/21b3s.png',
'http://funkyimg.com/i/21b3t.png',
'http://funkyimg.com/i/21b3u.png',
'http://funkyimg.com/i/21b3v.png',
'http://funkyimg.com/i/21b3w.png',
'http://funkyimg.com/i/21b3x.png',
'http://funkyimg.com/i/21b4a.png',
'http://funkyimg.com/i/21b4b.png',
'http://funkyimg.com/i/21b4c.png',
'http://funkyimg.com/i/21b4d.png',
'http://funkyimg.com/i/21b4e.png',
'http://funkyimg.com/i/21bcR.png',
'http://funkyimg.com/i/21bcT.png',
'http://funkyimg.com/i/21bcU.png',
'http://funkyimg.com/i/21bcV.png',
'http://funkyimg.com/i/21bcW.png',
'http://funkyimg.com/i/21bcX.png',
'http://funkyimg.com/i/21bdZ.png',
'http://funkyimg.com/i/21be1.png',
'http://funkyimg.com/i/21be3.png',
'http://funkyimg.com/i/21be4.png',
'http://funkyimg.com/i/21be5.png',
'http://funkyimg.com/i/21be6.png',
'http://funkyimg.com/i/21bed.png',
'http://funkyimg.com/i/21bee.png',
'http://funkyimg.com/i/21bef.png',
'http://funkyimg.com/i/21beg.png',
'http://funkyimg.com/i/21beh.png',
'http://funkyimg.com/i/21bei.png',
'http://funkyimg.com/i/21bej.png',
'http://funkyimg.com/i/21ben.png',
'http://funkyimg.com/i/21beo.png',
'http://funkyimg.com/i/21bep.png',
'http://funkyimg.com/i/21beq.png',
'http://funkyimg.com/i/21ber.png',
'http://funkyimg.com/i/21bes.png',
'http://funkyimg.com/i/21bet.png',
'http://funkyimg.com/i/21beu.png',
'http://funkyimg.com/i/21bev.png',
'http://funkyimg.com/i/21bew.png',
'http://funkyimg.com/i/21bex.png',
'http://funkyimg.com/i/21bey.png',
'http://funkyimg.com/i/21bez.png',
'http://funkyimg.com/i/21beA.png',
'http://funkyimg.com/i/21beB.png',
'http://funkyimg.com/i/21beC.png',
'http://funkyimg.com/i/21beD.png',
'http://funkyimg.com/i/21beE.png',
'http://funkyimg.com/i/21beF.png',
'http://funkyimg.com/i/21beG.png',
'http://funkyimg.com/i/21beH.png',
'http://funkyimg.com/i/21beK.png',
'http://funkyimg.com/i/21beL.png',
'http://funkyimg.com/i/21beM.png',
'http://funkyimg.com/i/21beN.png',
'http://funkyimg.com/i/21beP.png',
'http://funkyimg.com/i/21beQ.png',
'http://funkyimg.com/i/21beR.png',
'http://funkyimg.com/i/21beS.png',
'http://funkyimg.com/i/21beT.png',
'http://funkyimg.com/i/21beU.png',
'http://funkyimg.com/i/21beV.png',
'http://funkyimg.com/i/21beX.png',
'http://funkyimg.com/i/21beY.png',
'http://funkyimg.com/i/21bf1.png',
'http://funkyimg.com/i/21bf2.png',
'http://funkyimg.com/i/21bf3.png',
'http://funkyimg.com/i/21bf4.png',
'http://funkyimg.com/i/21bf5.png',
'http://funkyimg.com/i/21bf6.png',
'http://funkyimg.com/i/21bf7.png',
'http://funkyimg.com/i/21bf8.png',
'http://funkyimg.com/i/21bf9.png',
'http://funkyimg.com/i/21bfa.png',
'http://funkyimg.com/i/21bfb.png',
'http://funkyimg.com/i/21bfc.png',
'http://funkyimg.com/i/21bfd.png',
'http://funkyimg.com/i/21bfe.png',
'http://funkyimg.com/i/21bff.png',
'http://funkyimg.com/i/21bfg.png',
'http://funkyimg.com/i/21bfh.png',
'http://funkyimg.com/i/21bfi.png',
'http://funkyimg.com/i/21bfj.png',
'http://funkyimg.com/i/21bfk.png',
'http://funkyimg.com/i/21bfm.png',
'http://funkyimg.com/i/21bfn.png',
'http://funkyimg.com/i/21bfo.png',
'http://funkyimg.com/i/21bfp.png',
'http://funkyimg.com/i/21bfq.png',
'http://funkyimg.com/i/21bfr.png',
'http://funkyimg.com/i/21bfs.png',
'http://funkyimg.com/i/21bft.png',
'http://funkyimg.com/i/21bfu.png',
'http://funkyimg.com/i/21bfv.png',
'http://funkyimg.com/i/21bfw.png',
'http://funkyimg.com/i/21bfx.png',
'http://funkyimg.com/i/21bfy.png'];
$(document).ready(function() {
$('#smilies-block').addClass('t1');
$('#smilies-area').prepend('<div id="wrapper"><ul class="tabs tabs1" onclick="return changeVisibility (\'smilies-area\', false)"><li class="t1 tab-current"><a>Стандартные</a></li><li class="t2"><a>Доп.колобки</a></li><li class="t3"><a>Emoji</a></li></ul><div class="t2"></div><div class="t3"><br></div></div>');
$.each(nabor2, function(i) {
$('div.t2').append('<img src="'+nabor2[i]+'" onclick=smile(\'--\') />');
});
$.each(nabor3, function(i) {
$('div.t3').append('<img src="'+nabor3[i]+'" onclick=smile(\'--\') />');
});
$('ul.tabs.tabs1 li').click(function(){
var thisClass = this.className.slice(0,2);
$('div.t1, div.t2, div.t3').hide();
$('div.' + thisClass).fadeToggle('slow');
$('ul.tabs.tabs1 li').removeClass('tab-current');
$(this).addClass('tab-current');
}); });
</script>

<!--шрифт с тенью © Romych-->
<script language="javascript">
function tag_shad()
{var FoundErrors = '';
var enterTITLE = prompt('Введите цвет тени', 'red');
if (FoundErrors)
{alert("Ошибка!" + FoundErrors);
return;}
bbcode('[shadow='+enterTITLE+']','[/shadow]');}
$(function(){
$('td#button-link').before('<td style=\'background-image:url("http://www.iconsearch.ru/uploads/icons/gnomeicontheme/16x16/stock_text-shadow.png")\' onclick="tag_shad()"><img src="/i/blank.gif" title="Шрифт с тенью"></td>');
$("div.post-content").map(function () {
text = $(this).html();
if(text.indexOf("[/shadow]") != -1) {
shadowes = /\[shadow=(.*?)\]([^`]*?)\[\/shadow\]/gi
$(this).html(text.replace(shadowes, "<font style='width=80%; text-shadow:$1 1px 1px 0px; filter:shadow(color=$1)'>$2</font>")); }
}); });</script>

0

7

форма ответа
<center><b>НАЖМИ НА ТОПЧИК - СДЕЛАЙ ФИНИКСУ ПРИЯТНОЕ!</b><br>
<br><!-- Top.Roleplay.Ru -->
<script type="text/javascript" language="javascript">
var topRPGc="<img src='http://s01.rpgtop.su/cgi-bin-mod/iv.cgi?a=ins&id=23993&rnd=" + Math.random();
topRPGc += "&r="+escape(document.referrer)+"' width='1' height='1' border='0'><a href='http://top.roleplay.ru/23993' title='Рейтинг Ролевых Ресурсов - RPG TOP' target='top_'>"+
"<img src='http://img.rpgtop.su/88x31x11x2.gif' alt='Рейтинг Ролевых Ресурсов - RPG TOP' border='0' width='88' height='31'></a> ";
document.write(topRPGc);
</script>
<noscript>
<img src='http://s01.rpgtop.su/cgi-bin-mod/iv.cgi?a=ins&id=23993' width='1' height='1' border='0'><a href='http://top.roleplay.ru/23993' target='_top'><img src='http://img.rpgtop.su/88x31x11x2.gif' alt='Рейтинг Ролевых Ресурсов - RPG TOP' border='0' width='88' height='31'></a>
</noscript>
<!-- /Top.Roleplay.Ru --> <a href="http://forum-top.ru/vote/4551" title="Рейтинг форумов Forum-top.ru" target="blank"><img src="http://forum-top.ru/uploads/buttons/forum-top_88x31_2.gif" alt="Рейтинг форумов Forum-top.ru" /></a>
</center>

<div style="">
<input type="Button" value="дополнительные смайлы" onclick="return showhide(this)">
<p style="display:none"><br>
<img src="http://f2.s.qip.ru/xN3PjffA.png" style="cursor: pointer" onclick="smile(' http://f2.s.qip.ru/xN3PjffA.png')" />
<img src="http://s2.uploads.ru/t/mMcO2.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/mMcO2.png')" />
<img src=" http://s6.uploads.ru/t/2SP53.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/2SP53.png')" />
<img src=" http://s3.uploads.ru/t/kP5p1.png" style="cursor: pointer" onclick="smile(' http://s3.uploads.ru/t/kP5p1.png')" />
<img src=" http://s6.uploads.ru/t/WksOc.gif" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/WksOc.gif')" />
<img src=" http://s7.uploads.ru/t/jTAuI.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/jTAuI.png')" />
<img src=" http://s3.uploads.ru/t/9MxFs.png" style="cursor: pointer" onclick="smile(' http://s3.uploads.ru/t/9MxFs.png')" />
<img src=" http://s6.uploads.ru/t/1iW0Q.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/1iW0Q.png')" />
<img src=" http://s6.uploads.ru/t/CoBcK.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/CoBcK.png')" />
<img src=" http://s2.uploads.ru/t/U9lMe.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/U9lMe.png')" />
<img src=" http://s2.uploads.ru/t/DkiSV.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/DkiSV.png')" />
<img src=" http://s2.uploads.ru/t/kdHRW.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/kdHRW.png')" />
<img src=" http://s3.uploads.ru/t/s6fNO.png" style="cursor: pointer" onclick="smile(' http://s3.uploads.ru/t/s6fNO.png')" />
<img src=" http://s6.uploads.ru/t/gUP7x.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/gUP7x.png')" />
<img src=" http://s6.uploads.ru/t/TPdOa.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/TPdOa.png')" />
<img src=" http://s7.uploads.ru/t/sMWod.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/sMWod.png')" />
<img src=" http://s3.uploads.ru/t/0qcbg.png" style="cursor: pointer" onclick="smile(' http://s3.uploads.ru/t/0qcbg.png')" />
<img src=" http://s7.uploads.ru/t/2T9d4.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/2T9d4.png')" />
<img src=" http://s7.uploads.ru/t/I4Fsg.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/I4Fsg.png')" />
<img src=" http://s2.uploads.ru/t/zVwY9.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/zVwY9.png')" />
<img src=" http://s2.uploads.ru/t/viuP6.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/viuP6.png')" />
<img src=" http://s7.uploads.ru/t/bxliH.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/bxliH.png')" />
<img src=" http://s6.uploads.ru/t/7uwYt.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/7uwYt.png')" />
<img src=" http://s2.uploads.ru/t/lt1Ua.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/lt1Ua.png')" />
<img src=" http://s7.uploads.ru/t/HLj6B.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/HLj6B.png')" />
<img src=" http://s2.uploads.ru/t/Eb1Ga.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/Eb1Ga.png')" />
<img src=" http://s3.uploads.ru/t/gH1nQ.png" style="cursor: pointer" onclick="smile(' http://s3.uploads.ru/t/gH1nQ.png')" />
<img src=" http://s2.uploads.ru/t/4cPIu.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/4cPIu.png')" />
<img src=" http://s7.uploads.ru/t/B4hMQ.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/B4hMQ.png')" />
<img src=" http://s2.uploads.ru/t/eRqEZ.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/eRqEZ.png')" />
<img src=" http://s7.uploads.ru/t/Zf63h.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/Zf63h.png')" />
<img src=" http://s6.uploads.ru/t/h6jun.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/h6jun.png')" />
<img src=" http://s2.uploads.ru/t/2msJR.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/2msJR.png')" />
<img src=" http://s7.uploads.ru/t/QCpxD.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/QCpxD.png')" />
<img src=" http://s3.uploads.ru/t/onkJ7.png" style="cursor: pointer" onclick="smile(' http://s3.uploads.ru/t/onkJ7.png')" />
<img src=" http://s7.uploads.ru/t/fgCZE.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/fgCZE.png')" />
<img src=" http://s2.uploads.ru/t/asYlh.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/asYlh.png')" />
<img src=" http://s7.uploads.ru/t/EjzVs.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/EjzVs.png')" />
<img src=" http://s7.uploads.ru/t/8ZMkz.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/8ZMkz.png')" />
<img src=" http://s6.uploads.ru/t/4Bpil.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/4Bpil.png')" />
<img src=" http://s6.uploads.ru/t/q2Jyf.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/q2Jyf.png')" />
<img src=" http://s6.uploads.ru/t/9uANb.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/9uANb.png')" />
<img src=" http://s7.uploads.ru/t/DwayJ.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/DwayJ.png')" />
<img src=" http://s6.uploads.ru/t/EGKUP.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/EGKUP.png')" />
<img src=" http://s7.uploads.ru/t/mDdW5.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/mDdW5.png')" />
<img src=" http://s6.uploads.ru/t/GtDlw.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/GtDlw.png')" />
<img src=" http://s6.uploads.ru/t/AKpfz.gif" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/AKpfz.gif')" />
<img src=" http://s7.uploads.ru/t/wcTbt.gif" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/wcTbt.gif')" />
<img src=" http://s2.uploads.ru/t/t2upm.gif" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/t2upm.gif')" />
<img src=" http://s3.uploads.ru/t/H1eX2.gif" style="cursor: pointer" onclick="smile(' http://s3.uploads.ru/t/H1eX2.gif')" />
<img src=" http://s2.uploads.ru/t/Pmz3E.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/Pmz3E.png')" />
<img src=" http://s3.uploads.ru/t/bgEOC.png" style="cursor: pointer" onclick="smile(' http://s3.uploads.ru/t/bgEOC.png')" />
<img src=" http://s7.uploads.ru/t/iI2OU.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/iI2OU.png')" />
<img src=" http://s7.uploads.ru/t/qLFcs.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/qLFcs.png')" />
<img src=" http://s6.uploads.ru/t/tyreQ.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/tyreQ.png')" />
<img src=" http://s3.uploads.ru/t/zun65.png" style="cursor: pointer" onclick="smile(' http://s3.uploads.ru/t/zun65.png')" />
<img src=" http://s2.uploads.ru/t/UMTvh.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/UMTvh.png')" />
<img src=" http://s7.uploads.ru/t/PDGhs.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/PDGhs.png')" />
<img src=" http://s2.uploads.ru/t/rpdgU.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/rpdgU.png')" />
<img src=" http://s7.uploads.ru/t/NgT28.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/NgT28.png')" />
<img src=" http://s6.uploads.ru/t/2gdmO.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/2gdmO.png')" />
<img src=" http://s2.uploads.ru/t/6qG4d.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/6qG4d.png')" />
<img src=" http://s6.uploads.ru/t/34hfw.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/34hfw.png')" />
<img src=" http://s7.uploads.ru/t/odHRA.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/odHRA.png')" />
<img src=" http://s3.uploads.ru/t/juriS.png" style="cursor: pointer" onclick="smile(' http://s3.uploads.ru/t/juriS.png')" />
<img src=" http://s7.uploads.ru/t/5c43i.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/5c43i.png')" />
<img src=" http://s6.uploads.ru/t/mVHzW.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/mVHzW.png')" />
<img src=" http://s3.uploads.ru/t/6iQso.png" style="cursor: pointer" onclick="smile(' http://s3.uploads.ru/t/6iQso.png')" />
<img src=" http://s3.uploads.ru/t/3kpEd.png" style="cursor: pointer" onclick="smile(' http://s3.uploads.ru/t/3kpEd.png')" />
<img src=" http://s6.uploads.ru/t/2DftW.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/2DftW.png')" />
<img src=" http://s2.uploads.ru/t/LIboq.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/LIboq.png')" />
<img src=" http://s6.uploads.ru/t/IapsF.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/IapsF.png')" />
<img src=" http://s3.uploads.ru/t/h5PSl.png" style="cursor: pointer" onclick="smile(' http://s3.uploads.ru/t/h5PSl.png')" />
<img src=" http://s3.uploads.ru/t/yCshp.png" style="cursor: pointer" onclick="smile(' http://s3.uploads.ru/t/yCshp.png')" />
<img src=" http://s6.uploads.ru/t/KHrPS.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/KHrPS.png')" />
<img src=" http://s2.uploads.ru/t/6eR9S.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/6eR9S.png')" />
<img src=" http://s2.uploads.ru/t/1FrqO.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/1FrqO.png')" />
<img src=" http://s3.uploads.ru/t/bIp2K.png" style="cursor: pointer" onclick="smile(' http://s3.uploads.ru/t/bIp2K.png')" />
</div>
<script>
function showhide(b){
p = b.parentNode.getElementsByTagName("p")[0]
if(b.value=="дополнительные смайлы"){
b.value="Скрыть смайлы"
p.style.display="block"}
else{
b.value="дополнительные смайлы"
p.style.display="none"}
return false}
</script>

<br>
<div style="">
<input type="Button" value="дополнительные смайлы" onclick="return showhide(this)">
<p style="display:none"><br>
<img src="http://funkyimg.com/i/256eK.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/256eK.gif')" />
<img src="http://funkyimg.com/i/256eL.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/256eL.gif')" />
<img src="http://funkyimg.com/i/256eM.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/256eM.gif')" />
<img src="http://funkyimg.com/i/256eN.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/256eN.gif')" />
<img src="http://funkyimg.com/i/256eP.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/256eP.gif')" />
<img src="http://funkyimg.com/i/256eQ.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/256eQ.gif')" />
<img src="http://funkyimg.com/i/256eR.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/256eR.gif')" />
<img src="http://funkyimg.com/i/24XrK.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XrK.gif')" />
<img src="http://funkyimg.com/i/24XrL.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XrL.gif')" />
<img src="http://funkyimg.com/i/24XrM.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XrM.gif')" />
<img src="http://funkyimg.com/i/24XrN.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XrN.gif')" />
<img src="http://funkyimg.com/i/24XrP.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XrP.gif')" />
<img src="http://funkyimg.com/i/24XrQ.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XrQ.gif')" />
<img src="http://funkyimg.com/i/24Xsb.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24Xsb.gif')" />
<img src="http://funkyimg.com/i/24Xsd.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24Xsd.gif')" />
<img src="http://funkyimg.com/i/24Xse.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24Xse.gif')" />
<img src="http://funkyimg.com/i/24Xsf.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24Xsf.gif')" />
<img src="http://funkyimg.com/i/24Xsg.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24Xsg.gif')" />
<img src="http://funkyimg.com/i/24Xsn.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24Xsn.gif')" />
<img src="http://funkyimg.com/i/24Xso.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24Xso.gif')" />
<img src="http://funkyimg.com/i/24Xsp.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24Xsp.gif')" />
<img src="http://funkyimg.com/i/24Xsq.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24Xsq.gif')" />
<img src="http://funkyimg.com/i/24Xsr.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24Xsr.gif')" />
<img src="http://funkyimg.com/i/24Xss.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24Xss.gif')" />
<img src="http://funkyimg.com/i/24Xst.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24Xst.gif')" />
<img src="http://funkyimg.com/i/24Xsu.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24Xsu.gif')" />
<img src="http://funkyimg.com/i/24Xsv.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24Xsv.gif')" />
<img src="http://funkyimg.com/i/24Xsw.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24Xsw.gif')" />
<img src="http://funkyimg.com/i/24XsD.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XsD.gif')" />
<img src="http://funkyimg.com/i/24XsE.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XsE.gif')" />
<img src="http://funkyimg.com/i/24XsF.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XsF.gif')" />
<img src="http://funkyimg.com/i/24XsG.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XsG.gif')" />
<img src="http://funkyimg.com/i/24XsH.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XsH.gif')" />
<img src="http://funkyimg.com/i/24XsJ.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XsJ.gif')" />
<img src="http://funkyimg.com/i/24XsK.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XsK.gif')" />
<img src="http://funkyimg.com/i/24XsM.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XsM.gif')" />
<img src="http://funkyimg.com/i/24XsN.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XsN.gif')" />
<img src="http://funkyimg.com/i/24XsP.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XsP.gif')" />
<img src="http://funkyimg.com/i/24XsQ.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XsQ.gif')" />
<img src="http://funkyimg.com/i/256eJ.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/256eJ.gif')" />
<img src="http://funkyimg.com/i/24XsR.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XsR.gif')" />
<img src="http://funkyimg.com/i/24XsS.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XsS.gif')" />
<img src="http://funkyimg.com/i/24XsT.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XsT.gif')" />
<img src="http://funkyimg.com/i/24XsU.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XsU.gif')" />
<img src="http://funkyimg.com/i/24XsV.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XsV.gif')" />
<img src="http://funkyimg.com/i/24XsW.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XsW.gif')" />
<img src="http://funkyimg.com/i/24XsX.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XsX.gif')" />
<img src="http://funkyimg.com/i/24XsY.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XsY.gif')" />
<img src="http://funkyimg.com/i/24XsZ.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XsZ.gif')" />
<img src="http://funkyimg.com/i/24Xt1.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24Xt1.gif')" />
<img src="http://funkyimg.com/i/24Xti.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24Xti.gif')" />
<img src="http://funkyimg.com/i/24Xtj.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24Xtj.gif')" />
<img src="http://funkyimg.com/i/24Xtk.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24Xtk.gif')" />
<img src="http://funkyimg.com/i/24Xtm.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24Xtm.gif')" />
<img src="http://funkyimg.com/i/24Xtn.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24Xtn.gif')" />
<img src="http://funkyimg.com/i/24Xto.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24Xto.gif')" />
<img src="http://funkyimg.com/i/24Xtp.gif" style="cursor: pointer" onclick="smile(' --')" />
<img src="http://funkyimg.com/i/24Xts.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24Xts.gif')" />
<img src="http://funkyimg.com/i/24Xtt.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24Xtt.gif')" />
<img src="http://funkyimg.com/i/24Xtu.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24Xtu.gif')" />
<img src="http://funkyimg.com/i/24Xtv.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24Xtv.gif')" />
<img src="http://funkyimg.com/i/24Xtw.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24Xtw.gif')" />
<img src="http://funkyimg.com/i/24Xtx.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24Xtx.gif')" />
<img src="http://funkyimg.com/i/24Xty.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24Xty.gif')" />
<img src="http://funkyimg.com/i/24Xzu.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24Xzu.gif')" />
<img src="http://funkyimg.com/i/24Xzv.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24Xzv.gif')" />
<img src="http://funkyimg.com/i/24Xzw.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24Xzw.gif')" />
<img src="http://funkyimg.com/i/24Xzx.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24Xzx.gif')" />
<img src="http://funkyimg.com/i/24Xzy.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24Xzy.gif')" />
<img src="http://funkyimg.com/i/24Xzz.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24Xzz.gif')" />
<img src="http://funkyimg.com/i/24XzA.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XzA.gif')" />
<img src="http://funkyimg.com/i/24XzF.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XzF.gif')" />
<img src="http://funkyimg.com/i/24XzG.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XzG.gif')" />
<img src="http://funkyimg.com/i/24XzH.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XzH.gif')" />
<img src="http://funkyimg.com/i/24XzJ.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XzJ.gif')" />
<img src="http://funkyimg.com/i/24XzK.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XzK.gif')" />
<img src="http://funkyimg.com/i/24XzL.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XzL.gif')" />
<img src="http://funkyimg.com/i/24XzM.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XzM.gif')" />
<img src="http://funkyimg.com/i/24XzQ.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XzQ.gif')" />
<img src="http://funkyimg.com/i/24XzR.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XzR.gif')" />
<img src="http://funkyimg.com/i/24XzS.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XzS.gif')" />
<img src="http://funkyimg.com/i/24XzT.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XzT.gif')" />
<img src="http://funkyimg.com/i/24XzU.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XzU.gif')" />
<img src="http://funkyimg.com/i/24XzV.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XzV.gif')" />
<img src="http://funkyimg.com/i/24XzW.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XzW.gif')" />
<img src="http://funkyimg.com/i/24XzY.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XzY.gif')" />
<img src="http://funkyimg.com/i/24XzZ.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XzZ.gif')" />
<img src="http://funkyimg.com/i/24XA1.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XA1.gif')" />
<img src="http://funkyimg.com/i/24XA2.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XA2.gif')" />
<img src="http://funkyimg.com/i/24XA5.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XA5.gif')" />
<img src="http://funkyimg.com/i/24XA9.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XA9.gif')" />
<img src="http://funkyimg.com/i/24XAa.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XAa.gif')" />
<img src="http://funkyimg.com/i/24XAA.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XAA.gif')" />
<img src="http://funkyimg.com/i/24XAC.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XAC.gif')" />
<img src="http://funkyimg.com/i/24XAD.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XAD.gif')" />
<img src="http://funkyimg.com/i/24XAE.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XAE.gif')" />
<img src="http://funkyimg.com/i/24XAF.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XAF.gif')" />
<img src="http://funkyimg.com/i/24XAG.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XAG.gif')" />
<img src="http://funkyimg.com/i/24XAH.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XAH.gif')" />
<img src="http://funkyimg.com/i/24XAK.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XAK.gif')" />
<img src="http://funkyimg.com/i/24XAL.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XAL.gif')" />
<img src="http://funkyimg.com/i/24XAP.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XAP.gif')" />
<img src="http://funkyimg.com/i/24XAQ.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XAQ.gif')" />
<img src="http://funkyimg.com/i/24XAR.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XAR.gif')" />
<img src="http://funkyimg.com/i/24XAS.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XAS.gif')" />
<img src="http://funkyimg.com/i/24XAT.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XAT.gif')" />
<img src="http://funkyimg.com/i/24XB4.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XB4.gif')" />
<img src="http://funkyimg.com/i/24XB5.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XB5.gif')" />
<img src="http://funkyimg.com/i/24XB6.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XB6.gif')" />
<img src="http://funkyimg.com/i/24XB7.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XB7.gif')" />
<img src="http://funkyimg.com/i/24XB8.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XB8.gif')" />
<img src="http://funkyimg.com/i/24XB9.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XB9.gif')" />
<img src="http://funkyimg.com/i/24XBa.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XBa.gif')" />
<img src="http://funkyimg.com/i/24XBe.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XBe.gif')" />
  <img src="http://funkyimg.com/i/24XBf.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XBf.gif')" />
<img src="http://funkyimg.com/i/24XBi.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XBi.gif')" />
<img src="http://funkyimg.com/i/24XBj.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XBj.gif')" />
<img src="http://funkyimg.com/i/24XBk.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XBk.gif')" />
<img src="http://funkyimg.com/i/24XBn.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XBn.gif')" />
<img src="http://funkyimg.com/i/24XBo.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XBo.gif')" />
<img src="http://funkyimg.com/i/24XBp.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XBp.gif')" />
<img src="http://funkyimg.com/i/24XBq.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XBq.gif')" />
<img src="http://funkyimg.com/i/24XBr.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XBr.gif')" />
<img src="http://funkyimg.com/i/24XBu.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XBu.gif')" />
<img src="http://funkyimg.com/i/24XBv.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XBv.gif')" />
<img src="http://funkyimg.com/i/24XBs.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XBs.gif')" />
<img src="http://funkyimg.com/i/24XBw.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XBw.gif')" />
<img src="http://funkyimg.com/i/24XBx.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XBx.gif')" />
<img src="http://funkyimg.com/i/24XBy.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XBy.gif')" />
<img src="http://funkyimg.com/i/24XBA.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XBA.gif')" />
<img src="http://funkyimg.com/i/24XBB.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XBB.gif')" />
<img src="http://funkyimg.com/i/24XBC.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XBC.gif')" />
<img src="http://funkyimg.com/i/24XBD.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XBD.gif')" />
<img src="http://funkyimg.com/i/24XBE.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XBE.gif')" />
<img src="http://funkyimg.com/i/24XBF.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XBF.gif')" />
<img src="http://funkyimg.com/i/24XBG.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XBG.gif')" />
<img src="http://funkyimg.com/i/24XBH.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XBH.gif')" />
<img src="http://funkyimg.com/i/24XBJ.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XBJ.gif')" />
<img src="http://funkyimg.com/i/24XBK.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XBK.gif')" />
<img src="http://funkyimg.com/i/24XBM.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XBM.gif')" />
<img src="http://funkyimg.com/i/24XBQ.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XBQ.gif')" />
<img src="http://funkyimg.com/i/24XBR.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XBR.gif')" />
<img src="http://funkyimg.com/i/24XBU.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XBU.gif')" />
<img src="http://funkyimg.com/i/24XBW.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XBW.gif')" />
<img src="http://funkyimg.com/i/24XBX.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XBX.gif')" />
<img src="http://funkyimg.com/i/24XBZ.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XBZ.gif')" />
<img src="http://funkyimg.com/i/24XC1.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XC1.gif')" />
<img src="http://funkyimg.com/i/24XC2.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XC2.gif')" />
<img src="http://funkyimg.com/i/24XC3.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XC3.gif')" />
<img src="http://funkyimg.com/i/24XC7.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XC7.gif')" />
<img src="http://funkyimg.com/i/24XBY.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XBY.gif')" />
<img src="http://funkyimg.com/i/24XC4.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XC4.gif')" />
<img src="http://funkyimg.com/i/24XCe.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XCe.gif')" />
<img src="http://funkyimg.com/i/24XCg.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XCg.gif')" />
<img src="http://funkyimg.com/i/24XCo.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XCo.gif')" />
<img src="http://funkyimg.com/i/24XCh.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XCh.gif')" />
<img src="http://funkyimg.com/i/24XCp.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XCp.gif')" />
<img src="http://funkyimg.com/i/24XCr.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XCr.gif')" />
<img src="http://funkyimg.com/i/24XCd.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XCd.gif')" />
<img src="http://funkyimg.com/i/24XCc.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XCc.gif')" />
<img src="http://funkyimg.com/i/24XCa.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XCa.gif')" />
<img src="http://funkyimg.com/i/24XC5.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XC5.gif')" />
<img src="http://funkyimg.com/i/24XC9.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XC9.gif')" />
<img src="http://funkyimg.com/i/24XC6.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XC6.gif')" />
<img src="http://funkyimg.com/i/24XCt.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XCt.gif')" />
<img src="http://funkyimg.com/i/24XCs.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XCs.gif')" />
<img src="http://funkyimg.com/i/24XCu.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XCu.gif')" />
<img src="http://funkyimg.com/i/24XCw.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XCw.gif')" />
<img src="http://funkyimg.com/i/24XCJ.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XCJ.gif')" />
<img src="http://funkyimg.com/i/24XCL.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XCL.gif')" />
<img src="http://funkyimg.com/i/24XCM.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XCM.gif')" />
<img src="http://funkyimg.com/i/24XCN.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XCN.gif')" />
<img src="http://funkyimg.com/i/24XCP.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XCP.gif')" />
<img src="http://funkyimg.com/i/24XCQ.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XCQ.gif')" />
<img src="http://funkyimg.com/i/24XCR.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XCR.gif')" />
<img src="http://funkyimg.com/i/24XCS.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XCS.gif')" />
<img src="http://funkyimg.com/i/24XCT.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XCT.gif')" />
<img src="http://funkyimg.com/i/24XCU.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XCU.gif')" />
<img src="http://funkyimg.com/i/24XCV.gif" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/24XCV.gif')" />

</div>
<script>
function showhide(b){
p = b.parentNode.getElementsByTagName("p")[0]
if(b.value=="дополнительные смайлы"){
b.value="Скрыть смайлы"
p.style.display="block"}
else{
b.value="дополнительные смайлы"
p.style.display="none"}
return false}
</script>

<br>
<div style="">
<input type="Button" value="дополнительные смайлы" onclick="return showhide(this)">
<p style="display: none;">
<br>
<img src="http://s6.uploads.ru/r4noM.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/r4noM.png ')" />
<img src="http://s3.uploads.ru/Nlx05.png" style="cursor: pointer" onclick="smile(' http://s3.uploads.ru/Nlx05.png ')" />
<img src="http://s7.uploads.ru/O1GhX.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/O1GhX.png ')" />
<img src="http://s3.uploads.ru/2rOpk.png" style="cursor: pointer" onclick="smile(' http://s3.uploads.ru/2rOpk.png ')" />
<img src="http://s7.uploads.ru/jzfoF.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/jzfoF.png ')" />
<img src="http://s7.uploads.ru/g1jZL.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/g1jZL.png ')" />
<img src="http://s6.uploads.ru/QAlE5.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/QAlE5.png ')" />
<img src="http://s6.uploads.ru/v5NwM.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/v5NwM.png ')" />
<img src="http://s7.uploads.ru/fi3aN.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/fi3aN.png ')" />
<img src="http://s7.uploads.ru/MSGJF.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/MSGJF.png ')" />
<img src="http://s7.uploads.ru/jDIuc.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/jDIuc.png ')" />
<img src="http://s3.uploads.ru/f2s6Z.png" style="cursor: pointer" onclick="smile(' http://s3.uploads.ru/f2s6Z.png ')" />
<img src="http://s6.uploads.ru/maGtd.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/maGtd.png ')" />
<img src="http://s7.uploads.ru/a74bR.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/a74bR.png ')" />
<img src="http://s7.uploads.ru/VlIJe.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/VlIJe.png ')" />
<img src="http://s2.uploads.ru/t/BYziR.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/BYziR.png')" />
<img src="http://s3.uploads.ru/t/aTSRV.png" style="cursor: pointer" onclick="smile(' http://s3.uploads.ru/t/aTSRV.png')" />
<img src="http://s2.uploads.ru/t/h62qZ.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/h62qZ.png')" />
<img src="http://s7.uploads.ru/t/bW681.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/bW681.png')" />
<img src="http://s2.uploads.ru/t/9yS7F.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/9yS7F.png')" />
<img src="http://s3.uploads.ru/t/e1gMd.png" style="cursor: pointer" onclick="smile(' http://s3.uploads.ru/t/e1gMd.png')" />
<img src="http://s3.uploads.ru/t/UH74g.png" style="cursor: pointer" onclick="smile(' http://s3.uploads.ru/t/UH74g.png')" />
<img src="http://s3.uploads.ru/t/KdjuF.png" style="cursor: pointer" onclick="smile(' http://s3.uploads.ru/t/KdjuF.png')" />
<img src="http://s3.uploads.ru/t/xUz9i.png" style="cursor: pointer" onclick="smile(' http://s3.uploads.ru/t/xUz9i.png')" />
<img src="http://s7.uploads.ru/t/9Ya61.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/9Ya61.png')" />
<img src="http://s2.uploads.ru/t/UuGvH.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/UuGvH.png')" />
<img src="http://s2.uploads.ru/t/OYne3.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/OYne3.png')" />
<img src="http://s3.uploads.ru/t/XSp0c.png" style="cursor: pointer" onclick="smile(' http://s3.uploads.ru/t/XSp0c.png')" />
<img src="http://s7.uploads.ru/t/FPcUb.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/FPcUb.png')" />
<img src="http://s3.uploads.ru/t/4sGSR.png" style="cursor: pointer" onclick="smile(' http://s3.uploads.ru/t/4sGSR.png')" />
<img src="http://s7.uploads.ru/t/ArEts.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/ArEts.png')" />
<img src="http://s7.uploads.ru/t/SLW6G.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/SLW6G.png')" />
<img src="http://s6.uploads.ru/t/ivF4Z.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/ivF4Z.png')" />
<img src="http://s7.uploads.ru/t/0iKUk.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/0iKUk.png')" />
<img src="http://s7.uploads.ru/t/MJOsq.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/MJOsq.png')" />
<img src="http://s7.uploads.ru/t/DIjYr.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/DIjYr.png')" />
<img src="http://s2.uploads.ru/t/lr1SV.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/lr1SV.png')" />
<img src="http://s3.uploads.ru/t/9I54P.png" style="cursor: pointer" onclick="smile(' http://s3.uploads.ru/t/9I54P.png')" />
<img src="http://s7.uploads.ru/t/ZilLs.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/ZilLs.png')" />
<img src="http://s6.uploads.ru/t/qUiNC.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/qUiNC.png')" />
<img src="http://s2.uploads.ru/t/ykcQV.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/ykcQV.png')" />
<img src="http://s3.uploads.ru/t/fiEmM.png" style="cursor: pointer" onclick="smile(' http://s3.uploads.ru/t/fiEmM.png')" />
<img src="http://s3.uploads.ru/t/idsaQ.png" style="cursor: pointer" onclick="smile(' http://s3.uploads.ru/t/idsaQ.png')" />
<img src="http://s3.uploads.ru/t/hMqkD.png" style="cursor: pointer" onclick="smile(' http://s3.uploads.ru/t/hMqkD.png')" />
<img src="http://s7.uploads.ru/t/THI32.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/THI32.png')" />
<img src="http://s7.uploads.ru/t/tsF5A.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/tsF5A.png')" />
<img src="http://s2.uploads.ru/t/4oi9K.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/4oi9K.png')" />
<img src="http://s6.uploads.ru/t/t2JvO.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/t2JvO.png')" />
<img src="http://s3.uploads.ru/t/BcgDe.png" style="cursor: pointer" onclick="smile(' http://s3.uploads.ru/t/BcgDe.png')" />
<img src="http://s6.uploads.ru/t/5qOCW.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/5qOCW.png')" />
<img src="http://s6.uploads.ru/t/wZpdc.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/wZpdc.png')" />
<img src="http://s7.uploads.ru/t/Fqg1A.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/Fqg1A.png')" />
<img src="http://s6.uploads.ru/t/kdag9.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/kdag9.png')" />
<img src="http://s6.uploads.ru/t/OqU3e.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/OqU3e.png')" />
<img src="http://s2.uploads.ru/t/ydQiM.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/ydQiM.png')" />
<img src="http://s6.uploads.ru/t/48eb0.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/48eb0.png')" />
<img src="http://s6.uploads.ru/t/A26lH.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/A26lH.png')" />
<img src="http://s6.uploads.ru/t/1m0KJ.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/1m0KJ.png')" />
<img src="http://s6.uploads.ru/t/CQJDW.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/CQJDW.png')" />
<img src="http://s7.uploads.ru/t/0jHVY.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/0jHVY.png')" />
<img src="http://s7.uploads.ru/t/wHXfP.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/wHXfP.png')" />
<img src="http://s2.uploads.ru/t/8ehVt.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/8ehVt.png')" />
<img src="http://s6.uploads.ru/t/eCrDm.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/eCrDm.png')" />
<img src="http://s6.uploads.ru/t/cCD3X.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/cCD3X.png')" />
<img src="http://s2.uploads.ru/t/3wxoc.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/3wxoc.png')" />
<img src="http://s3.uploads.ru/t/GxFH8.png" style="cursor: pointer" onclick="smile(' http://s3.uploads.ru/t/GxFH8.png')" />
<img src="http://s6.uploads.ru/t/pQYtx.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/pQYtx.png')" />
<img src="http://s3.uploads.ru/t/VjJmT.png" style="cursor: pointer" onclick="smile(' http://s3.uploads.ru/t/VjJmT.png')" />
<img src="http://s7.uploads.ru/t/k9JWL.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/k9JWL.png')" />
<img src="http://s2.uploads.ru/t/kYznX.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/kYznX.png')" />
<img src="http://s3.uploads.ru/t/YM7wi.png" style="cursor: pointer" onclick="smile(' http://s3.uploads.ru/t/YM7wi.png')" />
<img src="http://s2.uploads.ru/t/Cwmck.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/Cwmck.png')" />
<img src="http://s7.uploads.ru/t/BKnaP.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/BKnaP.png')" />
<img src="http://s7.uploads.ru/t/XjUQH.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/XjUQH.png')" />
<img src="http://s6.uploads.ru/t/K9Vt2.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/K9Vt2.png')" />
<img src=" http://s6.uploads.ru/t/aRQLy.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/aRQLy.png')" />
<img src=" http://s7.uploads.ru/t/FIYUv.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/FIYUv.png')" />
<img src=" http://s2.uploads.ru/t/G827E.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/G827E.png')" />
<img src=" http://s7.uploads.ru/t/vFsmt.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/vFsmt.png')" />
<img src=" http://s2.uploads.ru/t/na7MY.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/na7MY.png')" />
<img src=" http://s6.uploads.ru/t/OPrV8.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/OPrV8.png')" />
<img src=" http://s7.uploads.ru/t/q3Mtd.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/q3Mtd.png')" />
<img src=" http://s3.uploads.ru/t/SVUWa.png" style="cursor: pointer" onclick="smile(' http://s3.uploads.ru/t/SVUWa.png')" />
<img src=" http://s2.uploads.ru/t/1wb2H.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/1wb2H.png')" />
<img src=" http://s3.uploads.ru/t/7ipSk.png" style="cursor: pointer" onclick="smile(' http://s3.uploads.ru/t/7ipSk.png')" />
<img src=" http://s7.uploads.ru/t/5ZinD.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/5ZinD.png')" />
<img src=" http://s2.uploads.ru/t/khxWj.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/khxWj.png')" />
<img src=" http://s2.uploads.ru/t/zFcSt.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/zFcSt.png')" />
<img src="http://funkyimg.com/i/23zek.png" style="cursor: pointer" onclick="smile(' http://funkyimg.com/i/23zek.png')" />
<img src=" http://s3.uploads.ru/t/eCSAh.png" style="cursor: pointer" onclick="smile(' http://s3.uploads.ru/t/eCSAh.png')" />
<img src=" http://s6.uploads.ru/t/5YgGp.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/5YgGp.png')" />
<img src=" http://s2.uploads.ru/t/ywZhz.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/ywZhz.png')" />
<img src=" http://s7.uploads.ru/t/Wr6gH.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/Wr6gH.png')" />
<img src=" http://s2.uploads.ru/t/sJpC1.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/sJpC1.png')" />
<img src=" http://s2.uploads.ru/t/JDLdK.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/JDLdK.png')" />
<img src=" http://s2.uploads.ru/t/8V1YE.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/8V1YE.png')" />
<img src=" http://s6.uploads.ru/t/j3pyF.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/j3pyF.png')" />
<img src=" http://s6.uploads.ru/t/dpfWg.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/dpfWg.png')" />
<img src=" http://s2.uploads.ru/t/vMo6I.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/vMo6I.png')" />
<img src=" http://s2.uploads.ru/t/HBuFJ.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/HBuFJ.png')" />
<img src=" http://s2.uploads.ru/t/kj7i4.png" style="cursor: pointer" onclick="smile(' http://s2.uploads.ru/t/kj7i4.png')" />
<img src=" http://s7.uploads.ru/t/VxSLD.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/VxSLD.png')" />
<img src=" http://s7.uploads.ru/t/59DXq.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/59DXq.png')" />
<img src=" http://s6.uploads.ru/t/LH2YF.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/LH2YF.png')" />
<img src=" http://s6.uploads.ru/t/LqOkt.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/LqOkt.png')" />
<img src=" http://s6.uploads.ru/t/5ZLQV.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/5ZLQV.png')" />
<img src=" http://s3.uploads.ru/t/enJIQ.png" style="cursor: pointer" onclick="smile(' http://s3.uploads.ru/t/enJIQ.png')" />
<img src=" http://s7.uploads.ru/t/QUtI6.png" style="cursor: pointer" onclick="smile(' http://s7.uploads.ru/t/QUtI6.png')" />
<img src=" http://s6.uploads.ru/t/KvCi7.png" style="cursor: pointer" onclick="smile(' http://s6.uploads.ru/t/KvCi7.png')" />
</div>
<script>
function showhide(b){
p = b.parentNode.getElementsByTagName("p")[0]
if(b.value=="дополнительные смайлы"){
b.value="Скрыть смайлы"
p.style.display="block"}
else{
b.value="дополнительные смайлы"
p.style.display="none"}
return false}
</script>

0

8

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

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

/* A1.1 */   
  @import url(style_cs.css);
  @import "http://forumstatic.ru/files/0015/76/dc/34396.css";
  @import "http://forumstatic.ru/files/0015/76/dc/64836.css";

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

/* A3.2 */
.punbb {
  font: normal 71.76% 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, .punbb th {
  font-size: 1em;
  font-weight: normal;
  }

/* A3.5 */
.punbb h1 span, .punbb h2 span, .punbb legend span {
  }

/* 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
text-align: Left;
  }

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

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

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

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

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

/* A4.2 */
.acchide,
#pun-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
#pun-ulinks h2,
.punbb .forum h2,
.punbb .multipage .topic h2,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
.punbb .required label em,
.punbb .formsubmit label,
.punbb .submitfield label,
.punbb .modmenu label,
#pun-userlist .main h2 {
  font-size: 0;
  height: 0;
  width: 0;
  line-height: 0.0;
  position:absolute;
  left: -9999px;
  overflow: hidden
  }
/* A5 Basic page layout and borders
-------------------------------------------------------------*/
/* A5.1 */
/* ширина форума проставляется здесь */
#pun {
    margin: 0px auto auto auto;
    width: 1207px;
    position: relative;
}

/* A5.2 */
.punbb {
    width: 910px;
    height: auto;
    margin-left: 0px;
    padding-left: 152px;
  }

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

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

/* A5.5 */
.punbb .category, .punbb .post {
  margin-top: 0.4em;
background-color: transpanent;
color: #2b1c0c;
text-align: left;
  }

/* A5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
  margin-top: 0;
background-color: transpanent;
color: #2b1c0c;
text-align: left;
  }

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

/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
  padding: 0.5em 1em;
  border-style: none solid solid none;
  border-width: 0 1px 1px 0;
  }

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

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

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

/* B1.2 */
.punbb .post-sig dt {
display: block;
    border-top: 3px double rgba(152, 146, 171, 0.22);
    width: 65%;
    margin: 6px 0px 10px 115px;
  }

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

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

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

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

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

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
  margin: 0.4em 1.8em 1.4em 1.8em;
  padding: 1em;
  border-style: solid;
  border-color: transpanent;
  border-width: 1px;
  }

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
  display: block;
  padding-bottom: 0.7em;
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  }

/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: solid;
  border-width: 1px;
  margin: 0 0 1.1em 0;
  }

/* B2.2 */
.punbb .info-box * {
  padding: 0 0 0.7em 0;
  }

/* B2.3 */
.punbb #pun-main .info-box .legend {
  font-size: 1.1em;
  font-weight: bold;
  }

/* B3 Pagination and posting links
-------------------------------------------------------------*/

/* B3.1 */
.punbb .linkst {
  float: left;
  position: relative;
  width: 100%;
  height: 0;
    font: 12px cuprum;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  }

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

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

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

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

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

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

/* C2.1 */
.punbb .main .tcl {
  overflow: hidden;
  text-align: justify;
  width: 44%;
  }

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

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

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

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

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

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

/* C2.8 */
#pun-index .tcl h3 {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
  margin-top: -6px;
  margin-left: -14px;
  padding: 5px;
  }

/* 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 {
  border-style: none none none solid;
  border-width: 0 0 0 1px;
  padding: 0.4em 1em 0.4em 1em;
text-align: center !important;
  }

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

    * html .tclcon {height: 1px}

/* C2.14 ОФОРМЛЕНИЕ ПОДФОРУМОВ */
#pun-index td div.tclcon {color: #524d62;margin-left: 0px;width: 326px;font-size: 12px;padding: 30px 21px 24px 23px;line-height: 10px;background: url(http://i.imgur.com/bhFKGSX.png) top no-repeat, url(http://i.imgur.com/rYGOZ8U.png) bottom no-repeat, url(http://i.imgur.com/bUNnNJb.png) repeat-y;border: none;text-align: justify;text-transform: lowercase;font: 10px tahoma;}

.tclcon h3 {
  text-shadow: #ffffff 1px 1px;
  padding: 3px 6px 3px 6px !important;
  border: none;
  }
.tclcon h3 a {
   color: #be8613!important;
   text-shadow: #ffffff 1px 1px !important;
   -webkit-transition: .3s all!important;
   -moz-transition: .3s all!important;
   -ms-transition: .3s all!important;
   -o-transition: .3s all!important;
   transition: .3s all !important;
   font: bold 24px bebas neue !important;
   letter-spacing: 1px !important;
   }
.tclcon h3 a:hover {
  color: #83678a!important;
  text-shadow: #ffffff 1px 1px !important;
  }

/* ссылки в подфоруме */
.pf {position: relative;display: inline-block;width: 320px;margin-top: 11px;padding-top: 11px;padding-bottom: 12px;border-top: 1px dashed #a986c1;}
.pf a {width: 70px;text-align: center;display: inline-block;border-radius: 0px;margin-left: 2px;font: 8px arial !important;color: #978db2 !important;letter-spacing: 1.5px !important;background: #f5f0f9;box-shadow: 0px 0 2px #ff9b0d, inset 0 0 10px #ccb7db;text-shadow: 1px 1px 0 #ffffff !important;padding: 6px 10px;text-transform: uppercase;-webkit-transition: .3s all!important;-moz-transition: .3s all!important;-ms-transition: .3s all!important;-o-transition: .3s all!important;transition: .3s all !important;}
.pf a:hover {background: #f7e4c7;}

/* C2.15 */
.punbb div.icon {float: right;display: block;width: 45px;height: 46px;padding-top: 0px;margin-top: 4px;margin-right: -6px;background-repeat: no-repeat;}

/* C3 Topics

-------------------------------------------------------------*/
#pun-title, #pun-navlinks {
background-color: transpanent;
}

/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3 {
  border-color:  transparent;
  }

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-color: transparent;

  }

/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: transparent ;

  }

/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.punbb .post h3 span, .post-links ul, .post-links, .usertable table {
  border-color: transparent;

  }

/* CS2.5 */
.punbb th {
  border-color: transparent ;

  }

/* CS2.6 */
.punbb .quote-box, .punbb .code-box {
  border-color: transparent;

  }

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
  border-color: transparent;

  }

#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border-color: transparent ;

  }

.punbb .divider {
  border-color: transparent;

  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border: 1px solid transparent ;

  }

li.pa-online {
  border-left-color: transparent ;

  }

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

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

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

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

/* C3.5 */
.punbb .post .post-author {float: left;width: 226px;margin: 0.6em;margin-top: -2em;overflow: hidden;margin-left: 2px;background: url(http://i.imgur.com/xwegX4L.png) no-repeat top, url(http://i.imgur.com/qTYDIaA.png) bottom no-repeat, url(http://i.imgur.com/J670w1w.png) repeat-y;}

.post-author ul {
    margin: 0.8em;
    }

#pun-main .post-author ul {text-align: center;font-size: 10px;line-height: 12px;padding-top: 6px;padding-bottom: 44px;margin-left: -1px;color: #443054;text-shadow: 1px 1px 0 #fff;}

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

/* C3.7 */
.pa-author {
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 4px !important;
    padding-top: 5px !important;
    margin-top: 26px;
    margin-left: 3px;
    z-index: 10;
    position: relative;
    font: bold italic 18px bebas neue !important;
    letter-spacing: 1px !important;
    text-shadow: 1px 1px 0 #fff5e7!important;
    color: #bb681e!important;
  }

/* C3.8 */
.pa-author a {
  font: bold 18px bebas neue !important;
  letter-spacing: 1px !important;
  text-shadow: 1px 1px 0 #fffdfa!important;
  color: #bb681e!important;
  }

.pa-author a:hover {color: #67527d !important;}

/* C3.9 */
li.pa-title {
  margin-bottom: 3px;
  margin-top: 1px;
  margin-left: 10px;
  padding-top: 17px;
  text-transform: none !important;
  width: 185px;
  z-index: 0;
  height: 15px;
  position: relative;
  }

li.pa-avatar {margin-left: 7px !important;margin-top: 8px !important;}
li.pa-avatar img {border: 2px solid #efd6af;box-shadow: 0 0 3px #b786cc;}

.pa-posts,.pa-respect {
    text-align: center;
    display: inline-block;
    width: 57px;
    padding: 1px 2px 2px 2px !important;
    margin-top: 3px;
    margin-bottom: 5px !important;
    letter-spacing: 0px;
    margin-left: 14px;
    margin-right: 3px;
    color: #5d4e69;
    font: 10px tahoma;
    text-shadow: none;
}

.pa-respect a {
    color: #5d4e69 !important;
    text-shadow: none !important;
    font: 10px tahoma !important;
}

li.pa-online {
  line-height: 0.8em;
  border-left-style: none;
  border-left-width: 0.7em;
  margin-top: 3px;
  margin-left: 10px;
  text-shadow: none!important;
  }

li.pa-awards {margin-top: 31px !important;margin-bottom: -33px;}

li.pa-awards a {
  font: bold 8px verdana !important;
  color: #75212e !important;
  text-shadow: 1px 1px 0 white !important;
  text-transform: uppercase;
  }

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

.punbb .post-content {/* background: rgba(167, 202, 202, 0.47); *//* padding: 10px; *//* border-radius: 25px; */margin-right: 5px;}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: bold;
  }

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

/* C6.5 */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0px 0 0 0 !important;
  margin: 0px 14px -0.6em 31px;
  display: inline;
  }

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

/* 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: left;
  margin: 0 0 0.8em 1.8em
  }

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

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

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

/* C7.3 */
#pun-userlist .usertable table {
  border-style: solid;
  border-width: 1px;
  }
/**********************************************/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

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

/* D1.1 */
#pun-title {
  margin: 0;
  border-style: none none none none;
  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 none none none;
  }

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

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

#pun-title h1 span  {
  font-size: 1.5em;
  }

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

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

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

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

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

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

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

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

/* D3.1 */
#pun-navlinks, #pun-navlinks .container {
  border-style: none;
  border-width: 0;
  margin-left: 0px;
  margin-top: 0px; /*отрицательное значение - вверх, положительное - вниз */
  }

/* D3.2 */
#pun-navlinks .container {
  padding: 0.7em 1em;
  }

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

/* D3.4 */
#pun-navlinks li a {
}

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

/* D4.1 */
#pun-ulinks  {
  border-left-style: none;
  border-right-style: none;
  margin-left: 0px;
  margin-top: 0px; /*отрицательное значение - вверх, положительное - вниз */
}

/* D4.2 */
#pun-ulinks .container {
  border-top: none;
  padding: 0.7em 1em;
  }

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  display: inline;
  border-left-style: solid;
  border-left-width: 1px;
  white-space: nowrap;
  }

/* D4.4 */
#pun-ulinks li a {
  padding: 0 0.3em 0 0.6em
  }

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

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

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

/* D5.2 */
#pun-status .container {
  padding: 2.8em 1em 1em 1em;
  }

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

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

/* D5.5 */
#pun-crumbs1 p.container {
  border-top: none;
  padding: 1em 1em 0.8em 1em;
  font-size: 1.1em;
    font: 700 14px cuprum;
font-style: none !important;
    text-transform: lowercase;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* D8.7 */
#pun-crumbs2 .container {
  border-bottom: none;
  padding: 0.8em 1em;
    font: 700 14px cuprum;
font-style: none !important;
    text-transform: lowercase;
  }

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

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

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

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

/* D9.2 */

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

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

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

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

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

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

#pun-redirect{
  border:0 none!important;
  margin:0;
  padding:0;
  left:0;
  right:0;
  top:0;
  background: url(http://i.imgur.com/ZybYQbK.jpg) top  repeat-x;
  background-color: #dfb472;
  bottom:0;
  position:fixed;
  width:100%;
  height: 100%;
  text-align:center;
}
#pun-redirect *{
  border:0 none;
}
#pun-redirect .main-title {
  display:none;
}
#pun-redirect.punbb .info .container{
  text-align:left;
  font-weight:bold;
  display:inline-block;
  left:0;
  right:0;
  top:0;
  bottom:0;
  margin: 7% auto;
  width: 475px;
  padding: 16px 0px;
  height: 66px;
  color: #35304e;
  font: bold 12px tahoma;
  letter-spacing: 0px;
  text-align: center;
  background: rgba(236, 223, 202, 0.95);
  background-image: url("");
  border: 0;
  box-shadow: 3px 4px 0px rgb(117, 110, 154), inset 0 0 45px #dea142;
  border-radius: 29px;
}

0

9

/*ГРАФИКА -------------------------------------------------------------*/

/* Боди или фон форума */
body {
    background: url(http://i.imgur.com/ZybYQbK.jpg) top  repeat-x;
    background-color: #dfb472;
}

/* Шапка */
#pun-title table {
    background-image: url(http://funkyimg.com/i/2irJ6.png);
    background-repeat: no-repeat;
    background-position: top center;
    border: none;
    height: 668px;
    width: 1256px;
    margin-left: -176px;
    }

/* Пан или "тело" форума */
#pun {
    background-color: #d7e7f7;
    background-image: url(http://www.picshare.ru/uploads/161026/FMwmbBTf2T.jpg);
    }

/* футер */
#pun-about p.container {
    background-image: url(http://i.imgur.com/tERkwZp.png);
    background-position: center top;
    background-repeat: no-repeat;
    height: 151px;
    width: 1209px;
    margin-left: -167px;
    text-align: center;
    border-color: transparent;
}
div#pun-about {
   margin-bottom: -26px;
}

#profilenav h2 {text-shadow: none;}

#pun-redirect.punbb  #pun-main h1 {
background: none;}

hr, .banner-line {
    height: 1px;
    background: #4E4848 center no-repeat;
    border: 1px solid white;}

/* Цвет текста на форуме */
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3, #pun-navlinks .container,
.punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd,
.punbb .info-box, .punbb #pun-main .info-box .legend, .punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer, #pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2, #pun-title, #pun-title .container, .punbb .modmenu .container, .punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span, .punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl, #pun-navlinks .container  {background-color: transpanent;color: #110d15;font-weight: normal;font-style: normal;}

/* двигалка навигации, общие ссылки и пользовательские*/
div#pun-navlinks {
    position: relative;
    width: 100%;
    text-align: center;
    top: -678px;
    left: -12px;
    }
div#pun-ulinks {
    position: relative;
    width: 100%;
    text-align: center;
    top: -163px;
    left: 0px;
    margin-bottom: -9em;
    }

/* Ссылки */

/* cs2.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: #2b1b3c;font: 14px cuprum;letter-spacing: 0.01em;border-bottom: 0px none #000;text-decoration: none;text-shadow: 1px 0 0px #ffffff;-moz-transition: color 0.2s 0.02s ease;-o-transition: color 0.2s 0.02s ease;-webkit-transition: color 0.2s 0.02s ease;}

/* cs2.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: #9c5f1f;
    border-bottom: 0px none #000;
    }

#onlinelist a {font: 11px verdana !important;}
.post-links a {font-size: 12px !important;}
h3 > span a {font-size: 12px !important;}
.post-body a {font: 11px verdana !important; text-shadow: none !important;}

/* cs2.3. верхняя навигация до наведения */
#pun-navlinks a {
    font: bold 24px bebas neue;
    border-bottom: 0px none #000;
    color: #a67932;
    text-shadow: #0e0b19 1px 0px 0px;
    padding: 0px 3px 0px 3px;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

/* cs2.4. нижняя навигация до наведения */
#pun-ulinks a {color: #2f2a47;text-shadow: none !important;font: bold italic 12px cuprum !important;border-bottom: 0px none #000;text-transform: lowercase;letter-spacing: 0px;-webkit-transition: .3s all;-moz-transition: .3s all;-ms-transition: .3s all;-o-transition: .3s all;transition: .3s all;}

/* cs2.5. верхняя навигация после наведения */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  border-bottom: 0px none #000;
  color: #6658a3;
  text-shadow: #0f0c1b 1px 0px 0px;
  }

/* cs2.5. нижняя навигация после наведения */
#pun-ulinks a:hover, #pun-ulinks a:focus, #pun-ulinks a:active {
  border-bottom: 0px none #000;
  color: #883f13;
  text-shadow: 1px 1px #fff;
  }

/*ИКОНКИ -------------------------------------------------------------*/

/* Иконка старых сообщений*/
Div.icon {
background-image : url(http://i.imgur.com/HZHj3wE.png);
background-repeat: no-repeat;
}

/* Иконка новых */
TR.inew Div.icon {
background-image : url(http://i.imgur.com/FEh8u7P.png);
background-repeat: no-repeat;
}

/* Иконка важных*/
TR.isticky Div.icon {
background-image : url(http://i.imgur.com/EJbtthP.png);
background-repeat: no-repeat;
}

/* Иконка закрытых*/
TR.iclosed Div.icon {
background-image : url(http://i.imgur.com/8zy2OQq.png);
background-repeat: no-repeat;
}

/* Закругленные края цитаты и кода с тенью */
.punbb .quote-box, .punbb .code-box {
background: #f1e0c4;
    background-image: url("");
    border: 0;
    box-shadow: 0 0 2px #f39c0c, inset 0 0 46px #eac288;
    border-radius: 29px;}

/* Область для ввода текста в форме ответа и админке */
.punbb textarea, .punbb select, .punbb input {
    background-color: #fbeeda;
    color: #000000;
    }

/* скрыть название категорий*/
#pun-main .category h2 span {
visibility: visible;
}

/*------------------------скролинг-----------------------*/

::-webkit-scrollbar-thumb:vertical {
    background-color: #765d93;
border-radius: 10px;
}

::-webkit-scrollbar-thumb:horizontal {
    background-color: #765d93;
border-radius: 10px;
}

::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #e4a732;
}

::-webkit-scrollbar-thumb:horizontal:hover {
    background-color: #e4a732;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #f3d29c;
    }

#post1 {margin-top: 4px;    margin-left: 72px;  color: #181d25;    overflow-y: auto;    height: 88px;    width: 129px;    text-align: justify;}
#post1::-webkit-scrollbar {width: 0px; height: 0px;}

#post2 {display: inline-block;}
#post2 img {margin-left: 5px;}
#post2::-webkit-scrollbar {width: 0px; height: 0px;}
#post2::first-letter {font: italic bold 16px tahoma;}

/*----------------------кнопки типа отправить_посмотреть----------------------------*/
.hashelp center div a button{
  width:86px!important;
padding: 5px 10px 5px 10px!important;
margin-right:5px!important;
}
.hashelp center div a button, .button {
    text-decoration: none;
    vertical-align: middle;
    cursor:pointer;
    font: 12px cuprum!important;
    text-transform: lowercase;
    text-shadow: #ffffff 1px 1px!important;
    padding: 3px 16px 5px 16px!important;
    font-size: 12px!important;
    background: #bdc1c7;
    color: #110d17 !important;
    border: 0;
    box-shadow: inset 0 0 10px #e2a23c;
    border-radius: 29px;
    border-bottom: 3px solid #806cbf;
}
.hashelp center div a button:active, .button:active {
position:relative;
top:1px;
}

/*------------------ быстрый ответ - статистика--------------*/
#pun-stats h2
{height: 176px;
    width: 1062px;
    text-align: center;
    font-size: 0px;
    margin-left: -77px;
    margin-top: 20px;
    background-image: url("http://i.imgur.com/MpA9B5H.png");
    background-color: transparent;
    background-repeat: no-repeat;
}

#post-form h2 {
text-align: center;
    font-size: 0px !important;
    background: url(http://i.imgur.com/CuyBHaj.png) center no-repeat;
    height: 176px;
    width: 1062px;
    margin-bottom: -8px;
    margin-top: -14px;
    margin-left: -77px;
}

#main-reply {
    width: 99%;
    border-radius: 25px;
    padding: 6px;
}

/*------------------ссылки в шапке--------------*/
.mainlink1 {position: absolute;left: 90px;top: 72px;width: 200px;}
.mainlink1 a {
    display: block;
    color: #825b1e!important;
    text-shadow: #ffdda7 1px 1px!important;
    text-transform: lowercase;
    font: italic bold 14px cuprum !important;
    text-align: center;
    margin-top: 5px;
    }

.mainlink1 a:hover {
color: #422181 !important;
text-shadow: rgb(255, 209, 110) 1px 1px !important;
}

/*------------------Баннеры--------------*/
.banners {
    position: absolute;
    margin-top: -125px !important;
    left: 55px !important;
    width: 967px;
    height: 70px;
    overflow-y: auto;
    opacity: 0.6;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
.banners:hover {opacity: 1;}

/*------------------АМС--------------*/
.ams {display: inline-block;}
.ams a {
    font: bold italic 14px bebas neue !important;
    color: #69400c!important;
    text-shadow: 1px 1px 0px #f8f8f9 !important;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    }
.ams a:hover {color: #634e5d!important;}

.ams a span {display: none;}
.ams a:hover span{
    position: absolute;
    width: 201px;
    text-align: center;
    padding: 2px 1px 0px 1px;
    display: inline-block;
    margin-top: -107px;
    height: 103px;
    left: 55px;
    z-index: 100000;
    background: #d7b380;
    border-right: 3px solid #9680ae;
    border-left: 3px solid #b39de3;
    }

/* сообщения на форум готовый*/
.body1 {background: url(http://i.imgur.com/6yTvnO3.png) top no-repeat, url(http://i.imgur.com/i9anxpw.png) bottom no-repeat, url(http://i.imgur.com/95axSCd.png) repeat-y;color: #453720;font: 11px tahoma;    width: 600px;
    margin-left: 34px !important;
    display: block;
    padding-top: 39px;
    padding-bottom: 22px;}
.naz {text-align: center;font: bold italic 35px bebas neue;color: #fec78b;letter-spacing: 1px !important;text-shadow: 1px 1px 0px #8b75a3;}

/* анкета */
.name { width: 440px; padding: 2px; text-align: right; font-size: 40px; text-transform: lowercase; color: #fff; line-height: 100%; font-style: italic; letter-spacing: -2px; font-family: 'Khula', sans-serif; text-align: center; font-size: 40px; color: #fff; text-shadow:1px 1px #784e91, 2px 2px #fff; border-top: 0px; font-weight: bold; }
.name1 { padding: 1px; background-color: #3A3337; font-size: 10px; color: #fff; text-align: center; font-family: calibri, sans-serif; letter-spacing: 0px; line-height: 100%; font-style: normal; text-transform: uppercase;  font-weight: lighter; transition: 0.8s all ease-in-out; -webkit-transition: 0.8s all ease-in-out; -moz-transition: 0.8s all ease-in-out; o-transition: 0.8s all ease-in-out; box-shadow:inset 0px 0 0 #83633c;}
.name1:hover { color: #000; box-shadow:inset 406px 0 0 #f5debd;}
.fon1 { width: 590px; padding: 5px; border: 1px solid #B4B4B4; background-image: url(http://funkyimg.com/i/2aYij.jpg); padding-bottom: 0px; border-bottom: 0px;}
.fon2 { width: 580px; padding: 5px; border: 1px solid #B4B4B4; background-color: #f3eef3; padding-bottom: 0px; border-bottom: 0px;}
.PHOm { width: 210px; padding: 5px; border: 1px solid #B4B4B4; background-color: #fffcf6; margin-bottom: 5px;}
.PHOmi { width: 190px; padding: 9px; border: 1px solid #B4B4B4; background-image: url(http://funkyimg.com/i/2aYi9.jpg);  padding-bottom: 1px;}
.PHOmil { width: 190px; padding: 3px; background-color: #fff8ed; border-bottom: 1px solid #B4B4B4; font-size: 12px; text-align: right; font-family: 'Vollkorn', serif; text-transform: lowercase; letter-spacing: 2px; font-style: italic; font-weight: bold; text-indent: 15px;}
.PHOmili { width: 190px; padding: 3px; background-color: #fff2df; text-align: left; font-size: 7px; color: #555; text-transform: uppercase; line-height: 100%; letter-spacing: 2px; font-family: verdana, sans-serif; text-indent: 20px;}
.PHOmil:first-letter { color: #f0ac3c; }
.PHOfim { width: 120px; padding: 5px; border: 1px solid #B4B4B4; background-image: url(http://funkyimg.com/i/2aYi9.jpg); height: 250px;}
.PHOfim img { width: 110px; border: 5px solid #fff2df; }
.PHOftl1 { width: 100px; padding: 9px; background-color: #8a74a2; color: #fff; text-transform: uppercase; line-height: 100%; font-size: 10px; letter-spacing: 1px; font-family: calibri, sans-serif; text-align: center; border-bottom: 1px solid #fff2df; border-top: 1px solid #fff; transition: 0.8s all ease-in-out; -webkit-transition: 0.8s all ease-in-out; -moz-transition: 0.8s all ease-in-out; o-transition: 0.8s all ease-in-out; box-shadow:inset 0px 0 0 #83633c;}
.PHOftl1 a { color: #fff; text-transform: uppercase; line-height: 100%; font-size: 8px; letter-spacing: 1px; font-family: calibri, sans-serif; text-align: center;}
.PHOftl1:hover { color: #000; box-shadow:inset 146px 0 0 #d3ae7a;}
.PHOftl2 { width: 115px; padding: 3px; background-color: #8a74a2; color: #fff; text-transform: uppercase; line-height: 100%; margin-bottom: 5px; font-size: 8px; letter-spacing: 1px; font-family: calibri, sans-serif; text-align: center; border-bottom: 1px solid #fff; border-top: 1px solid #fff; transition: 0.8s all ease-in-out; -webkit-transition: 0.8s all ease-in-out; -moz-transition: 0.8s all ease-in-out; o-transition: 0.8s all ease-in-out; box-shadow:inset 0px 0 0 #83633c;}
.PHOftl2 a { color: #fff; text-transform: uppercase; line-height: 100%; font-size: 8px; letter-spacing: 1px; font-family: calibri, sans-serif; text-align: center;}
.PHOftl2:hover { color: #000; box-shadow:inset 146px 0 0 #d3ae7a;}
.PHOft { width: 210px; padding: 3px; border: 1px solid #B4B4B4; background-color: #fff; margin-bottom: 5px;}
.PHOfti { width: 200px; padding: 4px; border: 1px solid #B4B4B4; background-image: url(http://funkyimg.com/i/2aYi9.jpg); }
.PHOftii { width: 190px; padding: 5px; height: 42px; background-color: #fff8ed; }
.PHOftit { width: 190px; padding-right: 10px; height: 42px; overflow: auto; font-size: 8px; text-transform: uppercase; font-family: calibri, sans-serif; color: #555; text-align: justify;}
.PHOftit:first-letter { float: left; color: #fff; background-color: #2d160a; margin-right: 1px; font-size: 10px; font-family: 'Montserrat', sans-serif; text-transform: uppercase; line-height: 100%; padding: 10px; font-weight: bold;}
.bio { width: 594px; padding: 3px; border: 1px solid #B4B4B4; background-image: url(http://funkyimg.com/i/2aYij.jpg);}
.bio1 { width: 584px; padding: 4px; border: 1px solid #B4B4B4; background-image: url(http://funkyimg.com/i/2aYi9.jpg); }
.bio2 { width: 570px; padding: 5px;  background-color: #f3eef3; }
.bio5 { width: 265px; padding: -10px;  background-color: #fff8ed; font-size: 10px; text-transform: uppercase; font-family: calibri, sans-serif; color: #555;}
.bio4 {  width: 275px; padding: 5px;  background-image: url(http://funkyimg.com/i/2aYij.jpg); }
.bio3 { width: 570px; padding-right: 10px;  overflow: auto; font-size: 12px; font-family: Arial, sans-serif; color: #555; text-align: justify;}
.bio3:first-letter { float: left; color: #ffffff; background-color: #8a74a2; margin-right: 1px; font-size: 12px; font-family: 'Montserrat', sans-serif; line-height: 100%; padding: 10px; font-weight: bold;}
.naf1 { width: 210px; padding: 4px; background-color: #8a74a2; color: #fff; text-transform: uppercase; line-height: 100%; margin-bottom: 5px; font-size: 10px; letter-spacing: 1px; font-family: calibri, sans-serif; text-align: center; border-bottom: 1px solid #fff; border-top: 1px solid #fff; transition: 0.8s all ease-in-out; -webkit-transition: 0.8s all ease-in-out; -moz-transition: 0.8s all ease-in-out; o-transition: 0.8s all ease-in-out; box-shadow:inset 0px 0 0 #83633c;}
.naf1 a { color: #fff; text-transform: uppercase; line-height: 100%; font-size: 8px; letter-spacing: 5px; font-family: calibri, sans-serif; text-align: center;}
.naf1:hover { color: #000; box-shadow:inset 216px 0 0 #d3ae7a;}
.zs1 { width: 100px; padding: 5px;  background-color: #fff8ed; font-size: 10px; text-transform: uppercase; font-family: calibri, sans-serif; color: #555;}
.zs {  width: 110px; padding: 5px;  background-image: url(http://funkyimg.com/i/2aYij.jpg); }
.nafa1 { width: 90px; padding: 4px; background-color: #8a74a2; color: #fff; text-transform: uppercase; line-height: 100%; margin-bottom: 5px; font-size: 10px; letter-spacing: 1px; font-family: calibri, sans-serif; text-align: center; border-bottom: 1px solid #fff; border-top: 1px solid #fff; transition: 0.8s all ease-in-out; -webkit-transition: 0.8s all ease-in-out; -moz-transition: 0.8s all ease-in-out; o-transition: 0.8s all ease-in-out; box-shadow:inset 0px 0 0 #83633c;}
.nafa1 a { color: #fff; text-transform: uppercase; line-height: 100%; font-size: 8px; letter-spacing: 5px; font-family: calibri, sans-serif; text-align: center;}
.nafa1:hover { color: #000; box-shadow:inset 216px 0 0 #d3ae7a;}

/* нужный */
.name2 { width: 440px; text-align: right;  text-transform: lowercase; color: #fff; line-height: 100%; font-style: italic; padding: 2px;  letter-spacing: -2px; font-family: 'Khula', sans-serif; text-align: center;  color: #fff; text-shadow:1px 1px #784e91, 2px 2px #fff; border-top: 0px; font-weight: bold; font-size: 20px;}
/* банк */
.nafa2 { width: 250px; padding: 4px; background-color: #2d160a; color: #fff; text-transform: uppercase; line-height: 100%; margin-bottom: 5px; font-size: 10px; letter-spacing: 1px; font-family: calibri, sans-serif; text-align: center; border-bottom: 1px solid #fff; border-top: 1px solid #fff; transition: 0.8s all ease-in-out; -webkit-transition: 0.8s all ease-in-out; -moz-transition: 0.8s all ease-in-out; o-transition: 0.8s all ease-in-out; box-shadow:inset 0px 0 0 #83633c;}
.nafa2 a { color: #fff; text-transform: uppercase; line-height: 100%; font-size: 8px; letter-spacing: 5px; font-family: calibri, sans-serif; text-align: center;}
.nafa2:hover { color: #000; box-shadow:inset 216px 0 0 #83633c;}

/* правила*/

.nafa3 {width: 408px;padding: 4px;background-color: #d0c1e1;color: #6c4a13;text-transform: uppercase;line-height: 100%;text-shadow: 1px 1px #fff0d9;margin-top: 10px !important;letter-spacing: 4px;font: bold 8px tahoma;text-align: center;border-bottom: 2px solid #bc8961;border-top: 2px solid #bc8961;transition: 0.8s all ease-in-out;-webkit-transition: 0.8s all ease-in-out;-moz-transition: 0.8s all ease-in-out;o-transition: 0.8s all ease-in-out;box-shadow:inset 0px 0 0 #83633c;}
.nafa3 a { color: #fff; text-transform: uppercase; line-height: 100%; font-size: 8px; letter-spacing: 5px; font-family: calibri, sans-serif; text-align: center;}
.nafa3:hover {color: #000;box-shadow: inset 490px 0 0 #dbb06e;}

/* администрация фак*/
.jcanonname3 { background: #2d160a;}
.jcanonname2 { background: #2d160a;}

/* стихии рамка*/
.rama { border:4px double #2d160a;}
.rama1 { border:4px double #2d160a; background-color: #d0bbd3;}

/* личное звание */

/* плашка */
.pa-fld2 { margin-top: -25px !important;}

/* остальное */
.lz {
  width: 220px !important;
  margin-left: -11px !important;
  padding: 0px 0px 5px 0px;
  float: left;
  margin-top: -6px !important;
}

.lz1 {
  text-align: center;
  padding: 5px;
  width: 173px;
  background: #ece0f4;
  box-shadow: inset 0 0px 9px #ffffff, inset 2px 3px 0px #d4c4de, 3px 2px #d9c9e1;
  border-radius: 30px;
  color: #000;
  margin-left: 12px !important;
  float: left;
}

.lz2{
  text-align: center;
  width: 176px;
  padding: 2px;
}

.lz a {font: bold italic 14px cambria !important; color: #89561b !important; text-shadow: 1px 1px #fef4e5 !important;}

.lz3{
  width: 165px;
  padding: 5px;
  font: 10px tahoma;
  color: #453b4f;
  text-shadow: 1px 1px #fef4e5;
  line-height: 10px !important;
  text-align: justify;
}
.lz3 a{
  font: 10px tahoma !important;
color: #89561b !important; text-shadow: 1px 1px #fef4e5 !important;
}

/* достижения и ко */
.lz4{
color: #000;
margin-bottom: -46px !important;
margin-top: -12px!important;
width: 176px;
padding: 4px;
background: #ece0f4;
box-shadow: inset 0 0px 9px #ffffff, inset 2px 3px 0px #d4c4de, 3px 2px #d9c9e1;
border-radius: 30px;
}

.lz6 {
text-align: center;
width: 72px;
text-shadow: 1px 0px 0px rgba(255, 255, 255, 0.5);
height: 65px;
font-family: 'Ahellya';
font-size:25px;
padding: 5px;
background: url(http://i.imgur.com/QaoPAs5.png) no-repeat;
border-radius: 30px;
color: #000;
margin-left: -9px !important;
}

.lz7 {
  text-align: center;
  width: 91px;
  padding: 3px;
  margin-top: -10px !important;
  margin-left: 9px !important;
  color: #6d4972;
  background: url(http://i.imgur.com/mis2XDt.png) no-repeat;
  font: 10px tahoma;
}

.lz71 {
  text-align: center;
  width: 91px;
  padding: 3px;
  margin-top: -10px !important;
  margin-left: 9px !important;
  color: #6d4972;
  background: url(http://i.imgur.com/z0mvu68.png) no-repeat;
  font: 10px tahoma;
}
.lz72 {
  text-align: center;
  width: 91px;
  padding: 3px;
  margin-top: -10px !important;
  margin-left: 9px !important;
  color: #6d4972;
  background: url(http://i.imgur.com/a4cBb3y.png) no-repeat;
  font: 10px tahoma;
}
.lz72 a{font: 10px tahoma !important; color:#6d4972 !important; }

.lz8 {
  width: 120px;
}

/* стихии в личном звании */

#sti {width: 45px;height: 0px;margin-top: 6px !important;margin-left: 10px !important;font: bold italic 32px bebas neue;color: #bd501e;text-shadow: 1px 1px 0#fff;text-align: center;}

.stip  {margin-top: -50px !important; margin-left: -4px !important;}
.stip img {width: 0;height: 0;-webkit-transition: .9s ease-in-out all;
-moz-transition: .9s ease-in-out all;
-ms-transition: .9s ease-in-out all;
-o-transition: .9s ease-in-out all;
transition: .9s ease-in-out all;}

#sti:hover .stip img {width: 55px; height: 55px ;padding: 5px;opacity: .99; font-size: 0px;
    text-align: center;
    line-height: 100%;
    margin-left: -5px !important; }

body {overflow-x: hidden}

/* награды */
.canh { width: 48px; height: 55px; background-color: #FDF5E6; padding: 5px; opacity: 0; transition-duration: .6s; -webkit-transition-duration: .6s; -moz-transition-duration: .6s; -ms-transition-duration: .6s; -o-transition-duration: .6s;  font-family: cambria, serif; font-size: 11px; text-align: justify; line-height: 100%; color: #623346; border-right: 5px groove #9d77a4;}
.canh:hover {  width: 40px; height: 55px; background-color: #FDF5E6; padding: 5px; opacity: .99;  font-family: cambria, serif; font-size: 10px; text-align: justify; line-height: 100%; color: #111; border-right: 3px groove #9d77a4;}
.nag {  background-color: #9e5337; color: #ffffff; text-align: center;padding: 3px;}

/* приветственное сообщение*/
.pinkholder {
float: center;
width: 400px;
height: 261px;
background: url('http://funkyimg.com/i/23Fac.png'), repeat repeat center center;
padding: 8px;
position: relative;
border: 3px solid #f6cc82;
box-shadow: 0 0 1px #333;
}
.pinksubholdercontainer {
float: right;
width: 199px;
height: 155px;
padding: 3px 5px 5px 1px;
background: #fff4e0;
overflow: hidden;
position: relative;
margin: 0 1px 7px 0;
text-align: justify;
border-left: 3px solid #f2b653;
border-right: 3px solid #f2b653;
box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
/* welcome цвет*/
.pinksubholdercontainer h3 {
color: #f6cc82;
}
.pinksubholder p {
color: #666;
font-family: calibri, serif;
font-size: 10px;
font-style: none;
text-align: left;
line-height: 7px;
background: transparent;
padding: 2px 0px 0px;
margin: 1px 2px 3px 5px;
position: relative;
}
.pinksubholder p:first-letter {
display: inline-block;
float: left;
color: #fff4e0;
font-family: georgia;
font-size: 18px;
background-color: #ba5c5f;
background-image: -webkit-linear-gradient(top, #ba5c5f, #f6cc82);
background-image: -moz-linear-gradient(top, #ba5c5f, #f6cc82);
background-image: -o-linear-gradient(top, #ba5c5f, #f6cc82);
background-image: -ms-linear-gradient(top, #ba5c5f, #f6cc82);
background-image: linear-gradient(top, #ba5c5f, #f6cc82);
padding: 8px;
margin: 1px 5px 0 0px;
box-shadow: 0 0 1px #222;
}
.pinksubholder a {
color: #a05052;
text-transform: uppercase;
text-decoration: none;
cursor: url(http://i.imgur.com/ffMehRc.png), auto;
transition: all 0.5s linear;
}
.pinksubholder a:hover {
color: #ba5c5f;
}
.pinkleftmenu li {
overflow: hidden;
width: 177px;
height: 40px;
background: #fff4e0;
margin-bottom: 4px;
border-left: 3px solid #f2b653;
box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.pinkleftmenu li:last-child {
margin-bottom: 0px;
}
.pinkleftmenu li a {
display: block;
width: 100%;
height: 100%;
color: #333;
text-align: left;
padding-left: 10px;
position: relative;
}
.pinkleftsub {
color: #666;
font-family: calibri;
font-size: 18px;
text-transform: uppercase;
margin: 0;
transition: all 300ms linear;
-webkit-transition: all 300ms linear;
-ms-transition: all 300ms linear;
-moz-transition: all 300ms linear;
-o-transition: all 300ms linear;
}
.pinkleftmenu li:hover {
background: #f6cc82;
border-left: 3px solid #ba5c5f;
}
.pinkleftmenu li:hover .pinkleftmain {
opacity: 1;
color: #51282a;
-webkit-animation: moveFromTop 300ms ease-in-out;
-ms-animation: moveFromTop 300ms ease-in-out;
-moz-animation: moveFromTop 300ms ease-in-out;
}
.pinkleftmenu li:hover .pinkleftsub {
opacity: 1;
color: #222;
-webkit-animation: moveFromBottom 300ms ease-in-out;
-ms-animation: moveFromBottom 300ms ease-in-out;
-moz-animation: moveFromBottom 300ms ease-in-out;
}
.pinkinfoimage {
float: right;
width: 205px;
height: 84px;
text-align: center;
background: #fff4e0 no-repeat center center;
position: relative;
margin: 0 1px 0 0;
border: 3px solid #f6cc82;
overflow: hidden;
cursor: default;
box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.pinkinfoimage blockquote {
float: center;
width: 185px;
height: 60px;
color: #f6cc82;
font-family: calibri;
font-size: 10px;
text-align: left;
line-height: 10px;
background: #393939;
padding: 5px 5px 3px 5px;
margin: 5px 2px 1px 5px;
border-top: 3px solid #ba5c5f;
border-bottom: 3px solid #ba5c5f;
}
.pinkinfoimage blockquote:first-letter {
float: left;
display: inline-block;
color: #fff4e0;
font-family: georgia;
font-size: 20px;
text-shadow: 0 0 1px #e16e72;
background-color: #ba5c5f;
background-image: -webkit-linear-gradient(top, #ba5c5f, #f6cc82);
background-image: -moz-linear-gradient(top, #ba5c5f, #f6cc82);
background-image: -o-linear-gradient(top, #ba5c5f, #f6cc82);
background-image: -ms-linear-gradient(top, #ba5c5f, #f6cc82);
background-image: linear-gradient(top, #ba5c5f, #f6cc82);
padding: 8px;
margin: 1px 5px 0 0px;
box-shadow: 0 0 1px #222;
}
.pinkinfoimage blockquote b {
color: #a05052;
font-family: calibri;
font-size: 10px;
text-transform: uppercase;
line-height: 10px;
}
.pinkinfoimage blockquote b:hover {
color: #ba5c5f;
}
/* конец приветственного сообщения*/

/* объявление */
.hello33 {background-color: #a98baf;}
.hello32 {background: #fff4e0;}
.hello31 {color: #f3b95f; text-shadow:1px 1px #fff, 2px 2px #fff;}
.nav, .nav2 {font-family:Palatino Linotype; font-size:9px; line-height:20px;letter-spacing:1pt;   text-transform:uppercase}
.nav {background:#f3bb65;  width:115px; height:16px; color:#ffffff;  text-align:center; display:block;position:relative; }
.nav2 {background:#ffffff;  width:115px; height:16px; text-align:center; color:#093c53; display:block;position:relative;}
.hello{
  background-color: #f3bb65;
  width: 580px;
  height: 90px;
  padding: 5px;
}
.hello1{
  color: #FFF;
font-family: 'Khula', sans-serif; text-align: center; font-size: 60px; color: #fff; text-shadow:1px 1px #f3bb65, 2px 2px #fff;
  font-size: 45px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: right;
padding-top: 20px;
  padding-left: 30px;
  padding-bottom: 20px;
}
.bye{
  background-color: #f3bb65;
  width: 580px;
  height: 30px;
  padding: 5px;
}
.hellogif {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#f3bb65), color-stop(51%,#f3bb65));
  padding: 5px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  z-index: 8;
}
.hellogif img {
width: 145px;
  height: 145px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.mp3 {
  font-family: Open Sans;
  font-size: 10px;
  color: #FFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: right;
  padding: 5px 40px 5px 0px;
  z-index: 5;
}
.citata {
background-color: #a98baf;
  text-transform: lowercase;
width:350px;
font-family: calibri; font-size: 8px; line-height: 90%; color: #ffffff; text-align: center; padding:5px; letter-spacing: 1px; text-shadow: 1px 0px 0px #f3b95f;
   letter-spacing: 1px;
  text-transform: uppercase;
  text-align: right;
  padding: 5px 40px 5px 0px;
  z-index: 5;
}
/* конец объявления */

/*коллекция */
.send3{ text-align:justify;margin-bottom:5px; padding:3px; background-attachment: scroll; }
.recieve span,.send3 span{display:none}
.recieve:hover span,.send3:hover span{
display:block;position:absolute;width:180px; margin-top:-150px; background-color: #bea68d;   border: 1px solid #35240f;
  border-top: 1px solid #94642b;
  border-bottom: 4px solid #3f1d11;
  -webkit-box-shadow:0 1px 4px #784d20, 0 0 30px #784d20 inset;
  border-radius: 30px; margin-left: -75px; margin-top: 3px; text-transform:uppercase;padding:11px 6px 11px 6px; font-family: "'Palatino Linotype";
font-size: 8px;
color: #000;
line-height: 100%;
letter-spacing: 1px;

}

body {overflow-x: scroll !important;}

0


Вы здесь » efemeratest » Основные скрипты » Для основы


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