Код:
/*************************************************************
A - SETUP
**************************************************************/
/* A1 Import the colour scheme
-------------------------------------------------------------*/
/* A1.1 */
@import url(style_cs.css);
/*кириллица*/
@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans+Pinstripe:ital@0;1&family=Amatic+SC:wght@400;700&family=Caveat:wght@400..700&family=Comforter+Brush&family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Dela+Gothic+One&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Great+Vibes&family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oi&family=Oswald:wght@200..700&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Pixelify+Sans:wght@400..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Prata&family=Press+Start+2P&family=Rubik+Mono+One&family=Seymour+One&family=Stalinist+One&family=Unbounded:wght@200..900&family=Viaoda+Libre&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
:root {
--bg: url(https://forumstatic.ru/files/001c/45/70/44471.jpg);
--header: url(https://forumstatic.ru/files/001c/45/70/87857.png);
--foot: url(https://forumstatic.ru/files/001c/45/70/21744.png);
--categoryone: url(https://forumstatic.ru/files/001c/45/70/54855.png);
--categorytwo: url(https://forumstatic.ru/files/001c/45/70/54855.png);
--categorythree: url(https://forumstatic.ru/files/001c/45/70/54855.png);
--categoryfour: url(https://forumstatic.ru/files/001c/45/70/54855.png);
--categoryfive: url(https://forumstatic.ru/files/001c/45/70/54855.png);
--categorysix: url(https://forumstatic.ru/files/001c/45/70/54855.png);
--online: url(https://forumstatic.ru/files/001c/45/70/57779.svg);
--offline: url(https://forumstatic.ru/files/001c/45/70/52897.svg);
--old-icon: url(https://forumstatic.ru/files/001c/45/70/36975.png);
--new-icon: url(https://forumstatic.ru/files/001c/45/70/58342.png);
--tooltip: #FFD7B9;
--text2: #5a5a5a;
--bg-1: #efefef;
--bg-2: #737373;
--bg-3: #EEEEEE;
--bg-4: #f5f5f5;
--bg-5: #FFFFFF;
--bg-new: #F5F5F5;
--text: #000000;
--links: #f6b692;
--scroll-1: #f4f3f1;
--scroll-1d: #444352;
--scroll-bg: #0E0E0E;
--links-post: #85b2d2;
--mainfont: 400 12px / 150% 'Mulish';
--linkfont: 'Playfair Display';
}
/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/
/* A2.1 */
html, body {margin: 0;
padding: 0;
}
body {
margin: 0 auto 0px;
padding: 0;
background: var(--bg) center center;
background-size: cover;
background-attachment: fixed;
background-color: #323338 !important;
object-fit: none;
}
/* 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;
margin: 0px 0 0px 0px;
border: none;
}
/* 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: auto;
vertical-align: middle
}
/* A3 Text setup
-------------------------------------------------------------*/
/* A3.1 */
body {
font-size: 100.01%;
}
/* 3.3 */
.punbb textarea, .punbb optgroup {
font: var(--mainfont);
box-sizing: border-box;
background: var(--bg-4);
color: var(--text);
font-size: 12px;
border-radius: 15px;
border: none;
}
.punbb select {
font: var(--mainfont);
box-sizing: border-box;
background: var(--bg-4);
border: 0px solid var(--ngbg-2);
color: var(--text);
width: 100% !important;
font-size: 12px;
height: 25px;
border-radius: 35px;
padding: 0px 4px;
}
.lastedit {
display: none;
}
/* A3.4 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
/* font-size: 1em;
font-weight: normal; */
}
/* 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: none
}
/* A3.11 */
.punbb optgroup {
font-weight: bold;
}
.post-content td {
border:none transparent !important;
}
/* 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: var(--bg-new);
width: 1050px;
margin: auto auto 100px;
top: 111px;
box-sizing: border-box;
position: relative;
border-radius: 10px;
}
/* A5.2 */
.punbb {
font: var(--mainfont);
text-transform: lowercase;
height: auto;
padding: 20px 12px 0 12px;
outline-offset: -16px;
margin-top: 290px;
}
/* .punbb .user-avatar .avatar-image {
border: 3px solid var(--scroll-1);
} */
/* A5.3 */
#pun-redirect, #pun-maint {
margin: 50px 20% 12px 20%;
width: auto;
float: none;
}
/* A5.4 */
.punbb .section, .punbb .main {
margin-bottom: 1em;
}
/* A5.5 */
.punbb .category, .punbb .post {
margin-top: 0.4em;
}
.punbb .post {
padding: 0px 0px 10px 0px;
width: 96%;
margin-left: 18px;
}
.category .container thead {
display: none;
}
/* 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: none;
}
/* A5.9 */
.punbb .container {
border: none;
}
/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-stats h2, #pun-debug h2 {
padding: 0.5em 1em;
border: none;
font-size: 0px;
}
#pun-index .category h2, #pun-stats h2 {
height: 48px;
border: 0;
opacity: 1;
font-size: 0;
width: 972px;
padding-bottom: 20px;
margin-left: 23px;
}
/*#pun-index tbody.hasicon {
display: flex;
justify-content: space-between;
align-items: center;
margin: 0 25px;
width: 972px;
background-color: #fff;
border-radius: 20px;
border: 1px solid #EEEEEE;
flex-direction: column;
}*/
#pun-index .category tr {
display: flex;
justify-content: space-between;
align-items: center;
border-radius: 10px;
margin: 0 25px;
width: 972px;
margin-bottom: 20px;
}
/* #pun-index .category tr.inew {
background: #E4E5DB;
}
*/
.category-1 h2 {
background: var(--categoryone) no-repeat top center;
width: 1050px;
margin-left: -12px;
}
.category-2 h2 {
background: var(--categorytwo) no-repeat top center;
width: 1050px;
margin-left: -12px;
}
.category-3 h2 {
background: var(--categorythree) no-repeat top center;
width: 1050px;
margin-left: -12px;
}
.category-4 h2 {
background: var(--categoryfour) no-repeat top center;
width: 1050px;
margin-left: -12px;
}
.category-5 h2 {
background: var(--categoryfive) no-repeat top center;
width: 1050px;
margin-left: -12px;
}
.category-6 h2 {
background: var(--categorysix) no-repeat top center;
width: 1050px;
margin-left: -12px;
}
.category-7 h2 {
background: var(--categoryseven) no-repeat top center;
width: 1050px;
margin-left: -12px;
}
div#pun-category2, div#pun-category3, div#pun-category4, div#pun-category5, div#pun-category6, div#pun-category7 {
margin-top: 0px !important;
}
/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/
/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/
/* B1.1 */
.punbb .post-content {
padding: 20px;
/* overflow: hidden; */
/* text-transform: none; */
text-align: justify;
/* background-color: var(--bg-3); */
border-radius: 10px;
/* margin-left: -40px; */
/* min-height: 362px; */
}
/* B1.2 */
.punbb .post-sig dt {
display: block;
border: none;
width: 250px;
margin: 5px 0;
}
/* B1.3 */
.punbb .post-content p {
margin: 0;
padding: 0px 0 1em 0;
line-height: 150% !important;
text-transform: none;
overflow: hidden;
}
.punbb .post-content a {
color: var(--links-post) !important;
font-weight: 900;
}
/* 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: auto;
}
.blockcode {
padding-top: 5px;
}
}
/* B1.7 */
.punbb .post-content .scrollbox {
width: 100%;
overflow: auto;
height: fit-content !important;
padding-bottom: 9px;
}
/* B1.8 */
.punbb .post-content .quote-box {
background: var(--bg-new);
padding: 20px;
margin-bottom: 10px;
font-size: 11px !important;
border-radius: 10px;
margin-top: 16px;
}
.punbb .post-content .quote-box .qc-post-link {
margin-left: 20px!important;
}
.punbb .post-content .quote-box cite {
margin-left: 20px!important;
}
.code-box {
background: var(--bg-new);
padding: 5px 5px 5px 30px;
margin-bottom: 10px;
font-size: 11px !important;
border-radius: 10px;
margin-top: 16px;
padding-top: 10px;
}
/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
display: block;
/* padding: 11px 11px; */
/* margin-bottom: 10px; */
/* margin-top: -20px; */
font-size: 12px !important;
text-transform: lowercase;
font: var(--mainfont);
/* background: var(--links); */
/* border-radius: 20px; */
/* color: var(--bg-1) !important; */
width: fit-content;
margin-left: -20px;
padding-top: 5px;
position: relative;
padding-right: 10px;
}
.punbb .code-box strong.legend a {
color: var(--bg-1) !important;
display: flex;
align-items: center;
gap: 6px;
font-weight: 700;
}
#pun-main .code-box .scrollbox pre {
font: var(--mainfont);
font-size: 12px;
}
/* B2 Information boxes
-------------------------------------------------------------*/
/* B2.1 */
.punbb .info-box {
padding: 1.1em 1.7em 1em 1.7em;
border: none;
margin: 0 0 1.1em 0;
}
/* B2.2 */
.punbb .info-box * {
padding: 0 0 0.7em 0;
}
/* B2.3 */
.punbb #pun-main .info-box .legend {
font-size: 1.1em;
font-weight: bold;
}
/* B3 Pagination and posting links
-------------------------------------------------------------*/
/* B3.1 */
.punbb .linkst {
float: left;
position: relative;
width: 100%;
font-size: 1.1em;
height: 0;
}
/* B3.2 */
.multipage {
margin-top: 3em;
}
/* B3.3 */
.linkst .pagelink {
position: absolute;
top: -3.5em;
left: 1em;
}
#pun-main > div.linkst > div.pagelink > strong {
padding: 0 4px;
}
#pun-main > div.linksb > div.pagelink > strong {
padding: 4px 8px;
background-color: #fff;
border-radius: 2px;
border: 1px solid var(--bg-3);
}
/* B3.4 */
.linkst .postlink {
position: absolute;
top: -4em;
right: 2em;
width: 16em;
text-align: right;
font-weight: bold;
}
/* B3.5 */
.punbb .linksb {
text-align: right;
padding: 5px 11px;
font-size: 11px;
margin: 0 13px 0 2px;
}
/* B3.6 */
.linksb .pagelink {
float: left;
width: auto;
text-align: left;
}
/* B3.7 */
.linksb .postlink {
float: right;
width: auto;
font-weight: bold
}
/* B3.8 */
.subscribelink {
margin-right: 70px;
}
.subscribelink a {
border-radius:20px!important;
}
.postlink a{
border-radius:20px!important;
}
.pa-reg {
display: none;
}
/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/
/* C1 Form layout
-------------------------------------------------------------*/
/* C1.1 */
.punbb .formal .container {
padding: 0.7em 2.3em 1.1em 2.3em;
background: var(--bg-1);
border-radius: 10px;
}
/* C1.2 */
.punbb .formsubmit {
padding: 0px 0 0 1.7em !important;
}
/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
font: var(--mainfont);
margin: 0 0.6em 0 0
}
/* C1.4 */
.punbb fieldset {
border: none;
padding: 0 18px 0 18px;
margin: 0 0 1em 0
}
/* C1.5 */
.punbb fieldset legend {
padding: 0;
margin: 0 0 0 11px;
font-size: 1.1em
}
/* C1.6 */
.punbb fieldset legend span {
font-size: 10px;
}
/* C1.7 */
.punbb fieldset fieldset {
border: 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: 0;
}
/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
text-align: center;
font-weight: 400;
font-size: 11px;
overflow: hidden;
text-overflow: ellipsis;
width: 12%;
}
/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
width: 40%
}
/* C2.5 */
#pun-userlist .main .tc2, #pun-searchtopics .main .tc2 {
text-align: left;
width: 13%;
}
/* 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 {
font-size: 1.2em;
font-weight: bold;
margin-bottom: 10px;
}
/* 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: none;
border-width: 0;
padding: 0.8em 0em;
}
/* C2.12 */
.punbb .main th {
border: none;
padding: 0.4em 1em 0.4em 1em;
}
/* C2.13 */
.punbb .main .tcl {
border-left-style: none;
border-left-width: 0;
padding-left: 25px;
}
* html .tclcon {height: 1px}
.punbb tbody.hasicon td.tcl {
width: 60%;
padding-left: 30px;
}
/* C2.15 */
.punbb div.icon {
border: none;
margin-left: -20px;
}
/* C2.16
.punbb table div.icon {
float: left;
display: block;
}*/
.punbb .main .tcr {
overflow: hidden;
text-align: left;
font-size: 12px;
align-items: center;
white-space: nowrap;
text-overflow: ellipsis;
padding: 0 45px 0 70px;
width: 40%;
color: var(--text2);
}
.punbb .main .tcr a.lastpost-link {
font-size: 12px;
font-weight: 800;
color: var(--text);
padding: 2px 4px 2px 4px;
}
#pun-index .tcr a.lastpost-link:hover {
border-radius: 10px;
background: var(--links);
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
}
/* C3 Topics
-------------------------------------------------------------*/
/* C3.1 */
.punbb .post .container {
border: none;
margin-top: -1px;
padding-bottom: 1px;
border-radius: 0 0px 10px 10px;
background: var(--bg-1);
}
/* C3.2 */
.punbb .post h3 {
border: none;
}
/* C3.3 */
.punbb .post h3 span {
padding: 2px 18px;
display: block;
}
/* C3.4 */
.punbb .post h3 strong {
float: right;
text-align: right;
margin-top: -2px;
padding-top: 1px;
display: flex;
color: #979797;
}
.post h3 img {
margin: 0 7px;
cursor: pointer;
opacity: .2;
}
/* C3.5 */
.punbb .post .post-author {
float: left;
width: 225px;
text-align: center;
padding: 14px 0px 8px 0px;
/* border-radius: 10px; */
margin-top: 7px;
}
/* C3.6 */
.post-author {
width: 210px;
height: 100%;
background: var(--bg-1);
/* border-radius: 10px; */
}
.post-author ul {
line-height: 11px;
width: auto;
}
.topic .post .post-author ul {
width: 203px;
margin: 0px auto 6px auto !important;
background-color: var(--bg-new);
position: relative;
border-radius: 10px;
padding-top: 9px;
padding-bottom: 18px;
box-shadow: 0px -20px 20px -26px #c0b6bc;
}
.post-author .pa-author {
background: #e6e2e4;
text-align: center;
font-size: 14px;
font-style: unset;
line-height: 144%;
text-transform: lowercase;
font-family: var(--mainfont);
z-index: 1;
position: relative;
height: 17px;
letter-spacing: .4px;
width: 170px;
margin-left: 0px;
padding-bottom: 4px;
left: 18px;
top: -17px;
border-radius: 10px;
box-shadow: 0px 10px 10px -10px #77706f;
}
.post-author li.pa-online {
background: var(--online) no-repeat;
position: absolute;
height: 29px;
border: none;
padding: 0;
margin-top: -9px !important;
margin-left: 88px;
font-size: 0px !important;
width: 36px;
z-index: 9999;
}
.post-author li.pa-last-visit {
background: var(--offline) no-repeat;
position: absolute;
height: 40px;
border: none;
padding: 0;
margin-top: -9px !important;
margin-left: 86px;
font-size: 0px !important;
width: 36px;
z-index: 9999;
}
.pa-title {
text-align: center;
line-height: 144%;
font-size: 8px;
letter-spacing: 1px;
margin: 6px 0px;
color: var(--bg-2);
}
#pun-viewtopic .pa-avatar img {
margin-top: 10px;
max-width: 180px;
border-radius: 4px;
}
.pa-fld2 .fld-name, .pa-fld3 .fld-name, .pa-fld5 .fld-name {
display: none;
}
.pa-fld1 {
display: inline-block;
font-size: 7px;
padding: 2px 5px !important;
margin-top: 4px !important;
width: auto;
text-transform: lowercase;
color: var(--text5);
line-height: 13px;
height: auto;
margin-bottom: 15px;
}
.pa-fld1 .fld-name:before {
content: "";
display: flex;
background: url(https://forumstatic.ru/files/001b/c9/d8/40691.svg) no-repeat;
width: 16px;
height: 16px;
justify-content: center;
align-items: center;
}
.pa-fld2 {
font-size: 10px;
margin: -5px 13px 3px;
padding: 3px 0 !important;
color: #a6a0a3;
border-top: 1px solid #e6e2e4;
border-bottom: 1px solid #e6e2e4;
}
#pun-viewtopic li.pa-fld3 {
width: 166px;
margin: 9px 0px 10px 13px;
font-size: 9px !important;
line-height: 10px;
text-align: left;
border-top: 1px solid #e6e2e4;
border-bottom: 1px solid #e6e2e4;
background: #eeeeee82;
padding: 10px 5px;
}
.pa-fld6 {
position: absolute;
bottom: -42px;
max-width: 240px;
letter-spacing: 0.25px;
font-size: 9px;
box-sizing: border-box;
left: 10px;
}
.pa-posts, .pa-respect, .pa-fld4, .pa-fld5 {
display: inline-block;
font-size: 7px;
padding: 2px 5px !important;
margin-top: 4px !important;
width: auto;
text-transform: lowercase;
color: var(--text5);
line-height: 13px;
height: auto;
margin-bottom: 15px;
}
.pa-fld6 {
position: absolute;
left: 97px;
z-index: 999999;
top: -21px;
}
.pa-posts .fld-name:before {
content: "";
display: flex;
background: url(https://forumstatic.ru/files/001b/c9/d8/58281.svg) no-repeat;
width: 14px;
height: 14px;
justify-content: center;
align-items: center;
filter: opacity(0.4);
}
.pa-fld4 .fld-name:before {
content: "";
display: block;
background: url(https://forumstatic.ru/files/001c/28/b9/75000.svg) no-repeat;
width: 16px;
height: 16px;
}
.pa-fld5 .fld-name:before {
content: "";
display: block;
background: url(https://forumstatic.ru/files/001c/2b/8f/23912.svg) no-repeat;
width: 16px;
height: 16px;
}
.pa-respect .fld-name a:before, .gid3 .pa-respect .fld-name:before {
content: "";
display: flex;
background: url(https://forumstatic.ru/files/001b/c9/d8/60724.svg) no-repeat;
width: 14px;
height: 14px;
justify-content: center;
align-items: center;
filter: opacity(0.4);
}
.pa-posts .fld-name, .pa-respect .fld-name, .pa-fld4 .fld-name, .pa-fld1 .fld-name, .pa-fld5 .fld-name {
font-size: 0;
display: flex;
height: 16px;
justify-content: center;
}
/*.post-author .pa-fld1 {
font-size: 10px;
display: inline-block;
font-weight: 300;
color: var(--text2);
position: relative;
top: -1px;
width: 200px;
padding: 0 10px;
text-align: left;
line-height: 12px;
}*/
.pa-fld6 .fld-name {
font-size: 0;
display: flex;
height: 16px;
justify-content: center;
}
.pa-online {
margin-top: 20px;
font-weight: 700;
font-size: 10px;
color: var(--daybg-3);
}
/* C3.9 */
/* C3.11 */
.punbb .post-body {
margin-left: 19.5em;
border: none;
padding: 0 0 1px 0;
}
/* C3.12 */
.punbb .post-box {
padding: 0px 0px 0 0px;
border-radius: 10px;
/* background: var(--bg-3); */
/* margin-left: 20px; */
}
/*C3.13 */
.punbb fieldset .post-box {
margin-bottom: 0.8em
}
/* C3.14 */
.punbb .post-links {
margin-left: 19em;
border: none;
}
/* C3.15 */
.punbb .post-links ul {
padding: 0px 1em 0px 0px;
height: 2em;
line-height: 2em;
margin-left: -19em;
background: transparent;
text-align: right;
margin-bottom: 1px;
margin-top: 12px;
border-top: 4px solid #f5f5f5;
}
/* 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 26px !important;
text-align: right;
font-size: 12px;
}
/* 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;
display: flex;
flex-direction: column;
}
/* C6.3 */
#profilenav li {
padding-bottom: 0.5em;
font-weight: 400;
}
/* C6.4 */
#viewprofile ul {
border: none;
padding: 1.5em 18px 0.8em 18px;
margin: 0 0 1em 0;
}
#profilenav ul {
background-color: var(--bg-3);
border-radius: 10px;
padding: 10px;
padding-bottom: 0;
margin: 0 0 1em 0;
}
/* C6.5 */
#viewprofile h2, #profilenav h2 {
/* margin: 0 14px -0.6em 14px; */
background: var(--bg-4);
padding: 0px 4px 0px 4px;
font-weight: 700;
font-size: 12px;
text-align: center;
text-align: left;
align-self: flex-start;
border-radius: 8px;
}
/* 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: none;
}
/* C7.2 */
#pun-userlist .usertable .container {
padding: 0 2.3em 2.3em 2.3em;
border: none;
}
/* C7.3 */
#pun-userlist .usertable table {
border: none;
}
/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/
/* D1 Logo and description
-------------------------------------------------------------*/
/* D1.1 */
#pun-title {
display: none;
}
/* D1.2 */
#pun-title h1 {
display : block;
height : 40px;
padding: 2em 1em 0 1em;
}
/* D1.3 */
#pun-title .container {
border: none;
}
/* D1.4 */
#pun-title h1 span {
display: none;
}
#pun-title table {
border: none;
height: 40px;
width: 100%;
}
#pun-title td.title-logo-tdl {
border: none;
width: 100%;
}
#pun-title td.title-logo-tdr {
border: none;
width: 468px;
}
/* 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%;
color: var(--links-post);
border-radius: 10px;
background: var(--links);
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
}
/* 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 {
text-align: center;
height: 0px;
}
/* D.3 */
#pun-navlinks li {
display: inline;
margin: 0;
}
/* D3.4 */
#pun-navlinks li a {
font-size: 12px;
color: var(--text);
letter-spacing: 1px;
font-weight: 800;
padding: 2px 4px 2px 4px;
}
#pun-navlinks li a:hover {
border-radius: 10px;
background: var(--bg-5);
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
}
/* D4 User links
-------------------------------------------------------------*/
/* D4.1 */
#pun-ulinks {
border: none;
margin-top: 105px;
}
/* D4.2 */
#pun-ulinks .container {
text-align: center;
text-transform: lowercase;
font-family: var(--mainfont);
font-size: 10px;
font-style: normal;
width: 1050px;
margin-top: -50px;
margin-left: -12px;
padding: 2px 0px 4px 0px;
}
#pun-ulinks .container a {
color: #AAAAAA;
}
#pun-ulinks .container a:hover {
color: var(--text);
border-radius: 10px;
background: var(--links);
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
}
/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
display: inline;
color: var(--scroll-bg);
}
/* D4.4 */
#pun-ulinks li a {
padding: 0 0.3em 0 0.6em;
}
/* D4.5 */
#pun-ulinks li.item1, #pun-ulinks li.item1 a {
border: none;
}
/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/
/* D5.1 */
#pun-status, #pun-status .container {
border: none;
background-color: transparent;
margin-top: 16px;
}
/* D5.2 */
#pun-status .container {
left: 9px;
margin-bottom: 24px;
color: var(--text);
font-family: var(--mainfont);
font-size: 10px;
width: 975px;
margin-top: -9px;
margin-left: 25px;
margin-right: 25px !important;
}
#pun-status .item4 {
display: none
}
/* D5.3 */
#pun-status span {
border: none;
white-space: nowrap;
margin-right: 0.5em;
}
/* D5.4 */
#pun-crumbs1 {
border: none;
overflow: hidden;
margin: -17px 0 0 0;
}
/* D5.5 */
#pun-crumbs1 p.container {
font-family: var(--mainfont);
font-size: 10px;
color: var(--text);
border: none;
background-color: transparent;
margin: 0 25px;
}
/* D5.6 */
#pun-break1 {
margin: 0 1em;
border: none;
height: 0;
margin: -2px 1em;
position: relative;
z-index: 1;
}
/* D6 Announcement
-------------------------------------------------------------*/
/* D6.1 */
#pun-announcement {
position: absolute;
top: 0px;
height: 70px;
margin: 0 !important;
}
#pun-announcement h2 {
padding: 0;
margin: 0 1em -3.5em 1em;
border: none;
position: relative;
font-weight: bold;
}
/* D6.2 */
#pun-announcement h2 span {
padding: 0em;
display: none;
}
#pun-announcement .container {
/* margin: 1em 2em 2em 2em; */
background: var(--bg-4);
padding: 16px;
border-radius: 10px 10px 0 0;
height: 41px;
margin-left: -12px;
/* border-top: 8px solid white; */
/* border-image: url(https://forumstatic.ru/files/001c/28/b9/39417.svg); */
}
/* D7 Statistics
-------------------------------------------------------------*/
/* D7.1 */
#pun-stats .container {
background: transparent;
height: auto;
text-align: center;
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 1010px;
margin: 0 8px;
justify-content: center;
}
/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
border: none;
}
/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
border: none;
}
#pun-stats h2 {
display: none;
}
/* D7.4 */
li#onlinelist {
border: none;
}
/* D7.5 */
li#onlinelist div {
border: none;
}
/* 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: 0px;
height: 0px;
}
/* D8.4 */
#pun-about .container {
border: none;
text-align: center;
line-height: 150%;
padding: 0.8em 1em;
position: relative;
top: 110px;
z-index: 1;
font-size: 9px;
}
/* D8.5 */
#pun-about p span {
display:block;
padding-left: 50%;
}
/* D8.6 */
#pun-crumbs2 {
font-weight: bold;
overflow: hidden;
margin-bottom: 18px;
border: none;
}
/* D8.7 */
#pun-crumbs2 .container {
border: none;
padding: 0.8em 28px;
font-size: 12px;
}
/* D8.8 */
#pun-break4 {
margin: -2px 1em;
border: none;
position: relative;
height: 0;
z-index: 1;
}
/* D8.9 */
div.punbb-admin #pun-about .container {
border: none;
}
/* D9 Help file
-------------------------------------------------------------*/
/* D9.1 */
#pun-help .formal .info-box h3.legend {
border: none;
padding-bottom: 0;
margin-bottom: 0.8em;
}
/* D9.2 */
#pun-help .formal .info-box h3.legend span {
padding-bottom: 0.6em;
display: block;
border: none;
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-index.punbb th,#pun-viewforum.punbb th{
font-size:0!important;
color:transparent!important;
height:0!important;
padding:0!important;
border:0!important;
}
::-webkit-scrollbar {
width: 6px;
height: 4px;
background-color: var(--scroll-bg);
border-radius: 0px;
}
::-webkit-scrollbar-thumb {
background-color: var(--scroll-1);
border-radius: 0px;
}
::selection {
background: var(--tooltip);
color: var(--text);
}
.plashesvirus::-webkit-scrollbar-thumb {
background: var(--scroll-bg);
border-radius: 10px;
}
.plashesvirus::-webkit-scrollbar {
background: transparent;
height: 3px;
}
/* CS1 Background and text colours
-------------------------------------------------------------
*/
/* CS1.1 */
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3, .punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd, .punbb .info-box, .punbb #pun-main .info-box .legend {
background-color: transparent;
color: var(--text) !important;
font: var(--mainfont);
}
/* CS1.2 */
.punbb .post h3 {
color: var(--text);
background: var(--bg-1);
border-radius: 10px 10px 0 0;
}
.punbb .post .container, {
color: var(--text);
background: var(--bg-1);
border-radius: 10px 10px 0 0;
}
/* CS1.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
background-color: transparent;
}
/* CS1.4 */
#pun-title, #pun-title .container, .punbb .modmenu .container {
background-color: transparent;
color: var(--text);
}
.punbb .modmenu .container span {
display: none;
}
/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
background-color: transparent;
color: var(--text)
}
/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl {
background-color: transparent;
color: var(--text);
}
#pun-main .post h3 span {
font-size: 9px;
height: 17px;
margin-bottom: 4px;
position: relative;
}
/* CS1.7 */
li#navlogout a span {
text-align: right;
}
.offline li.pa-online strong {
font-weight: normal
}
/* CS2 Border colours
-------------------------------------------------------------*/
/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3, #pun-title {
border: none;
}
.punbb .post-body {
text-transform: none;
text-align: justify;
border-radius: 10px;
}
/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
border: none;
}
/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
border: none;
}
/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.punbb .post h3 span, .post-links ul, .post-links, .usertable table {
border: none;
}
/* CS2.5 */
.punbb th {
border: none;
}
/* CS2.6 */
.punbb .quote-box, .punbb .code-box {
border: 1px solid #e1e1e1;
}
.punbb .code-box {
display: flex;
}
#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
border: none;
}
#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
border: none;
}
.punbb .divider {
border: none;
}
.punbb .formal fieldset .post-box, .punbb .info-box {
border: none;
}
/* CS3 Links
-------------------------------------------------------------*/
/* CS3.1 */
.punbb a, .punbb a:link, .punbb a:visited, .punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited {
color: var(--text);
}
.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
-webkit-transition: all 0.6s ease;;
-moz-transition: all 0.6s ease;;
-o-transition: all 0.6s ease;;
transition: all 0.6s ease;
}
/* CS3.2 */
.punbb a:hover, .punbb a:focus, .punbb a:active, .punbb-admin #pun-admain .nodefault,
.punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active {
border-radius: 10px;
background: var(--links);
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
}
/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
border-radius: 10px;
background: var(--links);
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
}
#pun-pagelinks a:active, #pun-pagelinks a:focus {
color: var(--bg-1);
background-color: var(--text);
padding: 2px 4px 2px 4px;
}
/* CS4 Post status icons
-------------------------------------------------------------*/
div.icon {
border: none;
}
tr.iredirect div.icon {
border-color: none;
}
div.inew {
border: none;
}
#pun-main div.catleft, #pun-main div.catright {display: none}
/*Скрыть список Модераторов на Главной*/
.punbb .tcl .modlist {
display: none;
}
#pun-index .tc2, #pun-index .tc3, #pun-index .tcmod {
display: none;
}
li#onlinelist div {
border: none;
padding: 6px 20px;
text-align: justify !important;
color: var(--text);
font: var(--mainfont);
font-size: 11px;
text-transform: lowercase;
width: 967px;
font-weight: 500;
}
li#onlinelist {
margin-top: 10px;
color: var(--text);
font: var(--mainfont);
font-size: 10px;
text-transform: lowercase;
width: fit-content !important;
}
#pun-stats li.item1, #pun-stats li.item2, #pun-stats li.item3, #pun-stats li.item4 {
display: flex;
padding-top: 5px;
padding-bottom: 5px;
color: var(--bg-2);
text-align: center;
font: var(--mainfont);
font-size: 9px;
width: 192px;
border-radius: 30px;
flex-direction: column;
flex-wrap: wrap;
justify-content: center;
position: relative;
left: -2px;
line-height: 11px;
margin: 0 10px;
background: var(--bg-3);
font-weight: 600;
height: 24px;
}
#pun-index .tclcon h3 a {
/* text-transform: uppercase; */
font-size: 24px;
/* margin-left: 12px; */
font-weight: 500;
font-family: var(--linkfont);
font-style: italic;
border-radius: 30px;
}
#pun-index .tclcon h3 a:hover{
border-radius: 30px;
color: var(--links);
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
background: transparent;
}
#pun-index .tcl {
padding: 23px 36px 13px 77px;
/*background: var(--bg-5);*/
border-radius: 20px;
}
#pun-main > div > h2 > span {
font-size: 0px;
}
/*стиль подфорума*/
.tclcon {
position: relative;
padding-left: 15px;
text-align: justify;
font-size: 10px;
margin: 0px 0px 9px;
margin-left: 5px;
line-height: 12px;
color: var(--bg-2);
}
.tclcon::before {
content: "";
position: absolute;
left: 0px;
height: 100%;
}
#pun .user-avatar .avatar-image {
width: 26px;
height: 26px;
filter: grayscale(1);
opacity: .5;
}
#pun-index .user-avatar {
display: block
}
#pun-navlinks .container {
text-transform: lowercase;
display: inline-block;
margin-top: 15px;
word-spacing: 9px;
width: 1050px;
left: 0px;
height: 26px;
background-color: var(--tooltip);
padding-top: 5px;
position: absolute;
}
#pun-main .pagelink {
font: var(--mainfont);
font-style: normal;
font-weight: 400;
font-size: 11px;
text-align: justify;
color: var(--text);
margin-top: 10px;
margin-left: 14px;
}
#pun-main .postlink {
color: var(--links);
font-size: 11px;
}
.linksb a, .linkst a {
background: var(--bg-3);
padding: 4px 8px;
color: var(--ngbg-1) !important;
font-weight: 500;
border-radius: 2px;
color: var(--text) !important;
border-radius: 2px;
}
.linksb a:hover, .linkst a:hover {
color: var(--links-post);
border-radius: 10px;
background: var(--links);
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.punbb table Div.icon {
background: var(--old-icon);
width: 70px;
height: 70px;
margin-left: -60px;
position: absolute;
margin-top: -4px;
}
.punbb table div.inew {
background: var(--new-icon);
background-repeat: no-repeat;
width: 70px;
height: 70px;
margin-left: -60px;
position: absolute;
margin-top: 2px;
}
.tclcon .byuser {
display: block;
color: var(--text)!important;
margin-top: 4px !important;
}
#pun-viewforum table Div.icon, #pun-messages table Div.icon, #pun-searchtopics table Div.icon {
background: var(--text);
background-position-y: 93px;
display: block;
float: left;
height: 6px;
margin-left: 0px;
margin-right: 15px;
margin-top: 7px;
position: relative;
width: 6px;
border-radius: 100%;
box-sizing: border-box;
}
#pun-viewforum TR.inew Div.icon, #pun-messages TR.inew Div.icon, #pun-searchtopics TR.inew Div.icon {
background: var(--links)!important;
}
#pun-viewforum TR.isticky Div.icon, #pun-messages TR.isticky Div.icon, #pun-searchtopics TR.isticky Div.icon {
background: var(--text);
}
#pun-viewforum TR.iclosed Div.icon, #pun-messages TR.iclosed Div.icon, #pun-searchtopics TR.iclosed Div.icon {
background: var(--text);
}
#pun-viewforum .forum a, #pun-messages a .forum, #pun-searchtopics .forum a {
color: var(--text)
}
#pun-viewforum .forum a:hover, #pun-messages a:hover .forum, #pun-searchtopics .forum a:hover {
border-radius: 10px;
background: var(--links);
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
}
#pun-viewforum .tcr, #pun-messages .tcr, #pun-searchtopics .tcr {
color: var(--text);
}
/*кнопки*/
.go-up, .go-down {
cursor: pointer;
display: none;
margin-bottom: 0px;
margin-left: 1053px !important;
opacity: 1;
position: fixed;
z-index: 9999;
padding: 0px 0px;
transition: transform 1s cubic-bezier(0.72, -0.01, 0, 1) 0s;
width: 90px;
height: 65px;
}
.go-up {
top: 50%;
}
.go-down {
top: 53%;
margin-left: 1033px !important;
}
.go-up:hover, .go-down:hover {
transform: scale(1.2)
}
/*ползунок размер шрифта*/
.FNTslider {
position: absolute;
z-index: 99;
background: var(--bg-1);
width: 110px;
height: 4px;
margin: 3px 5px;
border: solid 1px var(--scroll-1);
border-radius: 10px;
left: 615px;
top: 5px;
}
.FNTslider .before {
height: 5px;
border: solid 1px var(--scroll-1);
border-right: none 0;
position: absolute;
background: var(--scroll-1);
margin: -1px 0px;
border-radius: 5px;
}
.FNTslider .thumb {
width: 9px;
height: 9px;
position: relative;
top: -5px;
left: 28px !important;
background: var(--bg-1);
cursor: pointer;
border: 3px solid var(--scroll-1);
border-radius: 10px;
}
/*разделитель тем*/
.td-divider {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin-left: -10px;
}
.td-divider span {
background: var(--bg-3);
font-size: 12px;
padding: 0px;
border-radius: 5px;
color: var(--text);
font-weight: 400;
text-align: center;
width: 1014px;
position: absolute;
left: 18px;
}
/*это интересно*/
div#pun-live-rusff {
display: none;
}
/*кнопки*/
#file_upload_input {
padding: 10px 10px 0px 10px!important;
}
input.button, #pa-edit strong a {
background: var(--bg-new) !important;
color: var(--ngbg-1) !important;
font-size: 12px !important;
font-weight: 500 !important;
text-transform: lowercase;
border: none !important;
font-family: var(--mainfont);
border-radius: 20px;
padding: 6px 10px 8px;
}
input.button:hover, #pa-edit strong a:hover {
background: var(--links) !important; /*было - --bg-3, стало - --scroll-bg*/
border-radius: 10px;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
}
#pun-main .formal textarea {padding: 10px;}
input, textarea, input:active, textarea:active, :focus {
outline: none;
}
.topic a.sharelink {
display: none;
}
.punbb div.icon {
float: left;
display: block;
width: 60px;
height: 60px;}
.tc2 .user-avatar, .tcr .user-avatar {
display: none;
}
/*ссылки в подфорумы и подфорумы*/
.virusdescription {
font-size: 10px;
line-height: 13px;
margin-left: 13px;
font-weight: 300;
}
.button_f {
display: flex;
gap: 5px;
margin: 11px 0;
flex-direction: row;
flex-wrap: wrap;
border-top: 1px solid #d4d4d48f;
border-bottom: 1px solid #d4d4d48f;
padding: 4px 0;
width: fit-content;
background: var(--bg-1);
}
.button_forum {
width: fit-content;
text-transform: uppercase;
padding: 0 3px;
border-radius: 40px;
}
.button_forum a {
color: var(--text) !important;
font-weight: 700;
letter-spacing: .5px;
}
.button_forum a:hover {
color: var(--links-post);
border-radius: 10px;
background: var(--links);
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
}
#onlinelist a {
color: var(--text);
}
#onlinelist a:hover {
border-radius: 10px;
background: var(--links);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
#onlinelist a[href$="/online.php"], #onlinelist a[href$="/userlist.php"] {
color: var(--links-2)!important;
}
#onlinelist a[href$="/online.php"]:hover, #onlinelist a[href$="/userlist.php"]:hover {
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.punbb .section h2 span, #pun-stats h2 span, #pun-debug h2 span, .punbb h1 span, #post-form > h2, .punbb legend span {
font-weight: 700;
font-size: 12px !important;
font-style: normal;
text-align: center;
display: block;
margin: auto;
height: 17px;
color: var(--text);
}
#pun-main > div.forum > div > table > tbody > tr:nth-child(1) > td.tcl {
width: 50%;
}
#pun-main > div.forum > div > table > tbody > tr:nth-child(2) > td.tcl {
width: 50%;
}
#post > fieldset:nth-child(2) > legend {
display: none;
}
#pun-main h1 span {
display: none;
}
#pun .post-content .spoiler-box > div {
color: var(--links-2);
font-size: 12px;
font-weight: 700;
padding-left: 16px;
display: flex;
background: transparent;
border-radius: 50px;
width: fit-content;
align-items: stretch;
}
#pun .post-content .spoiler-box > div:before {
content: "";
display: block;
background: url(https://forumstatic.ru/files/001c/45/70/80839.png);
width: 26px;
height: 26px;
margin-left: -27px;
margin-right: 10px;
opacity: .6;
border-radius: 20px;
margin-top: -5px;
}
#pun .post-content .spoiler-box > div.visible:before {
transform: rotate(180deg);
}
.post-content .spoiler-box > blockquote {
padding-top: 0.4em;
display: none;
}
#pun-report .inner, #pun-reputation .inner, #pun-admin-award-form .inner {
display: none;
position: fixed;
left: 50%;
top: 50%;
margin: -135px 0 0 -384px;
width: 768px;
z-index: 9999;
border-radius: 15px;
background: var(--bg-3);
box-shadow: none!important;
-webkit-box-shadow: none!important;
-moz-box-shadow: none!important;
-khtml-box-shadow: none!important;
}
.pa-respect a[href*="&v=0&cod"], .pa-respect a[href*="&v=1&cod"] {
display: inline-block;
position: absolute;
margin-top: -4px;
margin-left: -11px;
}
.pa-respect a[href*="&v=1&cod"] img, .pa-respect a[href*="&v=0&cod"] img {
height: 10px;
width: 10px;
position: absolute;
top: 4px;
}
.pa-respect a[href*="&v=1&cod"] {
background: var(--plus) center 100% no-repeat; /*картинка для + */
opacity: .7;
}
.pa-respect a[href*="&v=0&cod"] {
background: var(--plus) center 100% no-repeat; /*картинка для - */
}
.punbb input {
background: var(--bg-new);
color: var(--text);
height: 23px;
padding: 0 10px;
border: 0px solid var(--ngtext2);
border-radius: 20px;
}
#font-area, .popup_graffiti, #size-area, #image-area, #color-area, #addition-area, #video-area, .inner .popup_graffiti, #table-area, #keyboard-area, #smilies-area, #spoiler-area {
color: var(--text);
border: 1px solid var(--scroll-1) !important;
background: var(--bg-1);
border-radius: 0 0 5px 5px;
padding: 10px !important;
margin-top: -18px;
}
#font-area, #size-area, #color-area, #table-area, #smilies-area, #image-area, #imageup-area, #imageattach-area, #keyboard-area, #video-area, #addition-area, #spoiler-area {
top: 70px !important;
}
#font-area {
height: 200px;
overflow-y: auto;
}
.pun-modal .modal-inner {
width: 700px;
max-width: 94%;
height: auto;
max-height: 44em;
margin: 12% auto 0;
box-shadow: 0 0 14px rgba(0,0,0,.3);
position: relative;
z-index: 120000;
overflow: hidden;
background: var(--bg-1);
}
#rep_form .tcl {
width: 20%!important;
}
li.pa-ip {
font-size: 7px;
margin-top: 5px;
color: #7a7a7a;
}
/*страница репутации*/
#pun-main > div.section > div > table > tbody > tr {
width: 955px;
font-size: 11px;
}
#pun-main > div.section > div > table > tbody > tr > td.tcr {
width: 355px!important;
}
/*отключить пожаловаться и поделиться*/
li.pl-share {
display: none!important;
}
li.pl-reports {
display: none!important;
}
#pun-main > div.linksb > div.postlink > span.closed {
display: none;
}
#messages > fieldset > div > div > table {
width: 740px;
}
#pun-main > div.topic > div > div > div.post-author > ul {
color: var(--text);
}
select#ctl_regselect {
margin-bottom: 8px;
}
/*всплывающие подсказки при наведении*/
#tooltip {
position: absolute;
background: var(--tooltip);
z-index: 999;
max-width: 180px;
border: none;
border-radius: 15px;
font-family: var(--mainfont) !important;
font-size: 10px;
display: none;
text-align: center;
padding: 5px 10px;
text-transform: lowercase;
}
/*откл подар*/
li.pa-gifts {
display: none;
}
/*БыстроПлюсы для Топика!*/
.noNull:before {
content: "+";
font-size: 9px;
display: inline-block;
margin-left: -6px;
margin-top: 0px;
position: absolute;
}
div .post-rating {
padding:14px 7px 0px 0 !important;
}
div .post-rating p>a {
text-align: center;
outline: 1px solid transparent;
font-weight: 700;
background: url(https://forumstatic.ru/files/001c/28/b9/23958.svg) no-repeat center;
opacity: 0.5;
background-size: 29px auto;
position: relative;
padding-left: 1px;
z-index: 3;
width: 25px;
height: 25px;
text-align: center;
font-size: 9px !important;
display: inline-block;
vertical-align: middle;
line-height: 24px;
letter-spacing: 1px;
color: var(--text);
margin-top: 5px;
margin-right: 17px;
margin-bottom: 17px;
}
div .post-rating p>a:hover {
background: transparent;
color: var(--links);
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
}
div.dark-style .post-rating p>a {
color: #6BC8AF !important;
}
div.post-vote {
margin-bottom: 65px;
}
div.post-vote p>a {
font-size: 0 !important;
position: absolute;
cursor: pointer;
z-index: 200;
width: 20px;
height: 20px;
background: url(https://forumstatic.ru/files/001c/28/b9/93997.svg?v=1) no-repeat;
filter: brightness(0.7);
display: block;
background-size: 100%;
margin-left: -9px;
margin-top: 8.5px;
z-index: 1;
opacity: .7;
}
.post.dark-style div.post-vote p>a {
background: url(https://forumstatic.ru/files/0012/d8/04/38128.png?) no-repeat;
background-size: 100%;
}
/* профиль */
#viewprofile-next .container {
display: flex;
justify-content: space-between;
align-items: center;
margin: 30px 5px 0 !important;
padding: 10px !important;
position: relative;
}
#viewprofile ul {
padding: 0 !important;
margin: 0 !important;
}
#viewprofile-next #profilenav {
display: none
}
#viewprofile tr {
display: flex;
}
#viewprofile #profile-left {
padding: 0px !important;
padding-bottom: 14px !important;
width: 220px;
display: flex;
flex-direction: column;
gap: 10px;
background: var(--bg-3);
border-radius: 10px;
align-items: center;
height: fit-content;
}
#viewprofile #profile-left li, #viewprofile #profile-left div, #viewprofile #profile-left strong {
padding: 0 !important;
}
#profile-left li+li {
margin-top: 0px;
}
#pun #profile-name {
color: var(--text);
width: 180px;
height: 17px;
font-family: var(--mainfont);
font-weight: 400;
font-size: 12px;
line-height: 17px;
background: var(--bg-1);
text-align: center;
margin-top: 10px;
border-radius: 16px;
}
#pun #pa-avatar div>img {
border-radius: 5px;
}
#pun #pa-online strong {
background: var(--online) no-repeat;
height: 30px;
width: 30px;
font-size: 0px !important;
}
#profile-right {
gap: 5px;
width: auto !important;
padding: 10px!important;
box-sizing: border-box;
flex: 1;
margin-left: 10px;
background: var(--bg-3);
border-radius: 10px;
}
#profile-right li strong {
flex: auto;
font-weight: normal;
padding: 5px !important;
margin: 0 !important;
}
#pun #profile-right li span:first-child {
/* float: none; */
/* margin: 0; */
width: auto;
/* font-size: 10px; */
/* color: var(--text); */
/* font-weight: 400; */
/* margin-bottom: 1px; */
/* background: var(--bg-4); */
border-radius: 36px;
height: 13px;
/* display: flex; */
align-items: center;
}
#pa-invites,
#pa-gifts,
#pa-awards {
display: none !important;
}
li#pa-fld3 {
width: 400px;
}
li#pa-fld1 {
display: none;
}
li#pa-fld2 {
width: 318px;
}
li#pa-email {
width: 373px;
}
li#pa-fld4 {
width: 250px;
}
li#pa-fld5 {
width: 171px;
}
li#pa-posts {
width: 295px;
}
li#pa-last-post {
width: 184px;
}
.punbb .user-avatar .isonline {
background: #f9a780 !important;
}
#pun-index td.tcl {
width: 695px;
line-height: 14px;
text-transform: lowercase;
padding: 25px 40px 0px 75px;
overflow: hidden;
}
div#post-form {
margin: 0px 20px;
}
#viewprofile td {
border: 0;
padding: 0;
overflow: hidden;
margin-left: 60px;
}