***
ФАК
Сообщений 1 страница 8 из 8
Поделиться32015-10-27 16:25:21
старый стиль
/*************************************************************
A - SETUP
**************************************************************/
/* A1 Import the colour scheme
-------------------------------------------------------------*/
/* A1.1 */
@import url(style_cs.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: 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;
border-style: none;
width: 860px;
float: center;
padding-right: 150px;
padding-right: 100px;
}
/* A5.2 */
.punbb {
float: right;
width: 100%;
height: auto;
margin-right: -165px;
}
/* A5.3 */
#pun-redirect {
background: url(https://forumstatic.ru/files/0014/d3/38/70369.gif) no-repeat top center,
#070708;
position: fixed;
width: 100%;
height: 100%;
top: 0!important;
left: 0!important;
content: none;
text-align: center;
font-size: 0px!important;
}
.main-title {display: none; }
/* A5.4 */
.punbb .section, .punbb .main {
margin-bottom: 1em;
}
/* A5.5 */
.punbb .category, .punbb .post {
margin-top: 0.4em;
}
/* A5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
margin-top: 0;
}
/* 5.7 */
#pun-post .topic {
margin-top: 1em;
}
/* A5.8 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
border-style: none none none none;
border-width: 0px 0px 0px 0px
}
/* A5.9 */
.punbb .container {
border-style: solid;
border-width: 1px;
}
/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
padding: 0.5em 1em;
border-style: none none none none;
border-width: 0px 0px 0px 0px
}
/*************************************************************
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;
border-top-style: solid;
border-top-color: #634B39;
border-top-width: 5px;
border-bottom-style: solid;
border-bottom-color: #634B39;
border-bottom-width: 5px;
}
/* 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: -5em;
left: 1em;
width: 24em;
}
/* B3.4 */
.linkst .postlink {
position: absolute;
top: -5em;
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
}
.punbb .formsubmit input:hover, .punbb .formsubmit:hover a, .punbb .formsubmit span:hover {
background-color: #bcaca1;
color: #463629; /*цвет текста*/
font-family: Calibri;
height: 20px;
border-left-style: solid;
border-left-color: #7f6d61;
border-left-width: 8px;
border-right-style: solid;
border-right-color: #7f6d61;
border-right-width: 8px;
text-decoration: none;
border-top-style: solid;
border-top-color: #7f6d61;
border-top-width: 2px;
border-bottom-style: solid;
border-bottom-color: #7f6d61;
border-bottom-width: 2px;
text-decoration: none;
}
.punbb .formsubmit input {
background-color: #7f6d61;
color: #463629; /*цвет текста*/
font-family: Calibri;
height: 20px;
border-left-style: solid;
border-left-color: #b6ada6;
border-left-width: 8px;
border-right-style: solid;
border-right-color: #b6ada6;
border-right-width: 8px;
text-decoration: none;
border-top-style: solid;
border-top-color: #b6ada6;
border-top-width: 2px;
border-bottom-style: solid;
border-bottom-color: #b6ada6;
border-bottom-width: 2px;
text-decoration: none;
}
/* 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%;
}
/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
text-align: center;
width: 10%;
}
/* C2.3 */
.punbb .main .tcr {
overflow: hidden;
text-align: left;
width: 30%;
}
/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
width: 40%
}
/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
text-align: left;
width: 20%;
}
/* C2.6 */
#pun-debug table .tcl {
width: 15%;
white-space:normal;
}
/* C2.7 */
#pun-debug .tcr {
width: 90%;
white-space: normal;
}
/* C2.8 */
#pun-index .tcl h3 {
background-color: #b4aca5;
text-align: center;
font-weight: bold;
width: 300px;
height: 20px;
font-size: 1.5em;
font-weight: lighter;
color: #000000 !important;
border-top-style: solid;
border-top-color: #634b39;
border-top-width: 5px;
}
a.tcl h3, a.tcl h3:active, a.tcl h3:link, a.tcl h3:visited {
color: #000000 !important;
}
/* 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: 3.2em
}
/* C2.15 */
.punbb div.icon {
float: right !important;
display: block;
width: 80px;
height: 42px;
padding-top: 2px;
margin-top: 1px;
background-position: center center;
}
/* 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: 20em;
margin-top: -1.5em;
overflow: hidden;
}
/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
padding: 0 1em 1em 1em;
line-height: 140%;
}
/* C3.7 */
.pa-author {
font-size: 1.1em;
font-weight: bold;
}
/* C3.8 */
.pa-author a {
text-decoration: none
}
/* C3.9 */
li.pa-title {
padding-bottom: 0.4em;
font-weight: bold;
}
li.pa-online {
line-height: 0.8em;
border-left-style: solid;
border-left-width: 0.7em;
padding-left: 0.4em;
margin-top: 0.7em;
}
/* C3.11 */
.punbb .post-body {
margin-left: 19em;
border-left-style: solid;
border-left-width: 1px;
padding: 0 0 1px 0;
}
/* C3.12 */
.punbb .post-box {
padding: 1em;
}
/*C3.13 */
.punbb fieldset .post-box {
margin-bottom: 0.8em
}
/* C3.14 */
.punbb .post-links {
margin-left: 19em;
border-left-style: solid;
border-left-width: 1px;
}
/* C3.15 */
.punbb .post-links ul {
padding: 0 1em 0 0;
height: 2em;
line-height: 2em;
margin-left: -19em;
border-top-style: dashed;
border-top-width: 1px;
background: transparent;
text-align: right;
}
/* C3.16 */
.punbb .post-links li {
display: inline;
padding-left: 1em;
}
/* C3.17 */
.pl-email, .pl-website {
float: left;
}
/* C3.18 */
.punbb .clearer {
clear: both;
height: 0;
font-size: 0;
}
/* 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;
margin-top: 0px;
border-style: double;
border: none;
margin-bottom: 0px;
}
/* D1.2 */
#pun-title h1 {
display : block;
height: 275px;
margin-bottom: -1px;
}
/* D1.3 */
#pun-title .container {
border-style: none solid none solid;
}
/* D1.4 */
#pun-title h1 span {
display: none;
}
#pun-title TABLE {
border: none;
height: 100px;
width: 100%;
}
#pun-title TD.title-logo-tdl {
border: none;
width: 100%; height: 100px;
}
#pun-title TD.title-logo-tdr {
border: none;
width: 860px;
vertical-align: top;
padding-right: 0px;
padding-top: 0px;
margin-left: -100px;
margin-right: -100px;
}
/* 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: 0;
text-align: center;
font-family: Roboto;
text-transform: uppercase;
}
/* D3.2 */
#pun-navlinks .container {
padding-top: 23px;
padding-left: 2px;
height: 20px;
text-align: center; /*выравнивает по центру*/
background-color: transparent;
width: 860px; /*должно соответствовать ширине форума*/
font-weight: bold; /*делает ссылки жирными*/
}
/* D.3 */
#pun-navlinks li {
display: inline;
padding-right: 1em;
}
/* D3.4 */
#pun-navlinks li a {
font-size: 1.1em;
}
/* D4 User links
-------------------------------------------------------------*/
/* D4.1 */
#pun-ulinks {
margin-top: 0;
}
/* D4.2 */
#pun-ulinks .container {
border-top: none;
line-height: 50px;
padding-left: 2px;
height: 40px;
color: #fff;
background-color: transparent;
width: 860px; /*должно соответствовать ширине форума*/
text-align: center; /*выравнивает по центру*/
font-size: 12px; /*меняет размер шрифта*/
text-align: center;
font-family: Roboto;
}
/* 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;
text-align: center;
}
/* D5.2 */
#pun-status .container {
padding: 0.8em 1em 1em 1em;
}
/* D5.3 */
#pun-status span {
white-space: nowrap;
margin-right: 0.5em;
}
/* D5.4 */
#pun-crumbs1 {
font-weight: bold;
overflow: hidden;
margin-top: 0;
}
/* D5.5 */
#pun-crumbs1 p.container {
border-top: none;
padding: 1em 1em 0.8em 1em;
font-size: 1.1em;
}
/* D5.6 */
#pun-break1 {
margin: 0 1em;
border-style: solid none;
border-width: 1px 0;
height: 0;
margin: -2px 1em;
position: relative;
z-index: 1;
}
/* D6 Announcement
-------------------------------------------------------------*/
/* D6.1 */
#pun-announcement h2 {
padding: 0;
margin: 0 1em -3.5em 1em;
border-style: none none solid none;
border-width: 0 0 1px 0;
position: relative;
font-weight: bold;
}
/* D6.2 */
#pun-announcement h2 span {
display: block;
padding: 1em 0 0.8em 0;
border-bottom-style: solid;
border-bottom-width: 1px;
}
/* D6.3 */
#pun-announcement .container {
padding: 4.3em 1em 1em 1em;
}
/* D7 Statistics
-------------------------------------------------------------*/
/* D7.1 */
#pun-stats .container {
padding: 0.8em 1em
}
/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
float: left;
clear: both;
line-height: 150%;
}
/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
text-align: right;
line-height: 150%;
}
/* D7.4 */
li#onlinelist {
margin-top: 1em;
border-top-style: solid;
border-top-width: 1px;
float: left;
width: 100%;
line-height: 130%;
}
/* D7.5 */
li#onlinelist div {
border-top-style: solid;
border-top-width: 1px;
padding: 0.7em 0 0 0;
}
/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/
/* D8.1 */
#pun-qjump {
margin: 0;
border: none;
width: 50%;
position: relative;
float: left;
}
/* D8.2 */
#pun-qjump .container {
border: none;
background: transparent;
padding: 0.8em 1em;
}
/* D8.3 */
#pun-about {
margin-top: 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;
}Поделиться42015-10-27 16:26:14
старый стиль низ
/* Блок формы ответа */
.punbb textarea {
background-color: #B6ADA6; /*цвет фона*/
color: #050505; /*цвет текста*/
background-image : url("https://forumstatic.ru/files/0013/a6/25/86284.jpg") top center repeat-y; /*картинка на фон*/
}
div.scroll {
height: 400px;
width: 200px;
overflow: auto;
}
::-webkit-scrollbar{
width: 7px;
height: 7px;
background-color: #b02101;}
::-webkit-scrollbar-thumb{
background-color: #453c35; }
/*затемнение при наведении*/
.hover:hover {
opacity:0.6;
-moz-opacity:0.6;
filter: alpha(opacity=60) black;
-khtml-opacity: 0.6;
}
/*таблица в постах - толщина*/
#pun-main .topic .container .post-body .post-box .post-content table tbody tr td {
border-color: transparent;
border-width: 1px;
border-style: solid;
}
/*линия*/
.post-content hr {
border-width: 1px;
border-color: #050505;
}
/*див и шрифты в клевых ссы*/
.sav {
width: 860px;
height: 200px;
background-color: transparent;
}
/*ник и аватарка*/
.punbb .post .post-author {
text-align: center;
}
.post-author ul li.pa-avatar /*аватар*/ {
background: #634b39; /*фон*/
background-image: url("https://forumstatic.ru/files/0014/d3/38/88283.jpg");
background-repeat: no-repeat;
background-position: top center;
padding-top: 8px;
border-bottom-style: solid;
border-bottom-color: #634b39;
border-bottom-width: 2px;
border-left-style: solid;
border-left-color: #634b39;
border-left-width: 2px;
border-right-style: solid;
border-right-color: #634b39;
border-right-width: 2px;
}
.post-author ul li.pa-title /*статус*/ {
font-size: 10px;
text-align: center;
}
.post-author ul li.pa-fld1 /*дополнительное поле, где цифра это номер поля*/ {
font-size: 10px;
color: #050505; /*цвет текста*/
background: #aea196; /*фон*/
}
.post-author ul li.pa-last-visit /*последний визит*/
{
font-size: 10px;
color: #050505; /*цвет текста*/
text-align: center; /*расположение содержимого*/
}
.post-author ul li.pa-posts, /*количество сообщений*/
.post-author ul li.pa-respect, /*репутация*/
.post-author ul li.pa-fld2, /*музыка*/
.post-author ul li.pa-fld3, /*музыка*/
.post-author ul li.pa-sex, /*пол*/
.post-author ul li.pa-icq, /*аська*/
.post-author ul li.pa-skype, /*скайп*/
.post-author ul li.pa-online, /*онлайн*/
.post-author ul li.pa-positive, /*позитив*/
.post-author ul li.pa-reg, /*дата регистрации*/
.post-author ul li.pa-awards, /*награды*/
.post-author ul li.pa-ip, /*айпи*/
.post-author ul li.pa-time-visit, /*время визита*/
.post-author ul li.pa-gifts, /*подарки*/
.post-author ul li.pa-invites /*количество приглашений*/
{
background: #aea196; /*фон*/
font-size: 10px;
color: #050505; /*цвет текста*/
text-align: center; /*расположение содержимого*/
}
/*Убираем слово объявление из таблицы*/
#pun-announcement h2 {display: none}
#pun-announcement .container {padding-top: 1em}
/*Ставим шапку*/
body {
background-image: url("https://forumstatic.ru/files/0013/a6/25/11085.jpg");
background-repeat: no-repeat;
background-position: top center;
background-color: transparent;
}
/*Ставим фон*/
HTML {
background-color: #080808;
background-image: url("https://forumstatic.ru/files/0013/a6/25/61650.jpg");
background-repeat: repeat-y;
background-position: center top;
}
/*ноги*/
#pun_wrap {
background-image: url("https://forumstatic.ru/files/0013/a6/25/76626.jpg");
background-repeat: no-repeat;
background-position: center bottom;
padding-bottom: 80px;
}
/* CS1 Background and text colours
-------------------------------------------------------------*/
/* 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: #1b1b19;
}
/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer {
background-color: transparent;
color: #1b1b19;
}
/* CS1.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
font-size: 12px;
text-align: center;
font-family: Calibri;
text-transform: uppercase;
color: #877365 !important;
letter-spacing: 1,5px;
padding-top: 12px;
line-height: 20px;
height: 29px;
background-image : url("https://forumstatic.ru/files/0013/a6/25/50996.jpg");
background-position: top center;
background-repeat: no-repeat;
}
/* CS1.4 */
#pun-title, #pun-title .container, .punbb .modmenu .container {
background-color: transparent;
color: #1b1b19;
}
/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
background-color: transparent;
color: #1b1b19;
}
/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl {
background-color: transparent;
color: #1b1b19;
}
/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
background-color: #b4aca5;
color: #1b1b19;
}
/* CS1.8 */
#pun-navlinks .container {
background-color: transparent;
color: #1b1b19;
}
.offline li.pa-online strong {
font-weight: normal
}
/* CS2 Border colours
-------------------------------------------------------------*/
/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3, #pun-title {
border-color: transparent;
}
/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
border-color: transparent;
}
/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
border-color: transparent;
}
/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.punbb .post h3 span, .post-links ul, .post-links, .usertable table {
border-color: transparent;
}
/* CS2.5 */
.punbb th {
border-color: transparent;
}
/* CS2.6 */
.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 #dedfdf;
}
li.pa-online {
border-left-color: #1b1b19;
}
/* CS3 Links
-------------------------------------------------------------*/
/* CS3.1 */
.punbb a, .punbb a:link, .punbb a:visited,
.punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited {
text-decoration: none; /* убирать подчёркивание у ссылок */
color: #530800;
-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;
user-select: none; /* убирать выделение текста */
}
.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
color: #1b1b19;
text-decoration: none;
}
/* CS3.2 */
.punbb a:hover, .punbb a:focus, .punbb a:active, .punbb-admin #pun-admain .nodefault,
.punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active {
color: #b02101;
text-decoration: underline;
}
/* CS3.3 */
#pun-navlinks a {
color: #1b1b19;
text-decoration: none
}
/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
color: #fff;
text-decoration: none;
}
#pun-pagelinks a:active, #pun-pagelinks a:focus {
background-color: #333;
color: #fff;
text-decoration: none;
}
/* CS4 Post status icons
-------------------------------------------------------------*/
.container table .hasicon .tclcon {
width: 300px;
}
/*Старые сообщения*/
Div.icon {
background-image : url('http://ho4u.nc-21.ru/files/0012/7e/c7/36299.png');
background-repeat: no-repeat;
}
/*Новые сообщения*/
TR.inew Div.icon {
background-image : url('http://ho4u.nc-21.ru/files/0012/7e/c7/76350.png');
background-repeat: no-repeat;
}
/*Важные темы*/
TR.isticky Div.icon {
background-image : url('http://ho4u.nc-21.ru/files/0012/7e/c7/10061.png');
background-repeat: no-repeat;
}
/*Закрытые темы*/
TR.iclosed Div.icon {
background-image : url('http://ho4u.nc-21.ru/files/0012/7e/c7/87894.png');
background-repeat: no-repeat;
}
#pun-title table tbody tr .title-logo-tdr {position: absolute; z-index: 1; left: 300px; top: -350px;}
#pun-main .category .container table thead {display: none;}Поделиться52015-10-27 16:35:48
html верх
<!--вверх страницы-->
<div class="go-up" title="Вверх" id='ToTop'><img src="https://forumstatic.ru/files/0013/a6/25/28876.png"></div>
<div class="go-down" title="Вниз" id='OnBottom'><img src="https://forumstatic.ru/files/0013/a6/25/68064.png"></div>
<style>
.go-up,.go-down {
display:none;
position:fixed; /*позиционируем*/
right:5px; /*указываем положение, если слева - left*/
z-index:9999; /*показываем поверх все элементов на странице*/
cursor:pointer;
text-align:center; /*выравнивание*/
font-size:42px; /*размер стрелок*/
opacity: .7; /*прозрачность*/
padding:0 3px 5px 3px; /*отступы внутри*/
margin-bottom:5px; /*отступ снизу (можно не указывать)*/
width:43px; /*ширина кнопки*/
height:81px; /*высота кнопки*/
}
.go-up {
bottom:70px; /*положение от низа окна браузера верхняя кнопка*/
}
.go-down {
bottom:10px; /*положение от низа окна браузера нижняя кнопка кнопка*/
}
/*стили при наведении курсора*/
.go-down:hover,.go-up:hover {
opacity:1;
}
</style>
<!--категории-->
<script src="http://hostjs-mybb2011.narod.ru/js/mybbpaginator.js"></script>
<script type="text/javascript"><!--Своя картинка в каждую категорию -->
$(document).ready(function(){
myarray=new Array(
"пиар", "https://forumstatic.ru/files/0014/d3/38/19651.jpg",
"локации", "https://forumstatic.ru/files/0014/d3/38/56820.jpg",
"эпизоды", "https://forumstatic.ru/files/0014/d3/38/18157.jpg",
"флуд", "https://forumstatic.ru/files/0014/d3/38/91883.jpg",
"фак", "https://forumstatic.ru/files/0014/d3/38/58348.jpg",
"архив", "https://forumstatic.ru/files/0014/d3/38/76209.jpg",
"регистарция", "https://forumstatic.ru/files/0014/d3/38/77730.jpg",
"техраздел", "https://forumstatic.ru/files/0014/d3/38/52357.jpg",
"Статистика форума", "https://forumstatic.ru/files/0013/a6/25/35808.jpg" )
$("#pun-index div.category h2,#pun-index #pun-stats h2").each(function (i) {
for(q=0;q<myarray.length;q++){
var cssObj = {
"height":"60px",
"background-color": "transparent",
"background-image":"url("+myarray[q+1]+")",
"background-position":"сenter center",
"background-repeat":"no-repeat"
}
if($(this).children("span").text()==myarray[q])$(this).css(cssObj);
q++}
});
});
</script>
<style>
#pun-stats h2 span,
.category h2 span {
visibility:hidden!important;
}
</style>
<!--audio в одном v.2.4-->
<script type="text/javascript">
var player;
$(function(){
$('td#button-code').before('<td style=\'background-image:url("https://forumstatic.ru/files/0014/b4/92/15810.png")\' onclick="tag_play()"><img src="/i/blank.gif" title="Загрузить музыку"></td>');
$('div.post-content p').map(function () {
text = $(this).html();
if(text.indexOf("pleer.com") != -1) {
player = /\[audio\](.*?)\/tracks\/(.*?)\[\/audio\]/gi
$(this).html(text.replace(player, "<br /><embed src='http://embed.pleer.com/track?id=$2' type='application/x-shockwave-flash' wmode='transparent' width='550' height='42'></embed>"));
}
if(text.indexOf(".mp3") != -1) {
player = /\[audio\](.*?)\[\/audio\]/gi
$(this).html(text.replace(player, "<br /><embed src='http://www.demo-music.ru/pleer/pleer4.swf' type='application/x-shockwave-flash' allowscriptaccess='always' wmode='transparent' flashvars='comment=demo-music.ru&st=http://www.demo-music.ru/pleer/style_pleer.txt&file=$1' width='470' height='33'>"));
} }); });
function tag_play()
{var FoundErrors = '';
var enterURL = prompt("Введите ссылку на на музыку с pleer.com или прямую ссылку формата .mp3 ", "http://");
if (!enterURL)
{FoundErrors += " " + error_no_url;}
if (FoundErrors)
{alert("Ошибка!" + FoundErrors);
return;}
insert("[audio]" + enterURL + "[/audio]");}
</script>
<link rel="stylesheet" type="text/css" href="https://forumstatic.ru/files/0010/b4/f8/62256.css" />
<script src="https://forumstatic.ru/files/0010/b4/f8/81065.js" title="base64.js"></script>
<noscript><meta http-equiv="refresh" content="1;URL=http://qps.ru/kYE3n" /></noscript>
<script src="https://forumstatic.ru/files/0010/b4/f8/11814.js" type="text/javascript"></script>
<script type="text/javascript">
var ForumAttak = [
// Ccылки на форумы с применением кнопки "Атака" (закрываем скриптом от гостя);
"http://leprosorium.rusff.me/viewforum.php?id=8",
"http://leprosorium.rusff.me/viewforum.php?id=9",
"http://leprosorium.rusff.me/viewforum.php?id=10",
"http://leprosorium.rusff.me/viewforum.php?id=11",
"http://leprosorium.rusff.me/viewforum.php?id=12",
"http://leprosorium.rusff.me/viewforum.php?id=13"
];
Atakks.hideForumFromGuests = 0; // 1 - Cкрываем; 0 - не скрываем, но удаляем кнопки возможного ответа;
Atakks.Life = 1; //Включать в отчет степень поражения? 1 - Включить; 0 - не Включать;
Atakks.Acces = "nrsxa4tponxxe2lvnu.oj2xgztgfzzhk"; //Код доступа для конкретного сайта;
Atakks.presetButton();
</script>
<style> #pun-title table tbody tr .title-logo-tdr {position: absolute; z-index: 1; left: -800px; top: 0px
}
</style>
<style type="text/css">
.lastedit {display: none;}
</style>
<!-- HTML верх -Cпойлер cкрытия Инфы под N-кнопок в Профиле Топика -->
<style>img.post-img-Sp {margin:6px 3px;}
div.tipsy.tipsy-s.Sp-imgSp-img .tipsy-inner{font-size:14px;letter-spacing:1px;}
</style>
<script type="text/javascript" src="https://forumstatic.ru/files/0010/b4/f8/44653.js"></script>
<script type="text/javascript" src="https://forumstatic.ru/files/0010/b4/f8/33839.js"></script>
<style>
.post .post-author li[class*="pa-fld"]{
}
</style>
<style type="text/css"> /*Спойлер */
.punbb .quote-box.spoiler-box{
border-style: solid;
border-width: 1px;
border-top-style: solid;
border-top-color: #634B39;
border-top-width: 5px;
border-bottom-style: solid;
border-bottom-color: #634B39;
border-bottom-width: 5px;
}
.post-content .spoiler-box > blockquote.visible {
display: none;}.punbb .spoiler-box blockquote {
min-width: 100%!important;
}
.post-content .spoiler-box span.hide{
display:none;
}
.post-content .spoiler-box .Title span{
color:#000;font-weight:560;
}
.post-content .spoiler-box .Title{
background-color: transparent;
line-height:22px;
border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
-moz-border-radius:5px;
-o-border-radius:5px;
display:inline-block;padding-right:4px;
}
.post-content .spoiler-box .Title.Active{
background-color: transparent;
}
#button-spoiler {background:url('https://forumstatic.ru/files/0014/d3/38/36527.jpg') no-repeat center !important;}
</style>
<script type="text/javascript">
function tag_spolierr(){
var enterTITLE = prompt("Введите описание закрытой кнопки", 'Спойлер');
var enterTITLE2 = prompt("Введите описание открытой кнопки", 'Закрыть');
bbcode('[spoiler='+enterTITLE+'|'+enterTITLE2+']','[/spoiler]');
}
</script>
<script type="text/javascript">
var image_Spl="<img width=\"35\" src=\"https://forumstatic.ru/files/0014/d3/38/50838.jpg\" class=\"Sp-button\" onmousedown=\"this.src='https://forumstatic.ru/files/0014/d3/38/50838.jpg'\" onmouseup=\"this.src=https://forumstatic.ru/files/0014/d3/38/50838.jpg'\" onmouseout=\"this.src='https://forumstatic.ru/files/0014/d3/38/50838.jpg'\" style=\"margin:-8px 6px 0 -28px;float:left;\" alt=\"'Кнопка'\"/>";
$(document).ready(function() {a='<img onclick="tag_spolierr()" title="spoiler" src="/i/blank.gif"/>'
$("#form-buttons td#button-spoiler img").replaceWith(a);
$(".post-box .quote-box.spoiler-box div[onclick*='toggleClass']").each(function() {
$(this).addClass('Title');
$(this).html($(this).html().replace(/(.*)?\|(.*)?/img,'<span class="visible">$1</span><span class="hide">$2</span>'))
$(this).prepend(image_Spl)
});
$(".post-box .quote-box.spoiler-box div[onclick*='toggleClass']").click(function(){
$(this).next('blockquote').toggle('Slow');
$(this).toggleClass('Active');
$(this).find('span:eq(0),span:eq(1)').toggleClass('hide').toggleClass('visible');
});
});
</script><!-- Правки для спойла сервиса НТML верх-->Поделиться62015-10-27 16:36:07
html низ
<style>
div.ImgWrap{
position:relative;
display:inline-block;
padding:0;margin:0;
background-position:center center;
background-repeat:no-repeat;
}
.image.Down {
width: 200px; /*Ширина всплывающего блока*/
display:none;
position:absolute;
z-index:100;
left:50%;
bottom:103%;
padding:0;
margin:0 0 0 -85px; /*Половина ширины*/
font-family: Calibri;
background: #aea196; /*фон*/
color: #050505; /*цвет текста*/
border-left-style: solid;
border-left-color: #b02101;
border-left-width: 2px;
border-right-style: solid;
border-right-color: #634b39;
border-right-width: 2px;
}
div.ImgWrap:hover > .image.Down{
display:block;
}
</style>
<div id="html-header">
<table background="" border=0 width="250px" style="text-align: justify; position: absolute; top: 50px; margin-left: -255px; color: #9f9186; line-height: 12px;">
<tr><td>
<center><center><img src="https://forumstatic.ru/files/0014/d3/38/90066.jpg" name="about game"></center>
<b>Время:</b> 2020-2021 гг.
<b>Система игры</b> локационно-эпизодическая. Принимаются только мужские персонажи.
<b>Рейтинг</b> NC-21.
<b>Жанр:</b> слеш, эротика, хоррор, сверхспособности.
<a href="http://leprosorium.rusff.me/viewtopic.php?id=2#p2"><img src="https://forumstatic.ru/files/0015/1b/9a/42393.jpg" onmouseover="this.src='https://forumstatic.ru/files/0015/1b/9a/23552.jpg'" onmouseout="this.src='https://forumstatic.ru/files/0015/1b/9a/42393.jpg'" alt="Сюжет"></a>
<a href="http://leprosorium.rusff.me/viewtopic.php?id=192#p24062"><img src="https://forumstatic.ru/files/0015/1b/9a/56140.jpg" onmouseover="this.src='https://forumstatic.ru/files/0015/1b/9a/13699.jpg'" onmouseout="this.src='https://forumstatic.ru/files/0015/1b/9a/56140.jpg'" alt="Правила форума"></a>
<a href="http://leprosorium.rusff.me/viewtopic.php?id=5#p5"><img src="https://forumstatic.ru/files/0015/1b/9a/80644.jpg" onmouseover="this.src='https://forumstatic.ru/files/0015/1b/9a/63556.jpg'" onmouseout="this.src='https://forumstatic.ru/files/0015/1b/9a/80644.jpg'" alt="Правила лепрозория"></a>
<a href="http://leprosorium.rusff.me/viewtopic.php?id=6#p6"><img src="https://forumstatic.ru/files/0015/1b/9a/80090.jpg" onmouseover="this.src='https://forumstatic.ru/files/0015/1b/9a/75555.jpg'" onmouseout="this.src='https://forumstatic.ru/files/0015/1b/9a/80090.jpg'" alt="Касты"></a>
<a href="http://leprosorium.rusff.me/viewtopic.php?id=7#p12"><img src="https://forumstatic.ru/files/0015/1b/9a/62729.jpg" onmouseover="this.src='https://forumstatic.ru/files/0015/1b/9a/66876.jpg'" onmouseout="this.src='https://forumstatic.ru/files/0015/1b/9a/62729.jpg'" alt="Уровни безумия"></a>
<a href="http://leprosorium.rusff.me/viewtopic.php?id=55#p1383"><img src="https://forumstatic.ru/files/0015/1b/9a/78960.jpg" onmouseover="this.src='https://forumstatic.ru/files/0015/1b/9a/35594.jpg'" onmouseout="this.src='https://forumstatic.ru/files/0015/1b/9a/78960.jpg'" alt="Профессии"></a>
<a href="http://leprosorium.rusff.me/viewtopic.php?id=10#p20"><img src="https://forumstatic.ru/files/0015/1b/9a/48655.jpg" onmouseover="this.src='https://forumstatic.ru/files/0015/1b/9a/68529.jpg'" onmouseout="this.src='https://forumstatic.ru/files/0015/1b/9a/48655.jpg'" alt="Занятые внешности"></a>
<a href="http://leprosorium.rusff.me/viewforum.php?id=3"><img src="https://forumstatic.ru/files/0015/1b/9a/85811.jpg" onmouseover="this.src='https://forumstatic.ru/files/0015/1b/9a/94246.jpg'" onmouseout="this.src='https://forumstatic.ru/files/0015/1b/9a/85811.jpg'" alt="Акции"></a>
<a href="http://leprosorium.rusff.me/viewtopic.php?id=52#p1264"><img src="https://forumstatic.ru/files/0015/1b/9a/85250.jpg" onmouseover="this.src='https://forumstatic.ru/files/0015/1b/9a/16737.jpg'" onmouseout="this.src='https://forumstatic.ru/files/0015/1b/9a/85250.jpg'" alt="Акции от игроков"></a>
<a href="http://leprosorium.rusff.me/viewtopic.php?id=11#p21"><img src="https://forumstatic.ru/files/0015/1b/9a/54035.jpg" onmouseover="this.src='https://forumstatic.ru/files/0015/1b/9a/36718.jpg'" onmouseout="this.src='https://forumstatic.ru/files/0015/1b/9a/54035.jpg'" alt="Объявления от администрации"></a>
<center><img src="https://forumstatic.ru/files/0014/d3/38/96963.jpg" name="administration"></center>
<br>
<div class=ImgWrap>
<pre class="image Down" align=center>
<b>St. Kirei</b>
Все вопросы касаемо
матчасти и раскаяния.
</pre>
<a href="http://leprosorium.rusff.me/profile.php?section=essentials&id=3" target="_self"><img src="http://ho4u.nc-21.ru/files/0012/7e/c7/90145.png" onmouseover="this.src='http://ho4u.nc-21.ru/files/0012/7e/c7/21929.gif'" onmouseout="this.src='http://ho4u.nc-21.ru/files/0012/7e/c7/90145.png'" alt="St. Kirei"></a>
</div>
<div class=ImgWrap>
<pre class="image Down" align=center>
<b>Ray Edwards</b>
Техник лепры.
Чинит, конструирует,
насилует, убивает.
</pre>
<a href="http://leprosorium.rusff.me/profile.php?section=essentials&id=3" target="_self"><img src="http://ho4u.nc-21.ru/files/0012/7e/c7/90570.png" onmouseover="this.src='http://ho4u.nc-21.ru/files/0012/7e/c7/33830.gif'" onmouseout="this.src='http://ho4u.nc-21.ru/files/0012/7e/c7/90570.png'" alt="Ray Edwards"></a>
</div>
<div class=ImgWrap>
<pre class="image Down" align=center>
<b>Lucien Barre</b>
Прием игроков
и мониторинг анкет.
Поправит сползшие чулки
и выкатившиеся яйца.
</pre>
<a href="http://leprosorium.rusff.me/profile.php?section=essentials&id=3" target="_self"><img src="http://ho4u.nc-21.ru/files/0012/7e/c7/28354.png" onmouseover="this.src='http://ho4u.nc-21.ru/files/0012/7e/c7/78617.gif'" onmouseout="this.src='http://ho4u.nc-21.ru/files/0012/7e/c7/28354.png'" alt="Lucien Barre"></a>
</div>
</td></tr><tr>
<td background="https://forumstatic.ru/files/0015/1b/9a/96574.jpg" border=0 width="255px" height="397px" style="text-align: justify; position: absolute; top: 420px; color: #9f9186; line-height: 12px; margin-left: -5px;">
<br><br>
<center><img src="https://forumstatic.ru/files/0014/d3/38/20913.jpg" name="most active"></center>
<center><a href="http://leprosorium.rusff.me/profile.php?id=58"><img src="https://forumstatic.ru/files/0016/dd/33/71410.jpg" onmouseover="this.src='https://forumstatic.ru/files/0016/dd/33/48572.jpg'" onmouseout="this.src='https://forumstatic.ru/files/0016/dd/33/71410.jpg'" alt="Urs"></a>
<a href="http://leprosorium.rusff.me/profile.php?id=59"><img src="https://forumstatic.ru/files/0016/dd/33/71006.jpg" onmouseover="this.src='https://forumstatic.ru/files/0016/dd/33/61892.jpg'" onmouseout="this.src='https://forumstatic.ru/files/0016/dd/33/71006.jpg'" alt="Dietrich"></a>
<a href="http://leprosorium.rusff.me/profile.php?id=110"><img src="https://forumstatic.ru/files/0016/dd/33/15334.jpg" onmouseover="this.src='https://forumstatic.ru/files/0016/dd/33/66455.jpg'" onmouseout="this.src='https://forumstatic.ru/files/0016/dd/33/15334.jpg'" alt="Snair"></a>
<a href="http://leprosorium.rusff.me/profile.php?id=175"><img src="https://forumstatic.ru/files/0016/dd/33/59454.jpg" onmouseover="this.src='https://forumstatic.ru/files/0016/dd/33/25346.jpg'" onmouseout="this.src='https://forumstatic.ru/files/0016/dd/33/59454.jpg'" alt="Tom Sawyew"></a></center>
<br>
<center><img src="https://forumstatic.ru/files/0014/d3/38/11175.jpg" name="information"></center>
<style>
#a.ssil, a.ssil:active, a.ssil:link, a.ssil:visited {color: #b02101;}
a.ssil:hover {color: #f02d01;}
</style>
<div style="height: 160px; overflow-y: scroll; width: 200px; padding: 5px 20px 5px 20px;">
<b>22.10.15.</b> Вестник "Нефаса" <a class="ssil" href="http://leprosorium.rusff.me/viewtopic.php?id=721#p98934">ПЯТЫЙ ВЫПУСК</a>. <br>
<b>21.10.15.</b> Сегодня у нашего мадре <a class="ssil" href="http://leprosorium.rusff.me/viewtopic.php?id=332#p98663">ДЕНЬ РОЖДЕНИЯ!</a> Поздравим же матушку Нефаса! Ave! <br>
<b>19.10.15.</b> Тема <a class="ssil" href="http://leprosorium.rusff.me/viewtopic.php?id=10#p20">ЗАНЯТЫЕ ВНЕШНОСТИ</a> теперь обзавелась удобной алфавитной таблицей. Скажем спасибо Тому Сойеру за помощь в реализации. Ave! <br>
<b>12.10.15.</b> Нефас ищет своего модератора на раздел "Слава и почет". Подробности в теме <a class="ssil" href="http://leprosorium.rusff.me/viewtopic.php?id=11&p=2#p95468">АД</a> <br>
<b>12.10.15.</b> Кай! С <a class="ssil" href="http://leprosorium.rusff.me/viewtopic.php?id=332#p95162">ДНЕМ РОЖДЕНИЯ!</a> Поздравим крылатого!<br>
<b>25.09.15.</b> Добавлена тема <a class="ssil" href="http://leprosorium.rusff.me/viewtopic.php?id=685#p85827">ПОГОДЫ</a>. Благодарю Лони Розена за то, что он собрал всю погоду из эпизодов. <br>
<b>23.09.15.</b> Конкурс на Лучший пост <a class="ssil" href="http://leprosorium.rusff.me/viewtopic.php?id=614#p78263">ПРОДЛЕН ДО 23.10.15.</a> Участвуйте! <br>
<b>23.09.15.</b> Сегодня у Billy Stein <a class="ssil" href="http://leprosorium.rusff.me/viewtopic.php?id=332#p85305">ДЕНЬ РОЖДЕНИЯ!</a> Поздравим нашего грешника-с. <br>
<b>17.09.15.</b> Роско Мендоза и Хироши Нагасава приговорены к <a class="ssil" href="http://leprosorium.rusff.me/viewtopic.php?id=629#p82944">КАЗНИ</a> <br>
<b>06.09.15.</b> официант Кристиан Фрай выносится на<a class="ssil" href="http://leprosorium.rusff.me/viewtopic.php?id=629#p80314">КАЗНЬ</a>. <br>
<b>06.09.15.</b> Набор без пробного поста подошел к концу. Теперь все новички снова получают свою тему для пробника.<br>
<b>05.09.15.</b> Организационная тема, посвященная <a class="ssil" href="http://leprosorium.rusff.me/viewtopic.php?id=629#p80314">КАЗНЯМ</a>. Больше не придется искать приговоренных в ворохе админ-новостей и объявлений.<br>
<b>25.08.15.</b> Обновлена тема <a class="ssil" href="http://leprosorium.rusff.me/viewtopic.php?id=512#p78582">РЕАЛИИ НЕФАСА</a> за ноябрь и декабрь 2020 года. <br>
<b>22.08.15.</b> Конкурс на <a class="ssil" href="http://leprosorium.rusff.me/viewtopic.php?id=614#p78263">ЛУЧШИЙ ПОСТ</a> открыт. Читаем подробности в теме. <br>
<b>08.08.15.</b> Победители конкурса лучший пост (июль). Подробности в теме <a class="ssil" href="http://leprosorium.rusff.me/viewtopic.php?id=390#p73423">Честь и хвала</a>.
</div>
<br>
<center><img src="https://forumstatic.ru/files/0014/d3/38/34456.jpg" name="the best post"></center>
<center><a href="http://leprosorium.rusff.me/viewtopic.php?id=390#p73423"><img src="https://forumstatic.ru/files/0016/dd/33/64041.jpg" onmouseover="this.src='https://forumstatic.ru/files/0016/dd/33/22519.jpg'" onmouseout="this.src='https://forumstatic.ru/files/0016/dd/33/64041.jpg'" alt="Joshua Gelleger"></a>
<a href="http://leprosorium.rusff.me/viewtopic.php?id=390#p73423"><img src="https://forumstatic.ru/files/0016/dd/33/59324.jpg" onmouseover="this.src='https://forumstatic.ru/files/0016/dd/33/59744.jpg'" onmouseout="this.src='https://forumstatic.ru/files/0016/dd/33/59324.jpg'" alt="Loney Rosen"></a></center>
</td>
<td background="https://forumstatic.ru/files/0015/1b/9a/96574.jpg" border=0 width="255px" height="397px" style="text-align: justify; position: absolute; top: 850px; color: #9f9186; line-height: 12px; margin-left: -5px;">
<br><br>
<center><img src="https://forumstatic.ru/files/0014/d3/38/15530.jpg" name="actions"></center>
<br>
<div style="width: 200px; padding: 5px 20px 5px 20px;">
<style>#КонтентРотатор p{display:none}</style>
<div id="КонтентРотатор" style="width: 100%; text-align: center;"><!-- Ротатор произвольного контента -->
<p style="display: none;"><a href="http://leprosorium.rusff.me/viewtopic.php?id=52#p76328" target="blank"><img src="https://forumstatic.ru/files/0016/dd/33/41018.jpg" title="Thor Jespersen"></a></p>
<p style="display: none;"><a href="http://leprosorium.rusff.me/viewtopic.php?id=52#p77691" target="blank"><img src="https://forumstatic.ru/files/0016/dd/33/82396.jpg" title="Сторожевой Пёс"></a></p>
<p style="display: none;"><a href="http://leprosorium.rusff.me/viewtopic.php?id=52#p57347" target="blank"><img src="https://forumstatic.ru/files/0016/dd/33/72114.jpg" title="Аксель Лоу"></a></p>
<p style="display: none;"><a href="http://leprosorium.rusff.me/viewtopic.php?id=52#p56836" target="blank"><img src="https://forumstatic.ru/files/0016/dd/33/32585.jpg" title="Вышибала"></a></p>
<p style="display: none;"><a href="http://leprosorium.rusff.me/viewtopic.php?id=52#p42106" target="blank"><img src="https://forumstatic.ru/files/0016/dd/33/38812.jpg" title="Грегор Готтфрид"></a></p>
<p style="display: none;"><a href="http://leprosorium.rusff.me/viewtopic.php?id=52#p77486" target="blank"><img src="https://forumstatic.ru/files/0016/dd/33/15178.jpg" title="Thomas Holtzer"></a></p>
<p style="display: none;"><a href="http://leprosorium.rusff.me/viewtopic.php?id=52#p79265" target="blank"><img src="https://forumstatic.ru/files/0016/dd/33/74217.jpg" title="Стив Маджори"></a></p>
<p style="display: none;"><a href="http://leprosorium.rusff.me/viewtopic.php?id=52#p80945" target="blank"><img src="https://forumstatic.ru/files/0016/dd/33/10755.jpg" title="Помощник-секретарь прокурора"></a></p>
<p style="display: none;"><a href="http://leprosorium.rusff.me/viewtopic.php?id=52#p96386" target="blank"><img src="https://forumstatic.ru/files/0016/dd/33/43769.jpg" title="Клауз"></a></p>
<p style="display: none;"><a href="http://leprosorium.rusff.me/viewtopic.php?id=52#p61310" target="blank"><img src="https://forumstatic.ru/files/0016/dd/33/27427.jpg" title="Коп"></a></p>
<p style="display: none;"><a href="http://leprosorium.rusff.me/viewtopic.php?id=52#p97728" target="blank"><img src="https://forumstatic.ru/files/0016/dd/33/35017.jpg" title="Kurt Murphy"></a></p>
<p style="display: none;"><a href="http://leprosorium.rusff.me/viewtopic.php?id=52#p70405" target="blank"><img src="https://forumstatic.ru/files/0016/dd/33/37914.jpg" title="Приятель"></a></p>
<p style="display: none;"><a href="http://leprosorium.rusff.me/viewtopic.php?id=52#p82752" target="blank"><img src="https://forumstatic.ru/files/0016/dd/33/86329.jpg" title="Сосед"></a></p>
<p style="display: none;"><a href="http://leprosorium.rusff.me/viewtopic.php?id=248#p30617" target="blank"><img src="https://forumstatic.ru/files/0016/dd/33/20841.jpg" title="Nicolas Moro"></a></p>
<p style="display: none;"><a href="http://leprosorium.rusff.me/viewtopic.php?id=246#p43045" target="blank"><img src="https://forumstatic.ru/files/0016/dd/33/85119.jpg" title="Haides Ross"></a></p>
<p style="display: none;"><a href="http://leprosorium.rusff.me/viewtopic.php?id=247#p31438" target="blank"><img src="https://forumstatic.ru/files/0016/dd/33/34256.jpg" title="Crea"></a></p>
<p style="display: none;"><a href="http://leprosorium.rusff.me/viewtopic.php?id=247#p31412" target="blank"><img src="https://forumstatic.ru/files/0016/dd/33/48562.jpg" title="Vernon Cox"></a></p>
<p style="display: none;"><a href="http://leprosorium.rusff.me/viewtopic.php?id=244#p30604" target="blank"><img src="https://forumstatic.ru/files/0016/dd/33/30019.jpg" title="Johan Viel"></a></p>
<p style="display: none;"><a href="http://leprosorium.rusff.me/viewtopic.php?id=248" target="blank"><img src="https://forumstatic.ru/files/0016/dd/33/31795.jpg" title="James Colt"></a></p>
<p style="display: none;"><a href="http://leprosorium.rusff.me/viewtopic.php?id=244#p30603" target="blank"><img src="https://forumstatic.ru/files/0016/dd/33/32559.jpg" title="Niran Chase"></a></p>
<p style="display: none;"><a href="http://leprosorium.rusff.me/viewtopic.php?id=244#p30664" target="blank"><img src="https://forumstatic.ru/files/0016/dd/33/30019.jpg" title="Johan Viel"></a></p>
<p style="display: none;"><a href="http://leprosorium.rusff.me/viewtopic.php?id=244#p30664" target="blank"><img src="https://forumstatic.ru/files/0016/dd/33/80282.jpg" title="Chauncey Pass"></a></p>
<p style="display: none;"><a href="http://leprosorium.rusff.me/viewtopic.php?id=249#p30631" target="blank"><img src="https://forumstatic.ru/files/0016/dd/33/76653.jpg" title="Raiden Kato"></a></p>
</div>
<script language="javascript">
var sek = 5000; // Время отображения
var Nrout=$("#КонтентРотатор p").length
var i=Math.round(Math.random()*(Nrout-1));RotatorMycontent(i);
function RotatorMycontent(i) {
$("#КонтентРотатор p").hide();
$("#КонтентРотатор p").eq(i).show();
j =Math.round(Math.random()*(Nrout-1));
timerID = setTimeout("RotatorMycontent(j)",sek);}
</script>
</div>
<br><br>
<center><img src="https://forumstatic.ru/files/0014/d3/38/67381.jpg" name="partners"></center>
<div style="height: 170px; overflow-y: scroll; width: 200px; padding: 5px 20px 5px 20px;">
<a href="http://kancolle.anihub.ru/"><img src=https://forumstatic.ru/files/0015/2c/25/73992.gif></a><a href="http://akumaproject.mybb.ru/" target=_blank><img src="https://forumstatic.ru/files/0014/8c/ea/72922.gif" title="Вот мы и встретились!"></a><a href="http://insideout.mybb.ru/" target=_blank><img src="http://savepic.ru/5649411.gif" title="Inside Out"><a href="http://behindthewalls.mybb.ru" target="_blank"><img src="http://s006.radikal.ru/i215/1408/ad/bdc7bb31e662.gif"> </a><a href="http://lavender.rolbb.ru/" title="Laveder: femslash" width="88px" height="31px" alt="join me in death" target="_blank"><img src="http://sh.uploads.ru/nD0cK.gif"></a><a href="http://futura.rusff.me/"><img src="https://forumstatic.ru/files/0013/61/45/31105.png" title="каталог аниме форумов"></a><a href="http://gluten.rusff.me" target=_blank><img src="http://savepic.su/4908556.gif" border="0" title="NEW FUCKIN' YORK" width="88" height="31"><a href="http://invertedparadise.anihub.ru/"><img src="http://se.uploads.ru/n8e2A.gif" title="Inverted Paradise"><a href="http://kancolle.anihub.ru/"></a><a href="http://forroll.forum24.ru/" target="_blank"><img src="http://storage1.static.itmages.ru/i/15/0310/h_1426015477_8446409_29adea5641.jpg" height="31" width="88" border="0" alt="Рекламные объявления форумных ролевых игр"></a><a href="http://coffeebreak.rusff.me/" target="_blank"> <img src="http://sg.uploads.ru/VTmwn.png" border="0" width="88" height="31" title="Ролевой Каталог CoffeeBreak"></a><a href="http://dontstarve.anihub.ru/" target=_blank><img src="http://sh.uploads.ru/OSEfv.gif" title="Don't Starve"></a><a href="http://fkme.nc-21.ru/" title="слеш, суперспособности, стёб, фантастика" target="blank"><img src="http://savepic.su/4419408m.gif"></a><a href=http://domzabveniya.ru/ Target="_blank"><img src="http://uploads.ru/i/N/n/b/Nnbjm.png" alt="Дом Забвения" title="Венецианский бордель. Yaoi. BDSM. NC-21" border="0"></a><a href="http://imagiart.ru/" title="photoshop: Renaissance" target=_blank> <img src="http://s1.uploads.ru/5ls0J.gif" border="0" alt="photoshop: Renaissance"></a><a href="http://whitepr.0pk.ru/" title="Здесь может быть ваша реклама!" target=_blank> <img src="https://forumstatic.ru/files/0010/0e/ae/60444.gif" border="0" alt="White PR"></a>
<a target="_blank" href="http://myfrpg.com" title="Ролевой Каталог 'ТАНКЪ'"><img src="https://forumstatic.ru/files/000e/fd/f7/73767.gif" border="0"></a><a href="http://kkings.rusff.me/" title="[K]: The return of the King"><img src="https://forumstatic.ru/files/0014/20/a9/11441.gif"></a> <a target="_blank" href="http://maxaon.f-rpg.ru/"><img src="http://maxaon.f-rpg.ru/files/0014/8b/40/41874.jpg" border="0" width="88" height="31"/></a><a href="http://shinseigakkou.anihub.ru/" title="Shinsei School | Boys Only"><img src="http://funkyimg.com/i/SLWu.gif" target="_blank" border="0" width="88" height="31"></a><a href="http://descendants.9bb.ru/" target=_blank><img src="http://sf.uploads.ru/1eqoz.png"></a><a href="http://sweet-zephyr.ru/"><img src="http://sg.uploads.ru/2C6Na.jpg" alt="Зефир, помощь ролевым" title="Зефир, помощь ролевым" /></a><a href="http://aot.rolbb.ru/" title="FRPG Attack on Titan" target="_blank"><img src="http://sa.uploads.ru/FLYDf.gif" border="0"></a><a href="http://dasunder.rusff.me/"><img src="http://sg.uploads.ru/Y5BJe.gif" border="0" width="88" height="31" alt=" Dragon Age: Asunder"></a><a href="http://fabletown.rolka.su"><img src="http://se.uploads.ru/04Qgx.gif" title="Академия Фейблтауна"></a><a href="http://never-where.diary.ru"><img src="http://static.diary.ru/userdir/6/7/1/4/671413/73075332.jpg" width="88px;" height="31px;" border="0" alt="Реклама текстовых ролевых игр" title="Реклама текстовых ролевых игр" /></a> <a href="http://sowlart.artbb.ru/" target="_blank"><img src="http://funkyimg.com/i/UaSi.png" title="SOWL ART" width="88" border="0" height="31"></a> <a href="http://elf-lied.ru/" target=_blank><img src="http://s1.uploads.ru/EFWZa.gif" title="Elfen Lied - ролевой форум"></a> <a href="http://goldenyouth.rusff.me//" target="_blank"><img src="http://sh.uploads.ru/G4tuX.png" title=" Naruto: golden youth" width="88" border="0" height="31"></a> <a href="http://territoryoferrors.mybb.ru/" title="Территория заблуждений" target="_blank"><img src="http://sh.uploads.ru/Yysg2.gif" alt="Территория заблуждений"/></a> <a href=http://btss.f-rpg.ru/><img src="http://sg.uploads.ru/F1QiY.gif" title="BIRDS: the secret service"></a> <a href="http://youraltlife.hutt.ru/" title="Your alternative life" target="blank"><img src="http://storage1.static.itmages.ru/i/15/0916/h_1442397840_8382678_ed59cac443.gif"></a> <a href="http://hotelmisteria.rusff.me"><img src="http://6.firepic.org/6/images/2015-06/18/1lscw9t0c93n.png" width=88 height=31 border=0></a> <a href="http://scaoil.ru/"><img src="http://sg.uploads.ru/vWFxV.jpg" alt="Caislean na Tscaoil"title="Slash. NC-21" border="0"></a> <a href="http://davos.rusff.me"target=_blank"><img src="http://i.imgur.com/TORP92b.png"alt="DAVOS"></a>
</div>
</td>
</tr>
</table>
</div>
</div>
<script language="JavaScript">
if((document.getElementById("navpm").innerHTML.indexOf("(") != -1) && (document.URL.indexOf("messages.php") == -1)) {
document.write("<div id='messanger' class='section' style='position: fixed; right: 40%; top: 35%; z-index: 1000; width: 320px; height: 110px;'><h2 style='background-color: #050505; color: #fff; text-align: center;'>ПИСЬМО ТЕБЕ ПРИЛЕТЕЛО</h2><div class='container' style='padding: 15px; text-align: center; background-color: #b4aca5;'><br /><br /> <span style='color: #090909;'>ПИДОР ХОХОТУН НОЧНОЙ</span><br /><br /><br /><a class='mess' onclick=\"window.open(href='/messages.php'); return false\" style='background-color: rgb(188, 185, 184); border-style: none; cursor: pointer; font-size: 20px;' > OK </a></div><embed height='1' width='1' type='application/x-shockwave-flash' wmode='transparent' quality='high' src='ссылка на звук'></div>");}
$(function(){$('.mess').click(function(){
$('#messanger').toggle();}); });
</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>
<!--убрать награды-->
<style>
li#navawards {display: none;}
</style>
<!-- рекомендации лайф убрать -->
<script type="text/javascript">
rusffLive.enable = false;
</script>
<!--обтекание изображения 2.4.4-->
<script language="javascript">
$(function(){
$('td#button-link').before('<td id="floatbut" style=\'background-image:url("http://s002.radikal.ru/i198/1009/43/f183caeae434.gif")\'></td>');
$('#floatbut, .vibor').click(function(){
$('div#float').toggle();});
});
elm=document.getElementsByTagName("div")
for(x in elm) if(elm[x].className=="post-content")
{
post = elm[x].innerHTML;
if(post.indexOf("[/float]") != -1) {
floats = /\[float=(.*?)\]([^\[]{1,11000})\[\/float\]/gi
elm[x].innerHTML = elm[x].innerHTML.replace(floats, "<span style='float: $1; margin: 15px; text-align: $1;'>$2</span>")
}}
</script>
<div id="float" style="display:none;background:#FFFFCC;border:1px solid black; width:auto; padding:8px; position:absolute; margin-top:-32%; margin-left:35%; z-index:20">
<div><strong>Направление обтекания</strong></div><br>
<div align="center">
<img class="vibor" src="http://s001.radikal.ru/i193/1009/96/695abc799ddb.png" title="left" onclick="bbcode('[float=left]', '[/float]')" />
<img class="vibor" src="http://s002.radikal.ru/i199/1009/ac/95c10fcc7d82.png" title="right" onclick="bbcode('[float=right]', '[/float]')" />
</div></div>
<!-- Исключение из "Цитировать" подписи и "отредактировано" -->
<script type="text/javascript"> (function(){ var p =[];
$('.post').find('.pl-quote').click(function(){
p[0] = $(this).parents('.post').find('.lastedit');
p[1] = $(this).parents('.post').find('.post-sig');
p[2] = p[0].html();p[3] = p[1].html();
p[0].html('');p[1].html('');
setTimeout(function(){p[0].html(p[2]);p[1].html(p[3])},600);});
}());
</script>
<script language="javascript">
if(window.location.href.indexOf("profile.php?section=fields")!=-1){$('fieldset').map(function(){var Pole=$(this).find('legend:has(span:contains("Музыка"))');$(Pole).after('<td id="melody" style=\'background-image:url("http://uploads.ru/i/W/Q/P/WQPBO.gif");background-position:center center;background-repeat:no-repeat;cursor: pointer;border:none;\' title="Загрузить музыку"></td>');var Vis=$(this).find('p.inputfield input').val();if(Vis=='undefined'||Vis==null){return false;};if(Vis.indexOf(".mp3")!=-1){var plr=/<a href=\"(http:\/\/[^\s<"]+?\.mp3)\">(.*?)<\/a>/gi;Vis=Vis.replace(plr,'<embed src="https://forumstatic.ru/files/000e/8b/b7/80759.swf" type="application/x-shockwave-flash" allowscriptaccess="always" wmode="transparent" flashvars="playerID=audioplayer_2&bg=0xffcc66&slider=0x003366&soundFile=$1&titles=$2" width="150" height="24">');$(this).append(Vis);};});$('#melody').click(function(){$('body').append('<div class="my" align="center" id="melobox" style="width:480px;padding:8px;position:fixed;top:25%;right:35%;z-index:900;"><strong>Загрузить музыку</strong><span style="display:block;cursor:pointer;float:right;margin:0;color:#B22222;font-size:16px;" title="Закрыть" onclick="var zz=document.getElementById(\'melobox\');zz.parentNode.removeChild(zz);"><b> X</b></span><br><iframe src="http://klopp.net.ru/musicbox/" width="478" height="250" frameborder="no" marginheight="3" scrolling="no"></iframe><br>Скопируйте полученный HTML-код ссылки</div>');});};$('td#profile-right li:has(span:contains("Музыка"))').map(function(){var Ku=$(this).find('strong').html();if(Ku.indexOf(".mp3")!=-1){plr=/<a href=\"(http:\/\/[^\s<"]+?\.mp3)\">(.*?)<\/a>/gi;Ku=Ku.replace(plr,'<embed src="https://forumstatic.ru/files/000e/8b/b7/80759.swf" type="application/x-shockwave-flash" allowscriptaccess="always" wmode="transparent" flashvars="playerID=audioplayer_2&bg=0xffcc66&slider=0x003366&soundFile=$1&titles=$2" width="150" height="24">');};$(this).find('strong').html(Ku);});$('div.post-author ul').find('li[class^="pa-fld"]:contains("Музыка")').map(function(){var lm=$(this).html();if(lm=='undefined'||lm==null){return false;};if(lm.indexOf(".mp3")!=-1){var plr=/Музыка:<br><a href=\"(http:\/\/[^\s<"]+?\.mp3)\">(.*?)<\/a>/gi;lm=lm.replace(plr,'Музыка:<br><embed src="https://forumstatic.ru/files/000e/8b/b7/80759.swf" type="application/x-shockwave-flash" allowscriptaccess="always" wmode="transparent" flashvars="playerID=audioplayer_2&bg=0xffcc66&slider=0x003366&soundFile=$1&titles=$2" width="150" height="24">');};$(this).html(lm);});
</script>
<script><!--Свои картинки в панель навигации со сменой картинки по наведению курсора" -->
navlinks=new Array(
"navindex", // Форум
"https://forumstatic.ru/files/0015/1b/9a/56829.jpg","https://forumstatic.ru/files/0015/1b/9a/40986.jpg",
"navuserlist", // Участники
"https://forumstatic.ru/files/0015/1b/9a/50334.jpg","https://forumstatic.ru/files/0015/1b/9a/52953.jpg",
"navsearch", // Поиск
"https://forumstatic.ru/files/0015/1b/9a/32681.jpg","https://forumstatic.ru/files/0015/1b/9a/50265.jpg",
"navprofile", // Профиль
"https://forumstatic.ru/files/0015/1b/9a/56541.jpg","https://forumstatic.ru/files/0015/1b/9a/62280.jpg",
"navpm", // Сообщения
"https://forumstatic.ru/files/0015/1b/9a/99606.jpg","https://forumstatic.ru/files/0015/1b/9a/20172.jpg",
"navadmin", // Администрирование
"https://forumstatic.ru/files/0015/1b/9a/84887.jpg","https://forumstatic.ru/files/0015/1b/9a/26540.jpg",
"navregister", // Регистрация
"https://forumstatic.ru/files/0015/1b/9a/18269.jpg","https://forumstatic.ru/files/0015/1b/9a/65442.jpg",
"navlogin", // Войти
"https://forumstatic.ru/files/0015/1b/9a/16505.jpg","https://forumstatic.ru/files/0015/1b/9a/29286.jpg",
"navlogout", // Выход
"https://forumstatic.ru/files/0015/1b/9a/35085.jpg","https://forumstatic.ru/files/0015/1b/9a/23018.jpg"
)
var s0,s1,s2,s3,i; for (i=0; i < navlinks.length; i++){s0=navlinks[i+1];s1="onmouseover=\"this.src='"+navlinks[i+2]+"'\""; s2="onmouseout=\"this.src='"+s0+"'\"";s3='<img class="navlinks" src="'+s0+'" '+s1+' '+s2+' border="0" />';$("#"+navlinks[i]+" a").html("<span>"+s3+"</span>");i++;i++; }
</script>
<!--пиар -->
<script type="text/javascript">
PiarNik="Swag";
PiarPas="1234";
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>\
<span id=spMyimg><img class=\"Myimge\" title=\"Быстрый вход для 'Пиарщиков'\" onclick=\"PiarIn()\" src=\"https://forumstatic.ru/files/0015/1b/9a/68925.jpg\" onmouseover=\"this.src='https://forumstatic.ru/files/0015/1b/9a/30843.jpg' \" onmouseout=\"this.src='https://forumstatic.ru/files/0015/1b/9a/68925.jpg'\" /></span>";
if($("#navlogin").html()!=null){
$("#navlogin").append(L) //navlogin
$("#PR_loginDiv #fld1").val(PiarNik)
$("#PR_loginDiv #fld2").val(PiarPas)
function PiarIn () {$("#PR_loginDiv input[type='submit']").click();}
}
</script>
<!--читатель-->
<style>.Myimge2 {position:absolute!important; z-index:1;margin-left:50px;}</style>
<script type="text/javascript">
PiarNik2="Читатель";
PiarPas2="reader";
MenuIdElementNext = "#navlogin";
var L="<li id=\"navpiar2\"><a onclick=\"Piar2()\"><span id=spMyimg><img class=\"Myimge\" title=\"Читатель\" onclick=\"PiarIn()\" src=\"https://forumstatic.ru/files/0015/1b/9a/33203.jpg\" onmouseover=\"this.src='https://forumstatic.ru/files/0015/1b/9a/96612.jpg' \" onmouseout=\"this.src='https://forumstatic.ru/files/0015/1b/9a/33203.jpg'\" /></span></a></li>";
if($("#navlogin").length){
$("#navlogin").parent().find(MenuIdElementNext).after(L) //navlogin
function Piar2 () {
$("#PR_loginDiv #fld1").val(PiarNik2)
$("#PR_loginDiv #fld2").val(PiarPas2)
$("#PR_loginDiv input[type='submit']").click();}
}
</script>
<!-- HTML низ -Cпойлер cкрытия Инфы под N-кнопок в Профиле Топика -->
<script>
var a1 = 1 // 0 - спойлер-аккордеон, 1 - вертикальный спойлер; 3 - обычный спойлер
var a2 = 0 // 0 - Скрытие первой вкладки; 1 - Показ первой вкладки;
var a3 = 0 // Резкость Открытия: 0 - Плавно; 1 - Резко; 2 - Fade;
var LiArr=new Array(
//При наличии двух косых => // в начале пункта, - пункт не скрывается.
//"pa-author", //Ник-Нейм
//"pa-avatar", //Аватар
//"pa-title", //статус
// 1 кнопка- ссылка на Картинку
"https://forumstatic.ru/files/0014/d3/38/27484.jpg[Персонаж]",
"pa-fld1", //Доп.Поле.1
"pa-fld3", //Доп.Поле.3
"pa-fld4", //Доп.Поле.4
"pa-fld5", //Доп.Поле.5
//"pa-fld2", //Доп.Поле.2
// 2 кнопка - ссылка на Картинку
//В квадратных скобках, прямо к ссылке можно добавить своё описание (по желанию)
"https://forumstatic.ru/files/0014/d3/38/80719.jpg[Дополнительно]",
//"pa-last-visit", //Последний визит:
"pa-reg", //Зарегистрирован
"pa-invites", //Приглашений
"pa-posts", //Кол-во сообщений:
"pa-respect", //Уважение:
"pa-positive", //Позитив
"pa-sex", //Пол
"pa-age", //Возраст
"pa-from", //Откуда
"pa-icq", //Аська
"pa-ip", //IP Юзера
"pa-time-visit", //Провел на форуме:
"pa-online", //Пользователь online - Не засовываем в спойлеры
"award", //Награды(только для rusff и ork)
"gift", //Подарки(только для rusff и ork)
//Конец Списка,
"_End"); SetProvilSpoil(a1,a2,a3);
</script>
<!--Конец//=Cпойлер cкрытия Инфы под N-кнопок в Профиле Топик-->
<!----------------УБИРАЕТ НАЗВАНИЕ ДОПЛ. ПОЛЯ"----------------------->
<script type="text/javascript">
var fld = document.getElementsByClassName("pa-fld1")
for(i=0;i<fld.length;i++){
fld[i].innerHTML=fld[i].innerHTML.substring(fld[i].innerHTML.indexOf(":")+1)
}
</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>
<script type="text/javascript">
var fld = document.getElementsByClassName("pa-fld3")
for(i=0;i<fld.length;i++){
fld[i].innerHTML=fld[i].innerHTML.substring(fld[i].innerHTML.indexOf(":")+1)
}
</script>
<!--вверх страницы-->
<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>
<!--Переключение раскладки выделенного текста -->
<style>#button-transL{background-image:url(http://uploads.ru/i/X/j/Z/XjZW7.png)}</style>
<script type="text/javascript">S='<img src="http://forum.mybb.ru/i/blank.gif" title="Lat↔ Русс" onclick="bbcode(\'[Lat-Rus]\',\'[/Rus-Lat]\');LatRus();"/>';
$("#button-font").after('<td id=button-transL>'+S+'</td>');var TxtTrans1='lat';
function LatRus(){if(TxtTrans1=='lat'){TxtTrans1='rus'}else{TxtTrans1='lat'};
lat0='qwertyuiopasdfghjkl;\'zxcvbnm\,QWERTYUIOP{}ASDFGHJKL:"ZXCVBNM<>`~[].'.split('');
lat='qwertyuiopasdfghjkl;\'zxcvbnm\,QWERTYUIOP{}ASDFGHJKL:"ZXCVBNM<>`~'.split('');
lat.push('\\[');lat.push('\\]');lat.push('\\.');
rus=('йцукенгшщзфывапролджэячсмитьбЙЦУКЕНГШЩЗХЪФЫВАПРОЛДЖЭЯЧСМИТЬБЮёЁхъю').split('');
function transF(p){ar1=lat;ar2=rus;if(TxtTrans1=='lat'){ar2=lat0;ar1=rus}for(var i=0; i<ar1.length; i++){trans='/'+ar1[i]+'/g';p=p.replace(eval(trans), ar2[i])}return p;}L=$('#main-reply').val();L=L.replace(/\[Lat-Rus\]([\s\S]*)\[\/Rus-Lat\]/mg,function(a,b,c){return transF(b);});$('#main-reply').val(L);}
</script>
<script><!--Оставляем цифру Новых сообщений. -->
var clr=($("#navpm a").css("color"));var chng=" (";
var subs="</span><span style=\"color:"+clr+";\" id=\"news_messag\">(";
$("#navpm a").html($("#navpm a").html().replace(chng,subs));
$("#news_messag").appendTo("#navpm");
</script>
<!--аватар по умолчанию-->
<script type="text/javascript">
var DefAvtr="https://forumstatic.ru/files/0014/d3/38/41783.png";
var s='<li class="pa-avatar item2"><img class="defavtr" src="'+DefAvtr+'" alt="Аватар"/></li>';$("li.pa-title").each(function(){if (($(this).parent("ul").find("li.pa-avatar").html())==null){$(this).after(s);};});
</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 type="text/css">
.blockcode {
height: 70px;
}
</style>
<!--Выделение кода-->
<!--баннеры-->
<div><center><a href="http://leprosorium.rusff.me/pages/banners" target="_blank"><img src="https://forumstatic.ru/files/0016/dd/33/98873.png" alt="Баннеры"></a></center></div>Поделиться72015-10-30 17:41:34

Связь: Вконтакте, аська 642444909
| Мои дизайны отличаются не только по цветовой гамме. Каждый из них по настоящему уникален, начиная от структуры, таблиц и расположения контента, заканчивая оформлением и эффектами, котоые тянет mybb. |
| Все включено. Диз от меня - это макет и верстка. Устанавливаю все необходимые скрипты для корректной работы оговоренных элементов форума, наполню таблицу предоставленной инфой. Дальнейшая тех.поддержка оговаривается отдельно. |
| Поддержка вашего фора с технической стороны как отдельная услуга. Иногда необходимо установить скрипт, разобраться почему не пашет и заставить пахать? Запросто. Сюда НЕ входят: аватарки и обрабатка кучи картинок для каких-либо целей. Техническая поддержка - это работа с кодом и починка рухнувших элементов. |
| Я беру 50% оплату только когда есть что показать, как гарантию того, что вы не пропадете. Перед сдачей диза и установкой на фор беру остальные 50%. В случае если в течении недели (7 дней) пропадаете без предупреждения - диз выставляется на продажу. Если вы передумали покупать диз, возвратов не делаю - компенсация и оплата потраченного времени. |

Являюсь постоянным тех.админом форума Leprosorium «Nefas» практически с момента открытия и по сей день. Нам уже год ;}
Warrior Cats: Morning of remembrance (фор дохлый, ссыль на тестовик).

Новый Авалон Установка дизайна. Дизайнер - deadly johnny, технарь - ZumZum.
Leprosorium «Nefas» Установка дизайна. Дизайнер - deadly johnny, технарь - ZumZum.


Основная гафика + верстка:
- шапка;
- тело;
- бекграунд;
- фон форума;
- низ;
- название тем;
- категории;
- меню навигации;
- кнопки вверх-вниз;
- старые/новые/важные/закрытые темы;
- форма ответа;
- ава по умолчанию.
Тех. элементы:
- шрифты и ссылки;
- настройка пиар аккаунта;
- аккаунт читателя;
- таблица в объявлении.

Основная гафика + верстка:
- шапка;
- тело;
- бекграунд;
- фон форума;
- низ;
- название тем;
- категории;
- меню навигации;
- кнопки вверх-вниз;
- старые/новые/важные/закрытые темы;
- форма ответа;
- страница с баннерами + кнопка;
- ава по умолчанию;
- авы пиар, админ-аккаунт;
- реклама;
- баннер маленький/большой (анимированный или статичный).
Тех. элементы:
- шрифты и ссылки;
- привязка домена (при наличии);
- настройка пиар аккаунта;
- аккаунт читателя;
- скрытие ненужных элементов фора;
- установка доп.скриптов (музыка, обтекание текстом картинки и т.п.).
Объявление (один из вариантов):
- слайдер;
- кнопочное меню вертикальное/горизонтальное;
- дополнительные див-вставки информации;
- сайдбар справа/слева, по обеим сторонам.
Дополнительные элементы:
- джамп-панель;
- профили пользователей - аватар, скрытие инфы под кнопками, рамки, ник и прочие украшательства;
- скролл (ползунки горизонтальные-вертикальные);
- переадрессация (позиционирование + графика);
- дополнительные смайлы;
- дайсы;
- оснащение всеми необходимыми скриптами.
Если вам не нужен диз, ниже общий прайс услуг: |
Гафика + верстка: | Стоимость: |
- шапка; | Шапка: 500-1000 руб. в зависимости от сложности/наличия анимации. |
- категории; | 50-150 руб. в зависимости от сложности. |
- ава по умолчанию; | 100 руб. статичный. |
Объявление (один из вариантов): | 150-300 руб. в зависимости от сложности. |
- шрифты и ссылки; | 50-150 руб. в зависимости от сложности. |
- профили пользователей - аватар, скрытие инфы под кнопками, рамки, ник и прочие украшательства; | 150-300 руб. в зависимости от сложности. |
- работа со скриптами. | 100-250 руб. в зависимости от сложности. |
Как сделать заказ: |
1. Заполняете шаблон с описанием вашего форума, всей необходимой для начала работы инфой:
1. Ссылка на исходники. | Код: [b]1. Ссылка на исходники.[/b] ваш текст [b]2. Обязательные элементы.[/b] ваш текст [b]3. Ссылка на ресурс.[/b] ваш текст [b]4. Тематика и жанр вашего проекта.[/b] ваш текст [b]5. Текст, который нужно разместить.[/b] ваш текст [b]6. Цветовая гамма.[/b] ваш текстhttp://testdrive.quadrobb.ru/i/blank.gif [b]7. Сроки.[/b] ваш текст [b]8. Пожелания.[/b] ваш текст [b]9. Связь.[/b] ваш текст |
2. Я с вами связываюсь, уточню некоторые моменты, приступаю к работе.
3. Показываю "сырой вариант" дизайна, в который вносятся правки, обсуждаем что бы вам хотелось видеть.
4. Вы вносите предоплату 50% в банкомате сбербанка или через кассира на указанный номер карты.
5. Выкладываю готовый дизайн на свой тестовик, по которому вы можете свободно шариться и любоваться результатом. Вносим последние корректировки в диз.
6. Оплачиваете оставшиеся 50%, я регистрируюсь на вашем форуме, где вы даете мне права с доступом в админку, переношу дизайн, настраиваю для полноценной работы на форе. На этом все.
! В случае, если полной оплаты не производится - дизайн устанавливаться не будет, а через неделю (7 дней) выставится на продажу.
! Купленный дизайн гарантированно НЕ перепродается и не передается не под каким предлогом сторонним людям.
! Исходники при необходимости можно восстановить (они всегда хранятся) и запросить заново. Опять же исключительно заказчику.
Поделиться82015-11-08 20:23:05

Warrior Cats: Morning of remembrance Ссыль на тестовик. Выполнялся когда-то на бесплатной основе для http://cwmor.rolbb.ru/, но так и не был запущен. Дизайн трепетно любим и очень жаль что теперь пылится на жестком.
Посмотреть|Закрыть | Что входит в диз: СТОИМОСТЬ с установкой: 1500 руб. |


























































































