тут
тестик каких-то конфеток
Сообщений 1 страница 8 из 8
Поделиться22025-11-05 18:55:50
<!-- Смена стиля v1.0 © max, the murderer! -->
<ul id="theme_switcher"></ul>
<script type="text/javascript">
// Задаём темы
var array = [
{ class: 'light',
title: 'Светлая тема' },
{ class: 'dark',
title: 'Темная тема' } // Последняя тема без запятой
];
// Задаём радио
var switchers = '';
$.each(array, function(index, value) {
switchers += '<li title="'+value.title+'"><span class="radio"><input type="radio" name="switcher" id="'+value.class+'" value="'+value.class+'"><label for="'+value.class+'">'+value.title+'</label></span></li>';
});
$('#theme_switcher').append(switchers);
// Отслеживаем нажатие на радио
$('#theme_switcher input').on('click', function () {
// Получаем значение нажатого радио
var selectedTheme = $(this).val();
// Очищаем html от предыдущих тем и устанавливаем новую в моменте
$('html').removeClass().addClass(selectedTheme);
// Запоминаем
localStorage.setItem('selectedTheme', selectedTheme);
});
// Проверяем выбирались ли ранее темы
if (localStorage.getItem('selectedTheme') !== null) {
// Получаем выбранную тему
var currentTheme = localStorage.getItem('selectedTheme');
// Устанавливаем выбранную тему
$('html').addClass(currentTheme);
// Включаем радио выбранной темы
$('#theme_switcher input[value="' + currentTheme + '"').prop('checked', true);
}
// Если не выбирались
else {
// Добавляем дефолтную тему
$('html').addClass('night');
// Включаем радио дефолтной темы
$('#theme_switcher input[value="night"]').prop('checked', true);
};
</script>
<!---------------------------- основной шрифт ---------------------------->
<style>
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Raleway:ital,wght@0,100..900;1,100..900&family=Yeseva+One&display=swap');
@import url('https://forumstatic.ru/files/001c/35/64/31260.otf');
</style>
<!---------------------------- конец основного шрифта ---------------------------->
<!-- ----------------------смена аватара в топике © Deff, Alex_63------------------------>
<link rel="stylesheet" type="text/css" href="https://forumstatic.ru/files/0015/c4/3f/67168.css" />
<script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/67169.js"></script>
<!-- ----------------------конец смены аватара в топике © Deff, Alex_63------------------------>
<!---------------------------------// Быстроплюсы v.2 РЕНО by Deff //------------------------>
<script type="text/javascript" src="https://forumstatic.ru/files/0012/d8/04/58219.js" addComment="1"></script>
<!---------------------------------// конец быстроплюсы v.2 РЕНО by Deff //------------------------>
<!—----------------- HTML в постах с допуском по группам © Alex_63 ----------------—>
<script type="text/javascript" src="http://forumstatic.ru/files/0015/c4/3f/52361.js"></script>
<script type="text/javascript">
HTMLinPost.groups = [1,2,3,4,5,6,7,8]; // Группы, допущенные к вставке HTML в посты
HTMLinPost.parseHTMLinPosts()
</script>
<!—----------------- конец HTML в постах с допуском по группам © Alex_63 ----------------—>
<!------------------- Выделение кода в блоке "Код" // © Damassk, версия 2019г. --------------------->
<script type="text/javascript" src="http://forumstatic.ru/files/0016/4a/bf/98029.js"></script>
<script>eval(select_text.toString().replace(/\}$/,'try{document.execCommand("copy")}catch(e){}}'))</script>
<script type="text/javascript">select_text.linkText = 'украсть кусочек' //текст ссылки</script>
<!------------------------------- конец выделения кода ------------------------------------>Поделиться32025-11-05 18:56:00
<!-------------------------- копирайт -------------------------->
<a class="cop" href="https://imagiart.ru/viewtopic.php?id=19438#p1326422">mrazeus + rae rae</a>
<!-------------------------- Универсальный скрипт замены © Alex_63 ------------------------------------>
<script>
function Change(sc,ch,st){$(sc).parent().each(function(){$(this).html($(this).html().replace(ch,st));});}
Change('#pun-stats li.item1','Всего тем','Тем открыто');
Change('#pun-stats li.item2','Всего сообщений','Сообщений написано');
Change('#pun-stats li.item3','Зарегистрированных пользователей','Пользователей');
Change('#pun-stats li.item4','Последним зарегистрировался','Последним заглянул');
Change('#pun-stats .onlinelist div > a','Активны','Пишут сказки:');
Change('#pun-stats .users_24h div > a','Посетили за сутки','Писали сказки:');
Change('li#navindex','Форум','Форум');
Change('li#navuserlist','Участники','Соигроки');
Change('li#navsearch','Поиск','Поиск');
Change('li#navprofile','Профиль','Зеркало');
Change('li#navpm','Сообщения','Почта');
Change('li#navadmin','Администрирование','АМС');
Change('li#navlogout','Выход','Уйти');
Change('li#navlogin','Вход','Войти');
Change('li#navregister','Регистрация','Регистрация');
</script>
<!------------------------- Мгновенный предпросмотр сообщения © Alex_63 ---------------------------->
<script type="text/javascript">
var PPREV = {};
PPREV.position = 0; //Положение окна Предпросмотра: 0 - над полем ввода, 1 - под полем ввода, 2 - справа
PPREV.quote_cite = 'написал(а):'; //Надпись в окне цитаты
</script>
<script type="text/javascript" src="http://forumstatic.ru/files/0015/c4/3f/10524.js"></script>
<!-- Кнопка отключения мгновенного предпросмотра -->
<style>#togglePreview{}</style>
<script type="text/javascript">(function (){
var a='Включить быстрый предпросмотр';
var b='Отключить быстрый предпросмотр';
var d='_PreviewToggle';
setCookiePPrev=function(a,b,c){if(c){var d=new Date();d.setTime(d.getTime()+c);}if(a && b)document.cookie=a+'='+b+(c ? '; expires='+d.toUTCString() : '');else return false;}
getCookiePPrev=function(a){var b=new RegExp(a+'=([^;]){1,}');var c=b.exec(document.cookie);if(c)c=c[0].split('=');else return false;return c[1] ? c[1] : false;}
$('<small id="togglePreview"><input type="button" class="button" value="'+ b +'" onclick="togglePreview(this)"/></small>').insertAfter('#post fieldset:last legend');
var x = ParseContent;
window.togglePreview = function(sel){//alert(sel.value);
if(sel.value==a){sel.value=b;setCookiePPrev(d,'0',-1000);ParseContent=x;ParseContent();$('#post-preview').show(); return}
if(sel.value==b){sel.value=a;setCookiePPrev(d,'OFF',30*3600*24*30*1000);if($('#pun-viewtopic').length){$('#post-preview').hide()}ParseContent=function(){return};return}
}; if(getCookiePPrev(d)=='OFF'){$('#togglePreview>.button').click()};
}())
</script>
<!------------------------- конец предпросмотра сообщения © Alex_63 ---------------------------->
<!-----------------------тег абзаца со своими отступами ------------------------->
<style>#button-indent {background:url(http://s7.uploads.ru/t/mnkgq.png)no-repeat center 6px!important;}</style>
<!--ТЕГ абзаца - [indent=X,Y] --><script type="text/javascript">
(function(){var c="[indent",h,e='<span style="display:inline-block;margin:YYem XXem;"></span>';
$("#button-strike").after('<td id="button-indent" title="Отступы"><img src="/i/blank.gif" onclick="smile(\''+c+'=2,1]\')\"></td>');
function a(b,d){if(!d){return e.replace("XX","2").replace("YY","1")} /*удвоенные Отступы слево и сверху по умолчанию*/
else{return d.replace(/=(\d+(?:\.\d+)?)((?:,\d+(?:\.\d+)?)?)$/,function(f,i,g){h=e.replace("XX",i);v=g.substr(1);return h.replace("YY",(v?v:"0"));
})}}$('.post-content p:contains("'+c+'")').each(function(){$(this).html($(this).html().replace(/\[indent([=\d\.,]*?)\]/gm,a))})}());
</script>
<!-----------------------конец тега абзаца со своими отступами ------------------------->
<!--------------------- регулировка размера шрифта в постах © Alex_63 --------------------->
<script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/31001.js"></script>
<!--------------------- конец регулировки размера шрифта в постах © Alex_63 --------------------->
<!--------------------------- тултип ---------------------------------->
<script>
jQuery.fn.quicktip = function(options) {
// Значения по умолчанию
var defaults = {
speed: 500,
xOffset: 0,
yOffset: -360
};
// Объединяем переданные опции с дефолтными
var settings = $.extend({}, defaults, options);
// Для каждого элемента, к которому применяется плагин
return this.each(function() {
var $this = jQuery(this);
// Сохраняем title в data-атрибут, чтобы восстановить его позже
var tipTitle = $this.attr('title') || $this.attr('original-title') || 'Quick tip';
$this.data('title', tipTitle).removeAttr('title'); // Удаляем атрибут title
// Обработка событий наведения мыши
$this.hover(function(e) {
$this.css('cursor', 'pointer');
$("body").append("<div id='tooltip'>" + tipTitle + "</div>");
$("#tooltip")
.css("top", (e.pageY + settings.yOffset) + "px")
.css("left", (e.pageX + settings.xOffset) + "px")
.fadeIn(settings.speed);
}, function() {
// Удаляем подсказку при уходе мыши
$("#tooltip").remove();
});
// Обновляем позицию подсказки при движении мыши
$this.mousemove(function(e) {
$("#tooltip")
.css("top", (e.pageY + settings.yOffset) + "px")
.css("left", (e.pageX + settings.xOffset) + "px");
});
});
};
</script>
<script>
$(function(){
$('*[title]').quicktip({
speed:300, //Скорость появления подсказки
fade: true
});
});
</script>
<script>
$('.pa-online, .postlink:not(.postlink.long), .subscribelink, .postlink .new-poll, .postlink .new-topic, #pun-viewforum .modmenu strong a, #profile .container li.view a').each(function(){
$(this).attr('title',$(this).text());
});
// Подсказка для кнопки с #togglePreview .button
$('#togglePreview .button').each(function() {
// Получим значение атрибута value и установим его в title
var value = $(this).val(); // Получаем значение value
$(this).attr('title', value); // Устанавливаем это значение как title
});
</script>
<!------------------------------------------ конец тултипа --------------------------------------->
<!-------------------------- вверх-вниз -------------------------->
<div class="go-up" id='ToTop'>«</div>
<div class="go-down" id='OnBottom'>»</div>
<!--кнопки вверх вниз-->
<script type="text/javascript">
$(function(){
if ($(window).scrollTop()>="250") $("#ToTop").fadeIn("slow")
$(window).scroll(function(){
if ($(window).scrollTop()<="250") $("#ToTop").fadeOut("slow")
else $("#ToTop").fadeIn("slow")
});
if ($(window).scrollTop()<=$(document).height()-"999") $("#OnBottom").fadeIn("slow")
$(window).scroll(function(){
if ($(window).scrollTop()>=$(document).height()-"999") $("#OnBottom").fadeOut("slow")
else $("#OnBottom").fadeIn("slow")
});
$("#ToTop").click(function(){$("html,body").animate({scrollTop:0},"slow")})
$("#OnBottom").click(function(){$("html,body").animate({scrollTop:$(document).height()},"slow")})
});
</script>
<!-------------------------- конец вверх-вниз'а -------------------------->
<!------------------- маска профиля ------------------------------->
<script src="https://forumstatic.ru/files/0019/47/79/27999.js?v=1"></script>
<script>
hvScriptSet.addMask({
forumAccessExtended: {
'названия подфорума': ['Принятые']
},
changeList: {
'pafld1': {
title: 'личное звание',
description: '',
tag: 'lztext',
class: 'pa-fld1',
defaultCode: '<a href="ССЫЛКА НА АНКЕТУ" target="_blank">ИМЯ, 00</a> <ps>какая-нибудь красивая цитата и можно <a href="ССЫЛКУ" target="_blank">на зазнобу</a></ps>',
type: 'html'
}
},
userFields: ['pa-author', 'pa-title', 'pa-avatar', 'pa-fld1', 'pa-posts', 'pa-respect', 'pa-ip', 'pa-online', 'pa-awards']
});
</script>
<!------------------- конец маски профиля ------------------------------->
<!---------------------------- бургерное меню для адаптива ---------------------------->
<script>// Добавляем кнопку "бургерное меню"
window.addEventListener('load', function() {
var menu = document.querySelector('#pun-ulinks .container');
if (menu) {
// Создаем кнопку
var burgerButton = document.createElement('button');
burgerButton.className = 'burger-menu';
burgerButton.innerHTML = '☰';
burgerButton.onclick = function() {
menu.classList.toggle('active');
};
// Вставляем кнопку перед списком ссылок
var section = document.querySelector('#pun-ulinks');
section.insertBefore(burgerButton, section.firstChild);
}
});</script>
<!---------------------------- конец бургерного меню для адаптива ---------------------------->Поделиться42025-11-05 18:56:17
<!-------------------------- счетчик символов -------------------------->
<script>var a,L,epl=$("#main-reply"),str='<small id="plng">букв написано: <b>00</b> </small>';epl.parents("fieldset").find("#form-buttons").prepend(str);function epl3(){a=epl.val().length;if(a>9){L=''}else{L='0'};$("#plng b").text(L+a)};epl3();$(".pl-quote").click(function (){setTimeout('epl3()',100)});epl.bind('mouseout mousemove keydown keypress keyup',function(e){epl3()});</script>
<!-------------------------- конец счетчика символов -------------------------->
<!---------------------------------- Font Awesome в форме ответа (с) ForumD.ru ---------------------->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.1/css/all.css">
<style>
#form-buttons tr {
display: flex;
justify-content: space-evenly;
width: auto;
text-align: center;
margin: 0px 41px 0px 6px;
padding: 3px 0px;
box-shadow: var(--br-n-shadow);
background: var(--forcol);
}
#form-buttons td img {position: absolute; z-index: 100; left: 0; top: 0;}
#form-buttons td {
background-image: none !important;
display: inline-block;
position: relative;
width: 20px; /* ширина кнопки */
height: 20px; /* высота кнопки */
margin: 0; /* отступы кнопок друг от друга */
border-radius: 5px; /* закругление кнопок */
}
#form-buttons td .fab,
#form-buttons td .fas,
#form-buttons td .far,
#form-buttons td .fal,
#form-buttons td .fad {
font-size: 12px; /* размер иконок */
padding: 4px 4px; /* отступ от иконки до кнопки */
color: var(--t-body);
transition: all .2s ease-in-out;
}
#form-buttons td:hover {} /* изменение цвета кнопки при наведении курсора */
#form-buttons td:hover .fab,
#form-buttons td:hover .fas,
#form-buttons td:hover .far,
#form-buttons td:hover .fal,
#form-buttons td:hover .fad {
color: var(--hovlink);} /* изменение цвета иконки при наведении курсора */
</style>
<script type="text/javascript">
$(document).ready(function(){
$("#button-font").append('<i class="fas fa-font"></i>');
$("#button-transL").append('<i class="fas fa-solid fa-globe"></i>');
$("#button-size").append('<i class="fas fa-sort-amount-up-alt"></i>');
$("#button-bold").append('<i class="fas fa-bold"></i>');
$("#button-italic").append('<i class="fas fa-italic"></i>');
$("#button-underline").append('<i class="fas fa-underline"></i>');
$("#button-strike").append('<i class="fas fa-strikethrough"></i>');
$("#button-left").append('<i class="fas fa-align-left"></i>');
$("#button-center").append('<i class="fas fa-align-center"></i>');
$("#button-right").append('<i class="fas fa-align-right"></i>');
$("#button-link").append('<i class="fas fa-link"></i>');
$("#button-spoiler").append('<i class="fas fa-cut"></i>');
$("#button-image").append('<i class="fas fa-image"></i>');
$("#button-img").append('<i class="fas fa-images"></i>');
$("#button-video").append('<i class="fas fa-play-circle"></i>');
$("#button-hide").append('<i class="fas fa-lock"></i>');
$("#button-quote").append('<i class="fas fa-quote-right"></i>');
$("#button-code").append('<i class="fas fa-code"></i>');
$("#button-color").append('<i class="fas fa-palette"></i>');
$("#button-table").append('<i class="fas fa-table"></i>');
$("#button-smile").append('<i class="far fa-grin"></i>');
$("#button-keyboard").append('<i class="fas fa-keyboard"></i>');
$("#button-addition").append('<i class="fas fa-plus-circle"></i>');
$("#button-mask").append('<i class="fas fa-solid fa-mask"></i>');
$("#button-dice").append('<i class=" fas fa-solid fa-dice"></i>');
$("#button-indent").append('<i class="fas fa-solid fa-indent"></i>');
});
</script>
<!------------------------------- Конец шрифта в форме ответа ------------------------------------------>
<!--------------------Переключение раскладки выделенного текста ---------------->
<script type="text/javascript">S='<img src="http://forum.mybb.ru/i/blank.gif" title="Lat- Русс" onclick="bbcode(\'[Lat-Rus]\',\'[/Rus-Lat]\');LatRus();"/>';
$("#button-font").after('<td id=button-transL>'+S+'</td>');var TxtTrans1='lat';
function LatRus(){if(TxtTrans1=='lat'){TxtTrans1='rus'}else{TxtTrans1='lat'};
lat0='qwertyuiopasdfghjkl;\'zxcvbnm\,QWERTYUIOP{}ASDFGHJKL:"ZXCVBNM<>`~[].'.split('');
lat='qwertyuiopasdfghjkl;\'zxcvbnm\,QWERTYUIOP{}ASDFGHJKL:"ZXCVBNM<>`~'.split('');
lat.push('\\[');lat.push('\\]');lat.push('\\.');
rus=('йцукенгшщзфывапролджэячсмитьбЙЦУКЕНГШЩЗХЪФЫВАПРОЛДЖЭЯЧСМИТЬБЮёЁхъю').split('');
function transF(p){ar1=lat;ar2=rus;if(TxtTrans1=='lat'){ar2=lat0;ar1=rus}for(var i=0; i<ar1.length; i++){trans='/'+ar1[i]+'/g';p=p.replace(eval(trans), ar2[i])}return p;}L=$('#main-reply').val();L=L.replace(/\[Lat-Rus\]([\s\S]*)\[\/Rus-Lat\]/mg,function(a,b,c){return transF(b);});$('#main-reply').val(L);}
</script>
<!------------------------------- Конец ------------------------------------------>
<!---------------Переключение регистра выделенного текста ---------------------->
<style>#button-ChangeСase{background:url(//forumstatic.ru/files/0013/44/56/93417.png);background-size:16px auto;:}</style>
<script type="text/javascript">(function(){var S='<img src="https://forum.mybb.ru/i/blank.gif" title="Смена регистра" \
onclick="bbcode(\'[Upper-Lower]\',\'[/Upper-Lower]\');UpperLower();"/>';
$("#button-font").after('<td id=button-ChangeСase>'+S+'</td>');var ChangeСase='upper';
UpperLower=function (){if(ChangeСase=='upper'){ChangeСase='lower'}else{ChangeСase='upper'};
function transF(p){if(ChangeСase=='upper')return p.toLowerCase();else ;return p.toUpperCase();}
var L=$('#main-reply').val();L=L.replace(/\[Upper-Lower\]([\s\S]*)\[\/Upper-Lower\]/mg,
function(a,b,c){return transF(b);});$('#main-reply').val(L);}}());
</script>
<!---------------конец переключение регистра выделенного текста ---------------------->
<!-------------------------- кнопка img в форме ответа -------------------------->
<script>
var oldIMG="<td id=\"button-img\" title=\"Изображение\"><img onclick=\"bbcode('[img]','[/img]')\" src=\"/i/blank.gif\"/><b><p style=\"z-index: 20; position: absolute;margin: 4px 0 0 18px; font-size: 0px;;\">2</p></b></td>"
$("#button-image").after(oldIMG);
</script>
<!-------------------------- конец кнопки img в форме ответа -------------------------->
<!-----------------------------------доп. смайлы ----------------------------------------------->
<script src="https://forumstatic.ru/files/0017/95/29/40399.js"></script>
<script>
$(document).ready(function() {
hvStickerPack.init("https://forumstatic.ru/files/0019/47/79/53503.txt?v=8");
});
</script>
<style> #button-sticker:before {
content: "\f587";
font-family: 'FONT AWESOME';
line-height: 22px;
font-weight: bolder;
font-size: 14px;
color: var(--t-body);
}
</style>
<!-----------------------------------конец доп. смайлы ----------------------------------------------->
<!---------------------------------------------Кубики---------------------------------------------------->
<script type="text/javascript">
if(form=document.getElementById("form-buttons"))
{
var buttonCell = form.getElementsByTagName("tr")[0].insertCell(20);
buttonCell.id = "button-dice";
buttonCell.title = "Кубики";
buttonCell.innerHTML='<img onclick="dice();" src="/i/blank.gif">';
}
</script>
<script type="text/javascript">
function dice()
{
var FoundErrors = '';
var diceRes=""
var CountCube = prompt("Количество кубиков", "3");
var SideCube = prompt("Сколько граней у кубика?", "6");
if(CountCube>20){
alert("Нельзя бросать столько кубиков");
return false;}
if(SideCube>20){
alert("Не бывает таких кубиков");
return false;}
if (!CountCube)
{return false;}
if (!SideCube)
{return false;}
for(i=0; i<CountCube;i++){
var dice = (Math.round(Math.random()*SideCube))
if(dice==0) dice=1;
diceRes += dice*1936+"-"
}
smile('[dice='+diceRes+CountCube+SideCube+']')
}
</script>
<script>
function addDice(str,from,internal){
var pos=0,pos2=0,newpos=0
if((pos=str.indexOf("[dice=",from))==-1) return str;
if((pos2=str.indexOf("]"),pos+6)==-1) return str;
newpos=str.indexOf("]",pos+6)
if(newpos<pos2 && newpos!=-1) str=addDice(str,pos+6,true)
if((pos2=str.indexOf("]",pos+6))==-1) return str;
str=str.substring(0,pos)+makeDice(str.substring(pos+6,pos2))+str.substring(pos2+1,str.length)
if( str.indexOf("[dice=")!=-1 && internal==false) str=addDice(str,0,false)
return str}
function makeDice(dice){
diceMass = dice.split("-")
diceC = dice.substring(dice.length-2, dice.length-1)
diceS = dice.substring(dice.length-1, dice.length)
var diceR=0, diceRu="";
for(i=0;i<diceMass.length-1;i++){diceR+=diceMass[i]/1936;}
for(i=0;i<diceMass.length-1;i++){if(diceMass[i]==diceMass[diceMass.length-2]){diceRu+=diceMass[i]/1936;}else{diceRu+=parseInt(diceMass[i]/1936)+"+";}}
txt="<div class=\"quote-box\"><blockquote><p><b>Исходный бросок</b>: "+diceC+"d"+diceS+"<br /><br /><b>Результаты броска</b>: ("+diceRu+")="+diceR+"</p></blockquote></div>"
return txt}
if(document.URL.indexOf("viewtopic.php")!=-1){
elm=document.getElementById("pun-main").getElementsByTagName("div")
for(x in elm) if(elm[x].className=="post-content"){
var post=elm[x]
post.innerHTML=addDice(post.innerHTML,0,false)}}
</script>
<!-------------------------------Конец кубиков------------------------------------------------------->Поделиться52025-11-05 18:57:16
@import url(style_cs.css);
/* ПОДГРУЗКА ШРИФТОВ
-------------------------------------------------------------*/
@font-face {font-family: 'Font Awesome';
src: url('//forumstatic.ru/files/001a/da/7d/83987.ttf');}
@font-face {font-family: Lighthaus;
src: url('https://forumstatic.ru/files/001c/30/dc/89606.otf');}
/* ROOT
-------------------------------------------------------------*/
:root {
--h2-font: 'Lighthaus'; /* шрифт с засечками */
--body-font: 'Mulish'; /* шрифт основного текста */
--forcol: rgb(0 0 0 / 5%); /* цвет подложки цитат */
--forcol-border: solid 1px #0000001f; /* обертка подложки цитат */
--link: #393532; /* цвет основных ссылок */
--hovlink: #874F41; /* цвет основных ссылок при наведении */
--headlink: #874F41;
--doplink: #CF8F7F; /* цвет дополнительных ссылок */
--t-body: #46433E; /*цвет основного текста */
--doptext: #c7c7c7; /*цвет дополнительного текста */
--bordin: 1px solid #a09c96; /*цвет рамок */
--proftext: #D7D2CA; /*цвет текста в профиле */
--br-n-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
--back: url(https://forumstatic.ru/files/001c/30/dc/15129.png);
--blur: blur(10px);
--modal: #ccc7c0; /*цвет модальных окон*/
}
:root.dark {
--forcol: #3B3934;
--t-body: #DED9D1;
--hovlink: #CF8F7F;
--modal: #4f4d46; /*цвет модальных окон*/
}
/* ОСНОВНЫЕ ШРИФТЫ ФОРУМА
-------------------------------------------------------------*/
/* основной шрифт текста форума */
body { font-family: 'Mulish'; font-size: 12px; font-weight: 400; min-width: 1115px;}
h1, h2 { font-family: 'Mulish'; font-size: 12px; color: #464646; font-weight: 600;}
/* шрифты поля ввода*/
textarea, input, select, optgroup { font: 11px Verdana;}
/*шрифт в поле кода */
.punbb pre { }
/* ЦВЕТ ТЕКСТА БОЛЬШИНСТВА ЭЛЕМЕНТОВ НА ФОРУМЕ
-------------------------------------------------------------*/
.section .container, .post-body, .post-links, .punbb td.tc2, .punbb td.tc3, .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd, .info-box, #pun-main .info-box .legend, .main .container, .post .container, .post h3, .punbb-admin #pun-admain .adcontainer, #pun-title, #pun-title .container, .modmenu .container, .punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span, .post h3 span, .punbb th, #viewprofile li, #setmods dl {
color: var(--t-body);
}
/* ЦВЕТ ТЕКСТА ПОСТОВ
-------------------------------------------------------------*/
.post-box a {
color: var(--hovlink) !important;
font-weight: 600;
}
.post-box a:hover { color: var(--hovlinkt)!important; }
.post-box .code-box a{
color: #433f36!important;
}
.post-box .post-rating { }
.post-box .post-rating a,
.post-box .post-rating a:hover {
color: #f2eee7 !important;
}
.post-box .code-box a:hover,
.code-box a:hover {
color: #340705 !important;
}
del { background-color: transparent!important; }
/* ЦВЕТ ДЕЖУРНОГО ТЕКСТА (тему просматривают, страницы и т.д.)
-------------------------------------------------------------*/
.linkst .pagelink, .linksb .postlink, .linkst .postlink, .punbb .post-links ul, .punbb .modmenu .container, .punbb .modmenu .container, .subscribelink, .punbb fieldset legend span, .punbb .linksb {
text-transform: lowercase;
color: var(--t-body);
font: var(--body-font);
}
/* ЦВЕТ ССЫЛОК НА ФОРУМЕ
-------------------------------------------------------------*/
.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 {
text-decoration: none;
transition: all 0.3s ease-in-out;
box-shadow: none;
color: var(--t-body);
font-weight: 600;
cursor: pointer;
}
/* ЦВЕТ ССЫЛОК НА ФОРУМЕ ПРИ НАВЕДЕНИИ
-------------------------------------------------------------*/
.punbb a:hover, .punbb a:focus, .punbb a:active, .punbb-admin #pun-admain .nodefault, .punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active {
color: var(--hovlink);
}
/* ТАБЛИЦЫ
-------------------------------------------------------------*/
/* стили таблиц */
.main table { table-layout: fixed; width: 100%; }
.main .category table {
display: flex;
justify-content: center;
}
.main .category table thead {
display: none;
}
#pun-viewforum .main table tr {
margin: 0px 0px 6px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#pun-viewforum .hasicon {
display: flex;
flex-direction: column;
gap: 6px;
box-sizing: border-box;
padding-left: 16px;
margin-bottom: 15px;
}
#pun-searchtopics .main table tr {
margin: 0px 0px 10px 40px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#pun-searchposts .post h3 span { }
#pun-searchposts .FNTslider { display: none; }
#pun-searchtopics .main table .tcr { width: 32%; margin-top: -10px; text-align: center; }
#pun-searchtopics .main table .tcr .user-avatar .isonline { display: none!important; }
.modmenu {
width: 1000px;
margin: 0 auto;
}
#topic-modmenu .container span,
#pun-viewforum .modmenu .container span,
#pun-searchtopics .modmenu .container span { display: none; }
#topic-users-in .container { font-size: 0!important; display: flex; flex-wrap: wrap; gap: 0px 4px; }
#topic-users-in .container a { font-size: 11px!important; padding-bottom: 2px; }
#topic-users-in .container span { width: 130px; position: relative; }
#topic-users-in .container span:after {
content: "подглядывают в кустах:";
position: absolute;
font-size: 11px!important;
width: 140px;
}
.closedatafield, .isticky .stickytext { display: none; }
#pun-userlist .main table {
margin-top: 30px;
padding: 0px 10px;
}
#pun-userlist .main table tr {
margin: 0px 0px 12px;
display: flex;
justify-content: space-between;
align-items: center;
}
#pun-userlist .main table .tc3 { width: 10%; }
#pun-userlist .linkst {
display: none;
}
#pun-messages .main table tr {
margin: 0px 0px 10px;
display: flex;
height: 35px;
}
#plng {
padding: 8px 10px 6px;
background: var(--forcol);
font-weight: 700 !important;
border-radius: 10px 0 0 0;
color: var(--t-body);
text-transform: uppercase;
font-size: 8px;
box-shadow: var(--br-n-shadow);
width: 130px;
height: 12px;
text-align: center;
margin: 0px 0 0px;
}
#form-buttons { position: relative; display: flex; }
#pun-edit #form-buttons small { top: -34px!important; }
#togglePreview {
position: absolute;
z-index: 3;
right: 27px!important;
}
#togglePreview input.button {
width: 28px;
height: 26px;
border-radius: 0 10px 0 0;
font-size: 0 !important;
margin: 0 !important;
}
#togglePreview:after {
content: '\f303';
position: absolute;
font-family: 'Font Awesome';
font-size: 14px;
color: var(--t-body);
transition: opacity .3s ease-in-out;
pointer-events: none;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
#togglePreview:hover:after { color: var(--hovlink); }
#post-preview .post-box { width: 99%; }
#post-preview .post-content {
background: var(--forcol);
padding: 10px 20px;
box-sizing: border-box;
margin: 0 auto;
border-radius: 8px;
border: var(--forcol-border);
}
#pun-edit #togglePreview {margin-top: 39px; }
#pun-edit #pun-announcement { display: none; }
#pun-post .formal .container {
padding: 35px 0px;
}
#pun-profile #form-buttons small { }
#pun-profile #form-buttons table tr { width: 104%!important; margin-bottom: 15px; }
#pun-profile #form-buttons td { width: 16px; }
#pun-messages #form-buttons table {
width: 102%;
}
#pun-messages #form-buttons table tr { height: auto; width: 99%;
margin-left: 5px; }
#pun-messages #form-buttons td {
margin: 0px;
}
#pun-messages .main table tr .tc2 {
margin: -8px 0px 0px;
}
#pun-messages .main table tr .tc2 a{
display: flex;
flex-wrap: wrap;
}
#pun-messages .main table tr .pmtc22 {
width: 28% !important;
}
#pun-messages .main #post-form { margin-top: 30px!important; }
#pun-profile #profile-title strong {
width: 180px;
}
#pun-messages .fs-box .post-author {
position: relative;
border-radius: 6px;
border: .5px solid #4d484847;
}
#pun-messages .fs-box .post-author:after, #pun-messages .fs-box .post-author:before {
content: '';
position: absolute;
background: none;
width: 0px;
height: 0px;
bottom: 0px;
left: 0px;
}
#pun-messages #togglePreview { margin: 10px 0px; }
#pun-messages #post-form #form-buttons small {
margin: 0!important;
}
#pun-messages #post-new #post-form #form-buttons small {
top: 52px !important;
left: 90px !important;
display: none;
}
#pun-viewforum .main table tr td {
align-self: center;
}
#pun-viewforum .main table tr .tcl {
width: 40%;
}
#pun-viewforum .main table tr .tcr {
width: 30%;
}
#pun-profile .main {
margin-bottom: 0px;
margin-top: -31px;
}
#pun-profile li strong {
font: var(--body-font);
}
#pun-profile #pa-fld5,
#pun-profile #profile-gifts {
display: none;
}
#pun-profile #profile-title strong {
width: 180px;
}
#pun-profile #profile8 fieldset {
margin: 0px;
padding: 0px;
}
#pun-profile #profile8 fieldset legend {
margin: 0px;
padding: 0px;
}
#pun-profile #profile8 .fs-box p, .punbb .fs-box fieldset {
margin: 5px 0px 20px;
}
#pun-profile #profile8 .formsubmit {
margin: 20px 0px 10px 0px;
}
#post-preview .code-box strong.legend {
text-transform: uppercase;
font-style: italic;
}
#viewprofile #pa-gifts,
#viewprofile #pa-invites { display: none!important; }
#post-preview .quote-box cite a { color: #d2cec4!important; }
#pun-online #pun-main .online-list table tr { height: 30px; }
/* ОФОРМЛЕНИЕ ПРЕВЬЮ ПРОФИЛЯ */
#pun-profile #pun-crumbs1 p {
background: var(--forcol);
border-top-left-radius: 15px;
border-top-right-radius: 15px;
color: var(--t-body);
padding: 15px 0;
font: 400 20px 'Lighthaus';
box-shadow: var(--br-n-shadow);
}
.dark #pun-profile #pun-crumbs1 p {
background: #3b3935;
color: var(--proftext);
text-shadow: 1px 1px 1px black;
font: 400 20px 'Lighthaus';
}
#pun-profile #pun-crumbs1 {
margin-bottom: -17px;
}
#pun-profile #pun-crumbs1 #profile
#pun-profile:has(#profile) #pun-crumbs1 p {}
#pun-profile #pun-crumbs1 strong,
#pun-profile #pun-crumbs1 em,
#pun-profile #pun-crumbs1 a { display: none!important; }
#viewprofile table {
background: rgb(204 199 192);
box-shadow: var(--br-n-shadow);
padding: 20px;
border-radius: 20px;
}
.dark #viewprofile table { background: var(--forcol); }
#pun-profile #viewprofile tbody tr {
display: flex;
min-height: 370px;
background: var(--back);
border-radius: 20px;
}
#pun-profile #viewprofile tbody tr #profile-left {
display: flex;
justify-content: flex-start;
flex-direction: column;
align-content: center;
flex-wrap: wrap;
width: 250px;
}
#pun-profile #viewprofile tbody tr #profile-right {
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 733px;
box-shadow: var(--head-border);
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
gap: 15px;
padding: 15px;
box-sizing: border-box;
margin: 0px auto 10px;
}
#viewprofile #profile-right li {
font-family: 'Mulish';
color: var(--proftext);
text-shadow: 1px 1px 1px black;
flex: auto;
display: flex;
flex-direction: column;
justify-content: center;
padding: 15px;
border-radius: 20px;
background: var(--t-body);
box-shadow: 0 0 0 1px #565656, 0 4px 4px 0px rgb(0 0 0 / 25%) !important;
box-sizing: border-box;
}
.dark #viewprofile #profile-right li {background: var(--forcol); }
#viewprofile #profile-right li strong, #viewprofile strong { color: var(--proftext)!important; }
#viewprofile #profile-right li * a,
#viewprofile #pa-fld1 a div {
color: var(--linkp);
}
#viewprofile #profile-right li * a:hover,
#viewprofile #pa-fld1 a div:hover {
color: var(--hovlink);
}
#viewprofile #profile-right #pa-fld2 #lz {
width: 94%;
background: transparent;
box-sizing: unset;
color: var(--proftext);
border: none;
margin: 0;
}
#profile-name {
z-index: 2;
position: relative;
font: var(--body-font);
color: var(--linkp) !important;
letter-spacing: -.3px;
font-size: 15px;
text-transform: uppercase;
margin: 20px 0px 8px;
padding: 2px 0px;
box-sizing: border-box;
}
#profile-name strong {
color: #d7d2ca !important;
font-weight: 600 !important;
}
#profile-title {
font: var(--body-font);
letter-spacing: .5px;
z-index: 2;
color: #6c6861;
width: 201px;
margin: 0px 0px 20px;
position: relative;
font-size: 12px;
left: 3px;
}
#pun-profile #profile-title strong { width: 100%!important; }
#pun-profile #viewprofile #pa-avatar { margin: 8px 0px 15px; }
#pun-profile #viewprofile #pa-avatar div img {
max-width: 185px;
max-height: 250px;
border: var(--orange-border);
outline: var(--black-outline);
width: auto;
height: auto;
}
#pun-profile #viewprofile #pa-edit {
margin: 38px 0px 25px;
padding: 10px 5px;
width: 50%;
border-radius: 5px;
text-transform: uppercase;
align-self: center;
background: #45433f;
box-shadow: 0 0 0 1px #565656, 0 4px 4px 0px rgb(0 0 0 / 25%)!important;
box-sizing: border-box;
}
#pun-profile #viewprofile #pa-edit a {
color: var(--proftext);
font-size: 11px!important;
}
#pun-profile #viewprofile #pa-edit a:hover { color: var(--linkp); }
/* отступы в ячейках */
.main td { }
th { padding: 0!important; font-size: 0px!important; }
#pun-userlist th { font-size: 11px!important; }
/* ширина подфорума */
#pun-index .tcl {
width: 480px;
border-radius: 10px;
box-sizing: border-box;
padding: 0px 0px 0px 50px;
display: flex;
}
#pun-index .tcl .intd { display: flex; }
.main .tcl { text-align: left; width: 45%; }
/* ширина ячеек */
.tc2, .tc3, .tcmod { text-align: center; }
/* ширина последнего сообщения */
.tcr { text-align: left; width: auto;
line-height: 30px; }
/* ширина в поиске/модерировании */
#pun-userlist .tcl, #pun-modviewforum .tcl {
width: 34%; }
#pun-userlist .tcl { position: relative;
padding-left: 60px;
height: 44px; align-items: center; display: flex;}
#pun-searchtopics .tcl {
width: 40%; }
#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 {
font-family: var(--body-font);
align-self: center;
box-sizing: border-box;
text-transform: lowercase;
font-size: 9px;
padding: 0px 20px 0px 60px;
width: 310px;
box-shadow: none;
position: relative;
}
#pun-index .tcr br {
display: none;
}
/* последняя активная тема в подфоруме */
#pun-index .tcr a {
margin-bottom: -6px;
text-align: left;
display: block;
text-transform: uppercase;
font-family: 'Mulish';
font-weight: 600;
line-height: 15px;
font-size: 10px;
}
#pun-index .tcr .datetime, #pun-index .tcr .byuser {
font-family: 'Mulish';
font-weight: 600;
line-height: 11px;
font-size: 10px;
text-transform: lowercase;
}
/* количество тем и сообщений в подфоруме */
#pun-index .tc2, #pun-index .tc3 {
position: absolute;
display: none;
}
#pun-index .tc2 {
bottom: 35px;
right: 15px;
font-family: 'Mulish';
font-size: 10px;
text-transform: uppercase;
}
#pun-index .tc2::before {
content: 'тем:';
position: absolute;
font-size: 10px;
left: -25px;
}
#pun-index .tc3 {
bottom: 20px;
right: 15px;
font-family: 'Mulish';
font-size: 10px;
text-transform: uppercase;
}
#pun-index .tc3:before {
content: 'сообщений:';
position: absolute;
font-size: 10px;
left: -69px;
}
#pun-index .tc3 { margin-left: -15px; }
#pun-main .category thead .tc2, #pun-main .category thead .tc3 {display: none;}
/* описание подфорумов и ссылки */
.f_desc_wrap {
display: flex;
justify-content: space-between;
gap: 0px;
flex-direction: column-reverse;}
.f_desc {
flex: 0 0 1;
width: auto /*ширина блока с текстом*/;
}
.f_links {
flex: 0 0 auto;
display: flex;
flex-wrap: wrap;
flex-direction: row;
gap: 2px;
width: 100% /*ширина блока ссылок*/;
}
.f_links a {
color: var(--t-body) !important;
background: rgba(14, 14, 14, 0.08);
padding: 4px 10px;
flex: auto;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
transition: all .3s !important;
font-family: var(--h1-font);
font-size: 10px;
line-height: 13px !important;
border-radius: 5px;
}
.f_links a:hover {
transition: all .3s ease-in-out !important;
background: var(--forest) top;
opacity: 0.8;
color: var(--hovlinkt) !important;
}
/* НАВИГАЦИЯ ПО ФОРУМУ СВЕРХУ
-------------------------------------------------------------*/
#pun-navlinks .container {
padding: 0px;
margin: 26px 0 0px;
justify-content: center;
display: flex;
gap: 25px;
}
#pun-navlinks li { display: inline; }
/* расположение*/
#pun-navlinks {
display: flex;
justify-content: center;
}
#pun-navlinks #navawards { position: absolute; }
/* вид ссылок */
#pun-navlinks li a {
text-transform: uppercase;
font: 400 20px var(--h2-font);
}
/* вид ссылок навигации при наведении */
#pun-navlinks li a:hover { color: var(--hovlink); }
/* ПОЛЬЗОВАТЕЛЬСКАЯ НАВИГАЦИЯ
-------------------------------------------------------------*/
#pun-ulinks .container {
padding: 0 !important;
display: flex;
justify-content: center;
gap: 10px;
margin: 10px 0 30px;
}
#pun-ulinks li, #pun-ulinks li a {
font-family: 'Mulish';
}
/*расположение */
#pun-ulinks { }
/* цвет ссылок */
#pun-ulinks a {
font-size: 10px;
text-transform: lowercase;
transition: all 0.3s ease-in-out 0s;
}
/* цвет ссылок при наведении */
#pun-ulinks a:hover { color: var(--hovlink);}
/* ВАШЕ МЕСТОРАСПОЛОЖЕНИЕ НА ФОРУМЕ СВЕРХУ И СНИЗУ
-------------------------------------------------------------*/
/* расположение сверху */
#pun-crumbs1 {
margin-top: 20px;
}
/* расположение снизу */
#pun-crumbs2 { }
/* общий внешний вид */
#pun-crumbs1, #pun-crumbs2 {
font: var(--h1-font);
text-align: center;
text-transform: uppercase;
}
#pun-crumbs1 p, #pun-crumbs2 p {
margin: 0px !important;
font-family: var(--body-font);
font-weight: 500;
font-size: 11px;
text-transform: lowercase;
}
#pun-crumbs2 p {
width: 60%;
position: relative;
left: 50%;
transform: translateX(-50%);
}
#pun-crumbs2 {
}
#pun-index #pun-crumbs1, #pun-index #pun-crumbs2 {}
/* цвета ссылок */
#pun-crumbs2 a, #pun-crumbs1 a { color: var(--link);}
.dark #pun-crumbs2 a, .dark #pun-crumbs1 a { color: var(--hovlink);}
/* цвет ссылок при наведении */
#pun-crumbs2 a:hover, #pun-crumbs1 a:hover {color: var(--hovlink);}
.dark #pun-crumbs2 a:hover, .dark #pun-crumbs1 a:hover {color: rgb(204, 99, 73);}
/* СТРОКА ПРИВЕТСТВИЯ
-------------------------------------------------------------*/
#pun-status span { margin-right: 5px; }
#pun-status .status-right {float: none!important;}
/* расположение */
#pun-status {
position: absolute;
display: flex;
justify-content: center;
top: 50px;
left: 50%;
transform: translateX(-50%);
z-index: 1;
width: 100%;
}
/* внешний вид */
#pun-status .container {
color: var(--t-body);
font-family: 'Mulish';
font-weight: 600;
font-size: 10px;
text-transform: lowercase;
line-height: 13px;
text-align: center;
margin: 0;
}
#pun-status .container strong { font-weight: 600; }
/* цвет ссылки */
#pun-status a { color: var(--t-body); }
#pun-status a:hover { color: var(--hovlink); }
/* ТЕМЫ
-------------------------------------------------------------*/
/* весь пост */
.post .container { margin-bottom: 20px; }
/* разделитель между сообщения*/
.post h3 {
position: relative;
width: 725px;
z-index: 1;
margin-left: 285px;
margin-bottom: 5px;
border-radius: 0px 10px 10px 0px;
display: flex;
align-items: center;
height: 30px;
background: var(--forcol);
box-shadow: var(--br-n-shadow);
}
.post.hideprofile h3,
.hide-author h3 {
display: flex;
width: 100%;
margin: 20px 0px 0px 0px !important;
}
/* текст внутри разделителя */
.post h3 span {
display: flex;
justify-content: space-between;
flex-flow: row-reverse;
padding: 0px 34px;
box-sizing: border-box;
width: 100%;
text-transform: uppercase;
}
/* ссылка внутри разделителя */
.post h3 a, .post h3 strong {
font-size: 10px !important;
text-transform: uppercase;
font: var(--body-font);
font-weight: 500;
}
.post h3 .sharelink { display: none; }
.hide-author .post-box {
width: 100%;
margin-top: -30px;
}
.hide-author .reaction-picker {
}
.hide-author div.post-rating p { }
/* расположение профиля */
.post .post-author {
float: left;
min-height: 200px;
}
/* пост и отступы в посте */
.post-body {
margin-left: 290px;
position: relative;
width: 716px;
}
.hideprofile .post-body {
width: 100%;
margin: 0 auto;
}
.hideprofile .post-box {}
.post-box {
padding: 0px;
margin-bottom: 20px;
line-height: 150%;
font-size: 11px;
font-family: Verdana;
}
/* выравнивание текста поста */
.post-content {
width: 100%;
overflow: hidden;
text-align: justify; }
/* абзацы постов */
.post-content p {
padding: 0;
line-height: 150%;
font-size: 11px;
font-family: Verdana;
}
/* .post-content {margin: 0px 0px 15px 10px !important;} */
/* ссылки в посте */
.post-links {
width: 99%;
margin: 35px auto 10px;
}
.pl-reports { display: none!important; }
.post-links li { display: inline; padding-left: 10px; font-size: 11px; }
.post-links ul {
padding: 0px 10px 0px 0px;
text-align: right;
font: var(--body-font)!important;
font-weight: 600 !important;
font-size: 11px !important;
margin: 0px;
}
.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;
margin: 5px 0;
border: 1px solid #b6b1a24f;
width: 350px;
margin: 0px 170px;
}
/* экстра */
.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 > blockquote {padding: 0; display: none; margin: 10px;}
.post-content .spoiler-box > blockquote.visible {display:block; overflow:auto; margin: 0;}
.post-content hr {
opacity: 0.3;
margin: 2em 0;
border: .4px solid var(--t-body);
}
.post-content abbr {cursor:help!important; text-decoration: underline dotted!important;}
@media (max-device-width: 620px) {
.post-content abbr {cursor:help!important; text-decoration: none!important; position: relative;}
.post-content abbr::after {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 1px;
border-bottom: 1px dotted;
width: 100%;
}
}
.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;}
.post .post-author .pa-ua {display: none;}
/* ФОРМЫ
-------------------------------------------------------------*/
/* контейнер можно отключить */
.formal .container {padding: 15px 0 15px 0px; }
.punbb .formal fieldset {min-width:0; border: none; position: relative;}
.punbb .formal span.input {padding-right:0 !important}
#post-form h2, #pun-announcement h2 { display:none;}
/* местоположение кнопок отправить/посмотреть */
.formsubmit { margin: 0px 0px 10px 75px;}
.formsubmit input, .formsubmit a, .formsubmit span { margin: 0; }
/* инфо по заполнению */
fieldset { padding: 0 20px;}
fieldset legend { margin: 0 0px 10px 10px;}
/* настройка текста */
fieldset legend span { text-transform: uppercase!important; }
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; font-family: 'Raleway';}
#pun-redirect.punbb .info .container{
font-family: 'Raleway';
}
#pun-redirect.punbb .info .container * a { font-weight: 600 !important;
font-family: 'Raleway'; }
body.redirect-page {
background-color: #424242;
height: auto;
background: var(--back) !important;
}
.redirect-page #pun {
background: repeat transparent url(https://forumstatic.ru/files/001c/35/64/60788.png) !important;
margin-top: 420px;
}
.redirect-page #pun:after {
position: absolute;
content: "";
width: 1108px!important;
height: 139px!important;
top: -68px;
z-index: -1;
background: transparent url(https://forumstatic.ru/files/001c/30/dc/65160.png);
left: 48.4%;
transform: translateX(-50%);
}
.redirect-page #pun:before {
height: 187px!important;
}
#pun-redirect { height: 80px; }
#pun-redirect body:after { content: none!important;}
/* поле ввода текста поста */
.punbb textarea {
background: var(--forcol);
padding: 18px 20px !important;
width: 95% !important;
color: var(--t-body);
border: var(--forcol-border);
border-radius: 0 0 10px 10px;
}
/* поле ввода название темы */
.punbb select, input {
background: var(--forcol);
color: var(--t-body);
margin-top: 5px;
padding: 4px 4px 4px 9px;
border-radius: 10px;
box-shadow: var(--br-n-shadow);
border: none !important;
}
/* перенос сообщений из темы */
.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;
font-size: 10px;
width: 995px;
margin: 5px auto 10px;
}
.linkst .pagelink {
height: 10px;
position: relative;
z-index: 4;
word-spacing: 3px;
}
.postlink.long { width: 300px; }
.linkst .postlink { position: absolute;
top: 0px;
z-index: 4;
right: 5px;
text-align: right;
}
/* страницы в подфоруме снизу*/
.linksb { text-align: right;
padding: 0px 5px;
position: relative;
bottom: -5px;}
.linksb .pagelink {
width: 300px;
text-align: left;
font-size: 10px;
position: relative;
pointer-events: all;
z-index: 10;
word-spacing: 3px;
}
.linksb .postlink {float: right; display: none;}
#pun-messages .linksb .postlink {
margin: -20px 25px 0 0;
display: block;
}
/* страницы в теме снизу*/
#pun-viewtopic .linksb {
text-align: right;
padding: 0px 0px;
position: relative;
width: 1000px;
margin: 0 auto;
}
#pun-viewtopic #pun-main {
position: relative;
z-index: 1;
}
/* подписаться и отслеживать внутри темы */
.subscribelink {
clear: both;
margin-bottom: 35px;
margin-top: -15px;
position: relative;
font-size: 0;
}
.subscribelink a {
right: 22px;
top: 11px;
display: block;
position: absolute;
font-size: 0;
}
.subscribelink a:after {
content: '\f02e';
position: absolute;
font-family: 'Font Awesome';
font-size: 18px;
color: var(--t-body);
opacity: .8;
top: -17px;
left: -19px;
transition: opacity .3s ease-in-out;
}
.subscribelink a:hover:after {
opacity: .4;
}
.pun-viewtopic .subscribelink a {
position: absolute;
width: 200px;
right: 10px;
top: -90px;
}
/* меню модератора */
.modmenu .container {
padding: 0px 0px;
font-size: 11px !important;
text-align: right;
margin: 10px 0px 10px; }
.modmenu strong, .modmenu a {height: 15px; padding-bottom: 10px; }
.modmenu .container strong { float: left; }
.modmenu input { margin-left: 1em; }
#pun-viewforum .modmenu .container strong { float: right; }
#pun-viewforum .modmenu .container strong a,
#pun-viewforum .postlink .new-topic a,
#pun-viewforum .postlink .new-poll a {
font-size: 0;
position: relative;
}
#pun-viewforum .modmenu .container strong a:after {
content: '\f085';
left: -30px;
}
#pun-viewforum .postlink .new-topic a:after {
content: '\f15b';
left: -37px;
}
#pun-viewforum .postlink .new-poll a:after {
content: '\f044';
left: -23px;
}
#pun-viewforum .modmenu .container strong a:after,
#pun-viewforum .postlink .new-poll a:after,
#pun-viewforum .postlink .new-topic a:after {
position: absolute;
font-family: 'Font Awesome';
font-size: 18px;
color: var(--t-body);
opacity: .7;
transition: opacity .3s ease-in-out;
}
#pun-viewforum .modmenu .container strong a:hover:after,
#pun-viewforum .postlink .new-poll a:hover:after,
#pun-viewforum .postlink .new-topic a:hover:after { opacity: .4; }
/* КНОПКИ И ФОРМЫ ЗАПОЛНЕНИЯ BY BLANCHE. МОЖНО БРАТЬ, НО ОСТАВЛЯЕМ КОПИ*/
/* формы заполнения*/
.punbb select, .punbb option { text-transform: lowercase!important;
line-height: 9px;
font-size: 10px;
font-family: 'Mulish';}
.checkbox { width: auto !important;}
.punbb option { background-color: var(--modal);}
/* КНОПКИ ОТПРАВИТЬ ПОСМОТРЕТЬ
-------------------------------------------------------------*/
input.button, #post fieldset .hashelp div input, button, #pun-admain input {
background: var(--forcol);
border-radius: 7px;
color: var(--t-body);
padding: 8px 13px 8px 13px;
cursor: pointer !important;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-ms-transition: .5s all;
-o-transition: .5s all;
transition: .5s all;
font: var(--h1-font) !important;
text-transform: uppercase;
font-size: 9px !important;
width: auto;
font-weight: bolder !important;
}
#move_posts_form fieldset { margin: 10px; }
#pun-admain textarea, #pun-admain input, #pun-admain select, #pun-admain optgroup {
border-bottom-right-radius: 0px;
font-size: 11px!important;
}
#pun-admain textarea, #pun-admain .longinput input {
width: 92% !important;
padding: 10px !important;
}
#pun-admain fieldset .handle, #pun-admain fieldset p {
padding: 6px 0px 15px!important;
position: relative;
background-color: transparent!important;
}
#pun-admain .tcr input {
width: 90%!important;
}
/* при наведении */
input.button:hover, #post fieldset .hashelp div input:hover, button:hover {
background: #0000001a;
cursor: pointer !important;
color: var(--hovlink);
box-shadow: inset 1px 1px 2px 0px #0000003b;
}
/* КОДЫ И ЦИТАТЫ
-------------------------------------------------------------*/
/* расположение */
#pun-main table .quote-box, #pun-main table .code-box {margin: 5px 1px 5px}
#pun-message #pun-main .info .container { margin: 20px 0px; }
/* бокс под цитаты/код итд */
.scrollbox {
overflow: auto;
margin: 0;
padding: 0;
height: auto !important;
max-height: 200px;
}
blockquote {margin:0;}
/* ЦИТАТЫ BY BLANCHE. МОЖНО БРАТЬ, НО ОСТАВЛЯЕМ КОПИ
-------------------------------------------------------------*/
/* цитаты, спойлер, выделить код */
.post-content .quote-box, .post-content .code-box {
margin: 15px 0;
display: flex;
flex-direction: column;
position: relative;
overflow: hidden;
background: var(--forcol);
box-shadow: var(--br-n-shadow);
border-radius: 0 0 10px 10px;
}
.post-content .quote-box blockquote { padding: 8px 20px; }
.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;
}
#pun-reputation .inner {
font-family: 'Mulish' !important;
}
.post-content .spoiler-box > div:before {
font-family: 'Font Awesome';
font-size: 13px;
content: '\f06e';
position: absolute;
top: 50%;
left: 25px;
transform: translateY(-50%);
}
.post-content .spoiler-box > div.visible:before { content: '\f2a8'; }
.spoiler-box > div table,
.spoiler-box > div table td p { margin: 0!important; }
/* фон проставления репутации */
.post_reputation {
background: var(--modal);
border-radius: 5px;
box-shadow: none !important;
padding: 20px 20px 20px 10px !important;
}
/* написал и выделить код */
.post-content .spoiler-box > div, .post-content .spoiler-box > div.visible {
position: relative;
align-content: center;
box-sizing: border-box;
background: #A4A198;
font: 700 11px 'Mulish';
color: #4B4942;
text-transform: uppercase;
padding: 7px 50px 8px 55px;
cursor: pointer;
}
.dark .post-content .spoiler-box > div, .dark .post-content .spoiler-box > div.visible {
background: #32302c;
color: #d7d2ca;
}
.code-box strong.legend a {
display: flex;
flex-wrap: wrap;
align-content: center;
box-sizing: border-box;
font: 700 italic 11px 'Mulish';
color: #4b4942 !important;
text-transform: uppercase;
}
.dark .code-box strong.legend a { color: #d7d2ca!important; }
.code-box strong.legend a:hover {
color: var(--hovlink)!important;
}
.code-box strong.legend {
flex-wrap: wrap;
align-content: center;
box-sizing: border-box;
border: none;
position: relative;
z-index: 0;
display: flex;
background: #A4A198;
font: 700 11px 'Mulish';
color: #4b4942;
padding: 6px 30px 7px;
justify-content: end;
}
.dark .code-box strong.legend { background: #32302c; }
.code-box .blockcode { padding: 5px 20px; }
.quote-box cite {
width: 100%;
min-height: 20px;
position: relative;
padding: 6px 50px 6px 30px;
display: flex;
flex-wrap: wrap;
align-content: center;
box-sizing: border-box;
background: #A4A198;
font: 700 11px 'Mulish';
color: #4B4942;
text-transform: uppercase;
}
.dark .quote-box cite {
color: #D7D2CA;
background: #32302C;
}
.quote-box cite .qc-uname { margin: 0px 3px; }
.quote-box cite .qc-post-link img {
filter: grayscale(1);
margin-bottom: 1px;
position: relative;
}
/* СПОЙЛЕР 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: verdana!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}
#spoiler-area {width: 266px; left: 38%;}
#video-area {width: 300px; left: 45%;}
#smilies-area {width: 670px; left: 28%;}
#image-area {width:450px; left: 40%;}
#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, #video-area-msg, #smilies-area, #video-area, #spoiler-area, #float, #meny-styles {
padding: 15px 10px 10px 10px !important;
background-color: var(--modal);
border-radius: 0 0 10px 10px;
top: 33px;
color: var(--t-body);
border: var(--forcol-border);
}
#meny-styles {left: 64%; width: 160px;}
#meny-styles p { transition: color .3s ease-in-out; }
#meny-styles p:hover { color: var(--doptext); }
#size-area {width: 50px; left: 205px;}
#video-area-msg { display: none; }
#font-area span, #font-area img { height: 15px; }
#font-area {
height: 160px;
width: 140px;
overflow-y: auto;
padding: 10px !important;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
left: 70px;
}
#font-area div {
-webkit-flex-basis: 12em;
flex-basis: 12em;
-webkit-flex-grow: 1;
flex-grow: 1;
}
#tags .container {position: absolute;
z-index: 2;
right: 50px;}
#pun-edit #tags .container { margin-top: 25px; }
/* мини аватар на главной
-------------------------------------------------------------*/
.user-avatar {
height: 40px;
width: 40px;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.user-avatar .avatar-image {
height: 40px;
width: 40px;
opacity: 0.85;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
border-radius: 50%;
filter: grayscale(0.6) brightness(0.9);
transition: all 0.3s ease-in-out;
box-sizing: border-box;
display: block;
}
#pun-searchtopics .user-avatar .avatar-image { display: none; }
.user-avatar .isonline {
width: 6px;
height: 6px;
border-radius: 50%;
display: block;
position: absolute;
top: 3px;
right: 40px;
animation: blinkColor .9s linear infinite;
-moz-animation: blinkColor .9s linear infinite;
-webkit-animation: blinkColor .9s linear infinite;
background: var(--hovlink);
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 -15px;
}
#pun-messages .user-avatar {
float: left;
position: relative;
height: 34px;
width: 34px;
margin: 0px 20px 0px 0px;
}
#pun-viewforum .user-avatar .avatar-image, #pun-messages .user-avatar .avatar-image {
border: 1px 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%; position: relative;
top: 50%; }
.dark #pun-viewforum .user-avatar .avatar-image, .dark #pun-messages .user-avatar .avatar-image {
border: 2px solid var(--forcol) !important;
}
#pun-messages .user-avatar .isonline { top: -4px;
right: 29px; }
#pun-viewforum .user-avatar .isonline {
width: 5px;
height: 5px;
border-radius: 50%;
display: block;
position: absolute;
top: 13px!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;
}
/* СТРАНИЦА ЛИЧНЫХ СООБЩЕНИЙ
-------------------------------------------------------------*/
#pun-messages .post h3 {
margin-left: 237px;
width: 563px;
background: var(--forcol);
background-size: contain;
border-radius: 4px;
height: 20px;
}
#pun-messages .post h3 span {
display: flex;
justify-content: space-between;
flex-flow: row-reverse;
width: 520px;
margin-left: -60px;
text-transform: uppercase;
font-size: 9px;
position: absolute;
top: 25%;
color: #6a6a6a;
text-shadow: none;
}
#pun-messages .post-author {
margin-left: -41px !important;
margin-top: -25px !important;
min-height: 200px !important;
}
#pun-messages .post .pa-posts .fld-name { text-shadow: none; }
#pun-messages .fs-box { margin-right: -5px; }
#pun-messages .post-author ul {
}
#pun-messages .pa-author a { text-shadow: none !important;}
#pun-messages .pa-author { text-shadow: none !important; margin: 25px 0px 10px; }
#pun-messages .pa-title { }
#pun-messages .pa-posts {}
#pun-messages .post-body {margin-left: 206px; }
#pun-messages .post-body .post-content {
width: 104%;
}
#pun-messages .pa-posts {}
#pun-messages .post-body {margin-left: 110px!important; width: auto !important;}
#pun-messages .post-body .post-box {
margin-right: -42px;
margin-left: 130px;}
#pun-messages .post-body .post-content { width: 96%; }
#pun-messages .post .container { border: none!important;}
#pun-messages #post-form { margin-top: 0px!important; border: none!important; }
#pun-messages .indOnline, #pun-messages .indOffline, #pun-messages .pa-reg {display: none;}
.pmtc22 {
width: 20% !important;
line-height: 30px;
}
.pmtcl1 {width: 50% !important;}
/* ПРОКРУТКА, ВЫДЕЛЕНИЕ, ВВЕРХ-ВНИЗ, БЕГУНОК УВЕЛИЧЕНИЯ ТЕКСТА
-------------------------------------------------------------*/
/* выделенный текст */
::selection { background: var(--headlink);
color: var(--proftext);
}Поделиться62025-11-05 18:57:26
/* ширина прокрутки */
::-webkit-scrollbar {
width: 1.5px;
height: 1px;
}
#pun-admain textarea::-webkit-scrollbar {
width: 5px!important;
}
/* движущаяся часть прокрутки */
::-webkit-scrollbar-thumb {
background-color: var(--head-text);
}
.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, .materielbag::-webkit-scrollbar-thumb {
background: var(--t-body)!important;
}
/* подложка прокрутки */
::-webkit-scrollbar-track {
background-color: black;
}
.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, .materielbag::-webkit-scrollbar-track {
background-color: #6c6c6c30!important;
}
/* ПРОФИЛЬ ПРИ НАСТРОЙКЕ + ЛИЧНЫЕ СООБЩЕНИЯ
-------------------------------------------------------------*/
#profilenav h2 { }
/* контейнер */
#profile .container { padding-left: 210px; padding-top: 70px;}
/* навигация */
#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;
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: 15px;
text-align: center;
text-transform: uppercase; }
/* ПРОФИЛЬ в ПРЕДПРОСМОТРЕ
-------------------------------------------------------------*/
#viewprofile ul { padding: 0px; }
#viewprofile li { }
#viewprofile li span {
font-weight: 500;
text-align: center;
margin-bottom: 10px;
}
#viewprofile li strong, #viewprofile li div {
display: block;
font-weight: normal;
text-align: center; }
#profile-left { width: 25%; padding-top:0 !important;}
#profile-right {width: 75%}
#profile-name strong {font-size:14px}
#profile-left strong {}
#profile-signature {padding:10px;}
#viewprofile .lzname, #viewprofile .lztext {
background: transparent;
text-align: left;
width: auto;
border: none;
outline: none;
margin: 0!important;
padding: 0px!important;
padding-bottom: 2px!important;
text-shadow: none;
font-weight: bolder!important;
}
/* ОСНОВНЫЕ НАСТРОЙКИ. НЕ ТРЕБУЮТ ИЗМЕНЕНИЙ
-------------------------------------------------------------*/
* html .tclcon {height: 1px}
/* html:has(+ :not(.day)) { min-width: 1200px; }
body {min-width: 1200px;} */
/* отключить прокрутку снизу */
body {overflow-x: hidden}
/* отступы по умолчанию у тела */
/* элементы списка */
ul, dl, li, dd, dt { list-style: none; }
/* убрать курсив с текста везде кроме поста */
address, em {font-style: normal;}
/* убрать подчеркивание с ссылок */
a { text-decoration: none; }
/* скрытые элементы */
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb .post-box:after,
.punbb .linksb:after, #pun-title h1 span, #pun-main h1, #pun-debug h2 { clear: both; content: "."; display: block; height: 0; visibility: hidden; overflow:hidden; line-height: 0.0; font-size: 0; }
#button-files_rusff,
#button-graffiti_rusff {display: none!important;}
#post fieldset legend {display: none!important;}
.punbb-admin #pun-status {display: none!important;}
.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, #navawards a span { font-size: 0; height: 0; width: 0; line-height: 0.0; position:absolute; left: -9999px; overflow: hidden }
#pun-ulinks .item5, .modlist, li.pa-ua, .pa-author imgб li#navawards, .lastedit, .pa-gifts, div#pun-live-rusff { display:none;}
/* информация при регистрации */
.info-box {padding: 0 30px; margin: 0 0 10px 0; }
.info-box * { padding: 0; }
#pun-main .info-box .legend { font-weight: bold; }
/* СКОПИРОВАНО ИЗ ЭКСТРЫ
-------------------------------------------------------------*/
#poll-special table.poll1 {width:auto}
#poll-special td {border:0}
.punbb .post-content img.postimg {max-width:100%; margin:0.4em 0}
#poll-special td {text-align:left !important; cursor:default !important}
#poll-special td.tac {text-align:center !important}
#poll-special td.tar {text-align:right !important}
#form-buttons table, .punbb .formal textarea {width:100%}
#form-buttons td {padding:0 !important; line-height:0; background-position:center; background-repeat:no-repeat; border:0; cursor:pointer;}
#form-buttons tr {text-align: center;}
#form-buttons td img {height:26px; width:100%}
#formkey, #formetc {display:none}
#main-reply {width:100%}
#pun-messages #post-form div.container {padding-left:2.3em}
#similar-topics {margin-top:1em}
#similar-topics div.container {padding-top:1.1em}
#similar-topics td {border:0; padding:0}
#similar-topics td.st-tcl {width:60%}
#similar-topics td.st-tc2 {width:25%; padding-right:1em; text-align:right}
#similar-topics td.st-tcr {width:15%; padding-right:1em; text-align:right}
.postlink.long {width:30em}
.postlink.long .new-topic {padding-right:12px}
#pun-online .tcl.action {width:35%}
#pun-online .tc3 {width:10%}
#pun-index .isub .tcl {padding-left: 3em !important;}
#pun-main #subforums {padding: 1em 0 1em 1em; margin-bottom: 5px;}
/** подгрузка видео и картинок
---------------------------------------------------------------*/
#video-host-list {margin-top:.3em; line-height:1.8em}
#video-area-tinp, #image-area-tinp {margin:.5em 0; padding:.3em; height:30px; width: 85% !important;}
#video-area-msg, #image-source-list, #image-area-actions, #spoiler-sels {line-height:2em}
p[class="checkfield"] img, div[class="checkfield"] img, fieldset[class="radiofield"] img {height:auto; max-height:50px}
#image-area-tcon-computer {margin:0 0 1em}
#image-area-tcon-computer td {border:none !important; padding:0}
#imageupload-left {width:140px}
#imageupload-right {padding-left:9px !important; background:transparent !important; max-width:380px}
#image-area-actions {text-align:right}
* html #imageQueue {height:expression( this.scrollHeight > 65 ? "66px" :"auto" )} /* sets max-height for IE */
* html #uploaded-images {height:expression( this.scrollHeight > 143 ? "144px" :"auto" )}
#imageQueue {max-height:72px; overflow-y:auto; margin-bottom:10px}
#uploaded-images {max-height:144px; overflow-y:auto}
#uploaded-images img {width:88px; height:66px; border:1px solid; margin-right:4px; cursor:pointer}
#upload-button-container, #image-width, #image-thumb-width, #image-insert-format, #insert-all-images-container {margin-top:10px}
#image-source-list a, #image-area-actions a, #spoiler-sels a {margin-right:15px; cursor:pointer}
#insert-image-tip {margin-top:10px}
#upload-button-container img {cursor:pointer; width:120px; height:30px}
#image_upload_input {position:absolute; z-index:-1; left:-9999px}
#selected-image-width, #selected-thumb-width {width:6em}
#imageupload-left input[type=button] {width:11em; text-align:center}
#upload-button-container input[type=button] {font-weight:bold}
#image-width, #image-thumb-width, #image-insert-format strong {font-size:.9em}
.uploadQueueItem {padding:.8em 1em; border:solid 1px #ddd; border-radius:5px; margin-bottom:.5em; background:rgba(238,238,238,0.22)}
.uploadQueueItem.error {border-color:rgba(255,0,0,0.25); background-color:rgba(255,0,0,0.08)}
.uploadQueueItem .cancel {font-size:20px; font-weight:700; font-family:Arial; float:right; margin:-.25em 0 0}
.uploadQueueItem .cancel a {text-decoration:none; color:#333!important}
.uploadProgress {display:block; width:98%; height:3px; margin:2px 0 0; background:#ddd; position:relative}
.uploadProgressBar {position:relative; background:#00adff; height:3px; width:.1%; transition:width .1s linear}
/** подсказки и затемнение фона при всплывающих страницах
---------------------------------------------------------------*/
.tipsy {padding:5px; font-size:11px; font-family:tahoma,helvetica,verdana,arial; position:absolute; z-index:100000; opacity: 1!important; width: 200px!important;}
.tipsy-inner {padding:5px 8px 4px; background-color:black; color:white; min-width: 200px!important; text-align:center; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; position: absolute!important; top: -430px!important; opacity: 1!important; left: 50%; transform: translateY(-50%) translateX(-50%); z-index: 999999!important;}
.tipsy-arrow {display: none;}
.tipsy-n .tipsy-arrow {display: none;}
.tipsy-nw .tipsy-arrow {display: none;}
.tipsy-ne .tipsy-arrow {display: none;}
.tipsy-s .tipsy-arrow {display: none;}
.tipsy-sw .tipsy-arrow {display: none;}
.tipsy-se .tipsy-arrow {display: none;}
.tipsy-e .tipsy-arrow {display: none;}
.tipsy-w .tipsy-arrow {display: none;}
.jGrowl {z-index:9999; color:#fff; font-size:12px; font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; position:fixed}
.jGrowl.top-left {left:0; top:0}
.jGrowl.top-right {right:0; top:0}
.jGrowl.bottom-left {left:0; bottom:0}
.jGrowl.bottom-right {right:0; bottom:0}
.jGrowl.center {top:0; width:50%; left:25%}
.jGrowl.center .jGrowl-closer,.jGrowl.center .jGrowl-notification {margin-left:auto; margin-right:auto}
.jGrowl-notification {background-color:#000; opacity:.9; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100)); -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100)); zoom:1; width:250px; padding:10px; margin:10px; text-align:left; display:none; border-radius:5px; min-height:40px}
.jGrowl-notification .ui-state-highlight,.jGrowl-notification .ui-widget-content .ui-state-highlight,.jGrowl-notification .ui-widget-header .ui-state-highlight {border:1px solid #000; background:#000; color:#fff}
.jGrowl-notification .jGrowl-header {font-weight:700; font-size:.85em}
.jGrowl-notification .jGrowl-close {background-color:transparent; color:inherit; border:none; z-index:99; float:right; font-weight:700; font-size:1em; cursor:pointer}
.jGrowl-closer {background-color:#000; opacity:.9; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100)); -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100)); zoom:1; width:250px; padding:10px; margin:10px; display:none; border-radius:5px; padding-top:4px; padding-bottom:4px; cursor:pointer; font-size:.9em; font-weight:700; text-align:center}
.jGrowl-closer .ui-state-highlight,.jGrowl-closer .ui-widget-content .ui-state-highlight,.jGrowl-closer .ui-widget-header .ui-state-highlight {border:1px solid #000; background:#000; color:#fff}
@media print {.jGrowl {display:none}}
.pun-modal {position:fixed; width:100%; height:100%; top:0; left:0; bottom:0; z-index:100000}
.pun-modal .modal-bg {position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,.5); cursor:pointer; z-index:110000}
.pun-modal .modal-inner {width:700px; max-width:94%; height:auto; max-height:44em; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); border-radius: 5px; box-shadow:0 0 14px rgba(0,0,0,.3); position:relative; z-index:120000; overflow:hidden}
.pun-modal h2,.pun-modal h1 {max-width:700px; margin:0!important; background-color: #b4ad9c;}
.pun-modal .container {padding:.6em 1em; max-height:40em; overflow:auto}
.pun-modal .closer {position:absolute; font-size:1.5em!important; line-height:.8em; right:.4em; padding:.3em!important; margin:-.3em!important; cursor:pointer; background:none 0 transparent!important}
.noscroll {overflow:hidden!important}
.notify-message.jg-notice, .notify-message.jg-reputation, .notify-message.jg-report, .notify-message.jg-award { border-left: 12px solid transparent!important; }
.jGrowl-notification .jGrowl-header, .jGrowl-notification .jGrowl-message {
font-weight: 600!important;
color: var(--doptext)!important;
font-family: 'Mulish' !important;
}
.jGrowl-notification .jGrowl-header a, .jGrowl-notification .jGrowl-message a {
font-weight: 700!important;
font-family: 'Mulish' !important;
}
.jGrowl-notification .jGrowl-message a {
color: var(--doptext)!important;
}
.jGrowl-notification .jGrowl-close {
border: none !important;
color: var(--doptext);
padding: 2px 8px !important;
font-size: 12px !important;
}
.flag-i {
background-size: contain;
background-position: 50%;
background-repeat: no-repeat;
position: relative;
display: inline-block;
width: 1.33333333em;
line-height: 1em;
margin-right: 1em;
}
.flag-i:before { content: '\00a0';}
.social {
background-image: url(/i/social.1.png);
background-repeat: no-repeat;
float: left;
display: block;
margin: 3px 5px;
width: 16px;
height: 16px;
}
.social-vkontakte { background-position: -130px 0;}
.social-odnoklassniki { background-position: -78px 0;}
.social-mailru { background-position: -52px 0;}
.social-google { background-position: -26px 0;}
.social-yandex { background-position: -156px 0;}
.icons-pencil:before { content: '\270E'; } /* '' */
.hide-author .post-body {
margin-left: 0px;
margin-right: 0px;
position: relative !important;
padding: 10px 21px;
box-sizing: border-box;
}
.hide-author .post-content {
overflow: visible;
}
/*Регулировка размера шрифта в постах © Alex_63 */
.FNTslider {
border-radius: 4px;
position: absolute;
z-index: 1000;
background: #bab6b0;
width: 109px;
height: 2px;
margin: 3px 5px;
border: solid 1px #bab6b0;
float: right;
margin-right: 10%;
}
#pun-messages .FNTslider { margin-right: 20%; }
.FNTslider .before {
height: 2px;
border: solid 1px transparent;
border-right: none 0;
border-radius: 4px 0 0 4px;
position: absolute;
background: #00000070;
margin-top: -1px;
margin-left: -1px;
}
.FNTslider .thumb {
width: 5px;
height: 8px;
border-radius: 3px;
position: relative;
top: -3.5px;
background: #54504a;
cursor: pointer;
}
/* подсказки */
#tooltip,
.tipsy-inner {
z-index: 999999;
padding: 6px;
color: var(--head-text)!important;
font-weight: 400;
font-size: 10px;
letter-spacing: 0.5px;
box-shadow: var(--orange-border)!important;
background: url(https://forumstatic.ru/files/001c/44/10/41179.png?v=1);
font-family: 'Mulish';
text-transform: uppercase;
border-radius: 5px;
font-weight: 500;
box-shadow: 0 0 6px 1px #0000009e!impostant;
}
#tooltip,
.tipsy-inner,
#respect figure .prof,
.tipsy-inner a {
color: var(--proftext) !important;
text-transform: lowercase!important;
text-decoration: none !important;
text-align: center;
}
#tooltip {
position: absolute;
max-width: 200px;
display: none;
}
#tooltip,
.tipsy-inner,
.num_msg,
.bubble,
.jGrowl-notification,
.jGrowl .messag_theme,
#messages-list a.Author {
background-color: var(--helpcol) top;
z-index: 50;
box-shadow: 0 0 6px 1px #0000009e!impostant;
}
.tipsy .post-rating p, .jGrowl .post-rating p, .tooltipsy .post-rating p, .tipsy-inner .post-rating p { left: -200px!important; margin-top: -300px!important; }
.jGrowl .messag_theme {
font-size: 10px !important;
background: rgba(0, 0, 0, .75);
padding: 0px 0 3px !important;
box-shadow: 0 0 10px rgba(0, 0, 0, .3);
font-family: Tahoma;
width: 277px !important;
min-height: 0 !important;
opacity: 1 !important;
}
.jGrowl .messag_theme h2 { color: var(--proftext) !important; }
.messag_theme .jGrowl-close {
font-size: 15px !important;
margin-top: 3px !important;
margin-right: 2px !important;
}
/*************************************************************
ЛИЧНАЯ СТРАНИЧКА
**************************************************************/
.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: -30px;
right: 25px;
color: var(--proftext);
text-shadow: 0 1px 1px #000000b5;
font-weight: bold;
cursor: pointer;
text-decoration: none;
transition: color .3s ease-in-out!important;
}
#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/74977.png) repeat;
border-radius: 20px;
width: 900px;
height: 440px;
margin: auto;
text-align: justify;
position: absolute;
}
.lichka_gif {
position: absolute;
margin: 30px 0 0 105px;
filter: grayscale(1);
max-width: 245px;
max-height: 134px;
text-align: center;
overflow: hidden;
height: 100%;
width: 100%;
border-radius: 20px;
}
.lichka_name {
text-transform: uppercase;
font-size: 15px;
text-align: center;
margin: 30px 0 10px 375px;
position: relative;
font-family: 'Anticva';
letter-spacing: .6px;
color: var(--proftext);
width: 410px;
height: 35px;
overflow: hidden;
font-weight: bolder;
}
.lichka_text {
letter-spacing: 0.5px;
text-align: justify;
margin-left: 360px;
width: 410px;
height: 80px;
position: relative;
overflow: auto;
color: var(--proftext);
padding: 0px 15px;
font: var(--body-font);
border-radius: 20px 0 0 20px;
font-size: 10px;
text-shadow: 0 1px BLACK;
}
.lichka_text a { color: var(--linkp)!important; transition: color .3s ease-in-out!important; }
.lichka_text a:hover { color: var(--hovlinkt)!important; }
.lichka_plashki {
position: relative;
width: 700px;
height: 180px;
margin: 50px 100px 0;
line-height: 15px;
overflow: auto;
font-size: 10px;
text-align: center;
}
.inline-div {
display: inline-block;
width: 137px;
height: 39px;
background: var(--helpcol);
font-size: 11px;
font-weight: 400 !important;
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;
color: var(--proftext);
padding: 11px 0px 0px 0px;
box-sizing: border-box;
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%);}
.inline-div{
padding-left: 36px;
padding-top: 9px;}
.inline-div div {
font-weight: 500;
}
.ds1 {
text-transform: uppercase;
}
.ls_pl {
background: url(https://i.imgur.com/axgHC6u.png);
width: 230px;
height: 65px;}
.nas {
position: absolute;
right: 25px;
bottom: -45px;
height: 30px;
text-align: right;
}
.nas a {
transition: color .3s ease-in-out!important;
}
.grayscale {
-webkit-filter: grayscale(1);
}
/* очередность
-------------------------------------------------------------*/
#slideout {
z-index: 200;
position: fixed;
top: 60px;
right: 30px;
width: 36px;
height: 36px;
padding: 0px 0;
text-align: center;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
}
#slideout:before {
content: '\f56b';
position: absolute;
font-family: 'Font Awesome';
font-size: 13px;
background: #989898;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
backdrop-filter: blur(10px);
border-radius: 50%;
height: 13px;
width: 13px;
padding: 10px;
text-align: center;
box-shadow: 1px 0px 0px -1px #fbfbfb57;
}
#slideout_inner {
color: var(--proftext);
position: fixed;
top: 60px;
right: -303px;
background: var(--forest) -520px 240px;
width: 300px;
height: 140px;
transition-duration: 0.3s;
text-align: left;
font-size: 10px;
border: var(--orange-border);
}
#slideout_inner_textarea {
width: 230px;
height: 180px !important;
margin-bottom: 1px;
overflow: auto;
margin-top: -20px;
margin-left: 45px;
}
#slideout:hover { right: 219px; }
#slideout:hover #slideout_inner { right: 0; }
.ochered a {
font: var(--h1-font);
text-transform: uppercase;
z-index: 300;
font-weight: bold;
color: var(--proftext)!important;
font-size: 10px;
}
.ochered a:hover {
color: var(--doptext)!important;
}
.ochered {
font: var(--h1-font);
text-transform: uppercase;
z-index: 300;
color: var(--proftext);
text-shadow: #000 .5px .5px .5px;
}
.ochered center {
font-family: 'Mulish';
font-size: 12px;
margin-left: -60px;
font-weight: 800;
}
.jGrowl-notification { transform: unset !important; }
.jGrowl-notification, .jGrowl-closer, .notification-spoiler { }
.jGrowl-notification .jGrowl-header, .jGrowl-notification .jGrowl-message {
color: var(--proftext)!important;
text-shadow: 0 0 1px #000 !important;
}
/*************************
Стиль для Быстрой смены аккаунтов
Deff
*************************/
/*Cкрытие формы входа без клика*/
#pun-navlinks a:not(.NextShow)+span.odd{
display:none!important;
}
#pun-navlinks #New-exit img{
position:absolute;
margin: 0;
width:22px;
height:auto;
opacity:.8;
}
#pun-navlinks #New-exit:hover{
opacity: .4;
}
/*Стиль доп-иконки Выход!*/
.punbb #pun-navlinks a#New-exit {
position:absolute;
z-index:100000!important;
margin-top: 0px!important;
margin-left: 29px!important;
float:none!important;
}
.punbb #pun-navlinks a#New-exit:before {
content:none;
}
.punbb #pun-navlinks #form-login input{
text-align: center;
border: none !important;
text-rendering: auto;
margin-top: 4px !important;
border-radius: 2px;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
display: inline-block !important;
text-align: center;
font: normal normal 400 11px / normal Arial !important;
background-color: rgb(120 120 120 / 79%);
box-shadow: none;
border-radius: 3px;
color: #0e0e0edb !important;
}
.punbb #pun-navlinks #form-login input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px #626262 inset !important;
}
.punbb #form-login #fld1,#form-login #fld2{
background-color: rgb(250, 255, 189);
}
.punbb #pun-navlinks #form-login input[type="submit"]{
color: #787878 !important;
font-weight: 700 !important;
font-family: 'Mulish' !important;
border-radius: 3px !important;
background-color: #62626212;
border: var(--orange-border) !important;
}
/*Стиль формы входа*/
.punbb #pun-navlinks #form-login {
text-shadow: 1px 1px 0 rgb(0 0 0);
display: block;
font: normal normal 400 11px / normal Tahoma;
color: var(--headlink);
text-transform: none;
position: absolute !important;
left: 0px;
top: 14px;
z-index: 1000000!important;
padding: 7px 12px;
background: var(--noise);
border-radius: 0px 20px 20px 0px;
text-align: center;
font-family: 'Mulish';
}
#pun-navlinks #navlogin #form-login {
margin-left: -35px;/*Подвижки формы влево от вход*/
z-index: 100!important;
}
#pun-navlinks #navlogout #form-login {
margin-left: -35px;/*Подвижки формы влево от выход*/
z-index: 100!important;
}
.ismoderator #pun-navlinks #navlogout #form-login {
margin-left: -35px!important;/*Подвижки формы влево от выход для АМС*/
z-index: 100!important;
}
/*Стиль ссылок в форме "Не зарегистрированы" и "Забыли пароль" */
#pun-navlinks #form-login input[value="Войти"]+p{
margin-bottom: 11px;
margin-top: 11px;
}
.punbb #pun-navlinks #form-login a.Rega,
.punbb #pun-navlinks #form-login a.Forgot{
position:relative;
text-transform: none!important;
z-index:20;
text-shadow:none;
cursor:pointer;
font: normal normal 400 10px/normal Tamota!important;
letter-spacing:0.5!important;
}
.punbb #pun-navlinks #form-login a.Rega:before,
.punbb #pun-navlinks #form-login a.Forgot:before{
content:none;
}
/* Помечаем красным незаполненные поля!*/
#form-login input.none{
outline:red dashed 2px!important;
}
/*Форма слево(с Никами) */
#List-UserNames {
position: absolute;
margin-top: -8px;
min-height: 90px;
width: 220px;
right: 127px;
top: 8px;
padding: 12px 19px 12px 17px;
background: var(--noise);
border-radius: 20px 0px 0px 20px;
text-align: center;
z-index: 100 !important;
}
/*Стиль контейнера под список Ников*/
.punbb #List-UserNames ul{
padding: 0px;
overflow:hidden;
overflow-y:auto;
min-height:36px;
z-index: 100 !important;
border-radius: 5px;
}
.punbb #List-UserNames li {
display: block !important;
position: relative;
background: none;
text-align: left;
padding-left: 5px !important;
margin: 1px auto !important;
font-family: 'Mulish';
padding: 2px 0;
transition: .33s;
z-index: 100 !important;
}
.punbb #List-UserNames li:hover{
opacity:.84;
/*background:#546a6b!important;*/
}
/*Стиль Ников*/
.punbb #List-UserNames li>b{
cursor: pointer;
opacity: .8;
color: #929292;
text-shadow: 1px 1px 1px rgb(0 0 0);
}
.punbb #List-UserNames li>b:hover{
opacity:.93;
text-shadow:1px 1px 1px rgba(0,0,0,.6);
}
/*Скролл контейнера с никами*/
#List-UserNames ul::-webkit-scrollbar {
width: 7px;
height: 5px;
}
#List-UserNames ul::-webkit-scrollbar-track {
background-color: #3e2a24;
border: 1px solid #6a524b;
box-shadow: none;
}
#List-UserNames ul::-webkit-scrollbar-thumb {
background-color: #40302a;
border: 1px solid #89766f;
box-shadow: none;
}
/*Кнопки Удалить (правее ников)*/
#List-UserNames ul li>span {
display: inline-block;
padding: 0 3px;
position: absolute;
opacity: .88;
cursor: pointer;
top: 0;
bottom: 0;
right: 2px;
font: normal normal 700 10.56px/normal Verdana;
color: var(--headlink);
text-shadow: 1px 1px 1px rgb(0 0 0);
}
/*Текст при отсутствии запомненных Ников!*/
#List-UserNames ul:empty:before{
display:inline-block;
content: "У Вас нет запомненных ников, введенных через форму справо, или через перенос ниже!";
}
/*Кнопка выход-2*/
#navlogin #exit-2 {
display:none;
}
#navlogout .Rega,
#navlogout .Forgot {
display:none;
}
/*Стиль блока с инпутом для переноса и вставки запомненных Аккаунтов*/
#List-UserNames ul+span{
display:inline-block;
padding:6px 0 8px 0;
text-align:left;
font: normal normal 400 10.56px/normal Verdana;
}
/*Сам инпут*/
.punbb #List-UserNames input {
background: rgb(42 26 21);
border: 2px inset rgb(62 42 36)!important;
border-radius: 2px;
text-shadow: none!important;
color: #3e2a24!important;
background-color: #342a23;
font: normal normal 400 11px/normal Arial!important;
box-shadow: inset 0px 0px 3px rgb(18 9 6);
margin-top: 9px;
padding: 2px !important;
vertical-align: middle;
}
/*Стрелочки к инпуту*/
#List-UserNames ul+span b{
font: normal normal 400 13px/normal Verdana;
padding:0 3px;
color: #342D2C;
}
/*Кликалка слево, чуть выше инпута*/
#List-UserNames .a1-copy{
display:inline-block!important;
cursor:pointer;
float:left;
}
/*Кликалка справо*/
#List-UserNames .a1-paste{
cursor:pointer;
display:inline-block!important;
float:right;
}
/*Подсказки на кликалках*/
.tipsy.a11 {
font: normal normal 400 11px/normal Tahoma!important;
margin-top:-22px!important;
margin-left: 148px!important;
max-width:170px;
}
/*************************
//Конец Стиля для Быстрой смены аккаунтов
*************************/
/*ЧАСТЬ 3. CSS-стили кастомизированного плеера*/
.player-wrapper{
background: none;
width: 0px;
height: 40px;
position: absolute;
right: 5px;
top: -31px;
z-index: 1;
}
.pa-fld1 .player-wrapper {
top: 72px;
right: 105%;
}
.play-pause.paused{
background: #acaaa4 !important;
position: relative;
width: 30px;
height: 30px;
border: 1px solid var(--hovlink)!important;
border-radius: 50% !important;
padding: 0;
box-shadow: none !important;
padding: 0 !important;
}
.play-pause.paused:before {
content: "\f04b";
position: absolute;
font-size: 16px;
font-family: Font Awesome;
color: var(--hovlink);
top: 50%;
left: 54%;
transform: translateX(-50%) translateY(-50%);
}
.play-pause{
padding: 0 !important;
box-shadow: none !important;
background: #acaaa4 !important;
position: relative;
border: 1px solid var(--hovlink)!important;
width: 30px;
height: 30px;
border-radius: 50% !important;
padding: 0;
box-shadow: none !important;
}
.pa-fld1 .play-pause {
background: url(https://forumstatic.ru/files/001c/35/64/17439.png) !important;
height: 30px;
width: 26px;
border-radius: 10px 10px 0px 10px !important;
}
.play-pause:before {
content: "\f04c";
position: absolute;
font-size: 16px;
font-family: Font Awesome;
color: var(--hovlink);
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}
.pa-fld1 .play-pause.paused:before, .pa-fld1 .play-pause:before { font-size: 13px; color: #d0cfca; }
.track, .volume{height: 100%; background: linear-gradient(0deg, transparent 0, transparent 50%, black 50%, transparent calc(50% + 1px), transparent); display: inline-block; margin-left: 10px; position: relative;}
.track {
width: calc(80% - 60px);
}
.volume {
width: 20%;
}
.thumb {
height: 0px;
}
/* мелодия в профиле */
audio::-webkit-media-controls-panel {
background: #3dbfda;
}
audio::-webkit-media-controls-play-button {
color: #fff;
}
audio::-webkit-media-controls-mute-button,
audio::-webkit-media-controls-timeline-container,
audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-time-remaining-display,
audio::-webkit-media-controls-timeline,
audio::-webkit-media-controls-volume-slider-container,
audio::-webkit-media-controls-volume-slider,
audio::-webkit-media-controls-seek-back-button,
audio::-webkit-media-controls-seek-forward-button,
audio::-webkit-media-controls-fullscreen-button,
audio::-webkit-media-controls-rewind-button,
audio::-webkit-media-controls-return-to-realtime-button,
audio::-webkit-media-controls-toggle-closed-captions-button {
display: none!important;
}
.newtext {
width: 45px;
display: inline-block;
}
.newtext .bracket { display: none; }
.newtext a { font-size: 0px; position: relative; }
.newtext a:after {
position: absolute;
content: '[ new ]';
font-size: 12px;
width: 50px;
font-weight: 700;
left: -2px;
color: var(--hovlink);
}
.thema {
background: url(https://i.ibb.co/bFt1pF9/prof.png) repeat;
width: 800px;
background-size: auto;
display: flex;
flex-direction: column;
outline: 1px solid #3D3D3D;
border: 1px solid black;
box-shadow: 5px 5px black;
border-radius: 0 0 20px 20px;
box-shadow: 0 0 5px black;
padding: 20px 0px 20px;
margin: 0 49px 0;
}
.thema * strong {
font-weight: 900;
}
.thema_small {
background: url(https://i.ibb.co/bFt1pF9/prof.png) repeat;
width: 600px;
display: flex;
flex-direction: column;
outline: 1px solid #3D3D3D;
border: 1px solid black;
box-shadow: 5px 5px black;
border-radius: 0 0 20px 20px;
box-shadow: 0 0 5px black;
padding: 20px 0px 20px;
margin: 0 50px 0;
}
.thema_back{
margin: 20px 0px 20px 70px;
padding: 60px 0px 0px 0px;
position: relative;
}
.thema_back:before {
content: '';
position: absolute;
z-index: -1;
background: var(--forest) top center;
background-position: -177px -90px;
width: 900px;
height: 200px;
background-size: auto;
border-radius: 20px 20px 20px 0px;
top: 0px;
}
.thema_back_small {
background: var(--forest) no-repeat;
width: 700px;
background-size: auto;
border-radius: 20px 20px 0px 0px;
margin: 20px 0px 20px;
padding: 60px 0px 60px 0px;
}
.thema_title p {
width: 100%;
text-align: center;
margin: 0px 0px 15px !important;
text-transform: uppercase;
font-family: 'Arial' !important;
font-weight: 700 !important;
color: #B5B3AF !important;
font-size: 30px !important;
text-shadow: 1px 1px black;
}
.thema_description {
width: 700px;
padding: 10px 20px;
margin: 0 30px 10px;
background-color: #101010 !important;
border: 1px solid #313131;
border-radius: 10px;
}
.thema_description p {
font-size: 12px!important;
font-family: 'Mulish';
font-weight: 400;
color: #B5B3AF;
line-height: 1.3;
}
.thema_description p a { color: #B48E74!important; }
.thema_description p a:hover { color: #B7794C!important; }
.thema_description_small {
width: 520px;
padding: 10px 20px;
margin: 0px 20px;
background-color: #101010 !important;
border: 1px solid #313131;
border-radius: 10px;
}
.thema_description_small p {
font-size: 12px;
font-family: 'Mulish';
font-weight: 400;
color: #B5B3AF;
line-height: 1.3;
}
.thema_description_small p a { color: #B48E74!important; }
.thema_description_small p a:hover { color: #B7794C!important; }
.thema_subtitle p {
width: 100%;
text-align: center;
font-family: 'Mulish';
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
color: #B5B3AF;}
.thema_hr {
opacity: .2!important;
width: 410px;
margin: 14px auto 30px!important;
height: 1px;
border: none;
border-top: 1px solid #a3a0a0;
}
.thema_text_inside p a { color: #773936 !important; }
.thema_text_inside p a:hover { color: ##663c37!important; }
.thema_light {
background: url(https://i.ibb.co/t8RFrRf/theme.png);
outline: 1px solid #b9b6b2;
border: 1px solid #a29f9c;
box-shadow: 0 0 5px #0000009e;
border-radius: 20px;
padding: 10px 0px 1px;
}
.thema_light .thema_description {
width: 720px;
padding: 0 20px;
margin: 0 20px 10px;
background: url(https://i.ibb.co/t8RFrRf/theme.png);
border: none;
border-radius: 10px;
}
.thema_light .thema_description p {
color: var(--t-body);
}
.thema_light .thema_light .thema_title p {
background: #b5b4b1;
}
.thema_light .thema_title p {
color: var(--t-body);
}
.thema_light .custom_tag.custom_tag_tabtitle{background: #b5b4b1;}
.thema_light .custom_tag.custom_tag_tabtitle.active{background: #c9c7c3;}
/*вкладки, (c) EMERAEL 2024*/
.hidden {
height: 0;
opacity: 0;
}
.custom_tag.custom_tag_tabtitle {
display: inline-grid;
justify-content: center;
cursor: pointer;
margin: 10px 10px -12px 0px;
font: bold 7px Open Sans;
letter-spacing: .5px;
line-height: 8px;
text-transform: uppercase;
text-align: center;
margin-right: 2px;
border: solid 1px #e3e3e3;
border-bottom: none;
border-radius: 5px 5px 0px 0px;
padding: 9px;
height: 8px;
background-color: #f9f9f9;
width: 85px;
color: #c9c5b9;
transition: all .3s ease-in-out;
}
.custom_tag.custom_tag_tabtitle p {
font-weight: 700;
}
.tabsy_2 .custom_tag.custom_tag_tabtitle {
width: 100%;
}
.custom_tag.custom_tag_tabtitle::-webkit-scrollbar-thumb:vertical { background-color:#eeeeee;border:solid 1px #e3e3e3;border-radius:0px; }
.custom_tag.custom_tag_tabtitle::-webkit-scrollbar { width:5px;background-color:transparent;border-radius:0px; }
.custom_tag.custom_tag_tabtitle p {padding: 0;}
.custom_tag.custom_tag_tab {
overflow-y: auto;
margin: 8px 0px 0px 0px;
padding: 10px;
}
.tabsy {
text-align: justify;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 0px 5px;
}
.tabsy-img {
border:solid 1px #e3e3e3;
background-color:#c9c5b9;
}
.tabsy-banner {
width: 100%;
height: 250px;
position: relative;
overflow: hidden;
}
.tabsy-banner img {
width: 100%;
height: 250px;
position: absolute;
overflow: hidden;
z-index: 0;
}
.tabsy-banner-name {
font:60px Montserrat;
font-weight:300!important;
letter-spacing:-1px;
position:absolute;
color:#f9f9f9;
padding-top:45px;
text-shadow:0px 0px 4px rgba(44,44,44,.35);
z-index: 1;
width: 100%;
}
.tabsy-quote-words {
font: bold 10px Inconsolata;
letter-spacing: 3px;
text-transform: uppercase;
padding-top:140px;
z-index: 600;
position: absolute;
color: #f9f9f9;
text-shadow: 0px 0px 4px rgba(44, 44, 44, .35);
width: 100%;
}
.tabsy-quote-words-1 {
padding-top: 18px;
font: 30px Montserrat;
line-height: 25px;
color: #f9f9f9;
text-shadow: .75px .75px 0px #f9f9f9, .75px 0px 0px #f9f9f9, 0px .75px 0px #f9f9f9, -.75px 0px 0px #f9f9f9, 0px -.75px 0px #f9f9f9, -.75px .75px 0px #f9f9f9, .75px -.75px 0px #f9f9f9, -.75px -.75px 0px #f9f9f9;
width: 76%;
float: right;
display: inline-block;
z-index:1;
}
.tabsy-border {
border:solid 1px #e3e3e3;
border-top:none;
padding:10px 12px 0px 10px;
height:26px;
background-color:#e9e9e9; }
.custom_tag.custom_tag_tabtitle {
background: #212121;
border-radius: 10px;
font: 700 11px Mulish;
text-align: center;
padding: 8px 13px;
text-transform: uppercase;
margin: 5px 0;
cursor: pointer;
transition: all .3s linear 0s;
color: #c0b8b8;
height: auto;
width: auto;
border: none;
}
.custom_tag.custom_tag_tabtitle p {padding: 0; margin: 0;}
.custom_tag.custom_tag_tabtitle.active {
background: #3a3a3a;
}
.custom_tag.custom_tag_tab {
margin: 0px;
padding: 0px;
}
.custom_tag.custom_tag_tab p {
margin: 10px;
}
/* Добавляем плавность для вкладок */
.custom_tag_tab {
opacity: 0;
transition: all 1s ease; /* плавный переход */
}
.custom_tag_tab:not(.hidden) {
height: auto;
opacity: 1;
}
.custom_tag_tab .code-box {
background: 0;
color: #B5B3AF;
background: #21212147;
box-shadow: inset 0 0 0 1px #212121;
}
.custom_tag_tab .code-box strong.legend {
background: 0;
}
#pun-viewtopic[data-topic-id="5776"] .post-content p {
font-family: Raleway;
font-weight: 500!important;
}
.rlway p {
font-family: Raleway;
font-weight: 500;
}
.custom_tag_left .postimg { margin: 0 4px 0 -4px!important; }
.custom_tag_right .postimg { margin: 0 -4px 0 4px!important; }
b { font-weight: 700!important; }
/* ---------------- СТИЛИЗАЦИЯ АДМИНКИ -------------------*/
.punbb-admin {
position: relative;
padding: 0px 20px 0px;
font-family: 'Raleway';
}
.adformal h2, #pun-adnav h2 {
padding: 0.5em 1em;
border-style: none solid solid none;
border-width: 0 1px 1px 0;
font-family: 'Mulish';
text-transform: uppercase;
text-align: center;
border-color: #333 !important;
color: #302f2c !important;
border: var(--bordin) !important;
border-radius: 5px;
background-color: rgb(204 199 192) !important;
box-shadow: 0 0 3px 0.2px #00000021;
}
#adnav-standard ul li {
text-align: center;
text-transform: none;
padding: 4px 0;
margin: 3px 5px;
border: var(--bordin);
border-radius: 5px;
background: var(--forcol);
box-shadow: 0 0 3px 0.2px #00000021;
}
#adnav-standard ul li ul li {
margin: 5px;
}
#pun-adnav a, #adnav-standard ul li a { transition: all .3s ease-in-out;}
#pun-adnav a:hover, #adnav-standard ul li a:hover {
color: var(--hovlink)!important;
}
#adnav-standard > ul {
display: flex!important;
flex-direction: column!important;
}
#adnav-standard ul .item1 {
order: -5;
}
#adnav-standard ul .item6 {
order: -4;
}
#adnav-standard ul .item-forms {
order: -3;
position: relative;
}
#adnav-standard ul .item-forms sup {
display: none;
}
#adnav-standard ul .item15 {
order: -2;
position: relative;
}
#adnav-standard ul .item20 {
order: -1;
}
#adnav-standard ul .item15:after,
#adnav-standard ul .item-forms:after {
content: "\f02e";
font-family: Font Awesome;
position: absolute;
font-size: 11px;
left: 4px;
top: 0;
}
#adnav-standard ul li::marker {
color: transparent!important;
font-size: 0!important;
}
.adcontainer {
border-style: unset!important;
}
.adminmain {
padding-left: 155px;
margin-bottom: 6px;
margin-top: 70px;
}
#pun-admain legend span {
padding: 4px 9px!important;
margin: 0 0 0 -15px;
background: var(--backcol)!important;
border-radius: 5px!important;
font-size: 12px!important;
font-weight: 600!important;
border: var(--bordin)!important;
box-shadow: 0 0 3px 0.2px #00000017!important;
}
#pun-admain fieldset {
border-color: var(--forcol)!important;
}
.adformal {
border-style: none!important;
}
#pun-admain fieldset .handle, #pun-admain fieldset p {
border-color: var(--forcol)!important;
border-radius: 5px!important;
}
#pun-admain span[class="adinput"] input, #pun-admain span[class="adinput"] label {
max-width: 94%!important;
}
.punbb #pun-admain p.contains-textarea {
border-left-width: 0px !important;
border-left-style: none !important;
background-color: transparent!important;
}
#pun-category2 {
display: none!important;
}
/* Theme switcher © max, the murderer! */
#theme_switcher {
display: flex;
flex-direction: row;
gap: 5px;
position: absolute;
padding: 0;
margin: 0;
top: -15px;
right: 229px;
z-index: 999;
border: none !important;
}
#theme_switcher span { display: flex; height: 30px; width: 30px;}
#theme_switcher li label {
font-size: 0px;
height: 18px;
width: 19px;
border-radius: 50%;
display: block;
cursor: pointer;
position: relative;
box-shadow: none;
}
#theme_switcher li label:after {
position: absolute;
font-family: 'Font Awesome';
content: '\f185';
vertical-align: middle;
font-size: 15px;
color: #874F41;
background: #D7D2CA;
border-radius: 50%;
height: 28px;
width: 28px;
display: flex;
justify-content: center;
align-items: center;
border: 1px solid #B0AAA1;
transition: all .3s ease-in-out;
}
#theme_switcher li label[for="dark"]:after {
content: '\f186';
background: #504D46;
color: #D7D2CA;
border: 1px solid #B0AAA1;
}
#theme_switcher li label[for="light"]:hover:after { filter: brightness(0.7); }
#theme_switcher li label[for="dark"]:hover:after { filter: brightness(0.7); }
#theme_switcher li input {
-webkit-appearance: none;
margin: 0;
padding: 0;
background: none;
border: none;
box-shadow: none !important;
}
#volSlider { height: 3px!important; }
#volSlider .before {
height: 3px!important;
}
#volSlider .thumb {
width: 8px!important;
height: 8px!important;
border: .4px solid #00000036!important;
}Поделиться72025-11-05 18:57:46
/* ------------------------- ЗАДНИЙ ФОН ------------------------------*/
body {
background: var(--back);
background-color: #332e2a;
position: relative;
margin: 0;
}
body:after {
position: fixed;
content: '';
background: url(https://forumstatic.ru/files/001c/30/dc/11895.jpg);
width: 1920px;
height: 1080px;
top: 0;
z-index: -2;
left: 50%;
transform: translateX(-50%);
}
/* ------------------------- ТЕЛО ------------------------------*/
#pun {
position: relative;
width: 1080px;
margin: 395px auto 100px auto;
background: #D7D2CA;
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
.dark #pun { background: #504D46; }
#pun:after {
position: absolute;
content: "";
width: 1164px;
height: 642px;
max-height: 100%;
top: -68px;
z-index: -1;
background: transparent url(https://forumstatic.ru/files/001c/30/dc/65160.png);
left: 48.4%;
transform: translateX(-50%);
}
#pun:before {
position: absolute;
content: "";
width: 1124px;
height: 253px;
bottom: -98px;
z-index: -1;
background: transparent url(https://forumstatic.ru/files/001c/30/dc/37877.png) bottom;
left: 50%;
transform: translateX(-50%);
}
.dark #pun:before, .dark #pun:after { filter: brightness(0.6); }
/* ------------------------- НАПОЛНЕНИЕ ТЕЛА ------------------------------*/
.punbb {
height: auto;
width: 100%;
padding: 30px 30px 25px;
box-sizing: border-box;
position: relative;
}
#pun-index { -webkit-font-smoothing: antialiased; }
.multipage {
}
#pun-main {
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
z-index: 1;
margin: 23px 0 70px;
}
/* ------------------------- ШАПКА ------------------------------*/
/* #pun-title {
width: 1100px;
height: 330px;
background: url(https://forumstatic.ru/files/0019/41/eb/73541.png);
position: absolute;
top: -499px;
left: 0px;
z-index: -1;
border-radius: 20px 20px 0px 0px;
} */
/* ------------------------- КАТЕГОРИИ ------------------------------*/
/* оформление всей категории */
#pun-index .category .container {
position: relative;
padding: 17px 0px;
}
/* оформление всего подфорума */
#pun-index .hasicon {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 10px;
width: 810px;
}
#pun-index .hasicon tr {
position: relative;
justify-content: space-between;
display: flex;
transition: all .3s linear;
width: 100%;
gap: 70px;
flex-direction: row;
background-color: var(--forcol);
box-shadow: var(--br-n-shadow);
border-radius: 10px;
min-height: 100px;
padding: 15px 0;
box-sizing: border-box;
}
#pun-index .hasicon tr:hover {
background-color: rgb(0 0 0 / 1.5%);
}
.dark #pun-index .hasicon tr:hover {
background-color: rgb(0 0 0 / 4%);
}
#pun-index .hasicon tr:after {
position: absolute;
content: '';
width: 100%;
height: 1px;
border-bottom: solid 1px #0000000a;
bottom: -1px;
left: 50%;
opacity: 1;
transform: translateX(-50%);
}
/* #pun-index .hasicon tr:last-of-type:after { content: none; } */
/* оформление всех категорий */
#pun-index .category h2 { display: none; }
#pun-stats h2 {
height: 30px;
border-radius: 10px;
width: 952px;
position: relative;
font-size: 0px;
left: 44px;
top: 22px;
background: var(--forest) -140px -400px;
}
#pun-index .category h2 span,
#pun-stats h2 span {
font-family: 'Mulish';
font-size: 0px;
text-transform: uppercase;
font-weight: 400;
color: var(--head-link);
text-shadow: 0 0 1px #2e2c2c;
}
/* ПОДФОРУМ
-------------------------------------------------------------*/
/* расположение и оформление */
#pun-index .tclcon {
color: var(--t-body);
font-weight: 400;
font-size: 10px;
font-family: 'Mulish';
text-transform: lowercase;
-webkit-font-smoothing: antialiased;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 7px;
}
#pun-index .tclcon div {
padding: 0;
font-size: 10px;
font-weight: 600;
line-height: 14px;
margin-bottom: 8px;
text-transform: lowercase;
-webkit-font-smoothing: antialiased;
}
.f_links2 {
display: flex;
flex-wrap: wrap;
height: unset !important;
gap: 4px;
}
.f_links2 a {
text-transform: uppercase;
background-color: #c9bfad;
padding: 2px 15px;
font-size: 10px;
border-radius: 5px;
border: 1px solid #cec5b4;
flex-grow: 1;
text-align: center;
}
.f_links2 a:hover {
color: var(--back-extra) !important;
background-color: #746e58;
}
#pun-index .tclcon h3 {
margin: 0px;
}
#pun-index .tclcon a img {
opacity: 0.7;
transition: all .3s ease-in-out;
}
#pun-index .tclcon a img:hover {opacity: 1;}
/* название подфорума - ссылка */
#pun-index .tclcon h3 a {
text-transform: uppercase;
color: var(--t-body);
font: 400 17px var(--h2-font);
display: block;
padding: 0;
line-height: 1;
box-sizing: border-box;
margin: 0;
width: 100%;
letter-spacing: 0px;
}
#pun-index .tclcon .podfor {
display: flex;
flex-direction: column;
}
#pun-index .tclcon plinks {
display: flex;
flex-direction: row;
justify-content: space-evenly;
gap: 5px;
margin-top: 15px;
}
#pun-index .tclcon plinks a {
text-transform: uppercase;
width: 100%;
padding: 10px;
background-image: var(--category);
border-radius: 5px;
display: flex;
justify-content: center;
align-content: center;
flex-wrap: wrap;
box-sizing: border-box;
font-family: 'Mulish Bold';
font-size: 9px;
color: var(--t-body);
transition: all .3s ease-in-out;
filter: saturate(1.4);
}
#pun-index .tclcon h3 a:hover {
color: var(--hovlink) !important;
}
/* ------------------------- ИКОНКИ НА ГЛАВНОЙ ------------------------------*/
/* общее для иконок */
#pun-index table Div.icon,
#pun-index TR.inew Div.icon {
display: block;
border-radius: 50%;
position: absolute;
left: -67px;
top: 50%;
transform: translateY(-50%);
}
#pun-index table Div.icon {
width: 47px;
height: 36px;
background: url(https://forumstatic.ru/files/001c/30/dc/24018.png) no-repeat;
}
/* новые */
#pun-index TR.inew Div.icon {
width: 35px;
height: 39px;
left: -60px;
background: url(https://forumstatic.ru/files/001c/30/dc/42050.png?v=1) no-repeat;
}
.dark #pun-index table Div.icon { filter: brightness(0.4); }
/* ------------------------- ИКОНКА ВНУТРИ ПОДФОРУМА ------------------------------*/
/* старые */
#pun-viewforum table Div.icon,
#pun-messages table Div.icon,
#pun-searchtopics table Div.icon {
float: left;
display: block;
position: relative;
margin: 2px 8px 0 0;
width: 10px;
height: 10px;
border-radius: 50px;
border: .4px solid #262422c9;
background-color: #363431c2;
}
/* новые */
#pun-viewforum TR.inew Div.icon,
#pun-messages TR.inew Div.icon,
#pun-searchtopics TR.inew Div.icon {
background-color: var(--hovlink);
border: .4px solid #5e362c;
}
.dark #pun-viewforum TR.inew Div.icon,
.dark #pun-messages TR.inew Div.icon,
.dark #pun-searchtopics TR.inew Div.icon { border: .4px solid #e3aea1; }
/*важные */
#pun-viewforum TR.isticky Div.icon,
#pun-messages TR.isticky Div.icon,
#pun-searchtopics TR.isticky Div.icon {
background-color: #24261da1;
}
/* закрытые */
#pun-viewforum TR.iclosed Div.icon,
#pun-messages TR.iclosed Div.icon,
#pun-searchtopics TR.iclosed Div.icon {
background-color: transparent;
border: 1px solid #32312e;
}
/* ------------------------- СТАТИСТИКА ------------------------------*/
#pun-statistic .tc3 {
width: 15%;
}
#pun-statistic .tc-username {
width: unset;
text-align: left;
}
#pun-statistic .tc-title {
width: 25%;
text-align: left;
}
#pun-statistic .tc-registered {
width: 20%;
}
#pun-statistic .tc-topic {
width: 50%;
}
/* оформление статистики */
#pun-stats {}
/* оформление текста в статистике */
#pun-stats .container {
position: relative;
padding: 0px 0px 30px;
width: 880px;
box-sizing: border-box;
margin-top: -28px !important;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
font: var(--body-font);
font-size: 9px;
gap: 0px 30px;
left: 44px;
}
#pun-stats .container:after {
position: absolute;
content: '';
width: 880px;
height: 2px;
background: rgba(0, 0, 0, 0.05);
visibility: visible;
top: 25px;
}
#pun-stats .container span {}
#pun-stats .container span a {}
#pun-stats .container strong {
font-family: var(--body-font);
font-weight: 700;
}
#pun-stats .container strong a {
text-transform: uppercase;
}
/* вся инфа в 1 строчке */
#pun-stats li.item1,
#pun-stats li.item2,
#pun-stats li.item3,
#pun-stats li.item4 {
text-align: center;
display: inline-block;
text-transform: uppercase;
position: relative;
font-family: 'Mulish';
font-size: 10px;
font-weight: 600;
margin-bottom: 20px;
}
#pun-stats li.item4 a{ color: var(--t-body);}
#pun-stats li.item4 a:hover { color: var(--hovlink);}
/* активные пользователи */
li#onlinelist {
width: 100%;
font-family: 'Mulish';
font-weight: 600;
top: 20px;
font-size: 11px;
text-align: justify;
line-height: 14px;
padding: 10px 40px;
}
.onlinelist {
padding: 20px 0px 0 0px;
}
li#onlinelist a {}
.users_24h { padding: 20px 0px 20px 0px;}
/* ------------------------- ФУТЕР ------------------------------*/
#pun-about .container {
height: 10px;
position: relative;
}
/* реклама русфф в футере */
#pun-about .container .item1 {
position: absolute;
font-size: 8px;
text-align: center;
text-transform: uppercase;
width: auto;
bottom: 0px;
left: 50%;
transform: translateX(-50%);
}
#pun-about .container .item1 a {
font-size: 10px;
font-weight: 600!important;
}
#pun-about .container .item1 a:hover {
color: var(--hovlink);
}
/* ------------------------- ЗАКЛАДКИ ------------------------------*/
#MyBookmarks {
background-color: #0e0e0e;
box-shadow: 0 0 0 1px #292929cf, 0 0 6px 2px #000000cf;
border-radius: 5px;
background: #131210;
}
.editBookmark {
background-color: var(--backcol);
box-shadow: inset 0 0 6px 2px #aaa7a2, 0 0 0 1px #94928e;
}
.post .bookmark {
color: rgb(97 61 53) !important;
margin-left: 0px;
background: rgb(97 61 53);
}
#BookmCntToggle {
opacity: .8 !important;
}
#BookmCntToggle:hover {
opacity: 1 !important;
filter: brightness(1.1);
}
#BookmCntToggle.default-style {
background: #663b32 !important;
border-left: solid 5px currentColor;
box-shadow: 1px 1px 0px #01010136 !important;
color: #12110f !important;
display: block;
height: 26px;
width: 18px !important;
z-index: 1;
}
#MyBookmarks h2, #MyBookmarks h1 { color: #ded9d1; }
#MyBookmarks .deS { color: #ded9d1!important; }
/* ------------------------- КНОПКИ ВВЕРХ-ВНИЗ ------------------------------*/
.go-up,
.go-down {
display: none;
margin-bottom: 160px;
opacity: 1;
font-size: 0px;
position: fixed;
z-index: 100;
width: 55px;
height: 74px;
cursor: pointer;
background: url(https://forumstatic.ru/files/001c/30/dc/50359.png);
margin-left: 1095px !important;
bottom: 28%;
transition: all .3s ease-in-out;
}
.dark .go-up, .dark .go-down { filter: brightness(0.7); }
/* расположение */
.go-up {
bottom: 38.3%;
transform: rotate(180deg)
}
.go-up:hover { transform: rotate(180deg) translateY(30px); }
.go-down:hover { transform: translateY(30px); }
/* при наведении */
.go-down:hover,
.go-up:hover {
opacity: 1;
}
/* ------------------------- ПРОФИЛЬ ------------------------------*/
.post-author {
margin: -35px 0 55px 10px;
position: sticky;
top: 0;
background: var(--forcol);
box-shadow: var(--br-n-shadow);
width: 250px;
border-radius: 10px 0px 10px 10px;
padding: 15px;
box-sizing: border-box;
}
/* пространство в профиле */
.post-author ul {
padding: 0px;
box-sizing: border-box;
text-align: center;
color: var(--proftext);
text-transform: lowercase;
display: flex;
flex-wrap: wrap;
justify-content: center;
position: relative;
width: 100%;
margin: 0px;
background: var(--back);
border-radius: 10px;
}
#pun-searchposts .post-author ul { padding-bottom: 15px; }
/* ник автора */
.pa-author {
margin: 20px 0px 10px;
width: 95%;
position: relative;
}
/* ссылка ника */
.pa-author a {
color: var(--proftext) !important;
font: 400 15px var(--h2-font) !important;
text-transform: uppercase;
}
.pa-author:after {
position: absolute;
content: '';
background: linear-gradient(90deg, #4F4C46 0%, #A3A09F 50%, #4F4C46 100%);
width: 170px;
height: 1px;
bottom: -5px;
left: 50%;
transform: translateX(-50%);
}
.pa-author a:hover {
color: var(--doplink)!important;
}
/* статус */
.pa-title {
letter-spacing: .5px;
width: 200px;
margin: 0px 0px 10px;
font: 600 10px 'Mulish';
}
/* аватар */
.pa-avatar {
margin-bottom: 5px;
width: 100%;
}
/* рамка аватара */
.pa-avatar img {
max-width: 180px;
max-height: 180px;
}
/* рамка смены аватара */
.pa-avatar.item2 img.allow_change:hover {
outline-color: var(--hovlink) !important;
}
.change_avatar_theme h2 {
font: var(--h1-font);
padding: 5px;
text-align: center;
color: var(--doptext);
font-weight: normal;
}
/* айпи */
.pa-ip {
clear: both;
color: #51514e !important;
font-size: 7px;
width: 233px;
}
.pa-ip a {
clear: both;
color: #4d4d54 !important;
font-size: 7px;
}
/* активен */
.pa-online {
height: 0px;
width: 0px;
border-radius: 50%;
display: block;
position: absolute;
top: -4px;
opacity: .8;
font-size: 0px;
background: var(--back-noise);
}
/* последний визит */
.pa-last-visit {
font-size: 9px !important;
text-transform: lowercase;
text-align: center;
letter-spacing: 0.5px;
color: var(--proftext);
margin-top: 5px;
}
/* отображение при ответить */
#pun-post .pa-author {
padding: 0;
text-align: center;
width: 100%;
}
/* награды */
.post .pa-awards {
display: none;
}
/* ------------------------- ПОЛЯ ПРОФИЛЯ ------------------------------*/
/* лз */
.pa-fld1 {
width: 210px;
display: flex;
flex-direction: column;
box-sizing: border-box;
padding: 10px 20px;
position: relative;
}
.pa-fld1:after {
position: absolute;
content: '';
width: 170px;
height: 1px;
background: linear-gradient(90deg, #4F4C46 0%, #A3A09F 50%, #4F4C46 100%);
left: 50%;
transform: translateX(-50%);
top: 28px;
}
.pa-fld1 > a {
color: var(--doplink) !important;
font: 800 11px 'Mulish' !important;
text-transform: uppercase;
margin-bottom: 9px;
}
.pa-fld1 a:hover, ps a:hover { color: #cc6349 !important; }
ps {
text-align: justify;
font: 600 10px 'Mulish';
line-height: 150%;
}
ps a { color: var(--doplink) !important; }
.pa-posts,
.pa-respect {
width: 23%;
display: flex;
margin-top: 10px;
margin-bottom: 25px;
justify-content: center;
flex-direction: column;
gap: 10px;
}
.pa-posts span,
.pa-respect span {
font-size: 11px;
}
.pa-posts .fld-name,
.pa-respect .fld-name {
font-size: 0!important;
position: relative;
width: 100%;
height: 12px;
}
.pa-respect .fld-name a {
position: relative;
width: 100%;
height: 100%;
}
.pa-respect .fld-name a:after,
.isguest .pa-respect .fld-name:after {
content: '\f004';
}
.pa-fld5 .fld-name:after {
content: '\f09d';
}
.pa-fld3 .fld-name:after {
content: '\f304';
}
.pa-posts .fld-name:after {
content: '\f27a';
}
.pa-posts .fld-name:after,
.pa-respect .fld-name a:after,
.isguest .pa-respect .fld-name:after {
position: absolute;
font-size: 13px;
font-family: 'Font Awesome';
left: 50%;
transform: translateX(-50%);
transition: all .3s ease-in-out;
color: var(--proftext) !important;
}
.pa-respect .fld-name a:hover:after,
.isguest .pa-respect .fld-name:hover:after { color: var(--hovlink)!important; }
.pa-posts .fld-name:before { content: 'наболтунькано'; }
.pa-respect .fld-name a:before,
.isguest .pa-respect .fld-name:before { content: 'любви подарили'; }
.pa-posts .fld-name:before,
.pa-respect .fld-name a:before,
.isguest .pa-respect .fld-name:before {
position: absolute;
text-transform: lowercase;
font-size: 8px;
text-align: center;
font-weight: 500;
height: auto;
top: 40px;
left: 50%;
line-height: 9px;
width: auto;
transform: translatex(-50%);
transition: all .4s ease-in-out;
font-family: 'Mulish';
opacity: 0;
letter-spacing: .4px;
z-index: 1;
color: var(--proftext);
background-color: #000000;
padding: 7px;
border-radius: 5px;
box-shadow: 1px 1px 6px #181716;
pointer-events: none;
}
.pa-posts .fld-name:hover:before,
.pa-respect .fld-name a:hover:before,
.isguest .pa-respect .fld-name:hover:before { opacity: 1; }
/* ------------------------- ПОСТЫ И РЕПУТАЦИЯ ------------------------------*/
#pa-ua { display: none; }
.pa-respect {
flex-direction: row;
flex-wrap: wrap;
}
.pa-respect img {
filter: grayscale(1) brightness(0.7);
margin-right: -7px;
}
/* Индикатор активности пользователя */
.indOnline,
.indOffline {
display: -webkit-box;
position: absolute;
left: -6px;
top: 45px;
width: 10px;
height: 10px;
border-radius: 50%;
z-index: 1 !important;
}
.indOnline {
background: var(--proftext);
}
.indOffline { background: transparent; }
/* ------------------------- НОВОСТИ ------------------------------*/
/* форма объявления */
#pun-announcement {
position: relative;
z-index: 1;
}
#pun-viewtopic #pun-announcement {
}
#pun-announcement .container::-webkit-scrollbar {
width: 6px;
height: 6px;
}
/* плашки */
.news__container {
display: flex;
justify-content: center;
gap: 10px;
flex-wrap: wrap;
transition: all .3s ease-in-out !important;
margin: 25px 160px 20px;
z-index: 0 !important;
}
.news {
transition: all .2s ease-in-out !important;
padding: 7px 20px;
min-width: 140px;
box-sizing: border-box;
font-size: 10px;
text-transform: lowercase;
text-align: center;
border-radius: 10px;
pointer-events: all;
font-family: 'Mulish';
background: var(--forest) 570px;
color: var(--proftext) !important;
z-index: 0 !important;
}
.news span {
text-transform: uppercase;
font-weight: 700;
font-family: 'Mulish';
font-size: 12px;
z-index: 0 !important;
}
.news:hover {
transition: all .3s ease-in-out !important;
background: var(--forest) 710px;
color: var(--proftext)!important;
}
/* ------------------------- ТАБЛИЦА ------------------------------*/
hand:hover {
opacity: 0;
}
.table {
width: 1100px;
height: 330px;
position: absolute;
top: -330px;
left: 0px;
background: url(https://forumstatic.ru/files/0019/41/eb/39284.png);
transition: opacity .6s ease-in-out;
}
.table * span:not(.table_links__title) {
font-size: 10px;
text-transform: lowercase;
text-shadow: none;
color: var(--doptext);
letter-spacing: .8px;
width: 100%;
display: flex;
text-shadow: .2px .2px .2px #000;
}
.table .bestie {
width: 260px;
color: var(--doptext);
text-align: left;
padding: 0px;
padding-left: 35px;
box-sizing: border-box;
text-transform: uppercase;
border-radius: 20px;
line-height: 13px !important;
font-size: 10px;
letter-spacing: 0.5px;
position: relative;
}
.table .bestie:after {
content: '\f004';
font-family: 'Font Awesome';
font-size: 20px;
display: flex;
justify-content: center;
flex-wrap: wrap;
align-content: center;
color: #7a7a7a;
position: absolute;
opacity: 1;
border-radius: 50%;
transition: all .3s ease-in-out;
left: 1px;
top: 7px;
text-shadow: none;
transition: all 0.8s ease-in-out;
}
.table .bestie:hover:after {
animation: heartbeat 0.8s infinite;
color: var(--hovlinkt) !important;
}
@keyframes heartbeat {
0% {
transform: scale(1);
}
14% {
transform: scale(1.2);
}
28% {
transform: scale(1);
}
42% {
transform: scale(1.2);
}
70% {
transform: scale(1);
}
}
.table .bestie a {
color: var(--doptext) !important;
text-shadow: none!important;
font-size: 11px;
line-height: 14px;
}
.table .bestie a:hover { color: var(--hovlinkt) !important; }
/* .table episode {
top: 50px;
left: 125px;
}
.table post {
top: 125px;
left: 175px;
}
.table active {
right: 150px;
top: 90px;
}
.table posts {
right: 220px;
top: 140px;
} */
.table .quote {
text-align: justify;
width: 210px;
padding: 20px;
color: var(--doptext);
font-family: var(--body-font);
font-weight: 500;
box-sizing: border-box;
text-transform: lowercase;
line-height: 13px;
font-size: 10px;
text-shadow: 1px 1px black;
border-radius: 20px;
backdrop-filter: var(--blur);
transition: all .3s ease-in-out !important;
box-shadow: var(--br-n-shadow);
}
.table .quote a{
color: var(--doptext)!important;
}
.table .quote a:hover{
color: var(--hovlinkt)!important;
}
.table .quote:hover{
background: #00000040;
}
.table .quote div {
height: 105px;
padding: 0px 10px 0 0 !important;
overflow: auto;
text-shadow: 1px 1px #00000066;
}
.table .quote b {
font-weight: 500;
}
.rose {
position: absolute;
font-size: 0;
top: -49px;
right: 590px;
}
.rose:before {
content: '\f06d';
font-family: 'Font Awesome';
font-size: 15px;
width: 30px;
height: 30px;
display: flex;
justify-content: center;
flex-wrap: wrap;
align-content: center;
color: #7a7a7a;
position: absolute;
opacity: 1;
border-radius: 50%;
background: transparent;
transition: all .3s ease-in-out!important;
backdrop-filter: var(--blur);
box-shadow: var(--br-n-shadow);
}
.rose:hover:before {
color: var(--hovlinkt);
background: #00000040;
}
.hb {
position: absolute;
width: 226px;
height: 266px;
top: -288px;
right: 1086px;
z-index: -2;
}
.table .quote div::-webkit-scrollbar-track {
color: #323232;
background-color: #38393a;
}
.table_links::-webkit-scrollbar-track {
background-color: #6a707a00;
}
.table .quote div::-webkit-scrollbar-thumb {
color: #573725;
background-color: #7a7a7a;
}
.table_links::-webkit-scrollbar-thumb {
background-color: #2f2f2f;
}
.table_wrap {
display: flex;
width: 560px;
gap: 460px;
flex-direction: row-reverse;
position: absolute;
top: 60px;
left: 470px;
}
.table_wrap > div {
display: flex;
flex-direction: column;
}
.table_quotes_wrap {
box-sizing: border-box;
width: 290px;
gap: 10px;
}
.table_bestie_wrap {
width: 290px;
gap: 10px;
}
.table_links {
display: flex;
flex-direction: column;
position: absolute;
right: 70px;
top: 30px;
height: 255px;
width: 193px;
overflow: auto;
gap: 10px;
box-sizing: border-box;
padding: 19px 6px 0 2px;
justify-content: center;
}
.table_links_i {
border-radius: 10px;
box-sizing: border-box;
padding: 10px;
width: 180px;
height: 47px;
backdrop-filter: var(--blur);
box-shadow: var(--br-n-shadow)!important;
text-align: center;
color: var(--doptext) !important;
text-shadow: 1px 1px #00000047;
font-size: 10px;
letter-spacing: 0.4px;
}
.table_links__title {
justify-content: center;
text-transform: uppercase!important;
font-weight: 500!important;
font-size: 11px!important;
text-shadow: 1px 1px #0000007d!important;
display: block;
}
.table_links_i:hover {
color: var(--hovlinkt)!important;
background: #00000040;
}
.need {
height: 25px;
font-weight: 800;
font-size: 9px;
text-transform: uppercase;
line-height: 11px;
text-align: center;
text-shadow: 0 0 1px #000;
top: -375px;
left: 565px;
border-radius: 10px;
position: absolute;
padding: 7px 20px;
transition: all .3s ease-in-out;
font-family: 'Mulish';
box-sizing: border-box;
color: #a1a1a1;
backdrop-filter: blur(10px);
box-shadow: var(--br-n-shadow);
}
.need a {color: #a1a1a1!important; font-weight: 800!important; }
.need a:hover { color: var(--hovlinkt) !important; }
.need:hover {cursor: pointer; background: #00000040;}
/* ------------------------- КОД НАВИГАЦИИ ОТ ВЕЩЕГО ДУХА ------------------------------*/
.sslka {
background: url(https://forumstatic.ru/files/0019/41/eb/96972.png);
position: absolute;
text-align: center;
padding: 10px;
line-height: 11px;
pointer-events: all;
transition: all .3s ease-in-out;
display: flex;
flex-direction: column;
gap: 0px;
z-index: 5;
font-family: var(--body-font);
text-transform: uppercase;
color: #868480;
top: -340px;
left: 205px;
box-shadow: 0 0 0 1px #00000054;
}
#navigblock_2 .sslka { left: 393px; }
#navigblock .sslka { }
/* настройка вида самой ссылки, ширина, цвет, фон, шрифты и так далее */
#pun .sslka a {
margin: 2px auto;
width: 145px;
text-align: center;
display: block;
padding: 5px;
border: 1px solid #504b474a;
font-family: var(--body-font);
text-transform: uppercase;
font-size: 10px;
font-weight: 600;
background: #948f8982;
border: (var--forcol-border);
background-color: rgb(0 0 0 / 5%);
color: var(--t-body);
}
#navigblock_2 .sslka a { }
#pun .sslka a:hover {color: var(--hovlink)!important; font-weight: 900; background-color: rgb(0 0 0 / 1%); }
.spirit-navigation, .spirit-navigation_2 {
height: 25px;
width: 160px;
font-weight: 800;
font-size: 9px;
text-transform: uppercase;
line-height: 11px;
text-align: center;
text-shadow: 0 0 1px #000;
top: -375px;
left: 135px;
border-radius: 10px;
position: absolute;
padding-top: 7px;
letter-spacing: 0px;
transition: all .3s ease-in-out;
font-family: 'Mulish';
box-sizing: border-box;
color: #a1a1a1;
backdrop-filter: blur(10px);
box-shadow: var(--br-n-shadow);
}
.spirit-navigation_2 {
left: 320px;
}
.spirit-navigation {
top: -375px;
}
.spirit-navigation:hover, .spirit-navigation_2:hover {
cursor: pointer;
background: #00000040;
}
/* ------------------------- ПАРТНЕРКА И КОПИРАЙТ ------------------------------*/
.cop {
position: absolute;
display: block;
bottom: -70px;
left: 50%;
transform: translateX(-50%);
color: var(--proftext) !important;
text-shadow: 1px 1px 1px #000;
}
.cop:hover {
color: var(--hovlinkt) !important;
}
.partner {
width: 1002px;
max-height: 60px;
overflow: auto;
bottom: -215px;
align-content: center;
padding: 0 20px;
opacity: 0.5;
transition: all .3s ease-in-out;
}
.partner:hover {opacity: 1;}
.partners {
width: 1042px;
height: 90px;
position: absolute;
bottom: -191px;
align-content: center;
box-shadow: var(--br-n-shadow);
backdrop-filter: blur(5px);
}
/* ------------------------- РЕАКЦИИ И ПРОЧАЯ ШУШЕРА ------------------------------*/
/* кнопка реакции */
.reactions-root button,
.reactions-root [type=button],
.reactions-root [type=reset],
.reactions-root [type=submit] {
-webkit-appearance: button !important;
background-color: transparent;
border: 1px solid transparent !important;
background: var(--forcol);
}
.reactions-root button.reaction-picker-button {
border-radius: 50% !important;
border: var(--forcol-border) !important;
}
.reactions-root button.reaction-picker-button * { fill: var(--t-body)!important; }
.reaction-chip.reaction-chip--clicked,
.reaction-chip:not(.reaction-chip--disabled):hover {
background-color: var(--forcol)!important;
border: var(--forcol-border) !important;
}
.reaction-counter__count { color: var(--t-body); }
.reactions-root {
margin-top: -15px;
}
.reactions-root .emoji-mart {
font: var(--body-font) !important;
display: inline-block !important;
color: #424242 !important;
border: var(--forcol-border) !important;
border-radius: 0px !important;
background: var(--modal) !important;
width: 495px !important;
}
.dark .reactions-root .emoji-mart { background: var(--forcol) !important; }
.reactions-root .emoji-mart-category-label span {
background-color: var(--forcol) !important;
border: var(--forcol-border) !important;
border-radius: 5px;
margin: 5px;
width: 468px !important;
}Поделиться82025-11-05 18:57:56
.dark .reactions-root .emoji-mart-category-label span { background-color: #4f4d46 !important; color: var(--t-body); }
.reaction-counters-container { gap: 6px!important; }
.reactions-root .emoji-mart-search {
margin: 10px 15px 10px 10px;
padding: 0 0px !important;
}
.reactions-root .emoji-mart-bar:first-child {
border: none !important;
}
.reactions-root .emoji-mart-search input {
font-size: 13px!important;
display: block;
width: 100%;
padding: 8px 25px 8px 10px!important;
border-radius: 5px;
outline: 0;
border: var(--forcol-border) !important;
}
/* рейтинг поста */
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: 12px !important;
position: relative;
top: 20px;
padding-right: 2px;
z-index: 1;
font-weight: 300;
right: 10px;
}
div.post-rating a:before {
content: "\f005";
font: 30px Font Awesome;
position: absolute;
z-index: -1;
left: calc(50% - 1px);
transform: translateX(-50%);
top: -9px;
color: rgb(177 174 170);
transition: all .4s ease-in-out;
}
.dark div.post-rating a:before { color: var(--forcol); }
div.post-rating a:hover:before {
transform: translateX(-50%) rotate(-15deg);
}
.mylike div.post-rating a:before { opacity: .6; }
.mylike div.post-vote a:before { opacity: 0; }
div.post-vote a {
color: transparent !important;
position: absolute;
right: -20px;
top: 2px;
}
div.post-vote a:hover {
color: transparent !important;
}
div.post-vote a:before {
position: absolute;
content: "\f075";
font: 18px Font Awesome;
color: var(--t-body);
opacity: .3;
transition: all .4s ease-in-out;
}
div.post-vote a:hover:before {
transform: scale(1.2);
}
/* перекрасить количество уведомлений и сообщений */
.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: var(--hovlink) !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;
}
.dark .bubble { background: #685942 !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: 20px!important;
width: 910px !important;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 0px!important;
border: var(--forcol-border) !important;
background: var(--modal) !important;
box-shadow: none!important;
-webkit-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;
}
.hvStickerPackModalContainer {
position: absolute !important;
width: 944px !important;
height: fit-content !important;
left: 50% !important;
transform: translateX(-50%) !important;
z-index: 999 !important;
}
.hvStickerPackModalTab {
padding: 5px 15px!important;
border-radius: 5px!important;
background: var(--forcol)!important;
border: var(--forcol-border)!important;
font-size: 11px!important;
font-family: 'Mulish'!important;
cursor: pointer;
margin-top: 10px!important;
text-transform: lowercase!important;
margin-right: 8px!important;
font-weight: 600;
}
.hvStickerPackModalTab:hover { background: rgb(191 191 191 / 20%)!important;}
.hvStickerPackModalTab.active {background: rgb(31 31 31 / 20%)!important;}
.hvStickerPackModalContent {border: none!important;}
/* подложка маски */
#mask_dialog .inner {
cursor: default;
margin: 0;
width: 660px;
overflow-x: auto;
z-index: 100;
padding: 30px;
border: var(--forcol-border);
box-shadow: 0px 0px 5px #0000002b;
background: var(--modal);
}
#mask_dialog .hv-add-template {
cursor: pointer;
float: right;
margin: -4px 15px 8px;
padding: 5px 10px;
border: solid 1px #979390;
background: var(--quotcol);
border-radius: 10px;
}
#mask_dialog .hv-mask-dialog-title {
text-align: center;
font-weight: 700;
font-size: 18px;
font-family: 'Mulish';
text-transform: uppercase;
line-height: 34px;
position: relative;
}
#mask_dialog .hv-form-block input, #mask_dialog .hv-form-block textarea {width: 100% !important;}
#mask_dialog .hv-form-block { max-height: 420px; overflow-y: auto; }
#mask_dialog .hv-control {
padding: 20px;
text-align: center;
position: relative;
}
#mask_form {
padding: 0px 10px;
max-height: 420px;
}
#button-mask:before {
content: "\f6fa";
font-family: Font Awesome;
position: absolute;
font-size: 14px;
top: 50%;
left: 50%;
cursor: pointer;
color: var(--t-body);
transform: translateY(-50%) translateX(-50%);
transition: all .2s ease-in-out;
}
#button-styles:before {
content: "\f044";
font-family: Font Awesome;
position: absolute;
font-size: 14px;
top: 50%;
left: 50%;
cursor: pointer;
color: #534e48;
transform: translateY(-50%) translateX(-50%);
transition: all .2s ease-in-out;
}
#button-ChangeСase:after, #pun-viewtopic[data-topic-id="5718"] #button-voice:after {
position: absolute;
content: '\f034';
font-family: 'Font Awesome';
font-size: 12px;
left: 50%;
top: 105%;
transform: translateX(-50%) translateY(-50%);
height: 20px;
color: var(--t-body);
transition: all .3s ease-in-out;
}
#pun-viewtopic[data-topic-id="5718"] #button-voice:after { content: '\f130'; }
#button-ChangeСase:hover:after,
#button-mask:hover:before, #button-styles:hover:before, #pun-viewtopic[data-topic-id="5718"] #button-voice:hover:after { color: var(--hovlink); }
.hv-mask .pa-fld2 {
display: unset;
}
.pl-share {
display: none !important;
}
.linksb .pagelink strong,
.linkst .pagelink strong {
font: 10px 700 var(--body-font);
background: var(--forcol);
padding: 3px 7px;
border-radius: 50%;
box-shadow: var(--br-n-shadow);
}
.isguest #pun-viewtopic .topic {
margin-bottom: 15px;
}
.lastedit {
display: none;
}
#pre_placement>a {
height: 0px !important;
top: 30px !important;
right: 4px !important;
}
#pre_placement>a:after {
content: '\f358';
font-family: Font Awesome;
font-size: 16px;
}
.Form-Table {
width: 95%;
top: 30px;
left: 20px;
margin-bottom: 10px;
}
.table_GamePosts tr:nth-child(odd) {
background: #00000010 !important;
}
.table_GamePosts {
background: none !important;
}
.punbb .table_GamePosts td {
border: 1px solid #74726e !important;
}
.punbb .table_GamePosts tbody tr:not(.first) .aa {
color: #c4c0b9 !important;
background: url(https://forumstatic.ru/files/0018/b2/d3/45858.png?v=1) !important;
}
/* убрать "кричалку" из хайда */
.hide-box .qcn {
display: none;
}
/* тег лапслока */
.custom_tag_lower {
text-transform: lowercase;
}
/* тег капслока */
.custom_tag_upper {
text-transform: uppercase;
}
#notify-link .unreads, #navpm .unreads {
background: var(--hovlink) !important;
font-size: 8px !important;
color: #ccc7bf !important;
right: -1.3em!important;
top: -1em!important;
}
#notifications .notification-item {
box-sizing: border-box;
padding: 10px 15px 0px!important;
}
#notifications .notification-item:last-of-type { padding: 10px 15px 10px!important; }
.unread-notifications .modal-inner { margin-top: 0!important; }
.unread-notifications h2 {
background-color: #aaa69f!important;
box-sizing: border-box!important;
padding: 6px!important;
}
.notification-right span { font-weight: 600!important; }
.notification-right span a { font-weight: 700!important; }
#notifications-stored tbody tr {
box-sizing: border-box;
padding: 10px 15px 0px;
display: flex;
}
.notification-image {
opacity: 0.85;
float: left;
border-radius: 5px!important;
filter: grayscale(0.5) brightness(0.9);
border: 1px solid #978d7b;
box-sizing: border-box;
}
.notification-image:hover {
opacity: 1;
}
/* кнопка смены мобильного режима */
#viewport-toggle, #viewport-toggle:checked {
border: none;
width: 0;
height: 0;
position: absolute;
top: -369px;
right: 125px;
}
#viewport-toggle:before {
position: absolute;
content: '\f10b';
font-family: 'Font Awesome';
font-size: 20px;
border-radius: 50%;
height: 20px;
width: 20px;
padding: 6px;
text-align: center;
transform: translate(-50%, -50%);
-webkit-transition: all 0.4s;
transition: all 0.4s;
color: #7a7a7a;
box-shadow: var(--br-n-shadow);
backdrop-filter: var(--blur);
cursor: pointer;
background: transparent;
transition: all 0.3s ease-in-out;
}
#viewport-toggle:checked:before {
position: absolute;
content: '\f10b';
font-family: 'Font Awesome';
font-size: 20px;
border-radius: 50%;
height: 20px;
width: 20px;
padding: 6px;
text-align: center;
transform: translate(-50%, -50%);
-webkit-transition: all 0.4s;
transition: all 0.3sease-in-out;
color: #292929;
box-shadow: var(--br-n-shadow);
backdrop-filter: blur(10px);
cursor: pointer;
background-color: #ffffff1a;
}
#viewport-toggle:hover:before {
color: var(--hovlinkt);
background: #00000040;
}
#viewport-toggle:checked:hover:before {
color: var(--hovlinkt);
background: #00000040;
}
.viewport-toggle_label {
font-size: 0!important;
}
#viewport-toggle:checked {
}
/* конец кнопки моб режима */
/* бургер */
.burger-menu {
display: none;
color: var(--head-link) !important;
font-size: 20px !important;
box-shadow: var(--head-border);
padding: 5px;
opacity: .9;
}
/* АДАПТИВ НАЧИНАЕТСЯ ЗДЕСЬ */
@media screen and (max-width: 580px) {[data-user-id='1019'] > .container .post-author ul .pa-author:after { content: none!important; }
html {
-webkit-text-size-adjust: none;
min-width: unset !important;
max-width: none;
}
body {
width: 100vw!important;
min-width: 0!important;
}
body:after { background: url(https://forumstatic.ru/files/001c/30/dc/63916.jpg) top center!important; }
input, button { -webkit-text-size-adjust: none; }
#pun-index .tclcon {
-webkit-text-size-adjust: none;
}
#pun-stats .container {
-webkit-text-size-adjust: none;
}
#pun:before {
bottom: -91px!important;
left: 50%!important;
max-width: 96%!important;
}
#pun:after {
position: absolute;
content: "";
width: 1172px;
height: 254px;
max-height: 100%;
top: -85px !important;
z-index: -1;
background: transparent url(https://forumstatic.ru/files/001c/30/dc/37877.png) bottom;
left: 50% !important;
transform: translateX(-50%) rotate(-180deg);
max-width: 98% !important;
}
#pun {
width: 96vw !important;
margin: 225px auto 79px !important;
}
#pun-main {
margin: 10px auto 8px;
}
#pun-title { display: none; }
.go-up,
.go-down {
display: none!important;
}
#pun-crumbs1 { margin: 62px auto 16px !important; }
#pun-crumbs1 p { text-transform: uppercase !important; }
#pun-index .hasicon tr:hover { background-color: var(--forcol)!important; }
.need { display: none !important;}
.partners { width: 100%!important;}
.partner { width: 100%!important;}
.table:before, .table:after { content: none!important; }
.table {
width: 100% !important;
background-position: 873px;
top: -300px !important;
z-index: -1 !important;
}
.table_wrap { display: none!important; }
.table_links {
width: unset !important;
top: 34px !important;
left: -2% !important;
height: 186px !important;
justify-content: start;
transform: scale(.7);
padding: 5px 5px !important;
}
.table_links::-webkit-scrollbar-thumb,
.table_links::-webkit-scrollbar-track {
background-color: transparent!important;
}
/*НАВИГАЦИЯ КАРТИНКАМИ */
#pun-navlinks {
position: absolute;
left: 50%;
transform: translateX(-50%);
top: -125px;
margin: 0 !important;
}
#pun-navlinks .container { gap: 16px!important; margin-left: 16px !important; }
.isguest #pun-navlinks { }
.isguest #navindex {
margin-left: 20px;
}
#navindex {
margin-right: 4px;
}
#navindex a span,
#navuserlist a span,
#navsearch a span,
#navprofile a span,
#navpm a span,
#navadmin a span,
#navlogout a span,
#navregister a span,
#navlogin a span,
#navpr_1 a span,
#navpr_2 a span,
#navextra1 a span {
display: none;
}
#navindex a,
#navuserlist a,
#navsearch a,
#navprofile a,
#navpm a,
#navadmin a,
#navlogout a,
#navlogin a,
#navregister a,
#navpr_1 a,
#navpr_2 a,
#navextra1 a {
display: block;
transition: all .2s ease-in-out;
position: relative;
width: 22px;
height: 22px;
}
#navextra1 a {
font-size: 0px!important;
}
#navindex a:after {
content: "\f1fd";
}
#navuserlist a:after {
content: "\f0c0";
}
#navpm a:after {
content: "\f0e0";
}
#navsearch a:after {
content: "\f002";
}
#navprofile a:after {
content: "\f8c0";
}
#navadmin a:after {
content: "\f11b";
}
#navlogout a:after {
content: "\f52b";
}
#navlogin a:after {
content: "\f52b";
}
#navregister a:after {
content: "\f234";
}
#navpr_1 a:after {
content: "\f1d8";
}
#navpr_2 a:after {
content: "\f518";
}
#navextra1 { margin: 0 2px 0 -4px; }
#navextra1 a:after {
content: "\f279";
}
#navindex a:after,
#navuserlist a:after,
#navsearch a:after,
#navprofile a:after,
#navpm a:after,
#navadmin a:after,
#navlogout a:after,
#navlogin a:after,
#navregister a:after,
#navpr_1 a:after,
#navpr_2 a:after,
#navextra1 a:after {
position: absolute;
text-align: center;
font-size: 23px;
color: #874f41;
text-shadow: 0px 2px 0px BLACK;
font-family: 'Font Awesome';
transition: all .2s ease-in-out;
left: 50%;
top: 44%;
transform: translateX(-50%) translateY(-50%);
}
#navawards {
display: none !important;
}
#navindex a:hover,
#navuserlist a:hover,
#navsearch a:hover,
#navprofile a:hover,
#navpm a:hover,
#navadmin a:hover,
#navlogout a:hover,
#navlogin a:hover,
#navregister a:hover,
#navpr_1 a:hover,
#navpr_2 a:hover,
#navextra1 a:hover {
transform: scale(1.2);
}
/* бургерное меню часть 2 */
.burger-menu {
display: block;
color: #874f41 !important;
font-size: 22px !important;
padding: 0px 5px 4px;
opacity: 1;
background: 0;
height: auto;
backdrop-filter: blur(10px);
box-shadow: 0 0 0 1px #874f41;
border: none !important;
}
#pun-ulinks {
position: absolute;
top: -55px;
left: 10px;
}
#pun-ulinks .container {
padding: 0 !important;
display: flex;
justify-content: center;
gap: 10px;
margin: 8px 0 45px;
display: none!important;
}
#pun-ulinks .container.active {
display: flex !important;
flex-direction: column;
gap: 6px;
background-color: #121212 !important;
box-sizing: border-box;
padding: 6px 10px !important;
border: var(--orange-border);
border-radius: 4px;
opacity: .95;
z-index: 0;
position: absolute;
width: 120px;
top: -490% !important;
margin: 0 !important;
}
#pun-ulinks .container li {
margin: 0;
}
#pun-ulinks li a {
font-family: 'Mulish';
font-size: 10px !important;
color: var(--doptext);
}
/* конец бургерное меню часть 2 */
#pun-index .category h2, #pun-stats h2 {
display: none;
}
#pun-index .category h2 span, #pun-stats h2 span{
font-size: 10px;
margin-top: -5px;
}
#pun-index .category .container {
width: 100%;
margin: 0 auto 0;
padding: 8px 0px!important;
}
#pun-index .hasicon tr {
flex-direction: column;
gap: 10px;
}
#pun-index .tcr {
margin: 0!important;
padding: 5px 20px 0px 60px !important;
}
#pun-about .container .item1 {
width: 100%;
bottom: 0px;
}
#pun-about .container .item1 a { font-size: 8px; }
.punbb { padding: 0; width: 100% !important; padding-top: 1px; }
.punbb::after, .punbb::before { content: none!important; }
#pun-status {
width: 100% !important;
}
#pun-status .container {
background-color: transparent!important;
padding: 5px 10px;
border-radius: 10px;
margin: -15px 0 10px!important;
box-shadow: none!important;
color: var(--t-body)!important;
text-shadow: none!important;
}
#pun-status a {
color: var(--t-body)!important;
}
.isuser #pun-status .item2 { display: none; }
.isuser #pun-status .item3 { font-size: 0; }
.isuser #pun-status .item3 a { font-size: 12px; }
.category {
width: 98vw;
overflow: hidden;
}
#pun-index .hasicon {
padding: 0px !important;
width: 92%;
margin-left: -6px;
gap: 15px !important;
}
#pun-index .tclcon div {
height: unset !important;
margin-bottom: 8px;
}
#pun-index .tcl {
height: unset!important;
width: 100%!important;
padding: 5px 30px 0!important;
}
.switch {
top: 266px;
left: -1%;
}
#pun-stats li.item1,
#pun-stats li.item2,
#pun-stats li.item3,
#pun-stats li.item4 {
width: 90%;
padding: 0px;
margin: 2px;
color: var(--t-body);
}
#pun-stats li.item4 { margin-bottom: 10px!important; }
#pun-stats li.item4 a {
color: var(--t-body);
}
#pun-stats .container:after {
display: none!important;
}
#pun-stats .container {
padding: 20px 0px 16px !important;
position: relative !important;
width: 92% !important;
box-sizing: border-box !important;
display: flex !important;
flex-direction: row !important;
flex-wrap: wrap !important;
justify-content: center !important;
font: var(--body-font) !important;
font-size: 9px !important;
gap: 0px 21px !important;
left: 0;
background-color: var(--forcol);
margin: 0 auto 20px !important;
border-radius: 10px;
box-shadow: var(--br-n-shadow) !important;
}
li#onlinelist {width: 85%;}
#pun-viewforum table Div.icon,
#pun-messages table Div.icon,
#pun-searchtopics table Div.icon,
#pun-userlist .tc2,
#pun-searchtopics .tc2,
.multipage .hasicon .tc3,
.multipage .hasicon .user-avatar {
display: none;
}
#pun-viewforum .hasicon {
padding: 0!important;
}
.multipage,
#pun-crumbs1,
#pun-crumbs2 {
width: 94%;
margin: 0 auto;
}
#pun-crumbs2 { margin-top: 10px!important; }
#pun-crumbs2 p { width: 95%!important; text-transform: uppercase !important; }
#pun-about .container { margin: 5px auto 25px; width: 95% !important; }
.multipage .hasicon .tcr {
display: flex;
flex-direction: column;
align-content: end;
flex-wrap: wrap;
text-align: right;
width: 40%!important;
}
.multipage .hasicon .tcr .byuser {
margin-top: -7px;
line-height: 1;
}
#pun-searchtopics .tcl,
#pun-modviewforum .tcl {
width: 55%!important;
}
#pun-searchtopics .main table tr { margin: 0px 7px 10px 4px !important; }
.linkst .pagelink { left: 0!important; }
#pun-searchposts .post h3 {
margin: 0px!important;
width: 100%!important;
height: unset!important;
}
.post h3,
#pun-messages .post h3 {
margin: 0px!important;
width: 100%!important;
margin: 20px 0px 0px 0px !important;
}
#pun-searchposts .post h3 span,
.post h3 span {
width: 100%!important;
padding: 8px;
gap: 5px;
}
#pun-searchposts .post .post-author {
margin-top: 20px;
width: 140px;
}
#pun-searchposts .post-body {
margin-left: 150px;
}
#pun-searchposts .post-box {
margin-right: 0px;
}
#viewprofile table {
width: 95%;
margin: 0 auto;
}
#pun-profile #viewprofile tbody tr #profile-left {
background: none!important;
width: 100%!important;
}
#pun-profile #viewprofile tbody tr {
flex-direction: column;
}
#pun-profile #viewprofile tbody tr #profile-right {
width: 100%!important;
}
#pun-profile #viewprofile tbody {
}
#viewprofile li {
width: 95%;
}
#form-buttons tr {
width: 113%!important;
display: grid !important;
grid-template-columns: repeat(auto-fit, minmax(23px, 1fr)) !important;
border-radius: 10px;
margin: 0 0 0 -24px !important;
padding: 4px !important;
box-sizing: border-box;
}
#pun-edit #form-buttons tr {
width: 101% !important;
margin: 11px auto 0 !important;
}
#main-reply {
width: 100% !important;
margin-left: -7%;
}
.subscribelink a {}
.post .post-author {
width: 100% !important;
margin-bottom: 15px !important;
min-height: 120px !important;
border: none !important;
margin-left: 0% !important;
position: relative !important;
}
.post-author:before,
.post-author:after { content: none!important; }
.post .container { margin-top: 40px; }
.post-body { margin: 0!important; width: 100% !important; }
.post-content { width: 97%!important; }
.post-box { margin-right: -8px; }
.post-author ul {
gap: 0px 5px;
margin-top: 0px !important;
margin-bottom: 0 !important;
padding: 5px 40% 5px 4% !important;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
}
.pa-author {
width: 200px;
margin: 0px;
display: flex;
text-align: left;
padding: 6px 0px!important;
margin-top: 5px!important;
}
.pa-author:after { display: none; }
.pa-title {
grid-area: title;
margin: 0 0 7px 0px !important;
justify-self: center !important;
text-align: left;
}
.no-avatar .pa-title { margin-left: -40px;}
.pa-avatar {
margin-top: 15px !important;
position: absolute;
right: 4%;
width: fit-content !important;
}
.pa-avatar img { max-height: 100px; max-width: 100px !important; }
.pa-fld1 {
width: fit-content;
height: fit-content;
background: none !important;
z-index: 2;
grid-area: lz;
padding: 0 !important;
}
.pa-fld1:after { display: none!important; }
.pa-fld1 > a { font-size: 0px !important; margin: 0 !important; position: relative;}
.pa-fld1 > a:after {
position: absolute;
content: '\2a';
font: 16px 'Font Awesome';
right: -1px;
top: -19px;
transform: rotate(45deg);
}
.fld_wrap:after,
.fld_wrap_un:after,
.fld_wrap:before,
.fld_wrap_un:before,
.pa-author a:before,
.pa-title:before { content: none!important; }
.fld_wrap .pa-respect .fld-name a::before,
.isguest .fld_wrap .pa-respect .fld-name::before {
top: 0px;
font-size: 11px;
}
.pa-fld4 {
position: absolute!important;
top: -14px!important;
bottom: unset!important;
left: 0!important;
width: 100%!important;
}
.pa-fld4 a:after {
width: 93vw!important;
left: 50%!important;
transform: translateX(-50%) !important;
}
.pa-fld2 {
grid-area: lz;
width: 100% !important;
margin: 0 !important;
margin-left: -4px !important;
background: #0e0e0edb!important;
padding: 4px 10px!important;
}
#lz {
margin: 5px 0px !important;
background: #0e0e0edb;
border-radius: 0 10px 10px 0;
}
.pa-posts,
.pa-respect {
flex-direction: row;
font-size: 11px;
margin: 10px 0px !important;
gap: 11px !important;
width: 48px !important;
padding-left: 10px !important;
position: relative;
z-index: 99;
}
.pa-posts { width: 33px !important; }
.pa-respect {
flex-wrap: nowrap;
}
.pa-posts {
grid-area: art;
}
.pa-respect .fld-name { width: 48px; }
.fld_wrap_un .pa-respect .fld-name a::before,
.isguest .fld_wrap_un .pa-respect .fld-name::before {
top: -1px;
}
.fld_wrap { display: flex; }
#pun-report .inner,
#pun-reputation .inner,
#pun-admin-award-form .inner {
width: 86vw!important;
background: #cec5b4;
}
.reveal-modal.xlarge { width: 95vw!important; }
.menu-links { gap: 8px !important; width: 95%; }
.menu span,
.menu a { padding: 0 10px; }
#submenu { width: 100%!important; }
.menu span,
.menu a { font-size: 12px; }
.menu { margin-left: -4px; }
.redirect-page #pun {
width: 90% !important;
left: 50%;
transform: translateX(-50%);
}
#pun-messages #profilenav ul {
display: flex;
gap: 5px 10px;
flex-wrap: wrap;
}
#pun-messages #profilenav,
#profile #profilenav { float: none!important; margin: 20px 20px !important; }
#profile .container {
width: 96%!important;
margin: 0 auto!important;
padding: 0 !important;
}
#pun-messages .fs-box {
margin: 0 auto !important;
}
#pun-messages .fs-box .post-author {
margin-top: 20px !important;
min-height: 120px !important;
margin-left: 0px !important;
}
#pun-messages .post-body .post-box {
border: 0;
margin: 0!important;
}
#pun-messages .container .post-body { margin: 0!Important; }
#pun-messages .post-links {
margin-left: 0px!important;
margin-bottom: 20px!important;
}
#pun-messages .linksb {
margin-left: 10px;
margin-bottom: 30px;
}
#pun-messages #main-reply,
#pun-edit #main-reply {
width: 90% !important;
margin-left: -1px !important;
}
#pun-messages #form-buttons table tr {
width: 99% !important;
margin-left: 0px !important;
}
#pun-messages .post-author {
margin: 0 !important;
}
#pun-messages .pa-avatar {
margin-left: -20px!important;
}
#pun-messages .post-content {
margin: 0px !important;
}
#pun-messages #post-preview .post-content {
margin-left: 0 !important;
}
#pun-messages .pmtcl1 {
width: 47% !important;
}
#pun-messages .pmtc33 {
width: 22% !important;
}
#pun-messages .main table tr .tc2 a {
white-space: wrap !important;
line-height: 13px !important;
}
#pun-messages .main table tr .tc2 {
margin: 0px!important;
}
#profile #form-buttons table tr {
width: 100% !important;
margin-bottom: 15px;
margin-left: 0px !important;
}
#profile #main-reply {
width: 89% !important;
margin-left: -3%;
}
.cop {
bottom: -52px;
left: 50%;
transform: translateX(-50%);
}
#form-buttons small { display: none!important; }
.punbb #pun-navlinks #form-login { top: 16px !important;
left: -35px !important; }
#List-UserNames {
width: 122px!important;
left: -154px!important;
}
#List-UserNames ul+span { width: 136px!important; }
.punbb #pun-navlinks #form-login input { width: 128px!important; }
.punbb #List-UserNames li { background: none!important; }
#notify-link .unreads,
#navpm .unreads { z-index: 999; }
#pun-navlinks li a { z-index: 10; }
.punbb #pun-navlinks a#New-exit {
right: -21px !important;
top: 0px !important;
margin: 0 !important;
}
.punbb #pun-navlinks a#New-exit:after { content: none!important; }
.hvStickerPackModalContainer {
left: 19px !important;
transform: unset !important;
}
.linksb .pagelink {
position: relative;
z-index: 99;
}
.reactions-root .emoji-mart { width: 350px !important; }
.post-box .post-sig { display: none; }
.g {
width: 104%!important;
height: fit-content!important;
padding: 10px!important;
box-sizing: border-box;
margin: 0px auto!important;
background-size: cover;
}
.g > div {
position: unset!important;
}
.g_info { padding: 0!important; }
.g_faces {
margin: 10px auto!important;
}
.slider { border-radius: 10px; left: -122px; }
.punbb-admin {
}
.hvStickerPackModal
{
left: 49.8%!important;
transform: translateX(-50%)!important;
}
.hvStickerPackModal,
#image-area{
width: 88vw!important;
}
.hvStickerPackModal { left: 18.8% !important;}
#color-area,
#mask_dialog .inner {
width: 83vw!important;
}
#smilies-area, #video-area, #spoiler-area { width: unset!important; }
.knopka_rasy_big { width: auto !important; }
#viewport-toggle, #viewport-toggle:checked {
top: -48px;
right: 24px;
}
#pun-title {
}
#pun-title:after {
width: 100%!important;
background: url(https://forumstatic.ru/files/0019/41/eb/89690.png?v=1) -283px!important;
}
.spirit-navigation, .spirit-navigation_2 {
top: -195px !important;
width: 150px!important;
left: 20px!important;
}
.spirit-navigation_2 {
left: unset!important;
right: 20px!important;
}
.sslka {
top: -151px!important;
left: 0px!important;
}
#navigblock_2 .sslka {
top: -151px!important;
left: unset!important;
right: 0px!important;
}
#viewport-toggle:checked:before {
box-shadow: 0 0 0 1px #464846 !important;
box-shadow: 0 0 0 1px #70706f !important;
color: #696868 !important;
top: 5px;
}
.thema_back {
width: 90vw!important;
margin: 0!important;
}
.thema_back {
width: 90vw!important;
margin: 0!important;
}
.thema_back:before {
width: 100%!important;
}
.thema_back:before {
width: 100%!important;
}
.thema {
width: 99%!important;
margin: 0 auto!important;
outline: none!important;
}
.thema_title p {
font-size: 22px!important;
margin: 0px 0px 10px !important;
}
.thema_description {
width: 80%!important;
margin: 0 auto!important;
}
.hideprofile .post-body {
width: 100%!important;
}
.eye_fancy {
width: 93.1vw!important;
left: -1.5%!important;
top: -41px!important;
}
.modmenu, .linkst,
#pun-viewtopic .linksb,
.thema_back_small {
width: 100%!important;
}
.thema_small {
width: 98% !important;
margin: 0 auto !important;
outline: none !important;
}
.thema_description_small {
width: 79% !important;
margin: 0 auto !important;
}
.subscribelink a {
right: 0!important;
top: 42px!important;
}
#togglePreview {
top: -26px !important;
right: 0 !important;
}
#form-buttons { margin-top: 11px !important; }
#togglePreview input.button {
font-size: 0 !important;
border-radius: 10px !important;
}
#tooltip,
.tipsy-inner { display: none!important; }
#theme_switcher {
top: -212px !important;
backdrop-filter: blur(50px);
right: 4px!important;
box-shadow: 0 0 0 1px #874f41;
padding: 4px 2px 7px 6px !important;
border-radius: 10px;
background: #101010b0;
}
#theme_switcher input { width: 0!important; height: 0!important; }
#pun-userlist .user-avatar,
#pun-messages .user-avatar { display: none!important; }
#pun-messages .FNTslider { margin-right: 34%!important;}
#pun-messages #profile > .container > fieldset { padding: 0!important; }
input, button { max-width: 97% !important; }
#mask_dialog .hv-mask-block {
flex-wrap: wrap !important;
justify-content: center !important;
}
#tags .container {
right: unset !important;
left: -4%!important;
width: 73vw !important;
margin-top: 39px !important;
}
#color-area table { width: 100%!important; }
#color-area table tr { display: flex!important; flex-wrap: wrap!important; }
#pun-admin_index { padding: 10px 20px!important; }
#pun-admin_index #pun-crumbs1 { margin-top: 10px!important; }
#pun-admain {
display: flex;
flex-direction: column;
padding-left: 0 !important;
margin-top: 10px !important;
}
#pun-adnav {
margin: 0 !important;
display: flex;
width: 100% !important;
flex-direction: column;
}
.adcontainer { padding: 15px 0 !important; }
#pun-admain fieldset {
min-width: unset !important;
padding: 0 5px !important;
}
#pun-admain fieldset .adfs-box p {
border-left: none!important;
display: flex;
padding-bottom: 0px !important;
}
div#pun-admain .adlabel {
float: none !important;
margin-left: 0 !important;
background: var(--forcol)!important;
padding: 10px !important;
width: 40% !important;
border-radius: 10px 0px 0 10px;
}
#pun-admin_fields #pun-admain legend span { font-size: 9px !important; letter-spacing: -0.2px !important;}
}
/* конец адаптива */



