/* ДРУГОЕ
**************************************************************/
/* кнопка реакции */
.reactions-root button, .reactions-root [type=button], .reactions-root [type=reset], .reactions-root [type=submit]
{
-webkit-appearance: button;
font-size: 8px!important;
background: #aaa69f8a !important;
border: var(--bordin)!important;
padding: 5px 5px 5px 5px !important;}
.reactions-root {
padding: 0 0px 15px 15px!important;}
.reactions-root *, .reactions-root ::before, .reactions-root ::after
{color: #646260;}
.reactions-root .emoji-mart {
font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",sans-serif;
font-size: 11px!important;
display: inline-block!important;
border: var(--bordin)!important;
border-radius: 4px!important;
background: var(--backcol)!important;
width: 500px!important;}
.reactions-root .emoji-mart-category-label span
{display: block!important;
width: 100%!important;
font-weight: 500!important;
padding: 5px 5px 5px 15px!important;
margin: 10px 0px 10px 0px!important;
background-color: rgb(180 176 169) !important;
border-radius: 4px!important;}
.reactions-root .emoji-mart-search input {
font-size: 11px!important;
padding: 5px 25px 6px 10px!important;
border-radius: 4px!important;
border: var(--backcol)!important;
}
.reactions-root .emoji-mart-bar{border:none!important;}
.reactions-container {
gap: 4px!important;
cursor: pointer;
position: relative;}
.reaction-picker-panel{left: 40px!important;}
.reaction-picker-button {
border-radius: 50%!important;
width: 26px;
padding: 0; }
.reactions-root .emoji-mart-category-list li {
list-style: none;
margin: 0;
padding: 2px;
display: inline-block;
}
/* рейтинг поста */
div.post-rating p {float:right !important; border:0 !important; padding:3px !important}
div.post-vote p {float:right !important; border:0 !important; padding:3px 13px !important; margin-right:5px !important}
div.post-vote p .negative {margin-left:13px;}
div.post-rating a, div.post-vote a {
font-size: 13px !important;
text-decoration: none !important;
}
div.post-rating a {
cursor: pointer !important;
margin-right: 0px!important;
}
/* перекрасить количество уведомлений и сообщений */
.icon[data-new-topics]:before, .subforums span[data-new-topics]:before {
background: #ab9e9a!important;
border-radius: 8px;
color: #fff;
content: attr(data-new-topics);
display: inline-block;
font-size: .8em;
font-weight: 700;
height: 12px;
line-height: 12px;
margin: -6px;
min-width: 12px;
padding: 2px;
position: absolute;
text-align: center;
}
.notify-parent {position: relative;}
.notify-bubble {
background: lightblue;
border-radius: 3px;
color: black;
font: bolder 12px/1.2 Tahoma;
margin: 0;
min-width: 14px;
padding: 0 1px;
position: absolute;
text-align: center;
}
.notify-bubble:after {
border-color: lightblue transparent;
border-style: solid;
border-width: 3px 3px 0;
content: "";
display: block;
left: 5px;
position: absolute;
width: 0;
}
.bubble { background: #857a75!important;
border: 0 none;
border-radius: 3px;
color: #d4d2ce!important;
display: inline-block;
font: bolder 9px Roboto!important;
margin: 0;
min-width: 12px;
padding: 0 1px;
position: absolute;
right: 2px!important;
text-align: center;
top: -9px!important;
}
.bubble:after {
border-color: #857a75!important;
border-style: solid;
border-width: 2px 2px 0!important;
content: "";
display: block;
left: 5px;
position: absolute;
width: 0;
}
span.num_msg {
position: absolute;
margin-top: -15px;
margin-left: -8px;
font-size: 11px;
font-weight: 700;
background: #685942!important;
padding: 1px 4px;
border-radius: 2px;
height: 14px;
color: #fff;
cursor: pointer;
}
span.num_msg:before {
content: " ";
display: inline-block;
position: absolute;
width: 5px;
height: 5px;
transform: rotate(45deg);
top: 14px;
background: #685942!important;
margin-left: 1px;
}
/* вкладка стикеров */
.hvStickerPackModal {
padding: 16px 16px 8px;
padding: 16px 16px 8px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: solid 1px #999;
border-radius: 4px;
background: var(--backcol)!important;
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
position: absolute;
display: none;
bottom: 0;
left: 0;
z-index: 100;
}
.hvStickerPackModalTab {
padding: 8px 12px;
border-radius: 4px!important;
background: var(--quotcol)!important;
font: var(--h1-font)!important;
cursor: pointer;
text-transform: uppercase;
margin-top: 8px;
font-weight: bolder!important;
margin-right: 8px;
font-size: 9px!important;
}
/* подложка маски */
#mask_dialog .inner {
cursor: default;
margin: 0;
width: 760px;
max-width: 99%;
max-height: 90%;
overflow-x: auto;
z-index: 100;
box-shadow: 0 0 40px #222;
padding: 8px;
border: var(--bordin);
border-radius: 4px;
background: var(--backcol);
}
/*************************************************************
ЛИЧНАЯ СТРАНИЧКА
**************************************************************/
.reveal-modal-bg {
position: fixed;
height: 100%;
width: 100%;
background: rgba(0,0,0,.8);
backdrop-filter: blur(10px);
z-index: 100;
display: none;
top: 0;
left: 0;
}
.reveal-modal {
visibility: hidden;
top: -160px;
left: 50%;
width: 900px;
position: absolute;
z-index: 101;
padding: 1px 1px 1px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
-box-shadow: 0 0 10px rgba(0,0,0,.4);
}
.reveal-modal.xlarge { width: 900px; margin-left: -440px;}
.reveal-modal .close-reveal-modal {
font-size: 22px;
line-height: .5;
position: absolute;
top: 1px;
right: 26px;
color: #343434;
text-shadow: 0 -1px 1px rbga(0,0,0,.6);
font-weight: bold;
cursor: pointer;
text-decoration: none;
}
#character {
opacity: 1;
transform: translateY(-50%);
z-index: 99999;
position: fixed;
top: 52% !important;
box-shadow: none;
}
.lichka {
background: url(https://forumstatic.ru/files/0019/41/eb/12741.png) repeat;
border-radius: 20px;
width: 875px;
height: 700px;
margin: auto !important;
text-align: justify;
position: absolute;
margin-left: 35px!important;
}
.lichka_gif {
margin-top: 40px!important;
position: absolute;
margin-left: 132px!important;
filter: grayscale(1) blur(0.5px);
max-width: 245px;
max-height: 134px;
text-align: center;
overflow: hidden;
height: 100%;
width: 100%;
border-radius: 30px;
border: 1px solid #272521;
}
.lichka_hr { font-size: 0px;}
.lichka_name {
text-transform: uppercase;
font-size: 14px;
text-align: center;
margin-left: 429px!important;
margin-top: 40px!important;
position: relative;
font-family: 'AleksandraC';
color: var(--proftext);
width: 346px;
height: 35px;
overflow: hidden;
font-weight: bolder;
}
.lichka_text {
letter-spacing: 0.5px;
text-align: justify;
margin-left: 401px !important;
margin-top: 10px !important;
width: 367px;
height: 62px;
position: relative;
overflow: auto;
color: var(--proftext);
padding: 15px 15px;
font: var(--body-font);
border-radius: 20px 0 0 20px;
background: #00000070;
}
.lichka_text a { color: var(--hovlink)!important; }
.lichka_text a:hover { color: var(--doplink)!important; }
.lichka_plashki {
position: relative;
width: 733px;
height: 100px;
margin: 15px 2px 28px 104px !important;
line-height: 15px;
overflow: auto;
padding-right: 7px;
font-size: 10px;
text-align: center;
}
.inline-div {
display: inline-block;
width: 137px;
height: 39px;
background: var(--helpcol);
font-size: 1rem;
text-align: center;
position: relative;
border-radius: 10px;
box-sizing: border-box;
padding: 8px 1px 1px 1px !important;
margin: 4px 4px 4px 4px !important;
color: var(--proftext);
}
.inline-div0 {
display: inline-block;
position: relative;
margin: 10px 10px 0px 0!important;
box-sizing: border-box;
color: #2b271a;
padding: 1px 0px 0px 0px;
width: 216px;
height: 55px;
margin-top: 7px!important;
text-align: center;
border-radius: 10px;
background: var(--helpcol);
}
.inline-div0 a { color: #2b271a!important;}
.inline-div img {
text-align: center;
position: absolute;
left: 0;
top: 50%;
z-index: 0;
transform: translateY(-50%);}
.lichka_achiev .inline-div{
padding-left: 36px;
padding-top: 9px;}
.ds1 {
text-transform: uppercase;
position: relative;
font: var(--h1-font);
font-weight: bolder;}
.ds2 {
position: relative;
font: var(--body-font);
font-weight: bolder;}
.ls_pl {
background: url(https://i.imgur.com/axgHC6u.png);
width: 230px;
height: 65px;}
.lichka_achiev {
position: relative;
width: 735px;
height: 100px;
margin: 34px 0 0 104px !important;
line-height: 12px;
overflow: auto;
padding-right: 5px;
font-size: 0;}
.lichka_awards {
position: relative;
width: 700px;
height: 164px;
margin: 25px 103px !important;
line-height: 15px;
overflow: auto;
padding-right: 5px;
letter-spacing: 1px;
border-radius: 10px;
text-align: center;
padding: 20px;
background: var(--helpcol);
}
.nas {
position: relative;
height: 30px;
margin: -36px 33px 5px 0 !important;
text-align: right;}
.grayscale {
-webkit-filter: grayscale(1);
}
.pod {opacity: 0.3; filter: grayscale(1);}
.pod:hover {opacity: 1; filter: grayscale(0);-webkit-transition: .5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
-o-transition: 0.5s all;
transition: 0.5s all;}
/*Регулировка размера шрифта в постах © Alex_63 */
.FNTslider {
border-radius: 4px;
position: relative;
z-index: 1000;
background: #a5a29a;
width: 109px;
height: 2px;
margin: 3px 5px;
border: solid 1px #28272524;
float: right;
margin-right: 10%;
}
.FNTslider .before {
height: 2px;
border: solid 1px transparent;
border-right: none 0;
border-radius: 4px 0 0 4px;
position: absolute;
background: #2a2a2acc;
margin-top: -1px;
}
.FNTslider .thumb {
width: 5px;
height: 9px;
border-radius: 3px;
position: relative;
top: -3px;
background: #000000b8;
cursor: pointer;
}
/* Индикатор активности пользователя */
.indOnline, .indOffline {display: -webkit-box;
position: absolute;
left: -9px;
top: 20px;
width: 10px;
height: 10px;
border-radius: 50%;
z-index: 1!important;}
.indOnline {background: var(--hovlink); border: 4px solid #0e0e0e; }
.indOffline { display: none; }
.pa-online { display: none; }
.pa-awards{margin: 15px;}
/* кнопки форма ответа */
#form-buttons {
display: flex;
column-gap: 4px;
margin-bottom: -1px;
padding: 5px;
}
#form-buttons #button-mask {filter: grayscale(0) brightness(0.7)!important;}
/* ГОСТЕВАЯ
-------------------------------------------------------------*/
.guestb {
background: url(https://forumstatic.ru/files/0019/41/eb/12741.png);
width: 750px;
margin-left: 60px;
margin-top: -10px;
border-radius: 30px;
}
.guestb gcode {
height: 60px;
display: block;
text-align: left;
margin: 40px 0px 0px 200px;
color: #7a7a7a;
}
.guestb hello { width: 750px;
position: absolute;
margin-left: -375px;
margin-top: 60px;
font: var(--h1-font);
color: var(--proftext);
font-size: 20px !important;
font-weight: bold;
text-transform: uppercase;}
.guestb inf {width: 750px;
position: absolute;
margin-left: -375px;
margin-top: 90px;
font: var(--h1-font);
font-weight: bold;
color: var(--proftext);}
.guestb inf span { width: 750px;
height: 50px;
position: absolute;
margin-left: -494px;
text-transform: uppercase;
margin-top: 90px;}
.guestb inf p { width: 650px;
height: 60px;
padding: 50px;
position: absolute;
margin-left: 0px;
margin-top: -30px;
font-size: 11px !important;
}
.vnehg {
position: relative;
left: 150px!important;
top: 220px!important;
width: 275px;
height: 200px;
overflow: auto;
font: var(--h1-font);
line-height: 13px;
font-size: 10px;
text-transform: uppercase;
text-align: justify;
font-weight: bold;
color: var(--proftext);
text-shadow: 1px 1px black;
box-sizing: border-box;
padding: 15px;
background-color: #00000078;
border-radius: 20px;
}
.vnehg span {display: none;}
.persong {
position: relative;
left: -160px!important;
top: 20px!important;
width: 275px;
height: 200px;
overflow: auto;
font: var(--h1-font);
line-height: 13px;
font-size: 10px;
text-transform: uppercase;
text-align: justify;
font-weight: bold;
color: var(--proftext);
text-shadow: 1px 1px black;
box-sizing: border-box;
padding: 15px;
background-color: #00000078;
border-radius: 20px;
}
.persong span {display: none;}
.guestb a {}
.hide-author .post-body {
margin-left: 25px!important;
width: 900px!important;
position: relative!important;
}
.hide-author .post-content .quote-box {width: 800px;}
/* гостевые чимичангас */
#p725965-content .quote-box {
margin: 40px auto 0px;
width: 90%; }
/* КНОПКИ СПОЙЛЕРЫ
-------------------------------------------------------------*/
.knopka_rasy {
display: inline-block;
cursor: pointer;
width: 157px;
padding: 10px;
background: var(--forcol);
text-align: center;
font-family: Yeseva One;
font-size: 17px;
border-radius: 10px;
color: var(--t-body);}
.knopka_rasy_big {
display: inline-block;
cursor: pointer;
width: 515px;
padding: 10px;
background: var(--forcol);
text-align: center;
font-family: Yeseva One;
font-size: 17px;
color: var(--t-body);
border-radius: 10px;
}
.knopka_rasy_med {
display: inline-block;
cursor: pointer;
width: 245px;
padding: 10px;
background: var(--forcol);
text-align: center;
font-family: Yeseva One;
font-size: 17px;
color: var(--t-body);
border-radius: 10px;}
.knopka_rasy_banshee {
display: inline-block;
cursor: pointer;
width: 480px;
padding: 10px;
background: var(--forcol);
text-align: center;
font-family: Yeseva One;
font-size: 17px;
color: var(--t-body);
border-radius: 10px;}
.knopka_sen {
display: inline-block;
cursor: pointer;
width: 150px;
padding: 10px;
background: var(--forcol);
text-align: center;
font-family: Yeseva One;
font-size: 17px;
color: var(--t-body);
border-radius: 10px;
}
.stylevkladok {
display: none;
background: var(--forcol);
border-radius: 2px;
padding: 25px;
line-height: 16px;
margin-top: 15px;
}
/* ТАБЛИЦЫ
-------------------------------------------------------------*/
/* стили таблиц */
.main table { table-layout: fixed;
width: 100%;}
#p29 .main table { width: auto; }
#pun-index #pun-main .category .container {
}
/* отступы в ячейках */
.main td { padding: 10px 10px; }
th { padding: 0; }
/* ширина подфорума */
.main .tcl { text-align: left; width: 30%; }
/* ширина ячеек */
.tc2, .tc3, .tcmod { text-align: center; width: 5%; }
/* ширина последнего сообщения */
.tcr { text-align: left; width: 25%;
line-height: 16px; }
/* ширина в поиске/модерировании */
#pun-userlist .tcl, #pun-searchtopics .tcl, #pun-modviewforum .tcl {
width: 40% text-transform: lowercase;}
#pun-userlist .tc2, #pun-searchtopics .tc2 { text-align: left; width: 20%; }
/*дебаг */
#pun-debug table .tcl { width: 15%; white-space:normal; }
#pun-debug .tcr { width: 90%; white-space: normal; }
/* расположение последней активной темы */
#pun-index .tcr {
width: 30% !important;
text-align: left;
font-size: 10px;
line-height: 13px !important;
font: var(--body-font);
font-weight: bold;
}
/* последняя активная тема в подфоруме */
#pun-index .tcr a {
text-transform: uppercase;
letter-spacing: 0.5px;
font: var(--h1-font);
font-weight: bolder;
font-size: 10px;
}
/* НАВИГАЦИЯ ПО ФОРУМУ СВЕРХУ
-------------------------------------------------------------*/
#pun-navlinks .container {padding: 0px; }
#navawards { display: none!important; }
#pun-navlinks li { display: inline; }
/* расположение*/
#pun-navlinks {
text-align: center;}
/* вид ссылок */
#pun-navlinks li a {
letter-spacing: 0.5px;
color: var(--link);
text-transform: uppercase;
padding-right: 7px;
font: var(--h1-font);
font-weight: bold;
}
/* вид ссылок навигации при наведении */
#pun-navlinks li a:hover { color: var(--hovlink); }
/* ПОЛЬЗОВАТЕЛЬСКАЯ НАВИГАЦИЯ
-------------------------------------------------------------*/
#pun-ulinks .container { padding: 0!important;}
#pun-ulinks li, #pun-ulinks li a { display: inline;}
/*расположение */
#pun-ulinks { text-align: center;
position: relative;
top: 10px;
font: var(--body-font);
}
/* цвет ссылок */
#pun-ulinks a {
transition: all 0.5s linear 0s;
letter-spacing: 0.5px;
color: var(--link);
margin: 5px;
text-transform: lowercase;
}
/* цвет ссылок при наведении */
#pun-ulinks a:hover { color: var(--hovlink);}
/* ВАШЕ МЕСТОРАСПОЛОЖЕНИЕ НА ФОРУМЕ СВЕРХУ И СНИЗУ
-------------------------------------------------------------*/
/* расположение сверху */
#pun-crumbs1 { margin-top: 15px;}
/* расположение снизу */
#pun-crumbs2 { margin-top: 10px; }
/* общий внешний вид */
#pun-crumbs1 .container, #pun-crumbs2 .container {
font: var(--h1-font);
text-align: center;
text-transform: uppercase;
letter-spacing: 0.5px;
font-weight: bolder;
position: absolute;
width: 1040px;
color: var(--link)!important;
}
/* цвета ссылок */
#pun-crumbs2 a, #pun-crumbs1 a {font-weight: bold; color: var(--link);}
/* цвет ссылок при наведении */
#pun-crumbs2 a:hover, #pun-crumbs1 a:hover {font-weight: bold; color: var(--hovlink);}
/* СТРОКА ПРИВЕТСТВИЯ
-------------------------------------------------------------*/
#pun-status strong { }
#pun-status span { margin-right: 5px; }
#pun-status .status-right {float: none!important;}
/* внешний вид */
#pun-status {
position: absolute;
text-align: center;
top: -30px;
left: 511px;
width: 530px;
}
/* внешний вид */
#pun-status .container {transition: all 0.5s linear 0s;
text-transform: lowercase;
color: var(--headlink);
font: var(--body-font);
font-weight: bold;}
/* цвет ссылки */
#pun-status a {
color: var(----headlink);
font-size: 10px;
transition: all .3s ease-in-out;
}
#pun-status a:hover { color: var(--hovlink); }
/* ОБЪЯВЛЕНИЕ
-------------------------------------------------------------*/
/* форма объявления */
#pun-announcement {
margin-top: 30px;
text-align: center;
}
.plashka {
display: inline-block;
margin-bottom: 10px !important;
margin-right: 10px;
width: 140px;
background: var(--forcol);
border-radius: 10px;
padding: 10px !important;
box-sizing: border-box;
font: var(--h1-font) !important;
letter-spacing: 0.5px;
text-transform: uppercase;
font-size: 8px !important;
font-weight: bolder !important;
transition: all .5s ease-in-out !important;
}
.plashka a {
font-size: 11px;
}
.plashka__title {
font-size: 11px;
}
.plashka:hover {
transition: all .5s ease-in-out !important;
background: var(--smoke) top;
color: var(--proftext)!important;
}
/* ТЕМЫ
-------------------------------------------------------------*/
/* весь пост */
.post .container { }
/* разделитель между сообщения*/
.post h3 { width: 730px;
margin: 20px 0px -20px 225px !important;
padding: 10px;
border-radius: 0 10px 10px 0;
box-sizing: border-box;
height: 30px;
background: var(--forcol);
}
.hide-author h3 {
width: 100%!important;
margin: 30px 0px -16px 0px !important;
box-sizing: border-box;
}
/* текст внутри разделителя */
.post h3 span {
display: block;
font-size: 9px;
text-transform: lowercase;
letter-spacing: 0.5px;
margin-left: 20px!important;
color: var(--t-body);
line-height: 9px;
}
/* ссылка внутри разделителя */
.post h3 a {
font-weight: 100!important;
font-size: 9px!important;
color: var(--link)!important;
margin: 0 0 0 35px;}
/* номер поста */
.post h3 strong { float: right;
text-align: right;
font-weight: normal;
margin-right: 25px;
}
/* расположение профиля */
.post .post-author {
float: left;
min-height: 140px!important;
position: sticky;
top: 0px;
}
/* пост и отступы в посте */
.post-body { margin-left: 226px; }
.post-box {padding: 30px 7px 10px 0px; }
/* выравнивание текста поста */
.post-content {
width: 100%;
overflow: hidden;
text-align: justify; }
/* абзацы постов */
.post-content p {
padding: 0;
line-height: 150%;
margin-bottom: 5px;}
.post-content {}
/* ссылки в посте */
.post-links { font-weight: 100; }
.post-links li { display: inline; padding-left: 5px; }
.post-links ul { padding: 0px 5px 0px 0px;
text-align: right;
}
.pl-email, .pl-website { float: left; }
.clearer { clear: both; height: 0; font-size: 0; }
/* курсив и подчеркнутый текст внутри поста */
.post-content em {font-style: italic}
.post-content em.bbuline {font-style: normal; text-decoration: underline;}
/* картинки в постах */
.post-content img { vertical-align: text-bottom }
.post-content img.postimg { vertical-align: middle; }
/* таблицы в постах */
td { border-color: transparent; }
.post-content td { padding: 0.4em 0.5em !important;
overflow: hidden;
}
/* разделитель подписи в посте */
.post-sig dt, .post-sig dd, .post-sig dl {margin: 0}
.post-sig dt {
display: block;
border: 1px solid #b6b1a24f;
width: 350px;
margin: 30px 170px 20px;
}
/* экстра */
.post-content table {border-collapse:collapse; margin:0 0 0.8em}
.post-content td p:last-child {padding-bottom:0}
.post-content .highlight-text {background-color:#ff0; color:#000}
.post-content .spoiler-box > div {background:url() no-repeat left center; cursor:pointer; padding-left:18px}
.post-content .spoiler-box > div.visible {background-image:url()}
.post-content .spoiler-box > blockquote {padding: 0; display: none; margin: 0px 10px 0px 30px;}
.post-content .spoiler-box > blockquote.visible {display:block; overflow:auto}
.post-content hr {opacity: 0.2; margin: 20px 0 !important;}
.post-content abbr {cursor:help}
.post-content ul {padding:0 0 1em 2.3em}
.post-content ul li {list-style:inherit; margin-bottom:0.3em}
.post-content ul li ul {padding-bottom:0}
.post-content ul li > p {padding-bottom:0.3em}
.post-content ul li > p:last-of-type {padding-bottom:0}
/* ФОРМЫ
-------------------------------------------------------------*/
/* контейнер можно отключить */
.formal .container {padding: 30px 0px; }
.punbb .formal fieldset {min-width:0; border: none;}
.punbb .formal span.input {padding-right:0 !important}
#post-form h2, #pun-announcement h2 { display:none;}
/* местоположение кнопок отправить/посмотреть */
.formsubmit { margin: 0px 0px 10px 35px;}
.formsubmit input, .formsubmit a, .formsubmit span { margin: 0; }
/* инфо по заполнению */
fieldset { padding: 10px 0px 0px;}
fieldset legend { margin: 0 0px 0px 10px;}
/* настройка текста */
#post fieldset legend span { display:none; }
fieldset fieldset { border: none; margin: 0; padding: 0px 0px 5px; }
.fs-box { padding: 0px; }
.fs-box p, .punbb .fs-box fieldset { padding: 0px; }
.inline .inputfield, .inline .selectfield, .inline .passfield { float: left; margin-right: 1em; }
.inline .infofield { clear:both }
.datafield br { display: none }
.required label, .datafield span.input { font-weight: bold }
textarea, .longinput input { width: 64%; margin: 0; }
/* обводка активного поля */
input, textarea, button {outline:none;}
input:active, textarea:active, button:active {outline:none;}
.hashelp { position: relative; }
/* чекбоксы */
.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; }
/* страница переадресации */
#pun-redirect {padding: 14px;}
#pun-redirect.punbb .info .container{ }
/* поле ввода текста поста */
.punbb textarea {
background-clip: padding-box;
background: var(--forcol);
padding: 18px 20px !important;
width: 95% !important;
color: var(--t-body);
border: var(--forcol);
}
/* поле ввода название темы */
.punbb select, input {
background: var(--forcol);
color: var(--link);
margin-top: 5px;
border: var(--forcol);
border-radius: 3px;
}
/* перенос сообщений из темы */
.pun-modal .container {
width: 100%!important;
position: relative;
border: none!important;
padding-left: 0!important;
padding-right: 0!important;
background: var(--backcol);
}
/* пагинация
-------------------------------------------------------------*/
/* страницы в подфоруме сверху */
.linkst { position: relative;
height: 0;
top: -10px; }
.linkst .pagelink { margin: 20px;}
.postlink.long { width: 300px; }
.linkst .postlink { position: absolute;
top: 0px;
right: 0px;
text-align: right;
font-weight: bolder;
}
/* страницы в подфоруме снизу*/
.linksb { text-align: right;
padding: 0px 5px;
position: relative;
bottom: -10px;}
.linksb .pagelink {
width: 300px;
text-align: left; }
.linksb .postlink {
position: absolute;
right: 200px;
}
/* страницы в теме снизу*/
#pun-viewtopic .linksb {
text-align: right;
padding: 0px 5px;
font-size: 11px;
position: relative;
bottom: -20px;
justify-content: space-between;
display: flex;
}
/* подписаться и отслеживать внутри темы */
.subscribelink {
position: absolute;
right: 0;
}
/* меню модератора */
.modmenu .container { padding: 0px 5px;
text-align: right;
margin: 20px 0px 0px; }
.modmenu strong, .modmenu a {height: 15px; padding-bottom: 10px; }
.modmenu .container strong { float: left; }
.modmenu input { margin-left: 1em; }
/* КНОПКИ И ФОРМЫ ЗАПОЛНЕНИЯ BY BLANCHE. МОЖНО БРАТЬ, НО ОСТАВЛЯЕМ КОПИ*/
/* формы заполнения*/
.punbb select, .punbb option { text-transform: lowercase!important;
line-height: 9px;
padding: 2px 4px 4px;}
.checkbox { width: auto !important;}
.punbb option { background-color: var(--forcol);}
/* КНОПКИ ОТПРАВИТЬ ПОСМОТРЕТЬ
-------------------------------------------------------------*/
input.button, #post fieldset .hashelp div input, button, #pun-admain input {
background: var(--forcol);
color: var(--link);
padding: 10px 15px !important;
cursor: pointer !important;
transition: all .5s ease-in-out !important;
font: var(--h1-font) !important;
letter-spacing: 0.5px;
text-transform: uppercase;
border-radius: 6px;
font-size: 9px !important;
width: auto;
font-weight: 800 !important;
}
/* при наведении */
input.button:hover, #post fieldset .hashelp div input:hover, button:hover {
background: var(--smoke) top;
color: var(--proftext)!important;
}
/* КОДЫ И ЦИТАТЫ
-------------------------------------------------------------*/
/* расположение */
#pun-main table .quote-box, #pun-main table .code-box {margin: 20px 0px;}
/* бокс под цитаты/код итд */
.scrollbox {
width: 100%;
overflow: auto;
max-height: 200px;
}
blockquote {margin:0;}
/* написал и выделить код */
.code-box strong.legend, .post-content .spoiler-box > div, .post-content .spoiler-box > div.visible {
font-size: 12px;
text-align: justify;
margin: 10px 7px 8px 40px;
font-weight: 700;
min-height: 21px;
align-content: center;
flex-wrap: wrap;
/* display: flex; */
border-radius: 5px 0px 0px 5px;
color: #433f36;
}
.code-box strong.legend a {
color: #a1a1a1!important;
text-transform: lowercase !important;
font: var(--h1-font);
font-size: 11px;
display: flex;
flex-wrap: wrap;
align-content: center;
box-sizing: border-box;
padding-left: 20px;
}
.code-box strong.legend a:hover {
color: var(--hovlink)!important;
}
.code-box strong.legend {
width: 300px;
height: 20px;
border: none;
position: relative;
z-index: 0;
padding: 0px;
margin: 0px 0px 0px 70%;
border-radius: 5px 0px 0px 5px;
display: flex;
background: var(--smoke);
}
.quote-box cite {
width: 400px;
min-height: 26px;
background: var(--smoke);
border: none;
position: relative;
z-index: 0;
padding: 3px;
margin: 0px 0px 0px -20px;
border-radius: 0px 0px 5px 0px;
color: #a1a1a1;
text-transform: lowercase !important;
font: var(--h1-font);
font-size: 11px;
display: flex;
flex-wrap: wrap;
align-content: center;
box-sizing: border-box;
padding-left: 20px;
}
.quote-box cite .qc-uname { margin: 0px 3px; }
.quote-box cite .qc-post-link img {
filter: grayscale(1) brightness(.8);
margin-bottom: 1px;
position: relative;
}
.post-content .spoiler-box > div {
margin-bottom: 0px;
text-transform: none;
font: var(--h1-font);
font-weight: 700;
}
/* СПОЙЛЕР BY BLANCHE. МОЖНО БРАТЬ, НО ОСТАВЛЯЕМ КОПИ. ПРОДОЛЖЕНИЕ В НАСТРОЙКАХ */
.post-content .spoiler-box > div:after {
}
.post-content .spoiler-box > div.visible:after { transform: rotate(45deg);}
/* выделить код (скопировать код) */
#pun-main .code-box .scrollbox pre {
font-family: var(--h1-font)!important;}
/* ЦИТАТЫ BY BLANCHE. МОЖНО БРАТЬ, НО ОСТАВЛЯЕМ КОПИ
-------------------------------------------------------------*/
/* цитаты, спойлер, выделить код */
.post-content .quote-box, .post-content .code-box {
margin: 10px;
display: flex;
flex-direction: column;
position: relative;
overflow: hidden;
background: var(--forcol);
border-radius: 0px 10px 10px 0px;
}
.post-content .quote-box { padding: 0px 20px 20px 20px; }
.post-content .spoiler-box { padding: 12px 20px 18px 0px; }
.post-content .quote-box, .post-content .code-box, .pun-modal .modal-inner, #mask_dialog .inner, .editBookmark, #pun-redirect.punbb .info, #pun-report .inner, #pun-reputation .inner, #pun-admin-award-form .inner, #MyBookmarks {
font-size: 11px!important;
font-family: var(--h1-font)!important;
}
.post-content .spoiler-box > div:before {
content: '\f54c';
font-family: 'Font Awesome';
font-size: 20px;
position: absolute;
top: 20px;
left: 26px;
background: var(--smoke);
-webkit-background-clip: text;
background-clip: text;
background-size: contain;
color: transparent;
float: left;
transition: all .6s ease-out;
}
.post-content .spoiler-box > div.visible:before { transform: rotate(10deg); }
/* фон проставления репутации */
.post_reputation {
background: repeat transparent url(https://forumstatic.ru/files/001c/35/64/56373.png);
padding: 20px !important;
}
/* ВЫПАДАЮЩИЕ ОКНА ШРИФТОВ, РАЗМЕРА ТЕКСТА И ТД
-------------------------------------------------------------*/
#color-area, #table-area, #keyboard-area {width:auto}
#keyboard-area {text-align:center; padding-bottom:4px}
#imageup-area {width:170px}
#imageattach-area {width:770px; height:200px; padding:0px !important}
#smilies-area, #video-area, #spoiler-area {width:450px}
#image-area {width:550px}
#color-area * {border:0}
#color-area table {width:320px; height:20px; padding:0; margin:0}
#table-area table {width:auto !important; padding:0; margin:0; border-collapse:collapse}
#table-area div {margin-top:1em; text-align:center}
#table-layout {margin-right:0.5em}
#table-area td {background-color:#fff; width:20px; height:20px; border-width:1px !important; border-style:solid !important; border-color:#dadada !important}
#table-area td.selected {background-color:#c8c8ff}
#color-area td, #table-area td {margin:0; padding:0; line-height:0}
#color-area td img, #table-area td img {width:20px; height:20px; cursor:pointer !important}
#font-area span, #font-area img, #size-area span, #size-area img {display:block; position:relative; }
#font-area span, #font-area img {height:15px}
#size-area span, #size-area img {height:24px}
#font-area span, #size-area span {padding:1px 0}
#addition-area div {height:24px; vertical-align:middle}
#font-area img {width:100%; margin-top:-15px}
#size-area img {width:100%; margin-top:-24px}
#keyboard-span {text-align:center; padding-bottom:10px; width:auto}
#keyboard-span input {font-family:Arial, Helvetica, sans-serif; font-weight:300; font-size:13px; color:#666; background-color:#fff; margin:1px 1px 0 0; border:1px solid #ddd; cursor:pointer; height:25px; min-width:30px}
#imageup-area input {font-size:0.8em}
#imageup-area p {padding:0; margin:0}
#imageup-title {margin-bottom:10px !important}
#imageup-submit {margin-top:10px !important}
/* настройки оформления */
#font-area, .popup_graffiti, #size-area, #image-area, #color-area, #addition-area, #video-area, .inner .popup_graffiti, #table-area, #keyboard-area, #smilies-area, #video-area, #spoiler-area {
padding: 15px 10px 10px 10px !important;
background: var(--backcol);
border-radius: 5px;
color: var(--t-body);
border: var(--bordin);
}
#video-area-msg {
display: none;
}
#size-area {width: 50px;}
/* фон репутации */
.post_reputation {
padding: 15px;
background: var(--backcol);}
#font-area {
height: 190px;
width: 130px;
overflow-y: auto;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
}
#font-area div {
-webkit-flex-basis: 12em;
flex-basis: 12em;
-webkit-flex-grow: 1;
flex-grow: 1;
}
#tags .container { position: absolute;
top: 33px;
z-index: 2;
right: 6px;}
#font-area, #size-area { right: unset !important;}
/* мини аватар на главной
-------------------------------------------------------------*/
.user-avatar {height: 40px;
width: 40px;
float: left;
position: relative;
margin: -3px 10px 0 0;}
.user-avatar .avatar-image {
height: 40px;
width: 40px;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
float: left;
filter: grayscale(1);
opacity: 0.8;
border-radius: 50px;}
.user-avatar .avatar-image span img { filter: grayscale(1)!important;}
.user-avatar .isonline {
width: 8px;
height: 8px;
border-radius: 50%;
display: block;
position: absolute;
top: -4px;
right: 35px;
animation: blinkColor .9s linear infinite;
-moz-animation: blinkColor .9s linear infinite;
-webkit-animation: blinkColor .9s linear infinite;
background: var(--doplink);
z-index: 100;
}
.punbb .user-avatar a {padding:0!important; background:none transparent!important}
.punbb .user-avatar a::after {content:none!important}
.punbb .user-avatar .avatar-image:hover {opacity:1}
@keyframes blinkColor {0% {opacity:1.0} 50% {opacity:.3} 100% {opacity:1.0}}
@-moz-keyframes blinkColor {0% {opacity:1.0} 50% {opacity:.3} 100% {opacity:1.0}}
@-webkit-keyframes blinkColor {0% {opacity:1.0} 50% {opacity:.3} 100% {opacity:1.0}}
#pun-viewforum .user-avatar {float: left;
position: relative;
height: 30px;
width: 30px;
margin: 0px 10px 0px 25px;
}
#pun-viewforum .user-avatar .avatar-image {
border: 2px solid!important;
height: 30px ;
width: 30px !important;
opacity:0.85; background-position:center center; background-size:cover; background-repeat:no-repeat; float:left; filter: grayscale(0.5) brightness(0.8);}
#pun-viewforum .user-avatar .isonline {
width: 5px;
height: 5px;
border-radius: 50%;
display: block;
position: absolute;
top: -1px!important;
right: 27px!important;
animation: blinkColor .9s linear infinite;
-moz-animation: blinkColor .9s linear infinite;
-webkit-animation: blinkColor .9s linear infinite;
background: #606068!important;
z-index: 100;
}
/* СТРАНИЦА ЛИЧНЫХ СООБЩЕНИЙ
-------------------------------------------------------------*/
#pun-messages .post h3 {
margin-left: 200px !important;
width: 580px;
height: 25px;
padding: 7px;
}
#pun-messages .post-author {
margin-left: -70px!important;
margin-top: -5px!important;
border: none;
}
#pun-messages .post-author:after, #pun-messages .post-author:before { content: none!important; }
#pun-messages .post-author ul { }
#pun-messages .pa-author a { text-shadow: none !important;}
#pun-messages .pa-author { text-shadow: none !important;}
#pun-messages .pa-title { }
#pun-messages .pa-posts {}
#pun-messages .post-body {margin-left: 206px!important; }
#pun-messages .post-body .post-content {
width: 104%;
}
#pun-messages .post .container { border: none!important;}
#pun-messages #post-form { margin-top: 0px!important; border: none!important; }
#pun-messages .main table { width: 100%; }
#pun-messages .main table tr {
margin: 0px 0px 10px;
display: flex;
height: 35px;
}
#pun-messages #form-buttons table {
width: 102%;
}
#pun-messages #form-buttons table tr { height: auto; }
#pun-messages #form-buttons td {
margin: 0px;
}
#pun-messages .main table tr .tc2 {
margin: 0px;
align-self: center;
}
#pun-messages .main table tr .tc2 a{
display: flex;
flex-wrap: wrap;
margin-top: 10px;
}
#pun-messages .main table tr .pmtc22 {
width: 28% !important;
}
#pun-viewforum .user-avatar .avatar-image, #pun-messages .user-avatar .avatar-image {
border: 2px solid!important;
height: 30px ;
width: 30px !important;
opacity:0.85; background-position:center center; background-size:cover; background-repeat:no-repeat; float:left; filter: grayscale(0.5); border-radius: 50%;}
#pun-messages .user-avatar .isonline { top: 8px; right: 35px; }
#pun-viewforum .user-avatar .isonline {
width: 5px;
height: 5px;
border-radius: 50%;
display: block;
position: absolute;
top: -1px!important;
right: 27px!important;
animation: blinkColor .9s linear infinite;
-moz-animation: blinkColor .9s linear infinite;
-webkit-animation: blinkColor .9s linear infinite;
background: var(--hovlink);
z-index: 100;
}
/* ПРОКРУТКА, ВЫДЕЛЕНИЕ, ВВЕРХ-ВНИЗ, БЕГУНОК УВЕЛИЧЕНИЯ ТЕКСТА
-------------------------------------------------------------*/
/* выделенный текст */
::selection { background: #21201f;
color: #464646;}
/* ширина прокрутки */
::-webkit-scrollbar {
width: 2px;
height: 2px;}
/* движущаяся часть прокрутки */
::-webkit-scrollbar-thumb {
background-color: #464646;
}
.blockcode .scrollbox::-webkit-scrollbar-thumb, #main-reply::-webkit-scrollbar-thumb, #tags .container::-webkit-scrollbar-thumb, #imageQueue::-webkit-scrollbar-thumb, #uploaded-images::-webkit-scrollbar-thumb, #mask_dialog .hv-form-block::-webkit-scrollbar-thumb, .punbb #mask_dialog .hv-preview-block::-webkit-scrollbar-thumb, .hv-masks-storage::-webkit-scrollbar-thumb, #form-login #List-UserNames ul::-webkit-scrollbar-thumb, .pun-modal .container::-webkit-scrollbar-thumb, .unread-notifications #notifications-wrap::-webkit-scrollbar-thumb, #history_selected_version textarea::-webkit-scrollbar-thumb, .adinput textarea::-webkit-scrollbar-thumb, #post #wrapper div::-webkit-scrollbar-thumb, #post #wrapperBottom div::-webkit-scrollbar-thumb, .hvStickerPackModalContent::-webkit-scrollbar-thumb {
background-color: #00000012;
}
/* подложка прокрутки */
::-webkit-scrollbar-track {
background-color: #21201f;
}
.blockcode .scrollbox::-webkit-scrollbar-track, #main-reply::-webkit-scrollbar-track, #tags .container::-webkit-scrollbar-track, #imageQueue::-webkit-scrollbar-track, #uploaded-images::-webkit-scrollbar-track, #mask_dialog .hv-form-block::-webkit-scrollbar-track, .punbb #mask_dialog .hv-preview-block::-webkit-scrollbar-track, .hv-masks-storage::-webkit-scrollbar-track, #form-login #List-UserNames ul::-webkit-scrollbar-track, .pun-modal .container::-webkit-scrollbar-track, .unread-notifications #notifications-wrap::-webkit-scrollbar-track, #history_selected_version textarea::-webkit-scrollbar-track, .adinput textarea::-webkit-scrollbar-track, #post #wrapper div::-webkit-scrollbar-track, #post #wrapperBottom div::-webkit-scrollbar-track, .hvStickerPackModalContent::-webkit-scrollbar-track, .Select_Topics tbody::-webkit-scrollbar-track {
background-color: #00000012;
}
.blockcode { padding: 0 20px; }
/* ПРОФИЛЬ ПРИ НАСТРОЙКЕ + ЛИЧНЫЕ СООБЩЕНИЯ
-------------------------------------------------------------*/
#profilenav h2 { }
/* контейнер */
#profile .container { padding-left: 200px; }
/* навигация */
#profilenav { float: left; width: 200px; margin-left: -200px; }
/* отступы между строк в меню*/
#profilenav li { padding-bottom: 10px; font-weight: normal; }
/* отступ в управлении */
#setmods dl {padding: 0 0 0 110px; }
#setmods dt { float: left;
width: 150px;
margin-left: -190px;
padding: 10px;
font-weight: bold;
display: inline;
}
#setmods dd { display: block; padding: 10px; font-weight: normal; }
/*настройки списка */
#profilenav ul { padding: 0px; }
/* заголовки в настройках профиля (у меня отключены) */
#viewprofile h2, #profilenav h2 { text-align: left;
margin: 0px!important;}
#viewprofile h2 span, #profilenav h2 span { font-size: 11px;
text-align: center; }
/* ПРОФИЛЬ в ПРЕДПРОСМОТРЕ
-------------------------------------------------------------*/
#viewprofile ul { padding: 0px 25px; }
#viewprofile li { }
#viewprofile li span {float: left;
width: 150px;
padding: 5px 10px;
font-weight: bold; }
#viewprofile li strong, #viewprofile li div { display: block; padding: 7px 10px; font-weight: normal; }
#profile-left { width: 25%; padding-top:0 !important;}
#profile-right {width: 75%}
#profile-name strong {font-size:14px}
#profile-left strong {font-weight:bold!important;}
#profile-signature {padding:10px;}
#viewprofile #pa-fld1 strong, #pa-fld2 strong {
width: 60%;
margin-left: 150px;
}
#viewprofile #pa-fld1 strong #pl2 { text-align: left; }
#viewprofile #pa-fld1 {
margin-bottom: 15px;
}
/* рейтинг поста */
div.post-rating p {float:right !important; border:0 !important; padding:3px !important}
div.post-vote p {float:right !important; border:0 !important; padding:3px 13px !important; margin-right:5px !important; position: relative;}
div.post-vote p .negative {margin-left:13px;}
div.post-rating a, div.post-vote a {
font-size: 12px !important;
text-decoration: none !important;
letter-spacing: -2px !important;
color: transparent !important;
font-family: verdana;
}
div.post-rating a {
cursor: pointer !important;
margin-right: 20px!important;
position: relative;
top: 20px;
padding-right: 2px;
z-index: 1;
font-weight: 300;
color: #d5d1c8!important;
}
div.post-rating a:before {
content: "\f0c2";
font: 25px Font Awesome;
position: absolute;
z-index: -1;
left: 50%;
transform: translateX(-50%);
top: 2px;
color: #636363;
opacity: .3;
transition: all .4s ease-in-out;
}
div.post-rating a:hover:before {
transform: scale(1.1) translateX(-45%);
}
div.post-vote a {
color: transparent !important;
position: absolute;
right: -35px;
top: 55px;
height: 20px;
width: 12px;
}
div.post-vote a:hover { color: transparent!important; }
div.post-vote a:before {
position: absolute;
content: "\f043";
font: 13px Font Awesome;
color: #636363;
opacity: .25;
transition: all .4s ease-in-out;
}
div.post-vote a:hover:before {
opacity: .7;
}
@media screen and (min-height: 1100px) {
body { -webkit-text-size-adjust: none; }
body a { -webkit-text-size-adjust: none; font-weight: 500; }
#pun-index .tclcon { -webkit-text-size-adjust: none;}
#pun-stats .container { -webkit-text-size-adjust: none;}
#pun-viewforum #pun-main, #pun-viewforum #pun-main .forum a { -webkit-text-size-adjust: none;}
#pun-searchtopics #pun-main, #pun-searchtopics #pun-main .forum a { -webkit-text-size-adjust: none;}
.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, #pun-index .tclcon h3 a, .Tems_And_messages, .pa-posts, .pa-respect, .pa-fld3, .pa-fld5, #pun-crumbs1 .container, #pun-crumbs2 .container, .plashka {
transition: color 0.3s ease-in-out;
font-weight: 500;
}
}