Благодарим за выбор нашего сервиса!
Тестовое сообщение
Сообщений 1 страница 10 из 10
Поделиться22014-11-30 21:54:41
/************************************************************* A - SETUP **************************************************************/ /* A1 Import the colour scheme -------------------------------------------------------------*/ /* A1.1 */ @import url(style_cs.css); /* A2 Deal with browser defaults and wonkiness -------------------------------------------------------------*/ li#navawards {display: none !important;} /* A2.1 */ html, body {margin: 0; padding: 0} /* A2.2 */ .punbb * { margin: 0 } /* A2.3 */ .punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt { padding: 0; list-style: none; } /* A2.4 */ .punbb img { border:none } /* A2.5 */ .punbb .main table { table-layout: fixed; width: 100%; } /* A2.6 */ .checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;} /* A2.7 */ p[class="checkfield"] *, div[class="checkfield"] *, fieldset[class="radiofield"] * { height: 1.8em; vertical-align: middle } /* A3 Text setup -------------------------------------------------------------*/ /* A3.1 */ body { font-size: 100.01%; } /* A3.2 */ .punbb { font: normal 68.75% verdana, arial, helvetica, sans-serif; } /* 3.3 */ .punbb textarea, .punbb input, .punbb select, .punbb optgroup { font: 1em verdana, arial, helvetica, sans-serif } /* A3.4 */ .punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th { font-size: 1em; font-weight: normal; } /* A3.5 */ .punbb h1 span, .punbb h2 span, .punbb legend span { font-size: 1.1em; } /* 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: 0px auto auto auto; float: none; padding: 0px 0px 0px 0px; border: none; width: 850px; height: auto; } /* A5.2 */ .punbb { width: 100%; height: auto; } /* A5.3 */ #pun-redirect { margin: 150px 20% 12px 0%; float: center; position:absolute; height: 150px !important; width:800px!important; background-color: #8cbce4; color:#8cbce4 !important; background-image : url("http://s1.uploads.ru/i/9d762.jpg"); background-position: left 77% !important; font-size: 0px; background-repeat : no-repeat; } #pun-maint, #pun-redirect h1 {display:none;} #pun-redirect a { position:absolute; color: #134890; font-style: normal; font-family: Sylfaen; font-size:11px; text-decoration: none; font-variant: small-caps; margin-top:70px !important; margin-left:250px !important; text-transform: uppercase; width:300px!important;line-height:9px;text-align:center;} /* A5.4 */ .punbb .section, .punbb .main { margin-bottom: 1em; } /* A5.5 */ .punbb .category, .punbb .post { margin-top: 0.4em; } /* A5.6 */ .punbb #pun-category1, .punbb .toppost, .punbb .topicpost { margin-top: 0; } /* 5.7 */ #pun-post .topic { margin-top: 1em; } /* A5.8 */ .punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post { border-style: none none solid none; border-width: 0px 0px 2px 0px } /* A5.9 */ .punbb .container { border-style: solid; border-width: 1px; } /* A5.10 */ .punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 { padding: 1em 5em; border-style: none solid solid none; border-width: 0 1px 1px 0; } /************************************************************* B - MAIN CONTENT - GENERAL **************************************************************/ /* B1 Parsed Content, Signatures and Scroll Boxes -------------------------------------------------------------*/ /* B1.1 */ .punbb .post-content { padding: 0; margin: 0; width: 100%; overflow: hidden; } /* B1.2 */ .punbb .post-sig dt { display: block; border-top: 1px solid #888; width: 250px; margin: 5px 0; } /* B1.3 */ .punbb .post-content p { margin: 0; padding: 0 0 1em 0; line-height: 150%; } /* B1.4 */ .punbb .post-content img { vertical-align: text-bottom } /* B1.5 */ .punbb .post-content img.postimg { vertical-align: middle; } /* B1.6 */ .punbb .post-content .blockcode, .punbb .post-content blockquote { width: 100%; overflow: hidden; } /* B1.7 */ .punbb .post-content .scrollbox { width: 100%; overflow: auto; } /* B1.8 */ .punbb .post-content .quote-box, .punbb .post-content .code-box { margin: 0.4em 1.8em 1.4em 1.8em; padding: 1em; border-style: solid; border-width: 1px; } /* 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; margin-top: -40px !important; height: 0; } /* B3.2 */ .multipage { margin-top: 3em; } /* B3.3 */ .linkst .pagelink { position: absolute; top: -4em; left: 1em; width: 24em; } /* B3.4 */ .linkst .postlink { position: absolute; top: -4em; right: 1em; width: 16em; text-align: right; font-weight: bold; } /* B3.5 */ .punbb .linksb { text-align: right; padding: 0.4em 1em 0.5em 1em; font-size: 1.1em; } /* 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 12em 0 0; height: 100%; /* For IE */ } /* C1.16 */ .punbb textarea, .punbb .longinput input { width: 64%; margin: 0; } /* C1.17 */ .punbb .hashelp { position: relative; } /* C1.18 */ .punbb .helplinks { display: block; position: absolute; top: 1em; right: 0; font-weight: normal; width: 36%; } /* c1.19 */ .punbb #profile .helplinks { top: 1.5em; } /* C1.20 */ .punbb .helplinks span { display: block; padding-bottom: 0.2em; } /* C1.21 */ #pun-post .formal .info-box li { padding-left: 4px; list-style-type: square; list-style-position: inside; line-height: 1.5; margin: 0; } /* C2 Table layout -------------------------------------------------------------*/ /* C2.1 */ .punbb .main .tcl { overflow: hidden; text-align: left; width: 50%; left:10px; } /* 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: center; 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: normal; } /* C2.9 */ .punbb td span.youposted { font-weight: bold; margin-left: -1em; position: absolute; } /* C2.10 */ .punbb td .modlist { display: block; padding-top: 0.3em } /* C2.11 */ .punbb .main td { border-style: solid none none solid; border-width: 1px 0 0 1px; padding: 0.8em 1em; } /* C2.12 */ .punbb .main th { border-style: none none none solid; border-width: 0 0 0 1px; padding: 0.4em 1em 0.4em 1em; } /* C2.13 */ .punbb .main .tcl { border-left-style: none; border-left-width: 0 } /* C2.14 */ .punbb tbody.hasicon td.tcl { padding-left: 1em } /* C2.15 */ .punbb div.icon { float: left; display: block; width: 75px; height: 25px; padding-top: 0px; background-position: left; } /* C3 Topics -------------------------------------------------------------*/ /* C3.1 */ .punbb .post .container { border-style: none solid solid solid; border-width: 1px; margin-top: -1px; padding-bottom: 1px; } /* C3.2 */ .punbb .post h3 { border-style: solid solid none solid; border-width: 1px; } /* C3.3 */ .punbb .post h3 span { padding: 0.5em 1em; display: block; margin-left: 19em; 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; width: 19em; 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: normal; } /* 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: 0em; 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; text-align:center; } /* C3.18 */ .punbb .clearer { clear: both; height: 0; font-size: 0; } /* C4 Moderator menu -------------------------------------------------------------*/ /* C4.1 */ .punbb .modmenu .container { padding: 0.5em 1em; text-align: right; } /* C4.2 */ .punbb .modmenu strong, .punbb .modmenu a { height: 1.8em; line-height: 1.8em; } /* C4.3 */ .punbb .modmenu .container strong { float: left; } /* C4.4 */ .punbb .modmenu input { margin-left: 1em; } /* C5 Message boxes -------------------------------------------------------------*/ /* C5.1 */ .punbb .info .container { padding: 0.8em 1em } /* C5.2 */ .punbb .info .container .backlink { padding-top: 0.8em; } /* C6 Profile -------------------------------------------------------------*/ /* C6.1 */ #profile .container { padding-left: 18.6em; } /* C6.2 */ #profilenav { float: left; width: 14em; margin-left: -16.3em; display: inline; } /* C6.3 */ #profilenav li { padding-bottom: 0.8em; font-weight: bold; } /* C6.4 */ #viewprofile ul, #profilenav ul { border-style: solid; border-width: 1px; padding: 1.5em 18px 0.8em 18px; margin: 0 0 1em 0; } /* C6.5 */ #viewprofile h2, #profilenav h2 { background: transparent; border: none; padding: 0 0 0 0; margin: 0 14px -0.6em 14px; } /* C6.6 */ #viewprofile h2 span, #profilenav h2 span { padding: 0 5px; position: relative; } /* C6.7 */ #viewprofile li, #setmods dl { padding: 0 0 0 16em; margin-bottom: 0.2em; } /* C6.8 */ #viewprofile li span { float: left; width: 14em; margin-left: -16em; padding: 0.5em 1em; font-weight: bold; } /*C6.9 */ #setmods dt { float: left; width: 14em; margin-left: -16em; padding: 0.8em 1em; font-weight: bold; display: inline; } /* C6.10 */ #viewprofile li strong, #viewprofile li div, #setmods dd { display: block; padding: 0.5em 1em; font-weight: normal; } /* C6.11 */ .punbb img.avatardemo { float: right; margin: 0 0 0.8em 1.8em } /* C7 User list -------------------------------------------------------------*/ /* C7.1 */ #pun-userlist .formal, #pun-userlist .formal .container { border-bottom: none; margin-bottom: 0; } /* C7.2 */ #pun-userlist .usertable .container { padding: 0 2.3em 2.3em 2.3em; border-top: none; } /* C7.3 */ #pun-userlist .usertable table { border-style: solid; border-width: 1px; } /************************************************************* D - PUNBB SECTIONS OTHER THAN MAIN CONTENT **************************************************************/ /* D1 Logo and description -------------------------------------------------------------*/ /* D1.1 */ #pun-title { margin: 0; border-style: none none none none; border-width: 0px 0px 0 0px; } /* D1.2 */ #pun-title h1 { display : block; padding: 2em 1em 0 1em; } /* D1.3 */ #pun-title .container { border-style: none none none none; } /* D1.4 */ #pun-title h1 span { font-size: 1.5em; } /* D1.4 */ #pun-title h1 span { display: none; } /* D2 Page navigation -------------------------------------------------------------*/ /* D2.1 */ #pun-pagelinks { position: absolute; top: -15px; left: 0; margin: 0; border: none; padding: 0; width: 100%; } /* D2.2 */ #pun-pagelinks .container { background: transparent; border: none; padding: 0} /* D2.3 */ #pun-pagelinks .container li { display: inline } /* D2.4 */ #pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover { height: 2em; line-height: 2em; padding: 0; font-size: 1.2em; margin-left: -9999px; display: block; float:left; width: 100%; } /* D2.5 */ #pun-pagelinks a:active, #pun-pagelinks a:focus { position:relative; margin: 0; } #pun-pagelinks li a span { display:block; margin: 0 1em } /* D3 Forum navigation -------------------------------------------------------------*/ /* D3.1 */ #pun-navlinks, #pun-navlinks .container { border-style: none; border-width: 0; margin: -15px; text-align: center; } /* D3.2 */ #pun-navlinks .container { padding: 0.7em 1em; } /* D.3 */ #pun-navlinks li { display: inline; padding-right: 1em; } /* D4 User links -------------------------------------------------------------*/ /* D4.1 */ #pun-ulinks { margin-top: 0; text-align: center; text-transform: lowercase; } /* D4.2 */ #pun-ulinks .container { border-top: none; padding: 0.7em 1em; } /* D4.3 */ #pun-ulinks li, #pun-ulinks li a { display: inline; border-left-style: solid; border-left-width: 1px; white-space: nowrap; } /* D4.4 */ #pun-ulinks li a { padding: 0 0.3em 0 0.6em } /* D4.5 */ #pun-ulinks li.item1, #pun-ulinks li.item1 a { border-left-style: none; border-left-width: 0; padding-left: 0 } /* D5 Welcome box and Top Breadcrumbs -------------------------------------------------------------*/ /* D5.1 */ #pun-status, #pun-status .container { border-bottom: none; margin-bottom: 0; } /* D5.2 */ #pun-status .container { 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: -1em 0em -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: 0em 0 0.8em 0; border-bottom-style: solid; border-bottom-width: 1px; } /* D6.3 */ #pun-announcement .container { padding: 0em 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: 0; } /* D8.4 */ #pun-about .container { border-top-style: none; text-align: right; line-height: 150%; padding: 0.8em 1em; } /* D8.5 */ #pun-about p span { display:block; padding-left: 50%; } /* 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; }
/* CS1 Background and text colours -------------------------------------------------------------*/ #pun-announcement h2 {display: none;} #pun-announcement .container {margin-top: -1em !important; background: url(http://forumstatic.ru/files/0014/b8/b6/90744.jpg) top center no-repeat;} /*Шапка*/ #pun-title table { background-image: url("http://forumstatic.ru/files/0014/b8/b6/31257.jpg"); background-position: top center; background-repeat: no-repeat; border: none; margin-left: -33px; height: 270px; width: 865px; } .punbb A IMG{ max-width: 500px; max-height: 500px; border: 1px solid #;} /*Смещение навигации вверх*/ div#pun-navlinks { width: 100%; float: center !important; position: absolute; text-align: center; top: 55px !important; left: 20px !important; } div#pun-ulinks { width: 100%; float: center !important; position: absolute; text-align: center; top: 230px !important; left: 0px !important; } /*Фон*/ html {background-image: url("http://forumstatic.ru/files/0014/b8/b6/68891.jpg"); background-position: top center; background-repeat: repeat; background-color: #252524; overflow-x: hidden; } /*Фон тела форума*/ #pun { background-image: url("http://forumstatic.ru/files/0014/b8/b6/81872.jpg"); background-position: top center; background-repeat: repeat-y; background-position: top center; background-position : center; width: 865px !important; background-color: transparent; } /*Тело форума*/ .punbb {width:800px !important; margin-left:32px !important;} /*Низ*/ #pun-about .container { border-top-style: none; text-align: center !important; line-height: 100%; padding: 0em 0em; background-color: transparent; font-weight: normal; height: 240px; width: 865px; margin-left: -44px; background-image: url("http://forumstatic.ru/files/0014/b8/b6/84283.jpg"); background-repeat: no-repeat; background-position: bottom; background-overflow-x: hidden; margin-bottom: -40px; } div#html-footer {margin: -160px 0px 0px 0px;} /* CS1.1 */ .punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3, .punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd, .punbb .info-box, .punbb #pun-main .info-box .legend { background-color: transparent; color: #282633; } /* CS1.2 */ .punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer { background-color: transparent; color: #282633; } /*Категории*/ #pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 { background-color: transparent; background-image : url("http://forumstatic.ru/files/0014/b8/b6/84055.jpg"); color: #aea3a2; font-style: normal; font-weight: normal; font-family: Arial; font-size:14px; letter-spacing: 2px; text-decoration: none; text-transform: uppercase; paddind-top: 0px; text-align: center; height: 30px; width: 865px; margin-left:-102px; background-position: top center; background-repeat: no-repeat; display: block; } #profilenav h2 { text-align: left !important; width: 150px !important; } #pun-stats ul.container { background: url("http://forumstatic.ru/files/0014/b8/b6/78366.png") no-repeat scroll 10px 10px transparent !important; padding-left: 80px; height: 80px; } /* CS1.4 */ #pun-title, #pun-title .container, .punbb .modmenu .container { background-color: transparent; color: #282633; } /* CS1.5 */ .punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span { background-color: transparent; color: #282633; } /* CS1.6 */ .punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl { background-color: transparent; color: #271d0d; } /*Цитата и код*/ .punbb .quote-box, .punbb .code-box { max-width:650px !important; border-style: solid !important; border-width: 4px !important; -moz-border-image: url(http://forumstatic.ru/files/0014/b8/b6/35075.png) 4 repeat !important; -webkit-border-image: url(http://forumstatic.ru/files/0014/b8/b6/35075.png) 4 repeat !important; -o-border-image: url(http://forumstatic.ru/files/0014/b8/b6/35075.png) 4 repeat !important; border-image: url(http://forumstatic.ru/files/0014/b8/b6/35075.png) 4 fill repeat !important; } /*Форма ответа*/ .punbb textarea, .punbb select, .punbb input { border-style: solid !important; border-width: 4px !important; -moz-border-image: url(http://forumstatic.ru/files/0014/b8/b6/35075.png) 4 repeat !important; -webkit-border-image: url(http://forumstatic.ru/files/0014/b8/b6/35075.png) 4 repeat !important; -o-border-image: url(http://forumstatic.ru/files/0014/b8/b6/35075.png) 4 repeat !important; border-image: url(http://forumstatic.ru/files/0014/b8/b6/35075.png) 4 fill repeat !important; } /* CS1.8 */ #pun-navlinks .container { background-color: transparent; color: #282633; } .offline li.pa-online strong { font-weight: normal; } /* CS2 Border colours -------------------------------------------------------------*/ /* CS2.1 */ .punbb .container, .punbb .post-body, .post h3, #pun-title { border-color: transparent; } /* CS2.2 */ .punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post { border-color: transparent; } /* CS2.3 */ #pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 { border-color: transparent; } /* CS2.4 */ .punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body, .punbb .post h3 span, .post-links ul, .post-links, .usertable table { border-color: transparent; } /* CS2.5 */ .punbb th { border-color: transparent; } #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: 0px solid transparent; } li.pa-online { border-left-color: transparent; border-left: 0px; } /* CS3 Links -------------------------------------------------------------*/ /* CS3.1 */ .punbb a, .punbb a:link, .punbb a:visited, .punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited { color: #4a1716; letter-spacing: 1px; text-decoration: none; -webkit-transition: color 0.9s ease; -khtml-transition: color 0.9s ease; -moz-transition: color 0.9s ease; -o-transition: color 0.9s ease; } .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: #3c1312; } /* Меню навигации */ #pun-navlinks li a, #pun-navlinks a:link, #pun-navlinks a:visited{ color: #aea3a2; font-style: normal; font-family: Arial; font-size:12px; letter-spacing: 2px; text-decoration: none; text-transform: uppercase; } #pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active { color: #c7bcbb; } /* Пользовательские ссылки */ #pun-ulinks a:link, #pun-ulinks a:visited { color: #7b7473; text-decoration: none; font-family: Arial; letter-spacing: 2px; } #pun-ulinks a:hover, #pun-ulinks a:focus, #pun-ulinks a:active { color: #999291; } /* CS4 Post status icons -------------------------------------------------------------*/ div.icon { background: url(http://forumstatic.ru/files/0014/b8/b6/88489.png) no-repeat; } tr.inew div.icon { background: url(http://forumstatic.ru/files/0014/b8/b6/69122.png) no-repeat; } tr.iclosed div.icon { background: url(http://forumstatic.ru/files/0014/b8/b6/96672.png) no-repeat; } tr.isticky div.icon { background: url(http://forumstatic.ru/files/0014/b8/b6/10617.png) no-repeat; } #pun-main div.catleft, #pun-main div.catright {display: none} #pun-title table tbody tr .title-logo-tdr { position: absolute; z-index: 1; left: 550px; top: 50px; opacity: 0.3;} #pun_wrap #pun #pun-viewtopic.punbb #pun-main .topic .container .post-author ul {text-align: center; } #pun_wrap #pun #pun-viewtopic.punbb #pun-main .topic .container .pa-author {text-align: center; } #pun_wrap #pun #pun-viewtopic.punbb #pun-main .topic .container ul .pa-title {text-align: center; } #pun-messages .post-box {width: 300px;} .lastedit {display: none;} .tclcon h3 {text-transform: uppercase;} #pun-messages .post-box {width: 300px;} .pa-author {font-size: 11px !important; font-family: Arial; margin-bottom:5px !important; margin-top:10px !important; text-transform: uppercase; font-weight: bold !important;} .pa-title {font-size: 11px; font-weight: normal !important; letter-spacing:1px;} hr{color:#2f2f2f;height:1px;border:none;background:#2f2f2f;} #pun th {text-transform: uppercase; font-size:8px;} #pun-main .post-content{text-align: justify !important;} .modlist {font-size:9px;} .post-author ul {line-height: 110% !important; border-style: solid; border-width: 4px; -moz-border-image: url(http://forumstatic.ru/files/0014/b8/b6/35075.png) 4 repeat; -webkit-border-image: url(http://forumstatic.ru/files/0014/b8/b6/35075.png) 4 repeat; -o-border-image: url(http://forumstatic.ru/files/0014/b8/b6/35075.png) 4 repeat; border-image: url(http://forumstatic.ru/files/0014/b8/b6/35075.png) 4 fill repeat;} /*Табличка*/ #menu { background: transparent url(-) top center repeat;; border: none !important; width: auto; } #menu span { padding: 17px 2px 7px; margin-right: 5px; margin: 15px 0; height: auto; opacity: 1.0; font-family: Impact; font-size: 18px; text-transform: uppercase; color: #878582; text-decoration: none; } #menu .tabactive { color: #4a1716; background: transparent; opacity: 1.0; } #submenu { padding: 2px; text-align: center !important; font-size: 11px; width: 580px !important; height: 140px !important;} .submenutext {display: none; height: 0px;} #MenuTxT {background: transparent;} a.tvm, a.tvm:active, a.tvm:link, a.tvm:visited { font-family: tahoma; font-size: 11px; background-color:#878582; color: #171717; font-weight: normal; text-align:center; display: block; margin: 1px; text-decoration: none; font-style: normal; border-left-style: solid; border-left-color: #4a1716; border-left-width: 5px; width:100%; } a.tvm:hover { font-family: tahoma; font-size: 11px; color: #4a1716; background-color:#878582; display: block; font-weight: bold; text-align:center; cursor:crosshair; text-decoration: none; border-left-style: solid; border-left-color: #4a1716; border-left-width: 5px; width:100%; } .pa-fld2 {margin-top: -7px !important;} .pa-fld1 {background: rgba(242, 240, 238, 0.251); border: 3px #a29e9b solid; padding: 3px 3px 3px 3px !important; margin-top: 5px !important; margin-bottom: 5px !important; font-family: Tahoma;} #post .fs-box .container { border-style: solid; border-width: 4px; -moz-border-image: url(http://forumstatic.ru/files/0014/b8/b6/35075.png) 4 repeat; -webkit-border-image: url(http://forumstatic.ru/files/0014/b8/b6/35075.png) 4 repeat; -o-border-image: url(http://forumstatic.ru/files/0014/b8/b6/35075.png) 4 repeat; border-image: url(http://forumstatic.ru/files/0014/b8/b6/35075.png) 4 fill repeat; } #pun-reputation div.inner div.container, #pun-report div.inner div.container, #pun-popup_awards div.inner div.container { border-style: solid; border-width: 4px; -moz-border-image: url(http://forumstatic.ru/files/0014/b8/b6/35075.png) 4 repeat; -webkit-border-image: url(http://forumstatic.ru/files/0014/b8/b6/35075.png) 4 repeat; -o-border-image: url(http://forumstatic.ru/files/0014/b8/b6/35075.png) 4 repeat; border-image: url(http://forumstatic.ru/files/0014/b8/b6/35075.png) 4 fill repeat; } #pun-popup_awards h1, .pa-gifts {display: none;}
Поделиться32015-03-08 16:39:39
[NIC]Например[/NIC]пг
Поделиться42015-03-08 20:15:18
Сегодня 16:39:39
РАСРАС;'"12345
Гость
IP: 2.62.18.72 [?]
пг
Поделиться62015-06-15 01:45:40
японский
/************************************************************* A - SETUP **************************************************************/ /* A1 Import the colour scheme -------------------------------------------------------------*/ /* A1.1 */ @import url(style_cs.css); /* A2 Deal with browser defaults and wonkiness -------------------------------------------------------------*/ li#navawards {display: none !important;} /* A2.1 */ html, body {margin: 0; padding: 0} /* A2.2 */ .punbb * { margin: 0 } /* A2.3 */ .punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt { padding: 0; list-style: none; } /* A2.4 */ .punbb img { border:none } /* A2.5 */ .punbb .main table { table-layout: fixed; width: 100%; } /* A2.6 */ .checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;} /* A2.7 */ p[class="checkfield"] *, div[class="checkfield"] *, fieldset[class="radiofield"] * { height: 1.8em; vertical-align: middle } /* A3 Text setup -------------------------------------------------------------*/ /* A3.1 */ body { font-size: 100.01%; } /* A3.2 */ .punbb { font: normal 68.75% verdana, arial, helvetica, sans-serif; } /* 3.3 */ .punbb textarea, .punbb input, .punbb select, .punbb optgroup { font: 1em verdana, arial, helvetica, sans-serif } /* A3.4 */ .punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th { font-size: 1em; font-weight: normal; } /* A3.5 */ .punbb h1 span, .punbb h2 span, .punbb legend span { font-size: 1.1em; } /* 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: 0px auto auto auto; float: none; padding: 0px 0px 0px 0px; border: none; width: 850px; height: auto; } /* A5.2 */ .punbb { width: 100%; height: auto; } /* A5.3 */ #pun-redirect { margin: 150px 20% 12px 0%; float: center; position:absolute; height: 150px !important; width:800px!important; background-color: #8cbce4; color:#8cbce4 !important; background-image : url("http://s1.uploads.ru/i/9d762.jpg"); background-position: left 77% !important; font-size: 0px; background-repeat : no-repeat; } #pun-maint, #pun-redirect h1 {display:none;} #pun-redirect a { position:absolute; color: #134890; font-style: normal; font-family: Sylfaen; font-size:11px; text-decoration: none; font-variant: small-caps; margin-top:70px !important; margin-left:250px !important; text-transform: uppercase; width:300px!important;line-height:9px;text-align:center;} /* A5.4 */ .punbb .section, .punbb .main { margin-bottom: 1em; } /* A5.5 */ .punbb .category, .punbb .post { margin-top: 0.4em; } /* A5.6 */ .punbb #pun-category1, .punbb .toppost, .punbb .topicpost { margin-top: 0; } /* 5.7 */ #pun-post .topic { margin-top: 1em; } /* A5.8 */ .punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post { border-style: none none solid none; border-width: 0px 0px 2px 0px } /* A5.9 */ .punbb .container { border-style: solid; border-width: 1px; } /* A5.10 */ .punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 { padding: 1em 5em; border-style: none solid solid none; border-width: 0 1px 1px 0; } /************************************************************* B - MAIN CONTENT - GENERAL **************************************************************/ /* B1 Parsed Content, Signatures and Scroll Boxes -------------------------------------------------------------*/ /* B1.1 */ .punbb .post-content { padding: 0; margin: 0; width: 100%; overflow: hidden; } /* B1.2 */ .punbb .post-sig dt { display: block; border-top: 1px solid #888; width: 250px; margin: 5px 0; } /* B1.3 */ .punbb .post-content p { margin: 0; padding: 0 0 1em 0; line-height: 150%; } /* B1.4 */ .punbb .post-content img { vertical-align: text-bottom } /* B1.5 */ .punbb .post-content img.postimg { vertical-align: middle; } /* B1.6 */ .punbb .post-content .blockcode, .punbb .post-content blockquote { width: 100%; overflow: hidden; } /* B1.7 */ .punbb .post-content .scrollbox { width: 100%; overflow: auto; } /* B1.8 */ .punbb .post-content .quote-box, .punbb .post-content .code-box { margin: 0.4em 1.8em 1.4em 1.8em; padding: 1em; border-style: solid; border-width: 1px; } /* 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; margin-top: -40px !important; height: 0; } /* B3.2 */ .multipage { margin-top: 3em; } /* B3.3 */ .linkst .pagelink { position: absolute; top: -4em; left: 1em; width: 24em; } /* B3.4 */ .linkst .postlink { position: absolute; top: -4em; right: 1em; width: 16em; text-align: right; font-weight: bold; } /* B3.5 */ .punbb .linksb { text-align: right; padding: 0.4em 1em 0.5em 1em; font-size: 1.1em; } /* 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 12em 0 0; height: 100%; /* For IE */ } /* C1.16 */ .punbb textarea, .punbb .longinput input { width: 64%; margin: 0; } /* C1.17 */ .punbb .hashelp { position: relative; } /* C1.18 */ .punbb .helplinks { display: block; position: absolute; top: 1em; right: 0; font-weight: normal; width: 36%; } /* c1.19 */ .punbb #profile .helplinks { top: 1.5em; } /* C1.20 */ .punbb .helplinks span { display: block; padding-bottom: 0.2em; } /* C1.21 */ #pun-post .formal .info-box li { padding-left: 4px; list-style-type: square; list-style-position: inside; line-height: 1.5; margin: 0; } /* C2 Table layout -------------------------------------------------------------*/ /* C2.1 */ .punbb .main .tcl { overflow: hidden; text-align: left; width: 50%; left:10px; } /* 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: center; 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: normal; } /* C2.9 */ .punbb td span.youposted { font-weight: bold; margin-left: -1em; position: absolute; } /* C2.10 */ .punbb td .modlist { display: block; padding-top: 0.3em } /* C2.11 */ .punbb .main td { border-style: solid none none solid; border-width: 1px 0 0 1px; padding: 0.8em 1em; } /* C2.12 */ .punbb .main th { border-style: none none none solid; border-width: 0 0 0 1px; padding: 0.4em 1em 0.4em 1em; } /* C2.13 */ .punbb .main .tcl { border-left-style: none; border-left-width: 0 } /* C2.14 */ .punbb tbody.hasicon td.tcl { padding-left: 1em } /* C2.15 */ .punbb div.icon { float: left; display: block; width: 42px; height: 41px; padding-top: 0px; background-position: left; } /* C3 Topics -------------------------------------------------------------*/ /* C3.1 */ .punbb .post .container { border-style: none solid solid solid; border-width: 1px; margin-top: -1px; padding-bottom: 1px; } /* C3.2 */ .punbb .post h3 { border-style: solid solid none solid; border-width: 1px; } /* C3.3 */ .punbb .post h3 span { padding: 0.5em 1em; display: block; margin-left: 19em; 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; width: 19em; 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: normal; } /* 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: 0em; 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; text-align:center; } /* C3.18 */ .punbb .clearer { clear: both; height: 0; font-size: 0; } /* C4 Moderator menu -------------------------------------------------------------*/ /* C4.1 */ .punbb .modmenu .container { padding: 0.5em 1em; text-align: right; } /* C4.2 */ .punbb .modmenu strong, .punbb .modmenu a { height: 1.8em; line-height: 1.8em; } /* C4.3 */ .punbb .modmenu .container strong { float: left; } /* C4.4 */ .punbb .modmenu input { margin-left: 1em; } /* C5 Message boxes -------------------------------------------------------------*/ /* C5.1 */ .punbb .info .container { padding: 0.8em 1em } /* C5.2 */ .punbb .info .container .backlink { padding-top: 0.8em; } /* C6 Profile -------------------------------------------------------------*/ /* C6.1 */ #profile .container { padding-left: 18.6em; } /* C6.2 */ #profilenav { float: left; width: 14em; margin-left: -16.3em; display: inline; } /* C6.3 */ #profilenav li { padding-bottom: 0.8em; font-weight: bold; } /* C6.4 */ #viewprofile ul, #profilenav ul { border-style: solid; border-width: 1px; padding: 1.5em 18px 0.8em 18px; margin: 0 0 1em 0; } /* C6.5 */ #viewprofile h2, #profilenav h2 { background: transparent; border: none; padding: 0 0 0 0; margin: 0 14px -0.6em 14px; } /* C6.6 */ #viewprofile h2 span, #profilenav h2 span { padding: 0 5px; position: relative; } /* C6.7 */ #viewprofile li, #setmods dl { padding: 0 0 0 16em; margin-bottom: 0.2em; } /* C6.8 */ #viewprofile li span { float: left; width: 14em; margin-left: -16em; padding: 0.5em 1em; font-weight: bold; } /*C6.9 */ #setmods dt { float: left; width: 14em; margin-left: -16em; padding: 0.8em 1em; font-weight: bold; display: inline; } /* C6.10 */ #viewprofile li strong, #viewprofile li div, #setmods dd { display: block; padding: 0.5em 1em; font-weight: normal; } /* C6.11 */ .punbb img.avatardemo { float: right; margin: 0 0 0.8em 1.8em } /* C7 User list -------------------------------------------------------------*/ /* C7.1 */ #pun-userlist .formal, #pun-userlist .formal .container { border-bottom: none; margin-bottom: 0; } /* C7.2 */ #pun-userlist .usertable .container { padding: 0 2.3em 2.3em 2.3em; border-top: none; } /* C7.3 */ #pun-userlist .usertable table { border-style: solid; border-width: 1px; } /************************************************************* D - PUNBB SECTIONS OTHER THAN MAIN CONTENT **************************************************************/ /* D1 Logo and description -------------------------------------------------------------*/ /* D1.1 */ #pun-title { margin: 0; border-style: none none none none; border-width: 0px 0px 0 0px; } /* D1.2 */ #pun-title h1 { display : block; padding: 2em 1em 0 1em; } /* D1.3 */ #pun-title .container { border-style: none none none none; } /* D1.4 */ #pun-title h1 span { font-size: 1.5em; } /* D1.4 */ #pun-title h1 span { display: none; } /* D2 Page navigation -------------------------------------------------------------*/ /* D2.1 */ #pun-pagelinks { position: absolute; top: -15px; left: 0; margin: 0; border: none; padding: 0; width: 100%; } /* D2.2 */ #pun-pagelinks .container { background: transparent; border: none; padding: 0} /* D2.3 */ #pun-pagelinks .container li { display: inline } /* D2.4 */ #pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover { height: 2em; line-height: 2em; padding: 0; font-size: 1.2em; margin-left: -9999px; display: block; float:left; width: 100%; } /* D2.5 */ #pun-pagelinks a:active, #pun-pagelinks a:focus { position:relative; margin: 0; } #pun-pagelinks li a span { display:block; margin: 0 1em } /* D3 Forum navigation -------------------------------------------------------------*/ /* D3.1 */ #pun-navlinks, #pun-navlinks .container { border-style: none; border-width: 0; margin: -20px; text-align: center; } /* D3.2 */ #pun-navlinks .container { padding: 0.7em 1em; } /* D.3 */ #pun-navlinks li { display: inline; padding-right: 1em; } /* D4 User links -------------------------------------------------------------*/ /* D4.1 */ #pun-ulinks { margin-top: 0; text-align: center; text-transform: lowercase; } /* D4.2 */ #pun-ulinks .container { border-top: none; padding: 0.7em 1em; } /* D4.3 */ #pun-ulinks li, #pun-ulinks li a { display: inline; border-left-style: solid; border-left-width: 1px; white-space: nowrap; } /* D4.4 */ #pun-ulinks li a { padding: 0 0.3em 0 0.6em } /* D4.5 */ #pun-ulinks li.item1, #pun-ulinks li.item1 a { border-left-style: none; border-left-width: 0; padding-left: 0 } /* D5 Welcome box and Top Breadcrumbs -------------------------------------------------------------*/ /* D5.1 */ #pun-status, #pun-status .container { border-bottom: none; margin-bottom: 0; } /* D5.2 */ #pun-status .container { 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: -1em 0em -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: 0em 0 0.8em 0; border-bottom-style: solid; border-bottom-width: 1px; } /* D6.3 */ #pun-announcement .container { padding: 0em 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: 0; } /* D8.4 */ #pun-about .container { border-top-style: none; text-align: right; line-height: 150%; padding: 0.8em 1em; } /* D8.5 */ #pun-about p span { display:block; padding-left: 50%; } /* 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; }
/* CS1 Background and text colours -------------------------------------------------------------*/ #pun-announcement h2 {display: none;} #pun-announcement .container {margin-top: -1em !important; background: url(http://forumstatic.ru/files/0014/b8/b6/90744.jpg) top center no-repeat;} /*Боковой блок*/ #html-header{ min-height: inherit; height: inherit; clear: both; } #pun-index{ clear: both; } .sidebar { position: absolute; top: 250px; margin-left: 817px !important; width:170px; color: #78665c; font-size: 10px; text-align: justify; overflow-y: auto; overflow: hidden; } .sidebar a, .sidebar a:link, .sidebar a:visited, .sidebar a:hover, .sidebar a:focus, .sidebar a:active {color: #a2958e !important;} /*Шапка*/ #pun-title table { background-image: url("http://forumstatic.ru/files/0014/de/4e/21032.jpg"); background-position: top center; background-repeat: no-repeat; border: none; margin-left: -100px; height: 257px; width: 1200px; } .punbb A IMG{ max-width: 500px; max-height: 500px; border: 1px solid #;} /*Смещение навигации вверх*/ div#pun-navlinks { width: 100%; float: center !important; position: absolute; text-align: center; top: 47px !important; left: 20px !important; } div#pun-ulinks { width: 100%; float: center !important; position: absolute; text-align: center; top: 193px !important; left: 0px !important; } /*Фон*/ html {background: url("http://forumstatic.ru/files/0014/de/4e/39103.jpg") top center repeat; background-color: #2c2c0f; overflow-x: hidden; } /*Подложка*/ body {background: url("http://forumstatic.ru/files/0014/de/4e/35643.jpg") top center repeat-x, url("http://forumstatic.ru/files/0014/de/4e/68546.jpg") bottom center repeat-x; margin: 0 0 0 0 !important;} /*Фон тела форума*/ #pun { background-image: url("http://forumstatic.ru/files/0014/de/4e/94856.jpg"); background-position: top center; background-repeat: repeat-y; background-position: top center; background-position : center; width: 1040px !important; background-color: transparent; } /*Тело форума*/ .punbb {width:800px !important; margin-left:22px !important;} /*Низ*/ #pun-about .container { border-top-style: none; text-align: center !important; line-height: 100%; padding: 0em 0em; background-color: transparent; font-weight: normal; font-size: 0px !important; color: transparent !important; height: 200px; width: 1200px; margin-left: -101px; margin-bottom: -18px; background-image: url("http://forumstatic.ru/files/0014/de/4e/18853.jpg"); background-repeat: no-repeat; background-position: bottom; background-overflow-x: hidden; } div#html-footer {margin: 0px 0px 0px 0px;} /* CS1.1 */ .punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3, .punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd, .punbb .info-box, .punbb #pun-main .info-box .legend { background-color: transparent; color: #282633; } /* CS1.2 */ .punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer { background-color: transparent; color: #282633; } /*Категории*/ #pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 { background-color: transparent; background-image : url("http://forumstatic.ru/files/0014/de/4e/45410.png"); color: #8c6323; text-shadow: 1px 1px 0px #000000 !important; line-height: 100% !important; font-family: ChinaCyr, Cambria !important; font-style: normal; font-size:18px; text-decoration: none; text-transform: uppercase; paddind-top: 0px; text-align: center; height: 30px; background-position: top center; background-repeat: no-repeat; display: block; } #pun-stats h2 span, .punbb .main h2 span, .category h2 span, #post-form h2 span { padding: 30px 30px !important; font-family: ChinaCyr, Cambria !important; } #profilenav h2 { text-align: left !important; width: 150px !important; } #pun-stats ul.container { background: url("http://forumstatic.ru/files/0014/de/4e/85410.png") no-repeat scroll 26px 10px transparent !important; padding-left: 90px; height: 80px; } /* CS1.4 */ #pun-title, #pun-title .container, .punbb .modmenu .container { background-color: transparent; color: #282633; } /* CS1.5 */ .punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span { background-color: transparent; color: #282633; } /* CS1.6 */ .punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl { background-color: transparent; color: #271d0d; } /*Цитата и код*/ .punbb .quote-box, .punbb .code-box { max-width:650px !important; background: rgba(236, 221, 217, 0.251) !important; border: 3px rgba(55, 36, 36, 0.206) solid !important; color: rgba(55, 36, 36, 0.806); } /*Форма ответа*/ .punbb textarea, .punbb select, .punbb input { background: rgba(236, 221, 217, 0.251) !important; border: 3px rgba(55, 36, 36, 0.206) solid !important; } /* CS1.8 */ #pun-navlinks .container { background-color: transparent; color: #282633; } .offline li.pa-online strong { font-weight: normal; } /* CS2 Border colours -------------------------------------------------------------*/ /* CS2.1 */ .punbb .container, .punbb .post-body, .post h3, #pun-title { border-color: transparent; } /* CS2.2 */ .punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post { border-color: transparent; } /* CS2.3 */ #pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 { border-color: transparent; } /* CS2.4 */ .punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body, .punbb .post h3 span, .post-links ul, .post-links, .usertable table { border-color: transparent; } /* CS2.5 */ .punbb th { border-color: transparent; } #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: 0px solid transparent; } li.pa-online { border-left-color: transparent; border-left: 0px; } /* CS3 Links -------------------------------------------------------------*/ /* CS3.1 */ .punbb a, .punbb a:link, .punbb a:visited, .punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited { color: #3f4b09; letter-spacing: 0px; text-decoration: none; -webkit-transition: color 0.9s ease; -khtml-transition: color 0.9s ease; -moz-transition: color 0.9s ease; -o-transition: color 0.9s ease; } .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: #212a08; } /* Меню навигации */ #pun-navlinks li a, #pun-navlinks a:link, #pun-navlinks a:visited{ color: #d69b3a; text-shadow: 1px 1px 0px #000000 !important; font-style: normal; font-family: ChinaCyr, Arial Narrow; font-size:16px !important; letter-spacing: 0px; font-size: 110%; text-decoration: none; text-transform: uppercase; } #pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active { color: #e4b260; } /* Пользовательские ссылки */ #pun-ulinks a:link, #pun-ulinks a:visited { color: #a78c68; text-shadow: 1px 1px 0px #270202 !important; font-size: 110%; font-weight: bold !important; text-decoration: none; font-family: Arial Narrow; letter-spacing: 3px; font-size: 10px !important; } #pun-ulinks a:hover, #pun-ulinks a:focus, #pun-ulinks a:active { color: #564842; } /* CS4 Post status icons -------------------------------------------------------------*/ div.icon { background: url(http://forumstatic.ru/files/0014/de/4e/86186.png) no-repeat; } tr.inew div.icon { background: url(http://forumstatic.ru/files/0014/de/4e/41000.png) no-repeat; } tr.iclosed div.icon { background: url(http://forumstatic.ru/files/0014/de/4e/96258.png) no-repeat; } tr.isticky div.icon { background: url(http://forumstatic.ru/files/0014/de/4e/42639.png) no-repeat; } #pun-main div.catleft, #pun-main div.catright {display: none} #pun-title table tbody tr .title-logo-tdr { position: absolute; z-index: 1; left: 0px; top: 40px; opacity: 0.3;} #pun_wrap #pun #pun-viewtopic.punbb #pun-main .topic .container .post-author ul {text-align: center; } #pun_wrap #pun #pun-viewtopic.punbb #pun-main .topic .container .pa-author {text-align: center; } #pun_wrap #pun #pun-viewtopic.punbb #pun-main .topic .container ul .pa-title {text-align: center; } #pun-messages .post-box {width: 300px;} .lastedit {display: none;} .tclcon h3 {text-transform: uppercase; font-size: 140% !important; font-weight: bold !important; font-family: Arial Narrow;} #pun-messages .post-box {width: 300px;} .pa-author {font-size: 15px !important; font-family: ChinaCyr, Arial Narrow; margin-bottom:5px !important; margin-top:10px !important; text-transform: uppercase; color: #1a350c !important;} .pa-title {font-size: 11px; font-family: Arial Narrow; font-weight: normal !important; letter-spacing:1px;} hr{color:#2f2f2f;height:1px;border:none;background:#2f2f2f;} #pun th {text-transform: uppercase; font-size:7px;} #pun-main .post-content{text-align: justify !important;} .modlist {font-size:9px;} .post-author ul {line-height: 110% !important; width:200px;} ul li.pa-avatar img {border-style: solid; border-width: 8px; -moz-border-image: url(http://forumstatic.ru/files/0014/de/4e/24385.png) 8 repeat; -webkit-border-image: url(http://forumstatic.ru/files/0014/de/4e/24385.png) 8 repeat; -o-border-image: url(http://forumstatic.ru/files/0014/de/4e/24385.png) 8 repeat; border-image: url(http://forumstatic.ru/files/0014/de/4e/24385.png) 8 fill repeat; max-height:250px; max-width:180px;} a.tvm, a.tvm:active, a.tvm:link, a.tvm:visited { border-left: #404106 4px solid; border-right: #404106 4px solid; display: block; margin-bottom: 1px; text-transform: lowercase; font-family: arial; font-style: italic; font-size: 10px; letter-spacing: 1px; background: #2f1b00; color: #c6b7a5 !important; text-align: center; padding: 1px 1px 1px 10px; letter-spacing: 2px; text-shadow: 0px 0px 0px transparent !important; -webkit-border-radius: 20px; -moz-border-radius: 20px; } a.tvm:hover { -moz-transition: 0.5s ease; -webkit-transition: 0.5s ease; border-left: #404106 4px solid; border-right: #404106 4px solid; display: block; text-transform: lowercase; font-family: arial; font-size: 10px; letter-spacing: 7px; background: #2f1b00; text-decoration: none; color: #c6b7a5 !important; text-align: center; padding: 1px 1px 1px 20px; } .pa-fld2 {margin-top: -7px !important;} .pa-fld1 {background: rgba(255, 255, 255, 0.251) !important; border-top: 3px #323f07 solid; border-bottom: 3px #323f07 solid; border-right: 0px # solid; border-left: 0px # solid; padding: 3px 3px 3px 3px !important; margin-top: 5px !important; margin-bottom: 5px !important; font-family: Tahoma;} #post .fs-box .container { border-style: solid !important; border-width: 4px !important; -moz-border-image: url(http://forumstatic.ru/files/0014/de/4e/24019.jpg) 4 repeat !important; -webkit-border-image: url(http://forumstatic.ru/files/0014/de/4e/24019.jpg) 4 repeat !important; -o-border-image: url(http://forumstatic.ru/files/0014/de/4e/24019.jpg) 4 repeat !important; border-image: url(http://forumstatic.ru/files/0014/de/4e/24019.jpg) 4 fill repeat !important; } #pun-reputation div.inner div.container, #pun-report div.inner div.container, #pun-popup_awards div.inner div.container { border-style: solid !important; border-width: 4px !important; -moz-border-image: url(http://forumstatic.ru/files/0014/de/4e/24019.jpg) 4 repeat !important; -webkit-border-image: url(http://forumstatic.ru/files/0014/de/4e/24019.jpg) 4 repeat !important; -o-border-image: url(http://forumstatic.ru/files/0014/de/4e/24019.jpg) 4 repeat !important; border-image: url(http://forumstatic.ru/files/0014/de/4e/24019.jpg) 4 fill repeat !important; } #pun-popup_awards h1, .pa-gifts {display: none;} .forumop {background: rgba(236, 221, 217, 0.251) !important; border: 3px rgba(55, 36, 36, 0.206) solid !important; color: rgba(55, 36, 36, 0.606); margin-left: 40px !important; /*font-variant: small-caps;*/ font-family: Arial Narrow; letter-spacing: 1px; padding: 3px 3px 3px 3px; font-size: 12px;}
<script type="text/javascript" src="http://forumstatic.ru/files/0014/de/4e/53374.css"></script> <div class="sidebar" id="side-navigation"> <center><font style="font-size:16px; font-family: ChinaCyr, Arial Narrow; color:#8c6323; letter-spacing: 0px;">НОВОСТИ</font></center> ► <b><a href="http://bleached.rolebb.com/viewtopic.php?id=291#p32582">Мафия</a>!</b><br> ► Новый дизайн! <a href="http://bleached.rolebb.com/viewtopic.php?id=279#p31786">Высказать свое мнение можно в этой теме.</a><br> ► Старт внесюжетного раздела <a href="http://bleached.rolebb.com/viewforum.php?id=21">"Городские легенды"</a>.<br> ► Объявляется набор квинси в организацию "Ванденрейх"! Спешите занять вакантные роли!<br> ► Созданы <a href="http://vk.com/bleachedfrpg">группа вконтакте</a> и <a href="https://twitter.com/bleached_frpg">твиттер</a>. <br><br> Своими идеями касательно дальнейшего развития сюжета вы можете поделиться <a href="http://bleached.rolebb.com/viewtopic.php?id=14">в этой теме</a>, а <a href="http://bleached.rolebb.com/viewtopic.php?id=105">здесь</a> можно заказать персональный квест.<br><br> Пс-с-с, гость, не хочешь немного упрощенного приёма? <a href="http://bleached.rolebb.com/viewtopic.php?id=25#p39">Акция #1: Канон - это сила!</a><br><br> <center><b>Проголосуйте за нас:</b></center> <p style="width:185px; text-align:center;"><!-- Top.Roleplay.Ru --><script type="text/javascript" language="javascript">var topRPGc="<img src='http://top.roleplay.ru/cgi-bin/iv.cgi?a=ins&id=23017&rnd=" + Math.random(); topRPGc += "&r="+escape(document.referrer)+"' width='1' height='1' border='0'><a href='http://top.roleplay.ru/23017' title='Рейтинг Ролевых Ресурсов - RPG TOP' target='top_'>"+"<img src='http://img.rpgtop.su/88x31x11x1.gif' alt='Рейтинг Ролевых Ресурсов - RPG TOP' border='0' width='88' height='31'></a> ";document.write(topRPGc);</script> <noscript><img src='http://top.roleplay.ru/cgi-bin/iv.cgi?a=ins&id=23017' width='1' height='1' border='0'><a href='http://top.roleplay.ru/23017' target='_top'><img src='http://img.rpgtop.su/88x31x11x1.gif' alt='Рейтинг Ролевых Ресурсов - RPG TOP' border='0' width='88' height='31'></a></noscript><!-- /Top.Roleplay.Ru --> <a href="http://forum-top.ru/vote/4150" title="Рейтинг форумов Forum-top.ru" target="blank"><img src="http://forum-top.ru/uploads/buttons/forum-top_88x31_3.gif" alt="Рейтинг форумов Forum-top.ru" /></a> </p> <br><br> <center><font style="font-size:16px; font-family: ChinaCyr, Arial Narrow; color:#8c6323; letter-spacing: 0px;">ВАЖНЫЕ ССЫЛКИ</font></center> <a href="http://bleached.rolebb.com/viewtopic.php?id=7" class="tvm">Сюжет</a> <a href="http://bleached.rolebb.com/viewtopic.php?id=4" class="tvm">Персонажи</a> <a href="http://bleached.rolebb.com/viewtopic.php?id=3" class="tvm">Правила</a> <a href="http://bleached.rolebb.com/viewtopic.php?id=24" class="tvm">FAQ</a> <a href="http://bleached.rolebb.com/viewtopic.php?id=11" class="tvm">Гостевая</a> <a href="http://bleached.rolebb.com/viewtopic.php?id=6" class="tvm">Шаблон анкеты</a> <a href="http://bleached.rolebb.com/viewtopic.php?id=5" class="tvm">Розыск персонажей</a> <a href="http://bleached.rolebb.com/viewtopic.php?id=207" class="tvm">Хроника игры</a> <a href="http://bleached.rolebb.com/viewtopic.php?id=8" class="tvm">Личное звание</a> <a href="http://bleached.rolebb.com/viewtopic.php?id=10" class="tvm">Новости проекта</a> <a href="http://bleached.rolebb.com/viewtopic.php?id=77" class="tvm">Наша реклама</a> <a href="http://bleached.rolebb.com/viewtopic.php?id=21" class="tvm">Баннерообмен</a> <br><br> <center><font style="font-size:16px; font-family: ChinaCyr, Arial Narrow; color:#8c6323; letter-spacing: 0px;">ОЧЕРЕДНОСТЬ ПОСТОВ</font></center> <a href="http://bleached.rolebb.com/viewtopic.php?id=210"> #1.3</a> — Shihouin Yoruichi<br> <a href="http://bleached.rolebb.com/viewtopic.php?id=226"> #1.4</a> — - <br> <a href="http://bleached.rolebb.com/viewtopic.php?id=238"> #1.6</a> — Urahara Kisuke <br> <a href="http://bleached.rolebb.com/viewtopic.php?id=327"> #1.7</a> — Ise Nanao<br> <a href="http://bleached.rolebb.com/viewtopic.php?id=254"> #2.1</a> — Zaraki Kenpachi <br> <a href="http://bleached.rolebb.com/viewtopic.php?id=308"> #3.1</a> — Aizen Sosuke <br> <a href="http://bleached.rolebb.com/viewtopic.php?id=325"> #3.2</a> — Mentira Afonso<br> <br><br> <p style="width:185px; text-align:center;"><font style="font-size:16px; font-family: ChinaCyr, Arial Narrow; color:#8c6323; letter-spacing: 0px;">КАТАЛОГИ</font><br> <a href="http://lylife.ru/" target="_blank"><img src="http://s2.uploads.ru/1tCcd.png" title="Каталог форумов" alt="LYL"></a> <a target="_blank" href="http://tank.mybb.ru" title="Ролевой Каталог 'ТАНКЪ'"><img src="http://forumstatic.ru/files/000e/fd/f7/73767.gif" border="0"></a> <a href="http://whitepr.0pk.ru/" title="Здесь может быть ваша реклама!" target=_blank> <img src="http://forumstatic.ru/files/0010/0e/ae/12788.jpg" border="0" alt="White PR"></a><br><br> <font style="font-size:16px; font-family: ChinaCyr, Arial Narrow; color:#8c6323; letter-spacing: 0px;">НАШИ ПАРТНЁРЫ</font><br> <b>Важно:</b><br> <a href="http://datrivius.rusff.me/" title="Dragon Age: Trivius" target="blank"><img src="http://5.firepic.org/5/images/2014-12/15/uy1e4ndsiobe.jpg"/></a><a href="http://bleachzknr.mybb.ru/" target=_blank><img src="http://forumstatic.ru/files/000e/9d/8b/85922.gif" title="FRPG: BLEACH. ZKNR" ></a> <br><br> <b>Прочие:</b><br> <a href="http://got.f-rpg.ru/"><img src="http://funkyimg.com/i/J4g9.gif" border="0" title="GAME OF THRONES: winter has come" width="88" height="31"></a><a href="http://sw.webtalk.ru/" target=_blank><img src="http://uploads.ru/t/o/k/1/ok12U.jpg" title=" Bleach: Swords' world" ></a><a href=http://felicis.anihub.ru/><img src=http://sd.uploads.ru/kB4Nh.png /></a><a href=http://bleachng.anihub.ru/><img src=https://dl.dropboxusercontent.com/u/3936427/bng/info/piar/banner6.gif border =0 alt=”Bleach. New Generation”></a><a href="http://shamanking.goodbb.ru/"><img src="http://i64.fastpic.ru/big/2014/1022/35/945a48655af0aa98a78915f5d649fa35.png" title=" »Shaman King: Reboot"></a><a target="_blank" href=http://stairs.rusff.me/><img src="http://funkyimg.com/i/MtUF.gif" WIDTH=88 HEIGHT=31 border=0></a><a href="http://gofate.ru/"><img src="http://forumstatic.ru/files/0015/38/12/54059.gif" width="88px" height="31px" title="Врата Судьбы: авторский мир, аниме, фэнтези, приключения; система игры эпизодическая, рейтинг NC-21" alt="Gates of FATE" /></a><a href='http://narutofromdust.ru/' target='_blank' title='Naruto: From Dust'><img src='http://sf.uploads.ru/t/IkLXt.png' border='0' width='88' height='31' alt='Naruto: From Dust'></a><a href="http://ourlives.rusff.me" target="_blank"><img src="http://savepic.su/5087650.png" border="0" alt="OUR LIVES" /></a><a href="http://siderae.anihub.ru/"><img src="http://savepic.net/6376317m.gif" title="» St Leonard's School"></a><a href="http://messtobears.rusff.me/" target="_blank"><img src="http://sf.uploads.ru/IvWFx.gif" width="88" height="31"></a><a href="http://neopolis.rusff.me/" title="Аниме, омегаверс, NC-17" target="_blank"> <img src="http://forumstatic.ru/files/0014/ef/e4/23398.gif" alt="Неополис"></a> <a href="http://yourbasketball.anihub.ru/"><img src="http://savepic.net/6718167m.gif"></a> <a href="http://distortion.mybb.ru" target="_blank"><img src="http://sa.uploads.ru/tDapI.gif" alt="Bleach: distortion" title="Bleach: distortion"></a> <a href="http://raiden.anihub.ru/"><img src="http://savepic.su/4923352.gif" width=88 height=31 border=0></a> <a href="http://umbra.rusff.me/"><img src="http://funkyimg.com/i/XKLg.gif"></a> <a href="http://fteb.ru/" alt="Fairy Tail: Eternal Blaze" target=_blank><img src="http://se.uploads.ru/3X0a4.png" border="0" ></a> </p> </div> <div style="position:fixed;z-index:1003; right :0.5%; bottom: 40%; opacity:0.6; box-shadow: 0px 0px 0px transparent !important;"> <a href="#top" onclick="scrollTo(0,0); return false;" title="Вверх страницы"> <img src="http://forumstatic.ru/files/0014/de/4e/86819.png" alt="Вверх страницы"> </a> <br> <br> <a href="#top" onclick="scrollTo(0, document.body.scrollHeight); return false;" title="Вниз страницы"> <img src="http://forumstatic.ru/files/0014/de/4e/51812.png" alt="Вниз страницы"> </a> </div>
<script language="JavaScript"> var str = new String(document.getElementById("navpm").innerHTML) var str2 = new String(document.location) if( (str.indexOf("(") != -1) && (str2.indexOf("messages.php") == -1) ) { alert("Адская бабочка!") } </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> <script type="text/javascript"> PiarNik="Jigoku Chou"; PiarPas="1111"; var L="<div id=\"PR_loginDiv\" style=\"display:none;\">\ <form id=\"form_login\" name=\"login\" method=\"post\" action=\"login.php?action=in\" onsubmit=\"return check_form()\">\ <fieldset>\ <input type=\"hidden\" name=\"form_sent\" value=\"1\"/>\ <input type=\"text\" id=\"fld1\" name=\"req_username\" size=\"21\" maxlength=\"25\"/>\ <input type=\"text\" id=\"fld2\" name=\"req_password\" size=\"7\" maxlength=\"16\"/>\ <input type=\"submit\" class=\"button\" name=\"login\"/>\ </fieldset>\ </form>\ </div>\ <li id=\"navpiar\"><a onclick=\"PiarIn()\"><span style=\"cursor:pointer\">Пиар-вход</span></a></li>"; if($("#navlogin").html()!=null){ $("#navlogin").after(L) //navlogin $("#PR_loginDiv #fld1").val(PiarNik) $("#PR_loginDiv #fld2").val(PiarPas) function PiarIn () {$("#PR_loginDiv input[type='submit']").click();} } </script> <script type="text/javascript"> Reader="Hollow"; ReaderPas="1234"; var L="<div id=\"Reader_loginDiv\" style=\"display:none;\">\ <form id=\"form_login\" name=\"login\" method=\"post\" action=\"login.php?action=in\" onsubmit=\"return check_form()\">\ <fieldset>\ <input type=\"hidden\" name=\"form_sent\" value=\"1\"/>\ <input type=\"text\" id=\"rd1\" name=\"req_username\" size=\"21\" maxlength=\"25\"/>\ <input type=\"text\" id=\"rd2\" name=\"req_password\" size=\"7\" maxlength=\"16\"/>\ <input type=\"submit\" class=\"button\" name=\"login\"/>\ </fieldset>\ </form>\ </div>\ <li id=\"navrid\"><a onclick=\"ReaderIn()\"><span style=\"cursor:pointer\">Читатель</span></a></li>"; if($("#navlogin").html()!=null){ $("#navlogin").after(L) //navlogin $("#Reader_loginDiv #rd1").val(Reader) $("#Reader_loginDiv #rd2").val(ReaderPas) function ReaderIn() {$("#Reader_loginDiv input[type='submit']").click();} } </script> <!--Цветовыделение --> <script type="text/javascript"> inColor("#944c00", new Array("Kuchiki Rukia", "Abarai Renji", "Kurosaki Ichigo", "Superhero")) inColor("#7d9109", new Array("Ulquiorra Schiffer", "Ise Nanao")) inColor("#7f604f", new Array("Jigoku Chou")) function inColor(color, myarray){ var a=document.links for(i=0;i<a.length;i++){ for(q=0;q<myarray.length;q++){ if(a[i].innerHTML==myarray[q]){ a[i].innerHTML="<span style=\"color: "+color+";\">"+myarray[q]+"</span>" }}}} </script> <script type="text/javascript"> var fld = document.getElementsByClassName("pa-fld2") for(i=0;i<fld.length;i++){ fld[i].innerHTML=fld[i].innerHTML.substring(fld[i].innerHTML.indexOf(":")+1) } </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> <!-- спойлер наград на Rusff в Профиле, в Топике --> <style> .post-author-Sp{ /*background-color:transparent!important;*/ } img.aw{ background-color:transparent!important; } ul.wrapper{ margin-left:-15px; width:191px!important; margin-bottom:-20px; display:none; } ul.wrapper, ul.wrapper li.pa-awards{ border-color:transparent; } </style> <script> // кнопка - ссылка на Картинку var Img="http://forumstatic.ru/files/0014/de/4e/47257.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 select_text(elem) { if(window.getSelection) { var s=window.getSelection(); if(s.setBaseAndExtent){ s.setBaseAndExtent(elem,0,elem,elem.innerText.length-1); } else { var r=document.createRange(); r.selectNodeContents(elem); s.removeAllRanges(); s.addRange(r); } } else if(document.getSelection){ var s=document.getSelection(); var r=document.createRange(); r.selectNodeContents(elem); s.removeAllRanges(); s.addRange(r); } else if(document.selection){ var r=document.body.createTextRange(); r.moveToElementText(elem); r.select(); } } </script> <script type="text/javascript"> var div = document.getElementById('pun-main').getElementsByTagName('div'); for(x in div){ if(div[x].className=='code-box'){ div[x].getElementsByTagName('strong')[0].innerHTML = '<a href="#" onclick="select_text(this.parentNode.parentNode.childNodes[1].getElementsByTagName(\'pre\')[0]); return false;">Выделить код</a>'; } } </script> <!--Меняем Шрифт в Топике --> <style id=a_fnt>.post h3 img{margin:0 7px;cursor:pointer;}</style> <script type="text/javascript"> function setcookieF(a,b,c){if(c){var d=new Date();d.setTime(d.getTime());d=new Date(d.getTime()+c)}if(a&&b)document.cookie=a+'='+b+(c?'; expires='+d.toGMTString():'');else return false}function getcookieF(a){var b=new RegExp(a+'=([^;]){1,}');var c=b.exec(document.cookie);if(c){c=c[0].split('=')}else{return false}return c[1]?c[1]:false} a='<strong class=fnt style="width:auto;margin-right:28%;"><img src="img/minus.png" alt="-" />Шрифт<img src="img/plus.png" alt="+" /></strong>';$(".post:first h3 strong,.post:last h3 strong").after(a); b_Fnt1='<style id=b_fnt>#main-reply,.punbb .post-content{font-size:';b_Fnt2='px;}</style>' var c_Fnt; N=getcookieF('c_Fnt') if(N){c_Fnt=parseFloat(N);setcookieF('c_Fnt',c_Fnt,30*24*60*60*1000)}else{var c_Fnt=Math.round(parseFloat($(".punbb .post-content").css("font-size")));} b_Fnt=b_Fnt1+c_Fnt+b_Fnt2; $("#a_fnt").after(b_Fnt); function setFnt_Size(){ b_Fnt=b_Fnt1+c_Fnt+b_Fnt2; $("#b_fnt").replaceWith(b_Fnt);//alert(b_Fnt) setcookieF('c_Fnt',c_Fnt,30*24*60*60*1000); } $(".post h3 img[alt='-']").click(function (){if(c_Fnt){c_Fnt--;setFnt_Size();}}); $(".post h3 img[alt='+']").click(function (){if(c_Fnt<38){c_Fnt++;setFnt_Size();}}); </script><!--End//Меняем Шрифт в Топике --> <div style="position: absolute; margin-top: -145px; margin-left:170px;"><a href="http://bleachzknr.mybb.ru/" target=_blank> <img src="http://forumstatic.ru/files/000e/9d/8b/37216.png"></a></div>
Поделиться72015-06-15 01:47:11
<table width="765px" height="200px"><tbody><tr> <td width="70%" valign="top" style="text-align: justify;"> <br> <center><div id="menu"> <span alt="#sm1" style="cursor: pointer;">Новости</span> <span alt="#sm2" style="cursor: pointer;">Лучшие</span> <span alt="#sm3" style="cursor: pointer;">Партнеры</span> </div> <table style="width: 550px"> <tbody> <tr> <td valign=top; id="MenuTxT" align="center" valign="top"> <div id="submenu" align="center"> <div id="sm1" class="submenutext" style="display:block;"> <p style="overflow: auto; overflow-x: auto; text-align: center; height:150px; width: 580px;"> Вот и почти подошел к концу первый месяц существования нашего форума. Многое было сделано, но еще большее нам предстоит сделать! Поэтому не расслабляемся и бежим записываться в сюжетные квесты: <a href="http://bleached.rolebb.com/viewtopic.php?id=105">Хочу играть!</a><br> Кстати, гости, если вы все еще блуждаете вокруг форума, спешу напомнить, что акция с приемом по пробному посту, между прочим, все еще действительна! Но срок ее действия почти вышел. Разве это не повод поторопиться? Сколько важных для сюжета персонажей до сих пор свободны! <a href="http://bleached.rolebb.com/viewtopic.php?id=25#p39">Акция #1: Канон - это сила!</a><br> <b>Он нуждается в ваших кликах!</b><br> <a href="http://top.roleplay.ru/23017" title="Рейтинг Ролевых Ресурсов - RPG TOP" target="top_"> <img src="http://img.rpgtop.su/top8015_2.gif" alt="Рейтинг Ролевых Ресурсов - RPG TOP" border="0" width="80" height="15"></a> </p> </div> <div id="sm2" class="submenutext"> <a href="http://bleached.rolebb.com/viewtopic.php?id=87#p6712" title="Пост недели - Ichimaru Gin"><img src="http://sa.uploads.ru/1AiHJ.jpg"></a><br> <a href="http://bleached.rolebb.com/profile.php?id=9" title="Самые активные: Matsumoto Rangiku"><img src="http://sa.uploads.ru/nMD8V.jpg"></a><a href="http://bleached.rolebb.com/profile.php?id=6" title="Самые активные: Urahara Kisuke"><img src="http://sa.uploads.ru/EcRbp.jpg"></a><a href="http://bleached.rolebb.com/profile.php?id=29" title="Самые активные: Coyote Starrk"><img src="http://sa.uploads.ru/2830L.jpg"></a><a href="http://bleached.rolebb.com/profile.php?id=27" title="Самые активные: Hinamori Momo"><img src="http://sa.uploads.ru/BfAyU.jpg"></a><a href="http://bleached.rolebb.com/profile.php?id=36" title="Самые активные: Hitsugaya Toushiro"><img src="http://sa.uploads.ru/dk0Va.jpg"></a> <a href="http://bleached.rolebb.com/viewtopic.php?pid=7275#p7275" title="Семь вечеров с Урахарой Киске!"><img src="http://sa.uploads.ru/bMA4I.jpg"></a><br> </div> <div id="sm3" class="submenutext"> <center> <a href="http://pandemonium.anihub.ru/" alt="Демоны есть? А если найду?" title="out of time and space" target=_blank> <img src="http://i.imgur.com/ap0ccXz.gif" border="0" ></a> <a href="http://shamanking.goodbb.ru/"><img src="http://i64.fastpic.ru/big/2014/1022/35/945a48655af0aa98a78915f5d649fa35.png" title=" »Shaman King: Reboot"></a> <a href='http://moonflowers.rolka.su'> <img src="http://s1.uploads.ru/i/D79xs.gif"height=31 border=0 alt='Tears from the Moon'></a><a href="http://aeternitas.f-rpg.ru/"><img border="0" src="http://sf.uploads.ru/t/eWr9j.gif"title="Aeternitas"></a><a target="_blank" href=http://stairs.rusff.me/><img src="http://funkyimg.com/i/MtUF.gif" WIDTH=88 HEIGHT=31 border=0></a><a href="http://narutonextgeneration.mybb.ru/"><img src="http://forumstatic.ru/files/0013/6f/9a/12149.png"border="0" alt="http://narutonextgeneration.mybb.ru/"/></a> <a href="http://fmamr.ru/" target="_blank"><img src="http://s7.uploads.ru/sZSc3.gif" title="Fullmetal Alchemist: Melissa rain" width="88" height="31"></a> <a href="http://bleach-hanami.ru/" target=_blank><img src="http://s8.uploads.ru/zpJmC.gif" title="Поиграем в любовь?"></a> <a href="http://distortion.mybb.ru" target="_blank"><img src="http://sa.uploads.ru/ytuLG.gif" alt="Bleach: distortion" title="Bleach: distortion"></a> </p> </div> </div> </td> </tr> </tbody> </table></center> </td> <td width="30%" valign="top" style="text-align: center;"> <br> <a href="http://bleached.rolebb.com/viewtopic.php?id=7" class="tvm">Сюжет</a> <a href="http://bleached.rolebb.com/viewtopic.php?id=4" class="tvm">Персонажи</a> <a href="http://bleached.rolebb.com/viewtopic.php?id=3" class="tvm">Правила</a> <a href="http://bleached.rolebb.com/viewtopic.php?id=24" class="tvm">FAQ</a> <a href="http://bleached.rolebb.com/viewtopic.php?id=11" class="tvm">Гостевая</a> <a href="http://bleached.rolebb.com/viewtopic.php?id=6" class="tvm">Шаблон анкеты</a> <a href="http://bleached.rolebb.com/viewtopic.php?id=5" class="tvm">Розыск персонажей</a> <a href="http://bleached.rolebb.com/viewtopic.php?id=8" class="tvm">Личное звание</a> <a href="http://bleached.rolebb.com/viewtopic.php?id=10" class="tvm">Новости проекта</a> <a href="http://bleached.rolebb.com/viewtopic.php?id=22" class="tvm">Наша реклама</a> <a href="http://bleached.rolebb.com/viewtopic.php?id=21" class="tvm">Баннерообмен</a> </div> </td> </tr></tbody></table> <script type="text/javascript"> $(document).ready(function() { $("td.#MenuTxT div.submenutext").hide(); <!--$(".tabs span:first").addClass("active").show(); --> $("td.#MenuTxT div.submenutext:first").show(); $("div.#menu span").click(function() { $("div.#menu span").removeClass("tabactive"); $(this).addClass("tabactive"); $("td.#MenuTxT div.submenutext").hide(); var activeDiv = $(this).attr("alt"); $("div."+activeDiv).fadeIn(); return false; }); }); </script> <center><b>Важно:</b> <br><a href="http://lylife.ru/" target="_blank"><img src="http://s2.uploads.ru/1tCcd.png" title="Каталог форумов" alt="LYL"></a><a target="_blank" href="http://tank.mybb.ru" title="Ролевой Каталог 'ТАНКЪ'"><img src="http://forumstatic.ru/files/000e/fd/f7/73767.gif" border="0"></a><a href="http://bleachzknr.mybb.ru/" target=_blank> <img src="http://forumstatic.ru/files/000e/9d/8b/85922.gif" title="FRPG: BLEACH. ZKNR" ></a><a href="http://sw.webtalk.ru/" target=_blank> <img src="http://uploads.ru/t/o/k/1/ok12U.jpg" title=" Bleach: Swords' world" ></a> <a href=http://felicis.anihub.ru/><img src=http://sd.uploads.ru/kB4Nh.png /></a><a href=http://bleachng.anihub.ru/><img src=https://dl.dropboxusercontent.com/u/3936427/bng/info/piar/banner6.gif border =0 alt=”Bleach. New Generation”></a></center>
Поделиться82015-08-22 23:19:08
2014-11-30 21:54:41
Поделиться92015-08-22 23:27:30
► <b><a href="http://bleached.rolebb.com/viewtopic.php?id=291#p32582">Мафия</a>!</b><br>
► Новый дизайн! <a href="http://bleached.rolebb.com/viewtopic.php?id=279#p31786">Высказать свое мнение можно в этой теме.</a><br>
► Старт внесюжетного раздела <a href="http://bleached.rolebb.com/viewforum.php?id=21">"Городские легенды"</a>.<br>
► Объявляется набор квинси в организацию "Ванденрейх"! Спешите занять вакантные роли!<br>
► Созданы <a href="http://vk.com/bleachedfrpg">группа вконтакте</a> и <a href="https://twitter.com/bleached_frpg">твиттер</a>.
► <b><a href="http://bleached.rolebb.com/viewtopic.php?id=291#p32582">Мафия</a>!</b><br>
► Новый дизайн! <a href="http://bleached.rolebb.com/viewtopic.php?id=279#p31786">Высказать свое мнение можно в этой теме.</a><br>
► Старт внесюжетного раздела <a href="http://bleached.rolebb.com/viewforum.php?id=21">"Городские легенды"</a>.<br>
► Объявляется набор квинси в организацию "Ванденрейх"! Спешите занять вакантные роли!<br>
► Созданы <a href="http://vk.com/bleachedfrpg">группа вконтакте</a> и <a href="https://twitter.com/bleached_frpg">твиттер</a>.
Поделиться102015-08-23 02:20:23
/************************************************************* A - SETUP **************************************************************/ /* A1 Import the colour scheme -------------------------------------------------------------*/ /* A1.1 */ @import url(style_cs.css); /* A2 Deal with browser defaults and wonkiness -------------------------------------------------------------*/ li#navawards {display: none !important;} /* A2.1 */ html, body {margin: 0; padding: 0} /* A2.2 */ .punbb * { margin: 0 } /* A2.3 */ .punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt { padding: 0; list-style: none; } /* A2.4 */ .punbb img { border:none } /* A2.5 */ .punbb .main table { table-layout: fixed; width: 100%; } /* A2.6 */ .checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;} /* A2.7 */ p[class="checkfield"] *, div[class="checkfield"] *, fieldset[class="radiofield"] * { height: 1.8em; vertical-align: middle } /* A3 Text setup -------------------------------------------------------------*/ /* A3.1 */ body { font-size: 100%; } /* A3.2 */ .punbb { font: normal 68.75% verdana, arial, helvetica, sans-serif; } /* 3.3 */ .punbb textarea, .punbb input, .punbb select, .punbb optgroup { font: 1em verdana, arial, helvetica, sans-serif } /* A3.4 */ .punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th { font-size: 1em; font-weight: normal; } /* A3.5 */ .punbb h1 span, .punbb h2 span, .punbb legend span { font-size: 1.1em; } /* 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: 0px auto auto auto; float: none; padding: 0px 0px 0px 0px; border: none; width: 850px; height: auto; } /* A5.2 */ .punbb { width: 100%; height: auto; } /* A5.3 */ #pun-redirect { margin: 150px 20% 12px 0%; float: center; position:absolute; height: 150px !important; width:800px!important; background-color: #8cbce4; color:#8cbce4 !important; background-image : url("http://s1.uploads.ru/i/9d762.jpg"); background-position: left 77% !important; font-size: 0px; background-repeat : no-repeat; } #pun-maint, #pun-redirect h1 {display:none;} #pun-redirect a { position:absolute; color: #134890; font-style: normal; font-family: Sylfaen; font-size:11px; text-decoration: none; font-variant: small-caps; margin-top:70px !important; margin-left:250px !important; text-transform: uppercase; width:300px!important;line-height:9px;text-align:center;} /* A5.4 */ .punbb .section, .punbb .main { margin-bottom: 1em; } /* A5.5 */ .punbb .category, .punbb .post { margin-top: 0.4em; } /* A5.6 */ .punbb #pun-category1, .punbb .toppost, .punbb .topicpost { margin-top: 0; } /* 5.7 */ #pun-post .topic { margin-top: 1em; } /* A5.8 */ .punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post { border-style: none none solid none; border-width: 0px 0px 2px 0px } /* A5.9 */ .punbb .container { border-style: solid; border-width: 1px; } /* A5.10 */ .punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 { padding: 1em 5em; border-style: none solid solid none; border-width: 0 1px 1px 0; } /************************************************************* B - MAIN CONTENT - GENERAL **************************************************************/ /* B1 Parsed Content, Signatures and Scroll Boxes -------------------------------------------------------------*/ /* B1.1 */ .punbb .post-content { padding: 0; margin: 0; width: 100%; overflow: hidden; } /* B1.2 */ .punbb .post-sig dt { display: block; border-top: 1px solid #888; width: 250px; margin: 5px 0; } /* B1.3 */ .punbb .post-content p { margin: 0; padding: 0 0 1em 0; line-height: 150%; } /* B1.4 */ .punbb .post-content img { vertical-align: text-bottom } /* B1.5 */ .punbb .post-content img.postimg { vertical-align: middle; } /* B1.6 */ .punbb .post-content .blockcode, .punbb .post-content blockquote { width: 100%; overflow: hidden; } /* B1.7 */ .punbb .post-content .scrollbox { width: 100%; overflow: auto; } /* B1.8 */ .punbb .post-content .quote-box, .punbb .post-content .code-box { margin: 0.4em 1.8em 1.4em 1.8em; padding: 1em; border-style: solid; border-width: 1px; } /* 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; margin-top: -40px !important; height: 0; } /* B3.2 */ .multipage { margin-top: 3em; } /* B3.3 */ .linkst .pagelink { position: absolute; top: -4em; left: 1em; width: 24em; } /* B3.4 */ .linkst .postlink { position: absolute; top: -4em; right: 1em; width: 16em; text-align: right; font-weight: bold; } /* B3.5 */ .punbb .linksb { text-align: right; padding: 0.4em 1em 0.5em 1em; font-size: 1.1em; } /* 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 12em 0 0; height: 100%; /* For IE */ } /* C1.16 */ .punbb textarea, .punbb .longinput input { width: 64%; margin: 0; } /* C1.17 */ .punbb .hashelp { position: relative; } /* C1.18 */ .punbb .helplinks { display: block; position: absolute; top: 1em; right: 0; font-weight: normal; width: 36%; } /* c1.19 */ .punbb #profile .helplinks { top: 1.5em; } /* C1.20 */ .punbb .helplinks span { display: block; padding-bottom: 0.2em; } /* C1.21 */ #pun-post .formal .info-box li { padding-left: 4px; list-style-type: square; list-style-position: inside; line-height: 1.5; margin: 0; } /* C2 Table layout -------------------------------------------------------------*/ /* C2.1 */ .punbb .main .tcl { overflow: hidden; text-align: left; width: 50%; left:10px; } /* 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: center; 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: normal; } /* C2.9 */ .punbb td span.youposted { font-weight: bold; margin-left: -1em; position: absolute; } /* C2.10 */ .punbb td .modlist { display: block; padding-top: 0.3em } /* C2.11 */ .punbb .main td { border-style: solid none none solid; border-width: 1px 0 0 1px; padding: 0.8em 1em; } /* C2.12 */ .punbb .main th { border-style: none none none solid; border-width: 0 0 0 1px; padding: 0.4em 1em 0.4em 1em; } /* C2.13 */ .punbb .main .tcl { border-left-style: none; border-left-width: 0 } /* C2.14 */ .punbb tbody.hasicon td.tcl { padding-left: 1em } /* C2.15 */ .punbb div.icon { float: left; display: block; width: 50px; height: 50px; padding-top: 0px; background-position: left; } /* C3 Topics -------------------------------------------------------------*/ /* C3.1 */ .punbb .post .container { border-style: none solid solid solid; border-width: 1px; margin-top: -1px; padding-bottom: 1px; } /* C3.2 */ .punbb .post h3 { border-style: solid solid none solid; border-width: 1px; } /* C3.3 */ .punbb .post h3 span { padding: 0.5em 1em; display: block; margin-left: 19em; 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; width: 19em; 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: normal; } /* 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: 0em; 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; text-align:center; } /* C3.18 */ .punbb .clearer { clear: both; height: 0; font-size: 0; } /* C4 Moderator menu -------------------------------------------------------------*/ /* C4.1 */ .punbb .modmenu .container { padding: 0.5em 1em; text-align: right; } /* C4.2 */ .punbb .modmenu strong, .punbb .modmenu a { height: 1.8em; line-height: 1.8em; } /* C4.3 */ .punbb .modmenu .container strong { float: left; } /* C4.4 */ .punbb .modmenu input { margin-left: 1em; } /* C5 Message boxes -------------------------------------------------------------*/ /* C5.1 */ .punbb .info .container { padding: 0.8em 1em } /* C5.2 */ .punbb .info .container .backlink { padding-top: 0.8em; } /* C6 Profile -------------------------------------------------------------*/ /* C6.1 */ #profile .container { padding-left: 18.6em; } /* C6.2 */ #profilenav { float: left; width: 14em; margin-left: -16.3em; display: inline; } /* C6.3 */ #profilenav li { padding-bottom: 0.8em; font-weight: bold; } /* C6.4 */ #viewprofile ul, #profilenav ul { border-style: solid; border-width: 1px; padding: 1.5em 18px 0.8em 18px; margin: 0 0 1em 0; } /* C6.5 */ #viewprofile h2, #profilenav h2 { background: transparent; border: none; padding: 0 0 0 0; margin: 0 14px -0.6em 14px; } /* C6.6 */ #viewprofile h2 span, #profilenav h2 span { padding: 0 5px; position: relative; } /* C6.7 */ #viewprofile li, #setmods dl { padding: 0 0 0 16em; margin-bottom: 0.2em; } /* C6.8 */ #viewprofile li span { float: left; width: 14em; margin-left: -16em; padding: 0.5em 1em; font-weight: bold; } /*C6.9 */ #setmods dt { float: left; width: 14em; margin-left: -16em; padding: 0.8em 1em; font-weight: bold; display: inline; } /* C6.10 */ #viewprofile li strong, #viewprofile li div, #setmods dd { display: block; padding: 0.5em 1em; font-weight: normal; } /* C6.11 */ .punbb img.avatardemo { float: right; margin: 0 0 0.8em 1.8em } /* C7 User list -------------------------------------------------------------*/ /* C7.1 */ #pun-userlist .formal, #pun-userlist .formal .container { border-bottom: none; margin-bottom: 0; } /* C7.2 */ #pun-userlist .usertable .container { padding: 0 2.3em 2.3em 2.3em; border-top: none; } /* C7.3 */ #pun-userlist .usertable table { border-style: solid; border-width: 1px; } /************************************************************* D - PUNBB SECTIONS OTHER THAN MAIN CONTENT **************************************************************/ /* D1 Logo and description -------------------------------------------------------------*/ /* D1.1 */ #pun-title { margin: 0; border-style: none none none none; border-width: 0px 0px 0 0px; } /* D1.2 */ #pun-title h1 { display : block; padding: 2em 1em 0 1em; } /* D1.3 */ #pun-title .container { border-style: none none none none; } /* D1.4 */ #pun-title h1 span { font-size: 1.5em; } /* D1.4 */ #pun-title h1 span { display: none; } /* D2 Page navigation -------------------------------------------------------------*/ /* D2.1 */ #pun-pagelinks { position: absolute; top: -15px; left: 0; margin: 0; border: none; padding: 0; width: 100%; } /* D2.2 */ #pun-pagelinks .container { background: transparent; border: none; padding: 0} /* D2.3 */ #pun-pagelinks .container li { display: inline } /* D2.4 */ #pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover { height: 2em; line-height: 2em; padding: 0; font-size: 1.2em; margin-left: -9999px; display: block; float:left; width: 100%; } /* D2.5 */ #pun-pagelinks a:active, #pun-pagelinks a:focus { position:relative; margin: 0; } #pun-pagelinks li a span { display:block; margin: 0 1em } /* D3 Forum navigation -------------------------------------------------------------*/ /* D3.1 */ #pun-navlinks, #pun-navlinks .container { border-style: none; border-width: 0; margin: -20px; text-align: center; } /* D3.2 */ #pun-navlinks .container { padding: 0.7em 1em; } /* D.3 */ #pun-navlinks li { display: inline; padding-right: 1em; } /* D4 User links -------------------------------------------------------------*/ /* D4.1 */ #pun-ulinks { margin-top: 0; text-align: center; text-transform: lowercase; } /* D4.2 */ #pun-ulinks .container { border-top: none; padding: 0.7em 1em; } /* D4.3 */ #pun-ulinks li, #pun-ulinks li a { display: inline; border-left-style: solid; border-left-width: 1px; white-space: nowrap; } /* D4.4 */ #pun-ulinks li a { padding: 0 0.3em 0 0.6em } /* D4.5 */ #pun-ulinks li.item1, #pun-ulinks li.item1 a { border-left-style: none; border-left-width: 0; padding-left: 0 } /* D5 Welcome box and Top Breadcrumbs -------------------------------------------------------------*/ /* D5.1 */ #pun-status, #pun-status .container { border-bottom: none; margin-bottom: 0; } /* D5.2 */ #pun-status .container { 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: -1em 0em -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: 0em 0 0.8em 0; border-bottom-style: solid; border-bottom-width: 1px; } /* D6.3 */ #pun-announcement .container { padding: 0em 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: 0; } /* D8.4 */ #pun-about .container { border-top-style: none; text-align: right; line-height: 150%; padding: 0.8em 1em; } /* D8.5 */ #pun-about p span { display:block; padding-left: 50%; } /* 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; }
/* CS1 Background and text colours -------------------------------------------------------------*/ #pun-announcement h2 {display: none;} #pun-announcement .container {margin-top: 1em !important; top center no-repeat; text-transform: uppercase; font-family: Arial Narrow !important;} .sidebar1 { position: absolute; top: 222px; width:260px; height: 151px; color: #8f8f8f; text-transform: uppercase; font-family: arial narrow; font-size: 11px; text-align: justify; overflow-y: auto; } .sidebar1 a, .sidebar1 a:link, .sidebar1 a:visited, .sidebar1 a:hover, .sidebar1 a:focus, .sidebar1 a:active {color: #b3b3b3 !important;} /*Шапка*/ #pun-title table { background-image: url("http://forumstatic.ru/files/0014/de/4e/75719.jpg"); background-position: top center; background-repeat: no-repeat; border: none; margin-left: -100px; height: 410px; width: 1000px; } .punbb A IMG{ max-width: 500px; max-height: 500px; border: 1px solid #;} /*Смещение навигации вверх*/ div#pun-navlinks { width: 100%; float: center !important; position: absolute; text-align: center; top: 30px !important; left: 20px !important; } div#pun-ulinks { width: 100%; float: center !important; position: absolute; text-align: center; top: 10px !important; left: 0px !important; } /*Фон*/ html {background: url("http://forumstatic.ru/files/0014/de/4e/21616.jpg") top center repeat; background-color: #c3c3c3; overflow-x: hidden !important; } /*Подложка*/ body {background: url("http://forumstatic.ru/files/0014/de/4e/47459.jpg") top center repeat-x; margin: 0 0 0 0 !important;} /*Фон тела форума*/ #pun { background-image: url("http://forumstatic.ru/files/0014/de/4e/75045.jpg"); background-position: top center; background-repeat: repeat-y; background-position: top center; background-position : center; width: 815px !important; background-color: transparent; } /*Тело форума*/ .punbb {width:800px !important; margin-left:7px !important;} /*Низ*/ #pun-about .container { border-top-style: none; text-align: center !important; line-height: 100%; padding: 0em 0em; background-color: transparent; font-weight: normal; font-size: 0px !important; color: transparent !important; height: 150px; width: 815px; margin-left: -8px; margin-bottom: -18px; background-image: url("http://forumstatic.ru/files/0014/de/4e/45629.jpg"); background-repeat: no-repeat; background-position: bottom; background-overflow-x: hidden; } div#html-footer {margin: 0px 0px 0px 0px;} /* CS1.1 */ .punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3, .punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd, .punbb .info-box, .punbb #pun-main .info-box .legend { background-color: transparent; color: #282633; } /* CS1.2 */ .punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer { background-color: transparent; color: #282633; } /*Категории*/ #pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2 { background-color: transparent; background-image : url("http://forumstatic.ru/files/0014/de/4e/31046.jpg"); width: 815px; height: 10px; margin-left:-107px; color: #5b0000; text-shadow: 1px 1px 0px #000000 !important; line-height: 100% !important; font-family: Arial Narrow !important; font-style: normal; font-weight: bold; font-size:20px; text-decoration: none; text-transform: uppercase; paddind-top: 0px; text-align: center; background-position: top center; background-repeat: no-repeat; display: block; } #pun-stats h2 span, .punbb .main h2 span, .category h2 span, #post-form h2 span { padding: -5px !important; } #profilenav h2 { text-align: left !important; color: #5b0000; width: 150px !important; height: 30px;} #pun-stats ul.container { background: url("http://forumstatic.ru/files/0014/de/4e/93839.png") no-repeat scroll 16px 1px transparent !important; padding-left: 90px; height: 80px; } /* CS1.4 */ #pun-title, #pun-title .container, .punbb .modmenu .container { background-color: transparent; color: #282633; } /* CS1.5 */ .punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span { background-color: transparent; color: #282633; } /* CS1.6 */ .punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl { background-color: transparent; color: #271d0d; } /*Цитата и код*/ .punbb .quote-box, .punbb .code-box { max-width:650px !important; background: rgba(243, 243, 243, 0.251) !important; border: 3px rgba(55, 36, 36, 0.206) solid !important; font-size: 13px !important; color: rgba(55, 36, 36, 0.906) !important; font-family: Arial Narrow !important; } /*Форма ответа*/ .punbb textarea, .punbb select, .punbb input { background: rgba(243, 243, 243, 0.251) !important; border: 3px rgba(55, 36, 36, 0.206) solid !important; } /* CS1.8 */ #pun-navlinks .container { background-color: transparent; color: #282633; } .offline li.pa-online strong { font-weight: normal; } /* CS2 Border colours -------------------------------------------------------------*/ /* CS2.1 */ .punbb .container, .punbb .post-body, .post h3, #pun-title { border-color: transparent; } /* CS2.2 */ .punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post { border-color: transparent; } /* CS2.3 */ #pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 { border-color: transparent; } /* CS2.4 */ .punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body, .punbb .post h3 span, .post-links ul, .post-links, .usertable table { border-color: transparent; } /* CS2.5 */ .punbb th { border-color: transparent; } #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: 0px solid transparent; } li.pa-online { border-left-color: transparent; border-left: 0px; } /* CS3 Links -------------------------------------------------------------*/ /* CS3.1 */ .punbb a, .punbb a:link, .punbb a:visited, .punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited { color: #920000; letter-spacing: 1px; text-decoration: none; -webkit-transition: color 0.9s ease; -khtml-transition: color 0.9s ease; -moz-transition: color 0.9s ease; -o-transition: color 0.9s ease; } .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: #5b0000; } /* Меню навигации */ #pun-navlinks li a, #pun-navlinks a:link, #pun-navlinks a:visited{ color: #920000; text-shadow: 1px 1px 0px #ffffff !important; font-style: normal; font-weight: bold; font-family: Arial Narrow; font-size:18px !important; letter-spacing: 0px; font-size: 110%; text-decoration: none; text-transform: uppercase; } #pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active { color: #5b0000; } /* Пользовательские ссылки */ #pun-ulinks a:link, #pun-ulinks a:visited { color: #656565; text-shadow: 1px 1px 0px #ffffff !important; font-size: 110%; font-weight: bold !important; text-decoration: none; font-family: Arial Narrow; letter-spacing: 3px; font-size: 10px !important; } #pun-ulinks a:hover, #pun-ulinks a:focus, #pun-ulinks a:active { color: #555555; } /* CS4 Post status icons -------------------------------------------------------------*/ div.icon { opacity: 0.7; background: url(http://forumstatic.ru/files/0014/de/4e/60357.png) no-repeat; } tr.inew div.icon { opacity: 1.0; background: url(http://forumstatic.ru/files/0014/de/4e/45682.png) no-repeat; } tr.iclosed div.icon { opacity: 1.0; background: url(http://forumstatic.ru/files/0014/de/4e/46289.png) no-repeat; } tr.isticky div.icon { opacity: 1.0; background: url(http://forumstatic.ru/files/0014/de/4e/93839.png) no-repeat; } #pun-main div.catleft, #pun-main div.catright {display: none} #pun-title table tbody tr .title-logo-tdr { position: absolute; z-index: 1; left: 0px; top: 40px; opacity: 0.3;} #pun_wrap #pun #pun-viewtopic.punbb #pun-main .topic .container .post-author ul {text-align: center; } #pun_wrap #pun #pun-viewtopic.punbb #pun-main .topic .container .pa-author {text-align: center; } #pun_wrap #pun #pun-viewtopic.punbb #pun-main .topic .container ul .pa-title {text-align: center; } #pun-messages .post-box {width: 300px;} .lastedit {display: none;} .tclcon h3 {text-transform: uppercase; font-size: 140% !important; font-weight: bold !important; font-family: Arial Narrow;} #pun-messages .post-box {width: 300px;} .pa-author {font-size: 15px !important; font-family: Arial Narrow; margin-bottom:5px !important; margin-top:10px !important; text-transform: uppercase; font-weight: bold !important;} .pa-title {font-size: 11px; font-family: Arial Narrow; font-weight: normal !important; letter-spacing:1px;} hr{color:#2f2f2f;height:1px;border:none;background:#2f2f2f;} #pun th {text-transform: uppercase; font-size:7px;} #pun-main .post-content{text-align: justify !important;} .modlist {font-size:9px;} .post-author ul { line-height: 110% !important; background: rgba(243, 243, 243, 0.251) !important; border-right: 3px rgba(55, 36, 36, 0.206) solid !important; border-top: 3px rgba(55, 36, 36, 0.206) solid !important; border-bottom: 3px rgba(55, 36, 36, 0.206) solid !important; border-left: 0px rgba(55, 36, 36, 0.206) solid !important; margin-left: -3px !important;} ul li.pa-avatar img {border-style: solid; border: 3px rgba(55, 36, 36, 0.206) solid !important; } a.tvm, a.tvm:active, a.tvm:link, a.tvm:visited { border-left: #620000 4px solid; border-right: #620000 4px solid; display: block; margin-bottom: 1px; text-transform: lowercase; font-family: arial; font-style: italic; font-size: 10px; letter-spacing: 1px; background: #2f2f2f; color: #bfbfbf !important; text-align: center; padding: 1px 1px 1px 10px; letter-spacing: 2px; text-shadow: 0px 0px 0px transparent !important; -webkit-border-radius: 20px; -moz-border-radius: 20px; } a.tvm:hover { -moz-transition: 0.5s ease; -webkit-transition: 0.5s ease; border-left: #620000 4px solid; border-right: #620000 4px solid; display: block; text-transform: lowercase; font-family: arial; font-size: 10px; letter-spacing: 7px; background: #2f2f2f; text-decoration: none; color: #bfbfbf !important; text-align: center; padding: 1px 1px 1px 20px; } .pa-fld2 {margin-top: -7px !important;} .pa-fld1 {background: rgba(255, 255, 255, 0.300) !important; border-top: 3px #920000 solid; border-bottom: 3px #920000 solid; border-right: 0px # solid; border-left: 0px # solid; padding: 3px 3px 3px 3px !important; margin-top: 5px !important; margin-bottom: 5px !important; font-family: Arial Narrow; text-transform: uppercase;} #post .fs-box .container { background: url(http://forumstatic.ru/files/0014/de/4e/83938.jpg); border: 3px rgba(36, 36, 36, 0.206) solid !important; } #pun-reputation div.inner div.container, #pun-report div.inner div.container, #pun-popup_awards div.inner div.container { background: url(http://forumstatic.ru/files/0014/de/4e/83938.jpg); border: 3px rgba(36, 36, 36, 0.206) solid !important; } #pun-popup_awards h1, .pa-gifts {display: none;} .forumop {background: rgba(243, 243, 243, 0.251) !important; border: 3px rgba(36, 36, 36, 0.206) solid !important; color: rgba(36, 36, 36, 0.606) !important; margin-left: 40px !important; /*font-variant: small-caps;*/ font-family: Arial Narrow; letter-spacing: 1px; padding: 3px 3px 3px 3px; font-size: 12px;}
<script type="text/javascript"> var linkStyles='<link rel="stylesheet" type="text/css" href="'; function setcookie(a,b,c) {if(c){var d = new Date();d.setDate(d.getDate()+c);}if(a && b) document.cookie = a+'='+b+(c ? '; expires='+d.toUTCString() : '');else return false;} function getcookie(a) {var b = new RegExp(a+'=([^;]){1,}');var c = b.exec(document.cookie);if(c) c = c[0].split('=');else return false;return c[1] ? c[1] : false;} function clearSet(L){if(L){setcookie("changeStyle",L,30);$("link[rel='stylesheet']:first").replaceWith(linkStyles+L+'"/>')}};var Lmem=getcookie("changeStyle");clearSet(Lmem); </script> <style>#changeStyle img{opacity: 0.3;} .STYLselect {opacity: 0.9;} </style> <div id="changeStyle" style="top:40px; left: 3px; position:fixed!important;"> <img src="http://forumstatic.ru/files/0014/de/4e/60357.png" alt="http://forumstatic.ru/files/0014/de/4e/91653.css"/> <br> <img src="http://forumstatic.ru/files/0014/de/4e/32527.png" alt="http://forumstatic.ru/files/0014/de/4e/75186.css"/> <br> <img src="http://forumstatic.ru/files/0014/de/4e/41753.png" alt="http://forumstatic.ru/files/0014/de/4e/19742.css"/> <br> </div> <script>$("#changeStyle img[alt='"+Lmem+"']").addClass("STYLselect");$('#changeStyle img[alt]').click(function(){L=$(this).attr("alt");$('#changeStyle img[alt]').removeClass("STYLselect");$(this).addClass("STYLselect");clearSet(L)});</script> <style> ::-webkit-scrollbar { width: 3px; height: 3px; } ::-webkit-scrollbar-track { background: transparent !important; } ::-webkit-scrollbar-thumb { background: #610000; } #blackwhite a img {-webkit-filter: grayscale(100%); filter: grayscale(100%); opacity:0.65; -moz-opacity:0.65; filter:alpha(opacity=70); -webkit-transition: -webkit-filter 0.6s ease, opacity 0.6s ease; -khtml-transition: -webkit-filter 0.6s ease, opacity 0.6s ease; -moz-transition: -webkit-filter 0.6s ease, opacity 0.6s ease; -o-transition: -webkit-filter 0.6s ease, opacity 0.6s ease;} #blackwhite a:hover img { -webkit-filter: grayscale(0%); filter: grayscale(0%); opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100); -webkit-transition: -webkit-filter 0.6s ease, opacity 0.6s ease; -khtml-transition: -webkit-filter 0.6s ease, opacity 0.6s ease; -moz-transition: -webkit-filter 0.6s ease, opacity 0.6s ease; -o-transition: -webkit-filter 0.6s ease, opacity 0.6s ease; } </style> <div class="sidebar1" id="side-navigation" style="margin-left: -21px !important;"> Добро пожаловать на ролевую по мотивам аниме и манги "Блич"! Пока скрывшиеся в Уэко Мундо предатели в лице Айзена Соске, Ичимару Гина и Тоусена Канаме вынашивают свои коварные замыслы, а Сейретей собирается с силой, чтобы дать врагам решительный отпор, из тени выходит третья сила - штернриттеры Ванденрейха. Битва трёх армий не за горами!<br> <center><b>РАЗЫСКИВАЮТСЯ:</b><br> <div id="blackwhite"><a href="http://bleached.rolebb.com/viewtopic.php?id=5#p42955"><img src="http://funkyimg.com/i/213yC.jpg" border="0" title="Ичимару Гин"/></a> <a href="http://bleached.rolebb.com/viewtopic.php?id=5#p35714"><img src="http://sg.uploads.ru/t/fWwEZ.jpg" border="0" title="Урахара Киске"/></a> <a href="http://bleached.rolebb.com/viewtopic.php?id=25#p39571"><img src="http://sg.uploads.ru/t/OFspJ.jpg" border="0" title="Кучики Бьякуя"/></a> <a href="http://bleached.rolebb.com/viewtopic.php?id=25#p39573"><img src="http://sh.uploads.ru/t/6cHIf.jpg" border="0" title="Юграм Хашвальт"/></a> <a href="http://bleached.rolebb.com/viewtopic.php?id=5#p33198"><img src="http://sg.uploads.ru/t/JUNhi.jpg" border="0" title="Яхве"/></a> <a href="http://bleached.rolebb.com/viewtopic.php?id=25#p39573"><img src="http://funkyimg.com/i/213yB.jpg" border="0" title="Бамбиетта Бастербайн"/></a><div> </center> </div> <div class="sidebar1" id="side-navigation" style="margin-left: 269px !important; text-align: center; padding-top: 5px;"> <a href="http://bleached.rolebb.com/viewtopic.php?id=7" class="tvm">Сюжет</a> <a href="http://bleached.rolebb.com/viewtopic.php?id=4" class="tvm">Персонажи</a> <a href="http://bleached.rolebb.com/viewtopic.php?id=3" class="tvm">Правила</a> <a href="http://bleached.rolebb.com/viewtopic.php?id=24" class="tvm">FAQ</a> <a href="http://bleached.rolebb.com/viewtopic.php?id=11" class="tvm">Гостевая</a> <a href="http://bleached.rolebb.com/viewtopic.php?id=6" class="tvm">Шаблон анкеты</a> <a href="http://bleached.rolebb.com/viewtopic.php?id=5" class="tvm">Розыск персонажей</a> <a href="http://bleached.rolebb.com/viewtopic.php?id=25" class="tvm">Канон - это сила</a> <a href="http://bleached.rolebb.com/viewtopic.php?id=207" class="tvm">Хроника игры</a> <a href="http://bleached.rolebb.com/viewtopic.php?id=10" class="tvm">Новости проекта</a> </div> <div class="sidebar1" id="side-navigation" style="margin-left: 559px !important; text-align: center;"> <div id="blackwhite"> <a href="http://bleached.rolebb.com/profile.php?id=131" title="Игрок недели: Kira Izuru"><img src="http://funkyimg.com/i/2195Q.png"></a><br> <p style="text-align: justify;">15.08. Просим всех игроков, не задействованных в эпизодах, отписаться в ЛС кому-нибудь из администраторов с планами на игру. Также не забываем голосовать в опросах на игрока месяца и жертву семи вечеров. Спасибо.</p> <b>Администрация:</b><br> <a href="http://bleached.rolebb.com/profile.php?id=40">Ichigo</a> ♦ <a href="http://bleached.rolebb.com/profile.php?id=60">Ulquiorra</a> ♦ <a href="http://bleached.rolebb.com/profile.php?id=5">Rangiku</a> ♦ <a href="http://bleached.rolebb.com/profile.php?id=100">Nanao</a><br> <a href="http://bleached.rolebb.com/viewtopic.php?id=382#p42999" title="Семь вечеров с Giselle Gewelle"><img src="http://funkyimg.com/i/2195P.png"></a><br></div> </div> <div style="position:fixed;z-index:1003; right :0.5%; bottom: 40%; opacity:0.6; box-shadow: 0px 0px 0px transparent !important;"> <a href="#top" onclick="scrollTo(0,0); return false;" title="Вверх страницы"> <img src="http://forumstatic.ru/files/0014/de/4e/96133.png" alt="Вверх страницы"> </a> <br> <br> <a href="#top" onclick="scrollTo(0, document.body.scrollHeight); return false;" title="Вниз страницы"> <img src="http://forumstatic.ru/files/0014/de/4e/61940.png" alt="Вниз страницы"> </a> </div>