Старые коды Crossfeeling
Сообщений 1 страница 8 из 8
Поделиться22019-11-17 16:11:02
CSS-верх
/* A1.1 */
@import url(style_cs.1570669534.css);
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=cyrillic,cyrillic-ext,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Kurale|Playfair+Display|Playfair+Display+SC');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,500');
@font-face {font-family: "micra";
src: local("micra"), url(https://forumstatic.ru/files/0015/e5/b7/77209.ttf);}
@font-face {font-family: "carolina";
src: local("carolina"), url(https://forumstatic.ru/files/0015/e5/b7/27348.ttf);}
@font-face {font-family: "compact";
src: local("compact"), url(https://forumstatic.ru/files/0015/e5/b7/99459.ttf);}
@font-face {font-family: "tagirctt";
src: local("tagirctt"), url(https://forumstatic.ru/files/0015/e5/b7/30706.ttf);}
@font-face {font-family: "lobster";
src: local("lobster"), url(https://forumstatic.ru/files/0015/e5/b7/20357.ttf);}
@font-face {font-family: "bebas neue";
src: local("bebas neue"), url(https://forumstatic.ru/files/0015/e5/b7/11585.ttf);}
@font-face {font-family: "rochester";
src: local("rochester"), url(https://forumstatic.ru/files/0015/e5/b7/14867.ttf);}
@font-face {font-family: "fatfacel";
src: local("fatfacel"), url(https://forumstatic.ru/files/0015/e5/b7/95463.otf);}
@font-face {font-family: "yeseva one";
src: local("yeseva one"), url(https://forumstatic.ru/files/0015/e5/b7/36524.ttf);}
@font-face {font-family: "bangers";
src: local("bangers"), url(https://forumstatic.ru/files/0015/e5/b7/88955.ttf);}
@font-face {font-family: "limelight";
src: local("limelight"), url(https://forumstatic.ru/files/0015/e5/b7/21585.ttf);}
@font-face {font-family: "great vibes";
src: local("great vibes"), url(https://forumstatic.ru/files/0015/e5/b7/67816.otf);}
@font-face {font-family: "cheque";
src: local("cheque"), url(https://forumstatic.ru/files/0015/e5/b7/18369.otf);}
@font-face {font-family: "resphekt";
src: local("resphekt"), url(https://forumstatic.ru/files/0015/e5/b7/30388.otf);}
@font-face {font-family: "sansterdam";
src: local("sansterdam"), url(https://forumstatic.ru/files/0015/e5/b7/16638.otf);}
/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/
/* A2.1 */
html, body {margin: 0; padding: 0}
/* A2.2 */
.punbb * {
margin: 0
}
/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
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: 95.01%;
}
/* A3.2 */
.punbb {
font: normal 68.75% verdana, arial, helvetica, sans-serif;
}
/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
}
/* 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: auto;
width: 920px;
position: relative;
}
/* A5.2 */
.punbb {
height: auto;
width: 884px;
margin: 0 auto;
padding-left: 0px;
}
/* A5.3 */
#pun-redirect, #pun-maint {
margin: -500px 20% 12px 20%;
width: auto;
float: none;
}
/* A5.4 */
.punbb .section, .punbb .main {
margin-bottom: 0em;
}
/* A5.5 */
.punbb .category, .punbb .post {
margin-top: 0.4em;
}
/* A5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
margin-top: 0;
}
/* 5.7 */
#pun-post .topic {
margin-top: 1em;
}
/* A5.8 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
border-style: none none solid none;
border-width: 0px 0px 2px 0px
}
/* A5.9 */
.punbb .container {
border-style: solid;
border-width: 1px;
}
/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
}
/*************************************************************
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;
}
/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
display: block;
padding-bottom: 0.5em;
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: 1.9em;
width: 24em;
}
/* B3.4 */
.linkst .postlink {
position: absolute;
top: -4em;
right: 1em;
width: 16em;
text-align: right;
font-weight: bold;
}
/* B3.5 */
.punbb .linksb {
text-align: right;
padding: 0.4em 1em 0.5em 1em;
font-size: 1.1em;
}
/* B3.6 */
.linksb .pagelink {
float: left;
width: 24em;
text-align: left;
}
/* B3.7 */
.linksb .postlink {
float: right;
width: 16em;
font-weight: bold
}
/* B3.8 */
.subscribelink {
clear:both;
padding-top: 0.3em;
padding-bottom: 0.5em;
}
/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/
/* C1 Form layout
-------------------------------------------------------------*/
/* C1.1 */
.punbb .formal .container {
padding: 1.7em 2.3em 1.1em 2.3em;
}
/* C1.2 */
.punbb .formsubmit {
padding: 0 0 0 1.7em;
margin: 1em 0 0 0;
}
/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
margin: 0 0.6em 0 0
}
/* C1.4 */
.punbb fieldset {
border-style: solid;
border-width: 1px;
padding: 0 18px 0 18px;
margin: 0 0 1em 0
}
/* C1.5 */
.punbb fieldset legend {
padding: 0;
font-size: 1.1em;
}
/* C1.6 */
.punbb fieldset legend span {
padding: 0 5px;
}
/* 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: 80%;
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: justify;
width: 50%;
}
/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
background-color: transparent;
text-align: center;
width: 10%;
}
/* C2.3 */
.punbb .main .tcr {
background-color: transparent;
overflow: hidden;
text-align: left;
width: 30%;
}
/* 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:normal;
letter-spacing:0px;
}
/* C2.9 */
.punbb td span.youposted {
font-weight: bold;
margin-left: -1em;
position: absolute;
}
/* C2.10 */
.punbb td .modlist {
display: none;
padding-top: 0.3em
}
/* C2.11 */
.punbb .main td {
border-style: solid none none solid;
border-width: 1px 0 0 1px;
padding: 0.8em 1em;
}
/* C2.12 */
.punbb .main th {
border-style: none none none solid;
border-width: 0 0 0 1px;
padding: 0.4em 1em 0.4em 1em;
}
/* C2.13 */
.punbb .main .tcl {
border-left-style: none;
border-left-width: 0
}
* html .tclcon {height: 1px}
/* C2.14 */
.punbb td div.tclcon {
margin-left:px;
}
/* C2.15 */
.punbb div.icon {
float: left;
display: block;
width: 60px;
height: 60px;}
/* C3 Topics
-------------------------------------------------------------*/
#pun-title, #pun-navlinks {
border-color: #202021 ;
}
/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3 {
border-color: transparent;
}
/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
border-color: transparent;
margin-top : 0px;
}
/* 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: #;
}
#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: 0px;
margin-top: -1px;
padding-bottom: 1px;
}
/* C3.2 */
.punbb .post h3 {
border:none;
}
/* C3.3 */
.punbb .post h3 span {
padding: 0.5em 1em;
display: block;
margin-left:0em;
border:none;
}
/* C3.4 */
.punbb .post h3 strong {
float: right;
text-align: right;
font-weight: normal;
}
/* ПРОФИЛЬ -------------------------------------------------------------------------------------------------- */
/* C3.5 */
.punbb .post .post-author {
float:left;
overflow: hidden;
}
/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
line-height: 1.3em;
}
/* C3.7 */
.pa-author {
}
/* C3.8 */
.pa-author a {
}
/* C3.9 */
li.pa-title {
}
li.pa-online {
}
/* C3.11 */
.punbb .post-body {
margin-left: 15em;
border-left-style: solid;
border-left-width: 1px;
padding: 0 0 1px 0;
text-align:justify; }
/* C3.12 */
.punbb .post-box {
text-align: justify;}
/*C3.13 */
.punbb fieldset .post-box {
margin-bottom: 0.8em
}
/* C3.14 */
.punbb .post-links {
margin-left: 1.5em;
border-left-style: solid;
border-left-width: 1px;
}
/* C3.15 */
.punbb .post-links ul {
}
/* 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;
line-height: 12px;
}
/* C6.4 */
#viewprofile ul, #profilenav ul {
border-style: solid;
border-width: 1px;
padding: 1.5em 18px 0.8em 18px;
margin: 0 0 1em 0;
line-height: 12px; }
/* C6.5 */
#viewprofile h2, #profilenav h2 {
background: transparent;
border: none;
padding: 0 0 0 0;
margin: 0 14px -0.6em 14px;
line-height: 12px;}
/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {
padding: 0 5px;
position: relative;
line-height: 12px; }
/* C6.7 */
#viewprofile li, #setmods dl {
padding: 0 0 0 16em;
margin-bottom: 0.2em;
line-height: 12px;}
/* C6.8 */
#viewprofile li span {
float: left;
width: 14em;
margin-left: -16em;
padding: 0.5em 1em;
font-weight: bold;
line-height: 12px; }
/*C6.9 */
#setmods dt {
float: left;
width: 14em;
margin-left: -16em;
padding: 0.8em 1em;
font-weight: bold;
display: inline;
line-height: 12px; }
/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
display: block;
padding: 0.5em 1em;
font-weight: normal;
line-height: 12px; line-height: 10px;}
/* C6.11 */
.punbb img.avatardemo {
float: right;
margin: 0 0 0.8em 1.8em
line-height: 12px; }
/* 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;
}
/* D1.2 */
#pun-title h1 {
display: none;
padding: 0;
}
/* D1.3 */
#pun-title .container {
border-style: none none none none;
}
/* D1.4 */
#pun-title h1 span {
font-size: 0;
}
/* D1.4 */
#pun-title h1 span {
display: none;
}
#pun-title h1 span {
font-size: 0;
}
/* 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;
}
/* НАВИГАЦИЯ ВЕРХНЯЯ */
/* D3.2 */
#pun-navlinks .container {
padding: 0.7em 1em;
margin-top:-51px;
margin-left:5px;
text-align:center;
}
/* D.3 */
#pun-navlinks li {
display: inline;
padding-right: 1em;
}
/* D3.4 */
#pun-navlinks li a {
font-size: 1.0em;
}
/* D4 User links
-------------------------------------------------------------*/
/* D4.1 */
#pun-ulinks {
margin-top: 0;
}
/* НАВИГАЦИЯ НИЖНЯЯ */
/* D4.2 */
#pun-ulinks .container {
border-top:none;
margin-top:-60px;
padding: 0.7em 1em;
padding-bottom:53px;
text-align: center;
}
/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
display: inline;
border-left-style: solid;
border-left-width: 1px;
white-space: nowrap;
}
/* D4.4 */
#pun-ulinks li a {
padding: 0 0.3em 0 0.6em
}
/* D4.5 */
#pun-ulinks li.item1, #pun-ulinks li.item1 a {
border-left-style: none;
border-left-width: 0;
padding-left: 0
}
/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/
/* D5.1 */
#pun-status, #pun-status .container {
border-bottom: none;
margin-bottom: 0;
}
/* D5.2 */
#pun-status .container {
padding: 1em 1em 0em 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 {
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: 0em;
border-top-style: solid;
border-top-width: 1px;
width: 100%;
line-height: 130%;
text-align: left;
}
/* D7.5 */
li#onlinelist div {
border-top-style: solid;
border-top-width: 1px;
padding: 1.5em 0 0 2.7em;
text-align: justify!important;
}
/* 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: center;
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;
}
/*Форма переноса сообщений*/
body .move_posts_form .container{
background-color:rgba(233,220,195,.98)!important;
border-radius:5px;position:relative;
z-index:999999!important;
}
textarea {
-ms-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}Поделиться32019-11-17 16:11:21
CSS-низ
/* CS1.1 цвет текста на форуме ----------------------------------------------------------------- */
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3, #pun-navlinks .container, .punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd, .punbb .info-box, .punbb #pun-main .info-box .legend, .punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer, #pun-stats h2, .punbb .main 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: #424242;
font-size:12px;
font-family:arial;
}
/* ФОН -------------------- */
html {
background:url(https://forumstatic.ru/files/0015/e5/b7/90023.jpg) top center repeat #384443;
background-attachment:fixed;
}
/* ШАПКА -------------------- */
body {
background:transparent url(https://forumstatic.ru/files/0015/e5/b7/78356.png) center top no-repeat;
padding-top:344px !important;
}
/* КОПИРАЙТ -------------------- */
#pun_wrap {
background:transparent url(https://forumstatic.ru/files/0015/e5/b7/58304.png) no-repeat bottom center;
padding-bottom:144px !important;
}
/* ПАН -------------------- */
#pun {
background-color:transparent;
background-image:url(https://forumstatic.ru/files/0015/e5/b7/43278.jpg);
}
/* CS2 ссылки ----------------------------------------------------------------------------------- */
/* CS2.1 */
.punbb a, .punbb a:link, .punbb a:visited, .punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited, .punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited, .punbb li.isactive a:focus {
color:#987f4d;
text-decoration:none;
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
-ms-transition: all .5s ease-out;
transition: all .5s ease-out;
}
/* CS2.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, .punbb li.isactive a:focus {
color:#ac6532;
text-decoration:none;
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
-ms-transition: all .5s ease-out;
transition: all .5s ease-out;
}
/* МЕНЮ ------------------------------------------------------------------------------------------- */
/* верхнее меню ------------------------ */
#pun-navlinks a {
display: inline-block;
padding:2px 3px 1px 3px;
text-transform: uppercase;
font-size: 12px !important;
font-family: yeseva one;
letter-spacing: 0px;
font-weight:;
color: #584a42;
text-decoration: none;
transition: all .5s ease-out;
}
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
display: inline-block;
padding:2px 3px 1px 3px;
text-transform: uppercase;
font-size: 12px !important;
font-family: yeseva one;
letter-spacing: 0px;
font-weight:;
color: #90714a;
text-decoration: none;
transition: all .5s ease-out;
}
/* CS7.3 нижнее меню ------------------------ */
#pun-ulinks a {
text-transform: uppercase;
font-size: 8px;
font-family: yeseva one;
color: #84795c;
text-decoration: none;
font-weight: bold;
letter-spacing:0px;
text-shadow:0px 0px 1px #ffffffc7;;
}
#pun-ulinks a:hover, #pun-ulinks a:focus, #pun-ulinks a:active {
text-transform: uppercase;
font-size: 8px;
font-family: yeseva one;
color: #bb8d39;
text-decoration: none;
font-weight: bold;
letter-spacing:0px;
text-shadow:;
}
/* оформление форумов ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* КАТЕГОРИИ ----------------------- */
.category h2 {
margin: 20px 0 20px -18px;
width:920px;
height: 50px;
background: url( ) top center no-repeat;
text-align:center;
}
.category h2 span {
padding-left:0px;
font: 0px arial;
/* color: #47627a;
text-transform: uppercase;
font-style: normal;
line-height: 151px;
font-weight: normal;
letter-spacing: 2px;
text-shadow:1px 1px 0px #000000; -- */
}
.category span a {
font: 0px arial;
/* color: #47627a;
text-transform: uppercase;
font-style: normal;
line-height: 151px;
font-weight: normal;
letter-spacing: 2px;
text-shadow:1px 1px 0px #000000; -- */
}
/* ИКОНКИ ----------------------------- */
.punbb td div.tclcon {
margin-left:20px;
padding: 15px 15px 3px 15px;
}
/* иконка старых сообщений*/
.punbb table Div.icon {
float:right;
margin:8px 0px 0px 10px;
clear:none;
display:block;
width:27px;
height:27px;
background:url(https://i.imgur.com/7uwr926.jpg);
}
/* иконка новых */
TR.inew Div.icon {
background:url(https://i.imgur.com/CssAH2P.jpg);
}
/* иконка важных*/
TR.isticky Div.icon {
background:url(https://i.imgur.com/kQmhLZc.jpg);
}
/* иконка закрытых*/
TR.iclosed Div.icon {
background:url(https://i.imgur.com/LVb9dnA.jpg);
}
/* СТАТИСТИКА ------------------------*/
#pun-stats.section h2 {
background-attachment: scroll;
background-clip: border-box;
height: 50px;
width: 920px;
background-image: url("https://i.imgur.com/59r5Cgi.jpg");
margin-left:-18px;
margin-top: 20px;
margin-bottom: 0px;
background-color: transparent;
background-origin: padding-box;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: auto;
font: 0px arial;
/*
text-align:center;
color: #47627a;
text-transform: uppercase;
font-style: normal;
line-height: 151px;
font-weight: normal;
letter-spacing: 2px;
text-shadow: 1px 1px 0px #000000; --*/
}
#pun-stats.section h2 span {padding-right:px;}
/* заголовки -------------------------------------------------------------------------------------- */
/* ЗАГОЛОВОК ФОРУМА ------------------------ */
#pun-index .tcl h3 {
margin-bottom: 4px;
padding-bottom:4px;
text-align: right;
}
#pun-index .tcl h3 a {
font-family: yeseva one;
font-size: 14px;
letter-spacing: 2px;
font-weight: bold;
text-transform: uppercase;
color: #967b5f;
text-shadow: 0px 0px 1px #c2c2b600;
}
/* СТОЛБЦЫ --------------------------------------------------------------------------------------*/
#pun-index .category .tcl {
width: 90%;
font-size:10px;
display:block;
padding-bottom:0px;
margin-bottom:0px;
}
#pun-index .category .tc2, #pun-index .category .tc3 {
display:inline-block;
width:40%;
margin:0px 0 0 0;
font: 10px arial black;
line-height: 1px;
letter-spacing:0px;
color: #9a9379;
text-transform:uppercase;
line-height:1px;
font-weight:bold;
}
#pun-index .category .tc2 {
text-align:center;
}
#pun-index .category .tc3 {
text-align:center;
}
#pun-index .category .tc2::before {
content: "тем: ";
}
#pun-index .category .tc3::before {
content: "ответов: ";
}
#pun-index .category .tcr {
font-size:10px;
width: 30% !important;
}
#pun-index .category .tcr a {
font: 9px arial black;
font-weight:bold;
letter-spacing:0px;
text-transform: uppercase;
color:#8a8169;
}
/* иконка аватара -------------------- */
#pun-index .user-avatar {
margin:0 0 0 0px;
}
.punbb em.user-avatar {
float:left !important;
}
.punbb .user-avatar img.ava {
border-radius:0% !important;
}
/* прокрутка ------------------------------------------------------------------------------------ */
/*ширина*/ ::-webkit-scrollbar {width:5px; height:5px;}
/*трэк прокрутки*/ ::-webkit-scrollbar-track:vertical {background:#a87243 !important;}
/*сам ползунок*/ ::-webkit-scrollbar-thumb:vertical {background:#483a1e !important; border:1px solid #84621eж}
/*трэк прокрутки*/ ::-webkit-scrollbar-track:horizontal {background:#a87243 !important;}
/*сам ползунок*/ ::-webkit-scrollbar-thumb:horizontal {background:#483a1e !important; border:1px solid #84621e;}
/* оформление тем ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ЗАГОЛОВКИ ТЕМ ---------------------------------------------------------------------------- */
#MyBookmarks h2,
#pun-main h1 {
height: 50px;
margin-right: 20px;
padding: 0px 0 0 0px;
text-align: right!important;
font: 15px yeseva one;
font-weight: normal;
letter-spacing: 1px;
text-transform: uppercase;
color: #b66938;
text-shadow: 0px 0px 2px #9bb3ac;
}
/* ДАТА ПОСТ ------------------------------------------------------------------------------------- */
/* дата ------------------------ */
#pun-main .topic h3 span {
display: block;
padding: 4px 12px 0px 44px;
width: 920px;
height: 25px;
margin-left: -18px;
background: url(https://funkyimg.com/i/2WGQK.jpg) no-repeat;
}
#pun-main h3 a {
font: 8px arial black;
font-weight:bold;
text-transform:uppercase;
letter-spacing: 1px;
color:#676767;
line-height:px;
}
/* номер поста ------------------------ */
#pun-viewtopic div.post h3 strong {
text-transform:uppercase;
font-weight:normal;
font-size:8px;
font-family: arial black;
padding:2px 90px 0px 0px;
}
/* ЦИТАТЫ И КОДЫ в сообщениях ------------------------------------------------------------ */
.punbb .quote-box, .punbb .code-box, .quote {
background: url(https://funkyimg.com/i/2WGRK.jpg) top center repeat;
color: #424242;
border: 2px solid #d2ba93;
box-shadow: 2px 2px #81775c;
}
/* коды ---------------------- */
.punbb .quote-box cite, .punbb .code-box strong.legend {
font-size: 14px!important;
font-weight: bold;
font-family: arial;
letter-spacing:0px;
color:#7c7058;
text-shadow:0px 0px 1px #000000a6;
text-transform: uppercase;
margin-bottom: 10px !important;
border-bottom: 1px solid #bdad8f;
}
.code-box strong.legend a {color:#7c7058;}
/* БЫСТРЫЙ ОТВЕТ --------------------- */
.punbb textarea {
background: url(https://funkyimg.com/i/2WGRK.jpg) top center repeat;
}
div#addition-area, #font-area, #size-area, #color-area, #table-area, #smilies-area, #image-area, #imageup-area, #imageattach-area, #keyboard-area, #video-area {
background: url(https://funkyimg.com/i/2WGRK.jpg) top center repeat;
border:1px solid #cab88c;
margin-top: 20px;
}
#font-area {height:200px; overflow-y:scroll;}
/* ЛИНИЯ HR --------------------------*/
hr {
background-color:#7c765c;
height:1px;
border:none!important;
}
/* КНОПКИ и навигационное меню ------------------------*/
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span, .punbb select, .punbb input {
height: 20px;
background: #0000000d;
border-radius: 3px;
font-size: 11px;
font-weight: bold;
border: 1px solid #0000000d;
text-align: left!important;
color: #6f6844;
font-family: arial;
}
/* ЦИТИРОВАТЬ РЕДАКТИРОВАТЬ ------------------------------------------------------------- */
.punbb .post-links ul {
padding:0 1em 0em 0;
height:2em;
line-height:2em;
margin:0 1em 0em -1em;
text-align: right;
}
#pun-main .post-links a {
font:9px arial black;
text-transform:uppercase;
letter-spacing:0.5px;
font-weight:bold;
}
/* номер страницы ------------------------ */
#pun-main .linksb .pagelink {
padding:0 0 0 3px;
font-size: 10px;
text-align: left;
font-weight: normal;
font-family: arial;
text-transform: lowercase;
color:#797979;
}
#pun-main .linkst .pagelink {
padding:20px 0 0 0;
font-size: 10px;
text-align: left;
font-weight: normal;
font-family: arial;
text-transform: lowercase;
color:#797979;
}
/* подписаться и отслеживать тему ------------------------ */
#pun-main .subscribelink {
margin:15px 10px 0 0;
font-size:10px;
text-align:right;
text-transform: lowercase;
}
#pun-main .subscribelink a {
font-size:10px;
font-family:arial;
color:#797979;
}
/* тему просматривают ------------------------ */
#topic-users-in p.container {
font-size: 11px;
padding-left: 13px;
text-transform: lowercase;
color: #525252;
}
#topic-users-in a {
font-family:arial;
font-weight:normal;
}
/* кнопка ответить ------------------------ */
#pun-main .linkst .postlink {
padding: 20px 10px 0 0;
font-size: 10px;
color: #797979;
text-align: right;
font-weight: bold;
}
#pun-main .linksb .postlink {
padding-right:10px;
margin-bottom: -35px;
font-weight: bold;
}
#pun-main .postlink a {
color: #797979;
font: 10px arial;
text-transform:lowercase;
}
/* ПРОФИЛЬ --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* C3.5 блок профиля */
.punbb .post .post-author {
position:relative;
width:200px;
overflow:hidden;
margin-left:14px;
background: url(https://funkyimg.com/i/2WGRK.jpg) top center repeat;
border-top:2px solid #b4ab5a;
border:2px solid #d2ba93;
outline:1px solid #e8dac0;
box-shadow:-4px -4px 0px #81775c;
}
/* C3.6 сам профиль */
.punbb .post .post-author ul, .punbb .post .post-author p {
text-align:center;
margin-left:10px;
width:180px;
line-height:1em;
}
/* C3.7 блок ФИО */
.pa-author {
width:180px;
height:18px;
margin:15px 0px 5px 0px!important;
background:;
border-bottom:1px solid #6f6a674f;
text-decoration:none;
font-size:12px;
font-family:yeseva one;
font-weight:bold;
letter-spacing:1px;
color: #fdfdfd;
line-height:15px;
border-radius:3px;
}
/* C3.8 сами ФИО */
li.pa-author a:link, li.pa-author a:visited, li.pa-author a:hover, li.pa-author a:active, li#profile-name strong {
text-decoration:none;
font-size:12px;
font-family:yeseva one;
font-weight:bold;
letter-spacing:1px;
line-height:15px;
color: #ab7432;
text-shadow:0px 0px 2px #cecece;
}
/* аватар */
.pa-avatar img {outline:2px solid #b59f7c; margin-bottom:6px;}
/* репутация и сообщения */
.pa-posts, .pa-respect1, .pa-respect {
padding: 6px 5px 15px 5px!important;
margin-top: 2px !important;
display: inline-block!important;
float: none!important;
max-width: 60px!important;
height: 26px!important;
text-align: center;
text-transform: lowercase;
font-size: 10px;
font-family: arial;
color:#484848;
}
.pa-fld3 {
margin: 5px 0 7px 0!important;
display: block!important;
float: none!important;
width: 175px!important;
height: 8px!important;
text-align: center;
text-transform: uppercase;
font-size: 10px;
font-family: yeseva one;
color:#8a6b4a;
}
li.pa-respect a:link, li.pa-respect a:visited, li.pa-respect a:active, li.pa-respect a:hover {
color:#484848;
}
/* дополнительное поле */
li.pa-fld2, li.pa-fld5 {
display: block;
background:url() top center no-repeat #825c481f;
padding:10px 13px 10px 13px!important;
margin-left:0px;
margin-top:5px;
font:10px arial;
line-height:10px;
text-align:center;
color:#353535;
border:1px solid #0000000d;
}
li.pa-fld4 {
display: block;
margin:-8px 0px 0px -2px;
}
/* C3.9 статус пользователя */
li.pa-title, li#profile-title strong {
margin-left:-5px;
margin-bottom:3px;
height:18px;
width:190px;
font-family:arial;
background:url() top center no-repeat #;
color:#867160;
font-size:7px;
font-weight:bold;
letter-spacing:0px;
line-height:16px;
text-transform:uppercase;
}
li#profile-title strong {
margin-left: 16px;
text-align:center;
}
/* онлайн */
li.pa-online {
margin-top:-10px;
font-family:yeseva one;
border-top:1px solid #00000017;
background:url() top center no-repeat #b5ae9100;
font-size:8px;
letter-spacing:1px;
text-transform:uppercase;
line-height:24px;
color:#81775c;
font-weight:normal;
}
/* награды */
li.pa-awards {
margin:0 0 10px -35px;
font:14px oswald;
text-transform:uppercase;
color:#81775c;
font-weight:bold;
letter-spacing:1px;
}
/* блок постов */
.punbb .post-box {
padding:1em;
margin-left:40px;
margin-top:10px;
line-height:14px;
text-align: justify;
}
/* страница профиля */
td#profile-left {text-align:center;}
td#profile-right span {text-align:right;}
td#profile-right strong {text-align:left;}
/* прочие элементы -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* исключения */
#pun-announcement h2 {display: none}
#pun-main div.catleft, #pun-main div.catright {display: none}
.category .container thead {display: none;}
#post-form h2 {display:none;}
#topic-modmenu span {display:none;}
#pun-navlinks li#navawards {display: none;}
.lastedit {display:none;}
.sharelink {display: none;}
.post-links li.pl-reports {display:none;}
#pun-stats .section {display:none;}
div#pun-live-rusff {display:none;}
/* CS5.1 статус картинки со статистикой 24*/
#pun-stats ul.container {padding-left: 20px; font: 11px arial; text-align: center;}
/* CS5.5 двигаем верхний баннер */
#pun-title table tbody tr .title-logo-tdr {position: absolute; z-index: 1; left: 100px; top: -380px;}
/* CS5.6 ------------------------------------------- */
#pun-announcement .container {margin-top: -2em}
#pun-status .container, #pun-main .post-links li {text-align: center;}
#pun th, #pun-main h2 {text-transform: none;}
#pun-navlinks .container, #pun-ulinks .container {text-align:center;}
/* стиль разных элементов форума ------------------------------------------------------------ */
#pun-status .container {text-align:left; font-size:10px; text-transform:lowercase;}
#pun-crumbs1 .container {
margin-left:30px;
margin-top:15px;
text-align:left;
font-family:arial;
text-transform: lowercase;
letter-spacing:0px;
font-size:10px !important;
color:#4d4d4d;
}
#pun-crumbs2 p.container {margin-left:40px; text-align:left; font-family:arial; text-transform: lowercase; letter-spacing:0px; font-size:10px;}
#pun-about p.container {margin-left:40px; float:left; text-transform:lowercase; font-size:10px;}
#main-reply {font-family:arial;}
/* показатели в статистике ------------------------ */
.statscon li.item1, .statscon li.item2, .statscon li.item3, .statscon li.item4 {
text-transform: uppercase;
font: 8px arial black;
background: #00000014;
padding: 2px 10px 2px 10px;
margin: 0px 2px 5px 3px;
display: inline-block;
letter-spacing: 0px;
border:1px solid #0000000f;
border-radius:6px;
color: #7b6d58;
}
/* легенды ------------------------------------ */
.punbb fieldset legend {
padding: 3px 10px 5px 0 !important;
font: 12px arial !important;
text-transform:lowercase;
}
#post-form fieldset legend {width: 100%;}
/* заголовки в лс ----------------------------- */
#viewprofile h2 span, #profilenav h2 span {
margin-left:15px;
font:15px oswald;
text-transform:uppercase;
}
/* приветствие ----------------------------- */
#pun-status, #pun-status .container {
width:800px;
margin-top: 0px;
margin-left:17px;
font:7px arial;
font-weight:bold;
letter-spacing:px;
text-transform:uppercase;
color:#7d6f5d;
}
/* окно репутации ----------------------------- */
#pun-report .inner, #pun-reputation .inner, #pun-admin-award-form .inner {
background: #b7a593!important;
}
/* СТИЛЬ ДРУГИХ ЭЛЕМЕНТОВ ФОРУМА ------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
.banners {opacity:0.5; transition: all .5s ease-out;}
.banners img {transition: all .5s ease-in-out 0s;
filter:grayscale(100%);}
.banners:hover {opacity:1; transition: all .5s ease-out;}
.banners img:hover {transition: all .1s ease-in-out 0s;
filter:grayscale(0%);}
/* кнопка редактирования профиля ----------------------------- */
#pun-profile h1 span a {margin-left:20px; font-size:11px;}
#padforum {
padding-bottom: 0px;
}
#transcriptforum {
color: #4a4032;
padding:4px 25px 3px 0px;
font-size: 8px;
text-align: right;
font-family: yeseva one;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 8px;
background-color: #82725947;
border:1px solid #00000012;
letter-spacing:1px;
}
#textforum {
color: #424242;
font-size: 10px;
padding: 10px 10px 10px 10px;
font-family: arial;
margin-top: -5px;
box-shadow: 0 0 5px #47484457 inset;
border: 1px solid #e5d5bb;
outline:2px solid #bfaf91;
background:url(https://funkyimg.com/i/2WGRK.jpg);
}
#linksforum {
text-align: center;
margin-top: 2px;
}
#linksforum a:link, #linksforum a:visited {
display: inline-block;
color: #e0d1b8;
background-color: #5f320d5e;
padding: 2px 10px 2px 10px;
margin: 3px 1px 3px 1px;
transition-duration: 2s;
font-family: arial black;
letter-spacing: 0.4px;
font-size: 7px;
text-transform: uppercase;
}
#linksforum a:hover, #linksforum a:active {
display: inline-block;
color: #e0d1b8;
background-color: #5f320dd6;
padding: 2px 10px 2px 10px;
margin: 3px 1px 3px 1px;
transition-duration: 2s;
font-family: arial black;
letter-spacing: 0.4px;
font-size: 7px;
text-transform: uppercase;
}
#MyBookmarks {
display: none;
position: fixed;
z-index: 101;
left: 0;
top: 0;
background-image: url(https://forumstatic.ru/files/001a/0b/fc/59966.jpg);
background-color: #d1c6c3;
border: 1px solid #a98d6a;
right: 0;
height: 100%;
box-shadow: 0 0 20px rgba(0,0,0,.5);
width: 240px;
}
#MyBookmarks h2, #MyBookmarks h1, .editBookmark h2 {
position: relative;
width: 240px!important;
z-index: 9999999;}Поделиться42019-11-17 16:13:31
HTML-верх
<style>
.navigation {
position: absolute;
margin: -122px 0 0 20px;
width: 900px;
font: 8px yeseva one;
text-transform: uppercase;
font-weight:bold;
color: #4d4c3c;
}
.navigation a:link, .navigation a:visited {
color: #4d4c3c;
}
.litera {
display:inline-block;
font: 20px yeseva one;
margin-right: 2px;}
.imger {opacity:0.5; transition: all .5s ease-out;}
.imger:hover {opacity:1; transition: all .5s ease-out;}
</style>
<!-- пост -->
<div style="position: absolute;
padding: 0px 20px 0px 0;
margin: -285px 0px 0px 372px;
width: 400px;
height: 55px;
overflow-y: scroll;
text-align: justify;
text-transform: uppercase;
font: 7px arial;
line-height: 12px;
color: #dfc5a2;">
<p class=litera>Н</p>остальгия — это первое, что я испытываю, переступая порог герцогского дома в третий вечер своего пребывания в Бате. Ностальгия и неожиданный укол тоски о несбывшемся будущем и невозвратимом прошлом; все оттого, что встречает меня не просто степенная интриганка герцогиня Берфорд, которой я наношу визиты последние несколько месяцев, нет, на этот раз на встречу выбегает моя Лиззи, потерянная годы назад. Сжимаю ее в объятиях, не отказывая себе ни в желании коснуться, ни во внезапно поднявших голову эмоциях — это сиюминутно, это быстро забудется. Поцелуй, за которым мы тянемся одновременно, выходит голодным, переполненным чувствами; с моей стороны — выплеснувшимся отчаянием, с ее — ... испугом [?]. Нерешительное прикосновение к моим плечам, то, с какой осторожностью и после скольких раздумий немногим позже она усаживается на мои колени, подтверждает — да, именно с ним. Тактика намеренного опоздания сработала как надо...
<a href="http://crossfeeling.rusff.me/viewtopic.php?id=6978#p563811" class="links3">ЧИТАТЬ ДАЛЬШЕ</a>
</div>
<a href="http://crossfeeling.rusff.me/profile.php?id=2554" target="_blank"><img class=imger style="position: absolute; margin: -292px 0px 0px 800px;" src="https://i.imgur.com/d94XIXT.png" title="лучший пост - Ciel Phantomhive">
<!-- эпизод -->
<a href="http://crossfeeling.rusff.me/viewtopic.php?id=7049" target="_blank"><img class=imger style="position: absolute; margin: -102px 0px 0px 14px;" src="https://i.imgur.com/A0EoNbX.png" title="эпизод недели - сердце красавицы">
<!-- пара -->
<a href="http://crossfeeling.rusff.me/viewtopic.php?id=7052" target="_blank"><img class=imger style="position: absolute; margin: -102px 0px 0px 210px;" src="https://i.imgur.com/4nilHua.png" title="пара недели - Adam & Eve">
<!-- активист длинный -->
<a href="http://crossfeeling.rusff.me/profile.php?id=1940" target="_blank"><img class=imger style="position: absolute; margin: -102px 0px 0px 345px;" src="https://i.imgur.com/oDByU1x.png" title="постописец — Geralt of Rivia (4)">
<!-- активисты короткие -->
<a href="http://crossfeeling.rusff.me/profile.php?id=2403" target="_blank"><img class=imger style="position: absolute; margin: -102px 0px 0px 605px;" src="https://i.imgur.com/soxtea4.png" title="постописец — Graf von Krolock (4)">
<a href="http://crossfeeling.rusff.me/profile.php?id=1501" target="_blank"><img class=imger style="position: absolute; margin: -102px 0px 0px 673px;" src="https://i.imgur.com/41g1qJb.png" title="постописец — Herbert von Krolock (5)">
<a href="http://crossfeeling.rusff.me/profile.php?id=2553" target="_blank"><img class=imger style="position: absolute; margin: -102px 0px 0px 741px;" src="https://i.imgur.com/WD7eWWd.png" title="постописец — Elizabeth Midford (5)">
<a href="http://crossfeeling.rusff.me/profile.php?id=2563" target="_blank"><img class=imger style="position: absolute; margin: -102px 0px 0px 809px;" src="https://i.imgur.com/0PncmeA.png" title="постописец — Aladdin (5)">
<!-- нужные -->
<a href="http://crossfeeling.rusff.me/viewtopic.php?id=520&p=5#p559718" target="_blank"><img class=imger style="position: absolute; margin: -130px 0px 0px 910px;" src="https://funkyimg.com/i/2Yrvd.png" title="Emma Swan">
<a href="http://crossfeeling.rusff.me/viewtopic.php?id=520&p=4#p552298" target="_blank"><img class=imger style="position: absolute; margin: -89px 0px 0px 910px;" src="https://funkyimg.com/i/2YCfn.png" title="Lucas Sinclair">
<a href="http://crossfeeling.rusff.me/viewtopic.php?id=520&p=4#p545332" target="_blank"><img class=imger style="position: absolute; margin: -48px 0px 0px 910px;" src="https://funkyimg.com/i/2YCfr.png" title="Grace Hargreeves">
<a href="http://crossfeeling.rusff.me/viewtopic.php?id=520&p=5#p561299" target="_blank"><img class=imger style="position: absolute; margin: -8px 0px 0px 910px;" src="https://funkyimg.com/i/2YCfq.png" title="Shouto Todoroki">
<div class=navigation><a href="http://crossfeeling.rusff.me/viewtopic.php?id=6">устав проекта</a> // <a href="http://crossfeeling.rusff.me/viewtopic.php?id=25">новости</a>
<a href="http://crossfeeling.rusff.me/viewtopic.php?id=1410">знакомство с амс</a> // <a href="http://crossfeeling.rusff.me/viewtopic.php?id=3">роли</a> // <a href="http://crossfeeling.rusff.me/viewtopic.php?id=39">хочу видеть</a>
<a href="http://crossfeeling.rusff.me/viewtopic.php?id=529">фандомы</a>
<a href="http://crossfeeling.rusff.me/viewtopic.php?id=7">faq</a> // <a href="http://crossfeeling.rusff.me/viewtopic.php?id=501">фандом недели</a> // <a href="http://crossfeeling.rusff.me/viewtopic.php?id=520">нужные</a> // <a href="http://crossfeeling.rusff.me/viewtopic.php?id=246">списки на удаление</a></div>
<script src="http://f.etrin.ru/hvss/hvss.min.js"></script>
<script>
hvScriptSet.addMask({
guestAccess: ['PAPER TOWNS', 'GONE WITH THE WIND', 'DREAM INTERPRETATION', 'FAHRENHEIT 451', 'THE SIRENS OF TITAN'],
forumAccessExtended: {
'VALHALLA': ['пользователи'],
'THE PICTURE OF DORIAN GRAY': ['пользователи'],
'ARCH OF TRIUMPH': ['пользователи'],
'THE PERKS OF BEING A WALLFLOWER': ['пользователи'],
'PAPER TOWNS': ['пользователи'],
'GONE WITH THE WIND': ['пользователи'],
'DREAM INTERPRETATION': ['пользователи'],
'FAHRENHEIT 451': ['пользователи'],
'ALL THOSE THINGS WE NEVER SAID': ['пользователи'],
'THE STRANGE JOURNEY OF MR. DALDRY': ['пользователи'],
'THE MAN WHO LAUGHS': ['пользователи'],
'VANITY FAIR': ['пользователи'],
'THE MINDS OF BILLY MILLIGAN': ['пользователи'],
'THE SIRENS OF TITAN': ['пользователи']
},
changeList: {
'pafld1': {
title: 'Герой',
description: 'Имя, возраст, фэндом',
tag: 'heroinfo',
class: 'pa-fld1',
defaultCode: '<DIV style="FONT-SIZE: 12px; LINE-HEIGHT: 14px; FONT-FAMILY: Calibri, Arial, sans-serif; padding: 3px;"><b> ИМЯ-ФАМИЛИЯ КАПСОМ НА РУССКОМ ЯЗЫКЕ, ВОЗРАСТ <sup>y.o.</sup> <br> [название вашего фэндома на английском, с маленькой буквы (!)]</b></DIV>',
type: 'html'
},
'pafld2': {
title: 'Личное звание',
description: 'Раса, место жительства, прочее',
tag: 'herolz',
class: 'pa-fld2',
defaultCode: '<div style="padding-right: 0px; font-family: tahoma; font-size: 10px; text-align: justify; line-height: 90%;"> › раса, деятельность персонажа;<br> › место жительства и лояльность персонажа, сторона, которую он поддерживает;<br> › пара, другое</div>',
type: 'html'
}
},
userFields: ['pa-author', 'pa-title', 'pa-avatar item2', 'pa-fld1', 'pa-fld2', 'pa-fld3', 'pa-posts', 'pa-respect', 'pa-last-visit', 'post-author-Sp']
});
</script>
<script src="http://hostjs-mybb2011.narod.ru/js/transform_code_boxr.js"></script>
<!-- Просмотр полного профиля на странице /profile.php V.2 -->
<script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/44995.js"></script>
<!-- Выделение кода в блоке "Код" // © Alex_63, версия 2017г. -->
<script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/26102.js"></script>
<script type="text/javascript">select_text.linkText = 'нажимай и копируй' //текст ссылки</script>
<!-- Кнопки BB-кодов при редактировании подписи © Alex_63 -->
<script type="text/javascript">
if(document.URL.indexOf('section=signature')!=-1)document.write('<scr'+'ipt type="text/javascript" src="https://forumstatic.ru/files/0016/0b/c8/99528.js"></scr'+'ipt>');
</script>
<style type="text/css">
.lastedit {display: none;}
</style>
<style>#pun-title table tbody tr .title-logo-tdr {position: absolute; z-index: 1; left: 600px; top:100px
}</style>
<!--Оформление всплывающей подсказки-->
<style>
#tooltip {
position:absolute;
opacity:0.8;
background-color:#000; /* фон подсказки */
z-index: 999;
max-width:200px; /* максимальная ширина подсказки */
border:0px dotted #74A1F2; /* толщина. стиль и цвет рамки */
-moz-border-radius:4px;
-khtml-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
text-transform: lowercase;
letter-spacing: 0.1em;
font-family: 'Arial'; /* шрифт подсказки */
font-size:10px; /* размер текста */
display:none;
color:#fff; /* цвет текста */
text-align:center;
padding:4px;
}
</style>
<style>
.category h2 span{
visibility:hidden;
}
</style>
<!-- Скрыть надпись "Объявление" -->
<style> #pun-announcement h2 span{display:none;}</style>
<script type="text/javascript">
rusffLive.enable = false;
</script>
<style type="text/css">
.pa-online {
display:none;
}
</style>
<!-- Конец скрывающих скриптов -->
<!-- профилактика -->
<div id="resplash" style="display: none;">
<div class='formal' style='height:200px; width:200px; margin:auto; margin-top:200px; font-family:tahoma; font-size:10px;'> <form id='login' class='container' method='post' action='login.php?action=in' onsubmit='return my_form(this)'><fieldset><span>а вот, surprise</span><div class='fs-box inline'> <input type='hidden' name='form_sent' value='1' /><input type='hidden' name='redirect_url' value='index.php' /><p class='inputfield required'> <label for='fld1'>Имя <em>(Обязательно)</em></label><br /> <span class='input'> <input type='text' id='fld1' name='req_username' size='25' maxlength='25'/></span></p> <p class='inputfield required'> <label for='fld2'>Пароль <em>(Обязательно)</em></label><br /> <span class='input'> <input type='password' id='fld2' name='req_password' size='25' maxlength='25' /></span></p></div></fieldset> <center><p class='formsubmit'> <input type='submit' class='button' id='customebutton' name='login' value='Войти как Администратор' /></p></center></form></div></div>
<script type="text/javascript">
var active = 0;
if(GroupID != 1 && active == 1){
e10 = document.createElement('div')
e10.innerHTML = document.getElementById("resplash").innerHTML;
document.getElementsByTagName('body')[0].insertBefore(e10,document.getElementById('pun_wrap'))
document.write("<style type=\"text/css\">html, body {background: #fff;} #customebutton {margin: auto;} #pun {display: none;}</style>");
document.title= 'Форум на профилактике - '+document.title;
}
</script>Поделиться52019-11-17 16:16:15
HTML-низ
<script type="text/javascript">$('img[title],a[title]').tipsy({fade: true, gravity: 's'});</script>
<!-- Кликабельность ника в постах Гостя --><script>$(".post[data-group-id=3]").find(".pa-author").html(function(){return this.innerHTML.replace(/(<.+>)(.+)$/,'$1<a href="javascript:to(\'$2\')">$2</a>')});</script>
<script type="text/javascript">
$('.post-content p').each(function(){
function replacer(str){return str.replace(/-\s|–\s/gm,'— ');}
var a = $(this).clone().wrap('<div></div>').parent().html();
var b = a.replace(/>[^<>]+</gim,replacer);
if(a!=b)$(this).replaceWith(b)
});
</script>
<!--скрипт всплывающей подсказки -->
<script type="text/javascript" src="http://yourjavascript.com/12208652913/quicktip.js"></script>
<script>
$(document).ready(function(){
$('a [title]').quicktip({ speed:700 });
$('img [title]').quicktip({ speed:700 });
$('div [title]').quicktip({ speed:700 });
$('span [title]').quicktip({ speed:700 });
});
</script>
<!--ТЕГ абзаца - [indent] -->
<style>#button-indent {background:url(http://s7.uploads.ru/t/mnkgq.png)no-repeat center 6px!important;}</style>
<script type="text/javascript">(function(){ var b = '[indent]';
$("#button-strike").after('<td id="button-indent" title="Отступы"><img src="/i/blank.gif" onclick="smile(\''+b+'\')"></td>');
var indent = '<span style="display:inline-block;margin:1em 2.1em;"></span>'; /*удвоенные Отступы сверху и слево*/
$('.post-content p:contains("'+b+'")').each(function(){ $(this).html( $(this).html().replace(/\[indent\]/gm,indent));});}());
</script>
<!--Сокрытие названия дополнительных полей профиля-->
<script type="text/javascript">
var A=[1,2,3,4,5]
$(".post .post-author li").each(function (){
for(var i in A){if($(this).hasClass("pa-fld"+A[i])){
$(this).html($(this).html().replace(/^[^:]*:/,''));}};});
</script>
<!--Сокрытие названия дополнительных полей профиля-->
<!--запятая после ника-->
<script type="text/javascript">
function to(username)
{insert('[b]' + username + '[/b]' + ', ');}
</script>
<!--быстрая вставка изображения-->
<script>
var oldIMG="<td id=\"button-image\" title=\"Вставить картинку\"><img onclick=\"bbcode('[img]','[/img]')\" src=\"/i/blank.gif\"/><b><p style=\"z-index:20;position:absolute;height14px;margin:-15px 0 0 22px;\">2</p></b></td>"
$("#button-image").after(oldIMG);
</script>
<!-- счетчик символов -->
<script>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>
visit="Попытка спасти мир была"
str = document.getElementById("pun-status").innerHTML
if( (pos=str.indexOf("Ваш последний визит")) != -1 )
document.getElementById("pun-status").innerHTML=str.substring(0,pos)+visit+str.substring(pos+19,str.length-1)
greet="Теперь ты часть нашей истории, "
str = document.getElementById("pun-status").innerHTML
pos = str.indexOf("Привет")
document.getElementById("pun-status").innerHTML=str.substring(0,pos)+greet+str.substring(pos+8,str.length-1)
</script>
<!--ЗАМЕНА СЛОВ-->
<!-- фраза для скрытый текст
<script>
$("#pun-main .topic").html($("#pun-main .topic").html().replace("Скрытый текст:","нечего подглядывать :з"))
</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")\' title=\'Обтекание изображения текстом\'></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: 10px; 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:-62%; margin-left:55%; z-index:20; text-align:center;">
<strong>Выберите направление обтекания</strong><br>
<img class="vibor" src="http://s001.radikal.ru/i193/1009/96/695abc799ddb.png" title="Изображение слева" style="cursor:pointer;" onclick="bbcode('[float=left]', '[/float]')" />
<img class="vibor" src="http://s002.radikal.ru/i199/1009/ac/95c10fcc7d82.png" title="Изображение справа" style="cursor:pointer;" onclick="bbcode('[float=right]', '[/float]')" />
</div>
<script type="text/javascript">
function addSpoiler(str,from,internal){
var pos=0,pos2=0,newpos=0
if((pos=str.indexOf("[mymp3]",from))==-1) return str;
if((pos2=str.indexOf("[/mymp3]"),pos+8)==-1) return str;
newpos=str.indexOf("[mymp3]",pos+8)
if(newpos<pos2 && newpos!=-1) str=addSpoiler(str,pos+8,true)
if((pos2=str.indexOf("[/mymp3]",pos+8))==-1) return str;
txt = str.substring(pos+7,pos2);
if((sepPos=txt.indexOf("|",0))==-1) return str;
str=str.substring(0,pos)+makeSpoiler(txt.substring(0,sepPos),txt.substring(sepPos+1,txt.length))+str.substring(pos2+8,str.length)
if( str.indexOf("[mymp3]")!=-1 && internal==false) str=addSpoiler(str,0,false)
return str
}
function makeSpoiler(txt1,txt2){
txt='<br /><embed type="application/x-shockwave-flash" wmode="transparent" src="http://www.enricolai.com/FMP3/FMP3.swf" quality="high" allowscriptaccess="sameDomain" flashvars="vol=80&action=stop&title='+txt2+'&color=000000&textcolor=ffffff&loop=no&lma=no;height=60&width=260&mp3='+txt1+'" height="60" width="260">';
return txt;
}
if(document.URL.indexOf("viewtopic.php")!=-1){
elm=document.getElementById("pun-main").getElementsByTagName("div")
for(x in elm) if(elm[x].className=="post-content"){
var post=elm[x]
post.innerHTML=addSpoiler(post.innerHTML,0,false)}}
</script>
<!-- Разделение ников пользователей в теме запятой -->
<script>$('#topic-users-in a').prev('a').after(',');</script>
<script type="text/javascript">
var nabor2 = ['http://smayly.ru/gallery/small/VKontakte/7.png',
'http://smayly.ru/gallery/small/VKontakte/18.png',
'http://smayly.ru/gallery/small/VKontakte/20.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDE15.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDE3C.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDE16.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDE25.png',
'http://smayly.ru/gallery/small/VKontakte/21.png',
'http://smayly.ru/gallery/small/VKontakte/1.png',
'http://smayly.ru/gallery/small/VKontakte/15.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDE2A.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDE36.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDE2B.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDE2E.png',
'http://smayly.ru/gallery/small/VKontakte/2.png',
'http://smayly.ru/gallery/small/VKontakte/14.png',
'http://smayly.ru/gallery/small/VKontakte/11.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDE27.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDE40.png',
'http://smayly.ru/gallery/small/VKontakte/13.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDE3F.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDE35.png',
'http://smayly.ru/gallery/small/VKontakte/3.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDE1F.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDE01.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDE05.png',
'http://smayly.ru/gallery/small/VKontakte/6.png',
'http://smayly.ru/gallery/small/VKontakte/22.png',
'http://smayly.ru/gallery/small/VKontakte/10.png',
'http://smayly.ru/gallery/small/VKontakte/17.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDE1E.png',
'http://smayly.ru/gallery/small/VKontakte/4.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDE02.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDE1D.png',
'http://smayly.ru/gallery/small/VKontakte/16.png',
'http://smayly.ru/gallery/small/VKontakte/24.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDE04.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDE04.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDE31.png',
'http://smayly.ru/gallery/small/VKontakte/26.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDE18.png',
'http://smayly.ru/gallery/small/VKontakte/5.png',
'http://smayly.ru/gallery/small/VKontakte/12.png',
'http://smayly.ru/gallery/small/VKontakte/8.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDE34.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDC95.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDC99.png',
'http://smayly.ru/gallery/small/VKontakte/2764.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDC9C.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDC9E.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDC96.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDC93.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDC97.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDC9F.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDC94.png',
'http://smayly.ru/gallery/small/VKontakte/32.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDC40.png',
'http://smayly.ru/gallery/small/VKontakte/D83CDF80.png',
'http://smayly.ru/gallery/small/VKontakte/D83CDF53.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDE4B.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDCA4.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDC66.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDC3C.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDC1D.png',
'http://smayly.ru/gallery/small/VKontakte/D83CDFC3.png',
'http://smayly.ru/gallery/small/VKontakte/D83CDFE9.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDE98.png',
'http://smayly.ru/gallery/small/VKontakte/31.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDC78.png',
'http://smayly.ru/gallery/small/VKontakte/26C4.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDC44.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDCA9.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDC22.png',
'http://smayly.ru/gallery/small/VKontakte/D83CDF69.png',
'http://smayly.ru/gallery/small/VKontakte/D83CDF3B.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDD1C.png',
'http://smayly.ru/gallery/small/VKontakte/28.png',
'http://smayly.ru/gallery/small/VKontakte/D83CDF6D.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDC13.png',
'http://smayly.ru/gallery/small/VKontakte/D83CDF78.png',
'http://smayly.ru/gallery/small/VKontakte/D83CDF66.png',
'http://smayly.ru/gallery/small/VKontakte/D83CDF7A.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDC12.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDC0C.png',
'http://smayly.ru/gallery/small/VKontakte/D83CDF1B.png',
'http://smayly.ru/gallery/small/VKontakte/29.png',
'http://smayly.ru/gallery/small/VKontakte/D83CDF70.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDEB2.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDC59.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDEBF.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDC2C.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDCA3.png',
'http://smayly.ru/gallery/small/VKontakte/D83CDF41.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDC0E.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDC7A.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDC7D.png',
'http://smayly.ru/gallery/small/VKontakte/D83CDDF7D83CDDFA.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDC8D.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDEBD.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDC7E.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDC80.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDCA6.png',
'http://smayly.ru/gallery/small/VKontakte/D83CDF51.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDC2F.png',
'http://smayly.ru/gallery/small/VKontakte/D83CDF49.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDC24.png',
'http://smayly.ru/gallery/small/VKontakte/D83CDF32.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDC79.png',
'http://smayly.ru/gallery/small/VKontakte/2708.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDC25.png',
'http://smayly.ru/gallery/small/VKontakte/D83CDF52.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDC84.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDC68.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDC11.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDC37.png',
'http://smayly.ru/gallery/small/VKontakte/D83CDF89.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDC83.png',
'http://smayly.ru/gallery/small/VKontakte/D83CDF40.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDC28.png',
'http://smayly.ru/gallery/small/VKontakte/2702.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDC1C.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDC60.png',
'http://smayly.ru/gallery/small/VKontakte/D83CDF3D.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDC18.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDD2A.png',
'http://smayly.ru/gallery/small/VKontakte/D83CDF44.png',
'http://smayly.ru/gallery/small/VKontakte/D83CDF4F.png',
'http://smayly.ru/gallery/small/VKontakte/D83CDF55.png',
'http://smayly.ru/gallery/small/VKontakte/D83CDF4C.png',
'http://smayly.ru/gallery/small/VKontakte/D83DDE4B.png',
'https://vk.com/images/emoji/D83DDC9A.png',
'https://vk.com/images/emoji/D83DDC9B.png',
'https://vk.com/images/emoji/D83DDE48.png',
'https://vk.com/images/emoji/D83DDE49.png',
'https://vk.com/images/emoji/D83DDE4A.png',
'https://vk.com/images/emoji/26A0.png',
'https://vk.com/images/emoji/26D4.png',
'https://vk.com/images/emoji/D83DDCA5.png',
'https://vk.com/images/emoji/D83DDD25.png',
'https://vk.com/images/emoji/D83CDFB6.png',
'http://vk.com/images/emoji/D83CDF7B.png',
'http://vk.com/images/emoji/D83CDF39.png',
'http://vk.com/images/emoji/26BD.png',
'http://vk.com/images/emoji/D83CDF1F.png',
'http://vk.com/images/emoji/26C5.png',
'http://vk.com/images/emoji/D83DDE24.png',
'http://vk.com/images/emoji/D83CDF46.png',
'http://vk.com/images/emoji/D83CDF50.png',
'http://vk.com/images/emoji/D83CDF54.png',
'http://vk.com/images/emoji/D83CDF56.png',
'http://vk.com/images/emoji/D83CDF57.png',
'http://vk.com/images/emoji/D83CDF69.png',
'http://vk.com/images/emoji/D83CDF1A.png',
'http://vk.com/images/emoji/D83CDF5F.png',
'http://vk.com/images/emoji/D83DDC36.png',
'http://vk.com/images/emoji/D83DDC31.png',
'http://vk.com/images/emoji/D83CDF77.png',
'http://vk.com/images/emoji/D83CDF85.png',
'http://vk.com/images/emoji/D83DDC7C.png',
'http://vk.com/images/emoji/D83DDC6E.png',
'http://vk.com/images/emoji/D83DDC6D.png',
'http://vk.com/images/emoji/D83DDC6B.png',
'http://vk.com/images/emoji/D83DDC67.png',
'https://vk.com/emoji/e/f09f90ad.png',
'http://vk.com/images/emoji/D83DDC19.png',
'http://vk.com/emoji/e/f09f90b0.png',
'http://vk.com/images/emoji/2B50.png',
'http://vk.com/images/emoji/D83DDD11.png',
'http://vk.com/images/emoji/D83DDC8C.png',
'http://vk.com/images/emoji/D83DDC8E.png',
'http://vk.com/images/emoji/D83DDCA5.png',
'http://vk.com/images/emoji/D83DDC98.png',
'http://vk.com/images/emoji/D83DDC1A.png',
'http://vk.com/images/emoji/D83CDFA8.png',
'http://vk.com/images/emoji/D83CDF7C.png',
'http://vk.com/images/emoji/D83CDF79.png',
'http://vk.com/images/emoji/D83CDF73.png',
'http://vk.com/images/emoji/D83DDC8F.png',
'http://vk.com/images/emoji/D83DDC7B.png',
'http://vk.com/images/emoji/D83DDC89.png',
'http://vk.com/images/emoji/D83DDC51.png',
'http://vk.com/images/emoji/D83DDC52.png',
'http://vk.com/images/emoji/D83DDC6F.png',
'http://vk.com/images/emoji/D83DDC70.png',
'http://vk.com/images/emoji/D83DDC82.png',
'http://vk.com/images/emoji/D83DDE19.png',
'http://vk.com/images/emoji/D83CDFC1.png',
'http://vk.com/images/emoji/D83CDFC6.png',
'http://vk.com/images/emoji/D83CDF81.png',
'http://vk.com/images/emoji/D83DDD1E.png',
'http://vk.com/images/emoji/D83DDC4F.png',
'http://vk.com/images/emoji/D83DDC4A.png',
'http://vk.com/images/emoji/270B.png',
'http://vk.com/images/emoji/D83DDE4F.png',
'http://vk.com/images/emoji/D83DDC43.png',
'http://vk.com/images/emoji/D83DDC47.png',
'http://vk.com/images/emoji/D83DDC46.png',
'http://vk.com/images/emoji/D83DDC48.png',
'http://vk.com/images/emoji/D83DDCAA.png',
'http://vk.com/images/emoji/D83DDC42.png',
'http://vk.com/images/emoji/D83DDC8B.png',
'https://vk.com/images/emoji/D83DDEAC.png'];
$(document).ready(function() {
$('#smilies-block').addClass('t1');
$('#smilies-area').prepend('<div id="wrapper"><ul class="tabs tabs1" onclick="return changeVisibility (\'smilies-area\', false)"><li class="t1 tab-current"><a>Первый набор</a></li><li class="t2"><a>Второй набор</a></li></ul><div class="t2"></div></div>');
$.each(nabor2, function(i) {
$('div.t2').append('<img src="'+nabor2[i]+'" onclick=smile(\'[img]'+nabor2[i]+'[/img]\') />');
});
$('ul.tabs.tabs1 li').click(function(){
var thisClass = this.className.slice(0,2);
$('div.t1, div.t2').hide();
$('div.' + thisClass).fadeToggle('slow');
$('ul.tabs.tabs1 li').removeClass('tab-current');
$(this).addClass('tab-current');
}); });
</script>
<!--Меняем Шрифт в Топике -->
<style id=a_fnt>.post h3 img{margin:0 7px;cursor:pointer;}</style>
<script type="text/javascript">
function setcookieF(a,b,c){if(c){var d=new Date();d.setTime(d.getTime());d=new Date(d.getTime()+c)}if(a&&b)document.cookie=a+'='+b+(c?'; expires='+d.toGMTString():'');else return false}function getcookieF(a){var b=new RegExp(a+'=([^;]){1,}');var c=b.exec(document.cookie);if(c){c=c[0].split('=')}else{return false}return c[1]?c[1]:false}
a='<strong class=fnt style="width:auto;margin-right:28%;"><img src="img/minus.png" alt="-" />Шрифт<img src="img/plus.png" alt="+" /></strong>';$(".post:first h3 strong,.post:last h3 strong").after(a);
b_Fnt1='<style id=b_fnt>#main-reply,.punbb .post-content{font-size:';b_Fnt2='px;}</style>'
var c_Fnt;
N=getcookieF('c_Fnt')
if(N){c_Fnt=parseFloat(N);setcookieF('c_Fnt',c_Fnt,30*24*60*60*1000)}else{var c_Fnt=Math.round(parseFloat($(".punbb .post-content").css("font-size")));}
b_Fnt=b_Fnt1+c_Fnt+b_Fnt2; $("#a_fnt").after(b_Fnt);
function setFnt_Size(){
b_Fnt=b_Fnt1+c_Fnt+b_Fnt2;
$("#b_fnt").replaceWith(b_Fnt);//alert(b_Fnt)
setcookieF('c_Fnt',c_Fnt,30*24*60*60*1000);
}
$(".post h3 img[alt='-']").click(function (){if(c_Fnt){c_Fnt--;setFnt_Size();}});
$(".post h3 img[alt='+']").click(function (){if(c_Fnt<38){c_Fnt++;setFnt_Size();}});
</script><!--End//Меняем Шрифт в Топике -->
<!--- 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>
<!--- конец --->
<!-- ДОП ШРИФТЫ -->
<script type="text/javascript">
if ($('#pun-viewtopic,#pun-post,#pun-edit,#pun-poll,#pun-messages').length) {
var ft; var i; var ft_f; var j = "";
ft = document.getElementById("font-area");
var ft_f = new Array();
ft_f.push('Micra');
ft_f.push('Carolina');
ft_f.push('Compact');
ft_f.push('Tagirctt');
ft_f.push('Lobster');
ft_f.push('Bebas Neue');
ft_f.push('Rochester');
ft_f.push('FatFacel');
ft_f.push('Yeseva One');
ft_f.push('Bangers');
ft_f.push('Limelight');
ft_f.push('Great Vibes');
ft_f.push('Cheque');
ft_f.push('Resphekt');
ft_f.push('Sansterdam');
for (i in ft_f) {
j = "<div><span style='font-family:" + ft_f[i] + ";'>" + ft_f[i] + "</span><img src='/i/blank.gif' onclick=\"bbcode('[";
j += "font=" + ft_f[i];
j += "]','[/font]')\" /></div>";
ft.innerHTML += j;
}}
</script>
<!--Смена имиджа в текущем посте-->
<style>.punbb .pa-avatar img {max-width:180px;}</style>
<script type="text/javascript">
OnSmenaImage("crossfeeling", new Array("Cantus Сycneus"))
var AvtrArr=new Array(
"", //Ссылки на картинки аватар
"",
"",
"",
"",
""
//End myarray_!!Последняя ссылка без запятой!!!
)
StartNIZ(); //
</script>
<!-- Кнопки BB-кодов при редактировании подписи © Alex_63 -->
<script type="text/javascript">
if(document.URL.indexOf('section=signature')!=-1)document.write('<scr'+'ipt type="text/javascript" src="https://forumstatic.ru/files/0016/0b/c8/99528.js"></scr'+'ipt>');
</script>
<!-- Конец скрипта -->
<!-- Пиар-вход v.2 -->
<script src="https://forumstatic.ru/files/0015/c4/3f/26781.js"></script>
<script type="text/javascript">
PR.nick = 'My Feelings'; //Ник PR-аккаунта
PR.pass = '1111'; //Пароль PR-аккаунта
PR.btn_text = 'pr'; //Надпись на кнопке PR-входа(или ссылка на картинку);
PR.set();</script>
<!--Конец скрипта-->
<!-- Скрыть награды в меню -->
<style type="text/css">
li#navawards {display: none;}
</style>
<!-- Конец скрипта -->
<!-- спойлер наград на Rusff в Профиле, в Топике -->
<style>
.post-author-Sp{
/*background-color:#!important;*/
}
img.aw{
background-color:#!important;
}
ul.wrapper{
margin-left:-15px;
width:200px!important;
margin-bottom:-5px;
display:none;
}
ul.wrapper,
ul.wrapper li.pa-awards{
border-color:transparent;
}
</style>
<script>
// кнопка - ссылка на Картинку
var Img="https://i.imgur.com/EJdMG8l.jpg";
wrapp1="<li class='post-author-Sp'><img class=aw style='cursor:pointer' src='";
wrappEnd="'><ul class=wrapper></ul></li>";
wrapp1=wrapp1+Img+wrappEnd;
$(window).load(function () {
$(".post .post-author .pa-awards").each(function() {
if($(this).css("display")!="none"){
$(this).before(wrapp1);a=$(this).parents('.post').find('.post-author-Sp ul')
$(this).appendTo(a)
}
});});
$(".post .post-author-Sp ").live("click", function(){
$(this).find('ul:first').toggle('slow')
});</script>
<!--Конец//=спойлер наград в Профиле, в Топике-->
<script type="text/javascript">
$('#pun-ulinks ul').prepend('<li class="item1"><a href="/search.php?action=show_new">Новые сообщения</a></li>');
</script>
<script type="text/javascript">
$(document).ready(function() {
//Tooltips
$(".tip_trigger").hover(function(){
$(this).find('.tip').show(); //Show tooltip
}, function() {
$(this).find('.tip').hide(); //Hide tooltip
}).mousemove(function(e) {
var mousex = e.pageX + 20; //Get X coodrinates
var mousey = e.pageY + 20; //Get Y coordinates
var tipWidth = $(this).find('.tip').width(); //Find width of tooltip
var tipHeight = $(this).find('.tip').height(); //Find height of tooltip
//Distance of element from the right edge of viewport
var tipVisX = $(window).width() - (mousex + tipWidth);
var tipVisY = $(window).height() - (mousey + tipHeight);
if ( tipVisX < 20 ) { //If tooltip exceeds the X coordinate of viewport
mousex = e.pageX - tipWidth - 20;
$(this).find('.tip').css({ top: mousey, left: mousex });
} if ( tipVisY < 20 ) { //If tooltip exceeds the Y coordinate of viewport
mousey = e.pageY - tipHeight - 20;
$(this).find('.tip').css({ top: mousey, left: mousex });
} else {
$(this).find('.tip').css({ top: mousey, left: mousex });
}
});
});
</script>
<!--БАННЕРЫ-->
<div class=banners style="position: absolute;
padding-right: 6px;
margin: 70px 0px 0px -10px;
width: 895px;
height: 50px;
overflow-y: scroll;
text-align: center;">
<a href="http://redbus.rusff.me/" title="RED BUS" target="_blank"><img src="http://funkyimg.com/i/2zB3B.gif" width="88px" height="31px"></a><a href="http://henrietta.rusff.me/" target="_blank"><img src="https://i.imgur.com/Zeg9VVN.gif" border="0" alt="Henrietta: Altera pars" /></a><a href="http://yourphoenix.rusff.me/" target=_blank><img src="https://i.imgur.com/lF9a9jb.png" border="0"alt="Phoenix" width=88 height=31></a><a href="http://phoenixlament.f-rpg.ru/" target="_blank"><img src="http://funkyimg.com/i/2CShP.gif" width="88px" height="31px" title="HOGWARTS. PHOENIX LAMENT"></a><a href="http://wearethefuture.rusff.me/" title="REVOLT"><img src="http://i.imgur.com/3fj04bc.gif"></a><a href="http://mhshootme.rusff.me"><img src="http://funkyimg.com/i/QiD6.gif" title="Mystery Hills: Shoot Me"></a><a href="http://brightonlife.ru/" target="_blank"><img src="http://funkyimg.com/i/2a9PK.gif" title="Не боишься, что кое-кто все про тебя расскажет?"></a><a href="http://cursedcreatures.f-rpg.ru/" target="_blank"><img src="http://cursedcreatures.f-rpg.ru/files/0017/9e/82/56236.png" title="Portland" border="1" width="88" height="31"></a><a href="http://hproleplay.mybb.ru" target="_blank"><img src="http://s2.uploads.ru/t/WgZOp.gif" border="0" alt="Hogwarts and the Game with the Death="88" height="31" /></a><a href=http://marvelbreak.rusff.me title="Marvel: Breakpoint" target=_blank><img src=https://forumstatic.ru/files/0018/aa/28/67210.gif></a><a href="http://enteros.rusff.me/" title="ФРПГ Энтерос" target="blank"><img src="https://forumstatic.ru/files/0015/e5/72/98755.gif"></a><a href="http://shel.rusff.me" target=_blank><img src="https://forumstatic.ru/files/0015/e4/19/59081.gif" border="0" title="Sunrise Helheim" width="88" height="31"></a><a href="http://wiedzmin.mybb.ru" target="blank"><img border=0 src='https://forumstatic.ru/files/0011/5f/87/48827.gif' alt="ВЕДЬМАК: Тень Предназначения"></a><a href="http://pestilences.rusff.me/" title="Pestilence in Seoul"><img src="http://funkyimg.com/i/2gmYG.gif" target="_blank" border="0" width="88" height="31"></a><a href="http://funeralrave.ru/" target="_blank"><img src="https://i.imgur.com/sreWq1o.png" title="funeral rave"></a><a href="http://chaostheory.f-rpg.ru/" target="_blank"><img src="https://forumstatic.ru/files/0017/c1/22/63506.png" title="chaos theory" border="0" width="88" height="31"></a><a href='http://timetocross.rusff.me/'><img src='https://funkyimg.com/i/2U7Yn.png' /></a><a href="http://allnewmarvels.ru" title="Marvel: All-New"><img src="https://forumstatic.ru/files/0016/a4/af/28937.gif" height="31" width="88" border="0"></a><a href="http://themostsupernatural.ru" target=_blank title="Самая Сверхъестественная ролевая игра"><img src="https://i.imgur.com/CvoHtFi.gif"></a><a href="http://docnight.rusff.me/" target="_blank"><img title="Doctor Who: Night terror" src="https://forumstatic.ru/files/0013/70/40/20242.gif"></a><a href="http://ouatuntold.rusff.me/" target="blank"><img src="http://sh.uploads.ru/xuIB9.gif" class="" width="88" height="31"></a><a target="_blank" href="http://unirole.rusff.me/" title="uniROLE"><img src="https://i.ibb.co/BfLDpkG/image.png" alt="Кроссовер uniROLE" width="88" height="31" border="0"></a><a href="http://kingscross.f-rpg.ru/" target="_blank"><img title="KINGSCROSS. Внимание, поезд отправляется!" src="https://i.imgur.com/WNhMtiG.jpg"></a><a href="http://marvelpulse.rusff.me"><img src="https://forumstatic.ru/files/0019/43/0a/81247.gif" border="0" alt="Marvel Pulse: Feal the Beat" width="88" height="31"></a><a href="http://allgenerations.rusff.me/" title="| Three Generations: I would rather die |"><img src="http://funkyimg.com/i/2FnWf.png"></a><a href="http://luminary.f-rpg.ru/" target=_blank><img src="http://s6.uploads.ru/wyRsU.png"border="0" title="Harry Potter: Luminary"></a><a href="http://mchronicles.rusff.me/" target="_blank"><img title="The Marauders Chronicles" src="https://i.imgur.com/4B7O3CX.jpg"></a><a href="http://novacross.rusff.me" style="cursor: pointer;"><img src="https://i.imgur.com/yPv8um2.png"></a><a href="http://clickla.ru/" title="CLICK'-твоя социальная сеть" target=_blank><img src="https://forumstatic.ru/files/0019/93/79/13985.gif"></a><a href="http://stargasm.rusff.me"><img src="http://i.imgur.com/X9aT6zA.gif"></a><a href="http://manhattanlife.ru/"><img src="https://forumstatic.ru/files/000f/13/9c/64766.gif" title="Manhattan"></a><a href="http://dragonageone.ru/" target="_blank"><img src="https://forumstatic.ru/files/0019/4f/84/33298.png" title="Dragon Age: We are one"border="0"width="88" height="31"></a><a target="_blank" href="http://elm.rolbb.ru/" title="Ролевая игра ELM AGENCY. Стань агентом!" alt="Ролевая игра ELM AGENCY. Стань агентом!"><img src="https://c.radikal.ru/c28/1809/bc/8f62fc29bb85.png" border="0"></a><a href="http://amstered.rusff.me/" target="_blank"><img title="Red Blossom" src="http://s5.uploads.ru/IBAFT.gif"></a><a title="Ходячие Мертвецы, 18+" href="http://thewalkingdead.f-rpg.ru/" target="_blank"><img src="https://forumstatic.ru/files/0019/34/22/21723.gif" alt="the WALKING DEAD" width="88" height="31" /></a><a href="http://kiri.rolka.su/"><img src="https://i.imgur.com/uDOxCRB.png" title="NARUTO: UNTOLD STORIES"></a><a href="http://overlook.rusff.me/" target="_blank"><img src="https://i.imgur.com/Dh05Zw4.jpg" border="0" title="OVERLOOK" width="88" height="31"></a><a href="http://ohcanada.rusff.me/" target=_blank><img src="https://c.radikal.ru/c33/1805/19/e81ced9a3c3e.gif" border="0" alt="maple syrup"></a><a href="http://298.rusff.me/" target=_blank><img src="https://i.imgur.com/4eWQO82.png" border="0" alt="Game of Thrones. Win or Die" width="88" height="31"/></a><a href="http://yellowcross.f-rpg.ru/" target="_blank"><img src="https://forumstatic.ru/files/001a/0d/3f/73738.png" title="yellowcross" border="0"width="88" height="31"></a><a href="http://crossreturns.rusff.me" target="_blank"><img src="https://i.imgur.com/VIuyOaR.jpg" title="wonderlandcross" border="0" width="88" height="31"></a><a href="http://eltropicanolife.rusff.me/#?advNum=site_banner" target="_blank"><img src="https://i.imgur.com/eUbopU4.gif"></a><a href="http://blindfaith.ru/" target="_blank"><img src="https://i.imgur.com/veiFytV.gif"title="Blind Faith"border="0"width="88" height="31"></a><a href="http://imperiumaeternum.rolka.su/" target="_blank"><img src="https://forumstatic.ru/files/0018/97/46/53803.gif" title="Imperium Aeternum"></a><a href="http://fusioncross.rusff.me/" title="fusioncrossover" target=_blank><img src="https://i.imgur.com/zFn0tnN.gif" border="0" alt="fusioncrossover"></a><a target="_blank" href="http://gloryngore.rusff.me" title="game of thrones modern au"><img src="https://funkyimg.com/i/2SEbe.jpg" width="88" height="31" border="0"></a><a href="http://earlgrey.rusff.me" target="_blank"><img src="https://i.imgur.com/MXrFuUK.png" title="earl grey. real-life."></a><a href="http://exlibris.rusff.me/" title="ex libris crossover" target="_blank"><img src="https://forumstatic.ru/files/001a/84/0d/53845.jpg" alt="ex libris"></a><a target="_blank" href="http://posthuman.rusff.me/" title="Post Human Reboot"><img src="https://forumstatic.ru/files/001a/6b/c0/90982.gif" border="0"></a><a href="http://holod.rusff.me" target="_blank"><img src="http://s7.uploads.ru/YmQdR.gif" title="ХОЛОД" width="88" height="31"></a><a target="_blank" href="http://crescent.f-rpg.ru/" title="CRESCENT CITY"><img src="https://i.imgur.com/p15EaOd.gif" alt="да-да, очередной Новый Орлеан, очередная мистика" width="88" height="31" border="0"></a><a href="http://recall.rusff.me/" title="OVERWATCH: recall"><img src="https://i.imgur.com/br7OHZN.jpg"></a><a href="http://sc.roleforum.ru/" target="blank"><img src="http://s7.uploads.ru/7JVyS.gif" alt="Shock Club" title="Shock Club - кроссплатформа" /></a><a target="_blank" href="http://shardsofpower.rolka.su/"><img src="http://s5.uploads.ru/CHycP.gif" alt="Сайрон: Осколки всевластия"></a><a href="http://dieunterwelt.rusff.me/" target="_blank"><img src="https://forumstatic.ru/files/0019/d1/33/26003.png" title=" dieUnterwelt - кроссовер. идем на ДНО" alt="" width="88" height="31"></a><a href="http://betwixtcrossover.f-rpg.ru/" target="_blank"><img src="https://forumstatic.ru/files/001a/7d/33/61890.jpg" title="things betwixt"></a><a href="http://vinylcross.rusff.me/" alt="Vinyl" target="_blank"><img src="https://forumstatic.ru/files/001a/7f/98/54437.jpg"></a><a href="http://everyvoice.rusff.me/" target="_blank"><img src="https://i.imgur.com/1lpPGmQ.png" title="Warcraft: Every Voice Matters" alt="Warcraft: Every Voice Matters"></a><a href="http://unholymayhem.rusff.me/" target=_blank><img src="https://i.imgur.com/EkQkYkY.gif" border="0" title="(un)holy mayhem" width="88" height="31"></a><a href="http://hpfreakshow.rusff.me/" target=_blank><img src="http://sd.uploads.ru/76dn1.gif" title="HP: Freakshow. ГП 3 поколение. Драмеди, социалка, активная игра"></a><a href="http://off.rusff.me/" target="_blank"><img src='https://i.imgur.com/Mz2lsJm.gif' title="Офф. Способности. Постап." alt="Midnight" /></a><a href="http://postfactum.rusff.me" target="_blank"><img src="https://i1.imageban.ru/out/2019/09/19/7d47cb62fa8ff80b991074ae2a5b9d33.png" title="Enigma" border="0" alt="enigma"></a>
</div>
<!-- ЭЛЕМЕНТЫ СТИЛЯ -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
<script type="text/javascript"><!--Своя картинка в каждую категорию -->
$(document).ready(function(){
myarray=new Array(
"SHADOWPLAY", "https://funkyimg.com/i/2WHqp.jpg",
"TWENTY FOUR HOURS", "https://funkyimg.com/i/2WHqq.jpg",
"INTERZONE", "https://funkyimg.com/i/2WHqr.jpg",
"THE ETERNAL", "https://funkyimg.com/i/2WHqs.jpg",
"DECADES", "https://funkyimg.com/i/2WHqu.jpg",
"ISOLATION", "https://funkyimg.com/i/2WHqt.jpg"
)
$("#pun-index div.category h2,#pun-index #pun-stats h2").each(function (i) {
for(q=0;q<myarray.length;q++){
var cssObj = {
"height":"50px",
"background-color": "transparent",
"background-image":"url("+myarray[q+1]+")",
"background-position":"50% 50%",
"background-repeat":"no-repeat"
}
if($(this).children("span").text()==myarray[q])$(this).css(cssObj);
q++}
});
});
</script>
<!--кнопки вверх вниз-->
<div class="go-up" id='ToTop'><img src="https://i.imgur.com/mthWDeE.png" /></div>
<div class="go-down" id='OnBottom'><img src="https://i.imgur.com/xlooefI.png" /></div>
<style>
.go-up,.go-down {
display:none;
position:fixed; /*позиционируем*/
right: 7%; /*указываем положение, если слева - left*/
z-index:9999; /*показываем поверх все элементов на странице*/
cursor:pointer;
opacity:1; /*прозрачность*/
width:86px; /*ширина кнопки*/
height:27px; /*высота кнопки*/
}
.go-up {
bottom:500px; /*положение от низа окна браузера верхняя кнопка*/
}
.go-down {
bottom:470px; /*положение от низа окна браузера нижняя кнопка*/
}
.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 DefAvtr="https://i.imgur.com/U1roXEo.jpg"; //Для Игрока
var GuestAvtr="https://i.imgur.com/SP5594n.jpg";//Для Гостя
$("li.pa-title").each(function(){
var b = DefAvtr;if($(this).text()=='Гость')b = GuestAvtr;
var s='<li class="pa-avatar item2"><img class="defavtr" src="'+b+'" alt="Аватар"/></li>';
if (($(this).parents(".post-author").find("li.pa-avatar").length)==0){$(this).after(s);};});
</script>
<!-- Загрузчик изображений в форме ответа © 2018 Alex_63 -->
<script>FORUM.defaultHost = 'imgur'; // Хостинг по умолчанию: 'uploads' 'imgur' 'imageban'</script>
<link rel="stylesheet" type="text/css" href="https://forumstatic.ru/files/0015/c4/3f/18002.css" />
<script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/18001.js"></script>Поделиться62019-11-25 16:19:22
цитата
цитата
цитата
цитата
Поделиться72019-11-25 16:19:35
код код код код
Поделиться82019-11-25 16:32:32
Спойлерок
























































