@import url(style_cs.css);
/* шрифты бланш */
@import url(https://forumstatic.ru/files/001a/28/10/55678.css);
/* Иконический шрифт */
@import url('https://fonts.googleapis.com/css2?family=Material+Icons+Outlined');
/* Font Awesome */
@import url('https://kit-pro.fontawesome.com/releases/v6.6.0/css/pro.min.css');
@font-face {
font-family: 'ringift';
src: url('https://forumstatic.ru/files/001a/74/84/90837.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
/****************************************
Чистый стиль 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: #C6C5C5;
--pun-bg: #B7B7B7;
--sec-bg: #9D9D9D;
--link: #6E302E;
--link-hover: #C79968;
--pwidth: 200px;
--brown: #9D7E6E;
--textcolor: #2E2726;
--pad1: 10px 20px;
--pad2: 5px 20px;
--pad3: 5px 10px;
--extra-font: "ringift", sans-serif;
--main-font: "arial", sans-serif;
}
/* 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%;
scrollbar-width: thin;
scrollbar-color: var(--link-hover) var(--sec-bg);
}
/* прокрутка хром etc */
*::-webkit-scrollbar {
width: 7px;
height: 7px;
}
*::-webkit-scrollbar-track {
background-color: var(--sec-bg);
}
*::-webkit-scrollbar-thumb {
background-color: var(--link);
}
*::-webkit-scrollbar-thumb:active {
background: var(--link-hover);
}
/* выделение текста */
::selection {
background: var(--link);
color: var(--pun-bg);
}
:focus {
outline: none;
}
/* все ссылки */
a,
.punbb #pun-admain a {
text-decoration: none;
font-weight: bold;
color: var(--link);
transition: all .2s linear 0s;
}
a:hover,
.punbb #pun-admain a:hover {
color: var(--link-hover);
background: var(--link);
}
/* все заголовки */
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;
}
.multipage h1, .multipage h2 {
display: none;
}
.multipage thead {
display: none;
}
/* выключить список модераторов, отредактировано 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;
font-size: 10px;
border-radius: 3px;
color: var(--body-bg);
background: var(--link);
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 {background: var(--link-hover);
color: var(--link);
}
/* ОФОРМЛЕНИЕ ПОЛЕЙ ВВОДА */
input[type="text"],
input[type="password"],
textarea,
select {
padding: 2px 5px;
border: 1px solid;
background: var(--body-bg);
color: var(--text-color);
border-radius: 2px
}
textarea,
input,
select,
optgroup {
font-size: 10px;
}
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;
padding-bottom: 15px;
}
fieldset fieldset {
border: none;
margin: 0;
padding: 0 0 8px 0
}
.fs-box {
padding: 5px 0;
width:
}
.fs-box p,
.fs-box fieldset {
padding: 0 0 8px 0;
}
.fs-box .post-author {
width: 220px !important;
}
.fs-box .post .post-author ul {
width: 200px !important;
}
.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;
}
/* Тело форума
------------------------------------------*/
/* фон */
html {
background: var(--body-bg) url() no-repeat top center;
}
/* заплатка для фиксированного фона */
body::before {
content: "";
display: block;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
min-width: 100vw;
min-height: 100vh;
z-index: -10;
background: var(--body-bg) url(https://forumstatic.ru/files/001a/74/84/83222.png) no-repeat top center/cover;
}
/* тело */
#pun {
margin: 30px auto;
width: 1000px;
background: var(--body-bg);
}
/* внутреннее тело */
.punbb {
font: 10px Arial, Verdana;
}
/* настройки внутренних блоков */
.punbb > div .container {
padding: var(--pad1);
}
/* Навигационные ссылки */
#pun-navlinks {display: flex;
justify-content: center;}
#pun-navlinks .container {
text-align: center;
font-family: var(--extra-font);
font-weight: 400;
font-size: 14px;
letter-spacing: 0.2em;
text-transform: uppercase;
color: var(--link-hover);
position: absolute;
top: -5px;
display: flex;
align-items: center;
}
#pun-navlinks .container a {color: var(--link-hover);}
#pun-navlinks .container a:hover {color: var(--link);
background: transparent}
#pun-navlinks li {
padding: 0 5px;
display: inline;
}
/* Пользовательские ссылки */
#pun-ulinks {display: flex;
justify-content: center;}
#pun-ulinks .container {
position: absolute;
top: 22px;
border-radius: 3px;
font-weight: 400;
font-size: 7px;
line-height: 8px;
text-align: center;
letter-spacing: 0.2em;
text-transform: uppercase;
color: var(--link-hover);
background: var(--link);
padding: 5px;
}
#pun-ulinks .container a {color: var(--link-hover)}
#pun-ulinks li {
padding: 0 5px;
display: inline;
}
/* Статус */
#pun-status {display: flex;
justify-content: center;
font-size: 8px;
text-transform: uppercase;
letter-spacing: 0.05em;}
#pun-status span {
white-space: nowrap;
margin-right: 5px;
}
/* Хлебные крошки */
.crumbs.container {font-size: 8px;
text-transform: uppercase;
letter-spacing: 0.05em;}
/* Копирайт */
#pun-about {}
#pun-about .container {
text-align: center;
}
/* Главная форумная таблица
------------------------------------------*/
.main table {
table-layout: fixed;
width: 96%;
background: var(--pun-bg);
margin-left: 10px;
margin-top: -14px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.main th {
padding: 5px 10px;
}
.main td {
padding: 10px;
}
.tcl {
width: 50%;
}
.tc2,
.tc3,
.tcmod {
text-align: center;
width: 6%;
}
#pun-index .tc2,
#pun-index .tc3,
#pun-index .tcmod {
visibility: hidden;
}
.tcr {
width: 30%;
}
#pun-searchtopics .tcl,
#pun-modviewforum .tcl {
width: 40%
}
#pun-searchtopics .tc2 {
text-align: left;
width: 20%;
}
#pun-debug table .tcl {
width: 15%;
}
#pun-debug .tcr {
width: 90%;
}
tbody.hasicon td.tcl {
padding-left: 40px;
}
.lastpost-link {text-transform: uppercase;
font-size: 11px;
color: var(--textcolor)}
/* форумы */
#pun-index .tcl h3 {
font-size: 14px!important;
text-transform: uppercase;
letter-spacing: 0.05em;
margin-bottom: 5px;
}
/* аватар */
.punbb td .user-avatar, #pun-index td .user-avatar {
}
.punbb td .user-avatar .avatar-image {
}
/* Иконки */
#pun-index div.icon {
margin-right: -70px;
margin-top: 20px;
}
div.icon {
float: right;
width: 30px;
height: 30px;
border-radius: 50%;
background: var(--sec-bg);
}
tr.inew div.icon {
background: var(--link-hover);
}
tr.isticky div.icon {
background: var(--link);
}
tr.iclosed div.icon {
background: var(--sec-bg);
}
tr.isticky.inew div.icon {
background: var(--link-hover);
}
/* Пагинация (Переключаемые страницы, Новая тема + Опрос, Подписка)
--------------------------------------------------------------------------------------------------- */
.multipage {
margin-top: 10px;
}
.linkst {
position: relative;
padding: var(--pad2);
display: flex;
justify-content: space-between;
}
.linkst .pagelink {
padding-bottom: 5px;
}
.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;
}
/* Главная
------------------------------------------*/
/* скрыть "форум, тем, сообщений" */
#pun-index thead {
display: none;
}
/* категория */
#pun-index .category {}
/* заголовок категории */
#pun-index .category h2 {padding: 10px 20px;
font-weight: normal;
font-family: var(--extra-font);
font-size: 40px;
text-align: right;
color: var(--brown);
position: relative;
width: 93%;}
#pun-index .category h2::before { content: '';
position: absolute;
margin-top: 29px;
margin-left: -921px;
width: 100%;
height: 50%;
background: url(https://forumstatic.ru/files/001a/74/84/35113.png?v=1) no-repeat;
z-index: 3;}
/* Статистика */
#pun-stats {}
#pun-stats .container {
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: center;
font-size: 10px;
color: var(--body-bg)
}
.online-list {
font-size: 10px;
color: var(--textcolor);
}
/* заголовок статистики */
#pun-stats h2 {
display: none;
}
/* всего тем, всего сообщений */
#pun-stats li.item1,
#pun-stats li.item2 {
clear: both;
background: var(--link);
padding: 5px 25px;
border-radius: 3px;
}
/* зарегистрированных, последний зарегистрировавшийся */
#pun-stats li.item3,
#pun-stats li.item4 {
background: var(--link);
padding: 5px 25px;
border-radius: 3px;
color: var(--body-bg)
}
#pun-stats li.item4 a {color: var(--link-hover)}
#pun-stats li.item4 a:hover {color: var(--brown)}
/* активны, посетили за сутки */
li#onlinelist {
margin-top: 10px;
text-align: justify;
flex-grow: 1;
width: 100%;
color: var(--textcolor);
}
/* Шапка
------------------------------------------*/
#pun-title {}
/* скрыть заголовок в шаке */
#pun-title .title-logo {
display: none;
}
/* содержимое шапки в html-верх */
.tablica {
background: url(https://forumstatic.ru/files/001a/74/84/64537.png) center/cover no-repeat;
width: 100%;
max-width: 1000px;
height: 344px;
box-sizing: border-box;
display: flex;
align-items: flex-end;
}
.tableft {
width: 625px;
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 10px;
position: relative;
pointer-events: all;
}
.tabright {
pointer-events: all;
display: flex;
flex-direction: column;
align-items: flex-end;
gap: 10px;
width: 375px;
height: 344px;
position: relative;
}
/* post of the week */
.bestpost {
width: 140px;
text-align: justify;
top: 34px;
position: relative;
left: 34px;
}
.bestpost-title {
font-family: var(--extra-font);
font-size: 14px;
color: var(--link-hover);
text-transform: lowercase;
text-align: right;
margin-bottom: 5px;
}
.bestpost-text {
font-size: 9px;
width: 140px;
color: var(--brown);
}
/* forum name */
.forumname {
color: var(--link);
font-family: var(--extra-font);
text-align: center;
line-height: 1;
position: relative;
left: 139px;
}
.forumname h4 {
font-size: 28px;
margin: 0;
left: 65px;
position: relative;
top: 35px;
}
.forumname h2 {
font-size: 90px;
margin: 0;
font-weight: normal;
position: relative;
left: 140px;
}
.forumname h3 {
font-size: 44px;
margin: 0;
position: relative;
left: 224px;
top: -30px;
}
/* active of the week */
.active {
text-align: center;
position: absolute;
top: 42px;
left: 37px;
}
.act-title {
font-family: var(--extra-font);
font-size: 14px;
color: var(--link-hover);
text-transform: lowercase;
margin-bottom: 10px;
position: absolute;
width: 148px;
}
.act-list {
position: relative;
left: -6px;
}
.act1, .act2, .act3, .act4 {
background: var(--link);
border-radius: 50%;
width: 34px;
height: 34px;
overflow: hidden;
}
.act1 img , .act2 img , .act3 img , .act4 img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: top center;
}
.act1 {
position: absolute;
top: 43px;
left: 77px;
z-index: 1;}
.act2 {
position: absolute;
left: 100px;
top: 79px;
z-index: 2;
}
.act3 {
position: absolute;
left: 132px;
top: 110px;
z-index: 3;
}
.act4 {
position: absolute;
left: 161px;
top: 145px;
z-index: 4;
}
.act1::before, .act2::before, .act3::before, .act4::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: var(--link);
opacity: 0.7;
border-radius: 50%;
transition: opacity 0.3s ease;
pointer-events: none;
}
.act1:hover::before, .act2:hover::before, .act3:hover::before, .act4:hover::before {
opacity: 0;
}
/* navigation */
.navigation {
text-align: center;
font-size: 12px;
font-weight: bold;
line-height: 14px;
position: absolute;
top: 258px;
left: 44px;
}
.navigation a {
color: var(--brown);
margin: 0 4px;
}
.navigation a:hover {
color: var(--link-hover);
background: transparent;
}
/* Объявление
------------------------------------------*/
#pun-announcement {}
/* скрываем слово "объявление" */
#pun-announcement h2 {
display: none;
}
/* Футер
------------------------------------------*/
#html-footer {}
#html-footer .container {padding: 0;}
/* баннеры */
.banners {
padding: var(--pad1);
background: var(--pun-bg);
width: 734px;
height: 33px;
overflow: scroll;
border-radius: 3px;
margin-bottom: 26px;
margin-left: 224px;
}
.banners a {
opacity: .7;
}
.banners a:hover {
opacity: 1;
}
.wanted {display: flex;
gap: 4px;
margin-top: -75px;
padding-bottom: 7px;
margin-left: 20px;}
.want { background: var(--link);
border-radius: 50%;
width: 45px;
height: 45px;
overflow: hidden;
position: relative;}
.want img {width: 100%;
height: 100%;
object-fit: cover;
object-position: top center;}
.want::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: var(--link);
opacity: 0.7;
border-radius: 50%;
transition: opacity 0.3s ease;
}
.want:hover::before {
opacity: 0;
}
/* Топик
------------------------------------------*/
.post {
margin-top: 10px;
}
.toppost,
.topicpost {
margin-top: 0;
}
/* контейнер поста */
.post .container {
display: flex;
flex-wrap: wrap;
align-items: start;
}
/* дата и номер поста */
.post h3 {
}
.post h3 span {
display: block;
font-size: 10px;
text-transform: lowercase;
font-weight: 400;
padding: var(--pad2);
position: relative;
text-align: left;
}
/* Псевдоэлемент для короткой границы */
.post h3 span::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 90%;
height: 1px;
background: var(--textcolor);
}
.permalink {
font-size: 10px;
text-transform: lowercase;
font-weight: 400;
}
/* номер поста */
.post h3 strong {
float: right;
text-align: right;
font-weight: normal;
}
/* Автор */
.post-author {
width: var(--pwidth);
text-align: center;
box-sizing: border-box;
border: 1px solid;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
background: var(--pun-bg);
}
.post-author ul {
padding: 10px;
}
.pa-author {}
.pa-author a {font-family: var(--extra-font);
font-size: 18px;
text-transform: lowercase;
letter-spacing: 0.05em;}
.pa-title { font-size: 8px;
letter-spacing: 0.05em;
margin-top: 3px;
margin-bottom: 3px;}
.pa-avatar img {border: 1px solid}
.lz {}
.pa-posts,
.pa-respect, .pa-fld1 {
display: inline-grid;
text-transform: lowercase;
align-content: center;
}
.pa-respect .fld-name a {color: var(--pun-bg)}
.pa-posts .fld-name, .pa-respect .fld-name, .pa-fld1 .fld-name {background: var(--link);
color: var(--pun-bg);
font-weight: bold;
padding: 3px;
border-radius: 2px;
margin-bottom: 3px;
}
.pa-fld2 {
background: url(https://forumstatic.ru/files/001a/74/84/26761.png) no-repeat top center / cover;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
width: var(--pwidth);
margin-left: -11px;
color: var(--brown);
padding: 5px;
font-size: 9px;
display: flex;
justify-content: center;
box-sizing: border-box;
margin-top: 3px;
margin-bottom: -15px;
}
.pa-online,
.pa-last-visit {}
/* Тело поста */
.post-body {
width: calc(100% - var(--pwidth));
}
.post-box {
padding: 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;
}
/* Контейнер спойлера */
.punbb .post-content .spoiler-box > div {
position: relative;
display: inline-block;
padding-left: 20px;
cursor: pointer;
color: var(--textcolor);
font-size: 12px;
font-weight: 400;
}
/* Кружочек (добавляем через ::before) */
.punbb .post-content .spoiler-box > div::before {
content: '';
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 12px;
height: 12px;
background: var(--link);
border-radius: 50%;
cursor: pointer;
}
/* Для раскрытого состояния (класс visible) */
.punbb .post-content .spoiler-box > div.visible::before {
background: var(--link-hover);
}
/* цитата и код */
.quote-box,
.code-box {
margin: 4px 10px 10px;
padding: 5px;
background: url(https://forumstatic.ru/files/001a/74/84/37341.png) no-repeat top center/cover;
border-radius: 3px;
border: 1px solid var(--textcolor)
}
.quote-box cite {
display: block;
font-weight: bold;
font-style: normal;
width: fit-content;
color: var(--pun-bg);
background: var(--link);
padding: 3px;
border-radius: 2px;
margin-top: -10px;
text-transform: lowercase;
}
.code-box strong.legend {
display: block;
font-weight: bold;
font-style: normal;
width: fit-content;
color: var(--pun-bg);
background: var(--link);
padding: 3px;
border-radius: 2px;
margin-top: -10px;
text-transform: lowercase;
}
.code-box strong.legend a {color: var(--pun-bg);}
.post-sig dt {
border-bottom: 1px solid var(--link-hover);
width: 300px;
margin: 10px auto;
}
/* Форма ответа */
#main-reply {
box-sizing: border-box;
border: solid 1px;
border-radius: 3px;
margin-top: 2px;
padding: 10px;
}
#tags {
position: relative;
}
#tags .container {
padding: var(--pad3) !important;
top: 0 !important;
max-height: 300px;
overflow: auto;
}
/* Профиль + ЛС
------------------------------------------*/
#profile {
padding: var(--pad1);
}
#viewprofile tr {
display: flex;
gap: 40px;
background: var(--body-bg);
}
#pun-profile h1 {
display: none;
}
#profile .container {
padding-left: 200px;
min-height: 100px;
}
#profilenav {
float: left;
margin-left: -180px;
}
#viewprofile h2,
#profilenav h2 {
text-align: center;
font-weight: 400;
font-size: 12px;
margin-bottom: 10px;
background: var(--pun-bg);
color: var(--paletext);
padding: 2px 3px;
border-radius: 10px;
}
#profilenav li {
padding: 0 0 5px;
}
#viewprofile li {
padding: 5px 0;
}
#viewprofile td#profile-left {
display: flex;
flex-wrap: wrap;
width: auto;
flex-direction: column;
align-items: center;
flex-shrink: 0;
background: var(--pun-bg);
padding: 10px 15px;
border-radius: 10px;
}
#profile-name {
font-size: 15px;
font-family: var(--extra-font);
letter-spacing: 0.1em;
}
#viewprofile td#profile-right {
display: flex;
flex-flow: column;
flex-wrap: wrap;
box-sizing: border-box;
gap: 10px;
flex-direction: row;
}
#profile-right li {
display: flex;
flex-direction: column;
flex-wrap: wrap;
flex-grow: 1;
justify-content: center;
gap: 10px;
text-align: center;
background: var(--pun-bg);
padding: 0 5px;
border-radius: 10px;
}
#profile-right li span {
flex-shrink: 0;
text-align: center;
}
#profile-left li strong, #profile-right li strong {
font-weight: normal !important;
padding-left: 0 !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;
z-index: 9999;
position: fixed;
width: 30px;
height: 30px;
border-radius: 50px;
margin-left: 1010px !important;
box-sizing: border-box;
transition: all .3s linear 0s;
}
.go-up {
top: 260px;
background: var(--link);
}
.go-down {
top: 300px;
background: var(--link-hover);
}
.go-down:hover,
.go-up:hover {
opacity: 1;
}
/* Form Buttons © max, the murderer!
----------------------------------------------------------------------- */
/* General */
#form-buttons table {
width: 100% !important;
border-radius: 3px;
margin-top: 20px;
margin-left: 0px !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;
margin-bottom: 4px;
}
#form-buttons td::before {
font-family: 'Font Awesome 6 Pro';
font-size: 13px;
font-weight: 400;
position: absolute;
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(--body-bg);
}
/* 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-indent::before {
content: '\f03c';
}
#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';
}
/* Icons */
#button-font::before {
content: '\f031';
}
#button-ChangeCase::before {
content: '\e099';
}
#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-indent::before {
content: '\f878';
}
#button-left::before {
content: '\f036';
}
#button-right::before {
content: '\f038';
}
#button-center::before {
content: '\f037';
}
#button-justify::before {
content: '\f039';
}
#button-link::before {
content: '\f0c1';
}
#button-spoiler::before {
content: '\f518';
}
#button-image::before {
content: '\f302';
}
#form-buttons #button-image ~ #button-image::before {
content: '\f03e' !important;
}
#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-sticker::before {
content: '\f6fe';
}
#button-keyboard::before {
content: '\f11c';
}
#button-addition::before {
content: '\f0d7';
}
#button-files_rusff::before {
content: '\f15b';
}
#button-graffiti_rusff::before {
content: '\f5a9';
}
#button-mask::before {
content: '\f630';
}
#button-dice::before {
content: '\f522';
}
/* Оформление всплывающей подсказки © Домовой */
#tooltip {
position:absolute;
background: var(--link);
z-index: 999;
max-width:200px;
-moz-border-radius:4px;
-khtml-border-radius:4px;
-webkit-border-radius:4px;
border-radius: 3px;
font-size:12px;
display:none;
color: var(--pun-bg);
text-align:center;
padding:4px;
text-transform: lowercase;
padding: 2px 5px;
margin-top: 5px;
letter-spacing: 0.05em;
}
.pa-online, .pa-last-visit {
display:none!important;
}