Тест Дизайна

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

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


Вы здесь » Тест Дизайна » Новый форум 1 » Тестовая тема


Тестовая тема

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

1

и сообщение

0

2

новое

0

3

нтмл-верх

<!--Панель справа-->
    <style>
    .splContR {
    width:200px!important; /*ширина окна*/
    height:auto; /*высота окна*/
    background-color:#fff !important; /*фон окна*/
    top:55px; /*отступ окна от верха кнопки*/
    right:5px; /*отступ окна от правого края монитора*/
    border:1px solid #828282; /*толщина, стиль и цвет рамки окна*/
    -moz-border-radius:8px;
    -khtml-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    box-shadow:0 0 15px 3px #828282;
    -webkit-box-shadow:0 0 15px 3px #828282;
    -moz-box-shadow:0 0 15px 3px #828282;
    padding:10px 10px 10px 10px;
    text-align:center;
    color:#000000 !important; /*цвет шрифта*/
    font-size:12px; /*размер шрифта*/
    font-family:Georgia; /*шрифт*/
    }
    </style>

    <!--Блок с содержимым правой панели-->
    <div style="position:fixed;right:1px;top:100px;z-index:20000">
    <div class=splLinkR><img src="ссылка на картинку кнопку"/></div>
    <div style="display:none;position:absolute;" class=splContR>
    СОДЕРЖИМОЕ ПАНЕЛИ
    </div></div>

    <!--Спойлер - контейнер-->
    <script type="text/javascript">
      $(document).ready(function(){
        $('.splLinkR').click(function(){
          $(this).parent().children('div.splContR').toggle('normal');
          return false;
        });
      });
    </script>

http://forum.mybb.ru/viewtopic.php?id=3 … =8#p819611

низ: своя картинка в категории

<script type="text/javascript"><!--Своя картинка в каждую категорию -->
    $(document).ready(function(){

    myarray=new Array(
    "Информационный раздел", "http://mybb.ru/f/collection/0208.gif",
    "Техническая поддержка", "http://mybb.ru/f/collection/0211.gif",
    "Форумы опытных пользователей", "http://mybb.ru/f/collection/0213.gif",
    "Разное", "http://i039.radikal.ru/0806/ec/a5ffc6d7cfd9.gif",
    "Статистика форума", "http://mybb.ru/f/collection/0217.gif"    //Последний элемент без запятой!
    )

            $("#pun-index div.category h2,#pun-index #pun-stats h2").each(function (i) {
    for(q=0;q<myarray.length;q++){

    var cssObj = {
      "height":"50px",
      "background-color": "transparent",
      "background-image":"url("+myarray[q+1]+")",
      "background-position":"50% 50%",
      "background-repeat":"no-repeat"       //Последний элемент без запятой!
    }

            if($(this).children("span").text()==myarray[q])$(this).css(cssObj);
            q++}
        });
    });
    </script>

http://forum.mybb.ru/viewtopic.php?id=6 … =5#p647965

замена слов (низ)

<script><!--Свои картинки вместо:Новая тема;Новый опрос;Ответить;Профиль;ЛС;и т.д. -->
       pstlnk=new Array(

      ".postlink","Новая тема",
    "Ссылка на картинку","Ссылка на картинку при наведении",

      ".postlink","Новый опрос",
    "Ссылка на картинку","Ссылка на картинку при наведении",

      ".postlink","Ответить",
    "Ссылка на картинку","Ссылка на картинку при наведении",

      ".pl-email","Профиль",
    "Ссылка на картинку","Ссылка на картинку при наведении",

      ".pl-email","ЛС",
    "Ссылка на картинку","Ссылка на картинку при наведении",

      ".pl-email","E-mail",
    "Ссылка на картинку","Ссылка на картинку при наведении",

      ".pl-website","Вебсайт",
    "Ссылка на картинку","Ссылка на картинку при наведении",

      ".pl-delete","Удалить",
    "Ссылка на картинку","Ссылка на картинку при наведении",

      ".pl-edit","Редактировать",
    "Ссылка на картинку","Ссылка на картинку при наведении",

      ".pl-quote","Цитировать",
    "Ссылка на картинку","Ссылка на картинку при наведении" // !ПОСЛЕДНИЙ элемент без запятой
    )
    function find_and_replace(value){var s0,s1,s2,s3,i; for (i=0; i < pstlnk.length; i=i+4){s0=pstlnk[i+2];
      s1="onmouseover=\"this.src='"+pstlnk[i+3]+"'\"";s2="onmouseout=\"this.src='"+s0+"'\"";
      s3='<img class="pst_lnk" src="'+s0+'" '+s1+' '+s2+' border="0" />';
      var str=$(value).find(pstlnk[i]+":contains('"+pstlnk[i+1]+"')").html();
      if (str!=null) {str=str.replace(pstlnk[i+1],s3);
    $(value).find(pstlnk[i]+":contains('"+pstlnk[i+1]+"')").html(str);};};}
    $("#pun-viewforum .linkst,#pun-viewforum .linksb,#pun-viewtopic .linkst,#pun-viewtopic .linksb,#pun-viewtopic .post .post-links").each(function(){find_and_replace(this);;});
    </script>

http://forum.mybb.ru/viewtopic.php?id=6 … =5#p653461

Подпись автора

[html]<div id="kozza"><img src="https://forumupload.ru/uploads/001b/2c/35/672/427542.png"></div>
<style>
#kozza {
width:62px!important;
height:62px!important;
position:relative;
z-index:90000!important;
border:1px solid red;
top:200px;
left:5px;
}
</style>

[/html]

0

4

[s][/s]

селекторы кнопок

#button-font, #button-size, #button-italic, #button-strike, #button-underline, #button-left, #button-center, #button-right, #button-link, #button-spoiler, #button-image, #button-video, #button-hide, #button-quote, #form-buttons img, #button-code, #button-color, #button-table, #button-keyboard, #button-addition {
opacity:0.2;
background: rgba(191,191,191,0.8);
}

#button-font:hover, #button-size:hover, #button-italic:hover, #button-strike:hover, #button-underline:hover, #button-left:hover, #button-center:hover, #button-right:hover, #button-link:hover, #button-spoiler:hover, #button-image:hover, #button-video:hover, #button-hide:hover, #button-quote:hover, #form-buttons img:hover, #button-code:hover, #button-color:hover, #button-table:hover, #button-keyboard:hover, #button-addition:hover {
opacity:1!important;
}

Подпись автора

[html]<div id="kozza"><img src="https://forumupload.ru/uploads/001b/2c/35/672/427542.png"></div>
<style>
#kozza {
width:62px!important;
height:62px!important;
position:relative;
z-index:90000!important;
border:1px solid red;
top:200px;
left:5px;
}
</style>

[/html]

0

5

[html]<img src="https://image.ibb.co/eqCzgx/1435679780188069443.jpg" class="illust_ep"><font style="font-family:Romul; font-size:16px;font-weight:bold;color:#390006;">Кассандра Пентагаст</font><br>
Cassandra <font style="font-size:10px;">Allegra Portia Calogera Filomena</font> Pentaghast <br>
Бывшая Искательница Истины, Правая рука прошлой, а возможно и нынешней Верховной Жрицы, Героиня Орлея, со-основательница Инквизиции и прочая, и прочая.
<br><br>
<b>Класс:</b> воин, храмовник
<br>
<b>Отношения:</b> Мне бы хотелось предложить начать с дружбы соратников, позволяющей выпивать у одного костра, травить байки и в целом отдыхать душой в обществе друг друга; хотелось бы стать тем, к кому Кассандра могла бы обратиться за советом, когда ей нужен совершенно сторонний взгляд на проблему; хотелось бы тайком бросать на неё долгие взгляды, поддерживать словом и делом и всё никак не решаться обозначить своё неравнодушие — но это только мои мечты. Как настоящая, а не воображаемая мной Кассандра отнесётся к магу-эльфу-долийцу, я могу только гадать, но с удовольствием сыграю любое этих отношений становление и развитие, хоть бы даже и во вражду с открытой конфронтацией с её стороны.
[/html]

Подпись автора

[html]<div id="kozza"><img src="https://forumupload.ru/uploads/001b/2c/35/672/427542.png"></div>
<style>
#kozza {
width:62px!important;
height:62px!important;
position:relative;
z-index:90000!important;
border:1px solid red;
top:200px;
left:5px;
}
</style>

[/html]

0

6

Код:
/* STRUCTURE BY 96KINGDOM.RU
-------------------------------------------------------------*//*************************************************************
A - SETUP
**************************************************************/

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

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

  @import url(https://forumstatic.ru/files/0016/cc/e9/66417.css);

@font-face {
    font-family: 'Cuprum';
    src: url('https://forumstatic.ru/files/0012/4f/d4/87860.eot');
    src: url('https://forumstatic.ru/files/0012/4f/d4/87860.eot?#iefix') format('embedded-opentype'),
         url('https://forumstatic.ru/files/0012/4f/d4/18759.woff') format('woff'),
         url('https://forumstatic.ru/files/0012/4f/d4/52442.ttf') format('truetype'),
         url('https://forumstatic.ru/files/0012/4f/d4/29034.svg#philosopherregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Vesna';
    src: url('https://forumstatic.ru/files/0016/cc/e9/19359.eot?') format('eot'),
         url('https://forumstatic.ru/files/0016/cc/e9/10393.svg') format('woff'),
         url('https://forumstatic.ru/files/0016/cc/e9/32538.ttf')  format('truetype'),
         url('https://forumstatic.ru/files/0016/cc/e9/86779.svg#Vesna') format('svg');
    }

@font-face {
    font-family: 'Play';
    src: url('https://forumstatic.ru/files/0012/4f/d4/19498.eot');
    src: url('https://forumstatic.ru/files/0012/4f/d4/19498.eot?#iefix') format('embedded-opentype'),
         url('https://forumstatic.ru/files/0012/4f/d4/58912.woff') format('woff'),
         url('https://forumstatic.ru/files/0012/4f/d4/69979.ttf') format('truetype'),
         url('https://forumstatic.ru/files/0012/4f/d4/29321.svg#philosopherregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@media screen and (max-width: 1100px) {
.obj, .hrr, .top1, .top2 {
opacity:0.8!important;
}
.obj {
margin-left:-40px!important;
}
.hrr{
margin-left:350px!important;
}
.top1 {
top:50px!important;
left:337px!important;
}
.top2 {
top:50px!important;
}
.goat2 {
left:500px!important;
}

}

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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


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

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

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


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

/* A5.1 Общее тело форума */
#pun {
  position: relative;
  width: 900px;
  margin: auto; 
 padding-left:240px;
  }

/* A5.2 Внутренности "тела" форума*/
.punbb { 
  width: 890px; 
  position: relative;
  height: auto;
    color: #353435; /*цвет текста всего форума*/
  }

    /* A5.3 Переадресация*/
    #pun-redirect {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 100;
      top: 0 !important;
      left: 0 !important;
      }

    #pun-redirect #pun-main {
      margin: 35% 30% 12px 30%;
      width: auto;
      float: none;
      position: relative;
      z-index: 1000;
background: #F7ECE2;
    text-align: center; 
font-family: Verdana;
font-size:12px;
color: #585656;
border-radius:10px;
      }

    #pun-redirect #pun-main a {
font-size:10px!important;
color:#c1b6b4!important;
}

#pun-redirect h1 {
box-shadow: inset 0px 30px 0px #E8E1D7;
margin-bottom:2px!important;
padding:3px 1px 3px 1px!important;
border-radius:10px 10px 0px 0px;
text-align:center;
}

#pun-redirect h1 span {
font-family:Century Gothic;
padding:0px!important;
background:none!important;
color: #958c7e!important;
font-size:16px;
text-transform:uppercase;
position:absolute;
margin-left:-65px;
margin-top:-3px;
}

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

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

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

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

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

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

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

#pun-main h1   {
padding: 0.4em 0em 0.4em 0em; 
  }


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

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

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

/* B1.2 */
.punbb .post-sig dt { 
  display: block;
  width: 220px;
  height:0px;
  margin: 10px -8px 10px auto; 
  border-bottom:1px solid #c1b8b3;
  }

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

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

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

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

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

/* B1.8 */
.punbb .post-content .quote-box {
  margin: 0.2em 0.4em 0.8em 0.4em;
  }

.punbb .post-content .code-box {
  margin: 0.2em 0.4em 0.8em 0.4em;
  }

.punbb .post-content .spoiler-box {
  margin: 0.2em 0.4em 0.8em 0.4em;
  padding-top: 0.6em; 
  padding-left: 0.6em; 
  padding-bottom: 0.6em; 
  padding-right: 0.6em; 
  }

/* B1.9 */
.punbb .quote-box cite {
  display: block;
  padding-bottom: 0.2em;
  font-size: 1.1em;
  font-style: normal;
  margin: 4px 0px 0px 0px;
  }

 .punbb .code-box strong.legend {
  display: block;
  padding-top: -6px;
  padding-bottom: 4px;
  font-size: 1.1em;
  font-style: normal;
  margin: 0px 0px 0px 5px;
  }

/* 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;
max-width:870px;
  position: relative;
  width: 100%;
  font-size: 1.1em;
left:0.8em;
bottom:0.5em!important;
color: #545854!important;
 }

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

/* B3.3 */
.linkst .pagelink {
float:left;
text-align:left!important;
left: 0.8em;
width: 16em;
font-family: Verdana; 
font-weight:400;
color: #545854!important;
font-size:12px;
z-index:5000!important;
}

#pun-main .forum .container table thead tr .tcl, 
#pun-main .forum .container table thead tr .tc2,
#pun-main .forum .container table thead tr .tc3,
#pun-main .forum .container table thead tr .tcr  
{
z-index:500!important;
}

#pun-viewtopic #pun-main .linkst {
margin-bottom:20px!important;
}

#pun-viewtopic #pun-main .linkst .pagelink {
width: 19em;
font-family: Verdana; 
font-weight:400;
font-size:12px;
}

.linkst .pagelink strong, .linksb .pagelink strong {
font-weight:normal!important;
padding:2px!important;
border:2px solid #908486;
}

/* B3.4 */
.linkst .postlink {
float:right;
width: 12em;
right:0.5em!important;
text-align: right;
font-family: Verdana; 
color: #545854!important;
font-size:12px;
font-weight:400;
z-index:5000!important;
}

#pun-viewtopic #pun-main .linkst .postlink {
width: 19em;
right:1em;
}


/* B3.5 */
.punbb .linksb {
padding: 0.4em 1em 0.5em 1em;
font-size: 1.1em;
font-family: Verdana; 
color: #545854!important;
font-size:12px;
}

/* B3.6 */
.linksb .pagelink {
float:left;
left: 1.2em;
width: 16em;
text-align: left;
font-family: Verdana; 
color: #545854;
font-size:12px;
}

/* B3.7 */
.linksb .postlink {
float:right;
width: 16em; 
font-family: Verdana; 
color: #545854!important;
font-size:12px;
right:0.8em!important;
text-align:right;
  }

.linksb .postlink a {
color: #545854!important;
}

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

.subscribelink a {
font-family: Verdana; 
color: #545854!important;
font-size:10px;
text-transform: lowercase;
}

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

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

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

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

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

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

/* C1.5 */
.punbb fieldset legend {
  padding: 0;
   text-align: center;
  font-size: 1.1em
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

/* C2.1 */
.punbb .main .tcl {
  overflow: hidden;
  text-align:justify;
  font-family: Verdana; 
  font-size: 11px;
  width: 54%;
  line-height: 12px;
  }

/* C2.2 */
.punbb .main .tc2 {
  text-align: center;
  width: 4%;
padding:0px!important;
  }

.punbb .main .tc3, .punbb .main .tc2 {
font-family: Lucida Console;
font-size:10px!important;
color: #18181A!important;
}

.punbb .main .tc3, .punbb .main .tcmod {
  text-align: center;
  width: 4%;
padding:0px!important;
  }


/* C2.3 */
.punbb .main .tcr {
text-align: center;
vertical-align:top!important;
width: 38%;
font-size: 10px;
line-height:18px;
font-family: Verdana; 
color: #c88c37;
  }

.punbb .main .tcr a {
color: #c88c37;
font-weight:normal!important;
font-size: 14px!important;
line-height:13px;
font-family: Lucida Console!important; 
font-weight:500;
}

.punbb .main .tcr a:hover {
}

.punbb .main .inew .tcr {
}

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

#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
  width: 55%;
  }

/* C2.5 Ширина столбцов при просмотре списка тем*/

/* Список участников */
#pun-userlist .main .tc2{
  text-align: center;
  width: 30%;
  }

#pun-userlist .main .tc3 {
  text-align: center;
  width: 10%;
  }

/* Поиск и активные */
#pun-searchtopics .main .tc2 {
  text-align: center;
  width: 20%;
  }

#pun-searchtopics .main .t3 {
  text-align: center;
  width: 2%;
  }

#pun-searchtopics .main .tcr {
  width: 25%;
  }

/* Просмотр подфорума */
#pun-main .forum .tcl {
width: 50%;
}

#pun-main .forum .tc2 {
width: 15%;
}

#pun-main .forum .tc3  {
width: 5%;
}

#pun-main .forum .tcr  {
width: 30%;
}


/* 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:  28px;
  font-family: m_Brody;
  color: #c88c37;
padding-right:4px;
padding-bottom:0px!important;
font-weight:normal;
text-align:right;
height:28px;
border-bottom: 5px solid #696969;
margin-bottom:5px;
  }

#pun-index .tcl h3 a {
  color: #c88c37;
margin-right:0px;
vertical-align: -3px!important;
}


#pun-index .inew .tcl h3 a {
}

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

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

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

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

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

/* C2.14 */
.punbb tbody.hasicon td.tcl {
  padding-left: 1em
  }

/* C2.15 */
.punbb div.icon {
height: 100px;
width: 2px;
display: block;
float:right;
position: absolute;
margin-left:870px;
background:#c88c37;
  }


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

/* C3.3 номер поста весь блок*/
.punbb .post h3 span {
display: block;
margin-left: 18.5em;
z-index: 50;
color: #C3842B;
margin-right:15px;
font-family: Corbel;
font-size:14px;
margin-top:20px;
margin-bottom:5px;
  }

.topic span .permalink {
color: #808080!important;
margin-left:-26px;
font-family: Corbel;
font-size:14px;
}

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

/* C3.5 Профиль игрока*/
.punbb .post .post-author {
  float: left;
  width: 18.5em;
  margin-top: -2.2em;
  overflow: visible;
  }

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

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

/* C3.9 */
li.pa-title {

  }


li.pa-online {
  line-height: 0.8em;
  padding-left: 0em;
  margin-top: 1.3em;
  margin-bottom: 5px;
  }

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

/* C3.12 Текст поста */
.punbb .post-box {
padding: 1.2em 1em 1em 3.6em;
margin-right:15px;
margin-left:-7px;
  }

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

  }

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

/* C3.15 Ссылки под постом удалить и тп*/
.punbb .post-links ul {
  padding: 0.4em 0.4em 0.3em 0;
  line-height: 1em;
  margin-left: -14.6em;
  text-align: right;
margin-bottom:20px;
  }

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

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

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


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

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

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

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

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


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

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

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


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

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

#pun-profile #pun-main #profile {
border:1px solid red;
background: #a8a8a8;
}

/* C6.2 */
#profilenav {
  float: left;
  width: 13em;
  margin-left: -15.4em;
  display: inline;
  background: #F7ECE2;
  border-radius: 5px;
  border: 1px solid #e1dad1;
  color: #353435;
  font-family: Century Gothic;
font-size:12px;
  }

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

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

#profilenav ul {
  border-style: solid;
  border-width: 1px;
  padding: 1.9em 18px 0.8em 18px;
  margin: 0 0 1em 0;
  }

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

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

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

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

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

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

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


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

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

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

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


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

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

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


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

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

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

#pun-title table {
	border: none;
	height: 0px;
	width: 100%;
}

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

#pun-title td.title-logo-tdr {
	border: none;
}

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

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

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

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

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

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

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

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

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

#pun-navlinks .container {
  border: none;
  margin: 0;
position:absolute;
top:-15px;
left:-250px;
width:620px;
  }

/* D3.2 */
#pun-navlinks .container {
text-align:left!important;
}

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


/* D3.4 */
#pun-navlinks li a {
 font-size: 14px;
 font-style: normal;
 font-family: Lucida Console; 
 text-transform: uppercase;
 font-weight: normal!important;
 color: #C9892C;
  }


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

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

/* D4.2 Юзер-меню активные темы */
#pun-ulinks .container {
width:620px;
position:absolute;
margin-top:-480px;
left:-250px;
} 

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

/* Юзерменю */

#pun-ulinks .container {
  font-size: 11px;
  text-transform: lowercase;
  font-weight: normal!important;
text-align:left;
font-family: Lucida Console; 
  }

/* CS3.3 Настройки ссылок в юзер-меню*/
#pun-ulinks a {
color: #808080;
line-height:14px!important;
text-decoration:none!important;
}

#pun-ulinks a:hover, #pun-ulinks a:focus, #pun-ulinks a:active {
 }


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

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

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

/* D5.2 */
#pun-status .container { 
 padding: 0em; 
 font-size: 14px;
 font-family: Corbel; 
margin-top:-35px;
margin-left:0px;
color: #c3bab5;
position:absolute;
text-align:right!important;
width:505px;
  }

#pun-status .container a {
color: #bfb5b7!important;
}

#pun-status .container a:hover {
color: #bfb5b7!important;
}

#pun-status .container .item2 {
margin-left:-5px!important;
}

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

/* D5.4 */
#pun-crumbs1 {
overflow: hidden;
font-family:Century Gothic; 
font-size: 10px;
color: #928688;
  }

/* D5.5 */
#pun-crumbs1 p.container {
  border-top: none;
  padding: 0.4em 0.8em 1.0em 2em;
  font-size: 1.2em;
  }

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


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

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

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

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


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

/* D7.1 */
#pun-stats .container {
  padding: 0.8em 1.5em 0.8em 1em;
margin-top:-5px;
  }

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

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

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

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

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

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

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

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

/* D8.4 */
#pun-about .container {
  text-align: center;
  line-height: 120%;  
  overflow-x: hidden;
 display:none;
  }

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

/* D8.6 */
#pun-crumbs2 {
  overflow: hidden;
margin-top:15px;
  margin-bottom: 20px;
margin-left:5px;
  border-bottom: none;
font-family: Century Gothic; 
font-size: 10px;
color: #928688;
font-weight:normal!important;
  }

#pun-crumbs2 a, #pun-crumbs1 a {
color: #786c6e;
}

/* D8.7 */
#pun-crumbs2 .container {
  border-bottom: none;
  padding: 0.4em 0.8em -1.0em 2em!important;
  font-size: 1.2em;
  }

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

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


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

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

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

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

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

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

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

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

/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
  }
Подпись автора

[html]<div id="kozza"><img src="https://forumupload.ru/uploads/001b/2c/35/672/427542.png"></div>
<style>
#kozza {
width:62px!important;
height:62px!important;
position:relative;
z-index:90000!important;
border:1px solid red;
top:200px;
left:5px;
}
</style>

[/html]

0

7

Код:
/* CS1 Background and text colours
-------------------------------------------------------------*/
/* CS1.0A Настройки фона*/

body {
background: url(http://savepic.ru/13418337.png) top left repeat-x,
#18181a;
}

/* CS1.0B Настройки "тела" форума*/
#pun {margin-bottom: 350px!important;
background: url(http://savepic.ru/13383533.png) bottom left no-repeat,
url(http://savepic.ru/13373270.png) top left repeat-y,
#18181a; 
border-top: none!important;
}

.illust_ep {
border:3px solid red!important;
outline:9px solid white!important;
align:center!important;
transform: rotate(45deg);
}


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

::-webkit-scrollbar-thumb {
background-color: #E8E1D7; 
}

/* CS1.0D Настройки шапки*/
#pun-title.section {
background: url(http://savepic.ru/13993765.png) no-repeat top right,
#18181a;
height:470px;
width:1140px; 
margin-top: 37px;
margin-left:-240px;
border-bottom:3px solid #c88c37;
}

/* CS1.1 Элементы форума*/
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3,
.punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd,
.punbb .info-box, .punbb #pun-main .info-box .legend, .punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer, #pu
n-title, #pun-title .container, .punbb .modmenu .container, .punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span, .punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
  background-color: transparent;
  }

/* CS1.3 Настройки заголовков категорий*/
#pun-debug h2, .punbb-admin #pun-admain h2 {
 font-size: 14px;
 text-align: center;
font-weight:normal!important;
  }

.punbb .category h2 {
font-size: 18px;
font-family: Corbel; 
text-transform: uppercase;
color: #c88c37;
background: transparent;
height: 20px!important;
width:880px!important;
max-width:880px!important;
margin-left:0px;
text-align:right!important;
padding-top:0px!important;
padding-bottom:0px!important;
}

.punbb .category h2 span {
margin-right:12px!important;
padding:0px!important;
}

#pun-stats h2 {
font-size: 12px;
font-family: Lucida Console; 
color: #c88c37;
text-align:right;
padding:0px!important;
max-height:15px!important;
margin-bottom:10px;
margin-left:-10px;
}

#pun-stats h2 span  {
margin-right:12px!important;
margin-top:0px!important;
padding:0px!important;
}

/*Блок описания подфорумов и новая иконка а-ля */
#pun-main .tcl .intd .tclcon {
padding-bottom: 12px;
padding-left:10px!important;
color: #585253;
font-family: Verdana;
font-size:11px;
line-height:12px;
min-height:36px!important;
background: none;
margin-bottom:20px!important;
}

#pun-main .hasicon .inew .tcl .intd .tclcon {
}

/* Настройка заголовков тем и подфорумов*/
.punbb .main h1 {
height:15px;
max-height:15px;
margin-top:-10px!important;
margin-bottom:30px!important;
font-size: 18px;
text-align: center;
font-family: Vesna; 
font-weight:normal!important;
color: #786c6e;
}

/* Костыль для цвета имен в поиске сообщений*/
#pun-post #pun-main .topic .endpost .container .post-author .pa-author, #pun-post  #pun-main .topic .altstyle .container .post-author .pa-author, #pun-post #pun-main .topic .post .container .post-author .pa-author, #pun-post #pun-main .topic .toppost .container .post-author .pa-author {
font-family: Century Gothic;
font-weight: normal!important;
text-align: center;
font-size: 14px!important;
}

/*Цвет выделения искомых слов =Ъ*/
 #pun-main .topic .post .container .post-body .post-box .post-content .highlight-text {
background:#908486!important;
color:#E8E1D7!important;
}

#pun-main #post-form h2 {
background: none;
}

/* Заголовки в админке оО */
.punbb-admin #pun-admain h2{
color: black;
background: transparent;
text-align: left;
text-shadow: none;
}

.punbb-admin #pun-admain {
background:gray;
}


/* CS1.7 Настройки цитаты и кода*/
.punbb .code-box {
padding: 12px!important;
color: rgba(86,82,83,0.7);
border-radius: 0px;
background: #f7ece2;
border: 1px solid #e1dad1;
width:auto!important;
}

.punbb .quote-box {
border-radius: 0px;
background: #f7ece2;
color: rgba(86,82,83,0.9);
font-family: Trebuchet MS!important;
font-size:12px;
width:auto;
padding: 10px 10px 10px 10px; 
}

.punbb .quote-box blockquote p {
margin-top:7px!important;

}

.punbb .quote-box cite {
text-align:left;
color: rgba(146,134,136,0.9);
font-family:Century Gothic;
font-size:12px!important;
border-bottom:1px solid #c9beb9;

}

.punbb .spoiler-box {
line-height:11px!important;
border-radius: 0px;
color: rgba(86,82,83,0.9);
background: #f7ece2;;
border: 1px solid #e1dad1;
width:auto!important;
}

.punbb .spoiler-box blockquote p {
padding:5px!important;
margin-top:-8px!important;
margin-bottom:3px!important;
color: rgba(86,82,83,0.9);
font-family: Trebuchet MS!important;
}


/* CS1.7A Настройки маркированного текста*/
.post-content .highlight-text { 
padding: 1px 2px 1px 2px;
background-color: #908486!important;
color: #F7ECE2 !important;
font-style: normal;
}

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

/* CS1.9 Настройки формы ответа*/
.punbb textarea  {
background: #bfbfbf url(""); 
padding: 4px;
border: 4px solid #18181A!important;
outline: 2px solid #9a9a9a!important;
color: #000000;
margin-left: 8px!important;
max-width:840px!important;
  }

#pun-viewtopic #pun-main #post-form {
margin-right:6px!important;
}

#pun-main #post-form #post fieldset .hashelp #form-buttons, #pun-main .formal #post fieldset .hashelp #form-buttons {
margin-left:10px;
margin-right:-14px;
margin-bottom:15px;
background: rgb(191,191,191);
opacity:0.3;
transition:0.2s;
}

#pun-main #post-form #post fieldset .hashelp #form-buttons:hover, #pun-main .formal #post fieldset .hashelp #form-buttons:hover {
opacity:0.9;
transition:0.2s;
}


/* CS1.10 Настройки профиля в теме*/
.punbb .post .post-author > ul {
background: none;
padding:0px 5px 6px 5px !important;
font-size: 11px;
width:200px;
margin-bottom:5px;
margin-left:10px;
margin-bottom:20px!important;
}

.punbb .post .post-author {
text-align:center;
}

.pa-author {
color: #928688!important;
font-family: Century Gothic;
font-weight: normal!important;
text-align: right;
font-size: 14px;
margin-bottom:10px;
margin-top:0px!important;
}

.post-author ul .pa-author {
font-weight: normal!important;
text-align: center;
height:19px;
}

.pa-author a {
color: #c88c37!important;
font-family: m_Brody;
font-weight: normal!important;
font-size: 28px;
}

.pa-avatar {
margin-top:14px!important;
}

/*Бордюр аватарки*/
ul .item2 img {
outline: 2px solid #c88c37!important;
border: 6px solid #18181A!important;
}


/*Смена цвета ссылок в минипрофиле
.pa-fld2 a {
color: #cd9ba1!important;
font-family: Verdana;
font-weight:400;
font-size:11px;
}
*/

/*Настройка отдельных полей профиля в теме*/
.pa-respect a {
color: #c88c37!important;
font-family: Corbel; 
font-size:14px;
text-align:centerimportant;
}

.pa-respect {
font-family: Corbel; 
font-size:14px;
color: #c88c37!important;
text-align:centerimportant;
margin-top:5px!important;
}

.pa-icq {
font-family: Corbel; 
font-size:14px;
color: #c88c37!important;
text-align:centerimportant;
margin-top:10px!important;
}

.pa-posts {
font-family: Corbel; 
font-size:14px;
color: #c88c37!important;
text-align:centerimportant;
margin-top:-2px!important;
}

.pa-time-visit {
font-family: Corbel; 
font-size:14px;
color: #c88c37!important;
margin-top:13px;
text-align:centerimportant;
}

.pa-last-visit {
color: #c88c37!important;
margin-top:2px!important;
font-family: Corbel; 
font-size:14px;
text-align:centerimportant;
margin-top:10px;
}

/* Цвет надписи онлайн*/
.pa-online strong {
color: #c88c37!important;
font-family: Corbel; 
font-size:14px;
font-weight:normal!important;
text-transform:lowercase;
}

.pa-online {
height:14px;
}

/*Подложка в профиле*/
.pa-fld2 {
margin-top:1px!important;
width:188px!important;
max-width: 188px!important;
font-size:10px!important;
line-height:13px;
padding-right:2px!important;
 -moz-hyphens: auto;
 -webkit-hyphens: auto;
 -ms-hyphens: auto;
hyphens: auto;
color:#9f9486!important;
background: #f7ece2;
border-radius:5px;
border:1px solid #e1dad1;
margin-bottom:10px!important;
}

.pa-fld1 {
margin-top:1px!important;
width:188px!important;
max-width: 188px!important;
font-size:10px!important;
line-height:13px;
padding-right:2px!important;
 -moz-hyphens: auto;
 -webkit-hyphens: auto;
 -ms-hyphens: auto;
hyphens: auto;
color:#9f9486!important;
background: #f7ece2;
border-radius:5px;
border:1px solid #e1dad1;
margin-bottom:10px!important;
}

.pa-fld4 {
background:url(https://forumstatic.ru/files/0012/04/67/21154.png) top center no-repeat,
url(https://forumstatic.ru/files/0012/04/67/12036.png) bottom center no-repeat,
url(https://forumstatic.ru/files/0012/04/67/21014.png) top center repeat-y,
 #18181A;
margin-top:10px!important;
margin-left:-4px!important;
width:188px!important;
max-width: 188px!important;
font-family: Corbel;
font-size:12px!important;
line-height:13px;
padding-top:28px!important;
padding-right:10px!important;
padding-bottom:6px!important;
padding-left:10px!important;
 -moz-hyphens: auto;
 -webkit-hyphens: auto;
 -ms-hyphens: auto;
hyphens: auto;
color:#C9892C!important;
margin-bottom:10px!important;
}


/* Фон поля статуса*/
.pa-title {
line-height: 7px;
font-family: Tahoma;
font-size:10px;
color: #c88c37!important;
text-align:center;
margin-top:3px!important;
margin-bottom:5px!important;
width:200px!important;
height:20x!important;
}

/* Отодвинуть край профиля от онлайна */
.pa-last-visit, .pa-online {
margin-bottom:5px!important;
}


/* Поле ай-пи*/
.pa-ip {
position:absolute;
margin-left:4px!important!;
margin-top:22px!important;
padding-left:5px;
padding-bottom:1px;
height:14px;
width:178px!important;
transition:0.4s;
opacity: 0.0;
color: #9f9486;
}

.pa-ip:hover {
opacity: 1.0;
transition:0.4s;
}

/* CS1.11 Настройки окон в форме ответа*/
 #size-area, #font-area, #color-area, #smilies-area, #keyboard-area, #imageup-area, #font-area, #size-area, #color-area, #smilies-area, #image-area, #imageup-area, #imageattach-area, #keyboard-area, #video-area, #table-area, #addition-area  {
background: #E8E1D7 url("");
padding: 4px;
border-radius: 10px;
color: #353435;
}

/* CS1.12 Настройки полей ввода, кнопок и выпадающих меню*/
.punbb input, .punbb select {
background: #F7ECE2 url("");
padding: 3px;
color: #353435;
border: 1px solid #e1dad1;
}

.punbb .button {
background: #18181A url("");
padding-top: 1px!important;
padding-left: 3px!important;
padding-right:3px!important;
padding-bottom:1px!important;
color: #C8872C;
font-family: Corbel!important;
font-size: 14px!important;
border: 2px solid #C8872C;
cursor:pointer;
}

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


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

/* CS2.1 Убираем все рамки*/
.punbb .container, .punbb .post-body, .post h3, #pun-title, .punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post, #pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2, .punbb td, .punbb fieldset, #viewprofile ul, .punbb .post .post-body, .punbb .post h3 span, .post-links, .usertable table, .punbb th, #pun-ulinks li, #pun-announcement h2 span, #profilenav ul, li#onlinelist, #pun-help .formal .info-box h3.legend span, #pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend, .punbb .divider, .punbb .formal fieldset .post-box, .punbb .info-box, li.pa-online {
  border-color: transparent;
  }

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

/* CS3.1 Настройки цвета ссылок*/
.punbb a, .punbb a:link, .punbb a:visited,
.punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited {
  color: #353435;
  border-bottom: 0px none #000;
  text-decoration: none;
  }

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

/* CS3.2 Настройки ссылок при наведении*/
.punbb a:hover, .punbb a:focus, .punbb a:active, .punbb-admin #pun-admain .nodefault,
.punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active {
  color: #353435;
  border-bottom: 0px none #000;
  text-decoration: none;
  }



/* CS4 Иконки сообщений на главной
 -------------------------------------------------------------*/

#pun-index #pun-main .category .inew .inew {
background-image : url(http://savepic.ru/9897180.png);
background-repeat: no-repeat;
}
#pun-index #pun-main .category .icon {
background-image : none; 
background-repeat: no-repeat;
}

/* Иконки сообщений внутри форума 
 -------------------------------------------------------------*/
.punbb #pun-main .forum .tcl .tclcon .byuser {
font-size:10px!important;
font-family: Tahoma!important;
font-weight:normal!important;
}

#pun-main .forum .tcl .tclcon .byuser {
margin-left:4px!important;
}

#pun-main .forum .stickytext {
display:none;
}

/* ------Внутренний вид подфорумов ----*/
.punbb #pun-main .forum {
margin-top: 5px;
margin-left:-4px;
margin-right:4px;
}

.punbb #pun-main .forum .container table  {
margin-top:-2px!important;
}

.punbb #pun-main .forum .tcl .tclcon a, .punbb #pun-main .forum .tcl a:hover{
font-family: Century Gothic;
font-size:12px;
color: #908486!important;
font-weight:normal!important;
}

.punbb #pun-main .forum .tcl .tclcon::before {
content: '• ';
color: #908486;
}

#pun-searchtopics #pun-main .forum .tcl .byuser {
font-size:10px!important;
font-family: Tahoma!important;
margin-left:4px!important;
}

#pun-searchtopics  #pun-main .forum .tcl a, #pun-searchtopics  #pun-main .forum .tcl a:hover {
font-family: Century Gothic;
font-size:12px;
color: #908486!important;
}

#pun-searchtopics  #pun-main .forum .tc2 a, #pun-searchtopics  #pun-main .forum .tc2 a:hover {
font-family: Century Gothic;
font-size:11px;
color: #c1b6a7!important;
}


#pun-searchtopics  #pun-main .forum .tcl::before {
	content: '• ';
color: #908486;
}

#pun-searchtopics #pun-main .forum .tcl strong a {
font-weight:normal!important;
color: #353435!important;
}

#pun-searchtopics #pun-main .forum .tcl strong .byuser {
font-weight:normal!important;
}

#pun-main .forum .tcr, #pun-searchtopics #pun-main .forum .tcr  {
text-align:center!important;
}

#pun-main .forum .tcr a {
font-family: Century Gothic!important;
font-size:12px!important;
text-transform:none!important;
}

#pun-searchtopics .main .tcr a {
font-size:12px!important;
  }

/* Выделение новых тем */
#pun-searchtopics #pun-main .forum .inew .tcl strong a {
color: #bb7f87!important;
}

#pun-searchtopics #pun-main .forum .inew .tcl .newtext  {
font-size:10px!important;
text-transform:lowercase;
}

#pun-searchtopics #pun-main .forum .inew .tcl .newtext a {
font-size:10px!important;
text-transform:lowercase;
color: #bb7f87!important;
}


#pun-main .forum .container .inew .tcl .tclcon strong a {
color: #bb7f87!important;
}

#pun-main .forum .container .inew .tcl .tclcon .newtext {
font-size:10px!important;
text-transform:lowercase;
}

#pun-main .forum .container .inew .tcl .tclcon .newtext a {
font-size:10px!important;
text-transform:lowercase;
color: #bb7f87!important;
}

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


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

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

/*Настройки всплывающих окон на русфф*/
#pun-reputation div.inner div.container, #pun-report div.inner div.container , #pun-popup_awards div.inner div.container  {
color: #353435;
padding: 3px; 
background: #f7ece2!important;  }

#pun-reputation h1, #pun-report h1, #pun-popup_awards h1 {
background: #908486!important; 
width: auto !important; 
height: 5px !important; 
margin: auto !important;
padding-top:-10px!important;
padding-bottom:20px!important;
color: #F7ECE2!important;
font-family: Century Gothic;
font-size:14px;
}

/*Линия разделителя*/
hr {
border: none;
border-top: 1px dotted #908486;
}

/*Заголовки столбцов на главной странице*/
.punbb th {
color: #A59AB5;
height:5px;
font-size:10px;
font-weight: normal;
}

.punbb th span {display:none;}

/*Слово "профиль" игрока */
#profile .container #profilenav h2   {
text-align:left;
color: #353435;
text-shadow: none;
}

#profilenav ul .isactive a {
font-weight:bold!important;
}

/*Подсветка ссылок при редактировании профиля*/
#profilenav a:hover, #profilenav a:active, #profilenav a:focus {
color: #bb7f87;
}

/*Стрелочки*/
#arrows {
position:fixed;
right:2%;
bottom: 45%;
}

/*CS13 Отсебятина
 ---------------------------------*/
/* Скрипт просмотра проголосовавших таблица во всплывающей подсказке */
#respect td{
vertical-align:top;
font-size:12px!important;
font-family: Tahoma!important;
color: #E8E1D7!important;
font-weight:normal!important;
}

#respect figure {
margin:2px;
word-wrap:break-word;
width:70px!important;
}

#respect figure img {
width:60px!important;
height:auto!important;
}

#respect figure img.vote
{display:none;}

#respect figcaption{
font-size:12px!important;
font-family: Tahoma!important;
margin-top:-5px;
color: #E8E1D7!important;
}

/* стиль окна а-ля вКонтакте */
.jGrowl .rating_theme {opacity: 1;padding: 3px;text-align:center;width: 485px !important;background: #F7ECE2!important; } 
.jGrowl .rating_theme .jGrowl-message {background: #F7ECE2!important; padding: 2px;}
.jGrowl .rating_theme .jGrowl-header {background: #908486!important;font-size: 1.1em;height: 22px;font-color:#F7ECE2!important;}
.jGrowl .rating_theme .person{width:78px; height:78px; }

/* стиль изображения оценки */
.vote{
position:absolute;
border-radius: 9em;
display:none;
}

/* таблица в окне а-ля вКонтакте */
#vse tbody{
max-height:520px!important;
display:block;
overflow-y:auto;
overflow-x:hidden;
background: #F7ECE2!important;}

#vse td{
vertical-align:top;
}

#vse figure{
margin:5px;
word-wrap:break-word;
width:82px; 
}

#vse figure img.vote{
display:none;
}

#vse figcaption{
color: #908486;
font-size:0.9em;
}

#vse figure:hover:before,#vse figure:focus:before,#vse figure:active:before{
display:none;
}


/* Скрипт переноса тем и сообщений*/
#movePostsTable {
background:#E8E1D7!important;
border:6px solid #908486;
}

.Select_Topics {
background:#F7ECE2!important;
padding:5px!important;
}

/* Скрипт Закладок*/

#BookmCntToggle {
z-index:9000!important;
top:3px!important;
left:5px!important;
background: url(http://s19.postimg.org/lay55j60z/image.png) top left no-repeat!important;
opacity:0.3!important;
}

#BookmCntToggle:hover {
opacity:0.7!important;
}

#MyBookmarks h2 #bm2 {
font-size:10px;
padding:2px!important;
border: 2px solid #F7ECE2;
color: #F7ECE2;
}

#MyBookmarks {
background: #FCE1DA;
z-index:8000!important;
box-shadow:none!important;
}

#MyBookmarks h2 {
background: #908486;
color: #E8E1D7;
font-family: Century Gothic;
text-transform:uppercase!important;
font-size:12px;
padding:5px 5px 5px 38px!important;
}

#MyBookmarks .container {
background: #FCEFEB;
border-right: 1px solid #e1dad1;
}

.post .bookmark{
  width:40px;
  height:16px;
  position:absolute;
  opacity:.8;
  transition:.1s ease;
  background:url(https://forumstatic.ru/files/0015/92/70/22088.png) no-repeat;
  z-index:99999;
}

.editBookmark {
box-shadow:none!important;
border: 2px solid #585175;
background: #FCEFEB;
max-height:60px;
}

.editBookmark .container {
margin-top:-30px!important;
}


/* листать закладки */
#MyBookmarks .container .b span, #MyBookmarks .container .t span {
text-shadow:none!important;
}

#MyBookmarks .container .b, #MyBookmarks .container .t {
box-shadow:none!important;
margin-bottom:3px;
}

/* пояснение закладки */
.BookmarkL span dd .e1 a:hover, .BookmarkL span dd .e2 a:hover {
color:#908486!important;
}

.post .bookmark:hover {
opacity:1.0;
}

#MyBookmarks span>a {
text-shadow:none;
}

#MyBookmarks span.last_click>a {
background:rgba(226,141,129,.4);
}

#MyBookmarks .deS {
  display: block;
  top: 0 !important;
  text-align: center;
margin-left: -5px;
}

#MyBookmarks .deS:after {
  content: "Чтобы поставить закладку, дважды кликните по нужному месту в тексте поста, а затем еще раз по серому маркеру.";
  display: block;
  font-size: .8em;
  margin-top: 1em;
}


/* Мои файлы

#form-buttons #button-files_rusff {
background: url(http://uploads.ru/i/W/Q/P/WQPBO.gif) center center no-repeat!important;
height:16px!important;
width:16px!important;
}
*/

.rusff-file-style {
box-shadow: inset 0px -10px 0px #E28D81 !important;
background: #FCE1DA!important;
border-radius:none!important;
width:455px!important;
padding:5px!important;

}

.file-block {
margin:0px!important;
padding:0px!important;
width:450px!important;
height:100%;
}

.rusff-file-style .file-block .file-size {
font-size:10px
}

div.file-title {
width:450px!important;
font-size:14px!important;
margin:0px;
}

.file-title object {
display: block;
margin-bottom:5px;
border:2px solid #FCE1DA;
}

.file-description {
margin-top:8px;
font-size:10px!important;
width:450px!important;
}

.rusff-file-style .file-block .attach-file-form
{
padding:0px!important;
}

.rusff-file-style .file-block .attach-file-form .attach-file-down
{
margin:0px!important;
padding:0px!important;
background: url(http://savepic.ru/10053311.png) center center no-repeat !important;
width:22px;
height:22px;
margin-left:5px!important;
}

.rusff-file-style .file-block .attach-file-player {
padding:0px!important;
background: url(http://savepic.ru/10075867.png) center center no-repeat !important;
width:21px;
height:21px;
margin-left:10px!important;
}

/* Текст с пояснением */
abbr {
text-decoration:none;
border-bottom: 1px dotted #bb8f95!important;
}

/* Ссылка "Поделиться" картинкой */
    .topic a.sharelink {
      display: none; 
font-size: 0;
      color: transparent;
      height: 16px; width: 16px;
      background: url(http://savepic.ru/9924266.png) center center no-repeat;
      padding: 1px; opacity: .75;
      position: relative;
margin-right:-10px!important;
    }

    .topic a.sharelink:hover { 
opacity: 1;}

    #pun-viewtopic .post h3 strong {
margin-right: .5em;}

    .punbb .topic a.sharelink:before {
      content: " ";
      display: inline-block;
      width: 7px; height: 7px;
      position: absolute;
      background: #333;
      text-indent: 0 !important;
      transform: rotate(45deg);
      top: -8px; left: 5px;
    }

    .punbb .topic a.sharelink:after {
      content: "Поделиться";
      font-size: 12px !important;
      color: #fff; padding: 3px 6px;
      background: #333;
      border-radius: 4px;
      position: absolute;
      top: -22px; left: -5px;
    }

    a.sharelink:before, a.sharelink:after { visibility: hidden; opacity: 0; transition: .2s ease;}
    a.sharelink:hover:before, a.sharelink:hover:after {visibility: visible !important; opacity: 1.0;}
    </style>

/* Инфосообщения "не найдено, нет доступа"*/
#pun-message #pun-main .info .container {
font-family:Century Gothic;
font-size:14px;
text-align:center;
}

/* Дополнительные смайлики*/
#pun-main #post fieldset .hashelp input {
background:#F7ECE2!important;
border: 1px solid #e1dad1;
border-radius:5px;
color: #353435!important;
margin-left:5px!important;
}

/* Настройка страницы репутации */
#pun-respect #pun-main .section .container {
border-top:none;
border-left:none;
border-right:none;
}

#reputationText {
border:1px solid #e1dad1;
margin-bottom:5px;
}

#pun-reputation .post_reputation .container #rep_form table tbody tr .tc2 span {
font-family: Vesna;
font-size: 16px;
color: #908486;
}

#pun-respect #pun-main .section .container table thead tr .tcl, #pun-respect #pun-main .section .container table thead tr .tc2, #pun-respect #pun-main .section .container table thead tr .tc3, #pun-respect #pun-main .section .container table thead tr .tcr {
color: #908486!important;
font-family: Century Gothic;
font-size:12px!important;
text-align:center;
}

#pun-respect #pun-main .tcl {
width:90px!important;
max-width:90px!important;
text-align:left!important;
}

#pun-respect #pun-main .tc2 {
width:20px!important;
max-width:20px!important;
padding:0px!important;
color: #908486!important;
font-size:20px!important;
}

#pun-respect #pun-main .tc3 {
width:250px!important;
text-align:justify;
font-family: Century Gothic;
color: #908486!important;
}

#pun-respect #pun-main .tc3 a {
color: #908486!important;
font-size:16px!important;
font-family: Vesna!important;
margin-left:20px!important;
}

#pun-respect #pun-main .tcr {
width:180px!important;
max-width:180px!important;
}

#pun-respect #pun-main .section .container table {
width:880px!important;
max-width:880px!important;
}

/* Не отображать мои загрузки  */
#pun-ulinks .item5 a {
display:none!important;
}

/* Выделить важные темы */
#pun-main .forum .container table .hasicon .isticky .tcl .tclcon {
background: #F7ECE2;
border: 1px solid #e1dad1;
padding:3px!important;
}

#pun-main .forum .container table .hasicon .inewisticky .tcl .tclcon {
background: #F7ECE2;
border: 1px solid #e1dad1;
font-weight:normal!important;
padding:4px!important;
}

/* Счётчик файлов */
table#filetable tbody {
counter-reset: section;
} 

table#filetable tbody td.tcl:before {
counter-increment: section; 
content: counter(section) ". "; 
   }


/*Предпросмотр сообщений*/
#pun-post #pun-main .topic .container .post-author .pa-author {
margin-left:0px!important;
background:none!important;
font-size:14px;
height:5px!important;
}

#pun-post #pun-main .topic h2 span {
padding-right:5px;
padding-left:5px;
}

#pun-post #pun-main .topic h2 {
margin-bottom: 10px;
text-align: center;
color: #908486!important;
font-family: Vesna;
font-size:18px;
}

#pun-post #pun-main h3 a {
color: #908486!important;
}

#post-preview .post-box {
margin-left:75px;
max-width:640px!important;
text-align:justify;
}

/*Cелекторы для див-ов*/

#ssl {
display: inline-block; 
text-align: center; 
font-family: Corbel; 
font-size:15px;
text-transform:none;
margin-top:5px;
margin-bottom:10px;
width:188px;
text-decoration:none!important;
}

#charinfo {
display: inline-block; 
text-align: left; 
padding-left:4px;
padding-right:4px;
width:180px;
text-decoration:none!important;
 -moz-hyphens: auto;
 -webkit-hyphens: auto;
 -ms-hyphens: auto;
hyphens: auto;
}

#charlinks {
display: inline-block;
text-align: center; 
margin-top:10px;
margin-bottom:8px;
width:188px;
text-decoration:none!important;
font-family: Corbel; 
}

#charlinks a, #charinfo a, #ssl a {
text-decoration:none!important;
color:#C9892C!important;
}

#hop {
opacity:0.5;
transition:0.4s;
display:inline-block;
}

#hop:hover {
opacity:1.0;
transition:0.4s;
}

#bq {
box-shadow: 0px 0px 0px 2px #87817a;
}


/*Хронология*/

.view-source {
width:100%;
height:auto;
box-shadow: inset 0px 15px 0px #F7ECE2;
margin-top:5px!important;
text-align:center;
}

.hide {
margin-top:5px!important;
text-align:left!important;
}

.spo {
width:650px;
min-height:30px;
border:1px dotted #908486;
border-bottom:0px!important;
border-top:0px!important;
box-shadow: 0px 3px 0px #908486;
margin-top:8px;
}

a.chrono {
width:646px;
height:30px;
background:#585253;
color:#E8E1D7!important;
text-align:center;
font-size:18px!important;
font-style:italic;
font-family:Georgia!important;
display:block;
padding-top:5px;
}

a.chrono:hover {
background:#585253!important;
color:#E8E1D7!important;
}

.view-source a {
padding:0px!important;
}

.view-source a:hover {
background:#F7ECE2!important;
color:#bb7f87!important;
padding:0px!important;
font-family:Georgia!important;
font-style:italic!important;
font-size:12px!important;
}


/*Новости*/

.resume {
width:100%;
height:auto;
max-height:18px;
box-shadow: inset 0px 20px 0px #fce1da;
margin-top:5px;
-webkit-transition: 0.7s ease-in-out!important;
-moz-transition: 0.7s ease-in-out!important;
-o-transition: 0.7s ease-in-out!important;
-ms-transition: 0.7s ease-in-out!important;
transition: 0.7s ease-in-out!important;
}

.resume:hover{
height:auto;
max-height:700px;
-webkit-transition: 1.5s ease-in-out!important;
-moz-transition: 1.5s ease-in-out!important;
-o-transition: 1.5s ease-in-out!important;
-ms-transition: 1.5s ease-in-out!important;
transition: 1.5s ease-in-out!important;
}

.fuge {
width:640px;
height:220px;
overflow:hidden;
-webkit-transition: 1.5s ease-in-out;
-moz-transition: 1.5s ease-in-out;
-o-transition: 1.5s ease-in-out;
-ms-transition: 1.5s ease-in-out;
transition: 1.5s ease-in-out;
position:absolute;
z-index:50000!important;
}

.fuge>img {
position:absolute;
-webkit-transition: 1.5s ease-in-out;
-moz-transition: 1.5s ease-in-out;
-o-transition: 1.5s ease-in-out;
-ms-transition: 1.5s ease-in-out;
transition: 1.5s ease-in-out;
z-index:5000;
}

.fuge:hover>img {
-webkit-transition: visibility 1.5s ease-in-out, margin 1.5s ease-in-out;
-moz-transition: visibility 1.5s ease-in-out, margin 1.5s ease-in-out;
-o-transition: visibility 1.5s ease-in-out, margin 1.5s ease-in-out;
-ms-transition: visibility 1.5s ease-in-out, margin 1.5s ease-in-out;
transition: visibility 1.5s ease-in-out, margin 1.5s ease-in-out;
visibility: hidden;
margin-top:-350px;
}

#fuge4 {
background:silver;
width:213px;
height:400px;
overflow:hidden;
-webkit-transition: 1.5s ease-in-out;
-moz-transition: 1.5s ease-in-out;
-o-transition: 1.5s ease-in-out;
-ms-transition: 1.5s ease-in-out;
transition: 1.5s ease-in-out;
position:absolute;
z-index:50000!important;
}

#fuge4>img {
position:absolute;
-webkit-transition: 1.5s ease-in-out;
-moz-transition: 1.5s ease-in-out;
-o-transition: 1.5s ease-in-out;
-ms-transition: 1.5s ease-in-out;
transition: 1.5s ease-in-out;
z-index:5000;
}

#fuge4:hover>img {
-webkit-transition: visibility 1.5s ease-in-out, margin 1.5s ease-in-out;
-moz-transition: visibility 1.5s ease-in-out, margin 1.5s ease-in-out;
-o-transition: visibility 1.5s ease-in-out, margin 1.5s ease-in-out;
-ms-transition: visibility 1.5s ease-in-out, margin 1.5s ease-in-out;
transition: visibility 1.5s ease-in-out, margin 1.5s ease-in-out;
visibility: hidden;
margin-top:-450px;
}


#fuge5 {
width:215px;
height:400px;
background:#FCBA88;
overflow:hidden;
-webkit-transition: 1.5s ease-in-out;
-moz-transition: 1.5s ease-in-out;
-o-transition: 1.5s ease-in-out;
-ms-transition: 1.5s ease-in-out;
transition: 1.5s ease-in-out;
position:absolute;
margin-left:213px;
z-index:50000!important;
}

#fuge5>img {
position:absolute;
margin-left:-213px;
-webkit-transition: 1.5s ease-in-out;
-moz-transition: 1.5s ease-in-out;
-o-transition: 1.5s ease-in-out;
-ms-transition: 1.5s ease-in-out;
transition: 1.5s ease-in-out;
z-index:5000;
}

#fuge5:hover>img {
-webkit-transition: visibility 1.5s ease-in-out, margin 1.5s ease-in-out;
-moz-transition: visibility 1.5s ease-in-out, margin 1.5s ease-in-out;
-o-transition: visibility 1.5s ease-in-out, margin 1.5s ease-in-out;
-ms-transition: visibility 1.5s ease-in-out, margin 1.5s ease-in-out;
transition: visibility 1.5s ease-in-out, margin 1.5s ease-in-out;
visibility: hidden;
margin-top:-450px;
}

#fuge6 {
width:217px;
height:400px;
background:#8a80bf;
overflow:hidden;
-webkit-transition: 1.5s ease-in-out;
-moz-transition: 1.5s ease-in-out;
-o-transition: 1.5s ease-in-out;
-ms-transition: 1.5s ease-in-out;
transition: 1.5s ease-in-out;
position:absolute;
margin-left:428px;
z-index:50000!important;
}

#fuge6>img {
position:absolute;
margin-left:-428px;
-webkit-transition: 1.5s ease-in-out;
-moz-transition: 1.5s ease-in-out;
-o-transition: 1.5s ease-in-out;
-ms-transition: 1.5s ease-in-out;
transition: 1.5s ease-in-out;
z-index:5000;
}

#fuge6:hover>img {
-webkit-transition: visibility 1.5s ease-in-out, margin 1.5s ease-in-out;
-moz-transition: visibility 1.5s ease-in-out, margin 1.5s ease-in-out;
-o-transition: visibility 1.5s ease-in-out, margin 1.5s ease-in-out;
-ms-transition: visibility 1.5s ease-in-out, margin 1.5s ease-in-out;
transition: visibility 1.5s ease-in-out, margin 1.5s ease-in-out;
visibility: hidden;
margin-top:-450px;
}


/*DIV с инфой о персонаже для просмотра профиля*/

#profile-right li strong #charlinks {
clear:both!important;
padding:1px!important;
width:250px;
}

#profile-right li strong #charinfo {
clear:both!important;
padding:1px!important;
width:250px;
}

#profile-right li strong #charinfo strong {
clear:both!important;
padding:1px!important;
display:inline!important;
font-weight:bold;
}

#profile-right li strong #ssl {
clear:both!important;
padding:1px!important;
width:250px;
}

/*Убрать RSS*/
#pun-viewtopic #pun-main #topic-modmenu .container span a {
font-size:8px;
color: #C7C4D3!important;
}

#pun-viewtopic #pun-main #topic-modmenu .container span {
font-size:8px;
color: #C7C4D3!important;
}

/* Кто просматривает тему */
#pun-viewtopic #pun-main #topic-users-in .container {
color: #908486;
font-size:10px;
font-family: Verdana;
font-weight:normal!important;
}

#pun-viewtopic #pun-main #topic-users-in .container a {
color: #908486;
font-size:10px;
font-family: Verdana;
font-weight:normal!important;
}

#pun-viewtopic #pun-main #topic-users-in .container span {
font-weight:normal!important;
}

/* Как оформлена клавиатура */
#pun-main #post-form #post fieldset .hashelp #keyboard-area #keyboard-span input {
background: #F7ECE2!important;
color: #353435;
border:none!important;
margin:2px!important;
padding:4px!important;
}

#pun-main #post-form #post fieldset .hashelp #keyboard-area {
background:#E8E1D7;
border: #908486;
}

/* Убрать выделение жирным после Привет */
#pun-status .container .item1 strong, #pun-status .container .item2 strong {
font-weight:normal!important;
color:#c88c37;
}

/* Позиционирование верхней цепочки сылок */
#pun-crumbs1 .crumbs {
margin-left:-18px;
margin-bottom: -10px;
margin-top:1px!important;
}

/*Уменьшение высоты заголовка Тем, Сообщений */
#pun-index .container table thead tr .tcr, #pun-index .container table thead tr .tcl {max-height:10px!important;}

/*Одобрено администрацией
#pun-viewtopic #p153348-content, #pun-viewtopic #p153818-content, #pun-viewtopic #p126976-content, #pun-viewtopic #p123756-content, #pun-viewtopic #p122100-content, #pun-viewtopic #p116467-content, #pun-viewtopic #p120664-content, #pun-viewtopic #p68953-content, #pun-viewtopic #p69913-content, #pun-viewtopic #p75182-content, #pun-viewtopic #p75191-content, #pun-viewtopic #p75220-content, #pun-viewtopic #p77060-content, #pun-viewtopic #p75182-content, #pun-viewtopic #p97330-content, #pun-viewtopic #p138285-content {
background: url(http://savepic.ru/9565262.png) bottom right no-repeat;
padding-bottom:30px;
margin-bottom:5px;
}
*/

#pun-viewtopic #p156186-content:after, #pun-viewtopic #p153348-content:after, #pun-viewtopic #p153818-content:after, #pun-viewtopic #p126976-content:after, #pun-viewtopic #p123756-content:after, #pun-viewtopic #p122100-content:after, #pun-viewtopic #p116467-content:after, #pun-viewtopic #p120664-content:after, #pun-viewtopic #p68953-content:after, #pun-viewtopic #p69913-content:after, #pun-viewtopic #p75182-content:after, #pun-viewtopic #p75191-content:after, #pun-viewtopic #p75220-content:after, #pun-viewtopic #p77060-content:after, #pun-viewtopic #p75182-content:after, #pun-viewtopic #p97330-content:after, #pun-viewtopic #p138285-content:after, #pun-viewtopic #p151717-content:after {
  content: "Одобрено администрацией";
  display: block;
  font-size: 18px;
font-family: Vesna;
text-align:center;
margin-top: 1em;
border:3px double #908486;
color: #908486;
width:220px;
float:right;
height:30px;
padding:5px;
}

#pun-viewtopic #p156186-content .post-sig, #pun-viewtopic #p153348-content .post-sig, #pun-viewtopic #p153818-content .post-sig, #pun-viewtopic #p126976-content .post-sig, #pun-viewtopic #p123756-content .post-sig, #pun-viewtopic #p122100-content .post-sig, #pun-viewtopic #p116467-content .post-sig, #pun-viewtopic #p120664-content .post-sig, #pun-viewtopic #p68953-content .post-sig, #pun-viewtopic #p69913-content .post-sig, #pun-viewtopic #p75182-content .post-sig, #pun-viewtopic #p75191-content .post-sig, #pun-viewtopic #p75220-content .post-sig, #pun-viewtopic #p77060-content .post-sig, #pun-viewtopic #p75182-content .post-sig, #pun-viewtopic #p97330-content .post-sig, #pun-viewtopic #p138285-content .post-sig, #pun-viewtopic #p151717-content .post-sig  {
display:none;
}

#p156186 .post-rating, #p153348 .post-rating, #p153818 .post-rating, #p126976 .post-rating, #p123756 .post-rating, #p122100 .post-rating, #p116467 .post-rating, #p120664 .post-rating, #p68953 .post-rating, #p69913 .post-rating, #p75182 .post-rating, #p75191 .post-rating, #p75220 .post-rating, #p77060 .post-rating, #p75182 .post-rating, #p97330 .post-rating, #p138285 .post-rating, #p151717 .post-rating {
margin-top:75px;
right:1px;
}

/* Настройка опроса */
#poll-special .container .formal div .poll2 tbody tr td h1 {
max-height:10px!important;
}

#poll-special .container .formal div {
background: #C6BED5;
border-left:  150px solid #A59AB5;
border-right:  130px solid #A59AB5;
border-top: 3px solid #A59AB5;
border-bottom: 3px solid #A59AB5;
}

#poll-special .container .formal div .tac {
background: #D0CAE3;
border-left: #3F3B60 3px solid;
border-right: #3F3B60 3px solid;
border-top:none;
border-bottom:none;
}

#poll-special .container #vote .formal div {
background: #C6BED5;
border-left:  150px solid #A59AB5;
border-right:  130px solid #A59AB5;
border-top: 3px solid #A59AB5;
border-bottom: 3px solid #A59AB5;
}

/*Позиционирование ссылок над постом*/
.punbb #pun-crumbs1 .crumbs {
margin-top:30px;
margin-left:-20px;
}

/*Настройка окон в превью*/
#post-preview .post-box .post-content .quote-box, #post-preview .post-box .post-content .code-box, #post-preview .post-box .post-content .spoiler-box {
max-width: 810px;
}

/*Ширина ЛС-ки*/
.fs-box .container .post-body .post-box {
width:435px;
max-width:435px;
}

#profile .container fieldset #post #post-form  {
max-width:650px;
}

#profile .container fieldset #post #post-form .hashelp .required .input #main-reply {
margin-left:0px!important;
}

/*Цвета заголовков ЛС-ки и обводка*/
#profile .container #messages fieldset .fs-box .container table .pmtcl1 {
padding: 4px auto 0px auto;
}

#profile .container #messages fieldset .fs-box .container table thead tr {
background: #ca989f;
font-family: Vesna!important;
font-size:14px!important;
color: #F7ECE2!important;
}

#pun #pun-messages #pun-main #profile .container #messages .container table
{
border-top: 0px solid #860006!important;
border-left: 0px solid #860006!important;
border-right: 0px solid #860006!important;
border-bottom: 8px solid #ca989f!important; 
}

#pun-main #profile .container #messages fieldset .fs-box .container {
margin-top:-25px;
}

.fs-box .container table .pmtc33 {
background:#F7ECE2;
color: #908486!important;
font-size:12px!important;
font-family: Lucida Console;
word-spacing:-5px!important;
width:110px!important;
text-align:center;
border-top: 0px solid #860006!important;
border-left: 2px solid #ca989f!important;
border-right: 2px solid #ca989f!important;
border-bottom: 0px solid #860006!important;
}

.fs-box .container table thead tr .pmtc22 {
font-family: Vesna;
font-size:16px!important;
}

#messages fieldset .fs-box .container .pmtc22 a {
font-family: Vesna;
font-size: 16px!important;
color:#928688;
}

.fs-box .container table thead tr .pmtcl1 {
font-family: Vesna;
font-size:16px!important;
color: #F7ECE2;
}

.fs-box h3 span {
font-size:14px!important;
margin-left:205px!important;
}


/*Подстройка ЛС
 ---------------------------------*/
.fs-box .container table .hasicon tr .pmtcl1 .intd .icon {
display:none;
}

 /* Новые ЛС */
 .fs-box .container table .hasicon .inew .pmtcl1 a {
font-size:14px!important;
font-weight:bold;
color:#908486!important;
}

.fs-box .container table .hasicon strong a {
font-weight:normal!important;
text-decoration:underline;
}

.fs-box .container table .hasicon tr .pmtcl1 .intd .tclcon {
background:none!important;
box-shadow:none!important;
border:none!important;
padding-top:5px;
position:absolute;
margin-top:-5px;
margin-bottom:-5px;
}

.fs-box .container .pmtcl1 .intd .tclcon::before {
	content: '• ';
color:#908486;
}

.fs-box .container table .hasicon tr .pmtcl1 {
height:15px!important;
max-height:15px!important;
vertical-align:top!important;
}

 /* Названия ЛСок */
.fs-box .container table .hasicon tr .pmtcl1 .intd .tclcon a {
font-family: Century Gothic;
font-size:14px!important;
color: #908486;
}

 /* Ссылки под ЛС */
#profile .container fieldset .fs-box .container .post-links ul a {
font-family: Verdana;
font-size:12px!important;
color: #908486!important;
}

#profile .container fieldset .fs-box .container .post-links ul {
margin-top:-10px;
margin-bottom:10px;
width:473px;
max-width:473px;
padding-left:0px!important;
padding-right:4px!important;
margin-left:-50px;
}


/*Надпись сообщения в ЛС*/

#pun-messages #pun-main #profile .container #messages fieldset legend span {
display:none;
}

.fs-box .container .post-author ul .pa-reg, .fs-box .container .post-author ul .pa-posts {
display:none;
}

/*Подстройка скрипта предпросмотра ЛС*/

#pun-messages #pun-main #profile .container fieldset #post #post-preview legend{
margin-top:10px!important;
}

#profile .container fieldset #post #post-preview .fs-box .post-box {
background:#F3E3DF;
}

#hide-1{display:none;}

#pun-messages #pun-main #profile .container fieldset .fs-box h3 span {
border-top: 0px solid #dad8d1!important;
border-left: 0px solid #FCE1DA!important;
border-right: 0px solid #dad8d1!important;
border-bottom: 0px solid #dad8d1!important; 
}

#pun-messages #pun-main #profile .container fieldset .fs-box  .container .post-body .post-box {
border-top: 0px solid #dad8d1!important;
border-left: 0px solid #dad8d1!important;
border-right: 0px solid #dad8d1!important;
border-bottom: 0px solid #dad8d1!important; 
}

#pun-messages #pun-main #profile .container #messages .linksb .pagelink {
position:absolute!important!;
margin-left:220px!important;
}


/*Правка шрифта в названии столбика на главной*/
#pun-main .category .container table thead tr .tcl, #pun-main .category .container table thead tr .tcr, #pun-main .category .container table thead tr .tc3, #pun-main .category .container table thead tr .tc2, #pun-main .forum .container table thead tr .tcr, #pun-main .forum .container table thead tr .tcr, #pun-main .forum .container table thead tr .tcl, #pun-main .forum .container table thead tr .tc2, #pun-main .forum .container table thead tr .tc3 {
font-family: Verdana;
font-size:6px!important;
opacity: 0;
}

#pun-main .category .container table thead tr .tcl span {
display:none;
}

/*Цвет ссылок на ответы главной при наведении*/
#onlinelist div span a {
font-weight:normal!important;
}

#viewprofile #profile-right a:hover, #viewprofile #profile-right a:focus, #viewprofile #profile-right a:active {
color: #52505c;
}

/*Цвет ссылок статистики и расположение бокса*/

#pun-stats .statscon .container {
width:auto;
min-height:200px;
}

#pun-stats .statscon .container a {
color: #928688;
}

#pun-stats .statscon .container a:hover, #pun-stats .statscon .container a:active, #pun-stats .statscon .container a:focus {
color: #bb7f87;
}

/*Картинка и шрифт в статистике*/
#pun-stats ul.container {
color: #928688;
font-size:10px;
font-family: Verdana;
padding-left:5px;
}

/*Жирность статистики*/
#pun-stats .statscon .container #onlinelist div strong, #pun-stats .statscon .container .item1 strong, #pun-stats li.item1 span, #pun-stats li.item2 strong, #pun-stats li.item3 strong, #pun-stats li.item4 a {
font-weight:normal!important;
}

/* Настройка ссылок под постом - профиль, удалить, редактировать*/
#pun-main .topic .container .post-links ul { 
font-size:16px;
font-family: Vesna;
font-weight: normal!important;
}

.pl-email a {
color: #9c9790!important;
}

.pl-edit a {
color: #9c9790!important;
}

.pl-delete a {
color: #9c9790!important;
}

.pl-quote a {
color: #9c9790!important;
}

#pun-main .topic .container .post-links ul a {
color: #c7c4d3;
}

/* Выравнивание и фон текста поста*/
#pun-main .container .post-body .post-box {
text-align:justify;
 -moz-hyphens: auto;
 -webkit-hyphens: auto;
 -ms-hyphens: auto;
hyphens: auto;
color: #17181c!important;
overflow:hidden;
background:#BFBFBF;
box-shadow: inset 30px 0px 0px #18181A;
}

/* Цвет ссылок в тексте поста*/
#pun-main .topic .container .post-body .post-box a, #profile  .fs-box .container .post-body .post-box .post-content a, #post-preview .fs-box .post-box .post-content a {
color: #bb7f87;
font-size:12px;
text-decoration:none!important;
text-transform:none;
font-family:Century Gothic;
}

#pun-main .topic .container .post-body .post-box a:hover, #profile  .fs-box .container .post-body .post-box .post-content a:hover, #post-preview .fs-box .post-box .post-content a:hover {
color: #F7ECE2;
background: #908486;
border-radius:2px;
}


/*Правка слова выделить код*/
.code-box strong.legend a {
text-transform: none!important;
font-weight:normal!important;
font-size:14px!important;
сolor: #9992B5!important;
}

/* Настроить рейтинг поста*/
#pun-main .topic .container .post-body .post-box .post-rating .container {
text-align:center;
margin-right:20px!important;
margin-bottom:25px;
}

#pun-main .topic .container .post-body .post-box .post-rating .container a
{
color:#908486;
position:absolute;
font-family: Vesna;
font-size:11px;
font-weight:normal;
}

/* Убрать надписи "быстрое сообщение" и "наберите ваш текст", фотохостинг*/
#pun-main #post-form #post fieldset legend span, #pun-main #post-form h2 span, #pun #pun-post #pun-main .formal #post fieldset legend span, #pun-index #pun-about .container .item1 {display:none;}


/* Подтянуть поле ввода быстрого сообщения*/
#pun-main #post-form #post fieldset {
margin-top: -35px;
}

/* Отделить строку "сообщений" от статуса*/
#pun-main .topic .container .online ul .pa-posts {
margin-top: 2px;
}

/* Настройка выделения в браузере*/
::selection {
background: #bb8f95;
color: #353435; }
::-moz-selection {
background: #bb8f95;
color: #353435; }
::-webkit-selection {
background: #bb8f95;
color: #353435; }

/*Активные пользователи - разукрашиваем*/
#pun-online #pun-main .section .container {
margin-right:12px;
border-top:none!important;
border-left:none!important;
border-right:none!important;
font-size:12px!important;
}

#pun-online #pun-main .section .container table thead tr .tc3, #pun-online #pun-main .section .container table thead tr .tc2, #pun-online #pun-main .section .container table thead tr .tcl  {
color: #908486!important;
font-weight:normal!important;
font-family: Century Gothic;
font-size:12px!important;
}

#pun-online #pun-main .container table thead tr .tc3 {
text-align:right!important;
padding-right:8px!important;
}

#pun-online #pun-main .section .container table tbody tr .tc3, #pun-online #pun-main .section .container table tbody tr .tc2, #pun-online #pun-main .section .container table tbody tr .tcl {
color: #908486!important;
font-size:12px!important;
font-family: Verdana;
}

#pun-online #pun-main .section .container .tcl {
width:30%;
font-size:12px!important;
font-family: Verdana;
}

#pun-online #pun-main .section .container .tc2 {
width:60%;
font-size:12px!important;
font-family: Verdana;
}

#pun-online #pun-main .section .container .tc3 {
width:10%;
font-size:12px!important;
font-family: Verdana;
}

#pun-online #pun-main .section .container table tbody tr, #pun-online #pun-main .section .container table tbody tr a {
color: #908486!important;
font-weight:normal!important;
font-size:12px;
font-family: Verdana;
}


/*Список участников - разукрашиваем*/
#pun-userlist #pun-main .usertable .container table tbody .tc2, #pun-userlist #pun-main .usertable .container table tbody .tc3 {
font-family: Verdana!important;
font-size:12px!important;
color: #786c6e!important;
}

#pun-userlist #pun-main .usertable .container table thead tr .tcl,
#pun-userlist #pun-main .usertable .container table thead tr .tc2,
#pun-userlist #pun-main .usertable .container table thead tr .tc3 
{
font-weight:normal!important;
font-family: Century Gothic!important;
font-size:12px!important;
color: #908486!important;
}

#pun-userlist #pun-main .usertable .container table tbody .tcl {
font-family: Verdana!important;
font-size:12px!important;
color: #786c6e!important;
padding-left:6px!important;
}

#pun-userlist #pun-main .usertable .container table thead {
margin-left:-16px!important;
margin-top:-10px!important;
}

#pun-userlist #pun-main .usertable .container table, #pun-userlist #pun-main .usertable .container table tbody a {
color: #786c6e!important;
}

#userlist .formsubmit {
margin-top:-15px;
margin-bottom: 10px;}

/*Страница просмотра профиля - разукрашиваем!*/

#viewprofile-next #viewprofile .container ul table {
border-radius:15px 15px 15px 15px;
border: 1px solid #e1dad1;
background: #F7ECE2!important;
}

#viewprofile-next #viewprofile #profile-right {
}

#viewprofile-next #viewprofile #profile-left #profile-name strong {
color: #908486!important;
text-align:center!important;
font-family: Vesna;
font-size: 18px;
text-transform:none;
}

#viewprofile-next #viewprofile #profile-left #profile-title strong {
line-height: 8px;
font-family: Tahoma;
font-size:10px;
color: #908486!important;
text-align:center;
padding-bottom:6px!important;
margin-bottom: 7px;
}

#viewprofile-next #viewprofile #profile-left li strong {
color: #908486!important;
font-weight:normal!important;
font-family: Century Gothic;
text-align:center;
margin-bottom:-2px;
text-transform:lowercase;
font-size:12px;
}

#viewprofile-next #viewprofile #profile-right li span {
font-weight:normal!important;
color: #343534;
}

#viewprofile-next #viewprofile #profile-left li div {
text-align:center!important;
}


/*
#viewprofile-next #viewprofile #profile-right li span {
border: 1px solid red;
}

#viewprofile-next #viewprofile #profile-right li strong {
border: 1px solid red;
}
*/

#viewprofile-next #viewprofile .container ul table {
}

#viewprofile-next #viewprofile .container ul #profile-signature {
display:none;
}

/*CSхх Настройки для русфф
 ---------------------------------*/
/* Убрать надписи "быстрое сообщение" и "наберите ваш текст" и всего русффшного*/
#pun-main #post-form #post fieldset legend span, #pun-main #post-form h2 span, #pun-main
#pun-live-rusff, #pun-main .post-links ul .pl-reports, #pun-main .post-links ul .pl-reports a, #pun-main .post-links ul .pl-share, #pun-main .post-links ul .pl-share a, #pun-main #login fieldset .inline .infofield, #viewprofile-next #viewprofile .container ul #profile-gifts, #post fieldset .hashelp #form-buttons #button-smile, .lastedit {display:none!important;}

#navawards, #navrules {display:none!important;}

/* Костыль для имен на странице поиска*/
#pun-searchposts #pun-main .topic .post .container .post-author ul .pa-replies {
padding-top:5px;
}

#pun-searchposts #pun-main .topic .post .container .post-author ul .pa-author strong {
font-weight:normal!important;
}

#pun-searchposts #pun-main .topic .post h3 span a {
color: #908486;
font-size:16px!important;
}

#pun-searchposts #pun-main .topic .post .container .post-links ul li a {
color: #bb7f87!mportant;
}


/* Строчка про квадробоардс*/
#pun-index #pun-about .container .item1 {
display:none;
}

/* Надпись модераторы*/
#pun td .modlist{
display:none;
}

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

#smilies-area {
max-width: 200px!important;
padding-right:10px!important;
}

/*Настройки всплывающих окон на русфф*/

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


/*CS12 Настройки скроллбара
 ---------------------------------*/
 /* Настраиваем скроллбар */
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase { /*База вертикального скроллбара*/
width: 4px;
background-color: #E8E1D7;
}

.vscrollerbar { /*Цвет и ширина бегунка вертикального скроллбара*/
width: 4px;
background-color: #908486;
}

.hscrollerbase { /*База горизонтального скроллбара*/
height: 4px;
background-color: #E8E1D7;
}

.hscrollerbar { /*Цвет и высота бегунка горизонтального скроллбара*/
height: 4px;
max-height:4px;
background-color: #908486;
}

.scrollerjogbox {
background: #f4cf9e;
width: 6px;
height: 6px;
top: auto; left: auto;
bottom: 0px; right: 0px;
}

/***  Cтиль к скрипту: 
 "Всплываюшая таблица с вкладками, в топике, с инфой о персонаже"
**/

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

/* Затемняющий фон */
#pre-wrap {
 margin:0;
 top:0;bottom:0;
 left:0;right:0;
 width:100%;
 height:100%;
 position:fixed;
 z-index:20000;
 background: rgba(25,25,25,.75);
}

/*Подвижка иконки закрытия таблички*/
.my-tabs > img.close {
 float:right;
 margin:0 -25px 0 0!important;
 width:20px;
}
Подпись автора

[html]<div id="kozza"><img src="https://forumupload.ru/uploads/001b/2c/35/672/427542.png"></div>
<style>
#kozza {
width:62px!important;
height:62px!important;
position:relative;
z-index:90000!important;
border:1px solid red;
top:200px;
left:5px;
}
</style>

[/html]

0

8

<!-- Объявление -->
<div class="objava" style="text-align:justify; -moz-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; top:36px; margin-left:-90px;position:absolute;width:460px; height:196px;">
<div class="flexcroll" style="width:450px;height:196px;padding-right:4px;padding-left:4px;padding-top:4px;overflow:hidden;line-height:12px;word-spacing:-1px;z-index:600;color:#8f8f8f;font-family:Corbel;font-size:14px;"> 

<font style="color: #c88c37!important;"><b>26.11.2016</b></font> » В <a href="http://neopolis.rusff.ru/viewtopic.php?id=4#p11" >описание города</a> добавлена информация об общей площади и характере городских застроек, детализировано описание климата.
<br><br>
<font style="color: #c88c37!important;"><b>12.11.2016</b></font> » Правила, особенности и условия <a href="http://neopolis.rusff.ru/viewtopic.php?id=3#p148807">активного мастеринга</a> доступны к ознакомлению.
<br><br>
<font style="color: #c88c37!important;"><b>20.10.2016</b></font> » Сказано — сделано: дополнительная информация о <a href="http://neopolis.rusff.ru/viewtopic.php?id=276#p14330" >репродуктивной системе мужчин-омег</a> добавлена в FAQ.
<br><br>
<font style="color: #c88c37!important;"><b>13.10.2016</b></font> » Опубликована информация об <a href="http://neopolis.rusff.ru/viewtopic.php?id=4#p146807" >оплате труда и экономической ситуации</a>, а также обновлена тема <a href="http://neopolis.rusff.ru/viewtopic.php?id=768#p47913">для мафии</a>: добавлена предыстория и события последнего полугодия.
<br><br>
<font style="color: #c88c37!important;"><b>28.09.2016</b></font> » Вашему вниманию новая статья в матчасти: <a href="http://neopolis.rusff.ru/viewtopic.php?id=4#p145565">Арденский лес</a>, и дополнение в FAQ, раздел "О социуме": <a href="http://neopolis.rusff.ru/viewtopic.php?id=276#p96812">обращения в культуре Неополиса</a>. А также <a href="http://neopolis.rusff.ru/viewforum.php?id=23">напоминание</a> о проводящихся на форуме творческих играх.
<br><br>
<font style="color: #c88c37!important;"><b>28.09.2016</b></font> » Вашему вниманию новая статья в матчасти: <a href="http://neopolis.rusff.ru/viewtopic.php?id=4#p145565">Арденский лес</a>, и дополнение в FAQ, раздел "О социуме": <a href="http://neopolis.rusff.ru/viewtopic.php?id=276#p96812">обращения в культуре Неополиса</a>. А также <a href="http://neopolis.rusff.ru/viewforum.php?id=23">напоминание</a> о проводящихся на форуме творческих играх.

</div> 
</div>

<div class="border"></div>
<div class="logo"></div>

<style>

.objava a {
color: #c88c37!important;
font-family:Corbel!important;
font-size:14px!important;
font-style:normal!important;
}

.logo {
background:url(http://savepic.ru/14007154.png) top center no-repeat;
width:275px;
height:68px;
position:absolute;
top:280px;
left:-250px;
}

.border {
width:620px;
height:206px;
border:2px solid #c88c37;
z-index:100;
position:absolute;
margin-left:-250px;
top:32px;
}

a.golden, a.golden:active, a.golden:link, a.golden:visited {
font-size: 14px;
padding:1px 1px 1px 1px;
font-family: Lucida Console;
background-color: #c88c37;
color: #131317!important;
font-weight: normal;
text-align:center;
margin:2px 0px 0px 0px;
display: inline-block;
text-decoration: none;
width:165px;
height:13px;
transition:0s!important;
font-weight:500;
line-height:11px!important;
}

a.golden:hover {
background-color:#18181A!important;
color: #c88c37!important;
}

.hrr {
top:172px;
margin-left:-190px;
width:170px;
position:absolute;
z-index:100;
}
</style>

<!--Панель справа-->
    <style>
    .splContR {
    width:170px!important; /*ширина окна*/
    height:auto; /*высота окна*/
    background-color:#18181A!important; /*фон окна*/
    top:-91px; /*отступ окна от верха кнопки*/
    left:124px!important; /*отступ окна от правого края монитора*/
padding-bottom:4px;
    padding:2px 1px 4px 0px!important;
border-right:2px solid #C9892C;
    }

.splLinkR {
height:25px;
width:206px;
border:2px solid #C9892C;
background:#18181A;
-moz-transform: rotate(270deg);
-webkit-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
text-align:center!important;
cursor:pointer;
}

    </style>

    <!--Блок с содержимым правой панели-->
    <div style="position:fixed;left:-83px;top:160px;z-index:20000">
    <div class="splLinkR"><font style="color:#C9892C!important;text-align:center!important;font-size:14px;padding:8px 5px 5px 5px;">ПОЛЕЗНЫЕ ССЫЛКИ</font></div>
    <div style="display:none;position:absolute;" class=splContR>

<!-- Ссылки-->
<a href="http://neopolis.rusff.ru/viewtopic.php?id=1452" class="golden">гостевая</a>
<a href="http://neopolis.rusff.ru/viewtopic.php?id=3#p3" class="golden">правила</a>
<a href="http://neopolis.rusff.ru/viewtopic.php?id=4#p4" class="golden">матчасть</a>
<a href="http://neopolis.rusff.ru/viewtopic.php?id=276#p14330" class="golden">FAQ</a>
<a href="http://neopolis.rusff.ru/viewtopic.php?id=8#p17" class="golden">шаблон анкеты</a>
<a href="http://neopolis.rusff.ru/viewtopic.php?id=6#p13" class="golden">занятые внешности</a>
<a href="http://neopolis.rusff.ru/viewtopic.php?id=10#p19" class="golden">списки жителей</a>
<a href="http://neopolis.rusff.ru/viewtopic.php?id=7#p14" class="golden">о проекте</a>
<a href="http://neopolis.rusff.ru/viewtopic.php?id=841#p52672" class="golden">неополис в лицах</a>
<a href="http://neopolis.rusff.ru/viewtopic.php?id=1593#p137178" class="golden">хронология</a>
<a href="http://neopolis.rusff.ru/viewtopic.php?id=964#p68917" class="golden">глоссарий</a>
<a href="http://neopolis.rusff.ru/viewtopic.php?id=964#p68917" class="golden">глоссарий</a>

    </div></div>

    <!--Спойлер - контейнер-->
    <script type="text/javascript">
      $(document).ready(function(){
        $('.splLinkR').click(function(){
          $(this).parent().children('div.splContR').toggle('normal');
          return false;
        });
      });
    </script>

<style>
.usava {
border-radius:50%;
max-width:82px;
max-height:82px;
background-color:#18181A;
opacity:1;
position:absolute;
left:507px;
top:412px;
z-index:1000;
}

.usava > img {
border-radius:50%;
width:80px!important;
height:80px!important;
max-width:80px;
max-height:80px;
border: 3px solid #c88c37;
}

.setava {
width:80px;
height:80px;
position:absolute;
left:-55px;
top:285px;
z-index:2000;
}

.setava a {
width:70px;
height:70px;
display:block;
color:transparent!important;
text-align:center;
cursor:pointer;
}

</style>

<!--Вывод аватарки или картинки по-умолчанию-->
<div class="usava">
<script>GroupID == 3 ? document.write('<img src="https://forumstatic.ru/files/0014/d1/e8/43552.jpg">') : document.write('<img src="' + UserAvatar + '">')</script>
</div>

<div class="setava">
<script>if (GroupID != 3) { document.write('<a style="color:transparent!important;" href="/profile.php?section=avatar&id=' + UserID +  '" title="Изменить аватар">.</a>');}</script>
</div>

Подпись автора

[html]<div id="kozza"><img src="https://forumupload.ru/uploads/001b/2c/35/672/427542.png"></div>
<style>
#kozza {
width:62px!important;
height:62px!important;
position:relative;
z-index:90000!important;
border:1px solid red;
top:200px;
left:5px;
}
</style>

[/html]

0

9

<script><!--Свои картинки вместо:Новая тема;Новый опрос;Ответить;Профиль;ЛС;и т.д. -->
       pstlnk=new Array(

      ".pl-email","Профиль",
    "https://forumstatic.ru/files/0012/04/67/47670.png","https://forumstatic.ru/files/0012/04/67/47670.png",

      ".pl-email","ЛС",
    "https://forumstatic.ru/files/0012/04/67/47670.png","https://forumstatic.ru/files/0012/04/67/47670.png",

      ".pl-email","E-mail",
    "https://forumstatic.ru/files/0012/04/67/47670.png","https://forumstatic.ru/files/0012/04/67/47670.png",

      ".pl-website","Вебсайт",
    "https://forumstatic.ru/files/0012/04/67/47670.png","https://forumstatic.ru/files/0012/04/67/47670.png",

      ".pl-delete","Удалить",
    "https://forumstatic.ru/files/0012/04/67/94840.png","https://forumstatic.ru/files/0012/04/67/94840.png",

      ".pl-edit","Редактировать",
    "https://forumstatic.ru/files/0012/04/67/50789.png","https://forumstatic.ru/files/0012/04/67/50789.png",

      ".pl-quote","Цитировать",
    "https://forumstatic.ru/files/0012/04/67/95629.png","https://forumstatic.ru/files/0012/04/67/95629.png" // !ПОСЛЕДНИЙ элемент без запятой
    )
    function find_and_replace(value){var s0,s1,s2,s3,i; for (i=0; i < pstlnk.length; i=i+4){s0=pstlnk[i+2];
      s1="onmouseover=\"this.src='"+pstlnk[i+3]+"'\"";s2="onmouseout=\"this.src='"+s0+"'\"";
      s3='<img class="pst_lnk" src="'+s0+'" '+s1+' '+s2+' border="0" />';
      var str=$(value).find(pstlnk[i]+":contains('"+pstlnk[i+1]+"')").html();
      if (str!=null) {str=str.replace(pstlnk[i+1],s3);
    $(value).find(pstlnk[i]+":contains('"+pstlnk[i+1]+"')").html(str);};};}
    $("#pun-viewforum .linkst,#pun-viewforum .linksb,#pun-viewtopic .linkst,#pun-viewtopic .linksb,#pun-viewtopic .post .post-links").each(function(){find_and_replace(this);;});
    </script>

Подпись автора

[html]<div id="kozza"><img src="https://forumupload.ru/uploads/001b/2c/35/672/427542.png"></div>
<style>
#kozza {
width:62px!important;
height:62px!important;
position:relative;
z-index:90000!important;
border:1px solid red;
top:200px;
left:5px;
}
</style>

[/html]

0

10

Код:
<!--  Див с баннерами каталогов -->
<div style="position:absolute;margin-left:-12px;margin-top:155px;background:rgba(199,196,211,0.15);width:900px;height:34px;z-index:100;padding-left:5px;padding-top:2px!important;overflow:hidden;border-left:4px solid #E28D81;border-right:4px solid #E28D81;box-shadow:inset 3px 0px 0px #FCE1DA, inset -3px 0px 0px #FCE1DA;">

<div id="hop"><a href="http://artishock.rusff.ru/" target="_blank"><img src="http://s2.uploads.ru/nzVxs.gif" title="ARTISHOCK" border="0"width="88" height="31"></a></div>
<div id="hop"><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></div>
<div id="hop"><a href="http://imagiart.ru/" title="photoshop: Renaissance" target=_blank> <img src="http://s1.uploads.ru/5ls0J.gif" border="0" alt="photoshop: Renaissance"></a></div>

<marquee height="31" width="620" direction="up" scrollamount="1" scrolldelay="2" onMouseOver="this.stop()" onMouseOut="this.start()">
<center>
<div id="hop">
<a title="Каталог фэнтези сайтов Палантир" href='http://palantir.in/?from=19041' target='_blank'>	
<script type="text/javascript">
Md=document;Mnv=navigator;
Mrn=Math.random();Mn=(Mnv.appName.substring(0,2)=="Mi")?0:1;Mp=0;Mz="p="+Mp+"&";
Ms=screen;Mz+="wh="+Ms.width+'x'+Ms.height;My="<img src='http://palantir.in/count.php?id=19041&today_hits=1&today_hosts=1&total_hosts=1&cid=gray.png";My+="&cntc=none&rand="+Mrn+"&"+Mz+"&referer="+escape(Md.referrer)+'&pg='+escape(window.location.href);My+="'  alt='Palantir' title='Каталог фэнтези сайтов Палантир' border='0' width='88px' height='31px'>";Md.write(My);</script>
<noscript><img src="http://palantir.in/count.php?id=19041&today_hits=1&today_hosts=1&total_hosts=1&cid=gray.png" alt='Palantir' title="Каталог фэнтези сайтов Палантир" border=0 width="88px" height="31px"></noscript>
</a> 
</div>

<div id="hop">
<a href="http://codegeass.ru/" target="_blank" title="Code Geass"><img src="https://forumstatic.ru/files/0010/8b/e4/95973.png" width="88" height="31" alt="Code Geass" /></a>
</div>

<div id="hop">
<a href=http://fatesr.anihub.ru/><img src="http://i.imgur.com/WME5FnG.png" alt="Fate/Somber Reign" title="Fate/Somber Reign" border="0"></a>
</div>

<div id="hop">
<a href="http://akumaproject.mybb.ru/" target=_blank><img src="https://forumstatic.ru/files/0014/8c/ea/52724.gif" title="Готовы к бою?"></a> 
</div>

<div id="hop">
<a href="http://invertedparadise.anihub.ru/"><img src="http://storage9.static.itmages.ru/i/16/0229/h_1456767654_1131396_8daccbad9f.gif" title="Inverted Paradise"></a>
</div>

<div id="hop">
<a href="http://bleached.rolebb.com/" title="BLEACH: STAND UP, BE STRONG" target="_blank"><img src="http://sa.uploads.ru/L4v1x.gif" border="0" width="88" height="31"></a> 
</div>

<div id="hop">
<a href="http://mightycrossover.rusff.ru/" target="_blank"><img src="http://funkyimg.com/i/ZmpY.gif" title="MIGHTYCROSS: Первый Могущественный"></a>
</div>

<div id="hop">
<a href="http://lovelessworld.rolka.su/" target=_blank><img src="https://forumstatic.ru/files/0006/78/34/19553.gif" alt="Frpg Lovelessworld" width="88" height="31"></a>
</div>

<div id="hop">
<a href="http://redbus.rusff.ru/" title="RED BUS" target="_blank"><img src="http://savepic.su/5725041.gif" width="88px" height="31px"></a>
</div>

<div id="hop">
<a href="http://scaoil.ru/"><img src="http://sg.uploads.ru/vWFxV.jpg" alt="Caislean na Tscaoil"title="Slash. NC-21" border="0"></a>
</div>

<div id="hop">
<a href="http://descendants.9bb.ru/" target=_blank><img src="http://sh.uploads.ru/98yFP.jpg"></a>
</div>

<div id="hop">
<a href="http://astep.rusff.ru/" target=_blank title="В шаге от трона. Псевдоистория, интриги, магия"><img src="https://forumstatic.ru/files/0013/ce/d4/39235.jpg" alt="В шаге от трона. Псевдоистория, интриги, магия" Border="0"></a>
</div>

<div id="hop">
<a href="http://brin.rusff.ru" title="New Orleans: War of Change" target='_blank'><img src='http://s003.radikal.ru/i202/1510/61/e3e3e718e4ca.gif'></a> 
</div>

<div id="hop">
<a href=http://domzabveniya.ru/ Target="_blank"><img src="http://uploads.ru/i/N/n/b/Nnbjm.png" alt="Дом Забвения" title="Венецианский бордель. Yaoi. BDSM. NC-21" border="0"></a>
</div>

<div id="hop">
<a href="http://sowlart.artbb.ru/" target="_blank"><img src="http://funkyimg.com/i/UaSi.png" title="SOWL ART" width="88" border="0" height="31"></a> 
</div>

<div id="hop">
<a href="http://enteros.rusff.ru/" title="ФРПГ Энтерос" target="blank"><img src="https://forumstatic.ru/files/0015/e5/72/98755.gif"></a>
</div>

<div id="hop">
<a href="http://frpgnarutobloodbath.rusff.ru/"><img title="FRPG Naruto: bloodbath " src="http://s1.uploads.ru/i/B5OL6.gif" border="0" /></a>
</div>

<div id="hop">
<a href="http://aeternitas.f-rpg.ru/"><img border="0" src="http://sd.uploads.ru/t/w7Nkz.gif"title="Aeternitas"></a>
</div>

<div id="hop">
<a href="http://sinnerman.rusff.ru/" target="_blank"><img src="http://s3.uploads.ru/yGYZu.gif"></a>
</div>

<div id="hop">
<a href="http://felicis.anihub.ru/" target="_blank"><img src=http://se.uploads.ru/RfWjk.png /></a> 
</div>

</center>
</marquee>
</div>
</div>
Подпись автора

[html]<div id="kozza"><img src="https://forumupload.ru/uploads/001b/2c/35/672/427542.png"></div>
<style>
#kozza {
width:62px!important;
height:62px!important;
position:relative;
z-index:90000!important;
border:1px solid red;
top:200px;
left:5px;
}
</style>

[/html]

0

11

минутка юмора

https://s19.postimg.cc/b2cy14rkj/screenshot_515.png
https://s19.postimg.cc/t40och0mr/screenshot_525.png
https://s19.postimg.cc/6fbhcu6df/screenshot_524.png
https://s19.postimg.cc/kx8olf5kj/screenshot_523.png
https://s19.postimg.cc/tfi4pr4df/screenshot_522.png
https://s19.postimg.cc/pvw6zxm83/screenshot_521.png
https://s19.postimg.cc/lmrgxrb8z/screenshot_520.png
https://s19.postimg.cc/nrbtytxg3/screenshot_519.png
https://s19.postimg.cc/5xbqjq4er/screenshot_517.png
https://s19.postimg.cc/fkf8tippf/screenshot_518.png
https://s19.postimg.cc/5jaejzmub/screenshot_516.png

Подпись автора

[html]<div id="kozza"><img src="https://forumupload.ru/uploads/001b/2c/35/672/427542.png"></div>
<style>
#kozza {
width:62px!important;
height:62px!important;
position:relative;
z-index:90000!important;
border:1px solid red;
top:200px;
left:5px;
}
</style>

[/html]

0

12

:suspicious:

0

13

Uhum

0

14

н
е
к
о
т
о
р
о
е

д
л
и
н
н
о
е

с
о
о
б
щ
е
н
и
е

д
л
я

п
р
о
в
е
р
к
и

р
а
б
о
т
ы

и

п
о
з
и
ц
и
о
н
и
р
о
в
а
н
и
я

с
к
р
и
п
т
а

т
а
б
л
и
ч
к
и

н
а

д
а
н
н
о
м

ф
о
р
у
м
е

0

15

Mahanon Lavellan написал(а):

Являясь администратором форума, мы можем полностью изменить всю его графическую разметку. Инитерфейс форума состоит из отдельных элементов - чаще всего таблиц и других объектов, лежащих внутри этих таблиц. Это не значит, что мы можем изменить СОДЕРЖАНИЕ этих элементов, по крайней мере черех CSS

Подпись автора

[html]<div id="kozza"><img src="https://forumupload.ru/uploads/001b/2c/35/672/427542.png"></div>
<style>
#kozza {
width:62px!important;
height:62px!important;
position:relative;
z-index:90000!important;
border:1px solid red;
top:200px;
left:5px;
}
</style>

[/html]

0

16

Информация для заполнения:
1.Полное имя персонажа
В имени, в каждой его части, поставьте ударение с помощью жирного шрифта. Например Фредерик Леррано де Ольден. Имя можно писать вместе с титулом. Здесь же пишите прозвище, если есть. И пару строк о том, почему дали такое прозвище.

2.Раса
Расу выбираем из списка предложенных. Желащие внести что-то новое для этого форума, предоставьте подробное описание расы своего персонажа. Если оно не будет противоречить идее форума и здравому смыслу, ваш труд будет оценен и записан в историю мира. Создавая полукровок, руководствуйтесь логикой. Например, вряд ли может родится ребенок от союза вампира и оборотня, или от дракона и человека.

3.Дата рождения и возраст
Не забывайте, что у каждой расы свой срок жизни. На данный момент герои старше 250 лет не принимаются. Исключение составляют только боги и духи. Помните, что слишком молодые существа еще много не могут, а слишком старые – уже многого не могут.

4.Подданство
Подданым какого королевства является персонаж (либо к какому себя относит).
Изначально герой является подданным своей родины, однако впоследствии может сменить подданство, перебравшись жить в другое королевство и присягнув на верность его правителю.
Не иметь принадлежности могут только отшельники, изгнанники и дети родителей без подданства, так и оставшиеся бродягами. Сюда же можно включить героя, отказавшегося от подданства родного и любого другого государства. Если героя не признает над собой власти родного королевства или королевства, в котором живет, он будет обвинен в шпионаже/государственной измене и может быть заключен под стражу или даже казнен.
Подданства безнаказанно могут не иметь драконы и другие дико живущие существа, скорее являющиеся животными, чем гуманоидами.
Убийство, порабощение, пленение существа без подданства не является преступлением и никак не наказуемо.
Место жительства:
Где в данный момент живет персонаж. Напр: Дальнее Приозерье, дом дяди и тети или Аркрайн, замок повелителя.

5.Сословие и титул:
Прежде всего ответьте на вопрос, может ли персонаж выбранной вами расы носить подобное звание или титул? И не стоит стремиться к высшим ступеням иерархии. Качественный отыгрыш простолюдина иногда во сто крат ценнее

6.Профессия
Род занятий персонажа. Следует писать полностью, то есть не просто «воин», «маг», или «жрец» а, например, «военачальник элитного отряда Эминорских королевских рыцарей» или «боевой маг-охранник замка клана Муэрро», «старший жрец в храме Рэйдена в Западном Приозерье».

7.Внешность
Аватар должен соответствовать внешности героя. Не на 100%, конечно, но должна отражать его внешний вид в общих чертах.
В описании внешности следует обязательно указать все нижеперечисленные характеристики. Не обязательно делить описание по пунктам, так же не важен их порядок, главное – наличие.
- на сколько лет примерно выглядит и какое внешнее впечатление производит на первый взгляд (например герой может при первом взгляде напомнить бродяжку, вызвать отвращение, произвести впечатление опасной личности или наоборот показаться милым и добрым или чудаковатым и смешным или напротив внушать уважение)
- рост, комплекция, осанка
- волосы (длина, цвет, степень волнистости, обычная прическа, разнообразные украшения в волосах)
-черты лица (Наличие на лице маски/повязки | форма лица, так же неплохо уточнить лоб, скулы, подбородок, щеки, брови, уши, форма носа | форма и цвет глаз, ресницы, взгляд )
-Особенности лица – морщинки, шрамы, узоры, борода/усы/бакенбарды, прыщи, язвы…
-Опишите мимику - насколько она богата, какое выражение лица обычно присуще герою, как он улыбается или хмурится например)
-подробности и особенности тела (пальцы, ногти, татуировки, шрамы, волосы на теле, язвы, т.п )
-манера двигаться, какие-то особенные привычки в движении (хромота, трясущиеся руки, стучащие зубы, привычка смотреть наклонив голову, пристукивать пальцами, ковыряться в носу, лохматить волосы, грызть ногти и .т.п)
- речь, голос (Голос: высокий/низкий, звонский или глухой, с хрипотцой, приятный или раздражающий. Речь: манера растягивать звуки или наоброт говорить быстро, речь четкая или «каша во рту», дефекты речи вроде шепелявости, невыговаривания звуков, заикания; плавность речи, проскакивающие словечки-паразиты, любовь вставить ругательство, неграмотность, плохое владение языком, акцент, порыкивание, особенности построения фраз (напр как мастер Йода), манера речи возвышенная или напротив очень простая.
-какую одежду предпочитает (надеюсь, ваш герой не носит всю жизнь один единственный комплект одежды. Помните, что в игре – средневековье. Одежда делается в основном из кожи, шерсти, льна и шелка. Яркие красители – штука редкая и дорогая, поэтому у небогатого героя вряд ли может быть что-то цветастое, скорее сероватое.)

8.Характер
Характер – самая важная составляющая личности героя. Именно характер движет им. Поэтому этот пункт надо заполнить особенно подробно. Порядок подпунктов любой, хоть перемешивайте. Главное, опять же, их наличие.
-особенно яркие, преобладающие черты (скажем так, «визитка» персонажа, то, что делает его харизму, первое впечатление от персонажа)
-обычная манера поведения (быть может ходит с мордой кирпичом и держится особняком, или наоборот веселится, шутит, Т.п.)
-поведение в нестандартных ситуациях (опасность, гнев, волнение и т.п.)
-социальное поведение
+ общительность
+ любопытность (насколько интересуется ли чем-то новым или необычным. Любопытные люди могут знать много чего интересного и полезного в той или иной области)
+ требовательность к другим
+эгоистичность
+ готовность прийти на помощь/предпочтение остаться в стороне от чужих дел
+ отношение к другим расам
+отношение к религии, ее представителям и богам (с учетом их реальности)
+отношение к противоположному полу
+ отношение к вышестоящим (начальство, родители, более высокие титулы)
+ отношение к нижестоящим (дети, младшие по титулу, ученики, рабы, работники)
+доверчивость (кому герой готов рассказать последние сплетни или свою тайну, с кем пойдет за темный угол, видит ли в собеседнике потенциального врага или наоборот друга)
+моральная устойчивость: то, насколько легко героя разозлить, обидеть, растрогать, напугать, огорчить.
- самостоятельность мышления (предпочитает верить услышанному мнению, принимать его к сведению, игнорировать, все проверять, советоваться к кем-то или принимать решения самостоятельно)
-эмоциональность (насколько ярко герой показывает свои эмоции)
-самоконтроль (стойкость перед опасностью, соблазном)
-самооценка, уверенность в себе(каким персонаж сам себя считает)
- требовательность к себе (каким хочет себя видеть)
-сила воли/целеустремленность, воля к достижению цели
- умение анализировать, расчетливость
-внутренние конфликты (сомнения, душевные муки, угрызения совести, неприятные воспоминания, т.п.)
-ответственность, отношение к делу
-привязанности и привычки (привязанность может быть к какому-то человеку, к родине, к животному, т.д. Привычки – то, что герой делает неосознанно и постоянно: таскает отовсюду забавное барахло, раскидывает вещи в комнате, ворует тапки у брата, всюду опаздывает, много пьет, курит, подсел на карточные игры, забывает только что данные обещания, т.п.)
-что любит, что не любит (еда, погода, цвета, звуки, поведение людей, животные, обстановка, какие-то ситуации, т.д.)
-увлечения и хобби (любимые занятия)
-чего боится (не обязательно фобия, но как минимум то, чего персонаж для себя очень не хотел бы)
- основные жизненные принципы, моральный кодекс (из чего исходит герой совершая поступки)
-жизненные стремления и мечты (то есть что герой хочет получить от жизни, что он хочет привнести в этот мир, чего он хочет добиться, о чем мечтает и ради чего живет)
- нестандартности (плохо / мало спит, есть голоса в голове, раздвоение личности, склероз, сумасшествие, паранойя, нестандартная ориентация и т.п.)

9.Репутация:
То, как в разных местах/слоях общества относятся к вашему персонажу: почитают, уважают, любят, наслышаны о нем, не любят его, ненавидят, презирают, боятся.
Например, военачальник Танатоса будет глубоко почитаем всеми танатосскими воинами, придворный маг будет иметь уважение среди всех магов королевства и возможно за его пределами, старый моряк будет своим парнем среди своей судоходной братии, начальник стражи будет ненавидим разбойниками и ворами, зато почитаем мирными жителями. На репутацию влияют совершенные и совершаемые героем поступки. Нестандартная ситуация: простой мальчишка может неожиданно помочь в ловле преступника – тогда он получает репутацию у стражи. А учитель в школе магии может прослыть среди мастеров артефактов жутким скрягой, так что вряд ли кто-то захочет иметь с ним дело и для него работать.
Репутация зависит так же и от таких параметров, как титул или принадлежность к государству.
Эминорский маркиз будет иметь долю чести в своем государстве, а окажись он на территории другого королевства и дай понять, кто он такой, его могут и оплевать.

10. Навыки и способности:
Внимательно ознакомьтесь с соответствующей темой Способности и помните, что их надо соизмерять с расой и возрастом персонажа.
а)обыкновенные умения: сюда относится умение читать и писать, знание других языков, умение играть на музыкальных инструментах, танцевать, красиво петь, складывать стихи, ездить верхом, плавать, рисовать и т.п. Все, что не относится к нижеследующим пунктам.)
б) физические навыки и сверхспособности (ловкость, зрение, слух, быстрота, сила и выносливость, т.п.)
в)боевые навыки (владение оружием/боевыми искусствами, укажите уровень);
г) магия (Вид магии, ступень мастерства, уровень силы, наиболее и наименее развитые способности.)
д)Слабости(обязательно).

11.Имущество
1. Недвижимость и земли:
2. Живое имущество (рабы, слуги, наложницы, наемники, личный отряд воинов, т.п)
3. Животные: (опишите внешность и способности существа)
4. Оружие: (детально описать)
5. Магические предметы: (детально описать свойства)
6. Прочие значимые вещи, которые герой обычно держит под рукой: (карты, табак, подзорная труба, точильный камень, веревка, сумка, лекарства, яды… т.п. Для лекарств и ядов – описать свойства.)
7. Деньги: (соизмеряйте количество денег с возможностями персонажа. Если их достаточно много, приведите этому обоснование. Например, что герой только что получил жалование или кого-то обокрал.)

12.Биография:
В ней должны быть описаны все значимые этапы в жизни героя, обоснованы его внешность, характер, умения, наличие тех или иных предметов, животных, шрамов, нестандартностей характера… прозвище, социальное и географическое положение на данный момент и все прочее...
Для каждого важного события укажите возраст героя, в котором он его пережил.
Если вы хотите, чтобы ваш персонаж играл одну из важнейших ролей, желательно обосновать это в биографии.
Минимальный размер:
для героев до 19 лет - 4.000 символов;
от 20 до 29 лет - 6.000;
от 30 до 49 - 8.000;
от 50 до 89 - 10.000;
от 90 до 249 - 15.000;
от 250 - 20.000.).
Связи: где и какие у персонажа на момент начала игры есть родственники, друзья, работники/работодатели, хорошие знакомые и т.п. (Не обязательно чтобы это были реальные игроки, но хотя бы кто-то обязательно должен быть.).
Основные виды связей: Контакты/знакомые/друзья/родственники/начальство/покровитель/хозяин/подопечные/неприятели/злейшие враги

***

Анкета участника:

1. Опыт игры на ролевых:
Cколько вы уже играете, на скольких ролевых играли, какова была их тематика, сколько у вас было персонажей, в качестве кого принимали участие (игрок, модератор, администратор, игровой мастер т.п.) + играете ли вы сейчас еще где-то, и если да, то сколько этих «других» ролевок.

2.Ближайшие планы по игре:
Данный пункт вы можете написать тут, а можете выслать мне в ЛС. В нем должен содержаться ваш персональный примерный сюжет игры на ближайшие игровые сутки, а так же примерные планы для долговременного отыгрыша.
В этом пункте запрещены ответы "как пойдет", "буду искать друзей и приключения", "секрет" и тому подобные неопределенности.
Если вы не подумали об этом заранее, вы всегда можете изучить обстановку на игре или проконсультироваться с мастерами, после чего решить, чем вы займете своего героя.

3.В какие дни и в какие часы вы сможете посещать игру.( по московскому времени. Желательно не реже раза в сутки. Если вы заведомо знаете что сможете посещать игру редко, то важных ролей мы дать вам, увы, не можем)

4.ICQ (обязательно! если нет - заведите пожалуйста. Исключение составляет только наличие активного мэйлагента. Можно в ЛС администраторам скинуть, если очень приспичит шифроваться =) Мы должны иметь надежную связь с вами.)

Подпись автора

[html]<div id="kozza"><img src="https://forumupload.ru/uploads/001b/2c/35/672/427542.png"></div>
<style>
#kozza {
width:62px!important;
height:62px!important;
position:relative;
z-index:90000!important;
border:1px solid red;
top:200px;
left:5px;
}
</style>

[/html]

0

17

Блаблабла

3.В какие дни и в какие часы вы сможете посещать игру.( по московскому времени. Желательно не реже раза в сутки. Если вы заведомо знаете что сможете посещать игру редко, то важных ролей мы дать вам, увы, не можем)

Erhart написал(а):

2.Ближайшие планы по игре:
Данный пункт вы можете написать тут, а можете выслать мне в ЛС. В нем должен содержаться ваш персональный примерный сюжет игры на ближайшие игровые сутки, а так же примерные планы для долговременного отыгрыша.
В этом пункте запрещены ответы "как пойдет", "буду искать друзей и приключения", "секрет" и тому подобные неопределенности.
Если вы не подумали об этом заранее, вы всегда можете изучить обстановку на игре или проконсультироваться с мастерами, после чего решить, чем вы займете своего героя.

ыввв

3.В какие дни и в какие часы вы сможете посещать игру.( по московскому времени. Желательно не реже раза в сутки. Если вы заведомо знаете что сможете посещать игру редко, то важных ролей мы дать вам, увы, не можем)

Код:
3.В какие дни и в какие часы вы сможете посещать игру.( по московскому времени. Желательно не реже раза в сутки. Если вы заведомо знаете что сможете посещать игру редко, то важных ролей мы дать вам, увы, не можем)
вууу
Код:
3.В какие дни и в какие часы вы сможете посещать игру.( по московскому времени. Желательно не реже раза в сутки. Если вы заведомо знаете что сможете посещать игру редко, то важных ролей мы дать вам, увы, не можем)
Подпись автора

[html]<div id="kozza"><img src="https://forumupload.ru/uploads/001b/2c/35/672/427542.png"></div>
<style>
#kozza {
width:62px!important;
height:62px!important;
position:relative;
z-index:90000!important;
border:1px solid red;
top:200px;
left:5px;
}
</style>

[/html]

0

18

https://forumupload.ru/uploads/0012/04/67/9/821698.png
https://forumupload.ru/uploads/0012/04/67/9/41025.png
https://forumupload.ru/uploads/0012/04/67/9/199591.png
https://forumupload.ru/uploads/0012/04/67/9/426162.png
https://forumupload.ru/uploads/0012/04/67/9/732385.png
https://forumupload.ru/uploads/0012/04/67/9/566913.png
https://forumupload.ru/uploads/0012/04/67/9/862208.png
https://forumupload.ru/uploads/0012/04/67/9/948862.png
https://forumupload.ru/uploads/0012/04/67/9/315338.png
https://forumupload.ru/uploads/0012/04/67/9/161229.png
https://forumupload.ru/uploads/0012/04/67/9/500360.png
https://forumupload.ru/uploads/0012/04/67/9/357625.png
https://forumupload.ru/uploads/0012/04/67/9/775893.png
https://forumupload.ru/uploads/0012/04/67/9/777637.png
https://forumupload.ru/uploads/0012/04/67/9/459424.png
https://forumupload.ru/uploads/0012/04/67/9/409208.png
https://forumupload.ru/uploads/0012/04/67/9/920457.png
https://forumupload.ru/uploads/0012/04/67/9/463341.png
https://forumupload.ru/uploads/0012/04/67/9/75307.png
https://forumupload.ru/uploads/0012/04/67/9/767578.png
https://forumupload.ru/uploads/0012/04/67/9/984366.png
https://forumupload.ru/uploads/0012/04/67/9/265838.png
https://forumupload.ru/uploads/0012/04/67/9/569372.png
https://forumupload.ru/uploads/0012/04/67/9/338766.png
https://forumupload.ru/uploads/0012/04/67/9/926546.png
https://forumupload.ru/uploads/0012/04/67/9/737646.png
https://forumupload.ru/uploads/0012/04/67/9/398836.png
https://forumupload.ru/uploads/0012/04/67/9/626211.png
https://forumupload.ru/uploads/0012/04/67/9/740244.png
https://forumupload.ru/uploads/0012/04/67/9/404222.png
https://forumupload.ru/uploads/0012/04/67/9/708366.png
https://forumupload.ru/uploads/0012/04/67/9/588646.png
https://forumupload.ru/uploads/0012/04/67/9/668393.png
https://forumupload.ru/uploads/0012/04/67/9/872811.png
https://forumupload.ru/uploads/0012/04/67/9/31376.png
https://forumupload.ru/uploads/0012/04/67/9/825127.png
https://forumupload.ru/uploads/0012/04/67/9/394721.png
https://forumupload.ru/uploads/0012/04/67/9/363467.png
https://forumupload.ru/uploads/0012/04/67/9/380655.png
https://forumupload.ru/uploads/0012/04/67/9/659853.png
https://forumupload.ru/uploads/0012/04/67/9/359471.png
https://forumupload.ru/uploads/0012/04/67/9/934285.png
https://forumupload.ru/uploads/0012/04/67/9/782303.png

0

19

https://forumupload.ru/uploads/0012/04/67/9/412909.gif
https://forumupload.ru/uploads/0012/04/67/9/677466.gif
https://forumupload.ru/uploads/0012/04/67/9/552464.gif
https://forumupload.ru/uploads/0012/04/67/9/241166.gif
https://forumupload.ru/uploads/0012/04/67/9/76045.gif
https://forumupload.ru/uploads/0012/04/67/9/466819.gif
https://forumupload.ru/uploads/0012/04/67/9/613113.gif
https://forumupload.ru/uploads/0012/04/67/9/770418.gif
https://forumupload.ru/uploads/0012/04/67/9/543148.gif
https://forumupload.ru/uploads/0012/04/67/9/151307.gif
https://forumupload.ru/uploads/0012/04/67/9/924982.gif
https://forumupload.ru/uploads/0012/04/67/9/196880.gif
https://forumupload.ru/uploads/0012/04/67/9/79000.gif
https://forumupload.ru/uploads/0012/04/67/9/68204.gif
https://forumupload.ru/uploads/0012/04/67/9/81119.gif
https://forumupload.ru/uploads/0012/04/67/9/23098.gif
https://forumupload.ru/uploads/0012/04/67/9/368271.gif
https://forumupload.ru/uploads/0012/04/67/9/433256.gif
https://forumupload.ru/uploads/0012/04/67/9/166588.gif
https://forumupload.ru/uploads/0012/04/67/9/303042.gif
https://forumupload.ru/uploads/0012/04/67/9/980847.gif
https://forumupload.ru/uploads/0012/04/67/9/339396.gif
https://forumupload.ru/uploads/0012/04/67/9/12068.gif
https://forumupload.ru/uploads/0012/04/67/9/975879.gif
https://forumupload.ru/uploads/0012/04/67/9/864729.gif
https://forumupload.ru/uploads/0012/04/67/9/18437.gif
https://forumupload.ru/uploads/0012/04/67/9/851083.gif
https://forumupload.ru/uploads/0012/04/67/9/790537.gif
https://forumupload.ru/uploads/0012/04/67/9/140473.gif
https://forumupload.ru/uploads/0012/04/67/9/255438.gif
https://forumupload.ru/uploads/0012/04/67/9/732995.gif
https://forumupload.ru/uploads/0012/04/67/9/352058.gif
https://forumupload.ru/uploads/0012/04/67/9/344818.gif
https://forumupload.ru/uploads/0012/04/67/9/683568.gif
https://forumupload.ru/uploads/0012/04/67/9/199803.gif
https://forumupload.ru/uploads/0012/04/67/9/358695.gif
https://forumupload.ru/uploads/0012/04/67/9/689361.gif
https://forumupload.ru/uploads/0012/04/67/9/973986.gif
https://forumupload.ru/uploads/0012/04/67/9/731093.gif
https://forumupload.ru/uploads/0012/04/67/9/261546.gif
https://forumupload.ru/uploads/0012/04/67/9/486252.gif
https://forumupload.ru/uploads/0012/04/67/9/469797.gif
https://forumupload.ru/uploads/0012/04/67/9/602317.gif
https://forumupload.ru/uploads/0012/04/67/9/826957.gif
https://forumupload.ru/uploads/0012/04/67/9/768151.gif
https://forumupload.ru/uploads/0012/04/67/9/36282.gif
https://forumupload.ru/uploads/0012/04/67/9/780275.gif
https://forumupload.ru/uploads/0012/04/67/9/320401.gif
https://forumupload.ru/uploads/0012/04/67/9/421584.gif
https://forumupload.ru/uploads/0012/04/67/9/841329.gif
https://forumupload.ru/uploads/0012/04/67/9/550539.gif
https://forumupload.ru/uploads/0012/04/67/9/835162.gif
https://forumupload.ru/uploads/0012/04/67/9/797038.gif
https://forumupload.ru/uploads/0012/04/67/9/59944.gif
https://forumupload.ru/uploads/0012/04/67/9/636529.gif
https://forumupload.ru/uploads/0012/04/67/9/593128.gif
https://forumupload.ru/uploads/0012/04/67/9/43986.gif
https://forumupload.ru/uploads/0012/04/67/9/407251.gif
https://forumupload.ru/uploads/0012/04/67/9/847282.gif
https://forumupload.ru/uploads/0012/04/67/9/498787.gif
https://forumupload.ru/uploads/0012/04/67/9/687249.gif
https://forumupload.ru/uploads/0012/04/67/9/671440.gif
https://forumupload.ru/uploads/0012/04/67/9/364714.gif
https://forumupload.ru/uploads/0012/04/67/9/709717.gif
https://forumupload.ru/uploads/0012/04/67/9/941883.gif
https://forumupload.ru/uploads/0012/04/67/9/166191.gif
https://forumupload.ru/uploads/0012/04/67/9/519287.gif
https://forumupload.ru/uploads/0012/04/67/9/519211.gif
https://forumupload.ru/uploads/0012/04/67/9/184401.gif
https://forumupload.ru/uploads/0012/04/67/9/422189.gif
https://forumupload.ru/uploads/0012/04/67/9/184838.gif
https://forumupload.ru/uploads/0012/04/67/9/518125.gif
https://forumupload.ru/uploads/0012/04/67/9/290742.gif
https://forumupload.ru/uploads/0012/04/67/9/556045.gif
https://forumupload.ru/uploads/0012/04/67/9/933993.gif

0

20

https://forumupload.ru/uploads/0012/04/67/9/349356.png
https://forumupload.ru/uploads/0012/04/67/9/960930.png
https://forumupload.ru/uploads/0012/04/67/9/25089.png
https://forumupload.ru/uploads/0012/04/67/9/81198.png
https://forumupload.ru/uploads/0012/04/67/9/18179.png
https://forumupload.ru/uploads/0012/04/67/9/631297.png
https://forumupload.ru/uploads/0012/04/67/9/838239.png
https://forumupload.ru/uploads/0012/04/67/9/661194.png
https://forumupload.ru/uploads/0012/04/67/9/545127.png
https://forumupload.ru/uploads/0012/04/67/9/15165.png
https://forumupload.ru/uploads/0012/04/67/9/51598.png
https://forumupload.ru/uploads/0012/04/67/9/903528.png
https://forumupload.ru/uploads/0012/04/67/9/122477.png
https://forumupload.ru/uploads/0012/04/67/9/769312.png
https://forumupload.ru/uploads/0012/04/67/9/774832.png
https://forumupload.ru/uploads/0012/04/67/9/53061.png
https://forumupload.ru/uploads/0012/04/67/9/769081.png
https://forumupload.ru/uploads/0012/04/67/9/201367.png
https://forumupload.ru/uploads/0012/04/67/9/376925.png
https://forumupload.ru/uploads/0012/04/67/9/256733.png
https://forumupload.ru/uploads/0012/04/67/9/893202.png
https://forumupload.ru/uploads/0012/04/67/9/497789.png
https://forumupload.ru/uploads/0012/04/67/9/799074.png
https://forumupload.ru/uploads/0012/04/67/9/954619.png
https://forumupload.ru/uploads/0012/04/67/9/744333.png
https://forumupload.ru/uploads/0012/04/67/9/434733.png
https://forumupload.ru/uploads/0012/04/67/9/206241.png
https://forumupload.ru/uploads/0012/04/67/9/34773.png
https://forumupload.ru/uploads/0012/04/67/9/291897.png
https://forumupload.ru/uploads/0012/04/67/9/606477.png
https://forumupload.ru/uploads/0012/04/67/9/161770.png
https://forumupload.ru/uploads/0012/04/67/9/937251.png
https://forumupload.ru/uploads/0012/04/67/9/997700.png
https://forumupload.ru/uploads/0012/04/67/9/972837.png
https://forumupload.ru/uploads/0012/04/67/9/303456.png
https://forumupload.ru/uploads/0012/04/67/9/613560.png
https://forumupload.ru/uploads/0012/04/67/9/942704.png
https://forumupload.ru/uploads/0012/04/67/9/454712.png
https://forumupload.ru/uploads/0012/04/67/9/389313.png
https://forumupload.ru/uploads/0012/04/67/9/814348.png
https://forumupload.ru/uploads/0012/04/67/9/423492.png
https://forumupload.ru/uploads/0012/04/67/9/173935.png
https://forumupload.ru/uploads/0012/04/67/9/398200.png
https://forumupload.ru/uploads/0012/04/67/9/184011.png
https://forumupload.ru/uploads/0012/04/67/9/440496.png
https://forumupload.ru/uploads/0012/04/67/9/59459.png
https://forumupload.ru/uploads/0012/04/67/9/217423.png
https://forumupload.ru/uploads/0012/04/67/9/24983.png

0

21

https://forumupload.ru/uploads/0012/04/67/9/835112.png
https://forumupload.ru/uploads/0012/04/67/9/191625.png
https://forumupload.ru/uploads/0012/04/67/9/365045.png
https://forumupload.ru/uploads/0012/04/67/9/520636.png
https://forumupload.ru/uploads/0012/04/67/9/598543.png
https://forumupload.ru/uploads/0012/04/67/9/587720.png
https://forumupload.ru/uploads/0012/04/67/9/663526.png
https://forumupload.ru/uploads/0012/04/67/9/289174.png
https://forumupload.ru/uploads/0012/04/67/9/886240.png
https://forumupload.ru/uploads/0012/04/67/9/637659.png
https://forumupload.ru/uploads/0012/04/67/9/602745.png
https://forumupload.ru/uploads/0012/04/67/9/12781.png
https://forumupload.ru/uploads/0012/04/67/9/547728.png
https://forumupload.ru/uploads/0012/04/67/9/263827.png
https://forumupload.ru/uploads/0012/04/67/9/905826.png
https://forumupload.ru/uploads/0012/04/67/9/521048.png
https://forumupload.ru/uploads/0012/04/67/9/605320.png
https://forumupload.ru/uploads/0012/04/67/9/571088.png
https://forumupload.ru/uploads/0012/04/67/9/36556.png
https://forumupload.ru/uploads/0012/04/67/9/773187.png
https://forumupload.ru/uploads/0012/04/67/9/332626.png
https://forumupload.ru/uploads/0012/04/67/9/102839.png
https://forumupload.ru/uploads/0012/04/67/9/511491.png
https://forumupload.ru/uploads/0012/04/67/9/791532.png
https://forumupload.ru/uploads/0012/04/67/9/253255.png
https://forumupload.ru/uploads/0012/04/67/9/97449.png
https://forumupload.ru/uploads/0012/04/67/9/914317.png
https://forumupload.ru/uploads/0012/04/67/9/87503.png
https://forumupload.ru/uploads/0012/04/67/9/659268.png

0

22

https://forumupload.ru/uploads/0012/04/67/9/557137.png
https://forumupload.ru/uploads/0012/04/67/9/311941.png
https://forumupload.ru/uploads/0012/04/67/9/450058.png
https://forumupload.ru/uploads/0012/04/67/9/372653.png
https://forumupload.ru/uploads/0012/04/67/9/212878.png
https://forumupload.ru/uploads/0012/04/67/9/250644.png
https://forumupload.ru/uploads/0012/04/67/9/178510.png
https://forumupload.ru/uploads/0012/04/67/9/315311.png
https://forumupload.ru/uploads/0012/04/67/9/755973.png
https://forumupload.ru/uploads/0012/04/67/9/276461.png
https://forumupload.ru/uploads/0012/04/67/9/917889.png
https://forumupload.ru/uploads/0012/04/67/9/30884.png
https://forumupload.ru/uploads/0012/04/67/9/541884.png
https://forumupload.ru/uploads/0012/04/67/9/57880.png
https://forumupload.ru/uploads/0012/04/67/9/883245.png
https://forumupload.ru/uploads/0012/04/67/9/194395.png
https://forumupload.ru/uploads/0012/04/67/9/564514.png
https://forumupload.ru/uploads/0012/04/67/9/977223.png
https://forumupload.ru/uploads/0012/04/67/9/627152.png
https://forumupload.ru/uploads/0012/04/67/9/271500.png
https://forumupload.ru/uploads/0012/04/67/9/906080.png
https://forumupload.ru/uploads/0012/04/67/9/995661.png
https://forumupload.ru/uploads/0012/04/67/9/939932.png
https://forumupload.ru/uploads/0012/04/67/9/302892.png
https://forumupload.ru/uploads/0012/04/67/9/424227.png
https://forumupload.ru/uploads/0012/04/67/9/532490.png
https://forumupload.ru/uploads/0012/04/67/9/710829.png
https://forumupload.ru/uploads/0012/04/67/9/208650.png
https://forumupload.ru/uploads/0012/04/67/9/299987.png
https://forumupload.ru/uploads/0012/04/67/9/64286.png
https://forumupload.ru/uploads/0012/04/67/9/999943.png
https://forumupload.ru/uploads/0012/04/67/9/337978.png
https://forumupload.ru/uploads/0012/04/67/9/470764.png
https://forumupload.ru/uploads/0012/04/67/9/746491.png
https://forumupload.ru/uploads/0012/04/67/9/942092.png
https://forumupload.ru/uploads/0012/04/67/9/652251.png
https://forumupload.ru/uploads/0012/04/67/9/431938.png
https://forumupload.ru/uploads/0012/04/67/9/103760.png
https://forumupload.ru/uploads/0012/04/67/9/123169.png
https://forumupload.ru/uploads/0012/04/67/9/714636.png
https://forumupload.ru/uploads/0012/04/67/9/38688.png
https://forumupload.ru/uploads/0012/04/67/9/416039.png
https://forumupload.ru/uploads/0012/04/67/9/976793.png
https://forumupload.ru/uploads/0012/04/67/9/41543.png

0

23

https://forumupload.ru/uploads/0012/04/67/9/367195.png
https://forumupload.ru/uploads/0012/04/67/9/85656.png
https://forumupload.ru/uploads/0012/04/67/9/627191.png
https://forumupload.ru/uploads/0012/04/67/9/861349.png
https://forumupload.ru/uploads/0012/04/67/9/305688.png
https://forumupload.ru/uploads/0012/04/67/9/598803.png
https://forumupload.ru/uploads/0012/04/67/9/711895.png
https://forumupload.ru/uploads/0012/04/67/9/339266.png
https://forumupload.ru/uploads/0012/04/67/9/99179.png
https://forumupload.ru/uploads/0012/04/67/9/742547.png
https://forumupload.ru/uploads/0012/04/67/9/518835.png
https://forumupload.ru/uploads/0012/04/67/9/416606.png
https://forumupload.ru/uploads/0012/04/67/9/591112.png
https://forumupload.ru/uploads/0012/04/67/9/834825.png
https://forumupload.ru/uploads/0012/04/67/9/185159.png
https://forumupload.ru/uploads/0012/04/67/9/265770.png
https://forumupload.ru/uploads/0012/04/67/9/669100.png
https://forumupload.ru/uploads/0012/04/67/9/746449.png
https://forumupload.ru/uploads/0012/04/67/9/959243.png
https://forumupload.ru/uploads/0012/04/67/9/324242.png
https://forumupload.ru/uploads/0012/04/67/9/993006.png
https://forumupload.ru/uploads/0012/04/67/9/790934.png
https://forumupload.ru/uploads/0012/04/67/9/364173.png
https://forumupload.ru/uploads/0012/04/67/9/391256.png
https://forumupload.ru/uploads/0012/04/67/9/160323.png
https://forumupload.ru/uploads/0012/04/67/9/572015.png
https://forumupload.ru/uploads/0012/04/67/9/841845.png
https://forumupload.ru/uploads/0012/04/67/9/430172.png
https://forumupload.ru/uploads/0012/04/67/9/850923.png
https://forumupload.ru/uploads/0012/04/67/9/246703.png
https://forumupload.ru/uploads/0012/04/67/9/324809.png
https://forumupload.ru/uploads/0012/04/67/9/256428.png
https://forumupload.ru/uploads/0012/04/67/9/786141.png
https://forumupload.ru/uploads/0012/04/67/9/35759.png
https://forumupload.ru/uploads/0012/04/67/9/134862.png
https://forumupload.ru/uploads/0012/04/67/9/746273.png
https://forumupload.ru/uploads/0012/04/67/9/501371.png
https://forumupload.ru/uploads/0012/04/67/9/390636.png
https://forumupload.ru/uploads/0012/04/67/9/86904.png
https://forumupload.ru/uploads/0012/04/67/9/114960.png
https://forumupload.ru/uploads/0012/04/67/9/283341.png
https://forumupload.ru/uploads/0012/04/67/9/283534.png
https://forumupload.ru/uploads/0012/04/67/9/405946.png
https://forumupload.ru/uploads/0012/04/67/9/918731.png

0

24

https://i.postimg.cc/rm05Kj9z/owl1-0000-1-png-min.png
https://i.postimg.cc/XJRdF52L/owl1-0001-2-png-min.png
https://i.postimg.cc/K8GLnx56/owl1-0002-3-png-min.png
https://i.postimg.cc/3JCm4d2j/owl1-0003-4-png-min.png
https://i.postimg.cc/wxNhzWvG/owl1-0004-5-png-min.png
https://i.postimg.cc/D01sczHT/owl1-0005-6-png-min.png
https://i.postimg.cc/Qdf7mw4H/owl1-0006-7-png-min.png
https://i.postimg.cc/ZKh65rvK/owl1-0007-8-png-min.png
https://i.postimg.cc/s21hNmqK/owl1-0008-9-png-min.png
https://i.postimg.cc/7Lc287y4/owl1-0009-10-png-min.png
https://i.postimg.cc/mkW1hsD6/owl1-0010-11-png-min.png
https://i.postimg.cc/Hs28WFCB/owl1-0011-12-png-min.png
https://i.postimg.cc/0jGMwBK5/owl1-0012-13-png-min.png
https://i.postimg.cc/DZXb2Z2X/owl1-0013-14-png-min.png
https://i.postimg.cc/057JFbXg/owl1-0014-15-png-min.png
https://i.postimg.cc/gkd6Wm1x/owl1-0015-16-png-min.png
https://i.postimg.cc/httzXMDg/owl1-0016-17-png-min.png
https://i.postimg.cc/T3Nygm1b/owl1-0017-18-png-min.png
https://i.postimg.cc/Vvw5mWGx/owl1-0018-19-png-min.png
https://i.postimg.cc/xTtqVHKZ/owl1-0019-20-png-min.png
https://i.postimg.cc/1zLfYQp5/owl1-0020-21-png-min.png
https://i.postimg.cc/tJzJTn8Y/owl1-0021-22-png-min.png
https://i.postimg.cc/4dVnDS5v/owl1-0022-23-png-min.png
https://i.postimg.cc/g0wxDJLT/owl1-0023-24-png-min.png
https://i.postimg.cc/HW0V3Fjd/owl1-0024-25-png-min.png
https://i.postimg.cc/zXJ3QpRW/owl1-0025-26-png-min.png
https://i.postimg.cc/x188fC51/owl1-0026-27-png-min.png
https://i.postimg.cc/4NNNPdrQ/owl1-0027-28-png-min.png
https://i.postimg.cc/y8GdkHpX/owl1-0028-29-png-min.png
https://i.postimg.cc/FKJKSB2t/owl1-0029-30-png-min.png
https://i.postimg.cc/QtQx4W80/owl1-0030-31-png-min.png
https://i.postimg.cc/tTQ4Nzjs/owl1-0031-32-png-min.png
https://i.postimg.cc/MKPZFww2/owl1-0032-33-png-min.png
https://i.postimg.cc/5yp91dFz/owl1-0033-34-png-min.png
https://i.postimg.cc/kG7MkXD9/owl1-0034-35-png-min.png
https://i.postimg.cc/y6T809rN/owl1-0035-36-png-min.png
https://i.postimg.cc/RFBvHV7f/owl1-0036-37-png-min.png
https://i.postimg.cc/wj1xKrxt/owl1-0037-38-png-min.png
https://i.postimg.cc/Dzs20bXn/owl1-0038-39-png-min.png
https://i.postimg.cc/jSBxRhCM/owl1-0039-40-png-min.png

0

25

https://i.postimg.cc/jqGYwjRj/kos-0000-1-png-min.png
https://i.postimg.cc/Sx6TKSxH/kos-0001-2-png-min.png
https://i.postimg.cc/SssDVcfp/kos-0002-3-png-min.png
https://i.postimg.cc/DmV62Hk2/kos-0003-4-png-min.png
https://i.postimg.cc/0N9tMT6j/kos-0004-6-png-min.png
https://i.postimg.cc/ZRMjQ0wv/kos-0005-7-png-min.png
https://i.postimg.cc/R0GgcgfR/kos-0006-8-png-min.png
https://i.postimg.cc/h4JqtmWw/kos-0007-10-png-min.png
https://i.postimg.cc/DyLkqKzP/kos-0008-11-png-min.png
https://i.postimg.cc/Mpwk5rM2/kos-0009-12-png-min.png
https://i.postimg.cc/XYkRzcdZ/kos-0010-13-png-min.png
https://i.postimg.cc/NG2WcwRv/kos-0011-14-png-min.png
https://i.postimg.cc/ZqYGtBxw/kos-0014-20-png-min.png
https://i.postimg.cc/85jxc23W/kos-0015-21-png-min.png
https://i.postimg.cc/gk91cBKX/kos-0016-23-png-min.png
https://i.postimg.cc/4ycMbzXx/kos-0017-24-png-min.png
https://i.postimg.cc/vHWk4LPP/kos-0018-25-png-min.png
https://i.postimg.cc/RZ48K6yv/kos-0019-27-png-min.png
https://i.postimg.cc/Dw6Ngf3L/kos-0020-29-png-min.png
https://i.postimg.cc/MGGFrkz4/kos-0021-30-png-min.png
https://i.postimg.cc/Qt9nhp9J/kos-0022-32-png-min.png
https://i.postimg.cc/5tkkhP0t/kos-0023-35-png-min.png

0

26

https://forumupload.ru/uploads/0012/04/67/9/315476.png
https://forumupload.ru/uploads/0012/04/67/9/237443.png
https://forumupload.ru/uploads/0012/04/67/9/230944.png
https://forumupload.ru/uploads/0012/04/67/9/233467.png
https://forumupload.ru/uploads/0012/04/67/9/106174.png
https://forumupload.ru/uploads/0012/04/67/9/838833.png
https://forumupload.ru/uploads/0012/04/67/9/163910.png
https://forumupload.ru/uploads/0012/04/67/9/125606.png
https://forumupload.ru/uploads/0012/04/67/9/588082.png
https://forumupload.ru/uploads/0012/04/67/9/527769.png
https://forumupload.ru/uploads/0012/04/67/9/706111.png
https://forumupload.ru/uploads/0012/04/67/9/60604.png
https://forumupload.ru/uploads/0012/04/67/9/237545.png
https://forumupload.ru/uploads/0012/04/67/9/836427.png
https://forumupload.ru/uploads/0012/04/67/9/432598.png
https://forumupload.ru/uploads/0012/04/67/9/82716.png
https://forumupload.ru/uploads/0012/04/67/9/797250.png
https://forumupload.ru/uploads/0012/04/67/9/385844.png
https://forumupload.ru/uploads/0012/04/67/9/980946.png
https://forumupload.ru/uploads/0012/04/67/9/415922.png
https://forumupload.ru/uploads/0012/04/67/9/917828.png

0

27

https://forumupload.ru/uploads/0012/04/67/9/850730.png
https://forumupload.ru/uploads/0012/04/67/9/861591.png
https://forumupload.ru/uploads/0012/04/67/9/567000.png
https://forumupload.ru/uploads/0012/04/67/9/543422.png
https://forumupload.ru/uploads/0012/04/67/9/368404.png
https://forumupload.ru/uploads/0012/04/67/9/610205.png
https://forumupload.ru/uploads/0012/04/67/9/479225.png
https://forumupload.ru/uploads/0012/04/67/9/453854.png
https://forumupload.ru/uploads/0012/04/67/9/530685.png
https://forumupload.ru/uploads/0012/04/67/9/339049.png
https://forumupload.ru/uploads/0012/04/67/9/218590.png
https://forumupload.ru/uploads/0012/04/67/9/176838.png
https://forumupload.ru/uploads/0012/04/67/9/143042.png
https://forumupload.ru/uploads/0012/04/67/9/917330.png
https://forumupload.ru/uploads/0012/04/67/9/728220.png
https://forumupload.ru/uploads/0012/04/67/9/679793.png
https://forumupload.ru/uploads/0012/04/67/9/939248.png
https://forumupload.ru/uploads/0012/04/67/9/389866.png
https://forumupload.ru/uploads/0012/04/67/9/796412.png
https://forumupload.ru/uploads/0012/04/67/9/359991.png
https://forumupload.ru/uploads/0012/04/67/9/338549.png
https://forumupload.ru/uploads/0012/04/67/9/388103.png
https://forumupload.ru/uploads/0012/04/67/9/372767.png
https://forumupload.ru/uploads/0012/04/67/9/144536.png
https://forumupload.ru/uploads/0012/04/67/9/949457.png
https://forumupload.ru/uploads/0012/04/67/9/309795.png
https://forumupload.ru/uploads/0012/04/67/9/397374.png
https://forumupload.ru/uploads/0012/04/67/9/575284.png
https://forumupload.ru/uploads/0012/04/67/9/160933.png
https://forumupload.ru/uploads/0012/04/67/9/709130.png

0

28

https://i.postimg.cc/QdLrbptT/drg-1.png
https://i.postimg.cc/Dw3tsnjQ/drg-10.png
https://i.postimg.cc/D0bMJM1Y/drg-11.png
https://i.postimg.cc/WtLfMwnp/drg-12.png
https://i.postimg.cc/wB6ZfFd7/drg-13.png
https://i.postimg.cc/XvQhTFVx/drg-14.png
https://i.postimg.cc/tTccgjnx/drg-15.png
https://i.postimg.cc/RZ12Lyyk/drg-17.png
https://i.postimg.cc/tRZqNR58/drg-18.png
https://i.postimg.cc/RF0rFdPj/drg-2.png
https://i.postimg.cc/Zq5ZBJn7/drg-20.png
https://i.postimg.cc/1z7SDbN9/drg-21.png
https://i.postimg.cc/26qDGT4n/drg-22.png
https://i.postimg.cc/CLCVcRfr/drg-23.png
https://i.postimg.cc/fL6hrXKp/drg-24.png
https://i.postimg.cc/Xqd0SJ1J/drg-25.png
https://i.postimg.cc/nVDxQRVJ/drg-26.png
https://i.postimg.cc/RVxB17qn/drg-27.png
https://i.postimg.cc/nh0ftN2v/drg-28.png
https://i.postimg.cc/MpWJNz76/drg-29.png
https://i.postimg.cc/5tbWcb89/drg-3.png
https://i.postimg.cc/pdSNm8gr/drg-30.png
https://i.postimg.cc/T2g8PKQ2/drg-31.png
https://i.postimg.cc/1Xpb7d4V/drg-32.png
https://i.postimg.cc/fLSGmyNK/drg-33.png
https://i.postimg.cc/CK5TMJr9/drg-34.png
https://i.postimg.cc/nr86kxVt/drg-35.png
https://i.postimg.cc/wTpCR9bX/drg-36.png
https://i.postimg.cc/hP1H9NHH/drg-37.png
https://i.postimg.cc/W1pxSXVt/drg-38.png
https://i.postimg.cc/CKXth0qf/drg-39.png
https://i.postimg.cc/s2mdsqJY/drg-4.png
https://i.postimg.cc/FHP863Fp/drg-40.png
https://i.postimg.cc/pdp4MrpH/drg-41.png
https://i.postimg.cc/C182d2Gr/drg-42.png
https://i.postimg.cc/0jqBSCZk/drg-43.png
https://i.postimg.cc/NF7PkrP1/drg-44.png
https://i.postimg.cc/44zMgrNm/drg-45.png
https://i.postimg.cc/xTnZTtcg/drg-46.png
https://i.postimg.cc/4yKrvdRP/drg-5.png
https://i.postimg.cc/7ZgrQfGQ/drg-6.png
https://i.postimg.cc/76tFTzdb/drg-7.png
https://i.postimg.cc/0jLhVs8s/drg-8.png
https://i.postimg.cc/fWp4zxYr/drg-9.png

0

29

https://forumupload.ru/uploads/0012/04/67/9/808307.png
https://forumupload.ru/uploads/0012/04/67/9/200685.png
https://forumupload.ru/uploads/0012/04/67/9/276560.png
https://forumupload.ru/uploads/0012/04/67/9/588465.png
https://forumupload.ru/uploads/0012/04/67/9/73825.png
https://forumupload.ru/uploads/0012/04/67/9/156966.png
https://forumupload.ru/uploads/0012/04/67/9/57202.png
https://forumupload.ru/uploads/0012/04/67/9/797592.png
https://forumupload.ru/uploads/0012/04/67/9/829951.png
https://forumupload.ru/uploads/0012/04/67/9/367124.png
https://forumupload.ru/uploads/0012/04/67/9/845954.png
https://forumupload.ru/uploads/0012/04/67/9/966243.png
https://forumupload.ru/uploads/0012/04/67/9/713775.png
https://forumupload.ru/uploads/0012/04/67/9/705972.png
https://forumupload.ru/uploads/0012/04/67/9/537011.png
https://forumupload.ru/uploads/0012/04/67/9/651308.png
https://forumupload.ru/uploads/0012/04/67/9/339591.png
https://forumupload.ru/uploads/0012/04/67/9/447336.png
https://forumupload.ru/uploads/0012/04/67/9/748197.png
https://forumupload.ru/uploads/0012/04/67/9/315121.png
https://forumupload.ru/uploads/0012/04/67/9/502975.png
https://forumupload.ru/uploads/0012/04/67/9/461283.png
https://forumupload.ru/uploads/0012/04/67/9/134678.png
https://forumupload.ru/uploads/0012/04/67/9/738611.png
https://forumupload.ru/uploads/0012/04/67/9/324855.png
https://forumupload.ru/uploads/0012/04/67/9/650466.png
https://forumupload.ru/uploads/0012/04/67/9/945034.png
https://forumupload.ru/uploads/0012/04/67/9/233799.png
https://forumupload.ru/uploads/0012/04/67/9/652609.png
https://forumupload.ru/uploads/0012/04/67/9/701737.png
https://forumupload.ru/uploads/0012/04/67/9/760470.png
https://forumupload.ru/uploads/0012/04/67/9/379485.png
https://forumupload.ru/uploads/0012/04/67/9/842815.png
https://forumupload.ru/uploads/0012/04/67/9/924302.png
https://forumupload.ru/uploads/0012/04/67/9/376348.png
https://forumupload.ru/uploads/0012/04/67/9/177166.png
https://forumupload.ru/uploads/0012/04/67/9/719529.png
https://forumupload.ru/uploads/0012/04/67/9/783011.png

0

30

https://i.postimg.cc/5N8B2zyr/cat-Teftel-animated-128px-10.gif
https://i.postimg.cc/0jn9VZZ3/cat-Teftel-animated-128px-24.gif
https://i.postimg.cc/Vk8kzr0D/cat-Teftel-animated-128px-1.gif
https://i.postimg.cc/1RVm6cpv/cat-Teftel-animated-128px-11.gif
https://i.postimg.cc/x1nnWwBZ/cat-Teftel-animated-128px-14.gif
https://i.postimg.cc/g00d0vzq/cat-Teftel-animated-128px-15.gif
https://i.postimg.cc/7LQ4Jfbv/cat-Teftel-animated-128px-18.gif
https://i.postimg.cc/bNQqVyVb/cat-Teftel-animated-128px-19.gif
https://i.postimg.cc/qqKpT4kP/cat-Teftel-animated-128px-2.gif
https://i.postimg.cc/Mp5qxsSp/cat-Teftel-animated-128px-20.gif
https://i.postimg.cc/j5prvmzZ/cat-Teftel-animated-128px-21.gif
https://i.postimg.cc/d1kY2wTh/cat-Teftel-animated-128px-23.gif
https://i.postimg.cc/JnvRvGW3/cat-Teftel-animated-128px-3.gif
https://i.postimg.cc/wv76wDnT/cat-Teftel-animated-128px-4.gif
https://i.postimg.cc/P5QrJXmh/cat-Teftel-animated-128px-6.gif
https://i.postimg.cc/YS22m53F/cat-Teftel-animated-128px-7.gif
https://i.postimg.cc/MKRGkbHn/cat-Teftel-animated-128px-8.gif
https://i.postimg.cc/k5jJNT1p/cat-Teftel-animated-128px-9.gif

0


Вы здесь » Тест Дизайна » Новый форум 1 » Тестовая тема