Здесь делается вжух 🪄

test

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

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


Вы здесь » test » Новый форум » нрн


нрн

Сообщений 31 страница 36 из 36

31

Код:
@import url(style_cs.css);

/* ПОДГРУЗКА ШРИФТОВ */
@import url("style_cs.css");
@import url("https://forumstatic.ru/files/0018/25/96/61263.css");
@import url("http://allfont.ru/allfont.css?fonts=franklin-gothic-medium");

/* Google Fonts — без дублей, с subset=cyrillic и display=swap */
@import url("https://fonts.googleapis.com/css2?family=Cuprum&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap&subset=cyrillic");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800;900&display=swap&subset=cyrillic");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap&subset=cyrillic");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap&subset=cyrillic");
@import url("https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alice&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Prata&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap&subset=cyrillic");

/* Иконки */
@import url("https://cdn.linearicons.com/free/1.0.0/icon-font.min.css");


/* Иконический шрифт */
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");

/* Font Awesome */
@import url("https://kit-pro.fontawesome.com/releases/v6.6.0/css/pro.min.css");


/****************************************
Чистый стиль by Alex Kolmar (бродяга)
****************************************/

/* Полезные сервисные настройки
-------------------------------------------------------------*/

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

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


/* Основные переменные
------------------------------------------*/

:root {
--body-bg: url(https://forumstatic.ru/files/001c/b7/48/17378.png);
--header-bg: url(https://forumstatic.ru/files/001c/b7/48/92179.png);
--main-w: 1010px;
--title-h: 400px;
--hovlink: #565d63;
  --pun-bg: #a8a8a8;
  --sec-bg: cornsilk;
  --link: cadetblue;
  --link-hover: mediumseagreen;
  --pwidth: 240px;
  --pad1: 10px 20px;
  --pad2: 5px 20px;
  --pad3: 5px 10px;
  --msr: "Material Symbols Rounded";
  --fa: "Font Awesome 6 Pro", "Font Awesome 6 Brands";
}

/* Global
------------------------------------------*/

/* Применяется ко всем элементам */

* {
  margin: 0;
  padding: 0;
  border: none;
  text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* прокрутка 
-------------------------------------------------- */

/* Хром etc */

@supports selector(::-webkit-scrollbar) {

  *::-webkit-scrollbar-thumb {
    background: var(--link);
  }

  *::-webkit-scrollbar-thumb:hover {
    background: var(--link-hover);
    cursor: default;
  }

  *::-webkit-scrollbar-track {
    background: var(--sec-bg);
  }

  *::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }
}

/* Мозилла */

@supports not selector(::-webkit-scrollbar) {
  * {
    scrollbar-width: thin;
    scrollbar-color: var(--link-hover) var(--sec-bg);
  }
}

/* выделение текста */

::selection {
  background: var(--link);
  color: var(--pun-bg);
}

:focus {
  outline: none;
}

/* все ссылки */

a,
.punbb #pun-admain a {
  text-decoration: none;
  color: var(--link);
  transition: all .2s linear 0s;
}

a:hover,
.punbb #pun-admain a:hover {
  color: var(--link-hover);
}

/* все заголовки */

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre {
  margin: 0;
}

h1,
h2 {
  padding: 10px 20px;
  font-weight: normal;
  text-align: center;
}

ul,
dl,
li,
dd,
dt {
  list-style: none;
}

address,
em {
  font-style: normal;
}

/* выключить список модераторов, отредактировано etc */

.modlist,
.lastedit,
.punbb div#pun-live-rusff,
.punbb .topic a.sharelink {
  display: none;
}

/* модальные окна, репутация, закладки etc */

#tags .container,
.post_report,
.post_reputation,
#MyBookmarks,
.inner.popup_graffiti,
.pun-modal .modal-inner,
.punbb-admin #pun-admin-award-form .inner {
  background: var(--sec-bg);
}

/* Формы
------------------------------------------- */

/* ОФОРМЛЕНИЕ КНОПОК */

input.button,
#pun-admain input.button,
#sub4,
input[type="button"],
input[type="submit"] {
  padding: 2px 10px;
  border: 1px solid currentColor;
  cursor: pointer;
  transition: all .2s linear 0s;
}

input.button:hover,
#pun-admain input.button:hover,
#sub4:hover,
input[type="button"]:hover,
input[type="submit"]:hover {}

/* ОФОРМЛЕНИЕ ПОЛЕЙ ВВОДА */

input[type="text"],
input[type="password"],
textarea,
select {
  padding: 2px 5px;
  border: 1px solid var(--link-hover);
}

textarea,
input,
select,
optgroup {
  font-size: 14px;
}

optgroup {
  font-weight: bold;
}

/* флажки и чекбоксы */

.checkfield input[type="checkbox"],
.radiofield input[type="radio"] {
  margin: 0 3px;
}

p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: 20px;
  vertical-align: middle;
}

.formal .container {
  padding: var(--pad1);
}

.formsubmit {
  padding: 0;
  margin: 10px 0 0 0;
}

.formsubmit input,
.formsubmit a,
.formsubmit span {
  margin: 0 6px 0 0;
}

fieldset {
  border: none;
}

fieldset legend {
  font-weight: bold;
}

fieldset fieldset {
  border: none;
  margin: 0;
  padding: 0 0 8px 0
}

.fs-box {
  padding: 5px 0;
}

.fs-box p,
.fs-box fieldset {
  padding: 0 0 8px 0;
}

.inline .inputfield,
.inline .selectfield,
.inline .passfield {
  float: left;
  margin-right: 10px;
}

.inline .infofield {
  clear: both
}

.datafield br {
  display: none
}

.required label,
.datafield span.input {
  font-size: 10px;
}

textarea,
.longinput input {
  width: 64%;
  margin: 0;
}

.hashelp {
  position: relative;
}


/* Админка
------------------------------------------*/

.punbb-admin .adcontainer,
.punbb-admin .adformal {
  border: none;
}


/* Тело форума
------------------------------------------*/

/* фон */

body {
  margin: 0;
  position: relative;
  overflow-x: hidden; /* чтобы не было горизонтального скролла из-за фона */
}

body::before {
  content: "";
  position: fixed;
  inset: 0; /* то же самое, что left:0; top:0; right:0; bottom:0; */
  z-index: -10;
  background-image: var(--body-bg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

/* тело */

#pun {
  margin: 30px auto;
  width: 1010px;
  background: var(--pun-bg);
}

/* внутреннее тело */

.punbb {
  font: 12px Arial, Verdana;
}

/* настройки внутренних блоков */

.punbb > div .container {
  padding: var(--pad1);
}

/* Навигационные ссылки */

#pun-navlinks {
display: flex;
    justify-content: center;
}

#pun-navlinks .container {

    text-align: center;
    display: flex;
    justify-content: center;
    gap: 0px;
    letter-spacing: 0.025em;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}


#pun-navlinks .container:after {
  display: none;
}

#pun-navlinks li {
	display: inline;
	padding-right: 1em;
}

#pun-navlinks li a { 
    color: #dddada;
    text-transform: lowercase;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 12px;
white-space: nowrap; 
}
  
/*  вид ссылок навигации при наведении */
#pun-navlinks li a:hover {      color: var(--hovlink); }

/* Пользовательские ссылки */

#pun-ulinks {
display: flex;
    justify-content: center;
}

#pun-ulinks .container {

display: flex;
    text-align: center;
    justify-content: center;
    gap: 5px;
    padding: 0 !important;
    margin: 0px 0 7px;
}


#pun-ulinks li {
  padding: 0 5px;
  display: inline;
}

#pun-ulinks li a {
display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    font-size: 8px;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: 'Montserrat';
    box-sizing: border-box;
}

#pun-ulinks li a {
color: #dddada;
}
#pun-ulinks li a:hover {      color: var(--hovlink); }
/* Статус */
#pun-status {}

#pun-status .container {
display: flex;
    margin: 6px 0 0 0;
    align-items: flex-start;
    justify-content: center;
    font-size: 9px;
    width: 100%;
    text-transform: lowercase;
    font-family: roboto;
}

#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
}

.punbb #pun-status .status-right {
/*  float: none; */
}

/* Хлебные крошки */

.crumbs.container {
    margin: 0px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px;
    align-items: center;
    text-transform: lowercase;
    font: 500 10px roboto;

}

/* Копирайт */

#pun-about {}

#pun-about .container {
  text-align: center;
}


/* Основная форумная таблица
------------------------------------------*/

.main table {
  table-layout: fixed;
  width: 100%;
}

.main th {
  padding: 0.4em 1em 0.4em 1em;
  }

.main td {
  padding: 0.8em 1em;}

.tcl {
 overflow: hidden;
  text-align: left;
  width: 55%;
}

.tc2,
.tc3,
.tcmod {
  text-align: center;
  width: 10%;
}

.tcr {
  overflow: hidden;
  text-align: left;
  width: 30%;
}

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

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

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

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

tbody.hasicon td.tcl {
  padding-left: 40px;
}

#pun-index .hasicon {
  gap: 30px;
  margin-bottom: 30px;
  width: 980px;
  border-top: none;
}

#pu#pun-index .hasicon tr {
  position: relative;
  box-sizing: border-box;
  grid-template-columns: auto 1fr;
  gap: 50px;
  color: #2b422a;
}

#pun-index .tclcon {
     text-align: justify;
    text-transform: lowercase;
    -webkit-text-size-adjust: none;
    width: 572px;
    letter-spacing: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font: 500 10px / 15px roboto;
}


#pun-index .tcl h3 {
  margin: 0;
  white-space: nowrap;
  text-transform: lowercase;
  letter-spacing: 0;
  font: 900 16px var roboto;
}

#pun-index .tcl h3 a {
  color: var(--color-accent);
  -webkit-text-size-adjust: none;
}

#pun .intd:hover h3 a {
  opacity: 0.5;
}

#pun-index .tclcon span,
.links {
  position: relative;
  display: flex;
  gap: 10px;
  margin: 10px 0 0 0;
  justify-content: center;
}

#pun-index .tclcon span a,
.links a {
  text-transform: lowercase;
  color: #ff5733;               /* акцентный цвет текста */
  font-size: 9px;
  display: flex;
  align-items: center;
  background: #ffe6e0;          /* светлый акцентный фон */
  justify-content: center;
  padding: 1px 7px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #ffe6e0;    /* граница в тон фону */
}

#pun-index .tclcon span a:hover,
#pun-index .subforums a:hover,
.links a:hover {
  background: transparent;
}


/* аватар */

.punbb td .user-avatar {

}

.punbb td .user-avatar .avatar-image {

}

/* Иконки */

div.icon {
  position: absolute;
  margin-left: -30px;
  width: 20px;
  height: 20px;
  background: var(--sec-bg) url() no-repeat top center;
}

tr.inew div.icon {
  background: var(--link) url() no-repeat top center;
}

tr.isticky div.icon {
  background: var(--link-hover) url() no-repeat top center;
}

tr.iclosed div.icon {
  background: var(--body-bg) url() no-repeat top center;
}


/* Пагинация (Переключаемые страницы, Новая тема + Опрос, Подписка)
--------------------------------------------------------------------------------------------------- */

.multipage {
  margin-top: 10px;
}

.linkst {
  position: relative;
  padding: var(--pad2);
  display: flex;
  justify-content: space-between;
}

.linkst .pagelink {}

.linkst .postlink {
  text-align: right;
}

.linksb {
  position: relative;
  padding: var(--pad2);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.linksb .pagelink {
  order: -1;
}

.subscribelink {
  width: 100%;
  text-align: right;
}

.linksb noindex {
  order: 1;
}

.linksb .postlink {
  margin-left: auto;
  text-align: right;
}

/* Модераторское меню, RSS, Atom */

.modmenu .container {
  padding: var(--pad3);
  text-align: right;
}

.modmenu .container strong {
  float: left;
}

.modmenu input {
  margin-left: 10px;
}

#topic-users-in a:not(:last-child)::after {
  content: ',';
}

/* Главная страница
------------------------------------------*/

/* скрыть "форум, тем, сообщений" */

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

/* категория */

#pun-index .category {}

/* заголовок категории */

#pun-index .category h2 {}

/* левая колонка (форумы) */

#pun-index tbody.hasicon td.tcl {
  padding: 10px;
}

#pun-index .intd {
  display: flex;
  gap: 10px;
}

/* иконки на главной */

#pun-index div.icon {
  position: relative;
  margin: 0;
  flex-shrink: 0;
}

#pun-index .inew div.icon {}

/* аватар в последнем сообщении */

#pun-index td .user-avatar a {
  display: inline-block;
  position: relative;
}

#pun-index td .user-avatar {}

#pun-index td .user-avatar .avatar-image {}

/* Статистика */

#pun-stats {}

/* заголовок статистики */

#pun-stats h2 {}

#pun-stats  .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
}

/* всего тем, всего сообщений, зарегистрированных, последний зарегистрировавшийся */

#pun-stats li.item1,
#pun-stats li.item2,
#pun-stats li.item3,
#pun-stats li.item4 {

}

/* активны, посетили за сутки */

li#onlinelist {
  margin-top: 10px;
  text-align: justify;
  width: 100%;
}

/* Шапка
------------------------------------------*/

#pun-title {
 background: var(--header-bg);
    left: 0px;
    position: relative;
    width: var(--main-w);
    height: var(--title-h);
}


/* скрыть заголовок в шаке */

#pun-title .title-logo {
  display: none;
}

/* содержимое шапки в html-верх */

.tablica {}


/* Объявление
------------------------------------------*/

#pun-announcement {}

/* скрываем слово "объявление" */

#pun-announcement h2 {
  display: none;
}


/* Футер
------------------------------------------*/

#html-footer {
 display: flex;
   left: 0px;
    position: relative;
  justify-content: center;
  width: var(--main-w);
  height: 65px;
  background-image: url(https://forumstatic.ru/files/001c/b7/48/29657.png);
  border-radius: 0 0 0 0px;
}


}

#html-footer .container {padding: 0;}

/* баннеры */

.banners {
  padding: var(--pad1);
}

.banners a {
  opacity: .7;
}

.banners a:hover {
  opacity: 1;
}


/* Топик
------------------------------------------*/

.post {
  margin-top: 10px;
}

.toppost,
.topicpost {
  margin-top: 0;
}

/* контейнер поста */

.post .container {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}

/* дата и номер поста */

.post h3 {
  padding: var(--pad2);
}

.post h3 span {
  display: block;
}

/* номер поста */

.post h3 strong {
  float: right;
  text-align: right;
  font-weight: normal;
}

/* Автор */

.post-author {
  position: relative;
  margin: 0 0 15px;
  width: var(--pwidth);
  text-align: center;
  box-sizing: border-box;
  background: var(--sec-bg);
}

.post-author ul {
  padding: 10px;
}

.pa-author {}

.pa-author a {}

.pa-title {}

.pa-avatar img {}

.lz {
  margin: 10px 0;
}

.lz .name {
  margin: 0 auto 5px;
  display: block;
}

.pa-posts,
.pa-respect {
  display: inline-block;
  margin: 0 10px 5px;
}

.pa-posts .fld-name,
.pa-respect .fld-name {
  display: block;
  font-size: 0;
}

.pa-posts .fld-name:before,
.gid3 .pa-respect .fld-name:before, .pa-respect .fld-name a:before {
  content: "";
  font-family: var(--fa);
  font-size: 16px;
}

.pa-posts .fld-name:before {
  content: "\f0e0";
}

.gid3 .pa-respect .fld-name:before, .pa-respect .fld-name a:before {
  content: "\f004";
}

.pa-online,
.pa-last-visit {}

.pa-online {
  position: relative;
  margin: 10px auto 0;
  width: fit-content;
  height: fit-content;
  cursor: pointer;
}

.pa-online:before {
  content: "online";
  font-weight: bold;
}

.pa-online strong {
  position: absolute;
  margin-right: -50%;
  transform: translate(-50%, 100%);
  padding: 5px 10px;
  left: 50%;
  opacity: 0;
  background: rgba(0,0,0,.7);
  box-sizing: border-box;
  white-space: nowrap;
  transition: opacity .2s linear 0s;
  pointer-events: none;
  color: var(--pun-bg);
}

 .pa-online strong::after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: 10;
    border: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-left: -10px;
    left: 50%;
    border-bottom: 10px solid rgba(0,0,0,.7);
    top: -10px;
}

.pa-online:hover strong {
  opacity: 1;
}


/* Тело поста */

.post-body {
  width: calc(100% - var(--pwidth));
}

.post-box {
  padding: 0 0 10px 10px;
}

.post-links {
  margin-left: var(--pwidth);
  width: 100%;
}

.post-links ul {
  padding: 0;
  margin-left: calc(var(--pwidth) * -1);
  text-align: right;
}

.post-links li {
  display: inline;
}

.post-links li:not(:first-of-type) {
  padding-left: 10px;
}

.pl-email,
.pl-website {
  float: left;
}

.clearer {
  clear: both;
  height: 0;
  font-size: 0;
}


/* Контент поста - цитата, спойлер, таблицы и т.п. */

.punbb .post td {
  border: 0px transparent !important;
}

pre {
  font: 12px/140% monaco, "bitstream vera sans mono", "courier new", courier, monospace;
}

.post-content em {
  font-style: italic;
}

.post .post-content td {
  border-width: 0px !important;
}

.post-content em.bbuline {
  font-style: normal;
  text-decoration: underline;
}

.post-content p {
  margin: 0;
  padding: 0 0 12px 0;
  line-height: 150%;
  text-align: justify;
}

.post-content img {
  vertical-align: middle;
}

.scrollbox {
  width: 100%;
  overflow: auto;
  max-height: 200px;
}

/* цитата и код */

.quote-box,
.code-box {
  margin: 4px 10px 10px;
  padding: 5px;
  border: 1px solid var(--link-hover);
  background: var(--sec-bg);
}

.quote-box cite {
  display: block;
  padding-bottom: 5px;
  font-weight: bold;
  font-style: normal;
}

.code-box strong.legend {
  display: block;
  padding-bottom: 5px;
  font-weight: bold;
  font-style: normal;
}

.post-sig dt {
  border-bottom: 1px solid var(--link-hover);
  width: 300px;
  margin: 10px auto;
}

.punbb .reactions-root {
  padding: 0 0 10px;
}

.punbb .reactions-container {
  position: relative;
  justify-content: flex-end;
}

.punbb .reaction-picker {
  order: 1;
}

.punbb .reaction-picker-panel {
  right: 0;
}

/* Форма ответа */

#main-reply {
  box-sizing: border-box;
}

#tags {
  position: relative;
}

#tags .container {
  padding: var(--pad3) !important;
  top: 0 !important;
  max-height: 300px;
  overflow: auto;
}


/* Профиль + ЛС
------------------------------------------*/

#profile .container {
  padding-left: 200px;
  min-height: 100px;
}

#profilenav {
  float: left;
  width: 180px;
  margin-left: -180px;
}

#viewprofile h2,
#profilenav h2 {
  padding: 0;
  margin: 0;
}

#profilenav li {
  padding: 0 0 5px;
}

#viewprofile li {
  padding: 5px 0;
}

#profile-right li {
  display: flex;
}

#profile-right li span {
  width: 150px;
  flex-shrink: 0;
}

#profile-left li strong, #profile-right li strong {
  font-weight: normal !important;
}

img.avatardemo {
  float: right;
  margin: 0 0 8px 18px;
}

#pun-messages .clearer {
  display: none;
}

/* Прочие страницы
------------------------------------------*/

/* Список пользователей */

#pun-userlist .formal,
#pun-userlist .formal .container {
  margin-bottom: 0;
}

#pun-userlist .tc2 {
  text-align: left;
  width: 20%;
}

#pun-userlist .tcl {
  width: 40%
}

.usertable .container {}

/* Собщения об ошибках */

.info .container {
  padding: var(--pad3);
}

.info .container .backlink {
  padding-top: 8px;
}

/* Регистрация */

.info-box {
  margin: 0 0 10px 0;
}

.info-box * {
  padding: 0 0 5px 0;
}

.info-box .legend {
  font-weight: bold;
}

.jGrowl-notification .jGrowl-close {
  position: relative;
  right: 6px;
}

.tipsy #respect figcaption {
  margin-top: 0;
}

/* Кнопки вверх-вниз
-------------------------------------------------------*/

.go-up,
.go-down {
  cursor: pointer;
  opacity: .5;
  z-index: 9999;
  display: none;
  position: fixed;
  margin-left: 1000px !important;
  box-sizing: border-box;
  transition: all .3s linear 0s;
}

.go-up {
  top: 260px;
}

.go-down {
  top: 320px;
}

.go-down:hover,
.go-up:hover {
  opacity: 1;
}

/* Form Buttons © max, the murderer!
----------------------------------------------------------------------- */

/* General */

#form-buttons table {
    width: 100% !important;
}

#form-buttons table tr {
    display: flex;
    justify-content: space-between; /* выравнивание кнопок в ряду */
    gap: 4px;
    margin-bottom: 4px;
}

#form-buttons td {
    position: relative;
    background: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px; /* ширина кнопки */
    height: 24px; /* высота кнопки */
}

#form-buttons td::before {
    font-family: var(--fa);
    font-size: 16px; /* размер иконки */
    font-weight: 400; /* стиль иконки */
    position: absolute;
    color: var(--link);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 1;
}

#form-buttons td:hover::before {
    color: var(--link-hover); /* цвет при наведении */
}


/* Icons */

#button-font::before {
    content: '\f031';
}

#button-size::before {
    content: '\f894';
}

#button-bold::before {
    content: '\f032';
}

#button-italic::before {
    content: '\f033';
}

#button-underline::before {
    content: '\f0cd';
}

#button-strike::before {
    content: '\f0cc';
}

#button-left::before {
    content: '\f036';
}

#button-right::before {
    content: '\f038';
}

#button-center::before {
    content: '\f037';
}

#button-link::before {
    content: '\f0c1';
}

#button-spoiler::before {
    content: '\f518';
}

#button-image::before {
    content: '\f302';
}

#button-video::before {
    content: '\f144';
}

#button-hide::before {
    content: '\f30d';
}

#button-quote::before {
    content: '\f27a';
}

#button-code::before {
    content: '\f121';
}

#button-color::before {
    content: '\f53f';
}

#button-table::before {
    content: '\f009';
}

#button-smile::before {
    content: '\f118';
}

#button-keyboard::before {
    content: '\f11c';
}

#button-addition::before {
    content: '\f0d7';
}

#form-buttons td#button-files_rusff::before {
    content: '\f07b';
}

#form-buttons td#button-graffiti_rusff::before {
    content: '\f5bd';
}

#button-transL::before {
    content: '\f891';
}

#button-indent::before {
    content: '\f878';
}

#button-justify::before {
    content: '\f039';
}

#floatbut::before {
    content: '\f03c';
}

#form-buttons #button-image ~ #button-image::before {
    content: '\f03e' !important;
}

#button-mask::before {
    content: '\f630';
}


/* Рейтинг поста */

body div.post-rating,
body div.post-vote {
  float: right;
  position: relative;
  line-height: initial;
}

body div.post-rating p,
body div.post-vote p {
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

div .post-rating p > a {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 700 11px/100% verdana, arial, sans-serif !important;
  color: var(--link);
}

div.post-vote p > a {
  font-size: 0 !important;
}

div .post-rating p::before, div .post-vote p a::before {
  content: '\f004';
  font-family: var(--fa);
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  color: var(--sec-bg);
  transition: all .2s linear 0s;
  text-stroke: 1px var(--link);
  -webkit-text-stroke: 1px var(--link);
}

div .post-vote p a:before {
  content: '\f075';
}

div .post-rating p:hover:before,
div .post-vote p:hover a:before {
  color: var(--link);
}

div .post-rating p:hover > a,
div .mylike .post-rating p > a {
  color: var(--pun-bg);
}

div .mylike .post-rating p:before {
  color: var(--link);
}

.post[data-group-id="3"] .post-rating {
  display: none;
}

.isguest .post .post-rating {
  pointer-events: none;
}

0

32

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

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

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

.category .container thead {display: none;}
#pun-main .container thead {display: none;}

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

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

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

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

/* C2.8 */
#pun-index .tcl h3 {
  font-family: Hardpixel;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: bold;
  }

.konamipodf {
    text-align: justify;
    font-family: verdana;
    font-size: 9px;
    letter-spacing: 0.5px;
    width: 500px;
    padding-bottom: 5px;
    text-transform: lowercase;
}

0

33

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

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

/* A1.1 */
  @import url(style_cs.1784230243.css);
  @import url('https://kit-pro.fontawesome.com/releases/v6.6.0/css/pro.min.css');
  @import url('https://forumstatic.ru/files/001c/38/23/38989.css?v=5'); /* шрифты */

:root {
  --bg: #232323;
  --bg1: #ebebeb;
  --bg2: #f2f2f2;
  --bg3: #e4e4e4;
  --bg4: #e5dbdb;

  --clrlink1: #3b3f56;
  --clrlink2: #b85b50;
  --clrlink3: #e2e3dc;
  --clrlink4: #b97972;

  --gboy: #b0b2ca;
  --ggirl: #cab0b8;

  --konamisticky: #d9bebc; /* стики */

  --konamiprof: url(https://upforme.ru/uploads/001c/87/32/2/753347.png); /* шапка профиля */
}

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

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

html {
    background: var(--bg);
}

/* A2.2 */
.punbb * {.topic+.modmenu .container>span {display: none;}
  margin: 0
  }

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

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

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

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

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


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

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

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

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

/* A3.4 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .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.0;
  font-size: 0;
  }

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


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

/* A5.1 */
#pun {
  width: 1062px;
  margin: auto;
  position: relative;
  margin-bottom: 80px;
  top: 50px;
  background: var(--bg1);
  }

/* A5.2 */
.punbb {
  margin: 0 auto;
  width: 1020px;
  height: auto;
  }

#pun-index #pun-main .category .container {
    background-color: var(--bg2);
    border-radius: 0 0 5px 5px;
    min-height: 70px;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    padding: 10px;
}

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

/* дефолтный аватар */
span.avatar-image[style*=default_avatar] {background-image: url(https://upforme.ru/uploads/001c/bf/b2/2/843585.png) !important;}

#pun-stats .statscon {
    background-color: var(--bg2);
    border-radius: 0 0 5px 5px;
    min-height: 130px;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    padding: 10px;
    text-transform: lowercase;
}

#pun .highlight-text {
    background: var(--konamisticky);
    padding: 1px 5px;
}

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

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

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

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

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

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

#pun-main .post {
  background: var(--bg2);
  padding: 16px;
  margin: 12px 0 0 10px;
  max-width: 95%;
}
.punbb .formal {
   max-width: 1000px;
   margin-left: 12px;
   background: var(--bg2);
  }

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

/* A5.10 */
#pun-index .category h2 span {
    display: none;
  }

.punbb .section h2, #pun-main h2, #pun-stats h2, #pun-debug h2 {
  width: 930px;
  height: 30px;
  margin-bottom: -10px;
  border-style: none;
  text-align: center;
  padding-top: 13px;
  font-family: verdana;
  font-size: 14px;
  color: var(--clrvar1);
  text-transform: lowercase;
  }
#pun-main h1 {
  width: 1020px;
  height: 50px;
  border-style: none;
  text-align: center;
  font-family: verdana;
  font-size: 14px;
  color: var(--clrvar1);
  }

/* категории на главной */
#pun-category1.category h2 {
  background:  url(https://forumstatic.ru/files/001c/b1/e3/79293.png) no-repeat;
  height: 49px;
  width: 1020px;
  margin: -13px auto;
  margin-top: 10px;
  color: transparent;
  }
#pun-category2.category h2 {
  background: url(https://forumstatic.ru/files/001c/b1/e3/51027.png) no-repeat;
  height: 49px;
  width: 1020px;
  margin: -13px auto;
  margin-top: 10px;
  color: transparent;
  }
#pun-category3.category h2 {
  background: url(https://forumstatic.ru/files/001c/b1/e3/45967.png) no-repeat;
  height: 49px;
  width: 1020px;
  margin: -13px auto;
  margin-top: 10px;
  color: transparent;
  }
#pun-category4.category h2 {
  background: url(https://forumstatic.ru/files/001c/b1/e3/21982.png) no-repeat;
  height: 49px;
  width: 1020px;
  margin: -13px auto;
  margin-top: 10px;
  color: transparent;
  }
#pun-category5.category h2 {
  background: url(https://forumstatic.ru/files/001c/b1/e3/66728.png) no-repeat;
  height: 49px;
  width: 1020px;
  margin: -13px auto;
  margin-top: 10px;
  color: transparent;
  }
#pun-category6.category h2 {
  background: url(https://forumstatic.ru/files/001c/b1/e3/45990.png) no-repeat;
  height: 49px;
  width: 1020px;
  margin: -13px auto;
  margin-top: 10px;
  color: transparent;
  }

#pun-stats h2 {
  background: url(https://forumstatic.ru/files/001c/b1/e3/11242.png) no-repeat;
  height: 49px;
  width: 1020px;
  margin: -13px auto;
  margin-top: 10px;
  color: transparent;
  }

/*
#post-form h2 {
  background: var(-) no-repeat;
  height: 45px;
  width: 1000px;
  margin: -10px auto;
  margin-top: 10px;
  border-radius: 5px 5px 0 0;
  color: transparent;
  }
#post-form h2 span {
  display:none;
  }
*/


tr#forum_f10 {display: none;} 


/* Подсказки */
#tooltip {
  position:absolute;
  padding: 2px 5px!important;
  background: rgba(0, 0, 0, 0.8);
    box-shadow: 
        -2px 0 0 #fff, 2px 0 0 #fff, 
        0 -2px 0 #fff, 0 2px 0 #fff;
  font-family: 'Thin Pixel-7', monospace;
  font-size: 18px;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
  display:none;
  z-index: 99999;
  }
.tipsy {
  position:absolute;
  padding: 0px!important;
  background: rgba(0, 0, 0, 0.8)!important;
  box-shadow: 
        -2px 0 0 #fff, 2px 0 0 #fff, 
        0 -2px 0 #fff, 0 2px 0 #fff;
  font-family: 'Thin Pixel-7', monospace;
  font-size: 18px;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  display:none;
  z-index: 99999;
  }
.tipsy .tipsy-s {background: none!important;}
.tipsy-inner {
  padding: 2px 5px!important;
  border-radius: 0px!important;
  background: rgba(0, 0, 0, 0.8)!important;
    box-shadow: 
        -2px 0 0 #fff, 2px 0 0 #fff, 
        0 -2px 0 #fff, 0 2px 0 #fff!important;
  font-family: 'Thin Pixel-7', monospace!important;
  font-size: 18px!important;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase!important;
  z-index: 99999;
  }
.tipsy-arrow {display: none;}



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

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

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

/* B1.2 */
.punbb .post-sig dt {
  display: block;
  border-top: 1px solid #888;
  width: 250px;
  margin: 5px 0;
  }

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

/* 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;
  margin-top: 4px
  }

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

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
  margin: 0.4em 1.8em 1.4em 1.8em;
  padding: 1em;
  background: var(--bg3);
  box-shadow: -2px 0 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff;
  }

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
  font-family: 'Thin Pixel-7', monospace !important;
    font-size: 20px !important;
    font-style: normal;
    padding: 4px 12px;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    margin: 0;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: -2px 0 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff;
  }
.punbb .code-box strong.legend a {
  color: #fff !important;
  font-style: normal;
  font-weight: normal;
}

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

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

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

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


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

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

/* это интересно */
#pun-live-rusff {
  margin-right: 13px!important;
  }
.cool1 {
  width: 130px!important;
  text-shadow: none !important;
    padding: 4px 12px;
    color: #fff !important;
    font-family: 'Thin Pixel-7', monospace!important;
    font-size: 20px!important;
    text-decoration: none !important;
    text-transform: uppercase;
    border: none!important;
    background: rgba(0, 0, 0, 0.8)!important;
    box-shadow: -2px 0 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff!important;
    transition: all 0.1s steps(2)!important;
  }
.cool2 {
    padding: 1px 2px;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    border: none!important;
    background: rgba(0, 0, 0, 0.8)!important;
    box-shadow: -2px 0 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff!important;
    transition: all 0.1s steps(2)!important;
  }
.cool3 {
    padding: 1px 2px;
    color: #fff !important;
    font-family: 'Thin Pixel-7', monospace!important;
    font-size: 20px!important;
    text-decoration: none !important;
    text-transform: uppercase;
    border: none!important;
    background: rgba(0, 0, 0, 0.8)!important;
    box-shadow: -2px 0 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff!important;
    transition: all 0.1s steps(2)!important;
  }
.cool1:hover, .cool2:hover, .cool3:hover {
    background: #e94560!important;
    box-shadow: 
        -2px 0 0 #fff, 2px 0 0 #fff, 
        0 -2px 0 #fff, 0 2px 0 #fff,
        0 0 10px #e94560!important;
    transform: translateY(-2px)!important;
  }
.cooltext {
  display: none;
  }

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

/* B3.3 */
.linkst .pagelink {
  position: absolute;
  top: -4em;
  left: 1em;
  width: 24em;
  }

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

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


/*************************************************************
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 {
  text-align: center;
  margin-top: 10px;
  }

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

.button, #pa-edit a{
    justify-content: center;
    font-family: 'Thin Pixel-7', monospace!important;
    font-size: 20px!important;
    padding: 4px 12px;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 
        -2px 0 0 #fff, 2px 0 0 #fff, 
        0 -2px 0 #fff, 0 2px 0 #fff;
        
    transition: all 0.1s steps(2);
}
.button:hover, #pa-edit a:hover {
  cursor: pointer;
    background: #e94560;
    box-shadow: 
        -2px 0 0 #fff, 2px 0 0 #fff, 
        0 -2px 0 #fff, 0 2px 0 #fff,
        0 0 10px #e94560;
    transform: translateY(-2px);
  outline: none!important;
  }
#togglePreview {
  position: relative;
  padding-top: 2px;
  outline: none;
  z-index: 2;
  }

/* C1.4 */
.punbb fieldset {
  border-width: 0;
  padding: 0 18px 0 18px;
  margin: 1em 0 1em 0;
  background: var(--bg1);
  }

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

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

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

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

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

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

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

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

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

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

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

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

#form-buttons tr {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  padding-bottom: 6px;
  }
#form-buttons tr {display: block;width: 100%;text-align: center;}
#form-buttons td img {position: absolute; z-index: 100; left: 0; top: 0;}
#form-buttons td {
  background-image: none !important;
  display: inline-block;
  position: relative;
  width: 29px;
  height: 29px;
  border: none;
  }
#form-buttons td .material-icons {
  position: absolute;
  z-index: 1;
  left: 0;
  font-size: 20px;
  padding: 3px;
  color: var(--clrlink1); 
  transition: 0.5s;
  }
#form-buttons td:hover .material-icons {
  opacity:0.5;
  transition: 0.5s;
  background: var(--bg4);
  }

#tags .container {top: 43!important;}

#form-buttons td#button-smile { 
display:none; 
 } 

#float {
  display: none;
  position: absolute;
  left: 300px;
  top: 43px;
  width: 158px;
  z-index: 2;
  background: var(--bg3);
      box-shadow: -2px 0 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff;
  padding-top: 10px;
  font-weight: 300;
  font-size: 10px;
  padding: 5px 0 5px 0;
  text-align: center;
  }
#font-area,
#size-area,
#image-area,
#color-area,
#addition-area,
#video-area,
#table-area,
#keyboard-area,
#smilies-area,
#spoiler-area {
  background: var(--bg3);
      box-shadow: -2px 0 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff;
  padding: 15px !important;
  }

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

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

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

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

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

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


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

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

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

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

.category .container thead {display: none;}
#pun-main .container thead {display: none;}

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

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

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

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

/* C2.8 */
#pun-index .tcl h3 {
  font-family: Hardpixel;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: bold;
  }

.konamipodf {
    text-align: justify;
    font-family: verdana;
    font-size: 9px;
    letter-spacing: 0.5px;
    width: 500px;
    padding-bottom: 5px;
    text-transform: lowercase;
}

/* Кнопки подфорум
 -------------------------------------------------------------*/
.konamipodli {
  flex: 1;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 6px;
  }
.konamipodflink a {
    justify-content: center;
    font-family: 'Thin Pixel-7', monospace!important;
    font-size: 20px!important;
    padding: 4px 12px;
    margin-right: 5px;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 
        -2px 0 0 #fff, 2px 0 0 #fff, 
        0 -2px 0 #fff, 0 2px 0 #fff;
}
.konamipodflink a:hover {
  cursor: pointer;
    background: #e94560;
    box-shadow: 
        -2px 0 0 #fff, 2px 0 0 #fff, 
        0 -2px 0 #fff, 0 2px 0 #fff,
        0 0 10px #e94560;
  outline: none!important;
  }

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

/* C2.10 */
.punbb td .modlist {
  display: none;
  }

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

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

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

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

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

/* C2.16 */
.punbb table Div.icon {
    display: block;
    position: absolute;
    width: 84px;
    height: 55px;
    border: none;
    margin-left: -90px !important;
    background: url(-) no-repeat;
    margin-top: -5px !important;
}

/* новые сообщения */
TR.inew Div.icon {
  background:  url(https://forumstatic.ru/files/001c/b1/e3/35544.png?v=1) no-repeat;
  }

.icon[data-new-topics]::before, .subforums span[data-new-topics]::before {
  background: #9a3c3c!important;
  color: white!important;
  margin-left: -2px!important;
  margin-top: 27px!important;
  }
 /* C3 Topics
-------------------------------------------------------------*/

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

/* лайки */
/*БыстроПлюсы для Топика!*/
div .post-rating p>a {
    text-align: center;
    outline: 1px solid transparent;
    cursor: pointer;
    background: url(https://forumstatic.ru/files/001c/b1/e3/64570.png) no-repeat;
    position: relative;
    padding-left: 3px;
    padding-top: 19px;
    padding-bottom: 10px;
    z-index: 100;
    width: 65px;
    height: 40px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    letter-spacing: -1px;
    font-family: 'Thin Pixel-7', monospace;
    font-size: 20px!important;
    color: white;
      text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
div .post-rating p>a:hover {
    animation: fave-heart 1s steps(28);
    background-position: -1977px 0px;
    transition: background 1s steps(28);
    color: aliceblue!important;
}

@keyframes fave-heart {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1977px 0;
  }
}

div.post-vote p>a {
    display: none;
}


.mylike .post-rating p>a, .post-rating p>a:hover, .post-vote p>a:hover {
  background-position: -1977px 0;
}
/*
div .post-rating p>a:after, div.post-vote p>a:before {
    font-family: 'verdana';
    position: absolute;
    z-index: -1;
    color: #d7d0d0;
    font-size: 30px;
    margin-top: 3px;
}
*/



/* C3.2 */
.punbb .post h3 {
  border-width: 0;
  }

/* C3.3 */
.punbb .post h3 span {
    padding: 0.5em 1em;
    display: block;
    margin-left: 240px;
    border-left-width: 0;
    background: var(--bg1);
}

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

.topic a.sharelink, .topic a.translatelink {display: none;}

/* C3.5 */
.punbb .post .post-author {
    position: relative;
    float: left;
    margin-top: -23px;
    margin-bottom: 0px;
    width: 224px;
    z-index: 1 !important;
    border-left: none;
    background: var(--konamiprof) no-repeat scroll center top var(--bg3);
    overflow: hidden;
}

.punbb .post .post-author::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100px;
    top: 31px;
    background: linear-gradient(to top, var(--bg3), transparent);
    pointer-events: none;
}

/* C3.6 Профиль */
.punbb .post .post-author ul, .punbb .post .post-author p {
  position: relative;
  text-align: center;
  width: 224px;
  line-height: 1em;
  padding: 20px 0px 0px 0px;
  }

.punbb .post .post-author ul {
  position: relative;
  text-align: center;
  margin-top: 43px !important;
  margin-left: 14px;
  background: var(--bg3);
  width: 196px;
  padding-bottom: 12px;
  }

/* C3.7 */
.pa-author {
  font-size: 12px;
  font-family: Hardpixel;
  margin-bottom: 6px;
  margin-top: -12px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  }

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

/* C3.9 */
li.pa-title {
  padding-bottom: 6px;
  font-size: 8px;
  text-transform: lowercase;
  width: 95%;
  margin: 0 auto;
  }
  
li.pa-rank-container {
    position: absolute;
    top: -18px;
    left: 120px;
    z-index: 5;
}

.rank-icon {
    margin-right: 1px;
    vertical-align: middle;
}

li.pa-online {
  line-height: 0.8em;
  border-left-width: 0;
  padding-left: 0.4em;
  margin-top: 0.7em;
  }

/* индикатор активности */
.post .post-author ul {
  position: relative;
}

.post-author .pa-online,
.post-author:not(.online) .pa-author .acchide {
  position: absolute;
  display: inline-block !important;
  top: -18px;
  right: auto !important;
  left: 8px;
  line-height: unset;
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 -5px !important;
  padding: 0 !important;
  border: 0 !important;
  background-color: transparent !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  cursor: pointer;
  transition: transform .2s ease, filter .2s ease;
  z-index: 5;
}

.post-author .pa-online {
  background-image: url('https://upforme.ru/uploads/001c/87/32/2/225093.png') !important;
}

.post-author:not(.online) .pa-author .acchide {
  background-image: url('https://upforme.ru/uploads/001c/87/32/2/259221.png') !important;
}

.post-author .pa-online:hover,
.post-author:not(.online) .pa-author .acchide:hover {
  transform: scale(1.1);
  filter: brightness(1.15);
}

.post-author .pa-online:before,
.post-author.online .pa-author:after {
  content: unset !important;
}

.post-author .pa-online strong,
.post-author .pa-last-visit {
  position: absolute;
  display: inline-block !important;
  top: 16px;
  left: 0;
  right: auto !important;
  bottom: auto !important;
  padding: 0 8px !important;
  min-height: 24px;
  line-height: 24px;
  background: #000;
  font-weight: 400;
  white-space: nowrap;
  color: #fff;
  font-size: 90%;
  text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
  text-align: center;
  z-index: 100;
  border-radius: 3px;
  transition: all .2s ease;
  opacity: 0;
  visibility: hidden;
  cursor: text;
  max-width: 200px;
}

.post-author .pa-online strong:before,
.post-author .pa-last-visit:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 5px;
  right: auto !important;
  bottom: auto !important;
  border-width: 0 6px 6px 6px;
  border-style: solid;
  border-color: transparent transparent #000 transparent;
}

.post-author .pa-online:hover strong,
.post-author:has(.acchide:hover) .pa-last-visit,
.post-author .pa-last-visit:hover {
  opacity: 1;
  visibility: visible;
}

  /* хедер */
  li.pa-fld1 {
    position: absolute;
    margin-top: -63px;
    margin-left: -14px;
    z-index: -1!important;
}
li.pa-fld1::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100px;
    top: 31px;
    background: linear-gradient(to top, var(--bg3), transparent);
    pointer-events: none;
}

/* лз */
.lz {
    text-align: justify;
    margin-top: 5px !important;
    width: 180px;
    margin-left: 8px;
    font-family: verdana;
    font-size: 8px;
    padding-bottom: 4px;
}

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

.lz a.ank {
display: block;
margin-bottom: -4px;
text-align: center;
text-transform: lowercase;
font-family: verdana;
font-size: 10px;
font-weight: 600 !important;
}
.lz a.ank:hover {
color: var(--clrlnk2) !important;
}

.konamistatprof {
    display: flex;
    gap: 15px;
    width: 100%;
    justify-content: center;
    padding: 0px 20px;
    margin-top: 10px;
    margin-bottom: 7px;
    box-sizing: border-box;
    font-size: 8px;
    text-align: center;
    text-transform: lowercase;
}

.konamipl {
    position: relative;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    width: 196px;
    height: 34px;
    top: 0px;
    text-align: center;
    overflow: hidden;
    font-size: 8px;
    text-transform: lowercase;
    margin: 0px auto !important;
    color: var(--clrvar2);
}

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

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

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

/* C3.14 */
.punbb .post-links {
  margin-left: 230px;
  border-left-width: 0;
  }

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

/* C3.16 */
.punbb .post-links li {
  display: inline;
  }
.punbb .post-links li a {
  text-transform: lowercase;
  font-size: 10px;
  padding: 4px 10px !important;
  line-height: 0;
  background: var(--bg3);
  transition: 800ms all;
  margin-right: 6px;
  }
.punbb .post-links li a:hover {
  background: var(--bg4);
  transition: 800ms all;
  }

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

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

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

.punbb .post h3 a.sharelink::before, .punbb .post li.pl-email.profile a::before, .punbb .post li.pl-email.pm a::before, .punbb .post li.pl-email.email a::before, .punbb .post li.pl-delete a::before, .punbb .post li.pl-edit.edit-ajax a::before, .punbb .post li.pl-edit a::before, .punbb .post li.pl-quote a::before {
font-family: 'Font Awesome 6 Pro';
font-weight: 900;
color: #7b7b7b!important;
transition: .2s cubic-bezier(.4,0,1,1);
margin-right: 6px;
}

.punbb .post h3 a.permalink::before {
font-family: 'Font Awesome 6 Pro';
font-weight: 900;
color: #7b7b7b!important;
transition: .2s cubic-bezier(.4,0,1,1);
margin-right: 6px;
}
.punbb .post h3 strong::before {
font-family: 'Font Awesome 6 Pro';
font-weight: 900;
color: #7b7b7b!important;
transition: .2s cubic-bezier(.4,0,1,1);
margin-right: 6px;
}
.punbb .post h3 a.permalink:hover::before, .punbb .post h3 a.sharelink:hover::before, .punbb .post li.pl-email.profile a:hover::before, .punbb .post li.pl-email.pm a:hover::before, .punbb .post li.pl-email.email a:hover::before, .punbb .post li.pl-delete a:hover::before, .punbb .post li.pl-edit.edit-ajax a:hover::before, .punbb .post li.pl-edit a:hover::before, .punbb .post li.pl-quote a:hover::before {
color: #7b7b7b!important;
}
.punbb .post  h3 a.permalink::before {content: '\f017';}
.punbb .post h3 strong::before {content: '\e5a2';}
.punbb .post li.pl-email.profile a::before {content: '\f007';}
.punbb .post li.pl-email.pm a::before {content: '\f075';}
.punbb .post li.pl-email.email a::before {content: '\f0e0';}
.punbb .post li.pl-delete a::before {content: '\f1f8';}
.punbb .post li.pl-edit.edit-ajax a::before {content: '\f304';}
.punbb .post li.pl-edit a::before {content: '\f304';}
.punbb .post li.pl-quote a::before {content: '\f10e';}


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

/* Реакции
-------------------------------------------------------------*/
/* перекрас кнопки */
.topic .reaction-chip {
  background-color: var(--bg3) !important;
  border: none!important;
}

.topic .reaction-chip:not(.reaction-chip--disabled):hover {
  background-color: var(--bg4) !important;
}

/* расположение кнопки */
.topic .reactions-container {
  justify-content: flex-start !important;
  margin-top: -20px;
}

/* перекрас таблицы эмодзи */
.reactions-root .emoji-mart-search {
    display: none;
}

/* фон самой таблицы */
.topic .reactions-root .emoji-mart {
  background: var(--bg1) !important;
  border-radius: 0px!important;
  box-shadow: -2px 0 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff;
  max-width: 280px;
}

.reactions-root .emoji-mart-scroll {
    overflow-y: hidden!important;
    overflow-x: hidden;
    height: 210px!important;
    padding: 0 6px 6px 6px;
    will-change: transform;
}

/* цвет выбранной категории */
#pun .emoji-mart-anchor-selected {
    color: var(--clrlink1) !important;
}
#pun .emoji-mart-anchor-bar {
   background-color: var(--clrlink1) !important;
}

/* цвет выбранной категории */
.topic .reactions-root .emoji-mart-category-label span {
    font-family: 'Thin Pixel-7', monospace;
    font-size: 22px;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 1px 6px;
    background: #e94560;
    color: white;
    box-shadow: -2px 0 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff;
    border-radius: 0px;
    margin-top: 5px;
}

/* скрыть недавние */
.emoji-mart-category[aria-label="Недавно использованное"] {
    display: none;
}

.reactions-root .emoji-mart-category .emoji-mart-emoji span {
    width: 17px!important;
    height: 17px!important;
}
.reactions-root .emoji-mart-emoji span {
    width: 17px!important;
    height: 17px!important;
}
.reaction-chip.reaction-chip--clicked {border: none!important;}
.reaction-counters-container {margin-bottom: 10px;}

.reaction-counter__count {
  font-family: 'Thin Pixel-7', monospace;
  font-size: 22px;
}


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

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

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

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

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


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

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

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


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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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

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

/* шапка */
#pun-title table {
    position: relative;
    background: url(https://forumstatic.ru/files/001c/b1/e3/12579.png) no-repeat top center;
    width: 1062px;
    height: 418px;
    margin-left: -21px;
    margin-top: -1px;
}

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

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

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

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

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

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

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

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

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

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

/* D3.1 - навигация */
#pun-navlinks, #pun-navlinks .container {
  position: absolute;
  border: none;
  text-align: center;
  width: 1000px;
  margin-top: -230px;
  font-family: Hardpixel;
  font-size: 14px;
  background: transparent;
  text-transform: uppercase;
  text-shadow: 1px 1px black, -1px -1px black, -1px 1px black, 1px -1px black, 0px 0px 1px black;
  }
#pun-navlinks a {
  color: var(--clrlink3);
  padding: 1px;
  }
#pun-navlinks a:hover {
  color: var(--clrlink4);
  }
#pun-navlinks li#navlogout a {margin-right: 10px;}

#navindex a {color: #b85b50!important;}

/* лава-стар */
.lava-star {
  position: absolute;
  top: 34px;
  left: 0;
  width: 12px;
  height: 13px;
  transition: left 0.8s ease-in-out;
  pointer-events: none;
  z-index: 1;
  opacity: 0.9;
  }
.lava-star.no-transition {
  transition: none !important;
  }

/* D3.2 */
#pun-navlinks .container {
  padding: 0.7em 1em;
  }
#navawards {
  display: none !important;
  }

#pun-navlinks li a span {
 display: none;
}
#pun-navlinks li#navindex a:before {
   content: "game";
}
#pun-navlinks li#navuserlist a:before {
   content: "users";
}
#pun-navlinks li#navsearch a:before {
   content: "search";
}
#pun-navlinks li#navprofile a:before {
   content: "profile";
}
#pun-navlinks li#navpm a:before {
   content: "mess.";
}
#pun-navlinks li#navadmin a:before {
   content: "setting";
}
#pun-navlinks li#navlogout a:before {
   content: "logout";
}
#pun-navlinks li#navlogin a:before {
   content: "login";
}
#pun-navlinks li#navregister a:before {
   content: "register";
}
#pun-navlinks li#navpr_1 a:before {
   content: "pr";
}

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

/* D3.4 */
#pun-navlinks li a {
  font-size: 1.1em;
  display: inline-block;
  text-decoration: none
  }

span.num_msg {
  margin-top: -6px!important;
  margin-left: 1px!important;
  background: var(--konamisticky)!important;
  border-radius: 20px!important;
  }
span.num_msg:before {
  display: none!important;
  }

/* ВЫПАДАЮЩЕЕ МЕНЮ */
#pun-navlinks > li > a span {
  display: none;
}

#pun-navlinks .adminmenu li a,
#pun-navlinks .profilemenu li a {
  display: block;
  padding: 5px 15px;
  font-size: 0.9em;
  text-transform: none;
  white-space: nowrap;
  color: var(--clrlink3);
  text-shadow: none;
}

#pun-navlinks .adminmenu li a:before,
#pun-navlinks .profilemenu li a:before {
  content: none !important;
}

#pun-navlinks .adminmenu,
#pun-navlinks .profilemenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(20, 20, 20, 0.95);
  border: 1px solid var(--clrlink3);
  padding: 5px 0;
  min-width: 200px;
  z-index: 1000;
  text-align: left;
  list-style: none;
  box-shadow: 0 4px 6px rgba(0,0,0,0.3);
}

#pun-navlinks li:hover > .adminmenu,
#pun-navlinks li:hover > .profilemenu {
  display: block;
}

#pun-navlinks .adminmenu li,
#pun-navlinks .profilemenu li {
  display: block;
  padding: 0;
  margin: 0;
}

#pun-navlinks .adminmenu li a:hover,
#pun-navlinks .profilemenu li a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--clrlink4);
}

#pun-navlinks .adminmenu li.forms {
  position: relative;
}

#pun-navlinks .adminmenu li.forms > ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background: rgba(20, 20, 20, 0.95);
  border: 1px solid var(--clrlink3);
  padding: 5px 0;
  min-width: 200px;
  list-style: none;
  box-shadow: 0 4px 6px rgba(0,0,0,0.3);
}

#pun-navlinks .adminmenu li.forms:hover > ul {
  display: block;
}

#pun-navlinks .adminmenu li.forms > ul li a {
  display: block;
  padding: 5px 15px;
  font-size: 0.9em;
  text-transform: none;
  white-space: nowrap;
  color: var(--clrlink3);
  text-shadow: none;
}

#pun-navlinks .adminmenu li.forms > ul li a:before {
  content: none !important;
}

#pun-navlinks .adminmenu li.forms > ul li a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--clrlink4);
}

#pun-navlinks li#navprofile,
#pun-navlinks li#navadmin {
  position: relative;
}

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

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

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

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

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

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

.bubble {
  background: var(--bg4)!important;
  border-radius: 50%!important;
  z-index: 2!important;
}

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

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

/* D5.2 */
#pun-status .container {
  padding: 0.8em 1em 1em 1em;
  text-align: center;
  text-transform: lowercase;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* D8.4 - футер */
#pun-about .container {
  border-top-style: none;
  line-height: 150%;
  padding-top: 10px;
  background: url(https://forumstatic.ru/files/001c/b1/e3/50428.png) no-repeat;
  width: 1062px;
  height: 94px;
  margin-top: 20px;
  margin-bottom: -40px; 
  margin-left: -21px;
  text-align: center;
  font-size: 8px;
  }

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

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

/* D8.7 */
#pun-crumbs2 .container {
  border-bottom: none;
  padding: 0.8em 1em;
  font-size: 1.1em;
  text-align: center;
  }

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

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

/* Sticky elements
-------------------------------------------------------------*/

#pun-adnav {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}

#pun-adnav sup {
    display: none;
}

#pun-adnav li {
    list-style: none !important;
}

#adnav-standard > ul > li {
    padding: 2px;
}

#pun-adnav ul.adsubnav li {
    padding-left: 2px !important;
}

#adnav-standard > ul > li > a {
    display: block;
    padding: 2px 2px;
    box-sizing: border-box;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: none;
    color: var(--clrlink1);
}

#pun-adnav li.isactive > a {
    background: #333;
    color: #fff;
    border-radius: 5px;
}

#pun-adnav li.item3:not(.isactive) > a,
#pun-adnav li.item-forms:not(.isactive) > a,
#pun-adnav li.item15:not(.isactive) > a,
#pun-adnav li.item16:not(.isactive) > a,
#pun-adnav li.item20:not(.isactive) > a,
#pun-adnav li.item11:not(.isactive) > a,
#pun-adnav li.item22:not(.isactive) > a {
    background-color: var(--konamisticky);
    border-radius: 5px;
}

#pun-adnav li.item3 > a:after,
#pun-adnav li.item-forms > a:after,
#pun-adnav li.item15 > a:after,
#pun-adnav li.item16 > a:after,
#pun-adnav li.item20 > a:after,
#pun-adnav li.item11 > a:after,
#pun-adnav li.item22 > a:after {
    content: '\f005';
    font: 700 12px 'Font Awesome 6 Pro';
    margin-top: 1px;
    margin-left: 2px;
    float: right;
}

#adnav-standard > ul > li > a:hover {
    background: var(--clrlink2) !important;
    color: #fff;
    border-radius: 5px;
}

#pun-adnav .adsubnav {
    padding-left: 2px;
}

#pun-admain .submittop {
    position: -webkit-sticky;
    position: sticky;
    top: 56px;
    background: var(--bg1);
    padding: 8px 16px;
    margin-bottom: 16px;
    z-index: 7;
}


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

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

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

/* СЛАЙДЕР В ШАПКЕ */
.header-slider-overlay {
    position: absolute;
    top: 76px;
    left: 50%;
    transform: translateX(-50%);
    width: 494px;
    height: 342px;
    z-index: 1;
    pointer-events: none;
}

.slider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}

.slider-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.slide {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.slide.hidden {
  display: none !important;
}

.slide.active {
  display: block;
  animation: fadeIn 0.5s;
}

.slide img {
  width: 494px;
  height: 342px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

/* кнопи */
.slider-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}

.slider-btn:active {
  transform: translateY(-50%) scale(0.9);
}

.slider-btn img {
  width: 43px;
  height: 61px;
  display: block;
}

.slider-prev {
  left: -30px;
}

.slider-next {
  right: -30px;
}


/* ТАЙМЕР */
.hp-timer-overlay {
    position: absolute;
    top: 24px;
    left: 124px;
    transform: translate(-50%, -50%);
    z-index: 100;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
}

.hp-heart {
    width: 30px;
    height: 28px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

.hp-heart:hover {
    transform: scale(1.15);
}



/* СМЕНА ШРИФТА
------------------------------------------------------------------*/
.size-controls {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding-left: 6px;
    vertical-align: middle;
}

.size-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    border: none;
    border-radius: 5px;
    background: var(--bg3);
    color: #555;
    cursor: pointer;
    text-decoration: none !important;
    font-size: 10px;
    transition: all 0.2s ease;

    z-index: 10;
}

.size-btn:hover {
    background: var(--bg45);
    color: white;
}

.size-btn:active {
    transform: scale(0.95);
}

.size-btn i {
    line-height: 1;
}

/* Расположение справа от пермалинка */
.punbb .post h3 .size-controls {
    display: inline-flex;
    margin-left: 8px;
    margin-right: 0;
}

/* Для мобильных устройств */
@media (max-width: 768px) {
    .size-controls {
        gap: 3px;
        padding: 3px 5px;
        margin-left: 6px;
    }
    
    .size-btn {
        width: 22px;
        height: 22px;
        font-size: 11px;
    }
    
    .punbb .post h3 .size-controls {
        margin-left: 6px;
    }
}



/*****************
Стиль "Тихой Цитаты"
*****************/
.quiet-quote{
  position:relative;
  display: table;
  margin: 4px 15px 0px 19px!important; /*Отступы*/
  font-style: italic;
  font-size: 11px;
  color: #695f5f;
  /*text-align:justify;
  border:red solid 1px;*/
}
.quiet-quote>p{
  line-height:normal!important;
}
.quiet-quote:before, /*Шрифт, Цвет, Размер иконок*/
.quiet-quote:after{
  font-size: 17px;
  display: inline-block;
  position:absolute;
  z-index:1000;
  font-weight: 900;
  color: #695f5f; /*Цвет Кавычек*/
  font-family:System, Arial, sans-serif;
}
.quiet-quote:before{
  content: "\201C";  /*Код левой кавычки к Тихой цитате*/
  left:-13px;
  top:5px;
}
/*Код правой кавычки к Тихой цитате
Cкрыл Правую кавычку
.quiet-quote:after{
  content: "\201D"; 
  right: -15px;
  bottom: -20px;
} */  
/*************************
/END//Стиль "Тихой Цитаты"
*************************/





/************************* 
Стиль для Быстрой смены аккаунтов 
Deff 
*************************/ 
/*Cкрытие формы входа без клика*/ 
#pun-navlinks a:not(.NextShow)+span.odd{ 
display:none!important; 
}
#pun-navlinks a:not(.NextShow)+span.odd{ 
display:none!important; 
}
/*Стиль доп-иконки Выход!*/ 
#pun-navlinks a#New-exit {
  background: transparent!important; 
  position:absolute;
  z-index:100000!important;
  margin-top: 0px !important;
  margin-left: 22px !important;
  display:inline-block!important; 
}
#pun-navlinks #New-exit img{ 
position: absolute;
width: 18px;
height: auto;
transition: .63s;
}
#pun-navlinks #New-exit:hover img{
transition: .63s;
 opacity: .42;
}
.punbb #pun-navlinks a#New-exit:before {
    content:none;
}
.punbb #pun-navlinks #form-login input{
text-align: center;
border: 1px solid #5D6755;
text-rendering: auto; 
color: #000000!important;  
margin-top: 4px!important;
margin-bottom: 3px!important;
border-radius: 5px; 
letter-spacing: 0.2; 
word-spacing: normal; 
text-transform: none; 
text-indent: 0px; 
text-shadow: none; 
display: inline-block!important; 
text-align: center;
box-sizing: border-box;
height:20px;
width:67px;
width: 110px;
padding: 4px;
font: normal normal 400 11px/normal Verdana!important; rgb(250, 255, 189)
background-color: rgba(250,255,189,.88);
}
.punbb #form-login #fld1:empty,#form-login #fld2:empty,
.punbb #form-login #fld1,#form-login #fld2{ 
background-color: #d4d4d4;
} 
.punbb #pun-navlinks #form-login input[type="submit"]{ 
margin: 13px 0 2px!important;
box-sizing: border-box;
height:26px;
width:67px;
font-size: 11px!important;
color: #ffffff !important;
background: #5B7868;
border: 1px outset rgba(161,172,152,.8)!important;
text-align: center;
padding: 0 12px!important;
border-radius: 13px;
font-family: Verdana!important;
font-weight: 700!important;
transition: all 0.5s ease-in-out 0s;
letter-spacing: 0.8;
cursor:pointer;

/*border: 2px outset #83693E!important; 
color:#565462!important;
font-weight:700!important; */
} 
.punbb #pun-navlinks #form-login input[type="submit"]:hover{
  opacity:0.6;
}

/*Стиль формы входа*/ 
.punbb #pun-navlinks #form-login { 
background: #EFEFEF;
min-height:183px;
border: 1px solid #626262;
border-radius: 0px 0px 6px 6px;
color: #000000;/*BCBCBC;*/
display: block;
font: 11px "Verdana";
left: 0px;
padding: 8px 12px;
margin: 1px 0;
position: absolute !important;
text-align: center;
word-spacing: normal;
white-space: normal;
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.235)!important;
text-transform: none;
letter-spacing: 0.2px!important; 
top: 6px;
width: 122px;
z-index: 100000!important;
}
#pun-navlinks #navlogin #form-login {
  margin-left: -30px;/*Подвижки формы влево от вход*/ 
} 
#pun-navlinks #navlogout #form-login { 
  margin-left: -30px;/*Подвижки формы влево от выход*/
} 
.ismoderator #pun-navlinks #navlogout #form-login {
  margin-left: -30px!important;/*Подвижки формы влево от выход для АМС*/
} 
/*Стиль ссылок в форме "Не зарегистрированы" и "Забыли пароль" */ 
#pun-navlinks #form-login input[value="Войти"]+p{ 
 margin: 11px 0;
} 
.punbb #pun-navlinks #form-login a.Rega, 
.punbb #pun-navlinks #form-login a.Forgot{ 
position:relative; 
text-transform: none!important; 
z-index:20; 
cursor:pointer; 
font: normal normal 200 10px/normal Verdana!important; 
letter-spacing: 0.4!important; 
display:inline;
background: none!important;
padding: 0 0 0 3px!important;
color: #76333C!important;
font-size: 9px!important;
/*text-shadow: 1px 1px 1px rgba(40, 52, 61, 0.39);*/
}
.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:-9px; 
min-height:90px; 
width:220px; 
right:100%; 
padding: 12px 19px 12px 17px; 
background: #EFEFEF;
border-color: #626262; /* Цвет границы */
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: #5B7868;
text-transform:none!important;
text-align: left;
box-shadow: 2px 2px 1px rgb(149, 151, 143);
padding-left: 5px!important;
font: normal normal 700 12x/normal Verdana!important;
letter-spacing: 0.4;
margin: 1px auto!important;
padding: 2px 0;
transition: .33s;
}
.punbb #List-UserNames li:hover{ 
opacity:.84; 
/*background:#83693E!important;*/
} 
/*Стиль Ников*/ 
.punbb #List-UserNames li>b{ 
cursor: pointer;
opacity: .9;
color: #fffefe;;
text-shadow: 1px 1px 1px rgb(0, 0, 0);
letter-spacing: 0.3;
} 
.punbb #List-UserNames li>b:hover{ 
opacity:.93; 
text-shadow:1px 1px 1px rgba(0,0,0,.6); 
} 
/*Скролл контейнера с никами*/ 
#List-UserNames ul::-webkit-scrollbar { 
width: 3px; 
height: 5px; 
} 
#List-UserNames ul::-webkit-scrollbar-track { 
background-color: #393A38; 
border: 0px solid #d7d8d9; 
box-shadow: none; 
} 
#List-UserNames ul::-webkit-scrollbar-thumb {
background-color: #C0BFBD;
border: 0px solid #d7d8d9; 
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; 
} 
#pun:not(.isguest) #navlogout .Rega, 
#pun:not(.isguest) #navlogout .Forgot { 
display:none!important; 
} 
/*Стиль блока с инпутом для переноса и вставки запомненных Аккаунтов*/ 
#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 { 
border: 1px solid #5D6755!important; 
text-shadow: none!important; 
color:#333!important;
background-color: #D4D4D4;
font: normal normal 400 11px/normal Verdana!important; 
/* box-shadow: inset 0px 0px 3px rgba(100,102,80,.97); */ 
margin-top: 9px; 
padding: 2px !important; 
vertical-align: middle; 
} 
/*Стрелочки к инпуту*/ 
#List-UserNames ul+span b{ 
font: normal normal 400 13px/normal Verdana; 
padding:0 3px; 
color: #000000;
} 
/*Кликалка слева, чуть выше инпута*/ 
#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 Verdana!important; 
margin-top:-22px!important; 
margin-left: 148px!important; 
max-width:170px; 
} 
/************************* 
//Конец Стиля для Быстрой смены аккаунтов 
*************************/

0

34

Код:
/* CS1 Background and text colours
-------------------------------------------------------------*/

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

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

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

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

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

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

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

/* CS1.8 */
#pun-navlinks .container {
  background-color: #0F5995;
  color: #f1f1f1;
  }

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

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

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

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

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

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

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

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

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

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

.punbb .divider {
  border-color: #ccc #fff #fff #fff
  }

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

li.pa-online {
  border-left-color: #005EAB;
  }


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

/* CS3.1 */
.punbb a, .punbb a:link, .punbb a:visited,
.punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited {
  color: var(--clrlink1);
  }

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: var(--clrlink2);
  }

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

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

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

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

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

div.icon {border-color: #E6E6E6 #DEDEDE #DADADA #E2E2E2}
tr.iredirect div.icon {border-color: #F7F7F7 #F7F7F7 #F7F7F7 #f7f7f7}
div.inew {border-color: #0080D7 #0065C0 #0058B3 #0072CA}

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


/* Кнопки вверх-вниз
-------------------------------------------------------------*/
.go-up {
  position: fixed;
  z-index: 9999;
  display: none;
  width: 69px;
  height: 53px;
  margin-left: 1060px !important;
  cursor: pointer;
  opacity: 1;
  transition: transform 1s cubic-bezier(0.72, -0.01, 0, 1) 0s, filter .5s cubic-bezier(0.72, -0.01, 0, 1) 0s;
  }
.go-down {
    position: fixed;
    z-index: 9999;
    display: none;
    width: 62px;
    height: 42px;
    margin-left: 1060px !important;
    cursor: pointer;
    opacity: 1;
    transition: transform 1s cubic-bezier(0.72, -0.01, 0, 1) 0s, filter .5s cubic-bezier(0.72, -0.01, 0, 1) 0s;
}
.go-up {
  bottom: 400px;
  }
.go-down {
  bottom: 340px;
  }
.go-down:hover, .go-up:hover {
  opacity: 1;
  transform: scale(.9);
  }

/* ПЛЕЕР
-------------------------------------------------------------*/
.mini-audio {
    width: 180px;
    display: flex;
    gap: 6px;
    align-items: center;
    font-size: 10px !important;
    background: var(--bg2);
}

.mini-audio .play-btn {
    border: none;
    cursor: pointer;
    background: none;
    padding: 0;
    width: 8px;
    height: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9a9a9a;
}

.mini-audio .play-btn img {
    display: block;
    width: 8px !important;
    height: 8px !important;
}

.mini-audio .track-info {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.mini-audio .track-title {
    font-size: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #9a9a9a;
}

.mini-audio .seek {
    width: 100%;
    height: 5px!important;
    margin: 4px 0;
    -webkit-appearance: none;
    appearance: none;
    background: #e0e0e0;
    border-radius: 1px;
    cursor: pointer;
    outline: none;
    overflow: hidden;
}

.mini-audio .seek::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 0;
    height: 5px!important;
    box-shadow: -180px 0 0 180px #9a9a9a;
    cursor: pointer;
}

.mini-audio .seek::-moz-range-thumb {
    width: 0;
    height: 5px!important;
    box-shadow: -180px 0 0 180px #9a9a9a;
    cursor: pointer;
    border: none;
}

.mini-audio .time {
    font-size: 6px !important;
    opacity: .7;
}



/* НАВИГАЦИЯ */
.lava-menu {
  position: absolute;
  top: 140px;
  left: 50px; 
  width: 200px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding-left: 25px;
}

.lava-menu a {
  position: relative;
  text-decoration: none;
  color: #ffffff!important;
  transition: all 0.3s ease;
  font-size: 8px;
  padding-bottom: 20px;
  font-family: 'LCD Smartie';
  text-transform: uppercase;
}

/* Символ > */
.lava-menu a::before {
  content: ">"; 
  font-family: 'LCD Smartie';
  font-size: 8px;
  position: absolute;
  left: -18px;
  padding-bottom: 20px;
  top: 50%;
  transform: translateY(-50%) translateX(-10px);
  opacity: 0;
  color: #ffffff;
  font-weight: bold;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Эффект при наведении */
.lava-menu a:hover {
  color: #fff;
  padding-left: 6px;
}

.lava-menu a:hover::before {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}


/* ВТОРАЯ НАВИГАЦИЯ */
.news-sidebar {
  position: absolute;
  top: 140px;
  right: 30px;
  width: 200px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.news-sidebar a {
  position: relative;
  text-decoration: none;
  font-family: 'LCD Smartie';
  padding-left: 25px;
  padding-top: 10px;
  font-size: 8px;
  text-transform: uppercase;
  color: #ffffff!important;
  transition: background 0.3s ease, transform 0.2s ease;
}

/* Эффект при наведении (простое смещение) */
.news-sidebar a:hover {
  transform: translateX(-2px);
}

.news-sidebar a:nth-child(1) {
  background: url('https://upforme.ru/uploads/001c/b1/e3/3/880546.png') no-repeat;
}
.news-sidebar a:nth-child(2) {
  background: url('https://upforme.ru/uploads/001c/b1/e3/3/678338.png') no-repeat;
}
.news-sidebar a:nth-child(3) {
  background: url('https://upforme.ru/uploads/001c/b1/e3/3/433157.png') no-repeat;
}
.news-sidebar a:nth-child(4) {
  background: url('https://upforme.ru/uploads/001c/b1/e3/3/594259.png') no-repeat; 
}
.news-sidebar a:nth-child(5) {
  background: url('https://upforme.ru/uploads/001c/b1/e3/3/532548.png') no-repeat; 
}
.news-sidebar a:nth-child(6) {
  background: url('https://upforme.ru/uploads/001c/b1/e3/3/321456.png') no-repeat; 
}
.news-sidebar a:nth-child(7) {
  background: url('https://upforme.ru/uploads/001c/b1/e3/3/173323.png') no-repeat; 
}


/* ===== ГОСТЕВАЯ ===== */
.konamiguest {
    background: url('https://forumstatic.ru/files/001c/b1/e3/52409.png') no-repeat center center;
    background-size: 750px 587px;
    width: 750px;
    min-height: 587px;
    margin: 20px auto !important;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
    font-family: Verdana, sans-serif;
}

.konamiguest p {margin: 0; padding: 0;}

@keyframes press-start-blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.konamiguest::after {
    content: '> PRESS START <';
    position: absolute;
    top: 76px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Hardpixel', Courier, monospace;
    font-size: 20px;
    color: var(--bg3, #fff);
    z-index: 100;
    pointer-events: none;
    animation: press-start-blink 1.5s infinite steps(5);
}

/* ===== 2.1. АМС ===== */
.konamilinks {
    position: absolute;
    top: 50px;
    left: 60px;
    z-index: 60;
    display: flex;
    align-items: flex-start;
}

.konamilinks a {
    display: block;
    transition: all 0.1s steps(2);
}
.konamilinks .pixel-img {
    display: block;
    width: 35px;
    height: 35px;
}

.konamilinks a:nth-child(1) {
    margin-right: 2px;
}
.konamilinks a:nth-child(2) {
    transform: translateY(-12px);
    margin-left: 5px;
    margin-right: 2px;
}
.konamilinks a:nth-child(3) {
    transform: translateY(-6px);
    margin-left: 5px;
    margin-right: 2px;
}
.konamilinks a:nth-child(4) {
    transform: translateY(-16px);
    margin-left: 2px;
}
.konamilinks a:hover .pixel-img {
    transform: translateY(-2px);
    filter: brightness(1.2);
}
.konamilinks a:nth-child(2):hover .pixel-img { transform: translateY(-2px); }
.konamilinks a:nth-child(3):hover .pixel-img { transform: translateY(-2px); }
.konamilinks a:nth-child(4):hover .pixel-img { transform: translateY(-2px); }

/* ===== СТИЛИ ДЛЯ КАСТОМНОЙ ПОДСКАЗКИ ===== */
.konamilinks a {
    position: relative;
}

.konamilinks a::before {
    content: attr(title); 
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: var(--bg);
    color: #fff;
    font-family: 'Thin Pixel-7', monospace;
    font-size: 20px;
    padding: 0px 4px;
    white-space: nowrap;
    z-index: 200;
    pointer-events: none;
    box-shadow: 
        -2px 0 0 #fff, 2px 0 0 #fff, 
        0 -2px 0 #fff, 0 2px 0 #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s steps(2);
}

.konamilinks a:hover::before {
    opacity: 1;
    visibility: visible;
    bottom: 120%;
}

/* ===== 2. БЛОК ТЕКСТА ===== */
.konamihello {
    position: absolute;
    top: 110px;
    left: 56px;
    width: 250px;
    height: 212px;
    font-size: 9px;
    text-align: justify;
    color: white;
    overflow: hidden;
    text-transform: lowercase;
    padding: 10px;
    box-sizing: border-box;
}

/* ===== 3. БЛОК МАЛЬЧИКОВ ===== */
.kgmale {
    position: absolute;
    top: 120px;
    left: 316px;
    width: 176px;
    height: 212px;
    background: var(--bg1);
    text-transform: lowercase;
    padding: 10px;
    font-size: 9px;
    overflow-y: auto;
    box-sizing: border-box;
    box-shadow: 
        -2px 0 0 #fff, 2px 0 0 #fff, 
        0 -2px 0 #fff, 0 2px 0 #fff;
}

.kgmale b { 
    display: block; 
    margin-bottom: 6px; 
    background: var(--gboy);
    font-family: 'Thin Pixel-7';
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0px 6px;
    box-sizing: border-box;
    box-shadow: 
        -2px 0 0 #fff, 2px 0 0 #fff, 
        0 -2px 0 #fff, 0 2px 0 #fff;
}

/* ===== 4. БЛОК ДЕВОЧЕК ===== */
.kggirl {
    position: absolute;
    top: 120px;
    left: 506px;
    width: 176px;
    height: 212px;
    background: var(--bg1);
    text-transform: lowercase;
    padding: 10px;
    font-size: 9px;
    overflow-y: auto;
    box-sizing: border-box;
    box-shadow: 
        -2px 0 0 #fff, 2px 0 0 #fff, 
        0 -2px 0 #fff, 0 2px 0 #fff;
}

.kggirl b { 
    display: block; 
    margin-bottom: 6px; 
    background: var(--ggirl);
    font-family: 'Thin Pixel-7';
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0px 6px;
    box-sizing: border-box;
    box-shadow: 
        -2px 0 0 #fff, 2px 0 0 #fff, 
        0 -2px 0 #fff, 0 2px 0 #fff;
}

.kgmale::-webkit-scrollbar, .kggirl::-webkit-scrollbar { width: 8px; background: var(--bg); }
.kgmale::-webkit-scrollbar-thumb, .kggirl::-webkit-scrollbar-thumb { 
    background: var(--gboy); 
    border: 2px solid var(--bg); 
}
.kggirl::-webkit-scrollbar, .kggirl::-webkit-scrollbar { width: 8px; background: var(--bg); }
.kggilr::-webkit-scrollbar-thumb, .kggirl::-webkit-scrollbar-thumb { 
    background: var(--ggirl);
    border: 2px solid var(--bg);
}

/* ===== 5. КОНСОЛЬ ВВОДА ===== */
.konamicode {
    position: absolute;
    top: 372px;
    left: 290px;
    width: 392px;
    padding: 15px;
    background: var(--bg);
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    box-shadow: 
        -2px 0 0 #fff, 2px 0 0 #fff, 
        0 -2px 0 #fff, 0 2px 0 #fff;
}

.konamicode input[type="text"] {
    flex: 1;
    height: 32px;
    width: 100px;
    padding: 0 10px;
    border: none;
    outline: none;
    border-radius: 0;
    background: #222;
    color: var(--konamisticky);
    font-family: 'Thin Pixel-7', monospace;
    font-size: 20px;
    box-sizing: border-box;
    box-shadow: inset -2px 0 0 #555, inset 2px 0 0 #555, inset 0 -2px 0 #555, inset 0 2px 0 #555;
}

.konamicode .reserve-btn {
    height: 28px;
    width: 80px;
    padding: 0 10px;
    background: #e94560;
    color: white;
    border: none;
    cursor: pointer;
    font-family: 'Thin Pixel-7', monospace;
    font-size: 20px;
    white-space: nowrap;
    text-transform: uppercase;
    box-shadow: 
        -2px 0 0 #fff, 2px 0 0 #fff, 
        0 -2px 0 #fff, 0 2px 0 #fff;
        
    transition: transform 0.1s steps(2);
}

.konamicode .reserve-btn:hover { 
    background: #ff6b81;
    transform: translateY(-2px);
}

.konamicode .reserve-btn:active {
    transform: translateY(0);
}

/* ===== 6. НАВИГАЦИЯ ===== */
.konamignav {
    position: absolute;
    bottom: 80px;
    left: 70px;
    z-index: 50;
    text-align: center;
    font-family: 'Thin Pixel-7', monospace;
    font-size: 20px;
    line-height: 1;
}

.konamignav a {
    display: inline-block;
    margin: 0 8px;
    padding: 4px 12px;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 
        -2px 0 0 #fff, 2px 0 0 #fff, 
        0 -2px 0 #fff, 0 2px 0 #fff;
        
    transition: all 0.1s steps(2);
}

.konamignav a:hover {
    background: #e94560;
    box-shadow: 
        -2px 0 0 #fff, 2px 0 0 #fff, 
        0 -2px 0 #fff, 0 2px 0 #fff,
        0 0 10px #e94560;
    transform: translateY(-2px);
}

.konamignav a:active {
    transform: translateY(0);
}


/* ===== ОРГАНИЗАЦИОННАЯ ===== */
#org {
    position: relative;
    width: 600px;
    margin: 0 auto;
    background: url(https://forumstatic.ru/files/001c/b1/e3/73321.png) no-repeat scroll center top;
    background-color: var(--bg3);
    padding-bottom: 10px;
}
#org .text {
    margin: 0px 35px 0px 35px;
    padding-top: 80px;
    padding-bottom: 10px;
    text-align: justify;
}

#org .novname { 
    position: absolute; 
    font-family: 'Thin Pixel-7', monospace;
    font-size: 22px;
    white-space: nowrap;
    text-transform: uppercase;
    background: #e94560;
    color: white;
    box-shadow: 
        -2px 0 0 #fff, 2px 0 0 #fff, 
        0 -2px 0 #fff, 0 2px 0 #fff;
    margin-top: 30px!important;
    left: 50%; 
    transform: translate(-50%);
    padding: 0px 10px 0px 10px;
}

/* НОВОСТИ НАЁН */
#news-nayeon {
  width: 800px;
  height: 600px;
  background: url('https://forumstatic.ru/files/001c/38/23/79410.png') center/cover no-repeat;
  position: relative;
  overflow: hidden;
  color: #fff;
  margin: 0 auto;
}

#news-nayeon .text {
  position: absolute;
  text-align: justify;
  left: 110px;
  top: 80px;
  width: 270px;
  max-height: 300px;
  overflow-y: auto;
  padding: 12px;
  font-size: 10px;
  text-transform: lowercase;
  line-height: 1.2;
  color: #141414;
}

#news-nayeon .activ {
  position: absolute;
  left: 112px;
  top: 10px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 13px;
}
#news-nayeon .activ img {
    border: solid 3px white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    filter: grayscale(100%);
}

#news-nayeon .activepost {
  position: absolute;
  left: 412px;
  top: 510px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 13px;
}
#news-nayeon .activepost img {
    border: solid 3px white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    filter: grayscale(100%);
}

#news-nayeon .lovers {
  position: absolute;
  display: flex;
  flex-direction: column;
  text-align: center;
  left: 500px;
  top: 106px;
  min-width: 100px;
  min-height: 10px;
  box-sizing: border-box;
  font-family: 'LCD Smartie';
  text-transform: uppercase;
  font-size: 6px;
  line-height: 2.5;
}

#news-nayeon .episode {
  position: absolute;
  left: 460px;
  top: 190px;
}
#news-nayeon .episode a{
font-family: 'Thin Pixel-7', monospace !important;
    font-size: 20px !important;
    padding: 4px 12px;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: -2px 0 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff;
}
#news-nayeon .episode a:hover {
  cursor: pointer;
    background: #e94560;
    box-shadow: 
        -2px 0 0 #fff, 2px 0 0 #fff, 
        0 -2px 0 #fff, 0 2px 0 #fff,
        0 0 10px #e94560;
  outline: none!important;
  }

#news-nayeon .weekpost {
  position: absolute;
  text-align: justify;
  left: 140px;
  top: 452px;
  width: 230px;
  height: 60px;
  overflow-y: auto;
  padding-right: 8px;
  font-size: 10px;
  text-transform: lowercase;
  color: #141414;
}

#news-nayeon .events {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 460px;
  top: 266px;
  width: fit-content;
  max-height: 230px;
  overflow-y: auto;
  overflow-x: hidden;
  gap: 8px;
  padding: 4px;
}

#news-nayeon .events a {
    text-align: right;
    font-family: 'Thin Pixel-7', monospace !important;
    font-size: 20px !important;
    padding: 4px 12px;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    background: #e94560;
    box-shadow: -2px 0 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff;
    width: fit-content; /* каждая ссылка по своей длине */
    white-space: nowrap;
    align-self: flex-end;
}
#news-nayeon .events a:hover {
  cursor: pointer;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 
        -2px 0 0 #fff, 2px 0 0 #fff, 
        0 -2px 0 #fff, 0 2px 0 #fff,
        0 0 10px #e94560;
  outline: none!important;
}


/* НОВОСТИ ЮДАЙ */
#news-yudai {
  width: 800px;
  height: 600px;
  background: url('https://forumstatic.ru/files/001c/38/23/44740.png') center/cover no-repeat;
  position: relative;
  overflow: hidden;
  color: #fff;
  margin: 0 auto;
}

#news-yudai .text {
  position: absolute;
  text-align: justify;
  left: 110px;
  top: 80px;
  width: 270px;
  max-height: 300px;
  overflow-y: auto;
  padding: 12px;
  font-size: 10px;
  text-transform: lowercase;
  line-height: 1.2;
  color: #141414;
}

#news-yudai .activ {
  position: absolute;
  left: 112px;
  top: 10px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 13px;
}
#news-yudai .activ img {
    border: solid 3px white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    filter: grayscale(100%);
}

#news-yudai .activepost {
  position: absolute;
  left: 412px;
  top: 510px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 13px;
}
#news-yudai .activepost img {
    border: solid 3px white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    filter: grayscale(100%);
}

#news-yudai .lovers {
  position: absolute;
  display: flex;
  flex-direction: column;
  text-align: center;
  left: 500px;
  top: 106px;
  min-width: 100px;
  min-height: 10px;
  box-sizing: border-box;
  font-family: 'LCD Smartie';
  text-transform: uppercase;
  font-size: 6px;
  line-height: 2.5;
}

#news-yudai .episode {
  position: absolute;
  left: 460px;
  top: 190px;
}
#news-yudai .episode a{
font-family: 'Thin Pixel-7', monospace !important;
    font-size: 20px !important;
    padding: 4px 12px;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: -2px 0 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff;
}
#news-yudai .episode a:hover {
  cursor: pointer;
    background: rgb(67 67 67);
    box-shadow: 
        -2px 0 0 #fff, 2px 0 0 #fff, 
        0 -2px 0 #fff, 0 2px 0 #fff,
        0 0 10px #585858;
  outline: none!important;
  }

#news-yudai .weekpost {
  position: absolute;
  text-align: justify;
  left: 140px;
  top: 452px;
  width: 230px;
  height: 60px;
  overflow-y: auto;
  padding-right: 8px;
  font-size: 10px;
  text-transform: lowercase;
  color: #141414;
}

#news-yudai .events {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 460px;
  top: 266px;
  width: fit-content;
  max-height: 230px;
  overflow-y: auto;
  overflow-x: hidden;
  gap: 8px;
  padding: 4px;
}

#news-yudai .events a {
    text-align: right;
    font-family: 'Thin Pixel-7', monospace !important;
    font-size: 20px !important;
    padding: 4px 12px;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    background: #2a2a2a;
    box-shadow: -2px 0 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff;
    width: fit-content; /* каждая ссылка по своей длине */
    white-space: nowrap;
    align-self: flex-end;
}
#news-yudai .events a:hover {
  cursor: pointer;
    background: rgb(67 67 67);
    box-shadow: 
        -2px 0 0 #fff, 2px 0 0 #fff, 
        0 -2px 0 #fff, 0 2px 0 #fff,
        0 0 10px #585858;
  outline: none!important;
}


/* НОВОСТИ ТАКИ */
#news-taki {
  width: 800px;
  height: 600px;
  background: url('https://forumstatic.ru/files/001c/38/23/10430.png') center/cover no-repeat;
  position: relative;
  overflow: hidden;
  color: #fff;
  margin: 0 auto;
}

#news-taki .text {
  position: absolute;
  text-align: justify;
  left: 110px;
  top: 80px;
  width: 270px;
  max-height: 300px;
  overflow-y: auto;
  padding: 12px;
  font-size: 10px;
  text-transform: lowercase;
  line-height: 1.2;
  color: #141414;
}

#news-taki .activ {
  position: absolute;
  left: 112px;
  top: 10px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 13px;
}
#news-taki .activ img {
    border: solid 3px white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    filter: grayscale(100%);
}

#news-taki .activepost {
  position: absolute;
  left: 412px;
  top: 510px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 13px;
}
#news-taki .activepost img {
    border: solid 3px white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    filter: grayscale(100%);
}

#news-taki .lovers {
  position: absolute;
  display: flex;
  flex-direction: column;
  text-align: center;
  left: 500px;
  top: 106px;
  min-width: 100px;
  min-height: 10px;
  box-sizing: border-box;
  font-family: 'LCD Smartie';
  text-transform: uppercase;
  font-size: 6px;
  line-height: 2.5;
}

#news-taki .episode {
  position: absolute;
  left: 460px;
  top: 190px;
}
#news-taki .episode a{
font-family: 'Thin Pixel-7', monospace !important;
    font-size: 20px !important;
    padding: 4px 12px;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: -2px 0 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff;
}
#news-taki .episode a:hover {
  cursor: pointer;
    background: #644d7c;
    box-shadow: 
        -2px 0 0 #fff, 2px 0 0 #fff, 
        0 -2px 0 #fff, 0 2px 0 #fff,
        0 0 10px #644d7c;
  outline: none!important;
  }

#news-taki .weekpost {
  position: absolute;
  text-align: justify;
  left: 140px;
  top: 452px;
  width: 230px;
  height: 60px;
  overflow-y: auto;
  padding-right: 8px;
  font-size: 10px;
  text-transform: lowercase;
  color: #141414;
}

#news-taki .events {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 460px;
  top: 266px;
  width: fit-content;
  max-height: 230px;
  overflow-y: auto;
  overflow-x: hidden;
  gap: 8px;
  padding: 4px;
}

#news-taki .events a {
    text-align: right;
    font-family: 'Thin Pixel-7', monospace !important;
    font-size: 20px !important;
    padding: 4px 12px;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    background: #644d7c;
    box-shadow: -2px 0 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff;
    width: fit-content; /* каждая ссылка по своей длине */
    white-space: nowrap;
    align-self: flex-end;
}
#news-taki .events a:hover {
  cursor: pointer;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 
        -2px 0 0 #fff, 2px 0 0 #fff, 
        0 -2px 0 #fff, 0 2px 0 #fff,
        0 0 10px #e94560;
  outline: none!important;
}




/* БАНК
---------------------------------------------------------*/
/* токен */
#bank-token {
    width:53px;
    height:54px;
    margin-left: 670px;
    margin-top: 60px;
    position: absolute;
    display: block;
    background: url("https://upforme.ru/uploads/001c/bf/b2/3/143452.png");

    animation: pix 5s linear infinite;
    z-index: 10;
}
@keyframes pix {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-5px); }
    100% { transform: translateY(0); }}

/* Основной контейнер */
#bank-app {
    font-family: 'Verdana', sans-serif; 
    font-size: 10px;
    padding: 20px;
    background: var(--bg1);
    color: #000;
    margin: 20px 0;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

/* Приветствие */
.bank-welcome {
    position: relative;
    width: 70%;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 10px;
    line-height: 1.5;
    color: #333;
    box-sizing: border-box;
}

.bank-welcome::after {
    content: '';
    position: absolute;
    right: -280px;
    top: 100px;
    transform: translateY(-50%);
    width: 200px;
    height: 138px;
    background-image: url('https://upforme.ru/uploads/001c/bf/b2/3/51736.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.b-col { display: flex; flex-direction: column; gap: 15px; }
.b-col-left { flex: 0 0 35%; min-width: 280px; }
.b-col-right { flex: 1; min-width: 300px; }

/* Корзина операций */
.b-disp {
    background: #fff;
    padding: 15px;
    border: 3px solid #000; /* Пиксельная рамка */
    min-height: 200px;
    max-height: 400px;
    overflow-y: auto;
    font-size: 13px;
}
#bank-list { margin: 10px 0 0 10px; padding: 0; list-style: none; }
#bank-list li { margin-bottom: 6px; padding-bottom: 6px; border-bottom: 2px dashed #ccc; }

/* Поле вывода кода (Textarea) - отвязано от общего стиля */
.b-out {
    width: 100%; /* Ширина как у корзины выше */
    height: 120px;
    background: #fff;
    color: #000;
    border: 3px solid #000; /* Пиксельная рамка */
    padding: 10px;
    font-family: 'Courier New', monospace; /* Моноширинный для кода */
    font-size: 13px;
    resize: vertical;
    box-sizing: border-box;
    outline: none;
}

/* Кнопки управления */
.b-btn {
    padding: 15px;
    border: 3px solid #000;
    cursor: pointer;
    font-family: 'Press Start 2P', cursive; /* Пиксельный шрифт */
    font-size: 10px;
    text-transform: uppercase;
    background: #e0e0e0;
    color: #000;
    box-shadow: 4px 4px 0px #000; /* Жесткая тень */
    transition: transform 0.1s;
}
.b-btn:active { transform: translate(2px, 2px); box-shadow: 2px 2px 0px #000; }

#btn-add.active-mode { background: #4CAF50; color: #fff; border-color: #000; }
#btn-sub.active-mode { background: #f44336; color: #fff; border-color: #000; }

/* Нижние кнопки (Copy/Undo) */
.action-buttons { display: flex; gap: 10px; }
.copy-btn, .undo-btn {
    flex: 1;
    padding: 12px;
    border: 3px solid #000;
    cursor: pointer;
    font-family: 'Press Start 2P', cursive;
    font-size: 9px;
    text-transform: uppercase;
    background: #fff;
    color: #000;
    box-shadow: 4px 4px 0px #000;
    transition: transform 0.1s;
}
.copy-btn:hover, .undo-btn:hover { background: #ffeb3b; }
.copy-btn:active, .undo-btn:active { transform: translate(2px, 2px); box-shadow: 2px 2px 0px #000; }

/* Правая колонка */
.b-cat {
    border: 3px solid #000;
    padding: 15px;
    background: #fff;
}

/* Навигация вкладок */
.tab-nav {
    display: flex;
    gap: 5px;
    margin-bottom: 15px;
    border-bottom: 3px solid #000;
    padding-bottom: 5px;
}
.tab-btn {
    flex: 1;
    padding: 10px 5px;
    background: #eee;
    border: 2px solid #000;
    color: #555;
    cursor: pointer;
    font-family: 'Press Start 2P', cursive;
    font-size: 9px;
    text-transform: uppercase;
    box-shadow: 3px 3px 0px #aaa;
}
.tab-btn:hover { background: #fff; color: #000; }
.tab-btn.active {
    background: #000;
    color: #fff;
    box-shadow: none;
    transform: translate(1px, 1px);
}

.tab-content { display: none; }

/* Заголовки разделов */
.section-title {
    font-family: 'Press Start 2P', cursive;
    font-weight: bold;
    margin: 15px 0 10px 0;
    color: #000;
    border-bottom: 3px solid #000;
    padding-bottom: 5px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.section-title:first-child { margin-top: 0; }

/* Ссылки-кнопки */
.b-link {
    display: block;
    padding: 8px 10px;
    margin-bottom: 6px;
    background: #fff;
    border: 2px solid #000;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    font-size: 13px;
    font-family: 'Verdana', sans-serif;
    box-shadow: 3px 3px 0px #ccc;
    transition: all 0.1s;
}
.b-link:hover {
    background: #ffeb3b;
    transform: translate(-1px, -1px);
    box-shadow: 4px 4px 0px #000;
}

/* Поля ввода */
.link-row { display: flex; gap: 5px; margin-top: 4px; margin-bottom: 8px; margin-left: 5px; align-items: center; }
.link-row input {
    flex: 1; padding: 8px; border: 2px solid #000; background: #fff;
    color: #000; font-family: 'Verdana', sans-serif; font-size: 12px;
}
.link-row input:focus { background: #fffff0; }

.link-btn {
    padding: 8px 12px; background: #fff; color: #000; border: 2px solid #000;
    cursor: pointer; font-family: 'Press Start 2P', cursive; font-size: 8px;
    text-transform: uppercase; box-shadow: 2px 2px 0px #000;
}
.link-btn:hover { background: #000; color: #fff; }

.add-more-btn {
    padding: 8px; background: #fff; color: #000; border: 2px dashed #000;
    cursor: pointer; font-size: 14px; line-height: 1; margin-left: 5px; font-weight: bold;
}
.add-more-btn:hover { background: #000; color: #fff; border-style: solid; }

.ad-row { display: flex; gap: 5px; margin-top: 4px; margin-bottom: 8px; margin-left: 5px; }
.ad-row input[type="text"] { flex: 1; padding: 8px; border: 2px solid #000; background: #fff; color: #000; font-family: 'Verdana', sans-serif; font-size: 12px; }
.ad-row input[type="number"] { width: 50px; padding: 8px; border: 2px solid #000; background: #fff; color: #000; font-family: 'Press Start 2P', cursive; font-size: 10px; text-align: center; }
.ad-row button { padding: 8px 12px; background: #fff; color: #000; border: 2px solid #000; cursor: pointer; font-family: 'Press Start 2P', cursive; font-size: 8px; text-transform: uppercase; box-shadow: 2px 2px 0px #000; }
.ad-row button:hover { background: #000; color: #fff; }

@media (max-width: 768px) {
    #bank-app { flex-direction: column; padding: 10px; }
    .b-col-left { flex: 1; min-width: 100%; }
}

0

35

Код:
/********************  luverance & badkarma ***********************/

@import url(style_cs.1776600404.css);
@font-face { font-family: "Material Icons";
  font-style: normal; font-weight: normal;
  src: local("Material Icons"), url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format("woff2"); }
@font-face { font-family: 'jost'; 
src: local("jost"), url(https://forumstatic.ru/files/001c/47/24/87792.ttf); }
@font-face { font-family: 'astone'; 
src: local("astone"), url(https://forumstatic.ru/files/001c/47/86/71662.ttf); }
@font-face { font-family: 'inter';
src: local("inter"), url(https://forumstatic.ru/files/001c/3f/af/56893.ttf);}

:root {
  --bg: url(https://upforme.ru/uploads/001b/86/cf/2/578755.png) fixed; /*фон*/
  --tab: url(https://upforme.ru/uploads/001b/86/cf/2/34880.png ) rgba(0, 0, 0, 0); /*шапка*/
  --pn: #dfdfdf; /*тело*/
  --bot: url(https://upforme.ru/uploads/001b/86/cf/2/827668.png) no-repeat center; /*футер*/
  --bg-cat: url(https://forumstatic.ru/files/001c/47/86/42389.png?v=1) no-repeat; /*категории*/
  --cl0: #fff; /*чистый белый*/
  --cl: #c7c7c7; /*серо-белый*/
  --cl2: #4e4d4d; /*цвет дежурного текста*/
  --cl3: #6d9bae; 
  --cl4: #5e818f; 
  --cl5: #0b0701; /*черный*/
  --2ft: 'astone'; /*акцентный шрифт*/
  --3ft: 'jost'; /*основной шрифт*/
  --4ft: 'inter'; /*основной шрифт*/
  --wh: 1065px; /*ширина тела*/
  --wh1: 1065px; /*ширина шапки, футера*/
  --hg1: 345px; /*высота шапки*/
  --hg2: 101px; /*высота футера*/
}

/**************************************************************/
html, body { margin: 0; padding: 0 }
* { margin: 0 }
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt { padding: 0; list-style: none; }
.punbb img { margin-top: 0px; }
.punbb .main table { table-layout: fixed; width: 100%; }
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}
p[class="checkfield"] *, div[class="checkfield"] *, fieldset[class="radiofield"] * { height: 1.8em; vertical-align: middle }

/**************************************************************/
body { font-size: 100.01%; overflow-x: hidden }
.punbb { font: normal 11px inter, verdana, arial, montserrat, sans-serif, arsenicatrial-regular; }
.punbb textarea, .punbb input, .punbb select, .punbb optgroup { font: 1em verdana, arial, montserrat, sans-serif; }
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th { font-size: 11px; letter-spacing: 0px; padding-top: 0px; font-weight: normal; border-color: transparent; }
.punbb h1 span, .punbb h2 span, .punbb legend span { font-size: 1.1em; }
.punbb pre { font: 1.1em/140% monaco, "bitstream vera sans mono", "courier new", courier, monospace }
.punbb address, .punbb em { font-style: normal }
.punbb .post-content em { font-style: italic }
.punbb .post-content em.bbuline { font-style: normal; text-decoration: underline; }
.punbb a { text-decoration: underline }
.punbb optgroup { font-weight: bold; }

/**************************************************************/
#pun { position: relative; width: 937px; margin: 280px auto 15px; background: var(--pn); padding-top: 4px; background-position: center top; background-repeat: repeat-y; }
.punbb { height: auto; margin: 0 auto; width: 937px; }

.punbb .section, .punbb .main { margin-bottom: 1em; }
.punbb .category, .punbb .post { margin-top: 0.4em; }
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost { margin-top: 0; }
#pun-post .topic { margin-top: 1em; }
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post { border-style: none none solid none; border-width: 0px 0px 2px 0px }
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {  padding: 0px 1em 0px 1em; border-style: solid solid none solid; border-width: 1px 1px 0px 1px; }

/**************************************************************/
#pun-navlinks { border: none; margin: 0;}
#pun-navlinks li { display: inline; padding-right: 0em; }
#pun-navlinks .container {position: absolute;width: 937px;font-weight: normal;text-align: center;top: -247px;left: 0px;}
#pun-navlinks li a {color: var(--cl4);display: inline-block;padding: 1px 20px 1px 0px !important;font-family: var(--2ft), var(--3ft);font-size: 20px !important;letter-spacing: 2px;text-transform: uppercase;font-weight: 600;}
#pun-navlinks li a:hover { color: var(--cl3); }
#navawards, #navawards a span { display:none!important; }
#pun-messages .pa-posts { display: none; }

/**************************************************************/
#pun-ulinks .container {position: absolute;display: inline;width: 937px;padding: 0 !important;top: 32px;font-weight: normal;text-align: center;}
#pun-ulinks li, #pun-ulinks li a {display: inline;white-space: nowrap;}
#pun-ulinks a {font-size: 9px !important;font-weight: 600;fon;font-family: var(--4ft) !important;text-transform: lowercase;padding: 0px 15px 0px 5px !important;color: var(--cl5);}
#pun-ulinks a:hover { color: var(--cl0); }

/**************************************************************/
#pun-status, #pun-status .container { border-bottom: none; margin-bottom: 0; }
#pun-status span { white-space: nowrap; margin-right: 0.5em; }
#pun-status .container {position: absolute;display: inline-flex;width: 937px;line-height: 11px;font-weight: 100;font-family: var(--4ft);font-size: 9px;color: var(--cl); text-transform: lowercase;top: -216px;flex-direction: row;align-content: center;flex-wrap: nowrap;justify-content: flex-end;}
#pun-status .container a { color: var(--cl3); text-transform:  lowercase;font-family: var(--3ft); font-size: 10px!important; }
#pun-status .container strong { font-weight: 100!important; }
#pun-status .container .item4  { display: none; }

/**************************************************************/
#pun-crumbs1 { overflow: hidden; margin: 20px 0px 0px; }
#pun-crumbs2 { overflow: hidden; margin-bottom: 0; border-bottom: none; }
#pun-crumbs2 {  margin-bottom: 10px !important;}
#pun-crumbs1 p.container { border-top: none; padding: 0px; font-size: 10px; text-transform:uppercase; color: var(--cl5); }
#pun-crumbs2 .container { border-bottom: none; padding: 0px; color: var(--cl5); font-size: 10px; text-transform:uppercase; }
#pun-crumbs1, #pun-crumbs2 { text-align: center; font-family: var(--3ft) !important; font-weight: normal; }
#pun-crumbs2 a, #pun-crumbs1 a { text-transform: uppercase; font-size: 10px; color: var(--cl3) !important; font-family: var(--3ft) !important; font-weight: 500; }
#pun-crumbs1 a:hover, #pun-crumbs2 a:hover { color:  var(--cl5)!important; }
#pun-break1, #pun-break4 {  position: relative; z-index: 1; }

/**************************************************************/
#pun-stats .container {margin: 0px 30px 10px;position: relative;background: #d3d3d3;border: 1px solid #c7c7c7;top: 0px;padding: 8px 0px 0px 0px;z-index: 9;}
#pun-stats .container strong {font-weight: 600;}
#pun-stats .container a {font-size: 11px;}

.statscon li.item1, .statscon li.item2, .statscon li.item3, .statscon li.item4 {position: absolute;margin-top: -9px;background: var(--cl3);font-size: 9px !important;font-weight: 600;color: var(--cl5) !important;display: block;width: 313px;text-align: center !important;margin-left: -83px;font-family: var(--4ft) !important;text-transform: lowercase;}
.statscon li.item1, .statscon li.item2  {width: 130px;padding: 0px 20px;}
.statscon li.item1 {left: 82px;border-right: none;}
.statscon li.item2 {left: 252px;border-left: none;border-right: none;}
.statscon li.item3 {left: 422px;border-left: none;border-right: none;width: 214px;}
.statscon li.item3 strong { var(--cl) }
.statscon li.item4 {right: -1px;gap: 5px;padding: 0px 5px;display: flex;z-index: 1;border-left: none;justify-content: center;}
.statscon li.item4  a {color: var(--cl5) !important;font: 600 9px var(--4ft) !important;}
.statscon li.item4  a:hover { color: var(--cl4) !important; }
.statscon li.item5 { display: block; width: 872px!important; margin: 0px 31px 0px; text-align: justify!important; }
.statscon li.item5.users_24h {min-height: 50px;}

li#onlinelist {margin-top: 10px;border-top-style: solid;border-top-width: 1px;float: left;line-height: 130%;}
li#onlinelist div {border-top-style: solid;border-top-width: 1px;color: var(--cl5);padding: 0px 36px 0px 0px;font-family: var(--4ft);text-transform: lowercase;font-size: 11px;text-align: justify;}

/**************************************************************/
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod { text-align: center; width: 10%; }
#pun-userlist .main .tcl, #pun-searchtopics .main .tcl,#pun-modviewforum .main .tcl { width: 40% }
#pun-userlist .main .tc2, #pun-searchtopics .main .tc2 { text-align: left; width: 20%; }
#pun-debug table .tcl { width: 15%; white-space:normal; }
#pun-debug .tcr { width: 90%; white-space: normal; }
.punbb td span.youposted { font-weight: bold; margin-left: -1em; position: absolute; }
.punbb td .modlist { display: block; padding-top: 0.3em }
.punbb .main td { border-style: solid none none solid; border-width: 1px 0 0 1px; padding: 10px 20px 20px 20px; }
.punbb .main th { border-style: none none none solid; border-width: 0 0 0 1px; padding: 0.4em 1em 0.4em 1em; }
.punbb .main .tcl { border-left-style: none; border-left-width: 0 }
.punbb .main .tcl { text-align: left; width: 60%; }
.punbb .main .tcr {position: relative; overflow: hidden; text-align: left; width: 35%; padding-right: 0px; padding-top: 24px;}

.punbb .user-avatar .avatar-image {     float: right !important; height: 30px !important; width: 30px !important; opacity: 0.55 !important; border-radius: 0px !important; outline-offset: 0px; background-position: center center; background-size: cover; background-repeat: no-repeat; filter: grayscale(1); transition: all 0.3s linear 0s; }
.punbb .user-avatar { position: relative; height: 36px; width: 36px; margin: 1px 10px 2px 2px !important; }
.punbb .user-avatar .avatar-image:hover { filter: grayscale(0); opacity: 0.85!important; scale: 1.09 !important;}
.punbb .user-avatar .isonline { display: block; position: absolute; width: 6px!important; height: 6px!important; border-radius: 0%!important; top: -2px !important; right: -2px !important; background: var(--cl3) !important; z-index: 100; }

/**************************************************************/
.punbb .post .container { border-style: none solid solid solid; border-width: 1px; margin-top: -1px; padding-bottom: 1px; }
.punbb .post h3 {margin: 0px 10px 0px 258px;display: block;background: var(--bg-cat);height: 15px;}
.punbb .post h3 span {display: block;margin: 15px 0px 0px;}

.punbb .post h3 span a {color: var(--cl);padding: 2px 10px;text-transform: uppercase;font-family: var(--4ft);top: 0px;left: 1px;position: relative;font-size: 9px;}
.punbb .post h3 strong {right: 15px;margin-top: 0px;color: var(--cl);text-transform: uppercase;padding: 0px 10px;position: absolute;font-weight: 500;width: auto;font-size: 10px;font-family: var(--4ft);text-align: right !important;}
h3 strong::before { content: "#"; margin-right: 5px; font-size: 11px; }

#pun-messages .post h3 span { color: var(--cl);padding: 0px 5px 0px; }
.punbb#pun-searchposts .post h3 span a { position: relative !important; top: 0px; left: 0px; font-size: 11px; }
.punbb#pun-searchposts  em { display: none; }
.punbb#pun-searchposts .post h3 span a:before {content: "«"; padding: 0px 2px; }
.punbb#pun-searchposts .pa-author strong { font-weight: normal!important; }
.punbb#pun-searchposts .pa-replies { color: var(--cl); font-size: 11px; font-family: var(--3ft); margin: 8px 0px 5px;}


/**************************************************************/
.punbb .post-content { width: 100%; text-align: justify; }
.punbb .post-sig dt { display: block; border-top: 1px dashed; width: 250px; height: 0px; margin: 15px 0; }
.punbb .post-content p { margin: 0; padding: 0 0 5px 0; }

.post-content {margin: -10px 0px 0px 0px !important;}
.punbb .post-content img { vertical-align: text-bottom }
.punbb .post-content img.postimg { vertical-align: middle; }
.punbb .post-content .blockcode, .punbb .post-content blockquote { width: 100%; overflow: hidden; }
.punbb .post-content .scrollbox { width: 100%; height: 2.5em!important; overflow: auto; }

/**************************************************************/
.punbb .linkst { float: left; position: relative; width: 100%; font-size: 1.1em; height: 0; }
.multipage { margin-top: 3em; }

.linkst .pagelink { margin-top: -25px; word-spacing: 3px; color: var(--cl5); margin-left: 17px; }
.linksb .pagelink { float: left; margin: 0px -11px; width: 24em; color: var(--cl5); word-spacing: 3px; text-align: left; }
.linksb .postlink { float: right; width: 16em; margin-top: 0px; margin-right: 10px; }
.punbb .linksb { text-align: right; padding: 0px 0px 0px 25px; }
.linkst .postlink { position: absolute; top: -22px; right: -6px; text-align: right; padding-right: 17px; }
.subscribelink { clear: both; padding-top: 0.3em; margin-right: 10px; padding-bottom: 0.5em; }


/**************************************************************/
.punbb .post .post-author ul, .punbb .post .post-author p {line-height: 140%;}
.punbb .post .post-author {float: left;width: 237px;height: auto;margin-top: -15px;margin-left: 10px;overflow: hidden;background: url(https://upforme.ru/uploads/001b/86/cf/2/199207.png);}

.pa-avatar {max-width: 180px;max-height: 180px;margin: 0px 29px 0px !important;text-align: center;z-index: 2;position: relative;}
.pa-avatar img { max-width: 180px; max-height: 180px; border-radius: 0px; padding: 0px; z-index: 9; position: relative; margin-top: 0px; }

.indOnline {display: block !important;position: absolute;z-index: 0;width: 10px;height: 10px;border-radius: 0px !important;background: var(--cl3);box-sizing: border-box;margin-top: -21px !important;margin-left: 0px !important;animation: blinkColor .9s linear infinite;-moz-animation: blinkColor .9s linear infinite;-webkit-animation: blinkColor .9s linear infinite;}
.indOffline {display: block !important;position: absolute;width: 47px;height: 40px;background: none;box-sizing: border-box;margin-top: -54px !important;margin-left: -14px!important;}

.pa-author {text-align: center;padding: 5px 0px 1px 0px !important;width: inherit;font-family: var(--4ft);font-size: 13px;color: var(--cl0) !important;margin: 5px 5px 0px;}
.pa-author a {position: relative;z-index: 9999;font-family: var(--4ft) !important;text-transform: uppercase !important;font-size: 14px !important;color: var(--cl) !important;transition: all .2s linear 0s !important;}
.pa-author a:hover { color: var(--cl3) !important; }

li.pa-title {position: relative;width: 205px;margin: 0px 16px 5px;font-size: 9px;letter-spacing: 0.7px;color: var(--cl);font-family: var(--4ft);text-transform: lowercase;text-align: center;}
.pa-posts, .pa-respect, .pa-fld2 {color: #cecece;width: 76px;gap: 4px;display: inline-flex;margin: 7px 0px 4px;text-transform: lowercase;font-size: 9px;text-align: center;height: 14px;font-family: var(--4ft);flex-direction: row;justify-content: center;align-items: center;}
.pa-respect a:link, .pa-respect a:visited {color: var(--cl);text-transform: lowercase;font-size: 9px;}
.pa-fld1 {position: relative;width: 205px !important;background: #d681225c;margin: 4px 16px 0px;text-align: center;font-size: 9px;padding: 0px 0px 2px!important;color: var(--cl);font-family: var(--4ft);text-transform: lowercase;}
.pa-reg, .pa-fld1 .fld-name, li.pa-awards .fld-name, li.pa-ip, .pa-author img, .pa-gifts, .pa-online {  display: none; }
.punbb .post-body {margin-left: 23em;margin-right: 6px;border-left-style: solid;border-left-width: 1px;padding: 0px 0 1px 0;}
.punbb .post-box {padding: 20px 13px 0px;background: #d3d3d3;border: 1px solid #c7c7c7;margin: 1px 3px 15px 3px !important;}
.punbb fieldset .post-box { margin-bottom: 0.8em }
.punbb .post-links { margin-left: 19em; border-left-style: solid; border-left-width: 1px; }
.punbb .post-links ul { height: auto; line-height: 1em; margin-left: -202px; font-size: 10px; text-transform: lowercase; background: transparent; text-align: right; margin-right: 0px; }
.punbb .post-links li { display: inline; text-align: center; margin: 0px 2px; padding: 0px 5px 1px 5px; transition: all 0.5s ease 0s;}
.pl-email, .pl-website { float: left; }
.punbb .clearer { clear: both; height: 0; font-size: 0; }
.topic a.sharelink { display: none; }

/**************************************************************/
.punbb .formal .container { padding: 0em 1.3em 0em 1.3em; }
.punbb .formsubmit { padding: 0 0 0 1.7em; text-align: center; margin: 1em 0 0 0;  }
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span { margin: 0 0.6em 0 0 }
.punbb fieldset { border-style: solid; border-width: 1px; padding: 0px 2px 0px 0px; margin: 0 0 1px 0; }
.punbb fieldset fieldset { border-style: none; margin: 0; padding: 0 0 8px 0 }
.punbb .fs-box { padding: 1em 0 0.8em 0; }
.punbb .fs-box p, .punbb .fs-box fieldset  { padding: 0px 0 0.8em 0; }
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield { float: left;  margin-right: 1em; }
.fs-box p.inputfield label, .fs-box p.selectfield label {   }
.punbb .datafield br { display: none }
.punbb .required label, .punbb .datafield span.input {  }
.punbb .datafield span.input a { font-weight: normal; }
.punbb .areafield span.input, .punbb p.longinput span.input { display: block; padding: 0 12em 0 0; height: 100%; /* For IE */ }
.punbb textarea, .punbb .longinput input { width: 64%; margin: 0; }
.punbb .hashelp { position: relative; }
.punbb .helplinks { display: block; position: absolute; top: 1em; right: 0; font-weight: normal; width: 36%; }
.punbb #profile .helplinks { top: 1.5em; }
.punbb .helplinks span { display: block; padding-bottom: 0.2em; }
#pun-post .formal .info-box li { padding-left: 4px; list-style-type: square; list-style-position: inside; line-height: 1.5; margin: 0; }
.punbb .helplinks span INPUT { margin-right: 2px; margin-bottom: 2px; }
.punbb fieldset legend { padding: 0; margin: 0px 0px 0px 11px; font-size: 11px; }
.punbb fieldset legend span { padding: 0 5px; margin: 0 0 0 10px; }
.punbb .inline .infofield { text-transform: lowercase; font-size: 9px; text-align: justify; }

/**************************************************************/
#profile .container { padding-left: 15.6em; }
#profilenav { float: left; width: 14em; margin-left: -16.3em; display: inline; }
#profilenav li { padding-bottom: 0.8em; word-spacing: 3px; font-weight: normal; }
#profile-signature ul { border-style: dashed; border-width: 1px 0 0 0; margin: 0; background: none; box-shadow: none; padding: 1em 1em 0 1em; }
#viewprofile h2, #profilenav h2 { background: transparent; border: none; padding: 0 0 0 0; margin: 0 14px -0.6em 14px; }
#viewprofile h2 span, #profilenav h2 span { padding: 0 5px; position: relative; }
#viewprofile li, #setmods dl { padding: 0px 0 0 19em; margin-left: 20px; margin-bottom: 3px; }
#setmods dt { float: left; width: 14em; margin-left: -16em; padding: 0.8em 1em; font-weight: bold; display: inline; }
#profile-left li, #profile-left li * { padding-left: 0; margin-left: 0; border-radius: 0px; }
.punbb img.avatardemo { float: right; margin: 0 0 0.8em 1.8em }
#profile #form-buttons tr { width: 799px; position: relative; left: -15px; }
#viewprofile ul { margin: 0px 20px 10px 20px; display: block;}
#profilenav ul { padding: 10px 0px 3px 19px; border-radius: 0px; margin: 9px 0 5px 3px; }
#viewprofile li span { float: left; width: 150px; text-transform: lowercase; margin-left: -212px; padding: 7px 30px; }
#viewprofile li strong, #viewprofile li div, #setmods dd { display: block; padding: 0.5em 1em; text-transform: lowercase; font-weight: normal; font-size: 11px; }

div#profile-gifts, #profile-left li#profile-title, #profile-right li#pa-invites, #profile-right li#pa-fld5, #profile-right li#pa-fld1, #profile-right li#pa-gifts { display: none; }

#profile-left { width: 250px!important; display: inline-flex; padding-top: 0 !important; justify-content: center; flex-direction: column;align-items: center; align-content: center; flex-wrap: wrap; }
#profile-left #pa-avatar div { width: 180px; height: 180px; padding: 5px; border-radius: 0px; display: flex; justify-content: center; align-items: center; margin: 0px 55px; }
.punbb h1 { display: none;}

/**************************************************************/
#pun-userlist .formal, #pun-userlist .formal .container { border-bottom: none; margin-bottom: 0; }
#pun-userlist .usertable .container { padding: 0 2.3em 2.3em 2.3em; border-top: none; }
#pun-userlist .usertable table { border-style: solid; border-width: 1px; }
* html .tclcon {height: 1px}

/**************************************************************/
.punbb .info-box { padding: 1.1em 1.7em 1em 1.7em; border-style: solid; border-width: 1px; margin: 0 0 1.1em 0; }
.punbb .info-box * { padding: 0 0 0.7em 0;}
.punbb #pun-main .info-box .legend { font-size: 1.1em; font-weight: bold; }

/**************************************************************/
.punbb .modmenu .container { padding: 1.5em 1em; text-align: right; }
.punbb .modmenu strong, .punbb .modmenu a { height: 1.8em; line-height: 1.8em; }
.punbb .modmenu .container strong { float: left; }
.punbb .modmenu input { margin-left: 1em; }
.punbb .info .container { padding: 0.8em 1em }
.punbb .info .container .backlink { padding-top: 0.8em; }

/**************************************************************/
#pun-title { margin: 0; border-style: none none none none; border-width: 1px 1px 0 1px; }
#pun-title h1 { display : block; height : 40px; padding: 2em 1em 0 1em; }
#pun-title .container { border-style: none solid none solid; }
#pun-title h1 span  { font-size: 0em; }
#pun-title TD.title-logo-tdl { border: none; width: 100%;}
#pun-title TD.title-logo-tdr { border: none; width: 420px; }

/**************************************************************/
#pun-pagelinks { position: absolute; top: -15px; left: 0; margin: 0; border: none; padding: 0; width: 100%; }
#pun-pagelinks .container { background: transparent; border: none; padding: 0}
#pun-pagelinks .container li { display: inline }
#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%; }
#pun-pagelinks a:active, #pun-pagelinks a:focus { position:relative; margin: 0; }
#pun-pagelinks li a span { display:block; margin: 0 1em }

/**************************************************************/
#pun-announcement h2 { padding: 0; margin: 0 15px -3.5em 1em; border-style: none none solid none; border-width: 0 0 1px 0; position: relative; display:none; }
#pun-announcement h2 span { display: block; padding: 1em 0 0.8em 0; border-bottom-style: solid; border-bottom-width: 1px; }
#pun-announcement .container { padding: 0.6em 0.5em 1em 1em; margin-bottom: -54px; margin-top: 45px; text-align: center;}

/**************************************************************/
#pun-qjump { margin: 0; border: none; width: 50%; position: relative; float: left; }
#pun-qjump .container { border: none; background: transparent; padding: 0.8em 1em; }
#pun-about { margin-top: 0; }
/* #pun-about .container {  border-top-style: none; text-align: right; line-height: 150%; padding: 1px 1em; } */
#pun-about p span { display:block; padding-left: 50%; }
div.punbb-admin #pun-about .container { border-top-style: solid; border-top-width: 1px; }
#pun-help .formal .info-box h3.legend { border-bottom-style: solid; border-bottom-width: 1px; padding-bottom: 0; margin-bottom: 0.8em; }
#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; }
#pun-help .formal p, #pun-help .formal dd { margin-bottom: 1em }
#pun-help .formal ul, #pun-help .formal dl { padding: 0 0 0 1em }
#pun-help .formal li { padding: 0; line-height: 130% }
#pun-help .formal li * { vertical-align: text-top }
#pun-help .formal dt span { font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace }
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode { padding-bottom: 0; }
.punbb .container, .punbb .post-body, .post h3, #pun-title, .punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post, #pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2, .punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body, .punbb .post h3 span, .post-links ul, .post-links, .usertable table, #pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span, #pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend, .punbb .divider, .punbb .quote-box, .punbb .code-box, .punbb th, .punbb .formal fieldset .post-box, .punbb .info-box, li.pa-online, .punbb .post-sig dt {border-color: transparent;}
#pun-main .post-author ul { text-align: center; }
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post { border-color: transparent; text-align: justify; }
#post-form h2 span {display: none; }
#pun-index h2 {box-shadow: none}
#pun-main div.catleft, #pun-main div.catright { display: none; }
.punbb th {font-size: 0!important;}
#pun-title {border: none}
.punbb .section h2, #pun-main h1, #pun-stats h2, #pun-main h2, #pun-debug h2 { font-size: 19px!important; text-align: center; color: #404b60; text-transform: uppercase; }

/**************************************************************/
#pun:after, .punbb .container:after, .punbb .post-links ul:after, .punbb .main div.inline:after, .punbb .post-box:after, .punbb .linksb:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; overflow:hidden; line-height: 0.0; font-size: 0; }
.acchide, #pun-index #pun-main h1, #pun-navlinks h2, #pun-pagelinks h2, #pun-status h2, #pun-ulinks h2, .punbb .forum h2, .punbb .multipage .topic h2, .punbb dl.post-sig dt span, .punbb p.crumbs strong, .punbb .divider hr, .punbb .required label em, .punbb .formsubmit label, .punbb .submitfield label, .punbb .modmenu label, #pun-userlist .main h2 {
  font-size: 0; height: 0; width: 0; line-height: 0.0; position:absolute; left: -9999px; overflow: hidden }

/*===========================================*/
.punbb #move_posts_form .formal>form.container { width: 100%!important; background: #d9d9d9!important; position: relative; border: none!important; padding-left: 0!important; padding-right: 0!important; }
#pun-admain h1 span, #pun-admain h2 span, #pun-admain legend span, #pun-admain .adformal h3 span, #pun-admain .adcontainer .tcl, #pun-admain .adcontainer td { font-size: 12px!important; }
.adformal h2, #pun-adnav h2 { background-color: #eee !important; color: #454545!important; }
.admin-advert-block .admin-advert-block-buttons .button-vk, .admin-advert-block .admin-advert-block-buttons .button-telegram, .admin-advert-block .admin-advert-block-buttons .button-twitter { padding: 10px 57px!important;  }
#pun-adnav h2 { margin-left: 2px!important; }
#pun-admain textarea {width: 94%!important;}
.adminmain { padding-right: 4px!important;}

/*===========================================*/
span.num_msg { margin-top: -11px !important; margin-left: -22px !important; font-size: 8px !important; font: 500 10px/1.6 Tahoma; text-align: center!important; background: var(--cl3) !important; padding: 0px 7px 1px 7px!important; height: 11px !important; width: auto!important; border-radius: 0px!important; color: var( --cl)!important; }
span.num_msg:before { top: 10px !important; background: var(--cl3) !important; margin-left: 0px !important; }

/*===========================================*/
.bubble { background: var(--cl3) !important; right: 5px!important; top: -12px!important; border-radius: 0px!important; color: var(--cl)!important; }
.bubble:after { border-color: var(--cl3) transparent!important; }


/*===========================================*/
#pun-report .inner, #pun-reputation .inner, #pun-admin-award-form .inner 
{ background: var(--cl) !important;  border-radius: 0px; z-index: 9999!important; }
.punbb .longinput input { font-size: 12px!important; }
.punbb textarea { font-size: 12px!important; }

/*===========================================*/
@media screen and (max-device-width: 480px) {
html {-webkit-text-size-adjust: 100%;}}


/*===========================================*/
#tooltip { position:absolute; font-size: 11px !important; background: var(--cl3); color: var(--cl0); text-transform: lowercase; border-radius: 0px!important; font-family: var(--4ft) !important; border-radius: 0px!important; margin: 0 0 0 0; padding: 5px; font-weight:normal; display:none; z-index: 99999999; }

/*===========================================*/
.pun-modal .modal-inner { background: rgb(223 226 235)!important; }

/*===========================================*/
.noNull:before { content: "+"; font-size: 13px; display: inline-block; margin-left: -8px; margin-top: 6px; position: absolute; }

div .post-rating p>a { text-align: center; outline: 1px solid transparent; font-weight: 500 !important; background: none; 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: #919191; }
div .post-rating p>a:after {content:'favorite';position: relative;font-size: 18px;font-family: 'Material Icons';color: var(--cl5);left: 3px;top: 5px;}
div .post-rating p>a:hover:after, div.post-vote p>a:hover:after  { color: var(--cl3);}

0

36

Код:
/**************************************************************/
body { background: var(--bg); background-color: #ffffff; background-attachment: fixed; background-size: cover; }
#pun-title table { background: var(--tab); border: none; height: var(--hg1); margin-left: -62px; margin-bottom: -54px; width: var(--wh1); margin-top: -260px; position: inherit; }
#pun-about p.container {  background: var(--bot); height: var(--hg2); width: var(--wh1); margin-top: 14px; margin-left: -62px; position: absolute; }

/**************************************************************/
#pun-about .container .item1 {position: relative;font-size: 8px;top: 11px;text-align: center;}
#pun-about .container .item1 a { font-size: 11px!important; }
#profilenav h2 { text-align: left !important; }

/**************************************************************/
#pun-post .pa-author { padding: 0px; margin-top: 20px; text-align: center; margin-left: 0px; }

/**************************************************************/
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3, .punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd, .punbb .info-box, .punbb #pun-main .info-box .legend, .punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer, #pun-title, #pun-title .container, .punbb .modmenu .container, .punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span, .punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl { border-color: transparent;
    color: var(--cl5); }

.linkst .pagelink, .linksb .postlink, .linkst .postlink, .punbb .post-links ul, .punbb .modmenu .container, .punbb .modmenu .container, .subscribelink, .punbb fieldset legend span, .punbb .linksb, .linksb .pagelink {
    text-transform: lowercase; color: var(--cl5); font-size: 11px; }

/**************************************************************/
.punbb a, .punbb a:link, .punbb a:visited, .punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited, .punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
    border: none; text-decoration: none; transition: all 0s ease-in-out; box-shadow: none;
    font-size: 11px; color: var(--cl4); font-family: var(--4ft); }

.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 {
   text-decoration: none; color: var(--cl5); }

 .lastedit {display: none;}

/**************************************************************/
#pun-index .tclcon {width: 530px;font-size: 11px;text-transform: lowercase;background: none;font-family: var(--3ft);text-align: justify;margin-top: 0px;}
#pun-index .tcl h3 {width: 240px;height: 27px;text-align: center;font-weight: normal !important;right: 0px;position: relative;top: 0px;}
#pun-index .tclcon h3 a {position: relative;display: flex;width: 232px;height: 26px;color: var(--cl5);top: 0px;text-transform: lowercase;font-family: var(--4ft);font-size: 18px;padding: 0px 0px 0px 0px;align-items: center;justify-content: flex-start;transition: all .5s linear 0s !important;}
#pun-index .tclcon h3 a:hover { color: var(--cl3); }


.podf-text {padding: 0px 0px 0px 0px;color: var(--cl5);top: 1px;font-family: var(--4ft);line-height: 13px;text-transform: lowercase;width: 461px;left: 0px;z-index: 1;position: relative;display: inline-block;text-align: justify;font-size: 9px;}


#pun-index .tcr a { font-size: 11px;  text-transform: lowercase; }
span.lastpost {text-transform: lowercase;font-size: 9px;}

#pun-index .tc2, #pun-index .tc3 { width: 5%;  font-weight: 700; font-size: 11px; }
#pun-index .tcl {width: 20%;}
.category thead{ display: none; }
.category tr{ display: flex; }
.category tr .tcl{ flex-basis: 70%; }
.category .forum-title { float: left; width: 30% }
.category .subforums { float: left; width: 100% }
.topics-and-posts {display: none;}

/**************************************************************/
.forlinks {position: relative;width: 460px;padding: 0px 0px 0px;top: 4px !important;display: flex;justify-content: flex-start;}

.navsi {display: flex;text-align: left;padding: 0px 15px 0px 0px;margin: 0px 4px 0px 0px;box-sizing: border-box;transition: .5s;}
.navsi a {font-size: 9px !important;font-weight: 100;font-family: var(--4ft) !important;text-transform: lowercase;padding: 0px;}


/**************************************************************/
#pun-index #pun-main .category .container {
    margin: 0px 30px 10px;
    background: #d3d3d3;
    border: 1px solid #c7c7c7;
    }
#pun-index .category tr {  margin: 0px 30px 5px; display: block; }

/**************************************************************/
#pun-index .category h2, #pun-stats.section h2 { margin: 0; display: flex; justify-content: center; background: var(--pn); width: 897px; text-align: center; }
#pun-index .category h2 span, #pun-stats.section h2 span {font-family: var(--2ft) !important;left: 0px;top: 0px;padding: 2px 0px 0px;text-align: left;width: 877px;background: var(--bg-cat);text-transform: uppercase;color: var(--cl);font-size: 23px;letter-spacing: 1px !important;display: flex;position: relative;z-index: 1;align-items: center;justify-content: center;}
.section h2 span {  }

/**************************************************************/
.punbb textarea {background: #d3d3d3;border: 1px solid #c7c7c7;outline: 0px solid #fff0;color: var(--cl2);padding: 18px 20px !important;width: 96% !important;}

.punbb select, input {color: var(--cl5);background: #d3d3d3;border: 1px solid #c7c7c7;padding: 3px !important;margin-left: 3px;outline: 0px solid #fff0;font-size: 11px !important;font-family: var(--4ft) !important;}

.punbb #pun-main table .quote-box, .punbb #pun-main table .code-box { margin: 5px 1px 15px }

.post-content .quote-box, .punbb .post-content .code-box {position: relative;overflow: hidden;background: #c1c1c1;border: 1px solid #c7c7c700;padding: 10px 15px 5px 15px !important;}

.punbb .quote-box cite, .punbb .code-box strong.legend a, .post-content .spoiler-box > div { display: block; padding-bottom: 5px; font-weight: 600; font-style: normal; border-bottom: 1px solid #b6b5b5; margin: 0px 0px 4px; font-family: var(--4ft); letter-spacing: 0px; font-size: 10px; text-transform: lowercase; }

.post-content .spoiler-box > div { border-bottom: none; }
.punbb .quote-box cite, .punbb .code-box strong.legend, .punbb .code-box strong.legend a, .post-content .spoiler-box > div { color: var(--cl5); border-radius: 0px; }
.punbb .code-box strong.legend a:hover { color: var(--cl3);}
.post-content .spoiler-box > blockquote { padding-top: 0.4em!important; }
.code-box strong.legend a:before { content: '\e86f'; }
.quote-box cite:before { content: '\e244'; }
.post-content .spoiler-box > div:before { content: '\e5cf'; }
.post-content .spoiler-box > div.visible:before { content: '\e5ce'; }
.code-box strong.legend a:before, .quote-box cite:before, .post-content .spoiler-box > div:before, .post-content .spoiler-box > div.visible:before
 { position: relative;font-size: 13px;font-family: 'Material Icons';padding: 0px 4px;top: 3px; }

.punbb .post-content .quote-box, .punbb .post-content .code-box { margin: 10px 5px 10px 5px; padding: 0px; }
.post-content .spoiler-box > div { background: none!important; cursor: pointer; padding-left: 0px!important; }
.post-content .spoiler-box > div.visible { margin-left: 0px!important; background-image: none!important; }
#pun-main .code-box .scrollbox pre { font-size: 11px;  font-family: var(--4ft); }

/**************************************************************/
#font-area, .popup_graffiti, #size-area, #spoiler-sels, #image-area, #color-area, #addition-area, #video-area, .inner .popup_graffiti, #table-area, #keyboard-area { padding: 10px 10px 10px 10px !important; color: var(--cl5); font-family: var(--3ft); font-size: 11px; background: #dfdfdf; border: none !important; border-radius: 0px; box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%); }
#tags .container { position: absolute; right: 5px!important; top: 60px!important; z-index: 2; }

#font-area {  display: flex; height: 196px; overflow-y: hidden; text-align: left; width: 870px; flex-wrap: wrap;  flex-direction: column; }
#size-area { display: flex; text-align: center;  gap: 18px; width: 370px; align-items: baseline; flex-wrap: wrap; justify-content: center; }

/**************************************************************/
#plng {width: 165px;padding: 1px 0px 1px;text-align: center;margin-right: 5px;margin-left: 4px;background: var(--cl3);z-index: 99;float: left;color: var(--cl0);font-family: var(--4ft);text-transform: lowercase;font-size: 11px;}
#plng b {font-size: 11px;font-weight: 100;color: var(--cl0);}
#plng { display: inline; }

/**************************************************************/
.punbb .post-content del { text-decoration: none; filter: blur(2px); }
.punbb .post-content del:hover { filter: blur(0px); }

/**************************************************************/
.uploadProgressBar {  background: var(--cl4)!important; }


/**************************************************************/
input.button, #post fieldset .hashelp div input, .button, #pun-admain input {text-transform: lowercase;transition: all 0.5s ease 0s;font-size: 11px !important;color: var(--cl0) !important;border: 1px solid var(--cl3);background: var(--cl3);font-family: var(--4ft) !important;font-weight: 500 !important;padding: 0px 5px 0px 5px !important;cursor: pointer !important;}

input.button:hover, #post fieldset .hashelp div input:hover, .button:hover { color: var(--cl0) !important; background: var(--cl5); border: 1px solid var(--cl5); cursor: pointer !important; }


/**************************************************************/
#pun-index table Div.icon { background: none; height: 73px; width: 42px; margin: -58px -70px; display: block; position: absolute; z-index: 99; opacity: 1; }

#pun-index TR.inew Div.icon {height: 9px;
    width: 34px;
    background: var(--cl3);
    margin: 10px -43px;
    display: block;
    position: absolute;
    z-index: 99;
    opacity: 1;}
.icon[data-new-topics]:before, .subforums span[data-new-topics]:before { display: none; }

/**************************************************************/
#pun-viewforum table Div.icon, #pun-messages table Div.icon, #pun-searchtopics table Div.icon,
#pun-viewforum TR.inew Div.icon, #pun-messages TR.inew Div.icon, #pun-searchtopics TR.inew Div.icon,
#pun-viewforum TR.isticky Div.icon, #pun-messages TR.isticky Div.icon, #pun-searchtopics TR.isticky Div.icon, 
#pun-viewforum TR.iclosed Div.icon, #pun-messages TR.iclosed Div.icon, #pun-searchtopics TR.iclosed Div.icon  { float: left; display: block; border-radius: 0%; height: 8px; width: 8px; margin-left: 0px; margin-right: 5px; margin-top: 2px; z-index: 99; }

#pun-viewforum table Div.icon, #pun-messages table Div.icon, #pun-searchtopics table Div.icon { background: var(--cl3); border: 2px solid var(--cl3); opacity: 0.5; }

#pun-viewforum TR.inew Div.icon, #pun-messages TR.inew Div.icon, #pun-searchtopics TR.inew Div.icon 
{ background: var(--cl4); border: 2px solid var(--cl4); opacity: 1; }

#pun-viewforum TR.isticky Div.icon, #pun-messages TR.isticky Div.icon, #pun-searchtopics TR.isticky Div.icon {  background: var(--cl5); border: 2px solid var(--cl5); opacity: 1; }

#pun-viewforum TR.iclosed Div.icon, #pun-messages TR.iclosed Div.icon, #pun-searchtopics TR.iclosed Div.icon { background: var(--cl5); border: 2px solid var(--cl5); opacity: 0.4; }

.closedatafield { display: none; }
.stickytext { display: none; }

/**************************************************************/
::selection {background: var(--cl3);color: #ffffff;}

::-webkit-scrollbar { width: 3px; height: 3px; }
::-webkit-scrollbar-thumb {background: var(--cl3);}
::-webkit-scrollbar-track {background: var(--cl);}

body {overflow-x: hidden}

.go-up, .go-down {cursor: pointer;width: 40px;height: 40px;display: none;position: fixed;opacity: 0.8;z-index: 9999;}
.go-up {top: 390px;background: url(https://upforme.ru/uploads/001b/86/cf/2/998005.png);} .go-down {top: 435px;background: url(https://upforme.ru/uploads/001b/86/cf/2/271275.png);} 
.go-up {margin-left: 952px !important;} .go-down {margin-left: 952px !important;}
.go-up:hover, .go-down:hover {opacity: 1;}  

/**************************************************************/
#html-header infotext {position: absolute;left: -10px;top: -132px;width: 375px;letter-spacing: 3.5px;font-family: var(--2ft);word-spacing: 2px;text-transform: lowercase;color: var(--cl3);font-size: 60px;text-align: center;}
#html-header infotext2 {position: absolute; left: 30px; top: -150px; width: 289px; letter-spacing: 0.5px; font-family: var(--4ft); word-spacing: 1px; text-transform: lowercase; color: var(--cl); font-size: 9px; text-align: center;}
#html-header txt-sh {position: absolute;z-index: 999;color: var(--cl);letter-spacing: 0.5px;text-transform: lowercase;font-family: var(--3ft);font-size: 10px;}
#html-header txt-sh {top: -66px;text-align: justify;display: block;line-height: 12px;left: 47px;width: 261px;}

#plash { position: absolute; display: flex; scrollbar-width: none; width: 145px; gap: 12px; height: 143px; text-align: left;overflow: hidden;top: -163px; right: 9px; justify-content: center; flex-direction: column; flex-wrap: nowrap;}
.plaha {display: inline-block; width: 143px; height: 18px; background: #739cac96; transition: all .5s linear 0s !important;}
.plaha:hover { background: var(--cl3);}
.plaha text { position: relative; display: inline-block; top: 1px; text-transform: lowercase; font-size: 11px; font-family: var(--4ft); color: var(--cl);margin: 0px 10px; width: 124px; text-align: center;}

/**************************************************************/
#html-footer copy {position: absolute;width: 940px;margin: 69px 0px 0px;text-transform: lowercase;text-align: center;font-size: 10px;}
#html-footer copy a {font-size: 9px;text-transform: uppercase;opacity: .5;font-family: var(--4ft);color: var(--cl0);}
#html-footer copy a:hover {opacity: 1}

/* гостевая
===========================================*/

.guest {
    width: 820px;
    height: 578px;
    background: var(--bg);
    margin: 0 38px !important;
}

.guest for {
   font-size: 85px;
    text-align: center ! Important;
    text-transform: lowercase;
    letter-spacing: 2px;
    z-index: 999;
    font-weight: bold;
    font-family: var(--2ft);
    position: absolute;
}

.guest for {
    color: var(--cl4);
    margin-top: 10px !important;
    margin-left: 439px !important;
}


.guest zgl {
    font-size: 12px;
    font-weight: 600;
    text-align: center ! Important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--3ft);
    position: absolute;
    word-spacing: 12px;
    color: var(--cl);
    margin-top: 83px !important;
    margin-left: 541px !important;
}

.guest iso {position: absolute;
    width: 260px;
    background: url(https://upforme.ru/uploads/001c/a8/d2/4/126806.gif);
    height: 76px;
    margin: 17px 0px 0px 90px !important;}

.guest iso:before {content: "";background: var(--cl4);mix-blend-mode: overlay;position: absolute;opacity: 0.8;width: 100%;height: 100%;top: 0;left: 0;z-index: 9;}


.guestt {
    position: absolute;
    width: 756px;
    height: 446px;
    background: var(--pn);
    margin: 100px 32px 0px !important;
}


.guestt info {
    position: absolute;
    width: 704px;
    height: 375px;
    margin-top: 10px !important;
    margin-left: 15px !important;
    font-size: 12px;
    font-weight: normal;
    font-family: var(--4ft);
    text-align: justify;
    padding: 5px 10px;
    text-transform: lowercase;
    overflow-y: auto;
}

.guestt info2 {
    position: absolute;
    width: 541px;
    height: 38px;
    margin-top: 394px !important;
    margin-left: 95px !important;
    font-size: 12px;
    border-top: 2px solid var(--cl5);
    font-weight: normal;
    text-align: left;
    padding: 5px 10px 10px;
    text-transform: lowercase;
    overflow-y: auto;
}

0


Вы здесь » test » Новый форум » нрн


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