структура
/*************************************************************
A - SETUP
**************************************************************/
/* A1 Import the colour scheme
-------------------------------------------------------------*/
/* A1.1 */
@import url(style_cs.css);
@import url('https://fonts.googleapis.com/css2?family=Anonymous+Pro:wght@400;700&family=Fira+Sans:wght@300;400;500;600;700&family=IBM+Plex+Sans:wght@300;400;500;600;700&family=Noto+Sans:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700;800&family=PT+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&family=Open+Sans:wght@300;400;500;600;700;800&family=Raleway:wght@100;200;300;400;500;600;700&display=swap');
@font-face {
font-family: 'Alex Brush';
font-style: normal;
font-weight: 400;
src: url(https://forumstatic.ru/files/001b/1a/5a/33282.otf);
}
@font-face {
font-family: 'Cinzel Decorative';
font-style: normal;
font-weight: 400;
src: url(https://forumstatic.ru/files/001b/1a/5a/16038.otf);
}
@font-face {
font-family: 'Homemade Apple';
font-style: normal;
font-weight: 400;
src: url(https://forumstatic.ru/files/001b/1a/5a/19371.otf);
}
@font-face {
font-family: 'Rubik Mono One';
font-style: normal;
font-weight: 400;
src: url(https://forumstatic.ru/files/001b/1a/5a/19167.otf);
}
@font-face {
font-family: 'Julius Sans One';
font-style: normal;
font-weight: 400;
src: url(https://forumstatic.ru/files/001b/1a/5a/25444.otf);
}
/* 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 {
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%;
position: initial !important;
}
/* A3.2 */
.punbb {
font: normal 70% Verdana;
}
/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
font: 11px verdana, arial, helvetica, sans-serif;
background: #c3c7b7;
}
/* 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 legend span {
font-size: 0;
}
/* 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 {
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 {
background: #2c2c2c5c;
margin: auto;
width: 1160px;
box-sizing: border-box;
margin-top: 310px !important;
margin-bottom: 110px;
border: 1px solid #424242;
box-shadow: 0px 0px 20px #0000006e;
position: relative;
}
/* A5.2 */
.punbb {
float: none;
width: auto;
height: auto;
margin: 105px 22px -20px 64px;
background: #c9ccbe;
padding: 20px;
border-radius: 1px;
}
/* A5.3 */
#pun-redirect, #pun-maint {
margin: 50px 20% 12px 20%;
width: auto;
float: none;
min-height: 100px;
}
#pun-redirect {
border: 0 none!important;
margin: 0;
padding: 0;
left: 0;
right: 0;
top: 0;
bottom: 0;
position: fixed;
width: 100%;
height: 100%;
text-align: center;
background: #121212 url(https://forumstatic.ru/files/001c/02/eb/59132.jpg?v=1) no-repeat fixed bottom center;
background-size: cover;
}
#pun-redirect *{
border:0 none;
}
#pun-redirect .main-title {
display:none;
}
#pun-redirect.punbb .info .container {
text-align: center;
display: block;
margin: 5% auto;
font-size: 10px;
font-weight: 400;
font-family: anonymous pro;
text-transform: lowercase;
padding: 30px 0px;
height: auto;
border: 0 !important;
text-transform: lowercase;
width: 900px;
font-weight: 500;
margin-top: 120px;
color: #dcdad4;
}
#pun-redirect.punbb .info .container a {
color: #b6b2a2 !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 none none 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-debug h2 {
font-weight: 400;
font-family: anonymous pro;
font-size: 10px !important;
font-style: normal;
font-weight: 400;
padding: 10px !important;
text-align: center;
width: auto;
letter-spacing: 0.6px;
text-transform: lowercase;
margin: 0px 0px 10px 0px;
}
/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/
/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/
/* B1.1 */
.punbb .post-content {
padding: 0;
margin: 0;
width: 100%;
overflow: hidden;
text-align: justify;
margin-top: 10px;
}
/* B1.2 */
.punbb .post-sig dt {
display: block;
text-align: center;
border-top: 1px dotted #3e4b6d;
width: 60%;
margin-left: 120px;
padding-bottom: 5px;
margin-top: 10px;
}
/* B1.3 */
.punbb .post-content p {
margin: 0 0 0 0px;
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: 1em 1px 1em 1px;
padding: 20px 20px 10px 20px;
}
.spoiler-box {
margin: 1em 1px 1em 1px;
padding: 10px 20px 10px 20px !important;
}
/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
text-align: left;
display: block;
font-size: 13px;
font-weight: 600;
font-family: 'Anonymous Pro';
margin-bottom: 8px;
width: auto;
text-transform: uppercase;
font-style: normal;
letter-spacing: 0.2px;
color: #2d2d2d;
background: #c9ccbe;
margin: -20px -20px 10px -20px;
padding: 14px 20px;
border-bottom: 1px solid #b7bbab;
}
/* 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: 100%;
height: 0;
font-size: 10px;
font-weight: 400;
font-family: 'Anonymous Pro';
text-transform: lowercase;
}
/* B3.2 */
.multipage {
margin-top: 3em;
}
/* B3.3 */
.linkst .pagelink {
position: absolute;
top: -4.5em;
left: 1em;
width: 24em;
}
/* B3.4 */
.linkst .postlink {
position: absolute;
top: -4.5em;
right: 1em;
width: 16em;
text-align: right;
}
/* B3.5 */
.punbb .linksb {
text-align: right;
padding: 0.4em 1em 0.5em 1em;
font-size: 10px;
font-weight: 400;
font-family: 'Anonymous Pro';
text-transform: lowercase;
}
/* B3.6 */
.linksb .pagelink {
float: left;
width: 24em;
text-align: left;
}
/* B3.7 */
.linksb .postlink {
float: right;
width: 16em;
}
/* 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: 0em 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: solid;
border-width: 1px;
padding: 0 18px 0 18px;
margin: 0 0 1em 0
}
/* C1.5 */
.punbb fieldset legend {
padding: 10px 0px 0 0;
margin: 0 0 0 11px;
font-size: 1.1em
}
/* C1.6 */
.punbb fieldset legend span {
padding: 0 5px;
margin: 0 0 0 15px;
font-size: 10px;
font-weight: 500;
font-family: 'Anonymous Pro';
text-transform: lowercase;
}
/* 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: 45%;
}
/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
text-align: center;
font-size: 10px;
font-weight: 400;
font-weight: 400;
font-family: anonymous pro;
text-transform: lowercase;
width: 5%;
}
/* C2.3 */
#pun-index .tcr {
text-transform: lowercase;
width: 30%;
position: relative;
overflow: visible;
text-align: left;
line-height: 16px;
font-size: 11px;
font-weight: 400;
font-family: 'Anonymous Pro';
padding-bottom: 0;
}
/* C2.4 */
#pun-searchtopics .main .tcl, #pun-modviewforum .main .tcl {
background-color: transparent;
width: 45%;
}
#pun-userlist .main .tcl {
background-color: transparent;
width: 45%;
}
/* C2.5 */
#pun-userlist .main .tc2, #pun-searchtopics .main .tc2 {
background-color: transparent;
text-align: center;
width: 10%;
}
/* C2.6 */
#pun-debug table .tcl {
background-color: transparent;
width: 15%;
white-space:normal;
}
/* C2.7 */
#pun-debug .tcr {
background-color: transparent;
width: 90%;
white-space: normal;
}
/* C2.8 названия подфорумов*/
#pun-index .tcl h3 {
font-size: 17px;
text-align: left;
font-weight: 600;
text-transform: uppercase;
height: 25px;
font-family: 'IBM Plex Sans', sans-serif;
}
#pun-index .tcl {
width: 60%;
position: relative;
overflow: visible;
padding: 0 25px 0 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
}
/* C2.11 */
.punbb .main td {
border-style: solid none none solid;
border-width: 1px 0 0 1px;
padding: 0px 25px 10px 0;
}
/* C2.12 */
.punbb .main th {
border-style: none none none solid;
border-width: 0 0 0 1px;
padding: 0.4em 1em 0.4em 1em;
border-style: none none none solid;
border-width: 0 0 0 1px;
padding: 0.4em 1em 0.4em 1.5em;
}
/* C2.13 */
.punbb .main .tcl {
border-left-style: none;
border-left-width: 0
}
* html .tclcon {height: 1px}
/* C2.14 */
#pun-index td div.tclcon {
text-align: justify;
position: relative;
font-family: 'Anonymous Pro';
font-size: 11px;
font-weight: 400;
letter-spacing: .2px;
}
/* C2.15 */
.punbb div.icon {
float: left;
display: none;
}
#pun-messages .main .tc2 {
text-align: center;
}
/* C3 Topics
-------------------------------------------------------------*/
#pun-title, #pun-navlinks {
border-color: #202021;
margin: 0 !important;
}
/* CS2.1 */
.punbb .container, .punbb .post-body {
border-color: transparent;
}
/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
border-style: none;
border-width: 0;
}
/* CS2.3 */
.punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
border-color: transparent ;
}
/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.post-links ul, .post-links, .usertable table {
border-color: transparent;
}
/* CS2.5 */
.punbb th {
border-color: transparent ;
}
/* CS2.6 */
#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
border-color: transparent;
}
#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
border-color: transparent ;
}
.punbb .divider {
border-color: transparent;
}
.punbb .formal fieldset .post-box, .punbb .info-box {
border: 1px solid transparent ;
}
/* C3.1 */
.punbb .post .container {
border-style: none solid solid solid;
border-width: 1px;
margin-top: 0px;
padding-bottom: 1px;
}
/* C3.2 */
#pun-viewtopic .post h3 {
font-size: 10px;
font-weight: 400;
font-family: 'Anonymous Pro';
text-transform: uppercase;
letter-spacing: 0px;
background: #c3c7b7;
border: 1px solid #b7bbab !important;
padding: 3px 10px;
}
/* C3.3 */
.punbb .post h3 span {
padding: 5px 10px 5px 10px;
display: block;
font-weight: 400;
}
/* C3.4 */
.punbb .post h3 strong {
float: right;
width: 5em;
text-align: right;
font-weight: normal;
}
/* C3.5 */
.punbb .post .post-author {
float: left;
width: 230px;
background: #303030 url(https://forumstatic.ru/files/001c/02/eb/59132.jpg?v=1) no-repeat top left;
margin: 10px 0px 0px -44px;
font-family: 'Anonymous Pro';
font-weight: 400;
font-size: 10px;
padding-top: 0px;
position: relative;
border: 1px solid #8db000;
color: #c9ccbe;
box-shadow: 0px 0px 0px 800px #2d2d2d7a inset;
z-index: 99;
border-width: 1px 1px 1px 0;
}
/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
padding: 0em 1em 1em 1em;
line-height: 160%;
}
/* C3.7 */
.pa-author {
font-family: anonymous pro;
font-size: 20px;
font-weight: 400 !IMPORTANT;
letter-spacing: 0px;
text-transform: none;
text-align: center;
margin-top: 6px !IMPORTANT;
}
/* C3.8 */
.pa-author a {
font-size: 20px;
font-weight: 400 !IMPORTANT;
letter-spacing: 0px;
text-transform: none;
transition: ease 1s;
font-family: 'IBM Plex Sans', sans-serif;
color: #b8ca04 !IMPORTANT;
}
.pa-author a:hover {
transition: ease 1s;
color: #c9ccbe !important;
}
/* C3.9 */
li.pa-title {
display: block;
text-align: center;
text-transform: lowercase;
font-family: 'Anonymous Pro';
font-size: 10px;
font-weight: 400;
letter-spacing: .5px;
line-height: 10px;
margin-top: 7px;
}
/* C3.11 */
.punbb .post-body {
margin-left: 200px;
border-left-style: solid;
border-left-width: 1px;
padding: 0 0 1px 0;
}
/* C3.12 */
.punbb .post-box {
padding: 10px 0px 15px 10px;
}
/*C3.13 */
.punbb fieldset .post-box {
margin-bottom: 0.8em
}
/* C3.14 */
.punbb .post-links {
margin-left: 19em;
border-left-style: solid;
border-left-width: 1px;
}
/* C3.15 */
.punbb .post-links ul {
padding: 1em 1em 0 0;
height: 2em;
line-height: 2em;
margin-left: -24em;
border-top-style: dashed;
border-top-width: 1px;
background: transparent;
text-align: right;
font-size: 9px;
font-family: 'anonymous pro';
font-weight: 500;
text-transform: uppercase;
}
/* 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;
font-size: 10px;
font-weight: 400;
font-family: 'Anonymous Pro';
text-transform: lowercase;
}
/* 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;
font-weight: bold;
}
/* C6.4 */
#viewprofile ul, #profilenav ul {
}
/* C6.5 */
#viewprofile h2, #profilenav h2 {
background: transparent;
border: none;
padding: 0 0 0 0;
margin: 0 14px 0em 14px;
}
/* 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: solid;
border-width: 1px;
}
/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/
/* D1 Logo and description
-------------------------------------------------------------*/
/* D1.1 */
#pun-title {
margin: 0;
border-style: none none none none;
border-width: 0px 0px 0 0px;}
/* D1.2 */
#pun-title h1 {
display : block;}
/* D1.3 */
#pun-title .container {
border-style: none none none none;}
/* D1.4 */
#pun-title h1 span {
display: none;}
#pun-title h1 span {
font-size: 1.5em;}
/* D2 Page navigation
-------------------------------------------------------------*/
/* D2.1 */
#pun-pagelinks {
position: absolute;
top: 55px;
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 .container {
font-style: normal;
font-size: 16px;
text-transform: uppercase;
height: 45px;
margin-left: 0px;
letter-spacing: 1px;
width: 100%;
position: absolute;
left: 0;
top: 0;
background: #323232;
display: flex;
align-items: center;
border-bottom: 1px solid #424242;
justify-content: flex-end;
font-family: 'Anonymous Pro', monospace;
gap: 0 20px;
}
/* D3.2 */
#pun-navlinks .container {
padding: 0.2em 0em;
padding-top: 4px;}
/* D.3 */
#pun-navlinks li {
display: inline;
padding: 0px 10px;
}
/* D4 User links
-------------------------------------------------------------*/
/* D4.1 */
#pun-ulinks {
margin: 0 !important;
}
/* D4.2 */
#pun-ulinks .container {
padding-inline-start: 0px;
font-style: normal;
text-transform: uppercase;
height: 29px;
margin-left: 0px;
width: 100%;
position: absolute;
left: 0;
top: 53px;
background: #2a2a2a;
display: flex;
align-items: center;
border-bottom: 1px solid #3c3c3c;
justify-content: flex-end;
gap: 0 25px;
}
/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
display: inline-block;
border-left-style: solid;
border-left-width: 1px;
white-space: nowrap;
}
/* D4.4 */
#pun-ulinks li a {
padding: 0px 6px;
}
/* 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 {
text-align: left;
font-size: 10px;
font-family: anonymous pro;
font-weight: 400;
letter-spacing: 0.3px;
text-transform: uppercase;
width: auto;
background: #c3c7b7;
border: 1px solid #b7bbab !important;
height: 25px;
display: flex;
align-items: center;
padding-left: 10px;
}
#pun-status .container strong {
font-weight: 500;
}
#pun-status .container a {
font-weight: 500;
transition-duration: 1s;
}
#pun-status .container a:hover {
font-weight: 500;
transition-duration: 1s;
}
/* D5.3 */
#pun-status span {
white-space: nowrap;
margin-right: 0.5em;
}
/* D5.4 */
#pun-crumbs1 {
font-weight: 400;
overflow: hidden;
}
/* D5.5 */
#pun-crumbs1 p.container {
height: 28px;
font-family: anonymous pro;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
margin-top: 10px;
letter-spacing: 0.6px;
background: #c3c7b7;
border: 1px solid #b7bbab !important;
display: flex;
padding-left: 10px;
align-items: center;
}
#pun-crumbs1 p.container a, #pun-crumbs2 p.container a {
font-weight: 400;
transition: 1s;
}
#pun-crumbs1 p.container a:hover, #pun-crumbs2 p.container a:hover {
transition: 1s;
font-weight: 400;
}
/* D5.6 */
#pun-break1 {
margin: 0 1em;
border-style: solid none;
border-width: 1px 0;
height: 0;
margin: 0px 0 0 0 !important;
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;
border-bottom-style: solid;
border-bottom-width: 1px;
}
/* D6.3 */
#pun-announcement .container {
padding: 0em 1em 1em 1em;
margin-top: -13px;
line-height: 1.1;
text-align: center;
}
/* D7 Statistics
-------------------------------------------------------------*/
#pun-stats .container {
font-size: 13px;
font-weight: 400;
letter-spacing: 0px;
padding: 15px 20px;
font-family: 'Anonymous Pro';
background: #c3c7b7;
border: 1px solid #b7bbab;
}
/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
float: left;
clear: both;
line-height: 150%;
}
/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
text-align: right;
line-height: 150%;
}
/* D7.4 */
li#onlinelist {
margin-top: 10px;
border-top-style: solid;
border-top-width: 1px;
float: left;
width: 100%;
line-height: 130%;
}
/* D7.5 */
li#onlinelist div {
border-top-style: solid;
border-top-width: 1px;
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: 0;
margin-bottom: 0;
}
/* D8.4 */
#pun-about .container {
border-top-style: none;
text-align: center;
line-height: 150%;}
/* D8.5 */
#pun-about p span {
display: block;
padding-left: 50%;
margin-top: 10px;
font-size: 11px;
font-weight: 400;
font-family: anonymous pro;
text-transform: lowercase;
}
/* D8.6 */
#pun-crumbs2 {
font-weight: 400;
overflow: hidden;
margin-bottom: 0;
border-bottom: none;
}
/* D8.7 */
#pun-crumbs2 .container {
height: 28px;
font-family: anonymous pro;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0.6px;
background: #c3c7b7;
border: 1px solid #b7bbab !important;
display: flex;
padding-left: 10px;
align-items: center;
}
/* D8.8 */
#pun-break4 {
margin: -2px 1em;
border-style: none;
border-width: 0px 0;
position: relative;
height: 0;
z-index: 1;
}
/* D9 Help file
-------------------------------------------------------------*/
/* D9.1 */
#pun-help .formal .info-box h3.legend {
border-bottom-style: none;
border-bottom-width: 0px;
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: none;
border-bottom-width: 0px;
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;
}
#pun-status .status-right {
display: none;
}
.punbb th {
font-size: 0 !important;
}
#pun-index .category .tc2,#pun-index .category .tc3,
#f-subforums .tc2,#f-subforums .tc3{
display:none!important;
}
html {
position: relative;
}
#undermyskin {
background: url(https://forumstatic.ru/files/001b/fd/8a/81951.jpg) bottom center/cover;
width: 1140px;
position: absolute;
top: 30px;
margin-left: -95px;
z-index: -2;
border-style: solid;
border-width: 3px;
border-color: rgba(0,0,0,0);
border-image: url(https://forumstatic.ru/files/001b/fd/8a/91098.png) round 3;
height: calc(100% - 100px);
}
.podfor text {
display: block;
background: #afac9a;
border: 1px solid #a7a38eb3 !important;
padding: 10px 15px;
line-height: 16px;
font-size: 11px;
}
.podfor tit {
display: inline-block;
background: #afac9a;
border: 1px solid #a7a38eb3 !important;
padding: 4px 15px;
font-size: 10px;
text-transform: uppercase;
letter-spacing: .6px;
margin: 5px 0 6px;
}
.podfor plinks {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
margin-top: 6px;
gap: 0 6px;
}
.podfor plinks a {
background: #afac9a;
border: 1px solid #a7a38eb3 !important;
padding: 4px 15px;
font-size: 10px;
text-transform: uppercase;
letter-spacing: .6px;
flex: 1;
display: flex;
color: #8f2426 !important;
align-items: center;
justify-content: center;
}
.podfor plinks a:hover {
background: #7d3b35;
border: 1px solid #652f2a !important;
padding: 4px 15px;
font-size: 10px;
text-transform: uppercase;
letter-spacing: .6px;
flex: 1;
color: #c9c6b5 !important;
}
del {
text-decoration: none!important;
filter: blur(4px);
transition-duration: 0.3s;
}
del:hover {
filter: blur(0px);
transition-duration: 0.3s;
}
#blur_back {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: -1;
display: flex;
justify-content: center;
overflow: hidden;
}
.blur {
width: 1160px;
position: relative;
backdrop-filter: blur(4px);
-webkit-backdrop-filter: blur(4px);
}
#pun::before {
content: ' ';
height: calc(100% + 50px);
position: absolute;
background: #8db000;
width: 1px;
left: 41px;
top: -1px;
z-index: 99;
}
#logo_name {
background: url(https://forumstatic.ru/files/001c/02/eb/42180.png) transparent;
width: 1089px;
height: 263px;
position: absolute;
top: -264px;
left: 36px;
pointer-events: none;
}
#pun-index .category tr {
display: flex;
align-items: center;
position: relative;
margin: 0px 0px;
background: #c3c7b7;
border: 1px solid #b7bbab;
padding: 15px 20px;
}
#pun-index .category tr + tr {
margin-top: 20px;
}
.opsfor {
margin: 3px 0 6px;
font-size: 12px;
}
#pun-index .category tr.inew {
background: #cdd1c0a8;
border: 1px solid #8db000;
box-shadow: 3px 0px #8db000 inset;
}
.podfor {
display: flex;
gap: 0 20px;
justify-content: flex-start;
margin: 10px 0 0;
}
.podfor a {
border: 1px solid #afb3a1;
background: #babfab;
padding: 3px 10px 5px;
display: flex;
justify-content: center;
letter-spacing: .5px;
transition: 1s;
font-size: 11px;
color: #000 !important;
flex-direction: column;
align-items: center;
}
.podfor a:hover {
border: 1px solid #8a9d41;
background: #95ad38;
transition: 1s;
color: #ebefe0 !important;
}
#pun-main .category h2 span, #pun-stats h2 span {
font-size: 23px;
font-weight: 700;
text-align: center;
background: url(https://forumstatic.ru/files/001c/02/eb/72809.jpg) no-repeat top left;
color: #000;
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
margin: 20px 0 !IMPORTANT;
font-family: 'IBM Plex Sans', sans-serif;
text-transform: uppercase;
}
#pun-main .category h2, #pun-stats h2{
margin-bottom: 0;
border: #b7bbab 1px solid;
border-width: 1px 1px 0 1px;
padding: 0 !important;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
background: #ccd0bf;
}
#pun-stats h2{
margin-top: 30px;
}
.punbb .main .tcr {
overflow: hidden;
text-align: left;
width: 30%;
}
.pa-fld2 {
margin: -10px -15px 10px -15px;
background: #262626;
height: 21px;
display: flex;
align-items: center;
justify-content: center;
border-bottom: 1px solid #424242;
}
.avfid {
background: #262626;
border: 1px solid #424242;
margin: 10px -15px;
border-width: 1px 0;
padding: 15px 15px 0 15px;
}
.lznam {
text-transform: uppercase;
font-size: 12px;
}
.pa-fld1 {
display: flex;
flex-direction: column;
align-items: center;
gap: 3px 0;
margin-top: 5px;
border-bottom: 2px solid #8db000;
padding-bottom: 15px;
}
.pa-posts, .pa-respect, .pa-fld4, .pa-fld3 {
display: inline-block;
text-transform: lowercase;
font-family: anonymous pro;
font-size: 10px;
padding: 0px 5px 0px 5px !important;
font-weight: 400;
width: auto;
margin-bottom: 0px !important;
height: 20px;
}
.banners_bottom {
margin: 46px 0px 0px -20px !important;
overflow-y: auto;
padding-right: 5px;
height: 31px;
width: 1065px;
position: absolute;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
/* border: red 1px solid; */
}
.banners_bottom img {
opacity: .3;
transition: 1s;
}
.banners_bottom img:hover {
opacity: .8;
transition: 1s;
}
.activees {
height: 40px;
width: 336px;
top: -217px;
display: flex;
justify-content: center;
margin-left: -44px !important;
position: absolute;
z-index: 100;
/* border: red 1px solid; */
gap: 20px;
}
.activees div, .activees2 div {
position: relative;
-webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
height: 43px;
width: 43px;
background: #8db000;
}
.activees img, .activees2 img, .activees3 img {
filter: grayscale(100%);
transition: all .6s ease-in-out 0s;
}
.activees div:after, .activees2 div:after, .activees3 div:after {
content: "";
background: #c3c7b7;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
mix-blend-mode: multiply;
transition: all .6s ease-in-out 0s;
}
.activees div:hover img, .activees2 div:hover img, .activees3 div:hover img {
filter: none;
}
.activees div:hover:after, .activees2 div:hover:after, .activees3 div:hover:after {
opacity: 0
}
.activees os {
color: #c9ccbe;
display: flex;
flex-direction: column;
height: 41px;
align-items: center;
font-family: anonymous pro;
font-size: 10px;
letter-spacing: .5px;
gap: 10px;
justify-content: center;
}
#html-header {
color: #c9ccbe;
font-family: anonymous pro;
}
.activees img, .activees2 img, .activees3 img {
filter: grayscale(100%);
transition: all .6s ease-in-out 0s;
width: 41px;
height: 41px;
top: 1px;
position: absolute;
left: 1px;
-webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.activees2 {
height: 40px;
width: 336px;
top: -117px;
display: flex;
justify-content: center;
margin-left: 702px !important;
position: absolute;
z-index: 100;
/* border: red 1px solid; */
gap: 20px;
}
.activees2 os {
color: #c9ccbe;
display: flex;
flex-direction: column;
height: 41px;
font-family: anonymous pro;
font-size: 10px;
letter-spacing: .5px;
gap: 10px;
align-items: center;
justify-content: center;
}
#html-header a {
color: #aabf01;
transition: 1s;
}
#html-header a:hover {
color: #c7c7c7;
transition: 1s;
}
.bp_name {
position: absolute;
top: -117px;
/* border: red 1px solid; */
margin-left: 36px;
width: 255px;
height: 16px;
overflow: hidden;
text-transform: uppercase;
font-size: 11px;
letter-spacing: .5px;
text-align: center;
}
.bpost {
position: absolute;
top: -95px;
/* border: red 1px solid; */
margin-left: -20px;
width: 300px;
height: 68px;
overflow: auto;
font-size: 11px;
letter-spacing: .5px;
text-align: justify;
padding-right: 10px;
line-height: 14px;
padding-left: 4px;}
.onlinecr {
position: absolute;
top: -135px;
/* border: red 1px solid; */
margin-left: 340px;
width: 310px;
height: 110px;
overflow: auto;
font-size: 11px;
letter-spacing: .5px;
text-align: justify;
line-height: 14px;
padding-left: 2px;
}
.onlinecr os {
display: block;
text-align: center;
color: #b3c903;
text-transform: uppercase;
font-size: 11px;
margin-bottom: 10px;
}
.onlinecr text b {
color: #b3c903;
}
.onlinecr text {
line-height: 18px;}
.onlinecr text span {
display: block;
text-align: right;
margin-top: 5px;
}
.bestep {
position: absolute;
top: -51px;
margin-left: 702px;
/* border: red 1px solid; */
text-transform: uppercase;
width: 258px;
}
.bestep a span n:hover {
color: #c7c9bd;
transition: 1s;
}
.bestep a span n {
color: #aabf01;
transition: 1s;
font-weight: 700;
font-size: 14px;
}
.bestep a span {
display: flex;
flex-direction: column;
align-items: center;
gap: 6px;
}
.bestep a span t {
text-transform: lowercase;
color: #ccd0bf;
}
.navign {
position: absolute;
top: -270px;
width: 540px;
/* border: red 1px solid; */
display: flex;
margin-left: 490px;
flex-direction: row;
justify-content: flex-end;
gap: 15px;
text-transform: uppercase;
font-size: 11px;
letter-spacing: .4px;
}
.navign a:hover {
color: #aabf01 !IMPORTANT;
transition: 1s;
}
.navign a {
color: #c7c7c7 !IMPORTANT;
transition: 1s;
}
.zv {
width: 11px;
background: url(https://forumstatic.ru/files/001c/02/eb/80690.png);
height: 9px;
position: absolute;
margin-top: 60px;
margin-left: -49px;
pointer-events: none;
}
.go-up {
background: #c3c7b7;
width: 20px;
height: 20px;
transition: 1s;
clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.go-up:hover {
background: #8db000;
width: 20px;
height: 20px;
transition: 1s;
clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.go-down {
background: #8db000;
width: 20px;
height: 20px;
transition: 1s;
clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.go-down:hover {
background: #c3c7b7;
width: 20px;
height: 20px;
transition: 1s;
clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.starr {
width: 28px;
height: 28px;
position: absolute;
margin-left: 657px;
top: -236px;
}
.starr img {
margin-top: 0px;
width: 69px;
-webkit-animation-name: rotation;
-webkit-animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: rotation;
-moz-animation-duration: 5s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-o-animation-name: rotation;
-o-animation-duration: 5s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
animation-name: none;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
.starr img:hover {
margin-top: 0px;
width: 69px;
-webkit-animation-name: rotation;
-webkit-animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: rotation;
-moz-animation-duration: 5s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-o-animation-name: rotation;
-o-animation-duration: 5s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
animation-name: rotation;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
@-webkit-keyframes rotation {
0% {-webkit-transform:rotate(0deg);
-moz-transform:rotate(0deg);
-o-transform:rotate(0deg);
transform:rotate(0deg);}
100% {-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-o-transform:rotate(360deg);
transform:rotate(360deg);}
}
@-moz-keyframes rotation {
0% {-webkit-transform:rotate(0deg);
-moz-transform:rotate(0deg);
-o-transform:rotate(0deg);
transform:rotate(0deg);}
100% {-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-o-transform:rotate(360deg);
transform:rotate(360deg);}
}
@-o-keyframes rotation {
0% {-webkit-transform:rotate(0deg);
-moz-transform:rotate(0deg);
-o-transform:rotate(0deg);
transform:rotate(0deg);}
100% {-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-o-transform:rotate(360deg);
transform:rotate(360deg);}
}
@keyframes rotation {
0% {-webkit-transform:rotate(0deg);
-moz-transform:rotate(0deg);
-o-transform:rotate(0deg);
transform:rotate(0deg);}
100% {-webkit-transform:rotate(360deg);
-moz-transform:rotate(720deg);
-o-transform:rotate(360deg);
transform:rotate(360deg);}
}
.activees div:hover, .activees2 div:hover {
position: relative;
-webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
height: 43px;
width: 43px;
background: #8db000;
transition: all .6s ease-in-out 0s;
transform: scale(1.1) rotate(360deg);
}
.activees img:hover, .activees2 img:hover {
filter: grayscale(100%);
transition: all .6s ease-in-out 0s;
width: 41px;
height: 41px;
top: 1px;
position: absolute;
left: 1px;
-webkit-clip-path: none;
clip-path: none;
}
.obnov {
margin: 20px 0 0 0;
display: flex;
justify-content: center;
gap: 0 20px;
}
.obnov a {
background: linear-gradient(180deg, #819b00, #35312b);
padding: 6px 10px;
border: 1px solid #667601;
font-family: 'Anonymous Pro';
transition: 1s;
color: #ccd0bf !important;
}
.obnov a:hover {
background: linear-gradient(0deg, #819b00, #35312b);
padding: 6px 10px;
border: 1px solid #667601;
font-family: 'Anonymous Pro';
transition: 1s;
color: #ccd0bf !important;
}
.plashka {
display: flex !important;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
margin: 5px 5px 10px 5px;
background: #2b2c2b;
border: 1px solid #727272;
border-radius: 0;
overflow: hidden;
height: 40px;
width: 188px;
padding: 0px !important;
}
.plashka kart {
background: transparent;
padding: 0px 5px;
border-width: 0px 1px 0px 0px;
border-color: #0000001c;
border-style: solid;
}
.plashka text {
display: flex;
flex-wrap: wrap;
flex-direction: column;
width: 100%;
text-transform: lowercase;
font-size: 12px;
align-items: center;
color: #e4e5e2;
font-weight: 500;
letter-spacing: .6px;
align-content: space-around;
padding-top: 2px;
font-family: 'IBM Plex Sans', sans-serif;
}
.plashka text span {
font-size: 10px;
text-transform: lowercase;
margin-top: 2px;
font-weight: 300 !important;
font-family: anonymous pro;
margin-left: 0px !IMPORTANT;
width: auto !important;
padding: 0px !IMPORTANT;
text-align: center;
line-height: 9px;
}
a.vieb {
color: #b8ca02 !important;
transition-duration: 1s;
}
a.vieb:hover {
color: #c9ccbe !important;
transition-duration: 1s;
}
/* смена стиля */
#stylelist {
position: absolute;
z-index: 200;
opacity: 1;
top: -160px;
margin: 0;
margin-left: -75px;
padding: 0px;
overflow: hidden;
width: 20px;
list-style-type: none;
display: flex;
/* border: red 1px solid; */
height: 53px;
flex-direction: column;
justify-content: space-between;
}
#stylelist img {
filter: invert(42%) sepia(43%) saturate(1352%) hue-rotate(51deg) brightness(169%) contrast(49%);
border-radius: 100%;
}
.smile {
display: none;
}
/*** ВТОРАЯ ВЕРСИЯ СВЕТЛАЯ ***/
.light .punbb textarea, .light .punbb input, .light .punbb select, .light .punbb optgroup {
background: #d7d4d3;
}
.light #pun {
background: #504a6236;
margin: auto;
width: 1160px;
box-sizing: border-box;
margin-top: 310px !important;
margin-bottom: 110px;
box-shadow: 0px 0px 20px #9491a1d4;
position: relative;
border: 1px solid #bfbad2;
}
.light .punbb {
float: none;
width: auto;
height: auto;
margin: 105px 22px -20px 64px;
background: #dedcdb;
padding: 20px;
/* border: 1px solid #dedcdb; */
box-shadow: 0px 0px 30px #cbc6c4 inset, 0px 0px 0px 1px #dedcdb;
border-radius: 1px;
}
.light .punbb .quote-box cite, .light .punbb .code-box strong.legend {
color: #2d2d2d;
background: #cfcecd;
border-bottom: 1px solid #c3c1c1;
}
.light #pun-viewtopic .post h3 {
font-size: 10px;
font-weight: 400;
font-family: 'Anonymous Pro';
text-transform: uppercase;
letter-spacing: 0px;
background: #d7d4d3;
border: 1px solid #cbc9c9 !important;
padding: 3px 10px;
}
.light .punbb .post .post-author {
float: left;
width: 230px;
margin: 10px 0px 0px -44px;
font-family: 'Anonymous Pro';
font-weight: 400;
font-size: 10px;
padding-top: 0px;
position: relative;
border: 1px solid #9b98ad;
color: #000000;
box-shadow: 0px 0px 0px 800px #c7c5c46b inset;
background: #afacbf url(https://forumstatic.ru/files/001c/03/06/50012.jpg) no-repeat top center;
border-width: 1px 1px 1px 0;
}
.light .pa-author a {
font-size: 20px;
font-weight: 400 !IMPORTANT;
letter-spacing: 0px;
text-transform: none;
transition: ease 1s;
font-family: 'IBM Plex Sans', sans-serif;
color: #8b565b !IMPORTANT;
}
.light .pa-author a:hover {
transition: ease 1s;
color: #9c98ac !important;
}
.light #pun-navlinks .container {
background: #9891ae;
border-bottom: 1px solid #bfbad2;
}
.light #pun-ulinks .container {
background: #8e87a5;
border-bottom: 1px solid #bfbad2;
}
.light #pun-status .container {
background: #d7d4d3;
border: 1px solid #cbc9c9 !important;
}
.light #pun-crumbs1 p.container, .light #pun-crumbs2 p.container {
background: #d7d4d3;
border: 1px solid #cbc9c9 !important;
}
.light #pun-stats .container {
font-size: 13px;
font-weight: 400;
letter-spacing: 0px;
padding: 15px 20px;
font-family: 'Anonymous Pro';
background: #d7d4d3;
border: 1px solid #cbc9c9;
}
.light #pun::before {
content: ' ';
height: calc(100% + 50px);
position: absolute;
background: #dedcdb;
width: 1px;
left: 41px;
top: -1px;
z-index: 99;
}
.light #logo_name {
background: url(https://forumstatic.ru/files/001c/03/06/22164.png) transparent;
width: 1089px;
height: 313px;
position: absolute;
top: -264px;
left: 36px;
pointer-events: none;
}
.light #pun-index .category tr {
display: flex;
align-items: center;
position: relative;
margin: 0px 0px;
background: #d7d4d3;
border: 1px solid #cbc9c9;
padding: 15px 20px;
}
.light #pun-index .category tr.inew {
background: #e3e1e0;
border: 1px solid #b0abc1;
box-shadow: 3px 0px #b0abc1 inset;
}
.light #pun-main .category h2 span, .light #pun-stats h2 span {
font-size: 23px;
font-weight: 700;
text-align: center;
background: url(https://forumstatic.ru/files/001c/03/06/18554.jpg) no-repeat top left;
color: #000;
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
margin: 20px 0 !IMPORTANT;
font-family: 'IBM Plex Sans', sans-serif;
text-transform: uppercase;
}
.light #pun-main .category h2, .light #pun-stats h2 {
margin-bottom: 0;
border: #cbc9c9 1px solid;
border-width: 1px 1px 0 1px;
padding: 0 !important;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
background: #d3d2d13d;
margin-top: 20px;
}
.light .pa-fld2 {
margin: -10px -15px 10px -15px;
background: #dedcdb;
height: 21px;
display: flex;
align-items: center;
justify-content: center;
border-bottom: 1px solid #9b98ad;
}
.light .avfid {
background: #dedcdb url(https://forumstatic.ru/files/001c/03/06/50012.jpg?v=1) top center;
border: 1px solid #9b98ad;
margin: 10px -15px;
border-width: 1px 0;
padding: 15px 15px 0 15px;
}
.light .pa-fld1 {
display: flex;
flex-direction: column;
align-items: center;
gap: 3px 0;
margin-top: 5px;
border-bottom: 2px solid #b39798;
padding-bottom: 15px;
}
.light .activees div:after, .light .activees2 div:after, .light .activees3 div:after {
content: "";
background: #d7d4d3;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
mix-blend-mode: multiply;
transition: all .6s ease-in-out 0s;
}
.light .activees os {
color: #000000;
}
.light #html-header {
color: #151418;
font-family: anonymous pro;
}
.light .activees div, .light .activees2 div {
position: relative;
-webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
height: 43px;
width: 43px;
background: #dedcdb;
}
.light .activees2 os {
color: #000000;
}
.light #html-header a {
color: #815354;
transition: 1s;
}
.light #html-header a:hover {
color: #000;
transition: 1s;
}
.light .onlinecr os {
color: #815354;
}
.light .onlinecr text b {
color: #815354;
}
.light .bestep a span n {
color: #855556;
transition: 1s;
transition: 1s;
font-weight: 700;
font-size: 14px;
}
.light .bestep a span n:hover {
color: #000;
transition: 1s;
}
.light .bestep a span t {
text-transform: lowercase;
color: #000000;
}
.light .navign a:hover {
color: #000 !IMPORTANT;
transition: 1s;
}
.light .navign a {
color: #7a5255 !IMPORTANT;
transition: 1s;
}
.light .zv {
width: 11px;
background: url(https://forumstatic.ru/files/001c/03/06/40572.png);
height: 9px;
position: absolute;
margin-top: 60px;
margin-left: -49px;
pointer-events: none;
}
.light .go-up {
background: #f3d0cd;
width: 20px;
height: 20px;
transition: 1s;
clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.light .go-up:hover {
background: #dedcdb;
width: 20px;
height: 20px;
transition: 1s;
clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.light .go-down {
background: #dedcdb;
width: 20px;
height: 20px;
transition: 1s;
clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.light .go-down:hover {
background: #f3d0cd;
width: 20px;
height: 20px;
transition: 1s;
clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.light #stylelist img {
border-radius: 100%;
filter: none;
}
.light .starr {
display: none;
}
.light .activees div:hover, .light .activees2 div:hover {
background: #dedcdb;
}
.light .obnov a {
background: linear-gradient(180deg, #c29190, #7d729a);
padding: 6px 10px;
border: 1px solid #8e87a5;
font-family: 'Anonymous Pro';
transition: 1s;
color: #edecec !important;
text-transform: uppercase;
letter-spacing: .5px;
}
.light .obnov a:hover {
background: linear-gradient(0deg, #c29190, #7d729a);
transition: 1s;
}
.light .plashka {
display: flex !important;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
margin: 5px 5px 10px 5px;
background: #2b2c2b;
border: 1px solid #727272;
border-radius: 0;
overflow: hidden;
height: 40px;
width: 188px;
padding: 0px !important;
}
.light .plashka kart {
background: transparent;
padding: 0px 5px;
border-width: 0px 1px 0px 0px;
border-color: #0000001c;
border-style: solid;
}
.light .plashka text {
color: #e4e5e2;
}
.light a.vieb {
color: #000000 !important;
transition-duration: 1s;
}
.light a.vieb:hover {
color: #815354 !important;
transition-duration: 1s;
}
.light .smile {
position: absolute;
top: -261px;
margin-left: 632px;
/* opacity: .4; */
display:block;
}
.dark .smile {
display: none;
}
.light .smile img {
margin-top: 0px;
width: 121px;
-webkit-animation-name: rotation;
-webkit-animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: rotation;
-moz-animation-duration: 5s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-o-animation-name: rotation;
-o-animation-duration: 5s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
animation-name: none;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
.light .smile img:hover {
margin-top: 0px;
width: 121px;
-webkit-animation-name: rotation;
-webkit-animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: rotation;
-moz-animation-duration: 5s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-o-animation-name: rotation;
-o-animation-duration: 5s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
animation-name: rotation;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
.light .podfor a:hover {
border: 1px solid #a17172;
background: #ba8e8f;
padding: 3px 10px 5px;
display: flex;
justify-content: center;
letter-spacing: .5px;
transition: 1s;
font-size: 11px;
color: #ebebeb !important;
flex-direction: column;
align-items: center;
}
.light .podfor a {
border: 1px solid #bfbfbf;
background: #e7e4e4;
padding: 3px 10px 5px;
display: flex;
justify-content: center;
letter-spacing: .5px;
transition: 1s;
font-size: 11px;
color: #000 !important;
}
.light #navpm a {
color: #f3cdca;
transition-duration: 1s;
}
.light #navpm a:hover {
color: #e1e1e1;
transition-duration: 1s;
}
/*************************
Стиль для Быстрой смены аккаунтов
Deff
*************************/
/*Cкрытие формы входа без клика*/
#pun-navlinks a:not(.NextShow)+span.odd{
display:none!important;
}
#pun-navlinks #New-exit img{
position:absolute;
margin: 0px 35px;
width:17px;
height:auto;
opacity:.8;
}
.ismoderator #pun-navlinks #New-exit img {
margin: -50px 10px;
}
#pun-navlinks #New-exit:hover{
opacity: .4;
}
/*Стиль доп-иконки Выход!*/
.punbb #pun-navlinks a#New-exit {
position:absolute;
z-index:100000!important;
margin-top: 6px!important;
margin-left: 0px!important;
float:none!important;
}
.punbb #pun-navlinks a#New-exit:before {
content:none;
}
.punbb #pun-navlinks #form-login input{
text-align: center;
border: 2px inset;
text-rendering: auto;
color: #000000!important;
margin-top:4px!important;
border-radius:5px;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
display: inline-block!important;
text-align: center;
font: normal normal 400 11px/normal Arial!important; rgb(250, 255, 189)
background-color: rgb(250, 255, 189);
}
.punbb #form-login #fld1,#form-login #fld2{
background-color: rgb(250, 255, 189);
}
.light .punbb #pun-navlinks #form-login input[type="submit"] {
background-color: #2F4604;
border: 1px outset #ffffff!important;
color: #dad7d6!important;
cursor: pointer;
font-weight: 700!important;
}
.punbb #List-UserNames li {
display: block!important;
position: relative;
background: #8db000;
text-align: left;
box-shadow: 2px 2px 1px rgb(50 50 50);
padding-left: 5px!important;
font: normal normal 700 12x/normal Verdana!important;
margin: 1px auto!important;
padding: 2px 0;
transition: .33s;
}
/*Стиль формы входа*/
.light .punbb #pun-navlinks #form-login {
text-shadow: 1px 1px 0rgba(0,0,0,.24);
display: block;
font: normal normal 400 11px/normal Tahoma;
color: #f7f7f7;
text-transform: none;
position: absolute!important;
left: 0px;
top: 7px;
z-index: 100000!important;
padding: 7px 12px;
background: #a67d6d;
border-color: #d7dbdc;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-radius: 0 0 6px 6px;
text-align: center;
/* box-shadow: inset 0 0 4em rgba(23,23,13,.99); */
}
#pun-navlinks #navlogin #form-login {
margin-left: 31px;/*Подвижки формы влево от вход*/
}
#pun-navlinks #navlogout #form-login {
margin-left: -31px!important;/*Подвижки формы влево от выход*/
}
.ismoderator #pun-navlinks #navlogout #form-login {
margin-left: -217px!important;/*Подвижки формы влево от выход для АМС*/
}
/*Стиль ссылок в форме "Не зарегистрированы" и "Забыли пароль" */
#pun-navlinks #form-login input[value="Войти"]+p{
margin-bottom: 11px;
margin-top: 11px;
}
.punbb #pun-navlinks #form-login a.Rega,
.punbb #pun-navlinks #form-login a.Forgot{
position:relative;
text-transform: none!important;
z-index:20;
cursor:pointer;
font: normal normal 400 10px/normal Tahoma!important;
letter-spacing:0.5!important;
}
.punbb #pun-navlinks #form-login a.Rega:before,
.punbb #pun-navlinks #form-login a.Forgot:before{
content:none;
}
/* Помечаем красным незаполненные поля!*/
#form-login input.none{
outline:red dashed 2px!important;
}
/*Форма слево(с Никами) */
.light #List-UserNames {
position: absolute;
margin-top: -8px;
min-height: 90px;
width: 220px;
right: 100%;
padding: 12px 19px 12px 17px;
background: #8e87a5;
border-color: #d2cac5;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-radius: 0 0 0px 6px;
text-align: center;
/* box-shadow: inset 0.23em 0 3.4em rgba(20,20,11,.99); */
}
.light .punbb #pun-navlinks #form-login {
text-shadow: 1px 1px 0rgba(0,0,0,.24);
display: block;
font: normal normal 400 11px/normal Tahoma;
color: #dedcdb;
text-transform: none;
position: absolute!important;
left: 0px;
top: 7px;
z-index: 100000!important;
padding: 7px 12px;
background: #8e87a5;
border-color: #bfbad2;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-radius: 0 0 6px 6px;
text-align: center;
}
/*Стиль контейнера под список Ников*/
.punbb #List-UserNames ul{
padding:0;
overflow:hidden;
overflow-y:auto;
min-height:36px;
max-height:72px;/*Видимое число Ников без прокрутки! сейчас - 4*/
}
.light .punbb #List-UserNames li {
display: block!important;
position: relative;
background: #cca09c;
text-align: left;
box-shadow: 2px 2px 1px rgb(183 142 138);
padding-left: 5px!important;
font: normal normal 700 12x/normal Verdana!important;
margin: 1px auto!important;
padding: 2px 0;
transition: .33s;
}
.punbb #List-UserNames li:hover{
opacity:.84;
/*background:#546a6b!important;*/
}
/*Стиль Ников*/
.punbb #List-UserNames li>b{
cursor: pointer;
opacity: .8;
color: #ffffff;
}
.punbb #List-UserNames li>b:hover{
opacity:.93;
text-shadow:1px 1px 1px rgba(0,0,0,.6);
}
/*Скролл контейнера с никами*/
#List-UserNames ul::-webkit-scrollbar {
width: 7px;
height: 5px;
}
#List-UserNames ul::-webkit-scrollbar-track {
background-color: #919190;
border: 1px solid #919190;
box-shadow: none;
}
#List-UserNames ul::-webkit-scrollbar-thumb {
background-color: #bdbdbc;
border: 2px solid #888887;
box-shadow: none;
}
/*Кнопки Удалить (правее ников)*/
#List-UserNames ul li>span {
display:inline-block;
padding:0 3px;
position:absolute;
opacity:.88;
cursor:pointer;
top:0;bottom:0;
right:2px;
color:#fff;
font: normal normal
700 10.56px/normal Verdana;
text-shadow:1px 1px 1px rgba(0,0,0,.6);
}
/*Текст при отсутствии запомненных Ников!*/
#List-UserNames ul:empty:before{
display:inline-block;
content: "У Вас нет запомненных ников, введенных через форму справо, или через перенос ниже!";
}
/*Кнопка выход-2*/
#navlogin #exit-2 {
display:none;
}
#navlogout .Rega,
#navlogout .Forgot {
display:none;
}
/*Стиль блока с инпутом для переноса и вставки запомненных Аккаунтов*/
#List-UserNames ul+span{
display:inline-block;
padding:6px 0 8px 0;
text-align:left;
font: normal normal 400 10.56px/normal Verdana;
}
/*Сам инпут*/
.punbb #List-UserNames input {
background: rgb(250, 255, 189);
border: 2px inset rgba(250,219,111,.853)!important;
border-radius: 6px;
text-shadow: none!important;
color:#282828!important;
background-color: #C5C3C3;
font: normal normal 400 11px/normal Arial!important;
/* box-shadow: inset 0px 0px 3px rgba(100,102,80,.97); */
margin-top: 9px;
padding: 2px !important;
vertical-align: middle;
}
/*Стрелочки к инпуту*/
#List-UserNames ul+span b{
font: normal normal 400 13px/normal Verdana;
padding:0 3px;
color:#fff;
}
/*Кликалка слево, чуть выше инпута*/
#List-UserNames .a1-copy{
display:inline-block!important;
cursor:pointer;
float:left;
}
/*Кликалка справо*/
#List-UserNames .a1-paste{
cursor:pointer;
display:inline-block!important;
float:right;
}
/*Подсказки на кликалках*/
.tipsy.a11 {
font: normal normal 400 11px/normal Tahoma!important;
margin-top:-22px!important;
margin-left: 148px!important;
max-width:170px;
}
.punbb #form-login #fld1, #form-login #fld2 {
background-color: rgb(208 208 208);
}
#List-UserNames {
position: absolute;
margin-top: -8px;
min-height: 90px;
width: 220px;
right: 100%;
padding: 12px 19px 12px 17px;
background: #323232;
border-color: #424242;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-radius: 0 0 0px 6px;
text-align: center;
/* box-shadow: inset 0.23em 0 3.4em rgba(20,20,11,.99); */
}
.punbb #pun-navlinks #form-login {
text-shadow: 1px 1px 0rgba(0,0,0,.24);
display: block;
font: normal normal 400 11px/normal Tahoma;
color: #c9ccbe;
text-transform: none;
position: absolute!important;
left: 0px;
top: 7px;
z-index: 100000!important;
padding: 7px 12px;
background: #8e87a5;
border-color: #bfbad2;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-radius: 0 0 6px 6px;
text-align: center;
}
.punbb #pun-navlinks #form-login {
text-shadow: 1px 1px 0rgba(0,0,0,.24);
display: block;
font: normal normal 400 11px/normal Tahoma;
color: #c9ccbe;
text-transform: none;
position: absolute!important;
left: 0px;
top: 7px;
z-index: 100000!important;
padding: 7px 12px;
background: #323232;
border-color: #424242;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-radius: 0 0 6px 6px;
text-align: center;
}
/*************************
//Конец Стиля для Быстрой смены акк