самые общительные во флуде
самые активные в игре
участники: Eugene Davey, Kurt Davey
Он был таким уставшим, но довольным этим днем,
что, казалось, ничего не может его испортить.
Или может?
участники: Grant, Evan, Winona Rogers
когда родители разъехались по своим делам,
и оставили дом родной пустовать...
пара недели и что рекомендуем почитать
Dale * Lele * Winona * Charlotte
Вверх Вниз

вам нельзя

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

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


Вы здесь » вам нельзя » гостевая » 📢диз


📢диз

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

1

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

/* A1 Import the colour scheme (отвечает за отображение форума в браузере.) */


/* A1.1 */
  @import url(style_cs.css);
  @import url(http://allfont.ru/allfont.css?fonts=university-cyrillic);
 @import "http://webfonts.ru/import/lobster.css";
@import url(https://fonts.googleapis.com/css?family=Bad+Script&subset=latin,cyrillic);
@import "http://webfonts.ru/import/bebasneue.css";
  @import "http://webfonts.ru/import/cuprum.css";
  @import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
 @import url(https://forumstatic.ru/files/0017/97/e9/55203.css);
   @import url(http://allfont.ru/allfont.css?fonts=source-sans-pro);
 @import url(http://allfont.ru/allfont.css?fonts=futuris-bold);
 @import url(http://allfont.ru/allfont.css?fonts=oswald-);
  @import url(http://allfont.ru/allfont.css?fonts=montserrat);
 @import url(http://allfont.ru/allfont.css?fonts=birchctt);
 @import url(http://allfont.ru/allfont.css?fonts=voltaire);
 @import url(http://allfont.ru/allfont.css?fonts=roboto-condensed-bold);
 @import url(http://allfont.ru/allfont.css?fonts=b52);
 
/* 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: 97.01%;
  }

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

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

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

/* A3.5 */
.punbb h1 span, .punbb h2 span, .punbb legend span {
  font-size: 1.1em;
  }



/* A3.6 */
.punbb pre {
  font: 1.1em/140% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

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

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

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

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

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


/* A4 Float clearing and hidden items
-------------------------------------------------------------
отвечает за поверхностную очистку и скрытие элементов*/

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

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




/* A5 Basic page layout and borders
-------------------------------------------------------------
отвечает за основной макет страницы и границы*/


/* A5.1 */
/* ширина форума проставляется здесь */
#pun {
  margin: auto;
  width : 1000px;
  position: relative;

  }

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

/* A5.3 */

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


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

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

/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2,  #pun-stats h2, #pun-debug h2   {
width: 1000px; height: 49px; margin-left: -24px; margin-bottom: 0px; margin-top: 0px !important;
background:  url("")  no-repeat  center top;
  border-style: none solid solid none;
  border-width: 0 1px 1px 0;
color: #5f5e5c;
text-shadow: 0px 1px 1px #;
font-family: 'cuprum';
font-size: 14px!important;
font-weight: bold;  
  text-align: center; text-transform: uppercase; 
padding: 0px 4px 0px 4px!important;
font-weight: 800!important;  letter-spacing: 2px;  }

 


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

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------
отвечает за разбор на содержание, подписи и движки*/


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

/* B1.2
 (это настройки отображение границы между постами и подписями ваших пользователей)*/
.punbb .post-sig dt {
  display: block;
  border-top: 1px solid #888;
  width: 220px;
  margin: 5px 0;
  }

/* B1.3 */
.punbb .post-content p {
  margin: 0;
  padding: 0 0 3px 0;
  line-height: 130%;
  font-size: 11px;
  text-align: justify;
  }

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

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

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

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

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
  padding: 1em;
  margin: 2px;
   margin-bottom: 2px;
   border-radius: 1px;
   background:#d8d6d7;
border-top: 1px dashed #c7b05e;
    border-left: 1px dashed #c7b05e;
    border-right: 1px dashed #c7b05e;
    border-bottom: 1px dashed #c7b05e;
    -moz-box-shadow: inset 0 0 12px 2px #e7e7e7;
    -webkit-box-shadow: inset 0 0 12px 2px #aaa798;
    padding: 9px;
  }

.post-content .spoiler-box > div {
    background: url(/img/plus.png) no-repeat left center;
    cursor: pointer;
    padding-left: 17px;
    font-size: 10px;
    font-family: sans-serif;
    color: #4f4e4e;
    font-weight: bold;
   padding: 0px;
}
 
/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
  display: block;
  padding-bottom: 0.7em;
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  }

/* B2 Information boxes
-------------------------------------------------------------
отвечает за блок информации*/

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

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

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


/* B3 Pagination and posting links
-------------------------------------------------------------
отвечает за разбивку на странице и размещение ссылок*/


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

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

/* B3.3 страница вверху*/
.linkst .pagelink {
  position: absolute;
  top: -19px;
  left: 16px;
font-size: 11px!important; 
  }

/* B3.4  новая тема*/
.linkst .postlink {
  position: absolute;
  top: -19px;
  right: 1em;
  text-align: right;
  font-weight: bold;
font-size: 10px; 
  }

/* 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;
font-size: 11px!important;
  }

/* B3.7  новая тема внизу*/
.linksb .postlink {
display: none;
}

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


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

/* C1 Form layout
-------------------------------------------------------------
отвечает за форму макета*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* C1.16  быстрый ответ */

.punbb textarea, .punbb .longinput input {
  width: 64%;
  margin: 0;

  }


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

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

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

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

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


/* C2 Table layout
-------------------------------------------------------------
отвечает за таблицу макета*/

/* C2.1 */
.punbb .main .tcl {
  overflow: hidden;
  text-align: left;
  width: 50%;
  }
#pun-index .main .tc2, #pun-index .main .tc3 {display: none;}


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



/* C2.3 Последнее сообщение */
.punbb .main .tcr {   overflow: auto; 
  background-color: transparent; color: #5a5742;
  text-align: right; font-size: 12px!important;
  width: 20%!important;  text-transform: uppercase; 
font-family: 'cuprum', arial; 
  }
.punbb .main .tcr a {   overflow: auto;  
  background-color: transparent; color: #565656!important;
  text-align: right; font-size: 13px!important;
  width: 20%!important; text-transform: none; line-height: 90%;
font-family: 'cuprum', arial;  font-weight: bold;
  }

/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl { 
  width: 80%!important;
  }

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

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

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

/* C2.8 */ /* заголовки форумов*/
.tclcon h3 {  position: relative;   top: 0px; margin-left: 55px;  font-size: 22px!important; font-family: bebas neue!important; font-weight: bold;  font-weight: 800!important;   text-align: left!important; color: #504f4d!important; font-style: none!important;  text-shadow: none; text-transform: uppercase!important; }
.tclcon h3 a { color: #504f4d!important; text-shadow: none; } 


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

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

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

/* C2.12 */
.punbb .main th {
  border-style: none none none solid;
  border-width: 0 0 0 1px;
  padding: 0.4em 1em 0.4em 1em;
  }

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

/* C2.14  описание форумов*/
.punbb tbody.hasicon td.tcl {
  padding-left: 1.2em
  }

/* C2.15 */
.punbb div.icon {
  border-style: solid;
  border-width: 0.6em 0.6em 0.6em 0.6em;
  height: 0;
  line-height: 0.0;
  margin-top: 0.1em;
  width: 0;
  }

/* C2.16 иконки сообщений*/
.punbb  table div.icon {
  font-size: 1.05em;
  margin-left: 0px;
  margin-top: 0px;
}


 /* CS2 Topics

-------------------------------------------------------------
отвечает за темы*/
 

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


/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3 {
  border-color:  transparent;
  }
/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-color: transparent;
  }
/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: transparent ;
  }
/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.punbb .post h3 span, .post-links ul, .post-links, .usertable table {
  border-color: transparent;
  }
/* CS2.5 */
.punbb th {
  border-color: transparent ;
  }
/* CS2.6 */
.punbb .quote-box, .punbb .code-box {
  border-color: #d6d6d6;
  }
#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
  border-color: transparent;
  }
#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border-color: transparent ;
  }
.punbb .divider {
  border-color: transparent;
  }
.punbb .formal fieldset .post-box, .punbb .info-box {
  border: 1px solid transparent ;
  }
li.pa-online {
  border-left-color: transparent ;
  }

 /* C3 Topics

-------------------------------------------------------------
профиль*/

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

div.post-rating a, div.post-vote a {
    font-size: 150% !important;
    text-decoration: none !important;
}

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

/* C3.3 прямая ссылка */
 #pun-viewtopic .post h3 {  width: 1000px; height: 49px; margin-left: -21px; padding-top: 25px!important; margin-top: -10px!important; margin-bottom: -20px!important;     background:  url("http://funkyimg.com/i/2yXHv.png")  no-repeat  center top;  color: #7b895e; font-family: cuprum!important; font-size: 14px !important; text-transform: lowercase;  }

.punbb .post h3 span {     display: block;    }

.punbb .post h3 span a {  color: #575655!important; text-transform: lowercase; }
#pun-viewtopic div.post h3 strong::before { font-size: 13px !important; font-weight: normal;  color: #575655; content: "пост # "; text-transform: lowercase;}
#pun-viewtopic .post h3 strong { position: absolute;   margin-left: 645px; margin-top: 0px!important;   font-weight: bold; font-size: 13px !important;  color: #575655; text-transform: lowercase;}

#pun-viewtopic .post h3 span::before {   color: #666; text-transform: lowercase;}
#pun-viewtopic .post h3 span {  font-weight: bold; font-size: 13px !important;  color: #7b895e; margin-left: 270px; text-transform: lowercase;}

.topic a.sharelink {    display: none;}


/* C3.4 */
.punbb .post h3 strong {
 float: right;
  font-weight: normal;
  }
 
 
 
/* C3.5 оформление профиля */
.punbb .post .post-author {
  float: left;
  width: 230px;
 background: url(http://funkyimg.com/i/2yRWQ.png)  bottom no-repeat, url(http://funkyimg.com/i/2yRWN.png) top no-repeat, url(http://funkyimg.com/i/2yRWP.png)   top repeat-y;
  margin-top: 0px;
  padding-bottom: 20px;
  color:#172101;
border: 0px ridge  #7b785e;
}
 

 

/* C3.6 внутренние отступы в профиле*/
.punbb .post .post-author ul, .punbb .post .post-author p {
  padding: 0px 0px 0px 0px;
  line-height: auto;
  }



/* C3.7  ник */
.pa-author {width: 200px; margin-left: 14px; font-size: 20px; font-family: 'bebas neue', arial; font-style: normal; margin-top: 16px; margin-bottom: 0px; padding: 4px 0px 0px 0px!important; text-align:center; font-weight: bold; background: #; color: #c1bfbd!important; text-shadow: #75725c 2px 1px!important; letter-spacing: 1px;  }
/* смена цвета ника*/
.pa-author a { color: #c1bfbd!important; text-shadow: #75725c 2px 1px!important;  }
.pa-author a:hover, .pa-author a:focus, .pa-author a:active { color: #c1bfbd!important; text-shadow: #75725c  2px 1px!important;  }

 
/* C3.8 статус */
.pa-title { z-index: 3!important; font-family: 'cuprum', arial; width: 187px; background: #3b3a39;  margin-left: 18px; margin-top: 5px; margin-bottom: 0px!important; text-align: center; font-size: 11px; color: #c1bfbd; font-weight: bold; background: #; padding: 3px!important; text-transform: lowercase;}

 
 /* C3.9 аватар*/
li.pa-avatar{position:relative;  width: 230px; padding-top: 20px;padding-bottom: 20px;
background:  url(http://funkyimg.com/i/2ziG8.png)  bottom no-repeat, url(http://funkyimg.com/i/2ziGa.png) top no-repeat, url(http://funkyimg.com/i/2ziG9.png)   top repeat-y;}
li.pa-avatar img{ position:relative; text-align:center; margin-left: 1px; top: 0px; margin-bottom: 0px; border: 3px solid #988c60;   z-index: 1;} 
 

/* C3.10 дополнительные поля*/

li.pa-fld1  {position: relative; width: 230px; 
background:  url(http://funkyimg.com/i/2ziG8.png)  bottom no-repeat, url(http://funkyimg.com/i/2ziG9.png) top no-repeat, url(http://funkyimg.com/i/2ziG9.png)   top repeat-y;
margin-top: -30px; margin-left: 0px; margin-bottom: 0px; 
padding: 15px 0px 11px 0px;   }

li.pa-fld1 a {color: #b34949;text-align: center; font-family: Georgia; font-size: 13px; line-height: 5px;  text-align:center;font-style: italic; font-weight: bold;}

.ss1 { display: block; margin-left: 17px; width: 80px; float: left;  font-weight: bold;   background: #85847e; padding: 2px 3px 2px 3px!important; text-align: center; font-family: Georgia; font-size: 11px;   font-style: italic;}
.ss2 { display: block; margin-right: 18px; width: 80px;  float: right; margin-left: 20px;  font-weight: bold;  background: #85826b; padding: 2px 3px 2px 3px!important; text-align: center; font-family: Georgia; font-size: 11px;   font-style: italic;}

.ss3 { display: block; width: 160px; margin-left: 31px; margin-bottom: 0px!important;   font-weight: bold;  background: #85847e; padding: 2px 3px 2px 3px!important; text-align: center; font-family: Georgia; font-size: 11px;   font-style: italic;}

.dan {   margin-top: 1px; margin-left: 0px; min-height: 20px;  
background:  url(http://funkyimg.com/i/2ziPi.png)  bottom no-repeat, url(http://funkyimg.com/i/2ziPk.png) top no-repeat, url(http://funkyimg.com/i/2ziPj.png)   top repeat-y;  
 padding-left: 30px!important;  
padding-right: 30px!important;  
padding-top: 20px!important; 
padding-bottom: 20px!important; 
color: #464545; text-align: center; font-family: cuprum;  font-size: 12px; text-transform: lowercase; line-height: 100%;
}

.dam {  color: #75725c;   font-family: Georgia!important; font-size: 12px!important;  text-align: center!important; font-weight: bold; text-transform: lowercase; letter-spacing: 1px; padding-bottom: 5px!important; font-style: italic;  text-shadow: 1px 1px 0 #e9e7e4!important;}
.dan l, .dan r {  font-weight: bold;  background: #85847e; padding: 0px 3px 0px 3px!important; font-size: 10px!important; color: #edebe7!important; letter-spacing: 1px; font-weight: 400!important;}
.dan a {color: #46432c!important;  font-style: italic; font-weight: bold; font-size: 11px!important;   text-transform: lowercase;}
 

 li.pa-fld2  {position: relative; width: 230px; 
background:  url(http://funkyimg.com/i/2ziG8.png)  bottom no-repeat, url(http://funkyimg.com/i/2ziG9.png) top no-repeat, url(http://funkyimg.com/i/2ziG9.png)   top repeat-y;
margin-top:  -13px; margin-left: 0px; margin-bottom: 0px; 
padding: 0px 0px 18px 0px; font-weight: bold; font-size: 10px!important;   text-transform: lowercase; color: #4d4d4d!important;  }

 li.pa-fld5  {position:relative; margin-top:  -10px;}
 
 li.pa-fld4 {z-index: 2;
    background: url();
    width: 260px;
    height: 100px!important;
    margin-left: -10px !important;
    position: relative;
    margin-top: -24px !important;
    margin-bottom: -21px;
    text-align: center; 
}
 
 .pl1s {      
    background: url(http://funkyimg.com/i/2zjm6.png);
    width: 260px;
    height: 100px!important;
    margin-left: 0px !important;
    position: absolute;
    margin-top: -15px !important;
    margin-bottom: -40px;
    text-align: center; 
color: #1e3852;
text-shadow: 1px 1px 0 #e9e7e4!important;
}
 .pl1k {      
    background: url(http://funkyimg.com/i/2zjop.png);
    width: 260px;
    height: 100px!important;
    margin-left: 0px !important;
    position: absolute;
    margin-top: -15px !important;
    margin-bottom: -40px;
    text-align: center; 
color: #311510;
text-shadow: 1px 1px 0 #cdb7b2!important;
}

 .pl1 {      width: 175px;    
margin-left: 10px !important;
    margin-top: 40px !important;
margin-bottom: 0px !important;
     font-family: bebas neue!important; font-size: 16px!important;  text-align: center!important; font-weight: bold;  letter-spacing: 1px; padding-bottom: 0px!important; font-style: italic;   }

.pl2 {    width: 174px;
    margin-left: 8px !important;
    margin-top: 5px !important;
   font-family: cuprum!important; font-size: 10.7px!important;  text-align: center!important; font-weight: bold;  letter-spacing: 1px; padding-bottom: 0px!important;    font-style: normal;}

.pl3 {    width: 55px;  float: left;
    margin-top: -43px !important;
    margin-left: 185px !important;
}

/* репутация*/
.pa-posts, .pa-fld3, .pa-respect   { display: inline-block; background-color: #; 
margin-top: 0px!important;margin-left: 0px!important;margin-bottom: 3px!important;
text-align: center; font-size: 12px; font-family: 'cuprum', arial; text-transform: lowercase; color: #c2c0be!important; 
padding: 3px 5px !important;}
 
.pa-posts  {display: inline-block;width: 60px;margin-left: 0px!important;text-align: center!important;}
.fld3 { display: inline-block;width: 40px;margin-left: 0px!important;text-align: center!important;}
.pa-respect { display: inline-block;width: 60px;margin-left: 0px!important;}
.pa-respect a { color: #c2c0be!important; }


/* C3.11 активен*/
li.pa-online {font-family: 'cuprum', arial; width: 230px; margin-left: 0px; margin-top: 2px; margin-bottom: 2px!important; text-align: center; font-size: 12px; color: #beab68;   text-transform: lowercase;  text-shadow: #3f3d3d 2px 0px;}

/* последний визит*/
 .pa-last-visit  {font-family: 'cuprum', arial; width: 190px; margin-left: 20px; margin-top: 2px; text-align: center; font-size: 12px; color: #969983; text-transform: lowercase;}
 

/* C3.12 отступ пост-блока от профиля*/
.punbb .post-body {
  margin-left: 235px;  
  border-left-style: solid;
  border-left-width: 1px;
  padding: 0 8px 1px 0;

  }

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

/*C3.14 отступы внутри пост-блока*/
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.15 отступ ссылок под пост-блоком*/
.punbb .post-links {
  margin-left: 270px;  
  border-left-style: solid;
  border-left-width: 1px;
  }
 .pl-share {display:none!important;}
.post-links ul {  font-family: cuprum; font-size: 12px;  font-weight: 500!important;
    text-shadow: 1px 1px 0 #c8c8c8; letter-spacing: 1px;}


/* C3.16 */
.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.17 */
.punbb .post-links li {
  display: inline;
  padding-left: 1em;
  }

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

/* C3.19 */
.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
  }
/* C4 Moderator menu
-------------------------------------------------------------
отвечает за модераторское меню*/

/* C4.1 */
.punbb .modmenu .container {  
background-color: #;
border-top: 0px dotted #afadaa;
border-bottom: 0px dotted #afadaa;
padding: 2px 12px 2px 12px; text-shadow: #1px 1px 1px;
color: #33220d!important;
font-family: 'cuprum', arial;t;
font-size: 12px!important;
font-weight: bold!important;
  text-align: right; letter-spacing: 1px;
  }
.punbb .modmenu .container a { color: #484646!important;
   }

/* 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 {
display:none;
color: #ca2828;
  }

/* 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  {
  display: none;
  font-size: 1.5em;
  }


 

/* D2 Page navigation
-------------------------------------------------------------
отвечает за навигацию на странице*/

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

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

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

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

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

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




/* D3 Forum navigation
-------------------------------------------------------------
форум участники поиск регистрация выход*/

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

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

/* администрирование */

#navadmin a span {
  background: url(http://funkyimg.com/i/2yPVB.png) no-repeat top center; 
  display: inline-block;   position: absolute; font-size: 0px!important;
height: 54px;
width: 93px;
top: 0px;
left: 810px;
}
 

#navindex a span  {
  background: url(http://funkyimg.com/i/2yPLk.png) no-repeat top center; 
  display: inline-block;   position: absolute; font-size: 0px!important;
height: 54px;
width: 124px;
top: 0px;
left: 0px;
}

 
#navuserlist a span {
  background: url(http://funkyimg.com/i/2yPMw.png) no-repeat top center; 
  display: inline-block;   position: absolute; font-size: 0px!important;
height: 55px;
width: 134px;
top: 0px;
left: 124px;
}

#navsearch a span {
  background: url(http://funkyimg.com/i/2yPNk.png) no-repeat top center; 
  display: inline-block;   position: absolute; font-size: 0px!important;
height: 55px;
width: 117px;
top: 0px;
left: 258px;
}

#navprofile a span {
  background: url(http://funkyimg.com/i/2yPP3.png) no-repeat top center; 
  display: inline-block;   position: absolute; font-size: 0px!important;
height: 55px;
width: 138px;
top: 0px;
left: 375px;
}

#navpm a span {
  background: url(http://funkyimg.com/i/2yPPv.png) no-repeat top center; 
  display: inline-block;   position: absolute; font-size: 0px!important;
height: 55px;
width: 167px;
top: 0px;
left: 513px;
}

#navlogout a span {
  background: url(http://funkyimg.com/i/2yPPL.png) no-repeat top center; 
  display: inline-block;   position: absolute; font-size: 0px!important;
height: 55px;
width: 121px;
top: 0px;
left: 680px;
}

#navregister a span {
  background: url(http://funkyimg.com/i/2yPRb.png) no-repeat top center; 
  display: inline-block;   position: absolute; font-size: 0px!important;
height: 55px;
width: 183px;
top: 0px;
left: 375px;
}

#navlogin a span {
  background: url(http://funkyimg.com/i/2yPRa.png) no-repeat top center; 
  display: inline-block;   position: absolute; font-size: 0px!important;
height: 55px;
width: 108px;
top: 0px;
left: 558px;
}

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

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

/* D4 User links
-------------------------------------------------------------
активные темы новые сообщения все прочитано*/

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

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

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

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

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


/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------
отвечает за приветствие*/

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

/* D5.2 */
#pun-status .container {
  margin-top: -295px!important; margin-left: 0px!important;
 margin-bottom: 0!important;  position: absolute;
  font-size: 14px!important;  font-family:cuprum;  color: #c9c9c9;
    width: 920px;
  }
#pun-status .container .item1 { position: absolute;  text-transform: lowercase; font-size: 14px; font-family: cuprum; letter-spacing: 2px;}

#pun-status .container .item2 {
    position: absolute; margin-top: 18px; text-transform: uppercase; font-family: arial; color: #86836b; font-weight: 400!important; font-size: 9px; letter-spacing: 1px; }
 
 
 

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

/* D5.4 */
#pun-crumbs1 {
  font-weight: bold;
  overflow: hidden;  font-size: 14px; font-family:cuprum; color: #82807a!important; 
  margin-top: -60px!important;
margin-bottom: 10px!important;}
 

/* D5.5 */
#pun-crumbs1 p.container {
  border-top: none;
  padding: 1em 1em 0em 1em;
  font-size: 1.1em; 
  margin-top: 0px; text-transform: lowercase;
  font-size: 16px; font-family: 'cuprum'; color: #82807a!important;
}

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


/* D6 Announcement
-------------------------------------------------------------
 отвечает за объявление*/

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

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

/* D6.3 */
#pun-announcement .container {
    margin-left: 8px;
    margin-top: -50px!important;
  }


/* D7 Statistics
-------------------------------------------------------------
отвечает за статистику*/

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

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

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

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

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


/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------
отвечает за быстрый переход и низ форума*/


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

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

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

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

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

/* D8.6 название форума внизу*/
#pun-crumbs2 {
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
  }

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

  }

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

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


/* D9 Help file
-------------------------------------------------------------
отвечает за файл справки.*/

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

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

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

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

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

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

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

/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
  }


  /* форумы*/
 tr#forum_f137.alt1 .tcl,  tr#forum_f136.alt2 .tcl,  tr#forum_f143.alt1 .tcl,  tr#forum_f142.alt2 .tcl,  tr#forum_f144.alt1 .tcl,  tr#forum_f146.alt1 .tcl,  tr#forum_f147.alt2 .tcl,  tr#forum_f145.alt1 .tcl,  tr#forum_f148.alt2 .tcl,  tr#forum_f149.alt1 .tcl {width: 935px !important;  display: block !important;     background-color: #b8b6b4!important;  margin-top: 5px !important; background-position: top center!important;  } 




 /* сервис, банк, квесты*/
 
 
 #pun-category3 th {display: none !important;}
#pun-index #forum_f139, #pun-index #forum_f150, #pun-index #forum_f138 {width: 315px !important; background-color: #b8b6b4!important; height: 220px;}
#forum_f139 {display: inline-block !important;  }
#forum_f150, #forum_f138  {display: inline-block !important;  margin-left: 7px !important;}
tr#forum_f139.alt1 .tcl, tr#forum_f150.alt2 .tcl, tr#forum_f138.alt1 .tcl  {width: 292px !important; display: block !important;  background-color: #b8b6b4!important;} 

 
#pun-category7 .icon {display: none !important;}
#pun-category7 th, #pun-category7 .tcr {display: none !important;  }
#pun-index #forum_f157, #pun-index #forum_f155, #pun-index #forum_f156 {width: 233px !important; background-color: #b8b6b4!important; height: 120px;}
#pun-index #forum_f158 {width: 244px !important; background-color: #b8b6b4!important; height: 120px;}
#forum_f157 {display: inline-block !important;  }
#forum_f155, #forum_f156, #forum_f158  {display: inline-block !important;  margin-left: 5px !important;}
tr#forum_f157.alt1 .tcl, tr#forum_f155.alt2 .tcl,  tr#forum_f156.alt2 .tcl  {width: 209px !important; display: block !important;  background-color: #b8b6b4!important;  }
 tr#forum_f158.alt1 .tcl {width: 221px!important; display: block !important;  background-color: #b8b6b4!important;  }

tr#forum_f157.alt1 .tclcon h3, tr#forum_f155.alt2 .tclcon h3, tr#forum_f158.alt1 .tclcon h3, tr#forum_f156.alt2 .tclcon h3 {  position: relative;   top: 0px; margin-left: 0px;  font-size: 20px!important; font-family: bebas neue!important; font-weight: bold;  font-weight: 800!important;   text-align: center!important; color: #504f4d!important; font-style: none!important;  text-shadow: none; text-transform: uppercase!important; }
 

 .punbb .main thead .tcl, .main thead .tc2, .main thead .tc3, .main thead .tcr  { 
 color: #c2c0be!important;
}
 
 

 /* информация*/
#pun-category1 th, #pun-category1 .tcr {display: none !important;  }
#pun-category1 .icon {margin-left: 32px!important;}
#pun-index #forum_f141  .tcl {width: 1000px!important; background:  url(http://funkyimg.com/i/2yVgr.png)  bottom no-repeat, url(http://funkyimg.com/i/2yVgq.png) top no-repeat, url(http://funkyimg.com/i/2yVgh.png)   top repeat-y;  margin-left: -20px!important; padding: 15px 0px 15px 0px!important;  }
#forum_f141 {display: inline-block !important; }
tr#forum_f141.alt1 .tcl {  color: #c9c9c9!important; text-shadow: none; display: block !important;  } 
tr#forum_f141.alt1 .tclcon h3 a { color: #c9c9c9!important; text-shadow: none; } 


 /*Убрать "Закрыто и "Важно"*/
.stickytext,.closedatafield{ display:none;}

0

2

Код:
 

 div#pun-live-rusff { display:none;}



 .zagolovok { width: 582px; text-align: center;   margin-top: 24px!important; font-family: georgia; font-size: 20px; text-shadow: 2px 1px #474545; letter-spacing: 0px; font-weight: bold; font-style: italic; color: #d8d8d6; border-bottom: 1px dotted #c1c1c1; padding-bottom: 4px; margin-bottom: 3px!important;}
  .tema1 {width: 545px; height: 125px;  padding: 10px;  margin-left: 2px !important; overflow: auto; text-shadow: 0px 1px #898571;color: #2d2b28; font-family: arial; font-size: 11px;    text-align: justify; font-weight: 600!important; line-height: 100%; letter-spacing: 1px;}

 .tema2 {width: 560px;  padding: 0px; margin-left: 0px !important; margin-top: 10px!important;
color: #504f4f; font-family: cuprum; font-size: 14px;    text-align: justify; font-weight: 100!important; line-height: 90%;}
.hren {  padding-right: 10px; border-left: 0px solid #beab5f; border-right: 0px solid #beab5f; padding-left: 10px; 
margin: 10px!important;  float: left;  }
.punkt1 {  background: #76735c; border-radius: 50px;  text-align: center;  font-family: cuprum;  letter-spacing: 2px; color: #eeeeee;  font-size: 11px;   font-weight: 600!important; text-transform: uppercase;  padding: 2px;}

.oftema { display: block;
    width: 635px; height: auto; min-height: 250px;
    margin-top: 0px;
    padding-top: 26px; padding-bottom: 35px!important;
    background: url(http://funkyimg.com/i/2z1Rs.png) top no-repeat, url(http://funkyimg.com/i/2z1RG.png) bottom no-repeat, url(http://funkyimg.com/i/2z1RJ.png)   top repeat-y;
}
 
.oftema2 { display: block;
    width: 635px; height: auto; min-height: 85px;
    margin-top: 0px;
    padding-top: 26px; padding-bottom: 35px!important;
    background: url(http://funkyimg.com/i/2zkQg.png) top no-repeat, url(http://funkyimg.com/i/2z1RG.png) bottom no-repeat, url(http://funkyimg.com/i/2z1RJ.png)   top repeat-y;
}

.vnebron {height: 110px; overflow: auto;  padding-right: 6px!important; }
.vnebron a { color: #745c11!important; font-weight: bold; font-style: italic}

 
.birzna a { color: #745c11!important; font-weight: bold; font-style: italic}

 .tema {width: 534px; background-color: #ececec; padding: 20px; box-shadow: inset 0 0 10px #c2c0be; border: 1px solid #b8b6b4; margin-left: 2px !important;
color: #504f4f; font-family: cuprum; font-size: 14px;    text-align: justify; font-weight: 100!important; }
 
.pun {margin-top: 3px!important; margin-bottom: 13px!important; border-top: 1px dotted #c1c1c1;}
.punkt {  width: 180px; background: #76735c; border-radius: 50px;  text-align: center;  font-family: cuprum;  letter-spacing: 2px; color: #eeeeee;  font-size: 13px;   font-weight: 600!important; text-transform: lowercase;}
.hren2 {  padding-right: 10px; border-left: 3px solid #beab5f; border-right: 3px solid #beab5f; padding-left: 10px; 
margin: 10px!important;  float: left; width: 200px!important; font-family: arial; font-size: 10px; line-height: 120%; color: #808080; text-align: justify;  }
 



#pun-index.punbb .main .tcl, #pun-index.punbb .main .tcr
{border-bottom: 0px double rgba(107, 66, 27, 0.15) !important;}

#navpr_1 span {
    background-image: url("http://funkyimg.com/i/2yPSb.png");
    background-repeat: no-repeat;
    color: transparent;
    display: inline-block;
    height: 55px;
    width: 165px;
    position: absolute;
    margin-left: 138px !important;
    margin-top: -8px !important;
  font-size: 0 !important;
}


#baner img { opacity:0.5;  transition-duration: 0.5s;  -webkit-transition-duration: 0.5s;  -moz-transition-duration: 0.5s;  -o-transition-duration: 0.5s;}
#baner img:hover {    opacity: 1;}


#pun-stats li.item3 {display: none}

 

 .inner, #font-area, #size-area, #video-area, #color-area, #smilies-area, #image-area, #addition-area, #table-area { border-radius: 30px;
    background-color: #d5d8db!important;
 padding: 20px!important;
}

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

/* CS1.2 Боди или фон форума */
html, body { background: url("http://funkyimg.com/i/2yPfM.png") top center repeat-x, 
url("http://funkyimg.com/i/2yPey.png") center; }
#pun_wrap {    background: url("http://funkyimg.com/i/2yPgy.png") repeat-x scroll left bottom;
    padding-bottom: 1px;
}

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

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

 /* CS1.5 Футеркопирайниз */
#pun-about p.container {background-color: transparent;
background-image : url(http://funkyimg.com/i/2yPgA.png); 
background-position : center top; 
background-repeat : no-repeat;
height : 162px!important;
width: 1000px; 
margin-left: -20px;
margin-bottom: -41px!important;
text-align: center;
border-color: transparent;
padding: 0 !important;
}

/* CS1.6 Ссылки верхней навигации*/
 #pun-navlinks .container { 
text-align: center;  font-size:0 !important;
text-transform: uppercase; 
position: absolute;
background-color: transpanent;
width: 1000px;
top: 0px;
left: 90px;
}
 
/*  Ссылки нижней навигации*/
#pun-ulinks .container  {text-align: center; text-transform: uppercase; position: absolute; background-color: transpanent; font-size: 11px; font-family: 'cuprum';
z-index: 200;
top: 60px;
left: -10px;
width: 1000px!important;
}

 

/* CS2 Ссылки */
  

/* Ссылка в спокойном состоянии */
.punbb a, .punbb a:link, .punbb a:visited, .punbb-admin #pun-admain a,  .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited {
  color: #4e4d4d;  
  border-bottom: 0px none #000;
  text-decoration: none;
-moz-transition: color 0.2s 0.02s ease;
 -o-transition: color 0.2s 0.02s ease;
 -webkit-transition: color 0.2s 0.02s ease;}

/* Активная ссылка */
.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: #4e4d4d;    
  border-bottom: 0px none #000;
}

/* Цвет навигации до наведения верхняя */
#pun-navlinks a {
    font-family: bebas neue;
    font-size: 0px!important;
    color: #ffffff!important;
    text-shadow: #843237 2px 1px 5px;
    text-transform: uppercase;
    font-weight: bold;
background-color: #; 
padding: 1px 4px 0px 4px!important;
border-radius: 1px;
}


/* Цвет навигации при наведении верхняя*/
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #f5f5f5!important;
  text-decoration: none;}


/* Цвет навигации до наведения нижняя*/
#pun-ulinks a {
    font-family:     font-family: bebas neue; ;
    font-size: 12px!important;
    color: #a9a39c;
    text-transform: uppercase;
    letter-spacing: 1px;  
 text-shadow: 1px 1px #e8e7e7!important;   
}

/* Цвет навигации при наведении нижняя*/
#pun-ulinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #a9a39c; font-size: 12px!important;
 text-shadow: 1px 1px #e8e7e7!important; 
  text-decoration: none;}





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

/* CS3.1 Иконка старых сообщений*/
.punbb table Div.icon {float: left; 
display: block; 
border-style: none none none none;
margin-right: 10px!important;
margin-left: 0px!important;
margin-top: 0px!important;
margin-bottom: 0px!important;


width: 50px;
height: 50px;
background-image : url(http://funkyimg.com/i/2yV8X.png);
background-repeat: no-repeat;}

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

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

/* CS3.3 Иконка закрытых*/
TR.iclosed Div.icon {
width: 50px;
height: 50px;
background-image : url(http://funkyimg.com/i/2yV8X.png);
background-repeat: no-repeat;}


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

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

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

 
/* CS5.3 Цитаты и коды в сообщениях*/
 


/* кнопки */
 .punbb input  {border-radius: 0px;
background-color: #ebe9e9;
box-shadow: solid 0 0 0px 0px #4d5a61;
border-top: 2px solid #c7b05e;
border-left: solid 0px #baae40;
border-right: solid 0px #baae40;
border-bottom: 0px solid #baae40;
padding: 2px 12px 2px 12px; text-shadow: #1px 1px 1px;
color: #33220d!important;
font-family: 'cuprum', arial;
font-size: 9px!important;
letter-spacing: 1px;
font-weight: bold!important;
 }

/* Модерирование тем и другие селекты*/

.punbb select {border-radius: 0px;
background-color: #ebe9e9;
border-top: 2px solid #c7b05e;
border-left: solid 0px #baae40;
border-right: solid 0px #baae40;
border-bottom: 0px solid #baae40;
padding: 2px 12px 2px 12px; text-shadow: #1px 1px 1px;
color: #33220d!important;
font-family: 'cuprum', arial;t;
font-size: 10px!important;
font-weight: bold!important;}

  

/* CS5.4 Область для ввода текста в форме ответа */
.punbb textarea  {
  padding: 1em;
  margin: 2px;
   margin-bottom: 15px;
   border-radius: 0px;
   background:#ebe9e9;
border-top: 3px solid #c7b05e;
border-left: solid 0px #988168;
border-right: solid 0px #988168;
border-bottom: 0px solid #543d2b;
-moz-box-shadow: inset 0 0 12px 2px #e7e7e7;
-webkit-box-shadow: inset 0 0 12px 2px #e7e7e7;
   padding: 10px;
 max-width: 900px;
  }



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

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


 
#pun-stats.section h2 span, .category h2 span {
display: none;
}
#pun-category1.category h2 {
display: none;
}
 
 
#pun-category2.category h2 {
height: 0px;
margin-bottom: 0px!important;
}

 
#pun-category3.category h2 {
display: none;
}
 
  
#pun-category4.category h2 {
background: url(http://funkyimg.com/i/2yRtF.png) no-repeat ;
height: 28px;
width: 1000px;
margin-left: -20px;
margin-top: 20px!important;
margin-bottom: 0px;
font-size:0 !important;
}

#pun-category5.category h2 {
background: url(http://funkyimg.com/i/2yRtF.png) no-repeat ;
height: 28px;
width: 1000px;
margin-left: -20px;
margin-top: 20px!important;
margin-bottom: 0px;
font-size:0 !important;
}
#pun-category6.category h2 {
background: url(http://funkyimg.com/i/2yRtF.png) no-repeat ;
height: 28px;
width: 1000px;
margin-left: -20px;
margin-top: 20px!important;
margin-bottom: 0px;
font-size:0 !important;
}
 
#pun-category7.category h2 {
background: url(http://funkyimg.com/i/2yRtF.png) no-repeat ;
height: 28px;
width: 1000px;
margin-left: -20px;
margin-top: 20px!important;
margin-bottom: 20px;
font-size:0 !important;
}
 


/* Прокрутка */
 ::-webkit-scrollbar {background: #e1d9ce; width: 7px; height: 7px;}
::-webkit-scrollbar-thumb {background: #433850; width: 7px; height: 7px;}
::-webkit-scrollbar-corner {background: #433850; }



 

0

3

Код:
<div style="position: absolute;margin-top: 360px;margin-left: 363px; width: 410px; height: 15px; background: #7c7a74;  text-align: center; color: #e2e1e1!important; text-transform: lowercase; border-radius: 15px;">
рекомендуем почитать на этой неделе
</div>
<div id="post1" style="position: absolute;margin-top: 379px; margin-left: 363px; width: 410px; height: 142px; overflow-y: auto!important; text-align: center;">
<table>
<tr><td>
<div style="width: 391px; height: 15px; background: #b8b7b7;  text-align: center; color: #4e4b36!important; text-transform: lowercase;  font-weight: 800!important;">
ep "название и ссылка на эпизод"
</div>
</td></tr>
<tr><td>
<div style="width: 380px; padding: 6px;  background: #c0c0c0;  text-align: justify; color: #333333!important; text-transform: lowercase;">
<b>участники:</b>Maddyson Bradley, Maddyson Bradley, Maddyson Bradley.<br>
собирай чемоданы, покупай билеты на паром и отправляйся в путешествие в миннеаполис. здесь и песок, и огонь, и душа американской мечты соединились в безумном танце современности и истории. не задерживайся в бухте, проходи таможню и начни свою увлекательную и хитросплетенную историю с чистого листа в нашем городе!
</div>
</td></tr>
<tr><td>
<div style="width: 391px; height: 15px; background: #b8b7b7;  text-align: center; color: #4e4b36!important; text-transform: lowercase;  font-weight: 800!important;">
ep "название и ссылка на эпизод"
</div>
</td></tr>
<tr><td>
<div style="width: 380px; padding: 6px;  background: #c0c0c0;  text-align: justify; color: #333333!important; text-transform: lowercase;">
<b>участники:</b>Maddyson Bradley, Maddyson Bradley, Maddyson Bradley.<br>
собирай чемоданы, покупай билеты на паром и отправляйся в путешествие в миннеаполис. здесь и песок, и огонь, и душа американской мечты соединились в безумном танце современности и истории. не задерживайся в бухте, проходи таможню и начни свою увлекательную и хитросплетенную историю с чистого листа в нашем городе!
</div>
</td></tr></table>
</div>


<div style="position: absolute;margin-top: 360px;margin-left: 784px; width: 240px; height: 15px; background: #7c7a74;  text-align: center; color: #e2e1e1!important; text-transform: lowercase; border-radius: 15px;">
набили больше всех сообщений
</div>
<div style="margin-top: 379px;margin-left: 780px; position:absolute; width: 255px;">
<a href=""><img src="http://funkyimg.com/i/2yXpg.png" title="+400 СООБЩЕНИЙ" class="Hoverbuttons" style="opacity: 0.5;"></a>
<a href=""><img src="http://funkyimg.com/i/2yXpg.png" title="+400 СООБЩЕНИЙ" class="Hoverbuttons" style="opacity: 0.5;"></a>
<a href=""><img src="http://funkyimg.com/i/2yXpg.png" title="+400 СООБЩЕНИЙ" class="Hoverbuttons" style="opacity: 0.5;"></a>
</div>


<div style="position: absolute;margin-top: 360px;margin-left: 203px; width: 149px; height: 15px; background: #7c7a74;  text-align: center; color: #e2e1e1!important; text-transform: lowercase; border-radius: 15px;">
дуэт недели
</div>
<div style="margin-top: 379px;margin-left: 200px;position:absolute; width: 155px;">
<a href=""><img src="http://funkyimg.com/i/2yXsP.png" title="+400 СООБЩЕНИЙ" class="Hoverbuttons" style="opacity: 0.5;"></a>
</div>

<div style="position: absolute;margin-top: 360px;margin-left: -63px; width: 240px; height: 15px; background: #7c7a74;  text-align: center; color: #e2e1e1!important; text-transform: lowercase; border-radius: 15px;">
написали больше всех постов
</div>
<div style="margin-top: 379px;margin-left: -66px;position:absolute; width: 255px;">
<a href=""><img src="http://funkyimg.com/i/2yXpg.png" title="+400 СООБЩЕНИЙ" class="Hoverbuttons" style="opacity: 0.5;"></a>
<a href=""><img src="http://funkyimg.com/i/2yXpg.png" title="+400 СООБЩЕНИЙ" class="Hoverbuttons" style="opacity: 0.5;"></a>
<a href=""><img src="http://funkyimg.com/i/2yXpg.png" title="+400 СООБЩЕНИЙ" class="Hoverbuttons" style="opacity: 0.5;"></a>
</div>

<!-- НОВОСТНЫЕ БАННЕРЫ -->
<div id="post1" style="position: absolute;margin-top: 190px; margin-left: 258px; width: 450px;height: 94px; overflow-y: auto!important; text-align: center;">
 <a href=""><img src="http://funkyimg.com/i/2yXni.png" title="ИТОГИ"></a> 
<a href=""><img src="http://funkyimg.com/i/2yXni.png" title="ИТОГИ"></a> 
<a href=""><img src="http://funkyimg.com/i/2yXni.png" title="ИТОГИ"></a> 
<a href=""><img src="http://funkyimg.com/i/2yXni.png" title="ИТОГИ"></a> 
<a href=""><img src="http://funkyimg.com/i/2yXni.png" title="ИТОГИ"></a>  
</div>


<!-- амс -->
<div style="position: absolute;margin-top: 170px;margin-left: 260px; width: 440px; height: 15px; background: #3b3a39;  text-align: center; color: #c1bfbd!important; text-transform: lowercase; border-radius: 15px;">
 Samantha * Samantha * Samantha * Samantha
</div>
 
<!-- добро пожаловать -->
<div id="post1" style="position: absolute; margin-top: 105px; margin-left: 260px; font: 10px arial; color: #dedede ;text-shadow: 1px 1px #1b1b1b; width: 440px; height: 60px; line-height: 8pt !important; letter-spacing: 1px; text-align: justify; text-transform: lowercase;">
Привет и добро пожаловать к нам на ролевую по реальной жизни! Собирай чемоданы, покупай билеты на паром и отправляйся в путешествие в Миннеаполис. Здесь и песок, и огонь, и душа американской мечты соединились в безумном танце современности и истории. Не задерживайся в бухте, проходи таможню и начни свою увлекательную и хитросплетенную историю с чистого листа в нашем городе! </div>

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


<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>

 

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


 
 
 
<style>
#pun-navlinks #navawards{display:none;}
</style>

 
<script src="http://hostjs-mybb2011.narod.ru/js/transform_code_boxr.js"></script> 
<style>.punbb td .modlist {display:none;}</style>

<!--Кнопки вверх и вниз-->
<a style="position: fixed; top: 365px; right: 60px; cursor: pointer; background-color: transparent !important;" id="Go_Top"><img src="http://funkyimg.com/i/2yVbM.png" alt="Вверх"></a>
<a style="position: fixed; top: 455px; right: 60px; cursor: pointer; background-color: transparent !important;" id="Go_Bottom"><img src="http://funkyimg.com/i/2yVbL.png"></a>
<script type="text/javascript">
jQuery(function(){
 $("#Go_Top").hide().removeAttr("href");
 if ($(window).scrollTop()>="250") $("#Go_Top").fadeIn("slow")
 $(window).scroll(function(){
  if ($(window).scrollTop()<="250") $("#Go_Top").fadeOut("slow")
  else $("#Go_Top").fadeIn("slow")
 });

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

 $("#Go_Top").click(function(){
  $("html, body").animate({scrollTop:0},"slow")
 })
 $("#Go_Bottom").click(function(){
  $("html, body").animate({scrollTop:$(document).height()},"slow")
 })
});
</script>
<!--Кнопки вверх и вниз-->
 
<style type="text/css">
.post-content td {
border:none transparent !important;
}
</style>

<!— не видно отредактировано —> 
<style>.lastedit{display:none;}</style> 
<style> 
#pun-stats h2 span, 
.category h2 span { 
visibility:hidden!important; 
} 
</style>

0

4

Код:
<script type="text/javascript">
if (document.URL.indexOf("viewforum")!=-1)
{var trs=document.getElementById('pun-main').getElementsByTagName("table")[0].rows
var io=1
for (io=1; io<=(trs.length-1); io++)
{if ((trs[io].className.indexOf("isticky")!=-1)&&(io==1))
{var portant=document.getElementById('pun-main').getElementsByTagName("table")[0].insertRow(1)
var im=portant.insertCell(0)
im.innerHTML="Важные темы"
im.style.color="#454343"
im.style.backgroundColor="#c7c5c3"
im.style.textTransform="lowercase"
im.style.fontWeight="600"
im.style.textAlign="center"
im.style.textTransform="lowercase"
im.style.fontStyle="italic"
im.style.border="1px dotted #afadaa"
im.colSpan="4"}
else if ((trs[io].className.indexOf("isticky")!=-1)&&(trs[io+1].className.indexOf('isticky')==-1))
{var normal=document.getElementById('pun-main').getElementsByTagName("table")[0].insertRow(io+1)
var normal1=normal.insertCell(0)
normal1.innerHTML="Темы форума"
normal1.style.color="#454343"
normal1.style.backgroundColor="#c7c5c3" 
normal1.style.textTransform="lowercase"
normal1.style.fontWeight="600"
normal1.style.textAlign="center" 
normal1.style.fontStyle="italic"
normal1.style.border="1px dotted #afadaa" 
normal1.colSpan="4"
}}}
</script>
 
 

 

<script type="text/javascript">
sAva = "http://s4.uploads.ru/Qzyil.png";
$('#pun-viewtopic div.post').each(function(){
var sSe = $(this).find('li.pa-avatar');
var sUs = $(this).find('li.pa-author');
var sEUs = sUs.text().slice(sUs.text().indexOf(':')+2);
if(sSe.length==0) {$(this).find('li.pa-title').after('<li class="pa-avatar"><img src="'+sAva+'" title="'+sEUs+'"></li>');}});
</script>
 


<!-- скрыть подфорумы -->
<script language="JavaScript">
str=document.URL
if(str.substring(str.lastIndexOf('/')+1)=="" || str.substring(str.lastIndexOf('/')+1)=="index.php")
   document.write("<style>#forum_f27, #forum_f26, #forum_f23 {display:none}</style>")
</script>
<!-- скрыть подфорумы -->

<!--Смена аватара, ника, подписи в посте-->
<script type="text/javascript">
//alert("A")
var SkL="\\[",SkR="\\]";
var patt = new Array()
  patt[0] = SkL + "NIC" + SkR + "([^" + SkL + SkR + "$]+)" + SkL + "/NIC" + SkR;
  patt[1] = SkL + "AVA" + SkR + "([^" + SkL + SkR + "$]+)" + SkL + "/AVA" + SkR;
  patt[2] = SkL + "SGN" + SkR + "([^" + SkL + SkR + "]+)" + SkL + "/SGN" + SkR;
  patt[3] = SkL + "STA" + SkR + "([^" + SkL + SkR + "]+)" + SkL + "/STA" + SkR;
$(".post-content").each(function (){
  var contex = $(this).html();
   for (j=0; j < patt.length; j++){
var chang = '<legend class="hide ' + patt[j].substring(2,5) + '" >';//alert(chang)
var EndCh = '</legend>'; 
var reg_esp  = new RegExp(patt[j],"igm");
contex=contex.replace(reg_esp,chang + "$1" + EndCh);//alert(contex)
    }$(this).html(contex)
});
var pa_avtr='<li class="pa-avatar">';
var Avt_St='<img src="';
var Avt_End='"alt="Аватар"/>';
var PostSig_St='<dl class="post-sig"><dt><span>Подпись автора</span></dt><dd><p>';
var PostSig_End='</p></dd></dl>';
var PostSTA = '<li class="pa-title">';
var PostSTA_End = '</li>';
$(".post legend.hide").each(function (){
var S=$(this).html();
var STA=$(this).parents(".post").find(".post-author .pa-title")
/*[NIC]*/ if($(this).hasClass('NIC')==true){$(this).parents(".post").find(".post-author .pa-author a").html(S);}
/*[STA]*/ if($(this).hasClass('STA')==true){$(this).parents(".post").find(".post-author .pa-title").html(S);}
/*[AVA]*/ if($(this).hasClass('AVA')==true){var AVA=$(this).parents(".post").find(".post-author .pa-avatar")
  if(AVA.html()!=null){AVA.html(Avt_St+S+Avt_End)}else $(this).parents(".post").find(".post-author .pa-title").after(pa_avtr+Avt_St+S+Avt_End+'</li>');}
/*[SGN]*/ if($(this).hasClass('SGN')==true){$(this).parents(".post").find(".post-content .post-sig").replaceWith("");
  $(this).parents(".post").find(".post-content").append(PostSig_St+S+PostSig_End);}
});
</script>
<style>#avtrChang-area{position: absolute;right: 1%;top: 43px;} .post-content legend.hide{display:none;} .punbb .pa-avatar img {max-width:180px;height:auto;}</style>




<style type="text/css">
#wrapper {width: 550px;  overflow-y: auto; }
#smilies-area.container { width:540px!important;   /* Ширина таблички */ padding:10px;
}
/* вкладки доп смайлов */
ul.tabs {  height: 25px;line-height: 15px;margin: 0 0 3px;list-style: none;}
ul.tabs li {float: left;margin-right: 1px; cursor:pointer;}
ul.tabs li a {display: block;padding: 0 15px 1px;margin-bottom: -1px;color: #38495f;text-decoration: none;cursor: pointer;background: #c8ccd0;border: 1px solid #c4c8cc;border-bottom: 1px solid #c4c8cc;position: relative;}
ul.tabs li.tab-current a {color: #444;background: #c8ccd0;padding: 0px 15px 2px;border: 1px solid #c4c8cc;border-bottom: 1px solid #c4c8cc;}
div.t2,div.t3,div.t4,div.t5,div.t6,div.t7 {display: none; width: 540px; max-height: 200px; overflow-y: auto; padding: 8px 5px 8px 5px;} 
</style> 
<script type="text/javascript" src="https://forumstatic.ru/files/0014/9e/2f/71024.js"></script>
</script> 

<script type="text/javascript">
<!--меняем шрифт в топике --> 
<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//меняем шрифт в топике -->

 
 
<!-- Система оповещений о личных сообщениях v.4, / Romych, Alex_63 -->
<link rel="stylesheet" type="text/css" href="https://forumstatic.ru/files/0015/c4/3f/69516.css"/>
<script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/69514.js"></script>

 

<script type="text/javascript">
    var A=["pa-fld1",  "pa-fld4","pa-fld5"]
    $(".post .post-author li").each(function (){
    for(var i=0; i<A.length;i++){if($(this).hasClass(A[i])){
    $(this).html($(this).html().replace(/^[^:]*:/,''));}};});
    </script>


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


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

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

<!-- Выравнивание текста по ширине -->
<style type="text/css">
#button-justify { background:url(http://savepic.net/6701397.png) center no-repeat!important;}
</style>
<script type="text/javascript">
$(document).ready(function(){
$("#post #button-center").after('<td id=button-justify align=center valign=center title="Выравнивание по ширине"><img onclick="bbcode(\'[align=justify]\',\'[/align]\')" src="/i/blank.gif"/></td>');});
</script>

<!-- Кнопка BB-цитата в сообщениях -->
<script src="https://forumstatic.ru/files/0011/da/9b/49269.js"></script>

<!-- Вывод пользователей, проголосовавших за сообщение -->
<style>
div.post-rating .users_voted {
  position: absolute;
  background: #f1f1f1;
  border: solid 1px #ccc;
  border-radius: 4px;
  padding: 4px 6px;
  margin-top: -5px;
  margin-right: 0px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.post-rating .users_voted:after {
  content: url(https://forumstatic.ru/files/0015/41/f2/22145.png);
  position: absolute;
  right: -7px;
  top: 8px;
}
div.post-rating .users_voted p { float: none !important; }
div.post-rating .users_voted p, 
div.post-rating .users_voted a { font-size: 11px !important; }
.post-rating img.loader { margin-bottom: -2px; }
</style>
<script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/35126.js"></script>
<!-- //End// -Вывод пользователей, проголосовавших за сообщение -->


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


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

 

<!--ТЕГ  абзаца - [indent] -->
<style>#button-indent {background:url(http://s7.uploads.ru/t/mnkgq.png)no-repeat center 6px!important;}</style>
<script type="text/javascript">(function(){ var b = '[indent]';
$("#button-strike").after('<td id="button-indent" title="Отступы"><img src="/i/blank.gif"  onclick="smile(\''+b+'\')"></td>');
var indent = '<span style="display:inline-block;margin:1em 2.1em;"></span>'; /*удвоенные Отступы сверху и слево*/
$('.post-content p:contains("'+b+'")').each(function(){ $(this).html( $(this).html().replace(/\[indent\]/gm,indent));});}());
</script>

<!-- Ссылка на авторский пост в цитате // v.3 © Alex_63 -->
<script type="text/javascript">
$('.quote-box>cite:contains("#")').each(function() {
  var cntq = $(this).text(), pid = cntq.split(',')[0], lnkq = '<a class="qc-post-link" href="';
  if($('.post'+pid).length){$(this).html(lnkq+pid+'">'+cntq.split(',')[1]+'</a>');}
  else{$(this).html(lnkq+'/viewtopic.php?pid='+pid.split('#p')[1]+pid+'">'+cntq.split(',')[1]+'</a>');}
});$('#pun-viewtopic .pl-quote>a').each(function() {
  $(this).attr('href',$(this).attr('href').replace('(\'','(\'#'+$(this).parents('.post').attr('id')+','));
});
</script>

 

<!-- репутация -->
<script type="text/javascript">
if(FORUM.PartnerVote.toString().replace(/function\s*\(post_id,vote\)\s*/,"")==="{return true;}")
FORUM.PartnerVote = function(post_id,vote){return false}
</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>
var oldIMG="<td id=\"button-image\" title=\"обычная загрузка\"><img onclick=\"bbcode('[img]','[/img]')\" src=\"/i/blank.gif\"/><b><p style=\"z-index:20;position:absolute;height14px;margin:-15px 0 0 22px;\">2</p></b></td>"
$("#button-image").after(oldIMG);
</script>

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

<!--Конвертик нового сообщения" --><script type="text/javascript">
var nrisunok="https://forumupload.ru/uploads/0000/0a/f2/68797-1.gif";
if( (document.getElementById("navpm").innerHTML.indexOf("(") != -1))
{
document.getElementById("navpm").innerHTML="<img src='"+nrisunok+"'> "+document.getElementById("navpm").innerHTML;
};
</script>

<!--Кнопка обтекания изображений -->
<script language="javascript">
$(function(){
$('td#button-link').before('<td id="floatbut" style=\'background-image:url("http://icons.iconarchive.com/icons/yusuke-kamiyamane/fugue/16/edit-image-center-icon.png")\'></td>');
$('#floatbut, .vibor').click(function(){
$('div#float').toggle();});
  });
elm=document.getElementsByTagName("div")
for(x in elm) if(elm[x].className=="post-content") 
{
post = elm[x].innerHTML;
if(post.indexOf("[/float]") != -1) {
floats = /\[float=(.*?)\]([^\[]{1,11000})\[\/float\]/gi
elm[x].innerHTML = elm[x].innerHTML.replace(floats, "<span style='float: $1; margin: 15px; text-align: $1;'>$2</span>")
}}
</script>
<div id="float" style="display:none;background:#FFFFCC;border:1px solid black; width:auto; padding:8px; position:absolute; margin-top:-60%; margin-left:35%; z-index:20">
<div><strong>Направление обтекания</strong></div><br>
<div align="center">
<img class="vibor" src="http://icons.iconarchive.com/icons/yusuke-kamiyamane/fugue/16/edit-image-icon.png" title="Изображение слева" onclick="bbcode('[float=left]', '[/float]')" />
<img class="vibor" src="http://icons.iconarchive.com/icons/yusuke-kamiyamane/fugue/16/edit-image-right-icon.png" title="Изображение справа" onclick="bbcode('[float=right]', '[/float]')" />
</div></div>

 
 
<!-- отключить поделиться, граффити, вложения -->

<!-- Кнопка добавления HTML-кода -->
<style>
#button-HTML
{background-image:url('http://funkyimg.com/i/27Kke.png');
padding:0; line-height:0; background-position:center;
background-repeat:no-repeat; height:26px; width:100%}
</style>
<script type="text/javascript">
if(form=document.getElementById("form-buttons"))
form.getElementsByTagName("tr")[0].insertCell(19).innerHTML="<img src='/i/blank.gif' title='Добавление HTML-кода' id='button-HTML' onclick=\"bbcode('
Код:
<!--HTML-->', '

');\"/>"
</script>
<!-- Конец кнопки добавления HTML-кода -->

<!-- ЛИЧНЫЕ СТРАНИЦЫ НАЧАЛО -->
<style type="text/css">
/*Подвижка иконки*/
img.a-info{
margin-top: -3px!important;
  margin-left: -173px!important;
  width: 60px;
}
/*Подвижка всплывающей подсказки иконки*/
.tipsy.a-info{
margin-top: 0px!important;
margin-left: 0px!important;
  font: normal normal 400 11px/16.5px Verdana;
}

/*сдвиг таблицы*/ .my-tabs{
  margin-top: -20px;  /*сдвиг таблицы вверх от положения иконки*/
  margin-left:120px;  /*сдвиг таблицы вправо от положения иконки*/
}

/*Цвет фона и бордюров таблицы*/
.my-tabs>.tab-a,.my-tabs>span{
}
</style>
<link rel="stylesheet" type="text/css" href="https://forumstatic.ru/files/0017/97/e9/84817.css" />
<script img-data="" src="https://forumstatic.ru/files/0013/44/56/57946.js" forum="84"></script>
<!-- HTML во всплывающуюю таблицу-->
<script type="text/javascript">
$(document).ready(function(){
  $('img.doubleIcon,img.a-info,.my-tabs>span').live('click',function(){
   $("li.tab-a .code-box").each(function(){
    if($(this).text().indexOf('<!--HTML-->')!=-1){
    $(this).wrap('<div class="htmldemo"></div>')
    $(this).replaceWith($('.htmldemo').text().split('<!--HTML-->')[1]);}
});});});
</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>
<!-- ЛИЧНЫЕ СТРАНИЦЫ КОНЕЦ-->

0


Вы здесь » вам нельзя » гостевая » 📢диз


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