Благодарим за выбор нашего сервиса!
Тестовое сообщение
Сообщений 1 страница 8 из 8
Поделиться22020-09-11 15:11:19
/*************************************************************
A - SETUP
**************************************************************/
/* A1 Import the colour scheme
-------------------------------------------------------------*/
/* A1.1 */
@import url(style_cs.css);@import url('https://fonts.googleapis.com/css2?family=UnifrakturMaguntia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arsenal&family=Playfair+Display&family=Raleway:wght@100;200;300&family=Yeseva+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@300;400;500;700;800&family=Cormorant:wght@300;400;500&family=Cuprum:wght@400;700&family=Didact+Gothic&family=El+Messiri:wght@400;500;600;700&family=Philosopher:wght@400;700&family=Poiret+One&family=Tinos:wght@400;700&display=swap');
@font-face {
font-family: 'Oranienbaum';
src: local('Oranienbaum'), local('Oranienbaum-Regular'), url('http://hb.bizmrg.com/fonts/oranienbaum/400.woff2') format('woff2'), url('http://hb.bizmrg.com/fonts/oranienbaum/400.woff') format('woff');
font-weight: 400;
font-style: normal;
}@font-face {
font-family: 'OldOak';
src: url('https://forumstatic.ru/files/001a/c0/74/16674.eot');
src: local('OldOak'), url('https://forumstatic.ru/files/001a/c0/74/16674.woff') format('woff'), url('https://forumstatic.ru/files/001a/c0/74/16674.ttf') format('truetype'), url('https://forumstatic.ru/files/001a/c0/74/16674.svg') format('svg');
font-weight: normal;
font-style: normal;
}@font-face {
font-family: 'TheanoModern';
src: local('Theano Modern Regular'), local('TheanoModern-Regular'), url('http://hb.bizmrg.com/fonts/theanomodern/400.woff2') format('woff2'), url('http://hb.bizmrg.com/fonts/theanomodern/400.woff') format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {font-family: 'Playfair Display';
src: url('https://forumstatic.ru/files/0019/a0/36/84758.eot');
src: url('https://forumstatic.ru/files/0019/a0/36/84758.eot?#iefix') format('embedded-opentype'),
url('https://forumstatic.ru/files/0019/a0/36/52142.woff') format('woff'),
url('https://forumstatic.ru/files/0019/a0/36/88677.ttf') format('truetype');
font-weight: normal; font-style: normal;}@font-face {font-family: 'Playfair Display';
src: url('https://forumstatic.ru/files/0019/a0/36/48890.eot');
src: url('https://forumstatic.ru/files/0019/a0/36/48890.eot?#iefix') format('embedded-opentype'),
url('https://forumstatic.ru/files/0019/a0/36/61308.woff') format('woff'),
url('https://forumstatic.ru/files/0019/a0/36/64432.ttf') format('truetype');
font-weight: normal; font-style: italic;}@font-face {font-family: 'Playfair Display';
src: url('https://forumstatic.ru/files/001a/c0/74/90473.eot');
src: url('https://forumstatic.ru/files/001a/c0/74/90473.eot?#iefix') format('embedded-opentype'),
url('https://forumstatic.ru/files/001a/c0/74/12814.woff') format('woff'),
url('https://forumstatic.ru/files/001a/c0/74/15334.ttf') format('truetype');
font-weight: bold; font-style: normal;}@font-face {font-family: 'Playfair Display';
src: url('https://forumstatic.ru/files/001a/c0/74/54154.eot');
src: url('https://forumstatic.ru/files/001a/c0/74/54154.eot?#iefix') format('embedded-opentype'),
url('https://forumstatic.ru/files/001a/c0/74/15236.woff') format('woff'),
url('https://forumstatic.ru/files/001a/c0/74/86898.ttf') format('truetype');
font-weight: bold; font-style: italic;}@font-face {font-family: 'yeseva one';
src: url('https://forumstatic.ru/files/0019/03/0e/44523.eot?'),
url('https://forumstatic.ru/files/0019/03/0e/76910.woff') format('woff'),
url('https://forumstatic.ru/files/0019/03/0e/34371.ttf') format('truetype'),
url('https://forumstatic.ru/files/0019/03/0e/71332.svg#svgFontName') format('svg');}/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/
/* A2.1 */
html, body {margin: 0; padding: 0}
/* A2.2 */
.punbb * {
margin: 0
}
/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
padding: 0;
list-style: none;
}
/* A2.4 */
.punbb img {
border:none
}
/* A2.5 */
.punbb .main table {
table-layout: fixed;
width: 100%;
}
/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}
/* A2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
height: 1.8em;
vertical-align: middle
}
/* A3 Text setup
-------------------------------------------------------------*/
/* A3.1 */
body {
font-size: 100.01%;
}
/* A3.2 */
.punbb {
font: normal 11px 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 h2 span, .punbb legend span {
font-size: 1.1em;
}
/* A3.6 */.punbb pre {
font: 1em verdana, arial, helvetica, sans-serif;
line-height: 17px;
color: #1d1d1d;
}/* A3.7 */
.punbb address, .punbb em {
font-style: normal
}
/* A3.8 */
.punbb .post-content em {
font-style: italic
}
/* A3.9 */
.punbb .post-content em.bbuline {
font-style: normal;
text-decoration: underline;
}
/* A3.10 */
.punbb a {
}
/* A3.11 */
.punbb optgroup {
font-weight: bold;
}
/* A4 Float clearing and hidden items
-------------------------------------------------------------*/
/* A4.1 */
#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb .post-box:after,
.punbb .linksb:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
overflow:hidden;
line-height: 0.0;
font-size: 0;
}
/* A4.2 */
.acchide,
#pun-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
#pun-ulinks h2,
.punbb .forum h2,
.punbb .multipage .topic h2,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
.punbb .required label em,
.punbb .formsubmit label,
.punbb .submitfield label,
.punbb .modmenu label,
#pun-userlist .main h2 {
font-size: 0;
height: 0;
width: 0;
line-height: 0.0;
position:absolute;
left: -9999px;
overflow: hidden
}
/* A5 Basic page layout and borders
-------------------------------------------------------------*/
/* A5.1 */
#pun {
width: 1030px;
margin: 150px auto;
padding: 1px 0px;
}
/* A5.2 */
.punbb {
float: none;
width: 960px;
height: auto;
margin: 0 auto;
}
/* A5.3 */
#pun-redirect {
background: #191919;
position: absolute;
width: 100%;
height: 100%;
z-index: 100;
top: 0 !important;
left: 0 !important;
}
#pun-redirect #pun-main {
margin: 12% 37% 12px 37%;
width: auto;
float: none;
position: relative;
z-index: 1000;
}
/* 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 solid none;
border-width: 0px 0px 2px 0px
}
/* A5.9 */
.punbb .container {
border-style: solid;
border-width: 1px;
}
/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
padding: 0.5em 1em;
border-style: none solid solid none;
border-width: 0 1px 1px 0;
}
/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/
/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/
/* B1.1 */
.punbb .post-content {
padding: 0;
margin: 0;
width: 100%;
overflow: hidden;
}
/* B1.2 */
.punbb .post-sig dt:before {
content: 'xxx';
}
.punbb .post-sig dt {
display: block;
width: auto;
font-size: 8px;
letter-spacing: 10px;
margin: auto;
text-align: center;
padding: 4px;
}
/* B1.3 */
.punbb .post-content p {
margin: 0;
padding: 0 0 10px 0;
line-height: 150%;
text-align: justify;
}
/* B1.4 */
.punbb .post-content img {
vertical-align: text-bottom
}
/* B1.5 */
.punbb .post-content img.postimg {
vertical-align: middle;
}
/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
width: 100%;
overflow: hidden;
}
/* B1.7 */
.punbb .post-content .scrollbox {
width: 100%;
max-height: 15em!important;
overflow: auto;
}
/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
margin: 1.4em 1.8em 1.4em 1.8em;
padding: 1.4em;
}
/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
font-size: 12px;
font-weight: bold;
color: #2f5a55;
font-style: normal;
font-family: Yeseva One;
text-transform: lowercase;
}
.punbb .post-content .blockcode {
margin-top: 10px!important;
}/* 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: 3em;
}
/* B3.3 */
.linkst .pagelink {
position: absolute;
font-size: 9px;
font-weight: bold;
color: #000;
text-transform: lowercase;
left: 1em;
width: 24em;
}
/* B3.4 */
.linkst .postlink {
position: absolute;
top: -27px;
right: 1em;
width: 16em;
text-transform: lowercase;
font-size: 11px;
text-align: right;
font-weight: bold;
}
/* B3.5 */
.punbb .linksb {
text-align: right;
padding: 0.4em 1em 0.5em 1em;
font-size: 1.1em;
}
/* B3.6 */
.linksb .pagelink {
float: left;
text-align: left;
font-size: 9px;
font-weight: bold;
color: #000;
text-transform: lowercase;
width: 24em;
}
/* B3.7 */
.linksb .postlink {
float: right;
width: 16em;
text-transform: lowercase;
font-size: 11px;
text-align: right;
font-weight: bold;
}
/* B3.8 */
.subscribelink {
clear: both;
padding-top: 0.3em;
padding-bottom: 0.5em;
text-transform: lowercase;
font-size: 9px;
text-align: right;
}
/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/
/* C1 Form layout
-------------------------------------------------------------*/
/* C1.1 */
.punbb .formal .container {
padding: 1.7em 2.3em 1.1em 2.3em;
}
/* C1.2 */
.punbb .formsubmit {
padding: 0 0 0 1.7em;
margin: 1em 0 0 0;
}
/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
margin: 0 0.6em 0 0
}
/* C1.4 */
.punbb fieldset {
margin: 0px 0 1em 0;
}
/* C1.5 */.punbb .formal fieldset legend {
padding: 0;
display: block;
}#pun-viewtopic .formal fieldset legend {
padding: 0;
display: block;
margin-top: -13px!important;
padding: 6px 0;
font-size: 11px;
text-align: left;
text-transform: lowercase;
font-weight: bold;
color: #000000!important;
}
/* C1.6 */
.punbb fieldset legend span {
padding: 0px 5px;
margin: 0;
}
/* C1.7 */
.punbb fieldset fieldset {
border-style: none;
margin: 0;
padding: 0 0 8px 0
}
/* C1.8 */
.punbb .fs-box {
padding: 1em 0 0.8em 0;
}
/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
padding: 0 0 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%;
}
.punbb td div.tclcon {
padding: 10px;
text-align: justify;
text-transform: lowercase;
font-size: 9px;
}
/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
text-align: center;
width: 10%;
}
/* C2.3 */
.punbb .main .tcr {
overflow: hidden;
text-align: left;
padding: 0 33px;
width: 30%;
}
/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
width: 40%
}
#pun-modviewforum table div.icon {
float: left!important;
margin-top: 2px;
}
/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
text-align: left;
width: 20%;
}
/* C2.6 */
#pun-debug table .tcl {
width: 15%;
white-space:normal;
}
/* C2.7 */
#pun-debug .tcr {
width: 90%;
white-space: normal;
}
/* C2.8 */
#pun-index .tcl h3 {
font-size: 15px;
margin-top: -5px;
text-transform: lowercase;
padding-bottom: 3px;
font-family: Yeseva One;
letter-spacing: 2px;
/* font-weight: bold; */
}
}/* 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
}
/* C2.14 */
.punbb tbody.hasicon td.tcl {
padding: 2.2em;
}
/* C2.15 */
.punbb div.icon {
float: RIGHT;
display: block;
height: 12px;
margin-right: 10px;
background-repeat: no-repeat;
line-height: 0.0;
margin-top: 10px;
width: 40px;
}
/* C2.16 */
.punbb table div.icon {
font-size: 1.05em;
}
/* C3 Topics
-------------------------------------------------------------*/
/* 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: 4px;
display: block;
margin: 22px 4px;
font-family: verdana;
text-transform: lowercase;
font-size: 10px;
border-top: 1px solid #e4e4e4;
}
.punbb .post h3 span a {
color: #000000;
}
/* 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: 218px;
padding: 1px;
overflow: hidden;
background-color: #d5d4d4}/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
line-height: 140%;
}
/* C3.7 */
.pa-author {
ffont-size: 11px;
font-weight: bold;
text-align: center;
padding-bottom: 10px!important;
padding-top: 10px!important;
letter-spacing: 1px;
color: #fff;
font-family: roboto;
text-transform: uppercase;
}
/* C3.8 */
.pa-author a {
color: #2f5954!important;
font-family: Yeseva One;
text-transform: lowercase;
font-size: 14px;
}
}
.pa-author a:hover, .pa-author a:active {
color: #b1680c!important;
}
li.pa-avatar.item2 img {
max-width: 180px;
border: 2px solid #585858;
}
.post-author ul li.pa-avatar {
text-align: center;
padding-bottom: 0px!important;
margin-bottom: -5px;
margin-top: -3px;
}
/* C3.9 */
li.pa-title {
text-align: center;
letter-spacing: 1px;
font-family: Arsenal;
padding: 4px 11px;
line-height: 10px;
font-weight: bold;
color: #585858;
font-size: 7px;
margin-bottom: 5px;
text-transform: uppercase;}
li.pa-fld1 {
padding: 10px;
font-size: 9px;
text-transform: lowercase;
text-align: justify;
line-height: 12px;
margin: 0 2px;
background-color: #e8e8e8;
}li.pa-fld4 {
margin-top: -14px;
text-align: center;
}li.pa-fld5 {
position: absolute;
margin: -14px 0 0 -11px;
transform: rotate(-12deg);
}li.pa-fld5 img {
width: 27px;
}li.pa-fld1 a {
font-weight: bold;
}
li.pa-fld3::before {
content: '- ';
}
li.pa-fld3 {
text-transform: uppercase;
text-align: center;
letter-spacing: 1px;
font-family: roboto;
padding: 0px 0px 10px;
margin-top: -10px;
line-height: 10px;
font-weight: bold;
color: #ae690a;
font-size: 6px;
}
li.pa-fld3::after {
content: ' -';
}
.fdom {
background-color: #d8d8d8;
margin-top: -16px!important;
padding: 0px 4px;
padding-bottom: 7px;
margin-left: auto;
width: fit-content;
text-align: center;
font-family: theanomodern;
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
margin-right: auto;
}.post-author .pa-respect, .pa-posts {
display: inline-block;
text-align: center;
text-transform: lowercase;
font-family: arial;
color: #585858;
/* font-weight: bold; */
width: 106px;
font-size: 8px;
margin-top: 7px;
letter-spacing: 1px;
}
.pa-respect a, .pa-posts a {
color: #585858!important;
}
li.pa-fld2 {
text-align: center;
font-family: roboto;
font-weight: 900;
font-size: 10px;
TEXT-TRANSFORM: uppercase;
margin: 0 2px;
color: #ae690a;
background-color: #e8e8e8;
border-top: 1px dashed #151111;
padding: 10px 0;
}
li.pa-ip {
font-size: 7px;
text-align: center;
margin-bottom: 4px;
}
li.pa-online {
line-height: 0.8em;
border-left-style: solid;
/* display: none; */
border-left-width: 2.7em;
padding-left: 5.9em;
margin-top: 1.6em;
font-size: 8px;
text-transform: lowercase;
color: #2f5954;}
/* C3.11 */
.punbb .post-body {
margin-left: 21em;
border-left-style: solid;
border-left-width: 1px;
padding: 0 0 1px 0;
}
/* C3.12 */
.punbb .post-box {
padding: 1em 3em;
padding-right: 1px;
}
/*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: 0 1em 0 0;
height: 2em;
line-height: 2em;
margin-left: -19em;
text-transform: lowercase;
border-top-style: dashed;
border-top-width: 1px;
background: transparent;
text-align: right;
}
/* C3.16 */
.punbb .post-links li {
display: inline;
padding-right: 1em;
}
/* C3.17 */
.pl-email, .pl-website {
float: left;
}
/* C3.18 */
.punbb .clearer {
clear: both;
height: 0;
font-size: 0;
}
/* C4 Moderator menu
-------------------------------------------------------------*/
/* C4.1 */
.punbb .modmenu .container {
padding: 0.5em 1em;
text-align: right;
text-transform: lowercase;
}
/* 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;
color: #797979;
font-size: 8px;
text-transform: uppercase;
font-family: arial;
font-weight: bold;
text-align: center;
}
/* C5.2 */
.punbb .info .container .backlink {
padding-top: 0.8em;
text-align: center;
font-family: verdana;
text-transform: lowercase;
font-size: 8px;
}
/* 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;
font-size: 10px;
font-weight: bold;
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;
margin-top: 33px;
}
/* D1.2 */
#pun-title h1 {
display : block;
height : 40px;
padding: 2em 1em 0 1em;
}
/* D1.3 */
#pun-title .container {
border-style: none solid none solid;
}
/* D1.4 */
#pun-title h1 span {
display: none;
}
#pun-title table {
border: none;
}
#pun-title td.title-logo-tdl {
border: none;
width: 100%;
}
#pun-title td.title-logo-tdr {
border: none;
width: 468px;
}
/* D2 Page navigation
-------------------------------------------------------------*/
/* D2.1 */
#pun-pagelinks {
position: absolute;
top: -15px;
left: 0;
margin: 0;
border: none;
padding: 0;
width: 100%;
}
/* D2.2 */
#pun-pagelinks .container {
background: transparent;
border: none;
padding: 0}
/* D2.3 */
#pun-pagelinks .container li {
display: inline
}
/* D2.4 */
#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
height: 2em;
line-height: 2em;
padding: 0;
font-size: 1.2em;
margin-left: -9999px;
display: block;
float:left;
width: 100%;
}
/* D2.5 */
#pun-pagelinks a:active, #pun-pagelinks a:focus {
position:relative;
margin: 0;
}
#pun-pagelinks li a span {
display:block;
margin: 0 1em
}
/* D3 Forum navigation
-------------------------------------------------------------*/
/* D3.1 */
#pun-navlinks, #pun-navlinks .container {
border-style: none;
border-width: 0;
margin-top: -266px;
letter-spacing: 1px;
font-family: Cuprum;
text-transform: uppercase;
text-align: center;
font-size: 12px;
margin-left: 13px;
}
/* D3.2 */
#pun-navlinks .container {
padding: 0.7em 1em;
}
/* D.3 */
#pun-navlinks li {
display: inline;
padding-right: 1em;
}
/* D3.4 */
#pun-navlinks li a {
font-size: 1.1em;
}
/* D4 User links
-------------------------------------------------------------*/
/* D4.1 */
#pun-ulinks {
margin-top: -13px;
}
/* D4.2 */
#pun-ulinks .container {
border-top: none;
font-family: arial;
margin: 209px 0;
text-transform: uppercase;
text-decoration: none;
word-spacing: 4px;
text-align: center;
/* font-weight: bold; */
font-size: 7px;
letter-spacing: 2px;
margin-bottom: 15px;
}
/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
display: inline;
white-space: nowrap;
}
#pun-ulinks a {
color: #191919;
}
/* 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 {
font-family: verdana;
font-size: 11px;
color: #464646;
}
/* D5.3 */
#pun-status span {
white-space: nowrap;
margin-right: 0.5em;
}
/* D5.4 */
#pun-crumbs1 {
font-weight: bold;
overflow: hidden;
font-size: 11px;
margin-top: 18px!important;
}
/* D5.5 */
#pun-crumbs1 p.container {
border-top: none;
padding: 4px;
font-size: 1.1em;
}
/* D5.6 */
#pun-break1 {
margin: 0 1em;
border-style: solid none;
border-width: 1px 0;
height: 0;
margin: -2px 1em;
position: relative;
z-index: 1;
}
/* D6 Announcement
-------------------------------------------------------------*/
/* D6.1 */
#pun-announcement h2 {
padding: 0;
margin: 0 1em -3.5em 1em;
border-style: none none solid none;
border-width: 0 0 1px 0;
position: relative;
font-weight: bold;
}
/* D6.2 */
#pun-announcement h2 span {
display: block;
padding: 1em 0 0.8em 0;
}
/* D6.3 */
#pun-announcement .container {
padding: 1em;
}
/* D7 Statistics
-------------------------------------------------------------*/
/* D7.1 */
#pun-stats .container {
padding: 0;
}
/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
float: left;
clear: both;
font-size: 11px;
line-height: 150%;
}
/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
text-align: right;
font-size: 11px;
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;
text-align: justify;
padding: 5px 30px;
}
/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/
/* D8.1 */
#pun-qjump {
margin: 0;
border: none;
width: 50%;
position: relative;
float: left;
}
/* D8.2 */
#pun-qjump .container {
border: none;
background: transparent;
padding: 0.8em 1em;
}
/* D8.3 */
#pun-about {
margin-top: 0;
}
/* D8.4 */
#pun-about .container {
border-top-style: none;
text-align: right;
line-height: 150%;
padding: 0.8em 1em;
}
/* D8.5 */
#pun-about p span {
display: block;
width: 100%;
font-family: Raleway;
text-transform: uppercase;
/* font-weight: bold; */
font-size: 5px;
color: #000000;
letter-spacing: 2px;
text-align: center;
}
/* D8.6 */
#pun-crumbs2 {
font-weight: bold;
overflow: hidden;
font-size: 11px;
border-bottom: none;
}
/* D8.7 */
#pun-crumbs2 .container {
border-bottom: none;
padding: 0.8em 1em;
}
/* D8.8 */
#pun-break4 {
margin: -2px 1em;
border-style: solid none;
border-width: 1px 0;
position: relative;
height: 0;
z-index: 1;
}
/* D8.9 */
div.punbb-admin #pun-about .container {
border-top-style: solid;
border-top-width: 1px;
}
/* D9 Help file
-------------------------------------------------------------*/
/* D9.1 */
#pun-help .formal .info-box h3.legend {
border-bottom-style: solid;
border-bottom-width: 1px;
padding-bottom: 0;
margin-bottom: 0.8em;
}
/* D9.2 */
#pun-help .formal .info-box h3.legend span {
padding-bottom: 0.6em;
display: block;
border-bottom-style: solid;
border-bottom-width: 1px;
font-size: 1.1em;
}
/* D9.3 */
#pun-help .formal p, #pun-help .formal dd {
margin-bottom: 1em
}
/* D9.4 */
#pun-help .formal ul, #pun-help .formal dl {
padding: 0 0 0 1em
}
/* D9.5 */
#pun-help .formal li {
padding: 0;
line-height: 130%
}
/* D9.6 */
#pun-help .formal li * {
vertical-align: text-top
}
/* D9.7 */
#pun-help .formal dt span {
font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace
}
/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
padding-bottom: 0;
}
.admain {
padding-left: 172px!important;
margin-bottom: 1em;
}.banners {
position: absolute;
margin-top: 44px;
width: 1012px;
margin-left: -37px;
border: 10px solid #18100e;
text-align: center;
background-color: #18100e;
height: 31px;
overflow-y: auto;
}
.banners img {
opacity: 0.7;
max-width: 88px;
max-height: 31px;
}
.banners img:hover {
opacity: 0.9;
}.topic .sharelink {display:none;}
.stickytext,.closedatafield{ display:none;}.forlink:hover {
background-color: #b1680c30;
}.forlink {
display: inline-block;
background-color: #e8e8e8;
color: #0d1007!important;
border: 1px solid;
border-radius: 2px;
height: 13px;
padding: 3px 14px;
}#post-preview .fs-box .post-content {
width: 692px;
padding: 10px !important;
margin-left: 53px;
}.punbb .user-avatar .avatar-image {
height: 25px!important;
width: 25px!important;
border: 2px solid #5a2843!important;
}
.punbb .user-avatar .isonline {
right: 6px!important;
background: #d40303!important;
}.blok {
position: absolute;
height: 75px;
margin-top: 48px;
margin-left: 13px;
width: auto;
line-height: 14px;
}
.blok img {
margin: 4px;
box-shadow: 0 0 7px 1px #00000096;
}
.blok img:hover {
-webkit-filter: grayscale(30%);
-moz-filter: grayscale(30%);
-ms-filter: grayscale(30%);
-o-filter: grayscale(30%);
filter: grayscale(30%);
}.navig {
text-align: center;
position: absolute;
font-family: roboto;
font-size: 10px;
line-height: 19px;
font-weight: bold;
text-transform: lowercase;
width: 958px;
margin-top: 7px;
color: #49392a!important;
}
.blok a {
color: #232323!important;
}
.blok a:hover {
color: #980800!important;
}.tipsy.a11 {
margin-top:-22px!important;
margin-left: 85px!important;
max-width:170px;
}.bnnr {
background-color: #af690a;
width: 181px;
padding: 3px 1px 1px 3px;
}
#pun-announcement h2 {display: none}.collection img {
width: 50px;
margin: 5px;
}#pun-index .tcl .modlist{display:none!important}
#viewprofile-next #profilenav {
display: none;
}#viewprofile {
position: relative;
}
#viewprofile #pa-edit {
position: absolute;
right: 1em;
font-family: roboto;
font-size: 11px;
text-transform: uppercase;
top: 1em;
}div#topic_t7 li.pl-delete, div#topic_t6 li.pl-delete {
display: none;
}/*********************************
*********************************/
#pun-navlinks a:not(.NextShow)+span.odd{
display:none!important;
}#pun-navlinks #New-exit {
position:absolute;
margin-left: 25px;
}
#pun-navlinks #New-exit img{
width: 25px;
height: auto;
display:inline-block;
margin-top: -4px!important;
opacity: .8;
}#pun-navlinks #form-login {
position: absolute;
left: 0;
top: 12px;
z-index: 100;
text-transform: lowercase;
font-weight: 600;
text-shadow: none;
font-family: arial;
color: #000;
font-size: 10px;
padding: 7px 12px;
background: #e8e8e8;
text-align: center;
background-color: #e8e8e8;
border: 1px solid #b2670a;
}
#pun-navlinks #navlogout #form-login {
margin-left: -40px;
}
#navpm+#navlogout #form-login {
margin-left: 69px;
}
#pun-navlinks #navlogin #form-login {
margin-left: 164px;
}#pun-navlinks #form-login .Rega,
#pun-navlinks #form-login .Forgot{
font-size:10px!important;
color: #6A1750!important;
letter-spacing:0.5!important;
}#form-login input.none{
outline:red dashed 2px!important;
}.punbb #form-login input[type="checkbox"]#check{
display:none;
position:absolute;
right:10px;
border: 2px #000000;
border-radius:0;
box-shadow:none;
box-sizing: border-box;
column-gap: 13px;
font: normal normal 400 12.76px/normal Tahoma;
height: 22px;
margin: -3px -3px;
padding: 1px!important;
resize: none;
vertical-align: middle;
width: 13px;
}
#List-UserNames {
position: absolute;
margin-top: -8px;
min-height: 109px;
width: 220px;
right: 100%;
text-shadow: none;
padding: 12px 19px 26px 17px;
text-align: center;
background-color: #e8e8e8;
border: 1px solid #b2690b;
}
.punbb #List-UserNames li{
display: block!important;
position: relative;
background: #e8e8e8;
border: 1px solid #b3660a;
text-align: left;
padding-left: 5px!important;
font: normal normal 100 9px/normal verdana!important;
margin: 1px auto!important;
padding: 2px 0;
transition: .33s;
}
.punbb #List-UserNames li:hover{
opacity: .98;
background: #ad6b0a3d!important;
}
.punbb #List-UserNames li>b{
cursor: pointer;
letter-spacing: 0!important;
opacity: .8;
color: #000000;
}
.punbb #List-UserNames li>b:hover{
opacity: .93;
}
#List-UserNames ul {
overflow: hidden;
overflow-y: auto;
min-height: 36px;
max-height: 72px;
font-family: roboto;
padding: 0!important;
text-shadow: none !important;
font-size: 10px;
}
#List-UserNames ul::-webkit-scrollbar {
width: 7px;
height: 5px;
}
#List-UserNames ul::-webkit-scrollbar-track {
background-color: #e8e5e1;
border: 3px solid #e8e8e8;
box-shadow: none;
}
#List-UserNames ul::-webkit-scrollbar-thumb {
background-color: #e8e5e1;
border: 2px solid #e8e8e8;
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: #bf3631;
font: normal normal 700 10.56px/normal Verdana;
}#List-UserNames ul:empty::before{
display:inline-block;
content: ""
}
#navlogin #exit-2 {
display:none;
}
#navlogout .Rega,
#navlogout .Forgot {
display:none;
}
.punbb #List-UserNames input {
background: rgb(208, 206, 209);
border: 1px inset rgba(99,100,79,.3)!important;
color: #5b4556!important;
margin-top: 9px;
padding: 4px !important;
vertical-align: middle;
}
#List-UserNames ul+span{
display:inline-block;
padding:6px 0 8px 0;
text-align:left;
font: normal normal 400 10.56px/normal Verdana;
}
#List-UserNames ul+span b{
font: normal normal 400 13px/normal Verdana;
padding:0 3px;
color: #313121;
}
#List-UserNames .a1-paste{
cursor: pointer;
color: #867877;
display: inline-block!important;
float: right;
}
#List-UserNames .a1-copy{
display: inline-block!important;
color: #867877;
cursor: pointer;
float: left;
}/*** УЛУЧШИТЬ АККАУНТ ***/
#pun-status .item4 {display:none;}.tab_post {
position: absolute;
z-index: 9;
font-family: arial;
width: 289px;
overflow: auto;
height: 40px;
margin: 59px 13px;
line-height: 10px;
text-align: justify;
padding-right: 4px!important;
color: #d7d5d5;
font-size: 7px;
/* background-color: #cdc7c73b; */
letter-spacing: 1px;
}#main-reply {height: 220px}
#ready {
position: absolute;
top: 100px;
margin-left: 2px;
width: 308px;
text-align: center;
/* text-shadow: 1px 1px 0 #11111152; */
color: #d7d5d5;
z-index: 9;
text-transform: uppercase;
font-family: Yeseva One;
letter-spacing: 6px;
font-size: 9px;}
/* CS1 Background and text colours
-------------------------------------------------------------*/
/*Фон */
body { background-image: url(https://forumstatic.ru/files/001a/e5/81/34923.png); background-position: top center; background-attachment: fixed;
background-repeat-y: no-repeat;
background-size: cover;
background-color: #000201;}/* Шапка */
#pun-title table {
background-image: url(https://forumstatic.ru/files/001a/e5/81/58781.png);
background-repeat: no-repeat;
background-position: top center;
margin-left: -20px;
margin-top: -129px;
height: 280px;
width: 1000px;
}
/* Тело форума */
#pun {background-image : url("https://forumstatic.ru/files/001a/e5/81/69527.png");
background-color : transparent;
background-position : center;
background-repeat: repeat-y;
width: 1000px !important;
}
/* категории */
#pun-category1.category h2, #pun-category2.category h2, #pun-category3.category h2, #pun-category4.category h2, #pun-category5.category h2, #pun-category6.category h2 {
margin: 20px 17px!important;
margin-top: 3px;
font-size: 5px !important;
text-transform: uppercase;
color: transparent;
height: 0px;
font-weight: normal;
letter-spacing: 2px;
background-position: center;
}
#pun-category1.category h2 {background: url();
}
#pun-category2.category h2 {
background:url() top right;
}
#pun-category3.category h2 {
background:url();
}
#pun-category4.category h2 {
background:url();
}
#pun-category5.category h2 {
background:url();
}
#pun-category6.category h2 {
background:url() top right;
}/*статистика*/
#pun-stats.section h2 {
background-attachment: scroll;
background: url();
background-clip: border-box;
margin: 20px 17px!important;
font-size: 5px !important;
letter-spacing: 2px;
height: 0px;
color: transparent;
margin-left: -34px;
font-weight: normal;
text-transform: uppercase;
}
#pun-stats.section h2 span {
}
/* Футер */
#pun-about p.container {
background-image: url(https://forumstatic.ru/files/001a/e5/81/74813.png);
margin: 0px -43px -95px -43px;
background-position: center bottom;
background-repeat: no-repeat;
height: 80px;
}
/* CS1.1 */
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3,
.punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd,
.punbb .info-box, .punbb #pun-main .info-box .legend {
background: transparent;
color: #000;
}
/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer {
background: transparent;
color: #000;
}.punbb-admin #pun-admain .adcontainer {
border-color: #e8e8e8!important;
}
/* CS1.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
color: #000000;
text-transform: lowercase;
margin: 4px;
padding: 5px 0;
font-weight: bold;
font-size: 11px !important;
font-family: verdana;
text-align: center;
}
/* CS1.4 */
#pun-title, #pun-title .container, .punbb .modmenu .container {
background: transparent;
color: #000;
}
/* CS1.5 */
#viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
color: #000000;
}.punbb-admin #pun-admain legend span {
background-color: #e8e8e8!important;
}/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl {
background: transparent;
color: #000;
}
/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
border: 1px solid #888888;
color: #000000;
}
/* CS1.8 */
#pun-navlinks .container {
background: transparent;
color: #f1f1f1;
}
.offline li.pa-online strong {
font-weight: normal;
}
/* CS2 Border colours
-------------------------------------------------------------*/
/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3, #pun-title {
border-color: transparent;
}
/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
border-color: transparent;
}
/* 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;
}
/* CS3 Links
-------------------------------------------------------------*/
/* CS3.1 */
.punbb a, .punbb a:link, .punbb a:visited,
.punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited {
text-decoration: none;
color: #000;
}
.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
color: #000;
}
/* CS3.2 */
.punbb a:hover, .punbb a:focus, .punbb a:active, .punbb-admin #pun-admain .nodefault,
.punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active {
color: #305b56;
}
/* CS3.3 */
#pun-navlinks a {
color: #1b1b1b;
text-decoration: none;
}
/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
color: #305b56;
}
#pun-pagelinks a:active, #pun-pagelinks a:focus {
color: #305b56;
}.punbb .post-content a:hover {
color: #000;
}.punbb .post-content a {
color: #18443f;
font-weight: bold;}/* CS4 Post status icons
-------------------------------------------------------------*/
div.icon {
background: url(https://forumstatic.ru/files/001a/c1/44/56836.png)no-repeat;
}
tr.inew div.icon {
background: url(https://forumstatic.ru/files/001a/c1/44/77419.png) no-repeat;
}
tr.iclosed div.icon {
background: url(https://forumstatic.ru/files/001a/c1/44/63004.png) no-repeat;
}
tr.isticky div.icon {
background: url(https://forumstatic.ru/files/001a/c1/44/27676.png) no-repeat;
}
#pun-viewforum table Div.icon, #pun-messages table Div.icon {
float: left;
margin-right: 10px;
margin-top: 12px;}#pun-main div.catleft, #pun-main div.catright {display: none}
/*Стиль выделения */
::selection {
background: none repeat scroll 0 0 #cdc7c7;
color: #000000;
opacity: 1;
}
*::-moz-selection {
background: none repeat scroll 0 0 rgb(46, 46, 46);
color: #e8e8e8;
opacity: 1;
}
/* Стиль списка тем в форуме */
#pun-main .forum .tcl .tclcon {
text-align: justify;
}
/* Список тем в форуме ник создателя темы */
#pun-main .forum .tcl .byuser {
display: block;
font-size: 9px;
}
#pun-main .forum .tcl .byuser:before {
content: "";
}
/*Форма ответа стиль выпадающих окошек*/
#font-area, #size-area, #color-area, #table-area, #smilies-area, #image-area, #imageup-area, #imageattach-area, #keyboard-area, #video-area, #addition-area {
position: absolute;
z-index: 1000;
right: 12px!important;
padding: 5px;
top: 54px!important;
background-color: rgb(232, 232, 232);
border: 1px solid rgb(123, 121, 116);
}
#font-area {
overflow-y: scroll;
height: 300px;
width: 170px;
padding: 10px 10px;
}
#font-area::-webkit-scrollbar-thumb {
background-color: rgb(50 93 88);
}#font-area::-webkit-scrollbar-track {
background-color: #e8e5e1;
}/*Фон окошка репутации*/
#pun-report .inner, #pun-reputation .inner, #pun-admin-award-form .inner {
display: none;
position: fixed;
left: 50%;
top: 50%;
margin: -131px 0 0 -451px!important;
z-index: 100;
width: 903px!important;
position: absolute;
right: 12px!important;
background-color: rgb(241, 241, 241);
box-shadow: none!important;
-webkit-box-shadow: none!important;
-moz-box-shadow: none!important;
-khtml-box-shadow: none!important;
}
/* скроллбар */
.scrollbox::-webkit-scrollbar { width: 3px;
height: 6px;}
.scrollbox::-webkit-scrollbar-track {background-color: #d7d5d5;}
.scrollbox::-webkit-scrollbar-thumb {background-color: #315c58;}::-webkit-scrollbar { width: 3px;
height: 6px;}
::-webkit-scrollbar-track { background-color: #d7d5d5;}
::-webkit-scrollbar-thumb { background-color: #315c58;}#MyBookmarks {
display: none;
position: fixed;
background: #e8e8e8;
border: none!important;
box-shadow: none!important;
border-left: none;
z-index: 101;
left: 0;
margin-top: 147px;
top: 0;
right: 0;
height: 70%!important;
width: 240px;
}
#BookmCntToggle.default-style {
background: #010000!important;
border-left: solid 5px currentColor!important;
box-shadow: none!important;
color: #f3f3f3!important;
display: block;
height: 22px!important;
width: 18px!important;
}
#BookmCntToggle {
position: fixed;
top: 5px!important;
left: 5px!important;
opacity: 0.7;
cursor: pointer;
z-index: 3;
transition: opacity .3s ease-out;
}
.post .bookmark {
color: #8e0200!important;
width: 12px!important;
right: -36px!important;
}
.editBookmark {
background-color: #e8e8e8!important;
box-shadow: none!important;
color: #000!important;
border: 1px solid #151111;
border-radius: 2px!important;
}
#MyBookmarks h2, #MyBookmarks h1 {
font-family: verdana!important;
color: #000000!important;
font-weight: bold;
text-transform: lowercase;
font-size: 10px;
text-align: center!important;
}
.editBookmark .inputfield {
font-weight: 700;
text-transform: lowercase!important;
}
/*форум тем соо прозрачность*/
#pun th {text-transform: lowercase; font-size: 0px; padding-bottom: 0px; font-weight: bold; opacity: 0.0;}
#pun-userlist th {opacity: 1;font-size: 9px;}
#pun-viewtopic h1, #pun-viewtopic h2 {display:none;}
#pun-viewforum h1 {display:none;}
#pun-messages h3 {display:none;}
#pun-messages .fs-box { padding: 4em 0 0.8em 0;}
.lastedit {display:none}
#pun-messages .pa-posts, #pun-messages .pa-reg {display:none;}
.resizable-textarea textarea {
display: block;
margin-bottom: 0pt;
border: 2px solid #000000!important;
background-color: #f3f3f3!important;
}
#main-reply {
border: 1px solid #6d6d6d!important;
background-color: #ffffff!important;
}
.go-up, .go-down {
cursor: pointer;
display: none;
height: 45px;
margin-left: 926px !important;
opacity: 1;
position: fixed;
width: 39px;
z-index: 9999;
}
.go-up {
bottom: 56%;
}
.go-down {
bottom: 48%;
}
.go-down:hover, .go-up:hover {
opacity: 1;
}#statistic-other{
text-align: center!important;
text-transform: lowercase;
font-size: 8px;
font-weight: bold; }
.news {
position: absolute;
margin: 99px 426px!important;
font-family: foglihtenno;
font-size: 11px;
border-top: solid 1px #a0a0a0;
box-shadow: 0 -2px rgb(122, 142, 149), 0px -4px #ababab;
text-align: center;
text-transform: uppercase;
letter-spacing: 0px;
line-height: 13px;
text-shadow: 1px 1px 0px #284144;
color: #c1c1c1;
font-weight: bold;
width: 42px;
height: 31px;
opacity: 0;
transition: all 0.6s ease-in-out 0.1s;
-webkit-transition: all 0.6s ease-in-out 0.1s;
-moz-transition: all 0.6s ease-in-out 0.1s;
-o-transition: all 0.6s ease-in-out 0.1s;
}
.news a {
color: #c1c1c1!important;
}
.news:hover, .news:active, .need1:hover, .need1:active, .need2:hover, .need2:active {
opacity: 1;
}.links {
font-weight: bold;
padding: 10px;
padding-bottom: 0px;
font-size: 8px;
color: #777068;
text-align: center;
font-family: verdana;
}
.links a {
font-family: arial;
text-transform: lowercase;
font-size: 9px;
font-weight: bold;
}
.punbb .main .tcr a {
font-weight: bold;
}
.punbb .main .tcr span {
font-size: 10px;
}
#pun-viewforum .tclcon a {
font-size: 11px;
margin-left: 2px;
}
#pun-viewforum .tcr a {
text-transform: lowercase;
font-size: 10px;
}
.pun-modal .modal-inner {
border: 1px solid #000000!important;
background: #e8e8e8!important;
}.unread-notifications .notifications-block-title {
border: solid 0px rgba(0,0,0,.06)!important;
border-style: solid none;
background: rgba(0, 0, 0, 0)!important;
}.punbb textarea::-webkit-scrollbar-thumb {
background-color: rgb(50 93 88);
}.punbb textarea::-webkit-scrollbar-track {
background-color: #e8e5e1;
}.adformal h2, #pun-adnav h2 {
background-color: #e8e8e8!important;
}#mask_dialog .inner {
cursor: default;
margin: 0;
width: 760px;
max-width: 99%;
max-height: 90%;
overflow-x: auto;
z-index: 100;
box-shadow: 0 0 0 3px #fff;
background: #e8e6e6;
padding: 8px;
}textarea {
-ms-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
.award{
max-height: 560px;
overflow-y: auto;
}
.aw1 {
opacity: 1;
}.aw0 {
opacity: 0.5;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}
.aw1 img, .aw0 img {
height: 110px;
}
.aw1, .aw0 {
display: inline-block;
}div.post-rating a, div.post-vote a {
color: #000!important;
}#spoiler-sels {
background-color: #e8e8e8;
border: 1px solid #6d6d6d;
padding: 1em;
}
Поделиться32020-09-11 16:22:47
Код:/************************************************************* A - SETUP **************************************************************/ /* A1 Import the colour scheme -------------------------------------------------------------*/ /* A1.1 */ @import url(style_cs.css); @import url('https://fonts.googleapis.com/css2?family=UnifrakturMaguntia&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Arsenal&family=Playfair+Display&family=Raleway:wght@100;200;300&family=Yeseva+One&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@300;400;500;700;800&family=Cormorant:wght@300;400;500&family=Cuprum:wght@400;700&family=Didact+Gothic&family=El+Messiri:wght@400;500;600;700&family=Philosopher:wght@400;700&family=Poiret+One&family=Tinos:wght@400;700&display=swap'); @font-face { font-family: 'Oranienbaum'; src: local('Oranienbaum'), local('Oranienbaum-Regular'), url('http://hb.bizmrg.com/fonts/oranienbaum/400.woff2') format('woff2'), url('http://hb.bizmrg.com/fonts/oranienbaum/400.woff') format('woff'); font-weight: 400; font-style: normal; } @font-face { font-family: 'OldOak'; src: url('https://forumstatic.ru/files/001a/c0/74/16674.eot'); src: local('OldOak'), url('https://forumstatic.ru/files/001a/c0/74/16674.woff') format('woff'), url('https://forumstatic.ru/files/001a/c0/74/16674.ttf') format('truetype'), url('https://forumstatic.ru/files/001a/c0/74/16674.svg') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'TheanoModern'; src: local('Theano Modern Regular'), local('TheanoModern-Regular'), url('http://hb.bizmrg.com/fonts/theanomodern/400.woff2') format('woff2'), url('http://hb.bizmrg.com/fonts/theanomodern/400.woff') format('woff'); font-weight: 400; font-style: normal; } @font-face {font-family: 'Playfair Display'; src: url('https://forumstatic.ru/files/0019/a0/36/84758.eot'); src: url('https://forumstatic.ru/files/0019/a0/36/84758.eot?#iefix') format('embedded-opentype'), url('https://forumstatic.ru/files/0019/a0/36/52142.woff') format('woff'), url('https://forumstatic.ru/files/0019/a0/36/88677.ttf') format('truetype'); font-weight: normal; font-style: normal;} @font-face {font-family: 'Playfair Display'; src: url('https://forumstatic.ru/files/0019/a0/36/48890.eot'); src: url('https://forumstatic.ru/files/0019/a0/36/48890.eot?#iefix') format('embedded-opentype'), url('https://forumstatic.ru/files/0019/a0/36/61308.woff') format('woff'), url('https://forumstatic.ru/files/0019/a0/36/64432.ttf') format('truetype'); font-weight: normal; font-style: italic;} @font-face {font-family: 'Playfair Display'; src: url('https://forumstatic.ru/files/001a/c0/74/90473.eot'); src: url('https://forumstatic.ru/files/001a/c0/74/90473.eot?#iefix') format('embedded-opentype'), url('https://forumstatic.ru/files/001a/c0/74/12814.woff') format('woff'), url('https://forumstatic.ru/files/001a/c0/74/15334.ttf') format('truetype'); font-weight: bold; font-style: normal;} @font-face {font-family: 'Playfair Display'; src: url('https://forumstatic.ru/files/001a/c0/74/54154.eot'); src: url('https://forumstatic.ru/files/001a/c0/74/54154.eot?#iefix') format('embedded-opentype'), url('https://forumstatic.ru/files/001a/c0/74/15236.woff') format('woff'), url('https://forumstatic.ru/files/001a/c0/74/86898.ttf') format('truetype'); font-weight: bold; font-style: italic;} @font-face {font-family: 'yeseva one'; src: url('https://forumstatic.ru/files/0019/03/0e/44523.eot?'), url('https://forumstatic.ru/files/0019/03/0e/76910.woff') format('woff'), url('https://forumstatic.ru/files/0019/03/0e/34371.ttf') format('truetype'), url('https://forumstatic.ru/files/0019/03/0e/71332.svg#svgFontName') format('svg');} /* A2 Deal with browser defaults and wonkiness -------------------------------------------------------------*/ /* A2.1 */ html, body {margin: 0; padding: 0} /* A2.2 */ .punbb * { margin: 0 } /* A2.3 */ .punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt { padding: 0; list-style: none; } /* A2.4 */ .punbb img { border:none } /* A2.5 */ .punbb .main table { table-layout: fixed; width: 100%; } /* A2.6 */ .checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;} /* A2.7 */ p[class="checkfield"] *, div[class="checkfield"] *, fieldset[class="radiofield"] * { height: 1.8em; vertical-align: middle } /* A3 Text setup -------------------------------------------------------------*/ /* A3.1 */ body { font-size: 100.01%; } /* A3.2 */ .punbb { font: normal 11px 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 h2 span, .punbb legend span { font-size: 1.1em; } /* A3.6 */ .punbb pre { font: 1em verdana, arial, helvetica, sans-serif; line-height: 17px; color: #1d1d1d; } /* A3.7 */ .punbb address, .punbb em { font-style: normal } /* A3.8 */ .punbb .post-content em { font-style: italic } /* A3.9 */ .punbb .post-content em.bbuline { font-style: normal; text-decoration: underline; } /* A3.10 */ .punbb a { } /* A3.11 */ .punbb optgroup { font-weight: bold; } /* A4 Float clearing and hidden items -------------------------------------------------------------*/ /* A4.1 */ #pun:after, .punbb .container:after, .punbb .post-links ul:after, .punbb .main div.inline:after, .punbb .post-box:after, .punbb .linksb:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; overflow:hidden; line-height: 0.0; font-size: 0; } /* A4.2 */ .acchide, #pun-index #pun-main h1, #pun-navlinks h2, #pun-pagelinks h2, #pun-status h2, #pun-ulinks h2, .punbb .forum h2, .punbb .multipage .topic h2, .punbb dl.post-sig dt span, .punbb p.crumbs strong, .punbb .divider hr, .punbb .required label em, .punbb .formsubmit label, .punbb .submitfield label, .punbb .modmenu label, #pun-userlist .main h2 { font-size: 0; height: 0; width: 0; line-height: 0.0; position:absolute; left: -9999px; overflow: hidden } /* A5 Basic page layout and borders -------------------------------------------------------------*/ /* A5.1 */ #pun { width: 1030px; margin: 150px auto; padding: 1px 0px; } /* A5.2 */ .punbb { float: none; width: 960px; height: auto; margin: 0 auto; } /* A5.3 */ #pun-redirect { background: #191919; position: absolute; width: 100%; height: 100%; z-index: 100; top: 0 !important; left: 0 !important; } #pun-redirect #pun-main { margin: 12% 37% 12px 37%; width: auto; float: none; position: relative; z-index: 1000; } /* 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 solid none; border-width: 0px 0px 2px 0px } /* A5.9 */ .punbb .container { border-style: solid; border-width: 1px; } /* A5.10 */ .punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 { padding: 0.5em 1em; border-style: none solid solid none; border-width: 0 1px 1px 0; } /************************************************************* B - MAIN CONTENT - GENERAL **************************************************************/ /* B1 Parsed Content, Signatures and Scroll Boxes -------------------------------------------------------------*/ /* B1.1 */ .punbb .post-content { padding: 0; margin: 0; width: 100%; overflow: hidden; } /* B1.2 */ .punbb .post-sig dt:before { content: 'xxx'; } .punbb .post-sig dt { display: block; width: auto; font-size: 8px; letter-spacing: 10px; margin: auto; text-align: center; padding: 4px; } /* B1.3 */ .punbb .post-content p { margin: 0; padding: 0 0 10px 0; line-height: 150%; text-align: justify; } /* B1.4 */ .punbb .post-content img { vertical-align: text-bottom } /* B1.5 */ .punbb .post-content img.postimg { vertical-align: middle; } /* B1.6 */ .punbb .post-content .blockcode, .punbb .post-content blockquote { width: 100%; overflow: hidden; } /* B1.7 */ .punbb .post-content .scrollbox { width: 100%; max-height: 15em!important; overflow: auto; } /* B1.8 */ .punbb .post-content .quote-box, .punbb .post-content .code-box { margin: 1.4em 1.8em 1.4em 1.8em; padding: 1.4em; } /* B1.9 */ .punbb .quote-box cite, .punbb .code-box strong.legend { font-size: 12px; font-weight: bold; color: #2f5a55; font-style: normal; font-family: Yeseva One; text-transform: lowercase; } .punbb .post-content .blockcode { margin-top: 10px!important; } /* 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: 3em; } /* B3.3 */ .linkst .pagelink { position: absolute; font-size: 9px; font-weight: bold; color: #000; text-transform: lowercase; left: 1em; width: 24em; } /* B3.4 */ .linkst .postlink { position: absolute; top: -27px; right: 1em; width: 16em; text-transform: lowercase; font-size: 11px; text-align: right; font-weight: bold; } /* B3.5 */ .punbb .linksb { text-align: right; padding: 0.4em 1em 0.5em 1em; font-size: 1.1em; } /* B3.6 */ .linksb .pagelink { float: left; text-align: left; font-size: 9px; font-weight: bold; color: #000; text-transform: lowercase; width: 24em; } /* B3.7 */ .linksb .postlink { float: right; width: 16em; text-transform: lowercase; font-size: 11px; text-align: right; font-weight: bold; } /* B3.8 */ .subscribelink { clear: both; padding-top: 0.3em; padding-bottom: 0.5em; text-transform: lowercase; font-size: 9px; text-align: right; } /************************************************************* C - MAIN CONTENT - SPECIFIC **************************************************************/ /* C1 Form layout -------------------------------------------------------------*/ /* C1.1 */ .punbb .formal .container { padding: 1.7em 2.3em 1.1em 2.3em; } /* C1.2 */ .punbb .formsubmit { padding: 0 0 0 1.7em; margin: 1em 0 0 0; } /* C1.3 */ .punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span { margin: 0 0.6em 0 0 } /* C1.4 */ .punbb fieldset { margin: 0px 0 1em 0; } /* C1.5 */ .punbb .formal fieldset legend { padding: 0; display: block; } #pun-viewtopic .formal fieldset legend { padding: 0; display: block; margin-top: -13px!important; padding: 6px 0; font-size: 11px; text-align: left; text-transform: lowercase; font-weight: bold; color: #000000!important; } /* C1.6 */ .punbb fieldset legend span { padding: 0px 5px; margin: 0; } /* C1.7 */ .punbb fieldset fieldset { border-style: none; margin: 0; padding: 0 0 8px 0 } /* C1.8 */ .punbb .fs-box { padding: 1em 0 0.8em 0; } /* C1.9 */ .punbb .fs-box p, .punbb .fs-box fieldset { padding: 0 0 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%; } .punbb td div.tclcon { padding: 10px; text-align: justify; text-transform: lowercase; font-size: 9px; } /* C2.2 */ .punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod { text-align: center; width: 10%; } /* C2.3 */ .punbb .main .tcr { overflow: hidden; text-align: left; padding: 0 33px; width: 30%; } /* C2.4 */ #pun-userlist .main .tcl, #pun-searchtopics .main .tcl, #pun-modviewforum .main .tcl { width: 40% } #pun-modviewforum table div.icon { float: left!important; margin-top: 2px; } /* C2.5 */ #pun-userlist .main .tc2, #pun-searchtopics .main .tc2 { text-align: left; width: 20%; } /* C2.6 */ #pun-debug table .tcl { width: 15%; white-space:normal; } /* C2.7 */ #pun-debug .tcr { width: 90%; white-space: normal; } /* C2.8 */ #pun-index .tcl h3 { font-size: 15px; margin-top: -5px; text-transform: lowercase; padding-bottom: 3px; font-family: Yeseva One; letter-spacing: 2px; /* font-weight: bold; */ } } /* 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 } /* C2.14 */ .punbb tbody.hasicon td.tcl { padding: 2.2em; } /* C2.15 */ .punbb div.icon { float: RIGHT; display: block; height: 12px; margin-right: 10px; background-repeat: no-repeat; line-height: 0.0; margin-top: 10px; width: 40px; } /* C2.16 */ .punbb table div.icon { font-size: 1.05em; } /* C3 Topics -------------------------------------------------------------*/ /* 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: 4px; display: block; margin: 22px 4px; font-family: verdana; text-transform: lowercase; font-size: 10px; border-top: 1px solid #e4e4e4; } .punbb .post h3 span a { color: #000000; } /* 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: 218px; padding: 1px; overflow: hidden; background-color: #d5d4d4} /* C3.6 */ .punbb .post .post-author ul, .punbb .post .post-author p { line-height: 140%; } /* C3.7 */ .pa-author { ffont-size: 11px; font-weight: bold; text-align: center; padding-bottom: 10px!important; padding-top: 10px!important; letter-spacing: 1px; color: #fff; font-family: roboto; text-transform: uppercase; } /* C3.8 */ .pa-author a { color: #2f5954!important; font-family: Yeseva One; text-transform: lowercase; font-size: 14px; } } .pa-author a:hover, .pa-author a:active { color: #b1680c!important; } li.pa-avatar.item2 img { max-width: 180px; border: 2px solid #585858; } .post-author ul li.pa-avatar { text-align: center; padding-bottom: 0px!important; margin-bottom: -5px; margin-top: -3px; } /* C3.9 */ li.pa-title { text-align: center; letter-spacing: 1px; font-family: Arsenal; padding: 4px 11px; line-height: 10px; font-weight: bold; color: #585858; font-size: 7px; margin-bottom: 5px; text-transform: uppercase;} li.pa-fld1 { padding: 10px; font-size: 9px; text-transform: lowercase; text-align: justify; line-height: 12px; margin: 0 2px; background-color: #e8e8e8; } li.pa-fld4 { margin-top: -14px; text-align: center; } li.pa-fld5 { position: absolute; margin: -14px 0 0 -11px; transform: rotate(-12deg); } li.pa-fld5 img { width: 27px; } li.pa-fld1 a { font-weight: bold; } li.pa-fld3::before { content: '- '; } li.pa-fld3 { text-transform: uppercase; text-align: center; letter-spacing: 1px; font-family: roboto; padding: 0px 0px 10px; margin-top: -10px; line-height: 10px; font-weight: bold; color: #ae690a; font-size: 6px; } li.pa-fld3::after { content: ' -'; } .fdom { background-color: #d8d8d8; margin-top: -16px!important; padding: 0px 4px; padding-bottom: 7px; margin-left: auto; width: fit-content; text-align: center; font-family: theanomodern; font-size: 10px; font-weight: bold; text-transform: uppercase; margin-right: auto; } .post-author .pa-respect, .pa-posts { display: inline-block; text-align: center; text-transform: lowercase; font-family: arial; color: #585858; /* font-weight: bold; */ width: 106px; font-size: 8px; margin-top: 7px; letter-spacing: 1px; } .pa-respect a, .pa-posts a { color: #585858!important; } li.pa-fld2 { text-align: center; font-family: roboto; font-weight: 900; font-size: 10px; TEXT-TRANSFORM: uppercase; margin: 0 2px; color: #ae690a; background-color: #e8e8e8; border-top: 1px dashed #151111; padding: 10px 0; } li.pa-ip { font-size: 7px; text-align: center; margin-bottom: 4px; } li.pa-online { line-height: 0.8em; border-left-style: solid; /* display: none; */ border-left-width: 2.7em; padding-left: 5.9em; margin-top: 1.6em; font-size: 8px; text-transform: lowercase; color: #2f5954;} /* C3.11 */ .punbb .post-body { margin-left: 21em; border-left-style: solid; border-left-width: 1px; padding: 0 0 1px 0; } /* C3.12 */ .punbb .post-box { padding: 1em 3em; padding-right: 1px; } /*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: 0 1em 0 0; height: 2em; line-height: 2em; margin-left: -19em; text-transform: lowercase; border-top-style: dashed; border-top-width: 1px; background: transparent; text-align: right; } /* C3.16 */ .punbb .post-links li { display: inline; padding-right: 1em; } /* C3.17 */ .pl-email, .pl-website { float: left; } /* C3.18 */ .punbb .clearer { clear: both; height: 0; font-size: 0; } /* C4 Moderator menu -------------------------------------------------------------*/ /* C4.1 */ .punbb .modmenu .container { padding: 0.5em 1em; text-align: right; text-transform: lowercase; } /* 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; color: #797979; font-size: 8px; text-transform: uppercase; font-family: arial; font-weight: bold; text-align: center; } /* C5.2 */ .punbb .info .container .backlink { padding-top: 0.8em; text-align: center; font-family: verdana; text-transform: lowercase; font-size: 8px; } /* 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; font-size: 10px; font-weight: bold; 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; margin-top: 33px; } /* D1.2 */ #pun-title h1 { display : block; height : 40px; padding: 2em 1em 0 1em; } /* D1.3 */ #pun-title .container { border-style: none solid none solid; } /* D1.4 */ #pun-title h1 span { display: none; } #pun-title table { border: none; } #pun-title td.title-logo-tdl { border: none; width: 100%; } #pun-title td.title-logo-tdr { border: none; width: 468px; } /* D2 Page navigation -------------------------------------------------------------*/ /* D2.1 */ #pun-pagelinks { position: absolute; top: -15px; left: 0; margin: 0; border: none; padding: 0; width: 100%; } /* D2.2 */ #pun-pagelinks .container { background: transparent; border: none; padding: 0} /* D2.3 */ #pun-pagelinks .container li { display: inline } /* D2.4 */ #pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover { height: 2em; line-height: 2em; padding: 0; font-size: 1.2em; margin-left: -9999px; display: block; float:left; width: 100%; } /* D2.5 */ #pun-pagelinks a:active, #pun-pagelinks a:focus { position:relative; margin: 0; } #pun-pagelinks li a span { display:block; margin: 0 1em } /* D3 Forum navigation -------------------------------------------------------------*/ /* D3.1 */ #pun-navlinks, #pun-navlinks .container { border-style: none; border-width: 0; margin-top: -262px; letter-spacing: 3px; font-family: Cuprum; text-transform: uppercase; text-align: center; font-size: 9px; margin-left: 9px; } /* D3.2 */ #pun-navlinks .container { padding: 0.7em 1em; } /* D.3 */ #pun-navlinks li { display: inline; padding-right: 1em; } /* D3.4 */ #pun-navlinks li a { font-size: 1.1em; } /* D4 User links -------------------------------------------------------------*/ /* D4.1 */ #pun-ulinks { margin-top: -13px; } /* D4.2 */ #pun-ulinks .container { border-top: none; font-family: Arsenal; margin: 209px 0; text-transform: uppercase; text-decoration: none; word-spacing: 4px; text-align: center; font-weight: bold; font-size: 7px; letter-spacing: 3px; margin-bottom: 15px; } /* D4.3 */ #pun-ulinks li, #pun-ulinks li a { display: inline; white-space: nowrap; } #pun-ulinks a { color: #191919; } /* 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 { font-family: verdana; font-size: 8px; color: #464646; letter-spacing: 1px; text-transform: uppercase; margin-left: 5px;} /* D5.3 */ #pun-status span { white-space: nowrap; margin-right: 0.5em; } /* D5.4 */ #pun-crumbs1 { font-weight: bold; overflow: hidden; font-size: 11px; margin-top: 18px!important; } /* D5.5 */ #pun-crumbs1 p.container { border-top: none; padding: 4px; font-size: 1.1em; } /* D5.6 */ #pun-break1 { margin: 0 1em; border-style: solid none; border-width: 1px 0; height: 0; margin: -2px 1em; position: relative; z-index: 1; } /* D6 Announcement -------------------------------------------------------------*/ /* D6.1 */ #pun-announcement h2 { padding: 0; margin: 0 1em -3.5em 1em; border-style: none none solid none; border-width: 0 0 1px 0; position: relative; font-weight: bold; } /* D6.2 */ #pun-announcement h2 span { display: block; padding: 1em 0 0.8em 0; } /* D6.3 */ #pun-announcement .container { padding: 1em; } /* D7 Statistics -------------------------------------------------------------*/ /* D7.1 */ #pun-stats .container { padding: 0; } /* D7.2 */ #pun-stats li.item1, #pun-stats li.item2 { float: left; clear: both; font-size: 11px; line-height: 150%; } /* D7.3 */ #pun-stats li.item3, #pun-stats li.item4 { text-align: right; font-size: 11px; 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; text-align: justify; padding: 5px 30px; } /* D8 Quick Jump - About - Bottom Breadcrumbs -------------------------------------------------------------*/ /* D8.1 */ #pun-qjump { margin: 0; border: none; width: 50%; position: relative; float: left; } /* D8.2 */ #pun-qjump .container { border: none; background: transparent; padding: 0.8em 1em; } /* D8.3 */ #pun-about { margin-top: 0; } /* D8.4 */ #pun-about .container { border-top-style: none; text-align: right; line-height: 150%; padding: 0.8em 1em; } /* D8.5 */ #pun-about p span { display: block; width: 100%; font-family: Raleway; text-transform: uppercase; /* font-weight: bold; */ font-size: 5px; color: #000000; letter-spacing: 2px; text-align: center; } /* D8.6 */ #pun-crumbs2 { font-weight: bold; overflow: hidden; font-size: 11px; border-bottom: none; } /* D8.7 */ #pun-crumbs2 .container { border-bottom: none; padding: 0.8em 1em; } /* D8.8 */ #pun-break4 { margin: -2px 1em; border-style: solid none; border-width: 1px 0; position: relative; height: 0; z-index: 1; } /* D8.9 */ div.punbb-admin #pun-about .container { border-top-style: solid; border-top-width: 1px; } /* D9 Help file -------------------------------------------------------------*/ /* D9.1 */ #pun-help .formal .info-box h3.legend { border-bottom-style: solid; border-bottom-width: 1px; padding-bottom: 0; margin-bottom: 0.8em; } /* D9.2 */ #pun-help .formal .info-box h3.legend span { padding-bottom: 0.6em; display: block; border-bottom-style: solid; border-bottom-width: 1px; font-size: 1.1em; } /* D9.3 */ #pun-help .formal p, #pun-help .formal dd { margin-bottom: 1em } /* D9.4 */ #pun-help .formal ul, #pun-help .formal dl { padding: 0 0 0 1em } /* D9.5 */ #pun-help .formal li { padding: 0; line-height: 130% } /* D9.6 */ #pun-help .formal li * { vertical-align: text-top } /* D9.7 */ #pun-help .formal dt span { font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace } /* D9.8 */ #pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode { padding-bottom: 0; } .admain { padding-left: 172px!important; margin-bottom: 1em; } .banners { position: absolute; margin-top: 44px; width: 1012px; margin-left: -37px; border: 10px solid #18100e; text-align: center; background-color: #18100e; height: 31px; overflow-y: auto; } .banners img { opacity: 0.7; max-width: 88px; max-height: 31px; } .banners img:hover { opacity: 0.9; } .topic .sharelink {display:none;} .stickytext,.closedatafield{ display:none;} .forlink:hover { background-color: #b1680c30; } .forlink { display: inline-block; background-color: #e8e8e8; color: #0d1007!important; border: 1px solid; border-radius: 2px; height: 13px; padding: 3px 14px; } #post-preview .fs-box .post-content { width: 692px; padding: 10px !important; margin-left: 53px; } .punbb .user-avatar .avatar-image { height: 25px!important; width: 25px!important; border: 2px solid #5a2843!important; } .punbb .user-avatar .isonline { right: 6px!important; background: #d40303!important; } .blok { position: absolute; height: 75px; margin-top: 48px; margin-left: 13px; width: auto; line-height: 14px; } .blok img { margin: 4px; box-shadow: 0 0 7px 1px #00000096; } .blok img:hover { -webkit-filter: grayscale(30%); -moz-filter: grayscale(30%); -ms-filter: grayscale(30%); -o-filter: grayscale(30%); filter: grayscale(30%); } .navig { text-align: center; position: absolute; font-family: roboto; font-size: 10px; line-height: 19px; font-weight: bold; text-transform: lowercase; width: 958px; margin-top: 7px; color: #49392a!important; } .blok a { color: #232323!important; } .blok a:hover { color: #980800!important; } .tipsy.a11 { margin-top:-22px!important; margin-left: 85px!important; max-width:170px; } .bnnr { background-color: #af690a; width: 181px; padding: 3px 1px 1px 3px; } #pun-announcement h2 {display: none} .collection img { width: 50px; margin: 5px; } #pun-index .tcl .modlist{display:none!important} #viewprofile-next #profilenav { display: none; } #viewprofile { position: relative; } #viewprofile #pa-edit { position: absolute; right: 1em; font-family: roboto; font-size: 11px; text-transform: uppercase; top: 1em; } div#topic_t7 li.pl-delete, div#topic_t6 li.pl-delete { display: none; } /********************************* *********************************/ #pun-navlinks a:not(.NextShow)+span.odd{ display:none!important; } #pun-navlinks #New-exit { position:absolute; margin-left: 25px; } #pun-navlinks #New-exit img{ width: 25px; height: auto; display:inline-block; margin-top: -4px!important; opacity: .8; } #pun-navlinks #form-login { position: absolute; left: 0; top: 12px; z-index: 100; text-transform: lowercase; font-weight: 600; text-shadow: none; font-family: arial; color: #000; font-size: 10px; padding: 7px 12px; background: #e8e8e8; text-align: center; background-color: #e8e8e8; border: 1px solid #b2670a; } #pun-navlinks #navlogout #form-login { margin-left: -40px; } #navpm+#navlogout #form-login { margin-left: 69px; } #pun-navlinks #navlogin #form-login { margin-left: 164px; } #pun-navlinks #form-login .Rega, #pun-navlinks #form-login .Forgot{ font-size:10px!important; color: #6A1750!important; letter-spacing:0.5!important; } #form-login input.none{ outline:red dashed 2px!important; } .punbb #form-login input[type="checkbox"]#check{ display:none; position:absolute; right:10px; border: 2px #000000; border-radius:0; box-shadow:none; box-sizing: border-box; column-gap: 13px; font: normal normal 400 12.76px/normal Tahoma; height: 22px; margin: -3px -3px; padding: 1px!important; resize: none; vertical-align: middle; width: 13px; } #List-UserNames { position: absolute; margin-top: -8px; min-height: 109px; width: 220px; right: 100%; text-shadow: none; padding: 12px 19px 26px 17px; text-align: center; background-color: #e8e8e8; border: 1px solid #b2690b; } .punbb #List-UserNames li{ display: block!important; position: relative; background: #e8e8e8; border: 1px solid #b3660a; text-align: left; padding-left: 5px!important; font: normal normal 100 9px/normal verdana!important; margin: 1px auto!important; padding: 2px 0; transition: .33s; } .punbb #List-UserNames li:hover{ opacity: .98; background: #ad6b0a3d!important; } .punbb #List-UserNames li>b{ cursor: pointer; letter-spacing: 0!important; opacity: .8; color: #000000; } .punbb #List-UserNames li>b:hover{ opacity: .93; } #List-UserNames ul { overflow: hidden; overflow-y: auto; min-height: 36px; max-height: 72px; font-family: roboto; padding: 0!important; text-shadow: none !important; font-size: 10px; } #List-UserNames ul::-webkit-scrollbar { width: 7px; height: 5px; } #List-UserNames ul::-webkit-scrollbar-track { background-color: #e8e5e1; border: 3px solid #e8e8e8; box-shadow: none; } #List-UserNames ul::-webkit-scrollbar-thumb { background-color: #e8e5e1; border: 2px solid #e8e8e8; 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: #bf3631; font: normal normal 700 10.56px/normal Verdana; } #List-UserNames ul:empty::before{ display:inline-block; content: "" } #navlogin #exit-2 { display:none; } #navlogout .Rega, #navlogout .Forgot { display:none; } .punbb #List-UserNames input { background: rgb(208, 206, 209); border: 1px inset rgba(99,100,79,.3)!important; color: #5b4556!important; margin-top: 9px; padding: 4px !important; vertical-align: middle; } #List-UserNames ul+span{ display:inline-block; padding:6px 0 8px 0; text-align:left; font: normal normal 400 10.56px/normal Verdana; } #List-UserNames ul+span b{ font: normal normal 400 13px/normal Verdana; padding:0 3px; color: #313121; } #List-UserNames .a1-paste{ cursor: pointer; color: #867877; display: inline-block!important; float: right; } #List-UserNames .a1-copy{ display: inline-block!important; color: #867877; cursor: pointer; float: left; } /*** УЛУЧШИТЬ АККАУНТ ***/ #pun-status .item4 {display:none;} .tab_post { position: absolute; z-index: 9; font-family: arial; width: 289px; overflow: auto; height: 40px; margin: 59px 13px; line-height: 10px; text-align: justify; padding-right: 4px!important; color: #d7d5d5; font-size: 7px; /* background-color: #cdc7c73b; */ letter-spacing: 1px; } #main-reply {height: 220px} #ready { position: absolute; top: 100px; margin-left: 2px; width: 308px; text-align: center; /* text-shadow: 1px 1px 0 #11111152; */ color: #d7d5d5; z-index: 9; text-transform: uppercase; font-family: Yeseva One; letter-spacing: 6px; font-size: 9px; }
Код:/* CS1 Background and text colours -------------------------------------------------------------*/ /*Фон */ body { background-image: url(https://forumstatic.ru/files/001a/e5/81/34923.png); background-position: top center; background-attachment: fixed; background-repeat-y: no-repeat; background-size: cover; background-color: #000201;} /* Шапка */ #pun-title table { background-image: url(https://forumstatic.ru/files/001a/e5/81/59962.png); background-repeat: no-repeat; background-position: top center; margin-left: -30px; margin-top: -129px; height: 280px; width: 1020px; } /* Тело форума */ #pun {background-image : url("https://forumstatic.ru/files/001a/e5/81/88036.png"); background-color : transparent; background-position : center; background-repeat: repeat-y; width: 1020px !important; } /* категории */ #pun-category1.category h2, #pun-category2.category h2, #pun-category3.category h2, #pun-category4.category h2, #pun-category5.category h2, #pun-category6.category h2 { margin: 20px 17px!important; margin-top: 3px; font-size: 5px !important; text-transform: uppercase; color: transparent; height: 0px; font-weight: normal; letter-spacing: 2px; background-position: center; } #pun-category1.category h2 {background: url(); } #pun-category2.category h2 { background:url() top right; } #pun-category3.category h2 { background:url(); } #pun-category4.category h2 { background:url(); } #pun-category5.category h2 { background:url(); } #pun-category6.category h2 { background:url() top right; } /*статистика*/ #pun-stats.section h2 { background-attachment: scroll; background: url(); background-clip: border-box; margin: 20px 17px!important; font-size: 5px !important; letter-spacing: 2px; height: 0px; color: transparent; margin-left: -34px; font-weight: normal; text-transform: uppercase; } #pun-stats.section h2 span { } /* Футер */ #pun-about p.container { background-image: url(https://forumstatic.ru/files/001a/e5/81/11340.png); margin: 0px -43px -95px -43px; background-position: center bottom; background-repeat: no-repeat; height: 80px; } /* CS1.1 */ .punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3, .punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd, .punbb .info-box, .punbb #pun-main .info-box .legend { background: transparent; color: #191919; } /* CS1.2 */ .punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer { background: transparent; color: #000; } .punbb-admin #pun-admain .adcontainer { border-color: #e8e8e8!important; } /* CS1.3 */ #pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 { color: #000000; text-transform: lowercase; margin: 4px; padding: 5px 0; font-weight: bold; font-size: 11px !important; font-family: verdana; text-align: center; } /* CS1.4 */ #pun-title, #pun-title .container, .punbb .modmenu .container { background: transparent; color: #000; } /* CS1.5 */ #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span { color: #000000; } .punbb-admin #pun-admain legend span { background-color: #e8e8e8!important; } /* CS1.6 */ .punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl { background: transparent; color: #000; } /* CS1.7 */ .punbb .quote-box, .punbb .code-box { border: 1px solid #888888; color: #000000; } /* CS1.8 */ #pun-navlinks .container { background: transparent; color: #f1f1f1; } .offline li.pa-online strong { font-weight: normal; } /* CS2 Border colours -------------------------------------------------------------*/ /* CS2.1 */ .punbb .container, .punbb .post-body, .post h3, #pun-title { border-color: transparent; } /* CS2.2 */ .punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post { border-color: transparent; } /* 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; } /* CS3 Links -------------------------------------------------------------*/ /* CS3.1 */ .punbb a, .punbb a:link, .punbb a:visited, .punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited { text-decoration: none; color: #000; } .punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited { color: #000; } /* CS3.2 */ .punbb a:hover, .punbb a:focus, .punbb a:active, .punbb-admin #pun-admain .nodefault, .punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active { color: #305b56; } /* CS3.3 */ #pun-navlinks a { color: #1b1b1b; text-decoration: none; } /* CS3.4 */ #pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active { color: #305b56; } #pun-pagelinks a:active, #pun-pagelinks a:focus { color: #305b56; } .punbb .post-content a:hover { color: #000; } .punbb .post-content a { color: #18443f; font-weight: bold;} /* CS4 Post status icons -------------------------------------------------------------*/ div.icon { background: url(https://forumstatic.ru/files/001a/e5/81/84285.png)no-repeat; } tr.inew div.icon { background: url(https://forumstatic.ru/files/001a/e5/81/45525.png) no-repeat; } tr.iclosed div.icon { background: url(https://forumstatic.ru/files/001a/e5/81/84285.png) no-repeat; } tr.isticky div.icon { background: url(https://forumstatic.ru/files/001a/e5/81/19635.png) no-repeat; } #pun-viewforum table Div.icon, #pun-messages table Div.icon { float: left; margin-right: 10px; margin-top: 12px;} #pun-main div.catleft, #pun-main div.catright {display: none} /*Стиль выделения */ ::selection { background: none repeat scroll 0 0 #cdc7c7; color: #000000; opacity: 1; } *::-moz-selection { background: none repeat scroll 0 0 rgb(46, 46, 46); color: #e8e8e8; opacity: 1; } /* Стиль списка тем в форуме */ #pun-main .forum .tcl .tclcon { text-align: justify; } /* Список тем в форуме ник создателя темы */ #pun-main .forum .tcl .byuser { display: block; font-size: 9px; } #pun-main .forum .tcl .byuser:before { content: ""; } /*Форма ответа стиль выпадающих окошек*/ #font-area, #size-area, #color-area, #table-area, #smilies-area, #image-area, #imageup-area, #imageattach-area, #keyboard-area, #video-area, #addition-area { position: absolute; z-index: 1000; right: 12px!important; padding: 5px; top: 54px!important; background-color: rgb(232, 232, 232); border: 1px solid rgb(123, 121, 116); } #font-area { overflow-y: scroll; height: 300px; width: 170px; padding: 10px 10px; } #font-area::-webkit-scrollbar-thumb { background-color: rgb(50 93 88); } #font-area::-webkit-scrollbar-track { background-color: #e8e5e1; } /*Фон окошка репутации*/ #pun-report .inner, #pun-reputation .inner, #pun-admin-award-form .inner { display: none; position: fixed; left: 50%; top: 50%; margin: -131px 0 0 -451px!important; z-index: 100; width: 903px!important; position: absolute; right: 12px!important; background-color: rgb(241, 241, 241); box-shadow: none!important; -webkit-box-shadow: none!important; -moz-box-shadow: none!important; -khtml-box-shadow: none!important; } /* скроллбар */ .scrollbox::-webkit-scrollbar { width: 3px; height: 6px;} .scrollbox::-webkit-scrollbar-track {background-color: #d7d5d5;} .scrollbox::-webkit-scrollbar-thumb {background-color: #315c58;} ::-webkit-scrollbar { width: 3px; height: 6px;} ::-webkit-scrollbar-track { background-color: #d7d5d5;} ::-webkit-scrollbar-thumb { background-color: #315c58;} #MyBookmarks { display: none; position: fixed; background: #e8e8e8; border: none!important; box-shadow: none!important; border-left: none; z-index: 101; left: 0; margin-top: 147px; top: 0; right: 0; height: 70%!important; width: 240px; } #BookmCntToggle.default-style { background: #010000!important; border-left: solid 5px currentColor!important; box-shadow: none!important; color: #f3f3f3!important; display: block; height: 22px!important; width: 18px!important; } #BookmCntToggle { position: fixed; top: 5px!important; left: 5px!important; opacity: 0.7; cursor: pointer; z-index: 3; transition: opacity .3s ease-out; } .post .bookmark { color: #8e0200!important; width: 12px!important; right: -36px!important; } .editBookmark { background-color: #e8e8e8!important; box-shadow: none!important; color: #000!important; border: 1px solid #151111; border-radius: 2px!important; } #MyBookmarks h2, #MyBookmarks h1 { font-family: verdana!important; color: #000000!important; font-weight: bold; text-transform: lowercase; font-size: 10px; text-align: center!important; } .editBookmark .inputfield { font-weight: 700; text-transform: lowercase!important; } /*форум тем соо прозрачность*/ #pun th {text-transform: lowercase; font-size: 0px; padding-bottom: 0px; font-weight: bold; opacity: 0.0;} #pun-userlist th {opacity: 1;font-size: 9px;} #pun-viewtopic h1, #pun-viewtopic h2 {display:none;} #pun-viewforum h1 {display:none;} #pun-messages h3 {display:none;} #pun-messages .fs-box { padding: 4em 0 0.8em 0;} .lastedit {display:none} #pun-messages .pa-posts, #pun-messages .pa-reg {display:none;} .resizable-textarea textarea { display: block; margin-bottom: 0pt; border: 2px solid #000000!important; background-color: #f3f3f3!important; } #main-reply { border: 1px solid #6d6d6d!important; background-color: #ffffff!important; } .go-up, .go-down { cursor: pointer; display: none; height: 45px; margin-left: 926px !important; opacity: 1; position: fixed; width: 39px; z-index: 9999; } .go-up { bottom: 56%; } .go-down { bottom: 48%; } .go-down:hover, .go-up:hover { opacity: 1; } #statistic-other{ text-align: center!important; text-transform: lowercase; font-size: 8px; font-weight: bold; } .news { position: absolute; margin: 99px 426px!important; font-family: foglihtenno; font-size: 11px; border-top: solid 1px #a0a0a0; box-shadow: 0 -2px rgb(122, 142, 149), 0px -4px #ababab; text-align: center; text-transform: uppercase; letter-spacing: 0px; line-height: 13px; text-shadow: 1px 1px 0px #284144; color: #c1c1c1; font-weight: bold; width: 42px; height: 31px; opacity: 0; transition: all 0.6s ease-in-out 0.1s; -webkit-transition: all 0.6s ease-in-out 0.1s; -moz-transition: all 0.6s ease-in-out 0.1s; -o-transition: all 0.6s ease-in-out 0.1s; } .news a { color: #c1c1c1!important; } .news:hover, .news:active, .need1:hover, .need1:active, .need2:hover, .need2:active { opacity: 1; } .links { font-weight: bold; padding: 10px; padding-bottom: 0px; font-size: 8px; color: #777068; text-align: center; font-family: verdana; } .links a { font-family: arial; text-transform: lowercase; font-size: 9px; font-weight: bold; } .punbb .main .tcr a { font-weight: bold; } .punbb .main .tcr span { font-size: 10px; } #pun-viewforum .tclcon a { font-size: 11px; margin-left: 2px; } #pun-viewforum .tcr a { text-transform: lowercase; font-size: 10px; } .pun-modal .modal-inner { border: 1px solid #000000!important; background: #e8e8e8!important; } .unread-notifications .notifications-block-title { border: solid 0px rgba(0,0,0,.06)!important; border-style: solid none; background: rgba(0, 0, 0, 0)!important; } .punbb textarea::-webkit-scrollbar-thumb { background-color: rgb(50 93 88); } .punbb textarea::-webkit-scrollbar-track { background-color: #e8e5e1; } .adformal h2, #pun-adnav h2 { background-color: #e8e8e8!important; } #mask_dialog .inner { cursor: default; margin: 0; width: 760px; max-width: 99%; max-height: 90%; overflow-x: auto; z-index: 100; box-shadow: 0 0 0 3px #fff; background: #e8e6e6; padding: 8px; } textarea { -ms-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } .award{ max-height: 560px; overflow-y: auto; } .aw1 { opacity: 1; } .aw0 { opacity: 0.5; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); } .aw1 img, .aw0 img { height: 110px; } .aw1, .aw0 { display: inline-block; } div.post-rating a, div.post-vote a { color: #000!important; } #spoiler-sels { background-color: #e8e8e8; border: 1px solid #6d6d6d; padding: 1em; }
Поделиться42020-09-13 13:44:30
111111111
Поделиться52020-12-19 11:35:22
Код:/************************************************************* A - SETUP **************************************************************/ /* A1 Import the colour scheme -------------------------------------------------------------*/ /* A1.1 */ @import url(style_cs.css); @import url('https://fonts.googleapis.com/css2?family=UnifrakturMaguntia&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Arsenal&family=Playfair+Display&family=Raleway:wght@100;200;300&family=Yeseva+One&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@300;400;500;700;800&family=Cormorant:wght@300;400;500&family=Cuprum:wght@400;700&family=Didact+Gothic&family=El+Messiri:wght@400;500;600;700&family=Philosopher:wght@400;700&family=Poiret+One&family=Tinos:wght@400;700&display=swap'); @font-face { font-family: 'Oranienbaum'; src: local('Oranienbaum'), local('Oranienbaum-Regular'), url('http://hb.bizmrg.com/fonts/oranienbaum/400.woff2') format('woff2'), url('http://hb.bizmrg.com/fonts/oranienbaum/400.woff') format('woff'); font-weight: 400; font-style: normal; } @font-face { font-family: 'OldOak'; src: url('https://forumstatic.ru/files/001a/c0/74/16674.eot'); src: local('OldOak'), url('https://forumstatic.ru/files/001a/c0/74/16674.woff') format('woff'), url('https://forumstatic.ru/files/001a/c0/74/16674.ttf') format('truetype'), url('https://forumstatic.ru/files/001a/c0/74/16674.svg') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'TheanoModern'; src: local('Theano Modern Regular'), local('TheanoModern-Regular'), url('http://hb.bizmrg.com/fonts/theanomodern/400.woff2') format('woff2'), url('http://hb.bizmrg.com/fonts/theanomodern/400.woff') format('woff'); font-weight: 400; font-style: normal; } @font-face {font-family: 'Playfair Display'; src: url('https://forumstatic.ru/files/0019/a0/36/84758.eot'); src: url('https://forumstatic.ru/files/0019/a0/36/84758.eot?#iefix') format('embedded-opentype'), url('https://forumstatic.ru/files/0019/a0/36/52142.woff') format('woff'), url('https://forumstatic.ru/files/0019/a0/36/88677.ttf') format('truetype'); font-weight: normal; font-style: normal;} @font-face {font-family: 'Playfair Display'; src: url('https://forumstatic.ru/files/0019/a0/36/48890.eot'); src: url('https://forumstatic.ru/files/0019/a0/36/48890.eot?#iefix') format('embedded-opentype'), url('https://forumstatic.ru/files/0019/a0/36/61308.woff') format('woff'), url('https://forumstatic.ru/files/0019/a0/36/64432.ttf') format('truetype'); font-weight: normal; font-style: italic;} @font-face {font-family: 'Playfair Display'; src: url('https://forumstatic.ru/files/001a/c0/74/90473.eot'); src: url('https://forumstatic.ru/files/001a/c0/74/90473.eot?#iefix') format('embedded-opentype'), url('https://forumstatic.ru/files/001a/c0/74/12814.woff') format('woff'), url('https://forumstatic.ru/files/001a/c0/74/15334.ttf') format('truetype'); font-weight: bold; font-style: normal;} @font-face {font-family: 'Playfair Display'; src: url('https://forumstatic.ru/files/001a/c0/74/54154.eot'); src: url('https://forumstatic.ru/files/001a/c0/74/54154.eot?#iefix') format('embedded-opentype'), url('https://forumstatic.ru/files/001a/c0/74/15236.woff') format('woff'), url('https://forumstatic.ru/files/001a/c0/74/86898.ttf') format('truetype'); font-weight: bold; font-style: italic;} @font-face {font-family: 'yeseva one'; src: url('https://forumstatic.ru/files/0019/03/0e/44523.eot?'), url('https://forumstatic.ru/files/0019/03/0e/76910.woff') format('woff'), url('https://forumstatic.ru/files/0019/03/0e/34371.ttf') format('truetype'), url('https://forumstatic.ru/files/0019/03/0e/71332.svg#svgFontName') format('svg');} /* A2 Deal with browser defaults and wonkiness -------------------------------------------------------------*/ /* A2.1 */ html, body {margin: 0; padding: 0} /* A2.2 */ .punbb * { margin: 0 } /* A2.3 */ .punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt { padding: 0; list-style: none; } /* A2.4 */ .punbb img { border:none } /* A2.5 */ .punbb .main table { table-layout: fixed; width: 100%; } /* A2.6 */ .checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;} /* A2.7 */ p[class="checkfield"] *, div[class="checkfield"] *, fieldset[class="radiofield"] * { height: 1.8em; vertical-align: middle } /* A3 Text setup -------------------------------------------------------------*/ /* A3.1 */ body { font-size: 100.01%; } /* A3.2 */ .punbb { font: normal 11px 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 h2 span, .punbb legend span { font-size: 1.1em; } /* A3.6 */ .punbb pre { font: 1em verdana, arial, helvetica, sans-serif; line-height: 17px; color: #1d1d1d; } /* A3.7 */ .punbb address, .punbb em { font-style: normal } /* A3.8 */ .punbb .post-content em { font-style: italic } /* A3.9 */ .punbb .post-content em.bbuline { font-style: normal; text-decoration: underline; } /* A3.10 */ .punbb a { } /* A3.11 */ .punbb optgroup { font-weight: bold; } /* A4 Float clearing and hidden items -------------------------------------------------------------*/ /* A4.1 */ #pun:after, .punbb .container:after, .punbb .post-links ul:after, .punbb .main div.inline:after, .punbb .post-box:after, .punbb .linksb:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; overflow:hidden; line-height: 0.0; font-size: 0; } /* A4.2 */ .acchide, #pun-index #pun-main h1, #pun-navlinks h2, #pun-pagelinks h2, #pun-status h2, #pun-ulinks h2, .punbb .forum h2, .punbb .multipage .topic h2, .punbb dl.post-sig dt span, .punbb p.crumbs strong, .punbb .divider hr, .punbb .required label em, .punbb .formsubmit label, .punbb .submitfield label, .punbb .modmenu label, #pun-userlist .main h2 { font-size: 0; height: 0; width: 0; line-height: 0.0; position:absolute; left: -9999px; overflow: hidden } /* A5 Basic page layout and borders -------------------------------------------------------------*/ /* A5.1 */ #pun { width: 1020px; margin: 150px auto; padding: 1px 0px; } /* A5.2 */ .punbb { float: none; width: 960px; height: auto; margin: 0 auto; } /* A5.3 */ #pun-redirect { background: #191919; position: absolute; width: 100%; height: 100%; z-index: 100; top: 0 !important; left: 0 !important; } #pun-redirect #pun-main { margin: 12% 37% 12px 37%; width: auto; float: none; position: relative; z-index: 1000; } /* 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 solid none; border-width: 0px 0px 2px 0px } /* A5.9 */ .punbb .container { border-style: solid; border-width: 1px; } /* A5.10 */ .punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 { padding: 0.5em 1em; border-style: none solid solid none; border-width: 0 1px 1px 0; } /************************************************************* B - MAIN CONTENT - GENERAL **************************************************************/ /* B1 Parsed Content, Signatures and Scroll Boxes -------------------------------------------------------------*/ /* B1.1 */ .punbb .post-content { padding: 0; margin: 0; width: 100%; overflow: hidden; } /* B1.2 */ .punbb .post-sig dt:before { content: 'xxx'; } .punbb .post-sig dt { display: block; width: auto; font-size: 8px; letter-spacing: 10px; margin: auto; text-align: center; padding: 4px; } /* B1.3 */ .punbb .post-content p { margin: 0; padding: 0 0 10px 0; line-height: 150%; text-align: justify; } /* B1.4 */ .punbb .post-content img { vertical-align: text-bottom } /* B1.5 */ .punbb .post-content img.postimg { vertical-align: middle; } /* B1.6 */ .punbb .post-content .blockcode, .punbb .post-content blockquote { width: 100%; overflow: hidden; } /* B1.7 */ .punbb .post-content .scrollbox { width: 100%; max-height: 15em!important; overflow: auto; } /* B1.8 */ .punbb .post-content .quote-box, .punbb .post-content .code-box { margin: 1.4em 1.8em 1.4em 1.8em; padding: 1.4em; } /* B1.9 */ .punbb .quote-box cite, .punbb .code-box strong.legend { font-size: 13px; font-weight: bolder; color: #191a1a; font-style: normal; font-family: Arsenal; text-transform: lowercase; } .punbb .post-content .blockcode { margin-top: 10px!important; } /* 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: 3em; } /* B3.3 */ .linkst .pagelink { position: absolute; font-size: 9px; font-weight: bold; color: #000; text-transform: lowercase; left: 1em; width: 24em; } /* B3.4 */ .linkst .postlink { position: absolute; top: -27px; right: 1em; width: 16em; text-transform: lowercase; font-size: 11px; text-align: right; font-weight: bold; } /* B3.5 */ .punbb .linksb { text-align: right; padding: 0.4em 1em 0.5em 1em; font-size: 1.1em; } /* B3.6 */ .linksb .pagelink { float: left; text-align: left; font-size: 9px; font-weight: bold; color: #000; text-transform: lowercase; width: 24em; } /* B3.7 */ .linksb .postlink { float: right; width: 16em; text-transform: lowercase; font-size: 11px; text-align: right; font-weight: bold; } /* B3.8 */ .subscribelink { clear: both; padding-top: 0.3em; padding-bottom: 0.5em; text-transform: lowercase; font-size: 9px; text-align: right; } /************************************************************* C - MAIN CONTENT - SPECIFIC **************************************************************/ /* C1 Form layout -------------------------------------------------------------*/ /* C1.1 */ .punbb .formal .container { padding: 1.7em 2.3em 1.1em 2.3em; } /* C1.2 */ .punbb .formsubmit { padding: 0 0 0 1.7em; margin: 1em 0 0 0; } /* C1.3 */ .punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span { margin: 0 0.6em 0 0 } /* C1.4 */ .punbb fieldset { margin: 0px 0 1em 0; } /* C1.5 */ .punbb .formal fieldset legend { padding: 0; display: block; } #pun-viewtopic .formal fieldset legend { padding: 0; display: block; margin-top: -13px!important; padding: 6px 0; font-size: 11px; text-align: left; text-transform: lowercase; font-weight: bold; color: #000000!important; } /* C1.6 */ .punbb fieldset legend span { padding: 0px 5px; margin: 0; } /* C1.7 */ .punbb fieldset fieldset { border-style: none; margin: 0; padding: 0 0 8px 0 } /* C1.8 */ .punbb .fs-box { padding: 1em 0 0.8em 0; } /* C1.9 */ .punbb .fs-box p, .punbb .fs-box fieldset { padding: 0 0 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%; } .punbb td div.tclcon { padding: 10px; text-align: justify; text-transform: lowercase; font-size: 10px; font-family: roboto; } /* C2.2 */ .punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod { text-align: center; width: 10%; } /* C2.3 */ .punbb .main .tcr { overflow: hidden; text-align: left; /* padding: 0 33px; */ padding: 0px 4px; width: 30%; } /* C2.4 */ #pun-userlist .main .tcl, #pun-searchtopics .main .tcl, #pun-modviewforum .main .tcl { width: 40% } #pun-modviewforum table div.icon { float: left!important; margin-top: 2px; } /* C2.5 */ #pun-userlist .main .tc2, #pun-searchtopics .main .tc2 { text-align: left; width: 20%; } /* C2.6 */ #pun-debug table .tcl { width: 15%; white-space:normal; } /* C2.7 */ #pun-debug .tcr { width: 90%; white-space: normal; } /* C2.8 */ #pun-index .tcl h3 { text-align: left; font-size: 15px; font-family: roboto; text-transform: lowercase; letter-spacing: 0.2px; padding-bottom: 2px; font-weight: 600; margin-bottom: 5px; border-bottom: 1px solid #bdbcbc; } /* 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; color: #d9d9d9;} /* C2.13 */ .punbb .main .tcl { border-left-style: none; border-left-width: 0 } /* C2.14 */ .punbb tbody.hasicon td.tcl { padding: 2.2em; } /* C2.15 */ .punbb div.icon { float: left; display: block; height: 8px; margin-right: 2px; background-repeat: no-repeat; line-height: 0.0; margin-top: 18px; width: 12px; margin-left: 10px; } } /* C2.16 */ .punbb table div.icon { font-size: 1.05em; } /* C3 Topics -------------------------------------------------------------*/ /* 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: 4px; display: block; margin: 22px 4px; font-family: verdana; text-transform: lowercase; font-size: 10px; border-top: 1px solid #bdbcbc; } .punbb .post h3 span a { color: #000000; } /* 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: 218px; padding: 1px; overflow: hidden; background-color: #c8c7c7; border: 1px solid #a9a9a9;} /* C3.6 */ .punbb .post .post-author ul, .punbb .post .post-author p { line-height: 140%; } /* C3.7 */ .pa-author { font-weight: bold; text-align: center; padding-bottom: 10px!important; padding-top: 6px!important; letter-spacing: 1px; color: #fff; font-family: roboto; text-transform: uppercase; } /* C3.8 */ .pa-author a { color: #762a2a!important; font-family: Arsenal; text-transform: uppercase; font-size: 12px; } } .pa-author a:hover, .pa-author a:active { color: #b1680c!important; } li.pa-avatar.item2 img { max-width: 180px; border: 2px solid #585858; } .post-author ul li.pa-avatar { text-align: center; padding-bottom: 0px!important; margin-bottom: -5px; margin-top: -3px; } /* C3.9 */ li.pa-title { text-align: center; letter-spacing: 1px; font-family: Arial; padding: 4px 11px; line-height: 10px; /* font-weight: bold; */ color: #191919; font-size: 8px; margin-bottom: 5px; text-transform: lowercase; border-bottom: 1px solid #a9a9a9;} li.pa-fld1 { padding: 8px; font-size: 10px; text-transform: uppercase; text-align: center; line-height: 4px; margin: 0 17px; font-family: Arsenal; background-color: #191a1a; color: #d9d9d9; letter-spacing: 1px; border-top: 7px solid #c8c7c7; } li.pa-fld1::before { content: '— ';} li.pa-fld1::after { content: ' —';} li.pa-fld4 { margin-top: -14px; text-align: center; } li.pa-fld5 { position: absolute; margin: -14px 0 0 -11px; transform: rotate(-12deg); } li.pa-fld5 img { width: 27px; } li.pa-fld1 a { font-weight: bold; } li.pa-fld3::before { content: ''; } li.pa-fld3 { text-transform: lowercase; text-align: justify; letter-spacing: 1px; font-family: Arial; padding: 0px 16px 0px 18px; margin-top: 0px; line-height: 10px; /* font-weight: 600; */ color: #191a1a; font-size: 0.8em; } li.pa-fld3::after { content: ' '; } .fdom { background-color: #d8d8d8; margin-top: -16px!important; padding: 0px 4px; padding-bottom: 7px; margin-left: auto; width: fit-content; text-align: center; font-family: Arial; font-size: 10px; font-weight: bold; text-transform: uppercase; margin-right: auto; } .post-author .pa-respect, .pa-posts { display: inline-block; text-align: center; text-transform: lowercase; font-family: Arial; color: #191a1a; /* font-weight: bold; */ width: 106px; font-size: 9px; margin-top: 7px; letter-spacing: 1px; padding-bottom: 9px; } .pa-respect a, .pa-posts a { color: #191a1a!important; } li.pa-fld2 { text-align: center; font-family: Playfair Display; /* font-weight: 900; */ font-size: 13px; TEXT-TRANSFORM: lowercase; /* margin: 0 1px; */ color: #762a2a; background-color: #c8c7c7; /* border-top: 1px solid #a9a9a9; */ padding: 10px 0; line-height: 8px; } li.pa-ip { font-size: 7px; text-align: center; margin-bottom: 4px; } li.pa-online { border-left-style: solid; /* display: none; */ font-size: 8px; text-transform: lowercase; color: #762a2a; text-align: center; margin-top: 7px; border-top: 1px solid #a9a9a9 } /* C3.11 */ .punbb .post-body { margin-left: 21em; border-left-style: solid; border-left-width: 1px; padding: 0 0 1px 0; } /* C3.12 */ .punbb .post-box { padding: 1em 3em; padding-right: 1px; } /*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: 0 1em 0 0; height: 2em; line-height: 2em; margin-left: -15em; text-transform: lowercase; border-top-style: dashed; border-top-width: 1px; background: transparent; text-align: right; } /* C3.16 */ .punbb .post-links li { display: inline; padding-right: 1em; } /* C3.17 */ .pl-email, .pl-website { float: left; } /* C3.18 */ .punbb .clearer { clear: both; height: 0; font-size: 0; } /* C4 Moderator menu -------------------------------------------------------------*/ /* C4.1 */ .punbb .modmenu .container { padding: 0.5em 1em; text-align: right; /* text-transform: lowercase; */ } /* 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; color: #797979; font-size: 8px; text-transform: uppercase; font-family: arial; font-weight: bold; text-align: center; } /* C5.2 */ .punbb .info .container .backlink { padding-top: 0.8em; text-align: center; font-family: verdana; text-transform: lowercase; font-size: 8px; } /* 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; font-size: 10px; font-weight: bold; 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; margin-top: 33px; } /* D1.2 */ #pun-title h1 { display : block; height : 40px; padding: 2em 1em 0 1em; } /* D1.3 */ #pun-title .container { border-style: none solid none solid; } /* D1.4 */ #pun-title h1 span { display: none; } #pun-title table { border: none; } #pun-title td.title-logo-tdl { border: none; width: 100%; } #pun-title td.title-logo-tdr { border: none; width: 468px; } /* D2 Page navigation -------------------------------------------------------------*/ /* D2.1 */ #pun-pagelinks { position: absolute; top: -15px; left: 0; margin: 0; border: none; padding: 0; width: 100%; } /* D2.2 */ #pun-pagelinks .container { background: transparent; border: none; padding: 0} /* D2.3 */ #pun-pagelinks .container li { display: inline } /* D2.4 */ #pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover { height: 2em; line-height: 2em; padding: 0; font-size: 1.2em; margin-left: -9999px; display: block; float:left; width: 100%; } /* D2.5 */ #pun-pagelinks a:active, #pun-pagelinks a:focus { position:relative; margin: 0; } #pun-pagelinks li a span { display:block; margin: 0 1em } /* D3 Forum navigation -------------------------------------------------------------*/ /* D3.1 */ #pun-navlinks, #pun-navlinks .container { border-style: none; border-width: 0; margin-top: -263px; letter-spacing: 3px; font-family: Cuprum; text-transform: uppercase; text-align: center; font-size: 9px; margin-left: 8px; } /* D3.2 */ #pun-navlinks .container { padding: 0.7em 1em; } /* D.3 */ #pun-navlinks li { display: inline; padding-right: 1em; } /* D3.4 */ #pun-navlinks li a { font-size: 1.1em; } /* D4 User links -------------------------------------------------------------*/ /* D4.1 */ #pun-ulinks { margin-top: -13px; } /* D4.2 */ #pun-ulinks .container { border-top: none; font-family: Arsenal; margin: 207px 0; text-transform: uppercase; text-decoration: none; word-spacing: 4px; text-align: center; font-weight: bold; font-size: 7px; letter-spacing: 3px; margin-bottom: 15px; } /* D4.3 */ #pun-ulinks li, #pun-ulinks li a { display: inline; white-space: nowrap; } #pun-ulinks a { color: #363636; } /* 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 { font-family: verdana; font-size: 8px; color: #464646; letter-spacing: 1px; text-transform: uppercase; margin-left: 5px;} /* D5.3 */ #pun-status span { white-space: nowrap; margin-right: 0.5em; } /* D5.4 */ #pun-crumbs1 { font-weight: bold; overflow: hidden; font-size: 11px; margin-top: 18px!important; } /* D5.5 */ #pun-crumbs1 p.container { border-top: none; padding: 4px; font-size: 1.1em; } /* D5.6 */ #pun-break1 { margin: 0 1em; border-style: solid none; border-width: 1px 0; height: 0; margin: -2px 1em; position: relative; z-index: 1; } /* D6 Announcement -------------------------------------------------------------*/ /* D6.1 */ #pun-announcement h2 { padding: 0; margin: 0 1em -3.5em 1em; border-style: none none solid none; border-width: 0 0 1px 0; position: relative; font-weight: bold; } /* D6.2 */ #pun-announcement h2 span { display: block; padding: 1em 0 0.8em 0; } /* D6.3 */ #pun-announcement .container { padding: 1em; } /* D7 Statistics -------------------------------------------------------------*/ /* D7.1 */ #pun-stats .container { padding: 0; } /* D7.2 */ #pun-stats li.item1, #pun-stats li.item2 { float: left; clear: both; font-size: 11px; line-height: 150%; } /* D7.3 */ #pun-stats li.item3, #pun-stats li.item4 { text-align: right; font-size: 11px; 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; text-align: justify; padding: 5px 0px; } /* D8 Quick Jump - About - Bottom Breadcrumbs -------------------------------------------------------------*/ /* D8.1 */ #pun-qjump { margin: 0; border: none; width: 50%; position: relative; float: left; } /* D8.2 */ #pun-qjump .container { border: none; background: transparent; padding: 0.8em 1em; } /* D8.3 */ #pun-about { margin-top: 0; } /* D8.4 */ #pun-about .container { border-top-style: none; text-align: right; line-height: 150%; padding: 0.8em 1em; } /* D8.5 */ #pun-about p span { display: block; width: 100%; font-family: Raleway; text-transform: uppercase; /* font-weight: bold; */ font-size: 5px; color: #000000; letter-spacing: 2px; text-align: center; } /* D8.6 */ #pun-crumbs2 { font-weight: bold; overflow: hidden; font-size: 11px; border-bottom: none; } /* D8.7 */ #pun-crumbs2 .container { border-bottom: none; padding: 0.8em 1em; } /* D8.8 */ #pun-break4 { margin: -2px 1em; border-style: solid none; border-width: 1px 0; position: relative; height: 0; z-index: 1; } /* D8.9 */ div.punbb-admin #pun-about .container { border-top-style: solid; border-top-width: 1px; } /* D9 Help file -------------------------------------------------------------*/ /* D9.1 */ #pun-help .formal .info-box h3.legend { border-bottom-style: solid; border-bottom-width: 1px; padding-bottom: 0; margin-bottom: 0.8em; } /* D9.2 */ #pun-help .formal .info-box h3.legend span { padding-bottom: 0.6em; display: block; border-bottom-style: solid; border-bottom-width: 1px; font-size: 1.1em; } /* D9.3 */ #pun-help .formal p, #pun-help .formal dd { margin-bottom: 1em } /* D9.4 */ #pun-help .formal ul, #pun-help .formal dl { padding: 0 0 0 1em } /* D9.5 */ #pun-help .formal li { padding: 0; line-height: 130% } /* D9.6 */ #pun-help .formal li * { vertical-align: text-top } /* D9.7 */ #pun-help .formal dt span { font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace } /* D9.8 */ #pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode { padding-bottom: 0; } .admain { padding-left: 172px!important; margin-bottom: 1em; } .banners { position: absolute; margin-top: 24px; width: 1012px; margin-left: -37px; text-align: center; height: 41px; overflow-y: auto; } .banners img { opacity: 0.7; max-width: 88px; max-height: 31px; } .banners img:hover { opacity: 0.9; } .topic .sharelink {display:none;} .stickytext,.closedatafield{ display:none;} .forlink:hover { background-color: #b1680c30; } .forlink { display: inline-block; background-color: #e8e8e8; color: #0d1007!important; border: 1px solid; border-radius: 2px; height: 13px; padding: 3px 14px; } #post-preview .fs-box .post-content { width: 692px; padding: 10px !important; margin-left: 53px; } .punbb .user-avatar .avatar-image { height: 25px!important; width: 25px!important; border: 2px solid #762a2a!important; } .punbb .user-avatar .isonline { right: 6px!important; background: #d40303!important; } .blok { position: absolute; height: 75px; margin-top: 48px; margin-left: 13px; width: auto; line-height: 14px; } .blok img { margin: 4px; box-shadow: 0 0 7px 1px #00000096; } .blok img:hover { -webkit-filter: grayscale(30%); -moz-filter: grayscale(30%); -ms-filter: grayscale(30%); -o-filter: grayscale(30%); filter: grayscale(30%); } .navig { text-align: center; position: absolute; font-family: roboto; font-size: 10px; line-height: 19px; font-weight: bold; text-transform: lowercase; width: 958px; margin-top: 7px; color: #49392a!important; } .blok a { color: #232323!important; } .blok a:hover { color: #980800!important; } .tipsy.a11 { margin-top:-22px!important; margin-left: 85px!important; max-width:170px; } .bnnr { background-color: #af690a; width: 181px; padding: 3px 1px 1px 3px; } #pun-announcement h2 {display: none} .collection img { width: 50px; margin: 5px; } #pun-index .tcl .modlist{display:none!important} #viewprofile-next #profilenav { display: none; } #viewprofile { position: relative; } #viewprofile #pa-edit { position: absolute; right: 1em; font-family: roboto; font-size: 11px; text-transform: uppercase; top: 1em; } div#topic_t7 li.pl-delete, div#topic_t6 li.pl-delete { display: none; } /*** УЛУЧШИТЬ АККАУНТ ***/ #pun-status .item4 {display:none;} #main-reply {height: 220px} tab_post { position: absolute; z-index: 9; font-family: arial; width: 289px; overflow: auto; height: 40px; margin: 59px 13px; line-height: 10px; text-align: justify; padding-right: 4px!important; color: #d7d5d5; font-size: 7px; /* background-color: #cdc7c73b; */ letter-spacing: 1px; }
Поделиться62020-12-19 11:37:02
Код:/* CS1 Background and text colours -------------------------------------------------------------*/ /*Фон */ body { background-image: url(https://forumstatic.ru/files/001a/e5/81/34923.png); background-position: top center; background-attachment: fixed; background-repeat-y: no-repeat; background-size: cover; background-color: #000201;} /* Шапка */ #pun-title table { background-image: url(https://forumstatic.ru/files/001a/e5/81/14447.png); background-repeat: no-repeat; background-position: top center; margin-left: -30px; width: 1000px; margin-top: -129px; height: 280px; width: 1020px; } /* Тело форума */ #pun {background-image : url("https://forumstatic.ru/files/001a/e5/81/29749.png"); background-color : transparent; background-position : center; background-repeat: repeat-y; width: 1020px !important; } /* категории */ #pun-category1.category h2, #pun-category2.category h2, #pun-category3.category h2, #pun-category4.category h2, #pun-category5.category h2, #pun-category6.category h2 { margin: 20px -30px!important; margin-top: 3px; font-size: 5px !important; text-transform: uppercase; color: transparent; height: 50px; font-weight: normal; letter-spacing: 2px; background-position: center; width: 997px; } #pun-category1.category h2 {background: url(https://forumstatic.ru/files/001a/e5/81/96841.png); } #pun-category2.category h2 { background:url(https://forumstatic.ru/files/001a/e5/81/49688.png); } #pun-category3.category h2 { background:url(https://forumstatic.ru/files/001a/e5/81/86556.png); } #pun-category4.category h2 { background:url(https://forumstatic.ru/files/001a/e5/81/66804.png); } #pun-category5.category h2 { background:url(https://forumstatic.ru/files/001a/e5/81/25158.png); } #pun-category6.category h2 { background:url(https://forumstatic.ru/files/001a/e5/81/71532.png) ; } /*статистика*/ #pun-stats.section h2 { background-attachment: scroll; background: url(https://forumstatic.ru/files/001a/e5/81/29533.png); background-clip: border-box; margin: 20px; font-size: 5px !important; letter-spacing: 2px; height: 50px; color: transparent; margin-left: -30px; font-weight: normal; text-transform: uppercase; width: 997px; } #pun-stats.section h2 span { } /* Футер */ #pun-about p.container { background-image: url(https://forumstatic.ru/files/001a/e5/81/46067.png); margin: 0px -43px -95px -43px; background-position: center bottom; background-repeat: no-repeat; height: 80px; } /* CS1.1 */ .punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3, .punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd, .punbb .info-box, .punbb #pun-main .info-box .legend { background: transparent; color: #0e0e0e; } /* CS1.2 */ .punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer { background: transparent; color: #191919; } .punbb-admin #pun-admain .adcontainer { border-color: #e8e8e8!important; } /* CS1.3 */ #pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 { color: #1a1a1a; text-transform: lowercase; margin: 4px; padding: 5px 0; font-weight: bold; font-size: 11px !important; font-family: verdana; text-align: center; } /* CS1.4 */ #pun-title, #pun-title .container, .punbb .modmenu .container { background: transparent; color: #000; } /* CS1.5 */ #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span { color: #000000; } .punbb-admin #pun-admain legend span { background-color: #e8e8e8!important; } /* CS1.6 */ .punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl { background: transparent; color: #000; } /* CS1.7 */ .punbb .quote-box, .punbb .code-box { border: 1px solid #a7a7a7; color: #000000; background-color: #e8e8e8; } /* CS1.8 */ #pun-navlinks .container { background: transparent; color: #f1f1f1; } .offline li.pa-online strong { font-weight: normal; } /* CS2 Border colours -------------------------------------------------------------*/ /* CS2.1 */ .punbb .container, .punbb .post-body, .post h3, #pun-title { border-color: transparent; } /* CS2.2 */ .punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post { border-color: transparent; } /* 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; } /* CS3 Links -------------------------------------------------------------*/ /* CS3.1 */ .punbb a, .punbb a:link, .punbb a:visited, .punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited { text-decoration: none; color: #0e0e0e; } .punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited { color: #000; } /* CS3.2 */ .punbb a:hover, .punbb a:focus, .punbb a:active, .punbb-admin #pun-admain .nodefault, .punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active { color: #762a2a; } /* CS3.3 */ #pun-navlinks a { color: #1b1b1b; text-decoration: none; } /* CS3.4 */ #pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active { color: #762a2a; } #pun-pagelinks a:active, #pun-pagelinks a:focus { color: #762a2a; } .punbb .post-content a:hover { color: 000; } .punbb .post-content a { font-weight: bold;} /* CS4 Post status icons -------------------------------------------------------------*/ div.icon { background: url(https://forumstatic.ru/files/001a/e5/81/54953.png)no-repeat; } tr.inew div.icon { background: url(https://forumstatic.ru/files/001a/e5/81/51098.png) no-repeat; } tr.iclosed div.icon { background: url(https://forumstatic.ru/files/001a/e5/81/54953.png) no-repeat; } tr.isticky div.icon { background: url(https://forumstatic.ru/files/001a/e5/81/46519.png) no-repeat; } #pun-viewforum table Div.icon, #pun-messages table Div.icon { float: left; margin-right: 8px; margin-top: 15px; margin-left: 12px; } #pun-main div.catleft, #pun-main div.catright {display: none} /*Стиль выделения */ ::selection { background: none repeat scroll 0 0 #cdc7c7; color: #000000; opacity: 1; } *::-moz-selection { background: none repeat scroll 0 0 rgb(46, 46, 46); color: #e8e8e8; opacity: 1; } /* Стиль списка тем в форуме */ #pun-main .forum .tcl .tclcon { text-align: justify; } /* Список тем в форуме ник создателя темы */ #pun-main .forum .tcl .byuser { display: block; font-size: 9px; } #pun-main .forum .tcl .byuser:before { content: ""; } /*стиль выпадающих окошек форма ответа*/ #font-area, #size-area, #color-area, #table-area, #smilies-area, #image-area, #imageup-area, #imageattach-area, #keyboard-area, #video-area, #addition-area { position: absolute; z-index: 1000; right: 12px!important; padding: 5px; top: 54px!important; background-color: rgb(232, 232, 232); border: 1px solid rgb(123, 121, 116); } #font-area { overflow-y: scroll; height: 300px; width: 170px; padding: 10px 10px; } /*окно репутации*/ #pun-report .inner, #pun-reputation .inner, #pun-admin-award-form .inner { display: none; position: fixed; left: 50%; top: 50%; margin: -131px 0 0 -451px!important; z-index: 100; width: 903px!important; position: absolute; right: 12px!important; background-color: rgb(241, 241, 241); box-shadow: none!important; -webkit-box-shadow: none!important; -moz-box-shadow: none!important; -khtml-box-shadow: none!important; } } /*форум тем сообщений*/ #pun th {text-transform: lowercase; font-size: 0px; padding-bottom: 0px; font-weight: bold; opacity: 0.0;} #pun-userlist th {opacity: 1;font-size: 9px;} #pun-viewtopic h1, #pun-viewtopic h2 {display:none;} #pun-viewforum h1 {display:none;} #pun-messages h3 {display:none;} #pun-messages .fs-box { padding: 4em 0 0.8em 0;} .lastedit {display:none} #pun-messages .pa-posts, #pun-messages .pa-reg {display:none;} .resizable-textarea textarea { display: none; margin-bottom: 0pt; border: 2px solid #000000!important; background-color: #f3f3f3!important; } #main-reply { border: 1px solid #6d6d6d!important; background-color: #ffffff!important; } .go-up, .go-down { cursor: pointer; display: none; height: 45px; margin-left: 926px !important; opacity: 1; position: fixed; width: 39px; z-index: 9999; } .go-up { bottom: 56%; } .go-down { bottom: 48%; } .go-down:hover, .go-up:hover { opacity: 1; } #statistic-other{ text-align: center!important; text-transform: lowercase; font-size: 8px; font-weight: bold; } .news { position: absolute; margin: 99px 426px!important; font-family: foglihtenno; font-size: 11px; border-top: solid 1px #a0a0a0; box-shadow: 0 -2px rgb(122, 142, 149), 0px -4px #ababab; text-align: center; text-transform: uppercase; letter-spacing: 0px; line-height: 13px; text-shadow: 1px 1px 0px #284144; color: #c1c1c1; font-weight: bold; width: 42px; height: 31px; opacity: 0; transition: all 0.6s ease-in-out 0.1s; -webkit-transition: all 0.6s ease-in-out 0.1s; -moz-transition: all 0.6s ease-in-out 0.1s; -o-transition: all 0.6s ease-in-out 0.1s; } .news a { color: #c1c1c1!important; } .news:hover, .news:active, .need1:hover, .need1:active, .need2:hover, .need2:active { opacity: 1; } .links { font-weight: bold; padding: 10px; padding-bottom: 0px; font-size: 8px; color: #777068; text-align: center; font-family: verdana; } .links a { font-family: arial; text-transform: lowercase; font-size: 9px; font-weight: bold; } .punbb .main .tcr a { font-weight: bold; } .punbb .main .tcr span { font-size: 10px; } #pun-viewforum .tclcon a { font-size: 12px; margin-left: -8px; /* margin-top: -13px; */ } } #pun-viewforum .tcr a { text-transform: lowercase; font-size: 10px; } .pun-modal .modal-inner { border: 1px solid #000000!important; background: #e8e8e8!important; } .unread-notifications .notifications-block-title { border: solid 0px rgba(0,0,0,.06)!important; border-style: solid none; background: rgba(0, 0, 0, 0)!important; } .adformal h2, #pun-adnav h2 { background-color: #e8e8e8!important; } #mask_dialog .inner { cursor: default; margin: 0; width: 760px; max-width: 99%; max-height: 90%; overflow-x: auto; z-index: 100; box-shadow: 0 0 0 3px #fff; background: #e8e6e6; padding: 8px; } textarea { -ms-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } .award{ max-height: 560px; overflow-y: auto; } .aw1 { opacity: 1; } .aw0 { opacity: 0.5; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); } .aw1 img, .aw0 img { height: 110px; } .aw1, .aw0 { display: inline-block; } div.post-rating a, div.post-vote a { color: #000!important; } #spoiler-sels { background-color: #e8e8e8; border: 1px solid #6d6d6d; padding: 1em; } html, body {min-width: 1200px!important;} /* ПРОКРУТКА -------------------------------------------------------------*/ ::-webkit-scrollbar { width: 6px; height: 6px; background-color: rgb(200 199 199); } ::-webkit-scrollbar-thumb { width: 6px !important; /* box-shadow: 0 0 0 1px rgb(189 188 188) inset; */ background: #762a2a; } /** ОФОРМЛЕНИЕ ТАБЛИЦЫ **/ .tab_post1 { position: absolute; z-index: 9; font-family: Arial; width: 200px; overflow: auto; height: 48px; margin: 163px 0px !important; line-height: 10px; text-align: justify; padding-right: 4px!important; color: #111100; /* background-color: #cdc7c73b; */ letter-spacing: 1px; font-size: 8px; } .tab_post2 { position: absolute!important; z-index: 9; width: 239px; overflow: auto; height: 57px; margin: -63px 508px!important; line-height: 10px; text-align: justify; padding-right: 5px!important; color: #111100; /* background-color: #cdc7c73b; */ letter-spacing: 1px; font-size: 8px; } /* ПОЛЕЗНЫЕ ССЫЛКИ */ .ancors { position: absolute !important; display: block; width: 183px; left: 299px; top: -53px;} .pnews2{ display: block; background: rgb(200 199 199); padding: 0px; height: 13px; margin-bottom: 1px !important;} .pnews2:hover{ background: #762b2c;} .pnews2 a:hover{ color: rgb(200 199 199) !important;} /* ОФОРМЛЕНИЕ ТЕМ */ /* оформление тем */ .thems-decor {background: #dcdcdc; border: 2px solid #762a2a; margin: auto !important; padding: 10px 10px 35px 10px; width: 550px} .thems-name { margin: 15px auto 5px auto !important; border-bottom: 1px solid #82918c; padding-bottom: 15px; width: 400px;} .thems-name span {font-family: montserrat; font-weight: 900; font-size: 25px; text-align: center; display: block; letter-spacing: 1px} .thems-info {text-align: justify; margin: auto; font-family: open sans; font-size: 10px; max-height: 60px; overflow-y: auto; padding: 2px; text-transform: lowercase} .thems-pic {width: 450px; margin: 20px auto !important;} .thems-text { width: 450px; margin: auto !important; text-align: justify; font-family: verdana; font-size: 11px;} span.thems-h { font-family: montserrat; font-weight: 900; font-size: 25px; text-align: left !important; display: block; letter-spacing: 1px; width: 450px;} .thems-t {line-height: 17px; margin-bottom: 20px !important;} .thems-t span {margin-top: 10px; display: block; font-weight: bold} span.thems-h2 {transform: scale(1,.7); display: block; text-align: center; letter-spacing: 2px; word-spacing: 10px; margin-bottom: 10px; font-size: 10px} .thems-t td, .thems-t tr {padding: 5px 0 !important} .thems-t td.cntr {font-weight: 900; font-family: montserrat; font-size: 13px; text-align: center; width: 150px; text-transform: lowercase} .thems-t td.header {font-weight: 400; font-family: playfair display; font-size: 11px; text-align: center; transform: scale(1,.8); letter-spacing: 2px; padding-bottom: 15px; text-transform: lowercase } .thems-t td {width: 250px; font-family: open sans; text-transform: lowercase; text-align: center; font-size: 10px; } .thems-t table {table-layout: auto !important; width: 500px !important;} .thems-name strong.legend { display: inline-block; margin-top: 10px; margin-left: 30px; background: #f4f4f4; font-size: 8px; text-transform: uppercase; letter-spacing: 1px; word-spacing: 10px; padding: 0 20px } #pun .thems-name .blockcode { background: #f4f4f4; padding: 10px 10px 10px 10px !important; font-size: 10px; width: auto !important; border: 1px solid #ff0000; margin: -6px 0 0 0 !important; } .thems-name pre {font-size: 11px; font-family: courier new} .thems-t indent {display: inline-block; padding: 0 20px !important;}
Поделиться72020-12-19 11:37:28
Код:<!---------------------------- таблица автор поста ----------------------------> <div style="position: absolute; width: 300px; height: 80px; top: 205px; margin-left: -10px; line-height: 85%;"> <p style="text-align: justify; font-family: 'Yeseva One'; font-size: 10px; letter-spacing: 0.5px; margin-left: 10px;"><font color="#111111;"> • • • автор поста ...........</font></p></div> <!---------------------------- таблица текст слева ----------------------------> <div class="tab_post1"> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat </div> <!---------------------------- таблица админы ----------------------------> <div style="position: absolute; text-align: center; width: 249px; height: 85px; top: 257px; margin-left: 210px; font-family: 'Arsenal'; font-size: 8px; letter-spacing: 1.3px; text-transform: uppercase; font-weight: bold; line-height: 15px;"><font color="#111111;"> <div class="sacobl" style="margin-left: 50px;"> <a href="ССЫЛКА">ragnar</a> • <a href="ССЫЛКА">veronica</a> • <a href="https://resonance.hutt.ru">miriam</a> • <a href="noah">noah</a> • <a href="noah">may</a> </div> <!---------------------------- таблица эпизод картинка ----------------------------> <div style="position:absolute; width:94px; height:46px; top:-46px; margin-left: 32px; line-height:85%;"> <a href="ССЫЛКА"><img src="https://forumstatic.ru/files/001a/e5/81/80757.png" title="эпизод"></a></div> <!---------------------------- таблица активных ----------------------------> <div style="position: absolute; width: 39px; height: 41px; top: -46px; margin-left: 233px; line-height: 85%;"> <a href="ССЫЛКА"><img src="https://i.imgur.com/zTg8fcb.png" title="имя имя"></a></div> <div style="position: absolute; width: 39px; height: 41px; top: -46px; margin-left: 185px;; line-height: 85%;"> <a href="ССЫЛКА"><img src="https://i.imgur.com/zTg8fcb.png" title="тайтл"></a></div> <div style="position: absolute; width: 39px; height: 41px; top: -46px; margin-left: 137px; line-height: 85%;"> <a href="ССЫЛКА"><img src="https://i.imgur.com/zTg8fcb.png" title="тайтл"></a></div> <style> #pun-navlinks #navawards{display:none;} </style> <!---------------------------- таблица полезные ссылки ----------------------------> <div class="ancors"> <div class="pnews2"><a href="ссылка">ПОЛЕЗНАЯ ССЫЛКА</a></div> <div class="pnews2"><a href="ссылка">ПОЛЕЗНАЯ ССЫЛКА</a></div> <div class="pnews2"><a href="ссылка">ПОЛЕЗНАЯ ССЫЛКА</a></div> <div class="pnews2"><a href="ссылка">ПОЛЕЗНАЯ ССЫЛКА</a></div> <div class="pnews2"><a href="ссылка">ПОЛЕЗНАЯ ССЫЛКА</a></div> </div> <!---------------------------- таблица текст справа ----------------------------> <div class="tab_post2"> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat </div> <!-- Черная Подсказка--> <script> $(document).ready(function(){$('*[title]').not('*[title] *[title]').tipsy({gravity:$.fn.tipsy.autoNS})}); $.catch = function(a,f){$(function(){var t,i=0;function s(){i++;if(i>120)return;t=setTimeout(function(){if(!$(a).length){s();return};f()},100);}s();});} $.catch('.pa-awards img[title]',function(){$('.punbb li.pa-awards img[title]').tipsy({fade:true,gravity:'s award'});}); </script> <!-- конец--> <!-- отключение наград --> <style type="text/css"> li#navawards {display: none;} </style> <!-- конец --> <!--Выделение кода в блоке "Код" с перемещение в буфер обмена // © Damassk, версия 2019г. --> <script type="text/javascript" src="https://forumstatic.ru/files/0016/4a/bf/98029.js"></script> <script>eval(select_text.toString().replace(/\}$/,'try{document.execCommand("copy")}catch(e){}}'))</script> <script type="text/javascript">select_text.linkText = 'выделить [копируется сразу]' //текст ссылки</script> <!-- конец --> <!-- Убрать пожаловаться --> <script type="text/javascript"> RusffCore.sets.show_reportBtn = 0; </script> <!-- конец --> <!-- Скрыть "отредактировано" из сообщения --> <style>.lastedit {display:none;}</style> <!-- конец --> <div id="resplash" style="display: none;"> <div class='formal' style='height:200px; width:200px; margin:auto; margin-top:200px; font-family:tahoma; font-size:10px;'> <form id='login' class='container' method='post' action='login.php?action=in' onsubmit='return my_form(this)'><fieldset><span>Форум на профилактике</span><div aclass='fs-box inline'> <input type='hidden' name='form_sent' value='1' /><input type='hidden' name='redirect_url' value='/' /><p class='inputfield required'> <label for='fld1'>Имя <em>(Обязательно)</em></label><br /> <span class='input'> <input type='text' id='fld1' name='req_username' size='25' maxlength='25'/></span></p> <p class='inputfield required'> <label for='fld2'>Пароль <em>(Обязательно)</em></label><br /> <span class='input'> <input type='password' id='fld2' name='req_password' size='25' maxlength='25' /></span></p></div></fieldset> <center><p class='formsubmit'> <input type='submit' class='button' id='customebutton' name='login' value='Войти как Администратор' /></p></center></form></div></div> <script type="text/javascript"> var active = 1; if(GroupID != 1 && active == 1){ e10 = document.createElement('div') e10.innerHTML = document.getElementById("resplash").innerHTML; document.getElementsByTagName('body')[0].insertBefore(e10,document.getElementById('pun_wrap')) document.write("<style type=\"text/css\">html, body {background: #fff;} #customebutton {margin: auto;} #pun {display: none;}</style>"); document.title= 'Форум на профилактике - '+document.title; } </script> <style> #menu { margin-top: -5px; width: 180px; height: 60px; background-repeat : no-repeat;} #menu span { text-align:left; display:block; color:#000000; margin: 7px 0; padding: 11px; } #submenu, #menu span { border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; background:#efeff0; } #menu .tabactive { color: #000000; background:#777777; } #submenu { padding: 3px; height: 180px; text-align: center; font-size: 12px; width: 540px; } .submenutext { display: none; height: 40px; } </style> <!--Кнопки вверх и вниз--> <a style="position: fixed; top: 200px; right: 60px; cursor: pointer; background-color: transparent !important; overflow: hidden;" id="Go_Top"><img src="https://forumstatic.ru/files/001a/e5/81/77572.png" alt="Вверх"></a> <a style="position: fixed; top: 250px; right: 60px; cursor: pointer; background-color: transparent !important; overflow: hidden;" id="Go_Bottom"><img src="https://forumstatic.ru/files/001a/e5/81/29396.png" alt="Вниз"></a> <script type="text/javascript"> jQuery(function(){ $("#Go_Top").hide().removeAttr("href"); if ($(window).scrollTop()>="250") $("#Go_Top").fadeIn("slow") $(window).scroll(function(){ if ($(window).scrollTop()<="250") $("#Go_Top").fadeOut("slow") else $("#Go_Top").fadeIn("slow") }); $("#Go_Bottom").hide().removeAttr("href"); if ($(window).scrollTop()<=$(document).height()-"999") $("#Go_Bottom").fadeIn("slow") $(window).scroll(function(){ if ($(window).scrollTop()>=$(document).height()-"999") $("#Go_Bottom").fadeOut("slow") else $("#Go_Bottom").fadeIn("slow") }); $("#Go_Top").click(function(){ $("html, body").animate({scrollTop:0},"slow") }) $("#Go_Bottom").click(function(){ $("html, body").animate({scrollTop:$(document).height()},"slow") }) }); </script> <!-- конец -->
Поделиться82020-12-19 11:38:08
Код:<!-- баннеры внизу --> <div class="banners"> <div> <a href="http://fourcross.rusff.me/" style="cursor: pointer;"><img src="https://funkyimg.com/i/355nE.png"></a><a href="http://phoenixlament.f-rpg.ru/" target="_blank"> <!-- конец --> <script type="text/javascript"> (function(){function rep(str, p1,offset, s){ return '>'+p1.replace(/"([^ "][^"]+?)"/gm,'«$1»')+'<';} $('.post-content p').each(function(){ $(this).html(('</>'+$(this).html()+'</>').replace(/>([^<>]+)</gm, rep)); });}()); </script> <!---------------------------- пиар-вход ----------------------------> <script src="https://forumstatic.ru/files/0015/c4/3f/26781.js"></script> <script type="text/javascript"> PR.nick = 'pr'; //Ник PR-аккаунта PR.pass = '1111'; //Пароль PR-аккаунта PR.btn_text = '        '; //Надпись на кнопке PR-входа(или ссылка на картинку); PR.set();</script> <!--- хтмл в постах с допуском по группам © Alex_63 ---> <!-- HTML в постах --> <script type="text/javascript" src="https://forumstatic.ru/files/0018/25/96/94151.js"></script> <script type="text/javascript"> HTMLinPost.groups = [1,2,3,4,5,6,7]; // Группы, допущенные к вставке HTML в посты HTMLinPost.noAccess = []; // Пользователи с запретом вставки HTML в посты HTMLinPost.parseHTMLinPosts() </script> <!--- конец ---> <!-- ОБТЕКАНИЕ ИЗОБРАЖЕНИЯ --> <script language="javascript"> $(function(){ $('td#button-link').before('<td id="floatbut" style=\'background-image:url("http://s002.radikal.ru/i198/1009/43/f183caeae434.gif")\'></td>'); $('#floatbut, .vibor').click(function(){ $('div#float').toggle();}); }); elm=document.getElementsByTagName("div") for(x in elm) if(elm[x].className=="post-content") { post = elm[x].innerHTML; if(post.indexOf("[/float]") != -1) { floats = /\[float=(.*?)\]([^\[]{1,11000})\[\/float\]/gi elm[x].innerHTML = elm[x].innerHTML.replace(floats, "<span style='float: $1; margin: 8px; text-align: $1;'>$2</span>") }} </script> <div id="float" style="display:none;background:#fff;border:0px solid black; color: #000; width:auto; padding:8px; position:absolute; margin-top:-54%; margin-left:35%; z-index:20"> <div><strong>направление обтекания</strong></div><br> <div align="center"> <img class="vibor" src="http://s001.radikal.ru/i193/1009/96/695abc799ddb.png" title="left" onclick="bbcode('[float=left]', '[/float]')" /> <img class="vibor" src="http://s002.radikal.ru/i199/1009/ac/95c10fcc7d82.png" title="right" onclick="bbcode('[float=right]', '[/float]')" /> </div></div> <!-- Конец --> <!-- Быстрое редактирование постов © Alex_63 // V.3 --><script> var ForumEdit=[1,2,3,4,]; //ID Форумов c редактированием if(ForumEdit.indexOf(+FORUM.topic.forum_id)!=-1)$.getScript("https://forumstatic.ru/files/0015/c4/3f/97896.js");; </script> <!-- Конец --> <!-- Восстановление последнего поста при утере by Человек-Шаман --> <script> $(document).ready(function() { $('#addition-area').append(function() { return $('<div>Восстановить последний пост</div>').click(restoreLastPost); }); function restoreLastPost() { $('#main-reply').val(localStorage.ReservePost); }; }); </script> <!--конец--> <!-- Загрузчик изображений в форме ответа © 2018 Alex_63 --> <script>FORUM.defaultHost = 'imgur'; // Хостинг по умолчанию: 'uploads' 'imgur' 'imageban'</script> <link rel="stylesheet" type="text/css" href="https://forumstatic.ru/files/0015/c4/3f/18002.css" /> <script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/18001.js"></script> <!-- конец--> <!-- Кликабельность ника в постах Гостя --> <script>$(".post[data-group-id=3]").find(".pa-author").html(function(){return this.innerHTML.replace(/(<.+>)(.+)$/,'$1<a href="javascript:to(\'$2\')">$2</a>')});</script> <!-- Конец --> <!-- Кнопки BB-кодов при редактировании подписи © Alex_63 --> <script type="text/javascript"> if(document.URL.indexOf('section=signature')!=-1)document.write('<scr'+'ipt type="text/javascript" src="https://forumstatic.ru/files/0016/0b/c8/99528.js"></scr'+'ipt>'); </script> <!-- Конец --> <!-- Разделение тем: "Важные темы" и "Темы форума" // © Alex_63 --> <style> #pun-main .forum table{ table-layout: auto;} #pun-main tr.tr-divider { font-weight: bold; } </style> <script type="text/javascript">if($('#pun-viewforum').length){$('tr[class$="isticky"]:first').before('<tr class="tr-divider imp"><td class="td-divider" colspan="4">Важные темы</td></tr>');$('tr[class$="isticky"]:last').next('tr').before('<tr class="tr-divider st"><td class="td-divider" colspan="4">Темы форума</td></tr>');$('.stickytext').remove()}</script> <!-- //End//-Разделение тем --> <!-- Регулировка размера шрифта в постах © Alex_63 --> <style> .FNTslider { border-radius: 4px; position:relative;z-index:1000; background: #cdc7c7; width: 110px; height: 5px; margin: 3px 5px; border: solid 0px #; float: right; margin-top: 5px; margin-right: 7%; } .FNTslider .before { height: 6px; border: solid 0px transparent; border-right: none 0; border-radius: 4px 0 0 4px; position: absolute; background: #cdc7c7; margin-top: -1px; box-shadow: 0px 0px 2px 0px rgb(203, 176, 120) inset; } .FNTslider .thumb { width: 8px; height: 13px; border-radius: 3px; position: relative; top: -4px; background: #762a2a; cursor: pointer; } </style> <script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/31001.js"></script> <!-- Конец --> <!-- ТЕГ абзаца - [indent] --> <style>#button-indent {background:url(http://s7.uploads.ru/t/mnkgq.png)no-repeat center 6px!important;}</style> <script type="text/javascript">(function(){ var b = '[indent]'; $("#button-strike").after('<td id="button-indent" title="Отступы"><img src="/i/blank.gif" onclick="smile(\''+b+'\')"></td>'); var indent = '<span style="display:inline-block;margin:0.7em 1.1em;"></span>'; /*удвоенные Отступы сверху и слево*/ $('.post-content p:contains("'+b+'")').each(function(){ $(this).html( $(this).html().replace(/\[indent\]/gm,indent));});}()); </script><!-- Конец --> <!-- скрыть поделиться --> <script type="text/javascript"> RusffCore.sets.share = false; </script> <!— конец —> <!--- Скрыть rss-atom ---> <style type="text/css"> .punbb .modmenu .container span {display: none;} </style> <!--- конец ---> <script type="text/javascript"> $(document).ready(function(){ $(".accordion h3:first").addClass("active"); $(".accordion p:not(:first)").hide(); $(".accordion h3").click(function(){ $(this).next("p").slideToggle("slow") .siblings("p:visible").slideUp("slow"); $(this).toggleClass("active"); $(this).siblings("h3").removeClass("active"); }); }); </script> <script type="text/javascript"> $(document).ready(function() { $("td.#MenuTxT div.submenutext").hide(); <!--$(".tabs span:first").addClass("active").show(); --> $("td.#MenuTxT div.submenutext:first").show(); $("div.#menu span").click(function() { $("div.#menu span").removeClass("tabactive"); $(this).addClass("tabactive"); $("td.#MenuTxT div.submenutext").hide(); var activeDiv = $(this).attr("alt"); $("div."+activeDiv).fadeIn(); return false; }); }); </script> <style type="text/css">.mini_awards_label, .mini_awards {display: none;} #awrdbut * {cursor: pointer; }</style> <script> (function () { var awards_button = "<img src='http://i.rusff.me/f/ru/rusff/111favorites.png' title='Показать|скрыть награды'>"; function awards_spoiler() { $(".pa-awards").prepend("<span id='awrdbut'>"+awards_button+"</span>"); $("#awrdbut > *").click(function(){$(this).parents(".pa-awards").find(".mini_awards_label, .mini_awards").toggle("slow");}); } var t=0; var time_func = setInterval(function(){ t++; if (t>100) { clearInterval(time_func); return; } if ($(".pa-awards").length) { clearInterval(time_func); awards_spoiler() } },100); }()) </script>





















