
1 апреля
Сообщений 1 страница 3 из 3
Поделиться22025-04-02 00:09:35
<!-— ссылки в шапке -->
<div class="plot">
<p><a href="https://angelparty.rusff.me/viewtopic.php?id=11#p27">сюжет</a></p>
</div>
<div class="needed">
<p><a href="https://angelparty.rusff.me/viewtopic.php?id=181#p18754">ничего-не-понял</a></p>
</div>
<div class="used">
<p><a href="https://angelparty.rusff.me/viewtopic.php?id=12#p28">внешности</a></p>
</div>
<div class="faq">
<p><a href="https://angelparty.rusff.me/viewtopic.php?id=7#p12">матчасть</a></p>
</div>
<div class="asleep">
<p><a href="https://angelparty.rusff.me/viewtopic.php?id=10#p26">жители</a></p>
</div>
<div class="calendar">
<p><a href="https://angelparty.rusff.me/viewtopic.php?id=5#p10">календарь</a></p>
</div>
<script>
$(document).ready(function() {
function shuffle(array) {
for (let i = array.length - 1; i > 0; i--) {
let j = Math.floor(Math.random() * (i + 1));
[array[i], array[j]] = [array[j], array[i]];
}
}
let anchors = $('.pa-author a').toArray();
shuffle(anchors);
$('.pa-author').each(function(index) {
$(this).empty().append(anchors[index]);
});
});
</script>
<script>
$(document).ready(function() {
function shuffle(array) {
for (let i = array.length - 1; i > 0; i--) {
let j = Math.floor(Math.random() * (i + 1));
[array[i], array[j]] = [array[j], array[i]];
}
}
let cites = $('.quote-box cite').toArray();
shuffle(cites);
$('.quote-box').each(function(index) {
if (cites[index]) {
$(this).find('cite').html($(cites[index]).html());
}
});
});
</script>
<script>
$(function() {
$('.submit').css('margin-left', (Math.random() * 870 - 100) + 'px');
});
</script>
<!--дополнительные шрифты -->
<script>FORUM.editor.font.fonts.push('bitter-italic')</script>
<!--Скрытие профиля в теме тегом-->
<style type="text/css">.hideprofile .post-author,.hideprofile .pl-email,.hideprofile .pl-website{display:none!important}
.hideprofile .post-body,.hideprofile .post-links,.hideprofile .post-links ul,.post.hideprofile h3>span{margin-left:0!important}</style>
<script type="text/javascript">
FORUM.set('editor.addition.tags.hideprofile',{name:'Скрыть минипрофиль',onclick:function(){insert('[hideprofile]');}});
$().pun_mainReady(function(){$('.post:contains("[hideprofile]")').addClass('hideprofile').html(function(){return $(this).html().replace(/\[hideprofile\]/gim,'')})});
</script>
<!-— Пиар-вход v.2 -->
<script src="https://forumstatic.ru/files/0015/c4/3f/26781.js"></script>
<script type="text/javascript">
PR.nick = 'HER TEETH'; //Ник PR-аккаунта
PR.pass = '1111'; //Пароль PR-аккаунта
PR.btn_text = 'PR-вход'; //Надпись на кнопке PR-входа(или ссылка на картинку);
PR.set();</script>
<!--— убрать штуки --->
<script type="text/javascript">
rusffLive.enable = false;
RusffCore.sets.files.button = false;
</script>
<!--— Не делимся ---!>
<style>
.sharelink{
display:none!important;
}
</style>
<!--------верх: убрать отредактировано-------->
<style>
.lastedit {
display: none;
}
</style>
<!--кнопки вверх вниз-->
<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>
<!--Выделение кода в блоке "Код" с перемещение в буфер обмена // © Damassk, версия 2019г. -->
<script type="text/javascript" src="https://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>
<!-- конец -->
<!-- Dice (c) Spiritus Tergi, ч1 в хтмл-верх -->
<script type="text/javascript" src="https://forumstatic.ru/files/000f/3e/d5/42785.js" charset="UTF-8"></script>
<style>
/* Оформление к Dice Roller (c) Spiritus Tergi, ч3 */
.hidden {
display: none !important;
}
#button-dice {
background: url("https://upforme.ru/uploads/000d/ab/00/2/973014.png") center;
}
form#dice-form {
width: 350px;
padding: 18px;
text-align: right;
position: absolute;
top: 40px;
right: -3px;
background: rgb(216, 216, 216);
border: 1px solid;
border-radius: 2px;
}
form#dice-form input {
width: 22px;
}
#dice-form label {
display: block;
margin: 3px;
vertical-align: top;
}
#dice-form span {
font-weight: bold;
width: 100px;
text-align: right;
display: inline-block;
vertical-align: top;
}
#dice-form label > span::after {
content: ":"
}
#dice-form textarea {
width: 100px !important;
height: 60px !important;
}
#dice-form > div {
width: 160px;
display: inline-block;
vertical-align: top;
}
#dice-form > label {
display: inline-block;
}
#dice-form > div:nth-child(2) {
margin-top: -18px;
}
.roll-dice::before, .roll-value::before, .roll-reason::before, .roll-result::before {
font-weight: bold;
}
.roll-dice::before {
content: "Бросок: ";
}
.roll-dice::after {
content: " (бонус)";
margin-right: -5px;
}
.roll-value::before {
content: " , с результатом: ";
}
.roll-reason::before {
content: "Причина: "
}
.roll-result::before {
content: "Статус броска: "
}
#pun .roll-result {
padding-bottom: 0px;
}
</style>
<!--// Быстроплюсы v.2 РЕНО by Deff //-->
<script type="text/javascript" src="https://forumstatic.ru/files/0012/d8/04/58219.js" addComment="1"></script><!--- баннеры --->
<div id="html-footer" class="section">
<div class="container"><div class="banners"><center id="banners">
<div id="counters">
<a href="https://enroth.rusff.me/" title="Фэнтези" target="blank"><img src="https://upforme.ru/uploads/001c/5f/48/4/472798.png"></a>
<a href="https://vhscross.rusff.me/" target="_blank"><img src="https://upforme.ru/uploads/001c/57/23/5/81826.png" title="VHS_Cross" border="0" width="88" height="31"></a>
<a href="https://topic.rusff.me/" target="_blank"><img src="https://i.postimg.cc/d1f2JWJ0/1.gif" title="TOPIC - любим аниме и гача-игры" border="0" alt="TOPIC - любим аниме и гача-игры"></a>
<a href="https://taleisalie.f-rpg.me/"><img src="https://i.ibb.co/Z6j3bxRB/69212.jpg" title="персонажи сказок в современной реальности, рисованные внешности, аниме" alt="персонажи сказок в современной реальности, рисованные внешности, аниме"></a>
<a href="https://theatticcross.rusff.me/" target="_blank"> <img src="https://forumstatic.ru/files/001c/28/b9/76997.svg" title="чердак_кроссовер"></a>
<a href="https://forgotten-realms.ru/" title="Tales from the Forgotten Realms" target="_blank"><img src="https://upforme.ru/uploads/001c/16/c4/6/913201.gif" border="0" width="88" height="31"></a>
<a href="https://wondersofworld.rusff.me" target="_blank"><img src="https://forumstatic.ru/files/001c/38/38/70929.png" title="геншин импакт драматичный и не только" alt="wonders of the world ✦ genshin impact" width="88" height="31"></a>
<a href="https://allornothing.rolka.me" target="Ring of bells"> <img src="https://forumstatic.ru/files/0010/ab/b3/56603.png" title="камерный проект, мистика, повседневность, рисованные и реальные внешности" border="0" alt="ring of bells"></a>
<a href="https://starrail.f-rpg.me/"><img src="https://forumstatic.ru/files/001b/ee/01/73157.jpg" title="Star Rail: Fables About the Stars"></a>
<a href="https://clamantis.ru/?from=banners" target="_blank"> <img src="https://forumstatic.ru/files/001c/2f/b2/35481.jpg" border="1" width="88" height="31" title="авторский мир, фэнтези, щепотка стимпанка, песочница"></a>
<a href="https://genshinmemories.rusff.me/" target=_blank><img src="https://forumstatic.ru/files/0017/4a/e0/13035.gif" title="Genshin Impact: Golden Memories"></a>
<a target="_blank" href="https://stabunjust.rolka.me/"><img title="StabUnjust" src="https://upforme.ru/uploads/001c/10/a9/2/112427.png"/></a>
<a href="https://skreverse.rusff.me/"><img src="https://upforme.ru/uploads/001c/05/11/2/204926.png" title="Shaman King: reverse"></a>
<a href="https://repokemon.mybb.ru/"><img src="https://upforme.ru/uploads/001c/25/14/2/88315.gif" title="покемоны, свободная игра"></a>
<a href="https://genshin.rusff.me/"><img src="https://forumstatic.ru/files/001b/5c/7f/13066.jpg" title="Genshin Impact: Tales of Teyvat"></a>
<a href="https://crossinsomnia.rusff.me" target="_blank"> <img src="https://upforme.ru/uploads/001c/31/d4/2/147362.jpg" title="IN:SOMNIA [crossover]"></a>
<a href="https://morbusnew.rusff.me" target="_blank"><img src="https://upforme.ru/uploads/001c/20/89/2/864555.jpg" width="88" height="31" border="0"></a>
</div>
</center></div>
<!--- конец баннеры --->
<!--- курсор --->
<STYLE>
body,
a,
a:hover {
cursor: url(https://upforme.ru/uploads/000d/ab/00/2/981244.png), progress;
}
body:active {
cursor: url(https://i.imgur.com/LFzTLir.png), progress;
}</style>
<!--- посты --->
<div id="html-footer" class="section">
<div class="container"><div class="ppostov"><left id="ppostov">
<div id="counters">
<style>#КонтентРотатор p{display:none}</style>
<div id="КонтентРотатор" style="width:600px; height:115px; text-align: left;"><!-- Ротатор произвольного контента -->
<p><a href="https://knifeparty.ru/viewtopic.php?id=280#p43320">Китти: ❝</a>
Китти лежит на холодном поту и пытается унять жар. Ее тело горит, от макушки до кончиков пальцев на ногах, сплошной жар. Тяжело дышать. Трудно глотать. В холодильнике банка дешевого пива, но до него километр. Или два. Китти не может столько идти. Проползти так тоже не выйдет, кости прорвут кожу, пробурят пол. Китти закрывает глаза, решает умереть.
<a href="https://knifeparty.ru/viewtopic.php?id=280#p43320">❞</a></p>
<p><a href="https://knifeparty.ru/viewtopic.php?id=285#p47538">Фан Чжэнь: ❝</a>
Везением это назвать сложно. Но она хотя бы ушла на двух ногах, чего не скажешь о её сопернике.
<br>
Наверное, ей не стоило стрелять бедняге в ногу. С другой стороны: дважды палить в грудь тоже не дело. Стрелять в человека, не сделавшего тебе ничего плохого — вообще отстой.
<a href="https://knifeparty.ru/viewtopic.php?id=285#p47538">❞</a></p>
<p><a href="https://knifeparty.ru/viewtopic.php?id=310#p52364">Хосе: ❝</a>
Топоры в руки грешникам давать и не стоит, соглашается Хосе, но молча. С правилами места спорить не хочет, да и с правилами Рамоны тоже, а то опять глазища страшные сделает. В какой-то раз себе пометочку на извилине оставляет, что нельзя её трогать, только скоро забудет всё равно.
<a href="https://knifeparty.ru/viewtopic.php?id=310#p52364">❞</a></p>
<p><a href="https://knifeparty.ru/viewtopic.php?id=218#p25333">Йозеф: ❝</a>
Йозеф выдохнул дым медленно, глядя на тонкую спираль, уходящую в ночное небо. Берта на его коленях казалась одновременно такой лёгкой и невероятно тяжёлой. Лёгкой в физическом смысле – её тело, почти невесомое, казалось бы, можно было поднять и донести до дома одной рукой. Но её присутствие, её поведение – вот что давило, как незримый груз на плечи, тяжёлый, как камень.
<a href="https://knifeparty.ru/viewtopic.php?id=218#p25333">❞</a></p>
<p><a href="https://knifeparty.ru/viewtopic.php?id=261#p38358">Нокомис: ❝</a>
Вымерший Эшфилд. Всеми забытый. Всеми, кроме ангелов. И один из них, кажется, либо только что проявился неподалеку, либо собирался проявляться вот-вот. Нокомис нерешительно замерла у двери, задержав дыхание. Ангелы напоминали ей духи предков, о которых рассказывал отец в детстве.
<a href="https://knifeparty.ru/viewtopic.php?id=261#p38358">❞</a></p>
</div>
<script type="text/javascript">
(function() {
var sek = 1000000; // Время отображения
var id = "КонтентРотатор"
var P=$("#"+id+" p"), Nrout=P.length,
i=Math.round(Math.random()*(Nrout-1));
RotatorMycontent(i);
function RotatorMycontent(i) {
P.hide();P.eq(i).show();j=Math.round(Math.random()*(Nrout-1));
timerID = setTimeout(function(){RotatorMycontent(j)},sek);}
}());
</script>
</div>
</left></div>
<!--- конец посты --->
<!-- Кликабельность ника в постах Гостя -->
<script>$(".post[data-group-id=3]").find(".pa-author").html(function(){return this.innerHTML.replace(/(<.+>)(.+)$/,'$1<a href="javascript:to(\'$2\')">$2</a>')});</script>
<!-- Конец -->
<!--- счетчик символов --->
<script>
var a,L,epl=$("#main-reply"),str='<small id="plng" style="color: #4d4f56; font-family: harmony; font-size: 10px; text-transform: lowercase; letter-spacing: 0.5px; padding: 3px 7px 3px 7px; border: 1px solid #4d4f56; margin-left: -15px;">Написано символов: <b>00</b> </small>';
/*epl.parents("#post-form").find(".formsubmit").append(str); перетаскивает книз вниз*/
epl.parents("fieldset").find("legend").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>
<!--- конец символы --->
<!-— В HTML низ: Предпросмотр в Топике v.1 -->
<script type="text/javascript" src="https://forumstatic.ru/files/0013/61/e9/82951.js"></script>
<!-— Длинное тире -->
<script type="text/javascript">
$('.post-content p').each(function(){
function replacer(str){return str.replace(/-\s|–\s/gm,'— ');}
var a = $(this).clone().wrap('<div></div>').parent().html();
var b = a.replace(/>[^<>]+</gim,replacer);
if(a!=b)$(this).replaceWith(b)
});
</script>
<!--Меняем Шрифт в Топике -->
<style id=a_fnt>.post h3 img{margin:0 7px;cursor:pointer;}</style>
<script type="text/javascript">
function setcookieF(a,b,c){if(c){var d=new Date();d.setTime(d.getTime());d=new Date(d.getTime()+c)}if(a&&b)document.cookie=a+'='+b+(c?'; expires='+d.toGMTString():'');else return false}function getcookieF(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}
a='<strong class=fnt style="width:auto;margin-left:30%;"><img src="https://upforme.ru/uploads/000d/ab/00/2/588590.png" alt="-" />размер шрифта<img src="https://upforme.ru/uploads/000d/ab/00/2/217804.png" alt="+" /></strong>';$(".post:first h3 strong,.post:last h3 strong").after(a);
b_Fnt1='<style id=b_fnt>#main-reply,.punbb .post-content{font-size:';b_Fnt2='px;}</style>'
var c_Fnt;
N=getcookieF('c_Fnt')
if(N){c_Fnt=parseFloat(N);setcookieF('c_Fnt',c_Fnt,30*24*60*60*1000)}else{var c_Fnt=Math.round(parseFloat($(".punbb .post-content").css("font-size")));}
b_Fnt=b_Fnt1+c_Fnt+b_Fnt2; $("#a_fnt").after(b_Fnt);
function setFnt_Size(){
b_Fnt=b_Fnt1+c_Fnt+b_Fnt2;
$("#b_fnt").replaceWith(b_Fnt);//alert(b_Fnt)
setcookieF('c_Fnt',c_Fnt,30*24*60*60*1000);
}
$(".post h3 img[alt='-']").click(function (){if(c_Fnt){c_Fnt--;setFnt_Size();}});
$(".post h3 img[alt='+']").click(function (){if(c_Fnt<38){c_Fnt++;setFnt_Size();}});
</script><!--End//Меняем Шрифт в Топике -->
<!-— Выровнять по ширине -->
<script>
$("#button-right").after('<td id="button-justify" title="Выравнивание по ширине"><img src="/i/blank.gif" onclick="bbcode(\'[align=justify]\', \'[/align]\');"/></td>');
</script>
<style>
#button-justify {
background: url("https://i.imgur.com/UHTv16v.png") no-repeat scroll center 6px rgba(0, 0, 0, 0) !important;}
</style>
<!-— конец выровнять по ширине -->
<!--— отключить стандартные смайлы --->
<style>#post #button-smile{display:none;}</style>
</div>
<!--— конец отключить стандартные смайлы --->
<!-- Смена маски -->
<script src="https://forumstatic.ru/files/0017/95/29/89289.js"></script>
<script>
hvScriptSet.addMask({
forumAccessExtended: {
'Сюжет': ['Пользователи', 'ГМ'],
'Настоящее': ['Пользователи', 'ГМ'],
'Утроба': ['Пользователи', 'ГМ'],
'Прошлое': ['Пользователи', 'ГМ'],
'Альтернатива': ['Пользователи', 'ГМ'],
'Завершенные': ['Пользователи', 'ГМ'],
'Здесь разговаривают': ['Пользователи'],
'Здесь все остальное': ['Пользователи'],
'Порожек': ['Пользователи']
}
});
</script>
<!--ТЕГ абзаца — [indent] -->
<style>#button-indent {background:url(http://s7.uploads.ru/t/mnkgq.png)no-repeat center 6px!important;}</style>
<script type="text/javascript">(function(){ var b = '[indent]';
$("#button-strike").after('<td id="button-indent" title="Отступы"><img src="/i/blank.gif" onclick="smile(\''+b+'\')"></td>');
var indent = '<span style="display:inline-block;margin:1em 2.1em;"></span>'; /*удвоенные Отступы сверху и слево*/
$('.post-content p:contains("'+b+'")').each(function(){ $(this).html( $(this).html().replace(/\[indent\]/gm,indent));});}());
</script>
<!-— конец -->
<script>
ReactionsPlugin.setConfig({
disable: true
});
</script>
<!-- Dice Roller BEGIN (c) Spiritus Tergi, ч2 в хтмл-низ -->
<template id="dice-box-template">
<div class="dice-box">
<p>
<span class="roll-dice"></span>
<span class="roll-value"></span>
</p>
<p class="roll-reason"></p>
<p class="roll-result"></p>
</div>
</template>
<script src="//cdnjs.cloudflare.com/ajax/libs/seedrandom/2.4.4/seedrandom.min.js"></script>
<script>
diceResults = [
{'max' : 16, 'result' : 'Подтверждён'},
{'max' : 29, 'result' : 'Подтверждён'},
{'max' : 49, 'result' : 'Подтверждён'},
{'max' : 60, 'result' : 'Подтверждён'},
{'max' : 90, 'result' : 'Подтверждён'},
{'max' : 1000, 'result' : 'Подтверждён'}
]
isTagged = (document.querySelector('#pun').innerHTML.indexOf('[dice]') >= 0)
if (isTagged) {
diceRoller = new DiceRoller(diceResults)
diceRoller.initDiceBoxes()
}
</script>
<!-- Dice Roller END -->
<!-- Dice Roller Form BEGIN -->
<form id="dice-form" class="hidden" autocomplete="off">
<div>
<label><span>#Кубиков</span> <input type="text" name="count" maxlength="3" value="1"></label>
<label><span>#Граней</span> <input type="text" name="sides" maxlength="3" value="100"></label>
<label><span>Бонус</span> <input type="text" name="bonus" maxlength="3" value="0"></label>
</div>
<div>
<label><span>Причина</span> <textarea name="reason" cols="10" rows="5"></textarea></label>
</div>
<button type="submit">Вставить</button>
</form>
<script>
replyForm = document.getElementById('post')
diceForm = document.getElementById('dice-form')
diceButtonString = '<td id="button-dice" title="Форма Кубиков" class="hidden"><img src="/i/blank.gif"></td>'
function handleDiceFormSubmit(event) {
event.preventDefault()
let tagArguments = []
for(let control of event.target.elements)
if (control.tagName != 'BUTTON')
tagArguments.push(control.name + ' = ' + control.value)
replyForm['main-reply'].value += '\n[dice]' + tagArguments.join(' | ') + '[/dice]'
}
function handleDiceButtonClick(event) {
diceForm.classList.toggle('hidden')
}
if (replyForm != null) {
replyForm.querySelector('.fs-box.hashelp').insertAdjacentElement('beforeend', diceForm)
diceForm.addEventListener('submit', handleDiceFormSubmit)
let row = replyForm.querySelector('#form-buttons tr')
row.innerHTML += diceButtonString
let diceButton = document.getElementById('button-dice')
diceButton.classList.remove('hidden')
diceButton.addEventListener('click', handleDiceButtonClick)
}
</script>
<!-- Dice Roller Form END --></div>
<!--вкладки, (c) EMERAEL 2024 -->
<script>
(() => {
const posts = document.querySelectorAll('.post-content');
const processedPosts = new Set();
const processPost = (post) => {
if(processedPosts.has(post)) return;
const postTabs = post.querySelectorAll('.custom_tag_tab');
const actualizeTabsDisplay = () => postTabs.forEach(tab => tab.querySelector('.custom_tag_tabdefault') ? tab.classList.remove('hidden') : tab.classList.add('hidden'));
const postTabtitles = post.querySelectorAll('.custom_tag_tabtitle');
if(!postTabs.length) return;
const defaultTabElement = post.querySelector('.custom_tag_tabdefault');
const openTabMarker = defaultTabElement ? defaultTabElement : document.createElement('div');
if (!defaultTabElement) {
openTabMarker.classList.add('custom_tag_tabdefault');
postTabs[0].prepend(openTabMarker);
// Добавляем класс "active" для первой вкладки по умолчанию
postTabtitles[0].classList.add('active');
}
const tabnamesToTab = new Map();
postTabs.forEach((tab) => tabnamesToTab.set(tab.dataset.tabname, tab));
const tabnamesToTabtitle = new Map();
postTabtitles.forEach((tabtitle) => {
const tabname = tabtitle.dataset.tabname;
tabnamesToTabtitle.set(tabname, tabtitle);
tabtitle.addEventListener('click', () => {
const triggeredTab = tabnamesToTab.get(tabname);
if(!triggeredTab || triggeredTab.querySelector('.custom_tag_tabdefault')){
return;
}
triggeredTab.prepend(openTabMarker);
actualizeTabsDisplay();
// Добавляем класс "active" для открытой вкладки
postTabtitles.forEach((tab) => tab.classList.remove('active'));
tabtitle.classList.add('active');
});
});
actualizeTabsDisplay();
processedPosts.add(post)
};
posts.forEach((el) => processPost(el));
$(document).on('pun_post', () => document.querySelectorAll('.post-content').forEach((el) => processPost(el)));
$(document).on('pun_preview', () => document.querySelectorAll('.post-content').forEach((el) => processPost(el)));
$(document).on('pun_edit', () => document.querySelectorAll('.post-content').forEach((el) => processPost(el)));
})()
</script>Поделиться32025-04-02 00:10:08
/* ебать*/
/* structure by futura.rusff.me
-------------------------------------------------------------*/
/*************************************************************
A — SETUP
**************************************************************/
/* A1 Import the colour scheme
-------------------------------------------------------------*/
/* A1.1 */
@import url(style_cs.css);
@import url(https://forumstatic.ru/files/000d/ab/00/76907.css);
@font-face {
font-family: 'yeseva';
src: url(https://forumstatic.ru/files/001c/2e/f1/45695.ttf);
}
@font-face {
font-family: 'orelega';
src: url(https://forumstatic.ru/files/001c/2e/f1/14008.ttf);
}
/*в анкете*/
@font-face {
font-family: 'grotesk';
src: url(https://forumstatic.ru/files/001c/2e/f1/12301.ttf);
}
@font-face {
font-family: 'bitter';
src: url(https://forumstatic.ru/files/001c/2e/f1/13541.ttf);
}
/*все*/
@font-face {
font-family: 'RobotoSlab';
src: url(https://forumstatic.ru/files/001c/2e/f1/24104.ttf);
}
@font-face {
font-family: 'fog';
src: url(https://forumstatic.ru/files/001c/2e/f1/32808.ttf);
}
@font-face {
font-family: 'Philosopher';
src: url(https://forumstatic.ru/files/001c/2e/f1/65452.ttf);
}
@font-face {
font-family: 'Onest';
src: url(https://forumstatic.ru/files/000d/ab/00/85069.ttf);
}
@font-face {
font-family: 'harmony';
src: url(https://forumstatic.ru/files/000d/ab/00/39494.ttf);
}
@font-face {
font-family: 'inter';
src: url(https://forumstatic.ru/files/000d/ab/00/51923.ttf);
}
@font-face {
font-family: 'dejavu';
src: url(https://forumstatic.ru/files/000d/ab/00/97641.ttf);
}
@font-face {
font-family: 'intro';
src: url(https://forumstatic.ru/files/001c/2e/f1/79691.ttf);
}
@font-face {
font-family: 'gilroy';
src: url(https://forumstatic.ru/files/001c/2e/f1/91238.ttf);
}
@font-face {
font-family: 'rat';
src: url(https://forumstatic.ru/files/001c/2e/f1/40804.ttf);
}
@font-face {
font-family: 'product';
src: url(https://forumstatic.ru/files/001c/2e/f1/74300.ttf);
}
@font-face {
font-family: 'novelist';
src: url(https://forumstatic.ru/files/000d/ab/00/12464.ttf);
}
@font-face {
font-family: 'spectral';
src: url(https://forumstatic.ru/files/000d/ab/00/70234.ttf);
}
@font-face {
font-family: 'garamond';
src: url(https://forumstatic.ru/files/000d/ab/00/43797.ttf);
}
@font-face {
font-family: 'helvetica';
src: url(https://forumstatic.ru/files/001c/2e/f1/32335.ttf);
}
@font-face {
font-family: 'hatten';
src: url(https://forumstatic.ru/files/001c/2e/f1/37705.ttf);
}
@font-face {
font-family: 'jost';
src: url(https://forumstatic.ru/files/001c/2e/f1/49197.ttf);
}
@font-face {
font-family: 'unbounded';
src: url(https://forumstatic.ru/files/001c/2e/f1/12433.ttf);
}
/* фонт осом */
li.pl-email.profile a::before,
li.pm a::before,
li.pl-delete a::before,
li.pl-edit a::before,
li.pl-quote a::before {
font-family: 'Font Awesome 6 Free';
font-weight: 900;
margin-right: 3px;
}
li.pl-email.profile a::before {content: '\f2bd'; font-weight: 400 !important;}
li.pm a::before {content: '\f1d8'; font-weight: 400 !important;}
li.pl-delete a::before {content: '\f0c4';}
li.pl-edit a::before {content: '\e2ca';}
li.pl-quote a::before {content: '\f10d';}
/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/
/* A2.1 */
html, body {margin: 0; padding: 0}
/* A2.2 */
.punbb * {
margin: 0}
/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
padding: 0;
list-style: none;}
/* A2.4 */
.punbb img {
border:none}
/* A2.5 */
.punbb .main table {
table-layout: fixed;
width: 100%;}
/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}
/* A2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
height: 1.8em;
vertical-align: middle}
/* A3 Text setup
-------------------------------------------------------------*/
/* A3.1 */
body {
font-size: 100.01%;}
/* A3.2 */
.punbb {
font: normal 68.75% verdana;
}
/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
font: 1em verdana, arial, helvetica, sans-serif}
.punbb input, .punbb select {padding: 2px;}
/* A3.4 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
font-size: 1em;
font-weight: normal;}
/* A3.5 */
.punbb h1 span, .punbb h2 span, .punbb legend span {
font-size: 1.1em;}
/* A3.6 */
.punbb pre {
font: 1.1em/140% monaco, "bitstream vera sans mono", "courier new", courier, monospace}
/* A3.7 */
.punbb address, .punbb em {
font-style: normal}
/* A3.8 */
.punbb .post-content em {
font-style: normal}
/* A3.9 */
.punbb .post-content em.bbuline {
font-style: normal;
text-decoration: underline;}
/* A3.10 */
.punbb a {
text-decoration: underline}
/* A3.11 */
.punbb optgroup {
font-weight: bold;}
/* A4 Float clearing and hidden items
-------------------------------------------------------------*/
/* A4.1 */
#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb .post-box:after,
.punbb .linksb:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
overflow:hidden;
line-height: 0.0;
font-size: 0;}
/* A4.2 */
.acchide,
#pun-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
#pun-ulinks h2,
.punbb .forum h2,
.punbb .multipage .topic h2,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
.punbb .required label em,
.punbb .formsubmit label,
.punbb .submitfield label,
.punbb .modmenu label,
#pun-userlist .main h2 {
font-size: 0;
height: 0;
width: 0;
line-height: 0.0;
position:absolute;
left: -9999px;
overflow: hidden}
/* A5 Basic page layout and borders
-------------------------------------------------------------*/
/* A5.1 */
#pun {
margin: 30px auto 20px auto;
width: 1050px;
border-radius: 0px;
border: 0px solid #fff;
outline: 0px solid #d1ac77;
outline-offset: 0px;
box-shadow: 0px 0px 50px 20px rgb(57, 74, 83, 0.15);
}
/* A5.2 */
.punbb {
width: 1050px;
position: relative;
height: auto;
margin-left: 0px;}
/* A5.3 */
#pun-redirect, #pun-maint {
margin: 0;
width: 100%;
height: 100%;
float: none;
top: 0 !important;
left: 0 !important; }
/* A5.4 */
.punbb .section, .punbb .main {
margin-bottom: 1em;}
/* A5.5 */
.punbb .category, .punbb .post {
margin-top: 0.4em;}
/* A5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
margin-top: 0;}
/* 5.7 */
#pun-post .topic {
margin-top: 1em;}
/* A5.8 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
border-style: none;
border-width: 0px 0px 0px 0px}
/* A5.9 */
.punbb .container {
border-style: none;
border-width: 0px;}
/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
padding: 0.5em 1em;
border-style: none solid solid none;
border-width: 0 1px 1px 0;
}
#pun th, #pun-main h2 {text-align: center; font-size:0;}
/*************************************************************
B — MAIN CONTENT — GENERAL
**************************************************************/
/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/
/* B1.2 */ /*под подпись*/
.punbb .post-sig dt {
display: block;
border-top: 1px solid #b7b7b7;
width: 100%;
margin-left: -8px;
margin-bottom: 5px !important;
margin-top: 10px !important;
}
/* B1.3 */
.punbb .post-content p {
margin: 0;
padding: 0 0 1em 0;
line-height: 150%;}
/* B1.4 */
.punbb .post-content img {
vertical-align: text-bottom}
/* B1.5 */
.punbb .post-content img.postimg {
vertical-align: middle;}
/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
width: 100%;
overflow: hidden; }
/* B1.7 */
.punbb .post-content .scrollbox {
width: 100%;
overflow: auto;}
/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
margin: 10px 20px 15px 20px!important;
padding: 15px;}
.punbb .post-content .quote-box p:last-child {padding: 0 0 0 0;}
/* B1.9 */ /*чья цитата*/
.punbb .quote-box cite{
padding: 1px;
display: block;
font: 13px Comic Sans MS;
text-align: left;
color: #000 !important;
margin-bottom: 0.5em;
margin-top: -5px;
border-bottom: 1px dashed #000;
}
.punbb .code-box strong.legend{
display: block;
padding-bottom: 0.5em;
margin-bottom: 0.5em;
float: center;
text-align: center;
font-style: normal;
text-transform: lowercase;
font: 12px Comic Sans MS;
color: #1b1b1b !important;
border-bottom: 1px dotted #1b1b1b;}
/* B2 Information boxes
-------------------------------------------------------------*/
/* B2.1 */
.punbb .info-box {
padding: 1.1em 1.7em 1em 1.7em;
border-style: none;
border-width: 0px;
margin: 0 0 1.1em 0;}
/* B2.2 */
.punbb .info-box * {
padding: 0 0 0.7em 0;}
/* B2.3 */
.punbb #pun-main .info-box .legend {
font-size: 1.1em;
font-weight: bold;}
/* B3 Pagination and posting links
-------------------------------------------------------------*/
/* B3.1 */
.punbb .linkst {
float: left;
position: relative;
width: 100%;
font-size: 1.1em;
height: 0;}
/* B3.2 */
.multipage {
margin-top: 1em;}
/* B3.3 */ /* страница 1 2 3 верх */
.linkst .pagelink {
position: absolute;
top: -20px;
margin-left: 10px;
width: 30em;
font-size: 11px;
font-family: Comic Sans MS;
}
.linkst .pagelink a {
padding: 0px 5px 1px 5px;
background-color:#d7d3cf;
font-weight: bold;
}
.linkst .pagelink a:hover {
background-color: #b5afa9;
color:#da9b75;
}
.linkst .pagelink strong {
padding: 0px 5px 1px 5px;
background-color:#b5afa9;
color:#000;
}
/* B3.4 */ /*ответить сверху*/
.linkst .postlink {
position: absolute;
top: -4.5em;
right: 1em;
width: 16em;
text-align: right;
font-size: 11px;
font-family: helvetica;
}
/* B3.5 */ /*ответить снизу*/
.punbb .linksb {
text-align: right;
padding: 0.4em 1em 1px 1em; /*0.5em*/
font: 12px helvetica;
}
/* B3.6 */ /* СТРАНИЦА 1 2 3 ... НИЗ */
.linksb .pagelink {
float: left;
text-align: left;
width: 30em;
font-size: 11px;
font-family: Comic Sans MS;
}
.linksb span {
margin-left: -5px !important;
}
.linksb .pagelink a {
padding: 0px 5px 1px 5px;
background-color:#d7d3cf;
font-weight: bold;
}
.linksb .pagelink a:hover {
background-color: #b5afa9;
color:#da9b75;
}
.linksb .pagelink strong {
padding: 0px 5px 1px 5px;
background-color:#b5afa9;
color:#000;
}
/* B3.7 */
.linksb .postlink {
float: right;
width: 16em;
font-weight: lighter}
/* B3.8 */
.subscribelink {
clear:both;
padding-top: 0.3em;
padding-bottom: 0.5em;}
/*************************************************************
C — MAIN CONTENT — SPECIFIC
**************************************************************/
/* C1 Form layout
-------------------------------------------------------------*/
/* C1.1 */ /*отступы вокруг формы ответа*/
.punbb .formal .container {
padding: 0px 2.3em 1.1em 2.3em;}
/* C1.2 */
.punbb .formsubmit {
padding: 0 0 0 1.7em;
margin: 1em 0 0 0;}
/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
margin: 0 0.6em 0 0}
/* C1.4 */
.punbb fieldset {
border-style: none;
border-width: 0px;
padding: 0 18px 0 18px;
margin: 0 0 1em 0}
/* C1.5 */
.punbb fieldset legend {
padding: 0;
margin: 0 0 0 11px;
font-size: 1.1em}
/* C1.6 */ /*напишите ваше сообщение*/
.punbb fieldset legend span {
padding: 0 5px;
font-size: 0px;
letter-spacing: 0.5px;
font-family: helvetica;}
/* C1.7 */
.punbb fieldset fieldset {
border-style: none;
margin: 0;
padding: 0 0 8px 0 }
/* C1.8 */
.punbb .fs-box {
padding: 1em 0 0.8em 0;}
/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
padding: 0 0 0.8em 0}
/* C1.10 */
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
float: left;
margin-right: 1em;}
/* C1.11 */
.punbb .inline .infofield {
clear:both }
/* C1.12 */
.punbb .datafield br {
display: none; }
/* C1.13 */
.punbb .required label, .punbb .datafield span.input {
font-weight: bold }
/* C1.14 */
.punbb .datafield span.input a {
font-weight: normal; }
/* C1.15 */
.punbb .areafield span.input, .punbb p.longinput span.input {
display: block;
padding: 0 12em 0 0;
height: 100%; /* For IE */ }
/* C1.16 */
.punbb textarea, .punbb .longinput input {
width: 64%;
margin: 0; }
/* C1.17 */
.punbb .hashelp {
position: relative; }
/* C1.18 */
.punbb .helplinks {
display: block;
position: absolute;
top: 1em;
right: 0;
font-weight: normal;
width: 36%; }
/* c1.19 */
.punbb #profile .helplinks {
top: 1.5em; }
/* C1.20 */
.punbb .helplinks span {
display: block;
padding-bottom: 0.2em; }
/* C1.21 */
#pun-post .formal .info-box li {
padding-left: 4px;
list-style-type: square;
list-style-position: inside;
line-height: 1.5;
margin: 0; }
/* C2 Table layout
-------------------------------------------------------------*/
/* C2.1 */
.punbb .main .tcl {
overflow: hidden;
text-align: left;
width: 50%;
}
/* C2.2 */ /*тем сообщений*/
.punbb .main .tc2, .punbb .main .tcmod {
text-align: right;
width: 8%;
font: 10px helvetica;
color: #9c9c9c!important;
}
.punbb .main .tc3 {
text-align: center;
width: 10%;
font: 10px helvetica;
color: #9c9c9c!important;
}
/* C2.3 */ /*ТЕМА НА ГЛАВНОЙ*/
.punbb .main .tcr {
overflow: hidden;
text-align: right;
font: 11px Book Antiqua;
width: 35%;
color: #5d5856!important;
padding: 0px 30px 0px 10px;
}
/*ССЫЛКА ТЕМЫ*/
.punbb .main .tcr a {
font: 12.5px Book Antiqua;
text-transform: lowercase;
color: #000!important;
transition: all 0.5s ease-out;
}
.punbb .main .tcr a:hover {
color: #d39048!important;
transition: all 0.5s ease-out;
}
/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
width: 40%
}
/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
text-align: left;
width: 20%;
}
/* C2.6 */
#pun-debug table .tcl {
width: 15%;
white-space:normal;
}
/* C2.7 */
#pun-debug .tcr {
width: 90%;
white-space: normal;
}
/* C2.8 */ /* ЗАГОЛОВКИ ФОРУМОВ */
#pun-index .tcl h3 {
width: 500px;
font-family: Comic Sans Ms;
font-size: 18px;
letter-spacing: -1px;
margin-left: 0px;
padding-bottom: 4px;
text-transform: uppercase;
text-decoration: underline;
font-weight: bold;}
#pun-index .tcl h3 a {
color: blue !important;
-webkit-transition: 0.7s ease;}
#pun-index .tcl h3 a:hover {
color: purple!important;
-webkit-transition: 0.7s ease;}
/*ссылки в подфоруме*/
.knifeparty {
display: inline-block;
background: transparent;
padding: 1px 7px 3px;
margin-bottom: 5px;
font-size: 10px;
color: #000!important;
font-family: harmony;
letter-spacing: 0.5px;
border: 1px solid #000;
-webkit-transition: 1s ease;
}
.knifeparty:hover {
color: #d46959!important;
border: 1px solid #d46959;
}
.knifeparty a: {
color: #000!important;
-webkit-transition: 1s ease;
}
.knifeparty a: hover {
color: #000!important;
-webkit-transition: 1s ease;
}
/* C2.9 */
.punbb td span.youposted {
font-weight: bold;
margin-left: -1em;
position: absolute;
}
/* C2.10 */
.punbb td .modlist {
display: block;
padding-top: 0.3em
}
/* C2.11 */
.punbb .main td {
border-style: solid none none solid;
border-width: 0px 0 0 0px;
padding: 0.8em 1em;
}
/* C2.12 */
.punbb .main th {
border-style: none none none solid;
border-width: 0 0 0 0px;
padding: 0.4em 1em 0.4em 1em;
}
/* C2.13 */
.punbb .main .tcl {
border-left-style: none;
border-left-width: 0;
}
/* C2.14 */ /*и описание подфорума*/
.punbb td div.tclcon {
margin-left: 50px;
font-size: 12px;
font-family: Book Antiqua;
color: #5d5856 !important;
width: 85%;
line-height: 15px;
padding: 5px 25px 10px 15px !important; }
/* C2.15 */
.punbb div.icon {
float: left;
display: block;
width: 50px;
height: 50px;}
/* C3 Topics
-------------------------------------------------------------*/
/* C3.1 */
.punbb .post .container {
padding-bottom: 1px;
border-style: solid;
}
/* C3.2 */
.punbb .post h3 {
background: transparent;
border-style: solid;
border-width: 0px;
width: 1050px;
}
/* C3.3 */ /* дата поста */
.punbb .post h3 span {
display: block;
padding: 7px 0;
}
.punbb .post h3 span a {
font: 9px Comic Sans Ms;
color: #242424 !important;
padding: 0px 0px;
}
/* C3.4 номер поста */
.punbb .post h3 strong {
float: right;
margin-top: 0px;
text-align: right;
color: #0f0f0f !important;
font: 13px Comic Sans Ms;
}
/* линия*/
#pun-main .topic h3 span {
display: block;
height: 10px;
margin: 0px 0px 10px 0px;
border-bottom: 5px #000;
border-style: inset;
}
#pun-main .topic div.post h3 strong {
background: transparent;
line-height: 12px;
margin: 0px 10px 0px 0px;
}
#pun-main .topic h3 a {
line-height: 15px;
background: transparent;
padding-right: 0px;
padding-left: 12px;
border: 0px;
}
#pun-viewtopic div.post h3 strong {
padding-right: 0px;
padding-left: 0px;
}
#pun-main .topic div.post h3 strong {
padding-left: 10px;
}
/* C3.5 */ /*ПРОФИЛЬ*/
.punbb .post .post-author {
float: left;
margin-left: 0px;
margin-top: 2px!important;
overflow: hidden;
border-radius: 25px;
border: 1px #000 solid;
outline: 0px solid #363a44;
outline-offset: 3px;
transform: rotate(3deg);
}
/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
background: url(https://upforme.ru/uploads/000d/ab/00/2/886955.jpg);
padding: 0em;
line-height: 140%;
transform: rotate(-3deg);
}
.punbb .post .post-author {
float: center;
width: 230px;
overflow: hidden;
text-align: center;
margin-bottom: 2em;}
/* C3.7 */ /*НИК*/
.pa-author {
text-align: left;
width: 230px !important;
margin-left: 1px;
background-color: transparent;
padding: 17px 0px 9px 0px !important;
}
/* C3.8 */ /*ТОЖЕ НИК ХЗ*/
.pa-author a {
text-decoration: none;
padding: 3px !important;}
/* C3.9 */ /*СТАТУС*/
li.pa-title {
padding-bottom: 0.7em;
text-align: right;
margin-top: 0px;
margin-bottom: 2px;
width: 100%;
font: 12px Garamond;
color: #000 !important;
line-height: 1px;
}
/* C3.10 */ /*ОНЛАЙН*/
li.pa-online {
background: url();
padding: 0px 5px 15px 0 !important;
font: 7px Comic Sans Ms;
text-transform: uppercase;
letter-spacing: 1px;
color: #000 !important;
line-height: 100%;
margin-top: 3px;
margin-left: 6px;
transform: rotate(180deg);}
/* C3.11 */ /*РАСПОЛОЖЕНИЕ ПОСТА*/
.punbb .post-body {
margin-left: 21em;
border-left-style: solid;
border-left-width: 1px;
padding: 0 25px 1px 25px; }
/* C3.12 */
.punbb .post-box {
padding: 1em;
text-align: justify;}
/*C3.13 */
.punbb fieldset .post-box {
margin-bottom: 0.8em }
/* C3.14 */ /*строка профиль-цитировать*/
.punbb .post-links {
border-left-style: solid;
border-left-width: 1px;
padding-top: 0.8em;
margin-bottom: 1.1em;
font-size: 11px !important;
font-family: Comic Sans MS;}
.punbb .post-links a {
color: #0f0f0f !important;}
/* C3.15 */
.punbb .post-links ul {
padding: 0 1em 0 0;
height: 2em;
line-height: 2em;
border-top-style: dashed;
border-top-width: 1px;
background: transparent;
text-align: right; }
/* C3.16 */
.punbb .post-links li {
display: inline;
padding-left: 1em; }
/* C3.17 */
.pl-email, .pl-website {
float: left; }
/* C3.18 */
.punbb .clearer {
clear: both;
height: 0;
font-size: 0;}
/* C4 Moderator menu
-------------------------------------------------------------*/
/* C4.1 */ /*тему просматривают*/
.punbb .modmenu .container {
padding: 0.5em 1em;
text-align: right;
color: #3f3f3f !important;}
/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
height: 1.8em;
line-height: 1.8em; }
/* C4.3 */
.punbb .modmenu .container strong {
float: left; }
/* C4.4 */
.punbb .modmenu input {
margin-left: 1em; }
/* C5 Message boxes
-------------------------------------------------------------*/
/* C5.1 */
.punbb .info .container {
padding: 0.8em 1em }
/* C5.2 */
.punbb .info .container .backlink {
padding-top: 0.8em;}
/* C6 Profile
-------------------------------------------------------------*/
/* C6.1 */
#profile .container {
padding-left: 18.6em;}
/* C6.2 */
#profilenav {
float: left;
width: 14em;
margin-left: -16.3em;
display: inline;}
/* C6.3 */
#profilenav li {
padding-bottom: 0.8em;}
/* C6.4 */
#viewprofile ul, #profilenav ul {
border-style: solid;
border-width: 1px;
padding: 1.5em 18px 0.8em 18px;
margin: 0 0 1em 0; }
/* C6.5 */
#viewprofile h2, #profilenav h2 {
background: transparent;
border: none;
padding: 0 0 0 0;
margin: 0 15px -1em 4px; }
/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {
padding: 0 5px;
position: relative; }
/* C6.7 */
#viewprofile li, #setmods dl {
padding: 0 0 0 16em;
margin-bottom: 0.2em; }
/* C6.8 */
#viewprofile li span {
float: left;
width: 14em;
margin-left: -16em;
padding: 0.5em 1em;
font-weight: bold;}
/*C6.9 */
#setmods dt {
float: left;
width: 14em;
margin-left: -16em;
padding: 0.8em 1em;
font-weight: bold;
display: inline;}
/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
display: block;
padding: 0.5em 1em;
font-weight: normal; }
/* C6.11 */
.punbb img.avatardemo {
float: right;
margin: 0 0 0.8em 1.8em}
/* C7 User list
-------------------------------------------------------------*/
/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
border-bottom: none;
margin-bottom: 0; }
/* C7.2 */
#pun-userlist .usertable .container {
padding: 0 2.3em 2.3em 2.3em;
border-top: none;}
/* C7.3 */
#pun-userlist .usertable table {
border-style: none;
border-width: 0px;}
/*************************************************************
D — PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/
/* D1 Logo and description
-------------------------------------------------------------*/
/* D1.1 */
#pun-title {
margin: 0;
border-style: none;
border-width: 1px 1px 0 1px;}
/* D1.2 */
#pun-title h1 {
display : block;
height : 40px;
padding: 2em 1em 0 1em; }
/* D1.3 */
#pun-title .container {
border-style: none; }
/* D1.4 */
#pun-title h1 span {
display: none;}
#pun-title table {
border: none;
width: 100%;}
/* D2 Page navigation
-------------------------------------------------------------*/
/* D2.1 */
#pun-pagelinks {
position: absolute;
left: 0;
margin: 0;
border: none;
padding: 0;
width: 100%; }
/* D2.2 */
#pun-pagelinks .container {
background: transparent;
border: none;
padding: 0}
/* D2.3 */
#pun-pagelinks .container li {
display: inline }
/* D2.4 */
#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
height: 2em;
line-height: 2em;
padding: 0;
font-size: 1.2em;
margin-left: -9999px;
display: block;
float:left;
width: 100%; }
/* D2.5 */
#pun-pagelinks a:active, #pun-pagelinks a:focus {
position:relative;
margin: 0;}
#pun-pagelinks li a span {
display:block;
margin: 0 1em
}
/* D3 Forum navigation
-------------------------------------------------------------*/
/* D3.1 */
#pun-navlinks, #pun-navlinks .container {
border-style: none;
border-width: 0;
margin-top: -30px;
margin-left: 5px;
}
/* D3.2 */
#pun-navlinks .container {
padding: 0.8em 1em;
text-align: center;}
/* D.3 */
#pun-navlinks li {
display: inline;
padding-right: 1em;}
/*форум*/
li#navindex a {
position: absolute;
top: 50px;
left: 136px;
font: 15px Comic Sans Ms;
font-weight: bolder;
text-transform: uppercase;
color: red;
-webkit-transition: 1s ease;
}
li#navindex a:hover {
position: absolute;
color: #a1220f;
-webkit-transition: 1s ease;
}
/*участники*/
li#navuserlist a {
position: absolute;
top: 75px;
left: 80px;
font: 15px Comic Sans Ms;
font-weight: bolder;
text-transform: uppercase;
color: orange;
-webkit-transition: 1s ease;
}
li#navuserlist a:hover {
position: absolute;
color: #a1220f;
-webkit-transition: 1s ease;
}
/*поиск*/
li#navsearch a {
position: absolute;
top: 95px;
left: 200px;
font: 15px Comic Sans Ms;
font-weight: bolder;
text-transform: uppercase;
color: yellow;
-webkit-transition: 1s ease;
}
li#navsearch a:hover {
position: absolute;
color: #a1220f;
-webkit-transition: 1s ease;
}
/*профиль, пиар*/
li#navprofile a, li#navpr_1 a {
position: absolute;
top: 115px;
left: 165px;
font: 15px Comic Sans Ms;
font-weight: bolder;
text-transform: uppercase;
color: green;
-webkit-transition: 1s ease;
}
li#navprofile a:hover, li#navpr_1 a:hover {
position: absolute;
color: #a1220f;
-webkit-transition: 1s ease;
}
/*сообщения, регистрация*/
li#navpm a, li#navregister a {
position: absolute;
top: 135px;
left: 100px;
font: 15px Comic Sans Ms;
font-weight: bolder;
text-transform: uppercase;
color: blue;
-webkit-transition: 1s ease;
}
li#navpm a:hover, li#navregister a:hover {
position: absolute;
color: #a1220f;
-webkit-transition: 1s ease;
}
/*вход-выход*/
li#navlogin a, li#navlogout a {
position: absolute;
top: 250px;
left: 10px;
font: 15px Comic Sans Ms;
font-weight: bolder;
letter-spacing: 0.4px;
text-transform: uppercase;
color: purple;
-webkit-transition: 1s ease;
}
li#navlogin a:hover, li#navlogout a:hover {
position: absolute;
color: #a1220f;
-webkit-transition: 1s ease;
}
/* D4 User links
-------------------------------------------------------------*/
/* D4.1 */
#pun-ulinks {
padding-bottom: 1px;}
/* D4.2 */
#pun-ulinks .container {
border-top: none;
text-align: center;
margin-top: -10px;
margin-left: 0px;
padding: 0em 1em;}
/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
display: inline;
border-left-style: none;
border-left-width: 0px;
white-space: nowrap;
padding-left: 0px;}
/* D4.4 */
#pun-ulinks li a {
padding: 0 -0.1em 0 -0.1em;}
/* D4.5 */
#pun-ulinks li.item1, #pun-ulinks li.item1 a {
border-left-style: none;
border-left-width: 0;
padding-left: 0}
/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/
/* D5.1*/ /*ПРИВЕТСТВИЕ*/
#pun-status, #pun-status .container {
margin-bottom: 0;}
#pun-status a, #pun-status .container {
border-bottom: none;
color: #191b1e !important;
width: 500px;
text-align: left;
font-size: 12px;
font-family: Comic Sans MS;
font-style: normal;
}
#pun-status .container .item4 {
float: none;
display: block;
margin-top: 5px;
}
/* D5.2 */
#pun-status .container {
padding: 0.8em 7em 2em 1em;
margin-left: 15px;
}
/* D5.3 */
#pun-status span {
white-space: nowrap;
margin-right: 0.5em;
}
/* D5.4 */
#pun-crumbs1 {
overflow: hidden;
margin-top: 0;
}
/* D5.5 */ /*название форума сверху*/
#pun-crumbs1 p.container {
border-top: none;
padding: 1em 1em -5em 1em;
font: 12px Comic Sans MS;
text-align: center;
}
/* D5.6 */
#pun-break1 {
margin: 0 1em;
border-style: none none;
border-width: 0px 0;
height: 0;
margin: -2px 1em;
position: relative;
z-index: 1; }
/* D6 Announcement
-------------------------------------------------------------*/
/* D6.1 */
#pun-announcement h2 {
padding: 0;
margin: 0 1em -3.5em 1em;
border-style: none none none none;
border-width: 0 0 0px 0;
position: relative;
display: none; }
/* D6.2 */
#pun-announcement h2 span {
display: block;
padding: 1em 0 0.8em 0;
border-bottom-style: solid;
border-bottom-width: 1px; }
/* D6.3 */
#pun-announcement .container {
padding: 1em 1em 1em 1em; }
/* D7 Statistics
-------------------------------------------------------------*/
/* D7.1 */
#pun-stats .container {
padding: 12.8px 90px 12.8px 90px;
}
/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2, #pun-stats li.item3, #pun-stats li.item4 {
text-align: left;
font: 9px Comic Sans MS;
display: inline-block;
margin-left: 135px;
color: #191b1e;
}
/* D7.4 */
li#onlinelist {
margin-top: 1em;
border-top-style: solid;
border-top-width: 0px;
float: left;
width: 100%;
line-height: 130%;
color: #191b1e;
font: 12px Comic Sans MS;
}
/* D7.5 */
li#onlinelist div {
border-top-style: solid;
border-top-width: 0px;
padding: 0.7em 0 0 0;
}
/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/
/* D8.1 */
#pun-qjump {
margin: 0;
border: none;
width: 50%;
position: relative;
float: left; }
/* D8.2 */
#pun-qjump .container {
border: none;
background: transparent;
padding: 0.8em 1em; }
/* D8.3 */
#pun-about {
margin-top: 1px; }
/* D8.4 */ /*НАДПИСЬ РЕЙТИНГ ФОРУМОВ*/
#pun-about .container {
border-top-style: none;
padding: 1em 1em 4em 1em;
text-align: center;
font-size: 5px;
text-transform: uppercase;
letter-spacing: 2px;
line-height: 150%;
}
/* D8.5 */
#pun-about p span {
display:block;
padding-left: 50%;
margin-bottom: 4px; }
/* D8.6 */
#pun-crumbs2 {
font-weight: bold;
overflow: hidden;
margin-bottom: 0px;
border-bottom: none;}
/* D8.7 */ /*название форума внизу*/
#pun-crumbs2 .container {
border-bottom: none;
padding: 0.8em 1em;
font: 12px Comic Sans MS;}
/* D8.8 */
#pun-break4 {
margin: -2px 1em;
border-style: none none;
border-width: 0px 0;
position: relative;
height: 0;
z-index: 1; }
/* D8.9 */
div.punbb-admin #pun-about .container {
border-top-style: solid;
border-top-width: 1px;}
/* D9 Help file
-------------------------------------------------------------*/
/* D9.1 */
#pun-help .formal .info-box h3.legend {
border-bottom-style: solid;
border-bottom-width: 1px;
padding-bottom: 0;
margin-bottom: 0.8em; }
/* D9.2 */
#pun-help .formal .info-box h3.legend span {
padding-bottom: 0.6em;
display: block;
border-bottom-style: solid;
border-bottom-width: 1px;
font-size: 1.1em; }
/* D9.3 */
#pun-help .formal p, #pun-help .formal dd {
margin-bottom: 1em}
/* D9.4 */
#pun-help .formal ul, #pun-help .formal dl {
padding: 0 0 0 1em }
/* D9.5 */
#pun-help .formal li {
padding: 0;
line-height: 130% }
/* D9.6 */
#pun-help .formal li * {
vertical-align: text-top }
/* D9.7 */
#pun-help .formal dt span {
font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace}
/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
padding-bottom: 0; }
/* ну так */
.pl-share { display: none !important; }
p.lastedit {display:none;}
li.reports { display: none !important; }
.pl-reports {
font-size: 0;
height: 0;
width: 0;
line-height: 0.0;
position:absolute;
left: -9999px;
overflow: hidden;
display:none;
}
.category thead{
display:none;
}
li.pl-email.email { display: none !important; }
.sharelink{
display:none!important;
}
/* сообщения и посты в одну строку */
.pa-posts {
display: inline-block;
vertical-align: top;
margin: 0 0 0 -14px;
font: 8px Comic Sans Ms;
letter-spacing: 0.3px;
text-transform: uppercase;
color: #000 !important;
padding: 7px 20px 10px 0px !important;
width: 55px;
}
.pa-respect {
display: inline-block;
vertical-align: top;
margin: 0 -10px 0 0px;
font: 8px Comic Sans Ms;
letter-spacing: 0.3px;
text-transform: uppercase;
color: #000 !important;
padding: 7px 0px 10px 20px !important;
width: 55px;
}
.pa-respect a {
color: #000 !important;}
.pa-respect a:hover {
color: #000 !important;}
.modmenu >p>span {
display: none;
}
/*кол-во зарегистрированных*/
#pun-stats li.item3 {display: none;}
/*скрыть название темы*/
#pun-main h1 {
font-size: 0px;}
#pun-live-rusff span.cooltext {display: none;}
/*шапка спойлера*/
.punbb .post-content .spoiler-box {
margin: 5px 5px 5px 5px;
padding: 12px;}
.post-content .spoiler-box > div {
line-height: 180%;
padding: 5px;
font: 10px onest;
letter-spacing: 0.2px;
color: #e4e4e4;
text-transform: uppercase;
font-weight: bolder;
background: #1b1b1b!important;
}
.spoiler-box > div:before {
content: '+ ';
font-style: normal;
position: absolute;
margin: 0 0px 0 -10px !important;
}
.spoiler-box > div.visible:before {
content: '- ';
font-style: normal;
position: absolute;
}
/*подчеркнутый текст*/
.punbb .post-content em.bbuline {
font-style: normal;
background: #f0d36d;
text-decoration: none;
}
/*Быстроплюсы для Топика!*/
div .post-rating p a {
text-align: center;
outline: 1px solid transparent;
font-weight: 700;
background: url(https://forumstatic.ru/files/001a/fc/23/26514.svg) no-repeat center;
background-size:36px auto;
position:relative;
z-index:100;
width: 36px;
height: 36px;
text-align:center;
font-size: 12px !important;
display: inline-block;
vertical-align: middle;
line-height: 34px;
letter-spacing: -.1px;
}
.noNull:before{content: "+";
display: inline-block;
margin-left: -1px;
font-size: 9px;
letter-spacing: 0!important;
}
div.post-vote {
margin-bottom: 65px;
}
div.post-vote p>a {
font-size: 0 !important;
position: absolute;
cursor: pointer;
z-index: 200;
width: 23px;
height: 23px;
background: url(https://forumstatic.ru/files/0012/d8/04/75043.png?) no-repeat;
display: block;
background-size: 100%;
margin-left: 29px;
margin-top: 42px;
}
.post.dark-style div.post-vote p>a {/*перекраска для другого стиля, удалите если у вас стоит стиль без перекрасок*/
background: url(https://forumstatic.ru/files/0012/d8/04/38128.png?) no-repeat;
background-size: 100%;
}
#statistic-other {
display: none;
}
/* structure by futura.rusff.me
-------------------------------------------------------------*//* structure by futura.rusff.me
-------------------------------------------------------------*/
/* CS1 Основа
-------------------------------------------------------------*/
/* CS1.1 Фон */
body {
background: url(https://upforme.ru/uploads/000d/ab/00/2/53116.jpg);
background-attachment: fixed;
}
#pun {background: #e4e2e0;}
/* CS1.2 Шапка */
#pun-title table
{background: url(https://upforme.ru/uploads/000d/ab/00/2/359624.jpg);
background-repeat : no-repeat;
background-position: top center;
margin-left: 0px;
margin-top: 30px;
width: 1050px;
height: 400px;}
/* CS1.5 Футер*/
#html-footer {
margin-bottom: -30px;
text-align: center;
background: url("") fixed;
width: 1050px;
height: 110px;}
/* баннеры */
.banners
{
position: absolute;
padding-right: 0px;
margin: -5px 0px 0px 675px !important;
width: 300px;
height: 65px;
overflow-y: auto;
color: #e2dddd;
text-align: center;
}
.banners img {filter:grayscale(100); opacity: 0.3;}
.banners a:hover img {
transition-duration: 1s;
filter: none!important;
opacity: 1;
}
/* посты */
.ppostov {
position: absolute;
padding-right: 0px;
padding-top: 20px;
margin: -30px 0px 10px 60px !important;
height: 115px;
overflow-y: auto;
color: #000;
font-family: harmony;
font-size: 12px;
}
.ppostov a {
font-family: yeseva;
font-size: 15px;
color: #af4d44 !important;
}
/* низ форума */
.underbg {
position: relative;
margin-top: 0px!important;
}
.underline
{
display: inline;
text-transform: lowercase;
font-size:11px;
}
#pun-index #pun-stats.section {
position: relative;
font-size: 11px;
}
/* CS2 Форум
-------------------------------------------------------------*/
/* CS2.1 Текст на форуме */
.punbb .main .container, .punbb .post .container, .punbb .post h3, #pun-title, #pun-title .container, .punbb .modmenu .container, .punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span, .punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl, #pun-navlinks .container, #pun-status .container, #pun-crumbs1 p.container, #pun-stats .container, #pun-about .container, #pun-crumbs2 .container, .linkst .pagelink, .linksb .pagelink {
color: #181818;
background-color: transparent;}
/* CS2.2 КАТЕГОРИИ */
#pun-category1.category h2 {
background: url(https://upforme.ru/uploads/000d/ab/00/2/513831.png) no-repeat;
margin-top: -20px;
margin-bottom: -10px;
height: 100px;
font-size:0px !important;
}
#pun-category2.category h2 {
background: url(https://upforme.ru/uploads/000d/ab/00/2/889027.png) no-repeat;
margin-top: 30px;
margin-bottom: 10px;
height: 100px;
font-size:0px !important;
}
#pun-category3.category h2 {
background: url(https://upforme.ru/uploads/000d/ab/00/2/324105.png) no-repeat;
margin-top: 30px;
margin-bottom: 10px;
height: 100px;
font-size:0px !important;
}
#pun-category4.category h2 {
background: url(https://upforme.ru/uploads/000d/ab/00/2/710342.png) no-repeat;
margin-top: 30px;
margin-bottom: 10px;
height: 100px;
font-size:0px !important;
}
#pun-category5.category h2 {
background: url(https://upforme.ru/uploads/000d/ab/00/2/569704.png) no-repeat;
margin-top: 30px;
margin-bottom: 10px;
height: 100px;
font-size:0px !important;
}
#pun-category6.category h2 {
background: url(https://upforme.ru/uploads/000d/ab/00/2/552312.png) no-repeat;
margin-top: 30px;
margin-bottom: 10px;
height: 100px;
font-size:0px !important;
}
/*надпись статистика*/
#pun-stats.section h2 {
text-transform: uppercase;
margin-top: 35px;
text-align: center;
font: 0px arial;
letter-spacing: 3px;
color: #969696;
}
/* CS2.3 Цитата етк*/
.punbb .quote-box {
background: #e0dedb;
color: #242424;
text-transform: none;
border: 0px #0f0f0f solid;
border-radius: 10px;
box-shadow: 2px 3px 4px -2px rgba(0, 0, 0, 0.07);
}
.punbb .code-box {
background: #e0dedb;
color: #242424;
text-transform: none;
border: 0px #c9c9c9 double;
}
.punbb .spoiler-box {
background: #e0dedb;
color: #242424;
text-transform: none;
border: 1px #e0dedb solid;
border-radius: 0px;
box-shadow: inset 0px 0 0px 0px transparent,inset 0 0 0px 0px transparent,0px 0px 0px 0px transparent,0px 0px 0px 0px transparent;}
/* Форма ответа */
.punbb textarea {
background: #ececec;
padding: 5px !important;
margin-left: -5px !important;
border: 1px #ababab solid;
box-shadow: inset 0px 0 0px 0px #c3c3c3;
}
/* CS2.4 Прокрутка */
::-webkit-scrollbar {width: 9px; height: 5px; background-color: #171717;}
::-webkit-scrollbar-thumb {background-color: #da9b75;}
/* выделенный текст */
::selection {background: #fff; color: #000;}
/* CS2.5 Переадресация */
#pun-redirect {
background: url("https://upforme.ru/uploads/000d/ab/00/2/969901.gif");
position: fixed;
text-align: center;
font-size: 11px;}
#pun-redirect .main-title {
margin-bottom: 0px!important;
text-align: center;
margin-top: 500px;
height: 100px;
background: url() center no-repeat;
font-size: 0px; }
/* CS2.6 Профиль */
/* меняем ссылку ника */
li.pa-author a, li.pa-author {
color: #000 !important;
font-size: 20px;
letter-spacing: 1px;
font-family: Comic Sans Ms;
font-weight: bold;
text-transform: uppercase;
line-height: 16px;
transition-duration: 1.5s;}
li.pa-author a:hover {
color: #ffffff!important;
-webkit-transition: 1.5s ease;}
/*аватар*/
.pa-avatar img{
margin-top: 5px;
margin-left: 0px;
max-width: 180px;
max-height: 180px;
}
.pa-avatar img:hover {
animation-name: rotate;
animation-duration: .5s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
@keyframes rotate {
from {transform: rotate(0deg);}
to {transform: rotate(360deg);}
}
.pa-avatar.item2{
margin-left: 0px !important;
margin-bottom: 4px;
}
li.pa-avatar.item2 img {
border: 15px #e4e2e0 solid;
outline: 0px solid #da9977;
outline-offset: 0px;
}
/* CS2.8 Окна, кнопки и прочее */
/* Окно репутации */
.punbb-admin #pun-admain .adcontainer, #pun-reputation div.inner div.container, #pun-report div.inner div.container , #pun-popup_awards div.inner div.container {
color: #171717;
background-color: #ceced0;
}
#pun-reputation .tc2 textarea {width: 600px !important;}
#pun-reputation .tcl {width: 80px !important;}
#pun-reputation h1 {
background-color: #ceced0;
text-align: center; width: 767px; height: 15px; margin-left: 0px; padding-top: 1px !important;}
/* Настройки кнопок "отправить", "посмотреть" и др. */
#pun-main .formsubmit input {
background: #ececec;
padding: 6px;
text-transform: uppercase;
letter-spacing: 0.5px;
color: purple;
font-size: 12px;
font-family: Impact !important;
font-weight: bold;
border: 1px solid #c4c4c4;
cursor: pointer;
}
/* Настройки выпадающих списков */
.punbb input, .punbb select {
background: #ececec;
color: #252525;
font-family: helvetica !important;
}
#spoiler-area {
background-color: #ececec;
border: 1px solid #ababab;
padding: 5px 7px 5px 7px;
font-family: helvetica;
font-size: 12px;
}
#video-area, #color-area, #table-area, #smilies-area, #keyboard-area, #addition-area, #image-area {
font-family: helvetica !important;
}
/* Окна в форме ответа */
#size-area, #font-area, #color-area, #smilies-area, #keyboard-area, #imageup-area, #font-area, #size-area, #color-area, #smilies-area, #image-area, #imageup-area, #imageattach-area, #keyboard-area, #video-area, #table-area, #addition-area {
background: #ececec;
color: #000;
padding: 5px;
border: solid #ababab 1px !important;
box-shadow: 2px 3px 4px -2px rgba(0, 0, 0, 0.07);
}
/* Линия разделитель */
hr {
color: #1C6258;
background-color: #afafaf;
height: 1px;
border: none;}
/* CS3 Рамки
-------------------------------------------------------------*/
.punbb .post-body, .post h3, #pun-title, .punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post, #pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2, .punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body, .punbb .post h3 span, .post-links ul, .post-links, .usertable table, #pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span, #pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend, .punbb .divider, .punbb .formal fieldset .post-box, .punbb .info-box, .punbb-admin #pun-admain .adcontainer {
border-color: transparent;}
/* CS4 Ссылки
-------------------------------------------------------------*/
/* CS4.1 Обычные ссылки*/
.punbb a, .punbb a:link, .punbb a:visited,
.punbb-admin #pun-admain a, .punbb-admin #punbb-admain a:visited {
text-decoration: none;
color: #921f0f;}
.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: #000;}
/* CS4.2 Ссылки в меню навигации */
#pun-navlinks a {
color: #59b6cb;
font: 13px lemon;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 0px;
transition-duration: 1s;}
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active, #pun-pagelinks a:active, #pun-pagelinks a:focus {
color: #17151d;
transition-duration: 1s;}
/* CS4.3 Пользовательские ссылки */
#pun-ulinks a {
color: #878b94;
text-transform: lowercase;
fon-size: 12px;
transition-duration: 1s;}
#pun-ulinks a:hover, #pun-ulinks a:focus, #pun-ulinks a:active {
color: #17151d;
transition-duration: 1s;}
/* CS5 Иконки сообщений
-------------------------------------------------------------*/
/* Старые */
.punbb table Div.icon {
float: left;
display: block;
width: 50px;
height: 57px;
background-image: url();
background-repeat: no-repeat;
position: relative;
margin-left: 1px;
margin-top: 0px;
margin-right: 0px;}
/* Новые */
TR.inew Div.icon {
background: url(https://upforme.ru/uploads/000d/ab/00/2/469146.png) no-repeat;
}
/* Важно */
TR.isticky Div.icon {
background: url() no-repeat;}
/* Закрыто */
TR.iclosed Div.icon {
background: url() no-repeat;}
/*CS6 Таблицы и прочее
---------------------------------*/
/*НАСТРОЙКА ПОЛЕЙ*/
/*анкета*/
li.pa-fld2 {
display: inline-block;
background: url();
margin-top: 1px;
margin-left: -1px;
width: 230px !important;
text-align: center;
font-family: Comic Sans Ms;
line-height: 10px;
padding: 5px 0px 5px 0px!important;
}
.pa-fld2 a {
color: blue!important;
font-size: 13px;
font-weight: bolder;
transition-duration: 1s;
}
.pa-fld2 a:hover {
color: purple !important;
transition-duration: 1s;
}
/*мейн*/
li.pa-fld1 {
position: absolute;
margin-left: -8px !important;
margin-top: -10px !important;
}
.pa-fld1:hover {
transform: rotate(360deg);
transform-origin: center;
transition: all 0.5s linear 0s;
}
/*АВАТАР НА ГЛАВНОЙ СТРАНИЦЕ*/
div.punbb .user-avatar {
float: center;
margin: 3px 5px 0 15px;
}
.punbb .user-avatar .avatar-image {
width: 50px !important;
height: 50px !important;
border-radius: 80% 10% / 20% 30% !important;
border: 1px solid #d26453;
opacity: 100% !important;
}
.punbb .user-avatar .isonline {
display: block;
position: absolute;
animation: blinkColor 3s linear infinite !important;
-moz-animation: blinkColor 3s linear infinite !important;
-webkit-animation: blinkColor 3s linear infinite !important;
z-index: 100;
background-color: transparent !important;
}
/*ссылки в шапке*/
.plot {
position: absolute;
top: 250px;
left: 359px;
font: 11px helvetica;
font-weight: bold;
letter-spacing: 0.5px;
background-color: #fff;
padding-left: 13px;
padding-right: 13px;
padding-bottom: 4px;
border-radius: 12px;
}
.needed {
position: absolute;
top: 250px;
left: 466px;
font: 11px helvetica;
font-weight: bold;
letter-spacing: 0.5px;
background-color: #fff;
padding-left: 13px;
padding-right: 13px;
padding-bottom: 4px;
border-radius: 12px;
}
.used {
position: absolute;
top: 250px;
left: 629px;
font: 11px helvetica;
font-weight: bold;
letter-spacing: 0.5px;
background-color: #fff;
padding-left: 13px;
padding-right: 13px;
padding-bottom: 4px;
border-radius: 12px;
}
.faq {
position: absolute;
top: 275px;
left: 380px;
font: 11px helvetica;
font-weight: bold;
letter-spacing: 0.5px;
background-color: #fff;
padding-left: 13px;
padding-right: 13px;
padding-bottom: 4px;
border-radius: 12px;
}
.rules {position: absolute;
top: 275px;
left: 466px;
font: 11px helvetica;
font-weight: bold;
letter-spacing: 0.5px;
background-color: #fff;
padding-left: 13px;
padding-right: 13px;
padding-bottom: 4px;
border-radius: 12px;
}
.asleep {position: absolute;
top: 275px;
left: 491px;
font: 11px helvetica;
font-weight: bold;
letter-spacing: 0.5px;
background-color: #fff;
padding-left: 13px;
padding-right: 13px;
padding-bottom: 4px;
border-radius: 12px;
}
.calendar {
position: absolute;
top: 275px;
left: 593px;
font: 11px helvetica;
font-weight: bold;
letter-spacing: 0.5px;
background-color: #fff;
padding-left: 13px;
padding-right: 13px;
padding-bottom: 4px;
border-radius: 12px;
}
.plot a, .needed a, .used a, .calendar a, .faq a, .rules a, .asleep a {color: #000 !important;}
/* вверх-вниз */
.go-up, .go-down {
position: fixed;
display: none;
cursor: crosshair
}
.go-up {
top: 600px;
margin-left: 1120px !important;
width: 100px;
height: 100px;
background: url(https://upforme.ru/uploads/000d/ab/00/2/474030.png);
}
.go-down {
top: 500px;
margin-left: 1120px !important;
width: 100px;
height: 100px;
background: url(https://upforme.ru/uploads/000d/ab/00/2/807027.png);
}
/*при наведении поле для ввода текста не выделяется полоской пошла нахуй полоска*/
input, textarea {
outline: none;
}
input:active, textarea:active {
outline: none;
}
:focus {
outline: none;
}
/* стикеры */
.hvStickerPackModalContainer .hvStickerPackModal {
background: #ececec;
width: 1000px !important;
margin-left: 24px;
border: 1px solid #ababab;
}
.hvStickerPackModalContent {
border: none !important;
padding: 11px !important;
}
.hvStickerPackModalTab {
background: #ececec !important;
box-shadow: 0 0 0 0px #dfdfdf inset !important;
color: blue !important;
font-weight: bold;
border-radius: 0px !important;
}
.hvStickerPackModalTab.active {
background: #e4e2e0 !important;
color: purple !important;
box-shadow: 0 0 0 0px #dfdfdf inset !important;
font-weight: 700 !important;
border-radius: 0px;
}
/*вкладки*/
.custom_tag.custom_tag_tabtitle {
display: inline-grid;
justify-content: center;
cursor: pointer;
margin: 10px 10px -8px 0px;
font: bold 7px rat;
letter-spacing: .5px;
line-height: 8px;
text-transform: uppercase;
text-align: center;
margin-right: 2px;
border: solid 1px #1d1f1d;
border-bottom: none;
padding: 9px;
height: 8px;
background-color: #1d1f1d;
width: 85px;
color: #d0d0d0;
}
.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_tabtitle.active {
background: #1d1f1d;
color: #8e3339;
border: 1px solid var#1d1f1d;
}
.custom_tag.custom_tag_tab {
overflow-y: auto;
margin: 8px 0px 0px 0px;
padding: 10px;
border: 1px solid #1d1f1d;
}
.tabsy {
width:95%;
padding:9px;
border:solid 1px #1d1f1d;
background-color:#f5f5f5;
color:#444444;
text-align:justify;
}
.tabsy-img {
border:solid 1px #1d1f1d;
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-border {
border:solid 1px #e3e3e3;
border-top:none;
padding:10px 12px 0px 10px;
height:26px;
background-color:#e9e9e9; }
/* structure by futura.rusff.me
-------------------------------------------------------------*/








![IN:SOMNIA [crossover]](https://upforme.ru/uploads/001c/31/d4/2/147362.jpg)