— Это приличный ресторан, Тони, — строго проговорила Пеппер, а затем негромко фыркнула. — Конечно, тут кормят десертами.
Можно подумать, она бы стала звать его туда, где десертов не подают! То есть, конечно, разные места бывают. Бары, пабы, к примеру, где, в целом, речь о еде. Но найти ресторан без десертов — это еще надо постараться, в принципе. Тем более, хороший ресторан.
— Я слышал, что нормальнолюди проводят свидания на концертах и в кинотеатрах. И в многолюдных ресторанах тоже! — весело отозвался Тони. Немного помолчал, потом добавил: — Мне определенно нравится не быть нормальночеловеком.
Ну да, зачем ему быть нормальночеловеком, если он Тони Железный Человек Старк. Быть Железным Человеком круче! А возможность арендовать ресторан целиком — это однозначный плюс его особенного положения и не менее особенной персоны. При всех плюсах человеческого общества, оно частенько бывает чертовски утомительным!

Тест дизайнов

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

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


Вы здесь » Тест дизайнов » Дизы » Мистери


Мистери

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

1

...

0

2

верх
Код:
/*************************************************************
A - SETUP
**************************************************************/

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

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

@import url('https://fonts.googleapis.com/css2?family=Alice&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* 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 {
  list-style: none;
  }

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

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

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

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


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

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

/* A3.2 */
.punbb {
    font: normal 70% Verdana;
}

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

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

/* A3.5 */
.punbb h1 span, .punbb legend span {
    font-size: 13px;
}

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

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

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

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

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

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


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

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

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


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

/* A5.1 */
#pun {
    margin: auto;
    width: 1135px;
    padding: 0px 0px 0px 0px;
}

/* A5.2 */
.punbb {
    margin-left: 50px !important;
    float: none;
    width: 1014px;
    height: auto;
}

/* A5.3 */
#pun-redirect, #pun-maint {
    margin: 50px 0% 12px 0%;
    width: auto;
    float: none;
    background-color: #cebdaf;
}

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

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

/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-stats h2, #pun-debug h2 {
    border-style: none none none none;
    border-width: 0 0px 0px 0;
    font-family: alice;
    font-weight: 500;
    text-transform: uppercase;
    /* margin: 0px 0 10px 0; */
    /* height: 18px; */
    background: url(https://forumstatic.ru/files/001b/61/01/95316.jpg) top;
    padding: 2px 0 2px 0 !important;
    text-align: center;
    color: #6e4e41;
    font-size: 11px;
    border: 1px solid #ad9d94;
}

#pun-main h2 {
    font-size: 14px;
    text-align: center;
    font-family: alice;
    font-weight: 500;
}

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

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

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

/* B1.2 */
.punbb .post-sig dt {
    display: block;
    text-align: center;
    border-top: 1px dotted #3e4b6d;
    width: 60%;
    margin-left: 120px;
    padding-bottom: 5px;
    margin-top: 10px;
}

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

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

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

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

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

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
    margin: 1em 0px 1em 0px;
    padding: 10px 15px 10px 15px;
}

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
    display: block;
    padding-bottom: 2px;
    font-size: 13px;
    font-style: normal;
    font-family: alice;
    font-weight: 500;
    text-align: left;
    color: #383431;
    text-transform: uppercase;
    margin-bottom: 3px;
    text-shadow: 0px 0px 1px #a8a8a9;
}


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

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

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

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


/* B3 Pagination and posting links
-------------------------------------------------------------*/

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

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

/* B3.3 */
.linkst .pagelink {
    position: absolute;
    top: -5em;
    left: 1em;
    width: 24em;
    text-transform: uppercase;
    font-family: verdana;
    font-size: 8px;
    font-weight: 400;
}

/* B3.4 */
.linkst .postlink {
  position: absolute;
  top: -5em;
  right: 1em;
  width: 16em;
  text-align: right;
    text-transform: uppercase;
    font-family: verdana;
    font-size: 8px;
    font-weight: 400;

  }

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

/* B3.6 */
.linksb .pagelink {
    float: left;
    width: 24em;
    text-align: left;
    text-transform: uppercase;
    font-family: verdana;
    font-size: 8px;
    font-weight: 400;
}

/* B3.7 */
.linksb .postlink {
    float: right;
    width: 16em;
    font-weight: bold;
    text-transform: uppercase;
    font-family: verdana;
    font-size: 8px;
    font-weight: 400;
}

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

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

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

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

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

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

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

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

/* C1.6 */
.punbb fieldset legend span {
    padding: 0 5px;
    margin: 0 0 0 -15px;
    font-size: 11px;
    font-family: 'roboto';
    font-weight: 300;
}

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

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

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

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

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

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

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

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

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

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

  }


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

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

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

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

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


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

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

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
    text-align: center;
    font-family: 'Alice';
    width: 5%;
}

/* C2.3 */
.punbb .main .tcr {
    background-color: transparent;
    overflow: hidden;
    text-align: left;
    line-height: 16px;
    font-size: 11px;
    font-weight: 400;
    width: 20%;
    font-family: 'roboto';
    padding-left: 20px;
}

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

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

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

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

/* C2.8 названия подфорумов*/ 
#pun-index .tcl h3 {
    font-family: 'Alice';
    z-index: 3;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    background: #734f41;
    padding: 2px 0px 2px 8px;
    margin-bottom: 4px !IMPORTANT;
    border-radius: 3px;
    box-shadow: 0px 0px 0px 1px #ad9d94, 0px 0px 5px #6f4640 inset;
}

#pun-index .tcl h3 a {
    color: #f3decce3 !important;
    background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px #643d31ab;
}




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

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

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

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

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

    * html .tclcon {height: 1px}

/* C2.14 */
#pun-index td div.tclcon {
    position: relative;
    margin-left: 35px;
    background: url(https://forumstatic.ru/files/001b/61/01/52058.jpg?v=1);
    padding: 7px 10px 7px 10px;
    border: 1px solid #ad9d94;
    font-family: 'Roboto';
}



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


#pun-messages.punbb div.icon{
  margin-top: 0px!important;
}
  

 /* C3 Topics

-------------------------------------------------------------*/
#pun-title, #pun-navlinks {
  border-color: #202021 ;
}

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

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

/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: transparent ;

  }

/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.post-links ul, .post-links, .usertable table {
  border-color: transparent;

  }

/* CS2.5 */
.punbb th {
  border-color: transparent ;

  }

/* CS2.6 */

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
  border-color: transparent;

  }

#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border-color: transparent ;

  }

.punbb .divider {
  border-color: transparent;

  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border: 1px solid transparent ;

  }

li.pa-online {
    font-size: 10px;
    font-weight: 300;
    text-transform: lowercase;
    margin-top: 5px;
    font-family: 'roboto';
}


/* 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 {
    height: 18px;
    font-size: 11px;
    font-family: 'roboto';
    margin: 10px 1px 0 1px;
    background: #734f41;
    box-shadow: 0px 0px 0px 1px #ad9d94, 0px 0px 5px #6f4640 inset;
}


/* C3.3 */
.punbb .post h3 span {
    padding: 2px 10px 2px 10px;
    display: block;
    color: #ccbbb1;
    font-family: 'Alice';
}


.punbb .post h3 a {
    color: #ccbbb1 !important;
    font-family: 'Alice';
}


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

/* C3.5 */
.punbb .post .post-author {
    float: left;
    width: 234px;
    overflow: hidden;
    color: #cabcb3;
    font-family: 'Roboto';
}


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


/* C3.7 */
.pa-author {
    font-style: normal;
    font-family: alice;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-top: 1px;
    color: #c1b097;
}


/* C3.8 */
.pa-author a {
    font-family: alice;
    font-size: 18px;
    font-weight: 500;
    color: #dac7b8de !important;
    background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px #24221f;
    transition-duration: 2s;
}

.pa-author a:hover {
    font-family: alice;
    font-size: 18px;
    font-weight: 500;
    color: #df9d88c7 !important;
    background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px #24221f;
}

.pa-author:first-letter {
    color: #df9d88c7;
}

/* C3.9 */
li.pa-title {
    font-size: 11px;
    font-family: 'roboto';
    font-weight: 400;
    text-transform: lowercase;
    margin: 3px 0 0 0 !important;
}

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

/* C3.12 */
.punbb .post-box {
    padding: 14px 0px 5px 5px;
}

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

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

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

/* C3.16 */


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

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

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


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

/* C4.1 */
.punbb .modmenu .container {
    padding: 0.5em 1em;
    text-align: right;
    text-transform: uppercase;
    font-family: verdana;
    font-size: 8px;
    font-weight: 400;
}

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

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

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


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

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

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


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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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


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

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

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

/* D1.2 */
#pun-title h1 {
  display : block;}

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


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

#pun-title h1 span  {
  font-size: 1.5em;}


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

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: 55px;
  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 .container {
    text-align: justify;
    top: 15px;
    font-style: normal;
    margin-left: 430px;
    display: flex;
    font-size: 13px;
    justify-content: space-between;
    font-weight: 500;
    text-transform: uppercase;
    height: 20px;
    width: 618px;
    letter-spacing: 0.5px;
    font-family: alice;
    position: absolute;
    /* border: 1px solid red; */
}

/* D3.2 */
#pun-navlinks .container {
  padding: 0.2em 1em;
  padding-top: 4px;}

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





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

/* D4.1 */
#pun-ulinks {

}

/* D4.2 */
#pun-ulinks .container {
    text-align: right;
    position: absolute;
    top: 50px;
    /* border: 1px solid red; */
    margin-left: 406px;
    width: 595px;
    letter-spacing: 0.1px;
    display: inline-block;
}

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

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

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

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

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

/* D5.2 */
#pun-status .container {
    margin: -56px 0px 0px 5px;
    text-align: left;
    font-size: 11px;
    height: 14px;
    text-transform: lowercase;
    font-family: 'Roboto';
    font-weight: 400;
}


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

/* D5.4 */
#pun-crumbs1 {
    font-weight: 400;
    overflow: hidden;
}

/* D5.5 */
#pun-crumbs1 p.container {
    border-top: none;
    padding: 5px 0 20px 5px;
    text-align: left;
    font-family: alice;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

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

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

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

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

/* D6.3 */
#pun-announcement .container {
    margin-top: -105px;
    position: absolute;
    text-align: center;
    margin-bottom: -5px !important;
}


/* D7 Statistics
-------------------------------------------------------------*/
#pun-stats .container {
    padding: 15px 15px;
    font-family: roboto;
    font-size: 11px;
    font-weight: 400;
    background: url(https://forumstatic.ru/files/001b/61/01/52058.jpg) center right;
    border: 1px solid #baa798;
}

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

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

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

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

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

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

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

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

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

/* D8.5 */
#pun-about p span {
    display: block;
    padding-left: 50%;
    margin-top: 30px;
    font-family: 'Alice';
    text-transform: uppercase;
}


/* D8.6 */
#pun-crumbs2 {
  font-weight: 400;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
    border-bottom: none;
    padding: 0px;
    font-family: alice;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
}

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



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

/* D9.1 */
#pun-help .formal .info-box h3.legend {
  border-bottom-style: none;
  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: none;
  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;
  }

.punbb .user-avatar .avatar-image {
    border-radius: 0 !IMPORTANT;
    height: 30px !important;
    width: 30px !important;
    opacity: .5 !important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    border: 1px solid #8a6646;
}





.punbb th {
    font-size: 0 !important;
}


html {
    min-width: 1250px!important;
}




.go-up {
    background: #6c4d42;
    color: #c8c5b6;
    font-family: 'Lora';
    text-transform: uppercase;
    text-align: center;
    border-right: 1px solid #503228;
    border-top: 1px solid #503228;
    border-bottom: 1px solid #503228;
    width: 17px;
    height: 80px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0px 0px 10px #4e3227 inset;
}



.go-down {
    background: #6c4d42;
    color: #c8c5b6;
    font-family: 'Lora';
    text-transform: uppercase;
    text-align: center;
    border-right: 1px solid #503228;
    border-top: 1px solid #503228;
    border-bottom: 1px solid #503228;
    width: 17px;
    height: 80px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0px 0px 10px #4e3227 inset;
}

0

3

цвета
Код:
/* CS1 Background and text colours
-------------------------------------------------------------*/

/* Фон форума */
html, body {
    background: url(https://forumstatic.ru/files/001b/61/01/23776.jpg) repeat-x top left, url(https://forumstatic.ru/files/001b/61/01/86034.jpg) center;
    background-color: #3a3733;
}



/* Шапка */
#pun-title table {
    background-image: url(https://forumstatic.ru/files/001b/61/01/24974.png);
    background-repeat: repeat-x;
    background-position: top left;
    border: none;
    width: 1330px;
    height: 299px;
    margin-left: -173px;
    overflow-x: hidden;
}

/* Тело форума */
#pun {
width: 1135px; 
background-color: transparent; 
background-image: url(https://forumstatic.ru/files/001b/61/01/38885.jpg); 
background-attachment: scroll; 
background-repeat: repeat; 
background-position: top center;}

.punbb {
padding: 0 30px!important;
width: 1135px;}

/* Футер */
#pun-about p.container {
    background-image: url(https://forumstatic.ru/files/001b/61/01/35488.png);
    margin: 0px 0px -30px -80px;
    background-position: center left;
    background-repeat: repeat-x;
    width: 1135px;
    height: 170px;
    overflow-x: hidden;
}


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

#pun-admain .adformal, #pun-admain .adcontainer
{border: none;
border-color:  transparent;}

.punbb .main h1, #pun-debug h2, .punbb-admin #pun-admain h2 {
    background-color: transparent;
    color: #2d2a26;
    text-align: center;
    font-style: normal;
    font-family: alice;
}


/* Цитата и выделить код */
.punbb .quote-box, .punbb .code-box {
    background-image: url(https://forumstatic.ru/files/001b/61/01/52058.jpg);
    background-color: #cebdaf;
    color: #2d2a26;
    border: 1px solid #a7968fb3;
}

/* Область для ввода текста в форме ответа и админке */
.punbb textarea, .punbb input {
    background-color: #cebdaf;
    color: #2d2a26;
}


/* Тень и закругление */
.punbb .quote-box, .punbb .code-box, .punbb textarea, .punbb select  { 
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
 }

.punbb input { border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}

/* Фон окна наград и репутации */
#pun-popup_awards div, #pun-reputation div {
    background-image: url(https://forumstatic.ru/files/001b/61/01/52058.jpg);
    background-color: #cebdaf;
}

#pun-report .inner, #pun-reputation .inner, #pun-admin-award-form .inner {
display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -135px 0 0 -384px;
    width: 768px;
    z-index: 100;
    box-shadow: 0 0 40px #222;
    background-image: url(https://forumstatic.ru/files/001b/61/01/52058.jpg);
    background-color: #cebdaf;
}



/* CS2 Ссылки
-------------------------------------------------------------*/

/* CS2.1 */
.punbb a, .punbb a:link, .punbb a:visited,
.punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited, .punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited, #pun-navlinks a, #pun-ulinks a {color: #68433c;
  text-decoration: none;
  }

/* CS2.2 */
.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,  #pun-ulinks a:focus, #pun-ulinks a:active {
color: #2b2826;
    transition-duration: 1s;
  }

.punbb a:hover, #pun-navlinks a:hover, #pun-ulinks a:hover {
color: #2b2826;
    transition-duration: 1s;
  text-decoration: none;
  }

#pun-ulinks a {
    font-size: 7px;
    color: #d0bbac;
    font-weight: 400;
    font-family: roboto;
    text-transform: uppercase;
    transition-duration: 1s;
}

#pun-ulinks a:hover {
  text-decoration: none;
  color: #c18674;
    transition-duration: 1s;
}


#pun-navlinks a {
    transition-duration: 1s;
    color: #dac7b8de;
    background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px #24221f;
}

#pun-navlinks a:focus, #pun-navlinks a:active {
color: #c18674;
transition-duration: 1s;
}


#pun-navlinks a:hover {
color: #c18674;
  transition-duration: 1s;
}

/* CS3 Остальное 
-------------------------------------------------------------*/

div.icon {
        background: url(https://forumstatic.ru/files/001b/61/01/26722.jpg) no-repeat;
margin-left: -10px !important;
}

tr.inew div.icon {
        background: url(https://forumstatic.ru/files/001b/61/01/73099.jpg) no-repeat;
margin-left: -10px !important;
}

#pun-viewforum TR.iclosed Div.icon, #pun-messages TR.iclosed Div.icon, #pun-searchtopics TR.iclosed Div.icon {
    background: #505050;
    border: 1px solid #baa796;
    height: 7px;
    width: 7px;
    border-radius: 100%;
    margin-right: 8px !important;
}

#pun-viewforum TR.isticky Div.icon, #pun-messages TR.isticky Div.icon, #pun-searchtopics TR.isticky Div.icon {
    background: #833e2a;
    border: 1px solid #baa796;
    height: 7px;
    width: 7px;
    border-radius: 100%;
    margin-right: 8px !important;
}

#pun-viewforum table Div.icon, #pun-messages table Div.icon, #pun-searchtopics table Div.icon {
    background: #937e76;
    border: 1px solid #baa796;
    height: 7px;
    width: 7px;
    border-radius: 100%;
    margin-right: 8px !important;
}

#pun-viewforum TR.inew Div.icon, #pun-messages TR.inew Div.icon, #pun-searchtopics TR.inew Div.icon {
    background: #9d6343;
    border: 1px solid #baa796;
    height: 7px;
    width: 7px;
    border-radius: 100%;
    margin-right: 8px !important;
}


/* CS3.2 Всё подряд*/
#pun-main div.catleft, #pun-main div.catright {display: none;}
#pun-main .post-author ul {
    text-align: center;
    margin-left: 13px;
}
ul.post-ul-Sp, .post-img-Sp {text-align:center;}
#pun th, #pun-main h2 {text-align: center}
#pun-navlinks .container, #pun-ulinks .container {text-align: center;}
.modlist {font-size: 95.05%;}
#pun-announcement .container {font-size: 101%; font-family: "Arial";}
.category h2 span{display: block;}
#pun-stats h2 span {visibility: visible;}
#pun td .modlist{display:none;}
.lastedit {display:none}
#pun-announcement h2 {display: none}
#pun-navlinks #navawards{display:none}



/*---Прокрутка---*/
::-webkit-scrollbar {
    width: 9px;
    height: 9px;
    background-color: #3a3531;
}

::-webkit-scrollbar-thumb {
    background-color: #cfbfaf;
    border: 4px solid #3a3531;
}


::selection {
    background: #7b4d41 !important;
    color: #cfbfaf;
}


#pun-viewforum.punbb div.icon {
    margin-top: 3px !important;
}

td.tcr a {
    background-repeat: no-repeat;
    background-position: left center;
    font-family: 'Roboto';
    font-size: 13px;
    font-weight: 700;
}

.category .container thead {display: none;}

.punbb .pa-avatar img {
    max-width: 180px !important;
    margin-bottom: 2px;
    border: 2px solid #82584a;
    outline: 1px solid #775144;
    margin-top: 5px;
}


#counters A IMG{opacity:0.4; -moz-opacity:0.4; filter:alpha(opacity=30);}
#counters a:hover img {opacity:1.0; -moz-opacity:1.0;
filter:alpha(opacity=70); transition-duration: 2s;}

#size-area, #color-area, #table-area, #smilies-area, #image-area, #imageup-area, #imageattach-area, #keyboard-area, #video-area, #addition-area {
    position: absolute;
    right: 6px;
    top: 43px;
    overflow-y: auto;
    padding-top: 10px;
    background-image: url(https://forumstatic.ru/files/001b/61/01/52058.jpg);
    background-color: #cebdaf;
}

#font-area {
    position: absolute;
    right: 6px;
    top: 43px;
    overflow-y: auto;
    height: 300px;
    padding-top: 10px;
    background-image: url(https://forumstatic.ru/files/001b/61/01/52058.jpg);
    background-color: #cebdaf;
}


.punbb .post-content a, .punbb .post-content a:link {
    font-weight: bold;
}


.pun-modal .modal-inner {
    width: 700px;
    max-width: 94%;
    height: auto;
    max-height: 44em;
    margin: 12% auto 0;
    position: relative;
    z-index: 120000;
    overflow: hidden;
    background-image: url(https://forumstatic.ru/files/001b/61/01/52058.jpg);
    background-color: #cebdaf;
}



/***  Заплатка для поля ответа ***/
textarea#main-reply {
  width: 100%;
  height: 100%;
  height: 205px;
  margin: 0 auto !important;
  padding: 0.75em;
  box-sizing: border-box;
  overflow: auto;  }

.button {
    font-family: 'alice' !important;
    background-color: #7a5243 !important;
    font-size: 9px !important;
    color: #e1d9d4 !important;
    margin-top: 5px !important;
    padding: 4px 15px 4px 15px !important;
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 400 !important;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px #66463b;
    border: 1px solid #af988a;
}




#video-area-tinp, #image-area-tinp {
    margin: .5em 0;
    padding: .3em;
    background-image: url(https://forumstatic.ru/files/001b/61/01/52058.jpg);
    background-color: #cebdaf;
    height: 70px;
}



#MyBookmarks {
    display: none;
    position: fixed;
    z-index: 101;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    box-shadow: 0 0 20px rgba(0,0,0,.5);
    width: 240px;
    background-image: url(https://forumstatic.ru/files/001b/61/01/52058.jpg);
    background-color: #cebdaf;
}


#BookmCntToggle.default-style {
    background: #d9c4b1 !important;
    border-left: solid 5px currentColor;
    box-shadow: 0 0 6px rgb(0 0 0 / 42%);
    color: #895e4e !important;
    display: block;
    height: 26px;
    width: 21px;
}



#mask_dialog .inner {
    cursor: default;
    margin: 0;
    width: 760px;
    max-width: 99%;
    max-height: 90%;
    overflow-x: auto;
    z-index: 100;
    background-image: url(https://forumstatic.ru/files/001b/61/01/52058.jpg);
    background-color: #cebdaf;
    padding: 8px;
}





li.pa-ua {
    margin-top: 0.7em;
    display: none !important;
    justify-content: center;
}


#MyBookmarks h2 {
margin: 10px 0 10px 0 !important;
}

.punbb .user-avatar .isonline {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 2px;
    right: 1px !important;
    animation: blinkColor .9s linear infinite;
    -moz-animation: blinkColor .9s linear infinite;
    -webkit-animation: blinkColor .9s linear infinite;
    background: #6f484e !important;
    z-index: 100;
}




#pun-viewforum .tcr {
background-color: transparent;
    overflow: hidden;
    text-align: left;
    font-size: 10px;
    font-weight: 400;
    width: 25%;
    font-family: 'roboto';
}




#pun-viewforum .tclcon, #pun-messages .tclcon, #pun-searchtopics .tclcon {
    color: #000;
    font-family: 'roboto';
    text-transform: lowercase;
    font-weight: 400;
    font-size: 11px;
}

#pun-viewforum .tclcon a, #pun-messages .tclcon a, #pun-searchtopics .tclcon a {
    font-family: alice;
    font-size: 14px;
}



#pun-viewforum td.tcr a, #pun-messages td.tcr a, #pun-searchtopics td.tcr a {
    font-family: 'roboto';
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
}



#pun-viewforum span.byuser, #pun-messages span.byuser, #pun-searchtopics span.byuser {
    font-family: 'roboto';
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
}



.activees2 {
    height: 47px;
    width: 148px;
    top: 114px;
    margin-left: 13px !important;
    position: absolute;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    /* border: red 1px solid; */
}

.privet {
    height: 66px;
    width: 282px;
    top: 93px;
    margin-left: 204px !important;
    position: absolute;
    text-align: justify;
    z-index: 100;
    font-weight: 400;
    padding-right: 5px;
    line-height: 14px;
    text-transform: lowercase;
    font-family: 'Roboto';
    font-size: 11px;
    overflow-y: auto;
    color: #d9c7b8 !important;
    /* border: red 1px solid; */
}


.privet z {
font-family: 'Alice';
    text-transform: uppercase;
    background-color: #74473b;
    padding: 0px 2px 0px 2px;
    color: #dac7b8de;
    text-shadow: 1px 1px #5c3e33;
}


.privet z a {
color: #cfbbb1 !important;
}

.bpostim {
height: 67px;
    width: 50px;
    top: 94px;
    margin-left: 520px !important;
    position: absolute;
    z-index: 100;
}


.bpostext {
height: 66px;
    width: 210px;
    top: 93px;
    margin-left: 578px !important;
    position: absolute;
    text-align: justify;
    z-index: 100;
    font-weight: 400;
    padding-right: 5px;
    line-height: 14px;
    font-family: 'Roboto';
    font-size: 11px;
    overflow-y: auto;
    color: #d9c7b8 !important;
    /* border: 1px solid red; */
}


.bep {
height: 50px;
    width: 222px;
    top: 114px;
    margin-left: 802px !important;
    position: absolute;
    text-align: right;
    z-index: 100;
    /* border: red 1px solid; */
}


.needd {
margin: -42px 0px 0px 702px !important;
    position: absolute;
    height: 55px;
    width: 227px;
    display: flex;
    justify-content: space-between;
    /* border: red 1px solid; */
}


.tlinks {
    height: 20px;
    width: 490px;
    top: 59px;
    margin-left: -69px !important;
    text-align: left;
    display: inline-block;
    font-size: 10px;
    cursor: pointer;
    font-family: 'Alice';
    /* border: red 1px solid; */
    text-transform: lowercase;
    position: absolute;
    color: #d0bbad;
}


.tlinks a {
color: #dac7b8de !important;
    background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px #24221f;
    letter-spacing: 0.5px;
}









.post-author {
    background: url(https://forumstatic.ru/files/001b/61/01/95974.jpg) no-repeat top, url(https://forumstatic.ru/files/001b/61/01/98643.jpg) no-repeat bottom, url(https://forumstatic.ru/files/001b/61/01/26194.jpg) repeat-y;
    padding: 10px 0 0px 0;
    margin: 10px 0 0 -1px!important;
}



.punbb .post .post-author a {
    color: #b98672;
}

.pa-author strong {
font-weight: 400;
}


.pa-respect, .pa-posts {
    display: inline-block;
    margin-left: 1px !important;
    text-align: center;
    width: 59px;
    line-height: 13px;
    text-transform: lowercase;
    font-size: 11px;
    padding: 2px! important;
    height: 30px;
}


.pa-fld1 {
text-align: justify;
    border-bottom: 1px solid #cdb9ae38;
    padding-bottom: 3px;
    margin: 0px 4px 3px 4px !IMPORTANT;
}



.pa-fld2 {
    font-family: 'Alice';
    margin: 6px 4px 5px 4px !IMPORTANT;
    background: #0000002e;
    font-size: 10px;
    text-transform: uppercase;
}

.pa-fld3 {
    font-family: 'Alice';
    margin: 6px 4px 5px 4px !IMPORTANT;
    background: #0000002e;
    font-size: 10px;
    text-transform: uppercase;
}


.pa-ip {
font-family: 'Roboto';
    text-transform: lowercase;
    font-size: 10px;
}


del {
    text-decoration: none!important;
    filter: blur(3px);
     transition-duration: 0.3s;
}
del:hover {
    filter: blur(0px);
     transition-duration: 0.3s;
}


.pa-fld1 lzname {
    display: block;
    text-align: center;
    font-family: 'Alice';
    font-size: 12px;
    margin-bottom: 3px !important;
}


.pa-fld1 lzname a {
color: #df9d88c7 !important;
    background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
    text-shadow: 1px 1px #24221f;
}

.pa-fld1 lzname sup {
font-size: 8px;
    font-family: 'Roboto';
}


.pa-fld1 lztext {
margin: 0px 0px 3px 0px !IMPORTANT;
    display: block;
}

#pun-index div.category h2, #pun-index #pun-stats h2 {
    background-repeat: no-repeat;
    background-position: left;
    height: 18px;
    background: url(https://forumstatic.ru/files/001b/61/01/95316.jpg) top;
    padding: 3px 0 3px 0 !important;
    text-align: center;
    color: #6e4e41;
    font-size: 15px;
    border: 1px solid #ad9d94;
    text-transform: uppercase;
    margin-bottom: 10px;
}


#tags .container {
    position: absolute;
    right: 6px;
    top: 43px;
    z-index: 2;
    border: 1px solid #afa392;
    background-image: url(https://forumstatic.ru/files/001b/61/01/52058.jpg);
    background-color: #cebdaf;
}



.banners-box {
    margin: -31px 0px 0px -70px !important;
    overflow-y: auto;
    padding-right: 5px;
    height: 33px;
    position: absolute;
    width: 740px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* border: red 1px solid; */
}


.pa-fld1 fandom {
font-family: 'Alice';
    margin: 0px 0px 2px 0px !IMPORTANT;
    background: #00000038;
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    text-align: center;
}



.plaha2 {
    height: 30px;
    margin: 0px 5px 0px 5px !important;
    display: inline-block;
    min-width: 150px;
    background: #734f41;
    transition-duration: 2s;
    padding: 0px 4px 0px 4px;
    border-radius: 3px;
    box-shadow: 0px 0px 0px 1px #ad9d94, 0px 0px 5px #6f4640 inset;
}
.plaha2 img {
    float: left;
    width: 40px;
    margin-left: -13px;
    margin-top: -4px !important;
}

.plaha2 raz {
    display: block;
    height: 10px;
    margin-top: 2px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Alice';
    font-size: 12px;
    margin-bottom: -1px;
    letter-spacing: 0.6px;
    color: #cbb9ab !important;
    transition-duration: 1s;
    text-shadow: 1px 1px #5d403a;
}

.plaha2 dva {
    display: block;
    height: 14px;
    text-transform: lowercase;
    text-align: center;
    font-family: roboto, arial;
    color: #d5c8be;
    font-size: 10px;
    margin-top: 3px !IMPORTANT;
    text-shadow: 1px 1px #694746;
}

.plaha2:hover {
    height: 30px;
    margin: 0px 5px 0px 5px !important;
    display: inline-block;
    min-width: 150px;
    background: #5e3c32;
    padding: 0px 4px 0px 4px;
    border-radius: 3px;
    box-shadow: 0px 0px 0px 1px #ad9d94, 0px 0px 5px #6f4640 inset;
    transition-duration: 2s;
}


.neww {
position: absolute; */
    text-align: center;
    /* border: red 1px solid; */
    width: 1014px;
    top: -16px;
}




#pun-messages table Div.icon, #pun-searchtopics table Div.icon {
    margin-top: 4px;
}


.pa-fld2 br {
display: none;
}


.pa-respect img {
width: 8px;
}


#smilies-area, #video-area, #spoiler-area {
    width: 550px !important;
}

0

4

верх
Код:
<div class="tlinks">
<a href="https://itisanewworld.rusff.me/viewtopic.php?id=4">роли</a> • 
<a href="https://itisanewworld.rusff.me/viewtopic.php?id=3">правила</a> • 
<a href="https://itisanewworld.rusff.me/viewtopic.php?id=281">faq</a> • 
<a href="https://itisanewworld.rusff.me/viewtopic.php?id=2">гостевая</a> • 
<a href="https://itisanewworld.rusff.me/viewtopic.php?id=1">нужные</a> • 
<a href="https://itisanewworld.rusff.me/viewtopic.php?id=16">шаблон анкеты</a> • 
<a href="https://itisanewworld.rusff.me/viewtopic.php?id=29">связь с амс</a> • 
<a href="https://itisanewworld.rusff.me/viewtopic.php?id=25">поиск соигрока</a> 
</div>


<div class="bep">
<a href="https://itisanewworld.rusff.me/viewtopic.php?id=2056#p210702" target=_blank title="Врагген и Шэдоухарт"><img src="https://i.imgur.com/fnbhQyw.png" width="219" border="0" height="45" style="cursor: pointer;"></a>
</div>


<div class="bpostext"> — Это приличный ресторан, Тони, — строго проговорила Пеппер, а затем негромко фыркнула. — Конечно, тут кормят десертами.<br>
Можно подумать, она бы стала звать его туда, где десертов не подают! То есть, конечно, разные места бывают. Бары, пабы, к примеру, где, в целом, речь о еде. Но найти ресторан без десертов — это еще надо постараться, в принципе. Тем более, хороший ресторан.
</div>

<div class="bpostim">
<a href="https://itisanewworld.rusff.me/viewtopic.php?pid=231301#p231301" target=_blank title="Пеппер"><img src="https://i.imgur.com/Q27KzKC.png" width="49" border="0" height="65" style="cursor: pointer;"></a>
</div>

<div class="privet">
<z>quote of the week by <a href="https://itisanewworld.rusff.me/viewtopic.php?pid=231086#p231086" target="_blank"> Tony Stark:</a></z> — Я слышал, что нормальнолюди проводят свидания на концертах и в кинотеатрах. И в многолюдных ресторанах тоже! — весело отозвался Тони. Немного помолчал, потом добавил: — Мне определенно нравится не быть нормальночеловеком.<br>
Ну да, зачем ему быть нормальночеловеком, если он Тони Железный Человек Старк. Быть Железным Человеком круче! А возможность арендовать ресторан целиком — это однозначный плюс его особенного положения и не менее особенной персоны. При всех плюсах человеческого общества, оно частенько бывает чертовски утомительным!
</div>

<div class="activees2">
<a href="https://itisanewworld.rusff.me/profile.php?id=175" target=_blank title="постописец Сэм"><img src="https://i.imgur.com/pd6ckOM.png" width="45" border="0" height="45" style="cursor: pointer;"></a>
<a href="https://itisanewworld.rusff.me/profile.php?id=268" target=_blank title="флудер Антон"><img src="https://i.imgur.com/RCxJrBx.png" width="45" border="0" height="45" style="cursor: pointer;"></a>
<a href="https://itisanewworld.rusff.me/profile.php?id=222" target=_blank title="активист Лиззи"><img src="https://i.imgur.com/6OaZq39.png" width="45" border="0" height="45" style="cursor: pointer;"></a>
</div>


<script type="text/javascript"> 
function openbox(id){ 
display = document.getElementById(id).style.display; 
if(display=='none'){ 
document.getElementById(id).style.display='block'; 
}else{ 
document.getElementById(id).style.display='none'; 
} 
} 
</script> 

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

<!-- поднятие репутации в закрытых темах -->
<script type="text/javascript">// спасибо форуму http://downtown.f-rpg.ru/
if($('pun-viewtopic').length)function changeVisibility(b){$('#'+b).toggle(); return};
</script>
<!-- поднятие репутации в закрытых темах -->

<script src="https://forumstatic.ru/files/0017/95/29/89289.js"></script>
<script>
hvScriptSet.addMask({
    guestAccess: ['§ Любимые произведения', '§ Терзания музы', '§ Неопубликованные черновики', '§ Несложившиеся судьбы'],
    forumAccessExtended: {
        '§ Разговоры по душам': ['Игроки'],
        '§ Сказки вместе': ['Игроки'],
        '§ Какой удивительный мир!': ['Игроки'],
        '§ Невозможное возможно': ['Игроки'],
        '§ Страницы книги': ['Игроки'],
        '§ Любимые произведения': ['Игроки'],
        '§ Терзания музы': ['Игроки'],
        '§ Неопубликованные черновики': ['Игроки']
    },
    changeList: {
        'pafld1': {
            title: 'Личное звание',
            description: '',
            tag: 'info',
            class: 'pa-fld1',
            defaultCode: '<lzname><a href="ссылка на анкету">ИМЯ ФАМИЛИЯ КАПСОМ (на русском!)</a><sup>возраст y.o.</sup></lzname><fandom>фандом на англ. языке (с мал. буквы!)</fandom> <lztext>а тут текст личного звания любой длины, а тут еще немного о персонаже и в <a href="ссылка">ссылке</a> имя пары или партнера по игре</lztext>',
            type: 'html'
        }
    },
    userFields: ['pa-author', 'pa-title', 'pa-avatar', 'pa-fld2', 'pa-fld1', 'pa-posts', 'pa-respect', 'pa-fld3', 'pa-online', 'pa-ip', 'pa-awards']
});
</script>

<!-- Кликабельность ника в постах Гостя -->
<script>$(".post[data-group-id=3]").find(".pa-author").html(function(){return this.innerHTML.replace(/(<.+>)(.+)$/,'$1<a href="javascript:to(\'$2\')">$2</a>')});</script>

<!— Восстановление последнего поста при утере by Человек-Шаман —>
<script>
$(document).ready(function() {
$('#addition-area').append(function() {
return $('<div>Восстановить последний пост</div>').click(restoreLastPost);
});
function restoreLastPost() {
$('#main-reply').val(localStorage.ReservePost);
};
});
</script>
<!--конец-->

<style>#pun-ulinks #Rz{display:none}</style>

<!-- первое соо без профиля реклама -->
<style>
#p90663 .post-author, #p90663 .post-sig, #p90663 .pl-email, #p90663 .post-author, #p90663 .post-sig, #p90663 .pl-email, #p90663 .post-author, #p90663 .post-sig, #p90663 .pl-email {display:none;}
#p90663 .post-body, #p90663 .post-body, #p90663 .post-body  {margin-left:0!important;}</style>
<!-- конец -->

<!-— НАЧАЛО. скрытие подфорума -->
<script language="JavaScript">
str=document.URL
if(str.substring(str.lastIndexOf('/')+1)=="" || str.substring(str.lastIndexOf('/')+1)=="index.php")
   document.write("<style>#forum_f27{display:none}</style>")
</script>
<!-— КОНЕЦ. скрытие подфорума -->
<!-— НАЧАЛО. скрытие подфорума -->
<script language="JavaScript">
str=document.URL
if(str.substring(str.lastIndexOf('/')+1)=="" || str.substring(str.lastIndexOf('/')+1)=="index.php")
   document.write("<style>#forum_f29{display:none}</style>")
</script>
<!-— КОНЕЦ. скрытие подфорума -->
<!-— НАЧАЛО. скрытие подфорума -->
<script language="JavaScript">
str=document.URL
if(str.substring(str.lastIndexOf('/')+1)=="" || str.substring(str.lastIndexOf('/')+1)=="index.php")
   document.write("<style>#forum_f30{display:none}</style>")
</script>
<!-— КОНЕЦ. скрытие подфорума -->
<!-— НАЧАЛО. скрытие подфорума -->
<script language="JavaScript">
str=document.URL
if(str.substring(str.lastIndexOf('/')+1)=="" || str.substring(str.lastIndexOf('/')+1)=="index.php")
   document.write("<style>#forum_f31{display:none}</style>")
</script>
<!-— КОНЕЦ. скрытие подфорума -->




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

<!-- Разделение ников пользователей в теме запятой -->
<style type="text/css">
div#topic-users-in a:after {
    content: ',';
}
div#topic-users-in a:last-child::after {
    content: '';
}
</style>
<!-- Конец -->
низ
Код:
<!--НУЖНЫЕ-->
<div class="needd">
<a href="https://itisanewworld.rusff.me/viewtopic.php?pid=189939#p189939" target=_blank title="Хан Соло"><img src="https://i6.imageban.ru/out/2023/07/07/edd3f3bdb9613e4ff0ce1637ca6719d4.png" width="53" border="0" height="53" style="cursor: pointer;"></a>
<a href="https://itisanewworld.rusff.me/viewtopic.php?pid=186596#p186596" target=_blank title="Фокс Малдер"><img src="https://i7.imageban.ru/out/2023/07/07/7011e7d772bbc905f3ac383e1cc4395e.png" width="53" border="0" height="53" style="cursor: pointer;"></a>
<a href="https://itisanewworld.rusff.me/viewtopic.php?pid=40841#p40841" target=_blank title="Уилльям Циммерман"><img src="https://i.imgur.com/fzsfh2q.png" width="53" border="0" height="53" style="cursor: pointer;"></a>
<a href="https://itisanewworld.rusff.me/viewtopic.php?pid=218869#p218869" target=_blank title="Дарт Сидиус"><img src="https://i.imgur.com/wuoTQM3.png" width="53" border="0" height="53" style="cursor: pointer;"></a>
</div>

<script><!--Универсальный скрипт замены. -->
function UniverСhange(selektor,changed,substitute){
$(selektor).each(function(){if ($(this).parent().html()!=null){if($(this).parent().html().indexOf(changed)!=-1){
$(this).parent().html($(this).parent().html().replace(changed,substitute));};};});}

UniverСhange("li#navadmin","Администрирование","админ."); //На следущей строке можно добавить еще запрос

</script>



<!--кнопки вверх вниз-->
<div class="go-up" id='ToTop'></div>
<div class="go-down" id='OnBottom'></div>
<style>
.go-up, .go-down {
    display: none;
    position: fixed;
    margin-left: 1041px;
    cursor: pointer;
    opacity: 1;
    margin-bottom: 140px;
}
.go-up {
bottom:250px; /*положение от низа окна браузера верхняя кнопка*/
}
.go-down {
bottom:150px; /*положение от низа окна браузера нижняя кнопка кнопка*/
}
.go-down:hover,.go-up:hover {
opacity:1;
}
</style>
<!--кнопки вверх вниз-->
<script type="text/javascript">
$(function(){
if ($(window).scrollTop()>="250") $("#ToTop").fadeIn("slow")
$(window).scroll(function(){
  if ($(window).scrollTop()<="250") $("#ToTop").fadeOut("slow")
  else $("#ToTop").fadeIn("slow")
});
if ($(window).scrollTop()<=$(document).height()-"999") $("#OnBottom").fadeIn("slow")
$(window).scroll(function(){
  if ($(window).scrollTop()>=$(document).height()-"999") $("#OnBottom").fadeOut("slow")
  else $("#OnBottom").fadeIn("slow")
});
$("#ToTop").click(function(){$("html,body").animate({scrollTop:0},"slow")})
$("#OnBottom").click(function(){$("html,body").animate({scrollTop:$(document).height()},"slow")})
});
</script>













<style>
@import url('https://forumstatic.ru/files/001b/0f/ee/79605.ttf');
</style>
<style>
@import url('https://forumstatic.ru/files/001b/0f/ee/70732.ttf');
</style>
<style>
@import url('https://forumstatic.ru/files/001b/0f/ee/65993.ttf');
</style>
<style>
@import url('https://forumstatic.ru/files/001b/0f/ee/94145.ttf');
</style>
<style>
@import url('https://forumstatic.ru/files/001b/0f/ee/67547.ttf');
</style>
<style>
@import url('https://forumstatic.ru/files/001b/0f/ee/45815.otf');
</style>
<style>
@import url('https://forumstatic.ru/files/001b/0f/ee/24416.ttf');
</style>
<style>
@import url('https://forumstatic.ru/files/001b/0f/ee/50242.ttf');
</style>
<style>
@import url('https://forumstatic.ru/files/001b/0f/ee/55415.ttf');
</style>
<style>
@import url('https://forumstatic.ru/files/001b/0f/ee/14951.ttf');
</style>
<style>
@import url('https://forumstatic.ru/files/001b/0f/ee/34985.ttf');
</style>
<style>
@import url('https://forumstatic.ru/files/001b/0f/ee/90551.otf');
</style>
<style>
@import url('https://forumstatic.ru/files/001b/0f/ee/30075.ttf');
</style>

<style>
@import url('https://forumstatic.ru/files/001b/0f/ee/31611.ttf');
</style>
<style>
@import url('https://forumstatic.ru/files/001b/0f/ee/29798.ttf');
</style>
<style>
@import url('https://forumstatic.ru/files/001b/0f/ee/76185.ttf');
</style>
<style>
@import url('https://forumstatic.ru/files/001b/0f/ee/15499.ttf');
</style>
<style>
@import url('https://forumstatic.ru/files/001b/0f/ee/21613.otf');
</style>
<style>
@import url('https://forumstatic.ru/files/001b/0f/ee/16017.ttf');
</style>
<style>
@import url('https://forumstatic.ru/files/001b/0f/ee/62150.otf');
</style>
<style>
@import url('https://forumstatic.ru/files/001b/0f/ee/76813.ttf');
</style>
<style>
@import url('https://forumstatic.ru/files/001b/0f/ee/84661.ttf');
</style>
<style>
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
</style>
<style>
@import url('https://forumstatic.ru/files/001b/0f/ee/29715.ttf');
</style>
<style>
@import url('https://forumstatic.ru/files/001b/0f/ee/64250.ttf');
</style>
<style>
@import url('https://forumstatic.ru/files/001b/0f/ee/79626.ttf');
</style>
<style>
@import url('https://forumstatic.ru/files/001b/0f/ee/98104.ttf');
</style>
<style>
@import url('https://forumstatic.ru/files/001b/0f/ee/81115.ttf');
</style>
<style>
@import url('https://forumstatic.ru/files/001b/0f/ee/87562.ttf');
</style>
<style>
@import url('https://forumstatic.ru/files/001b/0f/ee/43844.ttf');
</style>
<style>
@import url('https://forumstatic.ru/files/001b/0f/ee/93626.ttf');
</style>
<style>
@import url('https://forumstatic.ru/files/001b/0f/ee/73900.ttf');
</style>

<script type="text/javascript">
if (document.URL.indexOf("viewtopic") != -1) {
var ft; var i; var ft_f; var j = "";
ft = document.getElementById("font-area");

var ft_f = new Array();
ft_f.push('Avanti Serif');
ft_f.push('ANTRASTE');
ft_f.push('Belta');
ft_f.push('BRITANNIC');
ft_f.push('Elephant');
ft_f.push('JWH');
ft_f.push('Niagara Solid');
ft_f.push('RetroElectro');
ft_f.push('Trajan Pro');
ft_f.push('Wendy');
ft_f.push('A Glitch In Time');
ft_f.push('Advert');
ft_f.push('all hail julia');
ft_f.push('Annabelle');
ft_f.push('Automobile');
ft_f.push('ChopinScript');
ft_f.push('Denistina');
ft_f.push('Hipster Script Pro');
ft_f.push('Janda Stylish Script');
ft_f.push('Jellyka Western Princess');
ft_f.push('Lobster');
ft_f.push('Mistral');
ft_f.push('Motion Picture Personal Use');
ft_f.push('Playdate');
ft_f.push('Pushkin');
ft_f.push('Script MT');
ft_f.push('Segoe print');
ft_f.push('Soljik-Dambaek');
ft_f.push('Southern Aire Personal Use Only');
ft_f.push('SpaceZombie');
ft_f.push('Sverige Script Demo');
ft_f.push('Tamoro Script Personal Use Only');
ft_f.push('Wallows');

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

<!-- Регулировка размера шрифта в постах © Alex_63 --> 
<style> 
.FNTslider {
    border-radius: 4px;
    position: relative;
    z-index: 1000;
    background: #b3a08d;
    width: 110px;
    height: 4px;
    margin: 4px 145px;
    border: solid 1px #9b6e5d;
    float: right;
}
.FNTslider .before {
    height: 4px;
    border: solid 1px #916453;
    border-right: none 0;
    border-radius: 4px 0 0 4px;
    position: absolute;
    background: #9b6e5d;
    margin-top: -1px;
}
.FNTslider .thumb {
    width: 5px;
    height: 10px;
    border-radius: 3px;
    position: relative;
    top: -4px;
    background: #b18371;
    cursor: pointer;
    border: 1px solid #ad8475;
}
</style> 
<script type="text/javascript" src="http://forumstatic.ru/files/0015/c4/3f/31001.js"></script>





<!--замена коротких тире на длинные -->
<script>$('.post-content p').html(function(){return this.innerHTML.replace(/(\s|&nbsp;)?-(\s|&nbsp;)/g,'$1&mdash;$2')})</script>

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

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

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


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


<script type="text/javascript">
function to(username)
{insert('[b]' + username + '[/b]' + ', ');}
</script>

<!--полезный скрипт -->
<style>
.lastedit {display:none;}
</style>

<!-- Выделение кода в блоке "Код" -->
<script type="text/javascript" src="http://forumstatic.ru/files/0014/cc/0a/24905.js"></script>
<script>eval(select_text.toString().replace(/\}$/,'try{document.execCommand("copy")}catch(e){}}'))</script>
<script type="text/javascript">select_text.linkText = 'выделить [копируется сразу]' //текст ссылки</script>


<!--обтекание изображения 2.4.4--> 
<script language="javascript"> 
$(function(){ 
$('td#button-link').before('<td id="floatbut" style=\'background-image:url("http://s002.radikal.ru/i198/1009/43/f183caeae434.gif")\'></td>'); 
$('#floatbut, .vibor').click(function(){ 
$('div#float').toggle();}); 
}); 
elm=document.getElementsByTagName("div") 
for(x in elm) if(elm[x].className=="post-content") 
{ 
post = elm[x].innerHTML; 
if(post.indexOf("[/float]") != -1) { 
floats = /\[float=(.*?)\]([^\[]{1,11000})\[\/float\]/gi 
elm[x].innerHTML = elm[x].innerHTML.replace(floats, "<span style='float: $1; margin: 15px; text-align: $1;'>$2</span>") 
}} 
</script> 
<div id="float" style="display:none;background:#FFFFCC;border:1px solid black; width:auto; padding:8px; position:absolute; margin-top:-32%; margin-left:35%; z-index:20"> 
<div><strong>Направление обтекания</strong></div><br> 
<div align="center"> 
<img class="vibor" src="http://s001.radikal.ru/i193/1009/96/695abc799ddb.png" title="left" onclick="bbcode('[float=left]', '[/float]')" /> 
<img class="vibor" src="http://s002.radikal.ru/i199/1009/ac/95c10fcc7d82.png" title="right" onclick="bbcode('[float=right]', '[/float]')" /> 
</div></div>

<script><!--Оставляем цифру Новых сообщений. -->
var clr=($("#navpm a").css("color"));var chng="&nbsp;(";
var subs="</span><span style=\"color:"+clr+";\" id=\"news_messag\">(";
$("#navpm a").html($("#navpm a").html().replace(chng,subs));
$("#news_messag").appendTo("#navpm");
</script>

<!-- Правка глюка Репы при  отсутствии скриптов  руссфф  v2-->
<script> if($('#pun-viewtopic').length)$(window).load(function () {
if(!$('#pun-reputation').length)FORUM.PartnerVote = function() { return true; };
});
</script>

<!-- Скрыть "отредактировано" из сообщения -->
<style>.lastedit {display:none;}</style>
<!-- конец -->

<!-- Кликабельность ника в постах Гостя -->
<script>$(".post[data-group-id=3]").find(".pa-author").html(function(){return this.innerHTML.replace(/(<.+>)(.+)$/,'$1<a href="javascript:to(\'$2\')">$2</a>')});</script>
<!-- Конец -->

<script>
var oldIMG="<td id=\"button-image\" title=\"Вставить картинку\"><img onclick=\"bbcode('[img]','[/img]')\" src=\"/i/blank.gif\"/><b><p style=\"z-index:20;position:absolute;height14px;margin:-15px 0 0 22px;\">2</p></b></td>"
$("#button-image").after(oldIMG);
</script>

<!-- Загрузчик изображений в форме ответа © 2018 Alex_63 -->
<script>FORUM.defaultHost = 'imgur'; // Хостинг по умолчанию: 'uploads' 'imgur' 'imageban'</script>
<link rel="stylesheet" type="text/css" href="http://forumstatic.ru/files/0015/c4/3f/18002.css" />
<script type="text/javascript" src="http://forumstatic.ru/files/0015/c4/3f/18001.js"></script>




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

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

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

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

    // 3 кнопка- ссылка на Картинку
    "http://forumstatic.ru/files/001b/61/01/95292.png",

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

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




<!-- Аватар по умолчанию / Deff, Alex_63 -->
<script type="text/javascript">
var DefAvtr = 'http://forumstatic.ru/files/001b/61/01/72786.jpg'; //Ссылка на аватар по умолчанию

DefAvtr='<li class="pa-avatar item2"><img class="defavtr" src="'+DefAvtr+'" alt="Аватар"/></li>';
$('#pun-viewtopic .pa-title').each(function(){if($(this).parent().find('.pa-avatar').html()==null)$(this).after(DefAvtr);});
</script>

<!--Переключение раскладки выделенного текста -->
<style>#button-transL{background-image:url(https://i.imgur.com/Ok5ysaA.png)}</style>
<script type="text/javascript">S='<img src="http://forum.mybb.ru/i/blank.gif" title="Lat↔ Русс" onclick="bbcode(\'[Lat-Rus]\',\'[/Rus-Lat]\');LatRus();"/>';
$("#button-font").after('<td id=button-transL>'+S+'</td>');var TxtTrans1='lat';
function LatRus(){if(TxtTrans1=='lat'){TxtTrans1='rus'}else{TxtTrans1='lat'};
lat0='qwertyuiopasdfghjkl;\'zxcvbnm\,QWERTYUIOP{}ASDFGHJKL:"ZXCVBNM<>`~[].'.split('');
lat='qwertyuiopasdfghjkl;\'zxcvbnm\,QWERTYUIOP{}ASDFGHJKL:"ZXCVBNM<>`~'.split('');
lat.push('\\[');lat.push('\\]');lat.push('\\.');
rus=('йцукенгшщзфывапролджэячсмитьбЙЦУКЕНГШЩЗХЪФЫВАПРОЛДЖЭЯЧСМИТЬБЮёЁхъю').split('');
function transF(p){ar1=lat;ar2=rus;if(TxtTrans1=='lat'){ar2=lat0;ar1=rus}for(var i=0; i<ar1.length; i++){trans='/'+ar1[i]+'/g';p=p.replace(eval(trans), ar2[i])}return p;}L=$('#main-reply').val();L=L.replace(/\[Lat-Rus\]([\s\S]*)\[\/Rus-Lat\]/mg,function(a,b,c){return transF(b);});$('#main-reply').val(L);}
</script>

<div id="counters" class="banners-box">
<a href="https://capital-queen.ru" target=_blank title="The Capital of Great Britain"><img src="https://i.imgur.com/t6rHhFv.gif"></a> <a href="http://toeden.rusff.me" title="Магический реализм, США, 2022 год"  target="_blank"><img src="https://i.imgur.com/ZFiLFxE.gif" alt="Return to eden"></a></a> <a href="https://tmsqr.ru/" target="_blank"><img src='https://i.imgur.com/q4P8TKn.gif' title="time§quare" /></a> <a href="http://narutoexile.ru" target="_blank"><img border="0" src="https://forumstatic.ru/files/001a/74/14/91935.gif" title="NARUTO: Exile" width="88" height="31"></a><a href="https://sideffect.rusff.me/" target="_blank"><img src="https://i.imgur.com/F521zKD.gif" title="seoul // real life"></a> <a href="https://dis.f-rpg.me/" target=_"blank"><img src="https://forumstatic.ru/files/001a/e7/ed/65531.jpg" title="DIS" alt="DIS" border="0"></a> <a href="http://mirine.rusff.me" title="mirine"><img src="https://forumstatic.ru/files/001a/da/82/74207.gif" target="_blank" border="0" width="88" height="31"> <a href='http://onlineroleplay.rusff.me/' target='_blank' title='ONLINEROLEPLAY'><img src='https://forumupload.ru/uploads/001b/1a/5a/29/557600.gif' border='0' width='88' height='31'></a> <a href="http://symbiosis.rusff.me"><img src="https://forumstatic.ru/files/001a/ed/fd/49772.gif" title="symbiosis" border="0" width="88" height="31"></a> <a href="http://enteros.rusff.me/" title="ФРПГ Энтерос" target="blank"><img src="https://forumstatic.ru/files/0015/e5/72/98755.gif"></a> <a href="https://bostoncrazzy.rusff.me/" target="blank"><img src="https://i.imgur.com/MjPg7nE.gif"  title="BOSTON"></a><a href="https://aenhanse.rolka.me" target="_blank"> <img src="https://forumstatic.ru/files/0019/c7/e0/61668.png" title="Aen Hanse. Мир ведьмака" border="0" width="88" height="31"></a> <a href="https://magia-frpg.ru/" target="_blank"><img src="https://forumupload.ru/uploads/001a/fa/19/2/153026.gif" title="MAGIA" border="0" width="88" height="31"></a>  <a href="http://holod.rusff.me" target="_blank"><img src="https://s7.uploads.ru/YmQdR.gif" title="ХОЛОД" width="88" height="31"></a><a href="https://jkisdead.rusff.me/" title="Town under the Arch" target="blank"><img src="https://forumupload.ru/uploads/0017/2a/64/6/714913.gif"></a> <a href="http://docnight.rusff.me/" target="_blank"><img title="Doctor Who: Night terror" src="https://forumstatic.ru/files/0013/70/40/33203.gif"></a> <a href="https://crossfeeling.rusff.me/" target="_blank">
<img src="https://forumupload.ru/uploads/0015/e5/b7/3090/557165.gif" 
title="crossfeeling"
border="1" width="88" height="31"></a> <a href="https://replay.rusff.me" target="_blank"> <img src="https://i.imgur.com/nQKA3xF.gif" title="Replay: Atlantic-City" border="0" alt="Replay: Atlantic-City"></a> <a href="https://acadia.rusff.me" target="_blank"><img src="https://i.imgur.com/RKoHj69.png" title="АКАДИЯ"></a> <a href="https://barcross.rusff.me" title="CROSS BAR" target="_blank"><img src="https://forumstatic.ru/files/001b/2c/35/65418.png"></a> <a href="https://koreanacademy.ru/" title="KOREAN ACADEMY"><img src="https://i.imgur.com/eP7o5ul.gif" target="_blank" border="0" width="88" height="31"></a> <a href="https://ohcanada.rusff.me/" target=_blank> <img src="https://i.postimg.cc/qMCXJX2s/28183410-Ze-GP4-D9r.gif" border="0" alt="maple syrup"></a> <a href="http://eltropicano.ru/#?advNum=site_banner" target="_blank">
<img src="https://i.imgur.com/9zY3Dbu.gif" ></a><a href="https://arcanus.f-rpg.me/" target="_blank"><img src="https://i.imgur.com/LVuejDi.gif" title="Аркан. Городская мистика"></a> <a href="http://yourphoenix.rusff.me/" target="_blank"> <img src="https://i.imgur.com/lF9a9jb.png" border="0" alt="Phoenix" width="88" height="31"></a> <a href="http://exlibrisforlife.ru" title="ex libris crossover" target="_blank"><img src="https://i.imgur.com/O922Cvw.png" alt="ex libris"></a><a href="https://after.rolebb.ru" target="_blank"><img src="https://i.imgur.com/3PVLu7S.png"title="Marauders: Aftershocks"border="0"width="88" height="31"></a><a href="https://sunnycross.ru/"><img src="https://i.ibb.co/Zz1H0CH/bb.png"></a></a> <a href="http://yellowcross.f-rpg.me/" target="_blank"><img src="https://i.imgur.com/VpTBV4X.png" title="yellowcross" border="0"width="88" height="31"></a> <a href="https://wrng.rusff.me/" title="конспирологическая мистика на базе старого-доброго реала" target="_blank"><img src="https://forumupload.ru/uploads/001b/6e/e1/6/817670.png" width="88" height="31" border="0"></a><a href="https://crossteller.ru/" target="_blank"><img src="https://forumstatic.ru/files/001b/b5/38/28495.jpg" title="CROSSTELLER"border="1" width="88" height="31"></a><a href="https://thedome.rusff.me/" target="_blank"><img src='https://forumupload.ru/uploads/001b/60/aa/48/821676.png' title="Город, из которого нет выхода" /></a><a href="https://hpfreakshow.rusff.me/" target=_blank><img src="https://forumupload.ru/uploads/001a/7d/a5/2/798772.jpg" title="HP: Freakshow. ГП 3 поколение. Драмеди, социалка, активная игра"></a><a href="https://hornyjail.ru/" target="_blank"><img src="https://forumupload.ru/uploads/001c/2b/dd/2/512350.gif"></a><a href="https://memlane.rusff.me" title="memory lane" target="_blank"><img src="https://forumstatic.ru/files/0019/9e/ef/70525.gif" width="88" height="31" border="0"></a><a href="https://darkages.rusff.me/"><img src="https://forumstatic.ru/files/001a/fb/3d/95747.gif" alt="Dark Ages"></a> <a href="http://imperiumaeternum.rolka.me/" target="_blank"><img src="https://i.imgur.com/WX5beWm.gif" title="Imperium Aeternum"></a> <a href="http://popitdontdropit.ru/" title="POP IT DON'T drop IT" target="_blank"><img src="https://forumstatic.ru/files/0019/e7/0f/25722.jpg" width="88" height="31" border="0"></a><a target="_blank" href="https://arkcity.rusff.me/" title="Ark City: последний оплот человечества"><img src="https://forumstatic.ru/files/0019/eb/83/77713.gif" width="88px" border="0"></a><a href="https://arhi.rusff.me/" target="_blank" title="Аркхейм: авторский мир, фэнтези, рисованные внешности"><img src="https://forumstatic.ru/files/001b/8c/87/29818.png" width="88" height="31"/></a> <a href="https://soullove.ru" target=_blank> <img src="https://forumstatic.ru/files/000e/5d/50/10990.gif" border="0" alt="soul love"></a> <a href="https://kingscross.f-rpg.me/" target="_blank"><img title="KINGSCROSS. Внимание, поезд отправляется!" src="https://forumstatic.ru/files/001a/08/74/15843.png"></a><a href="http://foreveryoung.rolbb.me/" title="Forever Young"><img src="https://forumupload.ru/uploads/001a/fb/6a/2/804702.jpg" border="0"></a><a href="https://dos.f-rpg.me/" target="_blank"><img src="https://i.imgur.com/BQboz9c.png" title="de other side [crossover]"></a><a href="http://ninenine.rusff.me/" target="_blank"> <img src="https://i.imgur.com/BHK23YA.png" title="99 problem" border="0" alt="99 problem"></a><a href="http://anevermore.ru/" title="nevermore"><img src="https://forumupload.ru/uploads/0018/20/d2/2/845989.gif"></a><a href="https://eatcake.rusff.me" target="_blank"> <img src="https://i.imgur.com/TUWB8Fj.gif" title="CAKE rpf" border="0" alt="Cake"></a><a href="https://genshin.rusff.me/"><img src="https://forumstatic.ru/files/001b/5c/7f/13066.jpg" title="Genshin Impact: Tales of Teyvat"></a> <a href="https://artefactum.f-rpg.me" target="blank"><img src="https://i.imgur.com/D3pHptf.gif"  title="A R T E F A C T U M"></a><a href="https://miamiclub.ru" target="_blank"> <img src="https://forumstatic.ru/files/001b/fb/fb/50003.gif" title="MIAMI CLUB" border="0" alt="MIAMI CLUB"></a></a><a href="https://darksymphony.f-rpg.me/" title="Явь, Сны и Магия: Dark symphony"><img src="https://forumupload.ru/uploads/001b/d5/58/2/217166.gif"></a><a href="https://newadventure.rusff.me/" title="Genshin Impact: Adventure Time" target="_blank"><img src="https://forumupload.ru/uploads/001b/df/32/4/t64194.gif"></a><a href="https://labardon.rusff.me" target=_blank title="Labardon: disillusionment of unity"><img src="https://i.ibb.co/7vC8mL2/image.gif" border="0"alt="labardon" width=88 height=31></a> <a target="_blank" href="https://newsunrise.anihub.me/"><img title="Городское фэнтези, мистика, современность" src="https://forumstatic.ru/files/0018/5e/22/45415.png"/></a> <a href="https://nightcity.rusff.me/" target=_blank> <img src="https://i.imgur.com/LVEIYSX.gif" border="0" alt="NIGHT CITY VIBE"></a><a href="https://faceinless.ru" target=_blank><img src="https://forumupload.ru/uploads/001b/dc/dc/65/139328.png" title="TVD: FACELESS"></a><a href="https://execute.rusff.me/" target="_blank"><img src="https://forumstatic.ru/files/001b/f1/8a/81351.gif" alt="Execute" title="Execute [кроссовер]" width="88" height="31"></a><a href="https://sinistrum.f-rpg.me" target="_blank"><img src="https://forumupload.ru/uploads/001b/ea/09/6/972347.png" alt="sinistrum"></a><a href="https://grayhouse.rusff.me/"><img src="https://forumstatic.ru/files/001b/fb/40/82269.gif" title="#НЕ_НАРУЖНОСТЬ"></a><a href="https://fatal.rusff.me/" target="_blank"><img src="https://forumupload.ru/uploads/001b/17/4d/2/166207.gif" title="call me anturazhka" alt="LYL" width="88" height="31"></a><a href="https://genshin2stars.rolka.me/" target="_blank"><img src="https://forumupload.ru/uploads/001c/02/3d/6/31279.gif" width="88" height="31"></a><a target="_blank" href="http://illyon.rusff.me/"><img src="https://forumstatic.ru/files/001b/13/57/78392.jpg"></a> <a href="https://karma.f-rpg.me/" target="_blank"><img src="https://forumstatic.ru/files/001c/14/5b/98991.png" title="karma cross" border="0" width="88" height="31"></a> <a href="https://epitaphium.rusff.me/" target="_blank"> <img src="https://forumupload.ru/uploads/0013/26/8a/4/453227.png" title="Marauders: EPITAPHIUM"></a><a href="https://phoenixlament.f-rpg.me/" target=_blank><img src="https://forumstatic.ru/files/001c/16/fb/32828.gif" title="Хогвартс и Магический мир, социалка, приключения, 2001 год"></a><a href="https://theraven.rusff.me/" target="_blank"><img src="https://i.imgur.com/c4RZpNv.gif" title="THE RAVEN"></a> <a href="https://cosmocross.f-rpg.me" target=_blank><img src="https://sun9-77.userapi.com/impg/34_HPX1I_btcRhJdhSK_2Bk5GwqYAD_KrLyHKw/CJz1hx9fGnk.jpg?size=88x31&quality=95&sign=f4d277af2350b27f281895190b9da185&type=album" width=88 height=31 title="Кроссовер «КосмоКросс»." border=0></a> <a href="https://notroleplaying.f-rpg.me/"><img src="https://forumstatic.ru/files/001c/19/7e/73828.png" title=" »not role playing "></a> </a> <a href="https://serodomno.mybb.ru/">  <img src="https://i.ibb.co/wYJ9Mkc/image.png"> </a> <a href="https://gothamfever.rusff.me"><img src="https://forumstatic.ru/files/001c/25/e3/45931.jpg" border="0" title="gotham fever" width="88" height="31"></a> <a href="https://englishcross.rusff.me/" target="_blank"><img src="https://forumupload.ru/uploads/001c/2a/e6/5/995500.png"></a><a href="https://ephyrion.f-rpg.me/" target="_blank" title="Эфирион: авторское фэнтези, рисованные внешности"><img src="https://forumupload.ru/uploads/0019/d5/79/12/56654.png" width="88" height="31"/></a> <a href="https://crossinsomnia.rusff.me" target="_blank"> <img src="https://forumupload.ru/uploads/001c/31/d4/2/155873.jpg" title="IN:SOMNIA [crossover]"></a><a href="https://wayward.rusff.me/"><img src='https://forumupload.ru/uploads/001c/32/58/2/651193.png'></a><a href="https://godless.rusff.me/" target=_blank title="GODLESS"><img src="https://forumupload.ru/uploads/001a/f8/52/2/677971.png" border="0"alt="GODLESS" width=88 height=31></a>  <a href="https://genshinmemories.rusff.me/" target=_blank><img src="https://forumstatic.ru/files/0017/4a/e0/13035.gif" title="Genshin Impact: Golden Memories"></a><a href="http://sayron.rolka.me/"><img src="https://forumstatic.ru/files/001c/33/49/89323.png" alt="Сайрон: Эпоха Рассвета"></a><a href="https://space51.rusff.me"><img src="https://forumupload.ru/uploads/001c/31/55/2/59590.gif"></a><a href="https://starrail.f-rpg.me/"><img src="https://forumstatic.ru/files/001b/ee/01/73157.jpg" title="Star Rail: Fables About the Stars"></a>
</div>

0

5

фо
Код:
<input type="button" onclick="dice()" value="Кинуть кубики" />
<script type="text/javascript">
function dice()
{
	var FoundErrors = '';
	var diceRes=""
	var CountCube = prompt("Количество кубиков", "3");
	var SideCube = prompt("Сколько граней у кубика?", "6");
	if(CountCube>9){
	alert("Нельзя бросать столько кубиков"); 
	return false;}
	if(SideCube>9){
	alert("Не бывает таких кубиков"); 
	return false;}
	if (!CountCube)
	{return false;}
	if (!SideCube)
	{return false;}
	for(i=0; i<CountCube;i++){
	var dice = (Math.round(Math.random()*SideCube))
	if(dice==0) dice=1;
	diceRes += dice*1936+"-"
	}
	smile('[dice='+diceRes+CountCube+SideCube+']')
}
</script>
<script>
function addDice(str,from,internal){
var pos=0,pos2=0,newpos=0
if((pos=str.indexOf("[dice=",from))==-1) return str;
if((pos2=str.indexOf("]"),pos+6)==-1) return str;
newpos=str.indexOf("]",pos+6)
if(newpos<pos2 && newpos!=-1) str=addDice(str,pos+6,true)
if((pos2=str.indexOf("]",pos+6))==-1) return str;
str=str.substring(0,pos)+makeDice(str.substring(pos+6,pos2))+str.substring(pos2+1,str.length)
if( str.indexOf("[dice=")!=-1 && internal==false) str=addDice(str,0,false)
return str}

function makeDice(dice){
diceMass = dice.split("-")
diceC = dice.substring(dice.length-2, dice.length-1)
diceS = dice.substring(dice.length-1, dice.length)
var diceR=0, diceRu="";
for(i=0;i<diceMass.length-1;i++){diceR+=diceMass[i]/1936;}
for(i=0;i<diceMass.length-1;i++){if(diceMass[i]==diceMass[diceMass.length-2]){diceRu+=diceMass[i]/1936;}else{diceRu+=parseInt(diceMass[i]/1936)+"+";}}
txt="<div class=\"quote-box\"><blockquote><p><b>Исходный бросок</b>: "+diceC+"d"+diceS+"<br /><br /><b>Результаты броска</b>: ("+diceRu+")="+diceR+"</p></blockquote></div>"
return txt}

if(document.URL.indexOf("viewtopic.php")!=-1){
elm=document.getElementById("pun-main").getElementsByTagName("div")
for(x in elm) if(elm[x].className=="post-content"){
var post=elm[x]
post.innerHTML=addDice(post.innerHTML,0,false)}}
</script>

<!— BB-цитатa (NEW) —><script> 
var BBQuote = {}; 
BBQuote.mode = 1; // BB-цитирование: 0 - по стандартной кнопке цитаты, 1 - со вставкой новой кнопки; 
BBQuote.text = 'BB-цитата'; // Надпись на кнопке BB-цитирования 
</script> 
<script type="text/javascript" src="http://forumstatic.ru/files/0015/c4/3f/62091.js"></script>

<!— Шаманизм —>
<script src="https://forumstatic.ru/files/0017/95/29/40399.js"></script>
<script>
$(document).ready(function() {
  hvStickerPack.init("https://forumstatic.ru/files/001b/0f/ee/15789.txt");
});
</script>

<!--Скрытие кнопки смайликов-->
    <style>
       td#button-smile {
        display:none !important;
    }
        </style>

<div>
<a style="cursor: pointer; margin-right: 15px;" onclick="obj=document.getElementById('cont_1').style; tmp=(obj.display!='block') ? 'block' : 'none'; obj.display=tmp; return false;"><img src="https://i.imgur.com/R7VY8rC.png" alt="Смайлы #1" title="Смайлы #1" /></a>
<a style="cursor: pointer;" onclick="obj=document.getElementById('cont_2').style; tmp=(obj.display!='block') ? 'block' : 'none'; obj.display=tmp; return false;"> <img src="https://i.imgur.com/LjCy4xS.png" alt="Смайлы #2" title="Смайлы #2" /></a></div>

<div id="cont_1" style="display: none;"> 

<img src="https://forumupload.ru/uploads/001b/0f/ee/20/397559.gif" style="cursor: pointer" onclick="smile('[img]https://forumupload.ru/uploads/001b/0f/ee/20/397559.gif[/img]')" />
<img src="https://forumupload.ru/uploads/001b/0f/ee/20/76253.gif" style="cursor: pointer" onclick="smile('[img]https://forumupload.ru/uploads/001b/0f/ee/20/76253.gif[/img]')" />
<img src="https://forumupload.ru/uploads/001b/0f/ee/20/855338.gif" style="cursor: pointer" onclick="smile('[img]https://forumupload.ru/uploads/001b/0f/ee/20/855338.gif[/img]')" />
<img src="https://forumupload.ru/uploads/001b/0f/ee/20/455293.gif" style="cursor: pointer" onclick="smile('[img]https://forumupload.ru/uploads/001b/0f/ee/20/455293.gif[/img]')" />
<img src="https://forumupload.ru/uploads/001b/0f/ee/20/678392.gif" style="cursor: pointer" onclick="smile('[img]https://forumupload.ru/uploads/001b/0f/ee/20/678392.gif[/img]')" />
<img src="https://forumupload.ru/uploads/001b/0f/ee/20/409511.gif" style="cursor: pointer" onclick="smile('[img]https://forumupload.ru/uploads/001b/0f/ee/20/409511.gif[/img]')" />
<img src="https://forumupload.ru/uploads/001b/0f/ee/20/933471.gif" style="cursor: pointer" onclick="smile('[img]https://forumupload.ru/uploads/001b/0f/ee/20/933471.gif[/img]')" />
<img src="https://forumupload.ru/uploads/001b/0f/ee/20/170407.gif" style="cursor: pointer" onclick="smile('[img]https://forumupload.ru/uploads/001b/0f/ee/20/170407.gif[/img]')" />
<img src="https://forumupload.ru/uploads/001b/0f/ee/20/461860.gif" style="cursor: pointer" onclick="smile('[img]https://forumupload.ru/uploads/001b/0f/ee/20/461860.gif[/img]')" />
<img src="https://forumupload.ru/uploads/001b/0f/ee/20/136901.gif" style="cursor: pointer" onclick="smile('[img]https://forumupload.ru/uploads/001b/0f/ee/20/136901.gif[/img]')" />
<img src="https://forumupload.ru/uploads/001b/0f/ee/20/290380.gif" style="cursor: pointer" onclick="smile('[img]https://forumupload.ru/uploads/001b/0f/ee/20/290380.gif[/img]')" />
<img src="https://forumupload.ru/uploads/001b/0f/ee/20/998777.gif" style="cursor: pointer" onclick="smile('[img]https://forumupload.ru/uploads/001b/0f/ee/20/998777.gif[/img]')" />
<img src="https://forumupload.ru/uploads/001b/0f/ee/20/91505.gif" style="cursor: pointer" onclick="smile('[img]https://forumupload.ru/uploads/001b/0f/ee/20/91505.gif[/img]')" />
<img src="https://forumupload.ru/uploads/001b/0f/ee/20/140461.gif" style="cursor: pointer" onclick="smile('[img]https://forumupload.ru/uploads/001b/0f/ee/20/140461.gif[/img]')" />
<img src="https://forumupload.ru/uploads/001b/0f/ee/20/919564.gif" style="cursor: pointer" onclick="smile('[img]https://forumupload.ru/uploads/001b/0f/ee/20/919564.gif[/img]')" />
<img src="https://forumupload.ru/uploads/001b/0f/ee/20/600186.gif" style="cursor: pointer" onclick="smile('[img]https://forumupload.ru/uploads/001b/0f/ee/20/600186.gif[/img]')" />
<img src="https://forumupload.ru/uploads/001b/0f/ee/20/10086.gif" style="cursor: pointer" onclick="smile('[img]https://forumupload.ru/uploads/001b/0f/ee/20/10086.gif[/img]')" />
<img src="https://forumupload.ru/uploads/001b/0f/ee/20/377483.gif" style="cursor: pointer" onclick="smile('[img]https://forumupload.ru/uploads/001b/0f/ee/20/377483.gif[/img]')" />
<img src="https://forumupload.ru/uploads/001b/0f/ee/20/310062.gif" style="cursor: pointer" onclick="smile('[img]https://forumupload.ru/uploads/001b/0f/ee/20/310062.gif[/img]')" />
<img src="https://i.imgur.com/31bmI1m.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/31bmI1m.gif[/img]')" />
<img src="https://i.imgur.com/NewnQPk.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/NewnQPk.gif[/img]')" />
<img src="https://i.imgur.com/44Ey5AC.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/44Ey5AC.gif[/img]')" />
<img src="https://i.imgur.com/0LUAKW0.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/0LUAKW0.gif[/img]')" />
<img src="https://i.imgur.com/7oPJ2dY.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/7oPJ2dY.gif[/img]')" />
<img src="https://i.imgur.com/NHuUCi7.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/NHuUCi7.gif[/img]')" />
<img src="https://i.imgur.com/EhsPeXq.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/EhsPeXq.gif[/img]')" />
<img src="https://i.imgur.com/siB0Q0A.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/siB0Q0A.gif[/img]')" />
<img src="https://i.imgur.com/mu2wwHw.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/mu2wwHw.gif[/img]')" />
<img src="https://i.imgur.com/yEpDt0T.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/yEpDt0T.gif[/img]')" />
<img src="https://i.imgur.com/T1WD2bl.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/T1WD2bl.gif[/img]')" />
<img src="https://i.imgur.com/O6UOGoM.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/O6UOGoM.gif[/img]')" />
<img src="https://i.imgur.com/3whRGU4.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/3whRGU4.gif[/img]')" />
<img src="https://i.imgur.com/3JwKvAb.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/3JwKvAb.gif[/img]')" />
<img src="https://i.imgur.com/RoPSgDp.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/RoPSgDp.gif[/img]')" />
<img src="https://i.imgur.com/W2EMas4.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/W2EMas4.gif[/img]')" />
<img src="https://i.imgur.com/pBGaqqS.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/pBGaqqS.gif[/img]')" />
<img src="https://i.imgur.com/m8yeaGt.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/m8yeaGt.gif[/img]')" />
<img src="https://i.imgur.com/xkiyRmQ.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/xkiyRmQ.gif[/img]')" />
<img src="https://i.imgur.com/4wqb13o.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/4wqb13o.gif[/img]')" />
<img src="https://i.imgur.com/VLy5uLM.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/VLy5uLM.gif[/img]')" />
<img src="https://i.imgur.com/H3Ts7bb.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/H3Ts7bb.gif[/img]')" />
<img src="https://i.imgur.com/ylBcpkS.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/ylBcpkS.gif[/img]')" />
<img src="https://i.imgur.com/xpOwetm.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/xpOwetm.gif[/img]')" />
<img src="https://forumupload.ru/uploads/001b/0f/ee/20/88864.gif" style="cursor: pointer" onclick="smile('[img]https://forumupload.ru/uploads/001b/0f/ee/20/88864.gif[/img]')" />
<img src="https://forumupload.ru/uploads/001b/0f/ee/20/435729.gif" style="cursor: pointer" onclick="smile('[img]https://forumupload.ru/uploads/001b/0f/ee/20/435729.gif[/img]')" />
<img src="https://forumupload.ru/uploads/001b/0f/ee/20/553445.gif" style="cursor: pointer" onclick="smile('[img]https://forumupload.ru/uploads/001b/0f/ee/20/553445.gif[/img]')" />
<img src="https://forumupload.ru/uploads/001b/0f/ee/20/135113.gif" style="cursor: pointer" onclick="smile('[img]https://forumupload.ru/uploads/001b/0f/ee/20/135113.gif[/img]')" />
<img src="https://forumupload.ru/uploads/001b/0f/ee/20/947135.gif" style="cursor: pointer" onclick="smile('[img]https://forumupload.ru/uploads/001b/0f/ee/20/947135.gif[/img]')" />
<img src="https://i.imgur.com/S5XER4H.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/S5XER4H.gif[/img]')" />
<img src="https://i.imgur.com/xkTgej2.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/xkTgej2.gif[/img]')" />
<img src="https://i.imgur.com/kosMhw7.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/kosMhw7.gif[/img]')" />
<img src="https://i.imgur.com/lCPa3H5.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/lCPa3H5.gif[/img]')" />
<img src="https://i.imgur.com/fbUeRUR.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/fbUeRUR.gif[/img]')" />
<img src="https://i.imgur.com/K1BHrkQ.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/K1BHrkQ.gif[/img]')" />
<img src="https://i.imgur.com/sAtHYHN.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/sAtHYHN.gif[/img]')" />
<img src="https://i.imgur.com/7p1tsFB.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/7p1tsFB.gif[/img]')" />
<img src="https://i.imgur.com/rJlm4ll.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/rJlm4ll.gif[/img]')" />
<img src="https://i.imgur.com/ZyRV7H9.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/ZyRV7H9.gif[/img]')" />
<img src="https://i.imgur.com/VlM137p.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/VlM137p.gif[/img]')" />
<img src="https://i.imgur.com/01wgVhz.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/01wgVhz.gif[/img]')" />
<img src="https://i.imgur.com/1fpQqkh.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/1fpQqkh.gif[/img]')" />
<img src="https://i.imgur.com/CIipeWV.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/CIipeWV.gif[/img]')" />
<img src="https://i.imgur.com/fSBAs8R.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/fSBAs8R.gif[/img]')" />
<img src="https://i.imgur.com/2xnoutk.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/2xnoutk.gif[/img]')" />
<img src="https://i.imgur.com/PgIpoTG.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/PgIpoTG.gif[/img]')" />
<img src="https://i.imgur.com/sAvgacg.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/sAvgacg.gif[/img]')" />
<img src="https://i.imgur.com/W1ez6GO.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/W1ez6GO.gif[/img]')" />
<img src="https://i.imgur.com/tllZlRJ.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/tllZlRJ.gif[/img]')" />
<img src="https://i.imgur.com/cplclYV.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/cplclYV.gif[/img]')" />
<img src="https://i.imgur.com/y62aWTN.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/y62aWTN.gif[/img]')" />
<img src="https://i.imgur.com/amSwdZb.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/amSwdZb.gif[/img]')" />
<img src="https://i.imgur.com/taNDLIh.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/taNDLIh.gif[/img]')" />
<img src="https://i.imgur.com/YQVuN6M.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/YQVuN6M.gif[/img]')" />
<img src="https://i.imgur.com/QtsOUef.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/QtsOUef.gif[/img]')" />
<img src="https://i.imgur.com/kC7Rra8.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/kC7Rra8.gif[/img]')" />
<img src="https://i.imgur.com/dmfrgOK.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/dmfrgOK.gif[/img]')" />
<img src="https://i.imgur.com/ul9F4Dz.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/ul9F4Dz.gif[/img]')" />
<img src="https://i.imgur.com/WuYCyFD.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/WuYCyFD.gif[/img]')" />
<img src="https://i.imgur.com/0FGUfAt.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/0FGUfAt.gif[/img]')" />
<img src="https://i.imgur.com/nOgXNbF.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/nOgXNbF.gif[/img]')" />
<img src="https://i.imgur.com/xhvQdP2.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/xhvQdP2.gif[/img]')" />
<img src="https://i.imgur.com/iDYXcbp.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/iDYXcbp.gif[/img]')" />
<img src="https://i.imgur.com/xFVezhU.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/xFVezhU.gif[/img]')" />
<img src="https://i.imgur.com/mSQuzvg.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/mSQuzvg.gif[/img]')" />
<img src="https://i.imgur.com/XC55tFO.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/XC55tFO.gif[/img]')" />
<img src="https://i.imgur.com/HDWE0Sc.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/HDWE0Sc.gif[/img]')" />
<img src="https://i.imgur.com/CuxlNAF.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/CuxlNAF.gif[/img]')" />
<img src="https://i.imgur.com/35epTtN.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/35epTtN.gif[/img]')" />
<img src="https://i.imgur.com/XKIrmFK.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/XKIrmFK.gif[/img]')" />
<img src="https://i.imgur.com/kRHYjTc.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/kRHYjTc.gif[/img]')" />
<img src="https://i.imgur.com/VelRfhI.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/VelRfhI.gif[/img]')" />
<img src="https://i.imgur.com/QIPn6S8.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/QIPn6S8.gif[/img]')" />
<img src="https://i.imgur.com/hmv5y0f.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/hmv5y0f.gif[/img]')" />
<img src="https://i.imgur.com/sbi0UZc.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/sbi0UZc.gif[/img]')" />
<img src="https://i.imgur.com/aunwJcX.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/aunwJcX.gif[/img]')" />
<img src="https://i.imgur.com/n9xBpiJ.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/n9xBpiJ.gif[/img]')" />
<img src="https://i.imgur.com/905EdPd.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/905EdPd.gif[/img]')" />
<img src="https://i.imgur.com/oXzc7pI.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/oXzc7pI.gif[/img]')" />
<img src="https://i.imgur.com/mrGmrZb.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/mrGmrZb.gif[/img]')" />
<img src="https://i.imgur.com/hmP5wfa.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/hmP5wfa.gif[/img]')" />
<img src="https://i.imgur.com/xFUAJ6i.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/xFUAJ6i.gif[/img]')" />
<img src="https://i.imgur.com/Vd6hEHO.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/Vd6hEHO.gif[/img]')" />
<img src="https://i.imgur.com/fY8hsqR.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/fY8hsqR.gif[/img]')" />
<img src="https://i.imgur.com/BExWL8P.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/BExWL8P.gif[/img]')" />
<img src="https://i.imgur.com/z3iuGiF.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/z3iuGiF.gif[/img]')" />
<img src="https://i.imgur.com/i5vS5ME.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/i5vS5ME.gif[/img]')" />
<img src="https://i.imgur.com/0xiG5M9.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/0xiG5M9.gif[/img]')" />
<img src="https://i.imgur.com/Giq5scL.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/Giq5scL.gif[/img]')" />
<img src="https://i.imgur.com/qVHLoKo.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/qVHLoKo.gif[/img]')" />
<img src="https://i.imgur.com/Pbo7dt2.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/Pbo7dt2.gif[/img]')" />
<img src="https://i.imgur.com/jR88Kcx.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/jR88Kcx.gif[/img]')" />
<img src="https://i.imgur.com/4WubZBk.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/4WubZBk.gif[/img]')" />
<img src="https://i.imgur.com/1oED8OT.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/1oED8OT.gif[/img]')" />
<img src="https://i.imgur.com/M5a7rVI.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/M5a7rVI.gif[/img]')" />
<img src="https://i.imgur.com/2FbFaaY.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/2FbFaaY.gif[/img]')" />
<img src="https://i.imgur.com/53mmNYw.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/53mmNYw.gif[/img]')" />
<img src="https://i.imgur.com/nXGSxK5.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/nXGSxK5.gif[/img]')" />
<img src="https://i.imgur.com/ZdAIus0.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/ZdAIus0.gif[/img]')" />
<img src="https://i.imgur.com/ZD7MTXy.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/ZD7MTXy.gif[/img]')" />
<img src="https://i.imgur.com/Sn8y9dN.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/Sn8y9dN.gif[/img]')" />
<img src="https://i.imgur.com/HpUp1qr.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/HpUp1qr.gif[/img]')" />
<img src="https://i.imgur.com/UGxppoA.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/UGxppoA.gif[/img]')" />
<img src="https://i.ibb.co/pfb7W7H/ezgif-5-04ee12209e.gif" style="cursor: pointer" onclick="smile('[img]https://i.ibb.co/pfb7W7H/ezgif-5-04ee12209e.gif[/img]')" />
<img src="https://i.ibb.co/PDDDwXG/ezgif-5-8a108a8adf.gif" style="cursor: pointer" onclick="smile('[img]https://i.ibb.co/PDDDwXG/ezgif-5-8a108a8adf.gif[/img]')" />
<img src="https://i.ibb.co/ZHbzZp3/ezgif-5-72c78138b0.gif" style="cursor: pointer" onclick="smile('[img]https://i.ibb.co/ZHbzZp3/ezgif-5-72c78138b0.gif[/img]')" />
<img src="https://i.ibb.co/fr579KF/ezgif-5-0183a3efd3.gif" style="cursor: pointer" onclick="smile('[img]https://i.ibb.co/fr579KF/ezgif-5-0183a3efd3.gif[/img]')" />
<img src="https://i.ibb.co/5hYJH4K/ezgif-5-ace21a557a.gif" style="cursor: pointer" onclick="smile('[img]https://i.ibb.co/5hYJH4K/ezgif-5-ace21a557a.gif[/img]')" />
<img src="https://i.ibb.co/FXP736X/ezgif-5-c11dcb2ff2.gif" style="cursor: pointer" onclick="smile('[img]https://i.ibb.co/FXP736X/ezgif-5-c11dcb2ff2.gif[/img]')" />
<img src="https://i.ibb.co/cvfd8sR/ezgif-5-db461b0132.gif" style="cursor: pointer" onclick="smile('[img]https://i.ibb.co/cvfd8sR/ezgif-5-db461b0132.gif[/img]')" />
<img src="https://i.imgur.com/JH2p6cV.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/JH2p6cV.gif[/img]')" />
<img src="https://i.imgur.com/cEhtuPz.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/cEhtuPz.gif[/img]')" />
<img src="https://i.imgur.com/BIO0it2.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/BIO0it2.gif[/img]')" />
<img src="https://i.imgur.com/gK5vx3j.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/gK5vx3j.gif[/img]')" />
<img src="https://i.imgur.com/ggqXURP.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/ggqXURP.gif[/img]')" />
<img src="https://i.imgur.com/amnvMuv.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/amnvMuv.gif[/img]')" />
<img src="https://i.imgur.com/1Nu3m7l.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/1Nu3m7l.gif[/img]')" />
<img src="https://i.imgur.com/0SogrH7.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/0SogrH7.gif[/img]')" />
<img src="https://i.imgur.com/4sFFPf7.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/4sFFPf7.gif[/img]')" />
<img src="https://i.imgur.com/pTcHmAI.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/pTcHmAI.gif[/img]')" />
<img src="https://i.imgur.com/UxZazlM.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/UxZazlM.gif[/img]')" />
<img src="https://i.imgur.com/N09f8gh.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/N09f8gh.gif[/img]')" />
<img src="https://i.imgur.com/36NfdUx.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/36NfdUx.gif[/img]')" />
<img src="https://i.imgur.com/rbcKXhI.gif" style="cursor: pointer" onclick="smile('[img]https://i.imgur.com/rbcKXhI.gif[/img]')" />
</div>

0


Вы здесь » Тест дизайнов » Дизы » Мистери


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