лобстер
Сообщений 1 страница 13 из 13
Поделиться22018-09-22 22:22:55
Код:/************************************************************* A - SETUP **************************************************************/ /* A1 Import the colour scheme -------------------------------------------------------------*/ /* A1.1 */ @import url(style_cs.css); @import url(https://fonts.googleapis.com/css?family=Bilbo); @font-face {font-family: Beer; src: local("BeerRegular"), url(http://forumstatic.ru/files/0017/b9/60/11988.ttf);} @font-face {font-family: Certege; src: local("Certege"), url(http://forumstatic.ru/files/0017/b9/60/53575.ttf);} @font-face {font-family: Intro; src: local("Intro"), url(http://forumstatic.ru/files/0018/c8/52/49733.otf);} @font-face {font-family: Cuprum; src: local("Cuprum"), url(http://forumstatic.ru/files/0018/c8/52/43034.ttf);} @font-face {font-family: Bebas Neue; src: local("Bebas Neue"), url(http://forumstatic.ru/files/0018/c8/52/40745.ttf);} @font-face {font-family: Drina; src: local("Drina"), url(http://forumstatic.ru/files/0017/b9/60/10171.otf);} @font-face {font-family: Nightmare ; src: local("Nightmare "), url(http://forumstatic.ru/files/0018/c8/52/57717.otf);} /* A2 Deal with browser defaults and wonkiness -------------------------------------------------------------*/ /* A2.1 */ html, body {margin: 0; padding: 0} /* A2.2 */ .punbb * { margin: 0px } /* A2.3 */ .punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt { padding: 0; list-style: none; } /* A2.4 */ .punbb img { border:none } /* A2.5 */ .punbb .main table { table-layout: fixed; width: 100%; } /* A2.6 */ .checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;} /* A2.7 */ p[class="checkfield"] *, div[class="checkfield"] *, fieldset[class="radiofield"] * { height: 1.8em; vertical-align: middle } /* A3 Text setup -------------------------------------------------------------*/ /* A3.1 */ body { font-size: 90%; } /* A3.2 */ .punbb { font: normal 70.75% verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } /* 3.3 */ .punbb textarea, .punbb input, .punbb select, .punbb optgroup { font: 1em verdana, arial, helvetica, sans-serif } /* A3.4 */ .punbb h1, .punbb h2, .punbb h3 { font-size: 1em; font-weight: bold; } .punbb th { font-size: 0.9em; font-weight: bold; } .punbb h4, .punbb table { font-size: 1em; font-weight: normal; } #pun-main .code-box, #pun-main textarea, #pun-main .quote-box {background-image: url(''); background-color:rgba(55,46,38,0.1); color: #000000; font-size: 11px;} #html-footer .container {font-size: 11px;} #pun #pun-index #pun-announcement h2 span {display: none} body { font-size: 95%; } /* A3.5 */ .punbb h1 span, .punbb h2 span, .punbb legend span { font-size: 1.1em; } /* A3.6 */ .punbb pre { font: 1.1em/140% verdana, arial, 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-left: 0px; position: center top; width: 980px; margin: auto; } /* A5.2 */ .punbb { margin-left: 35px; float: none; width:885px; height: auto; } /* A5.3 */ #pun-redirect { background: transparent url(http://s1.uploads.ru/kGsJf.png) top center no-repeat; float: right; margin: 0px 400px 0px 0px; width: 200px; height: 200px; text-align: center; font-size: 0px; z-index: 100; top: 0 !important; left: 0 !important; margin-top: 100px; } #pun-redirect h1 { display: none;} /* A5.4 */ .punbb .section, .punbb .main { margin-bottom: 1em; } /* A5.5 */ .punbb .category, .punbb .post { margin-top: 0.4em; } /* A5.6 */ .punbb #pun-category1, .punbb .toppost, .punbb .topicpost { margin-top: 0; } /* 5.7 */ #pun-post .topic { margin-top: 1em; } /* A5.8 */ .punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post { border-style: none none solid none; border-width: 0px 0px 2px 0px; } /* A5.9 */ .punbb .container { border-style: solid; border-width: 1px; } /* A5.10 */ #pun-main h1, .punbb .section h2, #pun-stats h2, #pun-debug h2 { padding: 2px 1em 9px 1em; border-style: solid solid none solid; border-width: 1px 1px 0px 1px; } #pun-main h2 { padding: 2px 1em 9px 1em; border-style: solid; border-width: 1px; } /************************************************************* B - MAIN CONTENT - GENERAL **************************************************************/ /* B1 Parsed Content, Signatures and Scroll Boxes -------------------------------------------------------------*/ /* B1.1 */ .punbb .post-content { padding: 0; margin: 0; width: 100%; overflow: hidden; } /* B1.2 */ .punbb .post-sig dt { display: block; border-top: 1px solid transparent; width: 250px; margin: 5px 0; } /* B1.3 */ .punbb .post-content p { margin: 0; padding: 0 0 1em 0; line-height: 150%; } /* B1.4 */ .punbb .post-content img { vertical-align: text-top } /* B1.5 */ .punbb .post-content img.postimg { vertical-align: middle; } /* B1.6 */ .punbb .post-content .blockcode, .punbb .post-content blockquote { width: 100%; overflow: hidden; } /* B1.7 */ .punbb .post-content .scrollbox { width: 100%; overflow: auto; } /* B1.8 */ .punbb .post-content .quote-box, .punbb .post-content .code-box { margin: 0.4em 1.8em 1.4em 1.8em; padding: 1em; border: none; border-radius: 15px; background-color:rgba(55,46,38,0.1); border: 1px solid rgba(32,6,6,0.2); } /* B1.9 */ .punbb .quote-box cite, .punbb .code-box strong.legend { display: block; padding-bottom: 0.7em; font-size: 1.1em; font-weight: bold; font-style: normal; margin: 0; } /* B2 Information boxes -------------------------------------------------------------*/ /* B2.1 */ .punbb .info-box { padding: 1.1em 1.7em 1em 1.7em; border-style: solid; border-width: 1px; margin: 0 0 1.1em 0; } /* B2.2 */ .punbb .info-box * { padding: 0 0 0.7em 0; } /* B2.3 */ .punbb #pun-main .info-box .legend { font-size: 1.1em; font-weight: bold; } /* B3 Pagination and posting links -------------------------------------------------------------*/ /* B3.1 */ .punbb .linkst { float: left; position: relative; width: 100%; font-size: 1.1em; height: 0; } /* B3.2 */ .multipage { margin-top: 3em; } /* B3.3 */ .linkst .pagelink { position: absolute; top: -4.6em; left: 1em; width: 24em; } /* B3.4 */ .linkst .postlink { position: absolute; top: -4.6em; right: 1em; width: 16em; text-align: right; font-weight: bold; } /* B3.5 */ .punbb .linksb { text-align: right; padding: 0.4em 1em 0.5em 1em; font-size: 1.1em; } /* B3.6 */ .linksb .pagelink { float: left; width: 24em; text-align: left; } /* B3.7 */ .linksb .postlink { float: right; width: 16em; font-weight: bold } /* B3.8 */ .subscribelink { clear:both; padding-top: 0.3em; padding-bottom: 0.5em; } /************************************************************* C - MAIN CONTENT - SPECIFIC **************************************************************/ /* C1 Form layout -------------------------------------------------------------*/ /* C1.1 */ .punbb .formal .container { padding: 1.7em 2.3em 1.1em 2.3em; } /* C1.2 */ .punbb .formsubmit { padding: 0 0 0 1.7em; margin: 1em 0 0 0; } /* C1.3 */ .punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span { margin: 0 0.6em 0 0 } /* C1.4 */ .punbb fieldset { border-style: solid; border-width: 1px; padding: 0 18px 0 18px; margin: 0 0 1em 0 } /* C1.5 */ .punbb fieldset legend { padding: 0; margin: 0 0 0 11px; font-size: 1.1em } /* C1.6 */ .punbb fieldset legend span { padding: 0 5px; margin: 0 0 0 -15px; } /* 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 4em 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; } .punbb .helplinks span INPUT { margin: 0px 2px 2px 0px; } /* C1.21 */ #pun-post .formal .info-box li { padding-left: 4px; list-style-type: square; list-style-position: inside; line-height: 1.5; margin: 0; } /* C2 Table layout -------------------------------------------------------------*/ /* C2.1 */ .punbb .main .tcl { overflow: hidden; text-align: left; width: 50%; } /* C2.2 */ .punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod { text-align: center; width: 10%; } /* C2.3 */ .punbb .main .tcr { overflow: hidden; text-align: left; width: 30%; } /* C2.4 */ #pun-userlist .main .tcl, #pun-searchtopics .main .tcl, #pun-modviewforum .main .tcl { width: 40% } /* C2.5 */ #pun-userlist .main .tc2, #pun-searchtopics .main .tc2 { text-align: left; width: 20%; } /* C2.6 */ #pun-debug table .tcl { width: 15%; white-space:normal; } /* C2.7 */ #pun-debug .tcr { width: 90%; white-space: normal; } /* C2.8 */ #pun-index .tcl h3 { font-size: 1.2em; font-weight: bold; } /* C2.9 */ .punbb td span.youposted { font-weight: bold; margin-left: -1em; position: absolute; } /* C2.10 */ .punbb td .modlist { display: block; padding-top: 0.3em } /* C2.11 */ .punbb .main td { border-style: solid none none solid; border-width: 1px 0 0 1px; padding: 1.5em 1em; } /* C2.12 */ .punbb .main th { padding: 4px 1em 5px 1em; border-bottom: 2px solid transparent; border-left: 1px solid transparent; } /* C2.13 */ .punbb .main .tcl { border-left-style: none; border-left-width: 0; } * html .tclcon {height: 1px} /* C2.14 */ .punbb td div.tclcon { margin-left: 40px; } /* C2.15 */ .punbb div.icon { float: right; display: block; width: 40px; height: 40px; padding-top: 5px; padding-bottom: 0px; margin-top: 0px; margin-left: 10px; padding-left: 5px; z-index: 100; background-repeat: no-repeat; } div.icon { background: url(http://sd.uploads.ru/qurGS.png) no-repeat; } tr.inew div.icon { background: url(http://sg.uploads.ru/jhvaJ.png) no-repeat; } tr.isticky div.icon { background: url(http://sg.uploads.ru/jhvaJ.png) no-repeat; } tr.iclosed div.icon { background: url(http://sg.uploads.ru/jhvaJ.png) no-repeat; } /* C3 Topics -------------------------------------------------------------*/ /* C3.1 */ .punbb .post .container { border-style: none solid solid solid; border-width: 1px; margin-top: -1px; padding-bottom: 1px; } /* C3.2 */ .punbb .post h3 { border-style: solid solid none solid; border-width: 1px; } /* C3.3 */ .punbb .post h3 span { border-left: 1px solid transparent; padding: 0.5em 1em; display: block; margin-left: 19em; } /* 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: 10em; margin-top: -1.5em; overflow: hidden; } /* C3.6 */ .punbb .post .post-author ul, .punbb .post .post-author p { padding: 0 1em 1em 1em; line-height: 140%; } /* C3.7 */ .pa-author { font-size: 1.1em; font-weight: bold; } /* C3.8 */ .pa-author a { text-decoration: none } /* C3.9 */ li.pa-title { padding-bottom: 0.4em; font-weight: bold; } li.pa-online { line-height: 0.8em; border-left-style: solid; border-left-width: 0.7em; padding-left: 0.4em; margin-top: 0.7em; } /* C3.11 */ .punbb .post-body { margin-left: 19em; border-left-style: solid; border-left-width: 1px; padding: 0 0 1px 0; } /* C3.12 */ .punbb .post-box { padding: 1em; } /*C3.13 */ .punbb fieldset .post-box { margin-bottom: 0.8em } /* C3.14 */ .punbb .post-links { margin-left: 19em; border-left-style: solid; border-left-width: 1px; } /* C3.15 */ .punbb .post-links ul { padding: 0 1em 0 0; height: 2em; line-height: 2em; margin-left: -19em; border-top-style: dashed; border-top-width: 1px; background: transparent; text-align: right; } /* 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; } .punbb .post .post-author { width: 19em !important; } /* C4 Moderator menu -------------------------------------------------------------*/ /* C4.1 */ .punbb .modmenu .container { padding: 0.5em 1em; text-align: right; margin-top: 4px; } /* 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: normal; } /* 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: 18em; margin-left: -16em; padding: 0.5em 1em; font-weight: normal; } /*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: none; margin-bottom: -35px; } /* D1.2 */ #pun-title h1 { display : block; height: 233px; margin: -1px 0px 0px -30px; } /* D1.3 */ #pun-title .container { border: none ; padding: 0.2em 1em 0.8em 1em; } /* D1.4 */ #pun-title h1 span { display: none; } /*------------- шапка -------------*/ #pun-title table { border: none; height:0px; margin-left: -35px; height: 300px; width: 980px; background-image: url(https://i.imgur.com/MBC5Q1Q.png); background-repeat: no-repeat; } #pun-title TD.title-logo-tdl { border: none; width: 100%; } #pun-title TD.title-logo-tdr { border: none; width: 420px; } /* D2 Page navigation -------------------------------------------------------------*/ /* D2.1 */ #pun-pagelinks { position: absolute; top: -15px; left: 0; margin: 0; border: none; padding: 0; width: 100%; } /* D2.2 */ #pun-pagelinks .container { background: transparent; border: none; padding: 0} /* D2.3 */ #pun-pagelinks .container li { display: inline } /* D2.4 */ #pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover { height: 2em; line-height: 2em; padding: 0; font-size: 1.2em; margin-left: -9999px; display: block; float:left; width: 100%; } /* D2.5 */ #pun-pagelinks a:active, #pun-pagelinks a:focus { position:relative; margin: 0; } #pun-pagelinks li a span { display:block; margin: 0 1em } /* D3 Forum navigation -------------------------------------------------------------*/ /* D3.1 */ #pun-navlinks { border: none; margin: 0; margin-bottom: 0px; } #pun-navlinks .container { border: none; margin: 0; } /* D3.2 */ #pun-navlinks .container { font-size: 16px; font-weight: bold; margin-top: -288px; /*высота расположения вверх*/ margin-bottom: 245px; position : center; text-align: center; /*расположение*/ } /* D.3 */ #pun-navlinks li { display: inline; margin: 0; } /* D3.4 */ #pun-navlinks li a { font-family: 'Neucha', cursive; font-weight: bold; text-transform: uppercase; padding: 0px 5px 0px 7px; } /* D4 User links -------------------------------------------------------------*/ /* D4.1 */ #pun-ulinks { margin-bottom: 50px; border: 2px solid transparent; } /* D4.2 */ #pun-ulinks .container { font-size: 10px; font-family: 'Neucha', cursive; margin-top: -5px; /*высота расположения низ */ margin-bottom: -15px; margin-left: 15px; text-align: center; /*расположение*/ color: #373735; } /* D4.3 */ #pun-ulinks li, #pun-ulinks li a { display: inline; white-space: nowrap; } /* D4.4 */ #pun-ulinks li a { padding: 0px 0px 0px 8px; font-size: 1.1em; } /* D5 Welcome box and Top Breadcrumbs -------------------------------------------------------------*/ /* D5.1 */ #pun-status, #pun-status .container { border-bottom: none; margin-bottom: 0; } /* D5.2 */ #pun-status .container { padding: 0.8em 1em 1em 1em; } /* D5.3 */ #pun-status span { white-space: nowrap; margin-right: 0.5em; } /* D5.4 */ #pun-crumbs1 { font-weight: bold; overflow: hidden; margin-top: 0; } /* D5.5 */ #pun-crumbs1 p.container { border-top: none; padding: 1em 1em 0.8em 1em; font-size: 1.1em; } /* D5.6 */ #pun-break1 { margin: 0 1em; border-style: solid none; border-width: 1px 0; height: 0; margin: -2px 1em; position: relative; z-index: 1; } /* D6 Announcement -------------------------------------------------------------*/ /* D6.1 */ #pun-announcement h2 { padding: 0; margin: 0 1em -3.5em 1em; border-style: none none solid none; border-width: 0 0 1px 0; position: relative; font-weight: bold; } /* D6.2 */ #pun-announcement h2 span { display: block; padding: 1em 0 0.8em 0; border-bottom-style: solid; border-bottom-width: 1px; } /* D6.3 */ #pun-announcement .container { padding: 4.3em 1em 1em 1em; } /* D7 Statistics -------------------------------------------------------------*/ /* D7.1 */ #pun-stats .container { padding: 0.8em 1em } /* D7.2 */ #pun-stats li.item1, #pun-stats li.item2 { float: left; clear: both; line-height: 150%; } /* D7.3 */ #pun-stats li.item3, #pun-stats li.item4 { text-align: right; line-height: 150%; } /* D7.4 */ li#onlinelist { margin-top: 1em; border-top-style: solid; border-top-width: 1px; float: left; width: 100%; line-height: 130%; } /* D7.5 */ li#onlinelist div { border-top-style: solid; border-top-width: 1px; padding: 0.7em 0 0 0; } /* D8 Quick Jump - About - Bottom Breadcrumbs -------------------------------------------------------------*/ /* D8.1 */ #pun-qjump { margin: 0; border: none; width: 50%; position: relative; float: left; } /* D8.2 */ #pun-qjump .container { border: none; background: transparent; padding: 0.8em 1em; } /* D8.3 */ #pun-about { margin-top: 0px; } /* D8.4 */ #pun-about .container { border-top-style: none; text-align: right; line-height: 150%; padding: 0.8em 1em; } /* D8.5 */ #pun-about p span { display:block; padding-left: 50%; text-align: center; } /* D8.6 */ #pun-crumbs2 { font-weight: bold; overflow: hidden; margin-bottom: 0; border-bottom: none; } /* D8.7 */ #pun-crumbs2 .container { border-bottom: none; padding: 0.8em 1em; font-size: 1.1em; } /* D8.8 */ #pun-break4 { margin: -2px 1em; border-style: solid none; border-width: 1px 0; position: relative; height: 0; z-index: 1; } /* D8.9 */ div.punbb-admin #pun-about .container { border-top-style: solid; border-top-width: 1px; } /* D9 Help file -------------------------------------------------------------*/ /* D9.1 */ #pun-help .formal .info-box h3.legend { border-bottom-style: solid; border-bottom-width: 1px; padding-bottom: 0; margin-bottom: 0.8em; } /* D9.2 */ #pun-help .formal .info-box h3.legend span { padding-bottom: 0.6em; display: block; border-bottom-style: solid; border-bottom-width: 1px; font-size: 1.1em; } /* D9.3 */ #pun-help .formal p, #pun-help .formal dd { margin-bottom: 1em } /* D9.4 */ #pun-help .formal ul, #pun-help .formal dl { padding: 0 0 0 1em } /* D9.5 */ #pun-help .formal li { padding: 0; line-height: 130% } /* D9.6 */ #pun-help .formal li * { vertical-align: text-top } /* D9.7 */ #pun-help .formal dt span { font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace } /* D9.8 */ #pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode { padding-bottom: 0; } #pun th {font-size: 0px;} /************************************************************* E - EXTRA **************************************************************/ /* название категорий*/ .tcl .intd .tclcon h3 a { font-size: 17px; text-transform: uppercase; letter-spacing: 1.7px; font-family: 'Neucha', cursive; color: #601212; text-shadow: rgb(11,9,9) 1px 1px 0px; padding: 4px; padding-top: 0px; } /* категории*/ .punbb td div .tclcon, .category .container table .hasicon .tc1 { opacity: 0.85; font-family: 'Arial'; font-size: 11px; font-style: none; text-transform: none; width: 85%; padding: 15px; text-align:justify; line-height: 10px; border: none; border-radius: 10px; background-color:rgba(55,46,38,0.1); border: 1px solid rgba(32,6,6,0.1); } /E1.1 Forums Text Settings */ .forum .container table thead tr .tcl { text-align: center;} #pun-main .category .container table thead tr .tcl { } #pun-main .category .container table .hasicon .alt1 .tcl .intd .tclcon, #pun-main .category .container table .hasicon .alt2 .tcl .intd .tclcon {text-align: center;} #pun-about .container .item1 { } #pun-category.category h2 { background-position: center; font-family: 'Neucha', cursive;} #pun-main h1 { background: url() bottom center no-repeat; width: 946px; height: 10px; margin-left: -37px; margin-top: 0px; font-family: 'Neucha', cursive; font-size: 11px;} #pun-main h1 span { text-transform: uppercase; font-family: 'Neucha', cursive; text-shadow: 1px 0px #303731; font-size: 12px; } #pun-crumbs1 .crumbs, #pun-crumbs2 .crumbs { text-transform: uppercase; font-family: 'Neucha', cursive; font-size: 11px; font-weight: bold; } #post-form h2 span { text-transform: uppercase; font-family: 'Neucha', cursive; font-size: 0px;} .category .container table .hasicon .tc2, .category .container table .hasicon .tc3, .forum .container table .hasicon tr .tc2, .forum .container table .hasicon tr .tc3 { font-family: 'Neucha', cursive; text-transform:lowercase; font-size: 12px; text-align: center;} .category .container table thead tr .tcl { text-align: center;} #pun-about .container .item1 { margin-right: 100px;} /* категории */ #pun-category1.category h2 { font-size: 20px; padding: 6px; text-transform: uppercase; font-weight: bold; font-weight: 900; letter-spacing: 2.1px; float: center; font-family: 'Neucha', cursive; -webkit-background-clip: text; -webkit-text-fill-color: transparent; -moz-background-clip: text; -moz-text-fill-color: transparent; -o-background-clip: text; -o-text-fill-color: transparent; background-image: -webkit-linear-gradient(#200606, #601212); background-image: -moz-linear-gradient(#200606, #601212); background-image: -o-linear-gradient(#200606, #601212); color: #601212;} #pun-category2.category h2 { font-size: 20px; padding: 6px; text-transform: uppercase; font-weight: bold; font-weight: 900; letter-spacing: 2.1px; float: center; font-family: 'Neucha', cursive; -webkit-background-clip: text; -webkit-text-fill-color: transparent; -moz-background-clip: text; -moz-text-fill-color: transparent; -o-background-clip: text; -o-text-fill-color: transparent; background-image: -webkit-linear-gradient(#200606, #601212); background-image: -moz-linear-gradient(#200606, #601212); background-image: -o-linear-gradient(#200606, #601212); color: #601212;} #pun-category3.category h2 { font-size: 20px; padding: 6px; text-transform: uppercase; font-weight: bold; font-weight: 900; letter-spacing: 2.1px; float: center; font-family: 'Neucha', cursive; -webkit-background-clip: text; -webkit-text-fill-color: transparent; -moz-background-clip: text; -moz-text-fill-color: transparent; -o-background-clip: text; -o-text-fill-color: transparent; background-image: -webkit-linear-gradient(#200606, #601212); background-image: -moz-linear-gradient(#200606, #601212); background-image: -o-linear-gradient(#200606, #601212); color: #601212; } #pun-status { position: relative; right: -630px; height: 5px; top: 6px; font-family: 'Neucha', cursive; text-transform: uppercase; } /*------------- убрать слово статистика -------------*/ #pun-stats h2 { display:none; } /*------------- футер -------------*/ #pun-about p.container { background-image : url(https://i.imgur.com/DD3aD38.png); width: 980px; height: 174px; margin-left: -35.8px; margin-top: -20px; margin-bottom: -29px; background-color: #; background-position : center top; background-repeat : no-repeat; border-color: transparent; text-align: center; color: #e5e5e5; font-size:0 !important;} /* блоки сообщения и репутация -------------------------------------------------------------*/ li.pa-posts {width: 60px; display: inline-block; text-align: center; margin-left: -115px; font-size: 12.6px; margin-top: 3px; font-family: 'PT Sans Narrow', sans-serif; margin-bottom: 10px; } li.pa-respect{width: 55px; display: inline-block; position: absolute; font-size: 11px; font-family: 'PT Sans Narrow', sans-serif; text-align: center; margin-top: 3px; } li.pa-fld3 {display: inline-block; position: absolute; margin-top: 3px; font-size: 12.6px; margin-left: 55px; width: 60px; font-family: 'PT Sans Narrow', sans-serif; } li.pa-fld1 {font-family: 'PT Sans Narrow', sans-serif; font-size: 11.5px; color: #000000; border-top-left-radius: 0px; /* Левый верхний уголок */ border-top-right-radius: 0px; /* Правый верхний уголок */ border-bottom-left-radius: 5px; /* Левый нижний уголок */ border-bottom-right-radius: 5px; /* Правый нижний уголок */ background-color:rgba(55,46,38,0.1); border: 1px solid rgba(32,6,6,0.2); width: 168px; margin-left: 4px; padding: 2px; margin-top: -4px; } /****************************************************************** Cтиль к скрипту: "Всплываюшая таблица с вкладками, в топике, с инфой о персонаже" ******************************************************************/ /*Стиль иконки в мини-профиле*/ img.a-info{ padding:2px; display:block!important; cursor:pointer; /*border-radius:50%;*/ position:absolute; text-align:left!important; } /* Затемняющий фон */ #pre-wrap { margin:0; top:0;bottom:0; left:0;right:0; width:100%; height:100%; position:fixed; z-index:20000; background: rgba(0,0,0,.65); } /*Подвижка иконки закрытия таблички*/ .my-tabs > img.close { float:right; margin:0 -35px 0 0!important; width:27px; } /* Корневой таб(UL) */ .my-tabs{ display:block; z-index:30000; position:absolute; max-height:500px; /*максимальная высота таблички*/ } /* Стиль "Ушка" вкладок */ .my-tabs>span{ opacity:0.78; color:#2f1f16; cursor:pointer; display:block!important; position:relative; z-index:12; padding:4px; height: 17px!important; margin-right: 2px; margin-left: -1px; margin-bottom:-4px!important; border: 3px #ceaf7c double; border-radius: 0px 0 0 0; text-align:left; padding-right:6px; text-shadow: 1px 1px 2px rgba(0,0,0,.4); font:normal 400 13px/16.5px "play"; float:left; } /* Cдвиг самого первого "Уха" */ .my-tabs>span:first-child{ margin-left: 0px; } /* Активное "Ушко" */ .my-tabs>span.selected{ opacity:1; border-bottom-color:transparent!important; } /* Стиль вкладки(LI)*/ .my-tabs>.tab-a{ width:100%; height:100%; position:relative;z-index:1; display:none; overflow-y:auto; overflow-x:hidden; text-align:center; vertical-align:middle; border-radius: 0px; border: 3px #ceaf7c double; padding:4px 12px!important; } /*Отступ контента вкладки сверху*/ .tab-a .post-content{ margin-top:2em; text-align:left; display:inline-block; }
Поделиться32018-09-22 22:23:15
Код:/*------------- фон тела форума -------------*/ #pun { background-image : url("https://i.imgur.com/rHVrhD0.png"); background-color: transparent; background-position : center;} /*------------- фон форума -------------*/ body { background-image : url("https://i.imgur.com/ltutjAg.png"); } /* CS1.1 */ .punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3, .punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd, .punbb .info-box, .punbb #pun-main .info-box .legend { border-color:transparent; text-align: justify; color: #000000; } /* CS1.2 */ .punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer { border-color:transparent; color: #000000; } /* CS1.3 */ #pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 { border-color:transparent; color: #000000; font-weight: normal; font-style: normal; } /* CS1.4 */ #pun-title, #pun-title .container, .punbb .modmenu .container { border-color:transparent; color: #000000; } /* CS1.5 */ .punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span { border-color:transparent; color: #000000; } /* CS1.6 */ .punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl { background-color: transparent;; color: #000000; } /*------------- форма ответа -------------*/ /* CS1.8 */ #pun-navlinks .container { border-color:transparent; color: #a5a187; } .offline li.pa-online strong { font-weight: normal } .punbb textarea, .punbb select, .punbb input { background-color: #989495; color: #000000; } .punbb textarea, .punbb input { background-image : url(""); background-color:rgba(55,46,38,0.1); border: 1px solid rgba(32,6,6,0.2); color: #000000; border-radius: 10px; padding: 6px; } .punbb select, .punbb .quote-box, .punbb .code-box { background-image : url(""); text-color: #000000; background-color:rgba(55,46,38,0.1); border: 1px solid rgba(32,6,6,0.2); border-radius: 10px; padding: 6px; } /* CS2 Цвета границ -------------------------------------------------------------*/ /* CS2.1 */ .punbb .container, .punbb .post-body, .post h3, #pun-title { border-color:transparent;} /* CS2.2 */ .punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post { border-color:transparent; } /* CS2.3 */ #pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 { border-color:transparent; } /* CS2.4 */ .punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body, .punbb .post h3 span, .post-links ul, .post-links, .usertable table { border-color:transparent; } /* CS2.5 */ .punbb th { border-color:transparent; } /* CS2.6 */ .punbb .quote-box, .punbb .code-box { border-color:transparent; } #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-color:transparent; } li.pa-online { border-color:transparent; } .punbb .post-sig dt { content: url(http://funkyimg.com/i/GKiV.png) ; width: auto; height: auto; margin: 20px; border-color:transparent; } /* CS3 Цвета ссылок и всё что с ними связанно -------------------------------------------------------------*/ /* CS3.1 */ .punbb a, .punbb a:link, .punbb a:visited, .punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited { color: #000000; font-size: 120%; font-family: 'PT Sans Narrow', sans-serif; border-bottom: 0px none #000; text-decoration: none; } .punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited { color: #060606 } /* CS3.2 */ .punbb a:hover, .punbb a:focus, .punbb a:active, .punbb-admin #pun-admain .nodefault, .punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active { color: #601212; font-size: 120%; font-family: 'PT Sans Narrow', sans-serif; text-shadow: 1px 0px #303731; font-style: oblique; font-weight: bold; border-bottom: 0px none #241b06; text-decoration: none; } /* CS3.3 */ #pun-navlinks a { color: #a5a187; font-weight:bold; border-bottom: 0px none #000; text-decoration: none; } /* CS3.4 */ #pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active { color: #a5a187; font-weight:bold; font-style: normal; border-bottom: 0px none #000; text-decoration: none; } /*/6060*/ #pun-pagelinks a:active, #pun-pagelinks a:focus { background-color: #1b0d04; color: #151515; } /* CS4 Фон всем категориям и разделение между сообщениями. + Сдвиг рекламы. -------------------------------------------------------------*/ #pun .section {border-style: none; width: 885px; } #pun .tc2, #pun-main .post-author ul {text-align: center; } .punbb .post div.container { background: url("") no-repeat scroll center bottom transparent; } .punbb .section h2, #pun-main h1, #pun-stats h2, #pun-main h2, #pun-debug h2 { background: url() top center; text-align: center; color: #000; } #pun-title table tbody tr .title-logo-tdr {position: absolute; z-index: 1; left: 450px; top: 20px; } /* обводка профиля*/ .punbb .post .post-author { border: none; border-radius: 10px; background-color:rgba(55,46,38,0.1); border: 1px solid rgba(32,6,6,0.2); } /* автор */ #pun #pun-main .pa-title {text-align: center;} #pun #pun-main .pa-author {font-size: 15px; padding: 6px; text-transform: uppercase; letter-spacing: 1.1px; float: center; -webkit-background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; -moz-background-clip: text; -moz-text-fill-color: transparent; -o-background-clip: text; -o-text-fill-color: transparent; background-image: -webkit-linear-gradient(#200606, #601212); background-image: -moz-linear-gradient(#200606, #601212); background-image: -o-linear-gradient(#200606, #601212); color: #601212;} /* рамка для аватара */ li.pa-avatar.item2 img { border:#000000 solid 2px; } /* аватар при наведение меняет цвет */ .pa-avatar img { -moz-transition: 1s ease; -webkit-transition: 1s ease; } .pa-avatar img:hover { -webkit-filter: sepia(100%); -moz-transition: 1s ease; -webkit-transition: 1s ease; } /* максимальный размер аватарки */ .pa-avatar img { max-width: 170px; max-height: 170px;} /* cкрыть: "форум, тем, сообщений, последнее сообщение" */ #pun-index .category table thead { display:none; } /* картинки размером не более 500 пикселей */ .punbb .post-content img.postimg { width: auto; height: auto; max-width:100%!important; max-height:500px!important; } /* фсе картинки сепия при наведение */ .punbb .post-content img.postimg { -moz-transition: 1s ease; -webkit-transition: 1s ease; } .punbb .post-content img.postimg:hover { -webkit-filter: sepia(100%); -moz-transition: 1s ease; -webkit-transition: 1s ease; /*Стиль иконки в мини-профиле*/ img.a-info{ padding:2px; display:block!important; cursor:pointer; /*border-radius:50%;*/ position:absolute; text-align:left!important; } /* Затемняющий фон */ #pre-wrap { margin:0; top:0;bottom:0; left:0;right:0; width:100%; height:100%; position:fixed; z-index:20000; background: rgba(0,0,0,.65); } /*Подвижка иконки закрытия таблички*/ .my-tabs > img.close { float:right; margin:0 -35px 0 0!important; width:27px; } /* Корневой таб(UL) */ .my-tabs{ display:block; z-index:30000; position:absolute; max-height:700px; /*максимальная высота таблички*/ } /* Стиль "Ушка" вкладок */ .my-tabs>span{ opacity:0.78; color:#626436; cursor:pointer; display:block!important; position:relative; z-index:12; padding:4px; height: 17px!important; margin-right: 2px; margin-left: -1px; margin-bottom:-4px!important; border: 4px solid; border-radius: 10px 0 0 0; text-align:left; padding-right:6px; text-shadow: 1px 1px 2px rgba(0,0,0,.4); font: italic normal 400 13px/16.5px "Comic Sans Ms"; float:left; } /* Cдвиг самого первого "Уха" */ .my-tabs>span:first-child{ margin-left: 8px; } /* Активное "Ушко" */ .my-tabs>span.selected{ opacity:1; border-bottom-color:transparent!important; } /* Стиль вкладки(LI)*/ .my-tabs>.tab-a{ width:100%; height:100%; position:relative;z-index:1; display:none; overflow-y:auto; overflow-x:hidden; text-align:center; vertical-align:middle; border-radius: 10px; border: 6px solid; border-width:4px 7px 5px 7px; padding:4px 12px!important; } /*Отступ контента вкладки сверху*/ .tab-a .post-content{ margin-top:1.4em; text-align:left; display:inline-block; }
Поделиться42018-09-23 14:11:23
Илон Маск на подкасте Джо Рогана - Русская озвучка 18+
В гостях у Джо Рогана бизнес-магнит, инвестор, изобретатель и долларовый миллиардер Илон Маск. Мужики раскурили косячок, накатили вискаря и поговорили об искусственном интеллекте, обезьянах, автомобилях, мечах, человечестве, жизни и вообще. Запись от 6 сентября 2018 года.
Перевёл и озвучил Илона Маска: Андрей Порфирьев
Джо Рогана озвучил и смонтировал видео: Rumble
Озвучено при поддержке подписчиков пабликов Озвучки Rumble и Академия Джо Рогана
Отдельные респекты SciTeam, Максиму Войтеховичу, Илье Гуго, Best of MMA, ГосСтали, Артемию Бондичу, Максиму Булимину, Даниле Молодому и 4анти!
При информационной поддержке Жизнь Ютуб
Посмотреть в оригинале можно здесь: https://www.youtube.com/watch?v=ycPr5-27vSI
Поделиться52018-09-23 17:21:11
background-color: #a19591;
color: #1d1c1c;
border: 2px double #5d5d5d;
border-radius: 6px!important;
padding: 5px;
}
Поделиться62018-09-23 18:08:44
ТАБЛИЦА
НАВИГАЦИЯ
КНОПКИ СОО
КНОПКИ ВВЕРХ ВНИЗ
ЦИТАТЫ
БАННЕРЫ
СТРАНИЦА ПЕРЕАДРЕСАЦИИ
Поделиться72018-09-26 16:08:50
Код:/* A1.1 */ @import url(style_cs.css); @import url('https://fonts.googleapis.com/css?family=Bitter|EB+Garamond|Lora'); @import url(https://fonts.googleapis.com/css?family=Raleway); @import url('https://fonts.googleapis.com/css?family=Montserrat'); @import url(http://fonts.fontstorage.com/import/angleciadisplay.css); @import url(http://forumstatic.ru/files/0018/25/96/45899.css); @import url(http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css); @import url(http://forumstatic.ru/files/0018/25/96/76385.css); @import url(http://forumstatic.ru/files/0018/25/96/61263.css); @import url(http://forumstatic.ru/files/0018/25/96/56658.css); @import url(http://forumstatic.ru/files/0018/25/96/29144.css); @import url(http://forumstatic.ru/files/0018/25/96/71024.css); @import url(http://forumstatic.ru/files/0018/25/96/21319.css); @import url('https://fonts.googleapis.com/css?family=Cuprum'); @import url('https://fonts.googleapis.com/css?family=Fjalla+One'); @import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&subset=latin,cyrillic,latin-ext,cyrillic-ext'); @import url('https://fonts.googleapis.com/css?family=Amatic+SC|Caveat+Brush|Neucha'); @import url(https://fonts.googleapis.com/css?family=Lato:400,700); @import url(http://forumstatic.ru/files/0018/25/96/35482.css); @import url(https://fonts.googleapis.com/css?family=Lobster&subset=latin,cyrillic,latin-ext); @import url(https://fonts.googleapis.com/css?family=Just+Another+Hand); @import url(https://fonts.googleapis.com/css?family=Julius+Sans+One); @import url('https://fonts.googleapis.com/css?family=Arizonia|Bahiana|Bilbo+Swash+Caps|Dawning+of+a+New+Day|Jomhuria|Oregano|Seaweed+Script|UnifrakturMaguntia'); @import url(http://forumstatic.ru/files/0018/25/96/48104.css); @import url('https://fonts.googleapis.com/css?family=Oswald:400,700&subset=cyrillic,latin-ext,vietnamese'); @import url('https://fonts.googleapis.com/css?family=Anton|Astloch|Berkshire+Swash|Bigshot+One|Caveat|Chathura|Cookie|Cormorant+Unicase|Cutive+Mono|Geo|Oleo+Script+Swash+Caps|Pirata+One|Share+Tech+Mono'); @import url('https://fonts.googleapis.com/css?family=Satisfy'); @import url('https://fonts.googleapis.com/css?family=Sacramento'); @import url('https://fonts.googleapis.com/css?family=Qwigley'); @import url('https://fonts.googleapis.com/css?family=Yesteryear'); @import url('http://forumstatic.ru/files/0018/25/96/58161.css'); @import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Dancing+Script:400,700|Handlee|Kaushan+Script|Lobster|Marmelad|Open+Sans+Condensed:300|Playfair+Display|Roboto+Slab|Rochester|Six+Caps|Yeseva+One&subset=cyrillic,cyrillic-ext,latin-ext'); @import url('https://fonts.googleapis.com/css?family=Alice'); @import url('https://fonts.googleapis.com/css?family=Alegreya+Sans+SC'); @import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:700&subset=cyrillic,cyrillic-ext,latin-ext'); @import url('http://forumstatic.ru/files/0018/25/96/36504.css'); @import url('http://forumstatic.ru/files/0018/25/96/50375.css'); @import url('http://forumstatic.ru/files/0018/25/96/36297.css'); @import url('http://forumstatic.ru/files/0018/25/96/40344.css'); @import url('http://forumstatic.ru/files/0018/25/96/85057.css'); @import url('http://forumstatic.ru/files/0018/25/96/80837.css'); @import url('http://forumstatic.ru/files/0018/25/96/75604.css'); @import url('http://forumstatic.ru/files/0018/25/96/43927.css'); @import url('http://forumstatic.ru/files/0018/25/96/78797.css'); @import url('http://forumstatic.ru/files/0018/25/96/89730.css'); @import url('http://forumstatic.ru/files/0018/25/96/22155.css'); @import url('http://forumstatic.ru/files/0018/25/96/71651.css'); @import url('http://forumstatic.ru/files/0018/25/96/47770.css'); @import url('http://forumstatic.ru/files/0018/25/96/42108.css'); @import url('http://forumstatic.ru/files/0018/25/96/98515.css'); @import url('http://forumstatic.ru/files/0018/25/96/28807.css'); @import url('http://forumstatic.ru/files/0018/25/96/18495.css'); @import url('http://forumstatic.ru/files/0018/25/96/19197.css'); @import url('http://forumstatic.ru/files/0018/25/96/86576.css'); @import url('http://forumstatic.ru/files/0018/25/96/81362.css'); @import url('http://forumstatic.ru/files/0018/25/96/30281.css'); @import url('http://forumstatic.ru/files/0018/25/96/78956.css'); @import url('http://forumstatic.ru/files/0018/25/96/90657.css'); @import url('http://forumstatic.ru/files/0018/25/96/53764.css'); @import url('http://forumstatic.ru/files/0018/25/96/74176.css'); @import url('http://forumstatic.ru/files/0018/25/96/80833.css'); @import url('http://forumstatic.ru/files/0018/25/96/55455.css'); @import url('http://forumstatic.ru/files/0018/25/96/54052.css'); @import url('http://forumstatic.ru/files/0018/25/96/24603.css'); @import url('http://forumstatic.ru/files/0018/25/96/63156.css'); @import url('https://fonts.googleapis.com/css?family=League+Script'); @import url('http://forumstatic.ru/files/0018/25/96/85818.css'); @import url('http://forumstatic.ru/files/0018/25/96/48143.css'); @import url('http://forumstatic.ru/files/0018/25/96/84210.css'); @import url('http://forumstatic.ru/files/0018/25/96/87750.css'); @import url('http://forumstatic.ru/files/0018/25/96/83036.css'); @import url('http://forumstatic.ru/files/0018/25/96/52240.css'); @import url('http://forumstatic.ru/files/0018/25/96/12582.css'); @import url('http://forumstatic.ru/files/0018/25/96/35414.css'); @import url('http://forumstatic.ru/files/0018/25/96/46475.css'); @import url('http://forumstatic.ru/files/0018/25/96/86822.css'); @import url('http://forumstatic.ru/files/0018/25/96/59878.css'); @import url('http://forumstatic.ru/files/0018/25/96/51528.css'); @import url('http://forumstatic.ru/files/0018/25/96/68138.css'); @import url('http://forumstatic.ru/files/0018/25/96/62896.css'); @import url('http://forumstatic.ru/files/0018/25/96/18266.css'); @import url('http://forumstatic.ru/files/0018/25/96/82570.css'); @import url('http://forumstatic.ru/files/0018/25/96/91033.css'); @import url('http://forumstatic.ru/files/0018/25/96/36160.css'); @import url('http://forumstatic.ru/files/0018/25/96/74621.css'); @import url('http://forumstatic.ru/files/0018/25/96/42499.css'); @import url('http://forumstatic.ru/files/0018/25/96/34835.css'); @import url('http://forumstatic.ru/files/0018/25/96/32405.css'); @import url('http://forumstatic.ru/files/0018/25/96/37630.css'); @import url('http://forumstatic.ru/files/0018/25/96/42470.css'); @import url('http://forumstatic.ru/files/0018/25/96/98994.css'); @import url('http://forumstatic.ru/files/0018/25/96/92956.css'); @import url('http://forumstatic.ru/files/0018/25/96/73072.css'); @import url('http://forumstatic.ru/files/0018/25/96/40318.css'); @import url('http://forumstatic.ru/files/0018/25/96/16145.css'); @import url('http://forumstatic.ru/files/0018/25/96/77613.css'); @import url('http://forumstatic.ru/files/0018/25/96/87990.css'); @import url('http://forumstatic.ru/files/0018/25/96/74889.css'); @import url('http://forumstatic.ru/files/0018/25/96/16336.css'); @import url('http://forumstatic.ru/files/0018/25/96/56600.css'); @import url('http://forumstatic.ru/files/0018/25/96/43922.css'); @import url('http://forumstatic.ru/files/0018/25/96/48579.css'); @import url('http://forumstatic.ru/files/0018/25/96/44137.css'); @import url('http://forumstatic.ru/files/0018/25/96/36435.css'); @import url('http://forumstatic.ru/files/0018/25/96/79674.css'); @import url('http://forumstatic.ru/files/0018/25/96/44901.css'); @font-face {font-family: BebasNeue; src: local("BebasNeue"), url(http://forumstatic.ru/files/0017/b9/60/77684.otf);} @font-face {font-family: sitka; src: local("sitka"), url(http://forumstatic.ru/files/0019/44/fa/75942.ttf);} @font-face {font-family: Tinos; src: local("Tinos"), url(http://forumstatic.ru/files/0017/b9/60/67433.ttf);} /* 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.75% 'Lora', arial, helvetica, sans-serif; } /* 3.3 */ .punbb textarea, .punbb input, .punbb select, .punbb optgroup { font: 1em verdana, arial, helvetica, sans-serif } /* A3.4 */ .punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th { font-size: 1em; font-weight: normal; } /* A3.5 */ .punbb h1 span, .punbb h2 span, .punbb legend span { font-size: 1.3em; font-weight: normal; } /* A3.6 */ .punbb pre { font: 1.1em/140% monaco, "bitstream vera sans mono", "courier new", courier, monospace } /* A3.7 */ .punbb address, .punbb em { font-style: normal } /* A3.8 */ .punbb .post-content em { font-style: italic } /* A3.9 */ .punbb .post-content em.bbuline { font-style: normal; text-decoration: underline; } /* A3.10 */ .punbb a { text-decoration: 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: 980px; float: top center; padding: 0px 0px 0px 0px;} /* A5.2 */ .punbb { margin-left: 30px; float: none; width: 930px; height: auto; } #pun-redirect, #pun-maint { width:700px; margin-left: 100px; margin-right: 10px; margin-top: 70px; margin-bottom: 10px; background-clip:padding-box; -moz-background-clip: padding-box; border: double 1px #45515d; background-image: url("http://se.uploads.ru/LxJZz.png"); } #pun-redirect .main-title { font-family: 'Montserrat'; font-weight: bolder; text-transform: uppercase; } /* A5.4 */ .punbb .section, .punbb .main { margin-bottom: 1em; } /* A5.5 */ .punbb .category, .punbb .post { margin-top: 0.4em; } /* A5.6 */ .punbb #pun-category1, .punbb .toppost, .punbb .topicpost { margin-top: 0; } /* 5.7 */ #pun-post .topic { margin-top: 1em; } /* A5.8 */ .punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post { border-style: none none none none; border-width: 0px 0px 0px 0px; } /* A5.9 */ .punbb .container { border-style: none; border-width: 0px; } /* A5.10 */ .punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 { padding: 0.7em 1em; border-width: 0 0px 1px 0; font-size: 1.2em; font-family: Lora; font-size: 11px; letter-spacing: 0.2px; font-weight: bold; text-transform: uppercase; width: 1020px !important; margin-left: -31px !important; border-color:#526c66; } /************************************************************* B - MAIN CONTENT - GENERAL **************************************************************/ /* B1 Parsed Content, Signatures and Scroll Boxes -------------------------------------------------------------*/ /* B1.1 */ .punbb .post-content { padding: 7px 0 0 0; margin: 0; width: 100%; overflow: hidden; text-align: justify; } /* B1.2 */ .punbb .post-sig dt { display: block; text-align: center; border-top: 1px dashed #9b938d; width: 70%; margin-left: 120px; } /* B1.3 */ .punbb .post-content p { margin: 0; padding: 0 0 1em 1em; 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 { padding: 1em; margin: 5px 15px 15px 0px; } /* B1.9 */ .punbb .quote-box cite, .punbb .code-box strong.legend { display: block; padding-bottom: 0.4em; font-size: 11px; letter-spacing: 0.4px; border-bottom: 1px #6c7f92; font-style: normal; margin: 0; text-transform: uppercase; font-family: Lora; font-weight: bolder; color: #3c3e46; } /* B2 Information boxes -------------------------------------------------------------*/ /* B2.1 */ .punbb .info-box { padding: 1.1em 1.7em 1em 1.7em; border-style: solid; border-width: 1px; margin: 0 0 1.1em 0; } /* B2.2 */ .punbb .info-box * { padding: 0 0 0.7em 0; } /* B2.3 */ .punbb #pun-main .info-box .legend { font-size: 1.1em; font-weight: bold; } /* B3 Pagination and posting links -------------------------------------------------------------*/ /* B3.1 */ .punbb .linkst { float: left; position: relative; width: 100%; font-size: 1.1em; height: 0; } /* B3.2 */ .multipage { margin-top: 1em; } /* B3.3 */ .linkst .pagelink { position: absolute; top: -4em; left: 1em; width: 24em; color: #3c3e45; } /* B3.4 */ .linkst .postlink { position: absolute; top: -4em; right: 1em; width: 16em; text-align: right; font-weight: bold; } /* B3.5 */ .punbb .linksb { text-align: right; padding: 0.4em 1em 0.5em 1em; font-size: 1.1em; } /* B3.6 */ .linksb .pagelink { float: left; width: 24em; text-align: left; } /* B3.7 */ .linksb .postlink { float: right; width: 16em; font-weight: bold } /* B3.8 */ .subscribelink { clear:both; padding-top: 0.3em; padding-bottom: 0.5em; } /************************************************************* C - MAIN CONTENT - SPECIFIC **************************************************************/ /* C1 Form layout -------------------------------------------------------------*/ /* C1.1 */ .punbb .formal .container { padding: 1.7em 2.3em 1.1em 2.3em; } /* C1.2 */ .punbb .formsubmit { padding: 0 0 0 1.7em; margin: 1em 0 0 0; } /* C1.3 */ .punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span { margin: 0 0.6em 0 0 } /* C1.4 */ .punbb fieldset { border-style: solid; border-width: 1px; padding: 0 18px 0 18px; margin: 0 0 1em 0 } /* C1.5 */ .punbb fieldset legend { padding: 0; margin: 0 0 0 11px; font-size: 1.1em } /* C1.6 */ .punbb fieldset legend span { padding: 5px; margin: 0 0 0 -15px; font-family: Verdana; font-size: 12px; } /* 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: 40%; } /* C2.2 */ .punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod { background-color: transparent; text-align: center; width: 5%; margin-left: 20px !important; display: none; } /* C2.3 */ .punbb .main .tcr { margin-left: 20px !important; background-color: transparent; overflow: hidden; text-align: center; width: 35%; } /* C2.4 */ #pun-userlist .main .tcl, #pun-searchtopics .main .tcl, #pun-modviewforum .main .tcl { background-color: transparent; width: 40% } /* C2.5 */ #pun-userlist .main .tc2, #pun-searchtopics .main .tc2 { background-color: transparent; text-align: center; width: 20%; } /* C2.6 */ #pun-debug table .tcl { background-color: transparent; width: 15%; white-space:normal; } /* C2.7 */ #pun-debug .tcr { background-color: transparent; width: 90%; white-space: normal; } /* C2.8 описание категорий */ #pun-index .tcl h3 { text-align: left; padding-bottom: 3px; font-family: 'BebasNeue'; font-size: 24px; font-weight: bold; text-transform: uppercase; } .tcl .intd .tclcon { margin-left: 20px !important; text-align: justify; font-size: 10px; } /* C2.9 */ .punbb td span.youposted { font-weight: bold; margin-left: -1em; position: absolute; } /* C2.10 */ .punbb td .modlist { display: block; padding-top: 0.3em } /* C2.11 */ .punbb .main td { border-style: solid none none solid; border-width: 1px 0 0 1px; padding: 0.8em 1em; } /* C2.12 */ .punbb .main th { border-style: none none none solid; border-width: 0 0 0 1px; padding: 0.4em 1em 0.4em 1em; } /* C2.13 */ .punbb .main .tcl { border-left-style: none; border-left-width: 0 } * html .tclcon {height: 1px} /* C2.14 */ #pun-index td div.tclcon { width: 410px; font-size: 11px; line-height: 11px; text-align: justify; font-family: 'Lora'; } /* C2.15 */ .punbb div.icon { float: left; display: block; height: 38px; width: 38px; margin: -10px 5px 0px 10px; } #pun-messages.punbb div.icon{ margin-top:-5px!important; } /* C3 Topics -------------------------------------------------------------*/ #pun-title, #pun-navlinks { border-color: #202021; } /* CS2.1 */ .punbb .container, .punbb .post-body, .post h3 { border-color: transparent; } /* CS2.2 */ .punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post { border-style: none; border-width: 0; } /* CS2.3 */ #pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 { border-color: transparent; } /* CS2.4 */ .punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body, .punbb .post h3 span, .post-links ul, .post-links, .usertable table { border-color: transparent; } /* CS2.5 */ .punbb th { border-color: transparent; } /* CS2.6 */ #pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span { border-color: transparent; } #pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend { border-color: transparent; } .punbb .divider { border-color: transparent; } .punbb .formal fieldset .post-box, .punbb .info-box { border: 1px solid transparent ; } li.pa-online { border-left-color: transparent; margin-top: 10px; margin-bottom: 8px; } /* C3.1 */ .punbb .post .container { border-style: none solid solid solid; border-width: 1px; margin-top: -1px; padding-bottom: 1px; } /* C3.2 */ .punbb .post h3 { border-style: solid solid none solid; border-width: 1px; } /* C3.3 */ .punbb .post h3 span { display: block; border-left-style: solid; border-left-width: 1px } /* C3.4 */ .punbb .post h3 strong { float: right; width: 5em; text-align: right; font-weight: normal; } /* C3.5 */ .punbb .post .post-author { float: left; padding: 0em 0em 1em 0em; width: 218px; margin-top: 20px !important; overflow: hidden; } /* C3.6 */ .punbb .post .post-author ul, .punbb .post .post-author p { padding: 0em 0em 0em 0em; line-height: 110%; } /* C3.7 */ .pa-author { margin-top: 5px; font-size: 13px; padding: 5px; text-transform: uppercase; } /* C3.8 */ .pa-author a { font-family: 'Impact'; font-size: 16px; text-transform: uppercase; } /* C3.9 */ li.pa-title { font-size: 7px; text-transform: uppercase; letter-spacing: 0.3px; padding: 2px; background-color: #4b3838; color: #817e7d; width: 180px; margin-left: 15px; } li.pa-online { line-height: 0.8em; border-left-style: solid; border-left-width: 0.7em; padding-left: 0.4em; margin-top: 0.7em; margin-left: -15px; text-transform: uppercase; font-size: 9px; } /* C3.11 */ .punbb .post-body { margin-left: 19em; border-left-style: solid; border-left-width: 1px; padding: 0 0 1px 0; } /* C3.12 */ .punbb .post-box { padding: 1em 1em 1em 1em; } /*C3.13 */ .punbb fieldset .post-box { margin-bottom: 0.8em } /* C3.14 */ .punbb .post-links { margin-left: 21.2em; border-left-style: solid; border-left-width: 1px; } /* C3.15 */ .punbb .post-links ul { padding: 0 1em 0 0; height: 2em; line-height: 2em; margin-left: -19em; border-top-style: dashed; border-top-width: 1px; background: transparent; text-align: right; } /* C3.16 */ .punbb .post-links li { display: inline; padding-left: 1em; } /* C3.17 */ .pl-email, .pl-website { float: left; } /* C3.18 */ .punbb .clearer { clear: both; height: 0; font-size: 0; } /* C4 Moderator menu -------------------------------------------------------------*/ /* C4.1 */ .punbb .modmenu .container { padding: 0.5em 1em; text-align: right; } /* C4.2 */ .punbb .modmenu strong, .punbb .modmenu a { height: 1.8em; line-height: 1.8em; } /* C4.3 */ .punbb .modmenu .container strong { float: left; } /* C4.4 */ .punbb .modmenu input { margin-left: 1em; } /* C5 Message boxes -------------------------------------------------------------*/ /* C5.1 */ .punbb .info .container { padding: 0.8em 1em } /* C5.2 */ .punbb .info .container .backlink { padding-top: 0.8em; } /* C6 Profile -------------------------------------------------------------*/ /* C6.1 */ #profile .container { padding-left: 18.6em; } /* C6.2 */ #profilenav { float: left; width: 14em; margin-left: -16.3em; display: inline; } /* C6.3 */ #profilenav li { padding-bottom: 0.8em; font-weight: bold; } /* C6.4 */ #viewprofile ul, #profilenav ul { border-style: solid; border-width: 1px; padding: 1.5em 18px 0.8em 18px; margin: 0 0 1em 0; } /* C6.5 */ #viewprofile h2, #profilenav h2 { background: transparent; border: none; padding: 0 0 0 0; margin: 0 14px -0.6em 14px; display: none; } /* C6.6 */ #viewprofile h2 span, #profilenav h2 span { padding: 0 5px; position: relative; } /* C6.7 */ #viewprofile li, #setmods dl { padding: 0 0 0 16em; margin-bottom: 0.2em; } /* C6.8 */ #viewprofile li span { float: left; width: 14em; margin-left: -16em; padding: 0.5em 1em; font-weight: bold; } /*C6.9 */ #setmods dt { float: left; width: 14em; margin-left: -16em; padding: 0.8em 1em; font-weight: bold; display: inline; } /* C6.10 */ #viewprofile li strong, #viewprofile li div, #setmods dd { display: block; padding: 0.5em 1em; font-weight: normal; } /* C6.11 */ .punbb img.avatardemo { float: right; margin: 0 0 0.8em 1.8em } /* C7 User list -------------------------------------------------------------*/ /* C7.1 */ #pun-userlist .formal, #pun-userlist .formal .container { border-bottom: none; margin-bottom: 0; } /* C7.2 */ #pun-userlist .usertable .container { padding: 0 2.3em 2.3em 2.3em; border-top: none; } /* C7.3 */ #pun-userlist .usertable table { border-style: solid; border-width: 1px; } /************************************************************* D - PUNBB SECTIONS OTHER THAN MAIN CONTENT **************************************************************/ /* D1 Logo and description -------------------------------------------------------------*/ /* D1.1 */ #pun-title { margin: 0; border-style: none none none none; border-width: 0px 0px 0 0px;} /* D1.2 */ #pun-title h1 { display : block;} /* D1.3 */ #pun-title .container { border-style: none none none none;} /* D1.4 */ #pun-title h1 span { display: none;} #pun-title h1 span { font-size: 1.5em;} /* D2 Page navigation -------------------------------------------------------------*/ /* D2.1 */ #pun-pagelinks { position: absolute; top: 55px; left: 0; margin: 0; border: none; padding: 0; width: 100%; } /* D2.2 */ #pun-pagelinks .container { background: transparent; border: none; padding: 0} /* D2.3 */ #pun-pagelinks .container li { display: inline} /* D2.4 */ #pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover { height: 2em; line-height: 2em; padding: 0; font-size: 1.2em; margin-left: -9999px; display: block; float:left; width: 100%;} /* D2.5 */ #pun-pagelinks a:active, #pun-pagelinks a:focus { position:relative; margin: 0;} #pun-pagelinks li a span { display:block; margin: 0 1em} /* D3 Forum navigation -------------------------------------------------------------*/ /* D3.1 */ /*навигация вверх*/ #pun-navlinks, #pun-navlinks .container { text-align: left; margin-left: 33px; margin-top: -130px; /*расположение*/ font-family: 'Lora'; font-size: 12px; letter-spacing: 0.2px; text-transform: uppercase; word-spacing: 25px; } /* D3.2 */ #pun-navlinks .container { padding: 0.2em 1em; padding-top: 0px; } /* D.3 */ #pun-navlinks li { display: inline; padding-right: 1em; } /* D4 User links -------------------------------------------------------------*/ /* D4.1 */ /*навигация низ*/ #pun-ulinks { margin-left: 31px; margin-top: 30px; } /* D4.2 */ #pun-ulinks .container { text-align: left; text-transform: lowercase; margin-top: 0px; } /* D4.3 */ #pun-ulinks li, #pun-ulinks li a { display: inline; border-left-style: solid; border-left-width: 1px; white-space: nowrap; } /* D4.4 */ #pun-ulinks li a { padding: 0 0.3em 0 0.6em } /* D4.5 */ #pun-ulinks li.item1, #pun-ulinks li.item1 a { border-left-style: none; border-left-width: 0; padding-left: 0; } /* D5 Welcome box and Top Breadcrumbs -------------------------------------------------------------*/ /* D5.1 */ #pun-status, #pun-status .container { border-bottom: none; margin-bottom: 0; font-size: 9px; font-family: 'Lora'; } /* D5.2 */ #pun-status .container { padding: -0.3 em 1em 1em 1em; margin: 30px 0px 0px 10px; } /* D5.3 */ #pun-status span { white-space: nowrap; margin-right: 0.5em; } /* D5.4 */ #pun-crumbs1 { font-weight: bold; overflow: hidden; margin-top: 0; } /* D5.5 */ #pun-crumbs1 p.container { border-top: none; padding: 1em 1em 0.8em 1em; font-size: 1.1em; } /* D5.6 */ #pun-break1 { margin: 0 1em; border-style: solid none; border-width: 1px 0; height: 0; margin: -2px 1em; position: relative; z-index: 1; } /* D6 Announcement -------------------------------------------------------------*/ /* D6.1 */ #pun-announcement h2 { padding: 0; margin: 2em 0 0 0; border-style: none none solid none; border-width: 0 0 1px 0; position: relative; font-weight: bold; } /* D6.2 */ #pun-announcement h2 span { display: block; padding: 1em 0 0.8em 0; border-bottom-style: solid; border-bottom-width: 1px; } /* D6.3 */ #pun-announcement .container { padding: 2.5em 1em 1em 1em; margin-top: -23px; line-height: 1.1 } /* D7 Statistics -------------------------------------------------------------*/ /* D7.1 */ #pun-stats .container { padding: 0.8em 1em } /* D7.2 */ #pun-stats li.item1, #pun-stats li.item2 { float: left; clear: both; line-height: 150%; } /* D7.3 */ #pun-stats li.item3, #pun-stats li.item4 { text-align: right; line-height: 150%; } /* D7.4 */ li#onlinelist { margin-top: 1em; border-top-style: solid; border-top-width: 1px; float: left; width: 100%; line-height: 130%; } /* D7.5 */ li#onlinelist div { border-top-style: solid; border-top-width: 1px; padding: 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; } /* D8.6 */ #pun-crumbs2 { font-weight: bold; overflow: hidden; margin-bottom: 0; border-bottom: none; } /* D8.7 */ #pun-crumbs2 .container { border-bottom: none; padding: 0.8em 1em; font-size: 1.1em; } /* 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; } /* D10 Profile inform -------------------------------------------------------------*/ .lz1 { font-family: Lora; padding: 4px 0px 4px 3px; text-align: center; margin-left: 3px; color: #1e1f1d; } .lz1-long { font-family: Book Antiqua; font-size: 12px; line-height: 10px; padding: 4px 0px 4px 0px; text-align: center; margin-left: 3px; } .lz2 { text-align: center; } .lz2 a { font-family: Montserrat; font-size: 12px; font-weight: bold; margin-left: -5px; } .lz3 { font-family: Verdana; font-size: 10px; text-transform:; /* text-align: justify; */ /* letter-spacing: 1px; */ background-color: #767473; width: 180px !important; padding: 2px 2px 4px 2px; color: #1e1f1d; margin-left: 13px; border: 1px double #5d5d5d; } .lz4 { font-family: Myriad Pro; font-size: 10px; margin-top: -10px; color: #565157; margin-bottom: 5px; text-transform: uppercase; margin-top: -7px !important; } .pa-posts, .pa-respect { text-align: center; display: inline-block; width: 70px; font-family: Myriad Pro; margin-top: 1px !important; font-size: 10px; letter-spacing: 0.5px; font-weight: ; text-transform: uppercase; } .punbb .post h3 span { padding: 10px 8px 10px 2px; font-size: 10px; color: #9b938d; font-family: 'Lora'; margin-left: -1px !important; } .topic a.sharelink { float: right; margin-left: 10em; } .punbb .post-links ul { padding: 0 1em 0 0; height: 2em; line-height: 2em; margin-left: -30.0em; border-top-style: dashed; border-top-width: 1px; background: transparent; text-align: right; font-size: 8.3px; color: #433227; font-family: 'Lora'; text-transform: uppercase; } /* D11 Classes -------------------------------------------------------------*/ .descpf { font-size: 8px; text-align: left; padding-left: 0px; letter-spacing: 0.3px; text-transform: uppercase; background-color: rgba(189, 172, 143, 0.32); } .ams { font-family: Montserrat; font-size: 12px; font-weight: bold; text-transform: uppercase; } .forumstl3 { font-size: 8px; text-align: center; text-transform: uppercase; } .forumstl3 a { background-image: url("http://i.imgur.com/P805NN4.jpg"); padding: 2px 10px; font-size: 8px; } /* D12 Table -------------------------------------------------------------*/ .image.UP, .image.Down { border:2px solid transparent; margin:0; padding:0; } .image.UP { opacity:1.0; display:block; position:absolute;z-index:100; transition-duration: 0.96s; -webkit-transition-duration: 0.96s; -moz-transition-duration: 0.96s; -o-transition-duration: 0.96s; -ms-transition-duration: 0.96s; /* IE9+ */ } .image.UP:hover { opacity:0.00; } div.ImgWrap { display:inline-block; padding:0;margin:0; background-position:center center; background-repeat:no-repeat; } /* D12 New -------------------------------------------------------------*/ #pun th { visibility: hidden; } tr#forum_f17, tr#forum_f18 { display: none; }
Поделиться82019-07-12 20:01:36
Код:/* A1.1 */ @import url(style_cs.css); @import url('https://fonts.googleapis.com/css?family=Bitter|EB+Garamond|Lora'); @import url(https://fonts.googleapis.com/css?family=Raleway); @import url('https://fonts.googleapis.com/css?family=Montserrat'); @import url(http://fonts.fontstorage.com/import/angleciadisplay.css); @import url(http://forumstatic.ru/files/0018/25/96/45899.css); @import url(http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css); @import url(http://forumstatic.ru/files/0018/25/96/76385.css); @import url(http://forumstatic.ru/files/0018/25/96/61263.css); @import url(http://forumstatic.ru/files/0018/25/96/56658.css); @import url(http://forumstatic.ru/files/0018/25/96/29144.css); @import url(http://forumstatic.ru/files/0018/25/96/71024.css); @import url(http://forumstatic.ru/files/0018/25/96/21319.css); @import url('https://fonts.googleapis.com/css?family=Cuprum'); @import url('https://fonts.googleapis.com/css?family=Fjalla+One'); @import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&subset=latin,cyrillic,latin-ext,cyrillic-ext'); @import url('https://fonts.googleapis.com/css?family=Amatic+SC|Caveat+Brush|Neucha'); @import url(https://fonts.googleapis.com/css?family=Lato:400,700); @import url(http://forumstatic.ru/files/0018/25/96/35482.css); @import url(https://fonts.googleapis.com/css?family=Lobster&subset=latin,cyrillic,latin-ext); @import url(https://fonts.googleapis.com/css?family=Just+Another+Hand); @import url(https://fonts.googleapis.com/css?family=Julius+Sans+One); @import url('https://fonts.googleapis.com/css?family=Arizonia|Bahiana|Bilbo+Swash+Caps|Dawning+of+a+New+Day|Jomhuria|Oregano|Seaweed+Script|UnifrakturMaguntia'); @import url(http://forumstatic.ru/files/0018/25/96/48104.css); @import url('https://fonts.googleapis.com/css?family=Oswald:400,700&subset=cyrillic,latin-ext,vietnamese'); @import url('https://fonts.googleapis.com/css?family=Anton|Astloch|Berkshire+Swash|Bigshot+One|Caveat|Chathura|Cookie|Cormorant+Unicase|Cutive+Mono|Geo|Oleo+Script+Swash+Caps|Pirata+One|Share+Tech+Mono'); @import url('https://fonts.googleapis.com/css?family=Satisfy'); @import url('https://fonts.googleapis.com/css?family=Sacramento'); @import url('https://fonts.googleapis.com/css?family=Qwigley'); @import url('https://fonts.googleapis.com/css?family=Yesteryear'); @import url('http://forumstatic.ru/files/0018/25/96/58161.css'); @import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Dancing+Script:400,700|Handlee|Kaushan+Script|Lobster|Marmelad|Open+Sans+Condensed:300|Playfair+Display|Roboto+Slab|Rochester|Six+Caps|Yeseva+One&subset=cyrillic,cyrillic-ext,latin-ext'); @import url('https://fonts.googleapis.com/css?family=Alice'); @import url('https://fonts.googleapis.com/css?family=Alegreya+Sans+SC'); @import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:700&subset=cyrillic,cyrillic-ext,latin-ext'); @import url('http://forumstatic.ru/files/0018/25/96/36504.css'); @import url('http://forumstatic.ru/files/0018/25/96/50375.css'); @import url('http://forumstatic.ru/files/0018/25/96/36297.css'); @import url('http://forumstatic.ru/files/0018/25/96/40344.css'); @import url('http://forumstatic.ru/files/0018/25/96/85057.css'); @import url('http://forumstatic.ru/files/0018/25/96/80837.css'); @import url('http://forumstatic.ru/files/0018/25/96/75604.css'); @import url('http://forumstatic.ru/files/0018/25/96/43927.css'); @import url('http://forumstatic.ru/files/0018/25/96/78797.css'); @import url('http://forumstatic.ru/files/0018/25/96/89730.css'); @import url('http://forumstatic.ru/files/0018/25/96/22155.css'); @import url('http://forumstatic.ru/files/0018/25/96/71651.css'); @import url('http://forumstatic.ru/files/0018/25/96/47770.css'); @import url('http://forumstatic.ru/files/0018/25/96/42108.css'); @import url('http://forumstatic.ru/files/0018/25/96/98515.css'); @import url('http://forumstatic.ru/files/0018/25/96/28807.css'); @import url('http://forumstatic.ru/files/0018/25/96/18495.css'); @import url('http://forumstatic.ru/files/0018/25/96/19197.css'); @import url('http://forumstatic.ru/files/0018/25/96/86576.css'); @import url('http://forumstatic.ru/files/0018/25/96/81362.css'); @import url('http://forumstatic.ru/files/0018/25/96/30281.css'); @import url('http://forumstatic.ru/files/0018/25/96/78956.css'); @import url('http://forumstatic.ru/files/0018/25/96/90657.css'); @import url('http://forumstatic.ru/files/0018/25/96/53764.css'); @import url('http://forumstatic.ru/files/0018/25/96/74176.css'); @import url('http://forumstatic.ru/files/0018/25/96/80833.css'); @import url('http://forumstatic.ru/files/0018/25/96/55455.css'); @import url('http://forumstatic.ru/files/0018/25/96/54052.css'); @import url('http://forumstatic.ru/files/0018/25/96/24603.css'); @import url('http://forumstatic.ru/files/0018/25/96/63156.css'); @import url('https://fonts.googleapis.com/css?family=League+Script'); @import url('http://forumstatic.ru/files/0018/25/96/85818.css'); @import url('http://forumstatic.ru/files/0018/25/96/48143.css'); @import url('http://forumstatic.ru/files/0018/25/96/84210.css'); @import url('http://forumstatic.ru/files/0018/25/96/87750.css'); @import url('http://forumstatic.ru/files/0018/25/96/83036.css'); @import url('http://forumstatic.ru/files/0018/25/96/52240.css'); @import url('http://forumstatic.ru/files/0018/25/96/12582.css'); @import url('http://forumstatic.ru/files/0018/25/96/35414.css'); @import url('http://forumstatic.ru/files/0018/25/96/46475.css'); @import url('http://forumstatic.ru/files/0018/25/96/86822.css'); @import url('http://forumstatic.ru/files/0018/25/96/59878.css'); @import url('http://forumstatic.ru/files/0018/25/96/51528.css'); @import url('http://forumstatic.ru/files/0018/25/96/68138.css'); @import url('http://forumstatic.ru/files/0018/25/96/62896.css'); @import url('http://forumstatic.ru/files/0018/25/96/18266.css'); @import url('http://forumstatic.ru/files/0018/25/96/82570.css'); @import url('http://forumstatic.ru/files/0018/25/96/91033.css'); @import url('http://forumstatic.ru/files/0018/25/96/36160.css'); @import url('http://forumstatic.ru/files/0018/25/96/74621.css'); @import url('http://forumstatic.ru/files/0018/25/96/42499.css'); @import url('http://forumstatic.ru/files/0018/25/96/34835.css'); @import url('http://forumstatic.ru/files/0018/25/96/32405.css'); @import url('http://forumstatic.ru/files/0018/25/96/37630.css'); @import url('http://forumstatic.ru/files/0018/25/96/42470.css'); @import url('http://forumstatic.ru/files/0018/25/96/98994.css'); @import url('http://forumstatic.ru/files/0018/25/96/92956.css'); @import url('http://forumstatic.ru/files/0018/25/96/73072.css'); @import url('http://forumstatic.ru/files/0018/25/96/40318.css'); @import url('http://forumstatic.ru/files/0018/25/96/16145.css'); @import url('http://forumstatic.ru/files/0018/25/96/77613.css'); @import url('http://forumstatic.ru/files/0018/25/96/87990.css'); @import url('http://forumstatic.ru/files/0018/25/96/74889.css'); @import url('http://forumstatic.ru/files/0018/25/96/16336.css'); @import url('http://forumstatic.ru/files/0018/25/96/56600.css'); @import url('http://forumstatic.ru/files/0018/25/96/43922.css'); @import url('http://forumstatic.ru/files/0018/25/96/48579.css'); @import url('http://forumstatic.ru/files/0018/25/96/44137.css'); @import url('http://forumstatic.ru/files/0018/25/96/36435.css'); @import url('http://forumstatic.ru/files/0018/25/96/79674.css'); @import url('http://forumstatic.ru/files/0018/25/96/44901.css'); @font-face {font-family: BebasNeue; src: local("BebasNeue"), url(http://forumstatic.ru/files/0017/b9/60/77684.otf);} @font-face {font-family: sitka; src: local("sitka"), url(http://forumstatic.ru/files/0019/44/fa/75942.ttf);} @font-face {font-family: Tinos; src: local("Tinos"), url(http://forumstatic.ru/files/0017/b9/60/67433.ttf);} /* 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.75% 'Lora', arial, helvetica, sans-serif; } /* 3.3 */ .punbb textarea, .punbb input, .punbb select, .punbb optgroup { font: 1em verdana, arial, helvetica, sans-serif } /* A3.4 */ .punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th { font-size: 1em; font-weight: normal; } /* A3.5 */ .punbb h1 span, .punbb h2 span, .punbb legend span { font-size: 1.3em; font-weight: normal; } /* A3.6 */ .punbb pre { font: 1.1em/140% monaco, "bitstream vera sans mono", "courier new", courier, monospace } /* A3.7 */ .punbb address, .punbb em { font-style: normal } /* A3.8 */ .punbb .post-content em { font-style: italic } /* A3.9 */ .punbb .post-content em.bbuline { font-style: normal; text-decoration: underline; } /* A3.10 */ .punbb a { text-decoration: 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: 980px; float: top center; padding: 0px 0px 0px 0px;} /* A5.2 */ .punbb { margin-left: 30px; float: none; width: 930px; height: auto; } #pun-redirect, #pun-maint { width:700px; margin-left: 100px; margin-right: 10px; margin-top: 70px; margin-bottom: 10px; background-clip:padding-box; -moz-background-clip: padding-box; border: double 1px #45515d; background-image: url("http://se.uploads.ru/LxJZz.png"); } #pun-redirect .main-title { font-family: 'Montserrat'; font-weight: bolder; text-transform: uppercase; } /* A5.4 */ .punbb .section, .punbb .main { margin-bottom: 1em; } /* A5.5 */ .punbb .category, .punbb .post { margin-top: 0.4em; } /* A5.6 */ .punbb #pun-category1, .punbb .toppost, .punbb .topicpost { margin-top: 0; } /* 5.7 */ #pun-post .topic { margin-top: 1em; } /* A5.8 */ .punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post { border-style: none none none none; border-width: 0px 0px 0px 0px; } /* A5.9 */ .punbb .container { border-style: none; border-width: 0px; } /* A5.10 */ .punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 { padding: 0.7em 1em; border-width: 0 0px 1px 0; font-size: 1.2em; font-family: Lora; font-size: 11px; letter-spacing: 0.2px; font-weight: bold; text-transform: uppercase; width: 1020px !important; margin-left: -31px !important; border-color:#526c66; } /************************************************************* B - MAIN CONTENT - GENERAL **************************************************************/ /* B1 Parsed Content, Signatures and Scroll Boxes -------------------------------------------------------------*/ /* B1.1 */ .punbb .post-content { padding: 7px 0 0 0; margin: 0; width: 100%; overflow: hidden; text-align: justify; } /* B1.2 */ .punbb .post-sig dt { display: block; text-align: center; border-top: 1px dashed #9b938d; width: 70%; margin-left: 120px; } /* B1.3 */ .punbb .post-content p { margin: 0; padding: 0 0 1em 1em; 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 { padding: 1em; margin: 5px 15px 15px 0px; } /* B1.9 */ .punbb .quote-box cite, .punbb .code-box strong.legend { display: block; padding-bottom: 0.4em; font-size: 11px; letter-spacing: 0.4px; border-bottom: 1px #6c7f92; font-style: normal; margin: 0; text-transform: uppercase; font-family: Lora; font-weight: bolder; color: #3c3e46; } /* B2 Information boxes -------------------------------------------------------------*/ /* B2.1 */ .punbb .info-box { padding: 1.1em 1.7em 1em 1.7em; border-style: solid; border-width: 1px; margin: 0 0 1.1em 0; } /* B2.2 */ .punbb .info-box * { padding: 0 0 0.7em 0; } /* B2.3 */ .punbb #pun-main .info-box .legend { font-size: 1.1em; font-weight: bold; } /* B3 Pagination and posting links -------------------------------------------------------------*/ /* B3.1 */ .punbb .linkst { float: left; position: relative; width: 100%; font-size: 1.1em; height: 0; } /* B3.2 */ .multipage { margin-top: 1em; } /* B3.3 */ .linkst .pagelink { position: absolute; top: -4em; left: 1em; width: 24em; color: #3c3e45; } /* B3.4 */ .linkst .postlink { position: absolute; top: -4em; right: 1em; width: 16em; text-align: right; font-weight: bold; } /* B3.5 */ .punbb .linksb { text-align: right; padding: 0.4em 1em 0.5em 1em; font-size: 1.1em; } /* B3.6 */ .linksb .pagelink { float: left; width: 24em; text-align: left; } /* B3.7 */ .linksb .postlink { float: right; width: 16em; font-weight: bold } /* B3.8 */ .subscribelink { clear:both; padding-top: 0.3em; padding-bottom: 0.5em; } /************************************************************* C - MAIN CONTENT - SPECIFIC **************************************************************/ /* C1 Form layout -------------------------------------------------------------*/ /* C1.1 */ .punbb .formal .container { padding: 1.7em 2.3em 1.1em 2.3em; } /* C1.2 */ .punbb .formsubmit { padding: 0 0 0 1.7em; margin: 1em 0 0 0; } /* C1.3 */ .punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span { margin: 0 0.6em 0 0 } /* C1.4 */ .punbb fieldset { border-style: solid; border-width: 1px; padding: 0 18px 0 18px; margin: 0 0 1em 0 } /* C1.5 */ .punbb fieldset legend { padding: 0; margin: 0 0 0 11px; font-size: 1.1em } /* C1.6 */ .punbb fieldset legend span { padding: 5px; margin: 0 0 0 -15px; font-family: Verdana; font-size: 12px; } /* 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: 40%; } /* C2.2 */ .punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod { background-color: transparent; text-align: center; width: 5%; margin-left: 20px !important; display: none; } /* C2.3 */ .punbb .main .tcr { margin-left: 20px !important; background-color: transparent; overflow: hidden; text-align: center; width: 35%; } /* C2.4 */ #pun-userlist .main .tcl, #pun-searchtopics .main .tcl, #pun-modviewforum .main .tcl { background-color: transparent; width: 40% } /* C2.5 */ #pun-userlist .main .tc2, #pun-searchtopics .main .tc2 { background-color: transparent; text-align: center; width: 20%; } /* C2.6 */ #pun-debug table .tcl { background-color: transparent; width: 15%; white-space:normal; } /* C2.7 */ #pun-debug .tcr { background-color: transparent; width: 90%; white-space: normal; } /* C2.8 описание категорий */ #pun-index .tcl h3 { text-align: left; padding-bottom: 3px; font-family: 'BebasNeue'; font-size: 24px; font-weight: bold; text-transform: uppercase; } .tcl .intd .tclcon { margin-left: 20px !important; text-align: justify; font-size: 10px; } /* C2.9 */ .punbb td span.youposted { font-weight: bold; margin-left: -1em; position: absolute; } /* C2.10 */ .punbb td .modlist { display: block; padding-top: 0.3em } /* C2.11 */ .punbb .main td { border-style: solid none none solid; border-width: 1px 0 0 1px; padding: 0.8em 1em; } /* C2.12 */ .punbb .main th { border-style: none none none solid; border-width: 0 0 0 1px; padding: 0.4em 1em 0.4em 1em; } /* C2.13 */ .punbb .main .tcl { border-left-style: none; border-left-width: 0 } * html .tclcon {height: 1px} /* C2.14 */ #pun-index td div.tclcon { width: 410px; font-size: 11px; line-height: 11px; text-align: justify; font-family: 'Lora'; } /* C2.15 */ .punbb div.icon { float: left; display: block; height: 38px; width: 38px; margin: -10px 5px 0px 10px; } #pun-messages.punbb div.icon{ margin-top:-5px!important; } /* C3 Topics -------------------------------------------------------------*/ #pun-title, #pun-navlinks { border-color: #202021; } /* CS2.1 */ .punbb .container, .punbb .post-body, .post h3 { border-color: transparent; } /* CS2.2 */ .punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post { border-style: none; border-width: 0; } /* CS2.3 */ #pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 { border-color: transparent; } /* CS2.4 */ .punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body, .punbb .post h3 span, .post-links ul, .post-links, .usertable table { border-color: transparent; } /* CS2.5 */ .punbb th { border-color: transparent; } /* CS2.6 */ #pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span { border-color: transparent; } #pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend { border-color: transparent; } .punbb .divider { border-color: transparent; } .punbb .formal fieldset .post-box, .punbb .info-box { border: 1px solid transparent ; } li.pa-online { border-left-color: transparent; margin-top: 10px; margin-bottom: 8px; } /* C3.1 */ .punbb .post .container { border-style: none solid solid solid; border-width: 1px; margin-top: -1px; padding-bottom: 1px; } /* C3.2 */ .punbb .post h3 { border-style: solid solid none solid; border-width: 1px; } /* C3.3 */ .punbb .post h3 span { display: block; border-left-style: solid; border-left-width: 1px } /* C3.4 */ .punbb .post h3 strong { float: right; width: 5em; text-align: right; font-weight: normal; } /* C3.5 */ .punbb .post .post-author { float: left; padding: 0em 0em 1em 0em; width: 218px; margin-top: 20px !important; overflow: hidden; } /* C3.6 */ .punbb .post .post-author ul, .punbb .post .post-author p { padding: 0em 0em 0em 0em; line-height: 110%; } /* C3.7 */ .pa-author { margin-top: 5px; font-size: 13px; padding: 5px; text-transform: uppercase; } /* C3.8 */ .pa-author a { font-family: 'Impact'; font-size: 16px; text-transform: uppercase; } /* C3.9 */ li.pa-title { font-size: 7px; text-transform: uppercase; letter-spacing: 0.3px; padding: 2px; background-color: #4b3838; color: #817e7d; width: 180px; margin-left: 15px; } li.pa-online { line-height: 0.8em; border-left-style: solid; border-left-width: 0.7em; padding-left: 0.4em; margin-top: 0.7em; margin-left: -15px; text-transform: uppercase; font-size: 9px; } /* C3.11 */ .punbb .post-body { margin-left: 19em; border-left-style: solid; border-left-width: 1px; padding: 0 0 1px 0; } /* C3.12 */ .punbb .post-box { padding: 1em 1em 1em 1em; } /*C3.13 */ .punbb fieldset .post-box { margin-bottom: 0.8em } /* C3.14 */ .punbb .post-links { margin-left: 21.2em; border-left-style: solid; border-left-width: 1px; } /* C3.15 */ .punbb .post-links ul { padding: 0 1em 0 0; height: 2em; line-height: 2em; margin-left: -19em; border-top-style: dashed; border-top-width: 1px; background: transparent; text-align: right; } /* C3.16 */ .punbb .post-links li { display: inline; padding-left: 1em; } /* C3.17 */ .pl-email, .pl-website { float: left; } /* C3.18 */ .punbb .clearer { clear: both; height: 0; font-size: 0; } /* C4 Moderator menu -------------------------------------------------------------*/ /* C4.1 */ .punbb .modmenu .container { padding: 0.5em 1em; text-align: right; } /* C4.2 */ .punbb .modmenu strong, .punbb .modmenu a { height: 1.8em; line-height: 1.8em; } /* C4.3 */ .punbb .modmenu .container strong { float: left; } /* C4.4 */ .punbb .modmenu input { margin-left: 1em; } /* C5 Message boxes -------------------------------------------------------------*/ /* C5.1 */ .punbb .info .container { padding: 0.8em 1em } /* C5.2 */ .punbb .info .container .backlink { padding-top: 0.8em; } /* C6 Profile -------------------------------------------------------------*/ /* C6.1 */ #profile .container { padding-left: 18.6em; } /* C6.2 */ #profilenav { float: left; width: 14em; margin-left: -16.3em; display: inline; } /* C6.3 */ #profilenav li { padding-bottom: 0.8em; font-weight: bold; } /* C6.4 */ #viewprofile ul, #profilenav ul { border-style: solid; border-width: 1px; padding: 1.5em 18px 0.8em 18px; margin: 0 0 1em 0; } /* C6.5 */ #viewprofile h2, #profilenav h2 { background: transparent; border: none; padding: 0 0 0 0; margin: 0 14px -0.6em 14px; display: none; } /* C6.6 */ #viewprofile h2 span, #profilenav h2 span { padding: 0 5px; position: relative; } /* C6.7 */ #viewprofile li, #setmods dl { padding: 0 0 0 16em; margin-bottom: 0.2em; } /* C6.8 */ #viewprofile li span { float: left; width: 14em; margin-left: -16em; padding: 0.5em 1em; font-weight: bold; } /*C6.9 */ #setmods dt { float: left; width: 14em; margin-left: -16em; padding: 0.8em 1em; font-weight: bold; display: inline; } /* C6.10 */ #viewprofile li strong, #viewprofile li div, #setmods dd { display: block; padding: 0.5em 1em; font-weight: normal; } /* C6.11 */ .punbb img.avatardemo { float: right; margin: 0 0 0.8em 1.8em } /* C7 User list -------------------------------------------------------------*/ /* C7.1 */ #pun-userlist .formal, #pun-userlist .formal .container { border-bottom: none; margin-bottom: 0; } /* C7.2 */ #pun-userlist .usertable .container { padding: 0 2.3em 2.3em 2.3em; border-top: none; } /* C7.3 */ #pun-userlist .usertable table { border-style: solid; border-width: 1px; } /************************************************************* D - PUNBB SECTIONS OTHER THAN MAIN CONTENT **************************************************************/ /* D1 Logo and description -------------------------------------------------------------*/ /* D1.1 */ #pun-title { margin: 0; border-style: none none none none; border-width: 0px 0px 0 0px;} /* D1.2 */ #pun-title h1 { display : block;} /* D1.3 */ #pun-title .container { border-style: none none none none;} /* D1.4 */ #pun-title h1 span { display: none;} #pun-title h1 span { font-size: 1.5em;} /* D2 Page navigation -------------------------------------------------------------*/ /* D2.1 */ #pun-pagelinks { position: absolute; top: 55px; left: 0; margin: 0; border: none; padding: 0; width: 100%; } /* D2.2 */ #pun-pagelinks .container { background: transparent; border: none; padding: 0} /* D2.3 */ #pun-pagelinks .container li { display: inline} /* D2.4 */ #pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover { height: 2em; line-height: 2em; padding: 0; font-size: 1.2em; margin-left: -9999px; display: block; float:left; width: 100%;} /* D2.5 */ #pun-pagelinks a:active, #pun-pagelinks a:focus { position:relative; margin: 0;} #pun-pagelinks li a span { display:block; margin: 0 1em} /* D3 Forum navigation -------------------------------------------------------------*/ /* D3.1 */ /*навигация вверх*/ #pun-navlinks, #pun-navlinks .container { text-align: left; margin-left: 33px; margin-top: -130px; /*расположение*/ font-family: 'Lora'; font-size: 12px; letter-spacing: 0.2px; text-transform: uppercase; word-spacing: 25px; } /* D3.2 */ #pun-navlinks .container { padding: 0.2em 1em; padding-top: 0px; } /* D.3 */ #pun-navlinks li { display: inline; padding-right: 1em; } /* D4 User links -------------------------------------------------------------*/ /* D4.1 */ /*навигация низ*/ #pun-ulinks { margin-left: 31px; margin-top: 15px; } /* D4.2 */ #pun-ulinks .container { text-align: left; text-transform: lowercase; margin-top: 0px; } /* D4.3 */ #pun-ulinks li, #pun-ulinks li a { display: inline; border-left-style: solid; border-left-width: 1px; white-space: nowrap; } /* D4.4 */ #pun-ulinks li a { padding: 0 0.3em 0 0.6em } /* D4.5 */ #pun-ulinks li.item1, #pun-ulinks li.item1 a { border-left-style: none; border-left-width: 0; padding-left: 0; } /* D5 Welcome box and Top Breadcrumbs -------------------------------------------------------------*/ /* D5.1 */ #pun-status, #pun-status .container { border-bottom: none; margin-bottom: 0; font-size: 11px; font-family: 'Lora'; } /* D5.2 */ #pun-status .container { padding: -0.3 em 1em 1em 1em; margin: 30px 0px 0px 10px; } /* D5.3 */ #pun-status span { white-space: nowrap; margin-right: 0.5em; } /* D5.4 */ #pun-crumbs1 { font-weight: bold; overflow: hidden; margin-top: 0; } /* D5.5 */ #pun-crumbs1 p.container { border-top: none; padding: 1em 1em 0.8em 1em; font-size: 1.1em; } /* D5.6 */ #pun-break1 { margin: 0 1em; border-style: solid none; border-width: 1px 0; height: 0; margin: -2px 1em; position: relative; z-index: 1; } /* D6 Announcement -------------------------------------------------------------*/ /* D6.1 */ #pun-announcement h2 { padding: 0; margin: 2em 0 0 0; border-style: none none solid none; border-width: 0 0 1px 0; position: relative; font-weight: bold; } /* D6.2 */ #pun-announcement h2 span { display: block; padding: 1em 0 0.8em 0; border-bottom-style: solid; border-bottom-width: 1px; } /* D6.3 */ #pun-announcement .container { padding: 2.5em 1em 1em 1em; margin-top: -23px; line-height: 1.1 } /* D7 Statistics -------------------------------------------------------------*/ /* D7.1 */ #pun-stats .container { padding: 0.8em 1em } /* D7.2 */ #pun-stats li.item1, #pun-stats li.item2 { float: left; clear: both; line-height: 150%; } /* D7.3 */ #pun-stats li.item3, #pun-stats li.item4 { text-align: right; line-height: 150%; } /* D7.4 */ li#onlinelist { margin-top: 1em; border-top-style: solid; border-top-width: 1px; float: left; width: 100%; line-height: 130%; } /* D7.5 */ li#onlinelist div { border-top-style: solid; border-top-width: 1px; padding: 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; } /* D8.6 */ #pun-crumbs2 { font-weight: bold; overflow: hidden; margin-bottom: 0; border-bottom: none; } /* D8.7 */ #pun-crumbs2 .container { border-bottom: none; padding: 0.8em 1em; font-size: 1.1em; } /* 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; } /* D10 Profile inform -------------------------------------------------------------*/ .lz1 { font-family: Lora; padding: 4px 0px 4px 3px; text-align: center; margin-left: 3px; color: #1e1f1d; } .lz1-long { font-family: Book Antiqua; font-size: 12px; line-height: 10px; padding: 4px 0px 4px 0px; text-align: center; margin-left: 3px; } .lz2 { text-align: center; } .lz2 a { font-family: Montserrat; font-size: 12px; font-weight: bold; margin-left: -5px; } .lz3 { font-family: Verdana; font-size: 10px; text-transform:; /*! text-align: justify; */ /* letter-spacing: 1px; */ background-color: #aaa8a7; width: 180px !important; padding: 2px 2px 4px 2px; color: #1e1f1d; margin-left: 13px; /*! border: 1px double #5d5d5d; */ } .lz4 { font-family: Verdana; font-size: 8px; margin-top: -10px; color: #565157; margin-bottom: 5px; text-transform: uppercase; margin-top: -8px !important; } .pa-posts, .pa-respect { text-align: center; display: inline-block; width: 70px; font-family: Verdana; margin-top: 1px !important; font-size: 8px; letter-spacing: 0.3px; font-weight: ; text-transform: uppercase; } .punbb .post h3 span { padding: 10px 8px 10px 2px; font-size: 10px; color: #9b938d; font-family: 'Lora'; margin-left: -1px !important; } .topic a.sharelink { float: right; margin-left: 10em; } .punbb .post-links ul { padding: 0 1em 0 0; height: 2em; line-height: 2em; margin-left: -30.0em; border-top-style: dashed; border-top-width: 1px; background: transparent; text-align: right; font-size: 8.3px; color: #433227; font-family: 'Lora'; text-transform: uppercase; } /* D11 Classes -------------------------------------------------------------*/ .descpf { font-size: 8px; text-align: left; padding-left: 0px; letter-spacing: 0.3px; text-transform: uppercase; background-color: rgba(189, 172, 143, 0.32); } .ams { font-family: Montserrat; font-size: 12px; font-weight: bold; text-transform: uppercase; } .forumstl3 { font-size: 8px; text-align: center; text-transform: uppercase; } .forumstl3 a { background-image: url("http://i.imgur.com/P805NN4.jpg"); padding: 2px 10px; font-size: 8px; } /* D12 Table -------------------------------------------------------------*/ .image.UP, .image.Down { border:2px solid transparent; margin:0; padding:0; } .image.UP { opacity:1.0; display:block; position:absolute;z-index:100; transition-duration: 0.96s; -webkit-transition-duration: 0.96s; -moz-transition-duration: 0.96s; -o-transition-duration: 0.96s; -ms-transition-duration: 0.96s; /* IE9+ */ } .image.UP:hover { opacity:0.00; } div.ImgWrap { display:inline-block; padding:0;margin:0; background-position:center center; background-repeat:no-repeat; } /* D12 New -------------------------------------------------------------*/ #pun th { visibility: hidden; } tr#forum_f17, tr#forum_f18 { display: none; }
Поделиться92019-07-12 20:02:06
Код:/*фон */ body { background-color: #3c3c46; background-image: url("https://i.imgur.com/ltutjAg.png"), url(https://i.imgur.com/ltutjAg.png); background-repeat: repeat-x, repeat; background-position: top center; } /*шапка */ #pun-title table { background-image : url(https://i.imgur.com/3gq01mh.png); background-repeat : no-repeat; background-position: top center; border: none; margin-left: -30px; height: 320px; width: 980px;} /*тело */ #pun { background-image : url("https://i.imgur.com/rHVrhD0.png"); background-color : transparent; background-position : center; background-repeat: repeat-y; width: 980px !important; } /*футер*/ #pun-about p.container {background-color: #); background-image : url(https://i.imgur.com/DD3aD38.png); background-position : center top; background-repeat: no-repeat; height: 174px; width: 980px; margin-left: -30px; text-align: center; border-color: transparent; } div#pun-about { margin-bottom: -50px; } /* cs5.2 статистика */ #pun-stats.section h2 { background-attachment: scroll; background-clip: border-box; height: 50px; width: 340px!important; margin-left: 300px!important; background-color: transparent; background-image: url("https://i.imgur.com/nrDZUz5.png"); background-origin: padding-box; background-position: 10% 10%; background-repeat: no-repeat top center; background-size: auto; font-size: 0px;} /* CS1.1 Text Colours */ .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: #87827f; text-align:center; font-size: 12px; font-style: normal; font-weight: bold; font-family: "arial"; } /* CS1.1 Quote & textarea */ .punbb .quote-box, .punbb .code-box { background-color: #a19591; color: #1d1c1c; border: 2px double #5d5d5d; border-radius: 6px!important; padding: 5px; } .punbb textarea, .punbb select, .punbb input { background-color: #a19591; color: #1d1c1c; border: 2px double #5d5d5d; border-radius: 6px!important; padding: 5px; } .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; } /* CS2 Links -------------------------------------------------------------*/ /* 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: #3b1c1c; 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-navlinks a:focus, #pun-navlinks a:active, #pun-ulinks a:focus, #pun-ulinks a:active { color: 3e454b; text-decoration: none; } .punbb a:hover, #pun-navlinks a, #pun-ulinks a:hover { color: #000; text-decoration: none; } #pun-ulinks a { font-size: 10px; color: #343333; font-family: 'Montserrat'; font-weight: normal; text-transform: lowercase; } #pun-ulinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active { text-decoration: none; color: #4a6562 !important; } #pun-navlinks a, #pun-navlinks .container { color: #343333 !important; font-weight: bold; } #pun-navlinks a:hover { color: #4a6762 !important; } /* CS3 Other -------------------------------------------------------------*/ /* CS3.1 Icons*/ tr.inew div.icon { background: url(http://forumstatic.ru/files/0019/bf/ca/56358.png) no-repeat; } #pun-viewforum.punbb div.icon { background: url(http://forumstatic.ru/files/0019/bf/ca/11204.png) no-repeat; } #pun-viewforum.punbb tr.inew div.icon { background: url(http://forumstatic.ru/files/0019/bf/ca/56358.png) no-repeat; } #pun-viewforum.punbb tr.iclosed div.icon { background: url(http://forumstatic.ru/files/0019/bf/ca/88989.png) no-repeat; } #pun-viewforum.punbb tr.isticky div.icon { background: url(http://forumstatic.ru/files/0019/bf/ca/42047.png) no-repeat; } /* CS3.2 */ #pun-main div.catleft, #pun-main div.catright {display: none;} #pun-main .post-author ul {text-align: center;} ul.post-ul-Sp, .post-img-Sp {text-align:center;} #pun th, #pun-main h2 {text-align: center} #pun-navlinks .container, #pun-ulinks .container {text-align: center;} .modlist {font-size: 95.05%;} #pun-announcement .container {font-size: 101%; font-family: "Arial";} .category h2 span{display: none;} #pun-stats h2 span {visibility: hidden;} #pun td .modlist{display:none;} .lastedit {display:none} #pun-announcement h2 {display: none} #pun-navlinks #navawards{display:none} hr { filter: alpha(opacity=250) !important; margin-bottom:0.5em; margin-top: 0.5em; border: none; height: 1px; border-bottom: 1px dashed #414c56; opacity:1 !important; } #pun-viewforum.punbb div.icon { margin-top: 0 !important; } del { background: url("http://se.uploads.ru/LxJZz.png") top left repeat-x ; color: transparent; -webkit-transition: 0.8s ease; -moz-transition: 0.8s ease; -ms-transition: 0.8s ease; -o-transition: 0.8s ease; transition: 0.8s ease; text-decoration: none!important; } del:hover { background: transparent; color: #87827f; text-decoration: none!important; } b, strong { color: #1e1f1d; } /*CS3.3 Scrollbar */ ::-webkit-scrollbar-thumb:vertical { background-color:#1e2226; border: 1px solid #dfdddd; } ::-webkit-scrollbar-thumb:horizontal { background-color:#1e2226; border: 1px solid #dfdddd; } ::-webkit-scrollbar { width: 5px; height: 6px; background-color: #8a9db0; border: 2px solid #1e2226; } /* CS4 Table -------------------------------------------------------------*/ .topic .post { margin-left:10px; } .bestpost { color: #6f634b; font-size: 10px; line-height: 10px; position: absolute; text-align: justify; } .bestpost img { float: left; padding-right: 5px; } .tooltip { border: none; text-decoration: none; position: relative; padding: 0px 10px; } .tooltip span { margin-left: -999em; position: absolute; } .tooltip:hover span { font-family: Verdana; position: absolute; left: -51px; top: 24px; z-index: 99; margin-left: 0; } .top { z-index: 200; position: absolute; color: #433227; font-family: Verdana; font-size: 9px; text-transform: lowercase; font-weight: normal; padding: 5px; background-color: #d4c6ab; width: 120px; border: 1px solid #a08f78; } .ams { font-family: Montserrat; font-size: 11px; font-weight: bolder; text-transform: uppercase; letter-spacing: 0.5px; } #quests { text-align: justify; display: block; color: #4d3928; height: 92px; overflow: auto; padding-top: 2px; padding-right: 3px; max-width: 275px; font-size: 10px; font-family: 'arial'; line-height: 10px; } /* CS5 Form -------------------------------------------------------------*/ #form-post { display: block; background: url(http://se.uploads.ru/LxJZz.png) top repeat, url(http://se.uploads.ru/LxJZz.png) bottom repeat, url(http://se.uploads.ru/LxJZz.png) repeat; color: #958f8c; border: solid 1px #6c7f92; width: 606px; padding: 10px; } #form-post p { margin: 0 !important; padding: 0 !important; } #form-post img:nth-of-type(1), #form-post img:nth-of-type(2) { width: 245px; height: 130px; border: 4px; border-style: double; background: url("http://se.uploads.ru/LxJZz.png") repeat; } #form-post img:nth-of-type(1) { float: left; margin-left: 10px; } #form-post img:nth-of-type(2) { float: right; margin-right: 10px; } #form-post strong, #form-post .highlight-text { color: #5e5b59; background: transparent; font-family: Montserrat; font-size: 13px; font-weight: bolder; text-transform: uppercase; } #form-post .highlight-text { font-size: 22px; color: #1b2726; } #form-post .bbuline { background: transparent; color: #87827f; font-size: 10px; font-weight: bold; text-transform: lowercase; text-decoration: none; } #form-post p { background: transparent; color: #87827f; font-size: 10px; font-family: Verdana; font-weight: bold; text-transform: lowercase; text-decoration: none; letter-spacing: 1px; text-align: center; } #form-box, #form-post .quote-box { width: -moz-calc(100% - 20px); width: -webkit-calc(100% - 20px); width: -o-calc(100% - 20px); width: calc(100% - 20px); padding: 5px; margin: 5px auto; background-image: url("http://s8.uploads.ru/esvNS.png"); border-radius: 0px; } #form-box strong, #form-post .quote-box sup { display: block; color: #87827f; font-family: Verdana; font-size: 10px; text-align: center; text-transform: uppercase; letter-spacing: 1px; margin: 5px auto !important; } #form-post blockquote {overflow: visible !important;} #form-post .quote-box img, #form-box .postimg { float: none !important; margin-left: auto !important; width: auto !important; height: auto !important; border: none !important; } #form-box span { color: #534f4d; padding: 4px; font-size: 10px; font-family: Verdana; text-align: justify !important; text-transform: none !important; } #form-box span:nth-of-type(1), #form-box span:nth-of-type(2) { width: 48.57%; display:inline-block !important; vertical-align: top; } #form-box span:nth-of-type(3) { width: -moz-calc(100% - 20px); width: -webkit-calc(100% - 20px); width: -o-calc(100% - 20px); width: calc(100% - 20px); } #form-box p span + br, #form-box p span em + br { display: none; } #form-box p span em { color: #4b1010 !important; display: block; background-color: #d7dfe0; padding-left: 10px; text-shadow: 0px 0px 0px transparent !important; margin-bottom: 5px; } #form-post .quote-box p, #form-post .quote-box strong, #form-post .quote-box .bbuline { font: normal 100% verdana, arial, helvetica, sans-serif !important; text-align: justify !important; color: #141414 !important; text-transform: none !important; letter-spacing: 0px !important; margin: 0 !important; padding: 0 0 0.5em 0 !important; line-height: 150% !important; } #form-post .quote-box br { display: block !important; } #form-post .quote-box strong { font-weight: bold !important; } #form-post .quote-box .bbuline { text-decoration: underline !important; } #form-post .spoiler-box > div { text-align: left !important; } /* CS6 Categories -------------------------------------------------------------*/ #pun-category1.category h2 { background: url(https://i.imgur.com/HvsfRzM.png) no-repeat top center; height: 56px; font-size:0 !important; } #pun-category2.category h2 { background: url(https://i.imgur.com/ukxgbqH.png) no-repeat top center; height: 56px; font-size:0 !important; } #pun-category3.category h2 { background: url(https://i.imgur.com/HePaEKH.png) no-repeat top center; height: 56px; font-size:0 !important; } #pun-category4.category h2 { background: url(https://i.imgur.com/VHUGrNP.png) no-repeat top center; height: 56px; font-size:0 !important; } #pun-category5.category h2 { background: url(https://i.imgur.com/VHUGrNP.png) no-repeat top center; height: 56px; font-size:0 !important; } #pun-category6.category h2 { background: url(https://i.imgur.com/RRgCFUy.png) no-repeat top center; height:56px; font-size:0 !important; } li.pa-avatar.item2 img { margin-left: -4px; margin-top: 5px; color: #bcb9a1 !important; border: 1px solid #4b3838; } #t1 a { color: #bcb9a1 !important; } .forminput { margin-top: 15px; height: 15px; width: 247px; background-color: #adaa96; color: #4a6662 !important; font-family: Tahoma; font-size: 11px; border: 4px 0 4px 0 double #adaa96; text-align: center !important; opacity: 0.8; } /*-------------------------------— всякое такое ------------------------------— */ #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: 37px!important;background: #817e7d;border: 2px double #5d5d5d;border-radius: 2px;/* box-shadow: inset 0px 0px 1px #ffffff, inset 0px 0px 1px #526c66, inset 0px 0px 12px rgba(180, 182, 183, 0.6); */padding: 5px!important;} #smilies-area {max-width: 500px!important;} #smilies-area img {margin-right: 4px!important; margin-bottom: 2px!important;} #font-area {max-height: 250px; overflow-y: auto; font-size: 11px!important; width: 154px!important;} /*-------------------------------— подфорум ссылки ------------------------------— */ .plink{ font-size: 10px; background: #767473; text-align: center; font-family: Candara; letter-spacing: 0.5px; margin-top: 10px !important; border-bottom: 3px solid #460a0a; border-top: 3px solid #460a0a; padding: 6px; } .punbb .post .post-author { background: #767473; border: 2px double #5d5d5d; margin-left: -10px; }
Поделиться102019-07-12 20:02:31
Код:<link href="https://fonts.googleapis.com/css?family=Bitter" rel="stylesheet"> <!-- Кнопки BB-кодов при редактировании подписи © Alex_63 --> <script type="text/javascript"> if(document.URL.indexOf('section=signature')!=-1)document.write('<scr'+'ipt type="text/javascript" src="http://forumstatic.ru/files/0016/0b/c8/99528.js"></scr'+'ipt>'); </script> <!-- Скрытие IP и провайдера от модераторов © Alex_63 --> <style id="NoDsp">.gid2 #pun-online tcl:first-child{visibility:hidden}</style><script type="text/javascript">if($('#pun-online').length && GroupID==2){$(function(){$('.main .tcl:first-child a[href*="profile.php"]').each(function(){var OnUserN = $(this).clone();$(this).parents('.tcl').html(OnUserN);});$('style#NoDsp').remove();});}</script> <!-- Выделение кода в блоке "Код" // © Alex_63, версия 2017г. --> <script type="text/javascript" src="http://forumstatic.ru/files/0015/c4/3f/26102.js"></script> <script type="text/javascript">select_text.linkText = 'Выделить код' //текст ссылки</script> <link href="https://fonts.googleapis.com/css?family=Abril+Fatface|Alegreya+SC|Alegreya+Sans+SC|Alice|Amatic+SC|Anton|Arsenal|Bad+Script|Bangers|Cabin+Sketch|Caveat|Cinzel|Comfortaa|Cormorant|Cormorant+SC|Cormorant+Unicase|Dancing+Script|Didact+Gothic|Economica|El+Messiri|Euphoria+Script|Exo+2|Forum|Fredericka+the+Great|Great+Vibes|Homemade+Apple|Indie+Flower|Jura|Just+Another+Hand|Kaushan+Script|Kelly+Slab|Khand|Kristi|Libre+Barcode+39+Text|Lobster|Lora|Marck+Script|Marmelad|Monoton|Montserrat+Alternates|Neucha|Old+Standard+TT|Open+Sans+Condensed:300|Oranienbaum|Oswald|PT+Sans+Narrow|PT+Serif+Caption|Pacifico|Pangolin|Pattaya|Permanent+Marker|Philosopher|Play|Playfair+Display|Playfair+Display+SC|Poiret+One|Press+Start+2P|Prosto+One|Qwigley|Reenie+Beanie|Rubik+Mono+One|Ruslan+Display|Russo+One|Seymour+One|Six+Caps|Special+Elite|Spectral+SC|Sue+Ellen+Francisco|Tinos|Ubuntu|Underdog|Unica+One|UnifrakturMaguntia|VT323|Vollkorn+SC|Yanone+Kaffeesatz|Yeseva+One|Zilla+Slab+Highlight" rel="stylesheet"> <style> @font-face { font-family: Typewriter; /* Гарнитура шрифта */ src: url(http://forumstatic.ru/files/0018/c8/52/69022.eot); /* Для IE5-8 */ src: local(Typewriter), url(http://forumstatic.ru/files/0018/c8/52/80614.ttf); /* Для остальных браузеров */ } @font-face { font-family: Mutual Feelings; /* Гарнитура шрифта */ src: url(http://forumstatic.ru/files/0018/c8/52/62357.otf); /* Для IE5-8 */ src: local(Mutual Feelings), url(http://forumstatic.ru/files/0018/c8/52/89467.ttf); /* Для остальных браузеров */ } @font-face { font-family: Nightmare; /* Гарнитура шрифта */ src: url(http://forumstatic.ru/files/0018/c8/52/34102.eot); /* Для IE5-8 */ src: local(Nightmare), url(http://forumstatic.ru/files/0018/c8/52/78721.ttf); /* Для остальных браузеров */ } @font-face { font-family: Citrica Cyrillic; /* Гарнитура шрифта */ src: url(http://forumstatic.ru/files/0018/c8/52/51128.eot); /* Для IE5-8 */ src: local(Citrica Cyrillic), url(http://forumstatic.ru/files/0018/c8/52/72703.ttf); /* Для остальных браузеров */ } </style>
Поделиться112019-07-12 20:02:54
Код:<!-- спойлер наград на Rusff в Профиле, в Топике --> <style> .post-author-Sp{ /*background-color:#!important;*/ } img.aw{ background-color:#!important; } ul.wrapper{ margin-left:-15px; width:190px!important; margin-bottom:-15px; display:none; } ul.wrapper, ul.wrapper li.pa-awards{ border-color:transparent; } </style> <script> // кнопка - ссылка на Картинку var Img="https://i.imgur.com/mzi57sg.png"; wrapp1="<li class='post-author-Sp'><img class=aw style='cursor:pointer' src='"; wrappEnd="'><ul class=wrapper></ul></li>"; wrapp1=wrapp1+Img+wrappEnd; $(window).load(function () { $(".post .post-author .pa-awards").each(function() { if($(this).css("display")!="none"){ $(this).before(wrapp1);a=$(this).parents('.post').find('.post-author-Sp ul') $(this).appendTo(a) } });}); $(".post .post-author-Sp ").live("click", function(){ $(this).find('ul:first').toggle('slow') });</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> <!-- Аватар по умолчанию / Deff, Alex_63 --> <script type="text/javascript"> var DefAvtr = 'http://forumstatic.ru/files/0019/bf/ca/54822.png'; //Ссылка на аватар по умолчанию $('#pun-viewtopic,#pun-messages').find('.pa-title').each(function(){ var L='<li class="pa-avatar item2"><img class="defavtr" src="'+DefAvtr+'" alt="Аватар"/></li>'; if($(this).parent().find('.pa-avatar').html()==null)$(this).after(L);}); $('#profile-left strong:contains("Нет аватара")').parent().html('<div><img src="'+DefAvtr+'"/></div>'); </script> <!-- ЧТОБЫ НЕ ПРОПАДАЛИ ПОСТЫ V.3 --> <script type="text/javascript" src="http://forumstatic.ru/files/0011/da/9b/24232.js"></script> <!-- Регулировка размера шрифта в постах © Alex_63 --> <script type="text/javascript" src="http://forumstatic.ru/files/0015/c4/3f/31001.js"></script> <!--кнопки вверх вниз--> <div class="go-up" id='ToTop'><img src="http://funkyimg.com/i/2z9X2.png" /></div> <div class="go-down" id='OnBottom'><img src="http://funkyimg.com/i/2z9X3.png" /></div> <style> .go-up,.go-down { display:none; position:fixed; /*позиционируем*/ z-index:9999; /*показываем поверх все элементов на странице*/ cursor:pointer; opacity:.6; /*прозрачность*/ width:76px; /*ширина кнопки*/ height:72px; /*высота кнопки*/ } .go-up { bottom:444px; /*положение от низа окна браузера верхняя кнопка*/ right: 7%; -webkit-transition: .2s all; -moz-transition: .2s all; -ms-transition: .2s all; -o-transition: .2s all; transition: .2s all; } .go-down { bottom:395px; /*положение от низа окна браузера нижняя кнопка кнопка*/ right: 7%; -webkit-transition: .2s all; -moz-transition: .2s all; -ms-transition: .2s all; -o-transition: .2s all; transition: .2s all; } .go-down:hover,.go-up:hover { opacity:0.9; } </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> <script type="text/javascript"> var A=[1,2,3,4,5] $(".post .post-author li").each(function (){ for(var i=0; i<A.length;i++){if($(this).hasClass("pa-fld"+A[i])){ $(this).html($(this).html().replace(/^[^:]*:/,''));}};}); </script> <!-- счетчик символов --> <script>var a,L,epl=$("#main-reply"),str='<small id="plng" style="border:1px solid;padding:2px 3px;margin:0 20px 0 10px;">Написано символов: <b>00</b> </small>';epl.parents("fieldset").find("legend").prepend(str);function epl3(){a=epl.val().length;if(a>9){L=''}else{L='0'};$("#plng b").text(L+a)};epl3();$(".pl-quote").click(function (){setTimeout('epl3()',100)});epl.bind('mouseout mousemove keydown keypress keyup',function(e){epl3()});</script> <!-- шрифты--> <script type="text/javascript"> if (document.URL.indexOf("viewtopic") != -1) { var ft; var i; var ft_f; var j = ""; ft = document.getElementById("font-area"); var ft_f = new Array(); ft_f.push('Abril Fatface'); ft_f.push('Alegreya SC'); ft_f.push('Alegreya Sans SC'); ft_f.push('Alice'); ft_f.push('Amatic SC'); ft_f.push('Anton'); ft_f.push('Arsenal'); ft_f.push('Bad Script'); ft_f.push('Bangers'); ft_f.push('Cabin Sketch'); ft_f.push('Caveat'); ft_f.push('Cinzel'); ft_f.push('Comfortaa'); ft_f.push('Cormorant'); ft_f.push('Cormorant SC'); ft_f.push('Cormorant Unicase'); ft_f.push('Cuprum'); ft_f.push('Dancing Script'); ft_f.push('Didact Gothic'); ft_f.push('Economica'); ft_f.push('El Messiri'); ft_f.push('Euphoria Script'); ft_f.push('Exo 2'); ft_f.push('Forum'); ft_f.push('Fredericka the Great'); ft_f.push('Great Vibes'); ft_f.push('Homemade Apple'); ft_f.push('Indie Flower'); ft_f.push('Jura'); ft_f.push('Just Another Hand'); ft_f.push('Kaushan Script'); ft_f.push('Kelly Slab'); ft_f.push('Khand'); ft_f.push('Kristi'); ft_f.push('Libre Barcode 39 Text'); ft_f.push('Lobster'); ft_f.push('Lora'); ft_f.push('Marck Script'); ft_f.push('Marmelad'); ft_f.push('Monoton'); ft_f.push('Montserrat Alternates'); ft_f.push('Neucha'); ft_f.push('Old Standard TT'); ft_f.push('Open Sans Condensed'); ft_f.push('Oranienbaum'); ft_f.push('Oswald'); ft_f.push('PT Sans Narrow'); ft_f.push('PT Serif Caption'); ft_f.push('Pacifico'); ft_f.push('Pangolin'); ft_f.push('Pattaya'); ft_f.push('Permanent Marker'); ft_f.push('Philosopher'); ft_f.push('Play'); ft_f.push('Playfair Display'); ft_f.push('Playfair Display SC'); ft_f.push('Poiret One'); ft_f.push('Press Start 2P'); ft_f.push('Prosto One'); ft_f.push('Qwigley'); ft_f.push('Reenie Beanie'); ft_f.push('Rubik Mono One'); ft_f.push('Ruslan Display'); ft_f.push('Russo One'); ft_f.push('Seymour One'); ft_f.push('Six Caps'); ft_f.push('Special Elite'); ft_f.push('Spectral SC'); ft_f.push('Sue Ellen Francisco'); ft_f.push('Tinos'); ft_f.push('Ubuntu'); ft_f.push('Underdog'); ft_f.push('Unica One'); ft_f.push('UnifrakturMaguntia'); ft_f.push('VT323'); ft_f.push('Vollkorn SC'); ft_f.push('Yanone Kaffeesatz'); ft_f.push('Yeseva One'); ft_f.push('Zilla Slab Highlight'); ft_f.push('Typewriter'); ft_f.push('Nightmare'); ft_f.push('Mutual Feelings'); ft_f.push('Citrica Cyrillic'); ft_f.push('Beer'); ft_f.push('Intro'); ft_f.push('Drina'); ft_f.push('Zrnic Cyr'); ft_f.push('Bilbo'); 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> <!--оформление вкладок со стикерами--> <style type="text/css"> #smilies-area{ z-index: 9999; background: url(http://funkyimg.com/i/2zhwh.jpg); opacity: 0.8; color: #311c22!important; border: 3px #725868 double !important; padding: 10px 15px;} #wrapper {width: 470px; } /* вкладки доп смайлов */ ul.tabs {height: 20px; line-height: 25px; margin: 0px 5px 10px; list-style: none;} ul.tabs li {float: left; margin-right: 1px; cursor:pointer; } ul.tabs li a {display: block; padding: 0 10px 0px; text-decoration: none; background: rgba(249,249,249, 0.8); position: relative; border-radius: 2px; font-family: 'Arial Narrow', sans-serif; font-size: 11px;} ul.tabs li a:hover { background: rgba(174,174,174,0.7);} ul.tabs li.tab-current a {background: rgba(174,174,174,0.5);} div.t2, div.t3, div.t4, div.t5, div.t6, div.t7, div.t8, div.t9, div.ts {display: none; width: 460px; max-height: 200px; overflow-y: auto; } </style> <script type="text/javascript" src="http://forumstatic.ru/files/0017/fa/a6/67099.js"></script> <!-- Черная Подсказка, инициализируем $.fn.tipsy--> <script> $(document).ready(function(){$('*[title]').not('*[title] *[title]').tipsy({gravity:$.fn.tipsy.autoNS})}); $.catch = function(a,f){$(function(){var t,i=0;function s(){i++;if(i>120)return;t=setTimeout(function(){if(!$(a).length){s();return};f()},100);}s();});} $.catch('.pa-awards img[title]',function(){$('.punbb li.pa-awards img[title]').tipsy({fade:true,gravity:'s award'});}); </script> <!--ТЕГ абзаца - [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:1em 2.1em;"></span>'; /*удвоенные Отступы сверху и слево*/ $('.post-content p:contains("'+b+'")').each(function(){ $(this).html( $(this).html().replace(/\[indent\]/gm,indent));});}()); </script> <!— Кликабельность ника в постах Гостя —> <script>$(".post[data-group-id=3]").find(".pa-author").html(function(){return this.innerHTML.replace(/(<.+>)(.+)$/,'$1<a href="javascript:to(\'$2\')">$2</a>')});</script>
Поделиться122019-07-12 20:03:16
Код:<table style="width: 900px;"> <tbody> <tr> <td style="width: 47%; padding: 5px; background-color:rgba(55,46,38,0.1);"> <table> <tbody> <tr> <td style="width: 50%;"> <a href="http://funkyimg.com/view/2Luj2" target="_blank"><img src="http://funkyimg.com/i/2Luj2.png" alt="Free Image Hosting at FunkyIMG.com" border="0"></a> <a href="http://funkyimg.com/view/2Luj2" target="_blank"><img src="http://funkyimg.com/i/2Luj2.png" alt="Free Image Hosting at FunkyIMG.com" border="0"></a> <a href="http://funkyimg.com/view/2Luj2" target="_blank"><img src="http://funkyimg.com/i/2Luj2.png" alt="Free Image Hosting at FunkyIMG.com" border="0"></a> <a href="http://funkyimg.com/view/2Luje" target="_blank"><img src="http://funkyimg.com/i/2Luje.png" alt="Free Image Hosting at FunkyIMG.com" border="0"></a></td> <td style="width: 50%; font-family: 'Lora'; text-align: justify; font-size: 11px;">Много лет спустя, перед самым расстрелом, полковник Аурелиано Буэндия припомнит тот далекий день, когда отец повел его поглядеть на лед. Макондо был тогда небольшим поселком из двадцати глинобитных, с камышовыми кровлями домишек, стоявших на берегу реки, которая читать дале</td> </tr> </tbody> </table> </td> <td style="width: 6%;"> </td> <td style="width: 47%; padding: 5px; background-color:rgba(55,46,38,0.1); text-align: center;">AMS<br> НАВИГАЦИЯ<br> <a href="http://funkyimg.com/view/2Lukp" target="_blank"><img src="http://funkyimg.com/i/2Lukp.png" alt="Free Image Hosting at FunkyIMG.com" border="0"></a> </td> </tr> </tbody> </table>
Поделиться132019-07-12 20:03:35
[spoiler="Свернутый текст"]
Код:<!-- КНОПКА ХТМЛ --> <style> #button-html {background-image:url('http://funkyimg.com/i/2fsft.png'); padding:0; line-height:0; background-position:center; background-repeat:no-repeat; height:14px; margin-left: 2px; width:100%} </style> <script type="text/javascript"> if(form=document.getElementById("form-buttons")) form.getElementsByTagName("tr")[0].insertCell(12).innerHTML="<img src='/i/blank.gif' id='button-html' onclick=\"bbcode('Код:<!--HTML-->', '');\"/>"
</script><!--быстрая вставка изображений-->
<script>
var oldIMG="<td id=\"button-image\" title=\"Вставить картинку\"><img onclick=\"bbcode('--')\" 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><!-- смена ника -->
<style>.post-content legend.hide{display:none;}</style>
<script type="text/javascript">
//alert("A")
var SkL="\\[",SkR="\\]";
var patt = new Array()
patt[0] = SkL + "nic" + SkR + "([^" + SkL + SkR + "$]+)" + SkL + "/nic" + SkR;
patt[1] = SkL + "sta" + SkR + "([^" + SkL + SkR + "$]+)" + SkL + "/sta" + SkR;
patt[2] = SkL + "ava" + SkR + "([^" + SkL + SkR + "$]+)" + SkL + "/ava" + SkR;
patt[3] = SkL + "sgn" + SkR + "([^" + SkL + SkR + "]+)" + SkL + "/sgn" + SkR;$(".post-content").each(function (){
var contex = $(this).html();for (j=0; j < patt.length; j++){
var chang = '<legend class="hide ' + patt[j].substring(2,5) + '" >';//alert(chang)
var EndCh = '</legend>';
var reg_esp = new RegExp(patt[j],"igm");
contex=contex.replace(reg_esp,chang + "$1" + EndCh);//alert(contex)
}$(this).html(contex)
});
var pa_avtr='<li class="pa-avatar">';
var Avt_St='<img src="';
var Avt_End='"alt="Аватар"/>';
var PostSig_St='<dl class="post-sig"><dt><span>Подпись автора</span></dt><dd><p>';
var PostSig_End='</p></dd></dl>';$(".post legend.hide").each(function (){
var S=$(this).html();
var sta=$(this).parents(".post").find(".post-author .pa-title")
/*[nic]*/ if($(this).hasClass('nic')==true){$(this).parents(".post").find(".post-author .pa-author a").html(S);}
/*[sta]*/ if($(this).hasClass('sta')==true){$(this).parents(".post").find(".post-author .pa-title").html(S);}
/*[ava]*/ if($(this).hasClass('ava')==true){var ava=$(this).parents(".post").find(".post-author .pa-avatar")
if(ava.html()!=null){ava.html(Avt_St+S+Avt_End)}else $(this).parents(".post").find(".post-author .pa-title").after(pa_avtr+Avt_St+S+Avt_End+'</li>');}
/*[sgn]*/ if($(this).hasClass('sgn')==true){$(this).parents(".post").find(".post-content .post-sig").replaceWith("");
$(this).parents(".post").find(".post-content").append(PostSig_St+S+PostSig_End);}
});
</script>
<!-- конец --><!-- НАЧАЛО. обтекание изображения-->
<script language="javascript">
$(function(){
$('td#button-link').before('<td id="floatbut" style=\'background-image:url("http://s002.radikal.ru/i198/1009/43/f183caeae434.gif")\'></td>');
$('#floatbut, .vibor').click(function(){
$('div#float').toggle();});
});
elm=document.getElementsByTagName("div")
for(x in elm) if(elm[x].className=="post-content")
{
post = elm[x].innerHTML;
if(post.indexOf("[/float]") != -1) {
floats = /\[float=(.*?)\]([^\[]{1,11000})\[\/float\]/gi
elm[x].innerHTML = elm[x].innerHTML.replace(floats, "<span style='float: $1; margin: 15px; text-align: $1;'>$2</span>")
}}
</script>
<div id="float" style="display:none;background:#FFFFCC;border:1px solid black; width:auto; padding:8px; position:absolute; margin-top:-32%; margin-left:35%; z-index:20">
<div><strong>Направление обтекания</strong></div><br>
<div align="center">
<img class="vibor" src="http://s001.radikal.ru/i193/1009/96/695abc799ddb.png" title="left" onclick="bbcode('[float=left]', '[/float]')" />
<img class="vibor" src="http://s002.radikal.ru/i199/1009/ac/95c10fcc7d82.png" title="right" onclick="bbcode('[float=right]', '[/float]')" />
</div></div>
<script type="text/javascript">
document.onkeydown=function(e){
if (e) event=e
if ((event.keyCode==13)&&(event.ctrlKey)){
document.getElementById('post').submit.click();
}}
</script>
<!-- КОНЕЦ. обтекание изображения--><center>
<div>
<input type="Button" value="дополнительные смайлы" onclick="return showhide(this)">
<p style="display:none">
<br><img src="http://funkyimg.com/i/2kWTa.jpg" height="70" style="cursor: pointer" onclick="smile(--')" />
<img src="http://funkyimg.com/i/2kWTb.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWTc.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWTd.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWTe.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWTf.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWTg.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWTh.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kX4a.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kX4b.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWTi.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWTj.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWTt.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWTu.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWTv.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWTy.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWTz.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWTA.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kX5u.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kX5v.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWTC.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWTD.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWU5.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWU6.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWU7.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kX4a.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kX4b.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWU8.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWU9.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWUa.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWUb.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWUd.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWUe.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWUt.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWUu.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWUv.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWUw.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWUx.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWUy.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWUz.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWUA.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWUB.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWV1.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWV2.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWV3.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWV4.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWV5.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWV6.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWV7.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWV8.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWV9.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWXd.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWXe.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWXf.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWXg.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWXh.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWXi.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWXj.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWXm.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWXk.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWXn.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWXR.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWXQ.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWXP.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWXL.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWXM.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kX6T.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kXEr.jpg" height="70" style="cursor: pointer" onclick="smile('')" /><img src="http://funkyimg.com/i/2kWXN.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWXK.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kX5t.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kWXJ.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kX31.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kX32.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kX33.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kX34.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kX35.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kX36.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kX37.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kX6S.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kX47.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kX48.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kX7m.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kX4c.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kX4A.jpg" height="70" style="cursor: pointer" onclick="smile('')" />
<img src="http://funkyimg.com/i/2kX4B.jpg" height="70" style="cursor: pointer" onclick="smile('')" /></div>
<br>
<script>
function showhide(b){
p = b.parentNode.getElementsByTagName("p")[0]
if(b.value=="дополнительные смайлы"){
b.value="скрыть смайлы"
p.style.display="block"}
else{
b.value="дополнительные смайлы"
p.style.display="none"}
return false}
</script>