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

Avalon

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

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


Вы здесь » Avalon » Шабаш » Лысая гора » старый диз


старый диз

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

1

..

0

2

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

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

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

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

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

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

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

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

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

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

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


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


/* A3.1 */
body {
  font-size: 103.50%;
  overflow-x: hidden;
  }

/* A3.2 */
.punbb {
  font: normal 69.75% verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  }

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

/* A3.4 */
.punbb h1, .punbb h2, .punbb h3, .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: none
  }

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



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

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

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


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

/* A5.1 */
#pun {
margin: auto;
width: 1062px;
  float: top center;
}

/* A5.2 */
.punbb {
height: auto;
 width: 900px;
  margin-left: 80px;
  height: auto;
 }

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

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

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

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

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

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

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

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

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

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

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

/* B1.2 */
.punbb .post-sig dt {

  display: block;

  border-top: 1px solid #afa882!important;

  width: 450px;

  margin: 2px 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;
  }

/* Цитата и выделить код */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
  margin: 0.4em 1.1em 0.4em 1.1em;}

/* B1.8 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
  display: block;
  padding-bottom: 0.6em;
  margin-top: -5px;
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;}



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

/* B2.1 */
.punbb .info-box {
  padding: 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%;
  }

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

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  text-align: center;
  width: 6%;
  font-size: 11px;
  }

/* C2.3 */
.punbb .main .tcr {
  overflow: hidden;
  width: 23%;
  }

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

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
  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 {
   margin-top: 11px;
   margin-left: 1px;
font: 700 14pt "Oranienbaum" !important;
 text-transform: uppercase;
color: #184b30!important;
    text-shadow: 1px 0px 6px #6c967f!important;
width: 378px;
 line-height: 20px;
}


#pun-index .tcl h3  a{   
color: #184b30!important;
    text-shadow: 1px 0px 6px #6c967f!important;
width: 378px;
    line-height: 20px;
    text-decoration: none !important;
font: 700 14pt "Oranienbaum" !important;
 text-transform: uppercase;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: bold;}

#pun-index .tcl h3 a:hover, #pun-index .tcl h3 a:focus, #pun-index .tcl h3 a:active{
font: 700 14pt "Oranienbaum" !important;
 text-transform: uppercase;
    color: #8c8b5b!important;
text-shadow: 1px 0px 6px #d4d9a4!important;
 -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  }


/* 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.3em 0em;
  }

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

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




/* ЗНАЧОК ПЕРЕД НАЗВАНИЕМ ТЕМЫ МЕЛКИЙ НА ГЛАВНОЙ 
-------------------------------------------------------------*/
/* C2.14 */
.punbb tbody.hasicon td.tcl { padding-left: 1.2em; }
.hasicon tr .tcr a {background-image: url("");
background-repeat: no-repeat;
background-position: left top;
padding-left: 1px; }


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

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

/* C3.2 */
.punbb .post h3 {

  }

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

/* C3.4 */
/* НУМЕРАЦИЯ ПОСТОВ*/

.punbb .post h3 strong {
  float: right;
  width: 5em;
margin-left: -30px;
  margin-right: 25px;
    margin-top: 31px !important;
   font-family: Arial;
    font-size: 11px;
color: #bec18b;
text-shadow: 1px 0px 2px #08312a;
}

/* C3.5 */
.punbb .post .post-author {
float: left;
width: 214px;
margin-top: -6px;
margin-left: 10px;
overflow: hidden;
  }

/* C3.6 */
/* ОФОРМЛЕНИЕ ПРОФИЛЯ
-------------------------------------------------------------*/
.punbb .post .post-author ul, .punbb .post .post-author p {
padding: 0em 0em 0em 0em;
line-height: 140%;
font-size: 9px;
text-align: center;
}

/* C3.7 */
/* ПРОФИЛЬНЫЙ НИК, ниже при наведении
-------------------------------------------------------------*/
.pa-author { font-weight: bold;}

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

/* C3.9 */
/* СТАТУС В ПРОФИЛЕ */
li.pa-title {
  padding-bottom: 0.4em;
  font-weight: bold;
  text-align: center;
  }

/* ОНЛАЙН В ПРОФИЛЕ */
li.pa-online {
  line-height: 0.8em;
  border-left-style: solid;
  border-left-width: 0.7em;
  padding-left: 0.4em;
  margin-top: 0.7em;
  }

/* C3.11 */
/* ПОЛОЖЕНИЕ БЛОКА С ПОСТОМ 
-------------------------------------------------------------*/
.punbb .post-body {
  margin-left: 240px;
  border-left-style: solid;
  border-left-width: 1px;
  padding: 0 10px 1px 0;
text-align: justify;
  }


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

/*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;
font-weight: bold !important;
font-weight: normal;
font-family: Old Standard TT;
 font-size: 12px;
  }

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



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

/* D1.2 */

#pun-title h1 {display : none;}
  }

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

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



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

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


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

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

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

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

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

/* D3 Forum navigation, отвечает за навигацию на форуме
меню общей навигации
-------------------------------------------------------------*/

/* D3.1 */
#pun-navlinks, #pun-navlinks .container {
width: 880px;
margin-left: 1px;
margin-top: -117px;
text-align: center;
  }


/* D3.2 */
/* ПОЛОЖЕНИЕ МЕНЮ ОБЩЕЙ НАВИГАЦИИ
-------------------------------------------------------------*/
#pun-navlinks .container {  padding: 0.7em 1em;  }


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

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



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

/* D4.1 */
#pun-ulinks  {
width: 100%; 
margin-top: 6px;
margin-bottom: 10px;
text-align: center;
margin-left: 0px;
font-color: #8e9e74;
 }

/* D4.2 */
#pun-ulinks .container {
  border-top: none;
  padding: -3em -5em;

  }

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  display: inline;
  border-left-style: solid;
  border-left-width: 1px;
  white-space: nowrap;
text-transform: none;
  font-size: 11px;
  font-color: #8e9e74;
  }

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

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

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

/* D5.1 */
/* ПОЛОЖЕНИЕ БЛОКА ПРИВЕТСТВИЯ ГОСТЯ И ВРЕМЕНИ ПОСЛЕДНЕГО ВИЗИТА*/
#pun-status, #pun-status .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* D5.2 */
#pun-status .container {
  padding: 0.8em 1em 1em 1em;
font-family: Oranienbaum;
    font-size: 12px;
    letter-spacing: 1px;
    color: #184b30;
    text-shadow: 1px 0px 6px #6c967f;
  }

/* 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;
 font-weight: normal;
font-family: Oranienbaum;
    font-size: 14px;
    letter-spacing: 1px;
    color: #184b30;
    text-shadow: 1px 0px 6px #6c967f;
  }

/* 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;
font-weight: normal;
font-size: 10px; /* размер текста */
  clear: both;
  line-height: 150%;
  }

/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
  text-align: right;
font-weight: normal;
font-size: 10px; /* размер текста */
  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%;

 text-shadow: 1px 0px 2px #dde2a8!important;
  }

/* 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; 
line-height: 100%; 
padding: 2em 2em 1em 1em; /* отступы вверх, вправо, вниз, влево */
  }

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

/* D8.6 */
/* НАЧЕРТАНИЕ НИЖНЕГО НАЗВАНИЯ ФОРУМ-КАТЕГОРИЯ-ТЕМ*/
#pun-crumbs2 {
  font-weight: normal;
  overflow: hidden;
  margin-bottom: 2px;
  border-bottom: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
padding: 0.8em 1em;
 font-weight: normal;
font-family: Oranienbaum;
    font-size: 14px;
    letter-spacing: 1px;
    color: #184b30;
    text-shadow: 1px 0px 6px #6c967f;
  }

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

/* -------------------------------------------------------------------------------------------------------- 
ДАЛЕЕ ПЛЮШЕЧКИ
------------------------------------------------------------------------------------------------------------*/


/* КОЛИЧЕСТВО СТРАНИЦ
-------------------------------------------------------------*/
.pagelink {
text-transform:uppercase!important; /* регистр */
font-family: Oranienbaum!important;
font-size: 12px;
letter-spacing: 1px; /* расстояние между буквами */
color: #184b30!important;
    text-shadow: 1px 0px 6px #6c967f!important;
}


/* ОТВЕТИТЬ, НОВЫЕ ТЕМЫ И ОПРОС
-------------------------------------------------------------*/
#pun-main .postlink {
text-transform:uppercase!important;/* регистр */
font-weight: bold !important;
font-weight: normal;
font-family: Old Standard TT;
font-size: 14px;
letter-spacing: 1px; /* расстояние между буквами */
color: #184b30!important;
    text-shadow: 1px 0px 6px #6c967f!important;
}

/* ПЛЮСИКИ ПОСТОВ, ОЦЕНКА ПОСТОВ
-------------------------------------------------------------*/
.post-rating .container a {
text-transform:uppercase!important; /* регистр */
font-family: Oranienbaum;
font-size: 18px;
letter-spacing: 1px; /* расстояние между буквами */
color: #614f30!important;
text-shadow: 1px 0px 6px #bda97d!important; 
}


/* ТАБЛИЦЫ В ПОСТАХ БЕЗ ГРАНИЦ
-------------------------------------------------------------*/
.post-content td { border:none transparent !important;}


/* УБРАТЬ ССЫЛКИ РУСФФ
-------------------------------------------------------------*/
#pun-live-rusff {display: none;} 


/* СКРЫТЬ МОДЕРОВ С ГЛАВНОЙ
-------------------------------------------------------------*/
#pun td .modlist{display:none;}


/* УБРАТЬ МОИ ЗАГРУЗКИ ИЗ МЕНЮ
-------------------------------------------------------------*/
#pun-ulinks .container li.item5 {display: none;}


/* УБРАТЬ "РЕДАКТИРОВАННО" И "НАГРАДЫ"
-------------------------------------------------------------*/
li#navawards, .lastedit {display: none;}


/*КАТЕГОРИИ БЛОКОМ*/
thead {display: none;}

#pun-index .category tr>.tc2,
#pun-index .category tr>.tc3,
#pun-index .category tr>.tcr,
#pun-index .category tr>th {
  display:none !important;
}

#pun-index .category tr { width: 380px;     /*ширина поля, чем уже форум, тем меньше должно быть значение*/
    margin-bottom: 5px;     /* отступ снизу */
    margin-top: 5px;     /* отступ сверху */
    max-height: 160px;
    display: inline-block;
background: url(http://funkyimg.com/i/2EzVo.png) 0 top no-repeat, 
url(http://funkyimg.com/i/2EzVm.png) 0 bottom no-repeat, 
url(http://funkyimg.com/i/2EzVk.png) 0 top repeat-y;
min-height: 160px;
margin-left: 46px;     /* сдвиг влево */
}
#pun-index .category tr .Tems_And_messages {
display: none;
}

    /* ОПИСАНИЕ ВНУТРИ КАТЕГОРИИ */

#opisanieforum {
height: 60px !important;
width: 355px;
font-family:verdana;
    text-align: justify;
    line-height: 9px;
    font-size: 12px;
font-style: none;
color: #827c3a;
text-shadow: 0px 1px 0px #dfd8b3!important;
padding: 10px 10px 3px 6px;  /* отступы вверх, вправо, вниз, влево */
}

#opisanieforum a {
color: #83754d;}

#opisanieforum a:hover  {
color: #818c5d;}

/* низюля */

#pun-index .category tr .bottom {
width: 355px;
margin-left: 1px;
margin-top: 5px;
margin-right: 0px !important;
line-height: 11px;
    font-size: 10px;
    margin-right: 0px !important;
    font-family: verdana;
 color: #6e6d40!important;
    text-shadow: 1px 0px 6px #d5d4a9!important;
vertical-align: top;
text-align: right!important;
padding: 5px;
}

.punbb .category tr .bottom a{
width: 355px;
opacity: 1;
font-variant: small-caps;
font-size: 12px;
text-align: right!important;
 color: #6e6d40!important;
    text-shadow: 1px 0px 6px #d5d4a9!important;
}
.punbb .category tr .bottom a:hover{
  opacity:0.6;
}

/* магия нерасползайка */
textarea {
-ms-text-size-adjust: 200%;
    -moz-text-size-adjust: 200%;
    -webkit-text-size-adjust: 200%;
}

0

3

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

/* ФОН, ЗАДНИЙ ФОН */
body {background: 
  url("https://forumstatic.ru/files/0007/e7/af/71689.png") center; /* ОБЩИЙ ЗАДНИЙ ФОН */
background-color : #0c1311; /* ЦВЕТ ФОНА */
}


/* ШАПКА, КРЫША, ВЕРХ ФОРУМА*/
#pun-title table {
background-image : url("https://forumstatic.ru/files/0007/e7/af/21325.png"); /* картинка шапки */
background-repeat : no-repeat;
background-position: center top;
border: none;
height: 591px;
width: 1062px;
margin-left: -81px; /* совпадает обычно с отступом текста, если шапка не шире контента */
margin-top: -10px;
}

/* ПОЛОЖЕНИЕ РЕКЛАМЫ */
#pun-title table tbody tr .title-logo-tdr {position: absolute; z-index: 1; left: 500px; top: 170px; }



/* КОНТЕНТ, ПАН ИЛИ "ТЕЛО" ФОРУМА */
#pun { background-color: #c2c594; /* обязательно надо настраивать приятный цвет, ибо некоторые сидят с телефонов без картинок */
background-image: url("https://forumstatic.ru/files/0007/e7/af/52236.png");
}



/* ФУТЕР, ПОДВАЛ, КОПИРАЙТ, НИЗ ФОРУМА */
#pun-about p.container {
    background: url(https://forumstatic.ru/files/0007/e7/af/12666.png) transparent no-repeat;
    width: 1062px;
    height: 90px;
    margin: -30px 0 -30px -81px;/* отступы вверх, вправо, вниз, влево */
    text-align: center;
    line-height: 1;
    font-size: 9px;
}
 /* регулировать отступ снизу, коль появляется контент под футером */
div#pun-about { margin-bottom: 0px; }


/* 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: #1d4033;
  }

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

/* CS1.3 */
#pun-main #post-form h2, #pun-main h1 {
font-family: Oranienbaum;
text-align: center;
font-size: 12px;
letter-spacing: 1px; /* расстояние между буквами */
color: #2f5c48;
text-shadow: 1px 0px 6px #b3b27b; 
text-transform: uppercase;
}

/* CS1.4 */
#pun-title, #pun-title .container, .punbb .modmenu .container {
  background-image: url();
 color: #163c29;
  }

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

/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
  background-image: url();
    color: #173827
  }

/* CS1.7 */
.punbb textarea, .punbb select  { 
background-image: url(https://forumstatic.ru/files/0007/e7/af/70951.png);
}

/* CS1.8 */

.offline li.pa-online strong {
  background-image: url(https://forumstatic.ru/files/0007/e7/af/53919.png);
  font-weight: normal
  }



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

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

.punbb textarea, .punbb select, .punbb input {
border-color: transparent;
  }

/* CS3 Links
-------------------------------------------------------------*/
/* простые ссылки до наведения */
.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: #5f6b47;

text-decoration: none;
text-transform: none;

}

/* простые ссылки после нав */
.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: #2d5942; text-shadow:  0 0 20px #d8dab6;opacity: 1.0; 
/* плавность смены */
transition-duration:.9s; -moz-transition-duration:.9s; -webkit-transition-duration:.9s; -o-transition-duration:.9s; }


/* общее меню форума до наведения */
#pun-navlinks a  {
text-align: center;    position: relative;  /* положение текста */
font-family: 'Adventure';
    color: #a2a571;
font-size: 14px !important;
    font-weight: normal !important;
    text-transform: lowercase;
letter-spacing: 4px;  /* расстояние между буквами */
text-shadow: 1px 0px 6px #393c1e; /* тень текста */
opacity: 0.7;
}

/* общее меню форума после нав */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
color: #6c7f4f;
opacity: 0.9; /* прозрачность, 1 непрозрачная, нуль прозрачная */ }

/* подссылки меню до наведения */
#pun-ulinks a  {text-align: center;  position:relative;
z-index:2000 !important;
letter-spacing: 2px;
font-size: 10px !important;
    font-family: 'arial';
font-weight: normal !important;
    text-transform: lowercase; /* регистр нижний */
font-weight: 700;
color: #737746; text-shadow: #212316; 
opacity: 0.9; 
}

/* ссылки подменю после нав */
#pun-ulinks a:hover, #pun-ulinks a:focus, #pun-ulinks a:active {  
color: #163b2e;
text-shadow: #d9dbb9;
/* прозрачность */ 
}


/* CS5 Post categorys
-------------------------------------------------------------*/
#pun-category1.category h2 {
background: url(https://forumstatic.ru/files/0007/e7/af/21865.png);
height: 79px;
width: 956px;
margin-left: -27px;
border-style: none;
font-size:0 !important;
}

#pun-category2.category h2 {
background: url(https://forumstatic.ru/files/0007/e7/af/90849.png);
height: 79px;
width: 956px;
margin-left: -27px;
border-style: none;
font-size:0 !important;
}

#pun-category3.category h2 {
background: url(https://forumstatic.ru/files/0007/e7/af/12894.png);
height: 79px;
width: 956px;
margin-left: -27px;
border-style: none;
font-size:0 !important;
}

#pun-category4.category h2 {
background: url(https://forumstatic.ru/files/0007/e7/af/13699.png);
height: 79px;
width: 956px;
margin-left: -27px;
border-style: none;
font-size:0 !important;
}


#pun-category5.category h2 {
background: url(https://forumstatic.ru/files/0007/e7/af/76693.png);
height: 79px;
width: 956px;
margin-left: -27px;
border-style: none;
font-size:0 !important;
}

#pun-category6.category h2 {
background: url(https://forumstatic.ru/files/0007/e7/af/14624.png);
height: 79px;
width: 956px;
margin-left: -27px;
border-style: none;
font-size:0 !important;
}

#pun-category7.category h2 {
background: url(https://forumstatic.ru/files/0007/e7/af/74788.png);
height: 79px;
width: 956px;
margin-left: -27px;
border-style: none;
font-size:0 !important;
}

#pun-category8.category h2 {
background: url(https://forumstatic.ru/files/0007/e7/af/21611.png);
height: 79px;
width: 956px;
margin-left: -27px;
border-style: none;
font-size:0 !important;
}
#pun-category9.category h2 {
background: url(https://forumstatic.ru/files/0007/e7/af/83482.png);
height: 79px;
width: 956px;
margin-left: -27px;
border-style: none;
font-size:0 !important;
}
#pun-category10.category h2 {
background: url(https://forumstatic.ru/files/0007/e7/af/44991.png);
height: 79px;
width: 956px;
margin-left: -27px;
border-style: none;
font-size:0 !important;
}

#pun-category11.category h2 {
background: url(https://forumstatic.ru/files/0007/e7/af/94643.png);
height: 79px;
width: 956px;
margin-left: -27px;
border-style: none;
font-size:0 !important;
}

#pun-category12.category h2 {
background: url(https://forumstatic.ru/files/0007/e7/af/17144.png);
height: 79px;
width: 956px;
margin-left: -27px;
border-style: none;
font-size:0 !important;
}
/* CS4 Post status icons
 -------------------------------------------------------------*/

/* ИКОНКА СТАРЫХ СООБЩЕНИЙ */
 .punbb table Div.icon {
float: left; border-style: none; background-image: url(https://forumstatic.ru/files/0007/e7/af/70533.png);  background-repeat: no-repeat; }
TR.inew Div.icon {background: url(https://forumstatic.ru/files/0007/e7/af/68786.png) no-repeat; 
}
TR.isticky Div.icon {background: url(https://forumstatic.ru/files/0007/e7/af/20488.png) no-repeat;
}
TR.iclosed Div.icon {background: url(https://forumstatic.ru/files/0007/e7/af/78449.png) no -repeat; 
}
.punbb div.icon {
width: 76px; height: 76px;
padding-left: 1px;
}

#pun-index .icon {
margin-top: 30px; 
    width: 76px;
    height: 77px;
padding: 0px;
margin-left: -8px !important;
}

/* МЕНЮ АМС*/
.punbb-admin #pun-admain h2 {background-position : center;
  background-color: transparent;
  color:#186457;
font-style: normal;}

/* СТАТИСТИКА*/
#pun-stats.section h2 { 

border-style: none;
font-size:0 !important;
color: transparent;
background-color: transparent;
background: url(https://forumstatic.ru/files/0007/e7/af/97631.png);
height: 79px;
width: 956px;
margin-left: -27px;
padding-left: 0px;
background-position: center;
background-repeat: no-repeat;
font-size: 0px;}


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


/* скрыть названия форумытемысообщ*/
.category .container thead {display: none;}


/*Подвижка приветствия*/
#pun-status {
  position:relative;
  z-index:2;
  margin-top:10px;
}

#pun-status .container {
margin-top: 0px!important;
text-align: center;
}

/* ПРОФИЛЬ */


.punbb .post .post-author > ul {
background:url("https://forumstatic.ru/files/0007/e7/af/11398.png") 0 bottom no-repeat,  /* профиль низ */
url("https://forumstatic.ru/files/0007/e7/af/57060.png") 0 top no-repeat, /* профиль верх */
url("https://forumstatic.ru/files/0007/e7/af/73208.png") repeat-y; /* профиль середина */
padding: 33px 15px 10px 15px!important; /* вверх, вправо, вниз, влево */
}


/* НИК АВТОРА */
.pa-author a, .pa-author {
z-index: 5;
text-align: center; /* выравнивание */
text-shadow: 1px 2px #000000 !important; /* тень ника */
color: #8b8d69 !important;  /* цвет ника */
font:  700 14px "Oranienbaum" !important;  /* шрифт и размер ника */
letter-spacing: 3px;  /* расстояние между буквами */
text-transform: uppercase;  /* регистр */
padding-top: 0px !important;   /* отступ */
}

.post-author ul li a:hover  {
color: #c2c594!important;
text-shadow: 1px 2px #000000 !important; /* тень ника */
}


/* СТАТУС АВТОРА */
.pa-title {
text-align: center;
z-index: 1000;
font: small-caps 700 10px "Arial" !important;  /* все по шрифту */
color: #184b30;
text-shadow: 1px 0px 6px #6c967f;
letter-spacing: 1px;  /* расстояние между буквами */
padding-top: 16px!important;
}

/* АВАТАРКА */


li.pa-avatar img { 
text-align: center;
max-width: 190px !important;
box-shadow: 0px 0px 6px #082a12!important;  /* тень у аватарок */
}

/* ПОДАРКИ ПОЗИТИВ */
.post-author ul { text-align: center; font: small-caps 700 8pt "Arial" !important; }

/* АКТИВНОСТЬ НА ФОРУМЕ */
.pa-online { text-align: center; font: small-caps 700 7pt "Arial" !important; }



/* УВАЖЕНИЕ И КОЛ-ВО СООБЩЕНИЙ В БЛОКЕ ДО НАВЕДЕНИЯ */
.pa-respect, .pa-posts { display: inline-block;
text-align: center;
width: 70px;
color: #5f6b47;
font: small-caps 700 10px "Arial" !important;
letter-spacing: 1px;  /* расстояние между букв */
line-height: 13px;  /* расстояние между строк */

padding: 10px;  /* отступ внутри */
margin-bottom: 7px !important;
margin-top: 10px !important;
margin-left: -10px;
}

/* УВАЖЕНИЕ И КОЛ-ВО СООБЩЕНИЙ В БЛОКЕ ПОСЛЕ НАВЕДЕНИЯ */
.pa-respect a:hover, .pa-respect a:focus, .pa-respect a:active {
font-variant: small-caps; /* капитель */
color: #5f6b47;
}


/* БЫСТРЫЙ ОТВЕТ ИЗОБРАЖЕНИЕ */

#post-form h2 {
background: url("https://forumstatic.ru/files/0007/e7/af/52447.png") top center no-repeat;
width: 956px !important;
height: 88px;
margin-left: -39px;
}
#post-form h2 span { display: none;  
}

/*РАЗДЕЛИТЕЛЬ СООБЩЕНИЙ*/

h3 > span > a.permalink {
   margin-left: 80px;
    margin-top: 30px;
    position: absolute;
 font-family: Arial!important;
    font-size: 11px!important;
color: #bec18b!important;
text-shadow: 1px 0px 2px #08312a!important;}

#pun-main > div.linkst > div.postlink

#pun-viewtopic .post h3 span a {     font-weight: normal;
    font-family: Arial;
    font-size: 12px;}


#pun-viewtopic .post h3 {    
background: url(https://forumstatic.ru/files/0007/e7/af/89084.png) no-repeat scroll center top;
width: 956px !important;
height: 88px;
margin-bottom: -8px;
margin-left: -28px;
margin-top: -12px;

}

.punbb .post h3 .sharelink,
#topic-modmenu >p> span{
  display:none;
}

/*Фон под контейнеры в форме Ответа*/
#pun_wrap #post .container[id$="-area"]{
border: outset 1px #b88942!important;
border-radius: 5px;
background: url(https://forumstatic.ru/files/0007/e7/af/29970.png);
padding: 9px;
font: normal normal 400 12px/normal Arial;
}

/* авардс и репутация */
#pun-popup_awards div, #pun-reputation div {
background-color: #a19d6b;
background-image: url("https://forumstatic.ru/files/0007/e7/af/29970.png") !important;
}

/* ЦИТАТЫ И КОДЫ В СООБЩЕНИЯХ */
.punbb .quote-box, .punbb .code-box {
  margin: 0.2em 0.2em 0.2em 0.2em; /* сверху, справа, вниз, слева */
  padding: 10px;
  border-width: 0px;
  padding-bottom: 1px;
background-image: url("https://forumstatic.ru/files/0007/e7/af/38843.png");
  border: 3px double #8c8b5b
}


/* кнопки формы ответа */

.punbb input {
background-color: #50512b; 
border: 3px double #b2aa83;

cursor:pointer;

  color: #b2aa83;
  font-family: Arial!important;
  font-size:12px!important;

  letter-spacing: 1px;

}

.punbb input:hover, .punbb input:active {
background-color: #186457; 
border: 3px double #b2aa83;

cursor:pointer;

  color: #d0ce92;
  font-family: Arial!important;
  font-size:12px!important;
  letter-spacing: 1px;
 
}

.punbb select {
color: #1c564c;
text-align: left !important;
border: 3px double #928f5c !important;
background: url(http://funkyimg.com/i/2EAao.png);
box-shadow: inset 0px 0px 4px #717069;
   -webkit-box-shadow: inset 0px 0px 4px #756b41;
   -khtml-box-shadow: inset 0px 0px 4px #756b41;
   -moz-box-shadow: inset 0px 0px 4px #756b41;
  }


/* кнопки в форме ответа в центре */
#post .formsubmit {
    text-align: center;
}

/* выделение текста */
    ::selection { 
background: none repeat scroll 0 0 #19574c;
color: #ced29a;
opacity: 0.4;
}  
*::-moz-selection {
background: none repeat scroll 0 0 #7a7948;
color: #c8ca96;
opacity: 0.4;
}


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

::-webkit-scrollbar {
width: 6px;  /* вертикальная ширина полоски */
height: 4px; /* горизонтальная ширина полоски */
background-color: #7f7c55;
border:solid 1px #0f473d;
}

/* бегунок, тумб */
::-webkit-scrollbar-thumb{
background-color: #20534a;
}
/* ховер */
::-webkit-scrollbar-thumb:hover{
background-color: #bdb381; }

/* плавная cмена картинок в шапке */
.image.UP,
.image.Down {
   border:2px solid transparent;
   margin:0;
   padding:0;}
.image.UP{
opacity:1.0;
   display:block;
   position:absolute;z-index:100;
   transition-duration: 0.98s;
  -webkit-transition-duration: 0.98s;
  -moz-transition-duration: 0.98s;
  -o-transition-duration: 0.98s;
  -ms-transition-duration: 0.98s; /* IE9+ */}
.image.UP:hover {
   opacity:0.00;}
 
div.ImgWrap{
display:inline-block;
padding:0;margin:0;
background-position:center center;
background-repeat:no-repeat;}

/* ПРОЗРАЧНОСТЬ КАРТИНОК */
.Hoverbuttons {
opacity: 0.3; /* прозрачность до наведения */
transition: opacity 0.6s linear;  /* плавность */
-webkit-transition: opacity 0.6s linear;
-moz-transition: opacity 0.6s linear;
-ms-transition: opacity 0.6s linear;
-o-transition: opacity 0.6s linear;
border-radius: 0px;  /* уголки */

}
.Hoverbuttons:hover { opacity: 1;     /* прозрачность при наведении наведения */
}

/* исчезающая таблица СЛЕВА*/

.renoheader {
 background: #bfa686;
 }

.renoheaderhover {
width: 349px; 
height: 97px; 
opacity: 0.5; 
transition-duration: 1s;  
-moz-transition-duration: 1s;  
-webkit-transition-duration: 1s;  
-o-transition-duration: 1s;
margin-top: 354px!important;
margin-left: -4px!important;
position: absolute;
 }

.renoheaderhover:hover {
color: #bfa686;
width: 349px; 
height: 97px; 
background: url(https://forumstatic.ru/files/0007/e7/af/65357.png);
opacity: 1;
 }

.renoheadercontent {
width: 349px; 
height: 97px; 
background: url(https://forumstatic.ru/files/0007/e7/af/65357.png);
color: #3f4834; 
}


.news1 {
position: absolute;
width: 342px;
height: 86px;
top: -5px;
left: 1px;
text-align: center;
font-family: arial;
font-size: 10px;
font-weight: normal;
line-height: 11px;
letter-spacing: 0em;
word-spacing: 0em;
text-shadow: 1px 1px #000000 !important; /* тень*/
color: #8b8d69 !important;  /* цвет текста */
}


/* исчезающая таблица правый столбец*/


.bestheader {
 background: #bfa686;
 }

.bestheaderhover {
width: 348px; 
height: 109px; 
opacity: 0.5;
transition-duration: 1s;  
-moz-transition-duration: 1s;  
-webkit-transition-duration: 1s;  
-o-transition-duration: 1s;
margin-top: 341px!important;
margin-left: 554px!important;
position: absolute;
 }

.bestheaderhover:hover {
color: #bfa686;
width: 348px; 
height: 109px; 
background: url(https://forumstatic.ru/files/0007/e7/af/57332.png);
opacity: 1;
 }

.bestheadercontent {
width: 348px; 
height: 109px; 
background: url(https://forumstatic.ru/files/0007/e7/af/57332.png);
color: #3f4834; 
}

.news2{
position: absolute;
width: 337px;
height: 100px;
top: 18px;
left: 8px;
text-align: center;
font-family: arial;
font-size: 10px;
font-weight: normal;
line-height: 11px;
letter-spacing: 0em;
word-spacing: 0em;
text-shadow: 1px 1px #000000 !important; /* тень*/
color: #8b8d69 !important;  /* цвет текста */
}


/* копирайт */

.copyheader {
 background: #bfa686;
 }

.copyheaderhover {
width: 878px; 
height: 20px; 
opacity: 0;
transition-duration: 1s;  
-moz-transition-duration: 1s;  
-webkit-transition-duration: 1s;  
-o-transition-duration: 1s;
margin-top: -30px!important;
margin-left: 6px!important;
position: absolute;
 }

.copyheaderhover:hover {
color: #bfa686;
width: 878px; 
height: 20px; 
background: url(https://forumstatic.ru/files/0007/e7/af/14808.png);
opacity: 1;
 }

.copyheadercontent {
width: 878px; 
height: 20px; 
background: url(https://forumstatic.ru/files/0007/e7/af/14808.png);
color: #3f4834; 
}

.news3{
position: absolute;
width: 870px;
height: 20px;
top: 4px;
left: 2px;
text-align: center;
font-family: arial;
font-size: 10px;
font-weight: normal;
line-height: 11px;
letter-spacing: 0em;
word-spacing: 0em;
text-shadow: 1px 1px #000000 !important; /* тень*/
color: #8b8d69 !important;  /* цвет текста */
}

/* Затемняющий фон*/
#pre-wrap
{
    position: fixed;
    z-index: 10000;
    top: 0;right: 0;bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;
    margin: 0;

    background: rgba(0,0,0,.65);
}


/* Стиль вкладки(LI)*/
.my-tabs>.tab-a{
border:0 none!important;
max-width: 464px!important;
background:transparent none!important;
margin-top: -180px;
margin-left: 250px!important;
}

/*Подвижка иконки закрытия таблички*/
.my-tabs > img.close {
float:none!important;
position:absolute;
top: 15px;
right: 47px;
width: 21px !important;
cursor: pointer;
}

    /*Подвижка иконки*/
    img.a-info{
      margin-top: 5px!important;
      margin-left: 5px!important;
      width:27px;  /*Размер иконки*/
    }
    /*Подвижка всплывающей подсказки иконки*/
    .tipsy.a-info{
      margin-top: -1px!important;
      margin-left:-6px!important;
      font: normal normal 400 11px/16.5px Verdana;
    }
    /*сдвиг таблицы*/ .my-tabs{
      margin-top: -73px;  /*сдвиг таблицы вверх от положения иконки*/
      margin-left: 25%;  /*сдвиг таблицы вправо от положения иконки*/
    }
    /*Цвет фона и бордюров таблицы*/
    .my-tabs>.tab-a,.my-tabs>span{
      
    }

body{padding-right:0!important;}


/* Стиль "Ушка" вкладок */
.my-tabs>span{
position:relative;
z-index:200;
top:0;
margin:2px!important;
float:none!important;
width:20%!important; 
}

.my-tabs > .tab-a, .my-tabs > span {
    background: transparent!important;}

.tab-a .post-content {
margin-top: 3px !important;
margin-left: -5px !important;
text-align: left;
display: inline-block;
width: 560px!important;
height: 310px!important;
overflow-y: auto!important;
overflow-x: hidden;
}

li.tab-a{
 display:none;
}

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


/*Подвижка иконки закрытия таблички*/
.my-tabs > img.close {
 float:right;
 margin:0 -35px 0 0!important;/* отступы вверх, вправо, вниз, влево */
 width:27px;
}
/* Корневой таб(UL) */
.my-tabs{

width: 828px!important;
top: 0px;
display: block;
position: fixed;
height: 413px;
background-image: url(http://funkyimg.com/i/2Fkkm.png);
z-index:30000;
position:absolute;
max-height:413px;  /*максимальная высота таблички*/  /*максимальная высота таблички*/
}
/* ШРИФТ И СТИЛЬ БОКОВОГО МЕНЮ КНОПОК */
.my-tabs>span{
 opacity: 0.6;
cursor: pointer;
display: block !important;
position: relative;
z-index: 12;
height: 39px !important;
width: 199px !important;
margin-left: 12px !important;
margin-top: 32px !important;
margin-bottom: -18px !important;
text-align: center;
font-size: 18px !important;
font-family: 'Oranienbaum';
font-variant: small-caps !important;
font-weight: bold;
float: left;

vertical-align: middle !important;
color: #c2c594!important;

}
/* Cдвиг самого первого "Уха" */
.my-tabs>span:first-child{
 margin-left: 2px;
}
/* Активное "Ушко" */
.my-tabs>span.selected{
 opacity:1;
 border-bottom-color:transparent!important;
}


.pa-fld1 {
z-index: 1000;
margin-left: 50px!important;
margin-top: -33px !important;
width: 86px;
height: 20px !important;
position: absolute;
}
.pa-fld1 {
  opacity:0.6;
transition-duration: 1s;  
-moz-transition-duration: 1s;  
-webkit-transition-duration: 1s;  
-o-transition-duration: 1s;
}

.pa-fld1:hover{
opacity:1;
transition-duration: 1s;  
-moz-transition-duration: 1s;  
-webkit-transition-duration: 1s;  
-o-transition-duration: 1s;
}

/* ПЕРВ ВАР ХИРО */
.charachterhero {
    margin-top: 10px !important;
    width: 550px;
}
.herocitata {
   font-family: 'Oranienbaum' !important;
    font-style: italic !important;
    font-size: 12px !important;
    letter-spacing: 1px;
    line-height: 11px;
    text-align: center;
    text-transform: uppercase;
    width: 400px;
    word-spacing: 5px;
}
.heroart {
font-size: 14px !important;
font-family: 'Oranienbaum' !important;
font-style: italic !important;
font-weight: normal !important;
padding-top: 10px !important;
padding-bottom: 1px !important;
}
.heroart img {
border: 3px double #a2a571 !important;
    margin-left: 0px;
    max-width: 500px !important;
max-height: 450px !important;
}
.heroart img:hover {
border-radius:30px;
 -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}


.herocronol{
    font-size: 14px !important;
    font-family: 'tinos' !important;
font-style: italic !important;
font-weight: normal !important;
    padding-bottom: 0px;
    padding-top: 0px !important;
    text-align: center;
    text-align: justify;
    width: 500px;
}
.herocronol tsg {  
   font-family: 'Oranienbaum' !important;
    font-style: italic !important;
    font-size: 12px !important;
    letter-spacing: 1px;
    line-height: 11px;
    margin-left: 0;
    padding-bottom: 10px;
    padding-top: 10px !important;
    text-align: center;
    text-transform: uppercase;
    width: 400px;
    word-spacing: 5px;
}

.heroname {
    font-size: 16px !important;
    font-family: 'Oranienbaum' !important;
    text-transform: uppercase;
    font-weight: bold;
}
.heroage{
 font-size: 14px !important;
    font-family: 'tinos' !important;
font-style: italic !important;
font-weight: normal !important;
}
.herostorona{
 font-size: 14px !important;
    font-family: 'tinos' !important;
font-style: italic !important;
font-weight: normal !important;
}

/* ВТОРОЙ ВАР ОФОРМЛЕНИЯ ХИРО */

.charname1 {    
font-size: 18px !important;
    font-family: 'Oranienbaum' !important;
    text-transform: uppercase;
    font-weight: bold;}

.charnimagin1 img {
border-radius:30px;
    border: 3px double #38332e !important;
    width: 227px !important;
}

.charnimagin1 img:hover {
border-radius:30px;
 -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}


.charinfo1{     
font-size: 12px !important;
    font-family: 'Oranienbaum' !important;
    text-transform: uppercase;}


.charcitata1 { font-size: 14px !important;
    font-family: 'tinos' !important;
font-style: italic !important;
font-weight: bold !important;
}

/* АКЦИЯ ФЕИ */
.feiriaction{
position: relative;
z-index: 9999;
text-align: center;
overflow: hidden;
width: 550px;
height: 600px;
background: url(http://funkyimg.com/i/2J34S.png);
}

/* ВВОДНАЯ В АКЦИЮ */

.vvodnaya1{
position: absolute;
margin-left: 37px!important;
margin-top: 79px!important;
width: 480px;
height: 480px;
padding-right: 3px;
font-size: 16px !important;
    font-family: 'Oranienbaum' !important;
text-align: justify;
overflow-x: hidden;
text-shadow: 1px 1px #000000 !important; /* тень*/
color: #8b8d69 !important;  /* цвет текста */
}


/* БЕГУНОК В СТОЛБИКЕ ВВОДНОЙ*/
.vvodnaya1::-webkit-scrollbar { background: transparent; width: 3px; }
.vvodnaya1::-webkit-scrollbar-thumb { background: #14382d top center;
    background-position: center;
    background-repeat: no-repeat;
   }
.vvodnaya1::-webkit-scrollbar-track { background-color:#14221c; border-color: transparent; }

/* ПОЛЫНЬ*/

.polynaction{
position: relative;
z-index: 9999;
text-align: center;
overflow: hidden;
width: 550px;
height: 600px;
background: url(http://funkyimg.com/i/2J3mt.png);
}

/* ВВОДНАЯ В АКЦИЮ */

.polyn1{
position: absolute;
margin-left: 37px!important;
margin-top: 190px!important;
width: 480px;
height: 370px;
padding-right: 3px;
text-align: justify;
font-size: 16px !important;
    font-family: 'Oranienbaum' !important;
text-indent: 30px; /* Отступ первой строки в пикселах */
overflow-x: hidden;
text-shadow: 1px 1px #000000 !important; /* тень*/
color: #8b8d69 !important;  /* цвет текста */
}


/* БЕГУНОК В СТОЛБИКЕ ВВОДНОЙ*/
.polyn1::-webkit-scrollbar { background: transparent; width: 3px; }
.polyn1::-webkit-scrollbar-thumb { background: #14382d top center;
    background-position: center;
    background-repeat: no-repeat;
   }
.polyn1::-webkit-scrollbar-track { background-color:#14221c; border-color: transparent; }

.polinart{
position: absolute!important;
margin-left: 29px!important;
margin-top: 7px!important;
width: 260px;
height: 170px;
overflow: hidden;
}

.polinart img {
opacity: .7;
}

.polinart img:hover{
opacity:1;
transition-duration: 1s;  
-moz-transition-duration: 1s;  
-webkit-transition-duration: 1s;  
-o-transition-duration: 1s;
}

.polinname{
position: absolute!important;
margin-left: 297px!important;
margin-top: 22px!important;
width: 214px;
height: 155px;
overflow: hidden;
    font-family: arial;
    font-size: 10px;
    font-weight: normal;
    line-height: 11px;
    letter-spacing: 0em;
    word-spacing: 0em;
text-shadow: 1px 1px #000000 !important; /* тень*/
color: #8b8d69 !important;  /* цвет текста */
text-align: justify;
opacity:0.4;
}

.polinname:hover{
opacity:1;
transition-duration: 1s;  
-moz-transition-duration: 1s;  
-webkit-transition-duration: 1s;  
-o-transition-duration: 1s;
}

/* ЛЛЕН*/

.llendalinaction{
position: relative;
z-index: 9999;
text-align: center;
overflow: hidden;
width: 550px;
height: 600px;
background: url(http://funkyimg.com/i/2J3mt.png);
}

/* ВВОДНАЯ В АКЦИЮ */

.llendalin1{
position: absolute;
margin-left: 37px!important;
margin-top: 190px!important;
width: 480px;
height: 370px;
padding-right: 3px;
text-align: justify;
font-size: 16px !important;
    font-family: 'Oranienbaum' !important;
text-indent: 30px; /* Отступ первой строки в пикселах */
overflow-x: hidden;
text-shadow: 1px 1px #000000 !important; /* тень*/
color: #8b8d69 !important;  /* цвет текста */
}


/* БЕГУНОК В СТОЛБИКЕ ВВОДНОЙ*/
.llendalin1::-webkit-scrollbar { background: transparent; width: 3px; }
.llendalin1::-webkit-scrollbar-thumb { background: #14382d top center;
    background-position: center;
    background-repeat: no-repeat;
   }
.llendalin1::-webkit-scrollbar-track { background-color:#14221c; border-color: transparent; }

.llendalinart{
position: absolute!important;
margin-left: 29px!important;
margin-top: 7px!important;
width: 260px;
height: 170px;
overflow: hidden;
}

.llendalinart img {
opacity: .7;
}

.llendalinart img:hover{
opacity:1;
transition-duration: 1s;  
-moz-transition-duration: 1s;  
-webkit-transition-duration: 1s;  
-o-transition-duration: 1s;
}

.llendalinname{
position: absolute!important;
margin-left: 297px!important;
margin-top: 22px!important;
width: 214px;
height: 155px;
overflow: hidden;
    font-family: arial;
    font-size: 10px;
    font-weight: normal;
    line-height: 11px;
    letter-spacing: 0em;
    word-spacing: 0em;
text-shadow: 1px 1px #000000 !important; /* тень*/
color: #8b8d69 !important;  /* цвет текста */
text-align: justify;
opacity:0.4;
}

.llendalinname:hover{
opacity:1;
transition-duration: 1s;  
-moz-transition-duration: 1s;  
-webkit-transition-duration: 1s;  
-o-transition-duration: 1s;
}

/* Лисай*/

.lissaiaction{
position: relative;
z-index: 9999;
text-align: center;
overflow: hidden;
width: 550px;
height: 600px;
background: url(http://funkyimg.com/i/2J3mt.png);
}

/* ВВОДНАЯ В АКЦИЮ */

.lissai1{
position: absolute;
margin-left: 37px!important;
margin-top: 190px!important;
width: 480px;
height: 370px;
padding-right: 3px;
text-align: justify;
font-size: 16px !important;
    font-family: 'Oranienbaum' !important;
text-indent: 30px; /* Отступ первой строки в пикселах */
overflow-x: hidden;
text-shadow: 1px 1px #000000 !important; /* тень*/
color: #8b8d69 !important;  /* цвет текста */
}


/* БЕГУНОК В СТОЛБИКЕ ВВОДНОЙ*/
.lissai1::-webkit-scrollbar { background: transparent; width: 3px; }
.lissai1::-webkit-scrollbar-thumb { background: #14382d top center;
    background-position: center;
    background-repeat: no-repeat;
   }
.lissai1::-webkit-scrollbar-track { background-color:#14221c; border-color: transparent; }

.lissaiart{
position: absolute!important;
margin-left: 29px!important;
margin-top: 7px!important;
width: 260px;
height: 170px;
overflow: hidden;
}

.lissaiart img {
opacity: .7;
}

.lissaiart img:hover{
opacity:1;
transition-duration: 1s;  
-moz-transition-duration: 1s;  
-webkit-transition-duration: 1s;  
-o-transition-duration: 1s;
}

.lissainame{
position: absolute!important;
margin-left: 297px!important;
margin-top: 22px!important;
width: 214px;
height: 155px;
overflow: hidden;
    font-family: arial;
    font-size: 10px;
    font-weight: normal;
    line-height: 11px;
    letter-spacing: 0em;
    word-spacing: 0em;
text-shadow: 1px 1px #000000 !important; /* тень*/
color: #8b8d69 !important;  /* цвет текста */
text-align: justify;
opacity:0.4;
}

.lissainame:hover{
opacity:1;
transition-duration: 1s;  
-moz-transition-duration: 1s;  
-webkit-transition-duration: 1s;  
-o-transition-duration: 1s;
}

/* ЙОВИЛЛЬ*/

.yovilleaction{
position: relative;
z-index: 9999;
text-align: center;
overflow: hidden;
width: 550px;
height: 600px;
background: url(http://funkyimg.com/i/2J3mt.png);
}

/* ВВОДНАЯ В АКЦИЮ */

.yoville1{
position: absolute;
margin-left: 37px!important;
margin-top: 190px!important;
width: 480px;
height: 370px;
padding-right: 3px;
text-align: justify;
font-size: 16px !important;
    font-family: 'Oranienbaum' !important;
text-indent: 30px; /* Отступ первой строки в пикселах */
overflow-x: hidden;
text-shadow: 1px 1px #000000 !important; /* тень*/
color: #8b8d69 !important;  /* цвет текста */
}

/* БЕГУНОК В СТОЛБИКЕ ВВОДНОЙ*/
.yoville1::-webkit-scrollbar { background: transparent; width: 3px; }
.yoville1::-webkit-scrollbar-thumb { background: #14382d top center;
    background-position: center;
    background-repeat: no-repeat;
   }
.yoville1::-webkit-scrollbar-track { background-color:#14221c; border-color: transparent; }

.yovilleart{
position: absolute!important;
margin-left: 29px!important;
margin-top: 7px!important;
width: 260px;
height: 170px;
overflow: hidden;
}

.yovilleart img {
opacity: .7;
}

.yovilleart img:hover{
opacity:1;
transition-duration: 1s;  
-moz-transition-duration: 1s;  
-webkit-transition-duration: 1s;  
-o-transition-duration: 1s;
}

.yovillename{
position: absolute!important;
margin-left: 297px!important;
margin-top: 22px!important;
width: 214px;
height: 155px;
overflow: hidden;
    font-family: arial;
    font-size: 10px;
    font-weight: normal;
    line-height: 11px;
    letter-spacing: 0em;
    word-spacing: 0em;
text-shadow: 1px 1px #000000 !important; /* тень*/
color: #8b8d69 !important;  /* цвет текста */
text-align: justify;
opacity:0.4;
}

.yovillename:hover{
opacity:1;
transition-duration: 1s;  
-moz-transition-duration: 1s;  
-webkit-transition-duration: 1s;  
-o-transition-duration: 1s;
}

/* ЯРОЧКА*/

.yarinkaaction{
position: relative;
z-index: 9999;
text-align: center;
overflow: hidden;
width: 550px;
height: 600px;
background: url(http://funkyimg.com/i/2J3mt.png);
}

/* ВВОДНАЯ В АКЦИЮ */

.yarinka1{
position: absolute;
margin-left: 37px!important;
margin-top: 190px!important;
width: 480px;
height: 370px;
padding-right: 3px;
text-align: justify;
font-size: 16px !important;
    font-family: 'Oranienbaum' !important;
text-indent: 30px; /* Отступ первой строки в пикселах */
overflow-x: hidden;
text-shadow: 1px 1px #000000 !important; /* тень*/
color: #8b8d69 !important;  /* цвет текста */
}

/* БЕГУНОК В СТОЛБИКЕ ВВОДНОЙ*/
.yarinka1::-webkit-scrollbar { background: transparent; width: 3px; }
.yarinka1::-webkit-scrollbar-thumb { background: #14382d top center;
    background-position: center;
    background-repeat: no-repeat;
   }
.yarinka1::-webkit-scrollbar-track { background-color:#14221c; border-color: transparent; }

.yarinkaart{
position: absolute!important;
margin-left: 29px!important;
margin-top: 7px!important;
width: 260px;
height: 170px;
overflow: hidden;
}

.yarinkaart img {
opacity: .7;
}

.yarinkaart img:hover{
opacity:1;
transition-duration: 1s;  
-moz-transition-duration: 1s;  
-webkit-transition-duration: 1s;  
-o-transition-duration: 1s;
}

.yarinkaname{
position: absolute!important;
margin-left: 297px!important;
margin-top: 22px!important;
width: 214px;
height: 155px;
overflow: hidden;
    font-family: arial;
    font-size: 10px;
    font-weight: normal;
    line-height: 11px;
    letter-spacing: 0em;
    word-spacing: 0em;
text-shadow: 1px 1px #000000 !important; /* тень*/
color: #8b8d69 !important;  /* цвет текста */
text-align: justify;
opacity:0.4;
}

.yarinkaname:hover{
opacity:1;
transition-duration: 1s;  
-moz-transition-duration: 1s;  
-webkit-transition-duration: 1s;  
-o-transition-duration: 1s;
}

/* ВИНСЕНТ*/

.vincentaction{
position: relative;
z-index: 9999;
text-align: center;
overflow: hidden;
width: 550px;
height: 600px;
background: url(http://funkyimg.com/i/2J3mt.png);
}

/* ВВОДНАЯ В АКЦИЮ */

.vincent1{
position: absolute;
margin-left: 37px!important;
margin-top: 190px!important;
width: 480px;
height: 370px;
padding-right: 3px;
text-align: justify;
font-size: 16px !important;
    font-family: 'Oranienbaum' !important;
text-indent: 30px; /* Отступ первой строки в пикселах */
overflow-x: hidden;
text-shadow: 1px 1px #000000 !important; /* тень*/
color: #8b8d69 !important;  /* цвет текста */
}

/* БЕГУНОК В СТОЛБИКЕ ВВОДНОЙ*/
.vincent1::-webkit-scrollbar { background: transparent; width: 3px; }
.vincent1::-webkit-scrollbar-thumb { background: #14382d top center;
    background-position: center;
    background-repeat: no-repeat;
   }
.vincent1::-webkit-scrollbar-track { background-color:#14221c; border-color: transparent; }

.vincentart{
position: absolute!important;
margin-left: 29px!important;
margin-top: 7px!important;
width: 260px;
height: 170px;
overflow: hidden;
}

.vincentart img {
opacity: .7;
}

.vincentart img:hover{
opacity:1;
transition-duration: 1s;  
-moz-transition-duration: 1s;  
-webkit-transition-duration: 1s;  
-o-transition-duration: 1s;
}

.vincentname{
position: absolute!important;
margin-left: 297px!important;
margin-top: 22px!important;
width: 214px;
height: 155px;
overflow: hidden;
    font-family: arial;
    font-size: 10px;
    font-weight: normal;
    line-height: 11px;
    letter-spacing: 0em;
    word-spacing: 0em;
text-shadow: 1px 1px #000000 !important; /* тень*/
color: #8b8d69 !important;  /* цвет текста */
text-align: justify;
opacity:0.4;
}

.vincentname:hover{
opacity:1;
transition-duration: 1s;  
-moz-transition-duration: 1s;  
-webkit-transition-duration: 1s;  
-o-transition-duration: 1s;
}

/* АРХА*/

.arhaaction{
position: relative;
z-index: 9999;
text-align: center;
overflow: hidden;
width: 550px;
height: 600px;
background: url(http://funkyimg.com/i/2J3mt.png);
}

/* ВВОДНАЯ В АКЦИЮ */

.arha1{
position: absolute;
margin-left: 37px!important;
margin-top: 190px!important;
width: 480px;
height: 370px;
padding-right: 3px;
text-align: justify;
font-size: 16px !important;
    font-family: 'Oranienbaum' !important;
text-indent: 30px; /* Отступ первой строки в пикселах */
overflow-x: hidden;
text-shadow: 1px 1px #000000 !important; /* тень*/
color: #8b8d69 !important;  /* цвет текста */
}

/* БЕГУНОК В СТОЛБИКЕ ВВОДНОЙ*/
.arha1::-webkit-scrollbar { background: transparent; width: 3px; }
.arha1::-webkit-scrollbar-thumb { background: #14382d top center;
    background-position: center;
    background-repeat: no-repeat;
   }
.arha1::-webkit-scrollbar-track { background-color:#14221c; border-color: transparent; }

.arhaart{
position: absolute!important;
margin-left: 29px!important;
margin-top: 7px!important;
width: 260px;
height: 170px;
overflow: hidden;
}

.arhaart img {
opacity: .7;
}

.arhaart img:hover{
opacity:1;
transition-duration: 1s;  
-moz-transition-duration: 1s;  
-webkit-transition-duration: 1s;  
-o-transition-duration: 1s;
}

.arhaname{
position: absolute!important;
margin-left: 297px!important;
margin-top: 22px!important;
width: 214px;
height: 155px;
overflow: hidden;
    font-family: arial;
    font-size: 10px;
    font-weight: normal;
    line-height: 11px;
    letter-spacing: 0em;
    word-spacing: 0em;
text-shadow: 1px 1px #000000 !important; /* тень*/
color: #8b8d69 !important;  /* цвет текста */
text-align: justify;
opacity:0.4;
}

.arhaname:hover{
opacity:1;
transition-duration: 1s;  
-moz-transition-duration: 1s;  
-webkit-transition-duration: 1s;  
-o-transition-duration: 1s;
}

0

4

Код:
<div id="pircs2"><!-- std.v.1/0/profilaktika --><link rel="stylesheet" type="text/css" href="https://forumstatic.ru/files/0010/b4/f8/46860.css" /><div id="msg-n2">У Вас отключён javascript.<br>В данном режиме, отображение ресурса<br/>браузером не поддерживается <br/></div><div id="LogIn_Window" style="display:none"><center>Холмы пропели свой последний хорал, отправляя мир на перерождение.<br/><hr><br/><br/></div></div><!-- --><script type="text/javascript">

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

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

<script>
RusffCore.sets.reputation = 0;
FORUM.PartnerVote = function() {return true;};
</script>

<!--столбец справа-->
<div class="bestheaderhover "><div class="bestheadercontent">

<div class="news2">
Говорят, что Холмы на Западе ведут себя странно: местные жители замечают вокруг них сияние, схожее с северным, слышат нечеловеческие песни. Некоторые утверждают, что видели, будто с поющих холмов вниз спускаются невероятной красоты существа... Кто они, те-кто-спустились-с-холмов, и зачем посетили мир смертных - вновь?
<br>
</div>
</div></div>



<!--слева новости в шапке-->
<div class="renoheaderhover"><div class="renoheadercontent">

<div class="news1">
<br>система игры: эпизодическая;
<br> жанр: фэнтази, аниме, магический реализм;
<br>игра создана по мотивам вселенной Наоко Такеучи "Sailor Moon";
<br><br>
В ожидании лихого сюжетного витка - новое оформление проекта. Сердечная благодарность играющей движущей Силе за вдохновение и непредсказуемые повороты истории. Мир живет вами.
<br>
</div>
</div></div>

<!--лучшие3 серенити-->
<div style="opacity:0.7; -moz-opacity:0.7; filter:alpha(opacity=80); transition-duration: 1.5s;">
<div class="ImgWrap" style="position: absolute;
    margin-top: 279px;
    margin-left: 755px;">
<a href="http://chaospower.rolka.su/profile.php?id=305"><img class="image UP" src="http://funkyimg.com/i/2KU3G.png" title="Ярина"/>
<img class="image Down" src="http://funkyimg.com/i/2KU3F.png"/></a>
</div></div>


<!--лучшие2 сейя-->
<div style="opacity:0.7; -moz-opacity:0.7; filter:alpha(opacity=80); transition-duration: 1.5s;">
<div class="ImgWrap" style="position: absolute;
    margin-top: 279px;
    margin-left: 700px;">
<a href="http://chaospower.rolka.su/profile.php?id=303"><img class="image UP" src="http://funkyimg.com/i/2KU2T.png" title="Ловчая Королевы"/>
<img class="image Down" src="http://funkyimg.com/i/2KU2S.png"/></a>
</div></div>


<!--лучшие1 тсубаме-->
<div style="opacity:0.7; -moz-opacity:0.7; filter:alpha(opacity=80); transition-duration: 1.5s;">
<div class="ImgWrap" style="position: absolute;
    margin-top: 279px;
    margin-left: 630px;">
<a href="http://chaospower.rolka.su/profile.php?id=304"><img class="image UP" src="http://funkyimg.com/i/2KU2C.png" title="Йовиль"/>
<img class="image Down" src="http://funkyimg.com/i/2KU2D.png"/></a>
</div></div>



<!--марена-->
<div style="opacity:0.8; -moz-opacity:0.8; filter:alpha(opacity=90); transition-duration: 1.5s;">
<div class="ImgWrap" style="position: absolute;
    margin-top: 276px;
    margin-left: 235px;">
<a href="http://chaospower.rolka.su/profile.php?id=87"><img class="image UP" src="http://funkyimg.com/i/2EDgS.png" title="Марена, пыль дорог на сапогах"/>
<img class="image Down" src="http://funkyimg.com/i/2EDgR.png"/></a>
</div></div>


<!--марс-->
<div style="opacity:0.8; -moz-opacity:0.9; filter:alpha(opacity=90); transition-duration: 1.5s;">
<div class="ImgWrap" style="position: absolute;
    margin-top: 276px;
    margin-left: 191px;">
<a href="http://chaospower.rolka.su/profile.php?id=4"><img class="image UP" src="http://funkyimg.com/i/2EDgG.png" title="Марс, музыка ветра"/>
<img class="image Down" src="http://funkyimg.com/i/2EDgF.png"/></a>
</div></div>

<!--джед-->
<div style="opacity:0.8; -moz-opacity:0.9; filter:alpha(opacity=90); transition-duration: 1.5s;">
<div class="ImgWrap" style="position: absolute;
    margin-top: 276px;
    margin-left: 151px;">
<a href="http://chaospower.rolka.su/profile.php?id=6"><img class="image UP" src="http://funkyimg.com/i/2EDgk.png" title="Джедайт, верность и честь"/>
<img class="image Down" src="http://funkyimg.com/i/2EDgm.png"/></a>
</div></div>

<!--касуми -->
<div style="opacity:0.8; -moz-opacity:0.8; filter:alpha(opacity=80); transition-duration: 1.5s;">
<div class="ImgWrap" style="position: absolute;
    margin-top: 276px;
    margin-left: 108px;">
<a href="http://chaospower.rolka.su/profile.php?id=40"><img class="image UP" src="http://funkyimg.com/i/2EEhd.png" title="Касуми, блуждающие огоньки"/>
<img class="image Down" src="http://funkyimg.com/i/2EEhc.png"/></a>
</div></div>


<!--зой -->
<div style="opacity:0.7; -moz-opacity:0.7; filter:alpha(opacity=70); transition-duration: 1.5s;">
<div class="ImgWrap" style="position: absolute;
    margin-top: 276px;
    margin-left: 32px;">
<a href="http://chaospower.rolka.su/profile.php?id=287"><img class="image UP" src="http://funkyimg.com/i/2EEgJ.png" title="Зойсайт, живительное Пламя"/>
<img class="image Down" src="http://funkyimg.com/i/2EEgH.png"/></a>
</div></div>



<!-- подключение черного цвета как на русфф-->
<script>
$(document).ready(function(){$('*[title]').not('*[title] *[title]').tipsy({gravity:$.fn.tipsy.autoNS})});
$.catch = function(a,f){$(function(){var t,i=0;function s(){i++;if(i>120)return;t=setTimeout(function(){if(!$(a).length){s();return};f()},100);}s();});}
$.catch('.pa-awards img[title]',function(){$('.punbb li.pa-awards img[title]').tipsy({fade:true,gravity:'s award'});});
</script>


<!-- HTML в постах с допуском по группам © Alex_63 -->
<script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/52361.js"></script>
<script type="text/javascript">
HTMLinPost.groups = [1,2,7]; // Группы, допущенные к вставке HTML в посты
HTMLinPost.noAccess = ['user','newTst2']; // Пользователи с запретом вставки HTML в посты
HTMLinPost.parseHTMLinPosts()
</script>


<style type="text/css">
@font-face {
font-family: 'Adventure';
src: url('https://forumstatic.ru/files/0018/37/a3/74170.eot?'),
url('https://forumstatic.ru/files/0018/37/a3/71849.woff') format('woff'),
url('https://forumstatic.ru/files/0018/37/a3/69791.ttf') format('truetype'),
url('https://forumstatic.ru/files/0018/37/a3/21318.svg#svgFontName') format('svg');
font-weight: normal;
font-style: normal;
}
</style>

<style>
/* = доп смайлы
====================*/
#smilies-area {
  width: auto !important;
    right: 0 !important;
height: 350px!important;
overflow: auto; !important;
z-index: 999;
}
#post .t1 {display:none!important;}
#wrapper{left:12px;position:relative;width:auto;}
ul.tabs {height: 25px;line-height: 20px;margin: 0 0 3px;list-style: none;}
ul.tabs li {float: left;margin-right: 1px; cursor:pointer;display:inline-block;height:31px;}
 
ul.tabs li a {background: url("") no-repeat scroll -652px 0 transparent;color: #cebfba;cursor: pointer;display: block;margin-bottom: -1px;padding: 0 14px 1px;position: relative;text-decoration: none;width: 84px;
 display: inline-block;
  padding:5px 5px 5px 5px;
  font: normal normal 700 11px/normal Arial;
  background-color:#1f6b63;
  box-shadow:inset 2px 2px 10px #4d5748;
 border-style: double;
border-width: 4px;
border-radius: 6px;
border-color: #dcd9ad;
text-align:center;
}
 
ul.tabs li a:hover {color: #a8a1a4;}
 
ul.tabs li.tab-current a 
{color: #57725d;padding: 0px 14px 2px;line-height: 22px;background-position: -652px -62px;
display: inline-block;
  padding:3px 3px 3px 3px;
  font: normal normal 700 11px/normal Tahoma;
  background-color:#adae8a;
  box-shadow:inset 2px 2px 10px #657055;
 border-style: double;
border-width: 4px;
border-radius: 6px;
border-color: #aaaa82;  
}
ul.tabs li a:hover: active {
  background-color:#c5be9b;
}
 
ul.tabs li.tab-current a:hover {color: #2a6449;}
div.t2,div.t3,div.t4,div.t5,div.t6,div.t7 {display: none;width: 650px; 
}
#smilies-area div[class^="t-"]:not(.t-0){display:none;width:auto;}
</style>	

<!--Запрет перехода на первую страницу При удалении Тем и сообщений -->
<script type="text/javascript" src="https://forumstatic.ru/files/0010/b4/f8/33839.js"></script>

<style type="text/css">
@font-face {
font-family: 'Conv_Amarillo';
src: url('http://hostjs-mybb2011.narod.ru/Font/Amarillo.eot?'),
url('http://hostjs-mybb2011.narod.ru/Font/Amarillo.woff') format('woff'),
url('http://hostjs-mybb2011.narod.ru/Font/Amarillo.ttf') format('truetype'),
url('http://hostjs-mybb2011.narod.ru/Font/Amarillo.svg#svgFontName') format('svg');
font-weight: normal;
font-style: normal;
}
</style>


<!-- Аватар в цитате V.2 © Alex_63 / Ч.1 в HTML верх-->
<style type="text/css">
.quote-box.with-avatar{padding-left:50px!important;}
.author-avatar+span {margin-left:-40px;}
.author-avatar {
  float: left;
  width: 39px;
  margin-left: -40px;
  margin-top: 27px;
}
.author-avatar > img {
  width: 28px;
  padding: 2px;
  border: 1px solid #c4cad4;
  border-radius: 4px;
}
</style>
<script type="text/javascript">
var QuoteImg = 'https://forumstatic.ru/files/0015/ec/20/41408.png'; //Картинка "Перейти к сообщению" в цитате
</script><script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/77306.js"></script>

0

5

Код:
<!-- ВЫДЕЛИТЬ КОД -->
<script>function select_text(c) {
  var d = window.getSelection || document.getSelection;
  if (d) {
    var a = d();
    if (a.selectAllChildren) {
      a.selectAllChildren(c);
    } else if (a.setBaseAndExtent) {
      a.setBaseAndExtent(c, 0, c, c.innerText.length - 1)
    } else {
      var b = document.createRange();
      b.selectNodeContents(c);
      a.removeAllRanges();
      a.addRange(b)
    }
  } else if (document.selection) {
    var b = document.body.createTextRange();
    b.moveToElementText(c);
    b.select()
  }
}
$().pun_mainReady(function() {
  var text = select_text.linkText ? select_text.linkText : 'Выделить код';
  $('.code-box .legend').html('<a href="javascript://" onclick="select_text($(this).parent().next().find(\'pre\').get(0));return!1">' + text + '</a>')
});</script>
<!-- Конец -->

<!--Свои картинки в панель навигации со сменой картинки по наведению курсора" -->
<script>
   navlinks=new Array(
  "navindex",    // Форум
"https://forumstatic.ru/files/0007/e7/af/22440.png","https://forumstatic.ru/files/0007/e7/af/47210.png",
  "navuserlist", // Участники
"https://forumstatic.ru/files/0007/e7/af/97929.png","https://forumstatic.ru/files/0007/e7/af/65097.png",
  "navsearch",    // Поиск
"https://forumstatic.ru/files/0007/e7/af/92324.png","https://forumstatic.ru/files/0007/e7/af/68665.png",
  "navprofile",    // Профиль
"https://forumstatic.ru/files/0007/e7/af/86407.png","https://forumstatic.ru/files/0007/e7/af/79814.png",
  "navpm",    // Сообщения
"https://forumstatic.ru/files/0007/e7/af/26456.png","https://forumstatic.ru/files/0007/e7/af/72270.png",
  "navadmin",    // Администрирование
"https://forumstatic.ru/files/0007/e7/af/84441.png","https://forumstatic.ru/files/0007/e7/af/91701.png",
  "navregister", // Регистрация
"https://forumstatic.ru/files/0007/e7/af/90449.png","https://forumstatic.ru/files/0007/e7/af/81806.png",
  "navlogin",    // Войти
"https://forumstatic.ru/files/0007/e7/af/29242.png","https://forumstatic.ru/files/0007/e7/af/17863.png",
  "navlogout",    // Выход
"https://forumstatic.ru/files/0007/e7/af/99835.png","https://forumstatic.ru/files/0007/e7/af/83099.png"
)
var s0,s1,s2,s3,i; for (i=0; i < navlinks.length; i++){s0=navlinks[i+1];s1="onmouseover=\"this.src='"+navlinks[i+2]+"'\""; s2="onmouseout=\"this.src='"+s0+"'\"";s3='<img class="navlinks" src="'+s0+'" '+s1+' '+s2+' border="0" />';$("#"+navlinks[i]+" a").html("<span>"+s3+"</span>");i++;i++; }
</script> 

<!--PR-вход-->
<script type="text/javascript">
PiarNik="Валет Червей";
PiarPas="12345";

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=\"navpr_1\"><span id=spMyimg><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>
<!--END PR-вход-->
<style>
#navpr_1 a {
background-image: url("https://forumstatic.ru/files/0007/e7/af/21193.png");
background-repeat: no-repeat;
color: transparent;
cursor: pointer;
display: inline-block;
width: 88px !important;
height: 29px !important;
margin-top: 0px !important;
position: relative;}
#navpr_1 a:hover {
background-image: url("https://forumstatic.ru/files/0007/e7/af/25072.png");
color: transparent;}
</style>
<script img-data="http://sa.uploads.ru/SoT3N.png" src="https://forumstatic.ru/files/0013/44/56/57946.js" forum="16"></script>
<!--//End//пиар// -->


<!-- Всплывающая таблица с вкладками, в топике, с инфой о персонаже -->

<script img-data="http://funkyimg.com/i/2uN2x.png" src="https://forumstatic.ru/files/0013/44/56/57946.js" forum="0"></script>
<!--//End//Всплывающая таблица с вкладками, в топике, с инфой о персонаже// -->

<!-- Переадресация клика со своей Иконки для Вспл. таблицы в топике -->
<style>.post-author img.a-info{display:none!important}</style>
<script type="text/javascript">
function iconRedir(that) {
    $(that).parents('.post-author').find('.post-img-Sp.a-info')[0].click();
};
</script>


<!-- Включаем HTML в Постах в Вспл.табличке-->
<script type="text/javascript">
$(function(){$('img.a-info,.my-tabs>span').live('click',function(){$("li.tab-a").map(function(){HTMLinPost.parseTags($(this).attr("data-group-id",0))});});});
</script>

<script type="text/javascript">
    $('#pun-index .category td.tcl').each(function() {
      var TR = $(this).parents('tr:first');
      var str='<div class="Add"><div class="Tems_And_messages">Teм: <span class="right">'+TR.find('td.tc2').text()+'</span></div><div  style="margin-left:0px; " class="Tems_And_messages">Cообщений: <span class="right">'+$(this).parents('tr:first').find('td.tc3').text()+'</span></div><div  style="margin-left:0px;" class="bottom"><span class="right">'+TR.find('td.tcr').html()+'</span></div></div>';
      var lsr=TR.find('td:first');
      $(str).appendTo(lsr);
    });
</script>

<div class="copyheaderhover"><div class="copyheadercontent">

<div class="news3">Графическая обработка выполнена Марс. За помощь, ресурсы и коды сердечное спасибо <a href="http://imagiart.ru">Photoshop: Renaissanse</a> и <a href="http://forum.mybb.ru">форуму технической поддержки</a>.
</div>

</div></div>


<!--Меняем Шрифт в Топике --> 
<style id=a_fnt>.post h3 img{margin:0 7px;cursor:pointer;}</style>
<script type="text/javascript">
function setcookieF(a,b,c){if(c){var d=new Date();d.setTime(d.getTime());d=new Date(d.getTime()+c)}if(a&&b)document.cookie=a+'='+b+(c?'; expires='+d.toGMTString():'');else return false}function getcookieF(a){var b=new RegExp(a+'=([^;]){1,}');var c=b.exec(document.cookie);if(c){c=c[0].split('=')}else{return false}return c[1]?c[1]:false}
 
a='<strong class=fnt style="width:auto;margin-right:28%;"><img src="img/minus.png" alt="-" />Шрифт<img src="img/plus.png" alt="+" /></strong>';$(".post:first h3 strong,.post:last h3 strong").after(a);
b_Fnt1='<style id=b_fnt>#main-reply,.punbb .post-content{font-size:';b_Fnt2='px;}</style>'
var c_Fnt;
N=getcookieF('c_Fnt')
 if(N){c_Fnt=parseFloat(N);setcookieF('c_Fnt',c_Fnt,30*24*60*60*1000)}else{var c_Fnt=Math.round(parseFloat($(".punbb .post-content").css("font-size")));}
 b_Fnt=b_Fnt1+c_Fnt+b_Fnt2; $("#a_fnt").after(b_Fnt);
function setFnt_Size(){
 b_Fnt=b_Fnt1+c_Fnt+b_Fnt2;
 $("#b_fnt").replaceWith(b_Fnt);//alert(b_Fnt)
 setcookieF('c_Fnt',c_Fnt,30*24*60*60*1000);
}
$(".post h3 img[alt='-']").click(function (){if(c_Fnt){c_Fnt--;setFnt_Size();}});
$(".post h3 img[alt='+']").click(function (){if(c_Fnt<38){c_Fnt++;setFnt_Size();}});
</script><!--End//Меняем Шрифт в Топике -->

<!--КНОПКИ ВВЕРХ-ВНИЗ-->
<div class="go-up" id='ToTop'><img src="https://forumstatic.ru/files/0007/e7/af/47142.png" border="0" /></div>
<div class="go-down" id='OnBottom'><img src="https://forumstatic.ru/files/0007/e7/af/45070.png" border="0" /></div>
<style>
.go-up,.go-down {
display:none;
position:fixed; 
right:10px; /*положение справа или слева /
z-index:9999; /*положение поверх все элементов на странице*/
cursor:pointer;
opacity:.6; /*прозрачность*/
margin-bottom:30px; /*отступ снизу*/
width:50x; /*ширина кнопки*/
height:40px; /*высота кнопки*/
}
.go-up {
bottom:130px; /*положение снизу окна браузера верхняя стрелка*/
}
.go-down {
bottom:80px; /*положение снизу окна браузера нижняя стрелка*/
}
.go-down:hover,.go-up:hover {
opacity:1;
}
</style>

<!--кнопки вверх вниз-->
<script type="text/javascript">
$(function(){
if ($(window).scrollTop()>="250") $("#ToTop").fadeIn("slow")
$(window).scroll(function(){
  if ($(window).scrollTop()<="250") $("#ToTop").fadeOut("slow")
  else $("#ToTop").fadeIn("slow")
});
if ($(window).scrollTop()<=$(document).height()-"999") $("#OnBottom").fadeIn("slow")
$(window).scroll(function(){
  if ($(window).scrollTop()>=$(document).height()-"999") $("#OnBottom").fadeOut("slow")
  else $("#OnBottom").fadeIn("slow")
});
$("#ToTop").click(function(){$("html,body").animate({scrollTop:0},"slow")})
$("#OnBottom").click(function(){$("html,body").animate({scrollTop:$(document).height()},"slow")})
});
</script>

<script><!-- Обезвреживание нововведенных BB-кодов в code-box -->
  var s0="[",s1="<span>[</span>",s2="]",s3="<span>]</span>"
$("#pun-viewtopic div.code-box").each(function (){
    var s= $(this).html();s=s.replace(/\[/gm,s1);$(this).html(s.replace(/\]/gm,s3));});
</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">
var fld = document.getElementsByClassName("pa-fld5")
for(i=0;i<fld.length;i++){
fld[i].innerHTML=fld[i].innerHTML.substring(fld[i].innerHTML.indexOf(":")+1)
}
</script>

<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/2EF6Z.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>


<!-- смена имиджа --> 
<script src="https://forumstatic.ru/files/0017/95/29/89289.js"></script>
<script>
hvScriptSet.addMask({
    guestAccess: ['Архив 1', 'Архив 2'],
    forumAccess: {
'Реклама': ['Жители мира', 'Модераторы'],
        'изба-флудильня': ['Жители мира', 'Модераторы']
    },
    forumAccessExtended: {
        'Adventures': ['Жители мира', 'Модераторы'],
'Fantasy': ['Жители мира', 'Модераторы'],
'Drama': ['Жители мира', 'Модераторы'],
'History': ['Жители мира', 'Модераторы'],
'Fairy tale': ['Жители мира', 'Модераторы'],
'Гейм-зон': ['Жители мира', 'Модераторы'],
'Праздничное': ['Жители мира', 'Модераторы'],
'Конкурсы': ['Жители мира', 'Модераторы'],
'Библиотека': ['Жители мира', 'Модераторы'],
'Картинная галерея': ['Жители мира', 'Модераторы'],
'Былое и грядущее': ['Жители мира', 'Модераторы'],
'Sailor Moon: Реинкарнация': ['Жители мира', 'Модераторы'],
'Sailor Moon: Ритуал': ['Жители мира', 'Модераторы'],
'Sailor Moon: Paradise': ['Жители мира', 'Модераторы'],
'Sailor Moon: Восточные Сказки': ['Жители мира', 'Модераторы'],
'Sailor Moon: Fairy Tale': ['Жители мира', 'Модераторы'],
'Sailor moon: Петля Времени': ['Жители мира', 'Модераторы'],
'`moonless night': ['Жители мира', 'Модераторы'],
'SM: Kinmokusei': ['Жители мира', 'Модераторы'],
'Sailor Moon: Dark story': ['Жители мира', 'Модераторы'],
'Уран. Военная Академия.': ['Жители мира', 'Модераторы'],
'Academy "Moonlight"': ['Жители мира', 'Модераторы'],
'Sailor Moon: Дом Мечты': ['Жители мира', 'Модераторы'],
'Личное пространство': ['Жители мира', 'Модераторы'],
'Сокровищница': ['Жители мира', 'Модераторы'],
'Merlin: Двойное дно!': ['Жители мира', 'Модераторы'],
'Не рыцарские романы': ['Жители мира', 'Модераторы'],
        'Временный архив': ['Жители мира', 'Модераторы']
    },
    changeList: {
        'info': {
            title: 'Личное звание',
            description: 'Принимает HTML',
            tag: 'info',
            class: 'pa-fld1',
            defaultCode: '<b>Имя Фамилия, возраст<sup>y.o.</sup></a></b><br><i>сфера деятельности</i>'
        }
    },
    userFields: ['pa-author', 'pa-title', 'pa-avatar', 'pa-fld1','pa-reg','pa-posts','pa-respect', 'pa-positive', 'pa-awards', 'pa-gifts']
});
</script>
<!-- конец смены имиджа --> 


<!--Скрипт скрытия профиля от гостей-->
<script type="text/javascript">
if ([3,4,5].indexOf(GroupID)!=-1 && document.URL.indexOf("/profile.php")!=-1){
document.getElementById('pun-main').innerHTML="<div id=\"pun-main\" class=\"main\"><h1>Информация</h1><div class=\"info\"><div class=\"container\">Вы попали в закрытую секцию библиотеки Меркурия. Код доступа: высший.</div></div>"; document.getElementById('profile').style.display="none";}
</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">
RusffCore.sets.show_reportBtn = 0;
</script>
<!--Отключить функцию "Поделиться" -->
<script type="text/javascript">
RusffCore.sets.share = false;
</script>
<!--Отключить функцию "Это интересно" -->
<script type="text/javascript">
rusffLive.enable = false;
</script>
<style type="text/css">
#button-files_rusff,
#button-graffiti_rusff{
display:none!important;
}
</style>


<script type="text/javascript">
if(GroupID ==3&&document.URL.indexOf("/pages/")!=-1){document.getElementById("pun-main").innerHTML = "<div id=\"pun-main\" class=\"main\" style=\"margin-top: -25px!important;\"><h1><span>Информация</span></h1><div class=\"info\"><div class=\"container\"><b><span style='font-size:10px;'>Внимание! Секция закрыта! Код доступа: высший.</span><b></div></div></div>"}
</script>


<script src="http://code.jquery.com/jquery-latest.min.js"></script>
<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>

<!-- ЧТОБЫ НЕ ПРОПАДАЛИ ПОСТЫ V.3 -->
<script type="text/javascript" src="https://forumstatic.ru/files/0011/da/9b/24232.js"></script>

<!-- Удаляем лишние строки после цитаты и кода // v.3 © Alex_63 -->
<script type="text/javascript">
$('.post-content').each(function() {
    var CNT = $(this).html();
    CNT = CNT.replace(/<p><br><\/p>/img,'');
    CNT = CNT.replace(/<p><br><br>(.*?)<\/p>/img,'<p>$1</p>');
    CNT = CNT.replace(/<p><br>(.*?)<\/p>/img,'<p>$1</p>');
    $(this).html(CNT);
});
</script>


<!-- смайлы часть вторая -->
<script type="text/javascript" src="https://forumstatic.ru/files/000c/82/53/74555.js"></script>

<!-- Аватар в цитате V.2 © Alex_63 / Ч.2 в HTML низ -->
<script type="text/javascript">setLinkAndAva()</script>

0

6

<script><!-- Обезвреживание нововведенных BB-кодов в code-box -->
  var s0="[",s1="<span>[</span>",s2="]",s3="<span>]</span>"
$("#pun-viewtopic div.code-box").each(function (){
    var s= $(this).html();s=s.replace(/\[/gm,s1);$(this).html(s.replace(/\]/gm,s3));});
</script>

0

7

#pun-status .container {
margin-top: 70px!important;
text-align: center;
}

0


Вы здесь » Avalon » Шабаш » Лысая гора » старый диз


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