crossover test5 days waiting time

cry4u

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

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


Вы здесь » cry4u » базовый » коды


коды

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

1

коды

2

Код:
/*************************************************************
КОДЫ BLANCHE
**************************************************************

I. ШРИФТЫ, ТЕКСТ И ССЫЛКИ / ПЕРЕМЕННЫЕ
-------------------------------------------------------------*/
@import url(style_cs.css);
@import url("https://kit-pro.fontawesome.com/releases/v5.15.1/css/pro.min.css");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@font-face {
  font-family: Motomami;
  src: local("MotomamiV2"),
    url(https://forumstatic.ru/files/001b/b9/0d/67114.ttf) format("truetype");
}

:root {
  --font1: Montserrat;
  --bg1: #e9e9e9; /* ЦВЕТ ТЕЛА / кнопки до наведения */
  --bg2: #d6d6d6; /* ТЕМНЕЕ ТЕЛА / кнопки после наведения, слайдер шрифта */
  --bg3: #3b5c7f; /* АКЦЕНТНЫЙ ТЕМНЫЙ / слайдер шрифта, тайтл, выделение, уведы */
  --bg4: #f9fff3; /* СВЕТЛЕЕ ТЕЛА / цитаты и иже с ним */

  --bg5: #212121;
  --bord: 2px solid var(--bg3);
  --bord2: 1px solid var(--bg3);

  --punbg: url(https://forumstatic.ru/files/001a/ea/43/92004.jpg) repeat;
  --fawe: "Font Awesome 5 Pro";
}

/* цвет текста на форуме */
.punbb,
del:hover {
  font: normal 68.75% verdana, arial, helvetica, sans-serif;
  color: #151515;
}

#onlinelist,
#pun-viewforum #pun-main .container,
#pun-viewforum .tc2,
#pun-viewforum .tc3,
.linkst,
.linksb,
#pun-searchposts .post-links a,
.punbb .required label,
.punbb .datafield span.input,
.selectfield label,
.inputfield label,
#pun-admain legend span,
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] *,
#pun-viewtopic h3,
#pun-viewtopic h3 a,
#topic-users-in .container,
.punbb th,
#profile-right li strong,
#profile-right li strong a,
#MyBookmarks h2,
#MyBookmarks h1,
.editBookmark h2,
#setmods dt,
.punbb .post h3 strong,
#post.container legend span,
#userlist.container legend span,
#punbbsearch.container legend span,
.container legend.warntext span,
#notify-settings,
#pun-messages .postlink .button,
#pun-messages #profile.formal .post h3,
small#plng,
#my-form,
#form-buttons td::before {
  color: var(--bg5) !important;
}

/* ссылки */
.punbb a {
  text-decoration: none;
  transition: all 1s cubic-bezier(0.2, 0.2, 0.2, 1), color 0.5s 0.2s linear;
  color: var(--bg3);
}
#pun-admain a,
#MyBookmarks span.scrl.t,
#MyBookmarks span.scrl.b {
  color: var(--bg3) !important;
}
.punbb a:hover,
.punbb a:focus,
.punbb a:active {
  color: #e67090;
}

/* зачеркнутый текст */
del {
  filter: blur(1px);
  text-decoration: none;
  transition: all 1s cubic-bezier(0.2, 0.2, 0.2, 1), color 0.5s 0.2s linear;
  opacity: 0.5;
}
del:hover {
  font: inherit;
  filter: none;
  opacity: 1;
}

/* II. ФОН, ТЕЛО
-------------------------------------------------------------*/
/* фон */
body {
  background: url() no-repeat top center fixed, url() no-repeat bottom center,
    url() repeat fixed var(--bg5);
}
body.redirect-page {
  background: url() repeat fixed var(--bg5) !important;
}

/* тело */
#pun {
  margin: 60px auto 140px auto;
  position: relative;
  width: 1000px;
  background: #49749b;
}
.punbb {
  height: auto;
  padding: 0px 20px 170px 20px;
  position: relative;
  background: var(--bg1);
  border-radius: 0 0 170px 170px;
}

/* отступ от рамки сверху */
#pun-admain,
#pun-main {
  margin-top: 10px;
}

/* III. ПОЛЬЗОВАТЕЛЬСКАЯ НАВИГАЦИЯ, ПРИВЕТСТВИЕ, НАВИГАЦИЯ ПО ТЕМАМ
-------------------------------------------------------------*/
span.item1 strong,
span.item2 strong,
#profile-left #pa-avatar strong,
.pa-online strong {
  font-weight: 500 !important;
}

/* стиль отдельно для форум участники и тд */
#pun-navlinks .container {
  font-family: var(--font1);
  font-weight: 800;
  font-size: 22px;
  top: -66px;
  text-transform: uppercase;
  z-index: 9;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
#pun-navlinks,
#pun-navlinks a {
  color: var(--bg1);
}
#pun-navlinks .container li {
  margin: 0;
  padding: 0 6px;
}
#pun-navlinks #navadmin a:before {
  content: "амс";
}
#pun-navlinks #navadmin a span {
  font-size: 0;
}

/* стиль отдельно для новых соо и тд */
#pun-ulinks .container,
#pun-about .item1,
#pun-status {
  text-transform: lowercase;
  font-family: var(--font1);
  font-weight: 500;
text-align: center;
}
#pun-about .item1,
#pun-status {
  font-size: 11px;
}
#pun-ulinks .container {
  font-size: 12px;
}
#pun-ulinks,
#pun-ulinks a,
#pun-about .item1,
#pun-about .item1 a,
#pun-status,
#pun-status a {
  color: var(--bg5);
}

/* общий стиль для обоих, если есть общее */
#pun-navlinks .container,
#pun-ulinks .container {
}
#pun-navlinks li,
#pun-ulinks li {
  display: inline;
  margin: 0 5px;
}
#pun-ulinks li:first-child {
  margin-left: 0;
}

/* объявление, если нужен отступ */
#pun-announcement {
  padding: 0px 0 0px 0;
  z-index: 1;
  position: relative;
}

/* привет, ваш посл визит */
#pun-status {
}
#pun-status p.container {
  margin: -7px 0 0 0px;
}
#pun-status .item1,
#pun-status .item2 {
  display: inline-block;
}

/* навигация по темам */
#pun-crumbs1,
#pun-crumbs2 {
  font-weight: 800;
  font-size: 17px !important;
  text-align: right;
}
#pun-crumbs1,
#pun-crumbs2,
#pun-viewtopic .post-links,
#pun-messages .post-links,
#pun-post h3,
#pun-searchposts h3 {
  font-family: var(--font1);
  font-size: 11px;
  text-transform: uppercase;
}
#pun-crumbs1 .container a:after,
#pun-crumbs2 .container a:after,
div#pun-searchposts h3 a:after {
  content: "•";
  margin: 0 2px 0 4px;
}

#pun-crumbs1,
#pun-crumbs1 p.container span,
#pun-crumbs1 a,
#pun-crumbs1 .container a:after,
div#pun-searchposts h3 a:after,
#pun-crumbs2,
#pun-crumbs2 a,
#pun-crumbs2 .container a:after,
.punbb .post-links a {
  color: var(--bg5);
}

#pun-profile #pun-crumbs1,
#pun-profile #pun-crumbs2 {
  text-transform: lowercase;
}

/* полоски между постов в теме */
#pun-viewtopic .post-links,
#pun-messages .post-links,
#pun-post h3,
#pun-searchposts h3 {
  text-align: center;
  background: #0000000d;
  height: 18px;
  line-height: 15px;
  margin: 0 -20px;
}

/* IV. ПОДФОРУМ НА ГЛАВНОЙ
-------------------------------------------------------------*/
.punbb .main .tcmod {
  width: 2%;
}
#pun-index th,
#pun-viewforum th {
  font-size: 0 !important;
}
#pun-index .hasicon {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 20px;
}
#pun-index .tcl {
  text-align: left;
  width: 50% !important;
}
#pun-index .tclcon {
  width: 430px;
}
#pun-index tr.isub {
  display: none !important;
}
#pun-index .isub .tcl {
  padding-left: 0px !important;
}
.intd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

#pun-index .hasicon tr,
#pun-index .hasicon tr a {
  color: var(--bg5);
}
#pun-index .hasicon tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font1);
  font-weight: 400;
  text-transform: lowercase;
  font-size: 10px;
}

/* название */
#pun-index .tcl h3 {
  margin: 0;
  font-size: 14px;
  font-family: var(--font1);
  font-weight: 600;
}

/* аватар */
.punbb .user-avatar .avatar-image,
.punbb .tcr .user-avatar {
  border-radius: 50% !important;
  height: 40px !important;
  width: 40px !important;
  display: block;
}
.punbb .user-avatar .avatar-image {
  opacity: 0.5 !important;
  filter: grayscale(1);
}
.punbb .tcr .user-avatar {
  margin: 0px 0px !important;
  float: left;
}
.punbb .user-avatar .isonline {
  top: 2px !important;
  right: 2px !important;
  background: #e67090 !important;
}
.punbb .tcr .user-avatar {
  background: var(--bg2);
}

/* справа */
#pun-index .main .tcr {
  width: 35%;
  display: grid;
  grid-template-columns: 40px 1fr;
    column-gap: 15px;
}
#pun-index .user-avatar {
  grid-row: 1/4;
}
#pun-index .tcr a {
  padding: 0 0 1px 0;
  width: 100%;
  display: block;
}
#pun-index .tcr em.user-avatar a {
  border-bottom: none !important;
}
#pun-index .tcr .lastpost-link,
#pun-index .tcr .lastpost {
  display: flex;
  align-items: center;
}
#pun-index .tcr .lastpost-link {    font-size: 12px;    font-weight: 600;}

/* цифры посередине */
#pun-index .category .tc2,
#pun-index .category .tc3 {
  width: 6%;
}
#pun-index .category .tc2 {
  text-align: right;
}

/* ссылки */
#pun-index .tclcon span {
}
#pun-index .tclcon span a:not(:last-child):after {
  content: "•";
  margin: 0 0px 0 3px;
  vertical-align: middle;
}

/* V. ВНУТРИ ПОДФОРУМА
-------------------------------------------------------------*/
#pun-viewforum .tcl {
  width: 40%;
}
#pun-viewforum .tcr {
  width: 40%;
}
#pun-viewforum .tcl .tclcon a,
#pun-viewforum td.tcr a,
#pun-searchtopics td.tcr a {
  text-transform: uppercase;
}
#pun-viewforum td.tcr,
#pun-searchtopics td.tcr {
  height: 40px;
  text-align: right;
}
#pun-viewforum .tc2,
#pun-viewforum .tc3 {
  text-align: center;
  width: 5%;
}
#pun-viewforum .user-avatar .isonline,
#pun-searchtopics .user-avatar .isonline {
  right: 3px !important;
  top: 3px !important;
}
#pun-viewforum .modmenu a,
#pun-messages .modmenu a {
  margin: 40px 0 0 340px;
  position: absolute;
  font-family: var(--font1);
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 2;
}
#pun-viewforum .tcl h3 {
  display: inline-block;
  margin: 0px 7px 0 0;
}
#pun-viewforum .category:after {
  content: "";
  display: block;
  height: 1px;
  margin-left: 20px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  border-color: #c4b09f !important;
  width: 888px;
}
#pun-viewforum .tcr a,
#pun-searchtopics .tcr a {
  margin-top: 14px;
  display: inline-block;
}
#pun-viewforum .tcr .user-avatar a,
#pun-searchtopics .tcr .user-avatar a {
  margin-top: 0px;
}
#pun-viewforum .tcr .user-avatar,
#pun-searchtopics .tcr .user-avatar {
  margin: 7px 2px 3px 10px !important;
  float: right;
}
#pun-viewforum .linksb {
  margin-top: 40px;
}
#pun-viewforum .subscribelink {
  margin: -40px 0px 0 0;
}
#pun-main tr.tr-divider {
  background: transparent !important;
}

/* VI. НАСТРОЙКА ЛИНКОВ ВЕЗДЕ
-------------------------------------------------------------*/
.linkst,
.linksb,
#pun-searchposts .post-links {
  font-family: var(--font1);
  font-weight: 400;
  text-transform: lowercase;
  font-size: 11px;
  width: 100%;
}
.linkst {
  border-bottom: 1px solid;
  padding-bottom: 10px;
}
.linksb {
  border-top: 1px solid;
  padding-top: 10px;
}
.postlink {
  float: right;
  text-align: right;
}
.linkst .postlink {
  margin-top: -10px;
}

/* VII. ПРОСМОТР В ТЕМЕ
-------------------------------------------------------------*/
#pun-viewtopic h3,
#topic-users-in,
#my-form {
  font-family: var(--font1);
  font-weight: 400;
  width: 100%;
  font-size: 11px;
  text-transform: lowercase;
}
.punbb .post h3 strong {
  float: right;
  font-weight: normal;
  margin-right: 10px;
}
div#topic-modmenu.modmenu {
  position: absolute;
  margin: -65px 0 0 0;
  width: 200px;
}

.subscribelink {
  margin: -14px 80px 0 0;
  float: right;
}
#topic-users-in {
  margin-top: 30px;
}
#pun-viewtopic .modmenu .container span {
  font-weight: normal !important;
}

/* бегунок шрифт */
.FNTslider {
  width: 100px;
  height: 5px;
  float: right;
  margin-right: 20px;
  background: #ffffff40;
  border: 1px solid #0000001a;
}
.FNTslider .before {
  height: 5px;
  margin: -1px;
  background: var(--bg2);
  border: 1px solid #00000029;
}
.FNTslider .thumb {
  width: 6px;
  height: 16px;
  position: relative;
  top: -11px;
  cursor: pointer;
  margin-left: 0px;
  background: var(--bg3);
}

/* разделитель между постами */
#pun-viewtopic .post-links,
#pun-messages .post-links,
#pun-post h3 {
  text-transform: lowercase;
  padding-top: 2px;
}
#pun-viewtopic .post-links ul,
#pun-messages .post-links ul {
  margin: 0 20px;
  padding: 0px;
  text-align: right;
}
#pun-viewtopic .post-links li,
#pun-messages .post-links li {
  display: inline-block;
  margin: 0 5px;
}
.pl-email {
  float: left;
}

/* посты по ширине */
.punbb .post-content p {
  margin: 0;
  padding-bottom: 10px;
  line-height: 150%;
  text-align: justify;
}
.punbb .post-content {
  padding: 0;
  margin: 0;
  width: 100%; /*overflow: hidden; ВАЖНОЕ*/
  text-align: justify;
}

/* линия между постом и подписью */
.punbb .post-sig dt {
  border-top: 1px solid;
  margin-bottom: 20px;
}
.punbb dd {
  line-height: 150%;
  margin-left: 0px;
}
.punbb .inline .infofield,
.linkst,
.linksb,
#pun-searchposts .post-links,
.punbb .post-sig dt,
.post-content hr {
  border-color: #00000012 !important;
}
abbr {
  border-bottom: 2px solid var(--bg3);
}

/* VIII. ПРОСМОТР ПО СТРАНИЦАМ
-------------------------------------------------------------*/
/* предпросмотр соо */
#pun-post .post-author {
  min-height: 50px;
}
#pun-post .pa-author {
  text-align: center;
  text-transform: uppercase;
  margin-left: 0px;
}
#pun-post .topic {
  margin-top: 10px;
}

/* редактирование */
#pun-edit small#plng {
  margin-top: 37px;
}

/* мои сообщения */
#pun-searchposts .post h3 strong {
  margin-right: 10px;
}

/* участники */
#userlist {
  margin-top: 20px;
}
#pun-userlist .usertable .container {
  padding: 10px;
}
#pun-userlist .usersname {
  margin-left: 10px;
}
#pun-userlist td.tcl.username {
  display: flex;
  align-content: center;
  align-items: center;
}
#pun-userlist td.tcl.username,
#pun-userlist tr {
  height: 40px;
}

/* формы заполнения на страницах участников и поиска */
.punbb .inline .inputfield,
.punbb .inline .selectfield,
.punbb .inline .passfield {
  float: left;
  margin: 11px 10px;
}
.punbb .inline .infofield {
  font-family: var(--font1);
  text-transform: lowercase;
  font-size: 9px;
  letter-spacing: 0.5px;
  border: 1px solid;
  padding: 10px;
  text-align: justify;
  min-height: 40px;
}

/* репа, позитив */
#pun-respect #pun-main .container tr,
#pun-positive #pun-main .container tr,
#pun-online #pun-main .container tr {
  font-family: var(--font1);
  text-transform: lowercase;
  font-size: 11px;
  letter-spacing: 0.5px;
  line-height: 20px;
}

/* просмотр активных */
#pun-online .tcl.action {
  width: 60% !important;
}
#pun-online .tcl a,
#pun-userlist .tcl a,
#pun-messages .tcl a,
#pun-searchtopics .tcl a {
  font-size: 11px;
}
#pun-searchtopics .forum .container {
  margin: 20px 0 0 0px;
}
td.tcl a.registered-user {
  font-weight: normal !important;
}

/* посетили за сутки */
li#onlinelist {
  margin-top: 10px;
  float: left;
  width: 100%;
  line-height: 130%;
  text-align: justify;
}
li#onlinelist div {
  line-height: 15px;
}

/* сообщения */
#profile.formal.messages-container .container {
  min-height: 70px;
}
#notify-settings {
  font-family: var(--font1);
  text-transform: lowercase;
  letter-spacing: 0.5px;
  font-size: 10px;
}
input#OnOff_Notify {
  margin-top: -1px;
}
#volSlider.vol_slider {
  margin-top: 1px;
}
form#messages .linksb {
  margin-top: 70px;
}
#pun-messages .postlink .button {
  font-family: var(--font1) !important;
  text-transform: uppercase;
  font-size: 9px !important;
  letter-spacing: 2.5px !important;
  padding: 0 !important;
  background: none !important;
  border: 0px !important;
  outline: 0px !important;
  box-shadow: none !important;
  text-shadow: none !important;
  margin: 0 !important;
}
#pun-messages .postlink {
  margin-top: -10px;
}
#pun-messages td.tc2.pmtc22 {
  width: 30% !important;
}
#pun-messages td.tc2.pmtc22 a {
  display: block;
  padding-top: 10px;
}
#pun-messages .user-avatar .isonline {
  right: 4px !important;
}
#pun-messages small#plng {
  margin-top: 20px;
}
#pun-messages #profile.formal .post h3 {
  float: right;
  margin-top: -23px;
  font-family: arial;
  font-size: 11px;
}
#pun-messages .post-body {
  margin-top: 10px;
  margin-left: 260px;
}
#pun-messages .post-links {
  width: 774px;
  margin-left: -1px;
}
#pun-messages .indOnline,
#pun-messages .indOffline {
  left: 211px;
}
#pun-messages .post .post-author {
  margin-left: 0px;
}

/* IX. ФОРМА ОТВЕТА
-------------------------------------------------------------*/
#post-form h2 span {
  font-size: 0px;
}
#post-form fieldset {
  margin: 0 25px 0 9px;
  padding: 0;
  text-align: justify;
}
#main-reply {
  height: 213px;
}

/* кнопки в форме ответа */
#form-buttons {
    margin: 10px -24px 0 0;
    min-height: 25px;
    background: var(--bg2);
    border: var(--bord) !important;
}

/* КАСТОМ КНОПКИ В ФОРМЕ ОТВЕТА © blanche. брать можно только с копирайтом */
/* убираем стандартные иконки*/
#form-buttons td {    background: transparent!important;    height: 30px;    width: 38px;    display: inline-flex;    align-items: center;    justify-content: center;    position: relative;}
#button-transL img, #button-ChangeСase img {opacity: 0;}
#form-buttons td img {position: absolute; z-index: 2; margin-top: -10px;width: auto !important;}

/* содержимое */
#button-font:before {content: "\f031"} #button-size:before {content: "\f034"} #button-bold:before {content: "\f032"} #button-italic:before {content: "\f033"} #button-underline:before {content: "\f0cd"} #button-strike:before {content: "\f0cc"} #button-indent:before {content: "\f03c"} #button-left:before {content: "\f036"} #button-center:before {content: "\f037"} #button-justify:before {content: "\f039"} #button-right:before {content: "\f038"} #button-link:before {content: "\f0c1"} #button-spoiler:before {content: "\f187"} td#button-image:before {content: "\f03e"} #button-video:before {content: "\f008"} #button-hide:before {content: "\f023"} #button-quote:before {content: "\f10e"} #button-code:before {content: "\f121"} #button-color:before {content: "\f1fc"} #button-table:before {content: "\f0ce"} #button-sticker:before, #button-smile:before {content: "\f118"} #button-keyboard:before {content: "\f11c"} #button-addition:before {content: "\f0d7"} #floatbut:before {content: "\f1fe"} #Knopa2-2:before {content: "\f02e"} #button-mask:before {content: "\f007"} #button-transL:before {content: "\f021"} #button-ChangeСase:before {content: "\f15d"}

/* стиль и наведение*/
#form-buttons td:before, #Knopa2-2:before {    font-family: var(--fawe);    font-size: 11px;    position: absolute;    z-index: 2;    transition: var(--trans2);  border-radius: 5px; font-weight: 500;}
#form-buttons td:before, #Knopa2-2:before, #plng, #button-image b {color: rgba(var(--basic-d2));} 



/* написано символов */
small#plng {
  font-family: var(--font1);
  font-weight: 400;
  text-transform: lowercase;
  font-size: 10px;
}
small#plng b {
  font-size: 10px;
  background: #ffffff96;
  padding: 1px 4px;
}

#pun-edit #font-area,
#pun-edit #size-area,
#pun-edit #color-area,
#pun-edit #table-area,
#pun-edit #smilies-area,
#pun-edit #image-area,
#pun-edit #imageup-area,
#pun-edit #imageattach-area,
#pun-edit #keyboard-area,
#pun-edit #video-area,
#pun-edit #addition-area,
#pun-edit #spoiler-area {
  margin: 6px -21px 0 0px !important;
}
#spoiler-area a,
#image-area a {
  color: inherit;
}
#font-area {
  font-size: 16px !important;
  letter-spacing: 0px;
}
#font-area div {
  padding: 10px 0 10px 0;
  margin-bottom: 6px;
}
#keyboard-span input {
  box-shadow: none !important;
  text-shadow: none !important;
}
#smilies-area {
  overflow-x: hidden;
}
#image-area,
#color-area,
#video-area,
#spoiler-area {
  height: auto !important;
}

/* смайлы */
#button-sticker,
#floatbut {
  width: 18px;
}

/* X. ПРОКРУТКА, ВЫДЕЛЕНИЕ, СТИЛИ ТЕКСТА
-------------------------------------------------------------*/
/* прокрутка */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: #0000000d;
  border: 1px solid #0000000a;
}
::-webkit-scrollbar-thumb {
  background: #E67090;
}
body::-webkit-scrollbar-track {
  background: #2f2f2f;
}

/* выделение текста */
::selection {
  color: var(--bg1);
  background: var(--bg3);
}

/* подчеркнутый текст */
.punbb .post-content em.bbuline {
  font-style: normal;
  text-decoration: none;
  border-bottom: 1px solid;
  border-color: var(--bg2);
}

/* хр-ы */
.post-content hr {
  opacity: 1 !important;
  border-bottom: none;
}

/* тайтл */
#tooltip,
.tipsy-inner {
  z-index: 999999;
  border-radius: 0px !important;
  padding: 3px 7px;
  font-family: arial;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  background: var(--bg3) !important;
}
#tooltip,
.tipsy-inner,
#respect figure .prof,
.tipsy-inner a {
  color: var(--bg1) !important;
  text-decoration: none !important;
}
#tooltip {
  position: absolute;
  max-width: 200px;
  display: none;
}

/* XI. ПРОСМОТР ПРОФИЛЯ
-------------------------------------------------------------*/
#viewprofile li strong,
#viewprofile li div,
#setmods dd,
#profile-left #pa-edit strong a {
  display: block;
  font-weight: normal !important;
}
#viewprofile {
  margin: 0 100px;
}

/* слева */
#profile-left {
  vertical-align: middle;
  border: 1px solid var(--bg2) !important;
  border-radius: 10px;
  color: var(--bg3);
}
#profile-left #profile-name strong,
#profile-left #pa-edit strong a {
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  font-family: var(--font1);
  background: var(--bg2);
  padding: 5px 0;
  border-bottom: 1px solid #ffffff38;
}
#profile-left #pa-edit strong a {
  border-bottom: none !important;
  border-top: 1px solid #ffffff38;
  font-size: 8px;
  letter-spacing: 2px;
  font-weight: bold !important;
}
#profile-left #profile-title strong,
#profile-left #pa-online strong {
  text-align: center;
  font-size: 9px;
  letter-spacing: 0.5px;
  font-family: var(--font1);
  text-transform: lowercase;
  padding: 4px 0;
  margin: 0px 10px;
}
#profile-left #pa-avatar {
  text-align: center;
  margin: 10px 0;
}

/* справа */
#profile-right {
  width: 50% !important;
  vertical-align: middle;
}
#profile-right li {
  margin: 9px 0;
}
#viewprofile #profile-right li span:first-of-type:not(li strong span) {
  float: left;
  width: 140px;
  padding: 5px 7px;
  font-family: var(--font1);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: var(--bg2);
  border-radius: 0 5px 5px 0;
  border: 1px solid #ffffff2e;
  font-weight: bold;
}
#viewprofile #profile-right li span,
#viewprofile #profile-right li span a {
  color: var(--bg3);
}
#profile-right li strong {
  padding: 4px 0 4px 170px !important;
  font-family: Arial;
  font-size: 11px;
  text-transform: lowercase;
}

/* внутри */
#profilenav,
#pun-adnav {
  float: left;
}
#pun-profile #form-buttons {
  margin-bottom: 0px;
}
#profile .container legend,
.adformal h2,
#MyBookmarks h2,
#MyBookmarks h1,
.editBookmark h2,
#viewprofile h2 span,
#profilenav h2,
#pun-adnav h2,
#pun-admain h2 span,
form#post.container legend span,
#userlist.container legend span,
#punbbsearch.container legend span,
.container legend.warntext span {
  font-family: var(--font1);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 8px !important;
  padding: 5px 10px;
  margin: 0px;
  border-radius: 7px 7px 2px 2px;
  background: #0000000a;
  color: var(--bg3);
  font-weight: bold;
  position: relative;
}
#profile fieldset,
.adformal {
  padding: 20px;
  margin-left: 110px;
}
#profile fieldset fieldset {
  margin-left: 0px;
  padding: 0px;
}
#pun-adnav li,
#profilenav li {
  padding: 3px 10px !important;
}
#pun-profile small#plng {
  margin-top: 124px;
}
#pun-profile #profile {
  min-height: 280px;
}

/* XII. МЕЛКИЕ ПРАВКИ
-------------------------------------------------------------*/
.post:not(.firstpost) {
  padding-top: 70px;
  margin-top: -70px !important;
}
html,
body {
  margin: 0;
  padding: 0;
}
.punbb .hashelp {
  position: relative;
}
.punbb address,
.punbb em {
  font-style: normal;
}
.punbb .post-content img.postimg {
  vertical-align: middle;
}
.punbb ul,
.punbb dl,
.punbb li,
.punbb dd,
.punbb dt {
  padding: 0px;
  list-style: none;
}
#pun-post fieldset#post-preview legend span {
  display: block !important;
}
h2,
h3,
th,
#profile fieldset strong {
  font-weight: normal;
}
#pun-viewtopic tbody {
  vertical-align: top;
}
table {
  width: 100%;
}
#pun:after,
.punbb .main div.inline:after,
.punbb .post-box:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}
div.grippie {
  margin-top: 5px;
  margin-bottom: -9px;
}
th {
  font-family: var(--font1);
  text-transform: lowercase;
  letter-spacing: 1px;
  font-size: 10px;
  text-align: left;
}

#sTheme,
#isk {
  border: none !important;
  border-radius: 0px !important;
}

/* создание темы */
.punbb .required label,
.punbb .datafield span.input,
.selectfield label,
.inputfield label,
#pun-admain legend span,
#setmods dt {
  background-color: transparent !important;
  font-family: var(--font1);
  text-transform: lowercase;
  font-size: 10px !important;
  letter-spacing: 0.5px;
  display: inline-block;
  margin-bottom: 7px;
}
input#tags {
  margin-bottom: 31px;
  height: 13px;
}

/* чек */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  vertical-align: middle;
  font-family: var(--font1);
  font-size: 10px;
  padding: 2px 0;
  display: inline-block;
  outline: none;
  box-shadow: none;
}

/* переадресация */
#pun-redirect {
  margin: 10% 0 0 21%;
}
body.redirect-page #pun {
  background-color: transparent;
}
#pun-redirect.punbb .info {
  letter-spacing: 1px;
  text-align: center;
  width: 500px;
  font-family: var(--font1);
  font-size: 12px;
  text-transform: lowercase;
  padding: 10px 20px !important;
}
#pun-redirect.punbb .info .container .backlink a {
  font-size: 9px !important;
  transition: none;
  margin-top: 20px !important;
}

/* стиль админки */
#pun-adnav h2,
.adformal h2 {
  background-color: inherit !important;
  border: none !important;
}
.adcontainer {
  border: none !important;
}
#pun-admain1 form.adcontainer,
#pun-admain2 form.adcontainer,
#pun-admain-new form.adcontainer,
#pun-admain1 div.adcontainer,
#pun-admain2 div.adcontainer {
  padding: 0px !important;
}
#pun-adnav a {
  font-weight: normal !important;
}
.adformal h2 {
  margin-top: -20px !important;
}
#pun-admain fieldset {
  padding: 0 !important;
}
#pun-admain .adcontainer th {
  background-color: transparent !important;
}
#pun-admain .linksb {
  width: 733px;
  height: 40px !important;
}
#pun-admain .postlink {
  margin-top: -10px;
}
#pun-admain fieldset p {
  padding: 10px !important;
  font-size: 9px;
  letter-spacing: 0.5px;
  font-family: Arial;
  text-transform: lowercase;
  margin: 10px 1px;
  min-height: 30px;
  background: #00000008 !important;
  border: 1px solid var(--bg2) !important;
  border-left: 180px solid var(--bg2) !important;
}

/* XIII. СОКРЫТЫЕ ЭЛЕМЕНТЫ
-------------------------------------------------------------*/
.acchide,
.punbb h1,
#pun-navlinks h2,
#pun-status h2,
#pun-ulinks h2,
.punbb .multipage .topic h2,
form#post.container legend span,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
#pun-userlist .main h2,
span.item4,
#pun-stats ul.container .item3,
.lastedit,
#pun .modlist,
.stickytext,
.closedatafield,
.punbb .modmenu span a,
div#pun-live-rusff,
.topic a.sharelink,
.postlink .closed,
li.pl-share,
li.pl-reports,
.pa-last-visit,
#pun-viewforum #pun-main h2,
#pun-announcement h2,
#pun-break4,
#pun-index #pun-main thead,
.pa-reg,
.pa-gifts,
.pa-replies,
#pun-main div.catleft,
#pun-main div.catright,
#pun-viewforum .modmenu .container span,
#pun-searchtopics .modmenu .container span,
#pun-post .FNTslider,
#pun-searchposts .FNTslider,
#pun-messages .FNTslider,
#pun-messages .post-sig,
#pun-stats li.item3,
#pun-profile #viewprofile-next #profilenav,
#profile-right li#pa-invites,
#profile-gifts,
#pun-post #pun-main h2,
.tipsy-arrow,
.clearer,
div#pun-searchtopics #pun-main h2,
#pun-crumbs1 .container em,
#pun-crumbs2 .container em,
div#pun-searchposts h3 em,
#pun-messages .pa-posts,
#topic-modmenu.modmenu .container span,
#pun-navlinks li#navawards,
#pun-index .main .tcr br,
#pun-index .category .tc2,
#pun-index .category .tc3,
#button-graffiti_rusff,
#button-files_rusff,
#topic-feed {
  display: none !important;
}
.punbb td,
.punbb fieldset,
#viewprofile ul,
#profilenav ul,
.punbb .post .post-body,
.punbb .post h3 span,
.post-links ul,
.post-links,
.usertable table,
.punbb th,
#pun-ulinks li,
li#onlinelist,
#pun-ulinks li a,
li#onlinelist div,
.punbb .divider,
.punbb .formal fieldset .post-box,
.punbb .info-box,
.adformal {
  border-color: transparent !important;
}

/* V. МОБИЛЬНЫЙ СТИЛЬ, МОЗИЛЛА
-------------------------------------------------------------*/
@-moz-document url-prefix() {
  * {
    scrollbar-width: thin;
  }
}

/*html{min-width: 1200px!important;}для мобил*/
@media screen and (max-device-width: 480px) {
  .punbb a,
  .punbb a:hover,
  .punbb a:focus,
  .punbb a:active,
  #pun-status,
  #pun-crumbs1,
  #pun-crumbs2,
  #pun-stats ul.container,
  .punbb .modmenu .container,
  #pun-index .tcr .lastpost {
    -webkit-text-size-adjust: none;
  }
  .hashelp center div a button,
  .button,
  .punbb input,
  .punbb select {
    -webkit-appearance: none !important;
    border-radius: 0px !important;
  }
}




/*БыстроПлюсы для Топика!*/
.noNull:before {
  content: "+";
  font-size: 9px;
  display: inline-block;
  margin-left: -6px;
  margin-top: 0px;
  position: absolute;
}
div .post-rating p>a {
  text-align: center;
  outline: 1px solid transparent;
  font-weight: 700;
  background: url(https://forumstatic.ru/files/001b/a6/d4/26514.svg) no-repeat center;
  background-size: 38px auto;
  position: relative;
  padding-left: 1px;
  z-index: 100;
  width: 38px;
  height: 38px;
  text-align: center;
  font-size: 12px !important;
  display: inline-block;
  vertical-align: middle;
  line-height: 34px;
  letter-spacing: -1px;
  color: #336B5E;
}
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: 23px;
  height: 23px;
  background: url(https://forumstatic.ru/files/0012/d8/04/75043.png?) no-repeat;
  display: block;
  background-size: 100%;
  margin-left: 29px;
  margin-top: 42px;
}
.post.dark-style div.post-vote p>a {
  background: url(https://forumstatic.ru/files/0012/d8/04/38128.png?) no-repeat;
  background-size: 100%;
}

/* анкета от вещего духа */
.cheese_head_wrap {
  background: #eae9e2; /* общий фон */
  width: 20%;
  height: auto;
  margin: center
}


.cheese_head_last {
  padding: 14px;
  width: 400px;
  background: #fdb563 url() repeat top; /* нижний темный фон одно изображение и цвет */
}


#post_button {
  background: #3b5c7f; /* фон кнопки поста */
  border: 1px dashed #fdb563; /* обводка кнопки поста */
  text-align: center;
  font: 300 14px Roboto; /* шрифт кнопки */
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff; /* цвет шрифта */
  padding: 7px;
  transition: all .6s ease-in-out 0s
}


#post_button.openpost {
  background: #3b5c7f; /* цвет кнопки по нажатию */
  color: #fdb563; /* цвет шрифта */
  border-color: #fdb563 /* цвет обводки */
}


#postblock { 
  background: #efeff1; /* цвет выпадающего блока*/
  padding: 18px 23px;
  margin-top: 14px;
}
img[alt~="hide-autor2"], img[alt~="hide-autor"] {
    opacity: 0
  } 

3

Код:
/*************************************************************
КОДЫ BLANCHE
**************************************************************

 I. ШАПКА, ФУТЕР
-------------------------------------------------------------*/
/* шапка */
#pun-title table {
  height: 253px;
  width: 1000px;
  margin-left: -20px;
  background: url(https://forumstatic.ru/files/001b/b9/0d/55844.jpg);
}

/* футер */
#pun-about {
  width: 909px;
  height: 51px;
  margin: 42px 0 0px 22px;
  background: url() center top;
  text-align: center;
  position: absolute;
}
#pun-about .item1 {
  margin: 47px 0 0 -120px;
  position: absolute;
}

/* II. КАТЕГОРИИ
-------------------------------------------------------------*/
#pun-index .category h2,
#pun-stats.section h2 {
  font-family: Motomami;
  font-size: 27px;
  text-align: center;
}

/* стиль для текста */
#pun-index .category h2 span,
#pun-stats.section h2 span {
}

/* сам текст для каждой категории */
#pun-index .category h2:after {
}

/* переименовываем статистику */
#pun-stats.section h2 span {
  font-size: 0px;
}
#pun-stats.section h2 span:after {
  content: "statistic";
  font-size: 27px;
}

/* всего тем, сообщений, посл. зарегистрировался */
#pun-stats ul.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  font-family: var(--font1);
  font-weight: 600;
  text-transform: lowercase;
}
#pun-stats li.item1,
#pun-stats li.item2 {
  width: 25%;
}
#pun-stats li.item3,
#pun-stats li.item4 {
  width: 44%;
}
#pun-stats li.item1,
#pun-stats li.item2,
#pun-stats li.item3,
#pun-stats li.item4 {
  display: inline-block;
  text-align: center;
  font-size: 10px;
}
#pun-stats li.item1,
#pun-stats li.item2,
#pun-stats li.item3,
#pun-stats li.item4,
#pun-stats li.item4 a {
  color: var(--bg3) !important;
}

/* III. ИКОНКИ
-------------------------------------------------------------*/
/* на главной */
.punbb table Div.icon {
  width: 15px;
  height: 15px;
  background: var(--bg3);
  border-radius: 50%;
}
.punbb TR.inew Div.icon {
  background: #e67090;
}

.punbb TR.isticky Div.icon {
  background: #fdb563;
}
.punbb TR.iclosed Div.icon {
  background: #3b5c7f;
}

/* IV. ТАБЛИЦА
-------------------------------------------------------------*/
.banners {
    position: absolute;
    margin: 0px 0 0 60px;
    overflow: auto;
    height: 80px;
    width: 840px;
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: flex-start;
    flex-wrap: wrap;
}
.banners a {
  width: 88px;
  height: 31px; }
.banners img {
  filter: grayscale(1);
  opacity: 0.4;
  transition: all 0.6s ease-in-out 0s;
}
.banners img:hover {
  opacity: 1;
  filter: none;
}

.nazv {
    position: absolute;
    font-family: var(--font1);
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    top: 33px;
    left: 144px;
    width: 707px;
    font-size: 18px;
}

/* V. ВВОД ТЕКСТА, КНОПКИ
-------------------------------------------------------------*/
/*  ввод текста */
.punbb textarea {
  overflow: auto;
  font-size: 11px !important;
  line-height: 15px !important;
  padding: 10px;
  font-family: Verdana;
  border: none !important;
  outline: none !important;
  background: var(--bg2);
  border: var(--bord) !important;
}

/* фон у элементов при нажатии в форме ответа (смайлы и т.д.) */
#font-area,
#size-area,
#color-area,
#table-area,
#smilies-area,
#image-area,
#imageup-area,
#imageattach-area,
#keyboard-area,
#video-area,
#addition-area,
#spoiler-area {
  overflow-y: auto;
  padding: 10px !important;
  height: 213px;
  font-family: var(--font1);
  font-weight: 400;
  text-transform: lowercase;
  z-index: 99999;
  font-size: 10px;
  margin: 2px -21px 0 0px;
  background: var(--bg2);
  border: var(--bord) !important;
}

/*--------------------- формы заполнения ---------------------*/
.punbb select {
  font-family: Arial !important;
  text-transform: lowercase !important;
  font-size: 10px !important;
  padding: 3px !important;
}
.checkbox {
  width: auto !important;
}
.punbb input,
.punbb select, #wrapper ul.tabs li a {
    cursor: pointer;
    font-size: 10px;
    padding: 5px 10px;
    text-align: center;
    font-family: var(--font1) !important;
  font-weight: 600;
    outline: none !important;
    color: var(--bg5);
    background: var(--bg2);
    border: var(--bord);
transition: all .5s;
}
.punbb option {background-color: var(--bg2) !important;}  /* модерское */

/*--------------------- кнопки ---------------------*/
p.formsubmit {
  text-align: center;
} /*по центру */
/* до наведения */
.button,
.hashelp center div a button,
ul.tabs li a,
input#sub4,
.hvStickerPackModalTab {
text-transform: lowercase;
}

/* кнопки после наведения */
.button:hover, #wrapper ul.tabs li.active a {
  background: var(--bg3) !important;
color: var(--bg1);
}

/* IV. ЦИТАТЫ
-------------------------------------------------------------*/
/* цитаты, спойлер, выделить код */
.punbb .post-content .quote-box,
.punbb .post-content .code-box {
  margin: 10px 20px 10px 20px;
}
.punbb .post-content .blockcode,
.punbb .post-content blockquote {
  margin: 0px;
  width: 99%;
  overflow: hidden;
}
.punbb .post-content .scrollbox {
  width: 100%;
  overflow: auto;
  font-size: 11px;
  overflow-y: hidden !important;
  max-height: 200px !important;
}

/* общий стиль, в том числе для закладок, репутации и маски */
/*.punbb .post-content .quote-box,
.punbb .post-content .code-box,*/
.punbb .post-content .blockcode,
.punbb .post-content blockquote,
#float,
.pun-modal .modal-inner,
#mask_dialog .inner,
.editBookmark,
#pun-redirect.punbb .info,
#pun-report .inner,
#pun-reputation .inner,
#pun-admin-award-form .inner,
#MyBookmarks,
.hvStickerPackModal {
    padding: 10px;
    font-size: 13px !important;
    font-family: var(--font1);
  font-weight: 400;
    background: var(--bg2);
    border: var(--bord2);
}
#MyBookmarks,
.editBookmark,
.hvStickerPackModal {
  box-shadow: 0 0 10px #b5aa9e inset !important;
}
.hvStickerPackModal {
  background: #e2ded2 !important;
  border: 1px solid #e2ded2 !important;
  border-radius: 0px !important;
}
.hvStickerPackModalContent {
  border: none !important;
}
.hvStickerPackModalTab,
#MyBookmarks {
  border-radius: 0px !important;
}
.hvStickerPackModalTab {
  text-align: center;
}

/* написал и выделить код */
.punbb .quote-box cite,
.punbb .code-box strong.legend,
.post-content .spoiler-box > div {
    font-style: normal;
    text-align: left;
    padding: 10px 20px;
    width: auto;
    display: block;
    font-size: 13px;
    margin: 0 0 0 0;
    font-family: var(--font1);
  font-weight: 600;
}

/* спойлер. копировать цвет выше
.post-content .spoiler-box > div {
  background: url("") no-repeat 10px,
    linear-gradient(0deg, var(--bg1), #ffffff29) !important;
  border-radius: 7px;
  margin-bottom: -11px;
}*/
.punbb .quote-box cite,
.punbb .code-box strong.legend a,
.post-content .spoiler-box > div,
.copycode strong.legend a {
  color: var(--bg5);
}

/* III. ПРОФИЛЬ
-------------------------------------------------------------*/
.punbb .post .post-author {
  float: left;
  overflow: hidden;
  min-height: 100px;
  margin: 0 0 50px 0;
  padding-bottom: 0px;
}

#pun-searchposts .post-author strong {
  font-weight: normal !important;
}

.punbb .post .post-author,
.punbb .post .post-author ul {
  width: 220px;
}

.punbb .post .post-author ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin: 25px 0 0 0;
    font-family: var(--font1);
  font-weight: 400;
    column-gap: 5px;
    border: 2px solid var(--bg5);
    box-sizing: border-box;
}
.punbb .post .post-author ul li {
  width: inherit;
}

/* отступ текста от профиля */
.punbb .post-body {
  margin-left: 240px;
}

/* цвета текста в профиле*/
.punbb .post .post-author,
.punbb .post .post-author a {
  color: var(--bg5) !important;
}

/* ник */
.pa-author {
    font-family: var(--font1);
  font-weight: 900;
    font-size: 17px;
    margin-top: -25px;
}

/* статус */
.pa-title {
    font-size: 10px;
    text-transform: lowercase;
    margin: 5px 0;
}

/* аватар */
.pa-avatar {
  margin: 5px 0;
  z-index: 2;
}
.pa-avatar img,
#pun-profile .fs-box .avatardemo,
#pun-messages img.avatardemo,
#profile-left #pa-avatar img {
border: 2px solid var(--bg5);
  max-height: 180px;
  max-width: 180px !important;
}

/* репутация и соо на одной строке */
.pa-respect,
.pa-posts {
    width: 105px !important;
    text-transform: lowercase;
    font-size: 10px;
    text-align: center;
    margin: 5px 0;
}
.pa-respect img {
  mix-blend-mode: luminosity;
  margin: 0px;
}

/* онлайн, последний визит*/
.pa-online,
.pa-last-visit,
li.pa-social.social-icq,
li.pa-social.social-vk {
  text-align: center;
  text-transform: lowercase;
  margin: 3px 0;
}

/* ай-пи */
.pa-ip {
  padding-top: 10px !important;
  font-size: 10px;
  text-transform: lowercase;
}

/* награды 
#awrdbut:before {    content: 'Awards';    color: #e5d5ad;    font-family: 'Baskerville Old Face';    text-transform: uppercase;    font-size: 13px;    letter-spacing: 2px;    margin-left: -10px;}
#awrdbut img {    margin-top: -16px;    opacity: 0;    height: 17px;    display: block;    width: 240px;}
#awrdbut {    padding-top: 7px;    display: block;    margin-bottom: -7px;}
.pa-awards {padding-bottom: 10px !important;} .mini_awards_label {display: none !important;}*/

/* поля */
#viewprofile #profile-right li strong span {
  display: block;
  margin: 0px;
}

/* V. ЗАКЛАДКИ, УВЕДОМЛЕНИЯ, СТРЕЛКИ, ОНЛАЙН
-------------------------------------------------------------*/
.post .bookmark {
  color: var(--bg3) !important;
}
#MyBookmarks span.scrl.t,
#MyBookmarks span.scrl.b {
  box-shadow: none !important;
  margin-left: 5px !important;
  width: 114px;
  text-shadow: none;
  background: #00000014;
}
#MyBookmarks li.BookmarkL > span.last_click {
  box-shadow: none !important;
  background: #ffffff42 !important;
}
#pun-main .editBookmark h1 {
  font-size: 10px !important;
  letter-spacing: 2px;
  display: block !important;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
}
#pun-main .editBookmark h1 span.delBookmark {
  font-size: 25px !important;
  margin: -15px 0px 0 0;
}
.editBookmark {
  font-family: var(--font1);
  font-size: 9px;
  letter-spacing: 0.5px;
  border-radius: 0px !important;
  margin: 26px 50px 0 0px !important;
}
.editBookmark .inputfield {
  font-weight: normal !important;
  text-transform: lowercase;
}

#BookmCntToggle.default-style {
  background: url(https://forumstatic.ru/files/001a/ea/43/24699.png) !important;
  width: 42px !important;
  height: 47px !important;
  box-shadow: none !important;
  border: none !important;
  color: transparent !important;
  opacity: 1 !important;
}

/* новое соо, уведомления */
span.num_msg,
.bubble,
.jGrowl-notification,
.jGrowl .messag_theme,
#messages-list a.Author,
span.num_msg:before {
  background: var(--bg3) !important;
  text-shadow: none !important;
  font-weight: normal !important;
}
.bubble:after {
  border-color: var(--bg3) transparent !important;
}
span.num_msg {
  display: inline-block !important;
}

/* стрелки */
.go-up,
.go-down {
    cursor: pointer;
    opacity: 1;
    display: none;
    position: fixed;
    z-index: 9999;
    font-family: Motomami;
    text-transform: lowercase;
    font-size: 43px;
color: var(--bg1);
}
.go-up {
  bottom: 53%;
    margin-left: 1020px !important;
}
.go-down {
  bottom: 47%;
    margin-left: 1050px !important;
}

/* онлайн */
.indOnline,
.indOffline {
  left: 0px;
  width: 0px;
  height: 0px;
  cursor: pointer;
  position: absolute;
}
.indOnline {
  background: url();
}
.indOffline {
}

/* VI. ТЕМЫ
-------------------------------------------------------------*/

4

Код:
/*************************************************************
 - SETUP
**************************************************************/
/* A1 Import the colour scheme
-------------------------------------------------------------*/
/* A1.1 */
@import url(style_cs.css);
@import url("https://forumstatic.ru/files/0016/f1/95/90664.css"); 
@import url("http://fonts.cdnfonts.com/css/centers-george");
@import url("https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700|Open+Sans:400,400i,600,600i,700,700i,800,800i|Roboto:100,300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,600i,700,700i,800,80i,900,900i&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Montserrat+Alternates:300,400,500,500i,700,800,900&display=swap&subset=cyrillic');
@import url('https://fonts.googleapis.com/css2?family=Prata&family=Viaoda+Libre&family=Yeseva+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap');



* {
  text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

:root {
  --black: #000000;
  --body: #f7f7f7;
  --green: #687062;
  --lgreen: #babdb8;
  --lgray: #e8e9e8;
  --red: #4e0b04;
  --select: rgb(104 112 98 / 50%);
  --b_green: solid 1px #687062;
  --b_lgreen: solid 1px #9da29a;
  --bg: url(https://forumstatic.ru/files/001b/a8/4b/12302.jpg) fixed no-repeat top center var(--black);
  --heder: url(https://forumstatic.ru/files/001b/a8/4b/54592.png) no-repeat top center;
  --footer: url(https://forumstatic.ru/files/001b/a8/4b/31760.jpg) no-repeat bottom center;
}



/* скролл для Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #756428 #4d493b;
}

/* скролл для Chrome/Edge/Safari */
*::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

*::-webkit-scrollbar-track {
  background: var(--green);
  border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--lgreen);
  border: none;
  border-radius: 10px;
}

/* скрыть rss-atom, убрать Закрыто и Важно, h2 объяву, поделиться */
.punbb .modmenu .container span, #pun-announcement h2, div#pun-live-rusff, .topic a.sharelink, #pun-navlinks .container li#navawards, .status-right, li.pa-gifts, #pun-viewtopic li.pa-gifts, #pun .modlist {
  display: none !important;
}

/* цвета выделения текста */
::-moz-selection {
  background: var(--select);
  color: var(--black);
}
::selection {
  background: var(--select);
  color: var(--black);
}

::-moz-selection {
  background: var(--select);
  color: var(--black);
}

::-webkit-selection {
  background: var(--select);
  color: #000;
}

.lastedit {
  display: none;
}

abbr {
  border-bottom: dotted 1px;
}

.post-content hr {
  border: none;
  background: var(--green);
  width: 100%;
  height: 1px;
  opacity: 1 !important;
}

#pun-main div.tclcon > a {
  text-transform: uppercase;
}

#pun-main div.tclcon > strong a {
  text-transform: uppercase;
}

#pun-main .main:bofore {
  content: "";
}

/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/
/* A2.1 */
html, body {
  margin: 0;
  padding: 0;
}

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

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

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

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

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

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox], input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
  }
}
input[type=checkbox] {
  box-shadow: 0 0 0 1px var(--green) inset;
  padding: 6px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

input[type=radio] {
  box-shadow: 0 0 0 1px var(--green) inset;
  border-radius: 100%;
  padding: 6px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

input[type=checkbox]:checked, input[type=radio]:checked {
  background: var(--lgray);
  box-shadow: 0 0 0 4px var(--green) inset;
}

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

#pun-index thead, #pun-viewforum thead, #pun-online thead, #pun-userlist thead, #pun-searchtopics thead, #pun-respect thead {
  display: none;
}

#pun-online .section.online-list .container {
  padding-top: 30px;
}

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

input[type=submit], input[type=button] {
  padding: 3px 10px;
  font-size: 12px !important;
  text-transform: lowercase;
  cursor: pointer;
  border: 0 solid;
  outline: var(--b_green);
  text-shadow: none;
  border-radius: 10px;
  background: var(--lgreen);
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

input[type=submit]:hover, input[type=button]:hover {
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  background: var(--lgray);
  border-radius: 5px;
}

input[type=text], input[type=password], .resizable-textarea textarea, .punbb select, textarea#reputationText {
  background: var(--lgray);
  outline: none;
  border: var(--b_lgreen);
  border-radius: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

/* A4 Float clearing and hidden items
-------------------------------------------------------------*/
/* A4.1 */
#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb .post-box:after,
.punbb .linksb:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  line-height: 0;
  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;
  position: absolute;
  left: -9999px;
  overflow: hidden;
}

/* A5 Basic page layout and borders
-------------------------------------------------------------*/
/* A5.1 */
body {
  background: var(--bg);
  background-size: cover;
}

#pun {
  width: 980px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 40px;
  box-sizing: border-box;
  background: var(--heder), var(--footer);
  border-radius: 10px;
  position: relative;
}

/* A5.2 */
.punbb {
  float: left;
  width: 100%;
  height: auto;
  margin: 415px 0 85px;
  box-sizing: border-box;
  background: var(--body);
}

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

/* A5.5 */
.punbb .post {
  margin-top: -25px;
  padding-top: 30px;
}

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

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

/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/
/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/
/* B1.1 */
.punbb .post-content {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  text-align: justify;
}

/* B1.2 */
.punbb .post-sig dt {
  display: block;
  border-top: solid 1px;
  width: 250px;
  margin: 5px auto 15px;
  opacity: 10%;
}

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

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

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

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

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

/* B1.8 */
.punbb .post-content .quote-box {
  margin: 0.5em 0.7em 0.7em 0.7em;
  padding: 1.5em 1em;
  border: var(--body);
  background: var(--lgray);
  border-radius: 10px;
}

.quote-box p:last-of-type, blockquote p:last-of-type, .post-content p:last-of-type {
  padding-bottom: 0 !important;
}

.punbb .post-content .code-box {
  margin: 0.5em 0.7em 0.7em 0.7em;
  padding: 1.5em 1em;
  background: transparent;
  border: var(--b_green);
  border-radius: 10px;
}

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
  display: block;
  text-transform: lowercase;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  color: var(--green);
  font: 501 14px Tinos;
}

.post-content .spoiler-box > div {
  background: url(https://forumstatic.ru/files/001b/a8/4b/35184.svg) no-repeat left center !important;
  background-size: 12px !important;
}

.post-content .spoiler-box > div.visible {
  background-image: url(https://forumstatic.ru/files/001b/a8/4b/52708.svg) !important;
  background-size: 12px !important;
}

/* B2 Information boxes
-------------------------------------------------------------*/
/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border: var(--icon);
  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 */
.linkst, .linksb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 0 1em;
  line-height: 2;
  box-sizing: border-box;
}

.linksb {
  display: block;
  width: 100%;
  padding: 0 1em;
  clear: both;
  line-height: 2;
  box-sizing: border-box;
}

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

/* B3.3 */
.linkst .pagelink {
  font-size: 12px;
}

/* B3.4 */
.linkst .postlink {
  float: right;
  font-weight: bold;
  font-size: 12px;
}

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

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

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

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

.postlink.long {
  width: auto !important;
}

.linksb .postlink, .linkst .postlink, .subscribelink, .linksb .pagelink, .linkst .pagelink {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/
/* C1 Form layout
-------------------------------------------------------------*/
/* C1.1 */
.punbb .formal .container {
  padding: 1.7em 2.3em 1.1em 2.3em;
}

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

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  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 {
  display: none;
}

#pun-profile fieldset legend {
  display: block;
  padding: 0;
  margin: 0 0 0 11px;
  font-size: 1.1em;
}

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

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

/* C1.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
-------------------------------------------------------------*/
#pun-index tbody.hasicon tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 17px 5px;
}

#pun-index .main .container {
  margin: 0 40px 20px;
}

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

.intd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#pun-index .intd {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#pun-index .tclcon {
  width: 460px;
}

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

/* C2.3 */
.punbb .main .tcr {
  overflow: hidden;
  text-align: left;
  line-height: 16px;
  width: 30%;
}

a.lastpost-link {
  text-transform: uppercase;
  text-transform: uppercase;
  font: 600 12px Noto Serif;
}

.lastpost {
  color: var(--black);
  text-transform: lowercase;
  font-size: 10px;
}

#pun-index .user-avatar {
  margin-top: -4px !important;
  margin-right: 25px !important;
}

.punbb .user-avatar {
  height: 36px !important;
  width: 36px !important;
  padding: 2px !important;
}

.punbb .user-avatar .avatar-image {
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 1 !important;
  outline: var(--b_green);
  border-radius: 10px !important;
}

.punbb .user-avatar .isonline {
  background: var(--red) !important;
  animation: blinkColor 2s linear infinite !important;
  -moz-animation: blinkColor 2s linear infinite !important;
  -webkit-animation: blinkColor 2s linear infinite !important;
  right: 0 !important;
}

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

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

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

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

/* C2.8 */
#pun-index .tcl h3 {
  padding: 0 0 5px 8px;
}

#pun-index .tcl h3 a {
  font: 800 18px Noto Serif Display;
  text-transform: lowercase;
}

#pun-index .tcl h3 a:hover {
  opacity: 0.5;
}

/* 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 {
  padding: 0.8em 1em;
  border: none !important;
}

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

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

/* C2.15 */
.punbb div.icon {
  line-height: 0;
  margin-top: 0.1em;
}

/* C3 Topics
-------------------------------------------------------------*/
/* C3.1 */
.punbb .post .container {
  margin-top: -1px;
  padding: 0 15px;
  color: var(--text);
}

/* C3.3 */
.punbb .post h3 {
  padding: 0 30px;
  background: var(--lgray);
  border-top: var(--b_lgreen);
  border-bottom: var(--b_lgreen);
}

.punbb .post h3 span {
  color: var(--green);
}

/* C3.4 */
.punbb .post h3 strong {
  float: right;
  width: 30px;
  text-align: right;
}

.punbb .post h3 strong:after {
  content: "\f1b0";
  font-family: fontawesome;
  padding: 0 5px;
}

.punbb .post h3 a.permalink, .punbb .post h3 span a {
  text-transform: lowercase;
}

/* C3.5 */
.punbb .post .post-author {
  float: left;
  width: 220px;
  margin: 10px 0;
}

/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
  width: 220px;
  line-height: 140%;
  background: var(--body);
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
  position: relative;
  outline: var(--b_green);
  border-radius: 10px;
}

/* C3.7 */
.pa-author {
  width: 180px;
  padding: 3px 0 !important;
  text-transform: lowercase;
  text-align: center;
  font: 800 16px Noto Serif Display;
}

.pa-avatar {
  width: 100%;
  text-align: center;
}

.pa-avatar img {
  max-width: 180px;
  max-height: 180px;
  padding: 5px;
  border: var(--b_green);
  border-radius: 10px;
}

/* C3.9 */
li.pa-title {
  width: 180px;
  font-size: 10px;
  text-align: center;
  padding-bottom: 3px;
  text-transform: lowercase;
}

li.pa-online {
  position: absolute;
  top: -2px;
  left: -2px;
}

li.pa-online strong {
  display: block;
  font-size: 0;
  width: 10px;
  height: 10px;
  background: var(--red);
  border-radius: 100%;
}

.pa-posts, .pa-respect, .pa-fld4 {
  font-size: 10px;
  color: var(--green);
  text-transform: lowercase;
}
.pa-posts .fld-name,
.pa-respect .fld-name, .pa-fld4{
  display:block;
}

/* C3.11 */
.punbb .post-body {
  margin-left: 220px;
  padding: 0 0 1px 0;
}

/* C3.12 */
.punbb .post-box {
  padding: 0.95em 2em 0.95em 3em;
}

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

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

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

/* C3.16 */
.punbb .post-links li {
  display: inline;
  padding-left: 1em;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.5px;
}

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

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

.pa-reg {
  display: none;
}

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

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

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

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

/* C5 Message boxes
-------------------------------------------------------------*/
/* C5.1 */
.punbb .info .container {
  padding: 0.8em 1em;
}

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

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

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

/* C6.3 */
#profilenav li {
  padding: 5px;
  margin: 5px 0;
  background: var(--lgray);
  text-align: center;
  border-radius: 10px;
}

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

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

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

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

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

#viewprofile tbody tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-transform: lowercase;
  gap: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--lgray);
  border: var(--b_lgreen);
  border-radius: 10px;
  padding: 15px;
}

#profile-left {
  width: 28% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 10px !important;
  border-radius: 10px 10px 0 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#profile-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#viewprofile #profile-name strong {
  text-transform: lowercase;
  font: 700 Italic 18px Noto Serif Display;
  padding: 10px;
  color: var(--green);
}

#viewprofile li#pa-avatar img {
  border: var(--b_lgreen);
  padding: 3px;
  border-radius: 10px;
}

#viewprofile #pa-edit a {
  padding: 4px 9px;
  background: var(--green);
  color: var(--lgray);
  border-radius: 10px;
}

#viewprofile #pa-edit a:hover {
  background: var(--lgreen);
  color: var(--green);
  border-radius: 5px;
}

#profile-signature ul {
  border-top: var(--b_lgreen) !important;
}

.punbb #profile-signature .sigimage {
  max-width: 100% !important;
}

/*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: 400 !important;
}

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

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

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

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

/* D1.4 */
#pun-title h1 span {
  font-size: 1.5em;
}

#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;
  vertical-align: top;
  padding-top: 2px;
}

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

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

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

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

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

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

/* D3 Forum navigation
-------------------------------------------------------------*/
/* D3.1 */
#pun-navlinks {
  position: absolute;
  top: 35px;
  left: 0;
  height: 30px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#pun-navlinks .container {
  width: 805px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  gap: 20px;
  background: var(--body);
  border-radius: 10px 10px 0 0;
}

#pun-navlinks a {
  font: 400 16px Tinos;
  text-transform: lowercase;
}

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

/* D4.2 */
#pun-ulinks .container {
  width: auto;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: var(--b_green);
  border-bottom: var(--b_green);
}

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  text-transform: lowercase;
  font: 400 14px Tinos;
}

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

/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/
/* D5.1 */
#pun-status {
  font-size:10 px;
  border-bottom: none;
  margin-bottom: 0;
  position: absolute;
  top: -540px;
  right: 11px;
}

/* D5.2 */
#pun-status .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.6;
  text-align: right;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

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

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

/* D5.5 */
#pun-crumbs1 p.container {
  border-top: none;
  margin: 10px 45px;
  text-align: left;
  text-transform: uppercase;
  font: var(--yo_stat);
}

/* D5.6 */
#pun-break1 {
  display: none;
}

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

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

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

/* D7 Statistics
-------------------------------------------------------------*/
/* D7.1 */
#pun-stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 10px;
  margin-top: 15px;
  gap: 10px;
  width: auto;
}

/* D7.2 */
.ststitems {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-transform: lowercase;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--text5);
  font-size: 10px;
}

.ststitems li {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  text-align: center;
  padding: 5px 0;
}

#pun-stats li.item1, #pun-stats li.item2, #pun-stats li.item3, #pun-stats li.item4 {
  line-height: 150%;
  box-sizing: border-box;
  text-transform: lowercase;
  font-size: 12px;
  outline: var(--b_green);
  padding: 3px 7px;
  border-radius: 5px;
  background: var(--lgreen);
}

#pun-stats li.item4 strong a {
  font-weight: normal;
  color: var(--black);
}

#pun-stats li.item4 strong a:hover {
  color: var(--red);
}

#pun-stats .statscon {
  width: 100%;
}

#pun-stats .statscon .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin: 0 20px;
  padding: 20px 40px;
}

/* D7.4 */
li#onlinelist {
  width: 100%;
}

li#onlinelist span {
  color: var(--black);
}

li#onlinelist span a {
  color: var(--black) !important;
  text-transform: capitalize;
}

/* D7.5 */
li#onlinelist div {
  padding-top: 10px;
}

li#onlinelist.item5.onlinelist {
  padding-top: 15px;
}

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

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

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

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

/* D8.5 */
#pun-about p span {
  display: block;
  text-transform: lowercase;
}

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

/* D8.7 */
#pun-crumbs2 .container {
  border-bottom: none;
  text-align: left;
  text-transform: uppercase;
  font: var(--yo_stat);
  margin: 10px 45px 0;
}

/* D8.8 */
#pun-break4 {
  display: none;
}

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

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

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

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

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

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

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

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

/* Иконки в форме ответа */
.punbb #main-reply {
  box-sizing: border-box;
  outline: none;
  padding: 5px;
  background: var(--lgray);
  border-radius: 10px;
  border: var(--b_lgreen);
}

.punbb #form-buttons table {
  width: 100%;
}

.punbb #form-buttons tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
}

#form-buttons td {
  background: none !important;
  position: relative;
  width: 15px;
  height: 15px;
  line-height: unset !important;
}

#form-buttons td:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  top: 0;
  pointer-events: none;
  font-family: FontAwesome;
  font-size: 14px;
  color: var(--green);
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

#form-buttons td:hover:before {
  color: var(--red);
  outline: none;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

#form-buttons td#button-font:before {
  content: "\f031";
}

#form-buttons td#button-ChangeСase:before {
  content: "\f034";
}

#form-buttons td#button-transL:before {
  content: "\f891";
}

#form-buttons td#button-size:before {
  content: "\f035";
}

#form-buttons td#button-bold:before {
  content: "\f032";
}

#form-buttons td#button-italic:before {
  content: "\f033";
}

#form-buttons td#button-underline:before {
  content: "\f0cd";
}

#form-buttons td#button-strike:before {
  content: "\f0cc";
}

#form-buttons td#button-indent:before {
  content: "\f03c";
}

#form-buttons td#button-left:before {
  content: "\f036";
}

#form-buttons td#button-center:before {
  content: "\f037";
}

#form-buttons td#button-right:before {
  content: "\f038";
}

#form-buttons td#floatbut:before {
  content: "\f1de";
}

#form-buttons td#button-link:before {
  content: "\f0c1";
}

#form-buttons td#button-spoiler:before {
  content: "\f518";
}

#form-buttons td#button-image:before {
  content: "\f03e";
}

#form-buttons td#button-video:before {
  content: "\f144";
}

#form-buttons td#button-hide:before {
  content: "\f023";
}

#form-buttons td#button-quote:before {
  content: "\f10d";
}

#form-buttons td#button-code:before {
  content: "\f121";
}

#form-buttons td#button-color:before {
  content: "\f53f";
}

#form-buttons td#button-good:before {
  content: "\f00c";
}

#form-buttons td#button-styles:before {
  content: "\f02a";
}

#form-buttons td#button-mark:before {
  content: "\f591";
}

#form-buttons td#button-table:before {
  content: "\f00b";
}

#form-buttons td#button-smile:before {
  content: "\f118";
}

#form-buttons td#button-sticker:before {
  content: "\f06d";
}

#form-buttons td#button-keyboard:before {
  content: "\f11c";
}

#form-buttons td#button-addition:before {
  content: "\f107";
}

#form-buttons td#button-mask:before {
  content: "\f630";
}

#pun-messages td#button-mask {
  display: none;
}

/* всплывающие окна */
#pun-report .inner, #pun-reputation .inner, #pun-admin-award-form .inner, #pun-multimove .pun-modal .modal-inner, #all_voters { 
  background: var(--lgray);
  border-radius: 10px;
}

 #pun-main > div.pun-modal.rating_theme > div.modal-inner.section > h2, #pun-main > div.pun-modal.rating_theme > div.modal-inner.section > div  { 
  background: var(--lgray);
  border-radius: 0px;
}


#pun-report .inner h1, #pun-reputation .inner h1, #pun-admin-award-form .inner h1, #pun-multimove .pun-modal .modal-inner h1 {
  padding: 10px 0;
}

#tags .container {
  top: 25px !important;
  background: var(--body);
  border: var(--b_lgreen);
  border-radius: 10px;
  padding: 10px;
}

#keyboard-span input {
  margin: 5px 5px 0 0 !important;
}

#pun-edit #tags .container {
  top: 46px !important;
}

#font-area {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#font-area div {
    -webkit-flex-basis: 12em;
    flex-basis: 12em;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}


#isk {
    display: flex;
}


/* ------------------------------- коды НЕ дизайна --------------------------- */


/*БыстроПлюсы для Топика!*/
.noNull:before {
  content: "+";
  font-size: 9px;
  display: inline-block;
  margin-left: -6px;
  margin-top: 0px;
  position: absolute;
}
div .post-rating p>a {
  text-align: center;
  outline: 1px solid transparent;
  font-weight: 700;
  background: url(https://forumstatic.ru/files/001b/a8/4b/58465.svg) no-repeat center;
  background-size: 30px auto;
  position: relative;
  padding-left: 1px;
  z-index: 100;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 12px !important;
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  letter-spacing: -1px;
  color: #336B5E;
}
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: relative;
  cursor: pointer;
  z-index: 200;
  width: 20px;
  height: 20px;
  background: url(https://forumstatic.ru/files/0012/d8/04/75043.png?) no-repeat;
  display: inline-block;
  background-size: 100%;
  margin-left: 10px;
  margin-top: 10px;
}
.post.dark-style div.post-vote p>a {/*перекраска для другого стиля, удалите если у вас стоит стиль без перекрасок*/
  background: url(https://forumstatic.ru/files/0012/d8/04/38128.png?) no-repeat;
  background-size: 100%;
}

/* ------------------------------- СОКРЫТИЕ ВСЕГО --------------------------- */

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



/* ------------------------------- СОКРЫТИЕ ТЕМ --------------------------- */

/* правила */
#p26 .post-author, #p26 h3 {display: none}#p26 .post-body, #p26 .post-box {margin: -10px 0 0px 0 !important;
padding: 0 !important;border: 0 !important;}#p26 .post-links {position: relative} #p26 .post-content {margin: 0 !important; padding: 0 !important; border: 0 !important; }.linksb {position: relative} #p26 .post-rating, #p26 .pl-email {display: none}

#p209 .post-author, #p17 h3 {display: none} #p209 .post-body, #p17 .post-box {margin: 15px 0 0px 0 !important; padding: 0 !important; border: 0 !important;}  #p209 .post-links {position: relative} #p209 .post-content {margin: 20px !important; padding: 0 !important; border: 0 !important;} .linksb {position: relative} #p209 .post-rating, #p209 .pl-email {display: none}

/* роли */
#p28 .post-author, #p28 h3 {display: none}#p28 .post-body, #p28 .post-box {margin: -10px 0 0px 0 !important;
padding: 0 !important;border: 0 !important;}#p28 .post-links {position: relative} #p28 .post-content {margin: 0 !important; padding: 0 !important; border: 0 !important;width:900px;}.linksb {position: relative} #p28 .post-rating, #p28 .pl-email {display: none}

/* касты */
#p38 .post-author, #p38 h3 {display: none}#p38 .post-body, #p38 .post-box {margin: -10px 0 0px 0 !important;
padding: 0 !important;border: 0 !important;}#p38 .post-links {position: relative} #p38 .post-content {margin: 0 !important; padding: 0 !important; border: 0 !important;}.linksb {position: relative} #p38 .post-rating, #p38 .pl-email {display: none}

/*твинки*/
#p12748 .post-author, #p12748 h3 {display: none}#p12748 .post-body, #p12748 .post-box {margin: -10px 0 0px 0 !important; padding: 0 !important;border: 0 !important;}#p12748 .post-links {position: relative} #p12748 .post-content {margin: 0 !important; padding: 0 !important; border: 0 !important;}.linksb {position: relative} #p12748.post-rating, #p12748.pl-email {display: none}


/* заявки */
#p30 .post-author, #p30 h3 {display: none}#p30 .post-body, #p30 .post-box {margin: -10px 0 0px 0 !important;
padding: 0 !important;border: 0 !important;}#p30 .post-links {position: relative} #p30 .post-content {margin: 0 !important; padding: 0 !important; border: 0 !important;}.linksb {position: relative} #p30 .post-rating, #p30 .pl-email {display: none}

#p31 .post-author, #p31 h3 {display: none}#p31 .post-body, #p31 .post-box {margin: -10px 0 0px 0 !important;
padding: 0 !important;border: 0 !important;}#p31 .post-links {position: relative} #p31 .post-content {margin: 0 !important; padding: 0 !important; border: 0 !important;}.linksb {position: relative} #p31 .post-rating, #p31 .pl-email {display: none}

#p32 .post-author, #p32 h3 {display: none}#p32 .post-body, #p32 .post-box {margin: -10px 0 0px 0 !important;
padding: 0 !important;border: 0 !important;}#p32 .post-links {position: relative} #p32 .post-content {margin: 0 !important; padding: 0 !important; border: 0 !important;}.linksb {position: relative} #p32 .post-rating, #p32 .pl-email {display: none}


/* ------------------------------- СОКРЫТИЕ ПОДФОРУМОВ --------------------------- */
#pun-index tr.isub {display: none !important;} #pun-index .isub .tcl {padding-left: 0px !important;}

/* ------------------------------- БАНЕРА --------------------------- */
.banner {  margin: 5px 0 0 10px;   overflow-y: hidden;  overflow-x: auto;   height: 40px;    width: 370px;   display: flex; gap: 0.3em;}
.banner a {width: 88px; height: 31px; background: #687062; margin-bottom: 5px;}
.banner img {filter: grayscale(100%); opacity: .3; transition: all 0.3s linear 0s;} 
.banner img:hover { filter: hue-rotate(90deg); opacity: 1;}


/*Раздвижка Главного и Юзер Меню*/
#pun-navlinks li,#pun-ulinks  li{
   margin-right:8px; 
}

/************************* 
Стиль для Быстрой смены аккаунтов 
Deff 
*************************/ 
/*Cкрытие формы входа без клика*/ 
#pun-navlinks a:not(.NextShow)+span.odd{ 
display:none!important; 
}
#pun-navlinks #New-exit img{ 
/*position:absolute;*/ 
margin: 0; 
width:16px; 
height:auto;
margin: 2px 0 -2px;
opacity:.79;
}
#pun-navlinks #New-exit:hover{
 opacity: .4;
}
/*Стиль доп-иконки Выход!*/ 
.punbb #pun-navlinks a#New-exit {
position: absolute;
z-index: 100000!important;
margin-top: 0px!important;
margin-left: 39px!important;
float: none!important;
}
.punbb #pun-navlinks a#New-exit:before {
    content:none;
}
.punbb #pun-navlinks #form-login input{
text-align: center;
border: 2px inset rgba(197,195,195,.8);
text-rendering: auto; 
color: #000000!important;  
margin-top:4px!important;
border-radius:5px; 
letter-spacing: normal; 
word-spacing: normal; 
text-transform: none; 
text-indent: 0px; 
text-shadow: none; 
display: inline-block!important; 
text-align: center; 
font: normal normal 400 11px/normal Arial!important; rgb(250, 255, 189)
background-color: rgb(250, 255, 189); 
} 
.punbb #form-login #fld1,#form-login #fld2{ 
background-color: rgb(250, 255, 189); 
} 
.punbb #pun-navlinks #form-login input[type="submit"]{ 
border: 2px outset #A29489!important;
outline: 0 none;
color:#526F81!important;
cursor:pointer; 
font-weight:400!important;
margin-top:10px!important;
line-height: 18px!important;
} 
/*Стиль формы входа*/ 
.punbb #pun-navlinks #form-login {
text-shadow: 1px 1px 0 rgba(200, 200, 200, 0.24);
display: block;
font: normal normal 400 11px/normal Tahoma;
color: #717483;
text-transform: none; 
position:absolute!important; 
left:0px;
top: 5px; /*Подвижки формы от низа кнопки вход/выход*/ 
z-index:100000!important; 
padding:7px 12px; 
background: rgba(247,248,250, 0.88) no-repeat 50% 138px;
background-size:36px auto;
border-color: #A5C3D2; /* Цвет границы */ 
border-style: solid; /* Стиль границы */ 
border-width: 1px 1px 1px 1px; /* Толщина границы */ 
border-radius:0 0 6px 6px; 
text-align: center; 
/* box-shadow:inset 0 0 4em rgba(23,23,13,.99); */ 
} 
#pun-navlinks #navlogin #form-login { 
 margin-left: -21px;/*Подвижки формы влево от вход*/ 
} 
#pun-navlinks #navlogout #form-login { 
 margin-left:  -21px;/*Подвижки формы влево от выход*/ 
} 
.ismoderator #pun-navlinks #navlogout #form-login {
  margin-left:  -21px!important;/*Подвижки формы влево от выход для АМС*/
} 
/*Стиль ссылок в форме "Не зарегистрированы" и "Забыли пароль" */ 
#pun-navlinks #form-login input[value="Войти"]+p{ 
margin-bottom: 11px; 
margin-top: 11px; 
} 
.punbb #pun-navlinks #form-login a.Rega, 
.punbb #pun-navlinks #form-login a.Forgot{ 
position:relative;
text-transform: none!important; 
z-index:20;
/*text-shadow:none;*/
color: #687062!important;
cursor:pointer; 
font: normal normal 400 9.5px/normal Tahoma!important;
letter-spacing: .5px!important;
}
.punbb #pun-navlinks #form-login a.Rega:before, 
.punbb #pun-navlinks #form-login a.Forgot:before{
  content:none;
}
/* Помечаем красным незаполненные поля!*/ 
#form-login input.none{ 
outline:red dashed 2px!important; 
} 
/*Форма слево(с Никами) */ 
#List-UserNames { 
position:absolute; 
margin-top:-8px; 
min-height:90px; 
width:220px; 
right:100%; 
padding: 12px 19px 12px 17px; 
background: rgba(247,248,250, 0.88);
border-color: #A5C3D2; /* Цвет границы */ 
border-style: solid; /* Стиль границы */
border-width: 1px 1px 1px 1px; /* Толщина границы */ 
border-radius:0 0 0px 6px;
text-align:center; 
/*box-shadow:inset 0.23em 0 3.4em rgba(20,20,11,.99);*/ 
} 
/*Стиль контейнера под список Ников*/ 
.punbb #List-UserNames ul{
padding:0;
overflow:hidden; 
overflow-y:auto; 
min-height:36px; 
max-height:72px;/*Видимое число Ников без прокрутки! сейчас - 4*/ 
} 
.punbb #List-UserNames li {
display: block!important;
position: relative;
background: #687062;
text-align: left;
box-shadow: 2px 2px 1px rgba(215,210,233, 0.7);
padding-left: 5px!important;
font: normal normal 700 13px/12px 'Futura PT Demi'!important;
margin: 1px auto!important;
padding: 2px 0;
transition: .33s;
}
.punbb #List-UserNames li:hover{ 
opacity:.84; 
/*background:#546a6b!important;*/
} 
/*Стиль Ников*/ 
.punbb #List-UserNames li>b{ 
cursor: pointer;
opacity: .9;
color: #FFFFFF;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.31);
} 
.punbb #List-UserNames li>b:hover{ 
opacity:.93; 
text-shadow:1px 1px 1px rgba(0,0,0,.6); 
} 
/*Скролл контейнера с никами*/ 
#List-UserNames ul::-webkit-scrollbar { 
width: 7px; 
height: 5px; 
} 
#List-UserNames ul::-webkit-scrollbar-track { 
background-color: #919190; 
border: 1px solid #919190; 
box-shadow: none; 
} 
#List-UserNames ul::-webkit-scrollbar-thumb { 
background-color: #bdbdbc; 
border: 2px solid #888887; 
box-shadow: none; 
} 
/*Кнопки Удалить (правее ников)*/ 
#List-UserNames ul li>span { 
display:inline-block; 
padding:0 3px; 
position:absolute; 
opacity:.88; 
cursor:pointer; 
top:0;bottom:0; 
right:2px; 
color:#fff; 
font: normal normal
 
700 10.56px/normal Verdana; 
text-shadow:1px 1px 1px rgba(0,0,0,.6); 
} 
/*Текст при отсутствии запомненных Ников!*/ 
#List-UserNames ul:empty:before{ 
display:inline-block; 
content: "У Вас нет запомненных ников, введенных через форму справо, или через перенос ниже!"; 
} 
/*Кнопка выход-2*/ 
#navlogin #exit-2 { 
display:none; 
} 
#navlogin #form-login, 
#navlogout .Rega, 
#navlogout .Forgot { 
background-image:none!important;
display:none; 
} 
/*Стиль блока с инпутом для переноса и вставки запомненных Аккаунтов*/ 
#List-UserNames ul+span{ 
display:inline-block; 
padding:6px 0 8px 0; 
text-align:left; 
font: normal normal 400 10.56px/normal Verdana;
} 
/*Сам инпут*/ 
.punbb #List-UserNames input { 
background: rgb(250, 255, 189);
border: 2px inset rgba(250,219,111,.853)!important; 
border-radius: 6px; 
text-shadow: none!important; 
color:#282828!important;
background-color: #D2DCE7;
font: normal normal 400 11px/normal Arial!important; 
/* box-shadow: inset 0px 0px 3px rgba(100,102,80,.97); */ 
margin-top: 9px; 
padding: 2px !important;
max-height:18px;
vertical-align: middle; 
} 
/*Стрелочки к инпуту*/ 
#List-UserNames ul+span b{ 
font: normal normal 400 13px/normal Verdana; 
padding:0 3px; 
color: #717483;
} 
/*Кликалка слево, чуть выше инпута*/ 
#List-UserNames .a1-copy{ 
display:inline-block!important; 
cursor:pointer; 
float:left; 
} 
/*Кликалка справо*/ 
#List-UserNames .a1-paste{ 
cursor:pointer; 
display:inline-block!important; 
float:right; 
} 
/*Подсказки на кликалках*/ 
.tipsy.a11 { 
font: normal normal 400 11px/normal Tahoma!important; 
margin-top:-22px!important; 
margin-left: 148px!important; 
max-width:170px; 
} 
/************************* 
//Конец Стиля для Быстрой смены аккаунтов 
*************************/




/****новости*/

.subline {
    font-size: larger;
    text-decoration: dotted;
    text-transform: uppercase;
    text-align: center;
    font: 600 20px Georgia;
   margin-bottom: 20px;
}

.header {
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    padding: 10px 0;
    position: relative;
}

.headline {
    font: 700 30px Georgia;
    text-transform: uppercase;
    text-align: center;
}

.subtitle {
    text-transform: lowercase;
    font: 400 italic 10px Roboto;
    border-radius: 3px;
    padding: 0 20px;
    height: 20px;
     text-align: center;
   
}


.img_section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 22px 0;
    gap: 25px;
    border-bottom: 3px solid var(--black);
}

.img_section_item.img {
    width: 300px;
}

.img_section_item.img img {
    width: 300px;
    height: 250px;
    object-fit: cover;
    border: 1px solid var(--border);
    /*filter: grayscale(100%);*/
    transition: all 0.5s var(--cubic) 0s;
}

.img_section_item.img:hover img {
    filter: none;
}

.img_section_item.quote {
    flex: 1;
    text-align: center;
    font: 400 italic 16px/150% Tinos;
}

.news_text {
padding-bottom:25px;

}

.text_content {
    padding-top: 25px;

}

.html_tems_wrap .text_content p {
    font: 500 14px/170% Inter;
    text-align: justify;
}

.First_letter {
    font-size: 20px;
    color: red;
}

5

Код:
.punbb .main .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer, #pun-title, #pun-title .container, .punbb th, #setmods dl, .punbb .section .container, .punbb .post-body, .punbb td.tc2, .punbb td.tc3, .punbb .formal fieldset .post-box, #setmods dd, .punbb .info-box, .punbb #pun-main .info-box .legend, #pun-viewtopic .post-rating .container, .punbb .post .container, .punbb .post-links, .punbb .modmenu .container, #pun-navlinks .container, #pun-ulinks .container, #viewprofile li strong, #viewprofile li div {
  background: transparent;
}

#pun-stats h2, #pun-searchposts h1, #pun-multidelete h1, #pun-multimegre h1, #pun-multimove h1, #pun-viewtopic h1, #pun-debug h2, #pun-redirect h1, #pun-userlist h1, #pun-mod h2, #pun-search h1, #pun-profile h1, #pun-searchtopics h1, #pun-message h1, #pun-viewforum h1, #pun-viewtopic .main h2, #pun-edit h1, #pun-modviewforum h1, #pun-register h1, #pun-login h1, #pun-online h1, #pun-viewforum h1, #pun-respect h1, #pun-poll h1, #pun-post h1, #pun-delete h1, #pun-movetopic h1, #pun-vip h1, #pun-deletetopic h1, #pun-upavatar h1, #pun-changepass h1, #pun-positive h1, #pun-deleteuser h1, #pun-upavatar h1, #pun-pages h1, #pun-rules h1, #pun-post h2 {
  height: 25px;
  text-align: center;
}

#pun-searchposts h1 span, #pun-multidelete h1 span, #pun-multimegre h1 span, #pun-multimove h1 span, #pun-viewtopic h1 span, #pun-stats h2 span, #pun-debug h2 span, #pun-redirect h1 span, #pun-userlist h1 span, #pun-mod h2 span, #pun-search h1 span, #pun-profile h1 span, #pun-searchtopics h1 span, #pun-message h1 span, #pun-viewtopic h1 span, #pun-viewforum h1 span, #pun-viewtopic .main h2 span, #post-form h2 span, #pun-edit h1 span, #pun-modviewforum h1 span, #pun-register h1 span, #pun-login h1 span, #pun-online h1 span, #pun-respect h1 span, #pun-poll h1 span, #pun-post h1 span, #pun-post h2 span, #pun-delete h1 span, #pun-searchposts h1 span, #pun-movetopic h1 span, #pun-vip h1 span, #pun-deletetopic h1 span, #pun-upavatar h1 span, #pun-changepass h1 span, #pun-multimove .main h1 span, #pun-positive h1 span, #pun-deleteuser h1 span, #pun-upavatar h1 span, #pun-pages h1 span, #pun-rules h1 span {
  color: var(--green);
  font: 700 Italic 18px Noto Serif Display;
  text-transform: lowercase;
  padding: 0 !important;
}

#pun-index h2 span {
  display: block;
  font: 700 Italic 32px Noto Serif Display;
  text-transform: lowercase;
  padding-left: 65px;
  color: var(--green);
  opacity: 0.5;
}

#pun-index h2 span:first-letter {
  color: var(--red);
}

#pun-viewtopic #post-form h2 {
  background: var(--lgray);
  border-top: var(--b_lgreen);
  border-bottom: var(--b_lgreen);
}

.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(--green);
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.punbb a:hover, .punbb a:focus, .punbb a:active, .punbb-admin #pun-admain .nodefault,
.punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active {
  color: var(--red);
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

#pun-ulinks a {
  color: var(--green);
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

#pun-ulinks a:hover, #pun-ulinks a:focus, #pun-ulinks a:active {
  color: var(--red);
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: #333;
  color: #fff;
}

div.icon, tr.inew div.icon, tr.isticky div.icon, tr.iclosed div.icon {
  width: 14px;
  height: 16px;
}

tr.inew div.icon {
  background: url(https://forumstatic.ru/files/001b/a8/4b/63867.svg);
  background-size: cover;
  opacity: 1;
}

div.icon {
  background: url(https://forumstatic.ru/files/001b/a8/4b/63867.svg);
  background-size: cover;
  opacity: 0.5;
}

tr.isticky div.icon {
  background: url(https://forumstatic.ru/files/001b/a8/4b/10966.svg);
  background-size: cover;
  opacity: 1;
}

tr.iclosed div.icon {
  background: url(https://forumstatic.ru/files/001b/a8/4b/63867.svg);
  background-size: cover;
  opacity: 0.1;
}

#pun-index DIV.icon {
  background: url(https://forumstatic.ru/files/001b/a8/4b/86799.png);
  width: 48px !important;
  height: 68px;
  opacity: 0.3;
}

#pun-index DIV.inew {
  background: url(https://forumstatic.ru/files/001b/a8/4b/86799.png);
  opacity: 1;
}

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

/**название**/
.name {
  position: absolute;
  top: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 980px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 900 Italic 72px Noto Serif Display;
  color: var(--green);
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.name:before, .name:after {
  content: "-";
  padding: 0 5px;
}

.name:hover {
  -webkit-filter: hue-rotate(360deg);
  filter: hue-rotate(360deg);
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

/**лица и навигация**/
.nav_face {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 345px;
  left: 19px;
}

.face_lt, .face_rt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.face_lt img, .face_rt img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.face_lt img:hover, .face_rt img:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 35px;
}

.nav:before, .nav:after {
  content: "";
  width: 100px;
  height: 1px;
  background: var(--green);
}

.spirit-navigation {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 214px;
  height: 35px;
  background: var(--green);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 400 20px Tinos;
  color: var(--lgray);
  text-transform: lowercase;
  letter-spacing: 2px;
  box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
}

.spirit-navigation:hover {
  color: var(--lgreen);
}

#navigblock {
  position: absolute;
  background: var(--green);
  top: 31px;
  left: 363px;
  width: 214px;
  height: auto;
  box-sizing: border-box;
  padding: 17px 10px 10px 10px;
  border-radius: 0 0 10px 10px;
  z-index: 9;
}

.sslka {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.sslka a {
  background: var(--lgreen);
  color: var(--black) !important;
  display: inline-block;
  height: 14px;
  font-size: 11px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: lowercase;
  padding: 2px;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
  border-radius: 5px;
}

.sslka a:hover {
  background: var(--body);
  color: var(--black) !important;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
}

/*оформление форумаов*/
.forum_text {
  color: var(--green);
  width: 400px;
  text-align: justify;
  outline: var(--b_green);
  padding: 10px;
  border-radius: 10px;
}

.forum_text span {
  display: block;
  padding-bottom: 5px;
  color: var(--red);
  font: 800 12px Noto Serif;
}

/*кнопки вверх-вниз*/
.go-up, .go-down {
  display: none;
  position: fixed;
  margin-left: 1002px !important;
  z-index: 99;
  cursor: pointer;
  margin-bottom: 5px;
  width: auto;
  height: auto;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.go-up {
  top: 370px;
}

.go-down {
  top: 465px;
}

.go-down:hover, .go-up:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

/**подфорумная навигация**/
#pun-index summary {
  padding-bottom: 5px;
  color: var(--red);
  font: 800 12px Noto Serif;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}

#pun-indexs summary::before,
#pun-index summary::after {
  position: static;
  top: 0;
  left: 0;
}

#pun-index summary::after {
  content: "\f078";
  font-family: "FontAwesome";
  padding: 10px;
}

#pun-index summary::marker {
  font-size: 0;
}

#pun-index summary::-webkit-details-marker {
  display: none;
}

#pun-index details[open] summary::after {
  content: "\f077";
  font-family: "FontAwesome";
  padding: 10px;
}

.menu {
  height: auto;
  width: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden;
  position: absolute;
  border-radius: 10px;
  z-index: 99999;
  background: var(--body);
  outline: var(--b_green);
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.menu a {
  text-align: center;
  color: var(--body) !important;
  background: var(--green);
  letter-spacing: 1px;
  outline: solid 1px var(--line);
  width: 100%;
  height: 16px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu a:hover {
  background: var(--lgreen);
  color: var(--green) !important;
}

/**стикеры**/
.hvStickerPackModalContainer .hvStickerPackModal {
  background: var(--lgray);
  border: var(--green);
  box-shadow: none;
  border-radius: 0;
}

.hvStickerPackModalContent {
  border: var(--b_activ) !important;
  background: var(--body);
}

/**лз**/
.pa-fld1, li#pa-fld1 strong {
  width: 100%;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 5px;
  margin: 5px 0 !important;
  box-sizing: border-box;
}

.kast {
  background: var(--lgray);
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 180px;
  height: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5px !important;
  border-radius: 0 5px 5px 0;
  outline: var(--b_green);
  border-left: none;
  font-size: 9px;
  text-transform: uppercase;
  color: var(--green);
}

.tw {
  width: 25px;
  height: 25px;
  display: inline-block !important;
  background: #e8e9e8 url(https://forumstatic.ru/files/001b/a8/4b/35184.svg) center/20px 20px no-repeat !important;
  border-radius: 5px 0 0 5px;
  outline: var(--b_green);
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.pa-fld1 a:hover {
  background: #e8e9e8 url(https://forumstatic.ru/files/001b/a8/4b/52708.svg) center/20px 20px no-repeat !important;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.lz {
  width: 180px;
  text-align: justify;
  margin: 5px 0 10px 0 !important;
  font-size: 10px;
  color: var(--green);
}

.ank {
  text-transform: uppercase;
}

.lz a {
  color: var(--red) !important;
}

.lz a:hover {
  color: var(--green) !important;
}

/**title**/
#tooltip {
  position: absolute;
  background: var(--lgray);
  z-index: 999999;
  max-width: 200px;
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.05) inset;
  font-family: arial;
  font-size: 9px;
  text-transform: lowercase;
  display: none;
  color: var(--green);
  text-align: center;
  padding: 5px;
  letter-spacing: 1px;
}

/**маска**/
#mask_dialog .inner {
  background: var(--lgray);
  border-radius: 10px;
}

#mask_dialog .hv-mask-dialog-title {
  font-family: Tinos;
  text-transform: lowercase;
  letter-spacing: 1px;
}

/**закладки**/
#BookmCntToggle.default-style {
  color: var(--green) !important;
  background: var(--body) !important;
}

#MyBookmarks .container {
  margin: 0 !important;
}

#MyBookmarks h2 {
  background: var(--green);
  font-family: "Tinos";
  text-transform: uppercase;
  padding: 5px !important;
}

#MyBookmarks h2 span {
  width: 100% !important;
  text-align: center;
  -webkit-writing-mode: initial;
  -ms-writing-mode: initial;
  writing-mode: initial;
  padding: 0 !important;
  font: 700 Italic 18px Noto Serif Display;
    text-transform: lowercase;
    color: var(--body) !important;
    padding: 0 !important;
    opacity: 1;
    text-align: left;
}

#MyBookmarks h2 span:first-letter {
  color: var(--body) !important;
}

.editBookmark span {
  width: auto !important;
}

#MyBookmarks #bm2 {
  color: var(--body);
}

#MyBookmarks .container, .editBookmark {
  background: var(--body) !important;
}

#MyBookmarks span.scrl {
  color: var(--black) !important;
  text-shadow: none !important;
}

#plng {
  color: var(--lgreen);
  outline: none;
  padding: 4px 10px 3px 10px;
  font-size: 10px !important;
  font-weight: normal;
  text-transform: lowercase;
}

/**полоски в футере**/
.footer {
  width: 980px;
  height: 1px;
  position: absolute;
  bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer:before, .footer:after {
  content: "";
  width: 200px;
  height: 1px;
  background: var(--green);
}

/**новостыне плашки**/
.news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  height: 45px;
  padding: 10px;
  box-sizing: border-box;
  border: var(--b_green);
  border-radius: 5px;
  gap: 3px;
  color: var(--gray) !important;
}

.news a:hover {
  background: var(--lgreen);
}

.news a h8 {
  font: 400 14px Tinos;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--green);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news a span {
  color: var(--red);
  font-weight: bold;
  font-size: 10px;
}


/**быстрая смена аватара**/
.pun-modal.change_avatar_theme .modal-inner {
  background: var(--body) !important;
  border: solid 5px var(--green) !important;
}

.punbb .pun-modal.change_avatar_theme h2 {
    background: var(--lgreen) !important;
}

/**реакции**/
.reactions-container {
    display: flex;
    gap: 11px !important;
    padding: 10px 0 !important;
}

.reaction-picker-button {
    width: 20px !important;
}

.reaction-chip {
    height: 20px !important;
    border: none !important;
    background-color: #babdb8 !important;
    padding: 6px !important;
}

/*---------------------------------- НОВОСТИ -------------------------------*/
.excerpt {  margin: 10px 100px 0px 50px !important; width: 560px!important;  border: 1px solid #687062; background-color: #fff; padding: 10px; }
.excerpt a {  color: var(--red) !important; font-weight: bold;} 
.excerpt a:hover {  color: var(--green) !important; }


.excerpt_screech, .excerpt_active  {display: inline-block; margin: 0px !important; }
.excerpt_active, .excerpt_screech  { width: 260px!important;  border: 1px solid #687062; background-color: #fff;  padding: 3px;}

.face_news  {  display: flex;  flex-direction: row; justify-content: center;  gap: 1em;}
.face_news a {display: inline-block; width: 50px; height: 50px; background: #687062; margin-bottom: 5px;}
.face_news img {width: 50px; height: 50px; filter: grayscale(100%); opacity: .3; transition: all 0.3s linear 0s;} 
.face_news img:hover {filter: grayscale(50%); opacity: 0.7;}


/* особенный текст */
.magic {
  color: transparent;
}

::selection {
  color: darkgrey;
}


Вы здесь » cry4u » базовый » коды


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