У Вас отключён javascript.
В данном режиме, отображение ресурса
браузером не поддерживается
Мечта — это путеводная звезда в бесконечном мраке отчаяния. Когда театр жизни рушится вокруг, и финальный занавес небытия вот-вот опустится, мечта до последнего остаётся той несказанной репликой, что удерживает актрису на сцене. Мечта — это пролог и одновременно эпилог; тайная репетиция, когда надежда на успех давно потеряна, и единственное, что остаётся — хранить её отголоски в глубине души, ткать из них иллюзию о продолжении спектакля, хотя печальный сценарий давным-давно завершён. Тем не менее мечта, пусть и рождённая из иллюзий, — нечто большее, чем просто несбыточная фантазия. Мечта — это та сцена, которую мы создаём своими руками, даже когда вокруг остались лишь одни руины.

bubbletest

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

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


Вы здесь » bubbletest » Новый форум » дизайн venus


дизайн venus

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

1

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

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

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

/*кириллица*/

@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans+Pinstripe:ital@0;1&family=Amatic+SC:wght@400;700&family=Caveat:wght@400..700&family=Comforter+Brush&family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Dela+Gothic+One&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Great+Vibes&family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oi&family=Oswald:wght@200..700&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Pixelify+Sans:wght@400..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Prata&family=Press+Start+2P&family=Rubik+Mono+One&family=Seymour+One&family=Stalinist+One&family=Unbounded:wght@200..900&family=Viaoda+Libre&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

:root {
    --bg: url(https://forumstatic.ru/files/001c/45/70/44471.jpg);
    --header: url(https://forumstatic.ru/files/001c/45/70/87857.png);
    --foot: url(https://forumstatic.ru/files/001c/45/70/21744.png);
    --categoryone: url(https://forumstatic.ru/files/001c/45/70/54855.png);
    --categorytwo: url(https://forumstatic.ru/files/001c/45/70/54855.png);
    --categorythree: url(https://forumstatic.ru/files/001c/45/70/54855.png);
    --categoryfour: url(https://forumstatic.ru/files/001c/45/70/54855.png);
    --categoryfive: url(https://forumstatic.ru/files/001c/45/70/54855.png);
    --categorysix: url(https://forumstatic.ru/files/001c/45/70/54855.png);
    --online: url(https://forumstatic.ru/files/001c/45/70/57779.svg);
    --offline: url(https://forumstatic.ru/files/001c/45/70/52897.svg);
    --old-icon: url(https://forumstatic.ru/files/001c/45/70/36975.png);
    --new-icon: url(https://forumstatic.ru/files/001c/45/70/58342.png);

    --tooltip: #FFD7B9;
    --text2: #5a5a5a;
    --bg-1: #efefef;
    --bg-2: #737373;
    --bg-3: #EEEEEE;
    --bg-4: #f5f5f5;
    --bg-5: #FFFFFF;
    --bg-new: #F5F5F5;
    --text: #000000;
    --links: #f6b692;
    --scroll-1: #f4f3f1;
    --scroll-1d: #444352;
    --scroll-bg: #0E0E0E;
    --links-post: #85b2d2;

    --mainfont: 400 12px / 150% 'Mulish';
    --linkfont: 'Playfair Display';
}


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

/* A2.1 */

html, body {margin: 0;
     padding: 0;
}

body {
    margin: 0 auto 0px;
    padding: 0;
    background: var(--bg) center center;
    background-size: cover;
    background-attachment: fixed;
    background-color: #323338 !important;
    object-fit: none;
}

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

/* 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: auto;
  vertical-align: middle
  }


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

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

/* 3.3 */
.punbb textarea, .punbb optgroup {
    font: var(--mainfont);
    box-sizing: border-box;
    background: var(--bg-4);
    color: var(--text);
    font-size: 12px;
    border-radius: 15px;
    border: none;
}

.punbb select {
    font: var(--mainfont);
    box-sizing: border-box;
    background: var(--bg-4);
    border: 0px solid var(--ngbg-2);
    color: var(--text);
    width: 100% !important;
    font-size: 12px;
    height: 25px;
    border-radius: 35px;
    padding: 0px 4px;
}

.lastedit {
  display: none;
}


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


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

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

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

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

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

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

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

/* 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 {
    background: var(--bg-new);
    width: 1050px;
    margin: auto auto 100px;
    top: 111px;
    box-sizing: border-box;
    position: relative;
    border-radius: 10px;
}

/* A5.2 */
.punbb {
    font: var(--mainfont);
    text-transform: lowercase;
    height: auto;
    padding: 20px 12px 0 12px;
    outline-offset: -16px;
    margin-top: 290px;
}

/* .punbb .user-avatar .avatar-image {
    border: 3px solid var(--scroll-1);
} */

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

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

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

.punbb .post {
    padding: 0px 0px 10px 0px;
    width: 96%;
    margin-left: 18px;
}

  .category .container thead {
    display: none;
  }

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

/* A5.9 */
.punbb .container {
  border: none;
  }

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

#pun-index .category h2, #pun-stats h2 {
    height: 48px;
    border: 0;
    opacity: 1;
    font-size: 0;
    width: 972px;
    padding-bottom: 20px;
    margin-left: 23px;
}

/*#pun-index tbody.hasicon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 25px;
    width: 972px;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #EEEEEE;
    flex-direction: column;
}*/
 

#pun-index .category tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    margin: 0 25px;
    width: 972px;
margin-bottom: 20px;
}

/* #pun-index .category tr.inew {
    background: #E4E5DB;
}
*/

.category-1 h2 {
  background: var(--categoryone) no-repeat top center;
    width: 1050px;
    margin-left: -12px;
}

.category-2 h2 {
  background: var(--categorytwo) no-repeat top center;
    width: 1050px;
    margin-left: -12px;
}


.category-3 h2 {
  background: var(--categorythree) no-repeat top center;
    width: 1050px;
    margin-left: -12px;
}


.category-4 h2 {
  background: var(--categoryfour) no-repeat top center;
    width: 1050px;
    margin-left: -12px;
}

.category-5 h2 {
  background: var(--categoryfive) no-repeat top center;
    width: 1050px;
    margin-left: -12px;
}


.category-6 h2 {
  background: var(--categorysix) no-repeat top center;
    width: 1050px;
    margin-left: -12px;
}

.category-7 h2 {
  background: var(--categoryseven) no-repeat top center;
    width: 1050px;
    margin-left: -12px;
}


div#pun-category2, div#pun-category3, div#pun-category4, div#pun-category5, div#pun-category6, div#pun-category7 {
    margin-top: 0px !important;
}

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

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

/* B1.1 */
.punbb .post-content {
    padding: 20px;
    /* overflow: hidden; */
    /* text-transform: none; */
    text-align: justify;
    /* background-color: var(--bg-3); */
    border-radius: 10px;
    /* margin-left: -40px; */
    /* min-height: 362px; */
}

/* B1.2 */
.punbb .post-sig dt {
  display: block;
  border: none;
    width: 250px;
  margin: 5px 0;
  }

/* B1.3 */
.punbb .post-content p {
    margin: 0;
    padding: 0px 0 1em 0;
    line-height: 150% !important;
    text-transform: none;
    overflow: hidden;
}

.punbb .post-content a {
    color: var(--links-post) !important;
    font-weight: 900;
}

/* 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: auto;
}
.blockcode {
padding-top: 5px;
}
  }

/* B1.7 */
.punbb .post-content .scrollbox {
    width: 100%;
    overflow: auto;
    height: fit-content !important;
    padding-bottom: 9px;
}

/* B1.8 */

.punbb .post-content .quote-box {
    background: var(--bg-new);
    padding: 20px;
    margin-bottom: 10px;
    font-size: 11px !important;
    border-radius: 10px;
    margin-top: 16px;
}

.punbb .post-content .quote-box .qc-post-link {
margin-left: 20px!important;
}
.punbb .post-content .quote-box cite {
margin-left: 20px!important;
}

.code-box {
    background: var(--bg-new);
    padding: 5px 5px 5px 30px;
    margin-bottom: 10px;
    font-size: 11px !important;
    border-radius: 10px;
    margin-top: 16px;
    padding-top: 10px;
}

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
    display: block;
    /* padding: 11px 11px; */
    /* margin-bottom: 10px; */
    /* margin-top: -20px; */
    font-size: 12px !important;
    text-transform: lowercase;
    font: var(--mainfont);
    /* background: var(--links); */
    /* border-radius: 20px; */
    /* color: var(--bg-1) !important; */
    width: fit-content;
    margin-left: -20px;
    padding-top: 5px;
    position: relative;
    padding-right: 10px;
}

.punbb .code-box strong.legend a {
    color: var(--bg-1) !important;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
}

#pun-main .code-box .scrollbox pre {
    font: var(--mainfont);
    font-size: 12px;
}


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

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border: none;
  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: -3.5em;
    left: 1em;
}

#pun-main > div.linkst > div.pagelink > strong {
    padding: 0 4px;
}

#pun-main > div.linksb > div.pagelink > strong {
    padding: 4px 8px;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid var(--bg-3);
}


/* B3.4 */
.linkst .postlink {
    position: absolute;
    top: -4em;
    right: 2em;
    width: 16em;
    text-align: right;
    font-weight: bold;
}

/* B3.5 */
.punbb .linksb {
    text-align: right;
    padding: 5px 11px;
    font-size: 11px;
    margin: 0 13px 0 2px;
}

/* B3.6 */
.linksb .pagelink {
  float: left;
  width: auto;
  text-align: left;
  }

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

/* B3.8 */
.subscribelink {
  margin-right: 70px;
  }
.subscribelink a {
border-radius:20px!important;
}
 .postlink a{
border-radius:20px!important;
}


  .pa-reg {
    display: none;
  }

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

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

/* C1.1 */
.punbb .formal .container {
    padding: 0.7em 2.3em 1.1em 2.3em;
    background: var(--bg-1);
    border-radius: 10px;
}

/* C1.2 */
.punbb .formsubmit {
    padding: 0px 0 0 1.7em !important;
}

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  font: var(--mainfont);
  margin: 0 0.6em 0 0
  }

/* C1.4 */
.punbb fieldset {
  border: none;
  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 {
  font-size: 10px;
  }

/* C1.7 */
.punbb fieldset fieldset {
  border: 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: 0;
}


/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
    text-align: center;
    font-weight: 400;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 12%;
}

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


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

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

/* C2.8 */

#pun-index .tcl h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}

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

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

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

* html .tclcon {height: 1px}

.punbb tbody.hasicon td.tcl {
    width: 60%;
    padding-left: 30px;
}

/* C2.15 */
.punbb div.icon {
  border: none;
  margin-left: -20px;
  }

/* C2.16 
.punbb  table div.icon {
  float: left;
  display: block; 
  }*/

.punbb .main .tcr {
    overflow: hidden;
    text-align: left;
    font-size: 12px;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 45px 0 70px;
    width: 40%;
    color: var(--text2);
}

.punbb .main .tcr a.lastpost-link {
    font-size: 12px;
    font-weight: 800;
    color: var(--text);
    padding: 2px 4px 2px 4px;
}

  #pun-index .tcr a.lastpost-link:hover {
    border-radius: 10px;
    background: var(--links);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  }


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

/* C3.1 */
.punbb .post .container {
    border: none;
    margin-top: -1px;
    padding-bottom: 1px;
    border-radius: 0 0px 10px 10px;
    background: var(--bg-1);
}

/* C3.2 */
.punbb .post h3 {
  border: none;
  }

/* C3.3 */
.punbb .post h3 span {
    padding: 2px 18px;
    display: block;
}

/* C3.4 */
.punbb .post h3 strong {
    float: right;
    text-align: right;
    margin-top: -2px;
    padding-top: 1px;
    display: flex;
    color: #979797;
}

.post h3 img {
    margin: 0 7px;
    cursor: pointer;
    opacity: .2;
}



/* C3.5 */

.punbb .post .post-author {
    float: left;
    width: 225px;
    text-align: center;
    padding: 14px 0px 8px 0px;
    /* border-radius: 10px; */
    margin-top: 7px;
}

/* C3.6 */

.post-author {
    width: 210px;
    height: 100%;
    background: var(--bg-1);
    /* border-radius: 10px; */
}

.post-author ul {
  line-height: 11px;
  width: auto;
}

.topic .post .post-author ul {
    width: 203px;
    margin: 0px auto 6px auto !important;
    background-color: var(--bg-new);
    position: relative;
    border-radius: 10px;
    padding-top: 9px;
    padding-bottom: 18px;
    box-shadow: 0px -20px 20px -26px #c0b6bc;
}
.post-author .pa-author {
    background: #e6e2e4;
    text-align: center;
    font-size: 14px;
    font-style: unset;
    line-height: 144%;
    text-transform: lowercase;
    font-family: var(--mainfont);
    z-index: 1;
    position: relative;
    height: 17px;
    letter-spacing: .4px;
    width: 170px;
    margin-left: 0px;
    padding-bottom: 4px;
    left: 18px;
    top: -17px;
    border-radius: 10px;
    box-shadow: 0px 10px 10px -10px #77706f;
}

.post-author li.pa-online {
    background: var(--online) no-repeat;
    position: absolute;
    height: 29px;
    border: none;
    padding: 0;
    margin-top: -9px !important;
    margin-left: 88px;
    font-size: 0px !important;
    width: 36px;
    z-index: 9999;
}

.post-author li.pa-last-visit {
    background: var(--offline) no-repeat;
    position: absolute;
    height: 40px;
    border: none;
    padding: 0;
    margin-top: -9px !important;
    margin-left: 86px;
    font-size: 0px !important;
    width: 36px;
    z-index: 9999;
}

.pa-title {
    text-align: center;
    line-height: 144%;
    font-size: 8px;
    letter-spacing: 1px;
    margin: 6px 0px;
    color: var(--bg-2);
}

#pun-viewtopic .pa-avatar img {
    margin-top: 10px;
    max-width: 180px;
    border-radius: 4px;
}

.pa-fld2 .fld-name, .pa-fld3 .fld-name, .pa-fld5 .fld-name {
  display: none;
}

.pa-fld1 {
display: inline-block;
    font-size: 7px;
    padding: 2px 5px !important;
    margin-top: 4px !important;
    width: auto;
    text-transform: lowercase;
    color: var(--text5);
    line-height: 13px;
    height: auto;
    margin-bottom: 15px;
}

.pa-fld1 .fld-name:before {
    content: "";
    display: flex;
    background: url(https://forumstatic.ru/files/001b/c9/d8/40691.svg) no-repeat;
    width: 16px;
    height: 16px;
    justify-content: center;
    align-items: center;
}

.pa-fld2 {
    font-size: 10px;
    margin: -5px 13px 3px;
    padding: 3px 0 !important;
    color: #a6a0a3;
    border-top: 1px solid #e6e2e4;
    border-bottom: 1px solid #e6e2e4;
}

#pun-viewtopic li.pa-fld3 {
    width: 166px;
    margin: 9px 0px 10px 13px;
    font-size: 9px !important;
    line-height: 10px;
    text-align: left;
    border-top: 1px solid #e6e2e4;
    border-bottom: 1px solid #e6e2e4;
    background: #eeeeee82;
    padding: 10px 5px;
}

.pa-fld6 {
    position: absolute;
    bottom: -42px;
    max-width: 240px;
    letter-spacing: 0.25px;
    font-size: 9px;
    box-sizing: border-box;
    left: 10px;
}

.pa-posts, .pa-respect, .pa-fld4, .pa-fld5 {
    display: inline-block;
    font-size: 7px;
    padding: 2px 5px !important;
    margin-top: 4px !important;
    width: auto;
    text-transform: lowercase;
    color: var(--text5);
    line-height: 13px;
    height: auto;
    margin-bottom: 15px;
}

.pa-fld6 {
    position: absolute;
    left: 97px;
    z-index: 999999;
    top: -21px;
}


.pa-posts .fld-name:before {
    content: "";
    display: flex;
    background: url(https://forumstatic.ru/files/001b/c9/d8/58281.svg) no-repeat;
    width: 14px;
    height: 14px;
    justify-content: center;
    align-items: center;
    filter: opacity(0.4);
}

.pa-fld4 .fld-name:before {
    content: "";
    display: block;
    background: url(https://forumstatic.ru/files/001c/28/b9/75000.svg) no-repeat;
    width: 16px;
    height: 16px;
}

.pa-fld5 .fld-name:before {
    content: "";
    display: block;
    background: url(https://forumstatic.ru/files/001c/2b/8f/23912.svg) no-repeat;
    width: 16px;
    height: 16px;
}


.pa-respect .fld-name a:before, .gid3 .pa-respect .fld-name:before {
    content: "";
    display: flex;
    background: url(https://forumstatic.ru/files/001b/c9/d8/60724.svg) no-repeat;
    width: 14px;
    height: 14px;
    justify-content: center;
    align-items: center;
    filter: opacity(0.4);
} 

.pa-posts .fld-name, .pa-respect .fld-name, .pa-fld4 .fld-name, .pa-fld1 .fld-name, .pa-fld5 .fld-name {
    font-size: 0;
    display: flex;
    height: 16px;
justify-content: center;

}


/*.post-author .pa-fld1 {
    font-size: 10px;
    display: inline-block;
    font-weight: 300;
    color: var(--text2);
    position: relative;
    top: -1px;
    width: 200px;
    padding: 0 10px;
    text-align: left;
    line-height: 12px;
}*/

.pa-fld6 .fld-name {
    font-size: 0;
    display: flex;
    height: 16px;
    justify-content: center;
}

.pa-online {
    margin-top: 20px;
    font-weight: 700;
    font-size: 10px;
    color: var(--daybg-3);
}


/* C3.9 */

/* C3.11 */
.punbb .post-body {
    margin-left: 19.5em;
    border: none;
    padding: 0 0 1px 0;
}

/* C3.12 */
.punbb .post-box {
    padding: 0px 0px 0 0px;
    border-radius: 10px;
    /* background: var(--bg-3); */
    /* margin-left: 20px; */
}

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

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

/* C3.15 */
.punbb .post-links ul {
    padding: 0px 1em 0px 0px;
    height: 2em;
    line-height: 2em;
    margin-left: -19em;
    background: transparent;
    text-align: right;
    margin-bottom: 1px;
    margin-top: 12px;
    border-top: 4px solid #f5f5f5;
}

/* 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 26px !important;
    text-align: right;
    font-size: 12px;
}

/* 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;
display: flex;
    flex-direction: column;
  }

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

/* C6.4 */
#viewprofile ul {
  border: none;
  padding: 1.5em 18px 0.8em 18px;
  margin: 0 0 1em 0;
  }
#profilenav ul {
background-color: var(--bg-3);
border-radius: 10px;
padding: 10px;
    padding-bottom: 0;
margin: 0 0 1em 0;
}

/* C6.5 */
#viewprofile h2, #profilenav h2 {
    /* margin: 0 14px -0.6em 14px; */
    background: var(--bg-4);
    padding: 0px 4px 0px 4px;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    text-align: left;
    align-self: flex-start;
    border-radius: 8px;
}

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

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

/* C7.3 */
#pun-userlist .usertable table {
  border: none;
  }


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

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

/* D1.1 */
#pun-title {
  display: none;
  }

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

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

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

#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: 468px;
}

/* 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%;
    color: var(--links-post);
    border-radius: 10px;
    background: var(--links);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  }

/* 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 {
    text-align: center;
    height: 0px;
}

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

/* D3.4 */
#pun-navlinks li a {
    font-size: 12px;
    color: var(--text);
    letter-spacing: 1px;
    font-weight: 800;
    padding: 2px 4px 2px 4px;
}

#pun-navlinks li a:hover {
    border-radius: 10px;
    background: var(--bg-5);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

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

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

/* D4.2 */
#pun-ulinks .container {
    text-align: center;
    text-transform: lowercase;
    font-family: var(--mainfont);
    font-size: 10px;
    font-style: normal;
    width: 1050px;
    margin-top: -50px;
    margin-left: -12px;
    padding: 2px 0px 4px 0px;
}

#pun-ulinks .container a {
    color: #AAAAAA;
}

#pun-ulinks .container a:hover {
    color: var(--text);
    border-radius: 10px;
    background: var(--links);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
    display: inline;
    color: var(--scroll-bg);
}

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

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

/* D5.1 */
#pun-status, #pun-status .container {
    border: none;
    background-color: transparent;
    margin-top: 16px;
}

/* D5.2 */
#pun-status .container {
    left: 9px;
    margin-bottom: 24px;
    color: var(--text);
    font-family: var(--mainfont);
    font-size: 10px;
    width: 975px;
    margin-top: -9px;
    margin-left: 25px;
    margin-right: 25px !important;
}

  #pun-status .item4 {
    display: none
  }

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

/* D5.4 */
#pun-crumbs1 {
    border: none;
    overflow: hidden;
    margin: -17px 0 0 0;
}

/* D5.5 */
#pun-crumbs1 p.container {
    font-family: var(--mainfont);
    font-size: 10px;
    color: var(--text);
    border: none;
    background-color: transparent;
    margin: 0 25px;
}

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

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

/* D6.1 */

#pun-announcement {
    position: absolute;
    top: 0px;
    height: 70px;
    margin: 0 !important;
}

#pun-announcement h2 {
  padding: 0;
  margin: 0 1em -3.5em 1em;
  border: none;
  position: relative;
  font-weight: bold;
  }

/* D6.2 */
#pun-announcement h2 span {
    padding: 0em;
    display: none;
}

#pun-announcement .container {
    /* margin: 1em 2em 2em 2em; */
    background: var(--bg-4);
    padding: 16px;
    border-radius: 10px 10px 0 0;
    height: 41px;
    margin-left: -12px;
    /* border-top: 8px solid white; */
    /* border-image: url(https://forumstatic.ru/files/001c/28/b9/39417.svg); */
}

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

/* D7.1 */
#pun-stats .container {
    background: transparent;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 1010px;
    margin: 0 8px;
    justify-content: center;
}

/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
  border: none;
  }

/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
  border: none;
  }

  #pun-stats h2 {
    display: none;
  }
/* D7.4 */
li#onlinelist {
  border: none;
  }

/* D7.5 */
li#onlinelist div {
  border: none;
  }

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

/* D8.4 */
#pun-about .container {
    border: none;
    text-align: center;
    line-height: 150%;
    padding: 0.8em 1em;
    position: relative;
    top: 110px;
    z-index: 1;
    font-size: 9px;
}

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

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

/* D8.7 */
#pun-crumbs2 .container {
    border: none;
    padding: 0.8em 28px;
    font-size: 12px;
}

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

/* D8.9 */
div.punbb-admin #pun-about .container {
  border: none;
  }


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

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

/* D9.2 */
#pun-help .formal .info-box h3.legend span {
  padding-bottom: 0.6em;
  display: block;
  border: none;
  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;
  }

#pun-index.punbb th,#pun-viewforum.punbb th{
  font-size:0!important;
  color:transparent!important;
  height:0!important;
  padding:0!important;
  border:0!important;
}

::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    background-color: var(--scroll-bg);
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--scroll-1);
    border-radius: 0px;
}

::selection {
    background: var(--tooltip);
    color: var(--text);
}

.plashesvirus::-webkit-scrollbar-thumb {
  background: var(--scroll-bg);
  border-radius: 10px;
}


.plashesvirus::-webkit-scrollbar {
  background: transparent;
  height: 3px;
}

/* 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: var(--text) !important;
    font: var(--mainfont);
}



/* CS1.2 */
.punbb .post h3 {
    color: var(--text);
    background: var(--bg-1);
    border-radius: 10px 10px 0 0;
}


.punbb .post .container,  {
    color: var(--text);
    background: var(--bg-1);
    border-radius: 10px 10px 0 0;
}

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

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


.punbb .modmenu .container span {
  display: none;
}

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


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

#pun-main .post h3 span {
    font-size: 9px;
    height: 17px;
    margin-bottom: 4px;
    position: relative;
}

/* CS1.7 */

  li#navlogout a span {
    text-align: right;
  }

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

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


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

.punbb .post-body {
    text-transform: none;
    text-align: justify;
    border-radius: 10px;
}


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

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

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

/* CS2.5 */
.punbb th {
  border: none;
  }

/* CS2.6 */
.punbb .quote-box, .punbb .code-box {
    border: 1px solid #e1e1e1;
}

.punbb .code-box {
display: flex;
}

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

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

.punbb .divider {
  border: none;
  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border: none;
  }


/* 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: var(--text);
}

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  -webkit-transition: all 0.6s ease;;
  -moz-transition: all 0.6s ease;;
  -o-transition: all 0.6s ease;;
  transition: all 0.6s ease;
  }


/* 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 {
    border-radius: 10px;
    background: var(--links);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  }

/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
    border-radius: 10px;
    background: var(--links);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  }

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  color: var(--bg-1);
  background-color: var(--text);
    padding: 2px 4px 2px 4px;
  }


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

div.icon {
  border: none;
}
tr.iredirect div.icon {
  border-color: none;
}
div.inew {
  border: none; 
}

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

/*Скрыть список Модераторов на Главной*/
.punbb .tcl .modlist {
  display: none;
}

#pun-index .tc2, #pun-index .tc3, #pun-index .tcmod {
  display: none;
}

li#onlinelist div {
    border: none;
    padding: 6px 20px;
    text-align: justify !important;
    color: var(--text);
    font: var(--mainfont);
    font-size: 11px;
    text-transform: lowercase;
    width: 967px;
    font-weight: 500;
}

li#onlinelist {
  margin-top: 10px;
  color: var(--text);
  font: var(--mainfont);
  font-size: 10px;
  text-transform: lowercase;
  width: fit-content !important;
}


#pun-stats li.item1, #pun-stats li.item2, #pun-stats li.item3, #pun-stats li.item4 {
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    color: var(--bg-2);
    text-align: center;
    font: var(--mainfont);
    font-size: 9px;
    width: 192px;
    border-radius: 30px;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    left: -2px;
    line-height: 11px;
    margin: 0 10px;
    background: var(--bg-3);
    font-weight: 600;
    height: 24px;
}

#pun-index .tclcon h3 a {
    /* text-transform: uppercase; */
    font-size: 24px;
    /* margin-left: 12px; */
    font-weight: 500;
    font-family: var(--linkfont);
    font-style: italic;
    border-radius: 30px;
}

#pun-index .tclcon h3 a:hover{
    border-radius: 30px;
    color: var(--links);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
    background: transparent;
}

#pun-index .tcl {
    padding: 23px 36px 13px 77px;
    /*background: var(--bg-5);*/
  border-radius: 20px;
}

#pun-main > div > h2 > span {
    font-size: 0px;
}


/*стиль подфорума*/

.tclcon {
    position: relative;
    padding-left: 15px;
    text-align: justify;
    font-size: 10px;
    margin: 0px 0px 9px;
    margin-left: 5px;
    line-height: 12px;
    color: var(--bg-2);
}

.tclcon::before {
    content: "";
    position: absolute;
    left: 0px;
    height: 100%;
}

#pun .user-avatar .avatar-image {
    width: 26px;
    height: 26px;
    filter: grayscale(1);
    opacity: .5;
}

#pun-index .user-avatar {
  display: block
}

#pun-navlinks .container {
    text-transform: lowercase;
    display: inline-block;
    margin-top: 15px;
    word-spacing: 9px;
    width: 1050px;
    left: 0px;
    height: 26px;
    background-color: var(--tooltip);
    padding-top: 5px;
    position: absolute;
}

#pun-main .pagelink {
    font: var(--mainfont);
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    text-align: justify;
    color: var(--text);
    margin-top: 10px;
    margin-left: 14px;
}

#pun-main .postlink {
    color: var(--links);
    font-size: 11px;
}

.linksb a, .linkst a {
    background: var(--bg-3);
    padding: 4px 8px;
    color: var(--ngbg-1) !important;
    font-weight: 500;
    border-radius: 2px;
    color: var(--text) !important;
    border-radius: 2px;
}

  .linksb a:hover, .linkst a:hover {
    color: var(--links-post);
    border-radius: 10px;
    background: var(--links);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  }

.punbb table Div.icon {
    background: var(--old-icon);
    width: 70px;
    height: 70px;
    margin-left: -60px;
    position: absolute;
    margin-top: -4px;
}

.punbb table div.inew {
    background: var(--new-icon);
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    margin-left: -60px;
    position: absolute;
    margin-top: 2px;
}

.tclcon .byuser {
    display: block;
    color: var(--text)!important;
    margin-top: 4px !important;
}

#pun-viewforum table Div.icon, #pun-messages table Div.icon, #pun-searchtopics table Div.icon {
  background: var(--text);
  background-position-y: 93px;
  display: block;
  float: left;
  height: 6px;
  margin-left: 0px;
  margin-right: 15px;
  margin-top: 7px;
  position: relative;
  width: 6px;
  border-radius: 100%;
  box-sizing: border-box;
}


#pun-viewforum TR.inew Div.icon, #pun-messages TR.inew Div.icon, #pun-searchtopics TR.inew Div.icon {
  background: var(--links)!important;
}


#pun-viewforum TR.isticky Div.icon, #pun-messages TR.isticky Div.icon, #pun-searchtopics TR.isticky Div.icon {
  background: var(--text);
}


#pun-viewforum TR.iclosed Div.icon, #pun-messages TR.iclosed Div.icon, #pun-searchtopics TR.iclosed Div.icon {
  background: var(--text);
}


#pun-viewforum .forum a, #pun-messages a .forum, #pun-searchtopics .forum a {
  color: var(--text)
}


#pun-viewforum .forum a:hover, #pun-messages a:hover .forum, #pun-searchtopics .forum a:hover {
    border-radius: 10px;
    background: var(--links);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}


#pun-viewforum .tcr, #pun-messages .tcr, #pun-searchtopics .tcr {
  color: var(--text);
}


 /*кнопки*/
.go-up, .go-down {
    cursor: pointer;
    display: none;
    margin-bottom: 0px;
    margin-left: 1053px !important;
    opacity: 1;
    position: fixed;
    z-index: 9999;
    padding: 0px 0px;
    transition: transform 1s cubic-bezier(0.72, -0.01, 0, 1) 0s;
    width: 90px;
    height: 65px;
}

.go-up {
    top: 50%;
}

.go-down {
    top: 53%;
    margin-left: 1033px !important;
}

.go-up:hover, .go-down:hover {
    transform: scale(1.2)
}

/*ползунок размер шрифта*/
.FNTslider {
    position: absolute;
    z-index: 99;
    background: var(--bg-1);
    width: 110px;
    height: 4px;
    margin: 3px 5px;
    border: solid 1px var(--scroll-1);
    border-radius: 10px;
    left: 615px;
    top: 5px;
}

.FNTslider .before {
    height: 5px;
    border: solid 1px var(--scroll-1);
    border-right: none 0;
    position: absolute;
    background: var(--scroll-1);
    margin: -1px 0px;
    border-radius: 5px;
}

.FNTslider .thumb {
    width: 9px;
    height: 9px;
    position: relative;
    top: -5px;
    left: 28px !important;
    background: var(--bg-1);
    cursor: pointer;
    border: 3px solid var(--scroll-1);
    border-radius: 10px;
}


/*разделитель тем*/
.td-divider {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
}

.td-divider span {
    background: var(--bg-3);
    font-size: 12px;
    padding: 0px;
    border-radius: 5px;
    color: var(--text);
    font-weight: 400;
    text-align: center;
    width: 1014px;
    position: absolute;
    left: 18px;
}

 /*это интересно*/

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


/*кнопки*/

#file_upload_input {
  padding: 10px 10px 0px 10px!important;
}

input.button, #pa-edit strong a {
    background: var(--bg-new) !important;
    color: var(--ngbg-1) !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    text-transform: lowercase;
    border: none !important;
    font-family: var(--mainfont);
    border-radius: 20px;
    padding: 6px 10px 8px;
}

input.button:hover, #pa-edit strong a:hover {
  background: var(--links) !important; /*было - --bg-3, стало - --scroll-bg*/
    border-radius: 10px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#pun-main .formal textarea {padding: 10px;}

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

.topic a.sharelink {
  display: none;
}

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

.tc2 .user-avatar, .tcr .user-avatar {
  display: none;
}

/*ссылки в подфорумы и подфорумы*/

.virusdescription {
    font-size: 10px;
    line-height: 13px;
    margin-left: 13px;
    font-weight: 300;
}

.button_f {
    display: flex;
    gap: 5px;
    margin: 11px 0;
    flex-direction: row;
    flex-wrap: wrap;
    border-top: 1px solid #d4d4d48f;
    border-bottom: 1px solid #d4d4d48f;
    padding: 4px 0;
    width: fit-content;
    background: var(--bg-1);
}

.button_forum {
    width: fit-content;
    text-transform: uppercase;
    padding: 0 3px;
    border-radius: 40px;
}

.button_forum a {
    color: var(--text) !important;
    font-weight: 700;
    letter-spacing: .5px;
}

.button_forum a:hover {
    color: var(--links-post);
    border-radius: 10px;
    background: var(--links);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#onlinelist a {
    color: var(--text);
}

#onlinelist a:hover {
    border-radius: 10px;
    background: var(--links);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#onlinelist a[href$="/online.php"], #onlinelist a[href$="/userlist.php"] {
  color: var(--links-2)!important;
}

#onlinelist a[href$="/online.php"]:hover, #onlinelist a[href$="/userlist.php"]:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}


.punbb .section h2 span, #pun-stats h2 span, #pun-debug h2 span, .punbb h1 span, #post-form > h2, .punbb legend span {
    font-weight: 700;
    font-size: 12px !important;
    font-style: normal;
    text-align: center;
    display: block;
    margin: auto;
    height: 17px;
    color: var(--text);
}


#pun-main > div.forum > div > table > tbody > tr:nth-child(1) > td.tcl {
    width: 50%;
}

#pun-main > div.forum > div > table > tbody > tr:nth-child(2) > td.tcl {
    width: 50%;
}


#post > fieldset:nth-child(2) > legend {
  display: none;
}

#pun-main h1 span {
  display: none;
}

#pun .post-content .spoiler-box > div {
    color: var(--links-2);
    font-size: 12px;
    font-weight: 700;
    padding-left: 16px;
    display: flex;
    background: transparent;
    border-radius: 50px;
    width: fit-content;
    align-items: stretch;
}


#pun .post-content .spoiler-box > div:before {
    content: "";
    display: block;
    background: url(https://forumstatic.ru/files/001c/45/70/80839.png);
    width: 26px;
    height: 26px;
    margin-left: -27px;
    margin-right: 10px;
    opacity: .6;
    border-radius: 20px;
    margin-top: -5px;
}

#pun .post-content .spoiler-box > div.visible:before {
    transform: rotate(180deg);
}

.post-content .spoiler-box > blockquote {
    padding-top: 0.4em;
    display: none;
}

#pun-report .inner, #pun-reputation .inner, #pun-admin-award-form .inner {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -135px 0 0 -384px;
  width: 768px;
  z-index: 9999;
  border-radius: 15px;
  background: var(--bg-3);
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  -khtml-box-shadow: none!important;
}

.pa-respect a[href*="&v=0&cod"], .pa-respect a[href*="&v=1&cod"] {
    display: inline-block;
    position: absolute;
    margin-top: -4px;
    margin-left: -11px;
}

.pa-respect a[href*="&v=1&cod"] img, .pa-respect a[href*="&v=0&cod"] img {
    height: 10px;
    width: 10px;
    position: absolute;
    top: 4px;
}

.pa-respect a[href*="&v=1&cod"] {
    background: var(--plus) center 100% no-repeat; /*картинка для  + */
    opacity: .7;
}


.pa-respect a[href*="&v=0&cod"] {
  background: var(--plus) center  100% no-repeat; /*картинка для  - */
}

.punbb input {
    background: var(--bg-new);
    color: var(--text);
    height: 23px;
    padding: 0 10px;
    border: 0px solid var(--ngtext2);
    border-radius: 20px;
}

#font-area, .popup_graffiti, #size-area, #image-area, #color-area, #addition-area, #video-area, .inner .popup_graffiti, #table-area, #keyboard-area, #smilies-area, #spoiler-area {
    color: var(--text);
    border: 1px solid var(--scroll-1) !important;
    background: var(--bg-1);
    border-radius: 0 0 5px 5px;
    padding: 10px !important;
    margin-top: -18px;
}

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

#font-area {
  height: 200px;
  overflow-y: auto;
}

.pun-modal .modal-inner {
    width: 700px;
    max-width: 94%;
    height: auto;
    max-height: 44em;
    margin: 12% auto 0;
    box-shadow: 0 0 14px rgba(0,0,0,.3);
    position: relative;
    z-index: 120000;
    overflow: hidden;
    background: var(--bg-1);
}


#rep_form .tcl {
    width: 20%!important;
}

li.pa-ip {
    font-size: 7px;
    margin-top: 5px;
    color: #7a7a7a;
}

/*страница репутации*/

#pun-main > div.section > div > table > tbody > tr {
    width: 955px;
    font-size: 11px;
}

#pun-main > div.section > div > table > tbody > tr > td.tcr {
    width: 355px!important;
}

/*отключить пожаловаться и поделиться*/

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

#pun-main > div.linksb > div.postlink > span.closed  { 
    display: none; 
}

#messages > fieldset > div > div > table {
    width: 740px;
}

#pun-main > div.topic > div > div > div.post-author > ul {
    color: var(--text);
}

select#ctl_regselect {
    margin-bottom: 8px;
}

/*всплывающие подсказки при наведении*/
#tooltip {
    position: absolute;
    background: var(--tooltip);
    z-index: 999;
    max-width: 180px;
    border: none;
    border-radius: 15px;
    font-family: var(--mainfont) !important;
    font-size: 10px;
    display: none;
    text-align: center;
    padding: 5px 10px;
    text-transform: lowercase;
}


/*откл подар*/
li.pa-gifts {
    display: none;
}


/*БыстроПлюсы для Топика!*/
.noNull:before {
  content: "+";
  font-size: 9px;
  display: inline-block;
  margin-left: -6px;
  margin-top: 0px;
  position: absolute;
}
div .post-rating {
padding:14px 7px 0px 0 !important;
}

div .post-rating p>a {
    text-align: center;
    outline: 1px solid transparent;
    font-weight: 700;
    background: url(https://forumstatic.ru/files/001c/28/b9/23958.svg) no-repeat center;
    opacity: 0.5;
    background-size: 29px auto;
    position: relative;
    padding-left: 1px;
    z-index: 3;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 9px !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    letter-spacing: 1px;
    color: var(--text);
    margin-top: 5px;
    margin-right: 17px;
    margin-bottom: 17px;
}

div .post-rating p>a:hover {
    background: transparent;
    color: var(--links);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

div.dark-style .post-rating p>a {
  color: #6BC8AF !important;
}

div.post-vote {
    margin-bottom: 65px;
}

div.post-vote p>a {
    font-size: 0 !important;
    position: absolute;
    cursor: pointer;
    z-index: 200;
    width: 20px;
    height: 20px;
    background: url(https://forumstatic.ru/files/001c/28/b9/93997.svg?v=1) no-repeat;
    filter: brightness(0.7);
    display: block;
    background-size: 100%;
    margin-left: -9px;
    margin-top: 8.5px;
    z-index: 1;
    opacity: .7;
}

.post.dark-style div.post-vote p>a {
  background: url(https://forumstatic.ru/files/0012/d8/04/38128.png?) no-repeat;
  background-size: 100%;
}



/* профиль */
#viewprofile-next .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 30px 5px 0 !important;
	padding: 10px !important;
	position: relative;
}

#viewprofile ul {
	padding: 0 !important;
	margin: 0 !important;
}

#viewprofile-next #profilenav {
	display: none
}

#viewprofile tr {
	display: flex;
}

#viewprofile #profile-left {
    padding: 0px !important;
    padding-bottom: 14px !important;
    width: 220px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: var(--bg-3);
    border-radius: 10px;
    align-items: center;
    height: fit-content;
}

#viewprofile #profile-left li, #viewprofile #profile-left div, #viewprofile #profile-left strong {
	padding: 0 !important;
}

#profile-left li+li {
	margin-top: 0px;
}


#pun #profile-name {
  color: var(--text);
width: 180px;
height: 17px;
font-family: var(--mainfont);
font-weight: 400;
font-size: 12px;
line-height: 17px;
background: var(--bg-1);
text-align: center;
margin-top: 10px;
border-radius: 16px;
}

#pun #pa-avatar div>img {
border-radius: 5px;
}

#pun #pa-online strong {
background: var(--online) no-repeat;
    height: 30px;
    width: 30px;
    font-size: 0px !important;
}

#profile-right {
	gap: 5px;
	width: auto !important;
padding: 10px!important;
	box-sizing: border-box;
	flex: 1;
	margin-left: 10px;
background: var(--bg-3);
border-radius: 10px;
}


#profile-right li strong {
	flex: auto;
	font-weight: normal;
	padding: 5px !important;
	margin: 0 !important;
}

#pun #profile-right li span:first-child {
    /* float: none; */
    /* margin: 0; */
    width: auto;
    /* font-size: 10px; */
    /* color: var(--text); */
    /* font-weight: 400; */
    /* margin-bottom: 1px; */
    /* background: var(--bg-4); */
    border-radius: 36px;
    height: 13px;
    /* display: flex; */
    align-items: center;
}

#pa-invites,
#pa-gifts,
#pa-awards {
	display: none !important;
}

li#pa-fld3 {
    width: 400px;
}

li#pa-fld1 {
    display: none;
}

li#pa-fld2 {
    width: 318px;
}

li#pa-email {
    width: 373px;
}

li#pa-fld4 {
    width: 250px;
}

li#pa-fld5 {
    width: 171px;
}

li#pa-posts {
    width: 295px;
}


li#pa-last-post {
    width: 184px;
}


.punbb .user-avatar .isonline {
    background: #f9a780 !important;
}


#pun-index td.tcl {
    width: 695px;
    line-height: 14px;
    text-transform: lowercase;
    padding: 25px 40px 0px 75px;
    overflow: hidden;
}

div#post-form {
    margin: 0px 20px;
}

#viewprofile td {
    border: 0;
    padding: 0;
    overflow: hidden;
    margin-left: 60px;
}

0

2

Код:
/*шапка*/

.headvirus {
    background: var(--header);
    width: 1050px;
    height: 438px;
    margin: -137px 0 0 -12px !important;
    position: relative;
    border-radius: 10px;
    transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    position: absolute;
    top: -240px;
}


/*футер*/
div#html-footer {
    background: var(--foot);
    position: absolute;
    height: 117px;
    width: 1050px;
    left: 0px;
    margin-top: -16px;
    border-radius: 0;
    background-repeat: no-repeat;
}

/*звезда*/
.star {
    background: url(https://forumstatic.ru/files/001c/45/70/25098.svg);
    width: 158px;
    height: 158px;
    position: absolute;
}


.progress_text {
    position: absolute;
    z-index: 1;
    width: fit-content;
    background: #E3F3FF;
    padding: 6px 10px 6px 10px;
    font-family: 'Playfair Display';
    font-style: italic;
    font-size: 18px;
    border-radius: 20px;
}

.progress {
    position: absolute;
    top: 287px;
    left: 32em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 326px;
}

/*новостные плашки*/

.plash_v1 {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: -1em !important;
    overflow-x: auto;
    height: 30px;
    width: 73em;
    margin-left: 7.5em !important;
}

.plash2 {
    width: fit-content;
    padding: 3px 14px 4px 14px;
    background: #f6f1eb;
    border-radius: 100px;
    font-weight: 700;
    color: var(--scroll-bg);
    transition: all .3s cubic-bezier(.64,.51,.55,1.16) 0s !important;
    font-size: 10px;
    text-transform: lowercase;
    box-shadow: 1px 1px 2px #f6c3a6;
}

.plash2:hover {
    background: #e3f3ff;
}


.button_forum a {
    color: var(--text) !important;
    font-weight: 700;
    letter-spacing: .5px;
}

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 РЕНО by Deff //-->
<script type="text/javascript" src="https://forumstatic.ru/files/0012/d8/04/58219.js" addComment="1"></script>

<!-- Инструмент для добавления bb-кодов -->
<script src="https://mybb.kozhilya.ru/script/mybbcode.min.js"></script>
<!-- END Инструмент для добавления bb-кодов -->


     <!--всплывающие подсказки при наведении-->
      <script type="text/javascript" src="https://forumstatic.ru/files/001a/fa/d0/26671.js"></script>
      <!--//end//-всплывающие подсказки при наведении-->



<div class="headvirus">

<div class="progress">
<div class="progress_text">
     <!--прогресс начало-->
до открытия <b>7 дней</b>
 <!--прогресс конец-->
</div>
<div class="star">
</div>
</div>

<div class="plash_v1">
         <!--плашки-->
<a href="ссылка"><div class="plash2">название плашки</div></a>
<a href="ссылка"><div class="plash2">название плашки</div></a>
<a href="ссылка"><div class="plash2">название плашки</div></a>
<a href="ссылка"><div class="plash2">название плашки</div></a>
<a href="ссылка"><div class="plash2">название плашки</div></a>
<a href="ссылка"><div class="plash2">название плашки</div></a>
<a href="ссылка"><div class="plash2">название плашки</div></a>
<a href="ссылка"><div class="plash2">название плашки</div></a>
<a href="ссылка"><div class="plash2">название плашки</div></a>
<a href="ссылка"><div class="plash2">название плашки</div></a>
<a href="ссылка"><div class="plash2">название плашки</div></a>
<a href="ссылка"><div class="plash2">название плашки</div></a>
<a href="ссылка"><div class="plash2">название плашки</div></a>
<a href="ссылка"><div class="plash2">название плашки</div></a>
<a href="ссылка"><div class="plash2">название плашки</div></a>
         <!--конец плашки-->         
             </div>
         </div>


<!--отключить сервис рекомендаций, жалоба в сообщениях, теги, граффити, вложения, сервисные смайлы, сокращение ссылки-->
<script type="text/javascript">
        rusffcore.sets.show_reportbtn = 0;
        rusffcore.sets.tags = false;
        rusffcore.sets.graffiti = false;
        rusffcore.sets.files = false;
        rusffcore.sets.rusff_smilepack = 0;
        forum.set("editor.link.short_url", function() { return false; });
        </script>
          <!--конец--> 
      
         <!-- Пиар-вход v.2 -->
<script src="https://forumstatic.ru/files/0015/c4/3f/26781.js"></script>
<script type="text/javascript">
PR.nick = 'PR man'; //Ник PR-аккаунта
PR.pass = '1111'; //Пароль PR-аккаунта
PR.btn_text = 'PR'; //Надпись на кнопке PR-входа(или ссылка на картинку);
PR.set();</script>

<!---------------------------- <script type="text/javascript">
PR.nick = 'Reader'; //ник PR-аккаунта
PR.pass = '12345'; //пароль PR-аккаунта
PR.btn_text = 'Read'; //надпись на кнопке (или ссылка на картинку);
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>

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

<!-- Смена аватара в топике (в HTML верх) © Deff, Alex_63 -->
<link rel="stylesheet" type="text/css" href="https://forumstatic.ru/files/0015/c4/3f/67168.css" />
<script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/67169.js"></script>
<!-- конец -->

<!--Выделение кода в блоке "Код" с перемещение в буфер обмена // © Damassk, версия 2019г. --> 
<script type="text/javascript" src="https://forumstatic.ru/files/0016/4a/bf/98029.js"></script>
<script>eval(select_text.toString().replace(/\}$/,'try{document.execCommand("copy")}catch(e){}}'))</script>
<script type="text/javascript">select_text.linkText = '<img src="https://forumstatic.ru/files/001c/45/70/92544.png">' //текст ссылки</script>
<!-- конец -->

0

4

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

<!-- Музыка в постах и подписях (c) Emerael, Часть 2 в ХТМЛ-Низ -->
<script>
(()=>{
const selectors = [
'#profile-signature:contains("[audio=")', //подпись в профиле
'.parsedsig:contains("[audio=")', //предпросмотр подписи
'.post-body:contains("[audio=")', //посты и подписи в них
];
const replaceAudio = () => {
const containMusic = $(selectors.join(', '));
containMusic.each((_, el) => {
const re = /\[audio=([^\]]+)]([^[]+)\[\/audio\]/gmi;
el.innerHTML = el.innerHTML.replace(re, `<div class="audio-block"><span class="audio-title">$2:</span><audio controls src="$1">
  <span>ваш браузер не поддерживает HTML5 аудио. Вот взамен
     <a href="$1">ссылка на трек</a></span>
</audio></div>`);
});
};
replaceAudio();
$(document).on('pun_post', () => {replaceAudio()});
})();
</script>

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


<!-- подсказки -->
<script type="text/javascript">$(function() {$('.scrolling_box_inner img').tipsy({live:true, fade: true, gravity: 's slide-s'});});</script>

<!--убираем реакции-->
<script>
ReactionsPlugin.setConfig({
  disable: true
});
</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>
<!-- Конец Удаляем лишние строки после цитаты и кода // v.3 © Alex_63 -->

<!--Меняем Шрифт в Топике --> 
<style id=a_fnt>.post h3 img{margin:0 7px;cursor:pointer;}</style>
<script type="text/javascript">
function setcookieF(a,b,c){if(c){var d=new Date();d.setTime(d.getTime());d=new Date(d.getTime()+c)}if(a&&b)document.cookie=a+'='+b+(c?'; expires='+d.toGMTString():'');else return false}function getcookieF(a){var b=new RegExp(a+'=([^;]){1,}');var c=b.exec(document.cookie);if(c){c=c[0].split('=')}else{return false}return c[1]?c[1]:false}
 
a='<strong class=fnt style="width:auto;margin-right:40%;"><img src="https://forumstatic.ru/files/001b/c9/d8/61470.svg" alt="-" />Шрифт<img src="https://forumstatic.ru/files/001b/c9/d8/52982.svg" alt="+" /></strong>';$(".post:first h3 strong,.post:last h3 strong").after(a);
b_Fnt1='<style id=b_fnt>#main-reply,.punbb .post-content{font-size:';b_Fnt2='px;}</style>'
var c_Fnt;
N=getcookieF('c_Fnt')
 if(N){c_Fnt=parseFloat(N);setcookieF('c_Fnt',c_Fnt,30*24*60*60*1000)}else{var c_Fnt=Math.round(parseFloat($(".punbb .post-content").css("font-size")));}
 b_Fnt=b_Fnt1+c_Fnt+b_Fnt2; $("#a_fnt").after(b_Fnt);
function setFnt_Size(){
 b_Fnt=b_Fnt1+c_Fnt+b_Fnt2;
 $("#b_fnt").replaceWith(b_Fnt);//alert(b_Fnt)
 setcookieF('c_Fnt',c_Fnt,30*24*60*60*1000);
}
$(".post h3 img[alt='-']").click(function (){if(c_Fnt){c_Fnt--;setFnt_Size();}});
$(".post h3 img[alt='+']").click(function (){if(c_Fnt<38){c_Fnt++;setFnt_Size();}});
</script><!--End//Меняем Шрифт в Топике -->

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


<!-- Разделение тем: "Важные темы" и "Темы форума" // © Alex_63 -->
    <script type="text/javascript">if($('#pun-viewforum').length){$('tr[class$="isticky"]:first').before('<tr class="tr-divider imp"><td class="td-divider" colspan="4"><span>Важные темы</span><em></em></td></tr>');$('tr[class$="isticky"]:last').next('tr').before('<tr class="tr-divider st"><td class="td-divider" colspan="4"><span>Темы форума</span><em></em></td></tr>');$('.stickytext').remove()}</script>
    <!-- //End//-Разделение тем -->

  <!--кнопки вверх вниз-->
  <div class="go-up" id='ToTop'><img src="https://forumstatic.ru/files/001c/45/70/13490.png"></div>
  <div class="go-down" id='OnBottom'><img src="https://forumstatic.ru/files/001c/45/70/40622.png"></div>
  
  <script type="text/javascript">
  $(function(){
  if ($(window).scrollTop()>="250") $("#ToTop").fadeIn("slow")
  $(window).scroll(function(){
  if ($(window).scrollTop()<="250") $("#ToTop").fadeOut("slow")
  else $("#ToTop").fadeIn("slow")
  });
  if ($(window).scrollTop()<=$(document).height()-"999") $("#OnBottom").fadeIn("slow")
  $(window).scroll(function(){
  if ($(window).scrollTop()>=$(document).height()-"999") $("#OnBottom").fadeOut("slow")
  else $("#OnBottom").fadeIn("slow")
  });
  $("#ToTop").click(function(){$("html,body").animate({scrollTop:0},"slow")})
  $("#OnBottom").click(function(){$("html,body").animate({scrollTop:$(document).height()},"slow")})
  });
  </script>
  <!--кнопки вверх вниз-->



<!--замена коротких тире на длинные -->
<script type="text/javascript">
$('.post-content p').each(function(){
  function replacer(str){return str.replace(/-\s|–\s/gm,'— ');}
  var a = $(this).clone().wrap('<div></div>').parent().html();
  var b = a.replace(/>[^<>]+</gim,replacer);
  if(a!=b)$(this).replaceWith(b)
});
</script>
<!--конец замена коротких тире на длинные -->

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

<!--написано символов-->
<script>var a,L,epl=$("#main-reply"),str='<small id="plng">Написано символов: <b>00</b> </small>';epl.parents("#post-form").find(".formsubmit").append(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>
<!--конец -->

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

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

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


<!---сообщения в облаке>
<script type="text/javascript">
if(GroupID==3){
    $('.button[name="submit"]').click(function (){
      var TxtContent = $(this).parents('#post').find('#main-reply').val();
      $(this).parents('#post').find('#main-reply').val('[hide=99999]'+TxtContent+'[/hide]');
    });
}
</script>--->


<!-- подсказки для элементов без подсказок -->
<script>
$('li.pa-online').attr('title', 'сейчас онлайн');
$('li.pa-last-visit').attr('title', 'сейчас нет на форуме');
$('#pun-status .container .item5 a').attr('title', 'включить режим скрытности');
$('.postlink span.closed').attr('title', 'тема закрыта');
</script>


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

<!---------------------------- ЗАПРЕТ РЕКЛАМЫ РЕДАКТИРОВАТЬ ПРОФИЛЬ ------------------------->
<script type="text/javascript"> 
if(UserLogin=='owl' || UserLogin=='Ник2'&&document.URL.indexOf("profile.php")!=-1){$("#profile .container").replaceWith("<div style='color: red; padding: 10px 10px 10px 10px;'>Администратор запретил вам редактировать профиль.</div>");
}
</script>

<!----------------------------------------------- ВСТАВКА КАРТИНКИ ------------------------------------------->
<script>
var oldIMG="<td id=\"button-image\" title=\"Вставить картинку\"><img onclick=\"bbcode('[img]','[/img]')\" src=\"/i/blank.gif\"/><b><p style=\"z-index:20;position:absolute;height14px;margin:-22px 0 0 27px;\">2</p></b></td>"
$("#button-image").after(oldIMG);
</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 + '[url=' + url + ']ваша реклама[/url]'; $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('[align=center][url=https://mooryhome.rusff.me/][img]https://forumupload.ru/uploads/001c/2b/8f/3/103739.png[/img][/url][/align]' +'\n');

advertiseCodes.push('[align=center][url=https://mooryhome.rusff.me/][img]https://forumupload.ru/uploads/001c/2b/8f/3/648612.png[/img][/url][/align]' +'\n');

addAdvertiseLink(917);
</script>


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

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


<!--обтекание изображения 2.4.4-->
<script language="javascript">
$(function(){
$('td#button-link').before('<td id="floatbut" title="Обтекание изображения" style=\'background-image:url("https://forumstatic.ru/files/0015/dd/40/15488.gif")\'></td>');
$('#floatbut, .vibor').click(function(){
$('div#float').toggle();});
  });
elm=document.getElementsByTagName("div")
for(x in elm) if(elm[x].className=="post-content") 
{
post = elm[x].innerHTML;
if(post.indexOf("[/float]") != -1) {
floats = /\[float=(.*?)\]([^\[]*)\[\/float\]/gi
elm[x].innerHTML = elm[x].innerHTML.replace(floats, "<span style='float: $1; margin: 15px; text-align: $1;'>$2</span>")
}}
</script>
<div id="float" style="display:none; background: var(--bg-1); border: 1px solid var(--scroll-1); width: auto; padding: 8px; position: absolute; margin-top: -44%; margin-left: 35%; z-index: 20; border-radius: 0 0 5px 5px;">
<div><strong>Направление обтекания</strong></div><br>
<div align="center">
<img class="vibor" src="https://forumstatic.ru/files/0015/dd/40/52315.png" title="left" onclick="bbcode('', '')" />
<img class="vibor" src="https://forumstatic.ru/files/0015/dd/40/32241.png" title="right" onclick="bbcode('', '')" />
</div></div>


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


<!-- Аватар для гостя и по умолчанию / Deff, Alex_63 
mod by ForumD.ru  -->
    <script type="text/javascript">
    var DefAvtr = 'ссылка'; //Ссылка на аватар по умолчанию
    var GuestAvtr = 'ссылка'; //Ссылка на аватар для Гостя

   $('#pun-viewtopic,#pun-messages').find('.pa-author').each(function(){
      var b = DefAvtr;
      if (+$(this).parents('.post').attr('data-group-id') == 3) b = GuestAvtr;
      var s='<li class="pa-avatar item2"><img class="defavtr" src="'+b+'" alt="Аватар"/></li>';
      if($(this).parent().find('.pa-avatar').html()==null)$(this).after(s);
    });
    $('#profile-left strong:contains("Нет аватара")')
    .parent().html('<div><img src="'+DefAvtr+'"/></div>');
    </script>
<!-- Конец -->

0

5

Код:
<!-- ШРИФТЫ -->
<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 (
"Alumni Sans Pinstripe",
"Amatic SC",
"Caveat",
"Comforter Brush",
"Cormorant Infant",
"Dela Gothic One",
"EB Garamond",
"Great Vibes",
"Jost",
"Montserrat Alternates",
"Oi",
"Oswald",
"Philosopher",
"Pixelify Sans",
"Playfair Display",
"Prata",
"Press Start 2P",
"Rubik Mono One",
"Seymour One",
"Stalinist One",
"Unbounded",
"Viaoda Libre",
  );

  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 type="text/javascript">
SmilesNewArray=new Array(
'https://i.imgur.com/PWiAsAY.png',
'https://i.imgur.com/6Rb0ydT.png',
'https://i.imgur.com/5guRpa1.png',
'https://i.imgur.com/vSLQ5d1.png',
'https://i.imgur.com/FACizfe.png',
'https://i.imgur.com/jIj1ZGA.png',
'https://i.imgur.com/wNTmwSe.png',
'https://i.imgur.com/vqWWYNn.png',
'https://i.imgur.com/feu2UVH.png',
'https://i.imgur.com/m254jHU.png',
'https://i.imgur.com/RjXiZsz.png',
'https://i.imgur.com/kad2p6S.png',
'https://i.imgur.com/5zO03Fn.png',
'https://i.imgur.com/SdRuwFc.png',
'https://i.imgur.com/Jha33tH.png',
'https://i.imgur.com/xNgoMyS.png',
'https://i.imgur.com/cn5BLdw.png',
'https://i.imgur.com/o3yXO93.png',
'https://i.imgur.com/bjQvbbs.png',
'https://i.imgur.com/PhF4hSs.png',
'https://i.imgur.com/kwxS1pv.png',
'https://i.imgur.com/ycdvRRS.png',
'https://i.imgur.com/CSHjyWh.png',
'https://i.imgur.com/tUHlf38.png',
'https://i.imgur.com/SmzwBoi.png',
'https://i.imgur.com/0KViakY.png',
'https://i.imgur.com/fQ0Uwv9.png',
'https://i.imgur.com/2hzremu.png',
'https://i.imgur.com/5JTpkTd.png',
'https://i.imgur.com/XtDIjto.png',
'https://i.imgur.com/wUkiLS0.png',
'https://i.imgur.com/th5bIfn.png',
'https://i.imgur.com/i5uoyL5.png',
'https://i.imgur.com/c9ZcdOt.png',
'https://i.imgur.com/31aU46G.png',
'https://i.imgur.com/PL0Bmr7.png',
'https://i.imgur.com/VkmkxCk.png',
'https://i.imgur.com/AhIeJ66.png',
'https://i.imgur.com/E8Q2wLc.png',
'https://i.imgur.com/hmUceN8.png',
'https://i.imgur.com/LCTHHKi.png',
'https://i.imgur.com/UZCAOs5.png',
'https://i.imgur.com/r9iqf4v.png',
'https://i.imgur.com/FJ502Th.png',
'https://i.imgur.com/hfGiD4h.png',
'https://i.imgur.com/lSsWNAJ.png',
'https://i.imgur.com/8xAIrxF.png',
'https://i.imgur.com/69uZyBC.png',
'https://i.imgur.com/jRvaq3s.png',
'https://i.imgur.com/REcAaDF.png',
'https://i.imgur.com/D1nDDbL.png',
'https://i.imgur.com/14DkG9b.png',
'https://i.imgur.com/Xo1O6Ss.png',
'https://i.imgur.com/1k7fQWN.png',
'https://i.imgur.com/7dcXitl.png',
'https://i.imgur.com/aLgyVtM.png',
'https://i.imgur.com/ZcbuUdt.png',
'https://i.imgur.com/S89QMDP.png',
'https://i.imgur.com/vGCevCb.png',
'https://i.imgur.com/UBWX6nj.png',
'https://i.imgur.com/ekOulfw.png',
'https://i.imgur.com/MrjDjlf.png',
'https://i.imgur.com/PokEioF.png',
'https://i.imgur.com/jKyFIAA.png',
'https://i.imgur.com/dqWLc2N.png',
'https://i.imgur.com/AnytQrZ.png',
'https://i.imgur.com/mQ1v0nD.png',
'https://i.imgur.com/xi0NzPU.png',
'https://i.imgur.com/xEesPBy.png',
'https://i.imgur.com/rQYtIWg.png',
'https://i.imgur.com/QcnTECD.png',
'https://i.imgur.com/zouDy8i.png',
'https://i.imgur.com/p7yvKyA.png',
'https://i.imgur.com/3ipVvuo.png',
'https://i.imgur.com/4L4L6gr.png',
'https://i.imgur.com/WqopWap.png',
'https://i.imgur.com/DMbZbHT.png',
'https://i.imgur.com/l6o8IPu.png',
'https://i.imgur.com/3KcxZ4d.png',
'https://i.imgur.com/EgMpgI8.png',
'https://i.imgur.com/x3HUqPX.png',
'https://i.imgur.com/SzuGJI7.png',
'https://i.imgur.com/k2BDoi2.png',
'https://i.imgur.com/BmVNZRa.png',
'https://i.imgur.com/cgG2k5q.png',
'https://i.imgur.com/vSrIBOW.png',
'https://i.imgur.com/MQLSsIu.png',
'https://i.imgur.com/AYotcL7.png',
'https://i.imgur.com/xBggjss.png',
'https://i.imgur.com/hYejOAo.png',
'https://i.imgur.com/1urnmGY.png',
'https://i.imgur.com/Sym3kNs.png',
'https://i.imgur.com/LPNzxQ0.png',
'https://i.imgur.com/FFyk1PM.png',
'https://i.imgur.com/kr3AN41.png',
'https://i.imgur.com/XOS7f2D.png',
'https://i.imgur.com/pSQ4EF1.png',
'https://i.imgur.com/q7LABns.png',
'https://i.imgur.com/7k7R37p.png',
'https://i.imgur.com/W0fG6sj.png',
'https://i.imgur.com/abBAvn8.png',
'https://i.imgur.com/5JOwTuO.png',
'https://i.imgur.com/AuLTcZD.png',
'https://i.imgur.com/JVMgkai.png',
'https://i.imgur.com/SHWD5qx.png',
'https://i.imgur.com/kS6qs8G.png',
'https://i.imgur.com/yp8h9Kt.png',
'https://i.imgur.com/zVVKdOu.png',
'https://i.imgur.com/OSvQX61.png',
'https://i.imgur.com/r95DU6g.png',
'https://i.imgur.com/rJ8GWiP.png',
'https://i.imgur.com/TLf3T9Q.png',
'https://i.imgur.com/iroW7qS.png',
'https://i.imgur.com/Axfujar.png',
'https://i.imgur.com/drc3vab.png',
'https://i.imgur.com/pggxhNd.png',
'https://i.imgur.com/JUpciLb.png',
'https://i.imgur.com/gdQAwPk.png',
'https://i.imgur.com/htfSnpy.png',
'https://i.imgur.com/C86Sni8.png',
'https://i.imgur.com/3M1mE9P.png',
'https://i.imgur.com/YE78daI.png',
'https://i.imgur.com/q0elP3G.png',
'https://i.imgur.com/jYYvmsO.png',
'https://i.imgur.com/S27geo7.png',
'https://i.imgur.com/NRGfO4w.png',
'https://i.imgur.com/1KuSANU.png',
'https://i.imgur.com/f2QOaEi.png',
'https://i.imgur.com/Czvq1RN.png',
'https://i.imgur.com/XGeVepx.png',
'https://i.imgur.com/hHknrXg.png',
'https://i.imgur.com/QhRO6sD.png',
'https://i.imgur.com/SWoPO24.png',
'https://i.imgur.com/nPlRhTZ.png',
'https://i.imgur.com/ftQFT4m.png',
'https://i.imgur.com/9yTMwvX.png',
'https://i.imgur.com/jf48Qa4.png',
'https://i.imgur.com/Ie5sB5j.png',
'https://i.imgur.com/MQnQR8Q.png',
'https://i.imgur.com/f8Pbs2Y.png',
'https://i.imgur.com/aB38FL3.png',
'https://i.imgur.com/N08rrMS.png',
'https://i.imgur.com/SLIthDi.png',
'https://i.imgur.com/RWw7wUL.png',
'https://i.imgur.com/sAiOvdy.png',
'https://i.imgur.com/WWulVUX.png',
'https://i.imgur.com/JR8YrNx.png',
'https://i.imgur.com/HY2o0ZZ.png',
'https://i.imgur.com/fvadxbY.png',
'https://i.imgur.com/VQ8o80A.png',
'https://i.imgur.com/Jfb8FmC.png',
'https://i.imgur.com/apprOkT.png',
'https://i.imgur.com/stQ426M.png',
'https://i.imgur.com/wvLLYEd.png',
'https://i.imgur.com/IC7toSD.png',
'https://i.imgur.com/yk5tpmR.png',
'https://i.imgur.com/EFuZ99Z.png',
'https://i.imgur.com/0EQekrG.png',
'https://i.imgur.com/iZcpr3h.png',
'https://i.imgur.com/Yp96Uuo.png',
'https://i.imgur.com/quVwXlQ.png',
'https://i.imgur.com/u2dlh5d.png',
'https://i.imgur.com/nglmLs7.png',
'https://i.imgur.com/1r45djl.png',
'https://i.imgur.com/8Y9zoQL.png',
'https://i.imgur.com/U5m75xR.png',
'https://i.imgur.com/UdKTrB5.png',
'https://i.imgur.com/eplwWuc.png',
'https://i.imgur.com/7hkzmS9.png',
'https://i.imgur.com/FRlCKNY.png',
'https://i.imgur.com/WNUed9y.png',
'https://i.imgur.com/EX0SwiH.png',
'https://i.imgur.com/McGRfxy.png',
'https://i.imgur.com/V613tvR.png',
'https://i.imgur.com/Mi276kR.png',
'https://i.imgur.com/g6u1RAM.png',
'https://i.imgur.com/v6pi021.png',
'https://i.imgur.com/3z2g4ay.png',
'https://i.imgur.com/0ttomua.png',
'https://i.imgur.com/UeZjGN9.png',
'https://i.imgur.com/v46OZQs.png',
'https://i.imgur.com/gZZhhli.png',
'https://i.imgur.com/ldENKKa.png',
'https://i.imgur.com/UYyvafX.png',
'https://i.imgur.com/jtctC0F.png',
'https://i.imgur.com/AI06TEm.png',
'https://i.imgur.com/uhW0aYl.png',
'https://i.imgur.com/uyIqYco.png',
'https://i.imgur.com/OrcVZpp.png',
'https://i.imgur.com/fPAvMwB.png',
'https://i.imgur.com/9rePKzR.png',
'https://i.imgur.com/oFGRAQE.png',
'https://i.imgur.com/pbQKMjF.png',
'https://i.imgur.com/MV4KKga.png',
'https://i.imgur.com/nZU4iVr.png',
'https://i.imgur.com/RBN4sBy.png',
'https://i.imgur.com/L6SVpto.png',
'https://i.imgur.com/82JWRnx.png',
'https://i.imgur.com/VviXiQC.png',
'https://i.imgur.com/uwQIPss.png',
'https://i.imgur.com/RPZjomS.png',
'https://i.imgur.com/HtmASJj.png',
'https://i.imgur.com/ba13vlZ.png',
'https://i.imgur.com/W4VlTJC.png',
'https://i.imgur.com/DS1rjqr.png',
'https://i.imgur.com/IMpXxtI.png',
'https://i.imgur.com/SAsqFR7.png',
'https://i.imgur.com/dNfDMNa.png',
'https://i.imgur.com/0SK3i5q.png',
'https://i.imgur.com/CRFUkea.png',
'https://i.imgur.com/vbTGSbJ.png',
'https://i.imgur.com/uMoUdyv.png',
'https://i.imgur.com/cKoNHMX.png',
'https://i.imgur.com/Z2RAd9o.png',
'https://i.imgur.com/mu8H10P.png',
'https://i.imgur.com/N99gg1s.png',
'https://i.imgur.com/HaUwU01.png',
'https://i.imgur.com/wNao2KM.png',
'https://i.imgur.com/RMuRckK.png',
'https://i.imgur.com/8If2P7K.png',
'https://i.imgur.com/xSDXjpS.png',
'https://i.imgur.com/KUuZMNc.png',
'https://i.imgur.com/OX2JhkB.png',
'https://i.imgur.com/NxOWMp0.png',
'https://i.imgur.com/TBNO1z9.png',
'https://i.imgur.com/lY2Ec45.png',
'https://i.imgur.com/nlcI8lB.png',
'https://i.imgur.com/liSW6OM.png',
'https://i.imgur.com/dMAdEIY.png',
'https://i.imgur.com/eR2KufP.png',
'https://i.imgur.com/nt11tlU.png',
'https://i.imgur.com/4IpP486.png',
'https://i.imgur.com/jpPswhC.png',
'https://i.imgur.com/Tm8kL1c.png',
'https://i.imgur.com/LyV3vQo.png',
'https://i.imgur.com/2CIqLKU.png',
'https://i.imgur.com/GfmNFgk.png',
'https://i.imgur.com/GQsfSjO.png',
'https://i.imgur.com/29PuOuc.png',
'https://i.imgur.com/ypWXZJj.png',
'https://i.imgur.com/BjJghd2.png',
'https://i.imgur.com/JrkyPZj.png',
'https://i.imgur.com/hr2THXe.png',
'https://i.imgur.com/yPCaXu1.png',
'https://i.imgur.com/QxWpD8L.png',
'https://i.imgur.com/J8SM2ls.png',
'https://i.imgur.com/oPfIf2d.png',
'https://i.imgur.com/RcjwZ9T.png',
'https://i.imgur.com/uRCps2w.png',
'https://i.imgur.com/6GMxMVE.png',
'https://i.imgur.com/LyP77JI.png',
'https://i.imgur.com/lMTMHnA.png',
'https://i.imgur.com/I9lLUr7.png',
'https://i.imgur.com/96JTtlq.png',
'https://i.imgur.com/9kA2EJq.png',
'https://i.imgur.com/45YwjrI.png',
'https://i.imgur.com/nz8Xpws.png',
'https://i.imgur.com/ZJjqXer.png',
'https://i.imgur.com/bAMs9vs.png',
'https://i.imgur.com/nM3MlIo.png',
'https://i.imgur.com/zee3Fcb.png',
'https://i.imgur.com/3qh5kG4.png',
'https://i.imgur.com/giBNhWJ.png',
'https://i.imgur.com/cgIjLpF.png',
'https://i.imgur.com/AAjco7B.png',
'https://i.imgur.com/UfJLDdM.png',
'https://i.imgur.com/zW71tzO.png',
'https://i.imgur.com/wH7ovne.png',
'https://i.imgur.com/YKthZOs.png',
'https://i.imgur.com/W1Uq6XA.png',
'https://i.imgur.com/J4oVJVK.png',
'https://i.imgur.com/Z96xXcz.png',
'https://i.imgur.com/6YrgFZP.png',
'https://i.imgur.com/MQcmSMa.png',
'https://i.imgur.com/fm5w4rM.png',
'https://i.imgur.com/8bAmlzE.png',
'https://i.imgur.com/sY4YiNj.png',
'https://i.imgur.com/RMnCZxp.png',
'https://i.imgur.com/w6H53of.png',
'https://i.imgur.com/Y26I7Mg.png',
'https://i.imgur.com/KbwDmde.png',
'https://i.imgur.com/NPhwhRS.png',
'https://i.imgur.com/lb2k5lx.png',
'https://i.imgur.com/s6SoLQN.png',
'https://i.imgur.com/UHW3M3q.png',
'https://i.imgur.com/h2IHunG.png',
'https://i.imgur.com/ZYGg09a.png',
'https://i.imgur.com/oHk44Pp.png',
'https://i.imgur.com/tCapvWr.png',
'https://i.imgur.com/uLctixd.png',
'https://i.imgur.com/HggpyXw.png',
'https://i.imgur.com/UI4NvIS.png',
'https://i.imgur.com/lmF2yVj.png',
'https://i.imgur.com/dWf6aLW.png',
'https://i.imgur.com/kC24AwY.png',
'https://i.imgur.com/OWj2JmO.png',
'https://i.imgur.com/jn1gb4t.png',
'https://i.imgur.com/5gonfMS.png',
'https://i.imgur.com/4Nlq0qr.png',
'https://i.imgur.com/cilY1E4.png',
'https://i.imgur.com/OAz4n1U.png',
'https://i.imgur.com/AGkAPX2.png',
'https://i.imgur.com/pEwCJGW.png',
'https://i.imgur.com/9vle87c.png'
 //End myarray_!!Последняя ссылка без Запятой!!!
)

var L1='<img src="',L2='" style="cursor: pointer" onclick="smile(\'[img]',
L3="'+this.src+'[/img]')\" /> ";

$("#smilies-block").html("")
for(var i=0;i<SmilesNewArray.length;i++){$("#smilies-block").append(L1+SmilesNewArray[i]+L2+L3);}

</script>

<!----- Дополнительные смайлы by Человек-Шаман ----->
<script src="https://forumstatic.ru/files/001b/fc/e6/35204.js"></script>
<script>
$(document).ready(function() {
  hvStickerPack.init("https://forumstatic.ru/files/001c/2b/8f/78732.txt");
});
</script>

<!-- Мгновенный предпросмотр сообщения © Alex_63 -->
    <script type="text/javascript">
    var PPREV = {};
    PPREV.position = 0; //Положение окна Предпросмотра: 0 - над полем ввода, 1 - под полем ввода, 2 - справа
    PPREV.quote_cite = 'написал(а):'; //Надпись в окне цитаты
    </script>
    <script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/10524.js"></script>


<!-- Кнопка отключения мгновенного предпросмотра -->
    <style>#togglePreview{float:right;margin-top:-17px}</style>
    <script type="text/javascript">(function (){
      var a='Включить быстрый предпросмотр';
      var b='Отключить быстрый предпросмотр';
      var d='_PreviewToggle';
      setCookiePPrev=function(a,b,c){if(c){var d=new Date();d.setTime(d.getTime()+c);}if(a && b)document.cookie=a+'='+b+(c ? '; expires='+d.toUTCString() : '');else return false;}
      getCookiePPrev=function(a){var b=new RegExp(a+'=([^;]){1,}');var c=b.exec(document.cookie);if(c)c=c[0].split('=');else return false;return c[1] ? c[1] : false;}
      $('<small id="togglePreview"><input type="button" class="button" value="'+ b +'" onclick="togglePreview(this)"/></small>').insertAfter('#post fieldset:last legend');
      var x = ParseContent;
      window.togglePreview = function(sel){//alert(sel.value);
        if(sel.value==a){sel.value=b;setCookiePPrev(d,'0',-1000);ParseContent=x;ParseContent();$('#post-preview').show(); return}
        if(sel.value==b){sel.value=a;setCookiePPrev(d,'OFF',30*3600*24*30*1000);if($('#pun-viewtopic').length){$('#post-preview').hide()}ParseContent=function(){return};return}
      }; if(getCookiePPrev(d)=='OFF'){$('#togglePreview>.button').click()};
    }())
    </script>

0


Вы здесь » bubbletest » Новый форум » дизайн venus


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