Здесь должна быть таблица

testredsun

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

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


Вы здесь » testredsun » CLOSE ACCESS » Тестовое сообщение


Тестовое сообщение

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

1

Благодарим за выбор нашего сервиса!

0

2

http://s9.uploads.ru/krCuT.gif http://s5.uploads.ru/PndwK.gif

0

3

http://s3.uploads.ru/gwTvh.gif http://sg.uploads.ru/RYb12.gif

0

4

Код:
<!--HTML--><link href='http://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
<style>
.izra {position: relative; margin-left: 100px; width: 100px; height: 100px; border-radius: 50.5px; transition-duration: 0.9s; -moz-transition-duration: 0.9s; -webkit-transition-duration: 0.9s; -o-transition-duration: 0.9s;}
.izra:hover { -webkit-filter: blur(2px);
   -moz-filter: blur(2px);
   -ms-filter: blur(2px);}</style>

<table cellspacing="0" cellpadding="100">
<tbody><tr><td><div style="margin-left: 55px; font: 10px roboto; font-variant: small-caps; width: 300px;  font-size: 26px; text-transform: uppercase; color: #212121;  text-shadow: -1px 1px #212121; margin-top: 3px; line-height: 100%;">Принцесса</div>
<div style="margin-left: 55px; font-family: times; text-transform: uppercase; font-size: 9px; letter-spacing: 2px; color: #212121; line-height: 100%; margin-top: 2px;">Charlotte Beaumont - 17</div></td>
<td><div class="izra"></div></td>
</tr></tbody></table>
<div style="width: 500px; height: 80px; background: url(http://funkyimg.com/i/2HZ28.gif) repeat; margin-top: -95px;"></div>
<div style="width: 430px; padding: 35px;  background: url(http://funkyimg.com/i/2HYZY.png) repeat; border-bottom: 0px solid #0a0a0a; font-family: georgia; font-size: 11px; line-height: 12px; text-align: justify; color: #212121;">

Брат... Мой милый маленький братишка, кажется я не перестану это повторять, то что ты младше. Что бы я не говорил и не делал ты слишком мне дорог, намного больше, чем бабушка. Та хоть и является частью некоего моего прайда, всегда нравилось так считать нашу семью, но ты нечто особенное. Твой голос всегда мог успокоить меня и вернуть на землю. Всего лишь фразы было достаточно, чтобы я успокоился и волна обращения прекратилась и даже не засветились глаза. Но сейчас, никак не могу решить, ты правду нашел её, свою пару?  </center>
</div>
</div>

0

5

[html]<style>
/* стиль общего контейнера с кнопками */
.menu{
  width: 620px; /* ширина */
  margin: 10px auto;  /* отступы */  
  list-style: none;
  counter-reset: li;
  background: #eee; /* фон */
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1) inset; /* тень вокруг контейнера */
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
  -moz-border-radius: 10px; /* закругление углов */
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.menu:before,
.menu:after {
  content: "";
  display: table; /* отображение кнопок в виде таблицы */
}

.menu:after {
  clear: both;
}

.menu {
  zoom:1;
}

/* стиль кнопки */       
.menu li {
  position: relative;
  float: left;
  cursor: pointer;
  height: 120px; width: 200px; /* высота и ширина кнопки */
  margin: 5px 0 0 5px; /* отступы между кнопками */
  color: #fff;
}

.menu li:hover, .menu li:focus{ /* градиент, который появляется на кнопки при наведении курсора */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.2)), to(rgba(255,255,255,0)));
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,.2), rgba(255,255,255,0));
  background-image: -moz-linear-gradient(top, rgba(255,255,255,.2), rgba(255,255,255,0));
  background-image: -ms-linear-gradient(top, rgba(255,255,255,.2), rgba(255,255,255,0));
  background-image: -o-linear-gradient(top, rgba(255,255,255,.2), rgba(255,255,255,0));
  background-image: linear-gradient(top, rgba(255,255,255,.2), rgba(255,255,255,0));
}

/* стиль всплывающего описания */

.menu .cover{
  z-index: 2;
}

.menu .cover:focus{
  outline: 0;
}

.menu li::after{
  content: counter(li);
  counter-increment: li;
  font: italic bold 10px serif, georgia; /* шрифт */
  position: absolute;
  color: rgba(255,255,255,.1);
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out; 
  transition: all .2s ease-out;   
}     

.menu li:hover::after, .menu li:focus::after{
  font-size: 100px;
  opacity: 1;
}

.menu .cover::after{
  z-index: -1;
}

.menu li:nth-child(1),
.menu li:nth-child(2),
.menu li:nth-child(3){
  margin-top: 0;
}

.menu li:nth-child(1),
.menu li:nth-child(4),
.menu li:nth-child(7){
  margin-left: 0;     
}

/* цвета кнопок по порядку */

.menu li:nth-child(1),
.menu li:nth-child(1) .content,
.menu li:nth-child(1) .close{
  background-color: #2c618f;
}         

.menu li:nth-child(2),
.menu li:nth-child(2) .content,
.menu li:nth-child(2) .close{
  background-color: #91ab31;   
}   

.menu li:nth-child(3),
.menu li:nth-child(3) .content,
.menu li:nth-child(3) .close{
  background-color: #714a28;   
}

.menu li:nth-child(4),
.menu li:nth-child(4) .content,
.menu li:nth-child(4) .close{
  background-color: #e58600;     
}

.menu li:nth-child(5),
.menu li:nth-child(5) .content,
.menu li:nth-child(5) .close{
  background-color: #c33a00;
}

.menu li:nth-child(6),
.menu li:nth-child(6) .content,
.menu li:nth-child(6) .close{
  background-color: #7f5dac;
}

.menu li:nth-child(7),
.menu li:nth-child(7) .content,
.menu li:nth-child(7) .close{
  background-color: #5672b7;     
}

.menu li:nth-child(8),
.menu li:nth-child(8) .content,
.menu li:nth-child(8) .close{
  background-color: #69003f;
}

.menu li:nth-child(9),
.menu li:nth-child(9) .content,
.menu li:nth-child(9) .close{
  background-color: #393043;
}

/* стиль всплывающего контента */

.menu .content{
  opacity: 0; display: none\9;
  overflow: hidden;
  font: 12px Arial, Helvetica; /* шрифт */
  position: absolute;
  height: 120px; width: 200px; /* Высота и ширина области текста. В идеале: height: 100%; width: 100%; , но будет работать только в FF */
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out; 
  transition: all .3s ease-out;     

.menu .expanded{
  opacity: .95; display: block\9;
  overflow: visible;
  padding: 40px;
  height: 300px; width: 540px; /* высота и ширина области перекрытия контейнера с всплывающего описания */
}

.menu li:nth-child(3n) .content{ /* 3,6,9 */
  right: 0;
}

.menu li:nth-child(3n-1) .expanded{ /* 2,5,8 */
  left: 50%;
  margin-left: -310px;
}

.menu li:nth-child(7) .content, /* 7,8,9 */
.menu li:nth-child(8) .content,
.menu li:nth-child(9) .content{
  bottom: 0;
}                     

.menu li:nth-child(4) .expanded, /* 4,5,6 */
.menu li:nth-child(5) .expanded,
.menu li:nth-child(6) .expanded{
  margin-top: -190px;
  top: 50%;
}

/* стиль названия кнопок */   

.menu .title{
  position: absolute;
  height: 100%; width: 100%;
  text-align: center; /* выравнивание по центру */
  font: italic bold 1em/120px 'trebuchet MS', Arial, helvetica; /* шрифт */
  opacity: .2;
}

.menu li:hover .title{
  opacity: .7;
}   

/* стиль крестика, закрывающего всплывающее описание */

.menu .close {
  display: none;
  border: 5px solid #fff; /* обводка (граница) */
  color: #fff; /* цвет */
  cursor: pointer;
  height: 40px; width: 40px; /* высота и ширина */
  font: bold 20px/40px arial, helvetica; /* шрифт */
  position: absolute;
  text-align: center;
  top: -20px; right: -20px; /* расположение (двигаем крестик) */
  -moz-border-radius: 40px; /* закругление границ */
  -webkit-border-radius: 40px;
  border-radius: 40px;     
}

.menu .cover .close{
  display: block;
}</style>
<ul class="menu">
    <li tabindex="1">
      <span class="title">Один</span>
      <div class="content">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum dictum scelerisque. Morbi eu euismod lorem.</div>
    </li>
    <li tabindex="1">
      <span class="title">Два</span>
      <div class="content">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum dictum scelerisque. Morbi eu euismod lorem.</div>
    </li>
    <li tabindex="1">
      <span class="title">Три</span>
      <div class="content">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum dictum scelerisque. Morbi eu euismod lorem.</div>
    </li>
    <li tabindex="1">
      <span class="title">Четыре</span>
      <div class="content">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum dictum scelerisque. Morbi eu euismod lorem.</div>
    </li>
    <li tabindex="1">
      <span class="title">Пять</span>
      <div class="content">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum dictum scelerisque. Morbi eu euismod lorem.</div>
    </li>
    <li tabindex="1">
      <span class="title">Шесть</span>
      <div class="content">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum dictum scelerisque. Morbi eu euismod lorem.</div>
    </li>
    <li tabindex="1">
      <span class="title">Семь</span>
      <div class="content">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum dictum scelerisque. Morbi eu euismod lorem.</div>
    </li>
    <li tabindex="1">
      <span class="title">Восемь</span>
      <div class="content">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum dictum scelerisque. Morbi eu euismod lorem.</div>
    </li>
    <li tabindex="1">
      <span class="title">Девять</span>
      <div class="content">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse interdum dictum scelerisque. Morbi eu euismod lorem.</div>
    </li>     
  </ul>
<script>
  (function(){
 
    // Добавялем кнопку закрытия каждому блоку
    $('.menu .content').append('<span class="close">x</span>');   
    // Выводим окно
    function showContent(elem){
    hideContent();
    elem.find('.content').addClass('expanded');
    elem.addClass('cover');
    }
    // Сбрасываем все
    function hideContent(){
    $('.menu .content').removeClass('expanded');
    $('.menu li').removeClass('cover');   
    }
   
    // Когда элемент li нажат, выводим окно с его содержанием и позиционируем поверх всего
    $('.menu li').click(function() {
    showContent($(this));
    });   
    // Содержание будет также выводиться с помощью нажатия клавиши ENTER
    $('.menu li').keypress(function(e) {
    if (e.keyCode == 13) {
        showContent($(this));
    }
    });

    // Когда нажат верхний правый элемент, сбрасываем все
    $('.menu .close').click(function(e) {
    e.stopPropagation();
    hideContent();
    });   
    // Также сброс происходит по нахатию клавиши ESC
    $(document).keyup(function(e) {
    if (e.keyCode == 27) {
      hideContent();
    }
    });
   
  })();
</script>[/html]

0

6

1

0

7

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

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

/* A1.1 */

  @import url(style_cs.css);

@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=cyrillic,cyrillic-ext');
@import url('https://fonts.googleapis.com/css?family=Lobster&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Play:400,700&subset=cyrillic');

@import url('https://fonts.googleapis.com/css?family=Amatic+SC:400,700|Old+Standard+TT:400,700|Oranienbaum|Oswald:300,400,700|PT+Sans:400,700|Roboto+Condensed:300,400,700|Roboto:100,300,400,700');

@import url('https://fonts.googleapis.com/css?family=Playfair+Display+SC&subset=cyrillic');

@import url('https://fonts.googleapis.com/css?family=Playfair+Display:200,400,700,900|Prata&subset=cyrillic');

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,400,600,900|Open+Sans:300,400,400i,600,600i,700,700i,800&subset=cyrillic');

@import url('https://fonts.googleapis.com/css?family=Open+Sans:800');

@import url('https://fonts.googleapis.com/css?family=Alice|Caveat:400,700|Poiret+One&subset=cyrillic');

/*Русские*/
@import url('https://fonts.googleapis.com/css?family=Amatic+SC|Bad+Script|Caveat|Cormorant+Garamond|Cormorant+Infant|Lobster|Marck+Script|Neucha|Open+Sans+Condensed:300|Pacifico|Pattaya|Playfair+Display|Poiret+One|Spectral+SC|Roboto|Oswald|Yeseva+One|Cuprum|Cousine');

/*Английские*/
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Aguafina+Script|Akronim|Alex+Brush|Allura|Arizonia|Astloch|Atomic+Age|Berkshire+Swash|Bigelow+Rules|Bilbo+Swash+Caps|Cabin+Sketch|Calligraffitti|Ceviche+One|Cinzel|Cinzel+Decorative|Clicker+Script|Cookie|Courgette|Dancing+Script|Diplomata+SC|Dorsa|Fredericka+the+Great|Gloria+Hallelujah|Grand+Hotel|Great+Vibes|Herr+Von+Muellerhoff|Homemade+Apple|IM+Fell+English+SC|Indie+Flower|Italianno|Julius+Sans+One|Kranky|Leckerli+One|Love+Ya+Like+A+Sister|Meddon|Montez|Mr+Dafoe|Mr+De+Haviland|Niconne|Norican|Nothing+You+Could+Do|Parisienne|Permanent+Marker|Petit+Formal+Script|Pinyon+Script|Playball|Ranchers|Rochester|Rock+Salt|Rouge+Script|Ruthie|Rye|Sacramento|Satisfy|Sedgwick+Ave|Shadows+Into+Light|Spectral+SC|Tangerine|VT323|Yellowtail|Yesteryear|Dawning+of+a+New+Day|Fjalla+One|Geo|Pirata+One|Chathura|Archivo+Black|Just+Another+Hand|Reenie+Beanie|Six+Caps|Anton|Bangers|Cutive+Mono|League+Script|Lovers+Quarrel|Oleo+Script+Swash+Caps|Source+Code+Pro|Vibur|Vidaloka');
@import url(http://allfont.ru/allfont.css?fonts=bakerscript);

@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,400,700|Cormorant+SC:300,400,700|Cormorant+Unicase:300,400,700|Cormorant:300,400,700|EB+Garamond:400,800&subset=cyrillic,cyrillic-ext');


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

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

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

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

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

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

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

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


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

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

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

.punbb th   {
  font-size: 0.9em;
  font-weight: bold;
  }
.punbb h4, .punbb table {
  font-size: 1em;
  font-weight: normal;
  }

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

/* A3.6 */
.punbb pre {
  font: 1.1em/140% verdana, arial, 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 dl.post-sig dt span,
.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 {
    background: #dae2e0 url(https://forumstatic.ru/files/0019/8f/77/24817.png) repeat scroll top center;
    margin: auto;
    position: relative;
    width: 1074px;
}
.punbb {
    height: auto;
    margin-left: 44px;
    width: 1005px;

}


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

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

#pun-main h2 {
  padding: 2px 1em 9px 1em;
  border-style: solid;
  border-width: 1px;
}

/***************************************************/*************************************************************
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 {
border-top: 1px solid #cbcac8;
display: block;
margin: 5px 0;
width: 100%;
}

/* B1.3 */
.punbb .post-content p {
  margin: 0;
  padding: 0 0 1em 0;
  line-height: 150%;
 font-family: 'Verdana', sans-serif;  }


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

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

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

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

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
    border: medium none;
    margin: 0.4em 0em 0.8em;
    padding: 0em;
}


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

/* 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: -4.6em;
left: 1em;
float: left;
width: 24em;
text-align: left;
font-family: open sans;
font-size: 10px;
text-transform: uppercase;
color: #444; 
  }

/* B3.4 */
.linkst .postlink {
  position: absolute;
  top: -4.6em;
  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;
  font-family: open sans;
  font-size: 10px;
  text-transform: uppercase;
  color: #444
  }

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* C1.16 */
.punbb textarea, .punbb .longinput input {
  width: 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;
  }

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

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


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

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

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

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


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

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

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

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

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

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

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

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

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

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

* html .tclcon {height: 1px}

/* C2.14 */
.punbb td div.tclcon {
    font-size: 11px;
    line-height: 10px;
    margin-left: 0;
    text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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


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

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

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

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

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


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

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

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


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

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

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

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

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

/*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: none;
  margin-bottom: -35px;
}

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

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

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

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

#pun-title TD.title-logo-tdr {
	border: none;
	width: 420px;
}

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

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

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

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

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

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

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

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

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

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

/* D3.2 */
#pun-navlinks .container {
  padding-top: 15px;
  height: 27px;
  font-weight: normal;
  text-align: center;
  width: 745px;
}

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

/* D3.4 */
#pun-navlinks li a {
    font-family: tahoma;
    font-size: 0.8em;
    padding: 10px 5px 10px 7px;
}

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

/* D4.1 */
#pun-ulinks {
    border: 2px solid transparent;
    margin-bottom: 15px;
}
#pun-ulinks .container {
    border: medium none;
    font-weight: bold;
    height: 3px;
    padding-top: 0px;
    text-align: center;
    width: 850px;
}
#pun-ulinks li, #pun-ulinks li a {
    display: inline;
    white-space: nowrap;
}
#pun-ulinks li a {
    font-size: 0.8em;
    padding: 0 0 0 5px;
}

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

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

/* D5.2 */
/* D5.2 */
#pun-status .container {
text-align: left;
font-family: open sans;
font-size: 10px;
letter-spacing: 0px;
  letter-spacing: 0px;
  font-weight: lighter;
  margin-left: 20px
}


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

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

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

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

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

/* D6.1 */
#pun-announcement h2 {
  padding: 0;
  margin: 0 1em -3.5em 1em;
  border-style: none none solid none;
  border-width: 0 0 1px 0;
  position: relative;
  font-weight: bold;
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 {
  padding: 0.6em 1em 1em 1em;
  margin-bottom: -20px;
  margin-top: 20px
  }

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

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

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

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


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

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

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

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

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

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

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

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

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

::-webkit-scrollbar {
width: 6px;
height:6px;
background-color: rgba(20, 18, 15,0.1);
border-radius: 10px !important;}
::-webkit-scrollbar-thumb {
  background-color:#688e97;
  width:6px !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255,0.1) inset;
border-radius: 10px !important;
}


.stickytext, .closedatafield, #pun-live-rusff, .pl-reports  {display: none}


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


#pun-messages .post h3 {background: none;
  width: auto;
text-shadow: none;
  margin-left: 250px !important;
}
#pun-messages .pa-avatar {margin-top: 10px !important;
margin-bottom: 6px !important;}
#pun-messages .pa-author {padding: 0px}
#pun-messages .post-author {  margin-top: -10px !important;
  background: none;
}
#pun-messages .post-author ul {color: #666}
#pun-messages .post-author a {color: #587e8b !important;}
#pun-messages .pa-posts {display: none}
#pun-messages .pa-online {background: none;
font-size: 12px;
margin-left: -5px !important;}

#main-reply {height: 200px}


#pun-viewtopic .FNTslider {display: block}
    .FNTslider {
      border-radius: 2px;
      position:absolute;z-index:1000;
      background: #d4d4d5;
      width: 110px;
      height: 2px;
      margin: 5px 5px;
      border: solid 1px #d4d4d5;
      float: left;
      margin-left: 396px;
      display: none
    }
    .FNTslider .before {
      height: 2px;
      border: solid 1px transparent;
      border-right: none 0;
      border-radius: 0px 0 0 0px;
      position: absolute;
      background: #82223a;
      margin-top: -1px;
      margin-left: -1px
    }
    .FNTslider .thumb {
      width: 5px;
      height: 10px;
      border-radius: 1px;
      position: relative;
      top: -4px;
      background: #4d4043;
      cursor: pointer;
    }

#post-form #post legend span {display: none}


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

.modal-inner h2 {background: none !important;}
.modal-inner { 
    color: #444;
    padding: 20px 7px 7px 7px !important;
    border: 3px double #b2c0c5;
    box-shadow: 0 0 10px 1px rgba(118,144,159,.2) inset, 0 0 2px 1px rgba(118,144,159,.2);
background: #dbdee1;
    border-radius: 1px !important;
    position: relative;
    margin: 5px 15px 15px}


.pl-reports {display: none !important;}

.pa-avatar img {max-width: 180px}


.sslka {display: block;
opacity: .97;
padding: 5px}
#pun .sslka a {      background: #647e84;
  white-space: nowrap;
 margin: 5px auto;
  border-radius: 2px;
  text-align: center;
  transition: all 0.3s linear 0s;
display: block;
  padding: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 175px;
color: #dee4e5;
font-family: alice;
font-size: 11px;
box-shadow: 0 0 0 1px #a6b7bb inset
}

#pun .sslka a:hover {    background-color:#dee4e5 !important;
  opacity: .9;
  transform: scale(.9);
  color: #647e84
}

#pun .sslka span {    background-color:#65604d !important;
  color: #908b76;
  font-family: alice;
font-size: 11px;
box-shadow: 0 0 0 1px #384f28 inset;
  display: block;
  text-align: center;
  padding: 5px 0 6px 0;
  text-transform: uppercase
}

#vklaka1 {width: 200px;
margin-left: 120px;
position: absolute;
  top: 260px;
  z-index: 9;
}

.oformlenie_knopki.oformlenie_knopki2 {background: url(https://forumstatic.ru/files/0019/8f/77/76655.png) no-repeat
}

.oformlenie_knopki {background: url(https://forumstatic.ru/files/0019/8f/77/59621.png) no-repeat;
    height:23px;
  width: 377px;
        display:inline-block;
        cursor: pointer; 
font-size: 0px;
  color: transparent;
  position: absolute;
  top:242px;
  margin-left: 156px;
  transition: all .5s ease-in-out 0s
    }

.post-content td { border:none transparent !important;}

#html-header a {color: #3d5f6a;
text-shadow: none}
#html-header a:hover {color: #fff}

.pa-fld1 {background: url(https://forumstatic.ru/files/0019/8f/77/77652.png) no-repeat top center,
  url(https://forumstatic.ru/files/0019/8f/77/69964.png) no-repeat bottom center,
  url(https://forumstatic.ru/files/0019/8f/77/57963.png) repeat-y top center;
width: 218px;
margin-left: -7px !important;
padding: 10px 0 !important;
margin-bottom: -5px;
margin-top: -5px!important;}

.profilelz1 {margin: 8px 0 5px 0}
.lzr {margin-top: -3px;
margin-bottom: 5px}
.profilelz2 {text-align: center;
margin: 0 20px 15px 20px}

.activblock {position: absolute;
width: 300px;
text-align: center}
.activblock img {transition: all .5s ease-in-out 0s}
.activblock img:hover {filter: grayscale(100%) brightness(.7)}

.bestpost {position: absolute;
top: 200px;
margin-left: 660px;
width: 350px;
text-align: justify;
font-family: open sans;
font-size: 10px;
color: #96927b;
text-shadow: 1px 1px 1px rgba(0,0,0,.32)}
.bestpost img {float: right;
bottom: 0;
position: absolute;
right: 20px}
.bestpost text {display: block;
overflow-y: auto;
height: 70px;
margin-top: 2px;
width: 240px;
padding-right: 5px}

hello {position: absolute;
color: #96927b;
text-shadow: 1px 1px 1px rgba(0,0,0,.32);
text-align: justify;
font-family: open sans;
font-size: 10px;
top: 57px;
margin-left: -5px !important;
width: 275px;
line-height: 12px;
height: 60px;
overflow-y: auto}

.bannersSomnia {position: absolute;
bottom: 25px;
margin-left: 230px !important;
width: 520px;
height: 50px;
overflow-y: auto}
.bannersSomnia img {transition: all .5s ease-in-out 0s;
filter: brightness(50%) opacity(.5)}
.bannersSomnia img:hover {filter: brightness(100%) opacity(1)}

#pichov {position: absolute;
opacity: 0;
margin-left: 198px;
transition: all .5s ease-in-out 0s}
#pichov:hover {opacity: 1}

.heyinf {position: absolute;
font-family: open sans;
color: #96927b;
text-transform: uppercase;
font-size: 9px;
text-align: center;
top: 213px;
margin-left: 40px;
width: 375px}
#pun .heyinf a {color: #726c4a}

.tooltip3 {
    position: relative;
    display: inline
}
.tooltip3 em3 {
    display: inline;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
    position: absolute;
    opacity: 1;
    color: #96927b;
    font-family: open sans !important;
  text-shadow: 1px 1px 1px rgba(0,0,0,.7));
    font-size: 10px !important;
    font-style: normal;
    height: auto;
    left: -62px;
    padding: 10px;
    text-align: center;
    width: 150px;
    top:55px;
  background: #ecedef;
  text-transform: none;
    line-height: 12px;
  border-radius: 5px;
  box-shadow: 0 0 3px 0 rgba(0,0,0,.05), 0 0 5px 3px rgba(0,0,0,.1) inset
}
.tooltip3:hover em3 {
    top: 20px;
    font-family: arial !important;
    font-size: 10px !important;
    font-style: normal;
    height: auto;
    padding: 10px;
    position: absolute;
    width: 150px;
    z-index: 9999;
    transform: scaleX(1);
    opacity: 1;
    transition: all 0.5s ease-in-out 0s;
  line-height: 10px
}

.guestbook {width: 674px;
height: 491px;
background: url(https://forumstatic.ru/files/0019/eb/ed/87782.png);
margin: auto;
margin-top: -12px;}

.gblink {
position: absolute;
margin-top: 82px;
width: 674px;
text-align: center;
font-family: open sans;
text-transform: lowercase;
font-weight: 100;
font-size: 12px;
letter-spacing: 1px;
color: rgba(255,255,255,0.85)}

#pun .gblink a {color: rgba(255,255,255,0.85) !important;
    background: linear-gradient(rgba(255,255,255,1) 20%, rgba(0,0,0,1) 80%) !important;   
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,.32);}

#pun .gblink a:hover {color: rgba(255,255,255,0.90) !important;
        text-shadow: 1px 1px 1px rgba(0,0,0,.32), 0 0 10px rgba(255,255,255,1), 0 0 5px rgba(255,255,255,1);}

.guestinf {
font-family: open sans;
color: #7b7b7b;
font-size: 12px;
text-align: justify;
position: absolute;
margin-top: 120px;
margin-left: 50px;
width: 570px;
line-height: 15px}

.guestblock {
font-family: open sans;
color: #7b7b7b;
font-size: 12px;
text-align: center;
position: absolute;
margin-top: 291px;
margin-left: 58px;
width: 255px;
height: 140px;
overflow-y: auto}

.rcebook {width: 674px;
height: 491px;
background: url(https://forumstatic.ru/files/0019/eb/ed/82476.png);
margin: auto;
margin-top: -12px;}

.racebooktit {
position: absolute;
margin-top: 34px;
width: 674px;
text-align: center;
font-family: Cormorant Garamond;
text-transform: uppercase;
font-weight: normal;
font-size: 30px;
letter-spacing: 1px;
color: rgba(255,255,255,0.85) !important;
    background: linear-gradient(rgba(255,255,255,1) 20%, rgba(0,0,0,1) 80%) !important;   
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,.32);}

.raceinf {
font-family: open sans;
color: #7b7b7b;
font-size: 12px;
text-align: justify;
position: absolute;
margin-top: 88px;
margin-left: 50px;
width: 565px;
line-height: 17px;
padding-right: 5px;
height: 350px;
overflow-y: auto}

.raceinf img {float: left;
margin-right: 10px}

.pa-fld2 {margin-left: -6px;
margin-top: -16px !important;
margin-bottom: -15px;
}

.charcont {background: url(https://forumstatic.ru/files/0019/eb/ed/22802.png);
width: 674px;
height: 488px;}

.charpic {width: 108px;
overflow: hidden;
height: 90px;
margin-left: 73px;
margin-top: 26px;
position: absolute}
.charpic img {width: 108px;
filter: grayscale(100%)}

.charpic:after {background: url(https://forumstatic.ru/files/0019/eb/ed/82742.png);
width: 108px;
height: 90px;
display: block;
content: "";
margin-top: -146px;
position: absolute;}

.charname {font-family: Cormorant Garamond;
text-transform: uppercase;
font-weight: normal;
color: rgba(255,255,255,0.9) !important;
    background: linear-gradient(rgba(255,255,255,1) 20%, rgba(0,0,0,1) 80%) !important;   
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,.22);
font-size: 20px;
margin-left: 200px;
top:39px;
position: relative}

.charinf {position: relative;
margin-left: 200px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.32);
color: rgba(255,255,255,0.7) !important;
font-family: open sans;
font-size: 10px;
top: 54px;
width: 400px;
overflow-x: auto}

.charinf2 {top: 92px;
position: relative;
font-family: open sans;
font-size: 11px;
color: #7b7b7b;
margin: 0 50px;
text-align: justify;
height: 50px;
overflow-y: auto}

.charitems {font-family: open sans;
color: #7b7b7b;
position: relative;
top: 95px;
margin: 0 50px;
font-size: 10px;}

.charitems span {color: #98a6aa;
font-weight: bold;
text-align: left !important;
text-transform: uppercase;
font-size: 14px;
padding-left: 50px}

.charitems .achiv {background: rgba(0,0,0,.12);
border-radius: 5px;
text-align: center;
box-shadow: 1px 1px 1px rgba(255,255,255,.5), 1px 1px 1px rgba(0,0,0,.1) inset;
height: 80px;
overflow-y: auto;
padding: 10px}

img.Hoverbuttons {transition: all .5s ease-in-out 0s;
opacity: .3}
img.Hoverbuttons:hover {opacity: 1}

.achiv p {
font-family: Book Antiqua !important;  
font-size: 10pt !important;
}

0

8

Код:
.offctgr {display:block!important;
visibility:visible!important;
}

#pun-index .tcmod {
    width: 10%;
    font-family: roboto;
    font-size: 13px;
    font-weight: 300;
}



.pa-posts, .pa-respect, .pa-fld3, .pa-fld4 {
    display: inline-block;
    font-family: alice;
    width: 76px;
    font-size: 10px;
    margin-top: 0px !important;
    padding-bottom: 5px !important;
    text-transform: uppercase;
}
.pa-posts, .pa-fld3 {
    float: left;
    margin-left: 20px !important;
}
.pa-respect,.pa-fld4 {
    float: right;
    margin-right: 20px !important;
}

#profilenav h2 {
    text-align: left !important;
}

.pa-online {text-transform: uppercase;
margin-left: -8px !important;
clear: both}

.post-author {
    margin-left: -28px !important;
    margin-top: 18px !important;
    margin-bottom: 0px !important;
    padding-bottom: 35px !important;
    width: 289px !important;
    padding-top: 0px !important;
    background: url(https://forumstatic.ru/files/0019/8f/77/78155.png) no-repeat top center,
        url(https://forumstatic.ru/files/0019/8f/77/80429.png) no-repeat bottom center,
        url(https://forumstatic.ru/files/0019/8f/77/77874.png) repeat-y top center;
    position: relative;
    min-height: 150px;

}

.post-content {margin: 55px 13px 0px 35px !important;
position: relative;
}

#pun-post .pa-author {margin-left: 57px;
width: 190px !important;
padding: 0;
color: #fff;
}


.post h3 {background: url(https://forumstatic.ru/files/0019/8f/77/69752.png) no-repeat;
    color: #fff !important;
    font-family: cambria !important;
    font-size: 9px !important;
    height:68px;
    padding-top: 0px;
    width: 1054px;
    text-transform: uppercase;
    font-weight: 100 !important;
    letter-spacing: 1px;
    border: none;
    position: absolute;
    margin-left: -26px !important;
line-height: 71px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.32)
}
.post h3 span {
    color: #fff;
    margin-left: 64px !important;;
    margin-top: -4px;
    text-align: left;
    width: 200px;
    font-weight: lighter !important;
    position: relative;
    z-index: 1
}

#pun .post h3 span a {color: #fff}


#pun .post h3 strong {
    font-weight: normal;
    margin-left: 690px;
    position: absolute;
    width: 200px;
    text-align: right !important;
    color: #fff
}

.pa-author img {
    display: none;
}
.post-author .pa-author {
    font-family:prata !important;
    font-size: 13px !important;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    padding: 0px 0 0px 0;
    margin-top: 45px;
    width: 206px
}


#pun .pa-author a { color: rgba(255,255,255,0.85) !important;
    background: linear-gradient(rgba(255,255,255,1) 20%, rgba(0,0,0,1) 80%) !important;   
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,.32);
}

#pun .pa-author a:hover { color: rgba(255,255,255,0.90) !important;
        text-shadow: 1px 1px 1px rgba(0,0,0,.32), 0 0 10px rgba(255,255,255,1), 0 0 5px rgba(255,255,255,1);}

#pun .post-author ul a {color: #fff}
#pun .post-author ul a:hover {color: #d6d7d7}

.post-author ul {
    color: #d6d7d7;
    font-size: 10px;
    line-height: 11px;
    margin-left: 49px;
    padding: 0px !important;;
    text-align: center;
    width: 206px;
    font-family: roboto;
        text-shadow: 1px 1px 1px rgba(0,0,0,.32);
}
.pa-avatar {
    margin-top: -2px !important;
    width: 206px;
    margin-bottom: 0px !important;
    margin-left:0px !important;
}

.pa-avatar.item2 > img { 
border-width:6px!important;
border-color:transparent!important;
border-image: url(https://forumstatic.ru/files/0019/8f/77/86501.png) 6 stretch stretch!important;
border-style: solid;
}

.pa-title {
    font-family: pt sans !important;
    font-size: 10px !important;
    font-weight: 300 !important;
    text-transform: lowercase;
    padding-top: 0px !important;
    margin-top: 9px !important;
    text-align: center;
    width: 206px;
letter-spacing: 1px
}

.pa-ip {clear: both}

.punbb th {
    font-size: 0 !important;
}
li#navawards, .lastedit {
    display: none !important;
}
.pa-gifts {
    display: none;
}

HTML, body {
    background: url("https://forumstatic.ru/files/0019/8f/77/65769.png") no-repeat scroll top center,
url("https://forumstatic.ru/files/0019/8f/77/65769.png") no-repeat scroll bottom center,
url("https://forumstatic.ru/files/0019/8f/77/65769.png") repeat-x scroll left top, 
url("https://forumstatic.ru/files/0019/8f/77/65769.png") repeat-x scroll left bottom,
        #728c93 url("https://forumstatic.ru/files/0019/8f/77/65769.png") repeat scroll left top;
}


#pun-title {border: none}

#pun-title table {
    background: rgba(0, 0, 0, 0) url(https://forumstatic.ru/files/0019/8f/77/99321.png) no-repeat;
    border: none;
    height: 400px;
    margin-left: -87px;
   margin-bottom: -87px !important;
    width: 1160px;
}


#navadmin {position: absolute;
top: 70px;
margin-left: 20px !important;}

#pun-navlinks #navadmin a {background: #789198 !important;
border-radius: 3px}

#navsearch {margin-right: 150px !important;}

#pun-navlinks a {
 color: rgba(255,255,255,0.80) !important;
    background: linear-gradient(rgba(255,255,255,1) 20%, rgba(0,0,0,1) 70%) !important;   
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,.32);
    text-align: center;
    transition: all 0.5s ease-in-out 0.1s;
    opacity: 1;
    font-weight: lighter !important;
    font-size: 17px !important;
    padding: 0 !important;
    text-transform: uppercase;
    display: inline-block;
    margin: 0px 3px;
    width: 128px !important;
    font-family: cambria !important;
    height: 22px;
    line-height: 22px !important;
    position: relative;
    padding: 0 !important;
}

#pun-navlinks a:hover {
    transition: all 0.5s ease-in-out 0.1s;
 color: rgba(255,255,255,0.90) !important;
        text-shadow: 1px 1px 1px rgba(0,0,0,.32), 0 0 10px rgba(255,255,255,1), 0 0 5px rgba(255,255,255,1);
}
#pun-navlinks .container {
    display: inline-block;
    font-size:0px !important;
    font-style: normal;
    font-weight: lighter !important;
    margin-left: -6px !important;
    position: absolute;
    text-align: center;
    top: 285px;
    width: 1018px !important;
    word-spacing: 0;
    padding: 0px !important;
}

#pun-ulinks .container {
    font-family: open sans !important;
    font-style: normal;
    letter-spacing: 0px;
    margin-left: 10px !important;
    padding: 0 !important;
    position: absolute;
    text-align: center !important;
    text-transform: uppercase;
    top: 245px;
    width: 980px !important;
    display: inline;
    font-size: 10px;
}

#pun-ulinks .item5 {
    display: none;
}
#pun-ulinks a {
    color: #6b6b6b;
    transition: all 0.5s linear 0s;
    letter-spacing: 1px;
    position: relative;
    background: transparent;
    margin: 0 10px;
    font-weight: 300 !important;
}

#pun-ulinks a:hover {
color: #333;
}

.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3, .punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd, .punbb .info-box, .punbb #pun-main .info-box .legend, .punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer, #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 {
    border-color: transparent;
    color: #565656;
}
.punbb .post-box {
    color: #565656;
}
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
    border-color: transparent;
    color: #565656;
    font-style: normal;
    font-weight: normal;
}

.punbb textarea {
    background-clip: padding-box;
    background: #dbdee1;
    color: #222;
    padding: 7px 5px !important;
    width: 98% !important;
border: none;
    border: 3px double #b2c0c5;
    box-shadow: 0 0 10px 1px rgba(118,144,159,.2) inset, 0 0 2px 1px rgba(118,144,159,.2);
        border-radius: 2px
}
.punbb #pun-main table .quote-box, .punbb #pun-main table .code-box {margin: 5px 1px 15px}

.punbb #pun-main .quote-box, .punbb #pun-main .code-box {
    background-clip: padding-box;
    background: #dbdee1;
    color: #444;
    padding: 7px 7px 7px 7px !important;
    border: 3px double #b2c0c5;
    box-shadow: 0 0 10px 1px rgba(118,144,159,.2) inset, 0 0 2px 1px rgba(118,144,159,.2);
    position: relative;
    border-radius: 1px;
    margin: 5px 15px 15px
}


#pun-main .code-box .scrollbox pre {
font-family: pt sans !important;
font-size: 12px;}

.punbb select, input {
    background: #dbdee1;
    color: #444;
border: none;
padding: 1px 2px 2px 1px !important;
    box-shadow: 0 0 10px 1px rgba(118,144,159,.2) inset, 0 0 0 1px rgba(118,144,159,1) inset;
    border-radius: 0px;
    font-family: open sans !important;
}




#pun-navlinks .container {
    border-color: transparent;
    color: #152115;
}
.offline li.pa-online strong {
    font-weight: normal;
}

.punbb .container, .punbb .post-body, .post h3, #pun-title, .punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post, #pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2, .punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body, .punbb .post h3 span, .post-links ul, .post-links, .usertable table, #pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span, #pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend, .punbb .divider, .punbb .quote-box, .punbb .code-box, .punbb th, .punbb .formal fieldset .post-box, .punbb .info-box, li.pa-online, .punbb .post-sig dt {
    border-color: transparent;
}
.punbb a, .punbb a:link, .punbb a:visited, .punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited, .punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
    border: none !important;
    color: #688e97;
    text-decoration: none;
    transition: all 0.3s ease-in-out; 
box-shadow: 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 {  border-bottom: 0 none #000;
    color: #666;
    text-decoration: none;
    border: none !important;
}
#pun-pagelinks a:active, #pun-pagelinks a:focus {
    background-color: #211a13;
    color: #fff;
}

.punbb .section h2, #pun-main h1, #pun-stats h2, #pun-main h2, #pun-debug h2 {
    background: rgba(255,255,255,.4);
    color: #8da7ae!important;
    font-family:cambria !important;
    font-size: 11px !important;
    font-style: normal;
    font-weight: 300;
    padding: 0px 0px 2px 0 !important;
    text-align: center;
    width: auto;
text-transform: lowercase;
    letter-spacing: 2px;
    margin: 0px 6px 5px 5px !important;
    border-radius: 5px
}

#pun-index h2 {box-shadow: none}

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


#pun-index table Div.icon {
    background-image: url("https://forumstatic.ru/files/0019/ba/19/17675.png");
    background-repeat: no-repeat;
    border-style: none;
    display: none;
    height: 19px;
    margin-left: 5px;
    margin-top:2px;
    position: absolute;
    width: 71px;
    z-index: 1
}
#pun-index TR.inew Div.icon {
    background-image: url("https://forumstatic.ru/files/0019/ba/19/90309.png");
    background-repeat: no-repeat;
}

#pun-viewforum table Div.icon, #pun-messages table Div.icon, #pun-searchtopics table Div.icon {
    background: #779ea6;
    display: block;
    float: left;
    height: 10px;
    margin-left: 3px;
    margin-right: 10px;
    margin-top: 0px;
    position: relative;
    width: 10px;
    border-radius: 100%;
    box-shadow: 0 0 0 1px #888 inset
}

#pun-viewforum TR.inew Div.icon, #pun-messages TR.inew Div.icon, #pun-searchtopics TR.inew Div.icon {
    background: #3d5b7d;
    height: 10px;
    width: 10px;
}
#pun-viewforum TR.isticky Div.icon, #pun-messages TR.isticky Div.icon, #pun-searchtopics TR.isticky Div.icon {
background: #fff;
    box-shadow: 0 0 0 1px #b9b19a inset;
        height: 10px;
    width: 10px;
}

#pun-viewforum TR.iclosed Div.icon, #pun-messages TR.iclosed Div.icon, #pun-searchtopics TR.iclosed Div.icon {
    background: #666;
        height: 11px;
    width: 11px;

}

#pun-about .container .item1 {margin-top: 110px;
width: 900px;
    margin-left: 115px;
position: absolute;
font-family: pt sans;
font-size: 10px;
}


#pun-about .container {
    background: rgba(0, 0, 0, 0) url("https://forumstatic.ru/files/0019/8f/77/52989.png") no-repeat scroll bottom center;
    height: 262px;
    margin-bottom: -29px;
    margin-left: -59px;
    margin-top: 10;
    width: 1104px;
    padding: 0 !important;
    border: none !important;
}


div#pun-about {
    margin-top: -80px;
}

div#html-footer {margin: 23px 0 0 !important;}

#pun-announcement.section h2 span {
    display: none;
}

.punbb input {
    border: medium none;
}

button.button {border: none}

.button {
    background: radial-gradient(ellipse at top, #eef4f7 10%, #e0e8eb 53%, #cfdadf 100%);
    border-radius: 3px;
    border-top: medium none;
    box-shadow: 0 0 0 1px #c1c8cc inset, 0 0 2px 2px rgba(0,0,0,0.01) inset, 0 2px 2px -2px rgba(255,255,255,.5) inset;
    color: #61787b;
    font-family: roboto !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    margin-top: 5px !important;
    padding: 4px 15px 4px 15px !important;
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
    vertical-align: middle;
    text-transform: lowercase
}
.button:hover {
    background: radial-gradient(ellipse at bottom, #f4f5f7 10%, #ebedf1 53%, #dee0e4 100%);
    box-shadow: 0 0 0 1px #f0f1f4 inset, 0 0 2px 2px rgba(0,0,0,0.01) inset, 0 2px 2px -2px rgba(255,255,255,.5) inset;
    color: #61787b;
    cursor: pointer;
}
.button:active {
    border-top-color: #2c5f75;
}

#pun-crumbs1 {
    font-family: open sans !important;
    font-size: 12px !important;
    letter-spacing: 0 !important;
    margin-bottom: 10px !important;
    text-align: left;
    text-transform: none;
    margin-left: 8px;
    margin-top: 10px !important;
    font-weight: normal !important;
    position: relative
}

#pun-crumbs1 a {font-weight: bolder}
#pun-crumbs2 {
    font-family: open sans !important;
    font-size: 12px !important;
    letter-spacing: 0 !important;
    margin-bottom: 10px !important;
    text-align: left;
    text-transform: none;
    margin-left: 8px;
    font-weight: normal !important;
}
#pun-crumbs2 a {font-weight: bolder}


.post_reputation {
    background: #dbdee1;
}


#font-area, .popup_graffiti, #size-area, #image-area, #color-area, #addition-area, #video-area, .inner .popup_graffiti, #table-area, #keyboard-area {
    color: #333;
    padding: 15px 10px 10px 10px !important;
    background: #dbdee1;
    color: #444;
    border: 3px double #b2c0c5;
    box-shadow: 0 0 10px 1px rgba(118,144,159,.2) inset, 0 0 2px 1px rgba(118,144,159,.2);
    border-radius: 1px;
}

#keyboard-area input {box-shadow: none;
color: #312c12!important;}

#font-area {height: 300px;
overflow-y: auto;
padding: 5px;
text-align: left;
width: 150px}


#pun-index .tcmod {
    display: none
}

#pun-index .category h2, #pun-stats.section h2 {background: url(https://forumstatic.ru/files/0019/8f/77/43466.png) no-repeat;
text-transform: uppercase;
font-size: 11px !important;
height: 100px;
width: 1031px;
margin-left: -24px !important;
margin-bottom: 0px !important;
font-family: cambria !important;
font-weight: lighter !important;
font-size: 14px !important;
line-height: 168px;
border: none !important;
margin-top: -30px !important;}

#pun-index .category h2 span, #pun-stats.section h2 span { color: rgba(255,255,255,0.85) !important;
    background: linear-gradient(rgba(255,255,255,1) 20%, rgba(0,0,0,1) 70%) !important;   
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,.32);}

#pun #pun-category1 h2 {margin-top: -70px !important;
margin-bottom: 0px !important;}

#pun-stats.section h2 {margin-bottom: -35px !important;}


#pun-index .tclcon h3 {text-align: center;
margin: 8px 0 10px 0 !important;}

#pun-index .tclcon h3 a {font-family: cambria;
text-transform: uppercase;
font-size: 20px;
    font-weight: lighter !important;
       letter-spacing: 2px;
    padding:0;
     color: rgba(255,255,255,0.80) !important;
    background: linear-gradient(rgba(255,255,255,1) 20%, rgba(0,0,0,1) 70%) !important;   
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,.32);
}

#pun-index .tclcon h3 a:hover { color: rgba(255,255,255,0.90) !important;
        text-shadow: 1px 1px 1px rgba(0,0,0,.32), 0 0 10px rgba(255,255,255,1), 0 0 5px rgba(255,255,255,1);}

#pun-index tr.inew .tclcon {
    background: url(https://forumstatic.ru/files/0019/8f/77/94975.png) no-repeat top center,
    url(https://forumstatic.ru/files/0019/8f/77/68093.png) no-repeat bottom center,
    url(https://forumstatic.ru/files/0019/8f/77/55649.png) repeat-y top center;
}



#pun-index .tclcon {background: url(https://forumstatic.ru/files/0019/8f/77/68229.png) no-repeat top center,
    url(https://forumstatic.ru/files/0019/8f/77/68093.png) no-repeat bottom center,
    url(https://forumstatic.ru/files/0019/8f/77/55649.png) repeat-y top center;
    font-size: 11px;
    text-align: justify;
    margin: -10px 0px 0px -20px;
    position: relative;
    font-family: verdana;
    line-height: 13px;
    color: #d6d7d7;
    width: 523px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.32);
    padding: 30px 0 50px 0
}

#textforum {margin: 0 60px 0 55px}

#textforum b {
font-family: open sans;
font-size: 10px;
color: #b5b5b5;
letter-spacing: 2px}

#forumLinks {
margin: 15px 60px -5px 55px;
border-top: 1px solid rgba(0,0,0,.2);
text-align: center;
padding: 0 !important;
}

#forumLinks a {font-family: cambria;
text-transform: uppercase;
font-size: 10px;
    font-weight: lighter !important;
       letter-spacing: 2px;
    padding:0;
     color: rgba(255,255,255,0.80) !important;
    background: linear-gradient(rgba(255,255,255,1) 20%, rgba(0,0,0,1) 70%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,.32);}

#forumLinks a:hover { color: rgba(255,255,255,0.90) !important;
        text-shadow: 1px 1px 1px rgba(0,0,0,.32), 0 0 10px rgba(255,255,255,1), 0 0 5px rgba(255,255,255,1);}


#pun-index .tcr a {font-size: 13px;
font-weight: 600;
font-family:roboto;
}

#pun-index .tcr {
    width: 35%;
    text-align: left;
    font-family: roboto;
    color: #555555;
    padding-left: 15px !important;
    font-size: 11px;
}

#pun-index .tc2, #pun-index .tc3 {width: 5%;
font-family: roboto;
font-size: 10px}

#pun-index .tcl {width: 50%}

#pun {
    background-position: center top;
    background-repeat: repeat-y;
}

#pun-main .post-author ul {
    font-size: 10px;
    text-align: center;
}

.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post {
    border-color: transparent;
    text-align: justify;
}

.go-up, .go-down {
    cursor: pointer;
    display: none;
    height: 22px;
    margin-bottom: 160px;
    opacity: .7;
    position: fixed;
    z-index: 9999;
    font-family: roboto;
    font-size: 12px;
}


.go-up {
    bottom: 55%;
    margin-left: 1055px !important;
}
.go-down {
    bottom: 44%;
    margin-left: 1055px !important;
}
.go-down:hover, .go-up:hover {
    opacity: 1;
}

.topic a.sharelink {
    display: none;
}

html, body {min-width: 1200px!important;}/*!Правка для мобильных Устройств с мелким Экраном*/

.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
	}
.reveal-modal {
	visibility: hidden;
	top: 50px; 
	left: 50%;
	margin-left: -300px;
	width: 520px;
	position: absolute;
	z-index: 101;
	padding: 30px 40px 34px;
	}

.reveal-modal.xlarge     { width: 660px; margin-left: -350px;}
	
.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
        text-decoration: none;
}

.menu span {
    cursor: pointer;
    display: block;
    margin: 7px 0;
    padding: 11px;
    text-align: left;
    width: 150px;
}
.menu-links {
    float: left;
    margin-right: 15px;
}
#submenu {
    display: inline-block;
}
#submenu, .menu span {
        border-radius: 5px;
	background: #efeff0;
}
.menu .tabactive {
	color: #000000;
        background: #777777;
}
#submenu {
	padding: 7px;
	height: 180px;
	font-size: 12px;
	width: 595px;
}    
.submenutext {
	display: none; 
	height: 40px;
}

0

9

Код:
<script src="https://forumstatic.ru/files/0011/e9/e1/56920.js" type="text/javascript"></script>
<img src="https://forumstatic.ru/files/0019/8f/77/50621.gif" id="pichov">

<div class="heyinf">б э й к о н  -  х и л л с   /   м а й  -  и ю н ь    2 0 1 4    г о д а <br> мастера игры: <span class="tooltip3"><a href="ссылка">henchmen</a><em3><img src="http://s3.uploads.ru/t/169rw.gif"><br><b>Администрация</b><br><b>Приспешники докторов</b> Помогут разобраться со всеми вопросами</em3></span>, <span class="tooltip3"><a href="ссылка">the doctors</a><em3><img src="http://sg.uploads.ru/t/wGe26.gif"><br><b>Доктора</b><br>Будут следить за порядком, принимать анкеты и наказывать тех, кто нарушает правила</em3></span></div>


<div class="bestpost"><a href="http://twsomnia.rusff.me/profile.php?id=17"><img src="https://forumstatic.ru/files/0019/8f/77/18286.png" title="Шарлотта Бомон"></a>
<text>Объявление о прибытии названного гостя застало Шарлотту у зеркала. Надевая увесистые серьги, барышня замерла, пытаясь прикинуть кто бы это мог быть. Недостатка в поклонниках она не испытывала никогда, да и паломничество к ее дому редко прекращалось больше чем на пару дней, но, будем откровенны, в этой глуши мало у кого хватит духу тащиться в какое-то жуткое поместье да ещё подвергать себя риску быть осмеянным и изгнанным с позором. Мэриному «очаровательный молодой человек» Шарлотта перестала доверять уже очень давно. По началу домоправительница использовала эпитеты в духе «милый мальчик», но учитывая, что даже Теодор попадал в эту категорию веры  ей не было. Серьги  были наконец пристроены, медные локоны, распущенные крупными кудрями, источали аромат лаванды и сахарной ваты.   <a href="http://twsomnia.rusff.me/viewtopic.php?id=526#p45218">читать далее...</a> </text></div>

<img src="https://forumstatic.ru/files/0019/8f/77/28426.png" title="эпизод недели:<br>Talk to me" style="position: absolute;top: 90px;margin-left: 858px;">

<div class="activblock" style="margin-left: -53px !important;top: 130px;">
<a href="http://twsomnia.rusff.me/profile.php?id=37"><img src="https://forumstatic.ru/files/0019/8f/77/18230.png" title="Эстер Руж"></a>
<a href="http://twsomnia.rusff.me/profile.php?id=53"><img src="https://forumstatic.ru/files/0019/8f/77/35645.png" title="Лиам Данбар"></a>
<a href="http://twsomnia.rusff.me/profile.php?id=17"><img src="https://forumstatic.ru/files/0019/8f/77/25197.png" title="Шарлотта Бомон"></a>
</div>

<div class="activblock" style="margin-left: 605px !important;top: 37px;">
<a href="http://twsomnia.rusff.me/profile.php?id=6"><img src="https://forumstatic.ru/files/0019/8f/77/50895.png" title="Кайл - 5"></a>
<a href="http://twsomnia.rusff.me/profile.php?id=52"><img src="https://forumstatic.ru/files/0019/8f/77/53889.png" title="Бетани - 2"></a>
<a href="http://twsomnia.rusff.me/profile.php?id=14"><img src="https://forumstatic.ru/files/0019/8f/77/48691.png" title="Тео - 2"></a>
</div>

<hello><center><b>Добро пожаловать, в свой самый страшный кошмар!</b></center>
Ты готов пройти все круги ада, чтобы побороть свой страх? Мы ждем тебя и надеемся, что ты все же не испугаешься Ужасных Докторов, которые способны пробраться в самые тайные места твоей души, и достать от туда то, чего ты боишься на самом деле. Готов проверить? Тогда регистрируйся!</hello>

<script type="text/javascript">
$(document).ready(function(){
    $("#baner_1").click(function(){
    $("#vklaka1").fadeToggle();
});
      });
        </script>

<div class="oformlenie_knopki" id="baner_1" title="навигация">полезные ссылки</div>
<div id="vklaka1" style="display:none"><div class="sslka">
<!-- важные ссылки -->
<span>для гостей</span>
<a href="http://twsomnia.rusff.me/viewtopic.php?id=34#p41">гостевая</a> 
<a href="http://twsomnia.rusff.me/viewtopic.php?id=18">сюжет</a> 
<a href="http://twsomnia.rusff.me/viewtopic.php?id=98">бестиарий</a> 
<a href="http://twsomnia.rusff.me/viewtopic.php?id=6">список ролей</a> 
<a href="http://twsomnia.rusff.me/viewtopic.php?id=5">занятые внешности</a>
<a href="http://twsomnia.rusff.me/viewtopic.php?id=48">правила</a>
<a href="http://twsomnia.rusff.me/viewforum.php?id=7">акции</a>
<span>для игроков</span>
<a href="http://twsomnia.rusff.me/viewtopic.php?id=19">хронология</a> 
<a href="http://twsomnia.rusff.me/viewtopic.php?id=20">календарь погоды</a> 
<a href="http://twsomnia.rusff.me/viewtopic.php?id=468">карта Бейкон Хиллс</a> 
<a href="http://twsomnia.rusff.me/viewtopic.php?id=79">личное звание</a> 
<a href="http://twsomnia.rusff.me/viewtopic.php?id=136">вопросы к АМС</a>
<a href="http://twsomnia.rusff.me/viewtopic.php?id=68">платежная система</a>  
<a href="http://twsomnia.rusff.me/viewtopic.php?id=359">достижения</a> 
</div></div>

<!--// Cкрипт и стиль таблицы аккордион в сообщениях //-->
<link rel="stylesheet" type="text/css" href="https://forumstatic.ru/files/0019/b6/4f/83749.css" />
<script type="text/javascript" src="https://forumstatic.ru/files/0011/da/9b/95816.js"></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>


<!-- Кнопки 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>

<!-- Скрываем информацию об IP от модераторов © Alex_63 -->
<style id="HideIPMod1">.gid2 #pun-online tcl:first-child{visibility:hidden!important}</style>
<style id="HideIPMod2">.gid2 #pun-message .main{display:none!important}</style>
<style>.gid2 .pa-ip,.gid2 .pa-author>img{display:none!important;}</style><script type="text/javascript">
if(GroupID==2)$(document).ready(function() {
  if(document.URL.indexOf('moderate.php?get_host=')!=-1){
    $('.main .info .container').html('Вы не имеете прав для просмотра этой страницы.');
    $('#HideIPMod2').remove();
  }else if($('#pun-online').length){
    $('.main .tcl:first-child a[href*="profile.php"]').each(function(){
      var OnUserN = $(this).clone();$(this).parents('.tcl').html(OnUserN);
    });$('#HideIPMod1').remove();
  }else if($('#pun-viewtopic').length)$('.pa-ip,.pa-author>.acchide+img[src*="flags"]').remove();
});
else $('#HideIPMod1,#HideIPMod2').remove();
</script>

<!----------------------------------------- html в сообщениях первая часть -----------------------------------------> 
<script src="http://hostjs-mybb2011.narod.ru/js/transform_code_boxr.js"></script>


<script type="text/javascript"><!-- Запрет на копирование гостям -->
    function disableSelection(target){
    if (typeof target.onselectstart!="undefined")
        target.onselectstart=function(){return false}
    else if (typeof target.style.MozUserSelect!="undefined")
        target.style.MozUserSelect="none"
    else
        target.onmousedown=function(){return false}
    target.style.cursor = "default"
    }
 
    if (document.getElementById("pun_wrap")) {
    if(GroupID == 3 || GroupID == 3 || GroupID == 4)
    disableSelection(document.getElementById("pun-viewtopic"));
    }
    </script><!-- конец скрипт запрета -->

<!— Скрываем мини-профиль в темах © Alex_63 —> 
<script type="text/javascript"> 
!function(){ 
var tIDarr2 = "190" //ID тем, в которых скрываем минипрофиль 
.split(/\s*,\s*/); 
function addStyle() { /*==123==; 
<style type="text/css"> 
.post-author,.pl-email,.pl-website,.post h3 span a:link, .post h3 span a:visited{ display: none !important; } 
.post-body,.post-links,.post-links ul,.post h3>span{ 
margin-left: 0 !important; 
} 
</style> 
==123==;*/ 
} addStyle = addStyle.toString().split('==123==;')[1]; 
tIDarr2.indexOf($('head>link[rel="alternate"]')[0].href.split('id=')[1])!=-1&&$('#pun-viewtopic').length&&document.write(addStyle);}(); 
</script> 
<!— Конец —>

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

<!--Всплывающие Подсказки при наведении-->
<style>
#tooltip {
  position: absolute;
    background: #e1e2e7;
  z-index: 999;
  max-width: 180px;
  border: none;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0,0,0,.1);
  font-family: open sans; /* шрифт */
  font-size: 9px; /* размер текста */
  display: none;
  color: #444; /* цвет текста */
  text-align: center;
  padding: 3px 5px 5px 5px;
  letter-spacing: 1px;
  text-transform: lowercase;
  font-weight: lighter;
}
</style>
<script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/26671.js"></script>
<!--//End//-Всплывающие Подсказки при наведении-->

<!-- HTML верх -Cпойлер cкрытия Инфы под N-кнопок в Профиле Топика -->
<style>
img.post-img-Sp {margin-left: -5px;
margin-top: -1px;
margin-bottom: 4px;}
div.tipsy.tipsy-s.Sp-imgSp-img .tipsy-inner{font-size:14px;letter-spacing:1px;}
.post-ul-Sp.Sp1 {margin-left: 0px !important;
margin-bottom: 10px !important;}
</style>
<script type="text/javascript" src="https://forumstatic.ru/files/0010/b4/f8/57844.js"></script>

0

10

Код:
<!-- БАННЕРЫ ПАРТНЁРОВ -->
<div class="bannersSomnia">
<center>
<a href="http://urchoice.rolka.su/" target="_blank"><img src="https://forumstatic.ru/files/000b/09/4f/76237.gif" title="Каталог форумов" alt="LYL" width="88" height="31"></a>
<a href="http://imagiart.ru/" target="_blank"> <img src="https://i.imgur.com/h3ba1GC.gif" title="photoshop: Renaissance" border="0" alt="photoshop: Renaissance"></a><a href="http://whitepr.0pk.ru/" title="Здесь может быть ваша реклама!" target="_blank"> <img src="https://forumstatic.ru/files/0010/0e/ae/12788.jpg" border="0" alt="White PR"></a><a href="http://flycross.rusff.me" alt="flycross" target="_blank"><img src="http://funkyimg.com/i/2KjLs.png"></a><a href="http://funeralrave.rusff.me/" target="_blank"><img src="https://i.imgur.com/eoOE0Zc.gif" title="funeral rave"></a><a href="http://shel.rusff.me" target="_blank"><img src="https://forumstatic.ru/files/0017/f9/58/32153.gif" border="0" title="Sunrise Helheim" width="88" height="31"></a><a href="http://purpleline.rusff.me" title="purple line"><img src="http://sa.uploads.ru/fS1bR.png" width="88px" height="31px"></a><a href="http://prologue.f-rpg.ru/" target="_blank"><img src="http://funkyimg.com/i/2kFmG.gif" title="Prologue. The Power of Imagination" alt="Prologue. The Power of Imagination"></a><a href="http://requiemtvdrg.rusff.me/" target="_blank"><img src="http://funkyimg.com/i/2pAse.png" title=" TVD: Requiem"></a><a href="http://ouatballad.rusff.me/" target="_blank"><img src="https://forumstatic.ru/files/0019/3f/c4/17455.jpg" alt="ONCE UPON A TIME ❖ BALLAD OF SHADOWS" border="0"></a><a target="_blank" href="http://cruciatuscurse.rusff.me/" title=" Daily Prophet: Fear of the Dark"><img src="https://i.imgur.com/7WjreDA.gif.gif" border="0"></a><a href="http://mhshootme.rusff.me/"><img src="https://forumstatic.ru/files/0014/cd/49/30162.gif" title="Mystery Hills: Shoot Me"></a><a href="http://mchronicles.rusff.me/" target="_blank"><img title="The Marauders Chronicles" src="https://forumstatic.ru/files/0019/71/36/46682.jpg"></a><a href="http://marvelbreak.rusff.me" title="Marvel: Breakpoint" target="_blank"><img src="https://forumstatic.ru/files/0018/aa/28/67210.gif"></a><a href="http://luminary.f-rpg.ru/" target="_blank"> <img src="http://s6.uploads.ru/wyRsU.png" border="0" title="Harry Potter: Luminary"> </a><a href="http://kingscross.f-rpg.ru/" target="_blank"><img title="KINGSCROSS. Внимание, поезд отправляется!" src="https://i.imgur.com/WNhMtiG.jpg"></a><a href="http://seaford1018.rusff.me/" target="_blank"><img src="https://forumstatic.ru/files/0019/c0/70/43342.gif" title="клуб ролевых пенсионеров"></a><a href="http://postfactum.rusff.me/" target="_blank"><img src="https://forumstatic.ru/files/0019/ed/84/74292.jpg" title="enigma"></a><a href="http://closeenemy.rusff.me" title="Marauders: Close Enemy" target=_blank><img src="http://funkyimg.com/i/2LGsw.png"></a><a href="http://midnightcity.f-rpg.ru/" target="_blank"><img src='https://i.imgur.com/pzaibqZ.gif' title="Midnight. Город Полуночи. Мистика." alt="Midnight" /></a><a href="http://298.rusff.me/" target=_blank> <img src="https://forumstatic.ru/files/0019/fe/8d/34585.gif" border="0" alt="Game of Thrones. Win or Die" width="88" height="31"/></a>
</center>
</div>
<!-- КОНЕЦ БАННЕРОВ ПАРТНЁРОВ -->


<!----------------------------------------- html в сообщениях вторая часть -----------------------------------------> 
<script>a="http://twsomnia.rusff.me/viewtopic.php?id=98#p665";
Transform_Code_Box_in_HTML (a)</script>
<script>a="http://twsomnia.rusff.me/viewtopic.php?id=98#p666";
Transform_Code_Box_in_HTML (a)</script>
<script>a="http://twsomnia.rusff.me/viewtopic.php?id=98#p667";
Transform_Code_Box_in_HTML (a)</script>
<script>a="http://twsomnia.rusff.me/viewtopic.php?id=98#p668";
Transform_Code_Box_in_HTML (a)</script>
<script>a="http://twsomnia.rusff.me/viewtopic.php?id=98#p669";
Transform_Code_Box_in_HTML (a)</script>
<script>a="http://twsomnia.rusff.me/viewtopic.php?id=98#p670";
Transform_Code_Box_in_HTML (a)</script>
<script>a="http://twsomnia.rusff.me/viewtopic.php?id=98#p671";
Transform_Code_Box_in_HTML (a)</script>
<script>a="http://twsomnia.rusff.me/viewtopic.php?id=98#p672";
Transform_Code_Box_in_HTML (a)</script>
<script>a="http://twsomnia.rusff.me/viewtopic.php?id=98#p673";
Transform_Code_Box_in_HTML (a)</script>
<script>a="http://twsomnia.rusff.me/viewtopic.php?id=98#p754";
Transform_Code_Box_in_HTML (a)</script>
<script>a="http://twsomnia.rusff.me/viewtopic.php?id=98#p2097";
Transform_Code_Box_in_HTML (a)</script>
<script>a="http://twsomnia.rusff.me/viewtopic.php?id=98#p2172";
Transform_Code_Box_in_HTML (a)</script>
<script>a="http://twsomnia.rusff.me/viewtopic.php?id=98#p11972";
Transform_Code_Box_in_HTML (a)</script>
<script>a="http://twsomnia.rusff.me/viewtopic.php?id=98#p11973";
Transform_Code_Box_in_HTML (a)</script>
<script>a="http://twsomnia.rusff.me/viewtopic.php?id=98#p11974";
Transform_Code_Box_in_HTML (a)</script>
<script>a="http://twsomnia.rusff.me/viewtopic.php?id=98#p11975";
Transform_Code_Box_in_HTML (a)</script>
<script>a="http://twsomnia.rusff.me/viewtopic.php?id=34&p=11#p41";
Transform_Code_Box_in_HTML (a)</script>
<script>a="http://twsomnia.rusff.me/viewtopic.php?id=216&p=2#p37924";
Transform_Code_Box_in_HTML (a)</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>

<script>
 $(document).ready(function(){
	$('.oformlenie_knopki').click(function () {
    $(this).toggleClass('oformlenie_knopki2');
    });
	});
</script>

<!-------------------------- Универсальный скрипт замены слов -------------------------->
<script type="text/javascript">
function Change(sc,ch,st){$(sc).parent().each(function(){$(this).html($(this).html().replace(ch,st));});}
Change('#navadmin span','Администрирование','админка');
</script>

<!-- HTML низ -Cпойлер cкрытия Инфы под N-кнопок в Профиле Топика -->
    <script>
    var a1 = 1	// 0 - спойлер-аккордеон, 1 - вертикальный спойлер; 3 - обычный спойлер
    var a2 = 0	// 0 - Скрытие первой вкладки; 1 - Показ первой вкладки;
    var a3 = 0 // Резкость Открытия: 0 - Плавно; 1 - Резко;

    var LiArr=new Array(
    //При наличии двух косых => // в начале пункта, - пункт не скрывается.

    //"pa-author",     //Ник-Нейм
    //"pa-avatar",     //Аватар
    //"pa-title",      //статус
    //"pa-reg",        //Зарегистрирован
    //"pa-invites", //Приглашений
    //"pa-posts",      //Кол-во сообщений:
    //"pa-respect",    //Уважение:
    //"pa-positive",   //Позитив
    //"pa-sex",        //Пол
    //"pa-age",        //Возраст
    //"pa-icq",        //Аська
    //"pa-ip",         //IP Юзера
    //"pa-time-visit", //Провел на форуме:
    //"pa-last-visit", //Последний визит:
    //"pa-online",     //Пользователь online - Не засовываем в спойлеры

   // "pa-from",       //Откуда
    //"pa-fld1",       //Доп.Поле.1

    // 3 кнопка- ссылка на Картинку
    "https://forumstatic.ru/files/0019/8f/77/30621.png",

    //"pa-fld2",       //Доп.Поле.2
    //"pa-fld3",       //Доп.Поле.3
    //"pa-fld4",       //Доп.Поле.4
    //"pa-fld5",       //Доп.Поле.5
    "award",      //Награды(только для rusff и ork)
    "gift",         //Подарки(только для rusff и ork)

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


<script type="text/javascript">
var title = document.querySelectorAll('.pa-avatar img[title], p.formsubmit .button[title], input.button[title],#statistic-other a[title], .post-rating a[title], img.postimg[alt]'); 
var allTitle = title.length;
for (i=0; i<allTitle; i++){
    title[i].removeAttribute('title');
}
</script>


<!--Отключить функцию "Поделиться" -->
<script type="text/javascript">
RusffCore.sets.share = false;
</script>

<!--Отключить функцию "Это интересно" -->
<script type="text/javascript">
rusffLive.enable = false;
</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>

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

<div id="character" class="reveal-modal xlarge main container">
    <div class='modal_wrap'></div>
    <a class="close-reveal-modal">×</a>
    </div>

    <script type="text/javascript">
    function showTab(elem){
        $(".menu span").removeClass("tabactive");
        $(elem).addClass("tabactive");
        $("div.submenutext").hide();
        var activeDiv = $(elem).attr("alt");
        $("div."+activeDiv).fadeIn();
        return false;
    }
    $(".modal-link").click(function() {
            var modId = $(this).attr('id');
    $('.modal_wrap').html('');
$.get('http://twsomnia.rusff.me/pages/'+modId, function (data){
        $('.modal_wrap').html($(data).find('.character').html());
    });
    $(".submenutext").hide();
    $(".submenutext:first").show();
    });
    </script>

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

<!--Выделение-->
<script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/26102.js"></script>
<script type="text/javascript">select_text.linkText = 'Возьми рогипнол' //текст ссылки</script>

<!--ТЕГ  абзаца - [indent=X,Y] --><script type="text/javascript">
(function(){var c="[indent",h,e='<span style="display:inline-block;margin:YYem XXem;"></span>';
$("#button-strike").after('<td id="button-indent" title="Отступы"><img src="/i/blank.gif"  onclick="smile(\''+c+'=2,0]\')\"></td>');
function a(b,d){if(!d){return e.replace("XX","2").replace("YY","1")} /*удвоенные Отступы слево и сверху по умолчанию*/
else{return d.replace(/=(\d+(?:\.\d+)?)((?:,\d+(?:\.\d+)?)?)$/,function(f,i,g){h=e.replace("XX",i);v=g.substr(1);return h.replace("YY",(v?v:"0"));
})}}$('.post-content p:contains("'+c+'")').each(function(){$(this).html($(this).html().replace(/\[indent([=\d\.,]*?)\]/gm,a))})}());
</script>

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

<!--обтекание изображения 2.4.4-->
<script language="javascript">
$(function(){
$('td#button-link').before('<td id="floatbut" style=\'background-image:url("http://s002.radikal.ru/i198/1009/43/f183caeae434.gif")\'></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=(.*?)\]([^\[]*)\[\/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:-32%; margin-left:35%; z-index:20">
<div><strong>Направление обтекания</strong></div><br>
<div align="center">
<img class="vibor" src="http://s001.radikal.ru/i193/1009/96/695abc799ddb.png" title="left" onclick="bbcode('[float=left]', '[/float]')" />
<img class="vibor" src="http://s002.radikal.ru/i199/1009/ac/95c10fcc7d82.png" title="right" onclick="bbcode('[float=right]', '[/float]')" />
</div></div>
<style>#button-indent {background:url(http://s7.uplds.ru/t/mnkgq.png)no-repeat center 6px!important;}</style>
<!--ширина текста-->
<style>
#button-mybb {background-image:url('http://icons.iconarchive.com/icons/famfamfam/silk/16/text-align-justify-icon.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(8).innerHTML="<img src='/i/blank.gif' id='button-mybb' onclick=\"bbcode('
', '
');\"/>"
</script>

<!-- Кнопка ХТМЛ -->
<style>
#button-html {background-image:url('https://forumstatic.ru/files/0019/83/2f/86444.png'); padding:0; line-height:0; background-position:center; background-repeat:no-repeat; height:14px; margin-left: 2px; width:100%}
</style>
<script type="text/javascript">
if(form=document.getElementById("form-buttons"))
form.getElementsByTagName("tr")[0].insertCell(12).innerHTML="<img src='/i/blank.gif' id='button-html' onclick=\"bbcode('

', '
');\"/>"
</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">
if (document.URL.indexOf("rusff") != -1) {
var ft; var i; var ft_f; var j = "";
ft = document.getElementById("font-area");

var ft_f = new Array();
ft_f.push('С поддержкой кириллицы'); ft_f.push('Amatic SC'); ft_f.push('Bad Script'); ft_f.push('Caveat'); ft_f.push('Cormorant Garamond'); ft_f.push('Cormorant Infant'); ft_f.push('Lobster'); ft_f.push('Marck Script'); ft_f.push('Neucha'); ft_f.push('Open Sans Condensed'); ft_f.push('Pacifico'); ft_f.push('Pattaya'); ft_f.push('Playfair Display'); ft_f.push('Poiret One'); ft_f.push('Spectral SC'); ft_f.push('Roboto'); ft_f.push('Oswald'); ft_f.push('Yeseva One'); ft_f.push('Cuprum'); ft_f.push('Cousine');
ft_f.push('Только латиница'); ft_f.push('Abril Fatface'); ft_f.push('Aguafina Script'); ft_f.push('Akronim'); ft_f.push('Alex Brush'); ft_f.push('Allura'); ft_f.push('Arizonia'); ft_f.push('Astloch'); ft_f.push('Atomic Age'); ft_f.push('Berkshire Swash'); ft_f.push('Bigelow Rules'); ft_f.push('Bilbo Swash Caps'); ft_f.push('Cabin Sketch'); ft_f.push('Calligraffitti'); ft_f.push('Ceviche One'); ft_f.push('Cinzel'); ft_f.push('Clicker Script'); ft_f.push('Cookie'); ft_f.push('Courgette'); ft_f.push('Dancing Script'); ft_f.push('Diplomata SC'); ft_f.push('Dorsa'); ft_f.push('Fredericka the Great'); ft_f.push('Gloria Hallelujah'); ft_f.push('Grand Hotel'); ft_f.push('Great Vibes'); ft_f.push('Herr Von Muellerhoff'); ft_f.push('Homemade Apple'); ft_f.push('IM Fell English SC'); ft_f.push('Indie Flower'); ft_f.push('Italianno'); ft_f.push('Julius Sans One'); ft_f.push('Kranky'); ft_f.push('Leckerli One'); ft_f.push('Love Ya Like A Sister'); ft_f.push('Meddon'); ft_f.push('Montez'); ft_f.push('Mr Dafoe'); ft_f.push('Mr De Haviland'); ft_f.push('Niconne'); ft_f.push('Norican'); ft_f.push('Nothing You Could Do'); ft_f.push('Parisienne'); ft_f.push('Permanent Marker'); ft_f.push('Petit Formal Script'); ft_f.push('Pinyon Script'); ft_f.push('Playball'); ft_f.push('Ranchers'); ft_f.push('Rochester'); ft_f.push('Rock Salt'); ft_f.push('Rouge Script'); ft_f.push('Ruthie'); ft_f.push('Rye'); ft_f.push('Sacramento'); ft_f.push('Satisfy'); ft_f.push('Sedgwick Ave'); ft_f.push('Shadows Into Light'); ft_f.push('Spectral SC'); ft_f.push('Tangerine');  ft_f.push('Yellowtail'); ft_f.push('Yesteryear'); ft_f.push('Dawning of a New Day'); ft_f.push('Fjalla One'); ft_f.push('Geo'); ft_f.push('Pirata One'); ft_f.push('Chathura'); ft_f.push('Archivo Black'); ft_f.push('Just Another Hand'); ft_f.push('Reenie Beanie'); ft_f.push('Six Caps'); ft_f.push('Anton'); ft_f.push('Bangers'); ft_f.push('Cutive Mono'); ft_f.push('League Script'); ft_f.push('Lovers Quarrel'); ft_f.push('Oleo Script Swash Caps'); ft_f.push('Source Code Pro'); ft_f.push('Vibur'); ft_f.push('Vidaloka'); ft_f.push('BakerScript');

for (i in ft_f) {
j = "<div><span style='font-family:" + ft_f[i] + ";'>" + ft_f[i] +  "</span><img src='/i/blank.gif' onclick=\"bbcode('[";
j += "font=" + ft_f[i];
j += "]','[/font]')\" /></div>";
ft.innerHTML += j;
}}
</script>


<!-- АВА ГОСТЯ-->
    <script type="text/javascript">
    var avalink = "http://funkyimg.com/i/2Pv4v.png";

    if(document.URL.indexOf("viewtopic.php")!=-1) {
    $("div.post-author").each(function(){
        if($(this).find("li.pa-avatar").html() == null ) $(this).find("li.pa-title").after("<li class='pa-avatar item2'><img src='" + avalink + "' title='" + $(this).find("li.pa-author a").text() + "' /></li>");
    });
    }
    </script>

<!--кнопки вверх вниз-->
<div class="go-up" id='ToTop'><img src="https://forumstatic.ru/files/0019/eb/ed/66014.png" /></div>
<div class="go-down" id='OnBottom'><img src="https://forumstatic.ru/files/0019/eb/ed/99415.png" /></div>
<!--кнопки вверх вниз-->
<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>

<!-- Удаляем лишние строки после цитаты и кода // 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">
$('#pun-ulinks ul').prepend('<li class="item1"><a href="/search.php?action=show_new">Новые сообщения</a></li>');
</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>$(".post[data-group-id=3]").find(".pa-author").html(function(){return this.innerHTML.replace(/(<.+>)(.+)$/,'$1<a href="javascript:to(\'$2\')">$2</a>')});</script>
<!-— Конец -->

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


<!--Смена аватара, ника, подписи в посте-->
<script type="text/javascript">
;!function(){//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>';

$(".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);}
/*[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);}
          if($(this).hasClass('STA')==true){STA.html(S);}
});    }();
</script>

<style>#avtrChang-area{position: absolute; right: 5%;top: 50px;} .post-content legend.hide{  display:none;} .punbb .pa-avatar img {max-width:180px;height:auto;}</style>
<style>#custom-change{background-image:url(https://forumstatic.ru/files/0019/49/65/86015.png);background-position:center;background-repeat:no-repeat;height:16px;line-height:0;padding:0;width:100%}</style>
<script type="text/javascript">
if((form=document.getElementById("form-buttons")))
form.getElementsByTagName("tr")[0].insertCell(14).innerHTML="<img src='/i/blank.gif' id='custom-change'  title='Смена аватара, ника, статуса, подписи в посте' onclick=\"return changeVisibility('change', this);\" />"
</script>
<div class="container" id="change" style="display: none;
    background: #603f27;
background-image: url(https://forumstatic.ru/files/0019/49/65/48424.png);
    color: #44180a !important;
margin: 1em auto 1em;
  padding: 1em;
position: absolute;
left: 1px;
    padding: 5px;
    margin-top: -400px;
    box-shadow: 0 0 0 1px #44180a, 0 0 0 2px #44180a, 0 0 20px 0 #44180a inset, 0 0 5px 1px #44180a;">
<span style="cursor:pointer;" onclick="bbcode('[AVA]', '[/AVA]');return changeVisibility('change', this)">Смена аватара</span><br>
<span style="cursor:pointer;" onclick="bbcode('[SGN]', '[/SGN]');return changeVisibility('change', this)">Смена подписи</span><br>
<span style="cursor:pointer;" onclick="bbcode('[NIC]', '[/NIC]');return changeVisibility('change', this)">Смена ника</span><br>
<span style="cursor:pointer;" onclick="bbcode('[STA]', '[/STA]');return changeVisibility('change', this)">Смена статуса</span>
</div>

0

11

1

0

12

сообщение

0


Вы здесь » testredsun » CLOSE ACCESS » Тестовое сообщение


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