/*************************************************************
A - SETUP
**************************************************************/
/* fonts */
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css";
/*Остальные Шрифты перенесены в HTML верх, ниже скрипта подсчета*/
/* A1 Import the colour scheme
-------------------------------------------------------------*/
/* A1.1 */
@import url(style_cs.css);
@import "https://fonts.fontstorage.com/import/bebasneue.css";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap');
/* 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: 99%;
}
/* 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%;
background: url() 53% 0% repeat-x, url() 50% 100% repeat-x, url() 41% 0%;
background-color: #181818;
overflow-x: hidden;
}
/* A3.2 */
.punbb {
font: normal 68.75% verdana, Georgia, Tahoma, Arial, Trebuchet MS, Sans-Serif, Courier, Times New Roman, Serif;
}
/* 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;
}
/* A3.5 */
.punbb h1 span, .punbb h2 span {
font-weight: bold;
/* border: 1px solid currentColor; */
padding: 4px 6px 2px 6px;
-webkit-text-size-adjust: none;
color: #515a60;
font-size: 0px;
}
.punbb legend span {
font-size: 13px;
padding: 4px 6px 2px 6px;
font-family: Aquawax Pro;
}
/* 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 {
width: 1000px;
margin: auto;
float: top center;
padding: 0px 0px 0px 0px;
position: relative;
}
/* A5.2 */
.punbb {
margin-left: 10px;
float: none;
width: 930px;
height: auto;
}
/* A5.3 */
#pun-redirect, #pun-maint {
margin: 50px 20% 12px 20%;
width: auto;
float: none;
background-color: #cecece;
}
/* 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-stats h2, #pun-debug h2 {
padding: 0.7em 1em;
border-style: none none none none;
border-width: 0 0px 0px 0;
font-size: 10px;
text-transform: uppercase;
font-family: Aquawax Pro;
letter-spacing: 2px;
}
/*************************************************************
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;
}
/* B1.2 */
.punbb .post-sig dt {
display: block;
text-align: center;
border-top: 1px dashed #82828254;
width: 60%;
margin-left: 120px;
padding-bottom: 5px;
margin-top: 10px;
}
/* B1.3 */
.punbb .post-content p {
margin: 0;
padding: 0.5em 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 1em 1em 1em;
padding: 10px 10px 10px 10px;
background-color: #EAE8E7;
outline: 1px solid #1A3439;
outline-offset: -4px;
}
/* B1.9 */
.punbb .code-box strong.legend {
display: block;
padding-bottom: 4px;
font-size: 9px;
letter-spacing: 0.6px;
font-style: normal;
margin-bottom: 2px;
color: #995330;
text-transform: uppercase;
font-family: Montserrat;
margin-left: 3px;
-webkit-text-size-adjust: none;
}
.punbb .quote-box cite {
display: block;
padding-bottom: 4px;
font-size: 12px;
letter-spacing: 0.9px;
font-style: normal;
margin-bottom: 2px;
color: #995330;
text-transform: uppercase;
font-family: Montserrat;
margin-left: 2px;
-webkit-text-size-adjust: none;
}
/* B2 Information boxes
-------------------------------------------------------------*/
/* B2.1 */
.punbb .info-box {
padding: 1.1em 1.7em 1em 1.7em;
border-style: solid;
border-width: 1px;
margin: 0 0 1.1em 0;
}
/* B2.2 */
.punbb .info-box * {
padding: 0 0 0.7em 0;
}
/* B2.3 */
.punbb #pun-main .info-box .legend {
font-size: 1.1em;
font-weight: bold;
}
/* B3 Pagination and posting links
-------------------------------------------------------------*/
/* B3.1 */
.punbb .linkst {
float: left;
position: relative;
width: 100%;
font-size: 1.1em;
height: 0;
}
/* B3.2 */
.multipage {
margin-top: 1em;
}
/* B3.3 */
.linkst .pagelink {
position: absolute;
top: -2em;
left: 1em;
width: 24em;
text-transform: lowercase;
font-size: 10px;
}
/* B3.4 */
.linkst .postlink {
position: absolute;
top: -2em;
right: 1em;
width: 16em;
text-align: right;
font-weight: bold;
color: #8e0b12;
text-transform: lowercase;
font-size: 10px;
}
/* B3.5 */
.punbb .linksb {
text-align: right;
padding: 0.4px 6px 0.5px 1px;
font-size: 11px;
}
/* B3.6 */
.linksb .pagelink {
float: left;
width: 24em;
text-align: left;
}
/* B3.7 */
.linksb .postlink {
float: right;
width: 16em;
font-weight: bold
}
/* B3.8 */
.subscribelink {
clear:both;
padding-top: 0.3em;
padding-bottom: 0.5em;
-webkit-text-size-adjust: none;
}
/*************************************************************
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;
text-align: left;
}
/* 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;
font-size: 8px;
text-transform: uppercase;
}
/* C1.7 */
.punbb fieldset fieldset {
border-style: none;
margin: 0;
padding: 0 0 8px 0
}
/* C1.8 */
.punbb .fs-box {
padding: 1em 0 0.8em 0;
}
/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
padding: 0 0 0.8em 0
}
/* C1.10 */
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
float: left;
margin-right: 1em;
}
/* C1.11 */
.punbb .inline .infofield {
clear:both
}
/* C1.12 */
.punbb .datafield br {
display: none
}
/* C1.13 */
.punbb .required label, .punbb .datafield span.input {
font-weight: bold
}
/* C1.14 */
.punbb .datafield span.input a {
font-weight: normal;
}
/* C1.15 */
.punbb .areafield span.input, .punbb p.longinput span.input {
display: block;
padding: 0 12em 0 0;
height: 100%; /* For IE */
}
/* C1.16 */
.punbb textarea, .punbb .longinput input {
width: 64%;
margin: 0;
}
/* C1.17 */
.punbb .hashelp {
position: relative;
}
/* C1.18 */
.punbb .helplinks {
display: block;
position: absolute;
top: 1em;
right: 0;
font-weight: normal;
width: 36%;
}
/* c1.19 */
.punbb #profile .helplinks {
top: 1.5em;
}
/* C1.20 */
.punbb .helplinks span {
display: block;
padding-bottom: 0.2em;
}
/* C1.21 */
#pun-post .formal .info-box li {
padding-left: 4px;
list-style-type: square;
list-style-position: inside;
line-height: 1.5;
margin: 0;
}
/* C2 Table layout
-------------------------------------------------------------*/
/* C2.1 */
.punbb .main .tcl {
overflow: hidden;
text-align: left;
width: 50%;
}
/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
background-color: transparent;
text-align: center;
width: 8%;
font: 9px oswald;
color: #515a60;
}
/* C2.3 */
.punbb .main .tcr {
background-color: transparent;
overflow: hidden;
text-align: right;
text-transform: uppercase;
font-size: 8px;
line-height: 12px;
width: 20%;
font-family: tahoma;
color: #111111;
}
/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
background-color: transparent;
width: 40%
}
/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
background-color: transparent;
text-align: center;
width: 20%;
}
/* 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: 13px;
font-family: Montserrat;
font-style: normal;
text-align: right;
padding-bottom: 3px;
text-transform: uppercase;
letter-spacing: 3.9px;
margin-top: 4px;
margin-bottom: 4px;
background: #1A3439;
padding: 4px 0px 4px 0px;
-webkit-text-size-adjust: none;
}
#pun-index .tcl h3 a {
color: #EAE8E7!important;
text-shadow: 1px 1px 0px #995330!important;
transition: all 0.5s;
-webkit-text-size-adjust: none;
}
#pun-index .tcl h3 a:hover {
transition: all 0.6s;
}
#pun-index tr.inew .tcl h3 {
background-color: #995330;
text-align: left;
padding: 7px;
}
#pun-index tr.inew .tcl h3 a {
color: #EAE8E7!important;
text-shadow: 1px 1px 0px #1A3439!important;
}
/* 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: 0.8em 1em;
}
/* 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
}
* html .tclcon {height: 1px}
/* C2.14 */
#pun-index td div.tclcon {
width: 480px;
font-size: 10px;
line-height: 12px;
text-align: justify;
/* margin-left: 45px; */
margin: 0px 0px 0px -2px;
}
/* C2.15 */
.punbb div.icon {
float: left;
display: block;
height: 14px;
width: 14px;
padding-right: 17px;
margin-top: 0px;
margin-right: -10px;
}
#pun-messages.punbb div.icon{
margin-top:-5px!important;
}
/* C3 Topics
-------------------------------------------------------------*/
#pun-title, #pun-navlinks {
border-color: #202021 ;
}
/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3 {
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 */
#pun-stats h2, .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,
.punbb .post h3 span, .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 ;
}
li.pa-online {
border-left-color: transparent;
margin-bottom: 10px;
}
/* C3.1 */
.punbb .post .container {
border-style: none solid solid solid;
border-width: 1px;
margin-top: -1px;
padding-bottom: 1px;
}
/* C3.2 */
.punbb .post h3 {
border-style: solid solid none solid;
border-width: 1px;
}
/* C3.3 */
.punbb .post h3 span {
padding: 2px 12px 5px 13px;
display: block;
border-left-style: solid;
border-left-width: 2px;
text-transform: uppercase;
font-size: 9px;
font-family: Oswald;
-webkit-text-size-adjust: none;
color: #3f3f3d;
}
/* C3.4 */
.punbb .post h3 strong {
float: right;
width: 3em;
text-align: right;
font-weight: normal;
font-size: 8px;
}
/* C3.5 */
.punbb .post .post-author {
float: left;
width: 214px;
overflow: hidden;
margin-left: 5px !important;
margin-top: 31px!important;
background: #EAE8E7;
}
/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
padding: 0em 1em 1em 1em;
line-height: 110%;
}
/* C3.7 */
.pa-author {
font-style: normal;
margin-top: 0px;
margin-bottom: 13px;
padding: 3px;
}
/* C3.8 */
.pa-author a {
text-transform: uppercase;
font-family: Montserrat;
font-weight: 900;
color: #181818 !important;
position: absolute;
margin: 140px 0 0 -265px;
width: 300px;
font-size: 11px!important;
text-align: right;
padding: 0!important;
transform: rotate(270deg)!important;
letter-spacing: 1px;
-webkit-text-size-adjust: none;
}
/* C3.9 */
li.pa-title {
text-align: center;
font-family: tahoma;
font-weight: 600;
text-transform: uppercase;
color: #181818!important;
font-size: 6px;
letter-spacing: 0.3px;
margin-top: -15px!important;
margin-bottom: 1px!important;
line-height: 10px;
}
li.pa-online {
line-height: 5px;
border-left-style: solid;
border-left-width: 0.7em;
margin-top: 5px;
margin-left: -6px;
text-align: center;
margin-bottom: 4px;
text-transform: uppercase;
font-size: 7px;
color: #181818;
font-family: tahoma;
padding-top: 0px;
}
/* C3.11 */
.punbb .post-body {
margin-left: 225px;
border-left-style: solid;
border-left-width: 1px;
padding: 0 0 1px 0;
}
/* C3.12 */
.punbb .post-box {
padding: 1em;
margin-left: 14px;
}
/*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: 0px 8px 0px 0px;
height: 2em;
line-height: 2em;
margin-left: -27em;
border-top-style: dashed;
border-top-width: 1px;
background: transparent;
text-align: right;
text-transform: uppercase;
font-size: 7.6px;
font-family: tahoma;
}
/* 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;
text-transform: none;
-webkit-text-size-adjust: none;
}
/* 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;
margin: 0 14px -0.6em 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: 50em;
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.8em 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 {
width:100%;
margin-top: -84px;
margin-bottom: 0px;
text-align:center;
}
/* D3.2 */
#pun-navlinks #navawards{
display:none;
}
/* D3.3 */
#pun-navlinks li {
display: inline;
padding-right: 1em;
}
/* D3.4 */
#pun-navlinks li a {
font-size: 14px;
font-family: roboto condensed!important;
color: #1A3439;
text-shadow: 1px 1px 0px #EAE8E7!important;
text-transform: uppercase;
font-weight:bold!important;
-webkit-transition: .3s all;
-moz-transition: .3s all;
-ms-transition: .3s all;
-o-transition: .3s all;
transition: .3s all;
}
/* D3.5 */
#pun-navlinks li a:hover {
color: #995330;
text-shadow: 1px 1px 0px #EAE8E7!important;
}
#spMyimg a{
cursor:pointer;
}
/* D4 User links
-------------------------------------------------------------*/
/* D4.1 */
#pun-ulinks {
width: 110%;
text-align: center;
margin-bottom: 0px;
margin-left: -55px;
}
/* D4.2 */
#pun-ulinks .container {
position: relative;
letter-spacing: 1px;
text-transform:lowercase;
font-size:12px;
font-family: ‘Roboto Condensed';
margin-top:-60px;
}
/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
display: inline;
white-space: nowrap;
color: #181818;
text-shadow: #EAE8E7 1px 1px 0px;
padding: 0 3px;
}
#pun-ulinks li a:hover {
color: #1A3439;
text-shadow: #EAE8E7 1px 1px 0px;}
/* 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 {
position: absolute;
width: 200px;
top: 70px;
font-style: italic;
color: #ffffff;
text-transform: uppercase;
font-size: 10px;
font-family: Roboto Condensed!important;
}
/* D5.2 */
#pun-status .container {
margin: -20px 0px 0px 720px;
position: absolute;
}
/* D5.3 */
#pun-status span {
margin-right: 0.5em;
position: absolute;
}
#pun-status .container .status_userava>img {
position: absolute;
left: -660px;
top: -110px;
width: 40px;
height: 40px;
border-radius: 5px;
border: 2px solid rgb(43 48 50);
box-shadow: rgb() 0px 0px 6px;
}
#pun-status .container .item1 {
position: absolute;
left: -600px;
top: -90px;
width: 180px;
font-size: 10px;
font-family: tahoma;
font-style: normal;
color: #EAE8E7;
text-shadow: rgb() 1px 1px 1px;
line-height: 1.2;
}
#pun-status .container .item2 {
position: absolute;
left: -600px;
top: -80px;
width: 300px;
text-transform: lowercase;
font-size: 10px;
font-family: tahoma;
font-style: normal;
color: #EAE8E7;
text-shadow: rgb() 1px 1px 1px;
}
#pun-status .container .item3 {
position: absolute;
/* left: 1px; */
top: -62px;
width: 250px;
text-transform: lowercase!important;
font-size: 11px!important;
font-family: Roboto Condensed!important;
opacity: .4!important;
}
#pun-status .container .item4 {
float: right;
position: absolute;
left: px;
top: 45px;
width: 100px;
text-transform: lowercase!important;
font-size: 11px!important;
font-family: Roboto Condensed!important;
opacity: .6!important;
}
#pun-status .container a {
color: #75495d;
text-shadow: 1px 1px 1px #c8c7db!important;
}
/* D5.4 */
#pun-crumbs1 {
font-weight: bold;
margin-top: 0;
}
/* D5.5 */
#pun-crumbs1 p.container {
border-top: none;
padding: 0.8em 1em;
font-size: 1.1em;
font-weight: bold;
-webkit-text-size-adjust: none;
}
#pun-status .container {
border-bottom: none;
margin-bottom: 0;
background: transparent;
text-transform: none;
font-size: 6px;
text-align: left;
color: #4d4d4d;
}
/* 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: 2.5em 1em 0em 1em;
margin-top: -150px;
line-height: 1.1;
}
/* D7 Statistics
-------------------------------------------------------------*/
/* D7.1 */
#pun-stats .container {
padding: 0.8em 1em
}
/* 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: 1em;
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: 0px 0px 0px 0px;
text-transform: none;
font-size: 11px;
}
/* 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 {
padding-left: 50%;
margin-top: 0px;
}
/* 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;
font-weight: bold;
-webkit-text-size-adjust: none;
}
/* 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;
}
/*************************
Стиль для Быстрой смены аккаунтов
Deff
*************************/
/*Cкрытие формы входа без клика*/
#pun-navlinks a:not(.NextShow)+span.odd{
display:none!important;
}
#pun-navlinks #New-exit img{
position:absolute;
margin:-7px 123px;
width:30px;
height:auto;
}
/*Стиль доп-иконки Выход!*/
.punbb #pun-navlinks a#New-exit {
position:absolute;
z-index:100000!important;
margin-top: 0px!important;
margin-left: -100px!important;
float:none!important;
}
.punbb #pun-navlinks a#New-exit:before {
content:none;
}
.punbb #pun-navlinks #form-login input{
border: 2px inset;
text-rendering: auto;
color: #546a6b;
margin-top:4px!important;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
display: inline-block!important;
text-align: start;
font: normal normal 400 11px/normal Arial!important;
background-color:#546a6b;
}
#form-login #fld1,#form-login #fld2{
background-color:#fff0bd!important;
}
.punbb #pun-navlinks #form-login input[type="submit"]{
border: 2px outset #6c898a!important;
color:#96b1b2;
cursor:pointer;
font-weight:700!important;
}
/*Стиль формы входа*/
.punbb #pun-navlinks #form-login {
display:block;
font: normal normal 400 11px/normal Tahoma;
color:#D8D8D8;
text-transform: none;
position:absolute!important;
left:-280px;
top: 10px; /*Подвижки формы от низа кнопки вход/выход*/
z-index:100000!important;
padding:7px 12px;
background: #6c898a;
border-color: #2c3737; /* Цвет границы */
border-style: solid; /* Стиль границы */
border-width: 1px 1px 1px 1px; /* Толщина границы */
border-radius:0 0 0px 0px;
text-align: center;
/* box-shadow:inset 0 0 4em rgba(23,23,13,.99); */
}
#pun-navlinks #navlogin #form-login {
margin-left: 291px;/*Подвижки формы влево от вход*/
}
#pun-navlinks #navlogout #form-login {
margin-left: 291px;/*Подвижки формы влево от выход*/
}
.ismoderator #pun-navlinks #navlogout #form-login {
margin-left: 291px;/*Подвижки формы влево от выход для АМС*/
}
/*Стиль ссылок в форме "Не зарегистрированы" и "Забыли пароль" */
#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;
}
/*Форма слево(с Никами) */
#List-UserNames {
position:absolute;
margin-top:10px;
min-height:90px;
width:220px;
right:100%;
padding: 12px 19px 12px 17px;
background:#6c898a;/*7F8267*/;
border-color: #2c3737; /* Цвет границы */
border-style: solid; /* Стиль границы */
border-width: 1px 1px 1px 1px; /* Толщина границы */
border-radius:0 0 0px 0px;
text-align:center;
/*box-shadow:inset 0.23em 0 3.4em rgba(20,20,11,.99);*/
}
/*Стиль контейнера под список Ников*/
.punbb #List-UserNames ul{
padding:0;
overflow:hidden;
overflow-y:auto;
min-height:36px;
max-height:72px;/*Видимое число Ников без прокрутки! сейчас - 4*/
}
/*Стиль полосок с никами*/
.punbb #List-UserNames li{
display:block!important;
position:relative;
background:#546a6b;
text-align:left;
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:.98;
background:#546a6b!important;
}
/*Стиль Ников*/
.punbb #List-UserNames li>b{
cursor:pointer;
opacity:.8;
color:#fff;
text-shadow:1px 1px 1px rgba(0,0,0,.6);
}
.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: rgba(0,0,0,0);
border: 2px inset rgba(99,100,79,.3)!important;
border-radius: 6px;
text-shadow: none!important;
color:#D8D8D8!important;
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: #D8D8D8;
}
/*Кликалка слево, чуть выше инпута*/
#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;
}
/*************************
//Конец Стиля для Быстрой смены аккаунтов
*************************/океанкросс
Сообщений 1 страница 9 из 9
Поделиться12020-11-13 20:45:22
Поделиться22020-11-13 20:45:46
/* CS1 Background and text colours
-------------------------------------------------------------*/
#pun_wrap {
margin: auto;
min-width: 1200px !important;
}
/* фон */
body {
background-color: #181818;
}
/* Шапка */
#pun-title table {
background: rgba(0, 0, 0, 0) url(https://forumstatic.ru/files/001a/6c/49/44278.png);
width: 1000px;
height: 380px;
margin-left: -40px;
}
/* Тело форума */
#pun {
width: 1000px;
background-color: transparent;
background-image: url(https://forumstatic.ru/files/001a/6c/49/95228.png);
background-attachment: no-scroll;
background-repeat: repeat;
background-position: top center;}
.punbb {
padding: 0 30px!important;
width: 930px;}
#pun-index .category tr {
background: rgb(234, 232, 231);
}
#pun-index .category table {
border-spacing: 0px 10px;
}
/* Футер */
#pun-about p.container {
background-image : url(https://forumstatic.ru/files/001a/6c/49/22992.png);
margin: 0px 0px -30px -40px;
background-position : center top;
background-repeat : no-repeat;
width: 1000px;
height: 200px;
overflow-x: hidden;}
/* CS1.1 Фон и цвет текста на форуме */
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3, #pun-navlinks .container,
.punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd,
.punbb .info-box, .punbb #pun-main .info-box .legend, .punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer, #pun-stats h2, .punbb .main h2, #pun-title, #pun-title .container, .punbb .modmenu .container, .punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span, .punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl, #pun-navlinks .container {
background-color: transpanent;
color: #181818;
font-weight: normal;
font-style: normal;
}
#pun-admain .adformal, #pun-admain .adcontainer
{border: none;
border-color: transparent;}
.punbb .main h1, #pun-debug h2, .punbb-admin #pun-admain h2 {
background-color: transparent;
color: #181818;
text-align:center;
font-size: 12px;
font-style: normal; font-weight: bold; font-family: "arial";
}
/* Цитата и выделить код */
.punbb .quote-box, .punbb .code-box {
color: #181818;
}
/* Область для ввода текста в форме ответа и админке */
.punbb textarea, .punbb select, .punbb input {
background-color: #EAE8E7db;
color: #181818;
}
/* Тень и закругление */
.punbb .quote-box, .punbb .code-box, .punbb textarea, .punbb select {
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
.punbb input { border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
/* Фон окна наград и репутации */
#pun-popup_awards div, #pun-reputation div {
background-color: #DCDAD9;
}
.move_posts_form .modal-inner>.container {
padding: 0!important;
background: #DCDAD9;
}
/* CS2 Ссылки
-------------------------------------------------------------*/
/* CS2.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, .punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited, #pun-navlinks a, #pun-ulinks a {
color: #1A3439;
text-decoration: none;
}
/* CS2.2 */
.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, #pun-ulinks a:focus, #pun-ulinks a:active {
color: #995330;
text-decoration: none;
}
.punbb a:hover, #pun-navlinks a:hover, #pun-ulinks a:hover {
color: #1A3439;
text-decoration: none;
}
#pun-ulinks a {
font-size: 9px;
color: #DCDAD9;
text-transform: lowercase;
}
#pun-ulinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
text-decoration: none;
color: #DCDAD9;
}
#pun-navlinks a, #pun-navlinks .container {
color: #181818;
}
#pun-navlinks a:hover {
color: #181818;
}
/* CS3 Остальное
-------------------------------------------------------------*/
/* CS3.1 Иконки*/
/* CS3.2 Всё подряд*/
#pun-main div.catleft, #pun-main div.catright {display: none;}
#pun-main .post-author ul {text-align: center;}
ul.post-ul-Sp, .post-img-Sp {text-align:center;}
#pun th, #pun-main h2 {text-align: center}
#pun-navlinks .container, #pun-ulinks .container {text-align: center;}
.modlist {font-size: 95.05%;}
#pun-announcement .container {font-size: 101%; font-family: "Arial";}
#pun td .modlist{display:none;}
.lastedit {display:none}
#pun-announcement h2 {display: none}
#pun-navlinks #navawards{display:none}
/*убрать поделиться*/
.topic a.sharelink {
float: right;
margin-left: 1em;
display: none;
}
/*---Прокрутка---*/
::-webkit-scrollbar-thumb:vertical {
background-color: #1A3439;
}
::-webkit-scrollbar-thumb:horizontal {
background-color: #1A3439f;
}
::-webkit-scrollbar {
background-color: 995330;
height: 4px;
width: 4px;
}
::selection {
background: #995330!important;
color: #EAE8E7;
}
#pun-viewforum.punbb div.icon {
margin-top: 0 !important;
}
/*Фон мини-профиля в Топике*/
.punbb .post .post-author {
margin: 2px 3px 7px 10px!important;
padding: 0px 0px 0 0;
}
.punbb .pa-avatar img {
margin-bottom: 4px;
max-width: 180px;
max-height: 180px;
padding: 3px;
}
#font-area, #size-area, #color-area, #table-area, #smilies-area, #image-area, #imageup-area, #imageattach-area, #keyboard-area, #video-area, #addition-area {
position: absolute;
right: 6px;
top: 43px;
background-color: #DCDAD9;
border: 3px double #1A3439;
}
td.tcr a {
color: #1A3439!important;
background-repeat: no-repeat;
background-position: left center;
font-family: tahoma;
font-weight: bold;
font-size: 10px;
text-transform: lowercase;
letter-spacing: 0.8px;
}
.category .container thead {display: none;}
.banners {
position: absolute;
margin-left: 40px !important;
width: 830px;
height: 43px;
overflow-y: auto;
margin-top: -100px !important;
text-align: center;
}
.banners a{
opacity: 0.9;
filter: grayscale(100%);
}
.banners a:hover {
filter: none;
}
#pun-index div.category h2, #pun-index #pun-stats h2 {
text-align: center;
font-size: 0px !important;
position: relative;
z-index: 5;
margin: 0px -25px 0px;
background-position: top center;
height: 47px;
width: 975px;
}
#pun-index .category h2 span, #pun-stats.section h2 span {
font-family: Montserrat;
color: #1A3439;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 5px;
margin-top: 17px;
font-size: 10px !important;
display: inline-block;
padding: 5px 10px;
margin-right: 0px;
}
#pun-viewtopic .post h3 {
height: 15px;
width: 940px;
margin-left: -11px;
background-color: #EAE8E7;
border-top: 1px solid #BFBDBB!important;
border-bottom: 1px solid #BFBDBB!important;
}
/*Фон под контейнеры в форме Ответа*/
#pun_wrap #post .container[id$="-area"]{
border: solid 1px #1A3439!important;
background: #EAE8E7; /*Можно добавить фон картинкой url(Ccылка на картинку)*/
padding: 9px;
font: normal normal 400 11px/normal Verdana;
overflow: auto;
height: 160px;
}
#smilies-area {
width: 520px!important;
height: 160px;
}
/*кнопки под формой ответа*/
.punbb .button {
font-size: 11px!important;
background-color: #1A3439;
color: #EAE8E7!important;
border: none;
padding: 4px;
text-transform: uppercase;
height: 30px;
padding: 2px;
min-width: 110px;
text-align: center;
border-radius: 0px;
font-family: 'Yeseva One', cursive;
font-weight:bold!important;
letter-spacing: 2px;
outline: 1px solid #EAE8E7;
outline-offset: -4px;
}
.punbb .button:hover {
background-color: #995330;
text-align: center;
color: #EAE8E7!important;
font-family: 'Yeseva One', cursive;
font-weight:bold!important;
letter-spacing: 2px;
}
#pun-main .post .permalink {
color: #3f3f3d!important;
}
.punbb .pa-avatar img {
margin-bottom: 2px;
max-width: 180px;
max-height: 180px;
padding: 2px;
border-width: 1px;
border-style: solid;
border-image: linear-gradient(to top, #1A3439, #995330) 1 1 1 99%;
}
/* Поля Сообщения, Репутация, Валюта */
.pa-posts, .pa-respect, .pa-fld4 {
display: inline!important;
/* margin: 0px 1px 0 !important; */
text-align: center;
text-transform: uppercase;
font-size: 7px;
font-weight: 600;
/* letter-spacing: 0.4px; */
font-family: tahoma;
color: #1A3439;
}
#pun .pa-respect a {
color: #995330;
}
#pun .pa-awards {
margin-left: 9px;
padding: 2px;
color: #1A3439;
text-transform: uppercase;
font-size: 11px;
font-family: oswald;
font-weight: bold;
}
#pun-status .item4{
display:none;
}
/*Шрифты*/
@font-face {
font-family: 'Bebas Neue';
src: url('https://forumstatic.ru/files/0019/d9/0b/62550.eot') format('eot'),
url('https://forumstatic.ru/files/0019/d9/0b/26160.woff') format('woff'),
url('https://forumstatic.ru/files/0019/d9/0b/88465.ttf') format('truetype'),
}
@font-face {
font-family: 'Montserrat';
src: url('https://forumstatic.ru/files/001a/5e/f9/76423.ttf') format('truetype');
}
@font-face {
font-family: 'FontAwesome';
src url('https://forumstatic.ru/files/001a/60/0b/36450.ttf') format('truetype');
url('https://forumstatic.ru/files/001a/60/0b/36902.otf') format('opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Arial Black';
src: url('https://forumstatic.ru/files/001a/60/0b/95860.ttf') format('truetype');
}
/*для описания*/
.for_op {
font: 500 10px arial;
text-transform: lowercase;
text-align: justify;
padding: 5px 0px 4px 2px;
line-height: 14px;
}
.link {
/* border: 1px solid #0d0711; */
padding: 3px 3px 3px 3px;
color: #DCDAD9!important;
background-color: #995330;
font-size: 8px;
font-family: arial;
text-transform: uppercase;
/* font-weight:bold; */
/* border-radius: 4px; */
}
.link:hover {
background-color: #cd835e;
transition: all 0.5s;
}
.link2 {
padding: 1px 3px 3px 6px;
background-color: #b7b6b7;
/* text-align: center; */
color: #DCDAD9!important;
font: 11px Oswald;
letter-spacing: 1px;
text-transform: lowercase;
}
.link2 a {
color: #000 !important;
}
.link2 a:hover {
color: #ffffff !important;
}
/*ЛЗ*/
.name {
font-family: oswald;
font-size: 12px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 1px;
text-align: center;
margin-left: -5px!important;
width: 196px;
margin-top: 1px!important;
padding-top: 2px;
padding-bottom: 4px;
background: #1A3439;
padding-left: 6px;
border-bottom: 1px dashed #995330;
}
.lz {
font: 10px tahoma;
text-align: justify;
width: 195px;
padding-left: 4px;
padding-right: 3px;
padding-bottom: 3px;
padding-top: 0px;
margin: 0px 0px 0px -5px !important;
line-height: 1.2em;
text-transform: lowercase;
color: #181818;
background: #DCDAD9;
}
#pun .name a {
color: #EAE8E7;
font-weight: normal;
}
#pun .name a:hover {
color: #995330;
}
.fan {
position: absolute;
background: #1A3439;
margin-top: -21px !important;
margin-left: -11px !important;
padding: 3px 5px 3px 5px;
text-transform: uppercase;
font-family: oswald;
font-size: 11px;
width: 204px;
color: #EAE8E7;
text-align: center;
font-weight: normal;
letter-spacing: 0.3px;
}
.money {
font-size: 9px;
text-align: left;
border-top: 1px dashed #995330;
margin-left: -5px !important;
width: 200px;
padding-left: 2px;
font-weight: 900;
text-transform: lowercase;
padding-top: 2px;
background: #DCDAD9;
color: #181818;
padding-bottom: 3px;
}
.posti {
display: inline!important;
/* margin: 0px 1px 0 !important; */
text-align: center;
text-transform: uppercase;
font-size: 7px;
font-weight: 600;
/* letter-spacing: 0.4px; */
font-family: tahoma;
color: #181818;}
.pa-fld5 {
/*background: linear-gradient(180deg, #1A3439, #995330);*/
background: #1A3439;
width: 214px;
height: 30px;
margin: 0px 0px 5px -11px!important;
}
.pa-fld5 .plah1 {
color: #EAE8E7;
text-shadow: 0 1px 1px #995330;
display: block;
position: sticky;
width: 155px;
height: 15px;
left: 30px;
font-family: 'oswald';
font-size: 11px;
text-transform: lowercase;
padding-top: 0px!important;
overflow: hidden;
text-align: center;
}
.pa-fld5 .plah2 {
color: #EAE8E7;
text-shadow: 0 1px 1px #995330;
display: block;
position: sticky;
width: 170px;
height: 12px;
left: 20px;
font-family: 'oswald';
font-size: 12px;
text-transform: uppercase;
padding-top: 1px!important;
overflow: hidden;
text-align: center;
letter-spacing: 2px;
}
/*жалобы и репутация*/
#pun-report .inner, #pun-reputation .inner, #pun-admin-award-form .inner {
background: #EAE8E7;
}
#rep_form table tbody tr td.tcl span, #rep_form table tbody tr td.tc2 span {
font-size: 12px;
color: #000004;
}
#pun-report h1, #pun-reputation h1, #pun-admin-award-form h1 {
font-family: arial;
font-weight: normal;
margin-top: 5px;
}
/*фикс формы ответа*/
@media screen and (max-device-width: 900px) {
#main-reply {width: 100%; height: 150px!important;}
}
/*Размер плюсика в репу*/
.pa-respect a img {
height: 7px;
}
/* отключить поделиться */
li.pl-share {
display: none!important;
}
.punbb .post-content a {
color: #995330;
/* text-shadow: 1px 1px #DCDAD924; */
}
/* новости */
.pnews {
/* background-color: rgb(255, 255, 255); */
background: #1A3439;
box-shadow: 0 0px 5px 0 rgba(128, 128, 128, 0.16);
padding: 6px 10px 9px 10px;
width: 150px !important;
display: inline-block;
font-family: tahoma;
color: #EAE8E7!important;
transition-duration: 2s;
}
.pnews:hover {
background: #995330;
transition-duration: 2s;
}
.pnews a{
color: #EAE8E7!important;
font-size: 11px;
transition-duration: 2s;
text-transform: lowercase;
}
/* вид плюса */
div.post-rating a, div.post-vote a {
font-size: 150% !important;
text-decoration: none !important;
font-family: oswald;
}
/*вид формы голосовавших*/
.pun-modal .modal-inner {
width: 700px;
max-width: 94%;
height: auto;
max-height: 44em;
margin: 12% auto 0;
box-shadow: 0 0 9px rgba(0,0,0,.3);
position: relative;
z-index: 120000;
overflow: hidden;
background: #b3b1b1;
}
/* оформление шапки */
.ssylki {
position: absolute;
text-align: center;
margin-left: -130px!important;
margin-top: 270px!important;
letter-spacing: 0.5px;
width: 910px;
font-family: tahoma;
text-transform: lowercase;
font-size: 11px;
color: #1A3439;
}
.ssylki a {
color:#1A3439!important;
}
.oceantabl {position: absolute;
margin-left: -1px !important;
top: 218px;
}
.oceantabl td {width: 4px}
.oceantablactiv{position: relative;
width:40px;
height: 60px;
overflow: visible;
}
.oceantablp {position: absolute;
margin-left: 787px !important;
top: 218px;
}
.oceantablp td {width: 4px}
.oceantablap{position: relative;
width:40px;
height: 60px;
overflow: visible;
}
.oceanpost {position: absolute;
width: 245px;
top:220px;
height: 30px;
margin-left: 530px!important;}
.oceanavapost {float:left;}
.oceanposttext{position: absolute;
margin-left: 52px!important;
height: 60px;
padding-right: 6px;
overflow-y: scroll;
font-family: arial;
font-size: 10px;
line-height: 12px;
text-align: justify;}
.oceanposttext a {font-weight: bold;
color: #995330!important;}
.oceanpoisk {position: absolute;
margin-left: 670px !important;
top: 18px;
}
.oceanpoisk td {width: 44px}
.oceantabln{position: relative;
width:40px;
height: 40px;
overflow: visible;
}
.oceanep {
position: absolute;
margin-left: 178px !important;
top: 230px !important;
text-align: center;
font-family: oswald;
width: 300px;
color: white;
font-size: 16px;
text-transform: lowercase;
}
.oceanep a {
color: white !important;
}
.oceanplashkinews{
width: 865px;
margin-top: 120px!important;
margin-left: 20px!important;
text-align: center;
}
.marvel {
background-image: url('https://forumstatic.ru/files/001a/b4/52/82805.gif');
width: 840px;
height: 789px;
position:relative;
margin: 0 auto;
}
.marvel text1 {
font-size: 11px;
font-family: 'arial';
position: absolute;
width: 270px;
height: 445px;
overflow: auto;
top: 330px;
left: 20px;
/* color: white; */
/* text-shadow: 1px 1px 0px #400f21; */
font-family: 'arial', sans-serif;
font-size: 11px;
text-align: justify;
color: #000;
text-shadow: 0 1px 0 #ffffff94;
}
.marvel text2 {
font-size: 11px;
font-family: 'arial';
position: absolute;
width: 500px;
height: 445px;
overflow: auto;
top: 330px;
left: 320px;
/* color: white; */
/* text-shadow: 1px 1px 0px #400f21; */
font-family: 'arial', sans-serif;
font-size: 11px;
text-align: justify;
color: #000;
text-shadow: 0 1px 0 #ffffff94;}
.dc {
background-image: url('https://forumstatic.ru/files/001a/b4/52/27578.gif');
width: 840px;
height: 789px;
position:relative;
margin: 0 auto;
}
.dc text1 {
font-size: 11px;
font-family: 'arial';
position: absolute;
width: 270px;
height: 445px;
overflow: auto;
top: 330px;
left: 20px;
/* color: white; */
/* text-shadow: 1px 1px 0px #400f21; */
font-family: 'arial', sans-serif;
font-size: 11px;
text-align: justify;
color: #000;
text-shadow: 0 1px 0 #ffffff94;
}
.dc text2 {
font-size: 11px;
font-family: 'arial';
position: absolute;
width: 500px;
height: 445px;
overflow: auto;
top: 330px;
left: 320px;
/* color: white; */
/* text-shadow: 1px 1px 0px #400f21; */
font-family: 'arial', sans-serif;
font-size: 11px;
text-align: justify;
color: #000;
text-shadow: 0 1px 0 #ffffff94;}
.spn {
background-image: url('https://forumstatic.ru/files/001a/b4/52/79587.gif');
width: 840px;
height: 550px;
position:relative;
margin: 0 auto;
}
.spn text1 {
font-size: 11px;
font-family: 'arial';
position: absolute;
width: 300px;
height: 445px;
overflow: auto;
top: 330px;
left: 40px;
/* color: white; */
/* text-shadow: 1px 1px 0px #400f21; */
font-family: 'arial', sans-serif;
font-size: 11px;
text-align: justify;
color: #000;
text-shadow: 0 1px 0 #ffffff94;
}
.spn text2 {
font-size: 11px;
font-family: 'arial';
position: absolute;
width: 400px;
height: 445px;
overflow: auto;
top: 330px;
left: 400px;
/* color: white; */
/* text-shadow: 1px 1px 0px #400f21; */
font-family: 'arial', sans-serif;
font-size: 11px;
text-align: justify;
color: #000;
text-shadow: 0 1px 0 #ffffff94;}
.tooltip {
position: relative;
}
.tooltip em {
display: none;
}
.tooltip:hover em {
font-style: normal;
display: inherit;
position: absolute;
background: #bdbfc0;
color: #02092e;
padding: 15px 15px;
bottom: -120px;
right: 5px;
background-color: #b7bcb6;
background-image: url("https://forumstatic.ru/files/0017/82/d9/77841.png");
color: #202113;
width: 110px;
border: 1px dotted #7cd0dc;
box-shadow: 0 0 0 1px #74d2dc, 0 -11px 0 -8px #75d1da, 11px 0 0 -8px #79d0db, 0 11px 0 -8px #79d1d7, -11px 0 0 -8px #72d6d5; /* òåíè êàê ðàìêà íàðóæí */
padding: 2px; /* Ïîëÿ âîêðóã òåêñòà */
}
.tooltip:hover em i {
position: absolute;
bottom: -15px;
right: -5px;
border-top: 1px solid #000;
border-left: 1px solid transparent;
display: block;
}
/*квест*/
.you1 {
background-image: url('https://forumstatic.ru/files/001a/b4/52/69497.png');
width: 850px;
height: 500px;
position:relative;
margin: 0 auto;
}
.you1 sam {
margin: -10px -16px!important;
position: fixed;
width: 200px;
height: 300px;
}
.you1 cas {
margin: 219px 217px!important;
position: fixed;
width: 200px;
height: 300px;
}
.you1 dean {
margin: -12px 483px!important;
position: fixed;
width: 200px;
height: 300px;
}
.you1 text1 {
font-size: 11px;
font-family: 'arial';
position: absolute;
width: 350px;
top: 35px;
left: 120px;
/* color: white; */
/* text-shadow: 1px 1px 0px #400f21; */
font-family: 'arial', sans-serif;
font-size: 11px;
text-align: justify;
color: #000;
text-shadow: 0 1px 0 #ffffff94;
}
.you1 text2 {
margin: 152px -103px!important;
position: absolute;
width: 150px;
height: 150px;
text-align: justify;
overflow: auto;
font-family: arial;
font-size: 9px;
color: #0a0a0a;
text-shadow: 1px 1px 0px #f6f2ec;
line-height: 13px;
}
.you1 text3 {
margin: 160px 64px!important;
position: absolute;
width: 145px;
height: 150px;
text-align: justify;
overflow: auto;
font-family: arial;
font-size: 9px;
color: #0a0a0a;
text-shadow: 1px 1px 0px #f6f2ec;
line-height: 13px;}
.you1 text4 {
margin: 160px 225px!important;
position: absolute;
width: 145px;
height: 150px;
text-align: justify;
overflow: auto;
font-family: arial;
font-size: 9px;
color: #0a0a0a;
text-shadow: 1px 1px 0px #f6f2ec;
line-height: 13px;}
.you1 zd1 {
margin: 320px -90px!important;
position: absolute;
width: 150px;
height: 150px;
text-align: justify;
overflow: auto;
font-family: arial;
font-size: 9px;
color: #0a0a0a;
text-shadow: 1px 1px 0px #f6f2ec;
line-height: 13px;
}
.you1 zd2 {
margin: 320px 65px!important;
position: absolute;
width: 145px;
height: 150px;
text-align: justify;
overflow: auto;
font-family: arial;
font-size: 9px;
color: #0a0a0a;
text-shadow: 1px 1px 0px #f6f2ec;
line-height: 13px;
}
.you1 zd3 {
margin: 320px 245px!important;
position: absolute;
width: 145px;
height: 150px;
text-align: justify;
overflow: auto;
font-family: arial;
font-size: 9px;
color: #0a0a0a;
text-shadow: 1px 1px 0px #f6f2ec;
line-height: 13px;
}
.hell {
position: absolute;
overflow: hidden;
margin-left: 650px !important;
margin-top: 135px !important;
letter-spacing: 12px;
}
.hell1 {
position: absolute;
overflow: hidden;
margin-left: 650px !important;
margin-top: 300px !important;
letter-spacing: 12px;
}
.hell2 {
position: absolute;
overflow: hidden;
margin-left: 300px !important;
margin-top: 150px !important;
letter-spacing: 12px;
}
.hell3 {
position: absolute;
overflow: hidden;
margin-left: 58px !important;
margin-top: 290px !important;
letter-spacing: 12px;
}
Поделиться32020-11-13 20:47:56
<!-- НАЧАЛО. аватар на главной -->
<style>.status_userava>img{width: 56px;height: 56px;border-radius: 10px;}</style>
<script>$('#pun-status>p').prepend('<span class="status_userava"><img src="'+(window.UserAvatar?UserAvatar:'https://forumstatic.ru/files/001a/b4/52/49475.png')+'"/></span>')</script>
<!-- КОНЕЦ. аватар на главной -->
Поделиться42020-11-13 21:33:17
/*------------- профиль -------------*/
.lzname {
text-align: center;
}
.lzname a {
font-family: 'Arial Black', cursive;
text-transform: lowercase;
font-size: 12px;
color: #98693F!important;
}
.lzf {
background-color: #DFDEDC;
margin: 5px 10px 10px 10px;
font-family: Arial;
text-transform: lowercase;
line-height: 11px;
}
.post #t {
border: 1px solid #DBDBDB;
border-top: 1px solid #21aeb6;
border-left: 1px solid #21aeb6;
text-align: center;
background: #cdc2bd;
}
.post #t2 {
position: relative;
height: 100px;
overflow: auto;
border: 5px solid #fff; background: #e1dcda; outline: 1px solid #21aeb6; text-align: justify; letter-spacing: 0px; font-family: 'Open Sans', sans-serif; font-size: 11px; line-height: 13px; color: #000;
outline: 1px solid #21aeb6;
}
.post #tt {
background-color: #98693F;
width:100%;
height: 10px;
}
.post #tt2 {
text-align: center;
background: #434756;
}
.post #tt3{
background-color: #f2f1f0;
font-family: arial;
font-size: 12px;
line-height: 12px;
text-align: justify;
padding: 10px;
outline: 1px solid #434756;
outline-offset: -4px;
}
.post #tt4{
text-align: center;
background-color: #98693F;
}
/*------------- таблица -------------*/
.minimal {position: absolute;
margin-left: 640px !important;
top: 118px;}
.minimal td {width: 54px}
.minimal1 {position: relative;
width:45px;
height: 45px;
overflow: visible;}
.minimal2{position: absolute;
margin-left: 65px !important;
top: 185px}
.minimal2 td {width: 54px;}
.minimal3{position: relative;
width:45px;
height: 45px;
overflow: visible;}
.minimalpost {position: absolute;
width: 220px;
top:120px;
height: 30px;
margin-left: 70px!important;}
.minipost {float: right;}
.minimalp {position: absolute;
margin-right: 52px!important;
height: 45px;
padding-right: 6px;
overflow-y: scroll;
font-family: arial;
font-size: 10px;
line-height: 12px;
text-align: justify;}
.minimalp a {font-weight: bold;
color: #98693F!important;}
.minisslki {position: absolute;
width: 180px;
height: 40px;
margin-left: 645px!important;
top: 188px !important;
text-align: center;
display: table-cell !important;
vertical-align: text-middle;!important;
}
.mmlki a {color: #434756!important;
font-family: 'Yeseva One', cursive;
text-transform: uppercase;
font-size: 11px;
font-weight:bold!important;
padding: 0 5px}
.mmlki a:hover {color: #98693F!important;}
Поделиться52020-11-13 22:01:40
/* CS1 Background and text colours
-------------------------------------------------------------*/
/* Фон форума */
html {
background: url(https://forumstatic.ru/files/001a/dc/4c/38077.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top center;
background-color: #575b39;
background-size: cover;
/* overflow-x: hidden !important; */
}
/* Шапка */
#pun-title table {
background-image: url(https://forumstatic.ru/files/001a/dc/4c/97878.png);
background-repeat: no-repeat;
background-position: top center;
border: none;
width: 920px;
height: 292px;
margin-left: -20px;
margin-top: -300px;
}
/* Тело форума */
#pun {
width: 920px;
background-color: transparent;
background-image: url(https://forumstatic.ru/files/001a/dc/4c/25718.jpg);
background-attachment: scroll;
background-repeat: repeat;
background-position: top center;}
.punbb {
padding: 0 30px!important;
width: 920px;}
/* Футер */
#pun-about p.container {
background-image: url(https://forumstatic.ru/files/001a/dc/4c/90640.jpg);
margin: 0px 0px -120px -20px;
background-position: center top;
background-repeat: no-repeat;
width: 920px;
height: 70px;
overflow-x: hidden;
padding-bottom: 99px;
}
/* CS1.1 Фон и цвет текста на форуме */
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3, #pun-navlinks .container,
.punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd,
.punbb .info-box, .punbb #pun-main .info-box .legend, .punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer, #pun-stats h2, .punbb .main h2, #pun-title, #pun-title .container, .punbb .modmenu .container, .punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span, .punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl, #pun-navlinks .container {background-color: transpanent;
color: #26271f;
font-weight: normal;
font-style: normal;
}
#pun-admain .adformal, #pun-admain .adcontainer
{border: none;
border-color: transparent;}
.punbb .main h1, #pun-debug h2, .punbb-admin #pun-admain h2 {
background-color: transparent;
color: #26271f;
text-align: center;
font-style: normal;
font-family: montserrat;
}
/* Цитата и выделить код */
.punbb .quote-box, .punbb .code-box {
background-image: url(https://forumstatic.ru/files/001a/dc/4c/35865.jpg);
background-color: #c8c2ae;
color: #26271f;
box-shadow: 0 0 0 1px #716b3d, -4px 0 #aba59357 inset;
}
/* Область для ввода текста в форме ответа и админке */
.punbb textarea, .punbb input {
background-color: #c8c2ae;
color: #26271f;
}
/* Тень и закругление */
.punbb .quote-box, .punbb .code-box, .punbb textarea, .punbb select {
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
.punbb input { border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
/* Фон окна наград и репутации */
#pun-popup_awards div, #pun-reputation div {
background-image: url(https://forumstatic.ru/files/001a/dc/4c/35865.jpg);
background-color: #c8c2ae;
}
/* CS2 Ссылки
-------------------------------------------------------------*/
/* CS2.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, .punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited, #pun-navlinks a, #pun-ulinks a {color: #3e4114;
text-decoration: none;
}
/* CS2.2 */
.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, #pun-ulinks a:focus, #pun-ulinks a:active {
color: #938646;
transition-duration: 1s;
}
.punbb a:hover, #pun-navlinks a:hover, #pun-ulinks a:hover {
color: #938646;
transition-duration: 1s;
text-decoration: none;
}
#pun-ulinks a {
font-size: 9px;
color: #3a3411;
font-weight: 500;
font-family: montserrat;
text-transform: lowercase;
}
#pun-ulinks a:hover {
text-decoration: none;
color: #c6bd93;
transition-duration: 1s;
}
#pun-navlinks a {
color: #ececec;
}
#pun-navlinks a:focus, #pun-navlinks a:active {
color: #b9cbad;
}
#pun-navlinks a:hover {
color: #b9cbad;
transition-duration: 1s;
}
/* CS3 Остальное
-------------------------------------------------------------*/
div.icon {
background: #afad9a;
border: 1px solid #9c9a88;
border-radius: 0;
height: 70px;
width: 7px;
}
tr.inew div.icon {
background: #707942;
border: 1px solid #656d3a;
border-radius: 0;
height: 70px;
width: 7px;
}
#pun-viewforum TR.iclosed Div.icon, #pun-messages TR.iclosed Div.icon, #pun-searchtopics TR.iclosed Div.icon {
background: #7d7d7d;
border: 1px solid #c5c2ae;
height: 10px;
width: 10px;
border-radius: 50px;
}
#pun-viewforum TR.isticky Div.icon, #pun-messages TR.isticky Div.icon, #pun-searchtopics TR.isticky Div.icon {
background: #a77e25;
border: 1px solid #c5c2ae;
height: 10px;
width: 10px;
border-radius: 50px;
}
#pun-viewforum table Div.icon, #pun-messages table Div.icon, #pun-searchtopics table Div.icon {
background: #aea997;
border: 1px solid #c5c2ae;
height: 10px;
width: 10px;
border-radius: 50px;
}
#pun-viewforum TR.inew Div.icon, #pun-messages TR.inew Div.icon, #pun-searchtopics TR.inew Div.icon {
background: #707942;
border: 1px solid #c5c2ae;
height: 10px;
width: 10px;
border-radius: 50px;
}
/* CS3.2 Всё подряд*/
#pun-main div.catleft, #pun-main div.catright {display: none;}
#pun-main .post-author ul {text-align: center;}
ul.post-ul-Sp, .post-img-Sp {text-align:center;}
#pun th, #pun-main h2 {text-align: center}
#pun-navlinks .container, #pun-ulinks .container {text-align: center;}
.modlist {font-size: 95.05%;}
#pun-announcement .container {font-size: 101%; font-family: "Arial";}
.category h2 span{display: none;}
#pun-stats h2 span {visibility: hidden;}
#pun td .modlist{display:none;}
.lastedit {display:none}
#pun-announcement h2 {display: none}
#pun-navlinks #navawards{display:none}
/*---Прокрутка---*/
::-webkit-scrollbar {
width: 5px;
height: 4px;
background-color: #363312;
}
::-webkit-scrollbar-thumb {
background-color: #d2a854;
border: 1px solid #353e2e;
}
::selection {
background: #353e2e !important;
color: #d3d3d3;
}
#pun-viewforum.punbb div.icon {
margin-top: 0 !important;
}
td.tcr a {
background-repeat: no-repeat;
background-position: left center;
font-family: montserrat;
font-size: 12px;
font-weight: 600;
color: #8a6b2c !important;
}
.category .container thead {display: none;}
.podfor {
margin-top: 3px !important;
background-image: url(https://forumstatic.ru/files/001a/dc/4c/35865.jpg);
background-color: #c6c6c6;
padding: 6px 8px 6px 8px;
font-family: montserrat;
font-size: 9px;
font-weight: 500;
border: 1px solid #5f6b54;
}
.podlink a {
color: #e2e2e2 !IMPORTANT;
font-family: montserrat;
font-size: 9px;
margin: 0 4px 0 4px !important;
}
.podlink {
margin: 3px 0 0 0 !IMPORTANT;
background: #4d522c;
padding: 2px 0 3px 5px;
}
.button {
border-radius: 1px !important;
color: #dbd3c3 !important;
font-family: tahoma !important;
box-shadow: none;
background-color: #4e5027 !important;
font-size: 11px !important;
border: none;
font-weight: 500 !important;
box-shadow: 0 5px 10px #6f6632 inset, 0 0 0 1px #313117 inset;
margin-top: 5px !important;
padding: 3px 15px 5px 15px !important;
text-decoration: none;
transition: all 0.5s ease-in-out 0s;
vertical-align: middle;
text-transform: lowercase;
text-shadow: 0 0 1px #000;
}
.punbb .pa-avatar img {
max-width: 180px !important;
margin-bottom: 4px;
box-shadow: 0 0 0 1px #5f5731;
margin-top: 3px;
}
#counters A IMG{opacity:0.4; -moz-opacity:0.4; filter:alpha(opacity=30);}
#counters a:hover img {opacity:1.0; -moz-opacity:1.0;
filter:alpha(opacity=70); transition-duration: 2s;}
#font-area, #size-area, #color-area, #table-area, #smilies-area, #image-area, #imageup-area, #imageattach-area, #keyboard-area, #video-area, #addition-area, #spoiler-area {
position: absolute;
right: 6px;
top: 43px;
background-image: url(https://forumstatic.ru/files/001a/dc/4c/35865.jpg);
background-color: #c8c2ae;
border: 1px solid #9e9d8d;
overflow-y: auto;
}
.punbb .post-content a, .punbb .post-content a:link {
font-weight: bold;
}
.punbb .post-content strong {
font-weight: bold;
color: #865f5f;
}
.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-image: url(https://forumstatic.ru/files/001a/b6/08/10983.jpg);
background-color: #bbbaba;
}
/*** Заплатка для поля ответа ***/
textarea#main-reply {
width: 100%;
height: 100%;
height: 205px;
margin: 0 auto !important;
padding: 0.75em;
box-sizing: border-box;
overflow: auto; }
#pun-viewtopic .post h3 {
height: 15px;
background-color: #bfb8aa45;
font-family: montserrat;
font-size: 9px;
margin: 10px 4px 10px 4px !important;
border-radius: 1px;
border: 1px solid #bebba5;
}
.pa-posts, .pa-respect {
padding: 1px 0px 1px 3px!important;
margin-top: 2px !important;
display: inline-block!important;
float: none!important;
width: 57px;
text-align: center;
text-transform: lowercase;
margin-left: 1px !important;
font-family: montserrat;
font-weight: 500;
font-size: 9px;
}
del {
color: transparent;
text-shadow: 0 0 4px rgba(1,1,1,1);
-webkit-transition: 1s ease;
-moz-transition: 1s ease;
-ms-transition: 1s ease;
-o-transition: 1s ease;
transition: 1s ease;
text-decoration: none!important;
}
del:hover {
background: transparent;
color: #1e1c1c;
text-decoration: none!important;
text-shadow: none;
}
.punbb .post .post-author a {
color: #afa46b !important;
}
.punbb .user-avatar .avatar-image {
border-radius: 0 !important;
height: 32px !important;
width: 32px !important;
border: 1px solid #5f6b54 !important;
opacity: 0.85;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
float: left;
}
.punbb .user-avatar .isonline {
width: 8px;
height: 8px;
border-radius: 50%;
display: block;
position: absolute;
top: -1px !important;
right: 0px;
animation: blinkColor .9s linear infinite;
-moz-animation: blinkColor .9s linear infinite;
-webkit-animation: blinkColor .9s linear infinite;
background: #8ac176;
z-index: 100;
}
#sam {
position: absolute;
top: 50px;
margin-left: 322px;
/* opacity: .5; */
}
#samhov {
background: rgba(0, 0, 0, 0) url(https://forumstatic.ru/files/001a/dc/4c/51559.gif) repeat scroll 0 0;
height: 229px;
margin-top: -231px !important;
position: absolute;
opacity: 0;
transition: all 0.5s linear 0s;
width: 228px;
}
#sam:hover #samhov {
opacity: 1;
}
.pa-fld1 {
position: absolute;
margin-top: -30px !important;
margin-left: -12px !important;
/* border: red 1px solid; */
width: 220px;
}
.shkala {
display: block;
background-color: #504924;
width: 180px;
border-radius: 1px;
height: 8px;
box-shadow: 0 4px 5px #6b6b24 inset;
}
.procnt {
background-color: #d09935;
height: 8px;
box-shadow: 0 4px 5px #866214 inset;
}
.pa-fld3 {
margin: 5px 0px 5px 8px !important;
}
.lzname a {
font-family: yeseva one;
font-size: 13px;
text-shadow: 1px 1px #000;
}
.pa-fld2 {
margin: 4px 5px 7px 5px !important;
}
.lzinfo {
font-family: montserrat;
font-size: 9px;
margin: 2px 5px 0 3px !important;
text-align: justify;
border-bottom: 1px solid #827d6a;
padding-bottom: 3px;
}
.cryst, .dollar {
display: inline-block;
margin: 0 8px 0 8px !important;
font-family: montserrat;
font-weight: 600;
color: #d9d5c6;
}
.pa-fld4 img {
width: 10px;
padding: 0 6px;
}
.pa-fld4 {
margin: 12px 0 6px 0 !IMPORTANT;
}
.banners {
position: absolute;
padding-right: 6px;
margin: 30px 0 40px -20px !IMPORTANT;
width: 912px;
height: 66px;
overflow-y: auto;
color: #dddcda;
/* border: 1px solid red; */
text-align: center;
}Поделиться62020-11-13 22:02:00
/*************************************************************
A - SETUP
**************************************************************/
/* A1 Import the colour scheme
-------------------------------------------------------------*/
/* A1.1 */
@import url(style_cs.1600293691.css);
@import url('https://fonts.googleapis.com/css2?family=Montserrat: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=Playfair+Display:ital,wght@0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Yeseva+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anonymous+Pro&display=swap');
/* 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%;
}
/* A3.2 */
.punbb {
font: normal 68.75% verdana, arial, helvetica, sans-serif;
}
/* 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;
}
/* A3.5 */
.punbb h1 span, .punbb legend span {
font-size: 13px;
font-weight: 500;
}
/* 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 {
margin: 250px 0px 0 280px !important;
width: 920px;
padding: 50px 0px 0px 0px;
}
/* A5.2 */
.punbb {
margin-left: -10px !important;
float: none;
width: 880px;
height: auto;
}
/* A5.3 */
#pun-redirect, #pun-maint {
margin: -212px 20% 12px 20%;
width: auto;
float: none;
background-color: #d0d1d1;
}
/* 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-stats h2, #pun-debug h2 {
padding: 1em 0em 0em 0em;
border-style: none none none none;
border-width: 0 0px 0px 0;
font-size: 13px;
font-family: montserrat;
font-weight: 500;
margin: -10px 0 10px 0;
}
/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/
/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/
/* B1.1 */
.punbb .post-content {
padding: 0;
margin: 0;
width: 98%;
overflow: hidden;
text-align: justify;
}
/* B1.2 */
.punbb .post-sig dt {
display: block;
text-align: center;
border-top: 1px dashed #82828254;
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 5px 1em 5px;
padding: 10px 15px 5px 15px;
}
/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
display: block;
padding-bottom: 2px;
font-size: 13px;
font-weight: 600;
font-style: normal;
font-family: montserrat;
color: #635a2f;
margin-bottom: 2px;
border-bottom: 1px dotted #677d61;
}
/* 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;
}
/* B3.2 */
.multipage {
margin-top: 1em;
}
/* B3.3 */
.linkst .pagelink {
position: absolute;
top: -4em;
left: 1em;
width: 24em;
text-transform: uppercase;
font-family: montserrat;
font-size: 9px;
}
/* B3.4 */
.linkst .postlink {
position: absolute;
top: -4em;
right: 1em;
width: 16em;
text-align: right;
font-weight: 500;
font-family: montserrat;
}
/* B3.5 */
.punbb .linksb {
text-align: right;
padding: 0.4em 1em 0.5em 1em;
font-size: 1.1em;
font-family: montserrat;
}
/* B3.6 */
.linksb .pagelink {
float: left;
width: 24em;
text-align: left;
text-transform: uppercase;
font-family: montserrat;
font-size: 9px;
}
/* B3.7 */
.linksb .postlink {
float: right;
width: 16em;
font-weight: bold
}
/* 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: 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-family: montserrat;
}
/* C1.7 */
.punbb fieldset fieldset {
border-style: none;
margin: 0;
padding: 0 0 8px 0
}
/* C1.8 */
.punbb .fs-box {
padding: 1em 0 0.8em 0;
}
/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
padding: 0 0 0.8em 0
}
/* C1.10 */
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
float: left;
margin-right: 1em;
}
/* C1.11 */
.punbb .inline .infofield {
clear:both
}
/* C1.12 */
.punbb .datafield br {
display: none
}
/* C1.13 */
.punbb .required label, .punbb .datafield span.input {
font-weight: bold
}
/* C1.14 */
.punbb .datafield span.input a {
font-weight: normal;
}
/* C1.15 */
.punbb .areafield span.input, .punbb p.longinput span.input {
display: block;
padding: 0 12em 0 0;
height: 100%; /* For IE */
}
/* C1.16 */
.punbb textarea, .punbb .longinput input {
width: 64%;
margin: 0;
}
/* C1.17 */
.punbb .hashelp {
position: relative;
}
/* C1.18 */
.punbb .helplinks {
display: block;
position: absolute;
top: 1em;
right: 0;
font-weight: normal;
width: 36%;
}
/* c1.19 */
.punbb #profile .helplinks {
top: 1.5em;
}
/* C1.20 */
.punbb .helplinks span {
display: block;
padding-bottom: 0.2em;
}
/* C1.21 */
#pun-post .formal .info-box li {
padding-left: 4px;
list-style-type: square;
list-style-position: inside;
line-height: 1.5;
margin: 0;
}
/* C2 Table layout
-------------------------------------------------------------*/
/* C2.1 */
.punbb .main .tcl {
overflow: hidden;
text-align: left;
width: 50%;
}
/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
background-color: transparent;
text-align: center;
width: 8%;
}
/* C2.3 */
.punbb .main .tcr {
background-color: transparent;
overflow: hidden;
text-align: center;
line-height: 14px;
font-size: 11px;
width: 24%;
font-family: roboto;
}
/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
background-color: transparent;
width: 40%
}
/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
background-color: transparent;
text-align: center;
width: 20%;
}
/* 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 {
text-align: left;
font-size: 18px;
font-family: montserrat;
text-transform: uppercase;
font-weight: 600;
}
/* 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: 0.8em 1em;
}
/* 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;
font-family: Playfair Display;
font-size: 11px;
letter-spacing: 1px;
}
/* C2.13 */
.punbb .main .tcl {
border-left-style: none;
border-left-width: 0
}
* html .tclcon {height: 1px}
/* C2.14 */
#pun-index td div.tclcon {
width: 450px;
font-size: 10px;
text-align: justify;
margin-left: 22px;
}
/* C2.15 */
.punbb div.icon {
float: left;
display: block;
margin-top: 4px;
margin-right: 10px;
}
#pun-messages.punbb div.icon{
margin-top:-5px!important;
}
/* C3 Topics
-------------------------------------------------------------*/
#pun-title, #pun-navlinks {
border-color: #202021 ;
}
/* 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 */
#pun-stats h2, .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 ;
}
li.pa-online {
line-height: 0.8em;
border-left-style: solid;
border-left-width: 0.7em;
padding-left: 0.4em;
margin-left: -15px;
font-size: 10px;
font-weight: 600;
margin-top: 10px;
font-family: montserrat;
border-left-color: transparent;
}
/* C3.1 */
.punbb .post .container {
border-style: none solid solid solid;
border-width: 1px;
margin-top: -1px;
padding-bottom: 1px;
}
/* C3.2 */
.punbb .post h3 {
}
/* C3.3 */
.punbb .post h3 span {
padding: 2px 10px 2px 10px;
display: block;
font-weight: 500;
}
/* 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: 220px;
padding: 14px 0 4px 0;
overflow: hidden;
background: url(https://forumstatic.ru/files/001a/dc/4c/57929.jpg) bottom;
margin: 10px 0 0 5px !important;
/* box-shadow: 0 0 0 1px #bcb99f, 0 0 13px #110d0245 inset; */
color: #d8d4c5;
box-shadow: 0 0 0 2px #504924 inset, 0 0 0 1px #3e381b;
}
/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
padding: 0em 1em 1em 1em;
line-height: 130%;
}
/* C3.7 */
.pa-author {
font-style: normal;
margin-top: 5px;
font-family: yeseva one;
font-size: 14px;
text-transform: uppercase;
font-weight: 400;
letter-spacing: 0.5px;
}
/* C3.8 */
.pa-author a {
font-family: yeseva one;
font-size: 14px;
text-transform: uppercase;
font-weight: 400;
letter-spacing: 0.5px;
}
/* C3.9 */
li.pa-title {
font-weight: normal;
font-size: 7px;
margin-top: 3px;
font-family: arial;
letter-spacing: 0.4px;
text-transform: uppercase;
}
/* C3.11 */
.punbb .post-body {
margin-left: 232px;
border-left-style: solid;
border-left-width: 1px;
padding: 0 0 1px 0;
}
/* C3.12 */
.punbb .post-box {
padding: 14px 0px 5px 5px;
}
/*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-family: montserrat;
}
/* C3.15 */
.punbb .post-links ul {
padding: 1em 1em 0 0;
height: 2em;
line-height: 2em;
margin-left: -19em;
border-top-style: dashed;
border-top-width: 1px;
background: transparent;
text-align: right;
font-weight: bold;
}
/* 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;
}
/* 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;
margin: 0 14px -0.6em 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, #pun-navlinks .container {
text-align: center;
margin-top: -282px;
font-style: normal;
font-size: 11px;
letter-spacing: 0.5px;
text-shadow: 1px 1px #28281a4f;
font-weight: 500;
text-transform: UPPERCASE;
height: 20px;
font-family: 'Yeseva One', cursive;
}
/* D3.2 */
#pun-navlinks .container {
padding: 0.2em 1em;
padding-top: 0px;}
/* D.3 */
#pun-navlinks li {
display: inline;
padding-right: 1em;
}
/* D4 User links
-------------------------------------------------------------*/
/* D4.1 */
#pun-ulinks {
margin-top: 250px;
margin-left: -54px;
}
/* D4.2 */
#pun-ulinks .container {
text-align: center;
}
/* 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
}
/* 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: fixed;
width: 210px;
text-align: center;
margin-left: -300px;
font-family: montserrat;
z-index: 2000;
top: 22px;
color: #dedee2;
font-size: 8px;
/* border: red 1px solid; */
line-height: 12px;
text-transform: uppercase;
font-weight: 500 !important;
}
/* D5.3 */
#pun-status span {
white-space: nowrap;
margin-right: 0.5em;
}
/* D5.4 */
#pun-crumbs1 {
font-weight: bold;
overflow: hidden;
margin-top: 0;
}
/* D5.5 */
#pun-crumbs1 p.container {
border-top: none;
padding: 1em 1em 0.8em 1em;
text-align: left;
font-family: montserrat;
text-transform: uppercase;
font-weight: 500;
font-size: 9px;
margin-top: 0px;
width: 350px;
line-height: 14px;
}
/* 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: 2.5em 1em 1em 1em;
margin-top: -23px;
line-height: 1.1
}
/* D7 Statistics
-------------------------------------------------------------*/
#pun-stats .container {
padding: 0.8em 1em
}
/* 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: 1em;
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: 30px;
}
/* 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: 11px;
font-family: montserrat;
font-weight: 500;
}
/* 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;
}
.sidenav {
height: 100%;
width: 213px;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #111;
background-image: url(https://forumstatic.ru/files/001a/dc/4c/98076.jpg);
overflow-x: hidden;
}
#pun-status .container strong {
color: #d2c48f;
font-size: 8px;
font-weight: 500 !IMPORTANT;
}
#pun-status span.item2 {
font-size: 9px;
text-transform: lowercase;
}
#pun-status .container .item4{
font-size: 9px;
text-transform: lowercase;
float: inherit;}
#pun-status .container a {
color: #c3b674;
}
.amst a {
color: #b7a06c !important;
padding-right: 5px;
text-shadow: 1px 1px #171908;
font-family: montserrat;
font-size: 8px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.6px;
}
.bestg {
height: 78px;
width: 183px;
top: 166px;
left: 15px;
position: fixed;
text-align: center;
z-index: 100;
border-bottom: 1px solid #787e65;
overflow-y: hidden;
/* border: red 1px solid; */
}
.bestg zag {
height: 14px;
width: 181px;
top: 166px;
left: 15px;
position: fixed;
text-align: center;
z-index: 100;
text-transform: uppercase;
padding-top: 4px;
font-family: montserrat;
color: #efece7;
letter-spacing: 1.6px;
font-size: 7px;
background-color: #0000005e;
overflow-y: hidden;
border: #757c63 1px solid;
}
#igr {
height: 44px;
width: 191px;
top: 194px;
left: 11px;
position: fixed;
text-align: center;
z-index: 100;
letter-spacing: 1px;
/* border: red 1px solid; */
}
.bestpost {
height: 110px;
width: 183px;
top: 256px;
left: 15px;
position: fixed;
text-align: center;
z-index: 100;
border-bottom: 1px solid #787e65;
overflow-y: hidden;
}
.bestpost zag {
height: 14px;
width: 181px;
/* top: 166px; */
left: 15px;
position: fixed;
text-align: center;
z-index: 100;
text-transform: uppercase;
padding-top: 4px;
font-family: montserrat;
color: #efece7;
letter-spacing: 1.6px;
font-size: 7px;
background-color: #0000005e;
overflow-y: hidden;
border: #757c63 1px solid;
}
#bpost {
height: 76px;
position: absolute;
text-align: justify;
z-index: 100;
top: 27px;
color: #ececec;
line-height: 11px;
padding-right: 5px;
font-family: montserrat;
font-size: 8px;
letter-spacing: 0.5px;
overflow-y: auto;
overflow-x: hidden;
}
.bestpost zag a {
color: #b0b771 !important;
}
.bestep {
height: 50px;
width: 181px;
top: 376px;
left: 15px;
position: fixed;
text-align: center;
z-index: 100;
border-bottom: 1px solid #787e65;
}
.bestep a {
color: #efece7 !important;
text-transform: uppercase;
padding: 4px;
font-family: montserrat;
display: block;
line-height: 15px;
letter-spacing: 1.6px;
font-size: 9px;
background-color: #0000005e;
overflow-y: hidden;
border: #757c63 1px solid;
}
.bestdu {
height: 40px;
width: 181px;
top: 436px;
left: 15px;
position: fixed;
text-align: center;
z-index: 100;
border-bottom: 1px solid #787e65;
}
.bestdu a {
color: #efece7 !important;
text-transform: uppercase;
padding: 7px;
font-family: montserrat;
display: block;
line-height: 15px;
letter-spacing: 1.6px;
font-size: 9px;
background-color: #0000005e;
overflow-y: hidden;
border: #757c63 1px solid;
}
.kenguru {
/* height: 90px; */
width: 181px;
top: 486px;
left: 15px;
position: fixed;
text-align: center;
z-index: 100;
/* border: red 1px solid; */
}
.kenguru img {
width: 40px;
}
/* КОД ССЫЛОК НАВИГАЦИИ ОТ ВЕЩЕГО ДУХА */
/* настройка кнопки, может быть текстом */
.spirit-navigation {
height: 14px;
width: 243px;
top: 174px;
margin-left: 82px;
display: inline-block;
cursor: pointer;
color: #e2ded1 !important;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.6px;
font-family: yeseva one;
text-shadow: 1px 1px #212418, 0 0 5px #34291b;
/* border: red 1px solid; */
position: absolute;
}
/* вид кнопки после клика по ней */
.spirit-navigation.spirit-navigation_hover{
background: url(ссылка на картинку) no-repeat
}
/* настройка позиции выпадающего по клику окна и его ширина */
#navigblock {
width: 200px;
margin-left: 82px;
position: absolute;
top: 190px;
z-index: 999;
}
/* настройка блока ссылок, цвет фона, тени, прозрачность, отступы */
.sslka {
display: block;
opacity: .95;
padding: 5px;
background: rgb(47 41 25 / 93%);
border-radius: 2px;
}
/* настройка вида самой ссылки, ширина, цвет, фон, шрифты и так далее */
#pun .sslka a {
background: #413d12;
white-space: nowrap;
margin: 4px auto;
border-radius: 2px;
text-align: center;
display: block;
padding: 2px 0 2px 0;
border: 1px solid #504a19;
letter-spacing: 1px;
text-shadow: 1px 1px #3c370f;
text-transform: uppercase;
width: 175px;
color: #e8e3d7;
font-family: montserrat;
font-size: 7px;
}
/* ссылка при наведении */
#pun .sslka a:hover {
background-color:#3a3a3a !important;
opacity: .9;
transform: scale(.8);
color: #847964
}
/* КОД ССЫЛОК НАВИГАЦИИ ОТ ВЕЩЕГО ДУХА */
/* настройка кнопки, может быть текстом */
.spirit-navigation2 {
height: 14px;
width: 243px;
top: 174px;
margin-left: 544px;
display: inline-block;
cursor: pointer;
color: #e2ded1 !important;
font-size: 11px;
text-transform: uppercase;
text-align: right;
letter-spacing: 0.6px;
font-family: yeseva one;
text-shadow: 1px 1px #212418, 0 0 5px #34291b;
/* border: red 1px solid; */
position: absolute;
}
/* вид кнопки после клика по ней */
.spirit-navigation2.spirit-navigation2_hover{
background: url(ссылка на картинку) no-repeat
}
/* настройка позиции выпадающего по клику окна и его ширина */
#navigblock2 {
width: 200px;
margin-left: 588px;
position: absolute;
top: 190px;
z-index: 999;
}
/* настройка блока ссылок, цвет фона, тени, прозрачность, отступы */
.sslka2 {
display: block;
opacity: .95;
padding: 5px;
background: rgb(47 41 25 / 93%);
border-radius: 2px;
}
/* настройка вида самой ссылки, ширина, цвет, фон, шрифты и так далее */
#pun .sslka2 a {
background: #413d12;
white-space: nowrap;
margin: 4px auto;
border-radius: 2px;
text-align: center;
display: block;
padding: 2px 0 2px 0;
border: 1px solid #504a19;
letter-spacing: 1px;
text-shadow: 1px 1px #3c370f;
text-transform: uppercase;
width: 175px;
color: #e8e3d7;
font-family: montserrat;
font-size: 7px;
}
/* ссылка при наведении */
#pun .sslka2 a:hover {
background-color:#231813 !important;
opacity: .9;
transform: scale(.8);
color: #847964
}
#profilenav .container .pa-fld2 {
text-shadow: none !important;
}
.punbb-admin:not(.admin-visible)::before {
content: "Вы вошли в панель администрирования без надстроек. Автоматическая установка подфорумов отключена.";
color: #c22d2d; display: block; text-align: center; border: solid 1px #d48f8f; padding: 5px; margin-bottom: 5px; background: #f8e5e5;
}
/* ----------Новости форума-------- */
.goldennews {
width: 532px;
height: 700px;
background: url(https://i.imgur.com/f477I07.png) no-repeat top, url(https://i.imgur.com/tdECTRn.png) no-repeat bottom, url(https://i.imgur.com/bNxumc0.png) #f5efe1 repeat-y center;}
.goldennewsinfo {
position: relative;
top: 9px;
width: 514px;
height: 682px;
text-align: justify;
overflow: auto;}
.goldennewsinfo::-webkit-scrollbar {width: 3px;}
.goldennewsinfo::-webkit-scrollbar-track {background: #fff; border:none!important;}
.goldennewsinfo::-webkit-scrollbar-thumb {background: #cb9f5f; border:none!important;}
.zag0 {
color: #e3a84f;
background: transparent;
text-align: center !important;
font-family: 'Abril Fatface';
font-size: 38px;
text-transform: uppercase;
text-shadow: 1px 1px 0px #a87700;
letter-spacing: 1px;
margin-top: 30px!important;
text-shadow: 1px 0px 0px #a87700;}
.zag1 {
color: #e3a84f;
background: transparent;
text-align: center !important;
font-family: 'yeseva one';
font-size: 18px;
text-transform: uppercase;
line-height: .9;
margin-top: 10px!important;
padding: 0px 0px 10px;
text-shadow: 1px 0px 0px #a87700;}
.hellogold {
margin-top: 10px !important;
background: transparent;
text-align: justify;
color: #312f2b;
padding: 10px 50px 10px;
font-family: 'Anonymous Pro';
font-size: 11px;}
.newstxt {
margin-top: 10px !important;
padding: 0px 35px 10px;
text-align: justify;
color: #26271f;
font-size: 11px;}
.newstxt b {color: #e3a84f; font-family: 'yeseva one'; font-size: 14px;}
.imgn1 {
border: 1px solid #c7ab69 !important;
width: 140px;
float: left;
margin: 5px 10px 0px 0px;
padding: 4px;}
.imgn2 {
border: 1px solid #c7ab69 !important;
width: 140px;
float: right;
margin: 5px 0px 0px 10px;
padding: 4px;}
.imgn3 {
width: 160px;
float: left;
margin: -30px 0px 15px 0px;}
/* ----------Правила-------- */
.goldenrules {
width: 532px;
background: url(https://i.imgur.com/f477I07.png) no-repeat top, url(https://i.imgur.com/tdECTRn.png) no-repeat bottom, url(https://i.imgur.com/bNxumc0.png) #f5efe1 repeat-y center; }
.goldenrulesinfo {
width: 514px;
text-align: justify;
padding: 30px 0px 20px; }
.goldenruleszag {
overflow: hidden;
width: 511px;
height: 254px;
background:url(https://i.imgur.com/Ai0zn2r.png) no-repeat top;}
.rulestxt {
margin-top: 150px !important;
padding: 0px 35px 0px;
text-align: justify;
color: #26271f;
font-size: 11px; }
.ruleszag1 {margin-top: -188px !important;
color: #e3a84f;
font-family: 'Abril Fatface';
font-size: 32px;
text-align: center !important;
text-transform: uppercase;
text-shadow: 1px 1px 0px #a87700;
letter-spacing: 1px; }
.ruleszag2 {
text-align: center !important;
color: #312f2b;
margin-top: 3px !important;
padding: 0px 130px 0px;
background: transparent;
font-family: 'Anonymous Pro';
font-size: 11px; }
/*----шаблон принятия-----*/
.dv_container { width:284px; height:400px; background-image:url(https://upforme.ru/uploads/001a/c9/1d/2/714261.gif); margin:auto; overflow:hidden;}
.dv_para { padding:17px; background-color:#b1a963; width:284px; height:365px; margin-top:-400px; margin-left:0px; -moz-transition: all 0.9s ease-in-out; -webkit-transition: all 0.9s ease-in-out; -o-transition: all 0.9s ease-in-out;}
.dv_para h1 { width:250px; font-family: Playfair Display; font-weight:bold; font-size:14px; text-align:left; line-height:100%; margin-bottom:5px; }
.dv_para span { width:250px; font-family: Playfair Display; font-size:11px; text-transform:none; letter-spacing:1px; text-align:left; padding-left:0px; display:block; border-bottom:1px dotted #545014; }
.dv_para p { width:250px; margin:auto; padding:10px; height:270px; overflow:auto; margin-top:5px; text-align:justify; font-family:calibri; font-size:13px; line-height:160%; color:#000; }
.dv_container:hover .dv_para { margin:auto; margin-top:50px; }
.dv_para ::-webkit-scrollbar-thumb:vertical {
border:2px solid #000;
background-color:#fff;
}
.dv_para ::-webkit-scrollbar-thumb:horizontal {
background-color:#fff;
}
.dv_para ::-webkit-scrollbar {
width:4px;
height:7px;
border:1px solid #000;
background-color:#fff;
}
.creds { font-family:calibri; font-size:7px; text-transform:uppercase; letter-spacing:1px; margin-auto; text-align:right; width:250px;}
.creds a { color:#cccccc; }Поделиться72020-11-13 22:22:49
<div class="link2">
<a href="http://oceancross.rusff.me/viewtopic.php?id=23#p30">гостевая</a> // <a href="http://oceancross.rusff.me/viewtopic.php?id=8#p11">роли</a> // <a href="http://oceancross.rusff.me/viewtopic.php?id=442#p29283">амс</a>
</div><div class="for_op">— Я смотрю на этот простор, на океан, такой могучий и безбрежный. Он полон жизни и тайн. Как знать, что там под водой. — Чудовища? — Может и чудовища. Чьи-то мечты, затонувшие сокровища, великая неизвестность — вот что такое океан.</div>
Поделиться82020-11-13 23:49:04
.pa-fld1 {
font-style: normal;
margin-top: 8px;
margin-bottom: 8px;
padding: 4px;
}
.pa-fld1 {
text-transform: uppercase;
font-family: 'Yeseva One', cursive;
color: #434756!important;
position: absolute;
margin: 80px 0 0 -100px;
width: 150px;
background-color: #DFDEDC;
font-size: 11px!important;
float: left;
padding: 0!important;
transform: rotate(270deg)!important;
letter-spacing: 2px;
-webkit-text-size-adjust: none;
}
Поделиться92020-11-14 00:06:50
border-top: 1px solid #9ca978;
box-shadow: -1px 0 0px #cad4aa;

