/*************************************************************
A - SETUP
**************************************************************//* A1 Import the colour scheme
-------------------------------------------------------------*//* A1.1 */
@import url(style_cs.css);@import url('http://forumstatic.ru/files/0014/30/4a/72199.css');
/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*//* A2.1 */
html, body {margin: 0; padding: 0}/* A2.2 */
.punbb * {
margin: 0
}/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
padding: 0;
list-style: none;
}/* A2.4 */
.punbb img {
border:none
}/* A2.5 */
.punbb .main table {
table-layout: fixed;
width: 100%;
}/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}/* A2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
height: 1.8em;
vertical-align: middle
}/* A3 Text setup
-------------------------------------------------------------*//* A3.1 */
body {
font-size: 93.01%;
}/* A3.2 */
.punbb {
font: normal 71.76% 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
text-align: Left;
}/* A3.9 */
.punbb .post-content em.bbuline {
font-style: normal;
text-decoration: underline;
text-align: Left;
}/* A3.10 */
.punbb a {
text-decoration: none;
}/* 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;
width: 1081px;
position: relative;
}/* A5.2 */
.punbb {
width: 900px;
height: auto;
margin-left: 0px;
padding-left: 165px;
}/* A5.3 */
#pun-redirect, #pun-maint {
margin: 50px 20% 12px 20%;
width: auto;
float: none;
}/* A5.4 */
.punbb .section, .punbb .main {
margin-bottom: 1em;
}/* A5.5 */
.punbb .category, .punbb .post {
margin-top: 0.4em;
background-color: transpanent;
color: #2b1c0c;
text-align: left;
}/* A5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
margin-top: 0;
background-color: transpanent;
color: #2b1c0c;
text-align: left;
}/* 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: 3px;
}/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
padding: 0.5em 1.2em;
border-style: none solid solid none;
border-width: 0 1px 1px 0;
font: 12px circe regular;
text-transform: uppercase;
letter-spacing: .75px;
}/**********************************************/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************//* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*//* B1.1 */
.punbb .post-content {
padding: 0;
margin: 0;
width: 100%;
overflow: hidden;
text-align: Left;
}/* B1.2 */
.punbb .post-sig dt {
display: block;
border-top: 1px solid rgba(15, 3, 3, 0.26);
width: 65%;
margin: 6px 0px 10px 115px;
}/* B1.3 */
.punbb .post-content p {
margin: 0;
padding: 0 0 1em 0;
line-height: 150%;
text-align: justify;
}/* B1.4 */
.punbb .post-content img {
vertical-align: text-bottom
text-align: Left;
}/* B1.5 */
.punbb .post-content img.postimg {
vertical-align: middle;
text-align: Left;
}/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
width: 100%;
overflow: hidden;
text-align: Left;
}/* 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-color: transpanent;
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;
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;
font: 13px circe regular;
text-transform: lowercase;
}/* 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: 2em 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 {
text-align: left;
width: 40%;
}/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
background-color: transparent;
text-align: center
}/* C2.3 */
.punbb .main .tcr {
background-color: transparent;
overflow: hidden;
text-align: left;
width: 23%;
}/* C2.3.1 */
.punbb .main .tcr a {font: 10px circe bold !important;text-transform: uppercase !important;letter-spacing: .75px !important;}
.punbb .main .tcr a:hover {color: #d2ad32; background: #3c4675;}/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
background-color: transparent;
width: 40%
}/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
background-color: transparent;
text-align: left;
width: 20%;
}/* C2.6 */
#pun-debug table .tcl {
background-color: transparent;
width: 15%;
white-space:normal;
}/* C2.7 */
#pun-debug .tcr {
background-color: transparent;
width: 90%;
white-space: normal;
}/* C2.8 */
#pun-index .tcl h3 {
font-weight: bold;
text-align: left;
margin-bottom: 7px;
margin-top: 23px;
margin-left: -2px;
}/* 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;
text-align: center !important;
}/* C2.13 */
.punbb .main .tcl {
border-left-style: none;
border-left-width: 0
}* html .tclcon {height: 1px}
/* C2.14 podforum */
#pun-index td div.tclcon {color: #161616;margin-left: -54px;margin-top: 25px;width: 485px;font: 11px circe regular !important;padding: 3px 42px 36px 43px;line-height: 13px !important;background: url(http://forumstatic.ru/files/0014/30/4a/10824.jpg) top center no-repeat, url(http://forumstatic.ru/files/0014/30/4a/70927.jpg) bottom center no-repeat, url(http://forumstatic.ru/files/0014/30/4a/18894.jpg) repeat-y;border: none;text-align: left;text-transform: lowercase;}.tclcon h3 {
border: none;
}
.tclcon h3 a {
color: #e6e6e6!important;
font: 24px circe bold !important;
letter-spacing: .75px !important;
text-transform: uppercase !important;
}
.tclcon h3 a:hover {
color: #eccf6b!important;
}/* C2.15 */
.punbb div.icon {
float: right;
display: block;
width: 68px;
height: 63px;
padding-top: 0px;
margin-top: 14px;
margin-right: -30px;
background-repeat: no-repeat;
}/* C3 Topics
-------------------------------------------------------------*/
#pun-title, #pun-navlinks {
background-color: transpanent;
}/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3 {
border-color: transparent;
}/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
border-color: transparent;}
/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
border-color: transparent ;}
/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.punbb .post h3 span, .post-links ul, .post-links, .usertable table {
border-color: transparent;}
/* CS2.5 */
.punbb th {
border-color: transparent ;}
/* CS2.6 */
.punbb .quote-box, .punbb .code-box {
border-color: transparent;}
#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
border-color: transparent;}
#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
border-color: transparent ;}
.punbb .divider {
border-color: transparent;}
.punbb .formal fieldset .post-box, .punbb .info-box {
border: 1px solid transparent ;}
li.pa-online {
border-left-color: transparent ;}
/* C3.1 */
.punbb .post .container {
border-style: none solid solid solid;
border-width: 1px;
margin-top: -1px;
padding-bottom: 1px;
}/* C3.2 */
.punbb .post h3 {
border-style: solid solid none solid;
border-width: 1px;
}/* C3.3 */
.punbb .post h3 span {
padding: 4px 9px 4px 1em;
display: block;
margin-left: 21em;
height: 10px;
margin-top: 12px;
background: #dbbc51;
font: 9px circe regular;
color: #222222;
}.punbb .post h3 span a {font-size: 9px;text-transform: uppercase;color: #000 !important;letter-spacing: 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: 231px;margin: -0.4em;margin-top: -17px;padding-bottom: 7px;overflow: hidden;margin-left: -58px;background: url(http://forumstatic.ru/files/0014/30/4a/43759.jpg) no-repeat top, url(http://forumstatic.ru/files/0014/30/4a/22502.jpg) 6px bottom no-repeat, url(http://forumstatic.ru/files/0014/30/4a/11833.jpg) 6px repeat-y;}.post-author ul {
margin: 0.8em;
}#pun-main .post-author ul {
text-align: left;
font-size: 10px;
padding-top: 0px;
margin-left: -1px;
color: #100f0e;
font: 9px arial;
line-height: 11pt !important;
letter-spacing: 0.5px;
}.pa-posts, .pa-respect {margin-top: 3px !important;margin-left: 29px;display: inline-block;width: 59px;font: 8px circe bold;color: #595959;text-transform: uppercase;line-height: 10px;padding: 6px 3px 0px 1px !important;}
.pa-respect > a {font: 8px circe bold !important;color: #595959 !important;text-transform: uppercase !important;}/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
padding: 0 1em 1em 1em;
line-height: 140%;
}/* C3.7 */
.pa-author {
margin-top: 22px;
margin-left: 31px;
padding: 4px 0 4px 0 !important;
font: 14px circe regular !important;
text-transform: uppercase !important;
color: #ffffff !important;
}/* C3.8 */
.pa-author a {
font: 14px circe regular !important;
text-transform: uppercase !important;
color: #ffffff !important;
}
.pa-author a:hover {
color: #ecc94c !important;
}/* C3.9 */
li.pa-title {
color: #595959;
margin-bottom: -2px;
margin-top: 5px;
margin-left: 32px;
padding: 3px 0 3px 0;
width: 175px;
font: 11px circe regular;
text-transform: lowercase;
}
li.pa-title:after {display: block;content: "";width: 25px;height: 2px;margin-top: 4px;background: #e9e9e9;}
li.pa-avatar.item2 {
margin-left: -2px;
width: 219px;
padding: 17px 3px 11px 3px;
background: url(http://forumstatic.ru/files/0014/30/4a/44440.jpg) no-repeat top, url(http://forumstatic.ru/files/0014/30/4a/44000.jpg) bottom no-repeat, url(http://forumstatic.ru/files/0014/30/4a/91065.jpg) repeat-y;
}.pa-avatar img {
max-width: 180px;
height: auto;
margin-left: 28px;
border: 2px solid #bdbdbd;
}li.pa-online {
line-height: 0.8em;
border-left-style: none;
border-left-width: 0.7em;
margin-top: 12px;
color: #020202;
text-transform: uppercase;
font: 9px circe bold;
margin-left: 29px;
}
li.pa-online:after {display: block;content:"";width: 25px;height: 2px;margin-top: 6px;margin-bottom: -3px;background: #505987;}/* C3.11 */
.punbb .post-body {
margin-left: 17em;
border-left-style: none;
border-left-width: 1px;
padding: 0 0 1px 0;
}.pa-awards {display: none}
/* 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: none;
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: none;
border-top-width: 1px;
background: transparent;
text-align: right;
}/* C3.16 */
.punbb .post-links li {
display: inline;
padding-left: 1em;
}/* C3.17 */
.pl-email, .pl-website {
float: left;
}/* C3.18 */
.punbb .clearer {
clear: both;
height: 0;
font-size: 0;
}/* C4 Moderator menu
-------------------------------------------------------------*//* C4.1 */
.punbb .modmenu .container {
padding: 0.5em 1em;
text-align: right;
}/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
height: 1.8em;
line-height: 1.8em;
}/* C4.3 */
.punbb .modmenu .container strong {
float: left;
}/* C4.4 */
.punbb .modmenu input {
margin-left: 1em;
}/* C5 Message boxes
-------------------------------------------------------------*//* C5.1 */
.punbb .info .container {
padding: 0.8em 1em
}/* C5.2 */
.punbb .info .container .backlink {
padding-top: -0.2em;
}/* C6 Profile
-------------------------------------------------------------*//* C6.1 */
#profile .container {
padding-left: 18.6em;
}/* C6.2 */
#profilenav {
float: left;
width: 14em;
margin-left: -18.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: left;
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: 1px 1px 0 1px;
}/* D1.2 */
#pun-title h1 {
display : block;
height : 40px;
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;
}#pun-title h1 span {
font-size: 1.5em;
}/* 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-left: 0px;
margin-top: 0px; /*io?eoaoaeuiia cia?aiea - aaa?o, iiei?eoaeuiia - aiec */
}/* D3.2 */
#pun-navlinks .container {
padding: 0.7em 1em;
}/* D.3 */
#pun-navlinks li {
display: inline-block;
padding-right: 1em;
}/* D3.4 */
#pun-navlinks li a {
}/* D4 User links
-------------------------------------------------------------*//* D4.1 */
#pun-ulinks {
border-left-style: none;
border-right-style: none;
margin-left: 0px;
margin-top: 0px; /*io?eoaoaeuiia cia?aiea - aaa?o, iiei?eoaeuiia - aiec */
}/* D4.2 */
#pun-ulinks .container {
border-top: none;
padding: 0em 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 {}
/* 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-top: 1em;
font: 9px circe regular;
text-transform: uppercase;
letter-spacing: .75px;
color: #fff;
}/* D5.2 */
#pun-status .container {
padding: 0.8em 1em 2em 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;
font: 12px circe bold;
text-transform: uppercase;
letter-spacing: .75px;
}/* D5.6 */
#pun-break1 {
margin: 0 1em;
border-style: solid none;
border-width: 1px 0;
height: 0;
margin: -2px 1em;
position: relative;
z-index: 1;
}/* D6 Announcement
-------------------------------------------------------------*//* D6.1 */
#pun-announcement h2 {
padding: 0;
margin: 0 1em -3.5em 1em;
border-style: none none solid none;
border-width: 0 0 1px 0;
position: relative;
font-weight: bold;
}/* D6.2 */
#pun-announcement h2 span {
display: block;
padding: 1em 0 0.8em 0;
border-bottom-style: solid;
border-bottom-width: 1px;
}/* D6.3 */
#pun-announcement .container {
padding: 0em 0em 7em 0em;
margin-top: -9em;
}/* 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: none;
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: 12px circe bold;
text-transform: uppercase;
letter-spacing: .75px;
}/* D8.8 */
#pun-break4 {
margin: -2px 1em;
border-style: solid none;
border-width: 1px 0;
position: relative;
height: 0;
z-index: 1;
}/* D8.9 */
div.punbb-admin #pun-about .container {
border-top-style: solid;
border-top-width: 1px;
}/* D9 Help file
-------------------------------------------------------------*//* D9.1 */
#pun-help .formal .info-box h3.legend {
border-bottom-style: solid;
border-bottom-width: 1px;
padding-bottom: 0;
margin-bottom: 0.8em;
}/* D9.2 */
#pun-help .formal .info-box h3.legend span {
padding-bottom: 0.6em;
display: block;
border-bottom-style: solid;
border-bottom-width: 1px;
font-size: 1.1em;
}/* D9.3 */
#pun-help .formal p, #pun-help .formal dd {
margin-bottom: 1em
}/* D9.4 */
#pun-help .formal ul, #pun-help .formal dl {
padding: 0 0 0 1em
}/* D9.5 */
#pun-help .formal li {
padding: 0;
line-height: 130%
}/* D9.6 */
#pun-help .formal li * {
vertical-align: text-top
}/* D9.7 */
#pun-help .formal dt span {
font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace
}
/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
padding-bottom: 0;
}#pun-redirect{
border:0 none!important;
margin:0;
padding:0;
left:0;
background-color: #858584;
right:0;
top:0;
bottom:0;
position:fixed;
width:100%;
height: 100%;
text-align:center;
}
#pun-redirect *{
border:0 none;
}
#pun-redirect .main-title {
display:none;
}
#pun-redirect.punbb .info .container{
text-align:left;
font-weight:bold;
display:inline-block;
left:0;
right:0;
top:0;
bottom:0;
margin: 18% auto;
width: 600px;
padding: 37px 37px 35px 37px;
text-transform: uppercase;
font: 16px circe regular !important;
cursor: pointer;
text-align: center;
letter-spacing: 3px;
height: 64px;
background: rgb(132, 132, 132);
color: #ffffff;
cursor: pointer;
border: 7px solid #ccbf6d;
}#pun-redirect.punbb .info .container a {
font: 14px circe regular !important;
text-transform: lowercase !important;
color: #1d1d1c !important;
text-shadow: none !important;
letter-spacing: 0px !important;
}/* àäìèí-ïàíåëü */
#pun-adnav {
float: left;
width: 12em;
margin-left: -149px !important;
display: inline;
}.adformal {
border-style: none none solid none;
border-width: 0 0 2px 0;
border-color: #f6f6f6;
padding-right: 12px !important;
}
Оригинальный диз - коды
Сообщений 1 страница 4 из 4
Поделиться12018-08-01 16:29:51
Поделиться22018-08-01 16:30:13
/*GRAPHICS-------------------------------------------------------------*/
/* BODY */
body {
background: url(http://forumstatic.ru/files/0014/30/4a/62675.jpg) top center fixed no-repeat;
background-color: #a2a2a2;
}/* LOGO */
#pun-title table {
background-image: url(http://i.yapx.ru/BoP57.jpg);
background-repeat: no-repeat;
background-position: top center;
border: none;
height: 405px;
width: 1098px;
margin-left: -165px;
}/* TELO */
#pun {
background-color: #bfbfbf;
background-image: url(http://forumstatic.ru/files/0014/30/4a/30616.jpg);
}/* FOOTER */
#pun-about p.container {background-image: url(http://forumstatic.ru/files/0014/30/4a/46580.jpg);background-position: center top;background-repeat: no-repeat;height: 101px;width: 1098px;margin-left: -187px;text-align: center;border-color: transparent;}div#pun-about {
margin-bottom: -54px;
}#profilenav h2 {text-shadow: none;}
#pun-redirect.punbb #pun-main h1 {
background: none;}hr, .banner-line {
height: 1px;
background: #4E4848 center no-repeat;
border: 1px solid white;
}/* MAIN TEXT */
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3, #pun-navlinks .container,
.punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd,
.punbb .info-box, .punbb #pun-main .info-box .legend, .punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer, #pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2, #pun-title, #pun-title .container, .punbb .modmenu .container, .punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span, .punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl, #pun-navlinks .container {background-color: transpanent;color: #151517;font-weight: normal;font-style: normal;}/* MAIN NAV CONTAINERS */
div#pun-navlinks {
position: absolute;
width: 0%;
text-align: center;
margin-top: -362px;
margin-left: -86px;
}
div#pun-ulinks {
position: relative;
width: 100%;
margin-left: 0px;
text-align: right;
margin-top: -45px;
}/* MAIN LINKS */
/* cs2.1. STILL*/
.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: #4556a0;
font: 500 13px circe regular;
text-transform: lowercase;
letter-spacing: 0px;
text-decoration: none;
-moz-transition: color 0.2s 0.02s ease;
-o-transition: color 0.2s 0.02s ease;
-webkit-transition: color 0.2s 0.02s ease;
}/* cs2.2 HOVER */
.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: #000000;
border-bottom: 0px none #000;
}/* cs2.3. MAIN NAV STILL */
#pun-navlinks a {
color: #ffffff;
font: 14px circe regular;
text-transform: uppercase;
border-bottom: 0px none #000;
letter-spacing: 2px;
padding: 8px 3px 3.5px 10px;
display: inline-block;
width: 140px;
border: none;
height: 22px;
text-align: left;
background: #4c588a;
margin-top: 5px;
}
/* cs2.4. USER NAV STILL */
#pun-ulinks a {
color: #ffffff;
font: 9px "Circe Bold";
text-shadow: 0px 0 0px rgb(90, 61, 33);
border-bottom: 0px none #000;
padding: 0px 0px 0px 0px;
letter-spacing: .75px;
text-transform: uppercase;
margin-left: 5px;
}/* cs2.5. MAN NAV HOVER */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
border-bottom: 0px none #000;
color: #ffffff;
background: #6a6a6a;
border-right: 12px solid #f3f3f3 !important;
padding: 8px 3px 3.5px 10px;
}/* cs2.5. USER NAV HOVER */
#pun-ulinks a:hover, #pun-ulinks a:focus, #pun-ulinks a:active {
border-bottom: 0px none #000;
background: #4b5789;
color: #dbbc51;
}/* ICONS-------------------------------------------------------------*/
/* OLD */
Div.icon {background-image: url(http://forumstatic.ru/files/0014/30/4a/40190.png);background-repeat: no-repeat;}/* NEW */
TR.inew Div.icon {
background-image : url(http://forumstatic.ru/files/0014/30/4a/38245.png);
background-repeat: no-repeat;
margin-right: -9px !important;
}/* NOTICE */
TR.isticky Div.icon {
background-image : url(http://forumstatic.ru/files/0014/30/4a/75964.png);
background-repeat: no-repeat;
}/* CLOSED */
TR.iclosed Div.icon {
background-image : url(http://forumstatic.ru/files/0014/30/4a/72965.png);
background-repeat: no-repeat;
}#post-form h2 {text-align: center;font-size: 12px !important; center no-repeat;width: 922px;margin-bottom: 7px;margin-top: -15px;margin-left: -10px;height: 50px;}
/* CODE AND QUOTE */
.punbb .quote-box, .punbb .code-box {
background: rgb(191, 191, 191);
font: 12px circe regular;
}.punbb .quote-box:after {display: block; content:""; width: 125px;
background: #f5d35b; height: 3px;}
.punbb .code-box:before {display: block; content:""; width: 125px; float:right; height: 3px; background:#4c588d}.code-box .scrollbox { height: 3em!important;}
.punbb textarea, .punbb select {
background: #e2e2e2;
border: 1px solid rgb(191, 191, 191) !important;
}/* CATGORY NAMES */
#pun-main .category h2 span {
visibility: hidden;
}/*------------------------SCROLL BARS-----------------------*/
::-webkit-scrollbar-thumb:vertical {
background-color:#dbbc51;}
::-webkit-scrollbar-thumb:horizontal {
background-color:#dbbc51;}
::-webkit-scrollbar-thumb:vertical:hover {background-color:#fff;}
::-webkit-scrollbar-thumb:horizontal:hover{ background-color:#fff;}::-webkit-scrollbar {
width: 6px;
height: 6px;
background-color: #4c588c;
}#post1 {color: #171819;overflow-y: auto;font: 10px arial;height: 100px;width: 197px;text-align: justify;}
#post1::-webkit-scrollbar {width: 0px; height: 0px;}#post1 a {color: #53211b;line-height: 7px !important;font: 10px arial black !important;text-transform: uppercase!important;text-shadow: 1px 1px 0 #06080a!important;}
/*---------------BUTTONS---------------*/
input.button, #post fieldset .hashelp div input {background: rgb(76, 88, 141);color: #e3e3e3;padding: 5px 8px 3px 8px;text-transform: uppercase;font: 10px circe regular!important;cursor: pointer;letter-spacing: 1px;border: none;width: auto !important;}/*---------------LZ---------------*/
.lz {
position: relative;
width: 181px;
z-index: 9;
margin-left: 11px !important;
margin-top: -5px!important;
margin-bottom: 0px !important;
padding: 6px 7px 8px 7px;
line-height: 10px !important;
height: auto;
text-align: justify;
font: 10px arial;
color: #ebebeb;
border-left: 12px solid #9e9e9e;
background: #5a5a5a;
}.lz:after {
left: -192px;
/* Положение треугольника */
/* Прозрачные границы */
/* Добавляем треугольник */
top: -43px !important;
border: 15px solid transparent;
border-right: 24px solid #0d0d0d;
content: "";
display: block;
position: relative;
margin-bottom: -27px;
}.hrlz {
height: 2px !important;
background: #dbbc51!important;
border: 0px!important;
margin-top: 4px !important;
margin-bottom: 4px !important;
width: 25px;
}.name {text-transform: uppercase !important;font: 10px "Circe Bold" !important;color: #ebebeb !important;display: inline-block;}
.name:hover {color: #bfbfbf !important;}/*-----SUBFORUM--------*/
.pf {position: relative;margin-top: 15px!important;margin-bottom: -15px !important;padding: 10px 0px 3px 0px;text-align: left;margin-left: 0px !important;width: 484px;border-top: 2px solid black;}
.pf a {
-moz-transition: all 0.2s 0.02s ease;
-o-transition: all 0.2s 0.02s ease;
-webkit-transition: all 0.2s 0.02s ease;
display: inline-block;
text-align: center;
font: 12px "Circe Bold" !important;
text-transform: uppercase !important;
color: #000000!important;
letter-spacing: .75px !important;
margin-left: 10px;
border-bottom: 2px solid transparent;
}
.pf a:hover {color: #40519a !important;border-bottom: 2px solid #40519a;}/*-----BANNERS--------*/
.banners {position: absolute;margin-top: -35px !important;margin-left: -134px !important;width: 94%;height: 31px;overflow-y: auto;opacity: 0.6;-webkit-transition: .3s all;-moz-transition: .3s all;-ms-transition: .3s all;-o-transition: .3s all;transition: .3s all;}
.banners:hover {opacity: 1;}/*-----STATISTICS LINKS--------*/
#pun-stats {text-align: justify;}
#pun-stats a {font: 10px "Circe Bold"!important;text-transform: uppercase !important;letter-spacing: .75px !important;}
#pun-stats a:hover {color: #d2ad32; background: #3c4675;}
#pun-stats > div > ul > li.item4 > strong > a {font-weight: bold !important;}#pun-status > p > span.item1 > strong {color: #000}
#pun-status > p > span.item2 > strong {color: #000}/*-----PAGES--------*/
.pagelink > strong {font: 13px "Circe Bold";}/*-----REPLY FORM CONTAINERS--------*/
#font-area, #size-area, #color-area, #table-area, #smilies-area, #image-area, #imageup-area, #imageattach-area, #keyboard-area, #video-area, #addition-area {
position: absolute;
right: 6px;
top: 49px !IMPORTANT;
background: #fff;
z-index: 10;
}/*-----NEED TOPIC--------*/
.needbg {
display: block;
width: 583px;
margin-top: 20px !important;
height: 509px;
margin-bottom: 30px !important;
background: url(http://forumstatic.ru/files/0014/30/4a/90745.jpg);
}.needli {
display: block;
position: absolute;
margin-top: 19px !important;
margin-left: 10px !important;
}.needli p {
display: block;
width: 165px;
margin-top: 10px !important;
height: 15px;
background: #505987;
padding: 14px 4px 6px 10px !important;
text-align: left !important;
text-transform: uppercase;
font: 11px "Circe Bold";
margin-left: 9px!important;
color: #bdbdbd;
line-height: 11px !important;
overflow-y: auto;
border-left: 25px solid #9c9c9c;
}.needimg {
position: absolute;
margin-left: 232px !important;
margin-top: 22px !important;
}.needimg img {
width: 245px;
height: 175px;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
border: 4px solid #e9e9e9 !important;
}.needq {
position: absolute;
margin-top: 250px !important;
margin-left: 118px !important;
width: 435px;
height: 32px;
padding-right: 5px !important;
overflow-y: auto;
color: #444d7c;
letter-spacing: 1px;
text-align: left;
font: 10px "Circe Bold";
text-transform: uppercase;
text-decoration: line-through;
}.needtxt {
display: block;
position: absolute;
margin-top: 296px !important;
margin-left: 97px !important;
width: 454px;
height: 163px;
overflow-y: auto;
padding-right: 7px;
color: #010101;
font: 11px verdana;
text-align: justify;
}.needtxt:first-letter {
font: 35px "Circe Bold";
color: #f3d469;
padding-right: 4px !important;
line-height: 32px !important;
}/*-----NEWS TOPIC--------*/
.newsbg {
display: block;
width: 617px;
margin-top: 20px !important;
height: 614px;
margin-bottom: 30px !important;
background: url(http://forumstatic.ru/files/0014/30/4a/84290.jpg);
}.newsimg {
position: absolute;
margin-left: 9px !important;
margin-top: 0px !important;
}.newsimg img {
width: 122px;
height: 529px;
}.newscont {position: absolute;}
.newsq {
margin-top: 250px !important;
margin-left: 146px !important;
width: 425px;
height: 45px;
overflow-y: auto;
padding-right: 4px !important;
color: #444d7c;
letter-spacing: 1px;
text-align: left;
font: 16px "Circe Bold";
text-transform: uppercase;
text-decoration: line-through;
}.newsq:after {display: block;content:"";width: 45px;height: 5px;background: #d0b95a;margin-top: 7px !important;}
.newstxt {
margin-top: 13px !important;
margin-left: 145px !important;
width: 425px;
height: 245px;
overflow-y: auto;
padding-right: 7px;
color: #010101;
font: 11px verdana;
text-align: justify;
}.newstxt:first-letter {
font: 60px "Circe Bold";
color: #000;
padding-right: 4px !important;
line-height: 46px !important;
}.newstxt::-webkit-scrollbar {
width: 3px;
height: 3px;
}.newsq::-webkit-scrollbar {
width: 3px;
height: 3px;
}.needtxt::-webkit-scrollbar {
width: 3px;
height: 3px;
}.needq::-webkit-scrollbar {
width: 3px;
height: 3px;
}.copyr {
position: absolute;
margin-left: 835px !important;
margin-top: 10px !important;
}.copyr a { color: #888787 !important;
letter-spacing: 3px!important;
font: 9px "circe bold"!important;
text-transform: uppercase!important;}
Поделиться32018-08-01 16:30:36
<div id="pircs2"><!-- std.v.1/0/profilaktika --><link rel="stylesheet" type="text/css" href="http://hostjs-mybb2011.narod.ru/css/profilaktika.css" /><div id="msg-n2">У Вас отключён javascript.<br>В данном режиме, отображение ресурса<br/>браузером не поддерживается <br/></div><div id="LogIn_Window" style="display:none"><center>Форум закрыт<br/></center><br/> С уважением<center>Администрация форума.</center><br/><hr><br/><br/></div></div><!-- --><script type="text/javascript">
var ON_button=1; //Cвитч включения: 1 - включено!; 0 - выключено
var moderDostyp_ON=0; //?Модер-доступ включён?: 1 - включен!; 0 - выключен
if(ON_button!=1||GroupID ==1||moderDostyp_ON*GroupID==2){
$("style.#style_st,div.#pircs2").replaceWith("");}
else {$("#msg-n2").replaceWith("");
if(GroupID ==3) {$("#LogIn_Window").show();if(document.URL.indexOf("/login.php")==-1){
document.location.href = "../login.php"}else {
$(document).ready(function(){$("form#login").appendTo("#LogIn_Window");
$("#LogIn_Window").find("p.formsubmit a[href*='register.php']").text("");
var v=$("#LogIn_Window").find("p.formsubmit a[href*='action=forget']");
v.replaceWith("<span>Вход только для Администраторов</span>");});};}
else {document.location.href = "../login.php?action=out&id="+UserID};}
</script><!--end/profilaktika--><!-----PLAYER------------------>
<div style="position: absolute; margin-top: 174px;
margin-left: 278px;"><div class="audioplay-object">
<div class="audioplay-button"></div>
<audio class="audioplay-player" data-apskin="classic">
<!-- AudioPlay2 player. Visit https://strangecube.com/audioplay2/ -->
<!-----сюда вставлять ссылки на файл (два формата ogg и mp3)------------------>
<source src="https://ru.inettools.net/upload/EQanuXnn1rejw2J7oiR2IqrAvEPpq8ABtPDNxetd/frank_ocean_-_pink_matter.ogg" />
<source src="https://sites.google.com/site/kateholocene/Frank%20Ocean%20-%20Pink%20Matter.mp3" />
Your browser doesn't support <audio> element.
</audio>
</div>
</div>
<script src="https://strangecube.com/audioplay2/player/js/audioplay-2.0.0.min.js"></script><!-----FONTS------------------>
<style type="text/css">
@font-face {
font-family: 'Circe Regular';
src: url('http://forumstatic.ru/files/0014/30/4a/10652.eot');
src: url('http://forumstatic.ru/files/0014/30/4a/10652.eot?#iefix') format('embedded-opentype'),
url('http://forumstatic.ru/files/0014/30/4a/29087.woff) format('woff'),
url('http://forumstatic.ru/files/0014/30/4a/15865.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
</style><style type="text/css">
@font-face {
font-family: 'Circe Bold';
src: url('http://forumstatic.ru/files/0014/30/4a/46594.eot');
src: url('http://forumstatic.ru/files/0014/30/4a/46594.eot?#iefix') format('embedded-opentype'),
url('http://forumstatic.ru/files/0014/30/4a/86632.woff') format('woff'),
url('http://forumstatic.ru/files/0014/30/4a/63323.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
</style><style type="text/css">
#pun-announcement h2 {display: none}
</style><style type="text/css">
.post-content td {
border:none transparent !important;
}
</style><style type="text/css">
li#navawards {display: none;}
</style><style type="text/css">
.lastedit {display:none}
</style><!-- Выделение кода в блоке "Код" // © Alex_63, версия 2017г. -->
<script type="text/javascript" src="http://forumstatic.ru/files/0015/c4/3f/26102.js"></script>
<script type="text/javascript">select_text.linkText = 'копипаст' //текст ссылки</script><script type="text/javascript">
if(FORUM.PartnerVote.toString().replace(/function\s*\(post_id,vote\)\s*/,"")==="{return true;}")
FORUM.PartnerVote = function(post_id,vote){return false}
</script><style>
.lastedit{display:none;}
</style><!-- Просмотр полного профиля на странице /profile.php V.2 -->
<script type="text/javascript" src="http://forumstatic.ru/files/0015/c4/3f/44995.js"></script><style type="text/css">
#pun-index .category .tc2,#pun-index .category .tc3 {
display:none!important;
}.Tems_And_messages {
display:inline-block;
width:100px;
}.Add {
display: inline-block;
margin-top: 30px;
margin-left: 258px;
padding: 2px 7px;
font: 10px "circe regular";
text-transform: uppercase;
color: #383838;
}.Tems_And_messages .right{
color:#383838; /*цвет количества тем и сообщений*/
}
</style>
Поделиться42018-08-01 16:30:55
<!--баннеры-->
<div class="banners">
<a href=""><img src="http://placehold.it/88x31"></a> <a href=""><img src="http://placehold.it/88x31"></a> <a href=""><img src="http://placehold.it/88x31"></a> <a href=""><img src="http://placehold.it/88x31"></a> <a href=""><img src="http://placehold.it/88x31"></a> <a href=""><img src="http://placehold.it/88x31"></a> <a href=""><img src="http://placehold.it/88x31"></a> <a href=""><img src="http://placehold.it/88x31"></a> <a href=""><img src="http://placehold.it/88x31"></a> <a href=""><img src="http://placehold.it/88x31"></a> <a href=""><img src="http://placehold.it/88x31"></a> <a href=""><img src="http://placehold.it/88x31"></a> <a href=""><img src="http://placehold.it/88x31"></a> <a href=""><img src="http://placehold.it/88x31"></a> <a href=""><img src="http://placehold.it/88x31"></a> <a href=""><img src="http://placehold.it/88x31"></a>
</div><div class="copyr"><a href="https://vk.com/write237487061">.голоцен</a></div>
<script><!--Своя картинка или Слово в Панель навигации -->
var Img_Word=1; //0-Картинка;1-Cлово /Ставим картинку или Слово ?
navlinks=new Array(
"navextra1","Слово или ссылка на картинку", // Дополнительный пункт меню 1
"navextra2","Слово или ссылка на картинку", // Дополнительный пункт меню 2
"navextra3","Слово или ссылка на картинку", // Дополнительный пункт меню 3
"navindex","главная", // Форум
"navuserlist","участники",// Участники
"navrules","правила", // Правила
"navsearch","поиск", // Поиск
"navprofile","профиль", // Профиль
"navpm","сообщения", // Сообщения
"navadmin","настройки", // Администрирование
"navregister","регистрация",// Регистрация
"navlogin","вход", // Войти
"navlogout","выход" // Выход - !ПОСЛЕДНИЙ элемент без запятой
)
var s,i;for (i=0; i < navlinks.length; i++){s=navlinks[i+1];
if(!Img_Word){s='<img class="navlinks" src="'+s+'" border="0" />'}
$("#"+navlinks[i]+" a").html("<span>"+s+"</span>");i++;}
</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><!--кнопка хтмл в быстром ответе-->
<style>
#button-html {background-image:url('http://funkyimg.com/i/21TAY.png'); padding:0; line-height:0; background-position:center; background-repeat:no-repeat; height:26px; width:100%}
</style>
<script type="text/javascript">
if(form=document.getElementById("form-buttons"))
form.getElementsByTagName("tr")[0].insertCell(12).innerHTML="<img src='/i/blank.gif' id='button-html' onclick=\"bbcode('Код:[html]', '');\"/>"
</script><!-- HTML в постах -->
<script type="text/javascript">
function Transform_Code_Box_in_HTML(aX){
var TemLnk=aX.replace(/^(.*viewtopic\.php\?id=\d*).*$/ig,"$1");
var PstId=aX.replace(/^.*viewtopic\.php\?id=.*(#p\d+)$/ig,"$1");
var L=document.URL.replace(TemLnk,'');
if(L!=document.URL&&(L.slice(0,1)).search(/\d/ig)==-1 ){
L=$("div.topic "+PstId);
if(L.length==1){
var Lhtm=L.find(".post-content .code-box:first .scrollbox pre").text();
L.find(".post-content .code-box:first").replaceWith(Lhtm)
}}}
function Demo_HTML(Ts){var Ll=Ts.parents(".htmldemo").find(".code-box .scrollbox pre").text();
Ts.parents(".htmldemo").after('<div class="demHtml">'+Ll+'</div>');Ts.replaceWith(DemoButt0);
}
$(document).ready(function() {
$("#pun-viewtopic .post .code-box").each(function(){
if($(this).text().indexOf('[html]')!=-1){
$(this).wrap('<div class="htmldemo"></div>')
$(this).replaceWith($('.htmldemo').text().split('[html]')[1]);
}
});
});
</script><!-- КАРТИНКИ из размытого в нормальный -->
<!-- jquery уже подключен -->
<script type="text/javascript">
$(document).ready(function() {
$('.Hoverbuttons').each(function () {
var $span = $(this).css('opacity', 0.7);
$(this).hover(function () {
$span.stop().fadeTo(600, 1);
}, function () {
$span.stop().fadeTo(600, 0.7);
});
});
});
</script><script type="text/javascript"><!--Своя картинка в каждую категорию -->
$(document).ready(function(){
myarray=new Array(
"1", "http://forumstatic.ru/files/0014/30/4a/96619.jpg",
"2", "http://forumstatic.ru/files/0014/30/4a/15412.jpg",
"3", "http://forumstatic.ru/files/0014/30/4a/81826.jpg",
"4", "http://i.yapx.ru/Bn0v8.jpg",
"5", "http://i.yapx.ru/Bn0v8.jpg",
"6", "http://i.yapx.ru/Bn0v8.jpg"
)
$("#pun-index div.category h2,#pun-index #pun-stats h2").each(function (i) {
for(q=0;q<myarray.length;q++){
var cssObj = {
"height":"85px",
"background-color": "transparent",
"text-align": "center",
"font-size": "0",
"margin-left": "-29px",
"width": "945px",
"background-image":"url("+myarray[q+1]+")",
"background-repeat":"no-repeat" //Последний элемент без запятой!
}
if($(this).children("span").text()==myarray[q])$(this).css(cssObj);
q++}
});
});
</script><!--быстрая вставка изображений-->
<script>
var oldIMG="<td id=\"button-image\" title=\"Вставить картинку\"><img onclick=\"bbcode('--')\" src=\"/i/blank.gif\"/><b><p style=\"z-index:20;position:absolute;height14px;margin:-15px 0 0 22px;\">2</p></b></td>"
$("#button-image").after(oldIMG);
</script><!--вход для пиара-->
<script type="text/javascript">
PiarNik="Принц на белом";
PiarPas="0000";
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 href=\"#\" onclick=\"PiarIn();return false\"><span>пиар</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><!--кнопки вверх вниз-->
<div class="go-up" id='ToTop'><img src="http://forumstatic.ru/files/0014/30/4a/32158.png" border="0" /></div>
<div class="go-down" id='OnBottom'><img src="http://forumstatic.ru/files/0014/30/4a/40828.png" border="0" /></div>
<style>
.go-up,.go-down {
display:none;
position: fixed; /*позиционируем*/
right:23px; /*указываем положение, если слева - left*/
z-index:9999; /*показываем поверх все элементов на странице*/
cursor:pointer;
opacity:.7; /*прозрачность*/
margin-bottom: 30em; /*отступ снизу (можно не указывать)*/
width:50px; /*ширина кнопки*/
height:50px; /*высота кнопки*/
}
.go-up {
bottom: 50px;
right: 23px;
}
.go-down {
bottom:10px; /*положение от низа окна браузера нижняя кнопка */
}
.go-down:hover,.go-up:hover {
opacity:1;
}
</style><!--кнопки вверх вниз-->
<script type="text/javascript">
$(function(){
if ($(window).scrollTop()>="250") $("#ToTop").fadeIn("slow")
$(window).scroll(function(){
if ($(window).scrollTop()<="250") $("#ToTop").fadeOut("slow")
else $("#ToTop").fadeIn("slow")
});
if ($(window).scrollTop()<=$(document).height()-"999") $("#OnBottom").fadeIn("slow")
$(window).scroll(function(){
if ($(window).scrollTop()>=$(document).height()-"999") $("#OnBottom").fadeOut("slow")
else $("#OnBottom").fadeIn("slow")
});
$("#ToTop").click(function(){$("html,body").animate({scrollTop:0},"slow")})
$("#OnBottom").click(function(){$("html,body").animate({scrollTop:$(document).height()},"slow")})
});
</script><!-- убирает название доп. поля -->
<script type="text/javascript">
var A=[1,2,4,5]
$(".post .post-author li").each(function (){
for(var i=0; i<A.length;i++){if($(this).hasClass("pa-fld"+A[i])){
$(this).html($(this).html().replace(/^[^:]*:/,''));}};});
</script><!-- счетчик символов -->
<script>var a,L,epl=$("#main-reply"),str='<small id="plng" style="border:1px solid;padding:2px 3px;margin:0 20px 0 10px;">Написано символов: <b>00</b> </small>';epl.parents("fieldset").find("legend").prepend(str);function epl3(){a=epl.val().length;if(a>9){L=''}else{L='0'};$("#plng b").text(L+a)};epl3();$(".pl-quote").click(function (){setTimeout('epl3()',100)});epl.bind('mouseout mousemove keydown keypress keyup',function(e){epl3()});</script><!--Смена аватара, ника, подписи в посте-->
<script type="text/javascript">
//alert("A")
var SkL="\\[",SkR="\\]";
var patt = new Array()
patt[0] = SkL + "NIC" + SkR + "([^" + SkL + SkR + "$]+)" + SkL + "/NIC" + SkR;
patt[1] = SkL + "AVA" + SkR + "([^" + SkL + SkR + "$]+)" + SkL + "/AVA" + SkR;
patt[2] = 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);}
/*[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>
<style>#avtrChang-area{position: absolute; right: 5%;top: 43px;} .post-content legend.hide{ display:none;} .punbb .pa-avatar img {max-width:180px;height:auto;}</style><style>#custom-change{background-image:url(http://forumstatic.ru/files/0014/30/4a/99245.png);background-position:center;background-repeat:no-repeat;height:16px;line-height:0;padding:0;width:100%}</style>
<script type="text/javascript">
if((form=document.getElementById("form-buttons")))
form.getElementsByTagName("tr")[0].insertCell(14).innerHTML="<img src='/i/blank.gif' id='custom-change' title='Смена аватара, ника, подписи в посте' onclick=\"return changeVisibility('change', this);\" />"
</script>
<div class="container" id="change" style="display:none; position: relative;
left: 456px;
width: 100px;
margin-top: -59.5em;
background: rgb(219, 188, 81);
border: 2px solid rgb(227, 227, 227);
padding: 5px;">
<span style="cursor:pointer;" onclick="bbcode('[AVA]', '[/AVA]');return changeVisibility('change', this)">Смена аватара</span><br>
<span style="cursor:pointer;" onclick="bbcode('[SGN]', '[/SGN]');return changeVisibility('change', this)">Смена подписи</span><br>
<span style="cursor:pointer;" onclick="bbcode('[NIC]', '[/NIC]');return changeVisibility('change', this)">Смена ника</span>
</div>----------
<!--дополнительные смайлы v.3.1 © Romych-->
<style type="text/css">
#wrapper{left:-10px;position:relative;width:500px;}
.tabs{height:22px;line-height:21px;margin:0 0 3px;list-style:none;}
.tabs li{float:left;cursor:pointer;}
.tabs li a{background:transparent url("http://forumstatic.ru/files/0017/d8/50/91984.png")no-repeat scroll 0 0/cover;color:#444;display:block;margin-bottom:-1px;padding:0 5px 1px;position:relative;text-align:center;text-decoration:none;width:70px;}
.tabs li a:hover{color:#efefef;background:url("http://forumstatic.ru/files/0017/d8/50/91984.png")no-repeat scroll 0-22.1px/cover;text-decoration:none;}
.tabs li.active a{color:#444;border:medium hidden;line-height:22px;background-position:0 -43.5px;}
.tabs li.active a:hover{color:#6A5ACD;}
#smilies-area div[class^="t-"]:not(.t-0){display:none;width:470px;}
</style>
<script type="text/javascript">
var nabor=[];nabor['Пёс'] = [
'http://funkyimg.com/i/2vSCp.png',
'http://funkyimg.com/i/2vSCq.png',
'http://funkyimg.com/i/2vSCr.png',
'http://funkyimg.com/i/2vSCs.png',
'http://funkyimg.com/i/2vSCu.png',
'http://funkyimg.com/i/2vSCv.png',
'http://funkyimg.com/i/2vSCw.png',
'http://funkyimg.com/i/2vSCx.png',
'http://funkyimg.com/i/2vSCy.png',
'http://funkyimg.com/i/2vSCD.png',
'http://funkyimg.com/i/2vSCE.png',
'http://funkyimg.com/i/2vSCF.png',
'http://funkyimg.com/i/2vSCG.png',
'http://funkyimg.com/i/2vSCH.png',
'http://funkyimg.com/i/2vSCV.png',
'http://funkyimg.com/i/2vSCW.png',
'http://funkyimg.com/i/2vSCX.png',
'http://funkyimg.com/i/2vSCY.png',
'http://funkyimg.com/i/2vSCZ.png',
'http://funkyimg.com/i/2vSDm.png',
'http://funkyimg.com/i/2vSDn.png',
'http://funkyimg.com/i/2vSDo.png',
'http://funkyimg.com/i/2vSDp.png',
'http://funkyimg.com/i/2vVqx.png',
'http://funkyimg.com/i/2vVqy.png',
'http://funkyimg.com/i/2vVqz.png',
'http://funkyimg.com/i/2vVqA.png',
'http://funkyimg.com/i/2vVqB.png',
'http://funkyimg.com/i/2vVqC.png',
'http://funkyimg.com/i/2vVqD.png',
'http://funkyimg.com/i/2vVqE.png',
'http://funkyimg.com/i/2vVqF.png',
'http://funkyimg.com/i/2vVqG.png',
'http://funkyimg.com/i/2vVqQ.png',
'http://funkyimg.com/i/2vVqR.png',
'http://funkyimg.com/i/2vVqS.png',
'http://funkyimg.com/i/2vVqT.png',
'http://funkyimg.com/i/2vVqU.png',
'http://funkyimg.com/i/2vVqV.png',
'http://funkyimg.com/i/2vVqW.png',
'http://funkyimg.com/i/2vVqX.png',
'http://funkyimg.com/i/2vVqY.png',
'http://funkyimg.com/i/2vVqZ.png',
'http://funkyimg.com/i/2vVr3.png',
'http://funkyimg.com/i/2vVr4.png',
'http://funkyimg.com/i/2vVr5.png',
'http://funkyimg.com/i/2vVr6.png',
'http://funkyimg.com/i/2vVr7.png'];nabor['Хомяк'] = ['http://i.imgur.com/aioynLZ.png',
'http://i.imgur.com/mcWR5K3.png',
'http://i.imgur.com/kQDOI2O.png',
'http://i.imgur.com/I2yC49f.png',
'http://i.imgur.com/qk4Wagp.png',
'http://i.imgur.com/mEe8oKA.png',
'http://i.imgur.com/5tyDr4a.png',
'http://i.imgur.com/APXtwMZ.png',
'http://i.imgur.com/I3LGzO3.png',
'http://i.imgur.com/mtul7B5.png',
'http://i.imgur.com/26yG9OL.png',
'http://i.imgur.com/xX8X8Gw.png',
'http://i.imgur.com/A8f4EJh.png',
'http://i.imgur.com/VyzdqsL.png',
'http://i.imgur.com/tUeSTIZ.png',
'http://i.imgur.com/BiyhxPy.png',
'http://i.imgur.com/oP35Thb.png',
'http://i.imgur.com/eLbTgxH.png',
'http://i.imgur.com/5LjQICq.png',
'http://i.imgur.com/6ZyLmUq.png',
'http://i.imgur.com/g5YDYls.png',
'http://i.imgur.com/44XohXz.png',
'http://i.imgur.com/YkKuIrH.png',
'http://i.imgur.com/XH1E3nJ.png',
'http://i.imgur.com/LQOOl7M.png',
'http://i.imgur.com/Fa6urM5.png',
'http://i.imgur.com/MfE1lPj.png',
'http://i.imgur.com/OMOzYAf.png',
'http://i.imgur.com/rRDnSmF.png',
'http://i.imgur.com/n4dTSM8.png',
'http://i.imgur.com/wy3ylYT.png',
'http://i.imgur.com/V8CdY05.png',
'http://i.imgur.com/MS02nMv.png',
'http://i.imgur.com/8HJwcXa.png',
'http://i.imgur.com/b7t6cIv.png',
'http://i.imgur.com/SawNVXe.png',
'http://i.imgur.com/4dUudSd.png',
'http://i.imgur.com/hsg2DyH.png',
'http://i.imgur.com/lFpXXLI.png',
'http://i.imgur.com/pZjh7iG.png',
'http://i.imgur.com/MqQAa2Z.png',
'http://i.imgur.com/2IQzS6G.png'
];nabor['Vk'] = [
'http://funkyimg.com/i/2vV91.png',
'http://funkyimg.com/i/2vV92.png',
'http://funkyimg.com/i/2vV93.png',
'http://funkyimg.com/i/2vV94.png',
'http://funkyimg.com/i/2vV96.png',
'http://funkyimg.com/i/2vV97.png',
'http://funkyimg.com/i/2vV99.png',
'http://funkyimg.com/i/2vV98.png',
'http://funkyimg.com/i/2vV9a.png',
'http://funkyimg.com/i/2vV95.png',
'http://funkyimg.com/i/2vV9u.png',
'http://funkyimg.com/i/2vV9w.png',
'http://funkyimg.com/i/2vV9v.png',
'http://funkyimg.com/i/2vV9x.png',
'http://funkyimg.com/i/2vV9y.png',
'http://funkyimg.com/i/2vV9z.png',
'http://funkyimg.com/i/2vV9S.png',
'http://funkyimg.com/i/2vV9T.png',
'http://funkyimg.com/i/2vV9U.png',
'http://funkyimg.com/i/2vV9V.png',
'http://funkyimg.com/i/2vV9W.png',
'http://funkyimg.com/i/2vVaj.png',
'http://funkyimg.com/i/2vVak.png',
'http://funkyimg.com/i/2vVam.png',
'http://funkyimg.com/i/2vVan.png',
'http://funkyimg.com/i/2vVao.png',
'http://funkyimg.com/i/2vVap.png',
'http://funkyimg.com/i/2vVaq.png',
'http://funkyimg.com/i/2vVar.png',
'http://funkyimg.com/i/2vVas.png',
'http://funkyimg.com/i/2vVav.png',
'http://funkyimg.com/i/2vVaL.png',
'http://funkyimg.com/i/2vVaK.png',
'http://funkyimg.com/i/2vVaY.png',
'http://funkyimg.com/i/2vVb6.png',
'http://funkyimg.com/i/2vVb7.png',
'http://funkyimg.com/i/2vVb8.png',
'http://funkyimg.com/i/2vVb5.png',
'http://funkyimg.com/i/2vVb4.png',
'http://funkyimg.com/i/2vVb3.png',
'http://funkyimg.com/i/2vVb2.png',
'http://funkyimg.com/i/2vVb1.png',
'http://funkyimg.com/i/2vVaZ.png',
'http://funkyimg.com/i/2vVbk.png',
'http://funkyimg.com/i/2vVbn.png',
'http://funkyimg.com/i/2vVbm.png',
'http://funkyimg.com/i/2vVbH.png',
'http://funkyimg.com/i/2vVbJ.png',
'http://funkyimg.com/i/2vVbR.png',
'http://funkyimg.com/i/2vVbS.png',
'http://funkyimg.com/i/2vVbQ.png',
'http://funkyimg.com/i/2vVbK.png',
'http://funkyimg.com/i/2vVbL.png',
'http://funkyimg.com/i/2vVbM.png',
'http://funkyimg.com/i/2vVbN.png',
'http://funkyimg.com/i/2vVbP.png',
'http://funkyimg.com/i/2vVc1.png',
'http://funkyimg.com/i/2vVc2.png',
'http://funkyimg.com/i/2vVc3.png',
'http://funkyimg.com/i/2vVc4.png',
'http://funkyimg.com/i/2vVc7.png',
'http://funkyimg.com/i/2vVc8.png',
'http://funkyimg.com/i/2vVc5.png',
'http://funkyimg.com/i/2vVca.png',
'http://funkyimg.com/i/2vVc9.png',
'http://funkyimg.com/i/2vVcs.png',
'http://funkyimg.com/i/2vVct.png',
'http://funkyimg.com/i/2vVcu.png',
'http://funkyimg.com/i/2vVcv.png',
'http://funkyimg.com/i/2vVcB.png',
'http://funkyimg.com/i/2vVcA.png',
'http://funkyimg.com/i/2vVcy.png',
'http://funkyimg.com/i/2vVcx.png',
'http://funkyimg.com/i/2vVcM.png',
'http://funkyimg.com/i/2vVcz.png',
'http://funkyimg.com/i/2vVdg.png',
'http://funkyimg.com/i/2vVdh.png',
'http://funkyimg.com/i/2vVdn.png',
'http://funkyimg.com/i/2vVdo.png',
'http://funkyimg.com/i/2vVdq.png',
'http://funkyimg.com/i/2vVdp.png',
'http://funkyimg.com/i/2vVdr.png',
'http://funkyimg.com/i/2vVds.png',
'http://funkyimg.com/i/2vVdt.png',
'http://funkyimg.com/i/2vVdu.png',
'http://funkyimg.com/i/2vVdC.png',
'http://funkyimg.com/i/2vVdD.png',
'http://funkyimg.com/i/2vVdE.png',
'http://funkyimg.com/i/2vVdF.png',
'http://funkyimg.com/i/2vVdG.png',
'http://funkyimg.com/i/2vVdK.png',
'http://funkyimg.com/i/2vVdL.png',
'http://funkyimg.com/i/2vVdM.png',
'http://funkyimg.com/i/2vVdN.png',
'http://funkyimg.com/i/2vVdP.png',
'http://funkyimg.com/i/2vVdQ.png',
'http://funkyimg.com/i/2vVdR.png',
'http://funkyimg.com/i/2vVdS.png',
'http://funkyimg.com/i/2vVdT.png',
'http://funkyimg.com/i/2vVef.png',
'http://funkyimg.com/i/2vVeg.png',
'http://funkyimg.com/i/2vVeh.png',
'http://funkyimg.com/i/2vVei.png',
'http://funkyimg.com/i/2vVej.png',
'http://funkyimg.com/i/2vVek.png',
'http://funkyimg.com/i/2vVeo.png',
'http://funkyimg.com/i/2vVev.png',
'http://funkyimg.com/i/2vVew.png',
'http://funkyimg.com/i/2vVez.png',
'http://funkyimg.com/i/2vVeA.png',
'http://funkyimg.com/i/2vVeB.png',
'http://funkyimg.com/i/2vVeC.png',
'http://funkyimg.com/i/2vVeD.png',
'http://funkyimg.com/i/2vVeE.png',
'http://funkyimg.com/i/2vVeF.png',
'http://funkyimg.com/i/2vVeG.png',
'http://funkyimg.com/i/2vVf1.png',
'http://funkyimg.com/i/2vVeZ.png',
'http://funkyimg.com/i/2vVf3.png',
'http://funkyimg.com/i/2vVf4.png',
'http://funkyimg.com/i/2vVf5.png',
'http://funkyimg.com/i/2vVf2.png',
'http://funkyimg.com/i/2vVf7.png',
'http://funkyimg.com/i/2vVf6.png',
'http://funkyimg.com/i/2vVf9.png',
'http://funkyimg.com/i/2vVf8.png',
'http://funkyimg.com/i/2vVfn.png',
'http://funkyimg.com/i/2vVfo.png',
'http://funkyimg.com/i/2vVfp.png',
'http://funkyimg.com/i/2vVfq.png',
'http://funkyimg.com/i/2vVfr.png',
'http://funkyimg.com/i/2vVft.png',
'http://funkyimg.com/i/2vVfu.png',
'http://funkyimg.com/i/2vVfv.png',
'http://funkyimg.com/i/2vVfw.png',
'http://funkyimg.com/i/2vVfx.png',
'http://funkyimg.com/i/2vVfy.png',
'http://funkyimg.com/i/2vVfz.png',
'http://funkyimg.com/i/2vVhT.png',
'http://funkyimg.com/i/2vVhU.png',
'http://funkyimg.com/i/2vVhW.png',
'http://funkyimg.com/i/2vVhX.png',
'http://funkyimg.com/i/2vVhY.png',
'http://funkyimg.com/i/2vVi1.png',
'http://funkyimg.com/i/2vVi2.png',
'http://funkyimg.com/i/2vVhZ.png',
'http://funkyimg.com/i/2vVi3.png',
'http://funkyimg.com/i/2vVi5.png',
'http://funkyimg.com/i/2vVi6.png',
'http://funkyimg.com/i/2vVi7.png',
'http://funkyimg.com/i/2vVi9.png',
'http://funkyimg.com/i/2vVi8.png',
'http://funkyimg.com/i/2vVia.png',
'http://funkyimg.com/i/2vVic.png',
'http://funkyimg.com/i/2vVid.png',
'http://funkyimg.com/i/2vVie.png',
'http://funkyimg.com/i/2vVif.png',
'http://funkyimg.com/i/2vVig.png',
'http://funkyimg.com/i/2vViM.png',
'http://funkyimg.com/i/2vViN.png',
'http://funkyimg.com/i/2vViP.png',
'http://funkyimg.com/i/2vViQ.png',
'http://funkyimg.com/i/2vViR.png',
'http://funkyimg.com/i/2vViS.png',
'http://funkyimg.com/i/2vViT.png',
'http://funkyimg.com/i/2vViU.png',
'http://funkyimg.com/i/2vViX.png',
'http://funkyimg.com/i/2vViY.png',
'http://funkyimg.com/i/2vViZ.png',
'http://funkyimg.com/i/2vVj1.png',
'http://funkyimg.com/i/2vVj2.png',
'http://funkyimg.com/i/2vVj3.png',
'http://funkyimg.com/i/2vVj4.png',
'http://funkyimg.com/i/2vVj5.png',
'http://funkyimg.com/i/2vVj7.png',
'http://funkyimg.com/i/2vVj6.png',
'http://funkyimg.com/i/2vVj9.png',
'http://funkyimg.com/i/2vVji.png',
'http://funkyimg.com/i/2vVjj.png',
'http://funkyimg.com/i/2vVjk.png',
'http://funkyimg.com/i/2vVjm.png',
'http://funkyimg.com/i/2vVjn.png',
'http://funkyimg.com/i/2vVjo.png',
'http://funkyimg.com/i/2vVjp.png',
'http://funkyimg.com/i/2vVjq.png',
'http://funkyimg.com/i/2vVjK.png',
'http://funkyimg.com/i/2vVjL.png',
'http://funkyimg.com/i/2vVjM.png',
'http://funkyimg.com/i/2vVjN.png',
'http://funkyimg.com/i/2vVjP.png',
'http://funkyimg.com/i/2vVjQ.png',
'http://funkyimg.com/i/2vVjR.png',
'http://funkyimg.com/i/2vVjS.png',
'http://funkyimg.com/i/2vVjT.png',
'http://funkyimg.com/i/2vVjU.png',
'http://funkyimg.com/i/2vVkj.png',
'http://funkyimg.com/i/2vVkr.png',
'http://funkyimg.com/i/2vVkq.png',
'http://funkyimg.com/i/2vVko.png',
'http://funkyimg.com/i/2vVki.png',
'http://funkyimg.com/i/2vVkk.png',
'http://funkyimg.com/i/2vVkm.png',
'http://funkyimg.com/i/2vVkn.png',
'http://funkyimg.com/i/2vVkp.png',
'http://funkyimg.com/i/2vVkH.png',
'http://funkyimg.com/i/2vVkJ.png',
'http://funkyimg.com/i/2vVkK.png',
'http://funkyimg.com/i/2vVkM.png',
'http://funkyimg.com/i/2vVkN.png',
'http://funkyimg.com/i/2vVkP.png',
'http://funkyimg.com/i/2vVkQ.png',
'http://funkyimg.com/i/2vVkR.png',
'http://funkyimg.com/i/2vVkS.png',
'http://funkyimg.com/i/2vVkU.png',
'http://funkyimg.com/i/2vVkV.png',
'http://funkyimg.com/i/2vVkY.png',
'http://funkyimg.com/i/2vVkZ.png',
'http://funkyimg.com/i/2vVm1.png',
'http://funkyimg.com/i/2vVm5.png',
'http://funkyimg.com/i/2vVm2.png',
'http://funkyimg.com/i/2vVm3.png',
'http://funkyimg.com/i/2vVm4.png',
'http://funkyimg.com/i/2vVm6.png',
'http://funkyimg.com/i/2vVkX.png',
'http://funkyimg.com/i/2vVmc.png',
'http://funkyimg.com/i/2vVmd.png',
'http://funkyimg.com/i/2vVmi.png',
'http://funkyimg.com/i/2vVmj.png',
'http://funkyimg.com/i/2vVmn.png',
'http://funkyimg.com/i/2vVmk.png',
'http://funkyimg.com/i/2vVmm.png',
'http://funkyimg.com/i/2vVmo.png',
'http://funkyimg.com/i/2vVmp.png',
'http://funkyimg.com/i/2vVmr.png',
'http://funkyimg.com/i/2vVmq.png',
'http://funkyimg.com/i/2vVni.png',
'http://funkyimg.com/i/2vVnj.png',
'http://funkyimg.com/i/2vVnk.png',
'http://funkyimg.com/i/2vVnm.png',
'http://funkyimg.com/i/2vVnY.png',
'http://funkyimg.com/i/2vVo7.png',
'http://funkyimg.com/i/2vVo1.png',
'http://funkyimg.com/i/2vVnZ.png',
'http://funkyimg.com/i/2vVo2.png',
'http://funkyimg.com/i/2vVo3.png',
'http://funkyimg.com/i/2vVo4.png',
'http://funkyimg.com/i/2vVo5.png',
'http://funkyimg.com/i/2vVo6.png',
'http://funkyimg.com/i/2vVo8.png',
'http://funkyimg.com/i/2vVow.png',
'http://funkyimg.com/i/2vVox.png',
'http://funkyimg.com/i/2vVov.png',
'http://funkyimg.com/i/2vVoz.png',
'http://funkyimg.com/i/2vVoA.png',
'http://funkyimg.com/i/2vVoy.png',
'http://funkyimg.com/i/2vVoB.png',
'http://funkyimg.com/i/2vVoC.png',
'http://funkyimg.com/i/2vVp1.png',
'http://funkyimg.com/i/2vVp2.png',
'http://funkyimg.com/i/2vVp3.png',
'http://funkyimg.com/i/2vVp4.png',
'http://funkyimg.com/i/2vVp5.png',
'http://funkyimg.com/i/2vVp9.png',
'http://funkyimg.com/i/2vVpa.png',
'http://funkyimg.com/i/2vVpb.png',
'http://funkyimg.com/i/2vVpc.png',
'http://funkyimg.com/i/2vVpd.png',
'http://funkyimg.com/i/2vVpe.png',
'http://funkyimg.com/i/2vVph.png',
'http://funkyimg.com/i/2vVpi.png',
'http://funkyimg.com/i/2vVpj.png',
'http://funkyimg.com/i/2vVpk.png',
'http://funkyimg.com/i/2vVpm.png',
'http://funkyimg.com/i/2vVpn.png',
'http://funkyimg.com/i/2vVpo.png',
'http://funkyimg.com/i/2vVpp.png',
'http://funkyimg.com/i/2vVpq.png',
'http://funkyimg.com/i/2vVpr.png',
'http://funkyimg.com/i/2vVpu.png',
'http://funkyimg.com/i/2vVpv.png',
'http://funkyimg.com/i/2vVpw.png',
'http://funkyimg.com/i/2vVpx.png',
'http://funkyimg.com/i/2vVpy.png',
'http://funkyimg.com/i/2vVpz.png',
'http://funkyimg.com/i/2vVpA.png',
'http://funkyimg.com/i/2vVpB.png',
'http://funkyimg.com/i/2vVpC.png',
'http://funkyimg.com/i/2vVpD.png',
'http://funkyimg.com/i/2vVpG.png'
];$(function(){$('#smilies-block').addClass('t-0');var vkl = '<div id="wrapper"><ul class="tabs" onclick="smilies();return 0;"><li class="t-0 active"><a>Стандартные</a></li></ul></div>';$('#smilies-area').prepend(vkl);for(var i in nabor){$('.tabs').append('<li class="t-'+i+'"><a>'+i+'</a></li>');$('#wrapper').append('<div class="t-'+i+'"></div>');$.each(nabor[i],function(q){$('div.t-'+i).append('<img src="'+nabor[i][q]+'" onclick=smile("--") />');})};$('.tabs li').click(function(){var thisClass=this.className;$('#smilies-area div[class^="t-"]').hide();$('div.'+thisClass).fadeToggle('slow');$('.tabs li').removeClass('active');$(this).addClass('active');}); });
</script><!-- Кнопки BB-кодов при редактировании подписи © Alex_63 -->
<script type="text/javascript">
if(document.URL.indexOf('section=signature')!=-1)document.write('<scr'+'ipt type="text/javascript" src="http://forumstatic.ru/files/0016/0b/c8/99528.js"></scr'+'ipt>');
</script><!--ТЕГ абзаца - [indent] -->
<style>#button-indent {background:url(http://s7.uploads.ru/t/mnkgq.png)no-repeat center 6px!important;}</style>
<script type="text/javascript">(function(){ var b = '[indent]';
$("#button-strike").after('<td id="button-indent" title="Отступы"><img src="/i/blank.gif" onclick="smile(\''+b+'\')"></td>');
var indent = '<span style="display:inline-block;margin:1em 2.1em;"></span>'; /*удвоенные Отступы сверху и слево*/
$('.post-content p:contains("'+b+'")').each(function(){ $(this).html( $(this).html().replace(/\[indent\]/gm,indent));});}());
</script><!--Система оповещения о личных сообщениях v.2.1.2a-->
<script type="text/javascript">
if((document.getElementById("navpm").innerHTML.indexOf("(")!=-1)&&(document.URL.indexOf("messages.php")==-1)){$("#navpm").append('<div id="convert"><img style="" src="http://forumupload.ru/uploads/0000/0a/f2/68797-1.gif" alt="" ><div id="messanger" class="container" style="display:none; padding: 15px; text-align: right;"><span><img style="border: 2px solid #696969;" align="left" src="'+UserAvatar+'" width="60" height="60" alt="">Привет, <strong>'+UserLogin+'</strong><br>у Вас новое личное сообщение</span><br /><br /><ul class="pisma"></ul><audio autoplay="autoplay"><source src="http://irpi.jr1.ru/ku-ku.ogg" type="audio/ogg; codecs=vorbis"><source src="http://promobil.kiev.ua/uploads/files/1188937250_icq.mp3" type="audio/mpeg"></audio><br /><span id="closer"><strong> X </strong></span></div></div>');$("#convert").mouseover(function(){$('#messanger').show();});$.ajax({type:'GET',url:'messages.php',contentType:'text/html; charset=windows-1251',success:function(data){$(data).find('tr.icon').each(function(){var QMess=$(this).find('div.tclcon a').text();var QLink=$(this).find('div.tclcon a').attr('href');var Qautor=$(this).find('td.tc2 a').text();var QProf=$(this).find('td.tc2 a').attr('href');ProfilUser=/(.*?)\/profile\.php\?id=(\d+)/g;RrofId=(QProf.replace(ProfilUser,'$2'));$.get('profile.php?section=avatar&id='+RrofId,'',processGetImg);function processGetImg(data){$(data).find('td#profile-left, div.fs-box').map(function(){var ZAva=$(this).find('img').attr('src');$('.pisma').append('<li><a onclick=\'window.open(href="'+QLink+'"); return false\' class="mess" href="'+QLink+'">Ссылка на сообщение</a> от <a onclick=\'window.open(href="'+QProf+'"); return false\' class="mess" href="'+QProf+'">'+Qautor+'</a><img style="border: 1px solid #696969;margin: 3px 0 -2px 5px;" src="'+ZAva+'" width="24" height="24" alt=""></li>');$('.mess').click(function(){$('#messanger').toggle();});});}});}});$('#closer').click(function(){$('#messanger').slideToggle('slow');});}
</script><!--Система оповещения о личных сообщениях v.2.1.2-->
<script type="text/javascript">
if((document.getElementById("navpm").innerHTML.indexOf("(")!=-1)&&(document.URL.indexOf("messages.php")==-1)){document.write('<div id="convert"><img style="" src="http://forumupload.ru/uploads/0000/0a/f2/68797-1.gif" alt="" ><div id="messanger" class="container" style="display:none; padding: 15px; text-align: right; background-color: #ebeaf0;"><span><img style="border: 2px solid #696969;" align="left" src="'+UserAvatar+'" width="60" height="60" alt="">Привет, <strong>'+UserLogin+'</strong><br>у Вас новое личное сообщение</span><br /><br /> <ul class="pisma"></ul><audio autoplay="autoplay"><source src="http://irpi.jr1.ru/ku-ku.ogg" type="audio/ogg; codecs=vorbis"><source src="http://promobil.kiev.ua/uploads/files/1188937250_icq.mp3" type="audio/mpeg"></audio><br /><span id="closer" ><strong> X </strong></span></div></div>');$("#convert").mouseover(function(){$('#messanger').show();});$.ajax({type:'GET',url:'messages.php',contentType:'text/html; charset=windows-1251',success:function(data){$(data).find('tr.icon').each(function(){var QMess=$(this).find('div.tclcon a').text();var QLink=$(this).find('div.tclcon a').attr('href');var Qautor=$(this).find('td.tc2 a').text();var QProf=$(this).find('td.tc2 a').attr('href');ProfilUser=/(.*?)\/profile\.php\?id=(\d+)/g;RrofId=(QProf.replace(ProfilUser,'$2'));$.get('profile.php?section=avatar&id='+RrofId,'',processGetImg);function processGetImg(data){$(data).find('td#profile-left li div, div.fs-box').map(function(){var ZAva=$(this).find('img').attr('src');$('.pisma').append('<li><a onclick=\'window.open(href="'+QLink+'"); return false\' class="mess" href="'+QLink+'">Ссылка на сообщение</a> от <a onclick=\'window.open(href="'+QProf+'"); return false\' class="mess" href="'+QProf+'">'+Qautor+'</a><img style="border: 1px solid #696969;margin: 3px 0 -2px 5px;" src="'+ZAva+'" width="24" height="24" alt=""></li>');$('.mess').click(function(){$('#messanger').toggle();});});}});}});$('#closer').click(function(){$('#messanger').slideToggle('slow');});}
</script>