п
ппп
Страница: 1
Сообщений 1 страница 8 из 8
Поделиться22023-10-27 20:12:59
Код:
/************************************************************* A - SETUP **************************************************************/ /* A1 Import the colour scheme -------------------------------------------------------------*/ /* A1.1 */ @import url(style_cs.css); @import url('https://fonts.googleapis.com/css2?family=Bona+Nova:wght@400;700&family=Playfair+Display:wght@400;500;600;700&family=Roboto:wght@100;300;400;500;700&family=Viaoda+Libre&display=swap'); @font-face { font-family: 'beaufort'; font-style: normal; font-weight: 400; src: url(https://forumstatic.ru/files/001b/f3/04/52183.otf); } @font-face { font-family: 'bizantheum'; font-style: normal; font-weight: 400; src: url(https://forumstatic.ru/files/001b/f3/04/80676.otf); } /* A2 Deal with browser defaults and wonkiness -------------------------------------------------------------*/ /* A2.1 */ html, body {margin: 0; padding: 0} /* A2.2 */ .punbb * { margin: 0 } /* A2.3 */ .punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt { list-style: none; } /* A2.4 */ .punbb img { border:none } /* A2.5 */ .punbb .main table { table-layout: fixed; width: 100%; } /* A2.6 */ .checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;} /* A2.7 */ p[class="checkfield"] *, div[class="checkfield"] *, fieldset[class="radiofield"] * { height: 1.8em; vertical-align: middle } /* A3 Text setup -------------------------------------------------------------*/ /* A3.1 */ body { font-size: 100.01%; } /* A3.2 */ .punbb { font: normal 70% Verdana; } /* 3.3 */ .punbb textarea, .punbb input, .punbb select, .punbb optgroup { font: 11px verdana, arial, helvetica, sans-serif; background: #c9c6c1; } /* A3.4 */ .punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th { font-size: 1em; font-weight: normal; } /* A3.5 */ .punbb h1 span, .punbb legend span { font-size: 15px; } /* A3.6 */ .punbb pre { font: 1.1em/140% monaco, "bitstream vera sans mono", "courier new", courier, monospace } /* A3.7 */ .punbb address, .punbb em { font-style: normal } /* A3.8 */ .punbb .post-content em { font-style: italic } /* A3.9 */ .punbb .post-content em.bbuline { font-style: normal; text-decoration: underline; } /* A3.10 */ .punbb a { text-decoration: underline } /* A3.11 */ .punbb optgroup { font-weight: bold; } /* A4 Float clearing and hidden items -------------------------------------------------------------*/ /* A4.1 */ #pun:after, .punbb .container:after, .punbb .post-links ul:after, .punbb .main div.inline:after, .punbb .post-box:after, .punbb .linksb:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; overflow:hidden; line-height: 0.0; font-size: 0; } /* A4.2 */ .acchide, #pun-index #pun-main h1, #pun-navlinks h2, #pun-pagelinks h2, #pun-status h2, #pun-ulinks h2, .punbb .forum h2, .punbb .multipage .topic h2, .punbb dl.post-sig dt span, .punbb p.crumbs strong, .punbb .divider hr, .punbb .required label em, .punbb .formsubmit label, .punbb .submitfield label, .punbb .modmenu label, #pun-userlist .main h2 { font-size: 0; height: 0; width: 0; line-height: 0.0; position:absolute; left: -9999px; overflow: hidden; } /* A5 Basic page layout and borders -------------------------------------------------------------*/ /* A5.1 */ #pun { margin: auto; width: 1134px; margin-top: 360px !important; margin-bottom: 140px !important; background: transparent url(https://forumstatic.ru/files/001b/f3/04/29715.png); padding-top: 1px; } /* A5.2 */ .punbb { float: none; width: auto; height: auto; margin: 0px 50px; } /* A5.3 */ #pun-redirect, #pun-maint { margin: 50px 20% 12px 20%; width: auto; float: none; min-height: 100px; } #pun-redirect { border: 0 none!important; margin: 0; padding: 0; left: 0; right: 0; top: 0; bottom: 0; position: fixed; width: 100%; height: 100%; text-align: center; background: #4a3945 url(https://forumstatic.ru/files/001b/f3/04/49975.jpg) no-repeat fixed top left; background-size: cover; } #pun-redirect *{ border:0 none; } #pun-redirect .main-title { display:none; } #pun-redirect.punbb .info .container { text-align: center; display: block; margin: 5% auto; font-family: 'Bona Nova'; font-size: 14px; padding: 30px 0px; height: auto; border: 0 !important; width: 900px; margin-top: 120px; color: #d0cdc7; } #pun-redirect.punbb .info .container a { color: #c69f3b !important; } /* A5.4 */ .punbb .section, .punbb .main { margin-bottom: 1em; } /* A5.5 */ .punbb .category, .punbb .post { margin-top: 0.4em; } /* A5.6 */ .punbb #pun-category1, .punbb .toppost, .punbb .topicpost { margin-top: 0; } /* 5.7 */ #pun-post .topic { margin-top: 1em; } /* A5.8 */ .punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post { border-style: none none none none; border-width: 0px 0px 0px 0px; } /* A5.9 */ .punbb .container { border-style: none; border-width: 0px; } /* A5.10 */ .punbb .section h2, #pun-main h1, #pun-main h2, #pun-debug h2 { letter-spacing: 0.6px; text-shadow: 0px 0px 1px #cecdc8; /* border: red 1px solid; */ background: transparent; font-family: 'beaufort' !important; font-size: 15px !important; font-style: normal; font-weight: 500; height: 10px; padding: 0px !important; text-align: center; width: auto; text-transform: uppercase; margin: 0px 8px 15px 8px !important; } /************************************************************* B - MAIN CONTENT - GENERAL **************************************************************/ /* B1 Parsed Content, Signatures and Scroll Boxes -------------------------------------------------------------*/ /* B1.1 */ .punbb .post-content { padding: 0; margin: 0; width: 100%; overflow: hidden; text-align: justify; } /* B1.2 */ .punbb .post-sig dt { display: block; text-align: center; border-top: 1px dotted #3e4b6d; width: 60%; margin-left: 120px; padding-bottom: 5px; margin-top: 10px; } /* B1.3 */ .punbb .post-content p { margin: 5px 0 0 0px; padding: 0 0 1em 0; line-height: 150%; } /* B1.4 */ .punbb .post-content img { vertical-align: text-bottom } /* B1.5 */ .punbb .post-content img.postimg { vertical-align: middle; } /* B1.6 */ .punbb .post-content .blockcode, .punbb .post-content blockquote { width: 100%; overflow: hidden; } /* B1.7 */ .punbb .post-content .scrollbox { width: 100%; overflow: auto; } /* B1.8 */ .punbb .post-content .quote-box, .punbb .post-content .code-box { margin: 1em 5px 1em 5px; padding: 10px 15px 10px 15px; } /* B1.9 */ .punbb .quote-box cite, .punbb .code-box strong.legend { text-align: left; display: block; font-size: 15px; font-weight: 500; font-family: 'beaufort'; margin-bottom: 4px; width: auto; float: left; font-style: normal; letter-spacing: 0.7px; text-shadow: 0px 0px 1px #7b8370; } /* B2 Information boxes -------------------------------------------------------------*/ /* B2.1 */ .punbb .info-box { padding: 1.1em 1.7em 1em 1.7em; border-style: solid; border-width: 1px; margin: 0 0 1.1em 0; } /* B2.2 */ .punbb .info-box * { padding: 0 0 0.7em 0; } /* B2.3 */ .punbb #pun-main .info-box .legend { font-size: 1.1em; font-weight: bold; } /* B3 Pagination and posting links -------------------------------------------------------------*/ /* B3.1 */ .punbb .linkst { float: left; position: relative; width: 100%; height: 0; font-size: 9px; font-family: 'Bona Nova'; text-transform: uppercase; } /* B3.2 */ .multipage { margin-top: 3em; } /* B3.3 */ .linkst .pagelink { position: absolute; top: -4.5em; left: 1em; width: 24em; } /* B3.4 */ .linkst .postlink { position: absolute; top: -4.5em; right: 1em; width: 16em; text-align: right; } /* B3.5 */ .punbb .linksb { text-align: right; padding: 0.4em 1em 0.5em 1em; font-size: 9px; font-family: 'Bona Nova'; text-transform: uppercase; } /* B3.6 */ .linksb .pagelink { float: left; width: 24em; text-align: left; } /* B3.7 */ .linksb .postlink { float: right; width: 16em; } /* B3.8 */ .subscribelink { clear:both; padding-top: 0.3em; padding-bottom: 0.5em; } /************************************************************* C - MAIN CONTENT - SPECIFIC **************************************************************/ /* C1 Form layout -------------------------------------------------------------*/ /* C1.1 */ .punbb .formal .container { padding: 0em 2.3em 1.1em 2.3em; } /* C1.2 */ .punbb .formsubmit { padding: 0 0 0 1.7em; margin: 1em 0 0 0; } /* C1.3 */ .punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span { margin: 0 0.6em 0 0 } /* C1.4 */ .punbb fieldset { border-style: solid; border-width: 1px; padding: 0 18px 0 18px; margin: 0 0 1em 0 } /* C1.5 */ .punbb fieldset legend { padding: 10px 0px 0 0; margin: 0 0 0 11px; font-size: 1.1em } /* C1.6 */ .punbb fieldset legend span { padding: 0 5px; margin: 0 0 0 -15px; font-size: 10px; font-weight: 500; font-family: 'Bona Nova'; text-transform: uppercase; } /* C1.7 */ .punbb fieldset fieldset { border-style: none; margin: 0; padding: 0 0 8px 0 } /* C1.8 */ .punbb .fs-box { padding: 1em 0 0.8em 0; } /* C1.9 */ .punbb .fs-box p, .punbb .fs-box fieldset { padding: 0 0 0.8em 0 } /* C1.10 */ .punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield { float: left; margin-right: 1em; } /* C1.11 */ .punbb .inline .infofield { clear:both } /* C1.12 */ .punbb .datafield br { display: none } /* C1.13 */ .punbb .required label, .punbb .datafield span.input { font-weight: bold } /* C1.14 */ .punbb .datafield span.input a { font-weight: normal; } /* C1.15 */ .punbb .areafield span.input, .punbb p.longinput span.input { display: block; padding: 0 12em 0 0; height: 100%; /* For IE */ } /* C1.16 */ .punbb textarea, .punbb .longinput input { width: 64%; margin: 0; } /* C1.17 */ .punbb .hashelp { position: relative; } /* C1.18 */ .punbb .helplinks { display: block; position: absolute; top: 1em; right: 0; font-weight: normal; width: 36%; } /* c1.19 */ .punbb #profile .helplinks { top: 1.5em; } /* C1.20 */ .punbb .helplinks span { display: block; padding-bottom: 0.2em; } /* C1.21 */ #pun-post .formal .info-box li { padding-left: 4px; list-style-type: square; list-style-position: inside; line-height: 1.5; margin: 0; } /* C2 Table layout -------------------------------------------------------------*/ /* C2.1 */ .punbb .main .tcl { overflow: hidden; text-align: left; width: 45%; } /* C2.2 */ .punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod { text-align: center; font-family: roboto; font-weight: 300; width: 5%; } /* C2.3 */ .punbb .main .tcr { overflow: hidden; text-align: left; width: 30%; } #pun-index .tcr { font-size: 11px; width: 23%; position: relative; overflow: visible; color: #000000; text-align: left; font-family: roboto; text-transform: lowercase; font-weight: 400; line-height: 16px; padding-left: 20px; } /* C2.4 */ #pun-userlist .main .tcl, #pun-searchtopics .main .tcl, #pun-modviewforum .main .tcl { background-color: transparent; width: 40% } /* C2.5 */ #pun-userlist .main .tc2, #pun-searchtopics .main .tc2 { background-color: transparent; text-align: center; width: 20%; } /* C2.6 */ #pun-debug table .tcl { background-color: transparent; width: 15%; white-space:normal; } /* C2.7 */ #pun-debug .tcr { background-color: transparent; width: 90%; white-space: normal; } /* C2.8 названия подфорумов*/ #pun-index .tcl h3 { font-family: beaufort; font-size: 19px; font-weight: 500; text-align: left; letter-spacing: 1px; display: block; height: 22px; text-transform: uppercase; text-shadow: 0px 0px 1px #999590; margin-bottom: 5px; } #pun-index .tcl { width: 50% !important; position: relative; overflow: visible; } /* 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: 1em 1em 0.8em 0em; } /* C2.12 */ .punbb .main th { border-style: none none none solid; border-width: 0 0 0 1px; padding: 0.4em 1em 0.4em 1em; border-style: none none none solid; border-width: 0 0 0 1px; padding: 0.4em 1em 0.4em 1.5em; } /* C2.13 */ .punbb .main .tcl { border-left-style: none; border-left-width: 0 } * html .tclcon {height: 1px} /* C2.14 */ #pun-index td div.tclcon { text-align: justify; position: relative; font-family: roboto; padding-left: 20px; } /* C2.15 */ .punbb div.icon { float: left; display: block; } #pun-messages.punbb div.icon{ margin-top: 0px!important; } /* C3 Topics -------------------------------------------------------------*/ #pun-title, #pun-navlinks { border-color: #202021 ; } /* CS2.1 */ .punbb .container, .punbb .post-body { border-color: transparent; } /* CS2.2 */ .punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post { border-style: none; border-width: 0; } /* CS2.3 */ .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 { border-color: transparent ; } /* CS2.4 */ .punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body, .post-links ul, .post-links, .usertable table { border-color: transparent; } /* CS2.5 */ .punbb th { border-color: transparent ; } /* CS2.6 */ #pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span { border-color: transparent; } #pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend { border-color: transparent ; } .punbb .divider { border-color: transparent; } .punbb .formal fieldset .post-box, .punbb .info-box { border: 1px solid transparent ; } li.pa-online { display: none; } /* 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 { height: 19px; font-size: 10px; text-transform: lowercase; padding-top: 2px; border-radius: 0px; font-family: 'beaufort'; box-shadow: 0px 0px 8px #a39c8c4a, 0px 0px 10px #958f8140 inset; background: #bdbcba21; text-align: justify; border-style: solid; margin: 20px -22px 0 -22px; border-width: 1px 0; border-color: rgba(0,0,0,0); border-image: url(https://forumstatic.ru/files/001b/f3/04/49411.png?v=1) round 1; } /* C3.3 */ .punbb .post h3 span { padding: 2px 10px 5px 10px; display: block; margin-left: 280px; } /* 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: 240px; overflow: visible; } /* C3.6 */ .punbb .post .post-author ul, .punbb .post .post-author p { padding: 0em 1em 1em 1em; line-height: 18px; } /* C3.7 */ .pa-author { margin-top: 10px; text-align: center; font-family: bizantheum, beaufort; font-size: 21px; letter-spacing: .4px; font-weight: 500 !IMPORTANT; color: #cbb53fcf !important; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; } /* C3.8 */ .pa-author a { font-family: bizantheum, beaufort; font-size: 21px; letter-spacing: .4px; font-weight: 500 !IMPORTANT; color: #cbb53fcf !important; transition-duration: 1s; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; } .pa-author a:hover { color: #d0cdc7cf !important; } /* C3.9 */ li.pa-title { font-size: 10px; font-weight: 400; text-align: center; margin: 7px -11px 4px -11px !IMPORTANT; text-transform: lowercase; letter-spacing: .8px; background: #322f4070; padding-bottom: 2px; font-family: beaufort; padding-top: 1px; border-style: solid; border-width: 1px 0px 1px 0px; border-color: rgba(0,0,0,0); border-image: url(https://forumstatic.ru/files/001b/f3/04/73802.png) round 1; color: #cbc8c3; } /* C3.11 */ .punbb .post-body { margin-left: 260px; border-left-style: solid; border-left-width: 1px; padding: 0 0 1px 0; } /* C3.12 */ .punbb .post-box { padding: 14px 0px 5px 5px; } /*C3.13 */ .punbb fieldset .post-box { margin-bottom: 0.8em } /* C3.14 */ .punbb .post-links { margin-left: 19em; border-left-style: solid; border-left-width: 1px; } /* C3.15 */ .punbb .post-links ul { padding: 1em 1em 0 0; height: 2em; line-height: 2em; margin-left: -17.7em; border-top-style: dashed; border-top-width: 1px; background: transparent; text-align: right; font-weight: 500; font-size: 12px; text-transform: lowercase; font-family: bona nova; } /* C3.16 */ .punbb .post-links li { display: inline; padding-left: 1em; } /* C3.17 */ .pl-email, .pl-website { float: left; } /* C3.18 */ .punbb .clearer { clear: both; height: 0; font-size: 0; } /* C4 Moderator menu -------------------------------------------------------------*/ /* C4.1 */ .punbb .modmenu .container { padding: 0.5em 1em; font-weight: 500; font-size: 12px; text-align: right; text-transform: lowercase; font-family: bona nova; } /* C4.2 */ .punbb .modmenu strong, .punbb .modmenu a { height: 1.8em; line-height: 1.8em; } /* C4.3 */ .punbb .modmenu .container strong { float: left; } /* C4.4 */ .punbb .modmenu input { margin-left: 1em; } /* C5 Message boxes -------------------------------------------------------------*/ /* C5.1 */ .punbb .info .container { padding: 0.8em 1em } /* C5.2 */ .punbb .info .container .backlink { padding-top: 0.8em; } /* C6 Profile -------------------------------------------------------------*/ /* C6.1 */ #profile .container { padding-left: 18.6em; } /* C6.2 */ #profilenav { float: left; width: 14em; margin-left: -16.3em; display: inline; } /* C6.3 */ #profilenav li { padding-bottom: 0.8em; font-weight: bold; } /* C6.4 */ #viewprofile ul, #profilenav ul { border-style: solid; border-width: 1px; padding: 1.5em 18px 0.8em 18px; margin: 0 0 1em 0; } /* C6.5 */ #viewprofile h2, #profilenav h2 { background: transparent; border: none; padding: 0 0 0 0; margin: 0 14px -0.6em 14px; } /* C6.6 */ #viewprofile h2 span, #profilenav h2 span { padding: 0 5px; position: relative; } /* C6.7 */ #viewprofile li, #setmods dl { padding: 0 0 0 16em; margin-bottom: 0.2em; } /* C6.8 */ #viewprofile li span { float: left; width: 14em; margin-left: -16em; padding: 0.5em 1em; font-weight: bold; } /*C6.9 */ #setmods dt { float: left; width: 14em; margin-left: -16em; padding: 0.8em 1em; font-weight: bold; display: inline; } /* C6.10 */ #viewprofile li strong, #viewprofile li div, #setmods dd { display: block; padding: 0.5em 1em; font-weight: normal; } /* C6.11 */ .punbb img.avatardemo { float: right; margin: 0 0 0.8em 1.8em } /* C7 User list -------------------------------------------------------------*/ /* C7.1 */ #pun-userlist .formal, #pun-userlist .formal .container { border-bottom: none; margin-bottom: 0; } /* C7.2 */ #pun-userlist .usertable .container { padding: 0 2.3em 2.3em 2.3em; border-top: none; } /* C7.3 */ #pun-userlist .usertable table { border-style: solid; border-width: 1px; } /************************************************************* D - PUNBB SECTIONS OTHER THAN MAIN CONTENT **************************************************************/ /* D1 Logo and description -------------------------------------------------------------*/ /* D1.1 */ #pun-title { margin: 0; border-style: none none none none; border-width: 0px 0px 0 0px;} /* D1.2 */ #pun-title h1 { display : block;} /* D1.3 */ #pun-title .container { border-style: none none none none;} /* D1.4 */ #pun-title h1 span { display: none;} #pun-title h1 span { font-size: 1.5em;} /* D2 Page navigation -------------------------------------------------------------*/ /* D2.1 */ #pun-pagelinks { position: absolute; top: 55px; left: 0; margin: 0; border: none; padding: 0; width: 100%; } /* D2.2 */ #pun-pagelinks .container { background: transparent; border: none; padding: 0} /* D2.3 */ #pun-pagelinks .container li { display: inline} /* D2.4 */ #pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover { height: 2em; line-height: 2em; padding: 0; font-size: 1.2em; margin-left: -9999px; display: block; float:left; width: 100%;} /* D2.5 */ #pun-pagelinks a:active, #pun-pagelinks a:focus { position:relative; margin: 0;} #pun-pagelinks li a span { display:block; margin: 0 1em} /* D3 Forum navigation -------------------------------------------------------------*/ /* D3.1 */ #pun-navlinks .container { text-align: center; font-style: normal; font-size: 16px; font-weight: 500; text-transform: uppercase; height: 20px; font-family: beaufort; margin-left: 0px; margin-top: -69px; /* border: red 1px solid; */ letter-spacing: .7px; padding-inline-end: 0px; padding: 0px !important; padding-inline-start: 0 !important; } /* D3.2 */ #pun-navlinks .container { padding: 0.2em 0em; padding-top: 4px;} /* D.3 */ #pun-navlinks li { display: inline; padding: 0px .5em; } /* D4 User links -------------------------------------------------------------*/ /* D4.1 */ #pun-ulinks { } /* D4.2 */ #pun-ulinks .container { font-style: normal; font-weight: 300 !important; text-align: center; text-transform: lowercase; margin-top: 15px !important; margin-left: 0px !important; width: auto; padding: 0px 0 0px 0 !important; height: auto !important; /* border: 1px solid red; */ padding-inline-start: 0 !important; } /* D4.3 */ #pun-ulinks li, #pun-ulinks li a { display: inline-block; border-left-style: solid; border-left-width: 1px; white-space: nowrap; } /* D4.4 */ #pun-ulinks li a { padding: 0 .5em 0 .5em; } /* D4.5 */ #pun-ulinks li.item1, #pun-ulinks li.item1 a { border-left-style: none; border-left-width: 0; padding-left: 0; } /* D5 Welcome box and Top Breadcrumbs -------------------------------------------------------------*/ /* D5.1 */ #pun-status, #pun-status .container { border-bottom: none; margin-bottom: 0; } /* D5.2 */ #pun-status .container { text-align: left; font-size: 9px; font-family: 'beaufort'; letter-spacing: 1px; height: 12px; text-transform: uppercase; font-weight: 400; background: #c9c6c1; border-style: solid; border-width: 1px 0; border-color: rgba(0,0,0,0); border-image: url(https://forumstatic.ru/files/001b/f3/04/49411.png?v=1) round 1; text-shadow: 0px 0px 1px #aba7a2; padding: 5px 22px; margin: 0 -22px 10px -22px; } #pun-status .container strong { font-weight: 500; } /* D5.3 */ #pun-status span { white-space: nowrap; margin-right: 0.5em; } /* D5.4 */ #pun-crumbs1 { font-weight: 400; overflow: hidden; } /* D5.5 */ #pun-crumbs1 p.container { border-top: none; padding: 0px 1em 0em 0em; text-align: left; height: 22px; font-family: beaufort; font-size: 13px; letter-spacing: .8px; text-transform: uppercase; font-weight: 500; text-shadow: 0px 0px 1px #8883804d, 0px 0px 5px #2f231733, 1px 1px #d9d1c1; } /* D5.6 */ #pun-break1 { margin: 0 1em; border-style: solid none; border-width: 1px 0; height: 0; margin: 0px 0 0 0 !important; position: relative; z-index: 1; } /* D6 Announcement -------------------------------------------------------------*/ /* D6.1 */ #pun-announcement h2 { padding: 0; margin: 0 1em -3.5em 1em; border-style: none none solid none; border-width: 0 0 1px 0; position: relative; font-weight: bold; } /* D6.2 */ #pun-announcement h2 span { display: block; padding: 1em 0 0.8em 0; border-bottom-style: solid; border-bottom-width: 1px; } /* D6.3 */ #pun-announcement .container { padding: 2.5em 1em 1em 1em; margin-top: -13px; line-height: 1.1; text-align: center; } /* D7 Statistics -------------------------------------------------------------*/ #pun-stats .container { font-size: 11px; font-weight: 400; font-family: roboto; margin: 10px 0px 0 0; padding: 0px !IMPORTANT; } /* D7.2 */ #pun-stats li.item1, #pun-stats li.item2 { float: left; clear: both; line-height: 150%; } /* D7.3 */ #pun-stats li.item3, #pun-stats li.item4 { text-align: right; line-height: 150%; } /* D7.4 */ li#onlinelist { margin-top: 1em; border-top-style: solid; border-top-width: 1px; float: left; width: 100%; line-height: 130%; } /* D7.5 */ li#onlinelist div { border-top-style: solid; border-top-width: 1px; padding: 0.7em 0 0 0; } /* D8 Quick Jump - About - Bottom Breadcrumbs -------------------------------------------------------------*/ /* D8.1 */ #pun-qjump { margin: 0; border: none; width: 50%; position: relative; float: left; } /* D8.2 */ #pun-qjump .container { border: none; background: transparent; padding: 0.8em 1em; } /* D8.3 */ #pun-about { margin-top: 0; margin-bottom: 0; } /* D8.4 */ #pun-about .container { border-top-style: none; text-align: center; line-height: 150%;} /* D8.5 */ #pun-about p span { display: block; padding-left: 50%; margin-top: 10px; font-family: bona nova; text-transform: uppercase; font-size: 10px; } /* D8.6 */ #pun-crumbs2 { font-weight: 400; overflow: hidden; margin-bottom: 0; border-bottom: none; } /* D8.7 */ #pun-crumbs2 .container { border-bottom: none; padding: 0em 1em 0.2em 0em; font-family: beaufort; font-size: 13px; letter-spacing: .8px; text-transform: uppercase; font-weight: 500; text-shadow: 0px 0px 1px #8883804d, 0px 0px 5px #2f231733, 1px 1px #d9d1c1; } /* D8.8 */ #pun-break4 { margin: -2px 1em; border-style: none; border-width: 0px 0; position: relative; height: 0; z-index: 1; } /* D9 Help file -------------------------------------------------------------*/ /* D9.1 */ #pun-help .formal .info-box h3.legend { border-bottom-style: none; border-bottom-width: 0px; padding-bottom: 0; margin-bottom: 0.8em; } /* D9.2 */ #pun-help .formal .info-box h3.legend span { padding-bottom: 0.6em; display: block; border-bottom-style: none; border-bottom-width: 0px; font-size: 1.1em; } /* D9.3 */ #pun-help .formal p, #pun-help .formal dd { margin-bottom: 1em } /* D9.4 */ #pun-help .formal ul, #pun-help .formal dl { padding: 0 0 0 1em } /* D9.5 */ #pun-help .formal li { padding: 0; line-height: 130% } /* D9.6 */ #pun-help .formal li * { vertical-align: text-top } /* D9.7 */ #pun-help .formal dt span { font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace } /* D9.8 */ #pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode { padding-bottom: 0; } #pun-status .status-right { display: none; } .punbb th { font-size: 0 !important; } #pun-index .category .tc2,#pun-index .category .tc3, #f-subforums .tc2,#f-subforums .tc3{ display:none!important; } * {scrollbar-width: thin; scrollbar-color: #000;} html{min-width: 1134px!important;}/*для мобил*/ .pa-posts, .pa-respect { font-size: 12px; padding: 0px 4px 0px 4px !important; margin-left: 4px; font-weight: 400; text-transform: lowercase; letter-spacing: .1px; font-family: beaufort; } .post-content .spoiler-box > div { background: url('/img/plus.png') no-repeat left center; cursor: pointer; padding-left: 18px; font-family: bona nova; text-transform: uppercase; font-size: 11px; letter-spacing: .5px; color: #4e4337; font-weight: 600; } .go-up { background: #261d299c; width: 30px; height: 30px; border-radius: 100%; border: 1px solid #b69451; box-shadow: 0px 0px 10px #c39d3a42, 0px 0px 15px #0c0912 inset; } .go-down { background: #261d299c; width: 30px; height: 30px; border-radius: 100%; border: 1px solid #b69451; box-shadow: 0px 0px 10px #c39d3a42, 0px 0px 15px #0c0912 inset; } .ssilkiS { text-align: right; font-family: beaufort; font-size: 12px; letter-spacing: .4px; text-transform: lowercase; margin-top: 4px; } .ssilkiS a { margin: 0 6px 0px 0px !important; } .podfor { box-shadow: 0px 0px 8px #a39c8c57, 0px 0px 10px #958f8142 inset; background: #c9c6c1; padding: 10px 15px; text-align: justify; position: relative; border-style: solid; font-family: roboto; border-width: 1px; border-color: rgba(0,0,0,0); border-image: url(https://forumstatic.ru/files/001b/f3/04/49411.png?v=1) round 1; } .activees { height: 38px; width: 142px; top: 128px; display: flex; justify-content: space-between; margin-left: 60px !important; position: absolute; z-index: 100; /* border: red 1px solid; */ flex-wrap: wrap; } .activees div { position: relative; width: 38px; height: 38px; box-shadow: 0 0 0 1px #a88544, 0px 0px 10px #0000003d; border-radius: 100%; } .activees img { filter: grayscale(100%); transition: all .6s ease-in-out 0s; border-radius: 100%; width: 38px; height: 38px; } .activees div:after, .activees2 div:after, .activees3 div:after { content: ""; background: #444051; width: 100%; height: 100%; position: absolute; top: 0; left: 0; mix-blend-mode: multiply; transition: all .6s ease-in-out 0s; border-radius: 100%; } .activees div:hover img, .activees2 div:hover img, .activees3 div:hover img { filter: none} .activees div:hover:after, .activees2 div:hover:after, .activees3 div:hover:after { opacity: 0 } .activees2 { height: 48px; width: 48px; top: 122px; display: flex; justify-content: space-between; margin-left: 230px !important; position: absolute; z-index: 100; /* border: red 1px solid; */ flex-wrap: wrap; } .activees3 { height: 48px; width: 48px; top: 222px; display: flex; justify-content: space-between; margin-left: -31px !important; position: absolute; z-index: 100; /* border: red 1px solid; */ flex-wrap: wrap; } .activees2 div, .activees3 div { position: relative; width: 48px; height: 48px; box-shadow: 0 0 0 1px #a88544, 0px 0px 10px #0000003d; border-radius: 100%; } .activees2 img, .activees3 img { filter: grayscale(100%); transition: all .6s ease-in-out 0s; border-radius: 100%; width: 48px; height: 48px; } .textt { width: 210px; text-align: justify; position: absolute; /* border: red 1px solid; */ top: 186px; margin-left: 40px; font-family: beaufort; height: 106px; font-size: 10px; letter-spacing: .4px; line-height: 18px; color: #d0cdc7; overflow-y: auto; padding-right: 10px;} .textt a { color: #d5b13d !IMPORTANT; transition: 1s; } .textt a:hover { color: #8d7fbd !IMPORTANT; transition: 1s; } .fak { height: 38px; width: 236px; top: 128px; display: flex; justify-content: space-between; margin-left: 726px !important; position: absolute; z-index: 100; /* border: red 1px solid; */ flex-wrap: wrap;} .fak div { display: flex; flex-direction: column; font-family: beaufort; color: #d0cdc7; align-items: center; gap: 5px; font-size: 9px; } .fak img { border-radius: 100%; width: 38px; height: 38px; box-shadow: 0 0 0 1px #a88544, 0px 0px 10px #0000003d; } .ques { width: 218px; text-align: justify; position: absolute; /* border: red 1px solid; */ top: 200px; margin-left: 790px; font-family: beaufort; height: 106px; font-size: 10px; letter-spacing: .4px; color: #d0cdc7; overflow-y: hidden; padding-right: 0; } .ques one { display: block; text-transform: uppercase; font-size: 13px; } .ques one z { color: #e1c323cf; transition-duration: 1s; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; font-weight: 400; } .ques two { display: block; margin-top: 6px; text-transform: uppercase; font-size: 10px; /* border: red 1px solid; */ overflow-y: auto; height: 82px; padding-right: 10px; line-height: 16px; } .ques two a { color: #c9c6c1d4 !IMPORTANT; transition-duration: 1s; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; font-weight: 400; letter-spacing: 1px; } .ques two a:hover { color: #af9c36 !IMPORTANT; transition-duration: 1s; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; font-weight: 400; letter-spacing: 1px; } .ques two z { color: #cfb840db; transition-duration: 1s; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; font-weight: 400; } .best_ep { width: 220px; text-align: center; position: absolute; /* border: red 1px solid; */ top: 300px; margin-left: 40px; font-family: beaufort; height: 26px; font-size: 9px; letter-spacing: 1px; color: #e1c323cf; overflow-y: auto; text-transform: uppercase; } .best_ep a { color: #e1c323cf !important; transition-duration: 1s; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; font-weight: 400; font-size: 12px; } .best_ep a:Hover { color: #c9c6c1d4 !important; transition-duration: 1s; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; font-weight: 400; font-size: 12px; } .textt::-webkit-scrollbar-thumb, .ques two::-webkit-scrollbar-thumb { background-color: #a58b2d; border: 1px solid #897016; } .textt::-webkit-scrollbar, .ques two::-webkit-scrollbar { width: 5px; height: 6px; background-color: #271e30; } .act_zag { width: 142px; text-align: center; position: absolute; /* border: red 1px solid; */ top: 105px; margin-left: 60px; font-family: beaufort; height: 10px; font-size: 7px; letter-spacing: 2px; text-transform: uppercase; color: #e1c323a8; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; font-weight: 400; } .ams { width: 256px; text-align: center; position: absolute; /* border: red 1px solid; */ top: 75px; margin-left: 5px; font-family: beaufort; height: 40px; font-size: 9px; letter-spacing: 1px; text-transform: uppercase; color: #c9c6c1; font-weight: 400; } .ams z { display: block; color: #e1c323cf !important; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; font-weight: 400; margin-bottom: 6px; } .ams a { color: #c9c6c1d6 !important; transition-duration: 1s; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; font-weight: 400; } .ams a:hover { color: #e1c323cf !important; transition-duration: 1s; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; font-weight: 400; } /* КОД ССЫЛОК НАВИГАЦИИ ОТ ВЕЩЕГО ДУХА */ /* настройка кнопки, может быть текстом */ .spirit-navigation { width: 130px; top: 260px; margin-left: 290px; text-align: right; display: inline-block; cursor: pointer; position: absolute; font-size: 10px; font-weight: 400; font-family: 'beaufort'; letter-spacing: 1px; height: 12px; text-transform: uppercase; color: #faffffb3; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; text-shadow: 0px 0px 4px #00000040, 1px 1px #00000045; /* border: red 1px solid; */ } .spirit-navigation z { color: #b3a145 !important; } /* вид кнопки после клика по ней */ .spirit-navigation.spirit-navigation_hover{ background: url(ссылка на картинку) no-repeat } /* настройка позиции выпадающего по клику окна и его ширина */ #navigblock { width: 200px; margin-left: 35px; position: absolute; top: 46px; text-align: center; z-index: 999; } /* настройка блока ссылок, цвет фона, тени, прозрачность, отступы */ .sslka { display: block; opacity: 1; padding: 5px; background: #181c1c; border-radius: 0px; border-style: solid; border-width: 1px; border-color: rgba(0,0,0,0); border-image: url(https://forumstatic.ru/files/001b/bc/b5/56937.png) round 1; box-shadow: 0px 0px 6px #0000005c, 0px 0px 4px #ffffff21 inset; } /* настройка вида самой ссылки, ширина, цвет, фон, шрифты и так далее */ #pun .sslka a { white-space: nowrap; margin: 3px; border-radius: 1px; text-align: center; transition: all 0.3s linear 0s; display: inline-block; padding: 2px 2px 2px 2px; text-transform: uppercase; letter-spacing: 0.8px; width: 170px; color: #e1e1e1; text-shadow: 1px 1px #304142c4; font-family: beaufort; font-size: 10px; background: #4b6262; border: 1px solid #394e4d; box-shadow: 0px 0px 10px #52696e inset, 0px 0px 5px #00000030; } /* ссылка при наведении */ #pun .sslka a:hover { background-color: #2c3434 !important; opacity: .9; transform: scale(.91); color: #d9d9d9; letter-spacing: 0.8px; text-shadow: 0px 0px 5px #00000054; box-shadow: 0px 0px 6px #16161670 inset; border: 1px solid #2e2e2ea8; } #pun-index .category h2, #pun-stats h2 { font-family: beaufort !important; text-transform: uppercase; -webkit-text-size-adjust: 100%; background: url(https://forumstatic.ru/files/001b/f3/04/49062.png) left center, url(https://forumstatic.ru/files/001b/f3/04/49975.jpg) no-repeat fixed top center/cover !important; width: 1134px; height: 82px !important; margin-left: -50px !important; position: relative; margin-bottom: 0 !IMPORTANT; } .category h2 span, #pun-stats h2 span { display: block; -webkit-text-size-adjust: 100%; padding-top: 28px; font-weight: 400; letter-spacing: 1px; text-align: left; padding-left: 70px; font-size: 21px; color: rgb(215 189 84) !important; background: linear-gradient(rgba(255,255,255,1) 35%, rgba(0,0,0,1) 100%) !important; background: -moz-linear-gradient(top, rgba(255,255,255,1) 35%, rgba(0,0,0,1) 100%) !important; background: -webkit-linear-gradient(top, rgba(255,255,255,1) 35%, rgba(0,0,0,1) 100%) !important; background: -ms-linear-gradient(top, rgba(255,255,255,1) 35%, rgba(0,0,0,1) 100%) !important; background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; box-decoration-break: clone; -webkit-box-decoration-break: clone; text-shadow: -1px 1px 0px #000; } #pun-category1 h2 span:before, #pun-category2 h2 span:before, #pun-category3 h2 span:before, #pun-category4 h2 span:before, #pun-category5 h2 span:before, #pun-category6 h2 span:before, #pun-category7 h2 span:before, #pun-stats h2 span:before { margin-top: 0px; content: '«Хотите чего-нибудь сладенького, деточки? Мы возьмем все!»'; width: 700px; height: 16px; position: absolute; display: inline-block; top: 32px; font-size: 12px; font-family: beaufort; TEXT-ALIGN: left; /* border: 1px solid red; */ left: 330px; text-transform: lowercase; color: #e5e1dbd4 !IMPORTANT; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; font-weight: 400; letter-spacing: 1px; } #pun-category2 h2 span:before { content: '«Нам нужно смывать себя в унитаз?! Это чертовски отвратительно!» '; } #pun-category3 h2 span:before { content: '«А теперь, если вы не возражаете, я иду спать, пока у вас не появилась еще одна идея, как мы можем умереть. Или и того хуже – вылететь из школы.» '; left: 220px; width: 900px; font-size: 11px; top: 35px; } #pun-category4 h2 span:before { content: ' «Он чувствовал, что они втроем понимают друг друга настолько, что уже не нуждаются в словах.»'; } #pun-category5 h2 span:before { content: '«P.S. Птица кусается!»'; } #pun-category6 h2 span:before { content: '«Нельзя цепляться за мечты и сны, забывая о настоящем, забывая о своей жизни.» '; } #pun-stats h2 span:before { content: '«Статистика может доказать все, что угодно, даже правду.»'; } .quo { width: 150px; text-align: justify; position: absolute; top: 260px; margin-left: 600px; font-size: 10px; overflow-y: hidden; font-family: 'beaufort'; letter-spacing: 1px; height: 12px; text-transform: uppercase; color: #faffffb3; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; text-shadow: 0px 0px 4px #00000040, 1px 1px #00000045; } .quo2 { width: 150px; text-align: center; position: absolute; top: 260px; margin-left: 290px; font-size: 10px; overflow-y: hidden; font-family: 'beaufort'; letter-spacing: 1px; height: 12px; text-transform: uppercase; color: #faffffb3; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; text-shadow: 0px 0px 4px #00000040, 1px 1px #00000045; /* border: 1px solid red; */ } #pun-navlinks.sticky { position: fixed; top: 68px; width: 902px; margin: -4px 0 0 -2px !IMPORTANT; z-index: 2; } #pun-ulinks.sticky { position: fixed; top: 30px; width: 991px; /* margin-left: -10px; */ z-index: 1; /* border: 1px solid red; */ } #pun-navlinks.sticky .container, #pun-ulinks.sticky .container { border: none; background-repeat: repeat; background-position: top center; border-style: solid; border-width: 1px 1px 0 1px; border-color: rgba(0,0,0,0); border-image: url(https://forumstatic.ru/files/001b/f3/04/49411.png?v=1) round 1; height: 30px !important; padding-top: 10px !important; margin-left: -21px !important; background: #d0cdc7; } #pun-ulinks.sticky .container { margin-left: -23px !important; width: 1078px; margin-top: 6px !IMPORTANT; border-width: 1px 1px 1px 1px !important; padding: 0 !important; height: 25px !IMPORTANT; padding-top: 6px !IMPORTANT; } #pun-navlinks.sticky .container { width: 1078px; } .tab_l { width: 320px; text-align: center; position: absolute; /* border: red 1px solid; */ top: 75px; margin-left: 700px; font-family: beaufort; height: 40px; font-size: 9px; letter-spacing: .6px; text-transform: uppercase; color: #c9c6c1; font-weight: 400; line-height: 16px; } .tab_l a { color: #c9c6c1d6 !important; transition-duration: 1s; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; font-weight: 400; } .tab_l a:hover { color: #e1c323cf !important; transition-duration: 1s; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; font-weight: 400; } #pun-index tr.inew .tclcon:before { content: ""; display: block; position: absolute; top: 16px; left: -29px; width: 11px; height: 11px; background: #9b7b3d; border-radius: 100%; border: 1px solid #a98c51; box-shadow: 0px 0px 2px #dfb868 inset, 0px 0px 3px #8b74446e; } #pun-index .category tr.inew { background: linear-gradient(90deg, #8d867926, transparent); } #pun-index .category table { border-spacing: 0px 20px; border: 0 !important; } .bannersdown { position: absolute; height: 25px; text-align: center; width: 400px; margin-top: 55px !important; margin-left: 302px !important;} .bannersdown img { opacity: .4; transition: 1s; } .bannersdown img:hover { opacity: 1; transition: 1s; } .pa-fld1 { background: #12111c80; font-family: beaufort; border-style: solid; border-width: 1px; border-color: rgb(167 133 74); /* border-image: url(https://forumstatic.ru/files/001b/f3/04/73802.png) round 1; */ margin-bottom: 5px; border-radius: 20px; } .lz1 { font-family: beaufort; font-size: 14px; letter-spacing: .4px; margin: 6px; } .lz1 a { font-family: bizantheum, beaufort; letter-spacing: .4px; font-weight: 500 !IMPORTANT; color: #cbb53fcf !important; transition-duration: 1s; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; } .lz2 { background: #110f198f; font-family: beaufort; border-style: solid; border-width: 1px 0px 0px 0px; border-color: rgba(0,0,0,0); border-image: url(https://forumstatic.ru/files/001b/f3/04/73802.png) round 1; padding: 10px 15px; font-size: 12px; letter-spacing: .4px; border-radius: 0 0 20px 20px; } .topic a.sharelink { display: none; } .pa-fld4 { width: 217px; height: 43px; background: transparent url(https://forumstatic.ru/files/001b/f3/04/96511.png); font-family: beaufort; margin-bottom: 8px; margin-top: 8px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; align-content: center;} .plash1 { font-family: beaufort; font-weight: 500 !IMPORTANT; color: #e1c843cf !important; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; margin-left: 20px; margin-top: 5px; } .plash2 { font-family: beaufort; font-weight: 500 !IMPORTANT; color: #d0cdc7d1 !important; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; text-transform: lowercase; font-size: 10px; letter-spacing: .5px; margin-left: 20px; } .pa-fld4 { width: 248px; height: 59px; background: transparent url(https://forumstatic.ru/files/001b/f3/04/12470.png); font-family: beaufort; margin-bottom: 8px; margin-top: -20px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; align-content: center; margin-left: -15px; } .punbb .post-content a:hover { font-weight: bold; color: #7e611c; } #viewprofile #profile-right .plash1 { font-family: beaufort; font-weight: 500 !IMPORTANT; color: #4b2c4c !important; background: #bbb8b19c; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; margin-left: 20px; text-shadow: 0px 0px 1px #99968c; margin-top: 5px; -webkit-background-clip: initial !important; } #viewprofile #profile-right .plash2 { font-family: beaufort; font-weight: 500 !IMPORTANT; color: #323232 !important; background: #c3c1b9; text-transform: lowercase; font-size: 10px; letter-spacing: 1px; margin-left: 20px; text-shadow: 0px 0px 1px #99968c; margin-top: 0px; -webkit-background-clip: initial !important; padding: 0 10px 10px 12px; } #viewprofile #profile-right .lz1 a { font-family: beaufort; letter-spacing: .4px; font-weight: 500 !IMPORTANT; color: #302130 !important; transition-duration: 1s; background: none; text-shadow: 0px 0px 1px #99978f; } #viewprofile #profile-right .lz1 { font-family: beaufort; font-size: 15px; letter-spacing: .4px; margin: 0; } #viewprofile #profile-right .lz2 { background: #c3c1b9; font-family: beaufort; border-style: solid; border-width: 1px 0px 0px 0px; border-color: rgb(174 147 92); border-image: none; padding: 10px 15px; font-size: 12px; letter-spacing: .4px; border-radius: 0; border: 1px solid #ac8d518f; } .spas { background: url(https://forumstatic.ru/files/001b/f3/04/30411.png); height: 68px; width: 142px; position: absolute; top: 20px; margin-left: 423px; transition: 1s; } .spas:hover { background: url(https://forumstatic.ru/files/001b/f3/04/95655.gif); height: 68px; width: 142px; position: absolute; top: 20px; margin-left: 423px; transition: 1s; } #tooltip { position: absolute; background: #584360; z-index: 999; max-width: 180px; border: none; border-radius: 2px; font-size: 11px; font-weight: 400; font-family: 'beaufort'; text-transform: lowercase; display: none; color: #ceccc6; /* цвет текста */ text-align: center; padding: 5px; letter-spacing: 1px; } .punbb h1 span, .punbb legend span { font-size: 15px; display: none; } .hvStickerPackModal { padding: 16px 16px 8px; -webkit-box-sizing: border-box; box-sizing: border-box; border: solid 1px #999; border-radius: 4px; background: #c8c4be !important; -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); position: absolute; display: none; bottom: 0; left: 0; z-index: 100; } .html-box a { text-align: center; font-family: 'beaufort'; text-transform: uppercase; letter-spacing: 1px; padding: 0px 10px 0px 10px; font-size: 10px !important; font-weight: 500; display: inline-block; height: 26px !important; line-height: 26px !important; color: #ebd37e!important; background-color: #4e3b56 !important; border-radius: 6px !important; transition: 1s; border: 1px solid #a9a49d; } .html-box a:hover { text-align: center; font-family: 'beaufort'; text-transform: uppercase; letter-spacing: 1px; padding: 0px 10px 0px 10px; font-size: 10px !important; font-weight: 500; display: inline-block; height: 26px !important; line-height: 26px !important; color: #e3e0db!important; background-color: #a58e3e !important; border-radius: 6px !important; transition: 1s; border: 1px solid #aba69f; } .html-box { display: flex; flex-wrap: nowrap; flex-direction: row; justify-content: center; gap: 0 10px; }
Поделиться32023-10-27 20:13:05
Код:
/* CS1 Background and text colours -------------------------------------------------------------*/ /* Фон форума */ HTML { background: #4a3945 url(https://forumstatic.ru/files/001b/f3/04/49975.jpg) no-repeat fixed top left; background-size: cover; } /* Шапка */ #pun-title table { background-image: url(https://forumstatic.ru/files/001b/f3/04/80403.png); background-repeat: repeat-x; background-position: top left; border: none; width: 1134px; height: 426px; margin-left: -50px; overflow-x: hidden; margin-top: -361px; } /* Тело форума */ #pun { background-position: center top; background-repeat: repeat-y; } /* Футер */ #pun-about p.container { border: none !important; background-image: url(https://forumstatic.ru/files/001b/f3/04/15926.png); margin: 0px 0px -40px -50px; background-position: bottom left; background-repeat: repeat-x; width: 1134px; height: 49px; overflow-x: hidden; } /* CS1.1 Фон и цвет текста на форуме */ .punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3, #pun-navlinks .container, .punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd, .punbb .info-box, .punbb #pun-main .info-box .legend, .punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer, #pun-stats h2, .punbb .main h2, #pun-title, #pun-title .container, .punbb .modmenu .container, .punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span, .punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl, #pun-navlinks .container { background-color: transpanent; color: #000; font-weight: normal; font-style: normal; } #pun-admain .adformal, #pun-admain .adcontainer {border: none; border-color: transparent;} .punbb .main h1, #pun-debug h2, .punbb-admin #pun-admain h2 { background-color: transparent; color: #000; text-align: center; font-style: normal; font-family: 'beaufort'; } /* Цитата и выделить код */ .punbb .quote-box, .punbb .code-box { color: #000; background: #c5c1bbcf; text-align: justify; border-style: solid; border-width: 1px; border-color: rgba(0,0,0,0); border-image: url(https://forumstatic.ru/files/001b/f3/04/73802.png) round 1; box-shadow: 0px 0px 8px #a39c8c57, 0px 0px 10px #958f8142 inset; } /* Область для ввода текста в форме ответа и админке */ .punbb textarea, .punbb input { background: #c9c6c0; color: #000; } /* Тень и закругление */ .punbb .quote-box, .punbb .code-box, .punbb textarea, .punbb select { border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; } .punbb input { border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; } /* Фон окна наград и репутации */ #pun-popup_awards div, #pun-reputation div { background: #c9c6c0; } /* CS2 Ссылки -------------------------------------------------------------*/ /* CS2.1 */ .punbb a, .punbb a:link, .punbb a:visited, .punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited, .punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited, #pun-navlinks a, #pun-ulinks a {color: #262228; text-decoration: none; } /* CS2.2 */ .punbb a:focus, .punbb a:active, .punbb-admin #pun-admain .nodefault, .punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active, #pun-ulinks a:focus, #pun-ulinks a:active { color: #745d0e; transition-duration: 1s; } .punbb a:hover, #pun-navlinks a:hover, #pun-ulinks a:hover { color: #745d0e; transition-duration: 1s; text-decoration: none; } #pun-ulinks a { font-size: 9px; color: #262228; font-weight: 300; text-transform: uppercase; letter-spacing: 1px; font-family: beaufort; text-shadow: 0px 0px 1px #787368cf, 1px 1px #dbd3c3; transition-duration: 1s; } #pun-ulinks a:hover { color: #745d0e; transition-duration: 1s; } #pun-navlinks a { color: #262228; transition-duration: 1s; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; font-weight: 400; text-shadow: 0px 0px 1px #7c725d, 0px 0px 10px #0000004d, 1px 1px #ffffff4a; } #pun-navlinks a:hover { color: #745d0e; transition-duration: 1s; } /* CS3 Остальное -------------------------------------------------------------*/ div.icon { display:none; } #pun-viewforum TR.iclosed Div.icon, #pun-messages TR.iclosed Div.icon, #pun-searchtopics TR.iclosed Div.icon { background: #8f8f8f; border: 1px solid #838383; height: 8px; width: 8px; border-radius: 100%; margin-right: 8px !important; margin-top: 4px; box-shadow: 0px 0px 4px #a19e9873; } #pun-viewforum TR.isticky Div.icon, #pun-messages TR.isticky Div.icon, #pun-searchtopics TR.isticky Div.icon { background: #bb954c; border: 1px solid #9f7d3e; height: 8px; width: 8px; border-radius: 100%; margin-right: 8px !important; margin-top: 4px; box-shadow: 0px 0px 4px #a19e9873; } #pun-viewforum table Div.icon, #pun-messages table Div.icon, #pun-searchtopics table Div.icon { background: #c5c2bd; border: 1px solid #b5b2ad; height: 8px; width: 8px; border-radius: 100%; margin-right: 8px !important; margin-top: 4px; box-shadow: 0px 0px 4px #a19e9873; } #pun-viewforum TR.inew Div.icon, #pun-messages TR.inew Div.icon, #pun-searchtopics TR.inew Div.icon { background: #8f6384; border: 1px solid #835b79; height: 8px; width: 8px; border-radius: 100%; margin-right: 8px !important; margin-top: 4px; box-shadow: 0px 0px 4px #a19e9873; } /* CS3.2 Всё подряд*/ #pun-main div.catleft, #pun-main div.catright {display: none;} #pun-main .post-author ul {text-align: center;} ul.post-ul-Sp, .post-img-Sp {text-align:center;} #pun th, #pun-main h2 {text-align: center} #pun-navlinks .container, #pun-ulinks .container {text-align: center;} .modlist {font-size: 95.05%;} #pun-announcement .container {font-size: 101%; font-family: "Arial";} .category h2 span{display: block;} #pun-stats h2 span {visibility: visible;} #pun td .modlist{display:none;} .lastedit {display:none} #pun-announcement h2 {display: none} #pun-navlinks #navawards{display:none} /*---Прокрутка---*/ ::-webkit-scrollbar { width: 7px; height: 6px; background-color: #271e30; } ::-webkit-scrollbar-thumb { background-color: #c39d3a; } ::selection { background: #392d3c !important; color: #d0cdc8; } td.tcr a { text-transform: lowercase; font-weight: 500; font-family: beaufort; font-size: 15px; color: #7e6a23 !IMPORTANT; transition: 1s; text-shadow: 0px 0px 1px #999590; letter-spacing: .7px; } td.tcr a:hover { color: #4b3d49 !IMPORTANT; transition: 1s; } .punbb .user-avatar .avatar-image { border: 1px solid #af8f4e; opacity: 0.78 !important; width: 36px !important; height: 36px !important; border-radius: 100% !important; mix-blend-mode: luminosity; } .punbb .user-avatar .isonline { margin-right: 3px; background: #5b4b5b !important; } .punbb .user-avatar { margin: 1px 8px 2px 0px !important; } #pun-index .tclcon a { display: inline-block; position: relative; margin: 0 3px 0px 0px; } .category .container thead {display: none;} .punbb .pa-avatar img { max-width: 180px !important; margin-bottom: 5px; margin-top: 10px; border-style: solid; border-width: 1px; border-color: rgba(0,0,0,0); border-image: url(https://forumstatic.ru/files/001b/f3/04/49411.png?v=1) round 1; } #counters A IMG{opacity:0.4; -moz-opacity:0.4; filter:alpha(opacity=30);} #counters a:hover img {opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=70); transition-duration: 2s;} #font-area, #size-area, #color-area, #table-area, #smilies-area, #image-area, #imageup-area, #imageattach-area, #keyboard-area, #video-area, #addition-area { position: absolute; right: 6px; top: 43px; overflow-y: auto; padding-top: 10px; background: #c9c6c0; border: 1px solid #bfbcb6; } .punbb .post-content a, .punbb .post-content a:link { font-weight: bold; color: #623372; } .pun-modal .modal-inner { width: 700px; max-width: 94%; height: auto; max-height: 44em; margin: 12% auto 0; position: relative; z-index: 120000; overflow: hidden; background: #c9c6c0; border: 1px solid #bfbcb6; } .button { font-family: 'Playfair Display' !important; background-color: #ab8d59 !important; font-size: 10px !important; margin-top: 5px !important; border: none; padding: 4px 15px 4px 15px !important; text-decoration: none; transition: all 0.5s ease-in-out 0s; vertical-align: middle; text-transform: uppercase; font-weight: 400 !important; border-radius: 1px !important; letter-spacing: 0.8px; color: #e5ded0 !IMPORTANT; border: 1px solid #8f7547; text-shadow: 1px 1px #8f7547c4; text-align: justify; box-shadow: 0px 0px 5px #9791849c, 0px 0px 9px #19191747 inset; } #video-area-tinp, #image-area-tinp { margin: .5em 0; padding: .3em; background: #c9c6c0; border: 1px solid #bfbcb6; height: 70px; } #MyBookmarks { display: none; position: fixed; z-index: 101; left: 0; top: 0; right: 0; height: 100%; box-shadow: 0 0 20px rgba(0,0,0,.5); width: 240px; background: #c9c6c0; border: 1px solid #bfbcb6; } #mask_dialog .inner { cursor: default; margin: 0; width: 760px; max-width: 99%; max-height: 90%; overflow-x: auto; z-index: 100; background: #c9c6c0; border: 1px solid #bfbcb6; padding: 8px; } #MyBookmarks h2 { margin: 10px 0 10px 0 !important; } #pun-viewforum .tclcon, #pun-messages .tclcon, #pun-searchtopics .tclcon { font-size: 14px; font-weight: 500; text-transform: none; font-family: bona nova; text-shadow: 0px 0px 1px #a59d90a1; letter-spacing: .3px; } #pun-viewforum .tclcon a, #pun-messages .tclcon a, #pun-searchtopics .tclcon a { font-size: 14px; font-weight: 500; text-transform: none; font-family: beaufort; text-shadow: 0px 0px 1px #adaaa5; letter-spacing: .3px; } #pun-viewforum td.tcr a, #pun-messages td.tcr a, #pun-searchtopics td.tcr a { font-size: 14px; font-weight: 500; text-transform: none; font-family: beaufort; text-shadow: 0px 0px 1px #a59d90a1; letter-spacing: .3px; } #pun-viewforum span.byuser, #pun-messages span.byuser, #pun-searchtopics span.byuser { font-family: 'Roboto'; font-size: 11px; font-weight: 300; text-transform: none; } .punbb .post .post-author a { font-weight: 500; transition: 1s; color: #cbb53ff0 !important; } .punbb .post .post-author a:hover { font-weight: 500; transition: 1s; color: #cbc8c3 !important; } .pa-ip { font-family: 'beaufort'; font-size: 9px; text-transform: lowercase; } #tags .container { position: absolute; right: 6px; top: 43px; z-index: 2; background: #c9c6c0; border: 1px solid #bfbcb6; height: 300px; } #imageupload-left input[type=button] { width: auto !important; text-align: center; } #MyBookmarks h2, #MyBookmarks h1, .editBookmark h2 { position: relative; width: auto; z-index: 9999999; margin-left: 0px !important; } #pun-viewforum .main td { padding: 1em 1em; vertical-align: top; } #pun .code-box strong.legend a { font-weight: 400; } .post-author { background: url(https://forumstatic.ru/files/001b/f3/04/48327.jpg) center/cover; margin: -30px 0 0 0px!important; font-weight: 300; font-family: 'Roboto'; font-size: 11px; border-style: solid; border-width: 1px; border-color: rgba(0,0,0,0); border-image: url(https://forumstatic.ru/files/001b/f3/04/73802.png) round 1; box-shadow: 0px 0px 10px #9b989191; color: #c5c1b8; }
Поделиться42023-10-27 20:13:15
Код:
<!-- гиф --> <div class="spas"> </div> <!-- ссылки --> <div class="tab_l"> <a href="https://phoenixlament.f-rpg.me/viewtopic.php?id=5636">гостевая книга</a> • <a href="https://phoenixlament.f-rpg.me/viewtopic.php?id=22">нужные</a> • <a href="https://phoenixlament.f-rpg.me/viewtopic.php?id=17">внешности</a> • <a href="https://phoenixlament.f-rpg.me/viewtopic.php?id=14">персонажи</a> <br> <a href="https://phoenixlament.f-rpg.me/viewtopic.php?id=5364">хочу к вам</a> • <a href="https://phoenixlament.f-rpg.me/viewtopic.php?id=2213">анкета</a> • <a href="https://phoenixlament.f-rpg.me/viewtopic.php?id=11513">faq по сюжету</a> • <a href="https://phoenixlament.f-rpg.me/viewtopic.php?id=16">правила</a> • <a href="https://phoenixlament.f-rpg.me/viewtopic.php?id=7161">канон</a> </div> <!--Инфа--> <div class="quo2">HP, II gen, 2000 год</div> <!--Цитата--> <div class="quo">бесконечно - не предел</div> <!-- амс --> <div class="ams"><z>администрация форума:</z><a href="https://phoenixlament.f-rpg.me/profile.php?id=26">Ronald</a>, <a href="https://phoenixlament.f-rpg.me/profile.php?id=1136">Anthony</a>, <a href="https://phoenixlament.f-rpg.me/profile.php?id=1132">Ingrid</a>, <a href="https://phoenixlament.f-rpg.me/profile.php?id=779">Justin</a>, <a href="https://phoenixlament.f-rpg.me/profile.php?id=1497">Mackenzie</a></div> <!-- эпизод --> <div class="best_ep"> ✦ <a href="ссылка" title="подсказка">Название Эпизода тут</a> ✦ </div> <!-- квесты --> <div class="ques"> <one><z>В игре:</z> ЯНВАРЬ'00 - МАРТ'00</one> <two> <a href="https://phoenixlament.f-rpg.me/viewtopic.php?id=11813">Автобус</a> - <z>P. Vickers</z> [07.09]<br> <a href="https://phoenixlament.f-rpg.me/viewtopic.php?id=11833">Презентация</a> - <z>T. Kim</z> [07.09]<br> <a href="https://phoenixlament.f-rpg.me/viewtopic.php?id=11835">Эйви Гала</a> - <z>A. Shafiq</z> [06.09]<br> <a href="https://phoenixlament.f-rpg.me/viewtopic.php?id=11813">Автобус</a> - <z>P. Vickers</z> [07.09]<br> <a href="https://phoenixlament.f-rpg.me/viewtopic.php?id=11833">Презентация</a> - <z>T. Kim</z> [07.09]<br> <a href="https://phoenixlament.f-rpg.me/viewtopic.php?id=11835">Эйви Гала</a> - <z>A. Shafiq</z> [06.09]<br> </two> </div> <!--Факультеты--> <div class="fak"> <div><img src="https://forumstatic.ru/files/001b/f3/04/54227.jpg" title="Рейвенкло"> 111 </div> <div><img src="https://forumstatic.ru/files/001b/f3/04/63788.jpg" title="Гриффиндор"> 222</div> <div><img src="https://forumstatic.ru/files/001b/f3/04/50381.jpg" title="Слизерин"> 333</div> <div><img src="https://forumstatic.ru/files/001b/f3/04/43687.jpg" title="Хаффлпафф"> 444</div> </div> <!--Пост--> <div class="activees3"> <a href="ссылка" target="_blank" style="cursor: pointer;" title="имя"><div><img src="https://forumstatic.ru/files/001b/b8/2a/75410.jpg"></div></a> </div> <div class="textt">Но возможно все дело в чувстве вине, от которого Аделайн не могла отделаться, и Крис не помогал, а только накидывал обвинений? Да-да, она все испортила! Слышали — знаем. Быть может Ада надеется, что это чувство буквально можно вытрахать из него? <a href="https://phoenixlament.f-rpg.me/viewtopic.php?id=11907#p629732">(читать дальше)</a></div> <!--Активист--> <div class="activees2"> <a href="ссылка" target="_blank" style="cursor: pointer;" title="имя"><div><img src="https://forumstatic.ru/files/001b/b8/2a/75410.jpg"></div></a> </div> <!--Активисты--> <div class="activees"> <a href="ссылка" target="_blank" style="cursor: pointer;" title="имя"><div><img src="https://forumstatic.ru/files/001b/b8/2a/75410.jpg"></div></a> <a href="ссылка" target="_blank" style="cursor: pointer;" title="имя"><div><img src="https://forumstatic.ru/files/001b/b8/2a/75410.jpg"></div></a> <a href="ссылка" target="_blank" style="cursor: pointer;" title="имя"><div><img src="https://forumstatic.ru/files/001b/b8/2a/75410.jpg"></div></a> </div> <script> /* Отключение некоторых функций rusff */ RusffCore.sets.rusff_smilepack = 0; /*Сервисные смайлы*/ RusffCore.sets.use_awards = 0; /*Награды*/ RusffCore.sets.files.button = false; /*Вложения*/ RusffCore.sets.share = false; /*Поделиться*/ RusffCore.sets.tags = false; /*Теги*/ RusffCore.sets.graffiti = false; /*Граффити*/ RusffCore.sets.show_reportBtn = false; /*Жалобы*/ </script> <style>#pun-navlinks #navawards{display:none;}</style> <style>.lastedit {display: none;}</style> <style>#pun-live-rusff {display: none;}</style> <style>.punbb #pun-ulinks li#Rz>a>span:after {display: none!important;}</style> <!--выделить код. Alex_63 new.2019--> <script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/26102.js"></script> <script>eval(select_text.toString().replace(/\}$/,'try{document.execCommand("copy")}catch(e){}}'))</script> <script type="text/javascript">select_text.linkText = 'Акцио, код! [auto]' //текст ссылки</script> <!-- конец --> <style>/*Убрать "Закрыто и "Важно"*/ .stickytext,.closedatafield{ display:none;}</style> <!--Запрет перехода на первую страницу При удалении Тем и сообщений --> <script type="text/javascript" src="https://forumstatic.ru/files/0010/b4/f8/33839.js"></script> <style> .lastedit {display:none;} </style> <!--Всплывающие Подсказки при наведении--> <script type="text/javascript" src="https://forumstatic.ru/files/001b/2c/35/26675.js" data-old="https://forumstatic.ru/files/0015/c4/3f/26671.js"></script> <!--//End//-Всплывающие Подсказки при наведении--> <!---------------------------- удаление соо ----------------------------> <script type="text/javascript" src="https://forumstatic.ru/files/0010/b4/f8/33839.js"></script>
Поделиться52023-10-27 20:13:25
Код:
<!---------------------------- Sticky-эффекты ----------------------------> <script type="text/javascript"> window.onscroll = function() {myFunction()}; var navlinks = document.getElementById("pun-navlinks"); var ulinks = document.getElementById("pun-ulinks"); var sticky = navlinks.offsetTop; function myFunction() { if (window.pageYOffset >= sticky) { navlinks.classList.add("sticky"); ulinks.classList.add("sticky"); } else { navlinks.classList.remove("sticky"); ulinks.classList.remove("sticky"); } } </script> <!---------------------------- люмос и нокс ----------------------------> <script type="text/javascript"> var L0='<img class="imgON_Off" src="'; var L1='" style="width: 68px;margin-left: 75px !important;margin-bottom: 0px;margin-top: 10px !important;display: block;" />'; var ImgON="https://forumstatic.ru/files/001b/f3/04/61314.png"; // Картинка Online; var ImgOff="https://forumstatic.ru/files/001b/f3/04/43774.png"; // Картинка OffLine; $("#pun-viewtopic .post .post-author > ul").each(function () { if ($(this).find(".pa-online").html()!=null){$(this).append(L0+ImgON+L1) }else $(this).append(L0+ImgOff+L1); }); </script> <!-- пиар вход--> <script type="text/javascript"> PiarNik="Owl"; PiarPas="1111"; var L="<div id=\"PR_loginDiv\" style=\"display:none;\">\ <form id=\"form_login\" name=\"login\" method=\"post\" action=\"login.php?action=in\" onsubmit=\"return check_form()\">\ <fieldset>\ <input type=\"hidden\" name=\"form_sent\" value=\"1\"/>\ <input type=\"text\" id=\"fld1\" name=\"req_username\" size=\"21\" maxlength=\"25\"/>\ <input type=\"text\" id=\"fld2\" name=\"req_password\" size=\"7\" maxlength=\"16\"/>\ <input type=\"submit\" class=\"button\" name=\"login\"/>\ </fieldset>\ </form>\ </div>\ <li id=\"navpiar\"><span id=spMyimg style=\"cursor:pointer;\"><a onclick=\"PiarIn()\">pr</a></span></li>"; if($("#navlogin").html()!=null){ $("#navlogin").after(L) //navlogin $("#PR_loginDiv #fld1").val(PiarNik) $("#PR_loginDiv #fld2").val(PiarPas) function PiarIn () {$("#PR_loginDiv input[type='submit']").click();} } </script> <!-- Конец --> <!-- пиар 2 --> <script src="https://forumstatic.ru/files/0015/c4/3f/26781.js"></script> <script type="text/javascript"> PR.nick = 'Mrs Norris'; //Ник PR-аккаунта PR.pass = '1111'; //Пароль PR-аккаунта PR.btn_text = 'Почитать посты'; //Надпись на кнопке PR-входа(или ссылка на картинку); PR.set();</script> <!--кнопки вверх вниз--> <div class="go-up" id='ToTop'></div> <div class="go-down" id='OnBottom'></div> <style> .go-up, .go-down { display: none; position: fixed; margin-left: 1110px; cursor: pointer; opacity: 1; margin-bottom: 140px; } .go-up { bottom:220px; /*положение от низа окна браузера верхняя кнопка*/ } .go-down { bottom:170px; /*положение от низа окна браузера нижняя кнопка кнопка*/ } .go-down:hover,.go-up:hover { opacity:1; } </style> <!--кнопки вверх вниз--> <script type="text/javascript"> $(function(){ if ($(window).scrollTop()>="250") $("#ToTop").fadeIn("slow") $(window).scroll(function(){ if ($(window).scrollTop()<="250") $("#ToTop").fadeOut("slow") else $("#ToTop").fadeIn("slow") }); if ($(window).scrollTop()<=$(document).height()-"999") $("#OnBottom").fadeIn("slow") $(window).scroll(function(){ if ($(window).scrollTop()>=$(document).height()-"999") $("#OnBottom").fadeOut("slow") else $("#OnBottom").fadeIn("slow") }); $("#ToTop").click(function(){$("html,body").animate({scrollTop:0},"slow")}) $("#OnBottom").click(function(){$("html,body").animate({scrollTop:$(document).height()},"slow")}) }); </script> <!-- Восстановление последнего поста при утере by Человек-Шаман --> <script> $(document).ready(function() { $('#addition-area').append(function() { return $('<div>Восстановить последний пост</div>').click(restoreLastPost); }); function restoreLastPost() { $('#main-reply').val(localStorage.ReservePost); }; }); </script> <!--конец--> <!-- Разделение ников пользователей в теме запятой --> <script>$('#topic-users-in a').prev('a').after(',');</script> <!--конец--> <!-- Быстрое редактирование постов © Alex_63 // V.3 --> <script src="https://forumstatic.ru/files/0015/c4/3f/97896.js" type="text/javascript"></script> <!-- Скрипт маски --> <script src="https://forumstatic.ru/files/0017/95/29/89289.js"></script> <script> hvScriptSet.addMask({ guestAccess: ['Архив завершенных сюжетных эпизодов', 'Архив завершенных личных эпизодов', 'Архив снесенной игры', 'Запретная секция'], forumAccessExtended: { 'Платформа 9¾': ['Игроки', 'Игроки с ЧС'], 'Косая аллея': ['Игроки', 'Игроки с ЧС'], 'Трилогия путешествий': ['Игроки', 'Игроки с ЧС'], 'Сюжетные эпизоды': ['Игроки', 'Игроки с ЧС'], 'Настоящее': ['Игроки', 'Игроки с ЧС'], 'Прошлое': ['Игроки', 'Игроки с ЧС'], 'Будущее': ['Игроки', 'Игроки с ЧС'], 'Альтернатива': ['Игроки', 'Игроки с ЧС'], 'Паб "Три метлы"': ['Игроки', 'Игроки с ЧС'], 'Квиддич': ['Игроки', 'Игроки с ЧС'], 'Всевозможные Вредилки Уизли': ['Игроки', 'Игроки с ЧС'], 'Архив завершенных сюжетных эпизодов': ['Игроки', 'Игроки с ЧС'], 'Архив завершенных личных эпизодов': ['Игроки', 'Игроки с ЧС'], 'Архив снесенной игры': ['Игроки', 'Игроки с ЧС'], 'Запретная секция': ['Игроки', 'Игроки с ЧС'], 'Дневник Тома Реддла': ['Игроки', 'Игроки с ЧС'] }, changeList: { 'pafld1': { title: 'ЛЗ', description: '', tag: 'lich', class: 'pa-fld1', defaultCode:'<div class="lz1"><a href="ССЫЛКА НА АНКЕТУ">ИМЯ И ФАМИЛИЯ, ВОЗРАСТ</a></div><div class="lz2">✥ Занятие;<br>✥ Лояльность;<br>✥ Статус крови.</div>', type: 'html' } }, userFields: ['pa-author', 'pa-title', 'pa-avatar', 'pa-fld1', 'pa-posts', 'pa-respect', 'pa-awards'] }); </script> <script><!-- Замена --> function UniverСhange(selektor,changed,substitute){ $(selektor).each(function(){if ($(this).parent().html()!=null){if($(this).parent().html().indexOf(changed)!=-1){ $(this).parent().html($(this).parent().html().replace(changed,substitute));};};});} UniverСhange(".pa-posts","Сообщений","исписано пергаментов"); //На следущей строке можно добавить еще запрос UniverСhange(".pa-respect","Уважение","тыквенное печенье"); //На следущей строке можно добавить еще запрос UniverСhange("#navadmin a","Администрирование","Админ."); //На следущей строке можно добавить еще запрос </script> <script type="text/javascript"> var nWRD="тыквенное печенье"; function setRespecNew(){ $(".post .pa-respect a[href^='/respect.php?']").each(function (){ $(this).html(nWRD);});} function TestRespect(){ if($(".post .pa-respect:contains('Репутация')").length){setRespecNew();return; }else {timerID = setTimeout("TestRespect()",110);return;} }TestRespect() </script> <!--ЗАМЕНА НА ДЛИННЫЙ ДЕФИС--> <script type="text/javascript"> $('.post-content p').each(function(){ function replacer(str){return str.replace(/-\s|–\s/gm,'— ');} var a = $(this).clone().wrap('<div></div>').parent().html(); var b = a.replace(/>[^<>]+</gim,replacer); if(a!=b)$(this).replaceWith(b) }); </script> <!-- Кликабельность ника в постах Гостя --> <script>$(".post[data-group-id=3] .pa-author").html(function(){return this.innerHTML.replace(/(<.+>)(.+)$/,'$1<a href="javascript:to(\'$2\')">$2</a>')});</script> <script type="text/javascript"> var title = document.querySelectorAll('.pa-avatar img[title], p.formsubmit .button[title], input.button[title]'); var allTitle = title.length; for (i=0; i<allTitle; i++){ title[i].removeAttribute('title'); } </script> <!-- Удаляем лишние строки после цитаты и кода // v.3 © Alex_63 --> <script type="text/javascript"> $('.post-content').each(function() { var CNT = $(this).html(); CNT = CNT.replace(/<p><br><\/p>/img,''); CNT = CNT.replace(/<p><br><br>(.*?)<\/p>/img,'<p>$1</p>'); CNT = CNT.replace(/<p><br>(.*?)<\/p>/img,'<p>$1</p>'); $(this).html(CNT); }); </script> <!--Убрать сокращатель ссылок --> <script> FORUM.set("editor.link.short_url", function() { return false; }); </script> <!--- конец ---> <!-- аватар для гостя и игрока --> <script type="text/javascript"> var DefAvtr="https://forumstatic.ru/files/001b/d4/52/79009.png"; //Для Игрока var GuestAvtr="https://forumstatic.ru/files/001b/d4/52/30079.png";//Для Гостя $("li.pa-title").each(function(){ var b = DefAvtr;if($(this).text()=='Гость')b = GuestAvtr; var s='<li class="pa-avatar item2"><img class="defavtr" src="'+b+'" alt="Аватар"/></li>'; if (($(this).parents(".post-author").find("li.pa-avatar").length)==0){$(this).after(s);};}); </script> <!-- Регулировка размера шрифта в постах © Alex_63 --> <script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/31001.js"></script> <!-- Конец --> <!--Счетчик символов--> <script type="text/javascript"> if ((document.URL.indexOf("viewtopic.php") != -1) || (document.URL.indexOf("post.php") != -1) || (document.URL.indexOf("edit.php") != -1)) { var repl = document.getElementById("main-reply"); var submit = document.getElementsByTagName("p") for (var i=0; i<submit.length; i++){ if (submit[i].className == "formsubmit") submit[i].innerHTML = "<span id=\"plng\" style=\" color: #9ba4a5; font: 10px franklin gothic; outline: 1px solid #c4cdce; padding: 4px 10px 4px 10px; border-radius: 20px; background: #eaeff0; letter-spacing: 0.25px;text-transform: uppercase;\">Написано символов: <b>0</b></span>" + submit[i].innerHTML; } repl.onkeyup = repl.onkeydown = repl.onfocus = repl.onblur = function(){ document.getElementById("plng").innerHTML ="Написано символов: <b>" + (repl.value.length) + "</b>"; }} </script> <!--Быстрая вставка картинки--> <script> var oldIMG="<td id=\"button-image\" title=\"Вставить картинку\"><img onclick=\"bbcode('[img]','[/img]')\" src=\"/i/blank.gif\"/><b><p style=\"z-index:20;position:absolute;height14px;margin:-15px 0 0 22px;\">2</p></b></td>" $("#button-image").after(oldIMG); </script> <script type="text/javascript"> function show_new() { if(GroupID == 3) return; $('#pun-ulinks ul').prepend('<li class="item1"><a href="/search.php?action=show_new">Новые сообщения</a></li>');} show_new(); </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:0em 2.1em;"></span>'; /*удвоенные Отступы сверху и слево*/ $('.post-content p:contains("'+b+'")').each(function(){ $(this).html( $(this).html().replace(/\[indent\]/gm,indent));});}()); </script> <!----------------------------------------------- ДОП ШРИФТЫ -----------------------------------------> <script type="text/javascript"> var ft; var i; var ft_f; var j = ""; ft = document.getElementById("font-area"); var ft_f = new Array(); ft_f.push('Playfair Display'); ft_f.push('Cormorant Unicase'); ft_f.push('Aquarelle'); ft_f.push('Prata'); ft_f.push('Getman'); ft_f.push('Cyrillicbrush'); ft_f.push('Bemount'); ft_f.push('Eleventh Square'); ft_f.push('Druzhok'); for (i in ft_f) { j = "<div><span style='font-family:" + ft_f[i] + ";'>" + ft_f[i] + "</span><img src='/i/blank.gif' onclick=\"bbcode('["; j += "font=" + ft_f[i]; j += "]','[/font]')\" /></div>"; ft.innerHTML += j; } </script> <!-- ============================ --> <!---------------------------- баннеры ----------------------------> <div class="bannersdown"> <a href="https://rpgtop.su/23903" title="Рейтинг Ролевых Ресурсов - RPG TOP" target="_blank"><img src="//img.rpgtop.su/88x31x11x8.gif" alt="Рейтинг Ролевых Ресурсов - RPG TOP" border="0" width="88" height="31"></a> <noscript> <img src='//s02.rpgtop.su/cgi-bin-mod/iv.cgi?a=ins&id=23903' width='1' height='1' border='0'><a href='https://rpgtop.su/23903' target='_blank'><img src='//img.rpgtop.su/88x31x11x8.gif' alt='Рейтинг Ролевых Ресурсов - RPG TOP' border='0' width='88' height='31'></a> </noscript> <!-- /Top.Roleplay.Ru --> <a href="http://imagiart.ru/" target="_blank"> <img src="https://i.imgur.com/h3ba1GC.gif" title="photoshop: Renaissance" border="0" alt="photoshop: Renaissance"></a> <a href="http://urchoice.rolka.su/" target="_blank"><img src="https://s2.uploads.ru/1tCcd.png" title="Каталог форумов" alt="LYL" width="88" height="31"></a> </div>
Поделиться62023-12-24 17:26:22
Код:
/************************************************************* A - SETUP **************************************************************/ /* A1 Import the colour scheme -------------------------------------------------------------*/ /* A1.1 */ @import url(style_cs.css); @import url(style_cs.css); @import url('https://fonts.googleapis.com/css?family=Roboto'); @import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap'); @import url(https://fonts.googleapis.com/css?family=Playfair+Display); @import url(https://fonts.googleapis.com/css?family=Fjalla+One); @import url(https://fonts.googleapis.com/css?family=Abril+Fatface); @import url(https://fonts.googleapis.com/css?family=Amatic+SC); @import url(https://fonts.googleapis.com/css?family=EB+Garamond); @import url(https://fonts.googleapis.com/css?family=Old+Standard+TT); @import url(https://fonts.googleapis.com/css?family=Oranienbaum); @import url(https://fonts.googleapis.com/css?family=Allerta+Stencil); @import url(https://fonts.googleapis.com/css?family=Spectral); @import url(https://fonts.googleapis.com/css?family=Yeseva+One); @import url(https://fonts.googleapis.com/css?family=Oswald); @import url(https://fonts.googleapis.com/css?family=Berkshire+Swash); @import url('https://fonts.googleapis.com/css?family=Kristi'); @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;1,100&display=swap'); @font-face { font-family: 'Yeseva One'; src: url('https://forumstatic.ru/files/001b/8e/b2/86420.ttf'); font-weight: normal; font-style: normal;} @font-face {font-family: Deutsch Gothic; src: local("Deutsch Gothic"), url(https://forumstatic.ru/files/0019/69/9c/76856.ttf);} @font-face {font-family: Schwabacher; src: local("Schwabacher"), url(https://forumstatic.ru/files/0016/1a/7c/11027.ttf);} @font-face {font-family: Devitos; src: local("Devitos"), url(https://forumstatic.ru/files/001a/d9/a5/51081.otf);} @font-face {font-family: Beckett-KanzleiCYRegular; src: local("Beckett-KanzleiCYRegular"), url(https://forumstatic.ru/files/001a/fb/46/16469.ttf);} @import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap'); @font-face {font-family: Chomsky; src: local("Chomsky"), url(https://forumstatic.ru/files/001b/02/8d/38659.otf);} @font-face {font-family: Blacklisted; src: local("Blacklisted"), url(https://forumstatic.ru/files/001b/6b/00/95267.ttf);} @font-face {font-family: Leky Calgria; src: local("Leky Calgria"), url(https://forumstatic.ru/files/001b/72/c6/39686.otf);} @font-face {font-family: Nefarious; src: local("Nefarious"), url(https://forumstatic.ru/files/001b/78/14/77849.otf);} @font-face {font-family: Beware; src: local("Beware"), url(https://forumstatic.ru/files/001b/78/14/91567.ttf);} @font-face {font-family: Cyberion; src: local("Cyberion"), url(https://forumstatic.ru/files/001b/78/ab/69760.otf);} @font-face {font-family: Obituary; src: local("Obituary"), url(https://forumstatic.ru/files/001b/7b/98/50928.ttf);} @font-face {font-family: Getman; src: local("Getman"), url(https://forumstatic.ru/files/0016/a2/6b/75679.otf);} @font-face {font-family: Cyrillicbrush; src: local("Cyrillicbrush"), url(https://forumstatic.ru/files/0016/a2/6b/71475.ttf);} @font-face {font-family: Bemount; src: local("Bemount"), url(https://forumstatic.ru/files/0016/a2/6b/97896.otf);} @font-face {font-family: Eleventh Square; src: local("Eleventh Square"), url(https://forumstatic.ru/files/0016/a2/6b/13495.ttf);} @font-face { font-family: 'Felidae'; src: url('https://forumstatic.ru/files/0016/a2/6b/90541.ttf'); font-weight: normal; font-style: normal;} @font-face { font-family: 'Druzhok'; src: url('https://forumstatic.ru/files/0016/a2/6b/96514.otf'); font-weight: normal; font-style: normal;} @font-face { font-family: 'Aquarelle'; src: url('https://forumstatic.ru/files/0016/a2/6b/41534.ttf'); font-weight: normal; font-style: normal;} @font-face { font-family: 'Cormorant Unicase'; src: url('https://forumstatic.ru/files/0016/a2/6b/70642.ttf'); font-weight: normal; font-style: normal;} @font-face { font-family: 'Prata'; src: url(https://forumstatic.ru/files/0016/a2/6b/49337.ttf'); font-weight: normal; font-style: normal;} @font-face { font-family: 'Franklin Gothic'; src: url('https://forumstatic.ru/files/001b/d4/52/35982.ttf'); font-weight: normal; font-style: normal;} @font-face { font-family: 'MarckScript'; src: url('https://forumstatic.ru/files/0016/a2/6b/65122.ttf'); font-weight: normal; font-style: normal;} @font-face { font-family: 'PoiretOne'; src: url('https://forumstatic.ru/files/0016/a2/6b/18819.ttf'); font-weight: normal; font-style: normal;} @font-face { font-family: 'Oranienbaum'; src: url('https://forumstatic.ru/files/0016/a2/6b/87202.ttf'); font-weight: normal; font-style: normal;} @font-face { font-family: 'TheArtist Script'; src: url('https://forumstatic.ru/files/0016/a2/6b/23150.otf'); font-weight: normal; font-style: normal;} @font-face { font-family: 'GarciaMarquez'; src: url('https://forumstatic.ru/files/0016/a2/6b/94474.ttf'); font-weight: normal; font-style: normal;} @font-face { font-family: 'SecondLesson'; src: url('https://forumstatic.ru/files/0016/a2/6b/10083.otf?v=1'); font-weight: normal; font-style: normal;} @font-face { font-family: 'Song Of Coronos'; src: url('https://forumstatic.ru/files/0016/a2/6b/66242.ttf?v=1'); font-weight: normal; font-style: normal;} @font-face { font-family: 'Calypso'; src: url('https://forumstatic.ru/files/0016/a2/6b/89300.ttf'); font-weight: normal; font-style: normal;} @import url('https://fonts.googleapis.com/css2?family=Bona+Nova:wght@400;700&family=Playfair+Display:wght@400;500;600;700&family=Roboto:wght@100;300;400;500;700&family=Viaoda+Libre&display=swap'); @font-face { font-family: 'beaufort'; font-style: normal; font-weight: 400; src: url(https://forumstatic.ru/files/001b/f3/04/52183.otf); } @font-face { font-family: 'Bizantheum'; font-style: normal; font-weight: 400; src: url(https://forumstatic.ru/files/001b/f3/04/80676.otf); } @font-face { font-family: 'beaufort2'; font-style: normal; font-weight: 600; src: url(https://forumstatic.ru/files/0016/a2/6b/64228.otf); } @font-face { font-family: 'Allura'; font-style: normal; font-weight: normal; src: url(https://forumstatic.ru/files/0016/a2/6b/58040.ttf); } @font-face { font-family: 'BirthstoneBounce'; font-style: normal; font-weight: normal; src: url(https://forumstatic.ru/files/0016/a2/6b/11676.ttf); } @font-face { font-family: 'Qalisso'; font-style: normal; font-weight: normal; src: url(https://forumstatic.ru/files/0016/a2/6b/67501.otf); } @font-face { font-family: 'Rotherland'; font-style: normal; font-weight: normal; src: url(https://forumstatic.ru/files/0016/a2/6b/89187.ttf); } @font-face { font-family: 'Specials'; font-style: normal; font-weight: normal; src: url(https://forumstatic.ru/files/0016/a2/6b/95613.ttf); } @font-face { font-family: 'Traditian'; font-style: normal; font-weight: normal; src: url(https://forumstatic.ru/files/0016/a2/6b/24269.ttf); } @font-face { font-family: 'Lucky Change'; font-style: normal; font-weight: normal; src: url(https://forumstatic.ru/files/0016/a2/6b/36946.otf); } /* A2 Deal with browser defaults and wonkiness -------------------------------------------------------------*/ /* A2.1 */ html, body {margin: 0; padding: 0} /* A2.2 */ .punbb * { margin: 0 } /* A2.3 */ .punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt { list-style: none; } /* A2.4 */ .punbb img { border:none } /* A2.5 */ .punbb .main table { table-layout: fixed; width: 100%; } /* A2.6 */ .checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;} /* A2.7 */ p[class="checkfield"] *, div[class="checkfield"] *, fieldset[class="radiofield"] * { height: 1.8em; vertical-align: middle } /* A3 Text setup -------------------------------------------------------------*/ /* A3.1 */ body { font-size: 100.01%; } /* A3.2 */ .punbb { font: normal 70% Verdana; } /* 3.3 */ .punbb textarea, .punbb input, .punbb select, .punbb optgroup { font: 11px verdana, arial, helvetica, sans-serif; background: #c9c6c1; } /* A3.4 */ .punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th { font-size: 1em; font-weight: normal; } /* A3.5 */ .punbb h1 span, .punbb legend span { font-size: 15px; } /* A3.6 */ .punbb pre { font: 1.1em/140% monaco, "bitstream vera sans mono", "courier new", courier, monospace } /* A3.7 */ .punbb address, .punbb em { font-style: normal } /* A3.8 */ .punbb .post-content em { font-style: italic } /* A3.9 */ .punbb .post-content em.bbuline { font-style: normal; text-decoration: underline; } /* A3.10 */ .punbb a { text-decoration: underline } /* A3.11 */ .punbb optgroup { font-weight: bold; } /* A4 Float clearing and hidden items -------------------------------------------------------------*/ /* A4.1 */ #pun:after, .punbb .container:after, .punbb .post-links ul:after, .punbb .main div.inline:after, .punbb .post-box:after, .punbb .linksb:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; overflow:hidden; line-height: 0.0; font-size: 0; } /* A4.2 */ .acchide, #pun-index #pun-main h1, #pun-navlinks h2, #pun-pagelinks h2, #pun-status h2, #pun-ulinks h2, .punbb .forum h2, .punbb .multipage .topic h2, .punbb dl.post-sig dt span, .punbb p.crumbs strong, .punbb .divider hr, .punbb .required label em, .punbb .formsubmit label, .punbb .submitfield label, .punbb .modmenu label, #pun-userlist .main h2 { font-size: 0; height: 0; width: 0; line-height: 0.0; position:absolute; left: -9999px; overflow: hidden; } /* A5 Basic page layout and borders -------------------------------------------------------------*/ /* A5.1 */ #pun { margin: auto; width: 1134px; margin-top: 360px !important; margin-bottom: 140px !important; background: transparent url(https://forumstatic.ru/files/001b/f3/04/29715.png); padding-top: 1px; } /* A5.2 */ .punbb { float: none; width: auto; height: auto; margin: 0px 50px; } /* A5.3 */ #pun-redirect, #pun-maint { margin: 50px 20% 12px 20%; width: auto; float: none; min-height: 100px; } #pun-redirect { border: 0 none!important; margin: 0; padding: 0; left: 0; right: 0; top: 0; bottom: 0; position: fixed; width: 100%; height: 100%; text-align: center; background: #4a3945 url(https://forumstatic.ru/files/001b/f3/04/49975.jpg) no-repeat fixed top left; background-size: cover; } #pun-redirect *{ border:0 none; } #pun-redirect .main-title { display:none; } #pun-redirect.punbb .info .container { text-align: center; display: block; margin: 5% auto; font-family: 'Bona Nova'; font-size: 14px; padding: 30px 0px; height: auto; border: 0 !important; width: 900px; margin-top: 120px; color: #d0cdc7; } #pun-redirect.punbb .info .container a { color: #c69f3b !important; } /* A5.4 */ .punbb .section, .punbb .main { margin-bottom: 1em; } /* A5.5 */ .punbb .category, .punbb .post { margin-top: 0.4em; } /* A5.6 */ .punbb #pun-category1, .punbb .toppost, .punbb .topicpost { margin-top: 0; } /* 5.7 */ #pun-post .topic { margin-top: 1em; } /* A5.8 */ .punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post { border-style: none none none none; border-width: 0px 0px 0px 0px; } /* A5.9 */ .punbb .container { border-style: none; border-width: 0px; } /* A5.10 */ .punbb .section h2, #pun-main h1, #pun-main h2, #pun-debug h2 { letter-spacing: 0.6px; text-shadow: 0px 0px 1px #cecdc8; /* border: red 1px solid; */ background: transparent; font-family: 'beaufort' !important; font-size: 15px !important; font-style: normal; font-weight: 500; height: 10px; padding: 0px !important; text-align: center; width: auto; text-transform: uppercase; margin: 0px 8px 15px 8px !important; } /************************************************************* B - MAIN CONTENT - GENERAL **************************************************************/ /* B1 Parsed Content, Signatures and Scroll Boxes -------------------------------------------------------------*/ /* B1.1 */ .punbb .post-content { padding: 0; margin: 0; width: 100%; overflow: hidden; text-align: justify; } /* B1.2 */ .punbb .post-sig dt { display: block; text-align: center; border-top: 1px dotted #3e4b6d; width: 60%; margin-left: 120px; padding-bottom: 5px; margin-top: 10px; } /* B1.3 */ .punbb .post-content p { margin: 5px 0 0 0px; padding: 0 0 1em 0; line-height: 150%; } /* B1.4 */ .punbb .post-content img { vertical-align: text-bottom } /* B1.5 */ .punbb .post-content img.postimg { vertical-align: middle; } /* B1.6 */ .punbb .post-content .blockcode, .punbb .post-content blockquote { width: 100%; overflow: hidden; } /* B1.7 */ .punbb .post-content .scrollbox { width: 100%; overflow: auto; } /* B1.8 */ .punbb .post-content .quote-box, .punbb .post-content .code-box { margin: 1em 5px 1em 5px; padding: 10px 15px 10px 15px; } /* B1.9 */ .punbb .quote-box cite, .punbb .code-box strong.legend { text-align: left; display: block; font-size: 15px; font-weight: 500; font-family: 'beaufort'; margin-bottom: 4px; width: auto; float: left; font-style: normal; letter-spacing: 0.7px; text-shadow: 0px 0px 1px #7b8370; } /* B2 Information boxes -------------------------------------------------------------*/ /* B2.1 */ .punbb .info-box { padding: 1.1em 1.7em 1em 1.7em; border-style: solid; border-width: 1px; margin: 0 0 1.1em 0; } /* B2.2 */ .punbb .info-box * { padding: 0 0 0.7em 0; } /* B2.3 */ .punbb #pun-main .info-box .legend { font-size: 1.1em; font-weight: bold; } /* B3 Pagination and posting links -------------------------------------------------------------*/ /* B3.1 */ .punbb .linkst { float: left; position: relative; width: 100%; height: 0; font-size: 9px; font-family: 'Bona Nova'; text-transform: uppercase; } /* B3.2 */ .multipage { margin-top: 3em; } /* B3.3 */ .linkst .pagelink { position: absolute; top: -4.5em; left: 1em; width: 24em; } /* B3.4 */ .linkst .postlink { position: absolute; top: -4.5em; right: 1em; width: 16em; text-align: right; } /* B3.5 */ .punbb .linksb { text-align: right; padding: 0.4em 1em 0.5em 1em; font-size: 9px; font-family: 'Bona Nova'; text-transform: uppercase; } /* B3.6 */ .linksb .pagelink { float: left; width: 24em; text-align: left; } /* B3.7 */ .linksb .postlink { float: right; width: 16em; } /* B3.8 */ .subscribelink { clear:both; padding-top: 0.3em; padding-bottom: 0.5em; } /************************************************************* C - MAIN CONTENT - SPECIFIC **************************************************************/ /* C1 Form layout -------------------------------------------------------------*/ /* C1.1 */ .punbb .formal .container { padding: 0em 2.3em 1.1em 2.3em; } /* C1.2 */ .punbb .formsubmit { padding: 0 0 0 1.7em; margin: 1em 0 0 0; } /* C1.3 */ .punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span { margin: 0 0.6em 0 0 } /* C1.4 */ .punbb fieldset { border-style: solid; border-width: 1px; padding: 0 18px 0 18px; margin: 0 0 1em 0 } /* C1.5 */ .punbb fieldset legend { padding: 10px 0px 0 0; margin: 0 0 0 11px; font-size: 1.1em } /* C1.6 */ .punbb fieldset legend span { padding: 0 5px; margin: 0 0 0 -15px; font-size: 10px; font-weight: 500; font-family: 'Bona Nova'; text-transform: uppercase; } /* C1.7 */ .punbb fieldset fieldset { border-style: none; margin: 0; padding: 0 0 8px 0 } /* C1.8 */ .punbb .fs-box { padding: 1em 0 0.8em 0; } /* C1.9 */ .punbb .fs-box p, .punbb .fs-box fieldset { padding: 0 0 0.8em 0 } /* C1.10 */ .punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield { float: left; margin-right: 1em; } /* C1.11 */ .punbb .inline .infofield { clear:both } /* C1.12 */ .punbb .datafield br { display: none } /* C1.13 */ .punbb .required label, .punbb .datafield span.input { font-weight: bold } /* C1.14 */ .punbb .datafield span.input a { font-weight: normal; } /* C1.15 */ .punbb .areafield span.input, .punbb p.longinput span.input { display: block; padding: 0 12em 0 0; height: 100%; /* For IE */ } /* C1.16 */ .punbb textarea, .punbb .longinput input { width: 64%; margin: 0; } /* C1.17 */ .punbb .hashelp { position: relative; } /* C1.18 */ .punbb .helplinks { display: block; position: absolute; top: 1em; right: 0; font-weight: normal; width: 36%; } /* c1.19 */ .punbb #profile .helplinks { top: 1.5em; } /* C1.20 */ .punbb .helplinks span { display: block; padding-bottom: 0.2em; } /* C1.21 */ #pun-post .formal .info-box li { padding-left: 4px; list-style-type: square; list-style-position: inside; line-height: 1.5; margin: 0; } /* C2 Table layout -------------------------------------------------------------*/ /* C2.1 */ .punbb .main .tcl { overflow: hidden; text-align: left; width: 45%; } /* C2.2 */ .punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod { text-align: center; font-family: roboto; font-weight: 300; width: 5%; } /* C2.3 */ .punbb .main .tcr { overflow: hidden; text-align: left; width: 30%; } #pun-index .tcr { font-size: 11px; width: 23%; position: relative; overflow: visible; color: #000000; text-align: left; font-family: roboto; text-transform: lowercase; font-weight: 400; line-height: 16px; padding-left: 20px; } /* C2.4 */ #pun-userlist .main .tcl, #pun-searchtopics .main .tcl, #pun-modviewforum .main .tcl { background-color: transparent; width: 40% } /* C2.5 */ #pun-userlist .main .tc2, #pun-searchtopics .main .tc2 { background-color: transparent; text-align: center; width: 20%; } /* C2.6 */ #pun-debug table .tcl { background-color: transparent; width: 15%; white-space:normal; } /* C2.7 */ #pun-debug .tcr { background-color: transparent; width: 90%; white-space: normal; } /* C2.8 названия подфорумов*/ #pun-index .tcl h3 { font-family: beaufort; font-size: 19px; font-weight: 500; text-align: left; letter-spacing: 1px; display: block; height: 22px; text-transform: uppercase; text-shadow: 0px 0px 1px #999590; margin-bottom: 5px; } #pun-index .tcl { width: 50% !important; position: relative; overflow: visible; } /* 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: 1em 1em 0.8em 0em; } /* C2.12 */ .punbb .main th { border-style: none none none solid; border-width: 0 0 0 1px; padding: 0.4em 1em 0.4em 1em; border-style: none none none solid; border-width: 0 0 0 1px; padding: 0.4em 1em 0.4em 1.5em; } /* C2.13 */ .punbb .main .tcl { border-left-style: none; border-left-width: 0 } * html .tclcon {height: 1px} /* C2.14 */ #pun-index td div.tclcon { text-align: justify; position: relative; font-family: roboto; padding-left: 20px; } /* C2.15 */ .punbb div.icon { float: left; display: block; } #pun-messages.punbb div.icon{ margin-top: 0px!important; } /* C3 Topics -------------------------------------------------------------*/ #pun-title, #pun-navlinks { border-color: #202021 ; } /* CS2.1 */ .punbb .container, .punbb .post-body { border-color: transparent; } /* CS2.2 */ .punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post { border-style: none; border-width: 0; } /* CS2.3 */ .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 { border-color: transparent ; } /* CS2.4 */ .punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body, .post-links ul, .post-links, .usertable table { border-color: transparent; } /* CS2.5 */ .punbb th { border-color: transparent ; } /* CS2.6 */ #pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span { border-color: transparent; } #pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend { border-color: transparent ; } .punbb .divider { border-color: transparent; } .punbb .formal fieldset .post-box, .punbb .info-box { border: 1px solid transparent ; } li.pa-online { display: none; } /* 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 { height: 19px; font-size: 10px; text-transform: lowercase; padding-top: 2px; border-radius: 0px; font-family: 'beaufort'; box-shadow: 0px 0px 8px #a39c8c4a, 0px 0px 10px #958f8140 inset; background: #bdbcba21; text-align: justify; border-style: solid; margin: 20px -22px 0 -22px; border-width: 1px 0; border-color: rgba(0,0,0,0); border-image: url(https://forumstatic.ru/files/001b/f3/04/49411.png?v=1) round 1; } /* C3.3 */ .punbb .post h3 span { padding: 2px 10px 5px 10px; display: block; margin-left: 280px; } /* 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: 240px; overflow: visible; } /* C3.6 */ .punbb .post .post-author ul, .punbb .post .post-author p { padding: 0em 1em 1em 1em; line-height: 18px; } /* C3.7 */ .pa-author { margin-top: 10px; text-align: center; font-family: bizantheum, beaufort; font-size: 21px; letter-spacing: .4px; font-weight: 500 !IMPORTANT; color: #cbb53fcf !important; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; } /* C3.8 */ .pa-author a { font-family: bizantheum, beaufort; font-size: 21px; letter-spacing: .4px; font-weight: 500 !IMPORTANT; color: #cbb53fcf !important; transition-duration: 1s; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; } .pa-author a:hover { color: #d0cdc7cf !important; } /* C3.9 */ li.pa-title { font-size: 10px; font-weight: 400; text-align: center; margin: 7px -11px 4px -11px !IMPORTANT; text-transform: lowercase; letter-spacing: .8px; background: #322f4070; padding-bottom: 2px; font-family: beaufort; padding-top: 1px; border-style: solid; border-width: 1px 0px 1px 0px; border-color: rgba(0,0,0,0); border-image: url(https://forumstatic.ru/files/001b/f3/04/73802.png) round 1; color: #cbc8c3; } /* C3.11 */ .punbb .post-body { margin-left: 260px; border-left-style: solid; border-left-width: 1px; padding: 0 0 1px 0; } /* C3.12 */ .punbb .post-box { padding: 14px 0px 5px 5px; } /*C3.13 */ .punbb fieldset .post-box { margin-bottom: 0.8em } /* C3.14 */ .punbb .post-links { margin-left: 19em; border-left-style: solid; border-left-width: 1px; } /* C3.15 */ .punbb .post-links ul { padding: 1em 1em 0 0; height: 2em; line-height: 2em; margin-left: -17.7em; border-top-style: dashed; border-top-width: 1px; background: transparent; text-align: right; font-weight: 500; font-size: 12px; text-transform: lowercase; font-family: bona nova; } /* C3.16 */ .punbb .post-links li { display: inline; padding-left: 1em; } /* C3.17 */ .pl-email, .pl-website { float: left; } /* C3.18 */ .punbb .clearer { clear: both; height: 0; font-size: 0; } /* C4 Moderator menu -------------------------------------------------------------*/ /* C4.1 */ .punbb .modmenu .container { padding: 0.5em 1em; font-weight: 500; font-size: 12px; text-align: right; text-transform: lowercase; font-family: bona nova; } /* C4.2 */ .punbb .modmenu strong, .punbb .modmenu a { height: 1.8em; line-height: 1.8em; } /* C4.3 */ .punbb .modmenu .container strong { float: left; } /* C4.4 */ .punbb .modmenu input { margin-left: 1em; } /* C5 Message boxes -------------------------------------------------------------*/ /* C5.1 */ .punbb .info .container { padding: 0.8em 1em } /* C5.2 */ .punbb .info .container .backlink { padding-top: 0.8em; } /* C6 Profile -------------------------------------------------------------*/ /* C6.1 */ #profile .container { padding-left: 18.6em; } /* C6.2 */ #profilenav { float: left; width: 14em; margin-left: -16.3em; display: inline; } /* C6.3 */ #profilenav li { padding-bottom: 0.8em; font-weight: bold; } /* C6.4 */ #viewprofile ul, #profilenav ul { border-style: solid; border-width: 1px; padding: 1.5em 18px 0.8em 18px; margin: 0 0 1em 0; } /* C6.5 */ #viewprofile h2, #profilenav h2 { background: transparent; border: none; padding: 0 0 0 0; margin: 0 14px -0.6em 14px; } /* C6.6 */ #viewprofile h2 span, #profilenav h2 span { padding: 0 5px; position: relative; } /* C6.7 */ #viewprofile li, #setmods dl { padding: 0 0 0 16em; margin-bottom: 0.2em; } /* C6.8 */ #viewprofile li span { float: left; width: 14em; margin-left: -16em; padding: 0.5em 1em; font-weight: bold; } /*C6.9 */ #setmods dt { float: left; width: 14em; margin-left: -16em; padding: 0.8em 1em; font-weight: bold; display: inline; } /* C6.10 */ #viewprofile li strong, #viewprofile li div, #setmods dd { display: block; padding: 0.5em 1em; font-weight: normal; } /* C6.11 */ .punbb img.avatardemo { float: right; margin: 0 0 0.8em 1.8em } /* C7 User list -------------------------------------------------------------*/ /* C7.1 */ #pun-userlist .formal, #pun-userlist .formal .container { border-bottom: none; margin-bottom: 0; } /* C7.2 */ #pun-userlist .usertable .container { padding: 0 2.3em 2.3em 2.3em; border-top: none; } /* C7.3 */ #pun-userlist .usertable table { border-style: solid; border-width: 1px; } /************************************************************* D - PUNBB SECTIONS OTHER THAN MAIN CONTENT **************************************************************/ /* D1 Logo and description -------------------------------------------------------------*/ /* D1.1 */ #pun-title { margin: 0; border-style: none none none none; border-width: 0px 0px 0 0px;} /* D1.2 */ #pun-title h1 { display : block;} /* D1.3 */ #pun-title .container { border-style: none none none none;} /* D1.4 */ #pun-title h1 span { display: none;} #pun-title h1 span { font-size: 1.5em;} /* D2 Page navigation -------------------------------------------------------------*/ /* D2.1 */ #pun-pagelinks { position: absolute; top: 55px; left: 0; margin: 0; border: none; padding: 0; width: 100%; } /* D2.2 */ #pun-pagelinks .container { background: transparent; border: none; padding: 0} /* D2.3 */ #pun-pagelinks .container li { display: inline} /* D2.4 */ #pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover { height: 2em; line-height: 2em; padding: 0; font-size: 1.2em; margin-left: -9999px; display: block; float:left; width: 100%;} /* D2.5 */ #pun-pagelinks a:active, #pun-pagelinks a:focus { position:relative; margin: 0;} #pun-pagelinks li a span { display:block; margin: 0 1em} /* D3 Forum navigation -------------------------------------------------------------*/ /* D3.1 */ #pun-navlinks .container { text-align: center; font-style: normal; font-size: 16px; font-weight: 500; text-transform: uppercase; height: 20px; font-family: beaufort; margin-left: 0px; margin-top: -69px; /* border: red 1px solid; */ letter-spacing: .7px; padding-inline-end: 0px; padding: 0px !important; padding-inline-start: 0 !important; } /* D3.2 */ #pun-navlinks .container { padding: 0.2em 0em; padding-top: 4px;} /* D.3 */ #pun-navlinks li { display: inline; padding: 0px .5em; } /* D4 User links -------------------------------------------------------------*/ /* D4.1 */ #pun-ulinks { } /* D4.2 */ #pun-ulinks .container { font-style: normal; font-weight: 300 !important; text-align: center; text-transform: lowercase; margin-top: 15px !important; margin-left: 0px !important; width: auto; padding: 0px 0 0px 0 !important; height: auto !important; /* border: 1px solid red; */ padding-inline-start: 0 !important; } /* D4.3 */ #pun-ulinks li, #pun-ulinks li a { display: inline-block; border-left-style: solid; border-left-width: 1px; white-space: nowrap; } /* D4.4 */ #pun-ulinks li a { padding: 0 .5em 0 .5em; } /* D4.5 */ #pun-ulinks li.item1, #pun-ulinks li.item1 a { border-left-style: none; border-left-width: 0; padding-left: 0; } /* D5 Welcome box and Top Breadcrumbs -------------------------------------------------------------*/ /* D5.1 */ #pun-status, #pun-status .container { border-bottom: none; margin-bottom: 0; } /* D5.2 */ #pun-status .container { text-align: left; font-size: 9px; font-family: 'beaufort'; letter-spacing: 1px; height: 12px; text-transform: uppercase; font-weight: 400; background: #c9c6c1; border-style: solid; border-width: 1px 0; border-color: rgba(0,0,0,0); border-image: url(https://forumstatic.ru/files/001b/f3/04/49411.png?v=1) round 1; text-shadow: 0px 0px 1px #aba7a2; padding: 5px 22px; margin: 0 -22px 10px -22px; } #pun-status .container strong { font-weight: 500; } /* D5.3 */ #pun-status span { white-space: nowrap; margin-right: 0.5em; } /* D5.4 */ #pun-crumbs1 { font-weight: 400; overflow: hidden; } /* D5.5 */ #pun-crumbs1 p.container { border-top: none; padding: 0px 1em 0em 0em; text-align: left; height: 22px; font-family: beaufort; font-size: 13px; letter-spacing: .8px; text-transform: uppercase; font-weight: 500; text-shadow: 0px 0px 1px #8883804d, 0px 0px 5px #2f231733, 1px 1px #d9d1c1; } /* D5.6 */ #pun-break1 { margin: 0 1em; border-style: solid none; border-width: 1px 0; height: 0; margin: 0px 0 0 0 !important; position: relative; z-index: 1; } /* D6 Announcement -------------------------------------------------------------*/ /* D6.1 */ #pun-announcement h2 { padding: 0; margin: 0 1em -3.5em 1em; border-style: none none solid none; border-width: 0 0 1px 0; position: relative; font-weight: bold; } /* D6.2 */ #pun-announcement h2 span { display: block; padding: 1em 0 0.8em 0; border-bottom-style: solid; border-bottom-width: 1px; } /* D6.3 */ #pun-announcement .container { padding: 2.5em 1em 1em 1em; margin-top: -13px; line-height: 1.1; text-align: center; } /* D7 Statistics -------------------------------------------------------------*/ #pun-stats .container { font-size: 11px; font-weight: 400; font-family: roboto; margin: 10px 0px 0 0; padding: 0px !IMPORTANT; } /* D7.2 */ #pun-stats li.item1, #pun-stats li.item2 { float: left; clear: both; line-height: 150%; } /* D7.3 */ #pun-stats li.item3, #pun-stats li.item4 { text-align: right; line-height: 150%; } /* D7.4 */ li#onlinelist { margin-top: 1em; border-top-style: solid; border-top-width: 1px; float: left; width: 100%; line-height: 130%; } /* D7.5 */ li#onlinelist div { border-top-style: solid; border-top-width: 1px; padding: 0.7em 0 0 0; } /* D8 Quick Jump - About - Bottom Breadcrumbs -------------------------------------------------------------*/ /* D8.1 */ #pun-qjump { margin: 0; border: none; width: 50%; position: relative; float: left; } /* D8.2 */ #pun-qjump .container { border: none; background: transparent; padding: 0.8em 1em; } /* D8.3 */ #pun-about { margin-top: 0; margin-bottom: 0; } /* D8.4 */ #pun-about .container { border-top-style: none; text-align: center; line-height: 150%;} /* D8.5 */ #pun-about p span { display: block; padding-left: 50%; margin-top: 10px; font-family: bona nova; text-transform: uppercase; font-size: 10px; } /* D8.6 */ #pun-crumbs2 { font-weight: 400; overflow: hidden; margin-bottom: 0; border-bottom: none; } /* D8.7 */ #pun-crumbs2 .container { border-bottom: none; padding: 0em 1em 0.2em 0em; font-family: beaufort; font-size: 13px; letter-spacing: .8px; text-transform: uppercase; font-weight: 500; text-shadow: 0px 0px 1px #8883804d, 0px 0px 5px #2f231733, 1px 1px #d9d1c1; } /* D8.8 */ #pun-break4 { margin: -2px 1em; border-style: none; border-width: 0px 0; position: relative; height: 0; z-index: 1; } /* D9 Help file -------------------------------------------------------------*/ /* D9.1 */ #pun-help .formal .info-box h3.legend { border-bottom-style: none; border-bottom-width: 0px; padding-bottom: 0; margin-bottom: 0.8em; } /* D9.2 */ #pun-help .formal .info-box h3.legend span { padding-bottom: 0.6em; display: block; border-bottom-style: none; border-bottom-width: 0px; font-size: 1.1em; } /* D9.3 */ #pun-help .formal p, #pun-help .formal dd { margin-bottom: 1em } /* D9.4 */ #pun-help .formal ul, #pun-help .formal dl { padding: 0 0 0 1em } /* D9.5 */ #pun-help .formal li { padding: 0; line-height: 130% } /* D9.6 */ #pun-help .formal li * { vertical-align: text-top } /* D9.7 */ #pun-help .formal dt span { font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace } /* D9.8 */ #pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode { padding-bottom: 0; } .punbb th { font-size: 0 !important; } #pun-index .category .tc2,#pun-index .category .tc3, #f-subforums .tc2,#f-subforums .tc3{ display:none!important; } * {scrollbar-width: thin; scrollbar-color: #000;} html{min-width: 1134px!important;}/*для мобил*/ .pa-posts, .pa-respect { font-size: 12px; padding: 0px 4px 0px 4px !important; margin-left: 4px; font-weight: 400; text-transform: lowercase; letter-spacing: .1px; font-family: beaufort; } .post-content .spoiler-box > div { background: url('/img/plus.png') no-repeat left center; cursor: pointer; padding-left: 18px; font-family: bona nova; text-transform: uppercase; font-size: 11px; letter-spacing: .5px; color: #4e4337; font-weight: 600; } .go-up { background: #261d299c; width: 30px; height: 30px; border-radius: 100%; border: 1px solid #b69451; box-shadow: 0px 0px 10px #c39d3a42, 0px 0px 15px #0c0912 inset; } .go-down { background: #261d299c; width: 30px; height: 30px; border-radius: 100%; border: 1px solid #b69451; box-shadow: 0px 0px 10px #c39d3a42, 0px 0px 15px #0c0912 inset; } .ssilkiS { text-align: right; font-family: beaufort; font-size: 12px; letter-spacing: .4px; text-transform: lowercase; margin-top: 4px; } .ssilkiS a { margin: 0 6px 0px 0px !important; } .podfor { box-shadow: 0px 0px 8px #a39c8c57, 0px 0px 10px #958f8142 inset; background: #c9c6c1; padding: 10px 15px; text-align: justify; position: relative; border-style: solid; font-family: roboto; border-width: 1px; border-color: rgba(0,0,0,0); border-image: url(https://forumstatic.ru/files/001b/f3/04/49411.png?v=1) round 1; } .activees { height: 38px; width: 142px; top: 128px; display: flex; justify-content: space-between; margin-left: 60px !important; position: absolute; z-index: 100; /* border: red 1px solid; */ flex-wrap: wrap; } .activees div { position: relative; width: 38px; height: 38px; box-shadow: 0 0 0 1px #a88544, 0px 0px 10px #0000003d; border-radius: 100%; } .activees img { filter: grayscale(100%); transition: all .6s ease-in-out 0s; border-radius: 100%; width: 38px; height: 38px; } .activees div:after, .activees2 div:after, .activees3 div:after { content: ""; background: #685e70; width: 100%; height: 100%; position: absolute; top: 0; left: 0; mix-blend-mode: multiply; transition: all .6s ease-in-out 0s; border-radius: 100%; } .activees div:hover img, .activees2 div:hover img, .activees3 div:hover img { filter: none} .activees div:hover:after, .activees2 div:hover:after, .activees3 div:hover:after { opacity: 0 } .activees2 { height: 48px; width: 48px; top: 122px; display: flex; justify-content: space-between; margin-left: 230px !important; position: absolute; z-index: 100; /* border: red 1px solid; */ flex-wrap: wrap; } .activees3 { height: 48px; width: 48px; top: 222px; display: flex; justify-content: space-between; margin-left: -31px !important; position: absolute; z-index: 100; /* border: red 1px solid; */ flex-wrap: wrap; } .activees2 div, .activees3 div { position: relative; width: 48px; height: 48px; box-shadow: 0 0 0 1px #a88544, 0px 0px 10px #0000003d; border-radius: 100%; } .activees2 img, .activees3 img { filter: grayscale(100%); transition: all .6s ease-in-out 0s; border-radius: 100%; width: 48px; height: 48px; } .textt { width: 210px; text-align: justify; position: absolute; /* border: red 1px solid; */ top: 186px; margin-left: 40px; font-family: beaufort; height: 106px; font-size: 10px; letter-spacing: .4px; line-height: 18px; color: #d0cdc7; overflow-y: auto; padding-right: 10px;} .textt a { color: #d5b13d !IMPORTANT; transition: 1s; } .textt a:hover { color: #8d7fbd !IMPORTANT; transition: 1s; } .fak { height: 38px; width: 236px; top: 128px; display: flex; justify-content: space-between; margin-left: 726px !important; position: absolute; z-index: 100; /* border: red 1px solid; */ flex-wrap: wrap;} .fak div { display: flex; flex-direction: column; font-family: beaufort; color: #d0cdc7; align-items: center; gap: 5px; font-size: 9px; } .fak img { border-radius: 100%; width: 38px; height: 38px; box-shadow: 0 0 0 1px #a88544, 0px 0px 10px #0000003d; } .ques { width: 218px; text-align: justify; position: absolute; /* border: red 1px solid; */ top: 200px; margin-left: 790px; font-family: beaufort; height: 106px; font-size: 10px; letter-spacing: .4px; color: #c9c6c1d4; overflow-y: hidden; padding-right: 0; } .ques one { display: block; text-transform: uppercase; font-size: 13px; } .ques one z { color: #e1c323cf; transition-duration: 1s; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; font-weight: 400; } .ques two { display: block; margin-top: 6px; text-transform: uppercase; font-size: 10px; /* border: red 1px solid; */ overflow-y: auto; height: 82px; padding-right: 10px; line-height: 16px; } .ques two a { color: #d5b13d !IMPORTANT; transition-duration: 1s; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; font-weight: 400; letter-spacing: 1px; } .ques two a:hover { color: #c9c1d4 !IMPORTANT; transition-duration: 1s; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; font-weight: 400; letter-spacing: 1px; } .ques two z { color: #cfb840db; transition-duration: 1s; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; font-weight: 400; } .best_ep { width: 300px; text-align: center; position: absolute; /* border: red 1px solid; */ top: 300px; margin-left: 1px; font-family: beaufort; height: 26px; font-size: 9px; letter-spacing: 1px; color: #e1c323cf; overflow-y: auto; text-transform: uppercase; } .best_ep a { color: #e1c323cf !important; transition-duration: 1s; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; font-weight: 400; font-size: 12px; } .best_ep a:Hover { color: #c9c6c1d4 !important; transition-duration: 1s; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; font-weight: 400; font-size: 12px; } .textt::-webkit-scrollbar-thumb, .ques two::-webkit-scrollbar-thumb { background-color: #a58b2d; border: 1px solid #897016; } .textt::-webkit-scrollbar, .ques two::-webkit-scrollbar { width: 5px; height: 6px; background-color: #271e30; } .act_zag { width: 142px; text-align: center; position: absolute; /* border: red 1px solid; */ top: 105px; margin-left: 60px; font-family: beaufort; height: 10px; font-size: 7px; letter-spacing: 2px; text-transform: uppercase; color: #e1c323a8; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; font-weight: 400; } .ams { width: 256px; text-align: center; position: absolute; /* border: red 1px solid; */ top: 75px; margin-left: 5px; font-family: beaufort; height: 40px; font-size: 9px; letter-spacing: 1px; text-transform: uppercase; color: #c9c6c1; font-weight: 400; } .ams z { display: block; color: #e1c323cf !important; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; font-weight: 400; margin-bottom: 6px; } .ams a { color: #c9c6c1d6 !important; transition-duration: 1s; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; font-weight: 400; } .ams a:hover { color: #e1c323cf !important; transition-duration: 1s; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; font-weight: 400; } /* КОД ССЫЛОК НАВИГАЦИИ ОТ ВЕЩЕГО ДУХА */ /* настройка кнопки, может быть текстом */ .spirit-navigation { width: 130px; top: 260px; margin-left: 290px; text-align: right; display: inline-block; cursor: pointer; position: absolute; font-size: 10px; font-weight: 400; font-family: 'beaufort'; letter-spacing: 1px; height: 12px; text-transform: uppercase; color: #faffffb3; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; text-shadow: 0px 0px 4px #00000040, 1px 1px #00000045; /* border: red 1px solid; */ } .spirit-navigation z { color: #b3a145 !important; } /* вид кнопки после клика по ней */ .spirit-navigation.spirit-navigation_hover{ background: url(ссылка на картинку) no-repeat } /* настройка позиции выпадающего по клику окна и его ширина */ #navigblock { width: 200px; margin-left: 35px; position: absolute; top: 46px; text-align: center; z-index: 999; } /* настройка блока ссылок, цвет фона, тени, прозрачность, отступы */ .sslka { display: block; opacity: 1; padding: 5px; background: #181c1c; border-radius: 0px; border-style: solid; border-width: 1px; border-color: rgba(0,0,0,0); border-image: url(https://forumstatic.ru/files/001b/bc/b5/56937.png) round 1; box-shadow: 0px 0px 6px #0000005c, 0px 0px 4px #ffffff21 inset; } /* настройка вида самой ссылки, ширина, цвет, фон, шрифты и так далее */ #pun .sslka a { white-space: nowrap; margin: 3px; border-radius: 1px; text-align: center; transition: all 0.3s linear 0s; display: inline-block; padding: 2px 2px 2px 2px; text-transform: uppercase; letter-spacing: 0.8px; width: 170px; color: #e1e1e1; text-shadow: 1px 1px #304142c4; font-family: beaufort; font-size: 10px; background: #4b6262; border: 1px solid #394e4d; box-shadow: 0px 0px 10px #52696e inset, 0px 0px 5px #00000030; } /* ссылка при наведении */ #pun .sslka a:hover { background-color: #2c3434 !important; opacity: .9; transform: scale(.91); color: #d9d9d9; letter-spacing: 0.8px; text-shadow: 0px 0px 5px #00000054; box-shadow: 0px 0px 6px #16161670 inset; border: 1px solid #2e2e2ea8; } #pun-index .category h2, #pun-stats h2 { font-family: beaufort !important; text-transform: uppercase; -webkit-text-size-adjust: 100%; background: url(https://forumstatic.ru/files/001b/f3/04/49062.png) left center, url(https://forumstatic.ru/files/001b/f3/04/49975.jpg) no-repeat fixed top center/cover !important; width: 1134px; height: 82px !important; margin-left: -50px !important; position: relative; margin-bottom: 0 !IMPORTANT; } #pun-index .category h2 span, #pun-stats h2 span { display: block; -webkit-text-size-adjust: 100%; padding-top: 28px; font-weight: 400; letter-spacing: 1px; text-align: left; padding-left: 70px; font-size: 21px; color: rgb(215 189 84) !important; background: linear-gradient(rgba(255,255,255,1) 35%, rgba(0,0,0,1) 100%) !important; background: -moz-linear-gradient(top, rgba(255,255,255,1) 35%, rgba(0,0,0,1) 100%) !important; background: -webkit-linear-gradient(top, rgba(255,255,255,1) 35%, rgba(0,0,0,1) 100%) !important; background: -ms-linear-gradient(top, rgba(255,255,255,1) 35%, rgba(0,0,0,1) 100%) !important; background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; box-decoration-break: clone; -webkit-box-decoration-break: clone; text-shadow: -1px 1px 0px #000; } #pun-category1 h2 span:before, #pun-category2 h2 span:before, #pun-category3 h2 span:before, #pun-category4 h2 span:before, #pun-category5 h2 span:before, #pun-category6 h2 span:before, #pun-category7 h2 span:before, #pun-stats h2 span:before { margin-top: 0px; content: '«Хотите чего-нибудь сладенького, деточки? Мы возьмем все!»'; width: 700px; height: 16px; position: absolute; display: inline-block; top: 32px; font-size: 12px; font-family: beaufort; TEXT-ALIGN: left; /* border: 1px solid red; */ left: 330px; text-transform: lowercase; color: #e5e1dbd4 !IMPORTANT; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; font-weight: 400; letter-spacing: 1px; } #pun-category2 h2 span:before { content: '«Нам нужно смывать себя в унитаз?! Это чертовски отвратительно!» '; } #pun-category3 h2 span:before { content: '«А теперь, если вы не возражаете, я иду спать, пока у вас не появилась еще одна идея, как мы можем умереть. Или и того хуже – вылететь из школы.» '; left: 220px; width: 900px; font-size: 11px; top: 35px; } #pun-category4 h2 span:before { content: ' «Он чувствовал, что они втроем понимают друг друга настолько, что уже не нуждаются в словах.»'; } #pun-category5 h2 span:before { content: '«P.S. Птица кусается!»'; } #pun-category6 h2 span:before { content: '«Нельзя цепляться за мечты и сны, забывая о настоящем, забывая о своей жизни.» '; } #pun-stats h2 span:before { content: '«Статистика может доказать все, что угодно, даже правду.»'; } .quo { width: 200px; text-align: justify; position: absolute; top: 255px; margin-left: 600px; font-size: 10px; overflow-y: hidden; font-family: 'beaufort'; letter-spacing: 1px; height: 35px; text-transform: uppercase; color: #faffffb3; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; text-shadow: 0px 0px 4px #00000040, 1px 1px #00000045; } .quo2 { width: 150px; text-align: center; position: absolute; top: 260px; margin-left: 290px; font-size: 10px; overflow-y: hidden; font-family: 'beaufort'; letter-spacing: 1px; height: 12px; text-transform: uppercase; color: #faffffb3; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; text-shadow: 0px 0px 4px #00000040, 1px 1px #00000045; /* border: 1px solid red; */ } #pun-navlinks.sticky { position: fixed; top: 68px; width: 902px; margin: -4px 0 0 -2px !IMPORTANT; z-index: 2; } #pun-ulinks.sticky { position: fixed; top: 30px; width: 991px; /* margin-left: -10px; */ z-index: 1; /* border: 1px solid red; */ } #pun-navlinks.sticky .container, #pun-ulinks.sticky .container { border: none; background-repeat: repeat; background-position: top center; border-style: solid; border-width: 1px 1px 0 1px; border-color: rgba(0,0,0,0); border-image: url(https://forumstatic.ru/files/001b/f3/04/49411.png?v=1) round 1; height: 30px !important; padding-top: 10px !important; margin-left: -21px !important; background: #d0cdc7; } #pun-ulinks.sticky .container { margin-left: -23px !important; width: 1078px; margin-top: 6px !IMPORTANT; border-width: 1px 1px 1px 1px !important; padding: 0 !important; height: 25px !IMPORTANT; padding-top: 6px !IMPORTANT; } #pun-navlinks.sticky .container { width: 1078px; } .tab_l { width: 320px; text-align: center; position: absolute; /* border: red 1px solid; */ top: 75px; margin-left: 700px; font-family: beaufort; height: 40px; font-size: 9px; letter-spacing: .6px; text-transform: uppercase; color: #c9c6c1; font-weight: 400; line-height: 16px; } .tab_l a { color: #c9c6c1d6 !important; transition-duration: 1s; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; font-weight: 400; } .tab_l a:hover { color: #e1c323cf !important; transition-duration: 1s; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; font-weight: 400; } #pun-index tr.inew .tclcon:before { content: ""; display: block; position: absolute; top: 16px; left: -29px; width: 11px; height: 11px; background: #9b7b3d; border-radius: 100%; border: 1px solid #a98c51; box-shadow: 0px 0px 2px #dfb868 inset, 0px 0px 3px #8b74446e; } #pun-index .category tr.inew { background: linear-gradient(90deg, #8d867926, transparent); } #pun-index .category table { border-spacing: 0px 20px; border: 0 !important; } .bannersdown { position: absolute; height: 25px; text-align: center; width: 400px; margin-top: 55px !important; margin-left: 302px !important;} .bannersdown img { opacity: .4; transition: 1s; } .bannersdown img:hover { opacity: 1; transition: 1s; } .pa-fld1 { background: #12111c80; font-family: beaufort; border-style: solid; border-width: 1px; border-color: rgb(167 133 74); /* border-image: url(https://forumstatic.ru/files/001b/f3/04/73802.png) round 1; */ margin-bottom: 5px; border-radius: 20px; } .lz1 { font-family: beaufort; font-size: 14px; letter-spacing: .4px; margin: 6px; } .lz1 a { font-family: bizantheum, beaufort; letter-spacing: .4px; font-weight: 500 !IMPORTANT; color: #cbb53fcf !important; transition-duration: 1s; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; } .lz2 { background: #110f198f; font-family: beaufort; border-style: solid; border-width: 1px 0px 0px 0px; border-color: rgba(0,0,0,0); border-image: url(https://forumstatic.ru/files/001b/f3/04/73802.png) round 1; padding: 10px 15px; font-size: 12px; letter-spacing: .4px; border-radius: 0 0 20px 20px; } .topic a.sharelink { display: none; } .plash1 { font-family: beaufort; font-weight: 500 !IMPORTANT; color: #e1c843cf !important; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; margin-left: 20px; margin-top: 5px; } .plash2 { font-family: beaufort; font-weight: 500 !IMPORTANT; color: #d0cdc7d1 !important; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; text-transform: lowercase; font-size: 10px; letter-spacing: .5px; margin-left: 20px; } .pa-fld4 { width: 248px; height: 59px; background: transparent url(https://forumstatic.ru/files/001b/f3/04/12470.png); font-family: beaufort; margin-bottom: 8px; margin-top: -19px; display: flex; flex-direction: column; flex-wrap: wrap; justify-content: center; align-items: center; align-content: center; margin-left: -15px; } .punbb .post-content a:hover { color: #7e611c; } #viewprofile #profile-right .plash1 { font-family: beaufort; font-weight: 500 !IMPORTANT; color: #4b2c4c !important; background: #bbb8b19c; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; margin-left: 20px; text-shadow: 0px 0px 1px #99968c; margin-top: 5px; -webkit-background-clip: initial !important; } #viewprofile #profile-right .plash2 { font-family: beaufort; font-weight: 500 !IMPORTANT; color: #323232 !important; background: #c3c1b9; text-transform: lowercase; font-size: 10px; letter-spacing: 1px; margin-left: 20px; text-shadow: 0px 0px 1px #99968c; margin-top: 0px; -webkit-background-clip: initial !important; padding: 0 10px 10px 12px; } #viewprofile #profile-right .lz1 a { font-family: beaufort; letter-spacing: .4px; font-weight: 500 !IMPORTANT; color: #302130 !important; transition-duration: 1s; background: none; text-shadow: 0px 0px 1px #99978f; } #viewprofile #profile-right .lz1 { font-family: beaufort; font-size: 15px; letter-spacing: .4px; margin: 0; } #viewprofile #profile-right .lz2 { background: #c3c1b9; font-family: beaufort; border-style: solid; border-width: 1px 0px 0px 0px; border-color: rgb(174 147 92); border-image: none; padding: 10px 15px; font-size: 12px; letter-spacing: .4px; border-radius: 0; border: 1px solid #ac8d518f; } .spas { background: url(https://forumstatic.ru/files/001b/f3/04/30411.png); height: 68px; width: 142px; position: absolute; top: 20px; margin-left: 423px; transition: 1s; } .spas:hover { background: url(https://forumstatic.ru/files/001b/f3/04/95655.gif); height: 68px; width: 142px; position: absolute; top: 20px; margin-left: 423px; transition: 1s; } #tooltip { position: absolute; background: #584360; z-index: 999; max-width: 180px; border: none; border-radius: 2px; font-size: 11px; font-weight: 400; font-family: 'beaufort'; text-transform: lowercase; display: none; color: #ceccc6; /* цвет текста */ text-align: center; padding: 5px; letter-spacing: 1px; } .punbb h1 span, .punbb legend span { font-size: 15px; display: none; } .hvStickerPackModal { padding: 16px 16px 8px; -webkit-box-sizing: border-box; box-sizing: border-box; border: solid 1px #999; border-radius: 4px; background: #c8c4be !important; -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); position: absolute; display: none; bottom: 0; left: 0; z-index: 100; } #awards-content td.tcl { width: 15%; } #awards-content .category h2 span { display: none; } .punbb .formsubmit { padding: 0 0 0 1.7em; margin: 1em 0 0 0; display: flex; flex-direction: row; flex-wrap: nowrap; align-content: center; justify-content: flex-start; align-items: center; } #plng { color: #735b78; font: 10px beaufort; outline: 1px solid #c3bcad; background: #c9c6c1; letter-spacing: 0.25px; text-transform: uppercase; padding: 4px 15px 4px 15px !important; } .html-box a { text-align: center; font-family: 'beaufort'; text-transform: uppercase; letter-spacing: 1px; padding: 0px 10px 0px 10px; font-size: 10px !important; font-weight: 500; display: inline-block; height: 26px !important; line-height: 26px !important; color: #ebd37e!important; background-color: #4e3b56 !important; border-radius: 6px !important; transition: 1s; border: 1px solid #a9a49d; } .html-box a:hover { text-align: center; font-family: 'beaufort'; text-transform: uppercase; letter-spacing: 1px; padding: 0px 10px 0px 10px; font-size: 10px !important; font-weight: 500; display: inline-block; height: 26px !important; line-height: 26px !important; color: #e3e0db!important; background-color: #a58e3e !important; border-radius: 6px !important; transition: 1s; border: 1px solid #aba69f; } .html-box { display: flex; flex-wrap: nowrap; flex-direction: row; justify-content: center; gap: 0 10px; } span.newtext { /*display: none;*/ } #pun-viewforum .tclcon.inew a, #pun-messages .tclcon.inew a, #pun-searchtopics.inew .tclcon a { font-size: 14px; font-weight: 500; text-transform: none; font-family: beaufort; text-shadow: 0px 0px 1px #adaaa5; letter-spacing: .3px; } #pun-main div.tclcon > strong a { text-transform: lowercase; font-weight: 600; font-family: beaufort2; } .post-content abbr { border-bottom: dashed 1px; }
Поделиться72023-12-24 17:26:28
Код:
/* CS1 Background and text colours -------------------------------------------------------------*/ /* Фон форума */ HTML { background: #4a3945 url(https://forumstatic.ru/files/001b/f3/04/49975.jpg) no-repeat fixed top left; background-size: cover; } /* Шапка */ #pun-title table { background-image: url(https://forumstatic.ru/files/001b/f3/04/80403.png); background-repeat: repeat-x; background-position: top left; border: none; width: 1134px; height: 426px; margin-left: -50px; overflow-x: hidden; margin-top: -361px; } /* Тело форума */ #pun { background-position: center top; background-repeat: repeat-y; } /* Футер */ #pun-about p.container { border: none !important; background-image: url(https://forumstatic.ru/files/001b/f3/04/15926.png); margin: 0px 0px -40px -50px; background-position: bottom left; background-repeat: repeat-x; width: 1134px; height: 49px; overflow-x: hidden; } /* CS1.1 Фон и цвет текста на форуме */ .punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3, #pun-navlinks .container, .punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd, .punbb .info-box, .punbb #pun-main .info-box .legend, .punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer, #pun-stats h2, .punbb .main h2, #pun-title, #pun-title .container, .punbb .modmenu .container, .punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span, .punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl, #pun-navlinks .container { background-color: transpanent; color: #000; font-weight: normal; font-style: normal; } #pun-admain .adformal, #pun-admain .adcontainer {border: none; border-color: transparent;} .punbb .main h1, #pun-debug h2, .punbb-admin #pun-admain h2 { background-color: transparent; color: #000; text-align: center; font-style: normal; font-family: 'beaufort'; } /* Цитата и выделить код */ .punbb .quote-box, .punbb .code-box { color: #000; background: #c5c1bbcf; text-align: justify; border-style: solid; border-width: 1px; border-color: rgba(0,0,0,0); border-image: url(https://forumstatic.ru/files/001b/f3/04/73802.png) round 1; box-shadow: 0px 0px 8px #a39c8c57, 0px 0px 10px #958f8142 inset; } /* Область для ввода текста в форме ответа и админке */ .punbb textarea, .punbb input { background: #c9c6c0; color: #000; } /* Тень и закругление */ .punbb .quote-box, .punbb .code-box, .punbb textarea, .punbb select { border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; } .punbb input { border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; } /* Фон окна наград и репутации */ #pun-popup_awards div, #pun-reputation div { background: #c9c6c0; } /* CS2 Ссылки -------------------------------------------------------------*/ /* CS2.1 */ .punbb a, .punbb a:link, .punbb a:visited, .punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited, .punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited, #pun-navlinks a, #pun-ulinks a {color: #262228; text-decoration: none; } /* CS2.2 */ .punbb a:focus, .punbb a:active, .punbb-admin #pun-admain .nodefault, .punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active, #pun-ulinks a:focus, #pun-ulinks a:active { color: #745d0e; transition-duration: 1s; } .punbb a:hover, #pun-navlinks a:hover, #pun-ulinks a:hover { color: #745d0e; transition-duration: 1s; text-decoration: none; } #pun-ulinks a { font-size: 9px; color: #262228; font-weight: 300; text-transform: uppercase; letter-spacing: 1px; font-family: beaufort; text-shadow: 0px 0px 1px #787368cf, 1px 1px #dbd3c3; transition-duration: 1s; } #pun-ulinks a:hover { color: #745d0e; transition-duration: 1s; } #pun-navlinks a { color: #262228; transition-duration: 1s; background: linear-gradient(rgba(255,255,255,1) 5%, rgba(0,0,0,1) 65%); background-clip: text !important; -webkit-background-clip: text !important; -moz-background-clip: text !important; -o-background-clip: text !important; font-weight: 400; text-shadow: 0px 0px 1px #7c725d, 0px 0px 10px #0000004d, 1px 1px #ffffff4a; } #pun-navlinks a:hover { color: #745d0e; transition-duration: 1s; } /* CS3 Остальное -------------------------------------------------------------*/ div.icon { display:none; } #pun-viewforum TR.iclosed Div.icon, #pun-messages TR.iclosed Div.icon, #pun-searchtopics TR.iclosed Div.icon { background: #8f8f8f; border: 1px solid #838383; height: 8px; width: 8px; border-radius: 100%; margin-right: 8px !important; margin-top: 4px; box-shadow: 0px 0px 4px #a19e9873; } #pun-viewforum TR.isticky Div.icon, #pun-messages TR.isticky Div.icon, #pun-searchtopics TR.isticky Div.icon { background: #bb954c; border: 1px solid #9f7d3e; height: 8px; width: 8px; border-radius: 100%; margin-right: 8px !important; margin-top: 4px; box-shadow: 0px 0px 4px #a19e9873; } #pun-viewforum table Div.icon, #pun-messages table Div.icon, #pun-searchtopics table Div.icon { background: #c5c2bd; border: 1px solid #b5b2ad; height: 8px; width: 8px; border-radius: 100%; margin-right: 8px !important; margin-top: 4px; box-shadow: 0px 0px 4px #a19e9873; } #pun-viewforum TR.inew Div.icon, #pun-messages TR.inew Div.icon, #pun-searchtopics TR.inew Div.icon { background: #8f6384; border: 1px solid #835b79; height: 8px; width: 8px; border-radius: 100%; margin-right: 8px !important; margin-top: 4px; box-shadow: 0px 0px 4px #a19e9873; } /* CS3.2 Всё подряд*/ #pun-main div.catleft, #pun-main div.catright {display: none;} #pun-main .post-author ul {text-align: center;} ul.post-ul-Sp, .post-img-Sp {text-align:center;} #pun th, #pun-main h2 {text-align: center} #pun-navlinks .container, #pun-ulinks .container {text-align: center;} .modlist {font-size: 95.05%;} #pun-announcement .container {font-size: 101%; font-family: "Arial";} .category h2 span{display: block;} #pun-stats h2 span {visibility: visible;} #pun td .modlist{display:none;} .lastedit {display:none} #pun-announcement h2 {display: none} #pun-navlinks #navawards{display:none} /*---Прокрутка---*/ ::-webkit-scrollbar { width: 7px; height: 6px; background-color: #271e30; } ::-webkit-scrollbar-thumb { background-color: #c39d3a; } ::selection { background: #392d3c !important; color: #d0cdc8; } td.tcr a { text-transform: lowercase; font-weight: 500; font-family: beaufort; font-size: 15px; color: #7e6a23 !IMPORTANT; transition: 1s; text-shadow: 0px 0px 1px #999590; letter-spacing: .7px; } td.tcr a:hover { color: #4b3d49 !IMPORTANT; transition: 1s; } .punbb .user-avatar .avatar-image { border: 1px solid #af8f4e; opacity: 0.78 !important; width: 36px !important; height: 36px !important; border-radius: 100% !important; mix-blend-mode: luminosity; } .punbb .user-avatar .isonline { margin-right: 3px; background: #5b4b5b !important; } .punbb .user-avatar { margin: 1px 8px 2px 0px !important; } #pun-index .tclcon a { display: inline-block; position: relative; margin: 0 3px 0px 0px; } .category .container thead {display: none;} .punbb .pa-avatar img { max-width: 180px !important; margin-bottom: 5px; margin-top: 10px; border-style: solid; border-width: 1px; border-color: rgba(0,0,0,0); border-image: url(https://forumstatic.ru/files/001b/f3/04/49411.png?v=1) round 1; } #counters A IMG{opacity:0.4; -moz-opacity:0.4; filter:alpha(opacity=30);} #counters a:hover img {opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=70); transition-duration: 2s;} #font-area, #size-area, #color-area, #table-area, #smilies-area, #image-area, #imageup-area, #imageattach-area, #keyboard-area, #video-area, #addition-area { position: absolute; right: 6px; top: 43px; overflow-y: auto; padding-top: 10px; background: #c9c6c0; border: 1px solid #bfbcb6; } .punbb .post-content a, .punbb .post-content a:link { color: #623372; } .pun-modal .modal-inner { width: 700px; max-width: 94%; height: auto; max-height: 44em; margin: 12% auto 0; position: relative; z-index: 120000; overflow: hidden; background: #c9c6c0; border: 1px solid #bfbcb6; } .button, input[type="button"], .button { border: none; font-family: 'beaufort' !important; background-color: #775e7c !important; font-size: 10px !important; border: none; padding: 4px 15px 4px 15px !important; text-decoration: none; transition: all 0.5s ease-in-out 0s; vertical-align: middle; text-transform: uppercase; font-weight: 400 !important; /* border-radius: 3px !important; */ letter-spacing: 0.6px; color: #d3d4c6 !IMPORTANT; border: 1px solid #6a536f; text-align: justify; box-shadow: 0px 0px 5px #878484c2, 0px 0px 9px #00000029 inset; } #video-area-tinp, #image-area-tinp { margin: .5em 0; padding: .3em; background: #c9c6c0; border: 1px solid #bfbcb6; height: 70px; } #MyBookmarks { display: none; position: fixed; z-index: 101; left: 0; top: 0; right: 0; height: 100%; box-shadow: 0 0 20px rgba(0,0,0,.5); width: 240px; background: #c9c6c0; border: 1px solid #bfbcb6; } #mask_dialog .inner { cursor: default; margin: 0; width: 760px; max-width: 99%; max-height: 90%; overflow-x: auto; z-index: 100; background: #c9c6c0; border: 1px solid #bfbcb6; padding: 8px; } #MyBookmarks h2 { margin: 10px 0 10px 0 !important; } #pun-viewforum .tclcon, #pun-messages .tclcon, #pun-searchtopics .tclcon { font-size: 14px; font-weight: 500; text-transform: none; font-family: bona nova; text-shadow: 0px 0px 1px #a59d90a1; letter-spacing: .3px; } #pun-viewforum .tclcon a, #pun-messages .tclcon a, #pun-searchtopics .tclcon a { font-size: 14px; font-weight: 500; text-transform: none; font-family: beaufort; text-shadow: 0px 0px 1px #adaaa5; letter-spacing: .3px; } #pun-viewforum td.tcr a, #pun-messages td.tcr a, #pun-searchtopics td.tcr a { font-size: 14px; font-weight: 500; text-transform: none; font-family: beaufort; text-shadow: 0px 0px 1px #a59d90a1; letter-spacing: .3px; } #pun-viewforum span.byuser, #pun-messages span.byuser, #pun-searchtopics span.byuser { font-family: 'Roboto'; font-size: 11px; font-weight: 300; text-transform: none; } .punbb .post .post-author a { font-weight: 500; transition: 1s; color: #cbb53ff0 !important; } .punbb .post .post-author a:hover { font-weight: 500; transition: 1s; color: #cbc8c3 !important; } .pa-ip { font-family: 'beaufort'; font-size: 9px; text-transform: lowercase; } #tags .container { position: absolute; right: 6px; top: 43px; z-index: 2; background: #c9c6c0; border: 1px solid #bfbcb6; max-height: 200px; } #imageupload-left input[type=button] { width: auto !important; text-align: center; } #MyBookmarks h2, #MyBookmarks h1, .editBookmark h2 { position: relative; width: auto; z-index: 9999999; margin-left: 0px !important; } #pun-viewforum .main td { padding: 1em 1em; vertical-align: top; } #pun .code-box strong.legend a { font-weight: 400; } .post-author { background: url(https://forumstatic.ru/files/001b/f3/04/48327.jpg) center/cover; margin: -30px 0 0 0px!important; font-weight: 300; font-family: 'Roboto'; font-size: 11px; border-style: solid; border-width: 1px; border-color: rgba(0,0,0,0); border-image: url(https://forumstatic.ru/files/001b/f3/04/73802.png) round 1; box-shadow: 0px 0px 10px #9b989191; color: #c5c1b8; }
Поделиться82023-12-24 17:31:44
<!-- гиф -->
<div class="spas">
</div>
Страница: 1