Мистика, расы, дата в игре / NC - 21
Лучший пост: Name Surname
lorem ipsum dolor sit amet, consectetur adipiscing elit. praesent eleifend lectus libero, mattis auctor velit congue quis. phasellus iaculis tellus ac lacus gravida, ut hendrerit odio lacinia. lorem ipsum dolor sit amet, consectetur adipiscing elit. praesent eleifend lectus libero.
ep: lorem ipsum dolor sit amet
Лучший пост: Name Surname
lorem ipsum dolor sit amet, consectetur adipiscing elit. praesent eleifend lectus libero, mattis auctor velit congue quis. phasellus iaculis tellus ac lacus gravida, ut hendrerit odio lacinia. lorem ipsum dolor sit amet, consectetur adipiscing elit. praesent eleifend lectus libero.
Ждем вас: Name Surname, Name Surname, Name Surname

Holy Ground

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

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


Вы здесь » Holy Ground » guest cloister » дизайн красный


дизайн красный

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

1

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

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

/* A1.1 */
@import url(style_cs.css);
@import url('https://fonts.googleapis.com/css?family=Amatic+SC|Anton|Bebas+Neue|Chewy|Dancing+Script|Fjalla+One|Gloria+Hallelujah|Gochi+Hand|Indie+Flower|Kaushan+Script|Knewave|Nanum+Brush+Script|Old Standard TT|Nanum+Pen+Script|Neucha|Pacifico|Playfair+Display|Yeseva One|Journalism|Caveat|Lobster|Calligraph|Quantico|Shadows+Into+Light|Shrikhand|Kobzarks|Nautilus|Sigmar+One&display=swap');

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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


/* 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: 940px;
    float: top center;
    padding: 0px 0px 0px 0px;
background-image: url(https://forumstatic.ru/files/001a/b7/25/21521.jpg); 
    background-repeat: repeat;
    background-position: center;
    background-attachment: no-fixed;
    border: 1px solid #5d5d55;
    box-shadow: 0 0px 16px 3px #000000b0 inset, 0 0 3px 0px #000000, 0 0px 0px 5px #2f0b0e, 0 0px 0px 15px rgba(0, 0, 0, 0.44);
    outline: 1px solid #58081082;
    outline-offset: 5px;
    background-color: #ccc;
}



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


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


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

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

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

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

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

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

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


#pun-index div.category h2, #pun-index #pun-stats h2 {
    width: 880px;
 text-align: center;
   font-family: Playfair Display;
    color: #464646;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 10px!important;
    margin-bottom: 5px;
    font-weight: bold;
 text-shadow: 0px 0px 4px rgba(77,83,86,.6);
}

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

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

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

/* B1.2 */
.punbb .post-sig dt {
display: block;
    text-align: center;
    border-top: 1px solid #b3b3b3;
    margin-left: 385px;
    padding-bottom: 5px;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
  }


/* B1.3 */
.punbb .post-content p {
  margin: 25px;
  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: 1.0em 1.8em 1.4em 1.8em;
    padding: 5px;
    padding: 0.5em;
    border-style: solid;
    background: rgba(128, 128, 128, 0.15);
    color: rgb(32, 33, 36) !important;
    outline: 1px solid #babab2;
} 


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


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

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

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

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


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

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

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

/* B3.3 */
.linkst .pagelink {
  position: absolute;
  top: -4em;
  left: 1em;
  width: 24em;
font-family: Tahoma!important;
    font-size: 10px!important;
    letter-spacing: 1px;
  }

/* B3.4 */
.linkst .postlink {
  position: absolute;
  top: -4em;
  right: 1em;
  width: 16em;
  text-align: right;
 font-family: Tahoma!important;
    font-size: 10px!important;
    letter-spacing: 1px;
  }

/* B3.5 */
.punbb .linksb {
  text-align: right;
  padding: 0.4em 1em 0.5em 1em;
  font-size: 1.1em;
font-family: Tahoma!important;
    font-size: 10px!important;
    letter-spacing: 1px;
  }

/* B3.6 */
.linksb .pagelink {
  float: left;
  width: 24em;
  text-align: left;
 font-family: Tahoma!important;
    font-size: 10px!important;
    letter-spacing: 1px;
  }

/* B3.7 */
.linksb .postlink {
  float: right;
  width: 16em;
font-family: Tahoma!important;
    font-size: 10px!important;
    letter-spacing: 1px;
  }

/* B3.8 */
.subscribelink {
  clear:both;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
font-family: Tahoma!important;
    font-size: 10px!important;
    letter-spacing: 1px;
  }


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

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

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

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

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span, .punbb select, .punbb input {
  margin: 0 1em 0 0;
    height: 20px;
    font-family: Tahoma!important;
    border: 1px solid #babab2;
    font-size: 10px!important;
    letter-spacing: 1px;
    outline: none;
  }

/* 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-family: Tahoma!important;
    font-size: 10px!important;
    letter-spacing: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

/* C2.1 */
.punbb .main .tcl {
  overflow: hidden;
  text-align: left;
  width: 50%;
 font-family: Tahoma;
 text-transform: lowercase; 
  }

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  text-align: center;
  width: 8%;
 font-family: Tahoma;
 text-transform: lowercase; 
  }

/* C2.3 */
.punbb .main .tcr {
  overflow: hidden;
  text-align: left;
  width: 30%;
 font-family: Tahoma;
 text-transform: lowercase; 
  }

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

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

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

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

/* C2.8 */
#pun-index .tcl h3 {
 font-size: 18px;
    letter-spacing: 1px;
    font-family: playfair display;
    font-weight: 600;
    text-transform: lowercase;
  }

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

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

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

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

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

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


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

.punbb td div.tclcon {
    text-align: justify;
    padding: 8px;
    background-color: #7777771c;
    border: 1px solid #ccc;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.12), 0px 0px 1px 1px rgba(0, 0, 0, 0.25);
    font-family: Playfair Display;
    font-size: 10.5px;
    text-transform: lowercase;
    font-weight: bold;
    color: #464646b0;   }

/* C2.16 */
.punbb  table div.icon {
  font-size: 1.05em;
  position: absolute;
  margin-left: -2.2em;
  }

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

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

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

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

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

#pun-viewtopic .post h3 {
    font-size: 8px;
    text-transform: lowercase;
    letter-spacing: 1px;
    color: #3f3e3e;
    background: rgba(128, 128, 128, 0.15);
    border: 1px solid #babab2;
    margin-bottom: 15px;
}

/* C3.5 */
.punbb .post .post-author {
    float: left;
    width: 220px;
    background-color: #47221e;
    background-image: url(https://forumstatic.ru/files/001a/b7/25/70042.jpg);
    text-align: center;
    margin-top: 15px;
    outline: 1px solid #a29b9bb0;
    outline-offset: 3px;
    font-size: 9px;
    font-family: Playfair Display;
    letter-spacing: 0.5px;
    text-transform: lowercase;
    color: #a7a494;
    box-shadow: 0 0 0px 2px #a7a494;
}


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

/* C3.7 */
.pa-author {
       font-size: 2em;
    font-weight: bold;
    margin-top: 7px;
    font-family: Playfair Display;
  background-color: rgba(0, 0, 0, 0.47);
    margin-bottom: 5px;
    padding: 5px 0px 10px 5px!important;
}


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

/* C3.9 */
li.pa-title {
    font-size: 7.5px;
    text-transform: lowercase;
    font-family: 'tahoma';
    color: #a7a49482;
    margin-left: 0px !important;
    margin-bottom: 12px;
    letter-spacing: 1.5px;
    margin-top: 5px;
}

li.pa-online {
    margin-top: 13px;
color: #a7a494;
    font-size: 8px;
 text-align: center;
    font-family: tahoma;
}

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

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

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

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

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

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

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

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


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

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

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

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

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


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

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

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


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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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

/* D1.4 */
#pun-title h1 span  {
color: #949393;
    letter-spacing: 4px;
   text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    font-size: 62px;
color: transparent;
    -webkit-transition: text-shadow 2.0 ease-out;
    -moz-transition: text-shadow 2.0 ease-out;
    -ms-transition: text-shadow 2.0 ease-out;
    -o-transition: text-shadow 2.0 ease-out;
    transition: text-shadow 2.0 ease-out;
	}

	#pun-title h1 span:hover {
    -webkit-transition: text-shadow 0.5s;
    -moz-transition: text-shadow 0.5s;
    -ms-transition: text-shadow 0.5s;
    -o-transition: text-shadow 0.5s;
    transition: text-shadow 0.5s;
    cursor: default;
 color: #949393;
font-size: 62px;
text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	}

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

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

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

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

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

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

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

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

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

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

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

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

/* D3.2 */
#pun-navlinks .container {
    padding: 0.7em 1em;
    text-align: center;
    font-family: Playfair Display;
    font-size: 11px;
    margin-top: -35px;
    font-weight: bold;
    text-transform: uppercase;
}

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

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

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

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

/* D4.2 */
#pun-ulinks .container {
  border-top: none;
  padding: 0.7em 1em;
  text-transform: lowercase; 
  text-align: center;
  font-size: 8px;
margin-top: -10px;
  }

/* 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 {
  padding: 0.8em 1em 1em 1em;
 text-align: center;
  font-family: Tahoma;
  font-size: 8px;
text-transform: uppercase;
    font-size: 7px;
  color: #464646;
 letter-spacing: 1px;
  }

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

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

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

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

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

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

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

/* D6.3 */
#pun-announcement .container {
  padding: 4.3em 1em 1em 1em;
  }

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

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

/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
 float: left;
  line-height: 60%;
   padding: 5px;
   font-size: 7px;
 background-color: rgba(128, 128, 128, 0.15);
  width: 210px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing:1px;
    margin-left: 3px;
      font-family: Tahoma;
  }

/* D7.3 */
 #pun-stats li.item4 {
  float: right;
  line-height: 60%;
   padding: 5px;
   font-size: 7px;
  background-color: rgba(128, 128, 128, 0.15);
  width: 410px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 3px;
  font-family: Tahoma;
  }

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


/* 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;
 font-family: Tahoma;
  text-transform: uppercase;
  font-size: 8px; 
  letter-spacing: 0.5px;
  text-align: justify;
  }

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

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

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

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

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

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

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

/* D8.7 */
#pun-crumbs2 .container {
  border-bottom: none;
  padding: 0.8em 1em;
  text-transform: lowercase;
  }

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

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


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

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

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

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

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

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

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

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

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

/*ОТКЛЮЧЕНИЕ ПЛАШКИ СМЕНЫ DNS*/
#dns-ip-replace-notify {display:none!important;}
#pun_wrap{position:static!important;}

0

2

Код:
/* для мобильных устройств */
body {
	min-width: 1100px!important;
}


/* фон */
body {
background-color: #0d0d0d!important;
background: url("https://forumstatic.ru/files/001a/b7/25/95751.jpg");
  background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
}


/* CS1 Background and text colours
-------------------------------------------------------------*/

/* CS1.1 */
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3,
.punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd,
.punbb .info-box, .punbb #pun-main .info-box .legend {
   background-color: #transparent;
  color: #333;
  }

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

/* CS1.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
   background-color: #transparent;
  color: #464646;
  }

/* CS1.4 */
#pun-title, #pun-title .container, .punbb .modmenu .container {
 background-color: #transparent;
  color: #333;
  }

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

/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
  background-color: #transparent;
  color: #333
  }

/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
  color: #282828;
  }

/* CS1.8 */
#pun-navlinks .container {
 background-color: #transparent;
  color: #2d2d2d;
  }

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

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

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

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-color: transparent;
  }

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

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

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

/* CS2.6 */
.punbb .quote-box, .punbb .code-box {
  border-color: transparent;
  }

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

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

.punbb .divider {
  border-color: transparent;
  }

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

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


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

/* CS3.1 */
.punbb a, .punbb a:link, .punbb a:visited,
.punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited {
  color: #6d6363;
  }

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

/* CS3.2 */
.punbb a:hover, .punbb a:focus, .punbb a:active,  .punbb-admin #pun-admain .nodefault,
.punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active {
  color: #565656;
  }

/* CS3.3 */
#pun-navlinks a {
  color: #565656;
  text-decoration: none
  }

/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #651c1c;
  }

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: #333;
  text-decoration: none
  color: #565656;
  }

/* CS4 Post status icons
 -------------------------------------------------------------*/

div.icon {border-color: #5808109e #5808109e #5808109e #5808109e;}
div.inew {border-color: #580810 #580810 #580810 #580810;}


/* не отображать */

.stickytext,.closedatafield, .li#navawards, .lastedit, .pl-reports, .topic .sharelink
{display:none!important;}
#button-keyboard, #button-files_rusff, #button-graffiti_rusff
{display: none !important;}
 #pun-main h1, #pun-debug h2 {display: none;}
.punbb .modmenu .container span {display: none;}
#pun-main div.catleft, #pun-main div.catright {display: none}
.pa-awards, .pa-gifts {display: none;}
#pun td .modlist, .modlist {display: none !important;}


/* убирает голубую обводку в форме ответа */
input, textarea { outline: none; }  input:active, textarea:active { outline: none; } :focus { outline: none; }


b, p strong {
    color: #565656;

}

/* выделение */
    ::selection { 
    background: none repeat scroll 0 0 #b7b6b0;
    color: #464646;
    opacity: 0.4;
    }  
*::-moz-selection {
    background: none repeat scroll 0 0 #b7b6b0;
    color: #464646;
}


/* прокрутка */
::-webkit-scrollbar-thumb:vertical {
background-color: #580810; height: 2px; 
}

::-webkit-scrollbar-thumb:horizontal {
background-color: #580810; height: 2px; 
}

::-webkit-scrollbar {
    background-color: #000000;
    height: 7px;
    width: 5px;
}

::selection {
    background: #97a5ad !important;
    color: #580810;
}


/* профиль */
.pa-posts, .pa-respect,  li.pa-fld1,  li.pa-fld4 {
 overflow: hidden;
    display: inline-block;
    width: 40px;
    margin-top: 5px!important;
    margin-bottom: 0px!important;
    font-size: 7.5px;
  letter-spacing: 1px;
  font-family: 'tahoma';
color: #a7a494;} 

.pa-respect a {color: #a7a494!important;}


.punbb .pa-avatar img {
    margin-bottom: 5px;
    border: 1px solid #44444487;
    box-shadow: inset 1px;
    box-shadow: 0 0px 10px #000000b0 inset, 0 0 3px #000000, 0 0px 6px #580810c4, 0 0px 0 6px #141012;
    border: 1px solid rgba(32, 33, 36, 0.62);
    box-shadow: 0 0px 9px #000000b0 inset, 0 0 4px 0px #000000, 0 0px 6px #800814, 0 0px 0 6px #141012;
    outline: 1px solid #5808106e;
    outline-offset: 5px;
}


#font-area, #size-area, #color-area, #table-area, #image-area, #imageup-area, #imageattach-area, #video-area, #addition-area {
background-color: #d7d6cf;
    color: #282828 !important;
width: 210px !important;
 margin: 2em auto 2em;
  padding: 2em;
 position: absolute;
    left: -135px;
    padding: 8px;
    margin-top: -35px;
  border-top: 1px solid #9c9d9e; 
border-bottom: 1px solid #9c9d9e; 
border-left: 1px double #9c9d9e; 
border-right: 1px double #9c9d9e; 
border-radius: 2px; 
box-shadow: 0 0 1px #9c9d9e; 
 max-height: 180px;
    overflow-y: auto;

}

0

3

Код:
<div id="pircs2"><!-- std.v.1/0/profilaktika --><link rel="stylesheet" type="text/css" href="http://hostjs-mybb2011.narod.ru/css/profilaktika.css" /><div id="msg-n2">У Вас отключён javascript.<br>В данном режиме, отображение ресурса<br/>браузером не поддерживается <br/></div><div id="LogIn_Window" style="display:none"><center>тест</center><br/><hr><br/><br/></div></div><!-- --><script type="text/javascript"> 
 
var ON_button=1; //Cвитч включения: 1 - включено!; 0 - выключено
var  moderDostyp_ON=0; //?Модер-доступ включён?: 1 - включен!; 0 - выключен
 
if(ON_button!=1||GroupID ==1||moderDostyp_ON*GroupID==2){
 $("style.#style_st,div.#pircs2").replaceWith("");}
  else {$("#msg-n2").replaceWith("");
 if(GroupID ==3) {$("#LogIn_Window").show();if(document.URL.indexOf("/login.php")==-1){
document.location.href = "../login.php"}else {
$(document).ready(function(){$("form#login").appendTo("#LogIn_Window");
$("#LogIn_Window").find("p.formsubmit a[href*='register.php']").text("");
var v=$("#LogIn_Window").find("p.formsubmit a[href*='action=forget']");
v.replaceWith("<span>Вход только для Администраторов</span>");});};}
else {document.location.href = "../login.php?action=out&id="+UserID};}
</script><!--end/profilaktika-->



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


<!-- Комментарии к репутации -->
<script type="text/javascript">
if(FORUM.PartnerVote.toString().replace(/function\s*\(post_id,vote\)\s*/,"")==="{return true;}")
FORUM.PartnerVote = function(post_id,vote){return false}
</script>

<!--Ускоряем загрузку--> </noscript><script type="text/javascript">
$().pun_mainReady(function(){$($('#Forum_header').text()).insertAfter($('#Forum_header'));});
//$('#Forum_header').remove();
</script>

<script type="text/javascript">
RusffCore.sets.share = false;
RusffCore.sets.show_reportBtn = 0;
</script>


<!-- быстрый плюс в теме -->
<script type="text/javascript">
RusffCore.sets.reputation = 0;
FORUM.PartnerVote = function (){return true};
</script>
<!-- конец -->


<!-- Отключить "сервис рекомендаций" -->
<script type="text/javascript">
rusffLive.enable = false;
</script>
<!-- конец -- >

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


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


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


<!------------------------------------------------ КАРТИНКА ---------------------------------------------->
<div style="position: absolute;
    margin-top: -190px;
    margin-left: 260px;"><img src="https://forumstatic.ru/files/001a/b7/25/15399.gif" style="border: 1px solid #5d5d55;">
</div>



<!-------------------------------------------- ЭПИЗОД И РОЗЫСК ----------------------------------------------->
<div style="width: 200px;
    position: absolute;
    margin-top: -93px;
    margin-left: 660px;
    padding: 5px;
    text-align: center;
    line-height: 11px;
    background-color: rgba(20, 20, 20, 0.23);
    border: 1px solid #33333338;
    font-family: Tahoma;
  font-size: 7px;
    color: #babab2ad;
    text-shadow: 1px 1px 1px #000000;
    text-transform: uppercase;
    letter-spacing: 1px;">
<font style="color: #babab2ad;
    font-size: 8px;
    letter-spacing: 3px;
    font-family: playfair display;
    font-weight: 600;
    text-transform: uppercase;">розыск:</font style> <a href="ссылка"><font style="color: #babab2ad;">name surname</font style></a> • <a href="ссылка"><font style="color: #babab2ad;">name surname</font style></a> • <a href="ссылка"><font style="color: #babab2ad;">name surname</font style></a> • <a href="ссылка"><font style="color: #babab2ad;">name surname</font style></a> <br> <br> 
<a href="ссылка" target="_blank"><img src="https://forumstatic.ru/files/001a/b7/25/75529.png" title="эпизод: название" class="Hoverbuttons"></a>
</div>

<!--------------------------------------------- ПОСТ И РОЗЫСК ------------------------------------------------->
<div style="width: 200px;
    position: absolute;
    margin-top: -93px;
    margin-left: 20px;
    padding: 5px;
    text-align: center;
    line-height: 11px;
    background-color: rgba(20, 20, 20, 0.23);
    border: 1px solid #33333338;
    font-family: Tahoma;
  font-size: 7px;
    color: #babab2ad;
    text-shadow: 1px 1px 1px #000000;
    text-transform: uppercase;
    letter-spacing: 1px;">
	<font style="color: #babab2ad;
    font-size: 8px;
    letter-spacing: 3px;
    font-family: playfair display;
    font-weight: 600;
    text-transform: uppercase;">пост <a href="ссылка"><font style="color: #babab2ad;">name surname:</font style></font style></a> Я вспомнил одну охоту на львов много лет тому назад. Ты двигаешься сквозь заросли...<br><br>
<a href="ссылка" target="_blank"><img src="https://forumstatic.ru/files/001a/b7/25/70218.jpg" title="постописец" class="Hoverbuttons"></a> <a href="ссылка" target="_blank"><img src="https://forumstatic.ru/files/001a/b7/25/70218.jpg" title="постописец" class="Hoverbuttons"></a> <a href="ссылка" target="_blank"><img src="https://forumstatic.ru/files/001a/b7/25/70218.jpg" title="постописец" class="Hoverbuttons"></a> <a href="ссылка" target="_blank"><img src="https://forumstatic.ru/files/001a/b7/25/70218.jpg" title="постописец" class="Hoverbuttons"></a> </div>

<!------------------------------------------------ НАВИГАЦИЯ ----------------------------------------------------->
<div style="width: 396px;
    position: absolute;
    margin-top: -27px;
    margin-left: 244px;
    padding: 2px;
    text-align: center;
    line-height: 11px;
    background-color: rgba(20, 20, 20, 0.57);
    border: 1px solid #33333338;
    font-family: Tahoma;
    font-size: 7px;
    color: #babab2;
    text-shadow: 1px 1px 1px #000000;
    text-transform: uppercase;
    letter-spacing: 1px;">
<a href="ссылка"><font style="color:#babab2ad;">сюжет</font style></a> // <a href="ссылка"><font style="color:#babab2ad;">бестиарий</font style></a> // <a href="ссылка"><font style="color:#babab2ad;">внешности и имена</font style></a> // <a href="ссылка"><font style="color:#babab2ad;">биржа труда</font style></a> // <a href="ссылка"><font style="color:#babab2ad;">гостевая</font style></a> 
</div>


<!------------------------------------------------ ИНФА ----------------------------------------------------->
<div style="width: 300px;
    position: absolute;
    margin-top: -190px;
    margin-left: 530px;
    padding: 5px;
    text-align: center;
    line-height: 11px;
    background-color: rgba(20, 20, 20, 0.23);
    border: 1px solid #33333338;
    font-family: Tahoma;
  font-size: 7px;
    color: #babab2ad;
    text-shadow: 1px 1px 1px #000000;
    text-transform: uppercase;
    letter-spacing: 1px;">
<a href="ссылка"><font style="color: #babab2ad;
    font-size: 10.5px;
    letter-spacing: 3px;
    font-family: playfair display;
    font-weight: 600;
    text-transform: uppercase;">name surname</font style></a> • <a href="ссылка"><font style="color: #babab2ad;
    font-size: 10.5px;
    letter-spacing: 3px;
    font-family: playfair display;
    font-weight: 600;
    text-transform: uppercase;">name surname</font style></a><br><br>
КРАТКАЯ ИНФОРМАЦИЯ: рокстоун, колорадо, сша, апрель 2020 
[nc-21, эпизоды, авторская мистика]
</div>


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


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

<!-------------------------------------- ПОДСКАЗКА. ЧАСТЬ 1 -------------------------------------->
<style>
#tooltip {
position:absolute;
background: rgba(0, 0, 0, 0.7); /* фон подсказки */
z-index: 999;
max-width:200px; /* максимальная ширина подсказки */
border:1px #566f9e; /* толщина. стиль и цвет рамки */
-moz-border-radius:4px;
-khtml-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
font-family: Tahoma; /* шрифт подсказки */
font-size: 8.5px; /* размер текста */
display:none;
color:#75716d; /* цвет текста */
text-align:center;
text-transform: uppercase;
padding:4px;
}
</style>

<!--выделить код. Alex_63 new.2019--> 
<script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/26102.js"></script>
<script>eval(select_text.toString().replace(/\}$/,'try{document.execCommand("copy")}catch(e){}}'))</script>
<script type="text/javascript">select_text.linkText = 'выделить [копируется сразу]' //текст ссылки</script>
<!-- конец -->



<!----------------------------------------- ПРОЗРАЧНОСТЬ БАННЕРОВ ----------------------------------------->
<script type="text/javascript">
    $(document).ready(function() {
        $('.Hoverbuttons').each(function () {
              var $span = $(this).css('opacity', 0.5); /* до наведения */
              $(this).hover(function () {
                $span.stop().fadeTo(600, 0.9); /*при наведении*/
             }, function () {
                $span.stop().fadeTo(600, 0.5); /*после наведения*/
              });
        });
    });
</script>


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

0

4

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

');\"/>"
</script>

<!-------------------------------------- ПОДСКАЗКА. ЧАСТЬ 2 -------------------------------------->
<script type="text/javascript" src="http://yourjavascript.com/12208652913/quicktip.js"></script>
<script> 
$(document).ready(function(){
$('a [title]').quicktip({ speed:700 });
$('img [title]').quicktip({ speed:700 });
$('div [title]').quicktip({ speed:700 });
$('span [title]').quicktip({ speed:700 });
});
</script>

<!--присвоение атрибута title некоторым объекта форума -->
<script type="text/javascript">
$('div.icon').attr('title', 'Нет новых сообщений');
$('tr.inew div.icon').attr('title', 'Есть новые сообщения');
$('tr.isticky div.icon').attr('title', 'Важная тема');
$('tr.iclosed div.icon').attr('title', 'Закрытая тема');
$('td.tcr a').attr('title', 'Перейти к последнему сообщению');
$('input[name="submit"]').attr('title', 'Нажми что бы отправить');
$('input[name="preview"]').attr('title', 'Посмотри что получилось');
</script>

<!-- замена -->
<!-- Анти-в-строчку для Сообщений и Репутации © deff -->
<script type="text/javascript">
function changeS(sc,ch,st){$(sc).parent().each(function(){$(this).html($(this).html().replace(ch,st));});}
   changeS('.pa-posts','Сообщений:','mess:<br>');
   changeS('.pa-respect','Уважение</a>:','res</a>:<br>');
   changeS('li.pa-respect','Уважение<span>','res:<br><span>');
changeS('pa-respect','Репутация','res:<br>');
    </script>


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

<!-- черный title -->
<!-- jquery уже подключен -->
<script src="http://hostjs-mybb2011.narod.ru/js/transform_code_boxr.js"></script>
<script type="text/javascript" src="http://your.roll.tv/16311.js"></script>

<!--//  Убираем названия Доп.Полей  //-->
<script type="text/javascript">
var A=[2,3,5];
$(".post .post-author li").each(function (){
for(var i in A){if($(this).hasClass("pa-fld"+A[i])){
$(this).html($(this).html().replace(/^[^:]*:/,''));}};});
</script>

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

<!--кнопки вверх вниз-->
<div class="go-up" id='ToTop' style="font-family: Yeseva One; font-size: 13px; color: #d5d4cd;  letter-spacing: 3px; text-shadow: 0px 1px 1px #000000; font-weight: bold; text-transform: uppercase;      background-color: rgba(0, 0, 0, 0.37); padding: 5px 5px 5px 5px!important; text-align: center;">up</div>
<div class="go-down" id='OnBottom' style="font-family: Yeseva One; font-size: 13px; color: #d5d4cd;  letter-spacing: 3px; text-shadow: 0px 1px 1px #000000; font-weight: bold; text-transform: uppercase;      background-color: rgba(0, 0, 0, 0.37); padding: 5px 5px 5px 5px!important; text-align: center;">down</div>
<style>
.go-up,.go-down {
display:none;
position:fixed; /*позиционируем*/
center:0px; /*указываем положение, если слева - left*/
margin-left: 950px;
z-index:9999; /*показываем поверх все элементов на странице*/
cursor:pointer;
opacity:.7; /*прозрачность*/
margin-bottom:40px; /*отступ снизу (можно не указывать)*/
width:50px; /*ширина кнопки*/
height:15px; /*высота кнопки*/
}
.go-up {
bottom:280px; /*положение от низа окна браузера верхняя кнопка*/
}
.go-down {
bottom:250px; /*положение от низа окна браузера нижняя кнопка кнопка*/
}
.go-down:hover,.go-up:hover {
opacity:1;
}
</style>
<!--кнопки вверх вниз-->
<script type="text/javascript">
$(function(){
if ($(window).scrollTop()>="250") $("#ToTop").fadeIn("slow")
$(window).scroll(function(){
  if ($(window).scrollTop()<="250") $("#ToTop").fadeOut("slow")
  else $("#ToTop").fadeIn("slow")
});
if ($(window).scrollTop()<=$(document).height()-"999") $("#OnBottom").fadeIn("slow")
$(window).scroll(function(){
  if ($(window).scrollTop()>=$(document).height()-"999") $("#OnBottom").fadeOut("slow")
  else $("#OnBottom").fadeIn("slow")
});
$("#ToTop").click(function(){$("html,body").animate({scrollTop:0},"slow")})
$("#OnBottom").click(function(){$("html,body").animate({scrollTop:$(document).height()},"slow")})
});
</script>

<script type="text/javascript">
(function(){function rep(str, p1,offset, s){
  return '>'+p1.replace(/"([^ "][^"]+?)"/gm,'«$1»')+'<';}
$('.post-content p').each(function(){
  $(this).html(('</>'+$(this).html()+'</>').replace(/>([^<>]+)</gm, rep));
});}());
</script>

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

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

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

<!-------------------------- ОТКЛЮЧИТЬ ПОДЕЛИТЬСЯ, ГРАФФИТИ, ВЛОЖЕНИЯ -------------------------->

<script type="text/javascript">
RusffCore.sets.share = false;
RusffCore.sets.graffiti = false;
RusffCore.sets.files.button = false;
</script>

<!----------------------------------------- ССЫЛКИ НЕ СОКРАЩАЮТСЯ ---------------------------------------->
<script type="text/javascript">
FORUM.set("editor.link.short_url", function() { return false; }); </script>

<!------------------------------------------ УБРАТЬ "ЗАКРЫТО, ВАЖНО" --------------------------------------->
<style type="text/css">
.pa-title {text-align:center}
</style>
<style>/*Убрать "Закрыто", "Важно"*/
.stickytext,.closedatafield{ display:none;}</style>

<!------------------------------------------ СПОЙЛЕР ------------------------------------->
<style type="text/css">
#button-spoiler {background-image:url('https://forumupload.ru/uploads/0000/12/13/488-1.gif'); padding:0; line-height:0; background-position:center; background-repeat:no-repeat}
</style>
<script>
function addSpoiler(str,from,internal){
var pos=0,pos2=0,newpos=0
if((pos=str.indexOf("

Свернутый текст

",from))==-1) return str;
if((pos2=str.indexOf("

"),pos+9)==-1) return str;
newpos=str.indexOf("

Свернутый текст

",pos+9)
if(newpos<pos2 && newpos!=-1) str=addSpoiler(str,pos+9,true)
if((pos2=str.indexOf("

",pos+9))==-1) return str;
str=str.substring(0,pos)+makeSpoiler(str.substring(pos+9,pos2))+str.substring(pos2+10,str.length)
if( str.indexOf("

Свернутый текст

")!=-1 && internal==false) str=addSpoiler(str,0,false)
return str}

function makeSpoiler(txt){
txt="<div class=quote-box style='padding:1px'><cite style='width:100%'>Спойлер <input style='width:60px;margin-left:70%;font-size:10px;' type='button' value='Показать' onclick='hideSpoiler(this)'></cite><blockquote style='display:none'>"+txt+"</blockquote></div>"
return txt}

function hideSpoiler(sp){
spoiler=sp.parentNode.parentNode.getElementsByTagName("blockquote")[0]
if(spoiler.style.display=='none'){
spoiler.style.display='inline'
sp.value='Скрыть '}
else{
spoiler.style.display='none'
sp.value='Показать '}}

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=addSpoiler(post.innerHTML,0,false)}}
if(form=document.getElementById("form-buttons"))
form.getElementsByTagName("tr")[0].insertCell(19).innerHTML="<img  id=\"button-spoiler\" title=\"Спойлер\" onclick=\"bbcode('[spoiler]','

')\" src=\"/i/blank.gif\" />"
</script>

<!------------------------------------------ ОБТЕКАНИЕ ИЗОБРАЖЕНИЯ ------------------------------------->
<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 type="text/javascript">
rusffLive.enable = false;
</script>

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

<!----------------------------------------- СЧЕТЧИК СИМВОЛОВ ----------------------------------------->
<script>var a,L,epl=$("#main-reply"),str='<small id="plng" style=" background: rgba(158, 157, 153, 0.4); padding:2px 3px;margin:0 20px 0 10px; color: #2f2c2c !important;">Написано символов: <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">
if (document.URL.indexOf("viewforum")!=-1)
{var trs=document.getElementById('pun-main').getElementsByTagName("table")[0].rows
var io=1
for (io=1; io<=(trs.length-1); io++)
{if ((trs[io].className.indexOf("isticky")!=-1)&&(io==1))
{var portant=document.getElementById('pun-main').getElementsByTagName("table")[0].insertRow(1)
var im=portant.insertCell(0)
im.innerHTML="Важные темы"
im.style.color="#301c04"
im.style.backgroundColor="#transparent"
im.colSpan="4"}
else if ((trs[io].className.indexOf("isticky")!=-1)&&(trs[io+1].className.indexOf('isticky')==-1))
{var normal=document.getElementById('pun-main').getElementsByTagName("table")[0].insertRow(io+1)
var normal1=normal.insertCell(0)
normal1.innerHTML="Темы форума"
normal1.style.color="#301c04"
normal1.style.backgroundColor="#tranasparent"
normal1.colSpan="4"
}}}
</script>

<!----------------------------------------------- ЗАПЯТАЯ ПОСЛЕ НИКА ---------------------------------------->
<script type="text/javascript">
function to(username)
{insert('' + username + '' + ', ');}
</script>

<!----------------------------------------------- ТЕКСТ ПО ШИРИНЕ ------------------------------------------->
<style>
#button-mybb {background-image:url('http://icons.iconarchive.com/icons/famfamfam/silk/16/text-align-justify-icon.png'); padding:0; line-height:0; background-position:center; background-repeat:no-repeat; height:26px; width:100%}
</style>
<script type="text/javascript">
if(form=document.getElementById("form-buttons"))
form.getElementsByTagName("tr")[0].insertCell(8).innerHTML="<img src='/i/blank.gif' id='button-mybb' onclick=\"bbcode('', '');\"/>"
</script>

<!----------------------------------------------- ТЕГ АБЗАЦА ------------------------------------------->
<style>#button-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:0.7em 1em;"></span>'; /*удвоенные Отступы сверху и слева*/
$('.post-content p:contains("'+b+'")').each(function(){ $(this).html( $(this).html().replace(/\[indent\]/gm,indent));});}());
</script>

<!------------------------------------------ УДАЛЕНИЕ ПОДПИСИ ИЗ ЛС --------------------------------------->
<!-- Удаление подписи из ЛС -->
<script type="text/javascript">
if(document.URL.indexOf("messages.php")!=-1){
document.getElementsByClassName("post-sig")[0].style.display = 'none'
}
</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>

<!-- ШРИФТЫ -->
<script type="text/javascript">
if ($('#pun-viewtopic,#pun-post,#pun-edit,#pun-poll,#pun-messages').length)(function () {
  var ft = $("#font-area"),i,FntArr,j = "";

  FntArr=new Array (
"Anton",
"Pacifico",     
"Fjalla One",
  "Indie Flower",     
"Dancing Script", 
   "Shadows Into Light",   
"Bebas Neue", 
   "Amatic SC", 
   "Kaushan Script",   
  "Gloria Hallelujah", 
   "Gochi Hand",   
  "Sigmar One",   
  "Quantico",
  "Neucha", 
   "Nanum Pen Script", 
   "Chewy", 
   "Shrikhand",   
  "Knewave",   
"Yeseva One",
"Lobster",
"Calligraph", 
"Kobzarks", 
"Nautilus",   
"Playfair Display",   
"Old Standard TT",
"Caveat",
"Journalism",
  "Nanum Brush Script"   
  );

  for (i=0;i<FntArr.length;i++ ){j+='<div><span style="font-family:'+FntArr[i]+'">'+FntArr[i]+'</span><img src="/i/blank.gif" onclick="\
    bbcode(\'[fo'+'nt='+FntArr[i]+']\',\'[/font]\')" /></div>';};ft.append(j)}())
</script>

<!--взаимная реклама-->
<script>function getUrlParameterByName( name,href )
{name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]"); var regexS = "[\\?&]"+name+"=([^&#]*)"; var regex = new RegExp( regexS ); var results = regex.exec( href ); if( results == null ) return ""; else return decodeURIComponent(results[1].replace(/\+/g, " "));}
function getRandomInt(min, max) { return Math.floor(Math.random() * (max - min)) + min;}
function copyAdvertisingToClipboard(event, elem) {event.preventDefault(); var url = $(elem).closest('.post').find('.permalink').attr('href'); var $temp = $("<textarea id='temp' style='float:right'>"); $(elem).append($temp); var advertiseCode = advertiseCodes[getRandomInt(0, advertiseCodes.length)]; var text = advertiseCode + 'ваша реклама'; $temp.val(text).select(); document.execCommand("copy"); $temp.remove();}
function addAdvertiseLink(topicId) { var url = window.location.href; if (getUrlParameterByName('id', url) == topicId) { $('.post').each(function() { var $li = $('<li>').attr('class', 'pl-advlink').append('<a href="#" onclick="copyAdvertisingToClipboard(event, this);">Взаимная реклама</a>'); $(this).find('.post-links ul').append($li); }) } }

var advertiseCodes = [];
advertiseCodes.push('https://i.imgur.com/dVFqbOB.jpg https://i.imgur.com/kiKsP8D.jpg' +'\n');

addAdvertiseLink(6);
</script>

<!--дополнительные смайлы v.3.1 © Romych-->
<style type="text/css">
.punbb #post .container{
  border:outset 1px #C0BCBF!important;
  background: #B3B2B2;
  border-radius:4px;
  z-index:1000;
  padding:17px;
}
#smilies-area div[class^="t-"]{
  float:left;
  margin-top:7px;
  overflow:hidden;
  overflow-y:auto;
  max-height:240px;
}
#smilies-area div[class^="t-"] img{
  min-height: 16px;
  width:auto;
  margin:1px;
}
#wrapper{left:-10px;position:relative;width:500px;}
.tabs{height:22px;line-height:21px;margin:0 0 3px;list-style:none;text-align:center;}
.tabs li{display:inline-block;cursor:pointer;}
.tabs li a{background:transparent url("https://forumstatic.ru/files/0017/d8/50/91984.png")no-repeat scroll 0 0/cover;color:#444;display:block;margin-bottom:-1px;padding:0 5px 1px;position:relative;text-align:center;text-decoration:none;width:70px;}
.tabs li a:hover{color:#efefef;background:url("https://forumstatic.ru/files/0017/d8/50/91984.png")no-repeat scroll 0-22.1px/cover;text-decoration:none;}
.tabs li.active a{color:#444;border:medium hidden;line-height:22px;background-position:0 -43.5px;}
.tabs li.active a:hover{color:#6A5ACD;}
#smilies-area div[class^="t-"]:not(.t-0){display:none;width:470px;}
</style>
<script type="text/javascript">
var nabor=[];

nabor['Лис'] = [
'http://funkyimg.com/i/2RTgt.png',
'http://funkyimg.com/i/2RTgu.png',
'http://funkyimg.com/i/2RTgv.png',
'http://funkyimg.com/i/2RTgw.png',
'http://funkyimg.com/i/2RTgx.png',
'http://funkyimg.com/i/2RTgy.png',
'http://funkyimg.com/i/2RTgA.png',
'http://funkyimg.com/i/2RTgz.png',
'http://funkyimg.com/i/2RTgB.png',
'http://funkyimg.com/i/2RTgC.png',
'http://funkyimg.com/i/2RTgJ.png',
'http://funkyimg.com/i/2RTgK.png',
'http://funkyimg.com/i/2RTgL.png',
'http://funkyimg.com/i/2RTgM.png',
'http://funkyimg.com/i/2RTgN.png',
'http://funkyimg.com/i/2RTgP.png',
'http://funkyimg.com/i/2RTgQ.png',
'http://funkyimg.com/i/2RTgR.png',
'http://funkyimg.com/i/2RTgS.png',
'http://funkyimg.com/i/2RTgT.png',
'http://funkyimg.com/i/2RTh5.png',
'http://funkyimg.com/i/2RTh4.png',
'http://funkyimg.com/i/2RTh7.png',
'http://funkyimg.com/i/2RTh6.png',
'http://funkyimg.com/i/2RTh9.png',
'http://funkyimg.com/i/2RTh8.png',
'http://funkyimg.com/i/2RTha.png',
'http://funkyimg.com/i/2RThb.png',
'http://funkyimg.com/i/2RThc.png',
'http://funkyimg.com/i/2RThd.png',
'http://funkyimg.com/i/2RThi.png',
'http://funkyimg.com/i/2RThh.png',
'http://funkyimg.com/i/2RThk.png',
'http://funkyimg.com/i/2RThj.png',
'http://funkyimg.com/i/2RThn.png',
'http://funkyimg.com/i/2RThm.png',
'http://funkyimg.com/i/2RTho.png',
'http://funkyimg.com/i/2RThp.png',
'http://funkyimg.com/i/2RThq.png',
'http://funkyimg.com/i/2RThr.png',
'http://funkyimg.com/i/2RThy.png',
'http://funkyimg.com/i/2RThz.png',
'http://funkyimg.com/i/2RThB.png',
'http://funkyimg.com/i/2RThA.png'];

nabor['Хомяк'] = ['http://i.imgur.com/aioynLZ.png',
'http://i.imgur.com/mcWR5K3.png',
'http://i.imgur.com/kQDOI2O.png',
'http://i.imgur.com/I2yC49f.png',
'http://i.imgur.com/qk4Wagp.png',
'http://i.imgur.com/mEe8oKA.png',
'http://i.imgur.com/5tyDr4a.png',
'http://i.imgur.com/APXtwMZ.png',
'http://i.imgur.com/I3LGzO3.png',
'http://i.imgur.com/mtul7B5.png',
'http://i.imgur.com/26yG9OL.png',
'http://i.imgur.com/xX8X8Gw.png',
'http://i.imgur.com/A8f4EJh.png',
'http://i.imgur.com/VyzdqsL.png',
'http://i.imgur.com/tUeSTIZ.png',
'http://i.imgur.com/BiyhxPy.png',
'http://i.imgur.com/oP35Thb.png',
'http://i.imgur.com/eLbTgxH.png',
'http://i.imgur.com/5LjQICq.png',
'http://i.imgur.com/6ZyLmUq.png',
'http://i.imgur.com/g5YDYls.png',
'http://i.imgur.com/44XohXz.png',
'http://i.imgur.com/YkKuIrH.png',
'http://i.imgur.com/XH1E3nJ.png',
'http://i.imgur.com/LQOOl7M.png',
'http://i.imgur.com/Fa6urM5.png',
'http://i.imgur.com/MfE1lPj.png',
'http://i.imgur.com/OMOzYAf.png',
'http://i.imgur.com/rRDnSmF.png',
'http://i.imgur.com/n4dTSM8.png',
'http://i.imgur.com/wy3ylYT.png',
'http://i.imgur.com/V8CdY05.png',
'http://i.imgur.com/MS02nMv.png',
'http://i.imgur.com/8HJwcXa.png',
'http://i.imgur.com/b7t6cIv.png',
'http://i.imgur.com/SawNVXe.png',
'http://i.imgur.com/4dUudSd.png',
'http://i.imgur.com/hsg2DyH.png',
'http://i.imgur.com/lFpXXLI.png',
'http://i.imgur.com/pZjh7iG.png',
'http://i.imgur.com/MqQAa2Z.png',
'http://i.imgur.com/2IQzS6G.png',
'http://funkyimg.com/i/2k5rj.png'
];

nabor['Vk'] = [
'http://i.imgur.com/dnNuwwM.png',
'http://i.imgur.com/3H7BO8y.png',
'http://i.imgur.com/yxwMvse.png',
'http://i.imgur.com/m3tZN0e.png',
'http://i.imgur.com/Ab0HcSk.png',
'http://i.imgur.com/Yc3ysJj.png',
'http://i.imgur.com/g3BPYu5.png',
'http://i.imgur.com/rkMxgR0.png',
'http://i.imgur.com/vuOpeHT.png',
'http://i.imgur.com/yZkIBzV.png',
'http://i.imgur.com/T05WCqY.png',
'http://i.imgur.com/T05WCqY.png',
'http://i.imgur.com/XfmBeFW.png',
'http://i.imgur.com/7Mze2UK.png',
'http://i.imgur.com/iwAFeqv.png',
'http://i.imgur.com/pZGJ7gB.png',
'http://i.imgur.com/t845PKm.png',
'http://i.imgur.com/yyf1jWg.png',
'http://i.imgur.com/3V9Fdhv.png',
'http://i.imgur.com/BqTgyUW.png',
'http://i.imgur.com/8ecPnrv.png',
'http://funkyimg.com/i/2RTfG.png',
'http://funkyimg.com/i/2RTfJ.png',
'http://funkyimg.com/i/2RTfK.png',
'http://i.imgur.com/tI4f1Ju.png',
'http://funkyimg.com/i/2RTfH.png',
'http://funkyimg.com/i/2RTfL.png',
'http://funkyimg.com/i/2mzGb.png',
'http://i.imgur.com/NDiD9dE.png',
'http://i.imgur.com/FyjeQ4X.png',
'http://i.imgur.com/yssfdWH.png',
'http://i.imgur.com/hVZVcZ6.png',
'http://i.imgur.com/rZtHGGN.png',
'http://i.imgur.com/d4f04ap.png',
'http://i.imgur.com/VrVs2h8.png',
'http://i.imgur.com/5rxHxbm.png',
'http://i.imgur.com/cnu38Qr.png',
'http://i.imgur.com/ACps7iC.png',
'http://i.imgur.com/PlnRJbb.png',
'http://i.imgur.com/1b9Dd3v.png',
'http://i.imgur.com/JKmC1XH.png',
'http://i.imgur.com/aujrVoN.png',
'http://i.imgur.com/9rI2iA4.png',
'http://i.imgur.com/ZF5fPeA.png',
'http://i.imgur.com/goHZG47.png',
'http://i.imgur.com/uoyZiOZ.png',
'http://i.imgur.com/BrUFRE0.png',
'http://i.imgur.com/rTTtW89.png',
'http://i.imgur.com/AwLdGxQ.png',
'http://i.imgur.com/cLY9uWC.png',
'http://i.imgur.com/Ye8P8wl.png',
'http://i.imgur.com/NjV7NKS.png',
'http://i.imgur.com/mvmuQeC.png',
'http://i.imgur.com/J4GP5CE.png',
'http://i.imgur.com/xBhqeNF.png',
'http://i.imgur.com/G4mLt11.png',
'http://i.imgur.com/cromtSE.png',
'http://i.imgur.com/UxgC1ja.png',
'http://i.imgur.com/rQdLcQe.png',
'http://i.imgur.com/1RC1aw2.png',
'http://i.imgur.com/fWRmktg.png',
'http://i.imgur.com/qnABjR8.png',
'http://i.imgur.com/077anAL.png',
'http://i.imgur.com/u3PIPy0.png',
'http://i.imgur.com/0gReaiL.png',
'http://i.imgur.com/w8iAhjR.png',
'http://i.imgur.com/hYdNuBu.png',
'http://i.imgur.com/3vHrPhr.png',
'http://i.imgur.com/juLt2Ct.png'];

nabor['pixel'] = ['https://picua.org/images/2018/09/01/fa4cf1ced19120305b6b42e4066f2e9b.gif',
'https://picua.org/images/2018/09/01/2deba63b08159b082b5bf8d51e0d1a21.gif',
'https://picua.org/images/2018/09/01/e2c75674ab23362b973fdd877bcdfce8.gif',
'https://picua.org/images/2018/09/01/c9aac4b4fc4bc1023c6f472a26bed44a.gif',
'https://picua.org/images/2018/09/01/ccc3ed2873db718cd38c835d0fa5b500.gif',
'https://picua.org/images/2018/09/01/066d42fab57027d6f147638469b18db2.gif',
'https://picua.org/images/2018/09/01/0cc84cf43fab1fd45139030f9f8e7f40.gif',
'https://picua.org/images/2018/09/01/5f6da98f0ff30414efaf7985b46478c7.png',
'https://picua.org/images/2018/09/01/dd7d2234aebab1983ee5f92e3e454114.gif',
'https://picua.org/images/2018/09/01/22a105bc98c38c585982c6a8f2dc71a1.png',
'https://picua.org/images/2018/09/01/d18845591b5ce12c96972f65f4cc53d4.png',
'https://picua.org/images/2018/09/01/09f18c3bdb89ec512e56b1f771b4d9e2.gif',
'https://picua.org/images/2018/09/01/267c4e034833eecac3f75c130ff77cc5.gif',
'https://picua.org/images/2018/09/01/3060ab5c2d2b17ae9b51740b28b786fe.png',
'https://picua.org/images/2018/09/01/0a7594d86a65da787bc31ee7eafea694.gif',
'https://picua.org/images/2018/09/01/88f67e7e815e454bfce1ff141382dccd.gif',
'https://picua.org/images/2018/09/01/b85ed1b651350b945ed1a48828202c8c.png',
'https://picua.org/images/2018/09/01/60b29143b4f11afa5a6adf6a9564fbdc.gif',
'https://picua.org/images/2018/09/01/dbc8f7d34dfd2fb26490c9dafc32afaa.png',
'https://picua.org/images/2018/09/01/2236ba70ce1323e4e8b9db626533c850.gif',
'https://picua.org/images/2018/09/01/abf8edec281f4ce4460ce53f7998fd8c.gif',
'https://picua.org/images/2018/09/01/5caf7247808f9315263bdac503107c7e.gif',
'https://picua.org/images/2018/09/01/3c37853f82c841aab766a3593e477a0e.gif',
'https://picua.org/images/2018/09/01/5f1d4305bcfe6997c70445fd004a0300.png',
'https://picua.org/images/2018/09/01/0de194af9fcf73cc3b95f786cdbca3c7.gif',
'https://picua.org/images/2018/09/01/e5eaeed3a3174801c2e24ddf00e53637.png',
'https://picua.org/images/2018/09/01/6c7378ae4ead13195b83b9dbf3d9ade6.png',
'https://picua.org/images/2018/09/01/c6376f2d423fbeb0a3ee8fd287b5c5f1.gif',
'https://picua.org/images/2018/09/01/defa956906fb34a124dfd021d2418bb4.gif',
'https://picua.org/images/2018/09/01/2c5ce8d24c487d94d12aea7a16fcf4fa.gif',
'https://picua.org/images/2018/09/01/d9168e74d11930da6bde9454f44ae722.png',
'https://picua.org/images/2018/09/01/349dbd8c070c4331b0fab349b156e3ec.png',
'https://picua.org/images/2018/09/01/ffb5668708804fad3fb125bedd6b1417.png',
'https://picua.org/images/2018/09/01/9aff211c9af83f25e81e7f76b008e99b.png',
'https://picua.org/images/2018/09/01/be0befddb77bd84edfc5e99564323067.png',
'https://picua.org/images/2018/09/01/fb00226e18842ed8ec4a1fd836674817.png',
'https://picua.org/images/2018/09/01/39a3b3bff5417facddf91d0775836512.png',
'https://picua.org/images/2018/09/01/7ca4679feab137192d5cf794ec98cf65.gif',
'https://picua.org/images/2018/09/01/d801d90f0dc85e91364f65fd997a6301.png',
'https://picua.org/images/2018/09/01/a5935b334f9227ae2ee7ddd5b49a019b.gif',
'https://picua.org/images/2018/09/01/2e98c9596d2ac8721d97a4798304eea5.png',
'https://picua.org/images/2018/09/01/314eef72d6c051e694868eedbc951043.png',
'https://picua.org/images/2018/09/01/a63e318eacfcba062723d01c5f380950.gif',
'https://picua.org/images/2018/09/01/0d8a0b5554543c9682297678359d644c.png'
];

$('#button-smile').one('click',function(){$('#smilies-block').addClass('t-0');var vkl = '<div id="wrapper"><ul class="tabs" onclick="smilies();return 0;"><li class="t-0 active"><a>Стандарт</a></li></ul></div>';$('#smilies-area').prepend(vkl);for(var i in nabor){$('#post .tabs').append('<li class="t-'+i+'"><a>'+i+'</a></li>');$('#wrapper').append('<div class="t-'+i+'"></div>');$.each(nabor[i],function(q){$('div.t-'+i).append('<img src="'+nabor[i][q]+'" onclick=smile("--") />');})};$('.tabs li').click(function(){var thisClass=this.className;$('#smilies-area div[class^="t-"]').hide();$('div.'+thisClass).fadeToggle('slow');$('.tabs li').removeClass('active');$(this).addClass('active');}); });
</script>

<!-- Быстрое редактирование постов © Alex_63 // V.3 -->
<script src="https://forumstatic.ru/files/0015/c4/3f/97896.js"></script>

0

5

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

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

/* A1.1 */
@import url(style_cs.css);
@import url('https://fonts.googleapis.com/css?family=Amatic+SC|Anton|Bebas+Neue|Chewy|Dancing+Script|Fjalla+One|Gloria+Hallelujah|Gochi+Hand|Indie+Flower|Kaushan+Script|Knewave|Nanum+Brush+Script|Old Standard TT|Nanum+Pen+Script|Neucha|Pacifico|Playfair+Display|Yeseva One|Journalism|Caveat|Lobster|Calligraph|Quantico|Shadows+Into+Light|Shrikhand|Kobzarks|Nautilus|Sigmar+One&display=swap');

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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


/* 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: 940px;
    float: top center;
background-image: url(https://forumstatic.ru/files/001a/b7/25/21521.jpg); 
    padding: 0px 0px 0px 0px;
    background-repeat: repeat;
    background-position: center;
    background-attachment: no-fixed;
    border: 1px solid rgba(0, 0, 0, 0.53);
    box-shadow: 0 0px 15px 3px #000000b0 inset, 0 0 5px 4px #7f6464, 0 0px 3px 10px #401a14, 0 0px 0px 12px rgba(0, 0, 0, 0.37);
    outline: 1px solid #897878e6;
    outline-offset: px;
    background-color: #c3bebe;
}


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


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


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

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

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

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

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

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

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


#pun-index div.category h2, #pun-index #pun-stats h2 {
    width: 880px;
 text-align: center;
   font-family: Playfair Display;
    color: #464646;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 10px!important;
    margin-bottom: 5px;
    font-weight: bold;
 text-shadow: 0px 0px 4px rgba(77,83,86,.6);
}

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

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

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

/* B1.2 */
.punbb .post-sig dt {
display: block;
    text-align: center;
    border-top: 1px solid #b3b3b3;
    margin-left: 385px;
    padding-bottom: 5px;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
  }


/* B1.3 */
.punbb .post-content p {
  margin: 25px;
  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: 1.0em 1.8em 1.4em 1.8em;
    padding: 5px;
    padding: 0.5em;
    border-style: solid;
    background: rgba(128, 128, 128, 0.15);
    color: rgb(32, 33, 36) !important;
    outline: 1px solid #babab2;
} 


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


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

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

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

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


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

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

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

/* B3.3 */
.linkst .pagelink {
  position: absolute;
  top: -4em;
  left: 1em;
  width: 24em;
font-family: Tahoma!important;
    font-size: 10px!important;
    letter-spacing: 1px;
  }

/* B3.4 */
.linkst .postlink {
  position: absolute;
  top: -4em;
  right: 1em;
  width: 16em;
  text-align: right;
 font-family: Tahoma!important;
    font-size: 10px!important;
    letter-spacing: 1px;
  }

/* B3.5 */
.punbb .linksb {
  text-align: right;
  padding: 0.4em 1em 0.5em 1em;
  font-size: 1.1em;
font-family: Tahoma!important;
    font-size: 10px!important;
    letter-spacing: 1px;
  }

/* B3.6 */
.linksb .pagelink {
  float: left;
  width: 24em;
  text-align: left;
 font-family: Tahoma!important;
    font-size: 10px!important;
    letter-spacing: 1px;
  }

/* B3.7 */
.linksb .postlink {
  float: right;
  width: 16em;
font-family: Tahoma!important;
    font-size: 10px!important;
    letter-spacing: 1px;
  }

/* B3.8 */
.subscribelink {
  clear:both;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
font-family: Tahoma!important;
    font-size: 10px!important;
    letter-spacing: 1px;
  }


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

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

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

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

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span, .punbb select, .punbb input {
  margin: 0 1em 0 0;
    height: 20px;
    font-family: Tahoma!important;
    border: 1px solid #babab2;
    font-size: 10px!important;
    letter-spacing: 1px;
    outline: none;
  }

/* 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-family: Tahoma!important;
    font-size: 10px!important;
    letter-spacing: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

/* C2.1 */
.punbb .main .tcl {
  overflow: hidden;
  text-align: left;
  width: 50%;
 font-family: Tahoma;
 text-transform: lowercase; 
  }

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  text-align: center;
  width: 8%;
 font-family: Tahoma;
 text-transform: lowercase; 
  }

/* C2.3 */
.punbb .main .tcr {
  overflow: hidden;
  text-align: left;
  width: 30%;
 font-family: Tahoma;
 text-transform: lowercase; 
  }

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

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

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

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

/* C2.8 */
#pun-index .tcl h3 {
 font-size: 18px;
    letter-spacing: 1px;
    font-family: playfair display;
    font-weight: 600;
    text-transform: lowercase;
  }

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

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

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

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

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

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


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

.punbb td div.tclcon {
    text-align: justify;
    padding: 8px;
    background-color: #7777771c;
    border: 1px solid #ccc;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.12), 0px 0px 1px 1px rgba(0, 0, 0, 0.25);
    font-family: Playfair Display;
    font-size: 10.5px;
    text-transform: lowercase;
    font-weight: bold;
    color: #464646b0;   }

/* C2.16 */
.punbb  table div.icon {
  font-size: 1.05em;
  position: absolute;
  margin-left: -2.2em;
  }

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

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

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

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

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

#pun-viewtopic .post h3 {
    font-size: 8px;
    text-transform: lowercase;
    letter-spacing: 1px;
    color: #3f3e3e;
    background: rgba(128, 128, 128, 0.15);
    border: 1px solid #babab2;
    margin-bottom: 15px;
}

/* C3.5 */
.punbb .post .post-author {
    float: left;
    width: 220px;
    background-color: #47221e;
    background-image: url(https://forumstatic.ru/files/001a/b7/25/70042.jpg);
    text-align: center;
    margin-top: 15px;
    outline: 1px solid #a29b9bb0;
    outline-offset: 3px;
    font-size: 9px;
    font-family: Playfair Display;
    letter-spacing: 0.5px;
    text-transform: lowercase;
    color: #a7a494;
    box-shadow: 0 0 0px 2px #a7a494;
}


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

/* C3.7 */
.pa-author {
       font-size: 2em;
    font-weight: bold;
    margin-top: 7px;
    font-family: Playfair Display;
  background-color: rgba(0, 0, 0, 0.47);
    margin-bottom: 5px;
    padding: 5px 0px 10px 5px!important;
}


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

/* C3.9 */
li.pa-title {
    font-size: 7.5px;
    text-transform: lowercase;
    font-family: 'tahoma';
    color: #a7a49482;
    margin-left: 0px !important;
    margin-bottom: 12px;
    letter-spacing: 1.5px;
    margin-top: 5px;
}

li.pa-online {
    margin-top: 13px;
color: #a7a494;
    font-size: 8px;
 text-align: center;
    font-family: tahoma;
}

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

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

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

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

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

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

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

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


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

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

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

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

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


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

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

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


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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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

/* D1.4 */
#pun-title h1 span  {
color: #62151563;
    letter-spacing: 4px;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    font-size: 62px;
	}

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

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

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

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

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

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

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

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

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

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

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

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

/* D3.2 */
#pun-navlinks .container {
    padding: 0.7em 1em;
    text-align: center;
    font-family: Playfair Display;
    font-size: 11px;
    margin-top: -35px;
    font-weight: bold;
    text-transform: uppercase;
}

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

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

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

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

/* D4.2 */
#pun-ulinks .container {
  border-top: none;
  padding: 0.7em 1em;
  text-transform: lowercase; 
  text-align: center;
  font-size: 8px;
margin-top: -10px;
  }

/* 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 {
  padding: 0.8em 1em 1em 1em;
 text-align: center;
  font-family: Tahoma;
  font-size: 8px;
text-transform: uppercase;
    font-size: 7px;
  color: #464646;
 letter-spacing: 1px;
  }

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

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

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

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

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

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

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

/* D6.3 */
#pun-announcement .container {
  padding: 4.3em 1em 1em 1em;
  }

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

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

/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
 float: left;
  line-height: 60%;
   padding: 5px;
   font-size: 7px;
 background-color: rgba(128, 128, 128, 0.15);
  width: 210px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing:1px;
    margin-left: 3px;
      font-family: Tahoma;
  }

/* D7.3 */
 #pun-stats li.item4 {
  float: right;
  line-height: 60%;
   padding: 5px;
   font-size: 7px;
  background-color: rgba(128, 128, 128, 0.15);
  width: 410px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 3px;
  font-family: Tahoma;
  }

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


/* 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;
 font-family: Tahoma;
  text-transform: uppercase;
  font-size: 8px; 
  letter-spacing: 0.5px;
  text-align: justify;
  }

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

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

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

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

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

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

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

/* D8.7 */
#pun-crumbs2 .container {
  border-bottom: none;
  padding: 0.8em 1em;
  text-transform: lowercase;
  }

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

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


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

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

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

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

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

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

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

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

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

/*ОТКЛЮЧЕНИЕ ПЛАШКИ СМЕНЫ DNS*/
#dns-ip-replace-notify {display:none!important;}
#pun_wrap{position:static!important;}

красный недоделаный

0

6

Код:
/* для мобильных устройств */
body {
	min-width: 1100px!important;
}


/* фон */
body {
background-color: #0d0d0d!important;
background: url("https://forumstatic.ru/files/001a/b7/25/95751.jpg");
  background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
}


/* CS1 Background and text colours
-------------------------------------------------------------*/

/* CS1.1 */
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3,
.punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd,
.punbb .info-box, .punbb #pun-main .info-box .legend {
   background-color: #transparent;
  color: #333;
  }

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

/* CS1.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
   background-color: #transparent;
  color: #464646;
  }

/* CS1.4 */
#pun-title, #pun-title .container, .punbb .modmenu .container {
 background-color: #transparent;
  color: #333;
  }

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

/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
  background-color: #transparent;
  color: #333
  }

/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
  color: #282828;
  }

/* CS1.8 */
#pun-navlinks .container {
 background-color: #transparent;
  color: #2d2d2d;
  }

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

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

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

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-color: transparent;
  }

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

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

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

/* CS2.6 */
.punbb .quote-box, .punbb .code-box {
  border-color: transparent;
  }

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

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

.punbb .divider {
  border-color: transparent;
  }

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

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


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

/* CS3.1 */
.punbb a, .punbb a:link, .punbb a:visited,
.punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited {
  color: #6d6363;
  }

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

/* CS3.2 */
.punbb a:hover, .punbb a:focus, .punbb a:active,  .punbb-admin #pun-admain .nodefault,
.punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active {
  color: #565656;
  }

/* CS3.3 */
#pun-navlinks a {
  color: #565656;
  text-decoration: none
  }

/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #651c1c;
  }

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: #333;
  text-decoration: none
  color: #565656;
  }

/* CS4 Post status icons
 -------------------------------------------------------------*/

div.icon {border-color: #5808109e #5808109e #5808109e #5808109e;}
div.inew {border-color: #580810 #580810 #580810 #580810;}


/* не отображать */

.stickytext,.closedatafield, .li#navawards, .lastedit, .pl-reports, .topic .sharelink
{display:none!important;}
#button-keyboard, #button-files_rusff, #button-graffiti_rusff
{display: none !important;}
 #pun-main h1, #pun-debug h2 {display: none;}
.punbb .modmenu .container span {display: none;}
#pun-main div.catleft, #pun-main div.catright {display: none}
.pa-awards, .pa-gifts {display: none;}
#pun td .modlist, .modlist {display: none !important;}


/* убирает голубую обводку в форме ответа */
input, textarea { outline: none; }  input:active, textarea:active { outline: none; } :focus { outline: none; }


b, p strong {
    color: #565656;

}

/* выделение */
    ::selection { 
    background: none repeat scroll 0 0 #b7b6b0;
    color: #464646;
    opacity: 0.4;
    }  
*::-moz-selection {
    background: none repeat scroll 0 0 #b7b6b0;
    color: #464646;
}


/* прокрутка */
::-webkit-scrollbar-thumb:vertical {
background-color: #580810; height: 2px; 
}

::-webkit-scrollbar-thumb:horizontal {
background-color: #580810; height: 2px; 
}

::-webkit-scrollbar {
    background-color: #000000;
    height: 7px;
    width: 5px;
}

::selection {
    background: #97a5ad !important;
    color: #580810;
}


/* профиль */
.pa-posts, .pa-respect,  li.pa-fld1,  li.pa-fld4 {
 overflow: hidden;
    display: inline-block;
    width: 40px;
    margin-top: 5px!important;
    margin-bottom: 0px!important;
    font-size: 7.5px;
  letter-spacing: 1px;
  font-family: 'tahoma';
color: #a7a494;} 

.pa-respect a {color: #a7a494!important;}


.punbb .pa-avatar img {
    margin-bottom: 5px;
    border: 1px solid #44444487;
    box-shadow: inset 1px;
    box-shadow: 0 0px 10px #000000b0 inset, 0 0 3px #000000, 0 0px 6px #580810c4, 0 0px 0 6px #141012;
    border: 1px solid rgba(32, 33, 36, 0.62);
    box-shadow: 0 0px 9px #000000b0 inset, 0 0 4px 0px #000000, 0 0px 6px #800814, 0 0px 0 6px #141012;
    outline: 1px solid #5808106e;
    outline-offset: 5px;
}


#font-area, #size-area, #color-area, #table-area, #image-area, #imageup-area, #imageattach-area, #video-area, #addition-area {
background-color: #d7d6cf;
    color: #282828 !important;
width: 210px !important;
 margin: 2em auto 2em;
  padding: 2em;
 position: absolute;
    left: -135px;
    padding: 8px;
    margin-top: -35px;
  border-top: 1px solid #9c9d9e; 
border-bottom: 1px solid #9c9d9e; 
border-left: 1px double #9c9d9e; 
border-right: 1px double #9c9d9e; 
border-radius: 2px; 
box-shadow: 0 0 1px #9c9d9e; 
 max-height: 180px;
    overflow-y: auto;

}

0

7

Код:
<div id="pircs2"><!-- std.v.1/0/profilaktika --><link rel="stylesheet" type="text/css" href="http://hostjs-mybb2011.narod.ru/css/profilaktika.css" /><div id="msg-n2">У Вас отключён javascript.<br>В данном режиме, отображение ресурса<br/>браузером не поддерживается <br/></div><div id="LogIn_Window" style="display:none"><center>тест</center><br/><hr><br/><br/></div></div><!-- --><script type="text/javascript"> 
 
var ON_button=1; //Cвитч включения: 1 - включено!; 0 - выключено
var  moderDostyp_ON=0; //?Модер-доступ включён?: 1 - включен!; 0 - выключен
 
if(ON_button!=1||GroupID ==1||moderDostyp_ON*GroupID==2){
 $("style.#style_st,div.#pircs2").replaceWith("");}
  else {$("#msg-n2").replaceWith("");
 if(GroupID ==3) {$("#LogIn_Window").show();if(document.URL.indexOf("/login.php")==-1){
document.location.href = "../login.php"}else {
$(document).ready(function(){$("form#login").appendTo("#LogIn_Window");
$("#LogIn_Window").find("p.formsubmit a[href*='register.php']").text("");
var v=$("#LogIn_Window").find("p.formsubmit a[href*='action=forget']");
v.replaceWith("<span>Вход только для Администраторов</span>");});};}
else {document.location.href = "../login.php?action=out&id="+UserID};}
</script><!--end/profilaktika-->



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


<!-- Комментарии к репутации -->
<script type="text/javascript">
if(FORUM.PartnerVote.toString().replace(/function\s*\(post_id,vote\)\s*/,"")==="{return true;}")
FORUM.PartnerVote = function(post_id,vote){return false}
</script>

<!--Ускоряем загрузку--> </noscript><script type="text/javascript">
$().pun_mainReady(function(){$($('#Forum_header').text()).insertAfter($('#Forum_header'));});
//$('#Forum_header').remove();
</script>

<script type="text/javascript">
RusffCore.sets.share = false;
RusffCore.sets.show_reportBtn = 0;
</script>


<!-- быстрый плюс в теме -->
<script type="text/javascript">
RusffCore.sets.reputation = 0;
FORUM.PartnerVote = function (){return true};
</script>
<!-- конец -->


<!-- Отключить "сервис рекомендаций" -->
<script type="text/javascript">
rusffLive.enable = false;
</script>
<!-- конец -- >

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


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


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


<!------------------------------------------------ КАРТИНКА ---------------------------------------------->
<div style="position: absolute;
    margin-top: -125px;
    margin-left: 246px;"><img src="https://forumstatic.ru/files/001a/b7/25/15399.gif" style="border: 1px solid #3d302eab;">
</div>



<!-------------------------------------------- ЭПИЗОД И РОЗЫСК ----------------------------------------------->
<div style="width: 200px;
    position: absolute;
    margin-top: -93px;
    margin-left: 660px;
    padding: 5px;
    text-align: center;
    line-height: 11px;
    background-color: rgba(20, 20, 20, 0.23);
    border: 1px solid #33333338;
    font-family: Tahoma;
  font-size: 7px;
    color: #babab2ad;
    text-shadow: 1px 1px 1px #000000;
    text-transform: uppercase;
    letter-spacing: 1px;">
<font style="color: #babab2ad;
    font-size: 8px;
    letter-spacing: 3px;
    font-family: playfair display;
    font-weight: 600;
    text-transform: uppercase;">розыск:</font style> <a href="ссылка"><font style="color: #babab2ad;">name surname</font style></a> • <a href="ссылка"><font style="color: #babab2ad;">name surname</font style></a> • <a href="ссылка"><font style="color: #babab2ad;">name surname</font style></a> • <a href="ссылка"><font style="color: #babab2ad;">name surname</font style></a> <br> <br> 
<a href="ссылка" target="_blank"><img src="https://forumstatic.ru/files/001a/b7/25/75529.png" title="эпизод: название" class="Hoverbuttons"></a>
</div>

<!--------------------------------------------- ПОСТ И РОЗЫСК ------------------------------------------------->
<div style="width: 200px;
    position: absolute;
    margin-top: -93px;
    margin-left: 20px;
    padding: 5px;
    text-align: center;
    line-height: 11px;
    background-color: rgba(20, 20, 20, 0.23);
    border: 1px solid #33333338;
    font-family: Tahoma;
  font-size: 7px;
    color: #babab2ad;
    text-shadow: 1px 1px 1px #000000;
    text-transform: uppercase;
    letter-spacing: 1px;">
	<font style="color: #babab2ad;
    font-size: 8px;
    letter-spacing: 3px;
    font-family: playfair display;
    font-weight: 600;
    text-transform: uppercase;">пост <a href="ссылка"><font style="color: #babab2ad;">name surname:</font style></font style></a> Я вспомнил одну охоту на львов много лет тому назад. Ты двигаешься сквозь заросли...<br><br>
<a href="ссылка" target="_blank"><img src="https://forumstatic.ru/files/001a/b7/25/70218.jpg" title="постописец" class="Hoverbuttons"></a> <a href="ссылка" target="_blank"><img src="https://forumstatic.ru/files/001a/b7/25/70218.jpg" title="постописец" class="Hoverbuttons"></a> <a href="ссылка" target="_blank"><img src="https://forumstatic.ru/files/001a/b7/25/70218.jpg" title="постописец" class="Hoverbuttons"></a> <a href="ссылка" target="_blank"><img src="https://forumstatic.ru/files/001a/b7/25/70218.jpg" title="постописец" class="Hoverbuttons"></a> </div>

<!------------------------------------------------ НАВИГАЦИЯ ----------------------------------------------------->
<div style="width: 396px;
    position: absolute;
    margin-top: -27px;
    margin-left: 244px;
    padding: 2px;
    text-align: center;
    line-height: 11px;
    background-color: rgba(20, 20, 20, 0.57);
    border: 1px solid #33333338;
    font-family: Tahoma;
    font-size: 7px;
    color: #babab2;
    text-shadow: 1px 1px 1px #000000;
    text-transform: uppercase;
    letter-spacing: 1px;">
<a href="ссылка"><font style="color:#babab2ad;">сюжет</font style></a> // <a href="ссылка"><font style="color:#babab2ad;">бестиарий</font style></a> // <a href="ссылка"><font style="color:#babab2ad;">внешности и имена</font style></a> // <a href="ссылка"><font style="color:#babab2ad;">биржа труда</font style></a> // <a href="ссылка"><font style="color:#babab2ad;">гостевая</font style></a> 
</div>


<!------------------------------------------------ ИНФА ----------------------------------------------------->
<div style="width: 300px;
    position: absolute;
    margin-top: -190px;
    margin-left: 530px;
    padding: 5px;
    text-align: center;
    line-height: 11px;
    background-color: rgba(20, 20, 20, 0.23);
    border: 1px solid #33333338;
    font-family: Tahoma;
  font-size: 7px;
    color: #babab2ad;
    text-shadow: 1px 1px 1px #000000;
    text-transform: uppercase;
    letter-spacing: 1px;">
<a href="ссылка"><font style="color: #babab2ad;
    font-size: 10.5px;
    letter-spacing: 3px;
    font-family: playfair display;
    font-weight: 600;
    text-transform: uppercase;">name surname</font style></a> • <a href="ссылка"><font style="color: #babab2ad;
    font-size: 10.5px;
    letter-spacing: 3px;
    font-family: playfair display;
    font-weight: 600;
    text-transform: uppercase;">name surname</font style></a><br><br>
КРАТКАЯ ИНФОРМАЦИЯ: рокстоун, колорадо, сша, апрель 2020 
[nc-21, эпизоды, авторская мистика]
</div>


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


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

<!-------------------------------------- ПОДСКАЗКА. ЧАСТЬ 1 -------------------------------------->
<style>
#tooltip {
position:absolute;
background: rgba(0, 0, 0, 0.7); /* фон подсказки */
z-index: 999;
max-width:200px; /* максимальная ширина подсказки */
border:1px #566f9e; /* толщина. стиль и цвет рамки */
-moz-border-radius:4px;
-khtml-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
font-family: Tahoma; /* шрифт подсказки */
font-size: 8.5px; /* размер текста */
display:none;
color:#75716d; /* цвет текста */
text-align:center;
text-transform: uppercase;
padding:4px;
}
</style>

<!--выделить код. Alex_63 new.2019--> 
<script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/26102.js"></script>
<script>eval(select_text.toString().replace(/\}$/,'try{document.execCommand("copy")}catch(e){}}'))</script>
<script type="text/javascript">select_text.linkText = 'выделить [копируется сразу]' //текст ссылки</script>
<!-- конец -->



<!----------------------------------------- ПРОЗРАЧНОСТЬ БАННЕРОВ ----------------------------------------->
<script type="text/javascript">
    $(document).ready(function() {
        $('.Hoverbuttons').each(function () {
              var $span = $(this).css('opacity', 0.5); /* до наведения */
              $(this).hover(function () {
                $span.stop().fadeTo(600, 0.9); /*при наведении*/
             }, function () {
                $span.stop().fadeTo(600, 0.5); /*после наведения*/
              });
        });
    });
</script>


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

0


Вы здесь » Holy Ground » guest cloister » дизайн красный


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