/*************************************************************
A - SETUP
**************************************************************/
/* A1 Import the colour scheme
-------------------------------------------------------------*/
/* A1.1 */
@import url(style_cs.css);
:root{
--bodybg: #EFEFEF;
--black: black;
--hover: #9747FF;
--gradient: linear-gradient(45deg, #b260e7, #8682e0, #63d3f1);
--greybg: #E7E7E7;
/***/
--shapka-bg: #fff;
--kitsch-gradient: linear-gradient(90deg, #E9D204, #FF0080);
--neomil-gradient: linear-gradient(0deg, #E61E1C, #7D1919);
--entropism-gradient: linear-gradient(90deg, #7E8CF6, #BC478F);
--bodybg-light: #F2F2F2;
--bodybg-dark: #2D2727;
--accent: #3C4CCF;
--circle-1: #B93385;
--circle-2: #2F387E;
--label-text-light: #00000040;
--label-bg-light: #00000014;
--label-bg-light-new: #C2D2FF;
--label-txt-light-new: #7D8DFF;
--stickyheaderbg: #f3f3f3d9;
}
.dark {
--shapka-bg: #2C2C2C;
--bodybg-light: #ededed;
--stickyheaderbg: #0000005e;
}
.neomil {
--circle-1: #E61E1C;
--circle-2: #040303;
--accent: #E61E1C;
--label-bg-light-new: #FFC2C2;
--label-txt-light-new: #FF7D7D;
}
.kitsch {
--circle-1: #F4D154;
--circle-2: #CD5082;
--accent: #D29600;
--label-bg-light-new: #FFE7C2;
--label-txt-light-new: #E4B354;
}
#pun-viewforum table tr {
height: 60px !important;
}
/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/
/* A2.1 */
html, body {margin: 0; padding: 0}
body {
background: var(--bodybg-light);
display: flex;
justify-content: center;
}
body.dark {
background: var(--bodybg-dark);
}
.dark #pun-ulinks li a {
color: var(--bodybg-light);
}
.top-color {
display: flex;
background: var(--circle-1);
width: 1014px;
height: 1014px;
position: absolute;
filter: blur(200px);
top: -974px;
border-radius: 50%;
z-index: -99999;
}
.neomil .top-color {
opacity: 65%;
}
.bottom-color {
display: flex;
background: var(--circle-2);
width: 1314px;
height: 1314px;
position: fixed;
filter: blur(200px);
bottom: -958px;
z-index: -9999;
border-radius: 50%;
margin-left: -205px !important;
overflow-y: hidden;
}
/* A2.2 */
.punbb * {
margin: 0
}
/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
padding: 0;
list-style: none;
}
/* A2.4 */
.punbb img {
border:none
}
/* A2.5 */
.punbb .main table {
table-layout: fixed;
width: 100%;
font-size: 100%;
}
/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}
/* A2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
height: 1.8em;
vertical-align: middle
}
/* A3 Text setup
-------------------------------------------------------------*/
/* A3.1 */
body {
font-size: 100.01%;
}
/* A3.2 */
.punbb {
font: normal 75% 'inter';
}
/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
font: 1em verdana, arial, helvetica, sans-serif
}
/* A3.4 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
font-size: 1em;
font-weight: normal;
}
#pun-main h1 span {
font-family: 'inter';
text-transform: uppercase;
font-weight: normal;
color: var(--black);
text-align: center;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
}
/* A3.5 */
.punbb h1 span, .punbb h2 span, .punbb legend span {
/* font-size: 1.1em; */
}
/* A3.6 */
.punbb pre {
font: 1.1em/140% 'fira_monoregular', "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: none;
}
/* A3.10 */
.punbb a {
text-decoration: none
}
/* 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,
#h-uploads.item5,
.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,
.pl-share,
#pun-userlist .main h2 {
font-size: 0;
height: 0;
width: 0;
line-height: 0.0;
position:absolute;
left: -9999px;
overflow: hidden
}
.topic .sharelink {display:none;}
.category thead {
display: none;
}
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
/* display: none; */
}
/* из html-верх */
#pun-index .category .tc2,#pun-index .category .tc3,
#f-subforums .tc2,#f-subforums .tc3{
display:none!important;
}
/* A5 Basic page layout and borders
-------------------------------------------------------------*/
/* A5.1 */
#pun {
margin: auto;
position: relative;
width: 1010px;
background-color: var(--bodybg-light);
top: 588px;
border-radius: 20px;
padding: 45px;
}
/* A5.2 */
.punbb {
height: auto;
padding: 0px 36px;
}
/* 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;
}
/* A5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
margin-top: 0;
}
#pun-main h2, #pun-stats h2 {
padding: 0.5em 1em;
border-style: none solid solid none;
border-width: 0 1px 1px 0;
font-family: 'radjhani_rusregular';
color: #B3B3B3;
font-size: 150%;
margin-top: -13px;
display: inline-block;
width: auto;
padding: 0px 10px !important;
position: absolute;
}
#pun-stats ul {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin: 0;
gap: 34px;
}
#pun-stats {
border: none;
padding: 0px;
}
#pun-stats h2 {
margin-top: -38px;
margin-left: 10px;
}
/* 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 solid none;
border-width: 0px 0px 2px 0px
}
.punbb .category .container {
padding: 48px 0px;
}
.punbb .category {
border: none;
margin-bottom: 48px;
}
.punbb .user-avatar .avatar-image {
border-radius: 0 !important;
height: 31px !important;
width: 31px!important;
opacity: 0.85;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
float: left;
border: 2px solid #C0C0C0!important;
filter: saturate(0);
}
/* A5.9 */
.punbb .container {
border-style: solid;
border-width: 1px;
}
/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
padding: 0.5em 1em;
border-style: none solid solid none;
border-width: 0 1px 1px 0;
font-family: 'radjhani_rusregular';
color: #B3B3B3;
font-size: 150%;
}
/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/
/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/
/* B1.1 */
.punbb .post-content {
padding: 0;
margin: 0;
width: 100%;
overflow: hidden;
}
/* B1.2 */
.punbb .post-sig dt {
display: block;
border-top: 1px dotted #888;
width: 250px;
margin 5px 0;
}
/* B1.3 */
.punbb .post-content p {
margin: 0;
padding: 0 0 1em 0;
line-height: 150%;
}
/* B1.4 */
.punbb .post-content img {
vertical-align: text-bottom
}
/* B1.5 */
.punbb .post-content img.postimg {
vertical-align: middle;
}
/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
width: 100%;
overflow: hidden;
}
/* B1.7 */
.punbb .post-content .scrollbox {
width: 100%;
overflow: auto;
}
/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
margin: 0.4em 0em 1.4em 0em;
padding: 1.5em;
border-style: solid;
border-width: 1px;
background: var(--greybg);
border: 1px solid #cecece;
border-radius: 15px;
}
/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
display: block;
padding-bottom: 0.7em;
font-size: 1.1em;
font-weight: bold;
font-style: normal;
margin: 0;
text-transform: uppercase;
font-size: 83.33%;
font-family: 'inter';
font-weight: bold;
}
/* 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%;
font-size: 1.1em;
height: 0;
text-transform: lowercase;
font-family: 'inter';
font-size: 100%;
}
/* B3.2 */
.multipage {
margin-top: 3em;
}
/* B3.3 */
.linkst .pagelink {
position: absolute;
top: -4em;
left: 1em;
width: 24em;
}
/* B3.4 */
.linkst .postlink {
position: absolute;
top: -4em;
right: 1em;
width: 16em;
text-align: right;
font-weight: bold;
}
/* B3.5 */
.punbb .linksb {
text-align: right;
padding: 0.4em 1em 0.5em 1em;
font-size: 1.1em;
text-transform: lowercase;
font-family: 'inter';
font-size: 100%;
}
/* B3.6 */
.linksb .pagelink {
float: left;
width: 24em;
text-align: left;
}
/* B3.7 */
.linksb .postlink {
float: right;
width: 16em;
font-family: 'inter';
font-weight: bold;
}
/* B3.8 */
.subscribelink {
clear: both;
padding-top: 0.3em;
padding-bottom: 0.5em;
font-family: 'inter';
font-weight: bold;
}
/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/
/* C1 Form layout
-------------------------------------------------------------*/
/* C1.1 */
.punbb .formal .container {
padding: 1.7em 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: 0;
margin: 0 0 0 11px;
font-size: 1.1em
}
/* C1.6 */
.punbb fieldset legend span {
padding: 0 5px;
margin: 0 0 0 -15px;
text-transform: uppercase;
font-size: 66.67%;
font-weight: bold;
}
/* 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-family: 'inter';
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;
}
/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
text-align: center;
width: 10%;
}
/* C2.3 */
.punbb .main .tcr {
overflow: hidden;
text-align: left;
width: 30%;
text-transform: lowercase;
}
/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
width: 40%
}
/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
text-align: left;
width: 20%;
}
/* C2.6 */
#pun-debug table .tcl {
width: 15%;
white-space:normal;
}
/* C2.7 */
#pun-debug .tcr {
width: 90%;
white-space: normal;
}
/* C2.8 */
#pun-index .tcl h3 {
font-family: 'radjhani_rusregular';
color: var(--black);
font-size: 200%;
text-transform: uppercase;
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: solid none none solid;
border-width: 1px 0 0 1px;
}
/* C2.12 */
.punbb .main th {
border-style: none none none solid;
border-width: 0 0 0 1px;
padding: 0.4em 1em 0.4em 1em;
}
/* C2.13 */
.punbb .main .tcl {
border-left-style: none;
border-left-width: 0
}
.category tr {
display: flex;
justify-content: space-between;
margin-bottom: 40px;
align-items: center;
}
.category tr:last-child {
margin-bottom: 0;
}
/* C2.14 */
.punbb tbody.hasicon td.tcl {
width: 65%;
}
/* C2.15 */
.punbb div.icon {
border-style: solid;
border-width: 0;
height: 0;
line-height: 0.0;
margin-top: 0.1em;
width: 0;
}
/* C2.16 */
.punbb table div.icon {
font-size: 1.05em;
position: absolute;
margin-left: -2.2em;
}
/* C3 Topics
-------------------------------------------------------------*/
/* C3.1 */
.punbb .post .container {
border-style: none solid solid solid;
border-width: 1px;
margin-top: -1px;
padding-bottom: 1px;
margin-bottom: 30px;
}
/* C3.2 */
.punbb .post h3 {
border-style: solid solid none solid;
border-width: 1px;
}
/* C3.3 */
.punbb .post h3 span {
padding: 4px 8px;
display: block;
margin-left: 223px;
border-left-style: solid;
border-left-width: 1px;
font-size: 83.33%;
background: var(--black);
border-radius: 15px;
color: white;
}
.punbb .post h3 span a {
font-weight: normal !important;
color: white !important;
}
.punbb .post h3 span a:hover {
color: var(--circle-1) !important;
}
/* C3.4 */
.punbb .post h3 strong {
float: right;
width: 11em;
text-align: right;
font-weight: normal;
}
.punbb .post h3 strong::before {
content: 'пост #';
}
/* C3.5 */
.punbb .post .post-author {
width: 225px;
float: left;
margin-top: -0.5em;
margin-left: -2.5em;
border-radius: 20px;
background-color: var(--black);
padding: 7px;
box-sizing: border-box;
display: flex;
justify-content: center;
background-image: url('');
background-repeat: no-repeat;
background-position: top center;
color: var(--bodybg);
}
.post-author.online::before {
content: '';
display: block;
width: 5px;
height: 5px;
border-radius: 50%;
background: #5aff5a;
z-index: 2 !important;
position: absolute;
box-shadow: 0 0 8px 2px lime, 0 0 8px 2px lime;
margin-left: 0px;
margin-top: -9px;
animation-name: 'fade';
animation-duration: 2s;
animation-iteration-count: infinite;
-webkit-animation-name: 'fade';
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
}
.post-author a {
color: var(--circle-1) !important;
}
.post-author a:hover {
color: white !important;
}
@keyframes 'fade' {
0% {
opacity: 0.5;
}
50% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-webkit-keyframes 'fade' {
0% {
opacity: 0.5;
}
50% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.pa-fld1 {
width: 180px;
text-align: left;
margin: auto;
padding: 7px !important;
}
.lz1 a {
font-size: 112%;
}
.lz2 {
font-size: 73%;
letter-spacing: .05em;
}
.pa-fld3 {
position: absolute;
/*margin-left: 177px;*/
left: 240px;
z-index: 3;
background: var(--black);
padding: 5px !important;
border-radius: 50%;
margin-top: -15px;
}
.pa-fld2 {
background: linear-gradient(0deg, rgba(134,46,194,1) 0%, rgba(0,0,0,0) 49%);
width: 225px;
margin-bottom: -7px;
padding: 5px!important;
box-sizing: border-box;
text-rendering: geometricPrecision;
border-bottom-left-radius: 18px;
border-bottom-right-radius: 18px;
}
pltop { display: block;
color: var(--bodybg);
font-size: 78%;}
plbtm {display: block;
color: var(--bodybg);
font-size: 83%;
text-transform: uppercase;
margin-top: -5px !important;}
/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
line-height: 140%;
text-align: center;
}
/* C3.7 */
.pa-author {
font-size: 100%;
font-weight: bold;
text-transform: uppercase;
background: var(--black);
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 13px;
width: 200px;
margin: auto;
}
.pa-avatar {
width: 180px;
height: 180px;
display: flex;
justify-content: center;
align-content: center;
align-items: center;
BACKGROUND-COLOR: #000;
MARGIN: auto;
}
.pa-title::before {
content: '';
display: block;
width: 225px;
height: 103PX;
background: linear-gradient(0deg, black, transparent);
position: absolute;
z-index: 1;
margin-top: 65px;
}
.pa-avatar img {
border: 2px solid var(--black);
z-index: 2;
}
/* C3.8 */
.pa-author a {
text-decoration: none;
color: var(--bodybg) !important;
}
/* C3.9 */
li.pa-title {
font-size: 83.33%;
text-transform: lowercase;
color: var(--bodybg);
width: 180PX;
text-align: center;
display: flex;
margin: auto;
text-shadow: 0 0 10px black, 0 0 3px black, 0 0 2px black;
font-weight: bold;
justify-content: center;
padding-bottom: 3px;
}
li.pa-online strong {
font-weight: normal !important;
}
li.pa-online {
border-left-style: solid;
border-left-width: 0.7em;
margin-top: 0.7em;
width: 100%;
text-align: center;
font-size: 83.33%;
text-transform: lowercase;
line-height: 130%;
font-family: 'inter';
font-weight: bold;
}
/* C3.11 */
.punbb .post-body {
margin-left: 18.5em;
border-left-style: solid;
border-left-width: 1px;
padding: 0 0 1px 0;
padding: 0 !important;
}
/* C3.12 */
.punbb .post-box {
padding-top: 1em !important;
font-family: verdana;
font-size: 91.67%;
text-align: justify;
}
/*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;
font-size: 66.67%;
text-transform: uppercase;
font-family: 'inter';
font-weight: bold;
}
/* C3.15 */
.punbb .post-links ul {
padding: 0 1em 0 0;
height: 2em;
line-height: 2em;
margin-left: -19em;
border-top-style: dashed;
border-top-width: 1px;
background: transparent;
text-align: right;
margin-bottom: 30px;
}
/* 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;
text-transform: lowercase;
font-weight: normal !important;
font-family: 'inter';
font-weight: bold;
}
/* 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 {
border-style: solid;
border-width: 1px;
padding: 1.5em 18px 0.8em 18px;
margin: 0 0 1em 0;
}
/* C6.5 */
#viewprofile h2, #profilenav h2 {
background: transparent;
border: none;
padding: 0 0 0 0;
}
/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {
position: relative;
font-family: 'inter';
font-weight: bold;
text-transform: uppercase;
font-size: 83.33%;
width: 100%;
text-align: left;
display: block;
}
/* 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: solid solid none solid;
border-width: 1px 1px 0 1px;
display:none;
}
/* D1.2 */
#pun-title h1 {
display : block;
height : 40px;
padding: 2em 1em 0 1em;
}
/* D1.3 */
#pun-title .container {
border-style: none solid none solid;
}
/* D1.4 */
#pun-title h1 span {
font-size: 1.5em;
}
#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%;
}
/* D2.5 */
#pun-pagelinks a:active, #pun-pagelinks a:focus {
position:relative;
margin: 0;
}
#pun-pagelinks li a span {
display:block;
margin: 0 1em
}
/* D3 Forum navigation
-------------------------------------------------------------*/
/* D3.1 */
#pun-navlinks, #pun-navlinks .container {
border-style: none;
border-width: 0;
margin: 0;
}
/* D3.2 */
#pun-navlinks .container {
top: -464px;
position: absolute;
left: 0px;
padding: 10px 20px;
border-radius: 20px 0 20px 0;
background: var(--shapka-bg);
}
/* D.3 */
#pun-navlinks li {
display: inline-flex;
padding-right: 1em;
font-family: 'inter';
text-transform: lowercase;
font-size: 116.67%;
}
/* D3.4 */
#pun-navlinks li a {
font-size: 116.67%;
}
/* D4 User links
-------------------------------------------------------------*/
/* D4.1 */
#pun-ulinks {
margin-top: -178px;
text-transform: lowercase;
text-align: center;
font-size: 83.33%;
position: absolute;
background: var(--shapka-bg);
padding: 10px 20px;
border-radius: 20px 0 20px 0px;
left: 534px;
width: 567px;
box-sizing: border-box;
margin-bottom: 0 !important;
border: none;
}
/* D4.2 */
#pun-ulinks .container {
border-top: none;
font-family: 'inter';
font-weight: bold;
border: none !important;
display: flex;
justify-content: flex-end;
}
/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
display: inline;
border-left-style: solid;
border-left-width: 1px;
white-space: nowrap;
}
/* D4.4 */
#pun-ulinks li a {
padding: 0 0.3em 0 0.6em;
font-weight: 400;
}
/* 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 {
position: absolute;
top: -489px;
left: 21px;
text-transform: lowercase;
color: var(--black);
}
.dark #pun-status .container {
color: var(--bodybg-light);
}
/* D5.3 */
#pun-status span {
white-space: nowrap;
margin-right: 0.5em;
}
/* D5.4 */
#pun-crumbs1 {
overflow: hidden;
margin-top: 0;
font-family: 'inter';
font-weight: bold;
}
/* D5.5 */
#pun-crumbs1 p.container {
border-top: none;
padding: 1em 1em 0.8em 1em;
font-size: 1.1em;
text-align: center;
text-transform: uppercase;
font-size: 83.33%;
}
/* D5.6 */
#pun-break1 {
margin: 0 1em;
border-style: solid none;
border-width: 1px 0;
height: 0;
margin: -2px 1em;
position: relative;
z-index: 1;
}
/* D6 Announcement
-------------------------------------------------------------*/
/* D6.1 */
#pun-announcement h2 {
padding: 0;
margin: 0 1em -3.5em 1em;
border-style: none none solid none;
border-width: 0 0 1px 0;
position: relative;
font-weight: bold;
}
/* D6.2 */
#pun-announcement h2 span {
display: block;
padding: 1em 0 0.8em 0;
border-bottom-style: solid;
border-bottom-width: 1px;
}
/* D6.3 */
#pun-announcement .container {
padding: 4.3em 1em 1em 1em;
}
/* D7 Statistics
-------------------------------------------------------------*/
/* D7.1 */
#pun-stats .container {
}
/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2, #pun-stats li.item3, #pun-stats li.item4 {
margin: 0;
text-transform: uppercase;
font-size: 73.33%;
padding: 4px 0px;
width: auto;
flex-grow: 1;
text-align: center;
flex-basis: 0;
background: var(--black);
border-radius: 15px;
color: var(--bodybg);
}
#pun-stats li.item4 a{
color: var(--bodybg-light) !important;
}
#pun-stats li.item4 a:hover {
color: var(--accent) !important;
}
/* D7.4 */
li#onlinelist {
margin-top: -1em;
border-top-style: solid;
border-top-width: 1px;
float: left;
width: 100%;
line-height: 130%;
text-transform: lowercase;
}
/* 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;
}
/* D8.4 */
#pun-about .container {
border-top-style: none;
text-align: center;
line-height: 150%;
margin-bottom: -100px;
}
/* D8.5 */
#pun-about p span {
display: block;
padding-left: 50%;
font-weight: normal;
font-family: 'inter';
font-weight: bold;
text-transform: uppercase;
font-size: 69.73%;
display: flex;
text-align: center;
justify-content: center;
gap: .5em;
}
/* D8.6 */
#pun-crumbs2 {
font-weight: bold;
overflow: hidden;
margin-bottom: 0;
border-bottom: none;
}
/* D8.7 */
#pun-crumbs2 .container {
border-bottom: none;
padding: 0.8em 1em;
font-size: 1.1em;
text-align: center;
text-transform: uppercase;
font-size: 83.33%;
font-family: 'inter';
font-weight: bold;
}
/* D8.8 */
#pun-break4 {
margin: -2px 1em;
border-style: solid none;
border-width: 1px 0;
position: relative;
height: 0;
z-index: 1;
}
/* D8.9 */
div.punbb-admin #pun-about .container {
border-top-style: solid;
border-top-width: 1px;
}
/* D9 Help file
-------------------------------------------------------------*/
/* D9.1 */
#pun-help .formal .info-box h3.legend {
border-bottom-style: solid;
border-bottom-width: 1px;
padding-bottom: 0;
margin-bottom: 0.8em;
}
/* D9.2 */
#pun-help .formal .info-box h3.legend span {
padding-bottom: 0.6em;
display: block;
border-bottom-style: solid;
border-bottom-width: 1px;
font-size: 1.1em;
}
/* D9.3 */
#pun-help .formal p, #pun-help .formal dd {
margin-bottom: 1em
}
/* D9.4 */
#pun-help .formal ul, #pun-help .formal dl {
padding: 0 0 0 1em
}
/* D9.5 */
#pun-help .formal li {
padding: 0;
line-height: 130%
}
/* D9.6 */
#pun-help .formal li * {
vertical-align: text-top
}
/* D9.7 */
#pun-help .formal dt span {
font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace
}
/* D9.8 */
#pun-help .formal .parsedmsg,
#pun-help .formal .parsedmsg .incode {
padding-bottom: 0;
}
#form-buttons {
margin-bottom: 6px;
margin-top: 10px
}
#form-buttons td img {
position: relative
}
#form-buttons td {
transition: all .5s ease-in-out 0s;
color: var(--text)
}
#form-buttons td:hover {
color: var(--accent);
}
#button-font,
#button-size,
#button-bold,
#button-italic,
#button-underline,
#button-strike,
#button-indent,
#button-left,
#button-center,
#button-right,
#floatbut,
#button-link,
#button-spoiler,
#button-image,
#button-video,
#button-hide,
#button-quote,
#button-code,
#button-color,
#button-table,
#button-smile,
#button-keyboard,
#button-addition,
#button-mask,
#button-transL {
position: relative !important;
background: none !important;
}
#button-font:before,
#button-size:before,
#button-bold:before,
#button-italic:before,
#button-underline:before,
#button-strike:before,
#button-indent:before,
#button-left:before,
#button-center:before,
#button-right:before,
#floatbut:before,
#button-link:before,
#button-spoiler:before,
#button-image:before,
#button-video:before,
#button-hide:before,
#button-quote:before,
#button-code:before,
#button-color:before,
#button-table:before,
#button-smile:before,
#button-keyboard:before,
#button-addition:before,
#button-mask:before,
#button-transL {
content: "";
height: 26px;
width: 100%;
display: block;
position: absolute;
top: 0;
left: 0;
font-family: 'icon3';
text-align: center;
font-size: 15px;
line-height: 26px;
z-index: 0
}
#button-font:before {
content: "\f031"
}
#button-size:before {
content: "\f034"
}
#button-bold:before {
content: "\f032"
}
#button-italic:before {
content: "\f033"
}
#button-underline:before {
content: "\f0cd";
top: 1px
}
#button-strike:before {
content: "\f0cc"
}
#button-indent:before {
content: "\f03c"
}
#button-left:before {
content: "\f036"
}
#button-center:before {
content: "\f037"
}
#button-right:before {
content: "\f038"
}
#button-justify:before {
font-family: 'icon3';
content: "\f039";
font-size: 16px;
}
#floatbut:before {
content: "\f03b"
}
#button-link:before {
content: "\f0c1"
}
#button-spoiler:before {
font-family: 'icon3';
content: "\f070";
font-size: 17px;
}
#button-image:before {
content: "\f03e";
font-size: 18px
}
#button-video:before {
content: "\f167";
font-family: 'icon2';
font-size: 18px;
top: 0px
}
#button-hide:before {
content: "\f023"
}
#button-quote:before {
content: "\f10e"
}
#button-code:before {
content: "\f121";
}
#button-color:before {
content: "\f576"
}
#button-table:before {
content: "\f0ce"
}
#button-smile:before {
content: "\f118"
}
td#button-files_rusff,
td#button-graffiti_rusff {
display: none !important;
}
#button-keyboard:before {
content: "\f11c";
font-size: 16px
}
#button-addition:before {
content: "\f0fe"
}
#button-mask:before {
content: "\f630"
}
img#Knopa2-2 {
position: relative;
top: 8px;
}
/* Замена кнопок навигации */
#navadmin a span {display:none}
#navadmin a:before {content:'амс';}
#navpm a span {display:none}
#navpm a:before {content:'лс';}
/* Отключить thead */
.punbb thead {
display: none;
}
/* стиль - Регулятор вида и размера шрифта (с) satsana, forumd.ru */
#chfont {
position: fixed; /*позиционирование*/
top: 128px; /*отступ сверху*/
right: 10px; /*отступ слева*/
text-align: center; /*текст по центру*/
line-height: 22px; /*высота строк*/
-moz-opacity: .8; /*прозрачность*/
opacity: .8;
z-index: 999999;
}
#chfont:hover {
opacity: 1; /*убирает прозрачность при наведении*/
-moz-opacity: 1;
}
#chfontbut {/*иконка регулятора*/
width: 26px; /*ширина*/
height: 26px; /*высота*/
background: url(https://forumstatic.ru/files/001c/1a/06/31015.svg) center no-repeat; /*картинка иконки*/
background-color: transparent; /*фон*/
float: left;
border: solid 1px #f2f2f2; /*рамка вокруг иконки*/
margin-right: 2px;
cursor: pointer;
position: relative;
}
#chfontbut::after {/*крестик на иконке*/
display: none;
position: absolute;
content: 'x';
top: 0;
right: 0;
color: #920000; /*цвет крестика*/
line-height: 7px; /*высота строки*/
font-size: 12px; /*размер крестика*/
}
#chfont.active #chfontbut::after {
display: block;
}
#chfont select {/*поле выбора вида шрифта*/
display: none;
background-color: #f1f1f1; /*цвет фона*/
color: #150e0c; /*цвет текста*/
margin-bottom: 2px; /*отступ снизу*/
cursor: pointer;
}
#chfontsize {/*индикатор размера шрифта*/
width: 26px; /*ширина*/
float: right;
display: none;
}
#chfont.active select,
#chfont.active #chfontsize {
display: block;
}
.fsizeplus,
.fsizeminus {/*кнопки плюса и минуса*/
background-color: #0a0a0a; /*цвет фона*/
border: solid 1px #f1f1f1; /*стиль, цвет и ширина линий*/
color: #f1f1f1; /*цвет плюса и минуса*/
cursor: pointer;
}
.fsizeplus::after {
content: '+';
}
.fsizeminus::after {
content: '-';
}
.fsize {
/*поле показывающее размер шрифта*/
background-color: #f1f1f1; /*цвет фона*/
color: #0a0a0a; /*цвет цифр*/
}
/* Cтрелки © ForumD.ru, Gerda */
.scrollbuttons {
position: fixed;
width: 935px; /* ширина рамки форума/сайта */
height: 0px;
top: 75%; /* отступ кнопок от верха экрана */
}
.go-up, .go-down {
opacity: 0;
position:absolute;
z-index:9999;
cursor:pointer;
padding: 0 8px 4px; /* отступы текста кнопок от краев */
transition: all 0.8s;
-webkit-transition: all 0.8s;
/* добавь сюда цвет фона и текста кнопок, стиль шрифта и т.д. */
}
.go-up.show, .go-down.show {opacity: 1;}
.go-up {
right: -187px; /* двигаем вправо (кнопка ВВЕРХ) */
top: -60px; /* двигаем вверх (кнопка ВВЕРХ) */
}
.go-down {
right: -187px; /* двигаем вправо (кнопка ВНИЗ) */
top: -20px; /* двигаем вверх (кнопка ВНИЗ) */
rotate: 180deg;
}
.go-up:hover, .go-down:hover {
color: #fff; /* цвет текста при наведении курсора */
/* добавь сюда любые другие изменения при наведении курсора */
}
/* ставим запятую между никами юзеров в темах */
#topic-users-in { height: 100%;}
#topic-users-in a:last-child:after {content: "";}
#topic-users-in a:after {content: ",";}
/*<!-- Скрыть "отредактировано" из сообщения -->*/
.lastedit {display:none;}
/* личная страница */
/*цвета личной страницы */
.reveal-modal, .reveal-modal-bg {
--font: Inter;
--modal-bg: rgba(255, 255, 255,.25);
--page-wrap-bg: rgba(255, 255, 255,.5);
--fill1: #ffffff;
--fill2: #F4F4F4;
--text-color: #000000;
--text-color2: #ffffff;
--radius: 10px;
--drop: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.dark .reveal-modal, .dark .reveal-modal-bg {
--font: Inter;
--modal-bg: rgba(0, 0, 0,.25);
}
.reveal-modal-bg {
position: fixed;
height: 100%;
width: 100%;
background: var(--modal-bg);
z-index: 10000000;
display: none;
top: 0;
left: 0;
backdrop-filter: blur(50px);
-webkit-backdrop-filter: blur(50px);
}
.reveal-modal {
visibility: hidden;
top: 50px !important;
left: 50%;
transform: translateX(-50%);
width: 800px;
position: fixed;
z-index: 10000001;
padding: 0;
}
.reveal-modal.xlarge { width: 800px;}
.reveal-modal .close-reveal-modal {
font-size: 22px;
line-height: .5;
position: absolute;
top: 8px;
right: -25px;
color: #aaa;
text-shadow: 0 -1px 1px rbga(0,0,0,.6);
font-weight: bold;
cursor: pointer;
text-decoration: none;
}
.modal_wrap {
background: var(--page-wrap-bg);
width: 800px;
padding: 20px;
display: flex;
justify-content: flex-start;
align-items: flex-start;
gap: 5px;
border-radius: var(--radius);
box-sizing: border-box;
flex-direction: column;
font-family: var(--font)
}
.personal_page-header {
display: flex;
justify-content: flex-start;
align-items: flex-start;
gap: 5px;
height: 300px;
width: 100%
}
.personal_page-img {
width: 250px;
height: 300px;
object-fit: cover;
border-radius: var(--radius);
}
.character_info-list {
list-style: none;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
gap: 5px;
flex: 1;
align-self: stretch;
height: 100%;
overflow-y: auto;
padding-right: 10px !important;
}
.character_info-item {
background: var(--fill2);
border-radius: var(--radius);
padding: 8px 25px !important;
align-self: stretch;
display: flex;
justify-content: flex-start;
align-items: flex-start;
gap: 0;
flex-direction: column;
line-height: 140%;
box-shadow: var(--drop);
}
.character_info-title {
font-size: 10px;
opacity: .55;
font-weight: 300;
}
.character_info-text {
font-size: 12px;
font-weight: 600;
}
.gang-item {
display: flex;
justify-content: center;
align-items: flex-start;
align-self: stretch;
position: relative;
}
.gang-item .gang-logo {
height: 30px;
position: absolute;
top: 50%;
right: 25px;
transform: translateY(-50%);
}
.personal_page-body {
background: var(--fill2);
border-radius: var(--radius);
padding: 8px 25px;
align-self: stretch;
display: flex;
justify-content: flex-start;
align-items: flex-start;
gap: 5px;
flex-direction: column;
line-height: 140%;
box-shadow: var(--drop);
}
.personal_page-body .character_info-text {
font-weight: 400;
max-height: 120px;
overflow-y: auto;
padding-right: 10px;
}
.personal_page-body .character_info-text p + p {
margin-top: 10px;
}
.personal-page_foo {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
gap: 5px;
align-self: stretch
}
.menu-links {
display: flex;
gap: 5px;
}
.menu-links span {
background: var(--text-color);
color: var(--text-color2);
padding: 3px 30px 5px;
border-radius: var(--radius);
font-size: 10px;
font-weight: 600;
text-transform: uppercase;
cursor: pointer
}
.menu-links .tabactive {
background: var(--text-color2);
color: var(--text-color);
}
#submenu {
display: block;
}
#submenu {
align-self: stretch
}
.submenutext {
display: none;
}
.personal_awards-container {
background: var(--fill2);
border-radius: var(--radius);
padding: 20px;
height: 160px;
align-self: stretch;
box-sizing: border-box;
position: relative;
}
.personal_awards-content {
height: 100%;
overflow-y: auto;
padding-right: 10px;
padding-left: 200px;
display: flex;
justify-content: flex-start;
align-items: flex-start;
gap: 10px;
flex-wrap: wrap;
}
.personal_awards-content::before {
content: "";
position: absolute;
top: 20px;
left: 20px;
width: 190px;
height: calc(100% - 40px);
background: var(--fill1);
border-radius: var(--radius);
box-shadow: var(--drop);
}
.award-item {
border-radius: var(--radius);
background: var(--fill1);
width: 55px;
height: 55px;
display: flex;
justify-content: center;
align-items: center;
transition: all .5s linear 0s;
border: 1px solid var(--fill1);
box-sizing: border-box;
box-shadow: var(--drop);
}
.award-item:hover {
border: 1px solid var(--text-color);
cursor: crosshair;
}
.award-item img {
width: 50px;
}
.awars-tips {
position: absolute;
top: 30px;
left: 30px;
width: 160px;
height: calc(100% - 60px);
overflow-y: auto;
padding-right: 10px;
visibility: hidden;
opacity: 0;
transition: all .5s linear 0s;
display: flex;
justify-content: flex-start;
align-items: flex-start;
gap: 5px;
flex-direction: column;
font-size: 10px;
}
.award-item:hover .awars-tips {
visibility: visible;
opacity: 1;
}
.personal_awards-title {
background: var(--text-color);
border-radius: var(--radius);
padding: 5px 30px;
text-align: center;
width: 100%;
color: var(--text-color2);
text-transform: uppercase;
font-size: 8px;
font-weight: 600;
}
.personal_awards-container.collections {
height: 180px;
}