код
Код:
@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 {
margin: 0px auto 20px auto;
font-family: 'roboto';
font-size: 9px;
font-weight: 600;
background: #7777;
width: max-content;
border-radius: 50px;
/* padding: 5px 10px; */
color: var(--txtMain);
text-transform: uppercase;
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;
}
.category .container tbody{
background: #c6c3bb;
display: flex;
flex-direction: column;
font-family: 'Roboto';
border-radius: 0 0 20px 20px;
padding: 20px;
box-sizing: border-box;
border: 1px solid #84817a;
}
.category .container tbody tr{
gap: 30px;
margin-bottom: 30px;
width: 980px;
border-top: none;
}
.category .container tr{
position: relative;
flex-direction: row;
display: flex;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
}
.category .container tbody tr td.tcr {
align-self: center;
box-sizing: border-box;
text-transform: lowercase;
font-size: 9px;
margin-top: 10px;
padding: 10px 17px 9px 3px;
align-content: center;
box-shadow: none;
}
#pun-index .tclcon {
}
#pun-index .tcl h3 {
}
#pun-index .tcl h3 a {
}
#pun .intd:hover h3 a {
}
#pun-index .tclcon span,
.links {
}
#pun-index .tclcon span a,
.links a {
}
#pun-index .tclcon span a:hover,
#pun-index .subforums a:hover,
.links a:hover {
}
/* аватар */
.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: 3em;
}
.multipage .forum {
display: flex;
flex-direction: column;
gap: 20px;
font-family: 'Roboto';
border-radius: 10px;
padding: 10px;
box-sizing: border-box;
}
.multipage .forum .container table {
display: flex;
flex-direction: column;
}
.multipage .forum .container table thead {
font-size: 10px;
background: #a5a5ab;
padding: 2px 10px;
border-radius: 10px 10px 0 0;
}
.multipage .forum .container table thead tr {
display: flex;
gap: 8px;
margin: 0 0 10px 0;
}
.multipage .forum .container table tbody.hasicon {
font-size: 10px;
display: flex;
flex-direction: column;
width: 100%;
}
.multipage .forum .container table tbody.hasicon tr {
display: flex;
background: #c6c3bb;
flex-direction: row;
margin: 0px 0px;
font-family: 'Roboto';
gap: 20px;
align-items: center;
padding: 10px;
box-sizing: border-box;
border: 1px solid #93918d;
}
.multipage .forum .container table thead th {
display: grid;
gap: -5px;
grid-template-columns: 50% 8% 10% 30%;
justify-content: space-between;
text-transform: lowercase;
font-family: 'Roboto';
color: #e1dfdf77;
margin: 0;
position: relative;
align-items: center;
}
.multipage .forum .container table tbody.hasicon td {
font-size: 10px;
}
.multipage .forum table td.tcl,
.multipage .forum table th.tcl {
width: 50% !important;
padding: 0 0 0 20px;
}
.multipage .forum table td.tc2,
.multipage .forum table th.tc2 {
width: 10% !important;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
}
.multipage .forum table td.tc3,
.multipage .forum table th.tc3 {
width: 10% !important;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
}
.multipage .forum table td.tcr,
.multipage .forum table th.tcr {
width: 30% !important;
display: flex;
align-items: center;
gap: 4px;
text-transform: lowercase;
}
.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;
margin-top: 25px;
}
.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, #pun-index .tc2, #pun-index .tc3 {
display: none;
}
/* категория */
#pun-index .category {}
/* заголовок категории */
#pun-index .category h2 {}
/* левая колонка (форумы) */
#pun-index tbody.hasicon td.tcl {
padding: 10px;
padding: 10px;
font: 400 9px / 118% roboto;
text-transform: lowercase;
display: flex;
flex-direction: column;
justify-content: center;
text-align: justify;
gap: 5px;
}
#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;
text-transform: lowercase;
font-size: 10px;
font-family: 'Roboto';
gap: 5px 10px;
background: #c6c3bb;
border-radius: 0 0 30px 30px;
padding: 20px;
box-sizing: border-box;
}
/* всего тем, всего сообщений, зарегистрированных, последний зарегистрировавшийся */
#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;
}

