/*************************************************************
A - SETUP
**************************************************************/
/* A1 Import the colour scheme
-------------------------------------------------------------*/
/* A1.1 */
@import url(style_cs.css);
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,200,0,0');
.material-symbols-outlined {
font-variation-settings:
'FILL' 0,
'wght' 400,
'GRAD' 0,
'opsz' 24
}
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=cyrillic,cyrillic-ext,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Kurale|Playfair+Display|Playfair+Display+SC');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,500');
/*-----1st----*/
@font-face {font-family: "BlackOceanOne";
src: local("BlackOceanOne"), url(https://forumstatic.ru/files/001a/eb/a8/14190.ttf);}
/*---2nd----*/
@font-face {font-family: "Creat";
src: local("Creat"), url(https://forumstatic.ru/files/001a/eb/a8/96915.otf);}
@font-face {font-family: "VerPro";
src: local("VerPro"), url(https://forumstatic.ru/files/001a/eb/a8/38327.ttf);}
/*--3rd-----*/
@font-face {font-family: "DymaxionScript";
src: local("DymaxionScript"), url(https://forumstatic.ru/files/001a/eb/a8/56003.otf);}
/*--4th--*/
@font-face {font-family: "Palace";
src: local("Palace"), url(https://forumstatic.ru/files/001a/eb/a8/16115.woff2);}
@font-face {font-family: "Soyuz";
src: local("Soyuz"), url(https://forumstatic.ru/files/001a/eb/a8/84441.woff2);}
@font-face {font-family: "Girlo";
src: local("Girlo"), url(https://forumstatic.ru/files/001a/eb/a8/23520.otf);}
/*-----------------------------*/
@media screen and (max-width: 1200px) {
body {background-size: cover;}}
/*-----------------------------*/
/* 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, arial, helvetica, sans-serif;
}
/* 3.3 */
.punbb select, .punbb optgroup {
font-size: 11px;
background: var(--color-black);
color: var(--color-white);
border: none;
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 h2 span {
/* color: var(--color-green);
font-size: 30px;
text-transform: uppercase;
font-family: 'Palace';
padding: 0 7px!important;
background: var(--color-white);*/
}
.punbb h1 span, #post-form > h2 > span {
color: var(--color-black);
font-size: 16px;
text-transform: lowercase;
font-family: var(--custom2);
letter-spacing: 1.25px;
}
#post-form > h2 > span {margin-right:10px; display:none;}
.punbb h1 span { color: var(--color-brown); display:none;}
/* 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: italic
}
/* A3.9 */
.punbb .post-content em.bbuline {
font-style: normal;
text-decoration: underline;
}
/* A3.10 */
.punbb a {
}
/* 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: 0 auto -12px;
width: 1060px;
}
/* A5.2 */
/* A5.3 */
#pun-redirect {
background:#191919 fixed top center repeat;
position: absolute;
width: 100%;
height: 125%;
z-index: 100;
top: -200px !important;
left: 0 !important;
}
#pun-redirect #pun-main {
margin: 12% 37% 12px 37%;
background-color: #191919;
width: auto;
float: none;
position: relative;
z-index: 1000;
}
#pun-redirect #pun-main > a {color:#f0f0f0!important}
/* A5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
/*margin-top: 0;*/
}
/* 5.7 */
#pun-post .topic {
margin-top: 1em;
}
#pun-main h1{ padding: 5px 10px;
text-align: right;
margin: 0;
}
/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/
/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/
/* B1.1 */
.punbb .post-content {
padding: 0;
margin: 0;
width: 100%;
overflow: hidden;
}
/* B1.2 */
.punbb .post-sig dt {
display: block;
margin: 10px 0px;
height: 0px;
border-bottom: 1px dotted var(--color-grey2);
}
.post-sig dd p, #profile .fs-box dd p {
font-size: 10px;
text-align: center!important;
line-height: 11px!important;
}
/* B1.3 */
.punbb .post-content p {
margin: 0;
padding: 3px 10px 5px!important;
line-height: 1.5;
text-align: justify;
}
/* 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;
height: auto!important;
max-height: 500px;
}
/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
padding: 5px 10px 5px 10px;
margin: 15px 5px 20px 5px;
}
.punbb .post-content .spoiler-box {padding: 10px 20px !important;
}
/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
display: block;
padding: 0.25em 1em 0.25em;
line-height: 1.5;
font-size: 11px;
font-weight: normal;
width: fit-content;
font-style: normal;
text-align: center;
text-transform: lowercase;
margin-top: -6px!important;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
letter-spacing: 1px;
color: var(--color-black);
font-family: var(--custom2);
border: 1px solid var(--color-black);
border-top: none;
}
/* B2 Information boxes
-------------------------------------------------------------*/
/* B2.1 */
.punbb .info-box {
padding: 1.1em 1.7em 1em 1.7em;
border-style: solid;
border-width: 1px;
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: 950px;
height: 0px;
margin: 10px 15px;
background: var(--color-white);
top: -30px;
text-transform: lowercase;
font-size: 10px;*/
float: left;
position: relative;
width: 100%;
height: 0;
text-transform: lowercase;
}
/* B3.2 */
.multipage {
margin-top: 30px;
padding: 0 10px!important;
}
.multipage .tcr a {font:normal 11px verdana, arial, helvetica, sans-serif!important}
/* B3.3 */
.linkst .pagelink {
position: absolute;
top: -30px;
left: 15px;
width: 30em;
text-transform: lowercase;
font-size: 10px;
}
/* B3.4 */
.linkst .postlink {
position: absolute;
top: -30px;
font-size: 10px;
right: 15px;
width: 16em;
text-align: right;
}
/* B3.5 */
.punbb .linksb {
position: relative;
text-transform: lowercase;
font-size: 10px;
margin: 5px 15px;
background: var(--color-white);
}
/* B3.6 */
.linksb .pagelink {
float: left;
text-transform: lowercase;
font-size: 10px;}
/* B3.7 */
.linksb .postlink {
font-size: 10px;
float: right;
width: auto!important;
}
/* B3.8 */
.subscribelink {
float: right;
margin-right: 10px;
text-transform: lowercase;
}
/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/
/* C1 Form layout
-------------------------------------------------------------*/
/* C1.1 */
.punbb .formal .container {
border-style: solid;
border-width: 1px;
padding: 5px 15px;
font-size: 11px;
margin: 10px 0;
}
#profile .formal {
}
/* C1.2 */
.punbb .formsubmit {
padding: 0 0 0 3px;
text-align: center;
}
/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit span {
}
/* C1.4 */
.punbb fieldset {
padding: 0px 25px 0px 20px;
}
/* C1.5 */
.punbb fieldset legend {
text-transform: lowercase;
font-size: 13px;
}
/* C1.6 */
.punbb fieldset legend span {
padding: 2px 5px;
margin: 0;
}
/* 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 15px 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 .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%;
}
.punbb td div.tclcon {
text-align: left;
font-size: 11px;
color: var(--color-black);
padding-right: 10px!important;
margin-right: 15px;
}
/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
text-align: center;
width: 7%;
text-transform: lowercase;
font-size: 11px;
}
/* C2.3 */
.punbb .main .tcr {
text-align: left;
width: 35%;
text-transform: initial;
color: var(--color-black);
padding-right: 0px;
padding-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
}
#pun-userlist .main .tc2, #pun-userlist .main .tc3, #pun-userlist .main .tcmod {border:none!important}
#pun-viewforum .hasicon td.tcl, #pun-searchtopics .hasicon td.tcl,
#pun-respect .main .tc2, #pun-respect .main .tc3, #pun-respect .main .tcmod, #pun-respect .main .tcr,
#pun-positive .main .tc2, #pun-positive .main .tc3, #pun-positive .main .tcmod, #pun-positive .main .tcr , #pun-online .main .tc2, #pun-online .main .tc3, #pun-online .main .tcmod, .punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod, #pun-viewforum .main .tcr, #pun-searchtopics .main .tcr {
}
#pun-online .main .tc2, #pun-online .main .tc3, #pun-online .main .tcmod {
text-align: center;
width: 15%;
color: var(--color-hz);
text-transform: lowercase;
padding: 8px;
}
/* C2.4 */
#pun-viewforum .main .tcl, #pun-userlist .main .tcl, #pun-searchtopics .main .tcl, #pun-modviewforum .main .tcl {
width: 40%;
padding-left:25px;
}
#pun-searchposts .pa-replies{
display:none
}
#pun-respect .main .tcr, #pun-respect .main .tcl,
#pun-positive .main .tcr, #pun-positive .main .tcl
{
text-align: center;
}
#pun-mod .main .tc2, #pun-mod .main .tc3, #pun-mod .main .tcmod {
border: none;
color: var(--color-black);
}
/* C2.5 */
#pun-userlist .main .tc2 {}
#pun-searchtopics .main .tc2 {
text-align: left;
width: 20%;
vertical-align: top;
padding-top: 20px;
}
/* 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 {
text-align: left;
margin-bottom: 0px;
padding-right: 75px;
vertical-align: middle;
padding-top: 20px;
margin-left: 14px;
}
#post-form > h2 > span, .punbb h1 span, #pun-index .tcl h3 a {
color: var(--color-black);
font-size: 13px;
text-transform: lowercase;
font-family: var(--custom2);
/* font-style: italic;*/
}
#pun-index .tcl h3 a {margin:0}
/* 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;
display:none;
}
/* C2.11 */
.punbb .main td {
padding: 0;
}
/* C2.12 */
.punbb .main th {
}
/* C2.13 */
.punbb .main .tcl {
border-left-style: none;
border-left-width: 0
}
/* C2.14 */
.punbb tbody.hasicon td.tcl {
padding-bottom: 5px;
padding-top: 5px;
padding-left: 10px;
}
#pun-viewforum .main .tc2, #pun-viewforum .main .tc3 {
width: 20px;
vertical-align: top;
padding-top: 20px;
font-size: 11px;
padding-left: 5px;
}
#pun-viewforum div.icon {
margin-top: -30px;
}
#pun-searchtopics div.icon {
margin-top: -35px;
}
#pun-modviewforum div.icon {
margin-top: 0px!important;
}
#pun-multimove .main .tc2 {
border: none!important;
}
#pun-statistic .main .tc2, #pun-statistic .main .tc3, #pun-statistic .main .tcmod {
text-align: center;
width: 10%;
color: #344150;
text-transform: lowercase;
border-top: 3px solid #a5936d;
}
#pun-message .pun-navlinks {
margin-bottom: -82px!important;
}
#pun-messages .post h3 span {
color: #f8f7e3;
}
#pun-viewforum .forum .tcl .tclcon {
text-align: left;
margin-right: 18px;
padding-left: 18px;
margin-top: -10px;
margin-left: -4px;
}
#pun-searchtopics .forum .tcl .tclcon {
text-align: left;
padding: 0px 10px 0;
margin-right: 18px;
padding-left: 0px;
margin-top: -10px;
margin-left: 15px;
}
#pun-modviewforum .main .tcl {
}
#pun-modviewforum .main > form > div.forum > div > table > tbody > tr > td.tcr {
vertical-align: top;
padding-top: 20px;
}
#pun-modviewforum .forum .tcl .tclcon {
padding-top: 5px;
margin-left: 55px;
}
#pun-searchtopics .main .tcr {
width: 35%!important;
}
#pun-searchtopics .main .tcr, #pun-viewforum .main .tcr {
padding-right: 15px;
padding-left: 5px;
padding-bottom: 0px;
padding-top: 20px;
}
#pun-searchtopicsem.user-avatar {
float: right !important;
padding-left: 15px;
padding-bottom: 11px;
margin: -10px 0px 2px 0px;
}
/* C3 Topics
-------------------------------------------------------------*/
/* C3.1 */
.punbb .post .container {
margin-top: 0px;
padding-top: 5px;
}
/* C3.2 */
.punbb .post h3 {
color:var(--color-black);
}
/* C3.3 */
.punbb .post h3 span {
padding: 5px 10px;
display: block;
font-size: 10px;
text-transform: lowercase;
margin-left: 235px;
}
.punbb .post h3 span a {
color: var(--color-green);
font-size: 10px;
}
/* C3.4 */
.punbb .post h3 strong {
float: right;
width: 5em;
text-align: right;
color: var(--color-mda2);
font-weight: normal!importantl;
}
/* C3.5 */
.punbb .post .post-author {
float: left;
width: 220px;
padding-bottom: 10px;
margin-top: -20px;
overflow: hidden;
text-align: center;
background: var(--color-white);
border: 1px solid var(--color-black);
}
.punbb .post .post-author ul {
}
/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
line-height: 100%;
}
/* C3.7 */
div.post-author > p.pa-author, li.pa-author, .pa-author a ,.pa-author a:hover, .pa-author a:active {
color: var(--color-black)!important;
}
div.post-author > p.pa-author, li.pa-author {
font-family: 'Palace';
text-transform: uppercase;
line-height: 1.5;
font-size: 16px;
text-align: center;
padding: 0.15em 0 0em;
border-bottom: 1px solid var(--color-black);
letter-spacing: 1px;
}
li.pa-avatar.item2 {
padding: 10px 10px 8px;
text-align: center;
}
li.pa-avatar.item2 img {
margin-top: 0px;
}
.pa-awards a:before {
content: "• • •";
font-size: 10px;
color: var(--color-green);
position: relative;
}
.pa-awards {
text-align: center;
color: var(--color-hz);
text-transform: lowercase;
font-size: 0px;
margin: 15px 5px 0px;
height:10px!important;
}
/* C3.9 */
li.pa-title {
text-align: center;
font-size: 9px;
color: var(--color-black);
text-transform: lowercase;
padding: 5px 10px 0px;
margin: 0px 0px -2px;
}
li.pa-online {
color: var(--color-black);
text-align: center;
text-transform: lowercase;
font-size: 9px;
margin: 10px 0 0;
}
li.pa-online strong {
font-weight: normal!important;
}
/* C3.11 */
.punbb .post-body {
margin-left: 235px;
}
/* C3.12 */
.punbb .post-box {
padding: 0px 5px;
margin: 0 10px 0 0;
}
#post-preview .post-box {
text-transform: none!important;
}
/*C3.13 */
.punbb fieldset .post-box {
margin-bottom: 0.8em
}
/* C3.14 */
.punbb .post-links {
margin: 10px 10px;
font-size: 10px;
text-transform: lowercase;
font-style: italic;
}
/* C3.15 */
.punbb .post-links ul {
text-align: right;
}
.punbb .post-links ul a {
color: var(--color-green);
text-transform: lowercase;
}
/* C3.16 */
.punbb .post-links li {
display: inline;
text-transform: lowercase;
}
/* C3.17 */
.pl-email, .pl-website{
float: left;
}
.pl-email, .pl-website {padding-right: 10px!important;}
.pl-quote, .pl-delete, .pl-edit, .pl-advlink {padding-left: 10px!important;}
/* C3.18 */
.punbb .clearer {
clear: both;
height: 0;
font-size: 0;
}
/* C4 Moderator menu
-------------------------------------------------------------*/
/* C4.1 */
.punbb .modmenu .container {
padding: 10px 15px;
font-size: 10px;
text-transform: lowercase;
color: var(--color-black);
text-align: right;
}
/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
height: 11px;
line-height: 1em;
}
/* C4.3 */
.punbb .modmenu .container strong {
float: left;
}
/* C4.4 */
.punbb .modmenu input {
margin-left: 1em;
}
#topic-modmenu .container strong #mod-options {
}
#topic-users-in { height: 100%;}
#topic-users-in a:last-child:after {content: "";}
#topic-users-in a:after {content: ",";}
/* C5 Message boxes
-------------------------------------------------------------*/
/* C5.1 */
.punbb .info .container {
padding: 10px;
margin: 0 25px;
color: var(--color-black);
font-size: 11px;
text-align: center;
border: 1px solid var(--color-black);
}
/* C5.2 */
.punbb .info .container .backlink {
padding-top: 10px;
text-align: center;
font-size: 11px;
}
/* C6 Profile
-------------------------------------------------------------*/
/* C6.1 */
#pun-profile #profile .container {
padding-left: 18.6em;
margin-top: 50px;
}
.adminmain {
margin-top: 153px;
}
#pun-messages #profile .container {
padding-left: 18.6em;
width: auto;
}
#messages .icon {
margin-top: -10px;
}
#pun-main #viewprofile .container {
}
#pun-messages #form-buttons {
width: auto;
}
#messages .tc2.pmtc22 {width:30%!important;
padding-right: 10px;
vertical-align: inherit;
}
#messages > fieldset > div > div > table > tbody > tr > td.tcl.pmtcl1 { width: 30%!important;
padding-top: 0px;
padding-bottom: 20px;
vertical-align: inherit;}
#messages > fieldset > div > div > table > tbody > tr > td.tc2.pmtc24 {width:10%!important; vertical-align: inherit;}
#messages > fieldset > div > div > table > tbody > tr > td.tcl.pmtcl1 > div > div.tclcon {
font-size: 11px;
padding-top: 20px;
margin-left: 25px;
margin-right: 5px;
padding-bottom: 10px;}
#messages .tc3 {
color: var(--color-black);
padding-left: 15px;
vertical-align: inherit;
}
#messages > fieldset > div > div > table > tbody > tr > td > input[type=checkbox] { }
#pun-profile .main .tc2, #pun-profile .main .tc3, #pun-profile .main .tcmod {
border:none;
}
.award-description {
color: var(--color-green);
}
/* C6.2 */
#profilenav {
float: left;
width: 14em;
margin-left: -16.3em;
display: inline;
}
/* C6.3 */
#profilenav li {
padding-bottom: 0.8em;
font-weight: bold;
}
/* C6.4 */
#viewprofile ul, #profilenav ul {
border-style: solid;
border-width: 1px;
padding: 1.5em 18px 0.8em 18px;
font-size: 9px;
font-weight: bold;
margin: 8px 0 1em 0;
}
/* C6.5 */
#viewprofile h2, #profilenav h2 {
background: transparent;
border: none;
padding: 0 0 0 0;
margin: 0 14px -5px 0px;
}
/* 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: none;
background: transparent;
}
/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/
/* D1 Logo and description
-------------------------------------------------------------*/
/* D1.1 */
#pun-title {
margin-top: 5px;
border-style: none none none none;
border-width: 0px 0px 0 0px;
}
/* D1.2 */
#pun-title h1 {
display : block;
height : 0px;
padding: 0em;
}
/* D1.3 */
#pun-title .container {
border-style: none solid none solid;
}
/* D1.4 */
#pun-title h1 span {
display: none;
}
#pun-title td.title-logo-tdl {
border: none;
width: 100%;
}
#pun-title td.title-logo-tdr {
border: none;
width: 0px;
}
/* D2 Page navigation
-------------------------------------------------------------*/
/* D2.1 */
#pun-pagelinks {
position: absolute;
top: -15px;
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 {
margin-top: -192px;
position: fixed;
margin-left: 536px;
}
/* D3.2 */
#pun-navlinks .container {
padding: 0px;
}
/* D4 User links
-------------------------------------------------------------*/
/* D4.1 */
#pun-ulinks {
position: relative;
}
/* D4.2 */
#pun-ulinks .container {
position: relative;
top: 0px;
text-align: center !important;
width: 100%;
display: block;
padding: 10px 0;
font-size: 10px;
text-transform: lowercase;
font-style: italic;
height: 14px;
left: 49px;
}
/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
display: inline;
white-space: nowrap;
}
#pun-ulinks a {
color: var(--color-black);
}
/* D4.4 */
#pun-ulinks li a {
padding: 0 3px
}
/* 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 {
border-bottom: none;
margin-bottom: 0;
}
/* D5.2 */
#pun-status .container {
color: var(--color-white);
padding: 10px 10px;
margin: 0;
font-size: 10px;
font-style: italic;
text-align: center;
height: 10px;
position: absolute;
top: 5px;
}
#pun-status .container strong {
font-weight: normal!important;
}
/* D5.3 */
#pun-status span {
white-space: nowrap;
}
/* D5.4 */
#pun-crumbs1 {
font-weight: normal;
overflow: hidden;
margin-top: 20px;
}
/* D5.5 */
#pun-crumbs1 p.container, #pun-crumbs2 .container{
margin-top: 5px!important;
margin-bottom:10px;
padding: 3px;
text-align: left;
margin-left: 15px;
font-size: 11px;
}
/* D5.6 */
#pun-break1 {
margin: 0 1em;
border-style: solid none;
border-width: 1px 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 solid none;
border-width: 0 0 1px 0;
position: relative;
font-weight: bold;
}
/* D6.2 */
#pun-announcement h2 span {
display: block;
padding: 1em 0 0.8em 0;
}
/* D6.3 */
#pun-announcement .container {
/* padding: 0 0 2em 0; */
}
/* D7 Statistics
-------------------------------------------------------------*/
/* D7.1 */
#pun-stats .container {
font-size: 10px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
text-transform: lowercase;
}
/* D7.2 */
#plng, #pun-stats li.item1, #pun-stats li.item2, #pun-stats li.item3, #pun-stats li.item4 {
display: inline-block;
padding: 5px !important;
text-align: center;
letter-spacing: 0.2px;
font-size: 10px;
border: 1px solid;
border-image: linear-gradient(120deg, #00cbcb, #3686c0, #cc3399, #dc9522);
border-image-slice: 1;
color: var(--color-black);
}
#pun-stats li.item1 {
width: 129px;
}
#pun-stats li.item2 {
width: 159px;
}
#pun-stats li.item3 {
width: 249px;
}
#pun-stats li.item4 {
width: 329px;
}
#pun-stats li.item4 > strong > a {color:var(--color-black)!important}
/* D7.4 */
li#onlinelist {
text-align: justify;
font-size: 10px;
padding: 15px 0px 0px 0px;
}
li#onlinelist.item5.onlinelist {display:inline!important;
width: 100%}
/* 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: 5px;
}
/* D8.4 */
#pun-about .container {
border-top-style: none;
text-align: right;
line-height: 150%;
}
/* D8.5 */
#pun-about p span {
display: block;
position: absolute;
width: 860px;
height: 9px;
font-family: isocteur;
text-transform: uppercase;
font-size: 8px;
margin-left: 33px!important;
margin-top: 33px!important;
color: var(--color-green);
text-align: center;
}
/* D8.7 */
#pun-crumbs2 .container {
text-align: left;
padding-top: 11px;
/* border-bottom: 2px solid var(--color-brown);*/
margin: 0 10px;
}
/* D8.8 */
#pun-break4 {
margin: -2px 1em;
border-style: solid none;
display: none;
border-width: 1px 0;
position: relative;
height: 0;
z-index: 1;
}
/* 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;
}
.admain {
padding-left: 172px!important;
margin-bottom: 1em;
}
li.pa-hidePunk {border: none 0;
padding: 5px 0px 10px;
cursor: pointer;
margin: 5px;
text-align: center;
color: var(--color-mda2);
text-transform: lowercase;
font-size: 9px;
}
.editBookmark {baclground:var(--color-hz)}
.FNTslider .before {
height: 3px;
position: absolute;
margin-top: 0px;
background: var(--color-grey);
}
.FNTslider .thumb {
width: 5px;
height: 7px;
position: relative;
top: -2px;
cursor: pointer;
background: var(--color-green);
}
.FNTslider {
position: relative;
width: 110px;
height: 3px;
margin: 3.5px 130px 3px 5px;
float: right;
margin-right: %;
background: var(--color-green);
}
.punbb .post-content .code-box > strong > a, .punbb .post-content .code-box > strong > a:hover, div > cite > a, div > cite > a:hover {color: var(--color-black)!important;}
#pun-main > div.usertable > div > table > tbody > tr > td.tcl { padding: 5px 15px 0 5px;
width: 15%}
#pun-about > p > span {display:none}
.quote-box .spoiler-box .private-spoiler > div > b {color: var(--color-grey)!important}
#pun-main > div.section > div > table > tbody > tr > td {border:none!important; padding:5px 10px}
#filetable > tbody > tr > td.tcl {padding-top: 10px!important;}
#filetable > tbody > tr > td:nth-child(3), #filetable > tbody > tr > td:nth-child(5),
#filetable > tbody > tr > td.tc2.ft-uploaded,
#filetable > tbody > tr > td.tc3.ft-version {padding-top: 14px!important;}
#filetable > tbody > tr > td.tcr {border:none!important}
#filetable > tbody > tr > td.tc3.checker {padding-top: 12px!important;}
#rep_form > table > tbody > tr > td.tc2 {border:none!important}
#rep_form > table > tbody > tr:nth-child(1) > td.tc2 { padding-top: 0px;
color: black;}
#rep_form > table > tbody > tr:nth-child(2) > td.tcl { vertical-align: inherit;}
div.post-links > ul > li.pl-share {display: none!important}
td.tcr > a {font-size:11px}
li.pa-fld4.hidePunkt > span,
li.pa-respect.hidePunkt > span.fld-name,
li.pa-posts.hidePunkt > span{padding-right:0px!important}
#pun-userlist .main .tcl,
#pun-userlist .main .tc2,
#pun-userlist .main .tc3 {border: none!important;}
#pun-main {padding: 0 0px}
div[id*=pun-admin_]> #pun-title > #title-logo-table > tbody > #title-logo-tr {top:0!important}
#pun-status > p > span.item4.status-right {display:none}
.bubble:after {
border-color: var(--color-mda) transparent!important;}
.bubble {
background: var(--color-mda)!important;}
#tags .container {
background: var(--color-white);
top: 31px!important;
box-shadow: 1px 1px 5px;
border: solid 1px #999;
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
div > table > thead {display:none}
.pl-reports {display:none!important}
#awards-content > tr.alt1 > td.tcl {display:none}
#awards-content > tr.alt1 > td:last-child {display:none}
#awards-content > tr > td:nth-child(2) {width:40%}
#awards-content > tr > td:nth-child(3) { width: 60%;
text-align: left;
padding: 10px;
display: flex;
align-items: center;
}
#profileContainer > fieldset:nth-child(1) > div > table > tbody > tr > td.tcl {width:5%}
td.tcl > div > div.tclcon > a {
text-align: right;
color: var(--color-black);
letter-spacing: 0.5px;
text-transform: lowercase;}
#pun-main > div.usertable > div > table > tbody > tr > td.tcl.username > em.user-avatar { margin: 0px 35px 12px 0px;}
#pun-main > div.usertable > div > table > tbody > tr > td.tcl > em > a > span.isonline { right: 9px!important;
top: 0px;}
.punbb textarea, .punbb select, .punbb input {outline: transparent; }
li.pa-fld1 > span, li.pa-fld2 > span, li.pa-fld5 > span {display:none}
/*---------GUEST------*/
html {border:none!important}
div.theme-img {
width: 310px;
padding: 0 10px;
margin-left: 5px;
min-height: 120px;
display: inline-block;
text-align: center;
}
div.theme-img > img { max-width: 310px;
max-height: 110px;}
.theme-text {
max-width: 310px;
padding: 0px 10px;
font-size: 11px;
text-align: justify;
display: inline-block;
}
div.blabla {
width: 130px;
padding: 0 10px;
display: inline-table;
height: 88px;}
div.blbl {
width: 285px;
padding: 10px 10px 10px 22px;
display: inline-table;
height: 150px;}
.theme-name1 { margin: 0px 10px 10px;
padding: 10px 10px 0px 0;
border-bottom: 1px solid var(--color-nice);}
.theme-name {
font-family: var(--custom2);
text-align: right;
font-size: 11px;
text-transform: lowercase;
letter-spacing: 0.5px;
}
.theme-subname {
font-size: 10px;
text-align: right;
font-weight: normal;
margin-bottom: 7px;
letter-spacing: 1px;
font-family: verdana;
}
div.blabla-face {
width: 275px;
padding: 0 10px 0 12px;
display: inline-table;
}
div.blabla-face > div.theme-name {
padding: 4px 0 5px;
color: var(--color-black);
text-align: center;
font-weight: 600;
border-bottom: 1px solid var(--color-nice);
}
div.blabla-face > div.theme-links {
padding: 0 5px 0 10px;
text-align:left;
}
.colortext {
color: var(--color-mda2);
}
.theme-back {
background: var(--color-grey);
margin: 5px;
box-shadow: 5px 5px 0 var(--color-nice);
}
.theme-links {
font-size: 10px;
text-align: right;
text-transform:lowercase;
}
.guestblock {
width: 280px;
height: 80px;
background: var(--color-grey);
font-size: 10px;
padding: 5px;
border-radius:5px;
}
.gubl {padding: 5px;
overflow-y: auto;
height: 70px;
text-transform: lowercase;
}
#pun-ulinks #Rz{display:none}
#cont_1 > img {width:50px; height:50px;}
/*guest mask*/
div.post-author.no-avatar > ul > li.pa-avatar > img {margin-top: 0px;
}
div.post-author.no-avatar > ul > li.pa-avatar {
padding: 10px;
text-align: center;
margin-top: 0px;}
div.tclcon > div.for {
padding: 5px 10px 5px 10px;
margin-left: 5px;
text-align: justify;
font-size: 10px;
text-transform: lowercase;
}
.for-a {
padding: 3px 0 5px!important;
text-align: center;
margin: 5px 0px!important;
color: color: var(--color-nice)!important;
font-style: italic;
}
.for-a > a {color: var(--color-nice)!important;
font-style: italic;}
td.tcl > div > div.tclcon > div.for > div > div > div, .topic a.sharelink, #pun-stats > h2 > span {display:none}
/*ïëàøêè*/
.pa-fld5 {
margin: -5px 20px 8px!important;
}
.plsh {
width: 160px;
padding: 0px 10px 0px 10px !important;
height: 36px;
position: relative;
border: 1px solid;
border-image: linear-gradient(120deg, #00cbcb, #3686c0, #cc3399, #dc9522);
border-image-slice: 1;
}
.plsh frst {
display: block;
position: relative;
text-transform: uppercase;
color: var(--color-black);
letter-spacing:0.2;
padding: 7px 10px 0px 30px;
font-size: 8px;
width: 136px;
text-align: center;
white-space: nowrap;
}
.plsh scnd {
display: block;
position: relative;
color: var(--color-black);
letter-spacing: 0.25px;
font-size: 8px;
width: 136px;
white-space: nowrap;
text-align: center;
text-transform: lowercase;
padding: 0px 10px 7px 30px;
}
.plsh img {
height: 33px !important;
width: 33px !important;
position: absolute;
left: 9px;
text-align: center;
top: 2px !important;
display: block;
}
.plsh-mes {
display: flex;
justify-content: space-evenly;
align-content: flex-start;
align-items: center;
}
.adformal h2, #pun-adnav h2 { background-color: var(--color-white)!important;
color: #000!important;}
#profilenav > h2 > span, div.modal-inner.section > h2 > span, #pun-main.main.mod-page > div.category > h2 > span, #pun-main.main.mod-page > h2 > span, #pun-admain1 > h2 > span {
font-size: 13px!important;
font-family: var(--custom2)!important;
text-transform: lowercase;
text-shadow: none;
color: var(--color-black);}
#pun-main.main > div.topic > h2 > span, #messages > fieldset > legend, td.tcl > div > div.tclcon > div.subforums {display:none}
td.tcl > div > div.tclcon > h3 > a { padding: 0px 10px 0;
margin-right: 18px;
margin-left: 15px;
padding-left: 0px;
margin-top: -10px;
text-align: right;
color: var(--color-black);
letter-spacing: 0.5px;}
#act-news > a > img{
position: relative;
background-size: contain!important;
-webkit-transition: all 0.25s 0s ease;
-moz-transition: all 0.25s 0s ease;
-o-transition: all 0.25s 0s ease;
transition: all 0.25s 0s ease;
margin: 5px 10px;
border-radius: 30px;
border: 2px solid transparent;
background: linear-gradient(120deg, #00cbcb, #3686c0, #cc3399, #dc9522) border-box;
}
#act-news {text-align:center}
#notify-settings > span {height: 5px;
display: flow-root;}
#pun-status > p > span.item3.status-right {
float: none!important;
position: relative;
padding: 10px 0;
text-align: right;
font-style: normal;
display:none!important;
}
#poll-special {margin-left: 15px;}
span.polltext {text-transform: lowercase!important; font-weight: 600;}
/*замена верхнего меню*/
#pun-navlinks a, #pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
color: var(--color-white);
display: block;
margin: 15px 0px;
font-size: 20px;
text-transform: lowercase;
}
#navindex a:before {content:"\e88a"; font-family: "Material Symbols Outlined"; }
#navuserlist a:before {content:"\e653"; font-family: "Material Symbols Outlined";}
#navsearch a:before {content:"\e8b6"; font-family: "Material Symbols Outlined";}
#navpm a:before {content:"\e158"; font-family: "Material Symbols Outlined";}
#navprofile a:before {content:"\e853"; font-family: "Material Symbols Outlined";}
#navadmin a:before {content:"\e8b8"; font-family: "Material Symbols Outlined";}
#navlogin a:before {content:"\ea77"; font-family: "Material Symbols Outlined";}
#navlogout a:before {content:"\e9ba"; font-family: "Material Symbols Outlined";}
#navregister a:before {content:"\e7fe"; font-family: "Material Symbols Outlined";}
#navpr_1 a:before {content:"\f0f3"; font-family: "Material Symbols Outlined";}
#navpr_2 a:before {content:"\e8f4"; font-family: "Material Symbols Outlined";}
#navindex a span, #navuserlist a span, #navawards a span, #navsearch a span,
#navpm a span, #navprofile a span, #navadmin a span, #navlogin a span, #navlogout a span,
#navregister a span, #navpr_1 a span {display:block;}
#pun-navlinks a span {display: none;}
li.pa-gifts, #messages > fieldset > legend, td.tcl > div > div.tclcon > div.subforums {display:none}
.punbb .post { margin: 10px 5px;}
#pun-main h2 { /* margin-top: -46px;
border: 1px solid var(--color-black);
width: 1018px;
margin-left: -16px;
height: 30px;*/
display:none;
}
#profilenav > h2, div.modal-inner.section > h2, #pun-main.main.mod-page > div.category > h2, #pun-main.main.mod-page > h2, #pun-admain1 > h2 {
display:none;}
#MyBookmarks, #BookmCntToggle {
top: 75px!important;
}
/******/
.slide_button {
position: absolute;
top: -15px;
left: 475px;
width: 100px;
height: 38px;
cursor: pointer;
padding: 4px 0 0 4px;
text-align: center;
opacity: 1;
-webkit-transition: all 0.25s 0s ease;
-moz-transition: all 0.25s 0s ease;
-o-transition: all 0.25s 0s ease;
transition: all 0.25s 0s ease;
}
.slide_button.i_active {
opacity: 0
}
.slide_block {
display: none;
position: absolute;
background: linear-gradient(120deg, #00cbcb, #3686c0, #cc3399, #dc9522) border-box;
top: 21px;
left: 250px;
width: 540px;
height: 380px;
z-index: 1000;
}
.slide_block div {
display: flex;
flex-direction: column;
align-items: center;
padding: 7px;
box-sizing: border-box;
}
#dot > div.slide_block > div > iframe { width: 524px!important;
margin-top: 0px;
height: 365px!important;
border-radius: 14px!important;
position: relative;}
#imageupload-left input[type=button] {width:12em!important}
/*-----------------------------*/
.reveal-modal-bg {
position: fixed;
height: 100%;
width: 100%;
background: rgba(0,0,0,.8);
z-index: 100;
display: none;
top: 0;
left: 0;
}
.reveal-modal {
visibility: hidden;
top: 100px;
left: 50%;
margin-left: -300px;
width: 520px;
position: absolute;
z-index: 101;
padding: 30px 40px 34px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.reveal-modal.small { width: 200px; margin-left: -140px;}
.reveal-modal.medium { width: 400px; margin-left: -240px;}
.reveal-modal.large { width: 600px; margin-left: -340px;}
.reveal-modal.xlarge { width: 800px; margin-left: -440px;}
.reveal-modal .close-reveal-modal {
font-size: 22px;
line-height: .5;
position: absolute;
top: 12px;
right: 40px;
color: var(--color-blue);
font-weight: bold;
cursor: pointer;
text-decoration: none;
}
.menu span {
cursor: pointer;
margin: 0px 0 10px;
padding: 10px 15px 10px 15px;
font-family: var(--custom2);
font-size: 13px;
letter-spacing:1;
text-align: center;
display: flex;
align-items: center;
color: var(--color-black);
}
.menu-links {
float: left;
margin-right: 15px;
}
#submenu, .menu span {
background: var(--color-white);
}
.menu .tabactive {
filter: brightness(0.8);
}
#submenu { display: inline-block;
padding: 7px;
font-size: 12px;
width: 610px;
}
.submenutext {
display: none;
height: 0px;
}
#sm1 {height: 230px;}
#sm2, #sm3 {height: 600px; overflow-y:auto;overflow-x:hidden;}
div.face {
background-size: cover;
position: relative;
width: 180px;
height: 180px;
border-radius: 10px;
margin: 0 15px;
}
#sm1 > div > div.about { width: 310px;
height: 160px;
align-items: center;
display: flow;
padding: 10px 15px;
margin: 0px 2px 0 0;
border-radius: 10px;
background: var(--color-grey);
overflow-y: auto;
font-size: 11px;
}
.submenutext > h1 {
font-family: var(--custom2);
font-size: 12px;
letter-spacing: 1px;
text-align: right;
border-bottom: 1px dotted var(--color-nice);
margin:10px;
}
div.pers, div.ach { position: relative;
display: inline-flex;
justify-content: space-between;
width: 575px;
height: 40px;
margin: 10px;}
div.lock, div.unlock { background: var(--color-grey2);
width: 100px;
height: 30px;
display: grid;
align-items: center;
text-align: center;
border-radius: 5px;
font-size: 10px;
padding: 0 4px;
}
div.unlock { background: var(--color-black);
color: var(--color-blue);
}
div.unlock:hover:after {content:'achievement unlocked';}
div.lock:hover:after {content:'in progress';}
div.unlock:hover:after, div.lock:hover:after{
position:absolute;
background:var(--color-black);
font-size:10px;
color:var(--color-white);
width: 108px;
margin-left: -4px;
height: 30px;
display: grid;
align-items: center;
text-align: center;
border-radius: 5px;
font-size: 10px;
-webkit-transition: all 0.25s 0s ease;
-moz-transition: all 0.25s 0s ease;
-o-transition: all 0.25s 0s ease;
transition: all 0.25s 0s ease;
}
#sm1 > div > div.about > a {color:var(--color-hz)}
/***https://pcvector.net/scripts/other/480-mercayuschaya-girlyanda-na-chistom-css.html******/
.lightrope {
text-align: center;
white-space: nowrap;
position: absolute;
position: fixed;
z-index: 1000;
top: -10px;
left: 20px;
padding: 0;
pointer-events: none;
width: 100%;
}
.lightrope li {
position: relative;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
list-style: none;
margin: 0;
padding: 0;
display: block;
width: 12px;
height: 14px;
border-radius: 50%;
margin: 20px;
display: inline-block;
background: #00f7a5;
box-shadow: 0px 4.66667px 24px 3px #00f7a5;
-webkit-animation-name: flash-1;
animation-name: flash-1;
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.lightrope li:nth-child(2n+1) {
background: cyan;
box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.5);
-webkit-animation-name: flash-2;
animation-name: flash-2;
-webkit-animation-duration: 0.4s;
animation-duration: 0.4s;
}
.lightrope li:nth-child(4n+2) {
background: #f70094;
box-shadow: 0px 4.66667px 24px 3px #f70094;
-webkit-animation-name: flash-3;
animation-name: flash-3;
-webkit-animation-duration: 1.1s;
animation-duration: 1.1s;
}
.lightrope li:nth-child(odd) {
-webkit-animation-duration: 1.8s;
animation-duration: 1.8s;
}
.lightrope li:nth-child(3n+1) {
-webkit-animation-duration: 1.4s;
animation-duration: 1.4s;
}
.lightrope li:before {
content: "";
position: absolute;
background: #222;
width: 10px;
height: 9.33333px;
border-radius: 3px;
top: -4.66667px;
left: 1px;
}
.lightrope li:after {
content: "";
top: -14px;
left: 9px;
position: absolute;
width: 52px;
height: 18.66667px;
border-bottom: solid #222 2px;
border-radius: 50%;
}
.lightrope li:last-child:after {
content: none;
}
.lightrope li:first-child {
margin-left: -40px;
}
@-webkit-keyframes flash-1 {
0%, 100% {
background: #00f7a5;
box-shadow: 0px 4.66667px 24px 3px #00f7a5;
}
50% {
background: rgba(0, 247, 165, 0.4);
box-shadow: 0px 4.66667px 24px 3px rgba(0, 247, 165, 0.2);
}
}
@keyframes flash-1 {
0%, 100% {
background: #00f7a5;
box-shadow: 0px 4.66667px 24px 3px #00f7a5;
}
50% {
background: rgba(0, 247, 165, 0.4);
box-shadow: 0px 4.66667px 24px 3px rgba(0, 247, 165, 0.2);
}
}
@-webkit-keyframes flash-2 {
0%, 100% {
background: cyan;
box-shadow: 0px 4.66667px 24px 3px cyan;
}
50% {
background: rgba(0, 255, 255, 0.4);
box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.2);
}
}
@keyframes flash-2 {
0%, 100% {
background: cyan;
box-shadow: 0px 4.66667px 24px 3px cyan;
}
50% {
background: rgba(0, 255, 255, 0.4);
box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.2);
}
}
@-webkit-keyframes flash-3 {
0%, 100% {
background: #f70094;
box-shadow: 0px 4.66667px 24px 3px #f70094;
}
50% {
background: rgba(247, 0, 148, 0.4);
box-shadow: 0px 4.66667px 24px 3px rgba(247, 0, 148, 0.2);
}
}
@keyframes flash-3 {
0%, 100% {
background: #f70094;
box-shadow: 0px 4.66667px 24px 3px #f70094;
}
50% {
background: rgba(247, 0, 148, 0.4);
box-shadow: 0px 4.66667px 24px 3px rgba(247, 0, 148, 0.2);
}
}
.inew > td > div > div > strong > a {
color:var(--color-black)!important;
letter-spacing:0.2!important;
}
#notify-link .unreads, #navpm .unreads { background: var(--color-nice)!important;}
.hidden {
display: none !important;
}
#button-dice {
background: url("/files/000f/3e/d5/81483.png") center;
}
form#dice-form {
width: 350px;
height: 115px;
padding: 15px;
text-align: right;
position: absolute;
top: 41px;
right: -15px;
background: var(--color-white);
box-shadow: 1px 1px 5px;
border: solid 1px #999;
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
form#dice-form input {
width: 30px;
margin: 0 0 0 5px;
text-align: right;
}
#dice-form label {
display: inline-flex;
margin: 3px;
font-size: 10px;
align-items: baseline;
}
#dice-form span {
font-weight: bold;
vertical-align: top;
}
#dice-form label > span::after {
content: ":"
}
#dice-form textarea {
border: 1px solid var(--color-black);
width: 150px;
margin-left: 5px;
background: var(--color-white);
}
#dice-form > div {
width: 165px;
display: inline-block;
vertical-align: top;
position: absolute;
left: -40px;
}
#dice-form > div:nth-child(2) {
margin-top: 0px;
margin-left: 180px;
width: 180px;
}
#dice-form > label {
display: inline-block;
}
#dice-form > button { position: absolute;
bottom: 5px;
right: 150px;
cursor: pointer;
display: inline-block;
padding: 5px 10px !important;
margin: 2px!important;
text-align: center;
letter-spacing: 0.2px;
font-size: 10px;
border: 1px solid;
border-image: linear-gradient(120deg, #00cbcb, #3686c0, #cc3399, #dc9522);
border-image-slice: 1;
color: var(--color-black);
text-transform: lowercase;
background: var(--color-white);}
div.dice-box {
border: 1px solid;
border-image: linear-gradient(120deg, #00cbcb, #3686c0, #cc3399, #dc9522);
border-image-slice: 1;
background: var(--color-white);
}
.roll-dice::before, .roll-value::before, .roll-reason::before, .roll-result::before {
font-weight: bold;
}
.roll-dice::before {
content: "Бросок: ";
}
.roll-value::before {
content: ", с результатом: ";
}
.roll-reason::before {
content: "Действие: "
}
.roll-result::before {
content: "Итог: "
}
#pun .roll-result {
padding-bottom: 0px;
}
.plashka { padding: 0.1em 0.25em 0.25em;
line-height: 1.5;
margin: 2px!important;
min-width: 165px !important;
font-size: 11px;
display: inline-block;
background: url(https://forumstatic.ru/files/001a/eb/a8/29745.png) center fixed;
color: var(--color-white);
text-transform: lowercase;
letter-spacing: 1px;
font-family: var(--custom2);
cursor: pointer;
}
.button, sub4 { cursor: pointer;
display: inline-block;
padding: 5px 10px !important;
margin: 2px!important;
text-align: center;
letter-spacing: 0.2px;
font-size: 10px;
border: 1px solid;
border-image: linear-gradient(120deg, #00cbcb, #3686c0, #cc3399, #dc9522);
border-image-slice: 1;
color: var(--color-black);
text-transform:lowercase;
background: var(--color-white);
}
#pun-stats, .punbb .category {
margin: 20px 20px 25px;
position: relative;
border: 1px solid var(--color-black);
}
.punbb .category {
padding: 10px 15px;
}
#pun-stats {
padding: 15px 15px;}
.punbb h2 span {font-size:0!important}
/*.category.category h2:before {
color: var(--color-black);
font-size: 16px;
text-transform: uppercase;
font-family: 'Palace';
padding: 0 7px!important;
background: var(--color-white);
display: flex;
align-items: center;
justify-content: center;
line-height: 1.5;
}
.category.category-1 h2:before {content:'АДМИНИСТРАТИВНЫЙ КОРПУС';}
.category.category-2 h2:before {content:'ЧЕТЫРЕ УТРА';}
.category.category-3 h2:before {content:'ПОЛДЕНЬ';}
.category.category-4 h2:before {content:'мечта в голубом';}
.category.category-5 h2:before {content:'пятичасовой чай';}
.category.category-6 h2:before {content:'полуночный поезд';}
.category.category-7 h2:before {content:'вчера';}*/
#post-form > h2 {display:none}
#form-buttons tr {
width: 100%;
display: flex;
height: 30px;
justify-content: space-between;
}
#form-buttons td {
display: flex;
align-items: center;
justify-content: center;
width: inherit!important;
box-sizing: border-box;
}
#form-buttons td {
background-image: none !important;
font-family: Material Symbols Outlined;
font-size: 20px;
color: var(--color-black);
cursor: pointer;
}
#form-buttons td:before {
position: absolute;
}
#button-font:before {content: '\e165';}
#button-transL:before {content: '\e8e2';}
#button-size:before {content: '\e245';}
#button-bold:before {content: '\e238';}
#button-italic:before {content: '\e23f';}
#button-underline:before {content: '\e249';}
#button-strike:before { content: '\e257';}
#button-indent:before { content: '\e23e';}
#button-left:before {content: '\e236';}
#button-center:before { content: '\e234';}
#button-right:before { content: '\e237';}
#button-link:before { content: '\e157';}
#button-spoiler:before {content: '\e8f5';}
#button-image:before {content: '\e3f4';}
#button-video:before { content: '\f06a';}
#button-hide:before { content: '\e898';}
#button-quote:before { content: '\e244';}
#button-code:before { content: '\e86f';}
#button-color:before { content: '\e23c';}
#button-table:before { content: '\f191';}
#button-smile:before { content: '\e813';}
#button-sticker:before { content: '\e983';}
#button-keyboard:before { content: '\f7db';}
#button-addition:before { content: '\e146';}
#button-dice:before { content: '\e025';}
#button-mask:before { content: '\e9ed';}
#button-transL > img, #button-files_rusff, #button-graffiti_rusff {display:none!important}
#button-sticker { background-size: contain;}
#form-buttons td img { z-index: 1;}
#mask_dialog .inner, .hvStickerPackModal,.hvStickerPackModalTab {border-radius: 0 !important;
background:var(--color-white)!important}
.hvStickerPackModalTab.active {border-radius: 0 !important;
background:var(--color-black)!important;
color:var(--color-white)!important;}
.hvStickerPackModal { bottom: -35px!important;
left: 15px!important;
}
.hvStickerPackModalTab {
cursor: pointer;
margin-top: 8px;
margin-right: 8px;
padding: 5px !important;
text-align: center;
letter-spacing: 0.2px;
font-size: 10px;
border: 1px solid;
border-image: linear-gradient(120deg, #00cbcb, #3686c0, #cc3399, #dc9522);
border-image-slice: 1;
color: var(--color-black);
}
.hvStickerPackModalInput {border-radius: 0 !important;}
.pa-fld3 .fld-name, .pa-fld4 .fld-name, .pa-respect .fld-name {
display: none;
}
.pa-respect:before, li.pa-fld3:before, li.pa-fld4:before {
content: " ";
display: block;
margin: 0px 0 8px 12px;
width: 32px;
height: 0px;
font-family: Material Symbols Outlined;
font-size: 20px;
color: var(--color-black);
}
.pa-respect:before {
content: '\e8dc';
height: 11px;
}
li.pa-fld3:before {
content: '\ef63';
}
li.pa-fld4:before {
content: '\e745';
}
li.pa-respect > a > img {display:none}
li.pa-respect > a:before{content: url(/img/plus.png); filter:grayscale(1)}
#stylelist {
position: relative;
z-index: 100;
right: 10px;
top: -380px;
height: 20px;
float: right;
display: flex;
}
#stylelist a {
cursor: pointer;
display: inline-block;
width: 20px;
height: 20px;
margin: 10px;
font-size: 0;
}
#stylelist [data="day"] a:before {
content:'\e518';
font-family: Material Symbols Outlined;
font-size:20px;
color:var(--color-white);
}
#stylelist [data="night"] a:before {
content:'\e51c';
font-family: Material Symbols Outlined;
font-size:20px;
color:var(--color-white);
}