Delirium | Heart Paralysis

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

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


Вы здесь » Delirium | Heart Paralysis » Тестовый форум » Дизы


Дизы

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

1

беверли хиллс

css структура

Код:
/*************************************************************
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: 0px; padding: 0}

/* A2.2 */
.punbb * {
  margin: 0px;
  padding: 0px;
  }

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

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

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

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

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


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

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

/* 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;
  position: center top;
  width : 1000px;
  }

/* A5.2 */
.punbb {
  float: center;
  width: 85%;
  margin-left: 75px;
  height: auto;
  
  }


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

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

/* A5.9 */
.punbb .container {
  border-style: solid;
  border-width: 1px;
}

/* A5.10 */
#pun-main h1, .punbb .section h2, #pun-stats h2, #pun-debug h2 {
  padding: 9px 1em 8px 1em;
  border: 1px solid transparent;
  border-bottom: none;
  }

#pun-main h2 {
  padding: 9px 1em 8px 1em;
  border: 0px solid transparent;
  border-bottom: 0px solid transparent;
}

/*************************************************************
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 transparent;
  width: 350px;
  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-top
  }

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

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

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

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
  margin: 0.4em 1.8em 1.4em 1.8em;
  padding: 1em;
  border: #656463;
  border-left: 1px solid transparent;
  }

/* 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: -5em;
  left: 1em;
  width: 24em;
  }

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.punbb .helplinks span INPUT {
        margin: 0px 2px 2px 0px;
}

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


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

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

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

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

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

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

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

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

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

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

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

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

/* C2.12 */
.punbb .main th {
  padding: 4px 1em 5px 1em;
  font-size: 0.9em;
  border-left: 5px solid transparent;
  border-bottom: 1px solid transparent;
  }

/* 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: right;
  display: block;
  width: 45px;
  height: 45px;
  padding-top: 10px;
  margin-top: 3px;
}


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

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

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

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

/* 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: 200px;
  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: 11px;
  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: 1.2em;
  border-left-style: solid;
  border-left-width: 0px;
  padding-left: 1.6em;
  margin-top: 0.7em;
  }

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

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

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

/* C3.14 */
.punbb .post-links {
  margin-left: 210px;
  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: -215px;
  border-top-style: dashed;
  border-top-width: 1px;
  background: transparent;
  text-align: right;
  }

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

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

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


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

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

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

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

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


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

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

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


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

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

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

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: 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: -60px;
  }

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

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


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

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

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

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

/* D1.3 */
#pun-title .container {
  border-style: none ;
  padding: 0.2em 1em 0.8em 1em;
  }

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

#pun-title TABLE {
 background-image: url(http://s8.uploads.ru/pDrNh.png);
background-repeat : no-repeat;
background-position: center top;
margin: auto;
border: none;
margin-left: -76px;

height: 810px;
width: 1000px;  
}

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

#pun-title table tbody tr .title-logo-tdr {
position: absolute; z-index: 1; 
margin-left: -940px; 
top: 400px}

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

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: -70px;
  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.0em;
  margin-left: -9999px;
  display: block;
  float:left;
  width: 100%;
  }

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

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

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

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

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

/* D3.2 */
#pun-navlinks .container {
  padding-top: 0px;
  padding-left: 0px;
  height: 0px;
  text-align: center;
}

/* D.3 */
#pun-navlinks li {
  display: inline;
  margin: 0;
  padding-top: 0px;
}

/* D3.4 */
#pun-navlinks li a {
  font-size: 12px;
  font-family: tahoma;
  text-transform: normal;
  letter-spacing: 0px;
  padding-top: 0px;
  font-weight: bold;
  color: #735804;
  text-transform: uppercase;
  }


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

/* D4.1 */
#pun-ulinks  {
  margin-bottom: 0px;
  border: 1px solid transparent;
  }

/* D4.2 */
#pun-ulinks .container {;
  text-align: center;
  border: 1px solid transparent;
  padding-top: -15px;
  height: 22px;
  font-size: 10px;
  font-family: tahoma;
  letter-spacing: 1px;
  text-transform:uppercase;
  font-style: bold;
  color: #735804;
  }

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  display: inline;
  white-space: nowrap;
  color: #735804;
  }

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

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


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

css цвета

Код:
/* CS1 Background and text colours
-------------------------------------------------------------*/

html, body {background-color: #faddc2; background-image: url(http://funkyimg.com/i/TPND.png); background-repeat: repeaty; background-attachment: fixed; background-position: center; color: #895d1e;}
BODY {background:fixed;}

/* 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 {
  background-color: transparent;
  color: #895d1e;
  }

/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer {
  background-color: transparent;
  color: #895d1e;
  }

/* CS1.3 */
.punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  background-color: transparent;
  color: #895d1e; 

  text-align: center;
  font-size: 10px;
  font-family: tahoma;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-style: bold;
}

/* CS1.4 */
#pun-title, #pun-title .container, .punbb .modmenu .container {
  background-color: transparent;
  color: #895d1e;
  }

/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
  background-color: transparent;
  color: #895d1e;
  }

/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
  background-color: transparent;
  color: #895d1e
  }

/* CS1.7 */
#pun-main .quote-box, #pun-main .code-box {padding: 15px;
background-image : url(http://s9.uploads.ru/lYKhw.png);
background-repeat: repeat; background-position: top right;

border-width: 0px;
border-style: ridge;
border-color: #e7c989;

border: 16px; solid;
-moz-border-image: url(http://s9.uploads.ru/qf0k2.png) 16 repeat repeat;
    -webkit-border-image: url(http://s9.uploads.ru/qf0k2.png) 16 repeat repeat; 
    -o-border-image: url(http://s9.uploads.ru/qf0k2.png) 16 repeat repeat;
    border-image: url(http://s9.uploads.ru/qf0k2.png) 16 repeat repeat;

border-radius:10px; webkit-border-radius:10px; moz-border-radius:10px; khtml-border-radius:10px; 
}


/* CS1.8 */
#pun-navlinks .container {
  background-color: transparent;
  color: #895d1e
  }

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

.punbb textarea, .punbb select, .punbb input {
  background-color: transparent; color: #735804; background-image : url();
}


/* CS1.9 */
.punbb textarea, .punbb select {background-image : url(http://s9.uploads.ru/lYKhw.png);
background-repeat: repeat; background-position: top right;
border-width: 0px;
border-style: double;
border-color: #e7c989;
border-radius:10px; webkit-border-radius:10px; moz-border-radius:10px; khtml-border-radius:10px; 
-moz-box-shadow: inset 0 0 7px 3px #efcd97;
-webkit-box-shadow: inset 0 0 7px 3px #efcd97;
box-shadow: inset 0 0 7px 3px #efcd97;
padding: 5px;
}

.punbb input {background-image : url(http://s9.uploads.ru/lYKhw.png);
background-repeat: repeat; background-position: top right;
border-width: 0px;
border-style: double;
border-color: #e7c989;
border-radius:10px; webkit-border-radius:10px; moz-border-radius:10px; khtml-border-radius:10px; 
-moz-box-shadow: inset 0 0 5px 2px #efcd97;
-webkit-box-shadow: inset 0 0 5px 2px #efcd97;
box-shadow: inset 0 0 5px 2px #efcd97;
padding: 5px;
}

/* Фон тела форума */

#pun {background-image: url("http://s8.uploads.ru/lsPro.png");background-color: transparent;}

/* Стиль ника автора */

#pun-main .post-author ul  {font-size: 9px; text-align: center;}
.pa-author{font-size: 12px; font-weight: bold; text-transform: uppercase;}

.punbb .post-sig dt {
    background: url("") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 43px;
    width: 300px;
}



/* Стиль профиля */
.punbb .post .post-author {
background-image : url(http://s9.uploads.ru/lYKhw.png);
padding-top:9px;
padding-right: 5px;
padding-bottom: 2px;
border-top: none;
border-bottom: none;
margin-top: 0px;
margin-right: 11px;
margin-bottom: 0px;
border-width: 0px;
border-style: double;
border-color: #efcd97;
border-radius:10px; webkit-border-radius:10px; moz-border-radius:10px; khtml-border-radius:10px; 
-moz-box-shadow: inset 0 0 7px 3px #efcd97;
-webkit-box-shadow: inset 0 0 7px 3px #efcd97;
box-shadow: inset 0 0 7px 3px #efcd97;

}

#pun-main .pa-avatar {margin-top: 4px;}

#navawards a {display: none;}

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

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

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

/* CS2.3 */
.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: transparent;
  }

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

.punbb .post-sig dt {
  border-top-color: transparent; !important;
  }


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

/* CS3.1 */
.punbb a, .punbb a:link, .punbb a:visited,
.punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited {
  color: #d06d06; /* ОСНОВНОЙ ЦВЕТ ССЫЛКИ */
    border-bottom: 0px none #000;
  text-decoration: none;

  }

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #e85656; 
margin-top: 2px;
 font-weight: bold;

-moz-transition: color 0.9s 0.09s ease;
 -o-transition: color 0.9s 0.09s ease;
 -webkit-transition: color 0.9s 0.09s ease;

  }

/* CS3.2 */
.punbb a:hover, .punbb a:focus, .punbb a:active,  .punbb-admin #pun-admain .nodefault,
.punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active {
  color: #e85656; 
    border-bottom: 0px none #000;
  text-decoration: none;
  margin-top: 2px;
 font-weight: bold;

-moz-transition: color 0.9s 0.09s ease;
 -o-transition: color 0.9s 0.09s ease;
 -webkit-transition: color 0.9s 0.09s ease;

  }

/* CS3.3 */
#pun-navlinks a {
  color: #e85656; 
    border-bottom: 0px none #000;
  text-decoration: none;
    font-size: 10px;
 font-weight: bold;
  }

/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #c78c00; 
  font-weight: bold;
font-style: normal;
  border-bottom: 0px none #000;
  text-decoration: none;
margin-top: 2px;

  }

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: #333;
  color: #e85656; 
  }



/* CS4 Post status icons
-------------------------------------------------------------*/

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

.punbb table Div.icon {float: right; display: inline; border-style: none none none none; margin-left: 5px;margin-right: 5px; marign-top: auto;
width: 55px;
height: 55px;
background-image : url(http://s9.uploads.ru/A50Jj.png);
background-repeat: no-repeat;
}

TR.inew Div.icon {
background-image : url(http://s8.uploads.ru/qSfPZ.png);
background-repeat: no-repeat;
width: 55px;
height: 55px;
}

TR.isticky Div.icon {
background-image : url(http://s8.uploads.ru/OJIF2.png);
background-repeat: no-repeat;
width: 55px;
height: 55px;
}

TR.iclosed Div.icon {
background-image : url(http://s9.uploads.ru/rcBvp.png);
background-repeat: no-repeat;
width: 55px;
height: 55px;
}

#pun-stats h2, .punbb .main h2 {font-size: 0em;}

/* Категории */

#pun-category1.category h2 {
background: url(http://s8.uploads.ru/RP9z6.png) no-repeat center;
height: 180px;
width: 1000px;
margin-left: -75px;
font-size:0 !important;
}


#pun-category2.category h2 {
background: url(http://s8.uploads.ru/Gpmq7.png) no-repeat center;
height: 180px;
width: 1000px;
margin-left: -75px;
font-size:0 !important;
}

#pun-category3.category h2 {
background: url(http://s8.uploads.ru/eTvBI.png) no-repeat center;
height: 180px;
width: 1000px;
margin-left: -75px;
font-size:0 !important;
}

#pun-category4.category h2 {
background: url(http://s8.uploads.ru/bDFxr.png) no-repeat center;
height: 180px;
width: 1000px;
margin-left: -75px;
font-size:0 !important;
}

#pun-category5.category h2 {
background: url(http://s8.uploads.ru/7IP5c.png) no-repeat center;
height: 180px;
width: 1000px;
margin-left: -75px;
font-size:0 !important;
}

#pun-category6.category h2 {
background: url(http://s9.uploads.ru/c8Ajn.png) no-repeat center;
height: 180px;
width: 1000px;
margin-left: -75px;
font-size:0 !important;
}

#pun-category7.category h2 {
background: url(http://s9.uploads.ru/a3I6z.png) no-repeat center;
height: 180px;
width: 1000px;
margin-left: -75px;
font-size:0 !important;
}


/* Полупрозрачность баннера */

.title-logo-tdr a img, .title-logo-tdr iframe, .title-logo-tdr object, #tieser-bottom{
  filter:alpha(opacity=40);
  opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
}
.title-logo-tdr a img:hover, .title-logo-tdr iframe:hover, .title-logo-tdr objec:hover, #tieser-bottom:hover{
filter:alpha(opacity=40);
opacity: 1.0;
-moz-opacity: 1.0;
-khtml-opacity: 1.0;
}


/* Футер */

#pun-about p.container {background-color: #;
background-image : url(http://s8.uploads.ru/Bj0re.png); 
background-position : relative; 
background-repeat : no-repeat; 
height : 180px;
width: 1000px; 
margin: 0px;
margin-left: -77px;
text-align: center;
margin-top: 10px;
border-color: transparent;
}



div#pun-about {
   margin-bottom: -50px;
   
}


/* Картинка в форму быстрого ответа */

#pun #pun-main #post-form h2 { 
background: url(http://s8.uploads.ru/dqbTg.png) no-repeat center;
height: 140px;
width: 1000px;
margin-left: -75px;
font-size:0 !important;
}



/* Картинка в статистику 24 */

#pun-stats ul.container { 
background-attachment: scroll;
background-clip: border-box;
background-color: transparent;
background-image: url("http://s8.uploads.ru/qFIwM.png");
background-origin: padding-box;
background-position: 10px 10px;
background-repeat: no-repeat;
background-size: auto;
padding-left: 90px;
padding-top: 30px;}


/* Всплывающие подсказки */
.tipsy { padding: 5px; font-size: 11px; font-family: times new roman;  opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(); cursor: default;}
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center;}
  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; border-radius: 3px; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }



/* Всплывающие подсказки в админах */
.tooltip {
 position: relative;
 }
.tooltip em {
 display: none;
 }
.tooltip:hover em {
 font-style: normal;
 display: block;
 position: absolute;
 background-image: url(http://s9.uploads.ru/wuQG7.png);
 color: #895d1e;
 padding: 20px 20px;
 bottom: 20px;
 right: 20px;
border-radius:10px; webkit-border-radius:10px; moz-border-radius:10px; khtml-border-radius:10px; 

border: 14px; solid;
-moz-border-image: url(http://s9.uploads.ru/qf0k2.png) 14 repeat repeat;
    -webkit-border-image: url(http://s9.uploads.ru/qf0k2.png) 14 repeat repeat; 
    -o-border-image: url(http://s9.uploads.ru/qf0k2.png) 14 repeat repeat;
    border-image: url(http://s9.uploads.ru/qf0k2.png) 14 repeat repeat;
}
.tooltip:hover em i {
 position: absolute;
 bottom: 30px;
 right: 0px;
 border-top: 7px solid #000;
 border-left: 7px solid transparent;
 display: block;
}





.image-block {
   display: inline-block;
   padding: 0;
   margin: 0;
   background-position: center center;
   background-repeat: no-repeat;
}

.image-up, .image-down {
   border: 0;
   margin: 0;
   padding: 0;
}

.image-up {
   opacity: 1.0;
   filter: alpha(opacity=99); /* IE */
   display: block;
   position: absolute;
   z-index: 100;
   transition-duration: 0.96s;
   -webkit-transition-duration: 0.96s;
   -moz-transition-duration: 0.96s;
   -o-transition-duration: 0.96s;
   -ms-transition-duration:  0.96s; /* IE9+ */
}

.image-up:hover {
   opacity: 0.00;
   filter: alpha(opacity=00); /* IE */
}



hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}



#navindex a {
  background: url(http://s8.uploads.ru/JfRVp.png) no-repeat top center; 
position: absolute;  
display: inline-block; 
width: 133px; height: 65px;
top: 712px; 
margin-left: -365px;
font-size:0 !important;
}

#navuserlist a {
background: url(http://s8.uploads.ru/dnMq3.png) no-repeat top center; 
position: absolute;  
width: 133px; height: 65px;
top: 717px; 
margin-left: -245px;
font-size:0 !important;
}

#navsearch a {
background: url(http://s9.uploads.ru/7YtyQ.png) no-repeat top center; 
position: absolute;  
width: 133px; height: 75px;
top: 713px; 
margin-left: -125px;
font-size:0 !important;
}


#navprofile a {
background: url(http://s9.uploads.ru/GJtrq.png) no-repeat top center; 
position: absolute;  
width: 133px; height: 75px;
top: 721px; 
margin-left: 0px;
font-size:0 !important;
}


#navpm a {
background: url(http://s8.uploads.ru/HMtTs.png) no-repeat top center; 
position: absolute;  
width: 133px; height: 75px;
top: 720px; 
margin-left: 110px;
font-size:0 !important;
}

#navadmin  a {
background: url(http://s9.uploads.ru/gF9pj.png) no-repeat top center; 
position: absolute;  
width: 113px; height: 55px;
top: 655px; 
margin-left: -45px;
font-size:0 !important;
}


#navlogout   a {
background: url(http://s9.uploads.ru/Kf6hB.png) no-repeat top center; 
position: absolute;  
width: 133px; height: 75px;
top: 710px; 
margin-left: 200px;
font-size:0 !important;
}


#navlogin  a {
background: url(http://s8.uploads.ru/AvpEx.png) no-repeat top center; 
position: absolute;  
width: 133px; height: 75px;
top: 721px; 
margin-left: -15px;
font-size:0 !important;
}


#navregister a {
background: url(http://s8.uploads.ru/kZeH0.png) no-repeat top center; 
position: absolute;  
width: 150px; height: 75px;
top: 720px; 
margin-left: 110px;
font-size:0 !important;
}

#navpiar a {
background: url(http://s9.uploads.ru/hZuaj.png) no-repeat top center; 
position: absolute;  
width: 133px; height: 75px;
top: 710px; 
margin-left: 235px;
font-size:0 !important;
}

0

2

хтмл вверх

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

<script type="text/javascript" src="http://your.roll.tv/16311.js"></script>

<!-- Прозрачность для изображений -->
<!-- jquery уже подключен -->
<script type="text/javascript">
    $(document).ready(function() {
        $('.Hoverbuttons').each(function () {
              var $span = $(this).css('opacity', 0.3);
              $(this).hover(function () {
                $span.stop().fadeTo(600, 1);
             }, function () {
                $span.stop().fadeTo(600, 0.3);
              });
        });
    });
</script>

<!-- Убрать названия доп. полей -->
<script type="text/javascript">
var A=[1,2]
$(".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">
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">
/*if( GroupID == 1 ) {
$r('#admin_msg1').show();
}*/
</script>

<script type="text/javascript">
if( document.URL.indexOf('/index.php?act=awards')!=-1 ){
     query = document.URL.substring(document.URL.indexOf('?act=awards')+11);
     location.href = '/mod/awards/?'+query;
}
if( document.URL.indexOf('/index.php?act=gifts')!=-1 ){
     query = document.URL.substring(document.URL.indexOf('?act=gifts')+10);
     location.href = '/mod/gifts/?'+query;
}
if( document.URL.indexOf('/index.php?act=foundation')!=-1 ){
     location.href = '/mod/foundation/';
}
</script>

<div id="mybb-counter" style="display:none">
<script type="text/javascript"><!--
new Image().src = "http://bs.mybb.ru/vc?1299195;"+Math.random();//--></script>
<script type="text/javascript"><!--
new Image().src = "http://counter.yadro.ru/hit;ruhelp?r"+
escape(document.referrer)+((typeof(screen)=="undefined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
";h"+escape('PARTNER_PAGE_2238')+";"+Math.random();//--></script>
</div>

<div id="html-header">
	<div style="width: 370px; height: auto; border: none; top: 500px; margin-left: 5px; position: absolute; line-height: 9px;"><center><a href="http://bhome.rusff.me/profile.php?id=3" title="JESSICA COURT"><img src="http://s8.uploads.ru/zQcRe.png"></a>  <a href="http://bhome.rusff.me/profile.php?id=5" title="KATHRINE BERRY"><img src="http://s9.uploads.ru/hNaGx.png"></a>  <a href="http://bhome.rusff.me/profile.php?id=44" title="RIVER C. GREY"><img src="http://s8.uploads.ru/6X9ld.png"></a>  <a href="http://bhome.rusff.me/profile.php?id=68" title="MELROSE KELLER"><img src="http://s8.uploads.ru/hLOlY.png"></a>  <a href="http://bhome.rusff.me/profile.php?id=60" title="RYLIE J. NEALE"><img src="http://s9.uploads.ru/LacDC.png"></a>  <a href="http://bhome.rusff.me/profile.php?id=25" title="SUMMER COHEN"><img src="http://s8.uploads.ru/M2KFO.png"></a>
<br><br><b>BEVERLY HILLS. IT'S MY LIFE</b>
<br>It's now or never 
<br>I ain't gonna live forever.</center>
<br><p style="text-align: justify;">Вы почтили своим визитом очередную ролевую о реальной жизни, зашифрованную под секретным названием <b>Beverly Hills. It's my life.</b> Мы не сушим изюм на лоджии и не выпускаем маньяка с бензопилой "Дружба" из под скрипучей кровати. Мы за нормальную жизнь, мы за единую россию. Вы вольны играть в симфоническом оркестре, в бейсбол, в "дурака" на раздевание, заниматься скульптурной лепкой, сексом или недвижимостью, обучаться серфингу, магии династии шумеров или таблице умножения - все только в ваших руках! </p>
<center><br>
<a href="http://top.roleplay.ru/22029"><font style size=3><b>ПСС, ПАРЕНЬ, ЕСТЬ МИНУТКА?</b></font></a></center>
</div>


<div style="width: 350px; height: auto; border: none; top: 490px; margin-left: 490px; position: absolute; line-height: 9px;"><center><span class="tooltip"><img src="http://s9.uploads.ru/ArPZL.png" alt="АКТИВИСТЫ" /><em>
<b>ИГРОКИ НЕДЕЛИ</b>
<br><br>
<a href="" title="ANGELINA HEYNES"><img src="http://s8.uploads.ru/QhK0O.png"></a>  <a href="" title="RODERICK HEYNES"><img src="http://s9.uploads.ru/hZXNW.png"></a>  <a href="" title="INGRID OLOFSSON"><img src="http://s9.uploads.ru/hXo2B.png"></a>  <a href="" title="CHRISTOPHER HOOD"><img src="http://s8.uploads.ru/KIlsA.png"></a>  <a href="" title="ELEANOR NASH"><img src="http://s9.uploads.ru/bgaZe.png"></a>
<br>
<br><b>ЭПИЗОД НЕДЕЛИ</b>
<br><br><a href="http://bhome.rusff.me/viewtopic.php?id=255" title="А в Вегасе можно пожениться в джинсах и майке"><img src="http://s8.uploads.ru/63e9R.png" border="0" /></a></em></span></center>
<p style="text-align: justify;"><b>В игре:</b> <a href="http://bhome.rusff.me/viewtopic.php?id=278#p15887">Квест II. Terrorist</a>
<br>Время действия: 1 марта 2014 года.
<br>Сегодня утром по всем телеканалам и радиостанциям прогремели новости: террористы, террористы... Сначала никто и не понял, что произошло. Нет, это не террористический акт. Скорее ограбление с заложниками..</p>
<p style="line-height: 11px;"><br><a href="http://bhome.rusff.me/viewforum.php?id=12"><b>#ИТСМАЙГРАМ</b></a> // <a href="http://bhome.rusff.me/viewtopic.php?id=282#p18348"><b>#LADYSPRING: ГОЛОСОВАНИЕ!</b></a>
<br><a href="http://bhome.rusff.me/viewtopic.php?id=17#p18189"><b>#НАШИМ ПРЕКРАСНЫМ ЛЕДИ</b></a>
<br>
<br><a href="http://bhome.rusff.me/viewtopic.php?id=17#p18349"><font style size="3">#ИТОГИ НЕДЕЛИ<b></b></font></a>
</p>
</div>


<div style="width: 200px; height: auto; border: none; top: 457px; margin-left: 365px; position: absolute; line-height: 9px;">
<a href="http://bhome.rusff.me/viewtopic.php?id=1" title="ГОРОДСКОЙ УСТАВ"><img src="http://s8.uploads.ru/SQA3w.png"></a>
<br>
<a href="http://bhome.rusff.me/viewtopic.php?id=2" title="ФОТОКАРТОЧКИ"><img src="http://s9.uploads.ru/6rNmu.png"></a>
<br>
<a href="http://bhome.rusff.me/viewtopic.php?id=3" title="ПЕРЕПИСЬ НАСЕЛЕНИЯ"><img src="http://s8.uploads.ru/Z48kt.png"></a>
<br>
<a href="http://bhome.rusff.me/viewtopic.php?id=9" title="РАЗЫСКИВАЮТСЯ"><img src="http://s9.uploads.ru/FCv1X.png"></a>
</div>
<link rel="stylesheet" type="text/css" href="https://forumstatic.ru/files/0010/b4/f8/71526.css" />
<script type="text/javascript" src="https://forumstatic.ru/files/0010/b4/f8/78275.js"></script>

<!-- Уведомление о новом ЛС -->
<div id=alertMess style="display:none;width:291px; height:100px;top:42%;margin-left:-105px;position:fixed;z-index:100;"><img class=CloSandHid src="http://s8.uploads.ru/SG0tO.png" style="right:0;position:absolute;z-index:220;"/><a class=CloSandHid id=HREff href="" ><img src="http://s8.uploads.ru/SG0tO.png" style="position:absolute;z-index:100;"/></a><img class=MyMessag src="http://s8.uploads.ru/SG0tO.png"/></div><script>function MiguN1(){$("#alertMess .MyMessag").fadeTo(1600,0.03,function(){$(this).fadeTo(1500,1,function(){return false});return false});return false}function setcookie(a,b,c){if(c){var d=new Date();d.setTime(d.getTime());d=new Date(d.getTime()+c*1000*60)}if(a&&b)document.cookie=a+'='+b+(c?'; expires='+d.toGMTString():'');else return false}function getcookie(a){var b=new RegExp(a+'=([^;]){1,}');var c=b.exec(document.cookie);if(c){c=c[0].split('=')}else{return false}return c[1]?c[1]:false}function timerZap(){timerID=setTimeout("MiguN1();timerZap();",3200);return}$(".CloSandHid").click(function(){setcookie("CloSandHid",true,15);if(getcookie("CloSandHid")){$("#alertMess").hide()}});if(!getcookie("CloSandHid")){$(document).ready(function(){var a=$("#navpm");$("#HREff").attr("href",a.find("a").attr("href"));if(a.text().indexOf("(")!=-1){timerID=setTimeout("$('#alertMess').fadeIn(2300);timerZap()",2300)}})}</script>


<!--Спрятать "награды" в навигации-->
<style type="text/css">
li#navawards {display: none;}
</style>

<!--Убрать "отредактировано"-->
<style>
.lastedit {display:none;}
</style>

<!--Убрать слово "объявление"-->
<style type="text/css">
#pun-announcement h2 {display: none}
#pun-announcement .container {padding-top: 1em}
</style>

<!--Кнопки вверх вниз-->
<div style="position:fixed; top:450px; right
:0.9%; bottom: 30%;">
<a href=#top onClick="scrollTo(0,0); return false;">
<img src="http://s8.uploads.ru/2MRO8.png" alt="Вверх" ></a>
<br/>
<a href=#top onClick="scrollTo(0, document.body.scrollHeight); return false;">
<img src="http://s9.uploads.ru/7MTBH.png" alt="Вниз"></a> 
</div>


<!-- Cпойлер наград в профиле, в топике -->
<style>
.post-author-Sp{
/*background-color:#!important;*/
}
img.aw{
background-color:#!important;
}
ul.wrapper{
margin-left:-15px;
width:200px!important;
margin-bottom:-15px;
display:none;
}
ul.wrapper,
ul.wrapper li.pa-awards{
border-color:transparent;
}
</style>
<script>
// кнопка - ссылка на изображение
var Img="http://s9.uploads.ru/R4Wpq.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>
</div>

0

3

эмоджи

css структура

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

/* A1 Import the colour scheme
-------------------------------------------------------------*/
@import "http://webfonts.ru/import/alexander.css";
@import "http://webfonts.ru/import/opengost.css";
@import "http://webfonts.ru/import/certege.css";
@import "http://webfonts.ru/import/arsenal.css";
@import "http://webfonts.ru/import/fira.css";
/* A1.1 */
/* 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;
  }


}


.modlist {display: none;}
.pa-title {width: 200px; font-size: 10px;  margin-left: 22px; margin-top: 23px; line-height: 7px;  height: 20px; font-family: arial; text-transform: lowercase; }
.pa-last-visit, .pa-online {margin-bottom: 10px
 }
.pa-ip  {margin-top: 5px;   margin-left: 18px; margin-bottom: 10px}
li.pa-avatar.item2 img {background-color: #ffeac4; margin-top: 4px;margin-left: 29px; box-shadow: 2px #fad58c;  border: 4px #fad58c double; margin-bottom: 30px;

box-shadow: inset 5px #fad58c;
 
}
.pa-awards {margin-bottom: 32px; margin-top: -3px; margin-left: 17px; }

.pa-fld1 {margin-top: -9px;margin-left: 12px; }
.pa-fld3 {margin-left: 11px; }
.pa-fld2 {margin-left: 5px; }
.pa-fld4 {margin-left: 25px; }
.pa-online {margin-left: -12px; }
#pun th { font-size:0 !important;}

/* 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.30%;
 font: verdana
  }

/* 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 : 928px;
  position: relative;
margin-bottom: 0px

  }

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




/* A5.3 */
#pun-redirect, #pun-maint {
  width : 900px;
 position: relative;
  margin-top: 160px;  
 margin-left: 0px;  

padding: 11px;
padding-top:10px;
border: none;

color: #182959

background-color: #fbeed6; 
padding: 11px;
padding-top:10px;
border: none;
 border: 4px #fad58c double;

box-shadow: inset 0 0 10px 5px #dbdadc;
color: #352206}
 }  

#pun-redirect .main-title {    
    font-size: 0em;   }

/* 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-left: 10px;
  width: 100%;
  overflow: hidden;
  }

/* B1.2 */
.punbb .post-sig dt {
  display: block;
  border-top: 1px solid #888;
  width: 230px;
  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%;

font-size: 10px;

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

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




 }

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

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

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

/* 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: 20em;
  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: 235px;
  margin-top: -1.5em;
margin-left: -32px;
padding-top: 10px;
  text-align: center;
 font-family: arial; font-size: 10px; text-transform: lowercase;
background: url(http://funkyimg.com/i/UT7b.jpg) 82% 0% repeat-x, url(http://funkyimg.com/i/UT79.jpg) 50% 100% repeat-x, url(http://funkyimg.com/i/UT7a.jpg) 60% 42%;overflow-x: hidden


}

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

/* C3.7 */
.pa-author a, li#profile-name {font-family: 'Fira Sans Heavy'; font-size: 16px; text-shadow: 1px 1px 0px white, 2px 2px 0px #cbcacc;  letter-spacing:-1px;    text-transform: uppercase;  width: 210px; margin-left: 14px;  margin-top: 33px;  text-align: center; color: #f77651 !important;}


#pun-index .tcl h3 {
font-family: 'Fira Sans Heavy'; font-size: 16px; text-shadow: 1px 1px 0px white, 2px 2px 0px #cbcacc;  letter-spacing:-1px;    text-transform: uppercase;  margin-left: 20px; text-align: center; 
  }
#pun-main .post-links li{
font-family: 'Fira Sans Heavy'; font-size: 13px; text-shadow: 1px 1px 0px white, 2px 2px 0px #cbcacc;  letter-spacing:-1px;    text-transform: uppercase;  text-align: center; 
  }
/* C3.8 */
.pa-author a {
  text-decoration: none
  }
li#pa-author {
  text-decoration: none  }

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

heigth: 30px
  }


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

/* 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
-------------------------------------------------------------*/
/* CS1.6 Ссылки верхней навигации*/
#pun-navlinks .container { 
text-align: center; 
position: absolute;
background-color: transpanent; 

z-index: 1000;
width:900px;
font-family: 'Fira Sans Heavy'; font-size: 16px; text-shadow: 1px 1px 0px white, 2px 2px 0px #cbcacc;  letter-spacing:-1px;    text-transform: uppercase; 
left: 0px}

#pun-ulinks .container { 
text-align: center; 
position: absolute; 
top: 285px;
width:850px; color: #fff;
left: 30px}
/* D3.1 */
#pun-navlinks, #pun-navlinks .container {
  border-style: none;
  border-width: 0;
  margin: 0;
  }

/* D3.2 */
#pun-navlinks .container {
  padding: -7em 1em;
margin-left:14px;
margin-top: -278px;
padding-top: -500px;
  }

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


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

  }



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

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

/* D4.2 */
#pun-ulinks .container {
  border-top: none;
  padding: 0.6 em 1em;
margin-top:  160px;
margin-left: 0px
  }

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

/* D4.4 */
#pun-ulinks li a {
  padding: 0 0.3em 0 0.6em;
text-transform: lowercase; text-shadow: 0px 0px 0px; 
 }

/* 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;
 margin-top: 10px;
  }

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

/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
margin-top: -121px;
padding-top: - 140px;
   display: inline-block;
  }

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

/* D5.5 */
#pun-crumbs1 p.container {
  border-top: none;
  padding: 0em 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: 4em 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

css цвета

Код:
/* CS1 Фон и цвет текста*/
#pun .tcr {text-align: center;}
li#navawards, .pa-positive, .lastedit {display: none;}
.linkst .pagelink { 
right: 15px;
position: absolute;
top: -4em;
width: 24em;
 }

.miniprofile { 
width: 180px;
text-align: center;
}

.hoverprofile { width: 180px; height: 180px; background-color: #000000; opacity: 0; position: absolute; z-index: 2; margin-top: 5px; transition: 0.6s; -moz-transition: 0.6s; -webkit-transition: 0.6s; -o-transition: 0.6s; }

.hoverprofile:hover { opacity: 0.8; transition: 0.6s; -moz-transition: 0.6s; -webkit-transition: 0.6s; -o-transition: 0.6s;}

.pa-fld1 {color: #ffffff !important; font-size:10px;}

/* 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: #000;
font-weight: normal;
font-style: normal;}

/* CS1.2 Боди или фон форума */
body {background-color: #facb60; 
background: url(http://funkyimg.com/i/UT25.jpg) 82% 0% repeat-x, url() 50% 100% repeat-x, url(http://funkyimg.com/i/UT2p.jpg) 60% 42%;overflow-x: hidden}

/* CS1.3 Шапка */
#pun-title table {
background-image : url(http://funkyimg.com/i/UTvt.jpg); 
background-repeat : no-repeat;
background-position: top center;
border: none;
  margin-left: -139px;
height: 698px;
width: 1280px;}

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


/* CS1.5 Футеркопирайниз */
#pun-about p.container {background-color: #;
background-image : url(http://funkyimg.com/i/UT2x.jpg); 
background-position : center top; 
background-repeat : no-repeat; 
height : 357px;
width: 1156px; 
margin-left: -140px;
text-align: center;
margin-top: 10px;
border-color: transparent;
 color: #947222;
margin-bottom: -18px;
font-size:0 !important;
}

div#pun-about {margin-bottom: 00px;}



/* CS1.10 Профиль*/
.pa-respect {content: ".";
shadow: inset 0 0 10px 5px #e5d3c4;
padding:11px; text-shadow: #f0d77b 1px 1px 1px; width: 63px; height: 30px;
display: inline-block; margin-left: 0px; 
 text-align: center;font-family: arial; font-size: 10px;}

.pa-posts { margin-left: 50px; content: ".";
shadow: inset 0 0 10px 5px #e5d3c4;
 text-shadow: #f0d77b 1px 1px 1px;
    display: inline-block;
    text-align: center; font-family: arial; font-size: 10px;
width: 63px; height: 30px;padding:11px;
}
.emjprof {
width: 175px;
background: transpanent;
padding: 10px; line-height: 90%;  
position:center;
position:relative;
left:16px;
background: url() top no-repeat, url() bottom no-repeat, url() repeat-y;
background-color: #fbeed6; 
 border: 4px #fad58c double;
  border-radius: 20px;
color: #352206}

.emjprof2 {
width: 80px;
background: transpanent;
padding: 0px; line-height: 90%;  
position:center;
position:relative;
left:16px;
background: url() top no-repeat, url() bottom no-repeat, url() repeat-y;
background-color: #fbeed6; 
 border: 4px #fad58c double;
  border-radius: 20px;
color: #352206}

.emjprof3 {
width: 170px;
background: transpanent;
padding: 0px; line-height: 90%;  
text-align: center;
position:relative;
left:16px;
background-color: #fbeed6; 
 border: 1px #fad58c;
color: #352206}

/* 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: #752c3b;
  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 {uppercase; transition: all 0.4s ease-out;
-o-transition-transition: all 0.4s ease-out; 
-webkit-transition: all 0.4s ease-out; 
-moz-transition: all 0.4s ease-out;
  color: #f77651; 
  text-decoration: none; }

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

/* CS2.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {uppercase; transition: all 0.4s ease-out;
-o-transition-transition: all 0.4s ease-out; 
-webkit-transition: all 0.4s ease-out; 
-moz-transition: all 0.4s ease-out;
  color: #f77651;
  text-decoration: none; }



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

/* CS3.1 Иконка старых сообщений*/
.punbb table Div.icon {float: right; 
display: block; 
border-style: none none none none;

   display: inline-block;
width: 108px;
height: 85px;opacity: 0.5;
background-image : url(http://funkyimg.com/i/UT5T.png);
background-repeat: no-repeat;}

/* CS3.2 Иконка новых */
TR.inew Div.icon {opacity: 1.0;
background-image : url(http://funkyimg.com/i/UT5S.png);
background-repeat: no-repeat;
width: 108px;
height: 85px;}

/* CS3.3 Иконка важных*/
TR.isticky Div.icon {opacity: 1.0;
background-image : url(http://funkyimg.com/i/UT5R.png);
background-repeat: no-repeat;
width: 108px;
height: 85px;}

/* CS3.4 Иконка закрытых*/
TR.iclosed Div.icon {opacity: 1.0;
background-image : url(http://funkyimg.com/i/UT5Q.png);
background-repeat: no-repeat;
width: 108px;
height: 85px;}

/* CS4 Картинки категорий */


#pun-category1.category h2 {
background: url(http://funkyimg.com/i/UT4t.png);
height: 133px;
width: 588px;
font-size:0 !important;
margin-left: 147px;}


#pun-category2.category h2 {
background: url(http://funkyimg.com/i/UT4s.png);
height: 133px;
width: 588px;
font-size:0 !important;
margin-left: 147px;}

#pun-category3.category h2 {
background: url(http://funkyimg.com/i/UT4r.png);
height: 133px;
width: 588px;
font-size:0 !important;
margin-left: 147px;}

#pun-category4.category h2 {
background: url(http://funkyimg.com/i/UT4q.png);
height: 133px;
width: 588px;
font-size:0 !important;
margin-left: 147px;}

#pun-category5.category h2 {
background: url(http://funkyimg.com/i/UT4p.png);
height: 133px;
width: 588px;
font-size:0 !important;
margin-left: 147px;}

#pun-category6.category h2 {
background: url(http://funkyimg.com/i/UT4o.png);
height: 133px;
width: 588px;
font-size:0 !important;
margin-left: 147px;}
/* CS5 Прочие элементы */

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

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


/* CS5.3 Цитаты и коды в сообщениях*/
#pun-main .quote-box, #pun-main .code-box {
background-color: #fbeed6; 
padding: 11px;
padding-top:10px;
border: none;
 border: 4px #fad58c double;
  border-radius: 20px;
-moz-box-shadow: inset 0 0 10px 5px #fad58c;
-webkit-box-shadow: inset 0 0 10px 5px #fad58c;
box-shadow: inset 0 0 10px 5px #fad58c;
color: #352206}

/* Модерирование тем и другие селекты*/
.punbb select  {
background-color: #fbeed6; 
padding: 11px;
padding-top:10px;
border: none;
 border: 4px #fad58c double;
  border-radius: 20px;
-moz-box-shadow: inset 0 0 10px 5px #fad58c;
-webkit-box-shadow: inset 0 0 10px 5px #fad58c;
box-shadow: inset 0 0 10px 5px #fad58c;
color: #352206}

/* кнопки */
.punbb input  {
background-color: #fbeed6; 
padding: 11px;
padding-top:10px;
border: none;
 border: 4px #fad58c double;
  border-radius: 20px;
-moz-box-shadow: inset 0 0 10px 5px #fad58c;
-webkit-box-shadow: inset 0 0 10px 5px #fad58c;
box-shadow: inset 0 0 10px 5px #fad58c;
color: #352206}


/* Формы ответа и адм */
.punbb textarea  {
background-color: #fbeed6; 
padding: 11px;
padding-top:10px;
border: none;
 border: 4px #fad58c double;
  border-radius: 20px;
-moz-box-shadow: inset 0 0 10px 5px #fad58c;
-webkit-box-shadow: inset 0 0 10px 5px #fad58c;
box-shadow: inset 0 0 10px 5px #fad58c;
color: #352206}

.emjforums{
background-color: #fbeed6;  text-align: justify;
line-height: 90%;
padding-top:10px;
 font-family: 'Arsenal';
font-size: 11px;

padding: 11px;
padding-top:10px;
border: none;
 border: 4px #fad58c double;
  border-radius: 20px;
-moz-box-shadow: inset 0 0 10px 5px #fad58c;
-webkit-box-shadow: inset 0 0 10px 5px #fad58c;
box-shadow: inset 0 0 10px 5px #fad58c;
color: #352206}

/* Фоны под кнопками формы ответа шрифт, цвет и тд */
#font-area, #size-area, #color-area, #table-area, #smilies-area, #image-area, #imageup-area, #imageattach-area, #keyboard-area, #video-area, #addition-area  {
background-color: #fbeed6; 
padding: 11px;
padding-top:10px;
border: none;
 border: 4px #fad58c double;
  border-radius: 20px;
-moz-box-shadow: inset 0 0 10px 5px #fad58c;
-webkit-box-shadow: inset 0 0 10px 5px #fad58c;
box-shadow: inset 0 0 10px 5px #fad58c;
color: #352206}

/* Фоны под репутацией и наградами */
#pun-reputation div, #pun-popup_awards div {
background-color: #fbeed6; 
padding: 11px;
padding-top:10px;
border: none;
 border: 4px #fad58c double;
  border-radius: 20px;
-moz-box-shadow: inset 0 0 10px 5px #fad58c;
-webkit-box-shadow: inset 0 0 10px 5px #fad58c;
box-shadow: inset 0 0 10px 5px #fad58c;
color: #352206}
div#smiles-area.container {background-color: #fbeed6;}

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




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

#pun-main .post-author ul, #pun-main .post .container {line-height: 12px; margin-top: 5px;  }
#pun-main h2, #pun-stats.section h2 {
  padding: 3px 1em;
  border-style: none solid solid none;
  border-width: 0 1px 1px 0;
  }

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
::-webkit-scrollbar-track {
background: #ffeac4;
}
::-webkit-scrollbar-thumb {
    background: #e5b04a;
}


#pun-main .post-author ul {margin-left: -15px;}



/* CS4 Заголовки тем*/
.emjtheme {background-color: #fbeed6; 
padding: 11px;
padding-top:10px;
border: none; text-align: justify;
 border: 4px #fad58c double;
  border-radius: 20px;font-family: 'Arsenal';text-transform: lowercase; font-size: 11px;
-moz-box-shadow: inset 0 0 10px 5px #fad58c;
-webkit-box-shadow: inset 0 0 10px 5px #fad58c;
box-shadow: inset 0 0 10px 5px #fad58c;
color: #352206}

.emjtheme1 { text-align: justify;
padding: 11px;
padding-top:10px;
 font-family: 'Arsenal';
font-size: 12px;
color: #352206}
.emjtheme2 { text-align: center;
padding: 11px;
padding-top:10px;
 font-family: 'Arsenal';
font-size: 12px;
color: #352206}



.emjthemename {font-family: 'Fira Sans Heavy'; font-size: 21px; text-shadow: 1px 1px 0px white, 2px 2px 0px #cbcacc;  letter-spacing:-1px;    text-transform: uppercase; }
.emjthemename1 {font-family: 'Fira Sans Heavy'; font-size: 15px; text-shadow: 1px 1px 0px white, 2px 2px 0px #cbcacc;  letter-spacing:-1px;    text-transform: uppercase; }
.emjthemebar {border-top: 3px double #fad58c; width: 300px;  }
.emjthemebar1 {border-top: 3px double #000; width: 300px;  }
/* CS5 Для занятых внешностей*/
@font-face {
    font-family: oswald;
    src: url(http://nyxxytest2.b1.jcink.com/uploads/nyxxytest2/Oswald_Bold.ttf);
    font-weight: 700;
}
@font-face {
    font-family: marvelbold;
    src: url(http://nyxxytest2.b1.jcink.com/uploads/nyxxytest2/Marvel_Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: marvel;
    src: url(http://nyxxytest2.b1.jcink.com/uploads/nyxxytest2/Marvel_Regular.ttf);
    font-weight: 400;
}


.wantlist {width: 350px; height: 270px; overflow: auto; text-align: justify; margin-top: 20px; font-family: roboto;}
.wantlist female {color: #eb87cd; font-weight: 700;}
.wantlist male {color: #87bfeb; font-weight: 700;}

.emjclaim { position: relative;  width: 650px; height:  620px; clear: both; background-color: #fbeed6; }

.emjc { float: left;  }

.emjc label {  width: 130px; height: 45px; background-color: transparent; display: block; }

.emjclaim .emjc [type=radio] { display: none;  baseline-tab-shift: true, retrieve; }

.emjclaimcon { position: absolute; top: 70px; width: 570px; height: 490px; padding: 10px; background-color: #fbeed6;  border: 4px #fad58c double;  border-radius: 20px; font-family: 'Arsenal';-moz-box-shadow: inset 0 0 10px 5px #fad58c; -webkit-box-shadow: inset 0 0 10px 5px #fad58c; box-shadow: inset 0 0 10px 5px #fad58c; bottom: 0px; left: 25px; right: 0px; -webkit-transition: all .7s ease-in-out; -moz-transition: all .9s ease-in-out; -ms-transition: all .9s ease-in-out; -o-transition: all .9s ease-in-out; transition: all .9s ease-in-out; opacity: 0; }

.emjclaim .emjc [type=radio]:checked ~ label { height: 45px; }

.emjclaim .emjc [type=radio]:checked ~ label ~ .emjclaimcon {
z-index: 1; opacity: 1;  }
.emjmal {color: #fff;  font-family: 'Marvel', sans-serif; font-size: 8px; }


.emjcl { font-family: Oswald; line-height: 90%;   font-weight: bold; font-size: 16px;  letter-spacing: 1px; color: #ffffff; text-shadow: 1px 1px 0px #222222;  text-align: center; margin-top: 3px; text-transform: uppercase; }
.emjcl2 { font-family: 'Fira Sans Heavy'; font-weight: bold; font-size: 13px;  letter-spacing: 1px; color: #ffffff; text-shadow: 1px 1px 0px #222222; line-height: 100%; text-align: center; margin-top: 3px; text-transform: uppercase; }
.fcleftbox {width: 110px; height: 310px; background-image: url('http://i.imgur.com/mmU0xSv.png'); margin-right: 10px;}

.fcleftimage {position: relative; top: 50px; margin-left: 10px; height: 80px; width: 80px; border: 5px solid #ffffff; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%; -o-border-radius: 100%; }

.fclefttext {position: relative; top: 110px; margin-left: 15px; width: 80px; font-family: Marvel; color: #ffffff; font-size: 16px; text-align: center; text-transform: uppercase; line-height: 110%;}
.fcbg2 { width: 238px; height: 30px; padding: 6px; background-color: #cbcacc; margin-bottom: 7px; }
.fcbg { width: 238px; height: 40px; padding: 6px; background-color: #cbcacc; margin-bottom: 7px; }
.fcim { border-radius: 50%;width: 40px; height: 40px; border: 1px solid #fff; background-size: 40px 40px; float: left; margin-right: 6px; }
.fcim2 { border-radius: 50%;width: 30px; height: 30px; border: 1px solid #fff; background-size: 40px 40px; float: left; margin-right: 6px; }
.fcright { width: 182px; height: 30px; padding: 6px; background-color: #fff; float: left; }
.fcright1 { width: 182px; height: 20px; padding: 6px; background-color: #fff; float: left; }
.fcname { width: 160px; font-family: 'Oswald', sans-serif; text-transform: uppercase; font-size: 14px; color: #000; font-style: italic; margin-top: 2px; text-align: center; line-height: 100%; }
.fcname a { width: 160px; font-family: 'Oswald', sans-serif; text-transform: uppercase; font-size: 14px; font-style: italic; margin-top: 2px; text-align: center; line-height: 100%; }
.fcchar { width: 160px; font-family: 'Marvel', sans-serif; font-size: 8px; text-transform: uppercase; color: #000; line-height: 100%; text-align: right; padding-top: 3px; border-top: 1px solid #cbcacc; letter-spacing: 1px; margin-top: -6px;}

.emjclaimcon2 { height: 310px; overflow: auto; padding-right: 15px;}

.emjclaimcon2::-webkit-scrollbar { height: 12px; width: 8px; background-color: #f5f4f4;} 
.emjclaimcon2::-webkit-scrollbar-thumb { background: #000000; } 
.emjclaimcon2::-webkit-scrollbar-corner { background: #000000; }
.emjclaimcon2::-webkit-scrollbar-track { background: #f5f4f4; }

.emjclaimcon2  black { color: #000000;}
.emjclaimcon2  blue { color: #4a97dc;}
.emjclaimcon2  brown { color: #a57458;}
.emjclaimcon2  green { color: #43ac4b;}
.emjclaimcon2  grey { color: #8d8c8c;}
.emjclaimcon2  orange { color: #e58632;}
.emjclaimcon2  pink { color: #e96faa;}
.emjclaimcon2  purple { color: #ad60c8;}
.emjclaimcon2  red { color: #c83535;}
.emjclaimcon2  turquoise { color: #37cac8;}
.emjclaimcon2  yellow { color: #e5c827;}



.emjclaimtitl { font-family: Oswald; font-weight: 700; color: #000000; font-size: 25px; text-align: left; text-transform: uppercase; line-height: 30px; margin-bottom: 2px;}

.emjfgen {background-color: #cbb9fe; width: 270px; font-family: Oswald;font-weight: bold;
font-size: 16px;letter-spacing: 1px;color: #ffffff;text-shadow: 1px 1px 0px #222222;line-height: 100%;text-align: center;margin-top: 3px;text-transform: uppercase;}

.emjfladies {background-color: #e96faa; width:270px; font-family: Oswald;font-weight: bold;font-size: 16px;letter-spacing: 1px;color: #ffffff;text-shadow: 1px 1px 0px #222222;line-height: 100%;text-align: center;margin-top: 3px;text-transform: uppercase;}

/* CS6 Для имен-фамилий*/
.emjfgen1 {background-color: #fee3a1; width: 280px; font-family: Oswald;font-weight: bold;
font-size: 16px;letter-spacing: 1px;color: #ffffff;text-shadow: 1px 1px 0px #222222;line-height: 100%;text-align: center;margin-top: 3px;text-transform: uppercase;}

.emjfladies1 {background-color: #aaf2ca; width:280px; font-family: Oswald;font-weight: bold;font-size: 16px;letter-spacing: 1px;color: #ffffff;text-shadow: 1px 1px 0px #222222;line-height: 100%;text-align: center;margin-top: 3px;text-transform: uppercase;}

.emjfgen2 {background-color: #cbb9fe; width: 120px; font-family: Oswald;font-weight: bold;
font-size: 16px;letter-spacing: 1px;color: #ffffff;text-shadow: 1px 1px 0px #222222;line-height: 100%;text-align: center;margin-top: 3px;text-transform: uppercase;}

.emjfladies2 {background-color: #e96faa; width:120px; font-family: Oswald;font-weight: bold;font-size: 16px;letter-spacing: 1px;color: #ffffff;text-shadow: 1px 1px 0px #222222;line-height: 100%;text-align: center;margin-top: 3px;text-transform: uppercase;}
.emjfgen3 {background-color: #eda00e; width: 200px; font-family: 'Fira Sans Heavy';font-weight: bold;
font-size: 16px;letter-spacing: 1px;color: #ffffff;text-shadow: 1px 1px 0px #222222;line-height: 100%;text-align: center;margin-top: 3px;text-transform: uppercase;}

.emjfladies3 {background-color: #eda00e; width:200px; font-family: 'Fira Sans Heavy';font-weight: bold;font-size: 16px;letter-spacing: 1px;color: #ffffff;text-shadow: 1px 1px 0px #222222;line-height: 100%;text-align: center;margin-top: 3px;text-transform: uppercase;}

.emjflb3 {background-color: #eda00e; width:279px; font-family: 'Fira Sans Heavy';font-weight: bold;font-size: 16px;letter-spacing: 1px;color: #ffffff;text-shadow: 1px 1px 0px #222222;line-height: 100%;text-align: center;margin-top: 3px;text-transform: uppercase;}

.biozone4 { width: 120px;  height: 420px; padding-right: 5px;  overflow: auto; font-family: 'Oswald', sans-serif; text-transform: uppercase; font-size: 12px; color: #000; font-style: italic; margin-top: 2px; text-align: center; line-height: 100%}

.biozone5 { width: 270px;  height: 420px; padding-right: 5px;  overflow: auto; font-family: 'Oswald', sans-serif; text-transform: uppercase; font-size: 14px; color: #000; font-style: italic; margin-top: 2px; text-align: center; line-height: 100%}

.biozone6 { width: 270px;  height: 220px; padding-right: 5px;  overflow: auto; font-family: 'Fira Sans Heavy', sans-serif; text-transform: uppercase; font-size: 14px; color: #a1a1a1; font-style: italic; margin-top: 2px; text-align: center; line-height: 100%}

.biozone7 { width: 200px;  height: 100px; padding-right: 5px;  overflow: auto; font-family: 'Oswald', sans-serif; text-transform: uppercase; font-size: 12px; color: #000; font-style: italic; margin-top: 2px; text-align: center; line-height: 100%}

.biozone8 { width: 300px;  height: 100px; padding-right: 5px;  overflow: auto; font-family: 'Oswald', sans-serif; text-transform: uppercase; font-size: 12px; color: #000; font-style: italic; margin-top: 2px; text-align: center; line-height: 100%}

.biozone9 { width: 570px;  height: 450px; padding-right: 5px;  overflow: auto; font-family: 'Oswald', sans-serif; text-transform: uppercase; font-size: 12px; color: #000; font-style: italic; margin-top: 2px; text-align: center; line-height: 100%}
.biozone10 { width: 300px;  height: 100px; padding-right: 5px;   color: black; font-family: 'Arsenal'; font-size: 11px; line-height: 100%; text-align: justify; overflow: auto;  }
/* CS7 Для Faq*/

.lies  { background-repeat: no-repeat; width: 180px; height: 180px; overflow: hidden; }

.games {text-shadow: 1px 1px 0px white, 2px 2px 0px #cbcacc;  font-family: 'Fira Sans Heavy', sans-serif; text-transform: uppercase; font-size: 24px;  text-align: center; padding-top: 95px; opacity: 1; -webkit-transition: ease-in-out 0.7s; -moz-transition: ease-in-out 0.7s; -o-transition: ease-in-out 0.7s;  }
.games2 {text-shadow: 1px 1px 0px white, 2px 2px 0px #cbcacc;  font-family: 'Fira Sans Heavy', sans-serif; text-transform: uppercase; font-size: 16px;  text-align: center;   }
.wraith { width: 140px; height: 180px; background-color: #fff; margin: 0px auto 0px; position: relative; bottom: -83px; left: 0px;-webkit-transition: ease-in-out 2s; -moz-transition: ease-in-out 2s; -o-transition: ease-in-out 2s; overflow: hidden; }
.love { width: 0; height: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; border-bottom: 25px solid #fff; position: relative; bottom: -83px; left: 0px; -webkit-transition: ease-in-out 2s; -moz-transition: ease-in-out 2s; -o-transition: ease-in-out 2s; margin-top: -10px; }
#hope1, #hope2, #hope3, #hope4, #hope5, #hope6, #hope7 { width: 180px; height: 180px; background-color: transparent; position: relative; top: 0px; left: 0px; -webkit-transition: ease-in-out 1s; -moz-transition: ease-in-out 1s; -o-transition: ease-in-out 1s; padding: 20px 0px; }

#hope1:hover .wraith, #hope2:hover .wraith, #hope3:hover .wraith, #hope4:hover .wraith, #hope5:hover .wraith, #hope6:hover .wraith, #hope7:hover .wraith { position: relative; bottom: 157px; left: 0px; }
#hope1:hover .love, #hope2:hover .love, #hope3:hover .love, #hope4:hover .love, #hope5:hover .love, #hope6:hover .love, #hope7:hover .love { position: relative; bottom: 157px; left: 0px; }
#hope1:hover .games, #hope2:hover .games, #hope3:hover .games, #hope4:hover .games, #hope5:hover .games, #hope6:hover .games, #hope7:hover .games { opacity: 0.0; }

#hope1:hover { background-color: rgba(52, 18, 66, 0.8) }
#hope2:hover { background-color: rgba(10, 20, 68, 0.8) }
#hope3:hover { background-color: rgba(10, 68, 33, 0.8) }
#hope4:hover { rgba(52, 44, 55, 0.8)}
#hope5:hover { rgba(81, 25, 34, 0.8)}
#hope6:hover { rgba(115, 32, 92, 0.8)}
#hope7:hover { rgba(55, 32, 32, 0.8)}

.calm { width: 130px; font-family: 'Arsenal'; font-size: 8px; padding: 2px 0px; text-align: center; text-transform: uppercase; color: #fff; }
.storm { width: 130px; height: 200px; padding-bottom: 10px; border-bottom: 5px; verflow: auto; font-family: 'Arsenal'; font-size: 10px; text-align: justify; line-height: 7px; color: #292929; }
.storm::-webkit-scrollbar { width: 3px; background-color: #fff; }
.storm::-webkit-scrollbar-thumb { background-color: #d6d6d6; }

/* CS8 Для стремлений*/

.jtabs { position: relative; width: 500px; height: 210px; clear: both; background: #fbeed6; border: 4px #fad58c double;-moz-box-shadow: inset 0 0 10px 5px #fad58c;border-radius: 20px;-webkit-box-shadow: inset 0 0 10px 5px #fad58c;box-shadow: inset 0 0 10px 5px #fad58c; }
.jtab { float: left; }
.jtab label { background: #facb60; padding: 6px; margin-left: 10px; position: relative; left: 160px; display: block; top: 192px; z-index: 2; border-radius: 9px 9px 9px 9px; -moz-border-radius: 9px 9px 9px 9px; -webkit-border-radius: 9px 9px 9px 9px; }
.jtab [type=radio] { display: none; baseline-tab-shift: true, retrieve; }
.jcontent {  position: absolute; top: 20px; bottom: 25px; left: 10px; right: 0px; background: #fbeed6; padding: 20px;width: 430px; height: 110px; }

.jzgname { width: 200px; height: 18px; background: #f77651; text-transform: uppercase; text-align: center; color: white; font-family: 'Aldrich', sans-serif; font-size: 10px; padding-top: 12px; }

.jzgcontent { color: black; font-family: 'Arsenal'; font-size: 11px; line-height: 100%; text-align: justify; width: 330px; margin-top: 15px; height: 100px; overflow: auto;}
.jzgcontent  a:link, .jzgcontent  a:visited, .jzgcontent  a:active { color: black; font-family: calibri; font-size: 11px; }




.count {font-family: oswald; color: #121212; text-transform: uppercase; font-size: 25px; text-align: center; text-shadow: 1px 1px 0px white, 2px 2px 0px black;}
.csvrr {font-family: montserrat; text-transform: uppercase; font-size: 7px; color: #000; background-color: #fad58c; padding: 4px letter-spacing: 3px; text-align: center;}

.csvr1 {font-family:'Arsenal'; font-size: 9px; text-transform: uppercase; color: #000; background-color: #fed78a;   font-weight: bold;padding: 4px letter-spacing: 3px; text-align: center; width: 60px;  border-radius: 10px;}

.csvr2 {font-family:'Arsenal'; font-size: 9px; text-transform: uppercase; color: #000; background-color: #fed78a;   font-weight: bold;padding: 4px letter-spacing: 3px; text-align: center;  border-radius: 10px;}


[type=radio]:checked ~ label { background: #f77651; z-index: 2; }
[type=radio]:checked ~ label ~ .jcontent { z-index: 1; }
/* CS9 Соц сеть*/


.emojiphone1 { width: 500px;  position:relative; }
.emojiphone1 .bg {  width:500px; height:500px;background-color:#fdfdfd; position:absolute; left:0px; top:0px; border-radius:5px; overflow:hidden; }
.emojiphone1 .bgi { position:absolute; top:0px; left:0px; opacity:1; transition-duration:.75s; -webkit-transition-duration:.75s; border-radius:5px; overflow:hidden; background-color:#ddd; width:500px; height:500px;}
.emojiphone1:hover .bgi { opacity:0; transition-duration:.75s; -webkit-transition-duration:.75s; }
.emojiphone1 .bgi img { width:500px; height:500px;  }
.emojiphone1 .cov { width:500px; height:500px; position:absolute; top:0px; left:0px; }
.emojiphone1 .time { font-family:lato; font-weight:100; color:#fdfdfd; font-size:50px; position:absolute; top:60px; line-height:50px; border-radius:5px 5px 0px 0px; width:500px; text-align:center; transition-duration:.75s; -webkit-transition-duration:.75s; }
.emojiphone1:hover .time { font-size:8px; letter-spacing:1px; font-weight:400; line-height:10px; top:0px; transition-duration:.75s; -webkit-transition-duration:.75s; }
.emojiphone1 .wrapcircle { position:absolute; top:173px; left:185px; width:160px; height:160px; margin:0; transition-duration:.75s; -webkit-transition-duration:.75s; }
.emojiphone1 .circle { fill:transparent; stroke:#fdfdfd; stroke-width:5px; stroke-dasharray:180 540; stroke-dashoffset:-175; transition: stroke-width .75s, stroke-dashoffset .75s, stroke-dasharray .75s; }
.emojiphone1:hover .circle { stroke:#eee; stroke-width:1px; stroke-dashoffset:0; stroke-dasharray:600; }
.emojiphone1 .image { width:130px; height:130px; border-radius:130px; position:absolute; top:15px; left:15px; -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); transition-duration:.75s; -webkit-transition-duration:.75s; }
.emojiphone1 .image img { width:130px; border-radius:130px; }
.emojiphone1:hover .image { -ms-transform: rotate(720deg); -webkit-transform: rotate(720deg); transform: rotate(720deg); transition-duration:.75s; -webkit-transition-duration:.75s; }
.emojiphone1:hover .wrapcircle { top:15px; transition-duration:.75s; -webkit-transition-duration:.75s; }
.emojiphone1 .messages { position:absolute; top:588px; left:0px; width:300px; height:213px; padding:9px; transition-duration:.75s; -webkit-transition-duration:.75s; }
.emojiphone1:hover .messages { top:175px; transition-duration:.75s; -webkit-transition-duration:.75s; }
.emojiphone1 .messagebox { width:500px;  padding-right:5px; padding-top:0px; }
.emojiphone1 .messagebox p { width:500px; padding:10px; border-radius:10px; color:#444; text-align:justify; position:relative; margin-bottom:18px; display:block; font-family:arial; font-weight:300; }
.emojiphone1 .messagebox p:before { content:" "; position:absolute; top:-10px; display:block; width:158px; padding-right:20px; height:10px; line-height:10px; font-family:lato; font-weight:400; font-size:7px; text-align:right; letter-spacing:1px; text-transform:uppercase; }

#emjrine { width:260px; height:515px; }
#emjrine:hover .time { background-color:#A9DA88; }

.phone-two { width: 500px; padding: 15px; background-color: #fff; border: 2px solid #eee; border-radius: 20px; } .phone-three { margin-top: 15px; margin-left: 10px; width: 4px; height: 4px; background-color: #696969; border-radius: 100%; } .phone-one { font-family: arial; font-size: 9px; text-align: justify; width: 180px; margin-left: 10px; line-height: 100%; height: 50px; overflow: auto; color: #fff; } .phone-four { margin-top: 3px; width: 2px; height: 2px; background-color: #696969; border-radius: 100%; margin-right: 5px; } phone-one:before { font-size: 35px; color: #fff; font-family: arial; line-height: 90%; text-align: center; content: '❝';  } .phone-five { margin-top: 3px; width: 30px; height: 2px; background-color: #696969; border-radius: 20px; } .phone-six { height: 15px; } .phone-seven { width: 500px; border: 1px solid #eee; } .phone-eight { padding-top: 5px; padding-bottom: 5px; background-color: #fafafa; font-family: calibri; font-size: 7px; color: #fff; line-height: 100%; color: #A9DA88; } .phone-nine { margin-bottom: 30px; margin-top: 20px; width: 30px; height: 30px; border-radius: 100%; border: 1px solid #cecece; } .phone-ten { position: relative; top: -52px; width:10px; height: 10px; border: 1px solid #cecece; border-radius: 3px; margin-bottom: -37px; }


/* Окно для отношенек  */
.relation { width: 175px; height: 80px; padding: 10px; background-color: #fff; margin-top: 5px; margin-left: 5px; font-family:  arial, sans-serif;font-size: 10px; text-align: justify; color: #222; line-height: 100%}
.relation1 { width: 165px;  height: 70px; padding-right: 5px;  overflow: auto; }
.relation1::-webkit-scrollbar { width: 3px; height: 3px; }

.name {text-align: center;  font-size: 20px; text-transform: uppercase; font-family: oswald; line-height: 95%; font-weight: bold; text-shadow: 1px 1px 0px #121212;}

.m-1 { position: relative; width: 245px; height: 150px; overflow: hidden; box-shadow: 0px 0px 3px #3c3629; }

.m-3 { position: absolute; top: 10px; left: 10px; width: 170px; height: 90px; padding: 10px; background-color: transpanent; opacity: 0; z-index: 4; -webkit-transition: 0.6s; -moz-transition: 0.6s; -ms-transition: 0.6s; -o-transition: 0.6s; transition: 0.6s; }

.m-1:hover .m-3 { opacity: 1; -webkit-transition: 0.6s ease-in-out; -moz-transition: 0.6s ease-in-out; -ms-transition: 0.6s ease-in-out; -o-transition: 0.6s ease-in-out; transition: 0.6s ease-in-out; -webkit-transition-delay: 0.6s; -moz-transition-delay: 0.6s; -ms-transition-delay: 0.6s; -o-transition-delay: 0.6s; transition-delay: 0.6s; }

.m-1 figcaption::before, .m-1 figcaption::after { content: ""; position: absolute; top: 25px; right: 25px; bottom: 25px; left: 25px; z-index: 3; opacity: 0; -webkit-transition: opacity 0.6s, -webkit-transform 0.6s; -moz-transition: opacity 0.6s, -moz-transform 0.6s; -ms-transition: opacity 0.6s, -ms-transform 0.6s; -o-transition: opacity 0.6s, -o-transform 0.6s; transition: opacity 0.6s, transform 0.6s; }

.m-1 figcaption::before { border-top: 1px solid rgba(250,250,250,0.8); border-bottom: 1px solid rgba(250,250,250,0.8); -webkit-transform: scale(0,1); -moz-transform: scale(0,1); -ms-transform: scale(0,1); -o-transform: scale(0,1); transform: scale(0,1); }

.m-1 figcaption::after { border-right: 1px solid rgba(250,250,250,0.8); border-left: 1px solid rgba(250,250,250,0.8); -webkit-transform: scale(1,0); -moz-transform: scale(1,0); -ms-transform: scale(1,0); -o-transform: scale(1,0); transform: scale(1,0); }

.m-1:hover figcaption::before, .m-1:hover figcaption::after { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

.m-2 { position: absolute; top: 0px; left: 0px; width: 200px; height: 150px;  background-color: transpanent; opacity: 0; z-index: 2; -webkit-transition: 0.6s; -moz-transition: 0.6s; -ms-transition: 0.6s; -o-transition: 0.6s; transition: 0.6s; }

.m-1:hover .m-2 { opacity: 1; }

.m-av { position: absolute; top: 0px; left: 0px; width: 500px; height: 650px;  z-index: 1; -webkit-transition: 0.6s ease-in-out; -moz-transition: 0.6s ease-in-out; -ms-transition: 0.6s ease-in-out; -o-transition: 0.6s ease-in-out; transition: 0.6s ease-in-out; }

.m-1:hover .m-av { -webkit-filter: blur(3px) grayscale(1); -moz-filter: blur(3px) grayscale(1); -o-filter: blur(3px) grayscale(1); -ms-filter: blur(3px) grayscale(1); filter: blur(3px) grayscale(1); filter: url(blur.svg#blur); filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3'); ); }




#emojihron{ height: 350px; overflow: hidden; width: 200px; }
#emojihron .theimagepart { position: relative; top: -60px; -ms-transition-duration: 1s; -moz-transition-duration: 1s; -o-transition-duration: 1s; transition-duration: 1s; -webkit-transition-duration: 1s; }
#emojihron .thepostpart { height: 200px; position: relative; top: -200px; -ms-transition-duration: 1s; -moz-transition-duration: 1s; -o-transition-duration: 1s; transition-duration: 1s; -webkit-transition-duration: 1s; }
#emojihron .thelyricpart { opacity: 0; -ms-transition-duration: 1s; -moz-transition-duration: 1s; -o-transition-duration: 1s; transition-duration: 1s; -webkit-transition-duration: 1s; }
.thescrollpart::-webkit-scrollbar { background: #333; border: 2px solid #fff; width: 5px; }
.thescrollpart::-webkit-scrollbar-thumb { background: #333; }
.thescrollpart b { font-size: 11px; color: #333; }

#emojihron:hover .theimagepart { top: 10px; -ms-transition-duration: 1s; -moz-transition-duration: 1s; -o-transition-duration: 1s; transition-duration: 1s; -webkit-transition-duration: 1s; }
#emojihron:hover .thepostpart { top: 0px; -ms-transition-duration: 1s; -moz-transition-duration: 1s; -o-transition-duration: 1s; transition-duration: 1s; -webkit-transition-duration: 1s; }
#emojihron:hover .thelyricpart { opacity: 1; -ms-transition-duration: 1s; -moz-transition-duration: 1s; -o-transition-duration: 1s; transition-duration: 1s; -webkit-transition-duration: 1s; }

























#album {overflow: hidden;}
.cover { background-color: #fff;  overflow: hidden;  }
.title { float: center; padding: 0px 5px; max-width: 175px; line-height: 20px; background-color: rgba(0,0,0,0.7); color: #fff; border-radius: 5px; font-size: 11px; word-wrap: break-word; margin: 15px 0 0 10px; opacity: 0.0; -webkit-transition: ease-out 0.5s; -moz-transition: ease-out 0.5s; -o-transition: ease-out 0.5s;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
.extra { background-color: rgba(0,0,0,0.7); color: #fff; width: 150px; height: 40px; overflow: auto; padding: 5px; position: relative; bottom: -200px; left: 0px;  -webkit-transition: ease-in-out 0.5s; -moz-transition: ease-in-out 0.5s; -o-transition: ease-in-out 0.5s; }
#album:hover .title { opacity: 1; -webkit-transition: ease-in 0.5s; -moz-transition: ease-in 0.5s; -o-transition: ease-in 0.5s; }
#album:hover .extra { position: relative; bottom: -34px;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
#album1 {overflow: hidden;}
.cover { background-color: #fff;  overflow: hidden;  }
.title { float: center; padding: 0px 5px; max-width: 175px; line-height: 20px; background-color: rgba(0,0,0,0.7); color: #fff; border-radius: 5px; font-size: 11px; word-wrap: break-word; margin: 15px 0 0 10px; opacity: 0.0; -webkit-transition: ease-out 0.5s; -moz-transition: ease-out 0.5s; -o-transition: ease-out 0.5s;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
.extra { background-color: rgba(0,0,0,0.7); color: #fff; width: 150px; height: 40px; overflow: auto; padding: 5px; position: relative; bottom: -200px; left: 0px;  -webkit-transition: ease-in-out 0.5s; -moz-transition: ease-in-out 0.5s; -o-transition: ease-in-out 0.5s; }
#album1:hover .title { opacity: 1; -webkit-transition: ease-in 0.5s; -moz-transition: ease-in 0.5s; -o-transition: ease-in 0.5s; }
#album1:hover .extra { position: relative; bottom: -34px;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
#album2 {overflow: hidden;}
.cover { background-color: #fff;  overflow: hidden; }
.title { float: center; padding: 0px 5px; max-width: 175px; line-height: 20px; background-color: rgba(0,0,0,0.7); color: #fff; border-radius: 5px; font-size: 11px; word-wrap: break-word; margin: 15px 0 0 10px; opacity: 0.0; -webkit-transition: ease-out 0.5s; -moz-transition: ease-out 0.5s; -o-transition: ease-out 0.5s;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
.extra { background-color: rgba(0,0,0,0.7); color: #fff; width: 150px; height: 40px; overflow: auto; padding: 5px; position: relative; bottom: -200px; left: 0px;  -webkit-transition: ease-in-out 0.5s; -moz-transition: ease-in-out 0.5s; -o-transition: ease-in-out 0.5s; }
#album2:hover .title { opacity: 1; -webkit-transition: ease-in 0.5s; -moz-transition: ease-in 0.5s; -o-transition: ease-in 0.5s; }
#album2:hover .extra { position: relative; bottom: -34px;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }

#album3 {overflow: hidden;}
.cover { background-color: #fff;  overflow: hidden; }
.title { float: center; padding: 0px 5px; max-width: 175px; line-height: 20px; background-color: rgba(0,0,0,0.7); color: #fff; border-radius: 5px; font-size: 11px; word-wrap: break-word; margin: 15px 0 0 10px; opacity: 0.0; -webkit-transition: ease-out 0.5s; -moz-transition: ease-out 0.5s; -o-transition: ease-out 0.5s;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
.extra { background-color: rgba(0,0,0,0.7); color: #fff; width: 150px; height: 40px; overflow: auto; padding: 5px; position: relative; bottom: -200px; left: 0px;  -webkit-transition: ease-in-out 0.5s; -moz-transition: ease-in-out 0.5s; -o-transition: ease-in-out 0.5s; }
#album3:hover .title { opacity: 1; -webkit-transition: ease-in 0.5s; -moz-transition: ease-in 0.5s; -o-transition: ease-in 0.5s; }
#album3:hover .extra { position: relative; bottom: -34px;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }


#album4 {overflow: hidden;}
.cover { background-color: #fff;  overflow: hidden; }
.title { float: center; padding: 0px 5px; max-width: 175px; line-height: 20px; background-color: rgba(0,0,0,0.7); color: #fff; border-radius: 5px; font-size: 11px; word-wrap: break-word; margin: 15px 0 0 10px; opacity: 0.0; -webkit-transition: ease-out 0.5s; -moz-transition: ease-out 0.5s; -o-transition: ease-out 0.5s;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
.extra { background-color: rgba(0,0,0,0.7); color: #fff; width: 150px; height: 40px; overflow: auto; padding: 5px; position: relative; bottom: -200px; left: 0px;  -webkit-transition: ease-in-out 0.5s; -moz-transition: ease-in-out 0.5s; -o-transition: ease-in-out 0.5s; }
#album4:hover .title { opacity: 1; -webkit-transition: ease-in 0.5s; -moz-transition: ease-in 0.5s; -o-transition: ease-in 0.5s; }
#album4:hover .extra { position: relative; bottom: -34px;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
#album5 {overflow: hidden;}
.cover { background-color: #fff;  overflow: hidden; }
.title { float: center; padding: 0px 5px; max-width: 175px; line-height: 20px; background-color: rgba(0,0,0,0.7); color: #fff; border-radius: 5px; font-size: 11px; word-wrap: break-word; margin: 15px 0 0 10px; opacity: 0.0; -webkit-transition: ease-out 0.5s; -moz-transition: ease-out 0.5s; -o-transition: ease-out 0.5s;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
.extra { background-color: rgba(0,0,0,0.7); color: #fff; width: 150px; height: 40px; overflow: auto; padding: 5px; position: relative; bottom: -200px; left: 0px;  -webkit-transition: ease-in-out 0.5s; -moz-transition: ease-in-out 0.5s; -o-transition: ease-in-out 0.5s; }
#album5:hover .title { opacity: 1; -webkit-transition: ease-in 0.5s; -moz-transition: ease-in 0.5s; -o-transition: ease-in 0.5s; }
#album5:hover .extra { position: relative; bottom: -34px;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }

#album6 {overflow: hidden;}
.cover { background-color: #fff;  overflow: hidden; }
.title { float: center; padding: 0px 5px; max-width: 175px; line-height: 20px; background-color: rgba(0,0,0,0.7); color: #fff; border-radius: 5px; font-size: 11px; word-wrap: break-word; margin: 15px 0 0 10px; opacity: 0.0; -webkit-transition: ease-out 0.5s; -moz-transition: ease-out 0.5s; -o-transition: ease-out 0.5s;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
.extra { background-color: rgba(0,0,0,0.7); color: #fff; width: 150px; height: 40px; overflow: auto; padding: 5px; position: relative; bottom: -200px; left: 0px;  -webkit-transition: ease-in-out 0.5s; -moz-transition: ease-in-out 0.5s; -o-transition: ease-in-out 0.5s; }
#album6:hover .title { opacity: 1; -webkit-transition: ease-in 0.5s; -moz-transition: ease-in 0.5s; -o-transition: ease-in 0.5s; }
#album6:hover .extra { position: relative; bottom: -34px;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }

#album7 {overflow: hidden;}
.cover { background-color: #fff;  overflow: hidden; }
.title { float: center; padding: 0px 5px; max-width: 175px; line-height: 20px; background-color: rgba(0,0,0,0.7); color: #fff; border-radius: 5px; font-size: 11px; word-wrap: break-word; margin: 15px 0 0 10px; opacity: 0.0; -webkit-transition: ease-out 0.5s; -moz-transition: ease-out 0.5s; -o-transition: ease-out 0.5s;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
.extra { background-color: rgba(0,0,0,0.7); color: #fff; width: 150px; height: 40px; overflow: auto; padding: 5px; position: relative; bottom: -200px; left: 0px;  -webkit-transition: ease-in-out 0.5s; -moz-transition: ease-in-out 0.5s; -o-transition: ease-in-out 0.5s; }
#album7:hover .title { opacity: 1; -webkit-transition: ease-in 0.5s; -moz-transition: ease-in 0.5s; -o-transition: ease-in 0.5s; }
#album7:hover .extra { position: relative; bottom: -34px;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }

#album8 {overflow: hidden;}
.cover { background-color: #fff;  overflow: hidden; }
.title { float: center; padding: 0px 5px; max-width: 175px; line-height: 20px; background-color: rgba(0,0,0,0.7); color: #fff; border-radius: 5px; font-size: 11px; word-wrap: break-word; margin: 15px 0 0 10px; opacity: 0.0; -webkit-transition: ease-out 0.5s; -moz-transition: ease-out 0.5s; -o-transition: ease-out 0.5s;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
.extra { background-color: rgba(0,0,0,0.7); color: #fff; width: 150px; height: 40px; overflow: auto; padding: 5px; position: relative; bottom: -200px; left: 0px;  -webkit-transition: ease-in-out 0.5s; -moz-transition: ease-in-out 0.5s; -o-transition: ease-in-out 0.5s; }
#album8:hover .title { opacity: 1; -webkit-transition: ease-in 0.5s; -moz-transition: ease-in 0.5s; -o-transition: ease-in 0.5s; }
#album8:hover .extra { position: relative; bottom: -34px;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }

#album9 {overflow: hidden;}
.cover { background-color: #fff;  overflow: hidden; }
.title { float: center; padding: 0px 5px; max-width: 175px; line-height: 20px; background-color: rgba(0,0,0,0.7); color: #fff; border-radius: 5px; font-size: 11px; word-wrap: break-word; margin: 15px 0 0 10px; opacity: 0.0; -webkit-transition: ease-out 0.5s; -moz-transition: ease-out 0.5s; -o-transition: ease-out 0.5s;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
.extra { background-color: rgba(0,0,0,0.7); color: #fff; width: 150px; height: 40px; overflow: auto; padding: 5px; position: relative; bottom: -200px; left: 0px;  -webkit-transition: ease-in-out 0.5s; -moz-transition: ease-in-out 0.5s; -o-transition: ease-in-out 0.5s; }
#album9:hover .title { opacity: 1; -webkit-transition: ease-in 0.5s; -moz-transition: ease-in 0.5s; -o-transition: ease-in 0.5s; }
#album9:hover .extra { position: relative; bottom: -34px;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }

#album10 {overflow: hidden;}
.cover { background-color: #fff;  overflow: hidden; }
.title { float: center; padding: 0px 5px; max-width: 175px; line-height: 20px; background-color: rgba(0,0,0,0.7); color: #fff; border-radius: 5px; font-size: 11px; word-wrap: break-word; margin: 15px 0 0 10px; opacity: 0.0; -webkit-transition: ease-out 0.5s; -moz-transition: ease-out 0.5s; -o-transition: ease-out 0.5s;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
.extra { background-color: rgba(0,0,0,0.7); color: #fff; width: 150px; height: 40px; overflow: auto; padding: 5px; position: relative; bottom: -200px; left: 0px;  -webkit-transition: ease-in-out 0.5s; -moz-transition: ease-in-out 0.5s; -o-transition: ease-in-out 0.5s; }
#album10:hover .title { opacity: 1; -webkit-transition: ease-in 0.5s; -moz-transition: ease-in 0.5s; -o-transition: ease-in 0.5s; }
#album10:hover .extra { position: relative; bottom: -34px;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }

#album11 {overflow: hidden;}
.cover { background-color: #fff;  overflow: hidden; }
.title { float: center; padding: 0px 5px; max-width: 175px; line-height: 20px; background-color: rgba(0,0,0,0.7); color: #fff; border-radius: 5px; font-size: 11px; word-wrap: break-word; margin: 15px 0 0 10px; opacity: 0.0; -webkit-transition: ease-out 0.5s; -moz-transition: ease-out 0.5s; -o-transition: ease-out 0.5s;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
.extra { background-color: rgba(0,0,0,0.7); color: #fff; width: 150px; height: 40px; overflow: auto; padding: 5px; position: relative; bottom: -200px; left: 0px;  -webkit-transition: ease-in-out 0.5s; -moz-transition: ease-in-out 0.5s; -o-transition: ease-in-out 0.5s; }
#album11:hover .title { opacity: 1; -webkit-transition: ease-in 0.5s; -moz-transition: ease-in 0.5s; -o-transition: ease-in 0.5s; }
#album11:hover .extra { position: relative; bottom: -34px;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }

#album12 {overflow: hidden;}
.cover { background-color: #fff;  overflow: hidden; }
.title { float: center; padding: 0px 5px; max-width: 175px; line-height: 20px; background-color: rgba(0,0,0,0.7); color: #fff; border-radius: 5px; font-size: 11px; word-wrap: break-word; margin: 15px 0 0 10px; opacity: 0.0; -webkit-transition: ease-out 0.5s; -moz-transition: ease-out 0.5s; -o-transition: ease-out 0.5s;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
.extra { background-color: rgba(0,0,0,0.7); color: #fff; width: 150px; height: 40px; overflow: auto; padding: 5px; position: relative; bottom: -200px; left: 0px;  -webkit-transition: ease-in-out 0.5s; -moz-transition: ease-in-out 0.5s; -o-transition: ease-in-out 0.5s; }
#album12:hover .title { opacity: 1; -webkit-transition: ease-in 0.5s; -moz-transition: ease-in 0.5s; -o-transition: ease-in 0.5s; }
#album12:hover .extra { position: relative; bottom: -34px;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }

#album13 {overflow: hidden;}
.cover { background-color: #fff;  overflow: hidden; }
.title { float: center; padding: 0px 5px; max-width: 175px; line-height: 20px; background-color: rgba(0,0,0,0.7); color: #fff; border-radius: 5px; font-size: 11px; word-wrap: break-word; margin: 15px 0 0 10px; opacity: 0.0; -webkit-transition: ease-out 0.5s; -moz-transition: ease-out 0.5s; -o-transition: ease-out 0.5s;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
.extra { background-color: rgba(0,0,0,0.7); color: #fff; width: 150px; height: 40px; overflow: auto; padding: 5px; position: relative; bottom: -200px; left: 0px;  -webkit-transition: ease-in-out 0.5s; -moz-transition: ease-in-out 0.5s; -o-transition: ease-in-out 0.5s; }
#album13:hover .title { opacity: 1; -webkit-transition: ease-in 0.5s; -moz-transition: ease-in 0.5s; -o-transition: ease-in 0.5s; }
#album13:hover .extra { position: relative; bottom: -34px;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }

#album14 {overflow: hidden;}
.cover { background-color: #fff;  overflow: hidden; }
.title { float: center; padding: 0px 5px; max-width: 175px; line-height: 20px; background-color: rgba(0,0,0,0.7); color: #fff; border-radius: 5px; font-size: 11px; word-wrap: break-word; margin: 15px 0 0 10px; opacity: 0.0; -webkit-transition: ease-out 0.5s; -moz-transition: ease-out 0.5s; -o-transition: ease-out 0.5s;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
.extra { background-color: rgba(0,0,0,0.7); color: #fff; width: 150px; height: 40px; overflow: auto; padding: 5px; position: relative; bottom: -200px; left: 0px;  -webkit-transition: ease-in-out 0.5s; -moz-transition: ease-in-out 0.5s; -o-transition: ease-in-out 0.5s; }
#album14:hover .title { opacity: 1; -webkit-transition: ease-in 0.5s; -moz-transition: ease-in 0.5s; -o-transition: ease-in 0.5s; }
#album14:hover .extra { position: relative; bottom: -34px;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }

#album15 {overflow: hidden;}
.cover { background-color: #fff;  overflow: hidden; }
.title { float: center; padding: 0px 5px; max-width: 175px; line-height: 20px; background-color: rgba(0,0,0,0.7); color: #fff; border-radius: 5px; font-size: 11px; word-wrap: break-word; margin: 15px 0 0 10px; opacity: 0.0; -webkit-transition: ease-out 0.5s; -moz-transition: ease-out 0.5s; -o-transition: ease-out 0.5s;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
.extra { background-color: rgba(0,0,0,0.7); color: #fff; width: 150px; height: 40px; overflow: auto; padding: 5px; position: relative; bottom: -200px; left: 0px;  -webkit-transition: ease-in-out 0.5s; -moz-transition: ease-in-out 0.5s; -o-transition: ease-in-out 0.5s; }
#album15:hover .title { opacity: 1; -webkit-transition: ease-in 0.5s; -moz-transition: ease-in 0.5s; -o-transition: ease-in 0.5s; }
#album15:hover .extra { position: relative; bottom: -34px;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
#album16 {overflow: hidden;}
.cover { background-color: #fff;  overflow: hidden; }
.title { float: center; padding: 0px 5px; max-width: 175px; line-height: 20px; background-color: rgba(0,0,0,0.7); color: #fff; border-radius: 5px; font-size: 11px; word-wrap: break-word; margin: 15px 0 0 10px; opacity: 0.0; -webkit-transition: ease-out 0.5s; -moz-transition: ease-out 0.5s; -o-transition: ease-out 0.5s;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
.extra { background-color: rgba(0,0,0,0.7); color: #fff; width: 150px; height: 40px; overflow: auto; padding: 5px; position: relative; bottom: -200px; left: 0px;  -webkit-transition: ease-in-out 0.5s; -moz-transition: ease-in-out 0.5s; -o-transition: ease-in-out 0.5s; }
#album16:hover .title { opacity: 1; -webkit-transition: ease-in 0.5s; -moz-transition: ease-in 0.5s; -o-transition: ease-in 0.5s; }
#album16:hover .extra { position: relative; bottom: -34px;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }

#album17 {overflow: hidden;}
.cover { background-color: #fff;  overflow: hidden; }
.title { float: center; padding: 0px 5px; max-width: 175px; line-height: 20px; background-color: rgba(0,0,0,0.7); color: #fff; border-radius: 5px; font-size: 11px; word-wrap: break-word; margin: 15px 0 0 10px; opacity: 0.0; -webkit-transition: ease-out 0.5s; -moz-transition: ease-out 0.5s; -o-transition: ease-out 0.5s;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
.extra { background-color: rgba(0,0,0,0.7); color: #fff; width: 150px; height: 40px; overflow: auto; padding: 5px; position: relative; bottom: -200px; left: 0px;  -webkit-transition: ease-in-out 0.5s; -moz-transition: ease-in-out 0.5s; -o-transition: ease-in-out 0.5s; }
#album17:hover .title { opacity: 1; -webkit-transition: ease-in 0.5s; -moz-transition: ease-in 0.5s; -o-transition: ease-in 0.5s; }
#album17:hover .extra { position: relative; bottom: -34px;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }

#album18 {overflow: hidden;}
.cover { background-color: #fff;  overflow: hidden; }
.title { float: center; padding: 0px 5px; max-width: 175px; line-height: 20px; background-color: rgba(0,0,0,0.7); color: #fff; border-radius: 5px; font-size: 11px; word-wrap: break-word; margin: 15px 0 0 10px; opacity: 0.0; -webkit-transition: ease-out 0.5s; -moz-transition: ease-out 0.5s; -o-transition: ease-out 0.5s;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
.extra { background-color: rgba(0,0,0,0.7); color: #fff; width: 150px; height: 40px; overflow: auto; padding: 5px; position: relative; bottom: -200px; left: 0px;  -webkit-transition: ease-in-out 0.5s; -moz-transition: ease-in-out 0.5s; -o-transition: ease-in-out 0.5s; }
#album18:hover .title { opacity: 1; -webkit-transition: ease-in 0.5s; -moz-transition: ease-in 0.5s; -o-transition: ease-in 0.5s; }
#album18:hover .extra { position: relative; bottom: -34px;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }

#album19 {overflow: hidden;}
.cover { background-color: #fff;  overflow: hidden; }
.title { float: center; padding: 0px 5px; max-width: 175px; line-height: 20px; background-color: rgba(0,0,0,0.7); color: #fff; border-radius: 5px; font-size: 11px; word-wrap: break-word; margin: 15px 0 0 10px; opacity: 0.0; -webkit-transition: ease-out 0.5s; -moz-transition: ease-out 0.5s; -o-transition: ease-out 0.5s;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
.extra { background-color: rgba(0,0,0,0.7); color: #fff; width: 150px; height: 40px; overflow: auto; padding: 5px; position: relative; bottom: -200px; left: 0px;  -webkit-transition: ease-in-out 0.5s; -moz-transition: ease-in-out 0.5s; -o-transition: ease-in-out 0.5s; }
#album19:hover .title { opacity: 1; -webkit-transition: ease-in 0.5s; -moz-transition: ease-in 0.5s; -o-transition: ease-in 0.5s; }
#album19:hover .extra { position: relative; bottom: -34px;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
#album20 {overflow: hidden;}
.cover { background-color: #fff;  overflow: hidden; }
.title { float: center; padding: 0px 5px; max-width: 175px; line-height: 20px; background-color: rgba(0,0,0,0.7); color: #fff; border-radius: 5px; font-size: 11px; word-wrap: break-word; margin: 15px 0 0 10px; opacity: 0.0; -webkit-transition: ease-out 0.5s; -moz-transition: ease-out 0.5s; -o-transition: ease-out 0.5s;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
.extra { background-color: rgba(0,0,0,0.7); color: #fff; width: 150px; height: 40px; overflow: auto; padding: 5px; position: relative; bottom: -200px; left: 0px;  -webkit-transition: ease-in-out 0.5s; -moz-transition: ease-in-out 0.5s; -o-transition: ease-in-out 0.5s; }
#album20:hover .title { opacity: 1; -webkit-transition: ease-in 0.5s; -moz-transition: ease-in 0.5s; -o-transition: ease-in 0.5s; }
#album20:hover .extra { position: relative; bottom: -34px;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }

#album21 {overflow: hidden;}
.cover { background-color: #fff;  overflow: hidden; }
.title { float: center; padding: 0px 5px; max-width: 175px; line-height: 20px; background-color: rgba(0,0,0,0.7); color: #fff; border-radius: 5px; font-size: 11px; word-wrap: break-word; margin: 15px 0 0 10px; opacity: 0.0; -webkit-transition: ease-out 0.5s; -moz-transition: ease-out 0.5s; -o-transition: ease-out 0.5s;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
.extra { background-color: rgba(0,0,0,0.7); color: #fff; width: 150px; height: 40px; overflow: auto; padding: 5px; position: relative; bottom: -200px; left: 0px;  -webkit-transition: ease-in-out 0.5s; -moz-transition: ease-in-out 0.5s; -o-transition: ease-in-out 0.5s; }
#album21:hover .title { opacity: 1; -webkit-transition: ease-in 0.5s; -moz-transition: ease-in 0.5s; -o-transition: ease-in 0.5s; }
#album21:hover .extra { position: relative; bottom: -34px;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }

#album22 {overflow: hidden;}
.cover { background-color: #fff;  overflow: hidden; }
.title { float: center; padding: 0px 5px; max-width: 175px; line-height: 20px; background-color: rgba(0,0,0,0.7); color: #fff; border-radius: 5px; font-size: 11px; word-wrap: break-word; margin: 15px 0 0 10px; opacity: 0.0; -webkit-transition: ease-out 0.5s; -moz-transition: ease-out 0.5s; -o-transition: ease-out 0.5s;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
.extra { background-color: rgba(0,0,0,0.7); color: #fff; width: 150px; height: 40px; overflow: auto; padding: 5px; position: relative; bottom: -200px; left: 0px;  -webkit-transition: ease-in-out 0.5s; -moz-transition: ease-in-out 0.5s; -o-transition: ease-in-out 0.5s; }
#album22:hover .title { opacity: 1; -webkit-transition: ease-in 0.5s; -moz-transition: ease-in 0.5s; -o-transition: ease-in 0.5s; }
#album22:hover .extra { position: relative; bottom: -34px;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }

#album23 {overflow: hidden;}
.cover { background-color: #fff;  overflow: hidden; }
.title { float: center; padding: 0px 5px; max-width: 175px; line-height: 20px; background-color: rgba(0,0,0,0.7); color: #fff; border-radius: 5px; font-size: 11px; word-wrap: break-word; margin: 15px 0 0 10px; opacity: 0.0; -webkit-transition: ease-out 0.5s; -moz-transition: ease-out 0.5s; -o-transition: ease-out 0.5s;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
.extra { background-color: rgba(0,0,0,0.7); color: #fff; width: 150px; height: 40px; overflow: auto; padding: 5px; position: relative; bottom: -200px; left: 0px;  -webkit-transition: ease-in-out 0.5s; -moz-transition: ease-in-out 0.5s; -o-transition: ease-in-out 0.5s; }
#album23:hover .title { opacity: 1; -webkit-transition: ease-in 0.5s; -moz-transition: ease-in 0.5s; -o-transition: ease-in 0.5s; }
#album23:hover .extra { position: relative; bottom: -34px;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }

#album14 {overflow: hidden;}
.cover { background-color: #fff;  overflow: hidden; }
.title { float: center; padding: 0px 5px; max-width: 175px; line-height: 20px; background-color: rgba(0,0,0,0.7); color: #fff; border-radius: 5px; font-size: 11px; word-wrap: break-word; margin: 15px 0 0 10px; opacity: 0.0; -webkit-transition: ease-out 0.5s; -moz-transition: ease-out 0.5s; -o-transition: ease-out 0.5s;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
.extra { background-color: rgba(0,0,0,0.7); color: #fff; width: 150px; height: 40px; overflow: auto; padding: 5px; position: relative; bottom: -200px; left: 0px;  -webkit-transition: ease-in-out 0.5s; -moz-transition: ease-in-out 0.5s; -o-transition: ease-in-out 0.5s; }
#album24:hover .title { opacity: 1; -webkit-transition: ease-in 0.5s; -moz-transition: ease-in 0.5s; -o-transition: ease-in 0.5s; }
#album24:hover .extra { position: relative; bottom: -34px;  -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }

0

5

хтмл вверх

Код:
<div id="resplash" style="display: none;">
<div class='formal' style='height:200px; width:200px; margin:auto; margin-top:200px; font-family:tahoma; font-size:10px;'> <form id='login' class='container' method='post' action='login.php?action=in' onsubmit='return my_form(this)'><fieldset><span>Форум на профилактике</span><div class='fs-box inline'> <input type='hidden' name='form_sent' value='1' /><input type='hidden' name='redirect_url' value='index.php' /><p class='inputfield required'> <label for='fld1'>Имя <em>(Обязательно)</em></label><br /> <span class='input'> <input type='text' id='fld1' name='req_username' size='25' maxlength='25'/></span></p> <p class='inputfield required'> <label for='fld2'>Пароль <em>(Обязательно)</em></label><br /> <span class='input'> <input type='password'  id='fld2'  name='req_password'  size='25'  maxlength='25' /></span></p></div></fieldset> <center><p class='formsubmit'> <input type='submit' class='button' id='customebutton' name='login' value='Войти как Администратор' /></p></center></form></div></div>
<script type="text/javascript">
var active = 1; 
if(GroupID != 1 && active == 1){
e10 = document.createElement('div')
e10.innerHTML = document.getElementById("resplash").innerHTML;
document.getElementsByTagName('body')[0].insertBefore(e10,document.getElementById('pun_wrap'))
document.write("<style type=\"text/css\">html, body {background: #fff;} #customebutton {margin: auto;} #pun {display: none;}</style>");
document.title= 'Форум на профилактике - '+document.title;
}
</script>

<div id="html-header">
	<div style="position: absolute; width: 71px; height: 63px; top: 108px; margin-left: 450px;  line-height: 85%;"><a href="http://emoji.rusff.me/viewtopic.php?id=572#p61477"><img src="http://se.uploads.ru/n4tpL.png"></a></div>
<div style="position: absolute; width: 71px; height: 63px; top: 130px; margin-left: 450px;  line-height: 85%;"><a href="http://emoji.rusff.me/viewtopic.php?id=17#p59279"><img src="http://s8.uploads.ru/bcFY7.png"></a></div>
<div style="position: absolute; width: 71px; height: 63px; top: 152px; margin-left: 450px;  line-height: 85%;"><a href="http://emoji.rusff.me/viewtopic.php?id=736#p59851"><img src="http://s8.uploads.ru/39knL.png"></a></div>
<div style="position: absolute; width: 71px; height: 63px; top: 174px; margin-left: 450px;  line-height: 85%;"><a href="http://emoji.rusff.me/viewtopic.php?id=747#p60943"><img src="http://s8.uploads.ru/JP1UL.png"></a></div>
<div style="position: absolute; width: 71px; height: 63px; top: 196px; margin-left: 450px;  line-height: 85%;"><a href="http://emoji.rusff.me/viewtopic.php?id=727#p60669"><img src="http://funkyimg.com/i/Vu1S.png"></a></div>
<div style="position: absolute; width: 71px; height: 63px; top: 218px; margin-left: 450px;  line-height: 85%;"><a href="http://emoji.rusff.me/viewtopic.php?id=797#p65484"><img src="http://s1.uploads.ru/JyoxE.png"></a></div>


<link href='http://fonts.googleapis.com/css?family=Montserrat|Roboto:300,400' rel='stylesheet' type='text/css'>

<style type="text/css">
#wrapper {width: 600px;}
/* вкладки доп смайлов */
ul.tabs {height: 25px;line-height: 20px;margin: 0 0 3px;list-style: none;}
ul.tabs li {float: left;margin-right: 1px; cursor:pointer;}
ul.tabs li a {background: url("http://flowplayer.org/img/global/tabs.png") no-repeat scroll -652px 0 transparent;color: #444444;cursor: pointer;display: block;margin-bottom: -1px;padding: 0 14px 1px;position: relative;text-decoration: none;width: 84px;}
ul.tabs li a:hover {color:#EFEFEF;padding: 0 14px;background: url("http://flowplayer.org/img/global/tabs.png")no-repeat scroll;background-position: -652px -31px; text-decoration:none;}
ul.tabs li.tab-current a {color: #444;padding: 0px 14px 2px;border:medium hidden;line-height: 22px;background-position: -652px -62px;}
ul.tabs li.tab-current a:hover {color: #6A5ACD;}
div.t2,div.t3 {display: none;width: 450px;}</style>


<link rel="stylesheet" type="text/css" href="https://forumstatic.ru/files/0010/b4/f8/71526.css" />
<script type="text/javascript" src="https://forumstatic.ru/files/0010/b4/f8/39493.js"></script>
<script src="http://hostjs-mybb2011.narod.ru/js/transform_code_boxr.js"></script>
<!-- jquery уже подключен -->
    <script type="text/javascript" src="http://ruseller.com/lessons/les382/js/jquery.easing.1.2.js"></script>
	<script src="http://ruseller.com/lessons/les382/js/jquery.anythingslider.js" type="text/javascript"></script>


<!-- HTML верх -Cпойлер cкрытия Инфы под N-кнопок в Профиле Топика -->
    <style>img.post-img-Sp {margin-left:15px;}
    div.tipsy.tipsy-s.Sp-imgSp-img .tipsy-inner{font-size:14px;letter-spacing:1px;}
    </style>
    <script type="text/javascript" src="https://forumstatic.ru/files/0010/b4/f8/57844.js"></script>
<link href='http://fonts.googleapis.com/css?family=Cuprum:400,400italic,700,700italic&subset=cyrillic,latin' rel='stylesheet' type='text/css'>

<!--Смена аватар, статуса, подписи и ника--><link id="iNFpanel" rel="stylesheet" href="https://forumstatic.ru/files/0015/47/c4/25063.css" type="text/css"/>
<script src="https://forumstatic.ru/files/0015/47/c4/60487.js"></script>

<style>
#pun-navlinks #navawards{display:none;}
</style>
<!-- хтмл -->
<script>
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('[emoji]')!=-1){
$(this).wrap('<div class="htmldemo"></div>')
$(this).replaceWith($('.htmldemo').text().split('[emoji]')[1]);
}
});
});
</script>



<style>@import "http://webfonts.ru/import/droidmono.css";
/* Для гифки круглой  */ 
   .formimg {    float: right; /* Выравнивание по правому краю  */     margin: 7px 0 7px 7px; /* Отступы вокруг картинки */   }
/* Полоски при наведении возраст и тд  */
.lagzone1 { width: 125px; margin-right: 1px; padding-top: 5px; padding-bottom: 5px; background-color: #cbab41; color: #fff; text-align: center; font-size: 7px; text-transform: uppercase; line-height: 100%; letter-spacing: 1px; font-family: arial, sans-serif; }
.lagzone2 { width: 125px; padding-top: 5px; padding-bottom: 5px; background-color: #cbab41; color: #fff; text-align: center; font-size: 7px; text-transform: uppercase; line-height: 100%; letter-spacing: 1px; font-family: arial, sans-serif; }
.lagzone3 { width: 125px; margin-right: 1px; padding-top: 5px; padding-bottom: 5px; background-color: #e5b04a; color: #fff; text-align: center; font-size: 7px; text-transform: uppercase; line-height: 100%; letter-spacing: 1px; font-family: arial, sans-serif; }
.lagzone { width: 391px; margin-left: 4px; margin-top: 1px; margin-bottom: 1px; padding-top: 5px; padding-bottom: 5px; background-color: #cbab41; color: #fff; text-align: center; font-size: 7px; text-transform: uppercase; line-height: 100%; letter-spacing: 1px; font-family: arial, sans-serif; }
.lagzone4 { width: 200px; margin-right: 1px; padding-top: 5px; padding-bottom: 5px; background-color: #cbab41; color: #fff; text-align: center; font-size: 7px; text-transform: uppercase; line-height: 100%; letter-spacing: 1px; font-family: arial, sans-serif; }
.lagzone5 { width: 200px; padding-top: 5px;margin-right:3px; padding-bottom: 5px; background-color: #cbab41; color: #fff; text-align: center; font-size: 7px; text-transform: uppercase; line-height: 100%; letter-spacing: 1px; font-family: arial, sans-serif; }
.lagzone6 { width: 175px; padding-top: 5px; padding-bottom: 5px; background-color: #cbab41; color: #fff; text-align: center; font-size: 7px; text-transform: uppercase; line-height: 100%; letter-spacing: 1px; font-family: arial, sans-serif; }
/* Окно для инфы о пользователе  */
.biozone { width: 380px; height: 430px; padding: 10px; background-color: #fff; margin-top: 5px; font-family:  arial, sans-serif;font-size: 10px; text-align: justify; color: #222; line-height: 100%}
.biozone1 { width: 370px;  height: 420px; padding-right: 5px;  overflow: auto; }
.biozone1::-webkit-scrollbar { width: 3px; height: 3px; }

.rusname {text-align: center; font-family: 'Droid Mono';font-size: 25px; text-transform: uppercase; font-family: oswald; line-height: 95%; font-weight: bold; text-shadow: 1px 1px 0px #121212;margin-bottom: 9px;}
.starname {text-align: center; font-size: 25px; text-transform: uppercase; font-family: oswald; line-height: 95%; font-weight: bold; text-shadow: 1px 1px 0px #121212;margin-bottom: 9px;}
.yourname {text-align: center;  font-size: 50px; text-transform: uppercase; font-family: oswald; line-height: 95%; font-weight: bold; text-shadow: 1px 1px 0px #121212;}
/* Ваша цитата  */
.anktitle {text-shadow: 1px 1px 0px #121212; color: #fff; font-family: arial; font-size: 8px; text-transform: uppercase; letter-spacing: 1px;}
/* Дата рождения  */
.yourbgday {text-shadow: 1px 1px 0px #121212; font-family: arial; font-size: 8px; text-transform: uppercase; text=align: right; letter-spacing: 1px;}

.em-1 { position: relative; width: 500px; height: 650px; overflow: hidden; box-shadow: 0px 0px 3px #3c3629; }

.em-3 { position: absolute; top: 40px; left: 40px; width: 400px; height: 550px; padding: 10px; background-color: rgba(250,250,250,0.8); opacity: 0; z-index: 4; -webkit-transition: 0.6s; -moz-transition: 0.6s; -ms-transition: 0.6s; -o-transition: 0.6s; transition: 0.6s; }

.em-1:hover .em-3 { opacity: 1; -webkit-transition: 0.6s ease-in-out; -moz-transition: 0.6s ease-in-out; -ms-transition: 0.6s ease-in-out; -o-transition: 0.6s ease-in-out; transition: 0.6s ease-in-out; -webkit-transition-delay: 0.6s; -moz-transition-delay: 0.6s; -ms-transition-delay: 0.6s; -o-transition-delay: 0.6s; transition-delay: 0.6s; }

.em-3 img { margin: 10px; width: 115px; height: 115px; border: 7px solid rgba(230,230,230,0.6); -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; }

.em-1 figcaption::before, .em-1 figcaption::after { content: ""; position: absolute; top: 25px; right: 25px; bottom: 25px; left: 25px; z-index: 3; opacity: 0; -webkit-transition: opacity 0.6s, -webkit-transform 0.6s; -moz-transition: opacity 0.6s, -moz-transform 0.6s; -ms-transition: opacity 0.6s, -ms-transform 0.6s; -o-transition: opacity 0.6s, -o-transform 0.6s; transition: opacity 0.6s, transform 0.6s; }

.em-1 figcaption::before { border-top: 1px solid rgba(250,250,250,0.8); border-bottom: 1px solid rgba(250,250,250,0.8); -webkit-transform: scale(0,1); -moz-transform: scale(0,1); -ms-transform: scale(0,1); -o-transform: scale(0,1); transform: scale(0,1); }

.em-1 figcaption::after { border-right: 1px solid rgba(250,250,250,0.8); border-left: 1px solid rgba(250,250,250,0.8); -webkit-transform: scale(1,0); -moz-transform: scale(1,0); -ms-transform: scale(1,0); -o-transform: scale(1,0); transform: scale(1,0); }

.em-1:hover figcaption::before, .em-1:hover figcaption::after { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

.em-2 { position: absolute; top: 0px; left: 0px; width: 500px; height: 650px;  background-color: rgba(0,0,0,0.3); opacity: 0; z-index: 2; -webkit-transition: 0.6s; -moz-transition: 0.6s; -ms-transition: 0.6s; -o-transition: 0.6s; transition: 0.6s; }

.em-1:hover .em-2 { opacity: 1; }

.em-av { position: absolute; top: 0px; left: 0px; width: 500px; height: 650px;  z-index: 1; -webkit-transition: 0.6s ease-in-out; -moz-transition: 0.6s ease-in-out; -ms-transition: 0.6s ease-in-out; -o-transition: 0.6s ease-in-out; transition: 0.6s ease-in-out; }

.em-1:hover .em-av { -webkit-filter: blur(3px) grayscale(1); -moz-filter: blur(3px) grayscale(1); -o-filter: blur(3px) grayscale(1); -ms-filter: blur(3px) grayscale(1); filter: blur(3px) grayscale(1); filter: url(blur.svg#blur); filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3'); ); }
</style><link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,700,900,400italic,700italic,900italic' rel='stylesheet' type='text/css'>




<div style="position: absolute; width: 200px; height: 110px; top: 512px; margin-left: -18px;  line-height: 85%;">
<a href="http://emoji.rusff.me/profile.php?id=20"><img src="http://se.uploads.ru/B0JE7.png" title="Tatum Queen" style=" border-radius: 30%;width: 40px; border: 3px solid #fad58c; "></a>
<a href="http://emoji.rusff.me/profile.php?id=41"><img src="http://s8.uploads.ru/SI4qa.png" title="Vovka Vinokur" style=" border-radius: 30%;width: 40px; border: 3px solid #fad58c; "></a>
<a href="http://emoji.rusff.me/profile.php?id=159"><img src="http://s8.uploads.ru/Mz8Lb.png" title="Marcelo Tribbiani" style=" border-radius: 30%;width: 40px; border: 3px solid #fad58c; "></a>
<a href="http://emoji.rusff.me/profile.php?id=43"><img src="http://se.uploads.ru/cqJsn.png" title="Jessamine Bosco" style=" border-radius: 30%;width: 40px; border: 3px solid #fad58c; "></a><br><br>
<a href="http://emoji.rusff.me/viewtopic.php?id=142#p1691"><img src="http://s8.uploads.ru/D23B1.png" title="эпизод:  ебать по школе скучаю: барыжь сигами, хуярь заточки, пизди неверных" style="margin-left: 5px"></a>
</div>

<div style="position: absolute; width: 200px; height: 110px; top: 512px; margin-left: 698px;  line-height: 85%;">
<a href="http://emoji.rusff.me/profile.php?id=45"><img src="http://s8.uploads.ru/etSbm.png" title="Nash Soutwick" style=" border-radius: 30%;width: 40px; border: 3px solid #fad58c; "></a>
<a href="http://emoji.rusff.me/profile.php?id=27"><img src="http://s8.uploads.ru/7CBmk.png" title="Rico Groboff" style=" border-radius: 30%;width: 40px; border: 3px solid #fad58c; "></a> 
<a href="http://emoji.rusff.me/profile.php?id=32"><img src="http://s8.uploads.ru/LyuoO.png" title="Joe Miller" style=" border-radius: 30%;width: 40px; border: 3px solid #fad58c; "></a>
<a href="http://emoji.rusff.me/profile.php?id=25"><img src="http://s8.uploads.ru/t/tWbdh.png" title="Irina J. Fox" style=" border-radius: 30%;width: 40px; border: 3px solid #fad58c; "></a><br><br>
<a href="http://emoji.rusff.me/profile.php?id=41"><img src="http://s8.uploads.ru/kNDxj.png" title="стремительный Vovka Vinokur" style="margin-left: 5px"></a>
</div>

<div style="position: absolute; width: 250px;  top: 60px; margin-left: 420px;  line-height: 85%;"><p style="text-align: center; font-family: arial; font-size: 10px; color: #000">Ваши ожидания были не напрасны, радушный дом под названием Эмоджи наконец-то открывает свои двери для всех и каждого. Пристегните ремни, мы начинаем! Вы и не заметите как эпидемия эмоций захлестнет вас с головой и заставить творить сумасшедшие вещи.</p>
</div>
<div style="position: absolute; width: 230px; height: 35px; top: 548px; margin-left: 348px;  line-height: 85%;"><p style="text-align: center; font-family: arial; font-size: 10px;">короче<br>
я сделала вывод<br>
хороший пост второе лицо не испортит :d</p>
</div>

<!-- снято в 22:30 29,03,2015 -->
<div style="position: absolute; width: 200px; height: 35px; top: 592px; margin-left: 364px;  line-height: 85%;"><p style="text-align: center; font-family: arial; font-size: 10px;">игровых постов за неделю: 163</p>
</div>

<div style="position: absolute; width: 71px; height: 63px; top: 492px; margin-left: 578px;  line-height: 85%;"><a href="http://emoji.rusff.me/profile.php?id=23"><img src="http://s8.uploads.ru/OJv1T.png" title="Freya James"></a>
</div>




<div style="position: absolute; width: 88px; height: 31px; top: 572px; margin-left: 228px;  line-height: 85%;"><a href="http://top.roleplay.ru/23424" title="Рейтинг Ролевых Ресурсов - RPG TOP" target="top_">
<img src="http://img.rpgtop.su/88x31x11x1.gif" alt="Рейтинг Ролевых Ресурсов - RPG TOP" border="0" width="88" height="31"></a>
</div>




<div style="position: absolute; width: 260px; height: 35px; top: 616px; margin-left: 308px;  line-height: 85%;"><p style="text-align: center; font-family: 'Fira Sans Heavy'; font-size: 12px; text-shadow: 1px 1px 0px white, 2px 2px 0px #cbcacc;  letter-spacing:-1px;    text-transform: uppercase; "><a href="http://emoji.rusff.me/viewtopic.php?id=6#p6">гостевая</a> • <a href="http://emoji.rusff.me/viewtopic.php?id=5#p5">фак</a> • <a href="http://emoji.rusff.me/viewtopic.php?id=3#p3">внешности</a> • <a href="http://emoji.rusff.me/viewtopic.php?id=4#p4">ифы</a>  • <a href="http://emoji.rusff.me/viewtopic.php?id=2#p2">профессии</a> <br><br> <a href="http://emoji.rusff.me/viewtopic.php?id=24#p27">подарки</a> • <a href="http://emoji.rusff.me/viewtopic.php?id=25#p28">награды</a> • <a href="http://emoji.rusff.me/viewtopic.php?id=8#p10">шаблон</a> • <a href="http://emoji.rusff.me/viewtopic.php?id=21#p24">лз</a> • <a href="http://emoji.rusff.me/viewtopic.php?id=23#p26">банк</a> • <a href="http://emoji.rusff.me/viewtopic.php?id=19#p22">вопросы</a></p>
</div>


<div style="position: absolute; width: 260px; height: 35px; top: 499px; margin-left: 308px;  line-height: 85%;"><p style="text-align: center; font-family: 'Fira Sans Heavy'; font-size: 12px; text-shadow: 1px 1px 0px white, 2px 2px 0px #cbcacc;  letter-spacing:-1px;    text-transform: uppercase; "><a href="http://emoji.rusff.me/profile.php?id=3">ashton</a> • <a href="http://emoji.rusff.me/profile.php?id=7">ellaria</a>  • <a href="http://emoji.rusff.me/profile.php?id=4">victoria</a>  • <a href="http://emoji.rusff.me/profile.php?id=6">america</a>  <br><br> <a href="http://emoji.rusff.me/profile.php?id=8">axel</a>  • <a href="http://emoji.rusff.me/profile.php?id=10">sasha</a>  • <a href="http://emoji.rusff.me/profile.php?id=11">jonathan</a>  • <a href="http://emoji.rusff.me/profile.php?id=5">mad</a> </p>
</div>
</div>

хтмл низ

Код:
    <style>.punbb .pa-avatar img {max-width:180px;height:auto;}</style>
    <script type="text/javascript">
    OnSmenaImage("EMOJI", new Array("Reaper"))
    var AvtrArr=new Array(

   //End myarray_!!Последняя ссылка без запятой!!!
    )
    StartNIZ(); //
    </script>
<script type="text/javascript">
PiarNik="(hypnotized)";
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>


<!--смайлики" -->
<script type="text/javascript">
var nabor2 = ['http://vk.com/images/emoji/D83DDE00.png',
'http://vk.com/images/emoji/D83DDE01.png',
'http://vk.com/images/emoji/D83DDE02.png',
'http://vk.com/images/emoji/263A.png',
'http://vk.com/images/emoji/D83DDE03.png',
'http://vk.com/images/emoji/D83DDE04.png',
'http://vk.com/images/emoji/D83DDE05.png',
'http://vk.com/images/emoji/D83DDE07.png',
'http://vk.com/images/emoji/D83DDE08.png',
'http://vk.com/images/emoji/D83DDE06.png',
'http://vk.com/images/emoji/D83DDE09.png',
'http://vk.com/images/emoji/D83DDE0B.png',
'http://vk.com/images/emoji/D83DDE0A.png',
'http://vk.com/images/emoji/D83DDE0C.png',
'http://vk.com/images/emoji/D83DDE0D.png',
'http://vk.com/images/emoji/D83DDE0F.png',
'http://vk.com/images/emoji/D83DDE11.png',
'http://vk.com/images/emoji/D83DDE0E.png',
'http://vk.com/images/emoji/D83DDE10.png',
'http://vk.com/images/emoji/D83DDE12.png',
'http://vk.com/images/emoji/D83DDE13.png',
'http://vk.com/images/emoji/D83DDE14.png',
'http://vk.com/images/emoji/D83DDE17.png',
'http://vk.com/images/emoji/D83DDE15.png',
'http://vk.com/images/emoji/D83DDE18.png',
'http://vk.com/images/emoji/D83DDE16.png',
'http://vk.com/images/emoji/D83DDE19.png',
'http://vk.com/images/emoji/D83DDE1A.png',
'http://vk.com/images/emoji/D83DDE1C.png',
'http://vk.com/images/emoji/D83DDE1B.png',
'http://vk.com/images/emoji/D83DDE1D.png',
'http://vk.com/images/emoji/D83DDE1F.png',
'http://vk.com/images/emoji/D83DDE20.png',
'http://vk.com/images/emoji/D83DDE1E.png',
'http://vk.com/images/emoji/D83DDE21.png',
'http://vk.com/images/emoji/D83DDE23.png',
'http://vk.com/images/emoji/D83DDE24.png',
'http://vk.com/images/emoji/D83DDE25.png',
'http://vk.com/images/emoji/D83DDE22.png',
'http://vk.com/images/emoji/D83DDE26.png',
'http://vk.com/images/emoji/D83DDE27.png',
'http://vk.com/images/emoji/D83DDE29.png',
'http://vk.com/images/emoji/D83DDE28.png',
'http://vk.com/images/emoji/D83DDE2A.png',
'http://vk.com/images/emoji/D83DDE34.png',
'http://vk.com/images/emoji/D83DDE2B.png',
'http://vk.com/images/emoji/D83DDE2C.png',
'http://vk.com/images/emoji/D83DDE2D.png',
'http://vk.com/images/emoji/D83DDE2E.png',
'http://vk.com/images/emoji/D83DDE31.png',
'http://vk.com/images/emoji/D83DDE30.png',
'http://vk.com/images/emoji/D83DDE2F.png',
'http://vk.com/images/emoji/D83DDE32.png',
'http://vk.com/images/emoji/D83DDE35.png',
'http://vk.com/images/emoji/D83DDE37.png',
'http://vk.com/images/emoji/D83DDE33.png',
'http://vk.com/images/emoji/D83DDE36.png',
'http://vk.com/images/emoji/D83DDE39.png',
'http://vk.com/images/emoji/D83DDE3C.png',
'http://vk.com/images/emoji/D83DDE3B.png',
'http://vk.com/images/emoji/D83DDE3A.png',
'http://vk.com/images/emoji/D83DDE3E.png',
'http://vk.com/images/emoji/D83DDE3F.png',
'http://vk.com/images/emoji/D83DDE3D.png',
'http://vk.com/images/emoji/D83DDE40.png',
'http://vk.com/images/emoji/D83DDE38.png',
'http://vk.com/images/emoji/D83DDE48.png',
'http://vk.com/images/emoji/D83DDE4A.png',
'http://vk.com/images/emoji/D83DDE49.png',
'http://vk.com/images/emoji/D83DDC49.png',
'http://vk.com/images/emoji/D83DDC4C.png',
'http://vk.com/images/emoji/D83DDC48.png',
'http://vk.com/images/emoji/D83DDC4A.png',
'http://vk.com/images/emoji/D83DDC4E.png',
'http://vk.com/images/emoji/D83DDC4B.png',
'http://vk.com/images/emoji/D83DDC4D.png',
'http://vk.com/images/emoji/D83DDC4F.png',
'http://vk.com/images/emoji/261D.png',
'http://vk.com/images/emoji/270B.png',
'http://vk.com/images/emoji/270A.png',
'http://vk.com/images/emoji/270C.png',
'http://vk.com/images/emoji/D83DDC8B.png',
'http://vk.com/images/emoji/D83DDC94.png',
'http://vk.com/images/emoji/D83DDC95.png',
'http://vk.com/images/emoji/D83DDC96.png',
'http://vk.com/images/emoji/2665.png',
'http://vk.com/images/emoji/D83DDC9C.png',
'http://vk.com/images/emoji/D83DDC99.png',
'http://vk.com/images/emoji/D83DDC9A.png',
'http://vk.com/images/emoji/D83DDC9B.png',
'http://vk.com/images/emoji/D83DDCA1.png',
'http://vk.com/images/emoji/D83DDCA3.png',
'http://vk.com/images/emoji/D83DDD25.png',
'http://vk.com/images/emoji/D83DDCA5.png',
'http://vk.com/images/emoji/D83DDCA6.png',
'http://vk.com/images/emoji/D83DDCA7.png',
'http://vk.com/images/emoji/D83DDC20.png',
'http://vk.com/images/emoji/D83DDC1F.png',
'http://vk.com/images/emoji/D83DDC3C.png',
'http://vk.com/images/emoji/D83DDC2F.png',
'http://vk.com/images/emoji/D83DDC28.png',
'http://vk.com/images/emoji/D83DDC13.png',
'http://vk.com/images/emoji/D83DDC05.png',
'http://vk.com/images/emoji/D83CDF3D.png',
'http://vk.com/images/emoji/D83CDF46.png',
'http://vk.com/images/emoji/D83CDF53.png',
'http://vk.com/images/emoji/D83CDF52.png',
'http://vk.com/images/emoji/D83CDF43.png',
'http://vk.com/images/emoji/D83CDF47.png',
'http://vk.com/images/emoji/D83CDF49.png',
'http://vk.com/images/emoji/D83CDF4A.png',
'http://vk.com/images/emoji/D83CDF4B.png',
'http://vk.com/images/emoji/D83CDF4C.png',
'http://vk.com/images/emoji/D83CDF4D.png',
'http://vk.com/images/emoji/D83CDF4E.png',
'http://vk.com/images/emoji/D83CDF4F.png',
'http://vk.com/images/emoji/D83CDF51.png',
'http://vk.com/images/emoji/D83CDF50.png',
'http://vk.com/images/emoji/D83CDF55.png',
'http://vk.com/images/emoji/D83CDF54.png',
'http://vk.com/images/emoji/D83CDF5F.png',
'http://vk.com/images/emoji/D83CDF64.png',
'http://vk.com/images/emoji/D83CDF69.png',
'http://vk.com/images/emoji/D83CDF6B.png',
'http://vk.com/images/emoji/D83CDF73.png',
'http://vk.com/images/emoji/D83CDF70.png',
'http://vk.com/images/emoji/D83CDF79.png',
'http://vk.com/images/emoji/D83CDF7A.png',
'http://vk.com/images/emoji/D83CDF78.png',
'http://vk.com/images/emoji/D83CDF7B.png',
'http://vk.com/images/emoji/D83CDF77.png',
'http://vk.com/images/emoji/D83CDF39.png',
'http://vk.com/images/emoji/D83CDF37.png',
'http://vk.com/images/emoji/D83CDF3B.png',
'http://vk.com/images/emoji/D83CDF38.png',
'http://vk.com/images/emoji/D83CDF3C.png',
'https://vk.com/images/emoji/D83DDD2A.png',
'http://vk.com/images/emoji/D83DDD2B.png',];

var nabor3 = ['http://smayly.ru/gallery/big/vkPanda/1.png',
'http://smayly.ru/gallery/big/vkPanda/7.png',
'http://smayly.ru/gallery/big/vkPanda/19.png',
'http://smayly.ru/gallery/big/vkPanda/8.png',
'http://smayly.ru/gallery/big/vkPanda/14.png',
'http://smayly.ru/gallery/big/vkPanda/26.png',
'http://smayly.ru/gallery/big/vkPanda/16.png',
'http://smayly.ru/gallery/big/vkPanda/5.png',
'http://smayly.ru/gallery/big/vkPanda/23.png',
'http://smayly.ru/gallery/big/vkPanda/40.png',
'http://smayly.ru/gallery/big/vkPanda/28.png',
'http://smayly.ru/gallery/big/vkPanda/20.png',
'http://smayly.ru/gallery/big/vkPanda/39.png',
'http://smayly.ru/gallery/big/vkPanda/24.png',
'http://smayly.ru/gallery/big/vkPanda/2.png',
'http://smayly.ru/gallery/big/vkPanda/6.png',
'http://smayly.ru/gallery/big/vkPanda/25.png',
'http://smayly.ru/gallery/big/vkPanda/27.png',
'http://smayly.ru/gallery/big/vkPanda/37.png',
'http://smayly.ru/gallery/big/vkPanda/13.png',
'http://smayly.ru/gallery/big/vkPanda/22.png',
'http://smayly.ru/gallery/big/vkPanda/3.png',
'http://smayly.ru/gallery/big/vkPanda/29.png',
'http://smayly.ru/gallery/big/vkPanda/18.png',
'http://smayly.ru/gallery/big/vkPanda/17.png',
'http://smayly.ru/gallery/big/vkPanda/31.png',
'http://smayly.ru/gallery/big/vkPanda/36.png',
'http://smayly.ru/gallery/big/vkPanda/11.png',
'http://smayly.ru/gallery/big/vkPanda/33.png',
'http://smayly.ru/gallery/big/vkPanda/21.png',
'http://smayly.ru/gallery/big/vkPanda/30.png',
'http://smayly.ru/gallery/big/vkPanda/10.png',
'http://smayly.ru/gallery/big/vkPanda/32.png',
'http://smayly.ru/gallery/big/vkPanda/34.png',
'http://smayly.ru/gallery/big/vkPanda/4.png',
'http://smayly.ru/gallery/big/vkPanda/12.png',
'http://smayly.ru/gallery/big/vkPanda/35.png',
'http://smayly.ru/gallery/big/vkPanda/38.png',
'http://smayly.ru/gallery/big/vkPanda/15.png',
'http://smayly.ru/gallery/big/vkPanda/9.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>Третий набор</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(\'[img]'+nabor2[i]+'[/img]\') />');
});
$.each(nabor3, function(i) {
$('div.t3').append('<img src="'+nabor3[i]+'" onclick=smile(\'[img]'+nabor3[i]+'[/img]\') />');
});
$('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>
<!--КОНЕЦ-->

<!--Обычная загрузка картинок-->
<script>
var oldIMG="<td id=\"button-image\" title=\"обычная загрузка\"><img onclick=\"bbcode('[img]','[/img]')\" src=\"/i/blank.gif\"/><b><p style=\"z-index:20;position:absolute;height14px;margin:-15px 0 0 22px;\">2</p></b></td>"
$("#button-image").after(oldIMG);
</script>
<!--Кнопки вверх и вниз-->
<a style="position: fixed; top: 330px; right: 85px; cursor: pointer; background-color: transparent !important;" id="Go_Top"><img src="http://funkyimg.com/i/UT6t.png" alt="Вверх"></a>

<a style="position: fixed; top: 390px; right: 70px; cursor: pointer; background-color: transparent !important;" id="Go_Bottom"><img src="http://funkyimg.com/i/UT6u.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 type="text/css">
    .yaxiko {
    color: #062042;   /* Цвет текста */
    margin-top: 2px;    /* Частично отступ сверху */
    margin-left: 38px; /* Отступ слева */
    width:180px;	/*Ширина поля для Описания */
    font-size: 87%;    /* Размер Шрифта (можно в пикселах */
    display:block;
    }
    #pun-crumbs1 .yaxiko,
    #pun-crumbs2 .yaxiko,
    #pun-index .yaxiko,
     div.post-links .yaxiko,
    #pun-main h1 .yaxiko{
    display:none;
    }
    </style>
<script type="text/javascript">
var opisymb='‡';
$("#pun a:contains('‡')").each(function (){
var ss = $(this).html();
ss=ss.replace('‡','<p class="yaxiko">')+'</p>';$(this).html(ss);
if ((document.URL.indexOf("viewtopic.php") == -1) && (document.URL.indexOf("post.php") == -1) && (document.URL.indexOf("edit.php") == -1)){$(this).find(".yaxiko").appendTo($(this).parents("td:first"))};});

$("#pun-viewtopic #pun-crumbs1 .crumbs:contains('‡'),#pun-main h1 span:contains('‡'),#pun-viewtopic #pun-crumbs2 .crumbs:contains('‡')").each(function (){
var ss = $(this).html();var n=ss.indexOf('‡');ss=ss.substring(0,n);$(this).html(ss);});


if (((document.URL.indexOf("edit.php?id")!=-1)||(document.URL.indexOf("post.php?fid")!=-1))&&($("input[name='req_subject']").html()!==null)&&($("#fld4").html()==null)) {
var str2="";

$("span.input:first").after('<br/><span>Тут можно ввести своё Описание Темы:<br/><input id="fld4" type="text" name="tryam" value="'+str2+'" size="80" maxlength="70" /></span>');
$("input[name='submit']").css({'display':'none'});
$("input[name='preview']").css({'display':'none'});

var str=$("input[name='req_subject']").val(),Dleng=str.length;
var L=str.indexOf('‡');

if(L!=-1){
 str0=str.substring(0,L-1);
 var str2=str.substring(L+1,Dleng);
 $("input[name='req_subject']").val(str0);
 $("input[name='req_subject']").remove().appendTo(".input:first");
 $("#fld4").val(str2);
}

if ($("#pustoj").html()==null){$("input[value='Отправить']").after('<input type="button"  id="pustoj" class="button" name="pustoj" value="Отправить" />');}

if ($("#pustoj2").html()==null){$("input[value='Посмотреть']").after('<input type="button"  id="pustoj2" name="pustoj2" value="Посмотреть"/>');}

$("input[name='pustoj2']").click(function (){
 if($("#main-reply").val()==''){alert('"Сообщение" это поле обязательно для заполнения в этой форме.');return};
    $("input[name='req_subject']").css({'color':''+$("input[name='req_subject']").css("background-color")+''})
var str=$("input[name='req_subject']").val(),str1;  str1=$("#fld4").val(); if (str!=""&&str1!=""){
  str+=" "+opisymb+str1;$("input[name='req_subject']").val(str);$("#fld4").remove();};
$("input[name='preview']").click();});

$("input[name='pustoj']").click(function (){
 if($("#main-reply").val()==''){alert('"Сообщение" это поле обязательно для заполнения в этой форме.');return};
    $("input[name='req_subject']").css({'color':''+$("input[name='req_subject']").css("background-color")+''})
var str=$("input[name='req_subject']").val(),str1;  str1=$("#fld4").val(); if (str!=""&&str1!=""){
  str+=" "+opisymb+str1;$("input[name='req_subject']").val(str);$("#fld4").remove();};
$("input[name='submit']").click();});
}
</script><!-- Конец/Описание темы в форуме  -->



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

<script type="text/javascript">
  WebFontConfig = {
    google: { families: [ 'Philosopher::latin,cyrillic' ] }
  };
  (function() {
    var wf = document.createElement('script');
    wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
      '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
    wf.type = 'text/javascript';
    wf.async = 'true';
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(wf, s);
  })(); </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">
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>



<!-- Всплывающая таблица с вкладками, в топике, с инфой о персонаже -->
<style type="text/css">
/*Подвижка иконки*/
img.a-info{
  margin-top: -53px!important;
  margin-left: 23px!important;
  width:204px;  /*Размер иконки*/
}
/*Подвижка всплывающей подсказки иконки*/
.tipsy.a-info{
  margin-top: -41px!important;
  margin-left:-26px!important;
  font: normal normal 400 11px/16.5px Verdana;
}
/*сдвиг таблицы*/ .my-tabs{
  margin-top: -73px;  /*сдвиг таблицы вверх от положения иконки*/
  margin-left:245px;  /*сдвиг таблицы вправо от положения иконки*/
}
/*Цвет фона и бордюров таблицы*/
.my-tabs>.tab-a,.my-tabs>span{
  background:#fbeed6!important;
   border-color: #fad58c!important;
}
.my-tabs>span {text-shadow: 0px 0px 0px rgba(0,0,0,.4);
font-family: arial, sans-serif;}
</style>
<link rel="stylesheet" type="text/css" href="https://forumstatic.ru/files/0015/1b/e3/66919.css" />
<script img-data="http://img-fotki.yandex.ru/get/4706/119528728.a50/0_969f0_f4dd0f9a_S" src="https://forumstatic.ru/files/0013/44/56/57946.js" forum="16"></script>
<!--//End//Всплывающая таблица с вкладками, в топике, с инфой о персонаже// -->



<!-- HTML низ -Cпойлер cкрытия Инфы под N-кнопок в Профиле Топика -->
    <script>
    var a1 = 1	// 0 - спойлер-аккордеон, 1 - вертикальный спойлер; 3 - обычный спойлер
    var a2 = 1	// 0 - Скрытие первой вкладки; 1 - Показ первой вкладки;
    var a3 = 0     // Резкость Открытия: 0 - Плавно; 1 - Резко;
    var LiArr=new Array(
    //При наличии двух косых => // в начале пункта, - пункт не скрывается.
    //"pa-author",     //Ник-Нейм
    //"pa-avatar",     //Аватар
    //"pa-title",      //статус
    // 1 кнопка - ссылка на Картинку
    //В квадратных скобках, прямо к ссылке можно добавить своё описание (по желанию)
    "http://funkyimg.com/i/UTk6.jpg[Описание 1]",
   "pa-avatar",     //Аватар
    // 2 кнопка- ссылка на Картинку
    "http://funkyimg.com/i/UTk6.jpg",

    "pa-from",       //Откуда
      "pa-fld3",       //Доп.Поле.2
   "pa-fld4",       //Доп.Поле.2
  // 3 кнопка- ссылка на Картинку
"http://funkyimg.com/i/UTk6.jpg",


"pa-fld5",       //Доп.Поле.5
    "_End"); SetProvilSpoil(a1,a2,a3);
    </script>
    <!--Конец//=Cпойлер cкрытия Инфы под N-кнопок в Профиле Топик-->


<style type="text/css">.mini_awards_label, .mini_awards {display: none;} #awrdbut * {cursor: pointer; }</style>
  <script>
(function () {
      var awards_button = "<img src='http://funkyimg.com/i/UTkJ.png' title='подарочки'>";
      function awards_spoiler() {
          $(".pa-awards").prepend("<span id='awrdbut'>"+awards_button+"</span>");
          $("#awrdbut > *").click(function(){$(this).parents(".pa-awards").find(".mini_awards_label, .mini_awards").toggle("slow");});
      }
      var t=0;  var time_func = setInterval(function(){ t++;
          if (t>100) { clearInterval(time_func); return; } 
          if ($(".pa-awards").length) { clearInterval(time_func); awards_spoiler() }
      },100);
}())
  </script></div>
</div>

</div>
</div>
</div>

<style type="text/css"></style>
<script type="text/javascript">
$('textarea.limit3000').bind('keydown keypress keyup', function(e) {
	if($(this).val().length>3000) {
    $(this).val($(this).val().substr(0,3000));
    alert('Максимальное количество символов для этого поля - 3000.');
	}
});
</script>

0


Вы здесь » Delirium | Heart Paralysis » Тестовый форум » Дизы


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