старый
Сообщений 1 страница 6 из 6
Поделиться22021-11-28 12:21:47
/*************************************************************
A - SETUP
**************************************************************/
/* A1 Import the colour scheme
-------------------------------------------------------------*/
/* A1.1 */
@import url(style_cs.css);
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Yeseva+One&display=swap');
@font-face {
font-family: 'Font Awesome';
src: url('https://forumstatic.ru/files/001b/3c/ec/86182.eot'),
url('https://forumstatic.ru/files/001b/3c/ec/86182.woff') format('woff'),
url('https://forumstatic.ru/files/001b/3c/ec/86182.ttf') format('truetype'),
url('https://forumstatic.ru/files/001b/3c/ec/86182.svg') format('svg');
font-weight: normal;
font-style: normal;
}
/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/
/* A2.1 */
html, body {margin: 0; padding: 0}
/* A2.2 */
.punbb * {
margin: 0
}
/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
list-style: none;
}
/* A2.4 */
.punbb img {
border:none
}
/* A2.5 */
.punbb .main table {
table-layout: fixed;
width: 100%;
}
/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}
/* A2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
height: 1.8em;
vertical-align: middle
}
/* A3 Text setup
-------------------------------------------------------------*/
/* A3.1 */
body {
font-size: 100.01%;
}
/* A3.2 */
.punbb {
font: normal 70% Verdana;
}
/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
font: 1em verdana, arial, helvetica, sans-serif;
background-color: #bebdbf;
}
/* 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 legend span {
font-size: 17px;
}
/* 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: 1100px;
padding: 50px 0px 0px 0px;
margin-top: 100px;
}
/* A5.2 */
.punbb {
margin-left: 0px !important;
float: none;
width: 1040px;
height: auto;
}
/* A5.3 */
#pun-redirect, #pun-maint {
margin: 50px 0% 12px 0%;
width: auto;
float: none;
background-color: #bebdbf;
}
/* A5.4 */
.punbb .section, .punbb .main {
margin-bottom: 1em;
}
/* A5.5 */
.punbb .category, .punbb .post {
margin-top: 0.4em;
}
/* A5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
margin-top: 0;
}
/* 5.7 */
#pun-post .topic {
margin-top: 1em;
}
/* A5.8 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
border-style: none none none none;
border-width: 0px 0px 0px 0px;
}
/* A5.9 */
.punbb .container {
border-style: none;
border-width: 0px;
}
/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
padding: 0em 0em 0em 0em;
border-style: none none none none;
border-width: 0 0px 0px 0;
font-size: 16px;
font-family: yeseva one;
font-weight: 500;
text-transform: uppercase;
margin: 0px 0 10px 0;
height: 20px;
}
/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/
/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/
/* B1.1 */
.punbb .post-content {
padding: 0;
margin: 0;
width: 98%;
overflow: hidden;
text-align: justify;
}
/* B1.2 */
.punbb .post-sig dt {
display: block;
text-align: center;
border-top: 1px dotted #545454;
width: 65%;
margin-left: 150px;
padding-bottom: 5px;
margin-top: 10px;
}
/* B1.3 */
.punbb .post-content p {
margin: 0 0 0 0px;
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: 1em 0px 1em 0px;
padding: 10px 15px 10px 15px;
}
/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
display: block;
padding-bottom: 2px;
font-size: 11px;
font-style: normal;
font-family: yeseva one;
font-weight: 500;
text-align: left;
color: #565656;
text-transform: uppercase;
margin-bottom: 3px;
text-shadow: 0px 0px 1px #a8a8a9;
}
/* B2 Information boxes
-------------------------------------------------------------*/
/* B2.1 */
.punbb .info-box {
padding: 1.1em 1.7em 1em 1.7em;
border-style: solid;
border-width: 1px;
margin: 0 0 1.1em 0;
}
/* B2.2 */
.punbb .info-box * {
padding: 0 0 0.7em 0;
}
/* B2.3 */
.punbb #pun-main .info-box .legend {
font-size: 1.1em;
font-weight: bold;
}
/* B3 Pagination and posting links
-------------------------------------------------------------*/
/* B3.1 */
.punbb .linkst {
float: left;
position: relative;
width: 100%;
font-size: 1.1em;
height: 0;
}
/* B3.2 */
.multipage {
margin-top: 1em;
}
/* B3.3 */
.linkst .pagelink {
position: absolute;
top: -4em;
left: 1em;
width: 24em;
text-transform: uppercase;
font-family: verdana;
font-size: 8px;
font-weight: 400;
}
/* B3.4 */
.linkst .postlink {
position: absolute;
top: -4em;
right: 1em;
width: 16em;
text-align: right;
text-transform: uppercase;
font-family: verdana;
font-size: 8px;
font-weight: 400;
}
/* 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;
text-transform: uppercase;
font-family: verdana;
font-size: 8px;
font-weight: 400;
}
/* B3.7 */
.linksb .postlink {
float: right;
width: 16em;
font-weight: bold;
text-transform: uppercase;
font-family: verdana;
font-size: 8px;
font-weight: 400;
}
/* 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: 0em 2.3em 1.1em 2.3em;
}
/* C1.2 */
.punbb .formsubmit {
padding: 0 0 0 1.7em;
margin: 1em 0 0 0;
}
/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
margin: 0 0.6em 0 0
}
/* C1.4 */
.punbb fieldset {
border-style: solid;
border-width: 1px;
padding: 0 18px 0 18px;
margin: 0 0 1em 0
}
/* C1.5 */
.punbb fieldset legend {
padding: 0;
margin: 0 0 0 11px;
font-size: 1.1em
}
/* C1.6 */
.punbb fieldset legend span {
padding: 0 5px;
margin: 0 0 0 -15px;
font-size: 11px;
font-family: 'Montserrat';
}
/* 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: 45%;
}
/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
text-align: center;
width: 5%;
}
/* C2.3 */
.punbb .main .tcr {
background-color: transparent;
overflow: hidden;
text-align: left;
line-height: 16px;
font-size: 10px;
font-weight: 500;
width: 20%;
font-family: 'Montserrat';
padding-left: 20px;
}
/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
background-color: transparent;
width: 40%
}
/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
background-color: transparent;
text-align: center;
width: 20%;
}
/* C2.6 */
#pun-debug table .tcl {
background-color: transparent;
width: 15%;
white-space:normal;
}
/* C2.7 */
#pun-debug .tcr {
background-color: transparent;
width: 90%;
white-space: normal;
}
/* C2.8 названия подфорумов*/
#pun-index .tcl h3 {
font-family: 'Yeseva One';
z-index: 3;
font-size: 17px;
font-weight: 500;
text-align: left;
text-transform: uppercase;
}
#pun-index .tcl h3:before {
content:'— ';
}
/* 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;
border-style: none none none solid;
border-width: 0 0 0 1px;
padding: 0.4em 1em 0.4em 1.5em;
}
/* C2.13 */
.punbb .main .tcl {
border-left-style: none;
border-left-width: 0
}
* html .tclcon {height: 1px}
/* C2.14 */
#pun-index td div.tclcon {
position: relative;
margin-left: 20px;
}
/* C2.15 */
.punbb div.icon {
float: left;
display: block;
}
#pun-messages.punbb div.icon{
margin-top: 0px!important;
}
/* C3 Topics
-------------------------------------------------------------*/
#pun-title, #pun-navlinks {
border-color: #202021 ;
}
/* CS2.1 */
.punbb .container, .punbb .post-body {
border-color: transparent;
}
/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
border-style: none;
border-width: 0;
}
/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
border-color: transparent ;
}
/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.post-links ul, .post-links, .usertable table {
border-color: transparent;
}
/* CS2.5 */
.punbb th {
border-color: transparent ;
}
/* CS2.6 */
#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
border-color: transparent;
}
#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
border-color: transparent ;
}
.punbb .divider {
border-color: transparent;
}
.punbb .formal fieldset .post-box, .punbb .info-box {
border: 1px solid transparent ;
}
li.pa-online {
font-size: 8px;
font-weight: 300;
text-transform: lowercase;
margin-top: 5px;
font-family: 'Montserrat';
}
/* 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 {
height: 16px;
font-size: 10px;
text-transform: lowercase;
font-family: 'Montserrat';
margin: 10px 7px 0 7px;
border: 1px solid #bcbebc;
border-radius: 0px;
background-color: #9a9a9a30;
}
/* C3.3 */
.punbb .post h3 span {
padding: 2px 10px 2px 10px;
display: block;
}
/* 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: 218px;
overflow: hidden;
background: url(https://forumstatic.ru/files/001b/42/62/49733.jpg?v=1) bottom center no-repeat;
margin: 15px 6px 0px 6px;
padding: 10px 0 0px 0px !IMPORTANT;
border: 1px solid #b1b1b3;
font-family: 'Montserrat';
font-weight: 500;
font-size: 9px;
}
/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
padding: 0em 1em 1em 1em;
line-height: 160%;
}
/* C3.7 */
.pa-author {
font-style: normal;
font-family: yeseva one;
font-size: 15px;
text-transform: uppercase;
font-weight: 500;
text-align: center;
padding-bottom: 4px;
margin-top: 3px;
}
/* C3.8 */
.pa-author a {
font-family: yeseva one;
font-size: 15px;
font-weight: 500;
text-transform: uppercase;
color: #4c4f65 !important;
}
/* C3.9 */
li.pa-title {
font-size: 9px;
font-family: 'Montserrat';
font-weight: 500;
padding-bottom: 1px;
text-transform: lowercase;
margin: -3px 0 0 0 !important;
color: #000;
}
/* C3.11 */
.punbb .post-body {
margin-left: 232px;
border-left-style: solid;
border-left-width: 1px;
padding: 0 0 1px 0;
}
/* C3.12 */
.punbb .post-box {
padding: 14px 0px 5px 5px;
}
/*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: 1em 1em 0 0;
height: 2em;
line-height: 2em;
margin-left: -19em;
border-top-style: dashed;
border-top-width: 1px;
background: transparent;
text-align: right;
font-weight: bold;
}
/* 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;
text-transform: uppercase;
font-family: verdana;
font-size: 8px;
font-weight: 400;
}
/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
height: 1.8em;
line-height: 1.8em;
}
/* C4.3 */
.punbb .modmenu .container strong {
float: left;
}
/* C4.4 */
.punbb .modmenu input {
margin-left: 1em;
}
/* C5 Message boxes
-------------------------------------------------------------*/
/* C5.1 */
.punbb .info .container {
padding: 0.8em 1em
}
/* C5.2 */
.punbb .info .container .backlink {
padding-top: 0.8em;
}
/* C6 Profile
-------------------------------------------------------------*/
/* C6.1 */
#profile .container {
padding-left: 18.6em;
}
/* C6.2 */
#profilenav {
float: left;
width: 14em;
margin-left: -16.3em;
display: inline;
}
/* C6.3 */
#profilenav li {
padding-bottom: 0.8em;
font-weight: bold;
}
/* C6.4 */
#viewprofile ul, #profilenav ul {
border-style: solid;
border-width: 1px;
padding: 1.5em 18px 0.8em 18px;
margin: 0 0 1em 0;
}
/* C6.5 */
#viewprofile h2, #profilenav h2 {
background: transparent;
border: none;
padding: 0 0 0 0;
margin: 0 14px -0.6em 14px;
}
/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {
padding: 0 5px;
position: relative;
}
/* C6.7 */
#viewprofile li, #setmods dl {
padding: 0 0 0 16em;
margin-bottom: 0.2em;
}
/* C6.8 */
#viewprofile li span {
float: left;
width: 14em;
margin-left: -16em;
padding: 0.5em 1em;
font-weight: bold;
}
/*C6.9 */
#setmods dt {
float: left;
width: 14em;
margin-left: -16em;
padding: 0.8em 1em;
font-weight: bold;
display: inline;
}
/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
display: block;
padding: 0.5em 1em;
font-weight: normal;
}
/* C6.11 */
.punbb img.avatardemo {
float: right;
margin: 0 0 0.8em 1.8em
}
/* C7 User list
-------------------------------------------------------------*/
/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
border-bottom: none;
margin-bottom: 0;
}
/* C7.2 */
#pun-userlist .usertable .container {
padding: 0 2.3em 2.3em 2.3em;
border-top: none;
}
/* C7.3 */
#pun-userlist .usertable table {
border-style: solid;
border-width: 1px;
}
/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/
/* D1 Logo and description
-------------------------------------------------------------*/
/* D1.1 */
#pun-title {
margin: 0;
border-style: none none none none;
border-width: 0px 0px 0 0px;}
/* D1.2 */
#pun-title h1 {
display : block;}
/* D1.3 */
#pun-title .container {
border-style: none none none none;}
/* D1.4 */
#pun-title h1 span {
display: none;}
#pun-title h1 span {
font-size: 1.5em;}
/* D2 Page navigation
-------------------------------------------------------------*/
/* D2.1 */
#pun-pagelinks {
position: absolute;
top: 55px;
left: 0;
margin: 0;
border: none;
padding: 0;
width: 100%;
}
/* D2.2 */
#pun-pagelinks .container {
background: transparent;
border: none;
padding: 0}
/* D2.3 */
#pun-pagelinks .container li {
display: inline}
/* D2.4 */
#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
height: 2em;
line-height: 2em;
padding: 0;
font-size: 1.2em;
margin-left: -9999px;
display: block;
float:left;
width: 100%;}
/* D2.5 */
#pun-pagelinks a:active, #pun-pagelinks a:focus {
position:relative;
margin: 0;}
#pun-pagelinks li a span {
display:block;
margin: 0 1em}
/* D3 Forum navigation
-------------------------------------------------------------*/
/* D3.1 */
#pun-navlinks, #pun-navlinks .container {
text-align: center;
}
/* D3.2 */
#pun-navlinks .container {
padding: 0.2em 1em;
padding-top: 4px;}
/* D.3 */
#pun-navlinks li {
display: inline;
padding-right: 1em;
}
#pun-navlinks .container {
text-align: center;
font-style: normal;
font-size: 11px;
font-weight: 500;
text-transform: uppercase;
font-family: yeseva one;
position: absolute;
/* border: red 1px solid; */
top: 17px;
width: 1060px;
margin-left: -30px;
height: 20px;
}
/* D4 User links
-------------------------------------------------------------*/
/* D4.1 */
#pun-ulinks {
margin-top: -90px;
margin-left: -54px;
}
/* D4.2 */
#pun-ulinks .container {
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 {
margin: 26px 0px 0px 15px;
text-align: left;
font-size: 8px;
text-transform: uppercase;
font-family: 'Montserrat';
font-weight: 500;
}
/* D5.3 */
#pun-status span {
white-space: nowrap;
margin-right: 0.5em;
}
/* D5.4 */
#pun-crumbs1 {
font-weight: bold;
overflow: hidden;
}
/* D5.5 */
#pun-crumbs1 p.container {
border-top: none;
padding: 1em 1em 0.8em 1em;
text-align: left;
font-family: 'Montserrat';
font-size: 11px;
}
/* D5.6 */
#pun-break1 {
margin: 0 1em;
border-style: solid none;
border-width: 1px 0;
height: 0;
margin: 0px 0 0 0 !important;
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: 2.5em 1em 1em 1em;
margin-top: -13px;
line-height: 1.1
}
/* D7 Statistics
-------------------------------------------------------------*/
#pun-stats .container {
padding: 15px 15px;
background: #adadad4a;
font-family: 'Montserrat';
text-transform: uppercase;
font-size: 9px;
font-weight: 500;
margin: 0px 10px 0px 10px !important;
border: #b3b2b0 1px solid;
}
/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
float: left;
clear: both;
line-height: 150%;
}
/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
text-align: right;
line-height: 150%;
}
/* D7.4 */
li#onlinelist {
margin-top: 1em;
border-top-style: solid;
border-top-width: 1px;
float: left;
width: 100%;
line-height: 130%;
}
/* D7.5 */
li#onlinelist div {
border-top-style: solid;
border-top-width: 1px;
padding: 0.7em 0 0 0;
}
/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/
/* D8.1 */
#pun-qjump {
margin: 0;
border: none;
width: 50%;
position: relative;
float: left;
}
/* D8.2 */
#pun-qjump .container {
border: none;
background: transparent;
padding: 0.8em 1em;
}
/* D8.3 */
#pun-about {
margin-top: 0;
margin-bottom: 0;
}
/* D8.4 */
#pun-about .container {
border-top-style: none;
text-align: center;
line-height: 150%;}
/* D8.5 */
#pun-about p span {
display: block;
padding-left: 50%;
margin-top: 30px;
}
/* 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-family: 'Montserrat';
font-size: 11px;
}
/* D8.8 */
#pun-break4 {
margin: -2px 1em;
border-style: none;
border-width: 0px 0;
position: relative;
height: 0;
z-index: 1;
}
/* D9 Help file
-------------------------------------------------------------*/
/* D9.1 */
#pun-help .formal .info-box h3.legend {
border-bottom-style: none;
border-bottom-width: 0px;
padding-bottom: 0;
margin-bottom: 0.8em;
}
/* D9.2 */
#pun-help .formal .info-box h3.legend span {
padding-bottom: 0.6em;
display: block;
border-bottom-style: none;
border-bottom-width: 0px;
font-size: 1.1em;
}
/* D9.3 */
#pun-help .formal p, #pun-help .formal dd {
margin-bottom: 1em
}
/* D9.4 */
#pun-help .formal ul, #pun-help .formal dl {
padding: 0 0 0 1em
}
/* D9.5 */
#pun-help .formal li {
padding: 0;
line-height: 130%
}
/* D9.6 */
#pun-help .formal li * {
vertical-align: text-top
}
/* D9.7 */
#pun-help .formal dt span {
font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace
}
/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
padding-bottom: 0;
}
.punbb .user-avatar .avatar-image {
border-radius: 0 !IMPORTANT;
height: 30px !important;
width: 30px !important;
opacity: 1 !important;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
float: left;
border: 1px solid #68647f;
}
#pun-status .status-right {
display: none;
}
.punbb th {
font-size: 0 !important;
}
html{min-width: 1100px!important;}/*для мобил*/
.Tems_And_messages {
display: inline-block;
width: auto;
height: 21px;
font-size: 9px;
text-transform: none;
font-family: roboto !important;
font-weight: 300;
text-align: center !important;
text-transform: uppercase;
display: block;
}
.Tems_And_messages span {font-weight: 500}
.main table .Add {
display: inline;
padding: 00px;
position: absolute;
top: 7px;
right: 20px;
width: auto;
color: #4c4c4c;
}
#pun-index .category .tc2,#pun-index .category .tc3,
#f-subforums .tc2,#f-subforums .tc3{
display:none!important;
}
.go-up {
width: 70px !important;
font-weight: 400;
height: 9px !important;
background: #bebfc1;
border: 1px solid #959797;
}
.go-down {
width: 70px !important;
font-weight: 400;
height: 9px !important;
background: #787b96;
border: 1px solid #9497b1;
}
/*************************
Стиль для Быстрой смены аккаунтов
Deff
*************************/
/*Cкрытие формы входа без клика*/
#pun-navlinks a:not(.NextShow)+span.odd{
display:none!important;
}
#pun-navlinks #New-exit img{
position:absolute;
margin: 0px 35px;
width:17px;
height:auto;
opacity:.8;
}
.ismoderator #pun-navlinks #New-exit img{
margin: 0px 50px;
}
#pun-navlinks #New-exit:hover{
opacity: .4;
}
/*Стиль доп-иконки Выход!*/
.punbb #pun-navlinks a#New-exit {
position:absolute;
z-index:100000!important;
margin-top: 6px!important;
margin-left: 0px!important;
float:none!important;
}
.punbb #pun-navlinks a#New-exit:before {
content:none;
}
.punbb #pun-navlinks #form-login input{
text-align: center;
border: 2px inset;
text-rendering: auto;
color: #000000!important;
margin-top:4px!important;
border-radius:5px;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
display: inline-block!important;
text-align: center;
font: normal normal 400 11px/normal Arial!important; rgb(250, 255, 189)
background-color: rgb(250, 255, 189);
}
.punbb #form-login #fld1,#form-login #fld2{
background-color: rgb(250, 255, 189);
}
.punbb #pun-navlinks #form-login input[type="submit"]{
background-color: #2F4604;
border: 2px outset #A29489!important;
color:#9DADBC!important;
cursor:pointer;
font-weight:700!important;
}
/*Стиль формы входа*/
.punbb #pun-navlinks #form-login {
text-shadow:1px 1px 0 rgba(0,0,0,.24);
display:block;
font: normal normal 400 11px/normal Tahoma;
color:#D4D6D7;
text-transform: none;
position:absolute!important;
left:0px;
top: 7px; /*Подвижки формы от низа кнопки вход/выход*/
z-index:100000!important;
padding:7px 12px;
background: #646782;
border-color: #b7b7b7; /* Цвет границы */
border-style: solid; /* Стиль границы */
border-width: 1px 1px 1px 1px; /* Толщина границы */
border-radius:0 0 6px 6px;
text-align: center;
/* box-shadow:inset 0 0 4em rgba(23,23,13,.99); */
}
#pun-navlinks #navlogin #form-login {
margin-left: 31px;/*Подвижки формы влево от вход*/
}
#pun-navlinks #navlogout #form-login {
margin-left: -31px!important;/*Подвижки формы влево от выход*/
}
.ismoderator #pun-navlinks #navlogout #form-login {
margin-left: -17px!important;/*Подвижки формы влево от выход для АМС*/
}
/*Стиль ссылок в форме "Не зарегистрированы" и "Забыли пароль" */
#pun-navlinks #form-login input[value="Войти"]+p{
margin-bottom: 11px;
margin-top: 11px;
}
.punbb #pun-navlinks #form-login a.Rega,
.punbb #pun-navlinks #form-login a.Forgot{
position:relative;
text-transform: none!important;
z-index:20;
cursor:pointer;
font: normal normal 400 10px/normal Tahoma!important;
letter-spacing:0.5!important;
}
.punbb #pun-navlinks #form-login a.Rega:before,
.punbb #pun-navlinks #form-login a.Forgot:before{
content:none;
}
/* Помечаем красным незаполненные поля!*/
#form-login input.none{
outline:red dashed 2px!important;
}
/*Форма слево(с Никами) */
#List-UserNames {
position:absolute;
margin-top:-8px;
min-height:90px;
width:220px;
right:100%;
padding: 12px 19px 12px 17px;
background: #646782;
border-color: #b7b7b7; /* Цвет границы */
border-style: solid; /* Стиль границы */
border-width: 1px 1px 1px 1px; /* Толщина границы */
border-radius:0 0 0px 6px;
text-align:center;
/*box-shadow:inset 0.23em 0 3.4em rgba(20,20,11,.99);*/
}
/*Стиль контейнера под список Ников*/
.punbb #List-UserNames ul{
padding:0;
overflow:hidden;
overflow-y:auto;
min-height:36px;
max-height:72px;/*Видимое число Ников без прокрутки! сейчас - 4*/
}
.punbb #List-UserNames li {
display: block!important;
position: relative;
background: #413b40;
text-align: left;
box-shadow: 2px 2px 1px rgba(84,106,107,.7);
padding-left: 5px!important;
font: normal normal 700 12x/normal Verdana!important;
margin: 1px auto!important;
padding: 2px 0;
transition: .33s;
}
.punbb #List-UserNames li:hover{
opacity:.84;
/*background:#546a6b!important;*/
}
/*Стиль Ников*/
.punbb #List-UserNames li>b{
cursor: pointer;
opacity: .8;
color: #ffffff;
text-shadow: 1px 1px 1px rgb(0, 0, 0);
}
.punbb #List-UserNames li>b:hover{
opacity:.93;
text-shadow:1px 1px 1px rgba(0,0,0,.6);
}
/*Скролл контейнера с никами*/
#List-UserNames ul::-webkit-scrollbar {
width: 7px;
height: 5px;
}
#List-UserNames ul::-webkit-scrollbar-track {
background-color: #919190;
border: 1px solid #919190;
box-shadow: none;
}
#List-UserNames ul::-webkit-scrollbar-thumb {
background-color: #bdbdbc;
border: 2px solid #888887;
box-shadow: none;
}
/*Кнопки Удалить (правее ников)*/
#List-UserNames ul li>span {
display:inline-block;
padding:0 3px;
position:absolute;
opacity:.88;
cursor:pointer;
top:0;bottom:0;
right:2px;
color:#fff;
font: normal normal
700 10.56px/normal Verdana;
text-shadow:1px 1px 1px rgba(0,0,0,.6);
}
/*Текст при отсутствии запомненных Ников!*/
#List-UserNames ul:empty:before{
display:inline-block;
content: "У Вас нет запомненных ников, введенных через форму справо, или через перенос ниже!";
}
/*Кнопка выход-2*/
#navlogin #exit-2 {
display:none;
}
#navlogout .Rega,
#navlogout .Forgot {
display:none;
}
/*Стиль блока с инпутом для переноса и вставки запомненных Аккаунтов*/
#List-UserNames ul+span{
display:inline-block;
padding:6px 0 8px 0;
text-align:left;
font: normal normal 400 10.56px/normal Verdana;
}
/*Сам инпут*/
.punbb #List-UserNames input {
background: rgb(250, 255, 189);
border: 2px inset rgba(250,219,111,.853)!important;
border-radius: 6px;
text-shadow: none!important;
color:#282828!important;
background-color: #C5C3C3;
font: normal normal 400 11px/normal Arial!important;
/* box-shadow: inset 0px 0px 3px rgba(100,102,80,.97); */
margin-top: 9px;
padding: 2px !important;
vertical-align: middle;
}
/*Стрелочки к инпуту*/
#List-UserNames ul+span b{
font: normal normal 400 13px/normal Verdana;
padding:0 3px;
color:#D4D6D7;
}
/*Кликалка слево, чуть выше инпута*/
#List-UserNames .a1-copy{
display:inline-block!important;
cursor:pointer;
float:left;
}
/*Кликалка справо*/
#List-UserNames .a1-paste{
cursor:pointer;
display:inline-block!important;
float:right;
}
/*Подсказки на кликалках*/
.tipsy.a11 {
font: normal normal 400 11px/normal Tahoma!important;
margin-top:-22px!important;
margin-left: 148px!important;
max-width:170px;
}
.punbb #form-login #fld1, #form-login #fld2 {
background-color: rgb(208 208 208);
}
/*************************
//Конец Стиля для Быстрой смены аккаунтов
*************************/
.punbb span.GamePst, .punbb strong.GamePst2 {
padding-right: .7em;
display: inline-block !important;
width: auto !important;
cursor: pointer;
color: #22243a !important;
}
i.fas {display: block !important;
font-size:14px !important;
text-align: center;}
/*Замена cлова "Репутация" в Топике в Профиле*/
.post-author .pa-respect span a[href^="/respect.php?id="]{
font-size:0!important;
}
.pa-respect span.fld-name {
font-size: 0;
}
.post-author .pa-respect span>a[href^="/respect.php?id="]:before{
content: "\f004";
font-family: Font Awesome !important;
font-size: 14px !important;
}
.pa-posts .fld-name, .pa-respect .fld-name {
display: block
}
.pa-respect img, .pa-respect1 img {width: 7px}
.pa-respect {
line-height: 16px
}
.gid3 .pa-respect {
line-height: 25px
}
.fa-coins:before {
content: "\f51e";
}
.fa-edit:before {
content: "\f044";
}
.fa, .fas {
font-family: Font Awesome;
font-weight: 900;
}
.fa, .fas, .far, .fal, .fab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}Поделиться32021-11-28 12:21:56
/* CS1 Background and text colours
-------------------------------------------------------------*/
/* Фон форума */
html {
background: url(https://forumstatic.ru/files/001b/42/62/70266.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top center;
background-color: #807f81;
background-size: cover;
overflow-x: hidden !important;
}
/* Шапка */
#pun-title table {
background-image: url(https://forumstatic.ru/files/001b/42/62/92821.png);
background-repeat: repeat-x;
background-position: top left;
border: none;
width: 1100px;
height: 295px;
margin-left: -30px;
overflow-x: hidden;
margin-top: -110px;
}
/* Тело форума */
#pun {
width: 1100px;
background-color: transparent;
background-image: url(https://forumstatic.ru/files/001b/42/62/40466.jpg);
background-attachment: scroll;
background-repeat: repeat;
background-position: top center;}
.punbb {
padding: 0 30px!important;
width: 1100px;}
/* Футер */
#pun-about p.container {
background-image: url(https://forumstatic.ru/files/001b/42/62/98283.jpg);
margin: 0px 0px -100px -30px;
background-position: center left;
background-repeat: repeat-x;
width: 1100px;
height: 49px;
overflow-x: hidden;
padding-bottom: 120px;
}
/* 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 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: #1c1c1c;
font-weight: normal;
font-style: normal;
}
#pun-admain .adformal, #pun-admain .adcontainer
{border: none;
border-color: transparent;}
.punbb .main h1, #pun-debug h2, .punbb-admin #pun-admain h2 {
background-color: transparent;
color: #1c1c1c;
text-align: center;
font-style: normal;
font-family: yeseva one;
}
/* Цитата и выделить код */
.punbb .quote-box, .punbb .code-box {
background: url(https://forumstatic.ru/files/001b/42/62/78680.jpg) bottom no-repeat;
background-color: #cbcac6;
color: #1c1c1c;
border: 1px solid #b1b1b3;
}
/* Область для ввода текста в форме ответа и админке */
.punbb textarea, .punbb input {
background-color: #bebdbf;
color: #1c1c1c;
}
/* Тень и закругление */
.punbb .quote-box, .punbb .code-box, .punbb textarea, .punbb select {
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
.punbb input { border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
/* Фон окна наград и репутации */
#pun-popup_awards div, #pun-reputation div {
background: url(https://forumstatic.ru/files/001b/42/62/62577.jpg);
background-color: #bebdbf;
}
/* 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, #pun-navlinks a, #pun-ulinks a {color: #1d1d1d;
text-decoration: none;
}
/* CS2.2 */
.punbb a:focus, .punbb a:active, .punbb-admin #pun-admain .nodefault,
.punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active, #pun-ulinks a:focus, #pun-ulinks a:active {
color: #60637f;
transition-duration: 1s;
}
.punbb a:hover, #pun-navlinks a:hover, #pun-ulinks a:hover {
color: #60637f;
transition-duration: 1s;
text-decoration: none;
}
#pun-ulinks a {
font-size: 9px;
color: #1c1c1c;
font-weight: 500;
font-family: montserrat;
text-transform: lowercase;
transition-duration: 1s;
}
#pun-ulinks a:hover {
text-decoration: none;
color: #60637f;
transition-duration: 1s;
}
#pun-navlinks a {
transition-duration: 1s;
color: #313131;
}
#pun-navlinks a:focus, #pun-navlinks a:active {
color: #4e536a;
transition-duration: 1s;
}
#pun-navlinks a:hover {
color: #4e536a;
transition-duration: 1s;
}
/* CS3 Остальное
-------------------------------------------------------------*/
div.icon {
background: #c7c7c7;
height: 53px;
width: 8px;
border: 1px solid #b3b3b3;
margin-top: 5px !important;
margin-right: 5px !IMPORTANT;
}
tr.inew div.icon {
background: #60617f;
height: 53px;
width: 8px;
border: 1px solid #5e5f77;
margin-top: 5px !important;
margin-right: 5px !IMPORTANT;
}
#pun-viewforum TR.iclosed Div.icon, #pun-messages TR.iclosed Div.icon, #pun-searchtopics TR.iclosed Div.icon {
background: #616161;
border: 1px solid #505050;
height: 7px;
width: 7px;
border-radius: 100%;
margin-right: 8px !important;
}
#pun-viewforum TR.isticky Div.icon, #pun-messages TR.isticky Div.icon, #pun-searchtopics TR.isticky Div.icon {
background: #494c63;
border: 1px solid #646780;
height: 7px;
width: 7px;
border-radius: 100%;
margin-right: 8px !important;
}
#pun-viewforum table Div.icon, #pun-messages table Div.icon, #pun-searchtopics table Div.icon {
background: #bcbcbc;
border: 1px solid #ababa7;
height: 7px;
width: 7px;
border-radius: 100%;
margin-right: 8px !important;
}
#pun-viewforum TR.inew Div.icon, #pun-messages TR.inew Div.icon, #pun-searchtopics TR.inew Div.icon {
background: #717590;
border: 1px solid #646780;
height: 7px;
width: 7px;
border-radius: 100%;
margin-right: 8px !important;
}
/* CS3.2 Всё подряд*/
#pun-main div.catleft, #pun-main div.catright {display: none;}
#pun-main .post-author ul {text-align: center;}
ul.post-ul-Sp, .post-img-Sp {text-align:center;}
#pun th, #pun-main h2 {text-align: center}
#pun-navlinks .container, #pun-ulinks .container {text-align: center;}
.modlist {font-size: 95.05%;}
#pun-announcement .container {font-size: 101%; font-family: "Arial";}
.category h2 span{display: block;}
#pun-stats h2 span {visibility: visible;}
#pun td .modlist{display:none;}
.lastedit {display:none}
#pun-announcement h2 {display: none}
#pun-navlinks #navawards{display:none}
/*---Прокрутка---*/
::-webkit-scrollbar {
width: 9px;
height: 9px;
background-color: #bebfc1;
}
::-webkit-scrollbar-thumb {
background-color: #4b4e65;
border: 4px solid #bebfc1;
}
::selection {
background: #4b4e65 !important;
color: #bebfc1;
}
#pun-viewforum.punbb div.icon {
margin-top: 3px !important;
}
td.tcr a {
background-repeat: no-repeat;
background-position: left center;
font-family: yeseva one;
font-size: 11px;
font-weight: 500;
text-transform: uppercase;
color: #4c4c4c !important;
}
.category .container thead {display: none;}
.punbb .pa-avatar img {
max-width: 180px !important;
margin-bottom: 2px;
border: 5px solid #646782;
margin-top: 3px;
}
#counters A IMG{opacity:0.4; -moz-opacity:0.4; filter:alpha(opacity=30);}
#counters a:hover img {opacity:1.0; -moz-opacity:1.0;
filter:alpha(opacity=70); transition-duration: 2s;}
#font-area, #size-area, #color-area, #table-area, #smilies-area, #image-area, #imageup-area, #imageattach-area, #keyboard-area, #video-area, #addition-area {
position: absolute;
right: 6px;
top: 43px;
overflow-y: auto;
padding-top: 10px;
background-color: #bebdbf;
border: 1px solid #b5b4b6;
}
.punbb .post-content a, .punbb .post-content a:link {
font-weight: bold;
}
.pun-modal .modal-inner {
width: 700px;
max-width: 94%;
height: auto;
max-height: 44em;
margin: 12% auto 0;
position: relative;
z-index: 120000;
overflow: hidden;
background-color: #bebdbf;
border: 1px solid #b5b4b6;
}
/*** Заплатка для поля ответа ***/
textarea#main-reply {
width: 100%;
height: 100%;
height: 205px;
margin: 0 auto !important;
padding: 0.75em;
box-sizing: border-box;
overflow: auto; }
.button {
font-family: 'Montserrat' !important;
box-shadow: none;
border: 1px solid #868686;
background-color: #a4a3a280 !important;
font-size: 9px !important;
margin-top: 5px !important;
padding: 4px 15px 4px 15px !important;
text-decoration: none;
transition: all 0.5s ease-in-out 0s;
vertical-align: middle;
text-transform: uppercase;
font-weight: 500 !important;
}
#video-area-tinp, #image-area-tinp {
margin: .5em 0;
padding: .3em;
background-color: #bebdbf;
border: 1px solid #b5b4b6;
height: 70px;
}
#MyBookmarks {
display: none;
position: fixed;
z-index: 101;
left: 0;
top: 0;
right: 0;
height: 100%;
box-shadow: 0 0 20px rgba(0,0,0,.5);
width: 240px;
background-color: #bebdbf;
border: 1px solid #b5b4b6;
}
#BookmCntToggle.default-style {
background: #F7F7F7;
border-left: solid 5px currentColor;
box-shadow: 0 0 6px rgb(0 0 0 / 42%);
color: #646782 !important;
display: block;
height: 26px;
width: 21px;
}
#mask_dialog .inner {
cursor: default;
margin: 0;
width: 760px;
max-width: 99%;
max-height: 90%;
overflow-x: auto;
z-index: 100;
background-color: #bebdbf;
border: 1px solid #b5b4b6;
padding: 8px;
}
/*** ОТКЛЮЧЕНИЕ УЛУЧШЕННОГО АККАУНТА ***/
#pun-status .item4 {display:none;}
li.pa-ua {
margin-top: 0.7em;
display: none !important;
justify-content: center;
}
#MyBookmarks h2 {
margin: 10px 0 10px 0 !important;
}
.punbb .user-avatar .isonline {
width: 8px;
height: 8px;
border-radius: 50%;
display: block;
position: absolute;
top: 2px;
right: 1px !important;
animation: blinkColor .9s linear infinite;
-moz-animation: blinkColor .9s linear infinite;
-webkit-animation: blinkColor .9s linear infinite;
background: #68647f !important;
z-index: 100;
}
#pun-index .tcl h3 a {
position: relative;
display: inline-block;
color: #444444 !important;
}
.pa-posts, .pa-respect, .pa-fld3, .pa-fld4, .pa-respect1 {
display: inline-block;
text-transform: lowercase;
font-family: roboto;
font-size: 9px;
/* padding: 0px 10px 0px 10px !important; */
margin-top: 9px !important;
font-weight: 400;
width: 40px;
margin-bottom: 10px !important;
line-height: 28px;
}
#pun-viewforum .tcr {
background-color: transparent;
overflow: hidden;
text-align: left;
font-size: 10px;
font-weight: 500;
width: 25%;
font-family: 'Montserrat';
}
#navindex:before {
content:'// ';
}
.activees {
height: 46px;
width: 220px;
top: 188px;
display: flex;
justify-content: space-between;
margin-left: 0px !important;
position: absolute;
z-index: 100;
/* border: red 1px solid; */
}
.bpost {
height: 42px;
width: 42px;
top: 111px;
margin-left: 97px !important;
position: absolute;
z-index: 100;
/* border: red 1px solid; */
}
.btext {
height: 45px;
width: 324px;
top: 108px;
margin-left: 150px !important;
position: absolute;
text-align: justify;
line-height: 11px;
z-index: 100;
font-weight: 500;
padding-right: 5px;
text-transform: lowercase;
font-family: 'Montserrat';
font-size: 8px;
overflow-y: auto;
/* border: 1px solid red; */
}
.btext::-webkit-scrollbar {
width: 6px;
height: 6px;
background-color: #aaaaab3d;
}
.btext::-webkit-scrollbar-thumb {
background-color: #4d4f69;
border: 1px solid #bebfc138;
}
.activees2 {
height: 42px;
width: 146px;
top: 111px;
margin-left: 560px !important;
position: absolute;
z-index: 100;
display: flex;
justify-content: space-between;
/* border: red 1px solid; */
}
.navign {
height: 18px;
width: 820px;
top: 163px;
text-align: center;
margin-left: 109px !important;
position: absolute;
z-index: 100;
/* border: red 1px solid; */
}
.navign a {
font-family: 'Montserrat';
text-transform: uppercase;
font-size: 8px;
font-weight: 500;
color: #000 !IMPORTANT;
letter-spacing: 0.4px;
transition-duration: 1s;
}
.navign a:hover {
font-family: 'Montserrat';
text-transform: uppercase;
font-size: 8px;
font-weight: 500;
color: #3d3b54 !IMPORTANT;
letter-spacing: 0.4px;
transition-duration: 1s;
}
.bestep {
position: absolute;
width: 350px;
height: 44px;
top: 188px;
margin-left: 690px !important;
/* border: red 1px solid; */
}
.bepimg {
overflow: hidden;
position: relative;
}
.bestep img {
transition: all .3s cubic-bezier(.64,.51,.55,1.16) 0s;
opacity: .9;
}
.bestep a {
display: flex;
position: absolute;
color: #e4e4e4 !important;
text-transform: uppercase;
text-shadow: 1px 1px 1px #535169;
font-family: 'Yeseva One';
font-size: 10px;
letter-spacing: 1px;
line-height: 15px;
text-align: center;
justify-content: space-evenly;
width: 97%;
left: 10px;
height: 100%;
top: 0;
align-items: center;
transition: all .3s cubic-bezier(.64,.51,.55,1.16) 0s !important;
}
.onlinecr {
position: absolute;
top: 188px;
margin-left: 240px !important;
width: 408px;
height: 32px;
line-height: 10px;
background: #dcdcdc85;
border: 1px solid #a8abab;
font-family: 'Montserrat';
font-size: 8px;
padding: 5px 10px 5px 10px;
font-weight: 500;
text-align: justify;
letter-spacing: 0.2px;
text-transform: lowercase;
/* border: 1px solid red; */
text-shadow: 0px 0px 1px #a5a7a4;
}
.onlinecr r {
color: #4e516c;
font-family: 'Yeseva One';
text-transform: uppercase;
font-style: italic;
font-size: 10px;
}
.opsfor {
font-family: 'Montserrat';
text-transform: uppercase;
font-size: 10px;
color: #000;
border: 1px solid #b3b3b3;
padding: 6px 10px 14px 10px;
background: url(https://forumstatic.ru/files/001b/42/62/49733.jpg) bottom;
}
.podfor a {
color: #efe8e8 !important;
text-transform: uppercase;
background: #68647f;
font-family: 'Montserrat';
font-size: 8px;
letter-spacing: 0.6px;
margin: 0px 5px !important;
padding: 2px 4px 2px 4px;
transition-duration: 1s;
}
.podfor {
margin: -9px 10px 0 0 !important;
text-align: right;
}
.podfor a:hover {
color: #efe8e8 !important;
text-transform: uppercase;
background: #85868e;
font-family: 'Montserrat';
font-size: 8px;
letter-spacing: 0.6px;
margin: 0px 5px !important;
padding: 2px 4px 2px 4px;
transition-duration: 1s;
}
span.lastpost {
font-family: 'montserrat' !important;
font-size: 11px;
color: #3e3734;
text-transform: lowercase;
}
span.lastpost::before {
content: "последний комментарий: ";
}
#pun-viewforum .tclcon, #pun-messages .tclcon, #pun-searchtopics .tclcon {
color: #000;
font-family: 'Montserrat';
text-transform: lowercase;
font-weight: 500;
font-size: 11px;
}
#pun-viewforum .tclcon a, #pun-messages .tclcon a, #pun-searchtopics .tclcon a {
font-family: 'Yeseva One';
font-size: 11px;
text-transform: uppercase;
}
#pun-viewforum td.tcr a, #pun-messages td.tcr a, #pun-searchtopics td.tcr a {
font-family: montserrat;
font-size: 11px;
font-weight: 500;
text-transform: none;
}
#pun-viewforum span.byuser, #pun-messages span.byuser, #pun-searchtopics span.byuser {
font-family: montserrat;
font-size: 11px;
font-weight: 500;
text-transform: none;
}
.activees3 {
height: 42px;
width: 146px;
top: 111px;
margin-left: 894px !important;
position: absolute;
z-index: 100;
display: flex;
justify-content: space-between;
/* border: red 1px solid; */
}
.actzag {
position: absolute;
top: 114px;
margin-left: 720px !important;
width: 158px;
height: 12px;
color: #3e4352;
font-family: 'Yeseva One';
font-size: 11px;
text-align: center;
font-weight: 500;
letter-spacing: 0.6px;
text-transform: uppercase;
text-shadow: 0px 0px 1px #9a9a9a;
/* border: red 1px solid; */
}
.actzag2 {
position: absolute;
top: 134px;
margin-left: 720px !important;
width: 158px;
height: 12px;
color: #3e4352;
font-family: 'Yeseva One';
font-size: 11px;
text-align: center;
font-weight: 500;
letter-spacing: 0.6px;
text-transform: uppercase;
text-shadow: 0px 0px 1px #9a9a9a;
}
.bpzag {
position: absolute;
top: 114px;
margin-left: 0px !important;
width: 100px;
height: 32px;
color: #3e4352;
font-family: 'Yeseva One';
font-size: 11px;
text-align: left;
line-height: 17px;
font-weight: 500;
letter-spacing: 0.6px;
text-transform: uppercase;
text-shadow: 0px 0px 1px #868484;
/* border: red 1px solid; */
}
.pa-fld2 {
position: absolute;
text-align: center;
background-color: #646782;
font-size: 9px;
height: 13px;
letter-spacing: 0.4px;
font-weight: 500;
color: #dcdcdc;
margin: -20px 30px 0px 5px !important;
width: 190px;
text-transform: uppercase;
font-family: 'Yeseva One';
}
.lznam {
margin: 0px 5px !important;
background: #646782;
}
.lznam a {
display: block;
font-family: 'Yeseva One';
text-transform: uppercase;
font-size: 11px !important;
color: #d8d8d8 !important;
padding: 2px 0 0 0;
letter-spacing: 0.5px;
}
.post-author:after {
content: url(https://forumstatic.ru/files/001b/42/62/69650.png?v=1);
/* z-index: -1; */
position: absolute;
margin-top: -48px;
margin-left: 170px;
}
.lz {
background: url(https://forumstatic.ru/files/001b/42/62/51853.jpg);
margin: 5px 5px 4px 5px !IMPORTANT;
background-size: cover;
color: #e3e4e4;
padding: 3px 8px 5px 8px;
text-align: justify;
}
.lz a {
color: #c8cae4 !important;
font-style: italic;
font-weight: 600;
}
.category h2 span {
display: block;
background: url(https://forumstatic.ru/files/001b/42/62/66645.jpg) no-repeat;
width: 1100px;
height: 26px;
margin: 0px 0px 0px -30px !important;
padding: 5px 0 0 0;
color: #444 !important;
font-size: 15px;
letter-spacing: 0.6px;
text-shadow: 1px 1px #d2d0d157;
}
#pun-stats h2 span {
visibility: visible;
text-align: center;
display: block;
font-size: 17px;
letter-spacing: 0.6px;
color: #545069;
}
#banners_bottom {
position: absolute;
width: 1099px;
height: 52px;
margin-top: 56px;
margin-left: -30px !important;
/* border: 1px solid red; */
}
#banners_bottom div {
overflow-y: auto;
padding-right: 5px;
height: 32px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#banners_bottom img:hover {
mix-blend-mode: normal;
filter: none;
}
#banners_bottom img {
mix-blend-mode: luminosity;
filter: grayscale(100%) opacity(50%);
transition: all .6s ease-in-out 0s;
}
.obnovos {
text-align: center;
}
.obnovos a {
display: inline-block;
background: #646782;
font-family: 'Yeseva One';
color: #e0e0e0 !important;
padding: 6px 10px 5px 10px;
text-transform: uppercase;
font-size: 9px;
border: 1px solid #a3a8a6;
letter-spacing: 1px;
text-shadow: 1px 1px #0000002e, 0px 0px 5px #ffffff42;
transition-duration: 1s;
margin: 0px 4px !important;
}
.obnovos a:hover {
display: inline-block;
background: #42403f;
font-family: 'Yeseva One';
color: #e0e0e0 !important;
padding: 6px 10px 5px 10px;
text-transform: uppercase;
font-size: 9px;
border: 1px solid #a3a8a6;
letter-spacing: 1px;
text-shadow: 1px 1px #0000002e, 0px 0px 5px #ffffff42;
transition-duration: 1s;
margin: 0px 4px !important;
}
#wrapper {
left: -10px;
position: relative;
width: 650px;
}
.tabs{height:22px;line-height:21px;margin:0 0 3px;list-style:none;}
.tabs li{float:left;cursor:pointer;}
.tabs li a {
background: #56587b no-repeat scroll 0 0/cover;
color: #dbd7d0;
display: block;
margin-bottom: -1px;
padding: 0 5px 1px;
position: relative;
font-family: 'Montserrat';
text-align: center;
text-decoration: none;
font-weight: 500;
text-transform: uppercase;
font-size: 8px;
width: 68px;
border: 1px solid #00000042!important;
}
.tabs li a:hover{color:#6b4f75;background: #d1cfd0 no-repeat scroll 0-22.1px/cover;text-decoration:none;}
.tabs li.active a {
color: #f7f4f1;
border: medium hidden;
background-position: 0 -43.2px;
}
.tabs li.active a:hover{color:#321d44;}
#smilies-area div[class^="t-"]:not(.t-0) {
display: none;
width: 500px;
margin: -9px;
padding: 9px;
overflow: hidden;
overflow-y: auto;
max-height: 260px;
}
#smilies-area, #video-area, #spoiler-area {
width: 650px !important;
}
#smilies-area div[class^="t-"]:not(.t-0) {
display: none;
width: 500px;
margin: -9px;
padding: 9px;
overflow: hidden;
overflow-y: auto;
max-height: 260px;
}
#font-area {
width: 140px;
overflow-y: scroll!important;
max-height: 250px;
}
.pa-fld5 {
margin: -20px 0 10px -5px !important;
}Поделиться42021-11-28 12:22:11
<!-- Cчётчик Игровых постов, стили -->
<script type="text/javascript">
/***************************
Настройки!
***************************/
FORUM._NUMpa_fld = 4; // Номер.Доп.поля,
FORUM._color_fld = "#22243a"; // Цвет шрифта cчётчика,
FORUM.includeFirstPost = 0; // 0 - не учитывать,1 - учитывать Первопост автора в игровых темах,
FORUM.AddOrSlash = 0; // 0 - Поле отдельно, 1 - через слешь c общ. числом сообщений,
FORUM.Number_winners = [7,[20,13]]; // Начальное Число отображаемых юзеров в таблице и список форумов показа;
FORUM.Subscription_Code = "0f3408de075781bf95267dbe9f827eecd23fcffe"; //Код подписки;/выдаётся на этапе теста/
/**** НАСТРОЙКА Игровых локаций ****/
function ad_ (){/*!~!FORUM.ForArrAy = {
//Форум //Темы (включаемые, или исключаемые)
f8 : -[0], // Фандом
f9 : -[0], // Межфандом
f10 : -[0] // Альтернатива //Последний элемент без запятой!
}
!~!*/}ad_ = ad_.toString().split('!~!')[1];
</script>
<script type="text/javascript" src="https://forumstatic.ru/files/0013/44/56/77707.js"></script>
<style>#pre_placement>a {/*right: -16px!important;*/}.punbb span.GamePst{padding: 0!important;}#profile-right strong.GamePst2{ color: #000!important }</style>
<!--//END Cчётчик Игровых постов © Deff-->
<style type="text/css">
@font-face {
font-family: 'aquarelle';
src: url('https://forumstatic.ru/files/001b/12/79/27959.eot?v=1') format('eot'),
url('https://forumstatic.ru/files/001b/12/79/69608.woff?v=1') format('woff'),
url('https://forumstatic.ru/files/001b/12/79/98338.ttf?v=1') format('truetype'),
url('https://forumstatic.ru/files/001b/12/79/57761.svg?v=1#svgFontName') format('svg');
font-weight: normal;
font-style: normal;
}
</style>
<style type="text/css">
@font-face {
font-family: 'cyrillicbrush';
src: url('https://forumstatic.ru/files/001b/12/79/78871.eot?v=1') format('eot'),
url('https://forumstatic.ru/files/001b/12/79/36491.woff?v=1') format('woff'),
url('https://forumstatic.ru/files/001b/12/79/54152.ttf?v=1') format('truetype'),
url('https://forumstatic.ru/files/001b/12/79/85359.svg?v=1#svgFontName') format('svg');
font-weight: normal;
font-style: normal;
}
</style>
<style type="text/css">
@font-face {
font-family: 'capture';
src: url('https://forumstatic.ru/files/001b/12/79/98288.eot?v=1') format('eot'),
url('https://forumstatic.ru/files/001b/12/79/98402.woff?v=1') format('woff'),
url('https://forumstatic.ru/files/001b/12/79/64625.ttf?v=1') format('truetype'),
url('https://forumstatic.ru/files/001b/12/79/73713.svg?v=1#svgFontName') format('svg');
font-weight: normal;
font-style: normal;
}
</style>
<style type="text/css">
@font-face {
font-family: 'bodoni';
src: url('https://forumstatic.ru/files/001b/12/79/16732.eot?v=1') format('eot'),
url('https://forumstatic.ru/files/001b/12/79/63409.woff?v=1') format('woff'),
url('https://forumstatic.ru/files/001b/12/79/46146.ttf?v=1') format('truetype'),
url('https://forumstatic.ru/files/001b/12/79/65495.svg?v=1#svgFontName') format('svg');
font-weight: normal;
font-style: normal;
}
</style>
<!------------ КОНЕЦ ------------>
<!------------ ПРОФИЛАКТИКА ------------>
<div id="pircs2"><!-- std.v.1/0/profilaktika --><link rel="stylesheet" type="text/css" href="http://hostjs-mybb2011.narod.ru/css/profilaktika.css" /><div id="msg-n2">У Вас отключён javascript.<br>В данном режиме, отображение ресурса<br/>браузером не поддерживается <br/></div><div id="LogIn_Window" style="display:none"><center>Всем спокойствие!<br/> Мы тут немножко обновляемся.<br/><br/>Будем через часик<br/> =)<br/> Ушли на профу.<br/> Ждите</center><br/> С уважением<center>Администрация форума.</center><br/><hr><br/><br/></div></div><!-- --><script type="text/javascript">
var ON_button=0; //Cвитч включения: 1 - включено!; 0 - выключено
var moderDostyp_ON=0; //?Модер-доступ включён?: 1 - включен!; 0 - выключен
if(ON_button!=1||GroupID ==1||moderDostyp_ON*GroupID==2){
$("style.#style_st,div.#pircs2").replaceWith("");}
else {$("#msg-n2").replaceWith("");
if(GroupID ==3) {$("#LogIn_Window").show();if(document.URL.indexOf("/login.php")==-1){
document.location.href = "../login.php"}else {
$(document).ready(function(){$("form#login").appendTo("#LogIn_Window");
$("#LogIn_Window").find("p.formsubmit a[href*='register.php']").text("");
var v=$("#LogIn_Window").find("p.formsubmit a[href*='action=forget']");
v.replaceWith("<span>Вход только для Администраторов</span>");});};}
else {document.location.href = "../login.php?action=out&id="+UserID};}
</script><!--end/profilaktika-->
<!------------ КОНЕЦ ------------>
<!------------ УБРАТЬ ПОЖАЛОВАТЬСЯ ------------>
<script type="text/javascript">
RusffCore.sets.show_reportBtn = 0;
</script>
<!------------ КОНЕЦ ------------>
<!------------ ВЫДЕЛИТЬ КОД ------------>
<!--выделить код. Alex_63 new.2019-->
<script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/26102.js"></script>
<script>eval(select_text.toString().replace(/\}$/,'try{document.execCommand("copy")}catch(e){}}'))</script>
<script type="text/javascript">select_text.linkText = 'выделить [копируется сразу]' //текст ссылки</script>
<!-- конец -->
<!------------ КОНЕЦ ------------>
<!-- Пиар-вход v.2 -->
<script src="https://forumstatic.ru/files/0015/c4/3f/26781.js"></script>
<script type="text/javascript">
PR.nick = 'спамер'; //Ник PR-аккаунта
PR.pass = '1111'; //Пароль PR-аккаунта
PR.btn_text = 'пиар'; //Надпись на кнопке PR-входа(или ссылка на картинку);
PR.set();</script>
<!--Запрет перехода на первую страницу При удалении Тем и сообщений -->
<script type="text/javascript" src="https://forumstatic.ru/files/0010/b4/f8/33839.js"></script>
<!------------ КОНЕЦ ------------>
<!------------ МАСКА ------------>
<script src="https://forumstatic.ru/files/0017/95/29/89289.js"></script>
<script>
hvScriptSet.addMask({
guestAccess: ['Фандом', 'Межфандом', 'Альтернатива', 'Флуд', 'Завершенные эпизоды'],
forumAccessExtended: {
'Фандом': ['Администраторы', 'Модераторы', 'игроки'],
'Межфандом': ['Администраторы', 'Модераторы', 'игроки'],
'Альтернатива': ['Администраторы', 'Модераторы', 'игроки'],
'Флуд': ['Администраторы', 'Модераторы', 'игроки'],
'Завершенные эпизоды': ['Администраторы', 'Модераторы', 'игроки']
},
changeList: {
'pafld1': {
title: 'Лз',
description: 'Личное звание',
tag: 'lz',
class: 'pa-fld1',
defaultCode: '<div class="lznam"><a href="ссылка на анкету">имя фамилия на русском</a></div><div class="lz">текст-описание вашего персонажа/цитата и то, что посчитаете нужным указать</div>',
type: 'html'
}
},
userFields: ['pa-author', 'pa-fld2', 'pa-title', 'pa-avatar', 'pa-fld1', 'pa-fld4', 'pa-fld3', 'pa-posts', 'pa-respect', 'pa-online', 'pa-awards']
});
</script>
<!------------ КОНЕЦ ------------>
<div class="bpzag">best post of the week
</div>
<div class="actzag2">
« writers of the week
</div>
<div class="actzag">
activists of the week »
</div>
<div class="activees3">
<a href="https://onlineroleplay.rusff.me/profile.php?id=8" target="_blank"><img src="https://upforme.ru/uploads/001b/1a/5a/29/826343.png" width="41" border="0" height="41" title="активист — даф"></a>
<a href="https://onlineroleplay.rusff.me/profile.php?id=42" target="_blank"><img src="https://upforme.ru/uploads/001b/1a/5a/29/183610.png" width="41" border="0" height="41" title="активист — нил"></a>
<a href="https://onlineroleplay.rusff.me/profile.php?id=29" target="_blank"><img src="https://upforme.ru/uploads/001b/1a/5a/29/372414.png" width="41" border="0" height="41" title="активист — пэнси"></a>
</div>
<div class="onlinecr"><r>мы</r> пришли сюда делать то, что нам нравится больше всего. встречать новых людей, впускать их в свой мир и делиться с ними своими идеями, эмоциями и переживаниями. мы принесли с собой песок, чтобы творить. теперь это и твоя песочница</div>
<div class="bestep">
<div class="bepimg"><div><img src="https://forumstatic.ru/files/001b/42/62/70293.jpg" title="лучший эпизод"></div>
<a href="https://onlineroleplay.rusff.me/viewtopic.php?id=426#p26364">[ИГРЫ ПОНЕВОЛЕ]</a>
</div></div>
<div class="navign">
<a href="http://onlineroleplay.rusff.me/viewtopic.php?id=7">нужные персонажи</a> —
<a href="http://onlineroleplay.rusff.me/viewtopic.php?id=5#p5">хочу к вам</a> —
<a href="http://onlineroleplay.rusff.me/viewtopic.php?id=2#p2">гостевая книга</a> —
<a href="http://onlineroleplay.rusff.me/viewtopic.php?id=4#p4">список ролей</a> —
<a href="http://onlineroleplay.rusff.me/viewtopic.php?id=6#p6">правила проекта</a> —
<a href="http://onlineroleplay.rusff.me/viewtopic.php?id=14#p15">вопросы к амс</a> —
<a href="http://onlineroleplay.rusff.me/viewtopic.php?id=15">отсутствие</a>
</div>
<div class="activees2">
<a href="https://onlineroleplay.rusff.me/profile.php?id=114" target="_blank"><img src="https://upforme.ru/uploads/001b/1a/5a/29/24622.png" width="41" border="0" height="41" title="постописец — маркус"></a>
<a href="https://onlineroleplay.rusff.me/profile.php?id=123" target="_blank"><img src="https://upforme.ru/uploads/001b/1a/5a/29/586835.png" width="41" border="0" height="41" title="постописец — дилюк"></a>
<a href="https://onlineroleplay.rusff.me/profile.php?id=135" target="_blank"><img src="https://upforme.ru/uploads/001b/1a/5a/29/214892.png" width="41" border="0" height="41" title="постописец — кэвин"></a>
</div>
<div class="btext">
лондон всё тот же - серый, мокрый и абсолютно холодный. гермиона натягивает рукава вязаного кардигана ниже, чтобы спрятаться в нём полностью. это не помогает: её всё ещё потрясывает от каждого дуновения ветра, поэтому грейнджер как можно скорее семенит своими короткими ножками. она не планировала возвращаться так скоро, но однажды ей пришло письмо от чжоу и... и у гермионы просто не было выбора.
</div>
<div class="bpost">
<a href="https://onlineroleplay.rusff.me/viewtopic.php?id=450#p27532" target="_blank"><img src="https://upforme.ru/uploads/001b/1a/5a/29/42667.png" width="41" border="0" height="41" title="гермиона"></a>
</div>
<div class="activees">
<a href="http://onlineroleplay.rusff.me/viewtopic.php?id=7#p7180" target="_blank"><img src="https://upforme.ru/uploads/001b/1a/5a/29/725957.png" width="44" border="0" height="44" title="tracey davis"></a>
<a href="http://onlineroleplay.rusff.me/viewtopic.php?id=7#p3182" target="_blank"><img src="https://upforme.ru/uploads/001b/1a/5a/29/216951.png" width="44" border="0" height="44" title="terry boot"></a>
<a href="http://onlineroleplay.rusff.me/viewtopic.php?id=7#p7461" target="_blank"><img src="https://upforme.ru/uploads/001b/1a/5a/29/880385.png" width="44" border="0" height="44" title="hannah abbott"></a>
<a href="http://onlineroleplay.rusff.me/viewtopic.php?id=7#p7461" target="_blank"><img src="https://upforme.ru/uploads/001b/1a/5a/29/73517.png" width="44" border="0" height="44" title="cho chang"></a>
</div>
<!---------------------------- Быстрая смена аккаунта ---------------------------->
<script type="text/javascript">
New_EXiT = 'https://forumstatic.ru/files/001b/1a/5a/47974.png'; //Дополнительная Иконка выход;
</script>
<script data="34344a" src="https://forumstatic.ru/files/0014/cc/0a/93129.js"></script>
<link rel="stylesheet" href="https://forumstatic.ru/files/001b/1a/5a/95337.css">Поделиться52021-11-28 12:22:23
<!-- Анти-в-строчку для Сообщений и Репутации © deff -->
<script type="text/javascript">
function changeS(sc,ch,st){$(sc).parent().each(function(){$(this).html($(this).html().replace(ch,st));});}
changeS('.pa-respect','<span>+','<span>');
changeS('.pa-posts','Сообщений:','<i class="fas fa-envelope" title="Сообщений"></i>');
changeS('.pa-fld3','На счету:','<i class="fas fa-coins" title="На счету"></i>');
changeS('.pa-fld4','Постов:','<i class="fas fa-edit" title="Постов"></i>');
changeS('.pa-respect','Уважение:','<i class="fas fa-heart" title="Репутация"></i>');
</script>
<!--кнопки вверх вниз-->
<div class="go-up" id='ToTop'></div>
<div class="go-down" id='OnBottom'></div>
<style>
.go-up, .go-down {
display: none;
position: fixed;
margin-left: 1090px;
z-index: 1;
cursor: pointer;
margin-bottom: 40px;
}
.go-up {
bottom:280px; /*положение от низа окна браузера верхняя кнопка*/
}
.go-down {
bottom:250px; /*положение от низа окна браузера нижняя кнопка кнопка*/
}
.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>
<!-- Перенос Колонок тем и сообщений под Описание Форума / Deff, Alex_63 -->
<script type="text/javascript">
(function(){
$.catch = function(a,f){$(function(){var t,i=0;function s(){i++;if(i>120)return;t=setTimeout(function(){if(!$(a).length){s();return};f()},100);}s();});}
function appendTopicS(){
$('.category td.tcl .tclcon,#f-subforums td.tcl .tclcon').each(function() {
var L=$(this).parents('tr:first');
var str='<br><div class="Add"><div class="Tems_And_messages"><span class="right">'+L.find('td.tc2').text()+'</span> тем, <span class="right">'+L.find('td.tc3').text()+'</span> сообщений</div>\
</div>';$(str).appendTo(this);
});
}
if($('#pun-index').length){appendTopicS ();}
if($('#pun-viewforum').length){
var summ=$('.main table[summary]').attr('summary').split(': ')[1].substr(0,1);
if(summ=='#'||summ==String.fromCharCode(173))$.catch('#f-subforums',function(){appendTopicS()});
}
}());
</script>
<div class="container"><!------------ СКРИПТ ЗАМЕНЫ ------------>
<script>
function UniverСhange(selektor,changed,substitute){
$(selektor).each(function(){if ($(this).parent().html()!=null){if($(this).parent().html().indexOf(changed)!=-1){
$(this).parent().html($(this).parent().html().replace(changed,substitute));};};});}
UniverСhange("li#navindex","Форум","Лента");
UniverСhange("li#navuserlist","Участники","Найти друзей");
UniverСhange("li#navsearch","Поиск","Поиск");
UniverСhange("li#navprofile","Профиль","Моя страница");
UniverСhange("li#navpm","Сообщения","Мессенджер");
UniverСhange("li#navadmin","Администрирование","Амс");
UniverСhange("li#navlogout","Выход","Уходишь?");
UniverСhange("li#navlogin","Войти","Уже подписан?");
UniverСhange("li#navregister","Регистрация","Подписаться");
UniverСhange("#pun-stats li.item1","Всего тем","Блогов");
UniverСhange("#pun-stats li.item2","Всего сообщений","Комментариев");
UniverСhange("#pun-stats li.item3","Зарегистрированных пользователей","Подписчики");
UniverСhange("#pun-stats li.item4","Последним зарегистрировался","Последний подписчик");
UniverСhange("li#onlinelist","Активны","Онлайн");
UniverСhange("li#onlinelist","Посетили за сутки","Просмотрено");
</script>
<!--Всплывающие Подсказки при наведении-->
<style>
#tooltip {
position: absolute;
background: #51526d;
z-index: 9999;
max-width: 180px;
border: none;
border-radius: 2px;
box-shadow: 0 0 1px 1px rgba(0,0,0,.1);
font-family: yeseva one; /* шрифт */
font-size: 11px; /* размер текста */
display: none;
color: #ddddde; /* цвет текста */
text-align: center;
padding: 5px;
letter-spacing: 1px;
font-weight: lighter;
text-shadow: 0px 0px 1px #041a1f
}
</style>
<script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/26671.js"></script>
<!--//End//-Всплывающие Подсказки при наведении-->
<style><!-- Вставить картинку -->
#button-mybb {background-image:url(https://forumstatic.ru/files/001b/12/79/70480.png); padding:0; line-height:0; background-position:center; background-repeat:no-repeat; height:26px; width:100%}
</style>
<script type="text/javascript">
if(form=document.getElementById("form-buttons"))
form.getElementsByTagName("tr")[0].insertCell(12).innerHTML="<img src='https://forumstatic.ru/files/001b/12/79/70480.png' id='button-mybb' onclick=\"bbcode('[img]', '[/img]');\"/>"
</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>
<!------------ КОНЕЦ ------------>
<!-- ЧТОБЫ НЕ ПРОПАДАЛИ ПОСТЫ V.3 -->
<script type="text/javascript" src="https://forumstatic.ru/files/0011/da/9b/24232.js"></script>
<!------------ КОНЕЦ ------------>
<!------------ ЗАПЯТАЯ ПОСЛЕ НИКА ------------>
<script type="text/javascript">
function to(username)
{insert('[b]' + username + '[/b]' + ', ');}
</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>
<!------------ КОНЕЦ ------------>
<!-- Регулировка размера шрифта в постах © Alex_63 -->
<style>
.FNTslider {
border-radius: 4px;
position: relative;
z-index: 1000;
background: #d1d1d1;
width: 110px;
height: 3px;
margin: 3px 5px;
border: solid 1px #acacaf;
float: right;
margin-right: 7%;
}
.FNTslider .before {
height: 3px;
border: solid 1px #acacaf;
border-right: none 0;
position: absolute;
background: #646782;
margin-top: -1px;
}
.FNTslider .thumb {
width: 5px;
height: 7px;
position: relative;
top: -3px;
border-radius: 2px;
background: #646782;
cursor: pointer;
border: 1px solid #60627b;
}
</style>
<script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/31001.js"></script>
<!------------ КОНЕЦ ------------>
<!-- Разделение тем: "Важные темы" и "Темы форума" // © Alex_63 -->
<style>
#pun-main .forum table{ table-layout: auto;}
td.td-divider {
padding: 2px 10px !important;
}
#pun-main tr.tr-divider {
background-color: #3e37341a !important;
padding: 2px 10px !important;
font-family: 'bodoni';
text-transform: uppercase;
color: #3e3734 !important;
}
</style>
<script type="text/javascript">if($('#pun-viewforum').length){$('tr[class$="isticky"]:first').before('<tr class="tr-divider imp"><td class="td-divider" colspan="4">Важные темы</td></tr>');$('tr[class$="isticky"]:last').next('tr').before('<tr class="tr-divider st"><td class="td-divider" colspan="4">Темы форума</td></tr>');$('.stickytext').remove()}</script>
<!-- //End//-Разделение тем -->
<!------------ АБЗАЦ ------------>
<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">
RusffCore.sets.share = false;
</script>
<!------------ КОНЕЦ ------------>
<!------------ УБРАТЬ ЭТО ИНТЕРЕСНО ------------>
<script type="text/javascript">
rusffLive.enable = false;
</script>
<!------------ КОНЕЦ ------------>
<!------------ ШРИФТЫ ------------>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Alegreya+SC&family=Alegreya+Sans&family=Alegreya+Sans+SC&family=Alice&family=Amatic+SC&family=Arimo&family=Bad+Script&family=Balsamiq+Sans&family=Bitter&family=Caveat&family=Comfortaa&family=Cormorant&family=Cormorant+Garamond&family=Cormorant+Infant&family=Cormorant+SC&family=Cormorant+Unicase&family=Cuprum&family=Didact+Gothic&family=EB+Garamond&family=El+Messiri&family=Fira+Sans&family=Istok+Web&family=Lobster&family=Lora&family=Marck+Script&family=Montserrat&family=Montserrat+Alternates&family=Neucha&family=Noto+Sans&family=Noto+Serif&family=Open+Sans&family=Open+Sans+Condensed:wght@300&family=Oranienbaum&family=Oswald&family=Pacifico&family=Pattaya&family=Philosopher&family=Playfair+Display&family=Playfair+Display+SC&family=Poiret+One&family=Roboto&family=Roboto+Condensed&family=Roboto+Mono&family=Roboto+Slab&family=Rubik&family=Rubik+Mono+One&family=Russo+One&family=Source+Serif+Pro&family=Tinos&family=Ubuntu&family=Viaoda+Libre&family=Yanone+Kaffeesatz&family=Yeseva+One&display=swap" rel="stylesheet">
<script type="text/javascript">
if (document.URL.indexOf("viewtopic") != -1) {
var ft; var i; var ft_f; var j = "";
ft = document.getElementById("font-area");
var ft_f = new Array();
ft_f.push('Alegreya Sans');
ft_f.push('Alegreya Sans SC');
ft_f.push('Alegreya SC');
ft_f.push('Alice');
ft_f.push('Amatic SC');
ft_f.push('Arimo');
ft_f.push('Bad Script');
ft_f.push('Balsamiq Sans');
ft_f.push('Bitter');
ft_f.push('Caveat');
ft_f.push('Comfortaa');
ft_f.push('Cormorant');
ft_f.push('Cormorant Garamond');
ft_f.push('Cormorant Infant');
ft_f.push('Cormorant SC');
ft_f.push('Cormorant Unicase');
ft_f.push('Cuprum');
ft_f.push('Didact Gothic');
ft_f.push('EB Garamond');
ft_f.push('El Messiri');
ft_f.push('Fira Sans');
ft_f.push('Istok Web');
ft_f.push('Lobster');
ft_f.push('Lora');
ft_f.push('Marck Script');
ft_f.push('Montserrat');
ft_f.push('Montserrat Alternates');
ft_f.push('Neucha');
ft_f.push('Noto Sans');
ft_f.push('Noto Serif');
ft_f.push('Open Sans');
ft_f.push('Open Sans Condensed');
ft_f.push('Oranienbaum');
ft_f.push('Oswald');
ft_f.push('Pacifico');
ft_f.push('Pattaya');
ft_f.push('Philosopher');
ft_f.push('Playfair Display');
ft_f.push('Playfair Display SC');
ft_f.push('Poiret One');
ft_f.push('Roboto');
ft_f.push('Roboto Condensed');
ft_f.push('Roboto Mono');
ft_f.push('Roboto Slab');
ft_f.push('Rubik');
ft_f.push('Rubik Mono One');
ft_f.push('Russo One');
ft_f.push('Source Serif Pro');
ft_f.push('Tinos');
ft_f.push('Ubuntu');
ft_f.push('Viaoda Libre');
ft_f.push('Yanone Kaffeesatz');
ft_f.push('Yeseva One');
ft_f.push('aquarelle');
ft_f.push('cyrillicbrush');
ft_f.push('capture');
ft_f.push('bodoni');
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>
<!------------ КОНЕЦ ------------>
<!------------ ПАРТНЕРСТВО ------------>
<div id="banners_bottom"><div>
<a href="http://crossreturns.rusff.me" target="_blank"><img src="https://forumstatic.ru/files/001b/19/fc/41731.jpg" title="wonderlandcross" border="0" width="88" height="31"></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="https://rockland.rusff.me/" target="_blank"><img src="https://i.ibb.co/Xbd2NbJ/2.png" alt="Rockland" /></a><a href='https://nolf.rusff.me/' target='blank' title="ФРПГ No One Lives Forever"><img src="https://forumstatic.ru/files/0015/1e/ae/53243.gif" border="0" width="88" height="31" ></a><a href="http://magia.rusff.me/" target="_blank"><img src="https://upforme.ru/uploads/001a/ec/40/2/438330.png" title="MAGIA" border="0" width="88" height="31"></a><a href="https://yourbalance.rusff.me/" title="балансируем на грани возможного" target="_blank"><img src="https://upforme.ru/uploads/001a/ff/52/5/201398.png" width="88" height="31" border="0"></a><a href="https://tvddownwardspiral.rusff.me/" title="tvd&other: the downward spiral" target="_blank"><img src="https://i.ibb.co/XX0jbyZ/image.gif" alt="tvd&other: the downward spiral"></a><a href="http://repatriates.rusff.me" target="_blank"> <img src="https://i.imgur.com/I0KHMlq.gif" title="что есть — душа?" border="0" alt="ARTIFICIAL"></a><a target="_blank" href="http://cruciatuscurse.rusff.me/" title=" Daily Prophet: Fear of the Dark"><img src="https://i.imgur.com/WBcovOm.jpg" border="0"></a><a href="http://lgchronicles.f-rpg.me/" ><img src="https://i.imgur.com/FWg4iAk.gif"></a><a target="_blank" href="http://stigma.rusff.me" title="pathologia"><img src="https://forumstatic.ru/files/001b/15/80/10517.gif" border="0"></a><a href="https://timess.rusff.me/" target="_blank"><img src='https://i.imgur.com/AnTxxoE.png' title="time§quare" /></a><a href="http://insideout.mybb.ru/" target=_blank><img src="https://i.imgur.com/emfYusS.gif" title="Inside Out"></a><a href="http://dclub.nc-21.ru/" title="DClub: зона комфорта"><img src="http://s7.uploads.ru/P24HU.gif"></a><a href="http://sideffect.rusff.me/"><img src="https://i.imgur.com/XdGEDvu.png" title="seoul // real life"></a><a href="http://itisanewworld.rusff.me/"><img title="Mystery Book" src="https://i.imgur.com/8urfbim.png" border="0"/></a><a href="http://noname.rolbb.ru" title="NO NAME - no problem" target="_blank"><img src="https://forumstatic.ru/files/0019/d7/11/12054.gif"></a><a href="https://darkness.rolfor.me/" title="Marauders: Deep Into Darkness" target=_blank><img src="https://forumstatic.ru/files/001b/02/f2/80712.gif"></a><a href="http://betwixtcrossover.f-rpg.me/" target="_blank"><img src="https://forumstatic.ru/files/001a/7b/c9/29090.png" title="things betwixt"></a><a href="https://grisha.rusff.me/" title="The Grishaverse"><img src="https://upforme.ru/uploads/001b/19/fa/5/435855.gif"></a><a href="http://shakalcross.ru/" target="_blank"><img src="https://i.imgur.com/GsFSAxz.png" alt="shakalcross"></a><a href="http://sab.rusff.me/" target="_blank"><img src='https://forumstatic.ru/files/001b/28/06/73532.png' title="Shadow and Bone: Retribution"></a><a href="http://greendale.anihub.ru/" target=_blank><img src="https://i3.imageban.ru/out/2021/06/20/17fbd555efff01c4fc1b1bf3c0db09b8.gif" border="0" title="Greendale" width=88 height=31></a><a href="https://elm.f-rpg.me" title="ELM Agency" target="_blank">
<img src="https://d.radikal.ru/d00/2109/7a/807da2244eef.png" alt="ELM Agency" border="0" width="88" height="31"></a><a href="http://dystopia.0pk.me/" target="_blank"><img src="https://i.imgur.com/81V9vMA.jpg" title="Dystopia. New Tomorrow [1984]" border="0" width="88" height="31"></a><a href="https://arcanus.f-rpg.me/" target="_blank"><img src='https://i.imgur.com/LVuejDi.gif' title="Аркан. Городская мистика"/></a><a href="http://barcross.rusff.me/" title="crossbar" target="_blank"><img src="https://upforme.ru/uploads/001b/2c/35/8/473722.gif" alt="bar"></a><a href="http://longliverock.rusff.me/" target="_blank"><img src="https://i.imgur.com/Q9uVzF0.gif"></a><a href="http://crosshearts.rusff.me" target="_blank"><img src="https://imgur.com/MPRiGrZ.gif" title="Crossed Hearts"></a><a href="http://empireofthesun.ru" target=_blank><img src="https://forumstatic.ru/files/001a/31/78/16044.gif" border="0" title="Empire of the Sun" width=88 height=31></a><a href="http://hpdarkinside.f-rpg.me/"><img src="https://upforme.ru/uploads/001b/5a/8b/2/768100.gif" title=" »HP: It’s dark inside "></a><a href="https://onlooker.rusff.me/" target="_blank"> <img src="https://i.imgur.com/yEetIq0.gif" title="Onlooker" border="0" alt="Onlooker"></a><a href="https://hpobliviate.rusff.me/" target="_blank"><img src="https://upforme.ru/uploads/001b/5d/52/5/227616.gif" width="88" height="31" alt="Obliviate: ГП, 3 поколение" border="0"></a><a href="http://esper.rusff.me/" target=_blank><img src="https://i.imgur.com/4NKJzSl.gif" border="0" title="distractions" width="88" height="31"></a><a href="http://travelcross.rusff.me/" target="_blank"><img src="https://upforme.ru/uploads/001b/60/5e/2/210814.png" title="Travelcross" alt="cross" width="88" height="31"></a><a href="https://after.rolebb.ru" target="_blank"><img src="https://forumstatic.ru/files/0017/28/2e/87787.gif "title="Marauders: Aftershocks"border="0"width="88" height="31"></a>
</div></div>
<!-- Мгновенный предпросмотр сообщения © Alex_63 -->
<script type="text/javascript">
var PPREV = {};
PPREV.position = 0; //Положение окна Предпросмотра: 0 - над полем ввода, 1 - под полем ввода, 2 - справа
PPREV.quote_cite = 'написал(а):'; //Надпись в окне цитаты
</script>
<script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/10524.js"></script>
<!-- Кнопка включения/отключения предпросмотра-->
<style>#pun-viewtopic #post-preview{display:none!important;}#pun-viewtopic #post-preview.on{display:block!important;}</style>
<script type="text/javascript">
(function() {
var c = 'Включить предпросмотр';
var a = $getCookie("predprsmtr");
if(!a)a = c;
if(a=='Отключить предпросмотр')$('#pun-viewtopic #post-preview').addClass('on');
$('#pun-viewtopic #post').prepend('<button id="predprsmtr" type="button">' + a + '</button>');
$('#predprsmtr').click(function() {
$('#pun-viewtopic #post-preview').toggleClass('on');
var b = $(this).text();
if(b==c)b = 'Отключить предпросмотр';
else b = c;
$(this).text(b);
$setCookie ("predprsmtr", b,30*24*60*60*1000);
});
}());
</script>
<style>#post #wrapper{
left:auto!important;
width:100%!important;
text-align:center;
}
#post #smilies-area {
border: double 4px #56587b!important;
text-align: center;
background-image: url(https://i.imgur.com/Bx0XDFQ.jpg);
width: 480px!important;
padding: 9px!important;
font: normal normal 400 11px/normal Verdana;
}
#smilies-area div[class^="t-"]:not(.t-0) {
display: none;
width: 500px;
margin:-9px;
padding:9px;
overflow:hidden;
overflow-y:auto;
max-height:260px;
}
</style>
<!--дополнительные смайлы v.3.1 © Romych-->
<style type="text/css">
#wrapper{left:-10px;position:relative;width:500px;}
.tabs{height:22px;line-height:21px;margin:0 0 3px;list-style:none;}
.tabs li{float:left;cursor:pointer;}
.tabs li a {
background: #56587b no-repeat scroll 0 0/cover;
color: #dbd7d0;
display: block;
margin-bottom: -1px;
padding: 0 5px 1px;
position: relative;
font-family: 'Montserrat';
text-align: center;
text-decoration: none;
font-weight: 500;
text-transform: uppercase;
font-size: 8px;
width: 68px;
border: 1px solid #00000042!important;
}
.tabs li a:hover{color:#6b4f75;background: #d1cfd0 no-repeat scroll 0-22.1px/cover;text-decoration:none;}
.tabs li.active a {
color: #f7f4f1;
border: medium hidden;
background-position: 0 -43.2px;
}
.tabs li.active a:hover{color:#321d44;}
#smilies-area div[class^="t-"]:not(.t-0){display:none;width:470px;}
</style>
<script type="text/javascript">
var nabor=[];
nabor['стикеры']=[
'https://i.imgur.com/XOShGuu.png',
'https://i.imgur.com/qBVBPSW.png',
'https://i.imgur.com/GFtJkLi.png',
'https://i.imgur.com/pXoXkFZ.png',
'https://i.imgur.com/chc3LrZ.png',
'https://i.imgur.com/D4coW7K.png',
'https://i.imgur.com/Jjv8OFh.png',
'https://i.imgur.com/2ZRQGiQ.png',
'https://i.imgur.com/RfYrgr1.png',
'https://i.imgur.com/er7YgDc.png',
'https://i.imgur.com/jS74IQ7.png',
'https://i.imgur.com/fo4Brzi.png',
'https://i.imgur.com/pyAxaKz.png',
'https://i.imgur.com/aLbvvbf.png',
'https://i.imgur.com/T1zQg0p.png',
'https://i.imgur.com/7nLjxVa.png',
'https://i.imgur.com/hdi4w0h.png',
'https://i.imgur.com/KbRPl8Q.png',
'https://i.imgur.com/9DMsIlS.png',
'https://i.imgur.com/dWMys0m.png',
'https://i.imgur.com/jDNyi7N.png',
'https://i.imgur.com/2qegpSw.png',
'https://i.imgur.com/4KVF0tQ.png',
'https://i.imgur.com/ogOF4s5.png',
'https://i.imgur.com/32noOlu.png',
'https://i.imgur.com/bGvghAs.png',
'https://i.imgur.com/93BlbUZ.png',
'https://i.imgur.com/BZIPJRP.png',
'https://i.imgur.com/QgyHp01.png',
'https://i.imgur.com/y4lXnB8.png',
'https://i.imgur.com/hi6PKpp.png',
'https://i.imgur.com/ZdLvG7E.png',
'https://i.imgur.com/BaR6XTL.png',
'https://i.imgur.com/fNq63Zc.png',
'https://i.imgur.com/GRpoU6o.png',
'https://i.imgur.com/uLUwQeE.png',
'https://i.imgur.com/G9i3uoP.png',
'https://i.imgur.com/kf1JaPo.png',
'https://i.imgur.com/KxK2t13.png',
'https://i.imgur.com/2oO9xdb.png',
'http://smayly.ru/gallery/big/vkDiggi/1.png',
'http://smayly.ru/gallery/big/vkDiggi/7.png',
'http://smayly.ru/gallery/big/vkDiggi/19.png',
'http://smayly.ru/gallery/big/vkDiggi/8.png',
'http://smayly.ru/gallery/big/vkDiggi/14.png',
'http://smayly.ru/gallery/big/vkDiggi/26.png',
'http://smayly.ru/gallery/big/vkDiggi/5.png',
'http://smayly.ru/gallery/big/vkDiggi/40.png',
'http://smayly.ru/gallery/big/vkDiggi/28.png',
'http://smayly.ru/gallery/big/vkDiggi/20.png',
'http://smayly.ru/gallery/big/vkDiggi/2.png',
'http://smayly.ru/gallery/big/vkDiggi/6.png',
'http://smayly.ru/gallery/big/vkDiggi/25.png',
'http://smayly.ru/gallery/big/vkDiggi/27.png',
'http://smayly.ru/gallery/big/vkDiggi/37.png',
'http://smayly.ru/gallery/big/vkDiggi/13.png',
'http://smayly.ru/gallery/big/vkDiggi/22.png',
'http://smayly.ru/gallery/big/vkDiggi/3.png',
'http://smayly.ru/gallery/big/vkDiggi/29.png',
'http://smayly.ru/gallery/big/vkDiggi/18.png',
'http://smayly.ru/gallery/big/vkDiggi/17.png',
'http://smayly.ru/gallery/big/vkDiggi/31.png',
'http://smayly.ru/gallery/big/vkDiggi/36.png',
'http://smayly.ru/gallery/big/vkDiggi/11.png',
'http://smayly.ru/gallery/big/vkDiggi/33.png',
'http://smayly.ru/gallery/big/vkDiggi/21.png',
'http://smayly.ru/gallery/big/vkDiggi/30.png',
'http://smayly.ru/gallery/big/vkDiggi/10.png',
'http://smayly.ru/gallery/big/vkDiggi/32.png',
'http://smayly.ru/gallery/big/vkDiggi/34.png',
'http://smayly.ru/gallery/big/vkDiggi/4.png',
'http://smayly.ru/gallery/big/vkDiggi/12.png',
'http://smayly.ru/gallery/big/vkDiggi/35.png',
'http://smayly.ru/gallery/big/vkDiggi/15.png',
'http://smayly.ru/gallery/big/vkDiggi/9.png',
'https://i.imgur.com/6AI6SSd.png',
'https://i.imgur.com/0fjoQiH.png',
'https://i.imgur.com/itD9kVb.png',
'https://i.imgur.com/nUS7MKd.png',
'https://i.imgur.com/AsccVZj.png',
'https://i.imgur.com/bOlcZSF.png',
'https://i.imgur.com/XbeRsX6.png',
'https://i.imgur.com/yIXFAGJ.png',
'https://i.imgur.com/fbgc3nJ.png',
'https://i.imgur.com/yjdHgc2.png',
'https://i.imgur.com/q3pHNX0.png',
'https://i.imgur.com/PJ8pwdL.png',
'https://i.imgur.com/qa0mF1I.png',
'https://i.imgur.com/lqWtSEl.png',
'https://i.imgur.com/b8Pevww.png',
'https://i.imgur.com/kwa0HxZ.png',
'https://i.imgur.com/0ziHdry.png',
'https://i.imgur.com/pgsIJK5.png',
'https://i.imgur.com/XRtvaCB.png',
'https://i.imgur.com/l96PHh3.png',
'https://i.imgur.com/ndIuE0T.png',
'https://i.imgur.com/sFMFSEl.png',
'https://i.imgur.com/FEjN2OM.png',
'https://i.imgur.com/sTm5ZV3.png',
'https://i.imgur.com/kwSeigF.png',
'https://i.imgur.com/GY3dcwt.png',
'https://i.imgur.com/exwfZF4.png',
'https://i.imgur.com/QgnCpD2.png',
'https://i.imgur.com/YAVMDln.png',
'https://i.imgur.com/fZdQENA.png',
'https://i.imgur.com/ltJcAu6.png',
'https://i.imgur.com/JSNKuo6.png',
'https://i.imgur.com/27Hehq2.png',
'https://i.imgur.com/14PkxnD.png',
'https://i.imgur.com/m8MrUAE.png',
'https://i.imgur.com/RDlPijz.png',
'https://i.imgur.com/Z1SwtG2.png',
'https://i.imgur.com/VO8oZoK.png',
'https://i.imgur.com/KTREbWz.png',
'https://i.imgur.com/BlkMy9C.png',
'https://i.imgur.com/4JUN08e.png',
'https://i.imgur.com/PfTGJeX.png',
'https://i.imgur.com/RtxSojW.png',
'https://i.imgur.com/G87fEQc.png',
'https://i.imgur.com/aNqc11Z.png',
'https://i.imgur.com/Q07fKZ4.png',
'https://i.imgur.com/7S8N5co.png',
'https://i.imgur.com/KgTfRJ9.png',
'https://i.imgur.com/mn4nWaq.png',
'https://i.imgur.com/fbHR8dW.png',
'https://i.imgur.com/lcIbuRb.png',
'https://i.imgur.com/RYXHywg.png',
'https://i.imgur.com/gxgQ9gk.png',
'https://i.imgur.com/vhx6vDD.png',
'https://i.imgur.com/iOp5AHr.png',
'https://i.imgur.com/jFcQ7LH.png',
'https://i.imgur.com/zsYxis5.png',
'https://i.imgur.com/IWcjnTD.png',
'https://i.imgur.com/Yy4UL4A.png',
'https://i.imgur.com/d0Eew1h.png',
'https://i.imgur.com/nHCwj0k.png',
'https://i.imgur.com/ccmty40.png',
'https://i.imgur.com/W60yBk9.png',
'https://i.imgur.com/dsew5Uc.png',
'https://i.imgur.com/YmEES2G.png',
'https://i.imgur.com/uRZaM96.png',
'https://i.imgur.com/jPguKXX.png',
'https://i.imgur.com/CLkBfvf.png',
'https://i.imgur.com/RQnuGCd.png',
'https://i.imgur.com/L9sGLBU.png',
'https://i.imgur.com/7jjVoSa.png',
'https://i.imgur.com/sq2DH7m.png',
'https://i.imgur.com/XetxE30.png',
'https://i.imgur.com/HorJzTG.png',
'https://i.imgur.com/OuG85Iq.png',
'https://i.imgur.com/dagnRjk.png',
'https://i.imgur.com/SRGe1qQ.png',
'https://i.imgur.com/BXmuLHd.png',
'https://i.imgur.com/XY9AjBu.png',
'https://i.imgur.com/eb8a5g5.png',
'https://i.imgur.com/V8RbxzP.png',
'https://i.imgur.com/phcwA99.png',
'https://i.imgur.com/uwCPIkJ.png',
'https://i.imgur.com/zveJC3d.png',
'https://i.imgur.com/0P8NvqJ.png',
'https://i.imgur.com/fbB4Itm.png',
'https://i.imgur.com/WaRM5y9.png',
'https://i.imgur.com/4HFlo4X.png'],
nabor['эмодзи']=[
'https://vk.com/images/emoji/D83DDC8F_2x.png',
'https://vk.com/images/emoji/D83DDE00_2x.png',
'https://vk.com/images/emoji/D83DDE2C_2x.png',
'https://vk.com/images/emoji/D83DDE01_2x.png',
'https://vk.com/images/emoji/D83DDE02_2x.png',
'https://vk.com/images/emoji/D83DDE03_2x.png',
'https://vk.com/images/emoji/D83DDE04_2x.png',
'https://vk.com/images/emoji/D83DDE05_2x.png',
'https://vk.com/images/emoji/D83DDE06_2x.png',
'https://vk.com/images/emoji/D83DDE07_2x.png',
'https://vk.com/images/emoji/D83DDE09_2x.png',
'https://vk.com/images/emoji/D83DDE0A_2x.png',
'https://vk.com/images/emoji/D83DDE42_2x.png',
'https://vk.com/images/emoji/D83DDE43_2x.png',
'https://vk.com/images/emoji/263A_2x.png',
'https://vk.com/images/emoji/D83DDE0B_2x.png',
'https://vk.com/images/emoji/D83DDE0C_2x.png',
'https://vk.com/images/emoji/D83DDE0D_2x.png',
'https://vk.com/images/emoji/D83DDE18_2x.png',
'https://vk.com/images/emoji/D83DDE17_2x.png',
'https://vk.com/images/emoji/D83DDE19_2x.png',
'https://vk.com/images/emoji/D83DDE1C_2x.png',
'https://vk.com/images/emoji/D83DDE1D_2x.png',
'https://vk.com/images/emoji/D83DDE1B_2x.png',
'https://vk.com/images/emoji/D83EDD11_2x.png',
'https://vk.com/images/emoji/D83EDD13_2x.png',
'https://vk.com/images/emoji/D83DDE0E_2x.png',
'https://vk.com/images/emoji/D83EDD17_2x.png',
'https://vk.com/images/emoji/D83DDE0F_2x.png',
'https://vk.com/images/emoji/D83DDE36_2x.png',
'https://vk.com/images/emoji/D83DDE10_2x.png',
'https://vk.com/images/emoji/D83DDE11_2x.png',
'https://vk.com/images/emoji/D83DDE12_2x.png',
'https://vk.com/images/emoji/D83DDE44_2x.png',
'https://vk.com/images/emoji/D83EDD14_2x.png',
'https://vk.com/images/emoji/D83DDE33_2x.png',
'https://vk.com/images/emoji/D83DDE1E_2x.png',
'https://vk.com/images/emoji/D83DDE1F_2x.png',
'https://vk.com/images/emoji/D83DDE20_2x.png',
'https://vk.com/images/emoji/D83DDE21_2x.png',
'https://vk.com/images/emoji/D83DDE14_2x.png',
'https://vk.com/images/emoji/D83DDE15_2x.png',
'https://vk.com/images/emoji/D83DDE41_2x.png',
'https://vk.com/images/emoji/D83DDE23_2x.png',
'https://vk.com/images/emoji/D83DDE16_2x.png',
'https://vk.com/images/emoji/D83DDE2B_2x.png',
'https://vk.com/images/emoji/D83DDE29_2x.png',
'https://vk.com/images/emoji/D83DDE24_2x.png',
'https://vk.com/images/emoji/D83DDE2E_2x.png',
'https://vk.com/images/emoji/D83DDE31_2x.png',
'https://vk.com/images/emoji/D83DDE28_2x.png',
'https://vk.com/images/emoji/D83DDE30_2x.png',
'https://vk.com/images/emoji/D83DDE2F_2x.png',
'https://vk.com/images/emoji/D83DDE26_2x.png',
'https://vk.com/images/emoji/D83DDE27_2x.png',
'https://vk.com/images/emoji/D83DDE22_2x.png',
'https://vk.com/images/emoji/D83DDE25_2x.png',
'https://vk.com/images/emoji/D83DDE2D_2x.png',
'https://vk.com/images/emoji/D83DDE35_2x.png',
'https://vk.com/images/emoji/D83EDD10_2x.png',
'https://vk.com/images/emoji/D83EDD15_2x.png',
'https://vk.com/images/emoji/D83DDE34_2x.png',
'https://vk.com/images/emoji/D83DDCA9_2x.png',
'https://vk.com/images/emoji/D83DDE08_2x.png',
'https://vk.com/images/emoji/D83DDC7F_2x.png',
'https://vk.com/images/emoji/D83DDC80_2x.png',
'https://vk.com/images/emoji/D83DDC7B_2x.png',
'https://vk.com/images/emoji/D83DDC7D_2x.png',
'https://vk.com/images/emoji/D83DDE3A_2x.png',
'https://vk.com/images/emoji/D83DDE38_2x.png',
'https://vk.com/images/emoji/D83DDE39_2x.png',
'https://vk.com/images/emoji/D83DDE3B_2x.png',
'https://vk.com/images/emoji/D83DDE3C_2x.png',
'https://vk.com/images/emoji/D83DDE3D_2x.png',
'https://vk.com/images/emoji/D83DDE40_2x.png',
'https://vk.com/images/emoji/D83DDE3F_2x.png',
'https://vk.com/images/emoji/D83DDE3E_2x.png',
'https://vk.com/images/emoji/D83DDC4F_2x.png',
'https://vk.com/images/emoji/D83DDC4D_2x.png',
'https://vk.com/images/emoji/D83DDC4E_2x.png',
'https://vk.com/images/emoji/D83DDC4A_2x.png',
'https://vk.com/images/emoji/270C_2x.png',
'https://vk.com/images/emoji/D83DDC4C_2x.png',
'https://vk.com/images/emoji/270B_2x.png',
'https://vk.com/images/emoji/D83DDCAA_2x.png',
'https://vk.com/images/emoji/D83DDE4F_2x.png',
'https://vk.com/images/emoji/261D_2x.png',
'https://vk.com/images/emoji/D83DDC46_2x.png',
'https://vk.com/images/emoji/D83DDC47_2x.png',
'https://vk.com/images/emoji/D83DDC48_2x.png',
'https://vk.com/images/emoji/D83DDC49_2x.png',
'https://vk.com/images/emoji/D83DDC85_2x.png',
'https://vk.com/images/emoji/D83DDC44_2x.png',
'https://vk.com/images/emoji/D83DDC45_2x.png',
'https://vk.com/images/emoji/D83DDC42_2x.png',
'https://vk.com/images/emoji/D83DDC43_2x.png',
'https://vk.com/images/emoji/D83DDC41_2x.png',
'https://vk.com/images/emoji/D83DDC40_2x.png',
'https://vk.com/images/emoji/D83DDC76_2x.png',
'https://vk.com/images/emoji/D83DDC66_2x.png',
'https://vk.com/images/emoji/D83DDC67_2x.png',
'https://vk.com/images/emoji/D83DDC68_2x.png',
'https://vk.com/images/emoji/D83DDC69_2x.png',
'https://vk.com/images/emoji/D83DDC74_2x.png',
'https://vk.com/images/emoji/D83DDC75_2x.png',
'https://vk.com/images/emoji/D83DDC7C_2x.png',
'https://vk.com/images/emoji/D83DDC78_2x.png',
'https://vk.com/images/emoji/D83DDC70_2x.png',
'https://vk.com/images/emoji/D83DDC83_2x.png',
'https://vk.com/images/emoji/D83DDC8B_2x.png',
'https://vk.com/images/emoji/D83DDC51_2x.png',
'https://vk.com/images/emoji/D83DDC8D_2x.png',
'https://vk.com/images/emoji/D83DDE45200D2642FE0F_2x.png',
'https://vk.com/images/emoji/D83DDE46200D2642FE0F_2x.png',
'https://vk.com/images/emoji/D83EDD1D_2x.png',
'https://vk.com/images/emoji/D83EDD26200D2640FE0F_2x.png',
'https://vk.com/images/emoji/D83EDD26200D2642FE0F_2x.png',
'https://vk.com/images/emoji/D83EDD34_2x.png',
'https://vk.com/images/emoji/D83EDD37_2x.png',
'https://vk.com/images/emoji/D83DDC81200D2642FE0F_2x.png',
'https://vk.com/images/emoji/D83DDC36_2x.png',
'https://vk.com/images/emoji/D83DDC31_2x.png',
'https://vk.com/images/emoji/D83DDC2D_2x.png',
'https://vk.com/images/emoji/D83DDC39_2x.png',
'https://vk.com/images/emoji/D83DDC30_2x.png',
'https://vk.com/images/emoji/D83DDC3B_2x.png',
'https://vk.com/images/emoji/D83DDC3C_2x.png',
'https://vk.com/images/emoji/D83DDC2F_2x.png',
'https://vk.com/images/emoji/D83EDD81_2x.png',
'https://vk.com/images/emoji/D83DDC37_2x.png',
'https://vk.com/images/emoji/D83DDC35_2x.png',
'https://vk.com/images/emoji/D83DDE48_2x.png',
'https://vk.com/images/emoji/D83DDE49_2x.png',
'https://vk.com/images/emoji/D83DDE4A_2x.png',
'https://vk.com/images/emoji/D83DDC3A_2x.png',
'https://vk.com/images/emoji/D83EDD84_2x.png',
'https://vk.com/images/emoji/D83DDC2C_2x.png',
'https://vk.com/images/emoji/2618_2x.png',
'https://vk.com/images/emoji/D83CDF3A_2x.png',
'https://vk.com/images/emoji/D83CDF3B_2x.png',
'https://vk.com/images/emoji/D83CDF39_2x.png',
'https://vk.com/images/emoji/D83CDF37_2x.png',
'https://vk.com/images/emoji/D83DDC90_2x.png',
'https://vk.com/images/emoji/D83CDF83_2x.png',
'https://vk.com/images/emoji/D83CDF1A_2x.png',
'https://vk.com/images/emoji/D83CDF1D_2x.png',
'https://vk.com/images/emoji/D83CDF1E_2x.png',
'https://vk.com/images/emoji/2B50_2x.png',
'https://vk.com/images/emoji/2728_2x.png',
'https://vk.com/images/emoji/2600_2x.png',
'https://vk.com/images/emoji/26A1_2x.png',
'https://vk.com/images/emoji/D83DDD25_2x.png',
'https://vk.com/images/emoji/D83DDCA5_2x.png',
'https://vk.com/images/emoji/2744_2x.png',
'https://vk.com/images/emoji/D83CDF28_2x.png',
'https://vk.com/images/emoji/26C4_2x.png',
'https://vk.com/images/emoji/D83DDCA8_2x.png',
'https://vk.com/images/emoji/D83DDCA6_2x.png',
'https://vk.com/images/emoji/D83EDD8A_2x.png',
'https://vk.com/images/emoji/D83EDD8B_2x.png',
'https://vk.com/images/emoji/D83CDF4C_2x.png',
'https://vk.com/images/emoji/D83CDF53_2x.png',
'https://vk.com/images/emoji/D83CDF52_2x.png',
'https://vk.com/images/emoji/D83CDF51_2x.png',
'https://vk.com/images/emoji/D83CDF46_2x.png',
'https://vk.com/images/emoji/D83CDF36_2x.png',
'https://vk.com/images/emoji/D83CDF73_2x.png',
'https://vk.com/images/emoji/D83CDF5F_2x.png',
'https://vk.com/images/emoji/D83CDF2D_2x.png',
'https://vk.com/images/emoji/D83CDF55_2x.png',
'https://vk.com/images/emoji/D83CDF67_2x.png',
'https://vk.com/images/emoji/D83CDF70_2x.png',
'https://vk.com/images/emoji/D83CDF66_2x.png',
'https://vk.com/images/emoji/D83CDF82_2x.png',
'https://vk.com/images/emoji/D83CDF6D_2x.png',
'https://vk.com/images/emoji/D83CDF7F_2x.png',
'https://vk.com/images/emoji/D83CDF7A_2x.png',
'https://vk.com/images/emoji/D83CDF7B_2x.png',
'https://vk.com/images/emoji/D83CDF77_2x.png',
'https://vk.com/images/emoji/D83CDF78_2x.png',
'https://vk.com/images/emoji/D83EDD42_2x.png',
'https://vk.com/images/emoji/D83EDD43_2x.png',
'https://vk.com/images/emoji/D83CDF79_2x.png',
'https://vk.com/images/emoji/D83CDF7D_2x.png',
'https://vk.com/images/emoji/D83CDFC6_2x.png',
'https://vk.com/images/emoji/D83CDFC5_2x.png',
'https://vk.com/images/emoji/D83CDF9F_2x.png',
'https://vk.com/images/emoji/D83CDFA8_2x.png',
'https://vk.com/images/emoji/D83CDFAA_2x.png',
'https://vk.com/images/emoji/D83CDFA7_2x.png',
'https://vk.com/images/emoji/D83CDFB8_2x.png',
'https://vk.com/images/emoji/D83CDFAC_2x.png',
'https://vk.com/images/emoji/D83CDFAE_2x.png',
'https://vk.com/images/emoji/D83CDFAF_2x.png',
'https://vk.com/images/emoji/D83CDF08_2x.png',
'https://vk.com/images/emoji/D83DDCDE_2x.png',
'https://vk.com/images/emoji/23F0_2x.png',
'https://vk.com/images/emoji/D83DDCA1_2x.png',
'https://vk.com/images/emoji/D83DDCB8_2x.png',
'https://vk.com/images/emoji/D83DDCB5_2x.png',
'https://vk.com/images/emoji/D83DDCB6_2x.png',
'https://vk.com/images/emoji/D83DDCB0_2x.png',
'https://vk.com/images/emoji/D83DDCB3_2x.png',
'https://vk.com/images/emoji/D83DDC8E_2x.png',
'https://vk.com/images/emoji/D83DDCA3_2x.png',
'https://vk.com/images/emoji/D83DDD2A_2x.png',
'https://vk.com/images/emoji/D83DDEAC_2x.png',
'https://vk.com/images/emoji/2620_2x.png',
'https://vk.com/images/emoji/D83DDD2E_2x.png',
'https://vk.com/images/emoji/26F1_2x.png',
'https://vk.com/images/emoji/D83CDF88_2x.png',
'https://vk.com/images/emoji/D83CDF80_2x.png',
'https://vk.com/images/emoji/D83CDF81_2x.png',
'https://vk.com/images/emoji/D83CDF8A_2x.png',
'https://vk.com/images/emoji/D83CDF89_2x.png',
'https://vk.com/images/emoji/D83DDC8C_2x.png',
'https://vk.com/images/emoji/2764_2x.png',
'https://vk.com/images/emoji/D83DDC9B_2x.png',
'https://vk.com/images/emoji/D83DDC99_2x.png',
'https://vk.com/images/emoji/D83DDC9A_2x.png',
'https://vk.com/images/emoji/D83DDC9C_2x.png',
'https://vk.com/images/emoji/D83DDC94_2x.png',
'https://vk.com/images/emoji/D83DDC95_2x.png',
'https://vk.com/images/emoji/D83DDC9E_2x.png',
'https://vk.com/images/emoji/D83DDC93_2x.png',
'https://vk.com/images/emoji/D83DDC97_2x.png',
'https://vk.com/images/emoji/D83DDC96_2x.png',
'https://vk.com/images/emoji/D83DDC98_2x.png',
'https://vk.com/images/emoji/D83DDC9D_2x.png',
'https://vk.com/images/emoji/D83DDC9F_2x.png',
'https://vk.com/images/emoji/2757_2x.png',
'https://vk.com/images/emoji/2753_2x.png',
'https://vk.com/images/emoji/26D4_2x.png',
'https://vk.com/images/emoji/D83DDEAB_2x.png',
'https://vk.com/images/emoji/26A0_2x.png',
'https://vk.com/images/emoji/D83DDCAF_2x.png',
'https://vk.com/images/emoji/D83CDFB5_2x.png',
'https://vk.com/images/emoji/2714_2x.png',
'https://vk.com/images/emoji/D83DDDA4_2x.png'],
nabor['разное']=[
'https://i.imgur.com/q9HitM5.png',
'https://i.imgur.com/2m34enn.png',
'https://i.imgur.com/arPVfp6.png',
'https://i.imgur.com/uzeVebl.png',
'https://i.imgur.com/kK3jsRw.png',
'https://i.imgur.com/ft34OSh.png',
'https://i.imgur.com/6nFT544.png',
'https://i.imgur.com/bmsZxo0.png',
'https://i.imgur.com/OZETHv8.png',
'https://i.imgur.com/jn4m3KY.png',
'https://i.imgur.com/HR0eMjj.png',
'https://i.imgur.com/3WBYunw.png',
'https://i.imgur.com/v1hFjui.png',
'https://i.imgur.com/4giBaGg.png',
'https://i.imgur.com/lSVZhbE.png',
'https://i.imgur.com/IpdVVJI.png',
'https://i.imgur.com/UK8O8Ph.png',
'https://i.imgur.com/PMkEU9K.png',
'https://i.imgur.com/gxi7RuI.png',
'https://i.imgur.com/Gfd90hl.png',
'https://i.imgur.com/daZ4SGf.png',
'https://i.imgur.com/8PKvcLz.png',
'https://i.imgur.com/UCPvtkS.png',
'https://i.imgur.com/BzD2UwD.png',
'https://i.imgur.com/nmKu862.png',
'https://i.imgur.com/T0kBTdO.png',
'https://i.imgur.com/H72bOqw.png',
'https://i.imgur.com/vJcsAsA.png',
'https://i.imgur.com/2j4ZRcs.png',
'https://i.imgur.com/ZNld4Xa.png',
'https://i.imgur.com/ZsfabjK.png',
'https://i.imgur.com/Qw3cV1b.png',
'https://i.imgur.com/gQ8g7Yk.png',
'https://i.imgur.com/ppZawPv.png',
'https://i.imgur.com/DJ2kjWe.png',
'https://i.imgur.com/Toezbpz.png',
'https://i.imgur.com/nvmeduz.png',
'https://i.imgur.com/AKJ0rnP.png',
'https://i.imgur.com/oJmSLdB.png',
'https://i.imgur.com/AdcQSr2.png',
'https://i.imgur.com/eRwewUL.png',
'https://i.imgur.com/I1KBNcL.png',
'https://i.imgur.com/BlN1CZA.png',
'https://i.imgur.com/FEUcvK1.png',
'https://i.imgur.com/SDy1p8j.png',
'https://i.imgur.com/r7A7pV3.png',
'https://i.imgur.com/A2qMLSD.png',
'https://i.imgur.com/s1MGla4.png',
'https://i.imgur.com/w2IoadR.png',
'https://i.imgur.com/rZQ7I6L.png',
'https://i.imgur.com/2jfCdxP.png',
'https://i.imgur.com/UvkErLX.png',
'https://i.imgur.com/unU4GTE.png',
'https://i.imgur.com/FVbzdks.png',
'https://i.imgur.com/9cPUyGI.png',
'https://i.imgur.com/edQga43.png',
'https://i.imgur.com/dITZFDo.png',
'https://i.imgur.com/splEj6n.png',
'https://i.imgur.com/HtXp35C.png',
'https://i.imgur.com/CzuvsMv.png',
'https://i.imgur.com/dwp7fkF.png',
'https://i.imgur.com/mjWOBJc.png',
'https://i.imgur.com/eW3vKzq.png',
'https://i.imgur.com/ggXGTzb.png',
'https://i.imgur.com/CvYq3ID.png',
'https://i.imgur.com/njaOBUY.png',
'https://i.imgur.com/eMBaFAC.png',
'https://i.imgur.com/yQlb6.gif',
'https://i.imgur.com/L6R8e.gif',
'https://i.imgur.com/0rrpI.gif',
'https://i.imgur.com/9Ukel.gif',
'https://i.imgur.com/VJg3w.gif',
'https://i.imgur.com/uW2rJKD.gif',
'https://i.imgur.com/ypedu.gif',
'https://i.imgur.com/TC16Z.gif',
'https://i.imgur.com/2U7xz.gif',
'https://i.imgur.com/RP28h.gif',
'https://i.imgur.com/18vnb.gif',
'https://i.imgur.com/CQ9X1.gif',
'https://i.imgur.com/zI44R.gif',
'https://i.imgur.com/HJL7f.gif',
'https://i.imgur.com/thhFc.gif',
'https://i.imgur.com/JA3kQ.gif',
'https://i.imgur.com/zDgzA.gif',
'https://i.imgur.com/bQSlj.gif',
'https://i.imgur.com/GkKfN.gif',
'https://i.imgur.com/vuJzU.gif',
'https://i.imgur.com/zjtCu.gif',
'https://i.imgur.com/n2XAt.gif',
'https://i.imgur.com/metC7.gif',
'https://i.imgur.com/rxvwe.gif',
'https://i.imgur.com/5tjXW.gif',
'https://i.imgur.com/CAVa6.gif',
'https://i.imgur.com/dmEVv.gif',
'https://i.imgur.com/de3qc.gif',
'https://i.imgur.com/ezlov.gif',
'https://i.imgur.com/fFF2x.gif',
'https://i.imgur.com/Qf9df.gif',
'https://i.imgur.com/GGJ1M.gif',
'https://i.imgur.com/uaq4y.gif',
'https://i.imgur.com/nft4D.gif',
'https://i.imgur.com/9QK4p.gif',
'https://i.imgur.com/m0Zgz.gif',
'https://i.imgur.com/naRcY.gif',
'https://i.imgur.com/dA0uM.gif',
'https://i.imgur.com/Bz3JN.gif',
'https://i.imgur.com/n99lH.gif',
'https://i.imgur.com/WUXl0.gif',
'https://i.imgur.com/g6Ruq.gif',
'https://i.imgur.com/IiJzT.gif',
'https://i.imgur.com/2j41f.gif',
'https://i.imgur.com/jlOue.gif',
'https://i.imgur.com/DHncK.png',
'https://i.imgur.com/UCdvO.png',
'https://i.imgur.com/xFkbX.png',
'https://i.imgur.com/pLrbN.png',
'https://i.imgur.com/dZ1Mu.png',
'https://i.imgur.com/I2UtC.png',
'https://i.imgur.com/OXWHv.png',
'https://i.imgur.com/LpJNe.png',
'https://i.imgur.com/LHmO1.gif',
'https://i.imgur.com/TBO1l.png',
'https://i.imgur.com/OtWj6.png',
'https://i.imgur.com/GO9V9.png',
'https://i.imgur.com/dsi2j.png',
'https://i.imgur.com/LtnX2.png',
'https://i.imgur.com/7b4Hn.png',
'https://i.imgur.com/6fJpi.png',
'https://i.imgur.com/6C4ZU.png',
'https://i.imgur.com/X5Esu.png',
'https://i.imgur.com/3GxQV.png',
'https://i.imgur.com/1fmy0.png',
'https://i.imgur.com/fiz6L.png',
'https://i.imgur.com/KHzMy.gif',
'https://i.imgur.com/WNLw3.png',
'https://i.imgur.com/rFh1k.png',
'https://i.imgur.com/r9vZI.png',
'https://i.imgur.com/wMHVN.png',
'https://i.imgur.com/iUTf1.gif',
'https://i.imgur.com/BRxRU.gif',
'https://i.imgur.com/KLGRy.png',
'https://i.imgur.com/juKoL.gif',
'https://i.imgur.com/Mys7C.gif',
'https://i.imgur.com/00gcV.gif',
'https://i.imgur.com/283qx.gif',
'https://i.imgur.com/NiUfQ.gif',
'https://i.imgur.com/VjcXG.png',
'https://i.imgur.com/pKTmX.gif',
'https://i.imgur.com/YaPO5.gif',
'https://i.imgur.com/MlbhS.gif',
'https://i.imgur.com/LGUS2.png',
'https://i.imgur.com/SUHAL.png',
'https://i.imgur.com/GiWCS.png',
'https://i.imgur.com/7SBcA.png',
'https://i.imgur.com/MbrYh8k.gif',
'https://i.imgur.com/a4HCU.gif',
'https://i.imgur.com/TyvbK.png',
'https://i.imgur.com/x1P7Z.png',
'https://i.imgur.com/dVuEG.png',
'https://i.imgur.com/5vp82.gif',
'https://i.imgur.com/qWlZ6.png',
'https://i.imgur.com/nXNzv.png',
'https://i.imgur.com/IaQk3.png',
'https://i.imgur.com/IRlrx.png',
'https://i.imgur.com/168qb.png',
'https://i.imgur.com/KXmyF.png',
'https://i.imgur.com/n48hs.png',
'https://i.imgur.com/4ryrh.png',
'https://i.imgur.com/svzLw.png',
'https://i.imgur.com/oJ6zU.png',
'https://i.imgur.com/qQd7L.png',
'https://i.imgur.com/PD3My.gif',
'https://i.imgur.com/bDToR.png',
'https://i.imgur.com/NiIek.gif',
'https://i.imgur.com/UgzUa.png',
'https://i.imgur.com/BKB39.gif',
'https://i.imgur.com/VsB5w.gif',
'https://i.imgur.com/xjmh0.gif',
'https://i.imgur.com/NMFZy.gif',
'https://i.imgur.com/zVVC7.png',
'https://i.imgur.com/UXg0j.png',
'https://i.imgur.com/gD7wd.gif',
'https://i.imgur.com/4Sob4.gif',
'https://i.imgur.com/faNLr.png',
'https://i.imgur.com/NDyF0.png',
'https://i.imgur.com/BtfGZ.png',
'https://i.imgur.com/xVSpd.png',
'https://i.imgur.com/vTELBm0.png',
'https://i.imgur.com/JKcOUDN.png',
'https://i.imgur.com/8cLMe.gif'],
nabor['анимашки']=[
'http://smayly.ru/gallery/anime/Chowang/19.gif',
'http://smayly.ru/gallery/anime/Chowang/8.gif',
'http://smayly.ru/gallery/anime/Chowang/81.gif',
'http://smayly.ru/gallery/anime/Chowang/50.gif',
'http://smayly.ru/gallery/anime/Chowang/117.gif',
'http://smayly.ru/gallery/anime/Chowang/116.gif',
'http://smayly.ru/gallery/anime/Chowang/51.gif',
'http://smayly.ru/gallery/anime/Chowang/54.gif',
'http://smayly.ru/gallery/anime/Chowang/37.gif',
'http://smayly.ru/gallery/anime/Chowang/20.gif',
'http://smayly.ru/gallery/anime/Chowang/11.gif',
'http://smayly.ru/gallery/anime/Chowang/34.gif',
'http://smayly.ru/gallery/anime/Chowang/122.gif',
'http://smayly.ru/gallery/anime/Chowang/74.gif',
'http://smayly.ru/gallery/anime/Chowang/13.gif',
'http://smayly.ru/gallery/anime/Chowang/86.gif',
'http://smayly.ru/gallery/anime/Chowang/87.gif',
'http://smayly.ru/gallery/anime/Chowang/90.gif',
'http://smayly.ru/gallery/anime/CuteRabbit/8.gif',
'http://smayly.ru/gallery/anime/CuteRabbit/23.gif',
'http://smayly.ru/gallery/anime/CuteRabbit/36.gif',
'http://smayly.ru/gallery/anime/CuteRabbit/50.gif',
'http://smayly.ru/gallery/anime/CuteRabbit/48.gif',
'http://smayly.ru/gallery/anime/CuteRabbit/33.gif',
'http://smayly.ru/gallery/anime/CuteRabbit/6.gif',
'http://smayly.ru/gallery/anime/CuteRabbit/22.gif',
'http://smayly.ru/gallery/anime/CuteRabbit/30.gif',
'http://smayly.ru/gallery/anime/CuteRabbit/54.gif',
'http://smayly.ru/gallery/anime/CuteRabbit/20.gif',
'http://smayly.ru/gallery/anime/CuteRabbit/41.gif',
'http://smayly.ru/gallery/anime/CuteRabbit/11.gif',
'http://smayly.ru/gallery/anime/CuteRabbit/5.gif',
'http://smayly.ru/gallery/anime/CuteRabbit/12.gif',
'http://smayly.ru/gallery/anime/CuteRabbit/10.gif',
'http://smayly.ru/gallery/anime/CuteRabbit/31.gif',
'http://smayly.ru/gallery/anime/CuteRabbit/4.gif',
'http://smayly.ru/gallery/anime/CuteRabbit/53.gif',
'http://smayly.ru/gallery/anime/CuteRabbit/32.gif',
'http://smayly.ru/gallery/anime/CuteRabbit/45.gif',
'http://smayly.ru/gallery/anime/CuteRabbit/24.gif',
'http://smayly.ru/gallery/anime/CuteRabbit/47.gif',
'http://smayly.ru/gallery/anime/HoCon/151.gif',
'http://smayly.ru/gallery/anime/HoCon/149.gif',
'http://smayly.ru/gallery/anime/HoCon/40.gif',
'http://smayly.ru/gallery/anime/HoCon/96.gif',
'http://smayly.ru/gallery/anime/HoCon/94.gif',
'http://smayly.ru/gallery/anime/HoCon/125.gif',
'http://smayly.ru/gallery/anime/HoCon/77.gif',
'http://smayly.ru/gallery/anime/HoCon/111.gif',
'http://smayly.ru/gallery/anime/HoCon/107.gif',
'http://smayly.ru/gallery/anime/HoCon/145.gif',
'http://smayly.ru/gallery/anime/HoCon/63.gif',
'http://smayly.ru/gallery/anime/HoCon/15.gif',
'http://smayly.ru/gallery/anime/HoCon/7.gif',
'http://smayly.ru/gallery/anime/HoCon/60.gif',
'http://smayly.ru/gallery/anime/Ali/ali_056.gif',
'http://smayly.ru/gallery/anime/Ali/ali_042.gif',
'http://smayly.ru/gallery/anime/Ali/ali_040.gif',
'http://smayly.ru/gallery/anime/Ali/ali_062.gif',
'http://smayly.ru/gallery/anime/Ali/ali_022.gif',
'http://smayly.ru/gallery/anime/Ali/ali_079.gif',
'http://smayly.ru/gallery/anime/Ali/ali_077.gif',
'http://smayly.ru/gallery/anime/Ali/ali_095.gif',
'http://smayly.ru/gallery/anime/Ali/ali_096.gif',
'http://smayly.ru/gallery/anime/Ali/ali_061.gif',
'http://smayly.ru/gallery/anime/Ali/ali_011.gif',
'http://smayly.ru/gallery/anime/Ali/ali_036.gif',
'http://smayly.ru/gallery/anime/Ali/ali_029.gif',
'http://smayly.ru/gallery/anime/Ali/ali_089.gif',
'http://smayly.ru/gallery/anime/Ali/ali_031.gif'],
nabor['гифки']=[
'http://s1.uploads.ru/z3Lgc.gif',
'http://s3.uploads.ru/iUrwG.gif',
'http://s2.uploads.ru/m5B3R.gif',
'http://s2.uploads.ru/Ne8a9.gif',
'http://s2.uploads.ru/Io3Wx.gif',
'http://s2.uploads.ru/i3j5f.gif',
'http://s2.uploads.ru/MmSWc.gif',
'http://s3.uploads.ru/JWgDw.gif',
'http://s2.uploads.ru/au6wj.gif',
'http://s2.uploads.ru/k6vg7.gif',
'http://s2.uploads.ru/4bd0U.gif',
'http://s3.uploads.ru/rXO5c.gif',
'http://s2.uploads.ru/DFIsV.gif',
'http://s3.uploads.ru/TCYiF.gif',
'http://s3.uploads.ru/hjf9g.gif',
'http://s2.uploads.ru/B9eTF.gif',
'http://s2.uploads.ru/JZkc4.gif',
'http://s2.uploads.ru/prVM2.gif',
'http://s3.uploads.ru/nmNuY.gif',
'http://s2.uploads.ru/vDWSj.gif',
'http://s3.uploads.ru/DPsr9.gif',
'http://s2.uploads.ru/U9NeT.gif',
'http://s2.uploads.ru/hbvre.gif',
'http://s3.uploads.ru/W8cLt.gif',
'http://s3.uploads.ru/5WNnd.gif',
'http://s3.uploads.ru/KlJyv.gif',
'http://s2.uploads.ru/LrB2y.gif',
'http://s3.uploads.ru/ARniU.gif',
'http://s3.uploads.ru/Vg6Qy.gif',
'http://s3.uploads.ru/uKwnc.gif',
'http://s1.uploads.ru/t/6kVI7.gif',
'http://s3.uploads.ru/t/XwsKg.gif',
'http://s4.uploads.ru/3o6CX.gif',
'http://s2.uploads.ru/t/u4EAV.gif',
'http://s3.uplds.ru/EQ5g9.gif',
'http://s8.uplds.ru/t/e9UNk.gif',
'http://s2.uploads.ru/t/AYz3p.gif',
'http://s4.uploads.ru/iW85o.gif',
'http://s3.uploads.ru/t/SqYU5.gif',
'http://s3.uploads.ru/t/UKaS2.gif',
'http://s2.uploads.ru/t/qGWpS.gif',
'http://s3.uploads.ru/t/Sq2Zz.gif',
'http://funkyimg.com/i/ZsZX.gif',
'http://s1.uploads.ru/t/lHbXw.gif',
'http://s1.uploads.ru/t/qPi7r.gif',
'http://s1.uploads.ru/t/Mle4m.gif',
'http://s1.uploads.ru/t/muO5w.gif',
'http://s1.uploads.ru/t/bD45V.gif',
'http://s1.uploads.ru/t/uVokS.gif',
'http://s1.uploads.ru/t/J1M0o.gif',
'http://s1.uploads.ru/t/9MuGH.gif',
'http://s2.uploads.ru/t/KAXTa.gif',
'http://s5.uploads.ru/rl2QE.gif',
'http://s3.uploads.ru/t/f4xLe.gif',
'http://s2.uploads.ru/t/8FzP5.gif',
'http://s2.uploads.ru/t/pzHP4.gif',
'http://s3.uploads.ru/t/lh9ej.gif',
'http://s4.uploads.ru/uJ0ES.gif',
'http://s4.uplds.ru/fdCTb.gif',
'http://s3.uploads.ru/t/xhyMp.gif',
'http://s1.uploads.ru/i/oMuna.gif',
'http://s1.uploads.ru/i/4Sl8g.gif',
'http://s1.uploads.ru/i/ydQPF.gif',
'http://s1.uploads.ru/i/lcPbK.gif',
'http://s1.uploads.ru/i/dp4hE.gif',
'http://s1.uploads.ru/i/h8DOv.gif',
'http://s1.uploads.ru/i/mxR3Q.gif',
'http://s1.uploads.ru/i/AshLm.gif',
'http://s1.uploads.ru/i/ncaQT.gif',
'http://s1.uploads.ru/i/m72NV.gif',
'http://s1.uploads.ru/i/CMPOi.gif',
'http://s1.uploads.ru/i/JUmub.gif',
'http://s1.uploads.ru/i/fCuHr.gif',
'http://funkyimg.com/i/2s1v3.gif',
'http://i.imgur.com/UFlJA6d.gif',
'http://images.vfl.ru/ii/1499763055/ac751586/17885440.gif',
'http://i.imgur.com/HVAnLiV.gif',
'http://funkyimg.com/i/2rPLJ.gif',
'http://funkyimg.com/i/29y6b.gif',
'http://s4.uplds.ru/6sW8x.gif',
'http://s5.uplds.ru/greCZ.gif',
'http://se.uplds.ru/clLae.gif',
'http://s3.uploads.ru/tKCNJ.gif',
'http://s1.uploads.ru/ykqR6.gif',
'http://funkyimg.com/i/2mTZf.gif',
'http://images.vfl.ru/ii/1499765386/6f2fb867/17885861.gif',
'http://s3.uploads.ru/uqg4C.gif',
'http://s3.uploads.ru/ZNbJB.gif',
'http://s3.uploads.ru/qiA31.gif',
'http://s2.uploads.ru/Ly3Qg.gif',
'http://s2.uploads.ru/J7lGH.gif',
'http://s2.uploads.ru/Yf2Xd.gif',
'http://s1.uploads.ru/2rzol.gif',
'http://s1.uploads.ru/B6pMS.gif',
'http://s5.uploads.ru/qiOhR.gif',
'http://s5.uploads.ru/1ew3K.gif',
'http://s5.uploads.ru/fjGE7.gif',
'http://s4.uploads.ru/CBhQG.gif',
'http://s4.uploads.ru/46dD9.gif',
'http://s4.uploads.ru/U9Bcy.gif',
'http://s5.uploads.ru/E5WgF.gif',
'http://s4.uploads.ru/0NSdl.gif',
'http://s5.uploads.ru/moJDn.gif',
'http://s5.uploads.ru/peHk6.gif',
'http://s5.uploads.ru/iEHCb.gif',
'http://s4.uploads.ru/t/GvAd6.gif',
'http://s5.uploads.ru/t/OIPrJ.gif',
'http://s4.uploads.ru/t/NDRsM.gif',
'http://s3.uploads.ru/s9gw5.gif',
'http://s2.uploads.ru/3vHws.gif',
'http://s3.uploads.ru/5Umcb.gif',
'http://s2.uploads.ru/EIio4.gif',
'http://s2.uploads.ru/yrZ0u.gif',
'http://s2.uploads.ru/e9SH2.gif',
'http://s2.uploads.ru/TcLiN.gif',
'http://s3.uploads.ru/dV92I.gif',
'http://s3.uploads.ru/aD3Sn.gif',
'http://s3.uploads.ru/Jjop7.gif',
'http://s3.uploads.ru/RubZx.gif',
'http://s2.uploads.ru/7xojd.gif',
'http://s2.uploads.ru/qzWjJ.gif',
'http://s2.uploads.ru/PeiHs.gif',
'http://s2.uploads.ru/pCUnk.gif',
'http://s3.uploads.ru/Rq2KN.gif',
'http://s3.uploads.ru/NO1FG.gif',
'http://s2.uploads.ru/qEziw.gif',
'http://s2.uploads.ru/sUtuM.gif',
'http://s2.uploads.ru/TKJsv.gif',
'http://s2.uploads.ru/myx9P.gif',
'http://s3.uploads.ru/jT60m.gif',
'http://s2.uploads.ru/TcJWj.gif',
'http://s2.uploads.ru/tX3pi.gif',
'http://s3.uploads.ru/ol3eZ.gif',
'http://s3.uploads.ru/WHPxR.gif',
'http://s2.uploads.ru/NREhn.gif',
'http://s1.uploads.ru/hBWfP.gif',
'http://s1.uploads.ru/O7X5G.gif',
'http://s1.uploads.ru/b52H7.gif',
'http://s1.uploads.ru/VEka1.gif',
'http://s1.uploads.ru/arFKc.gif',
'http://s1.uploads.ru/y7g61.gif',
'http://s1.uploads.ru/qBQOR.gif',
'http://s1.uploads.ru/RB8t6.gif',
'http://s1.uploads.ru/XFCNi.gif',
'http://s1.uploads.ru/AMYcK.gif',
'http://s1.uploads.ru/ZTdLJ.gif',
'http://s3.uploads.ru/WIh39.gif',
'http://funkyimg.com/i/DfoN.gif',
'http://funkyimg.com/i/Dfp9.gif',
'http://funkyimg.com/i/Dfph.gif',
'http://s5.uploads.ru/t/k6hOU.gif',
'http://s4.uploads.ru/t/w2j3m.gif',
'http://s4.uploads.ru/t/jJTMs.gif',
'http://s5.uploads.ru/t/mk0Df.gif',
'http://s4.uploads.ru/t/8cteZ.gif',
'http://s4.uploads.ru/t/ztkne.gif',
'http://s4.uploads.ru/t/TdXY4.gif',
'http://s5.uploads.ru/t/cXJqb.gif',
'http://s5.uploads.ru/t/IMBZe.gif',
' http://funkyimg.com/i/2b5nX.gif',
' http://funkyimg.com/i/2b5nY.gif',
' http://funkyimg.com/i/2b5o2.gif',
' http://funkyimg.com/i/2b5o4.gif',
' http://funkyimg.com/i/2b5o6.gif',
' http://funkyimg.com/i/2b5pT.gif',
' http://funkyimg.com/i/2b5qf.gif',
' http://funkyimg.com/i/2b5qg.gif',
' http://funkyimg.com/i/2b5qk.gif',
' http://funkyimg.com/i/2b5qR.gif',
' http://funkyimg.com/i/2b5qS.gif',
' http://funkyimg.com/i/2b5qV.gif',
' http://funkyimg.com/i/2b5qZ.gif',
' http://funkyimg.com/i/2b5rj.gif',
' http://funkyimg.com/i/2b5rk.gif',
' http://funkyimg.com/i/2b5ro.gif',
' http://funkyimg.com/i/2b5rp.gif',
' http://funkyimg.com/i/2b5rL.gif',
' http://funkyimg.com/i/2b5s4.gif',
' http://funkyimg.com/i/2b5s7.gif',
' http://funkyimg.com/i/2b5sp.gif',
' http://funkyimg.com/i/2b5st.gif',
' http://funkyimg.com/i/2b5su.gif',
' http://funkyimg.com/i/2b5sv.gif',
' http://funkyimg.com/i/2b5sw.gif',
' http://funkyimg.com/i/2b5sx.gif',
' http://funkyimg.com/i/2b5sN.gif',
' http://funkyimg.com/i/2b5sS.gif',
' http://funkyimg.com/i/2b5t1.gif',
' http://funkyimg.com/i/2b5tb.gif',
' http://funkyimg.com/i/2b5tc.gif',
' http://funkyimg.com/i/2b5te.gif',
' http://funkyimg.com/i/2b5tg.gif',
' http://funkyimg.com/i/2b5ts.gif',
' http://funkyimg.com/i/2b5tu.gif',
' http://funkyimg.com/i/2b5tw.gif',
' http://funkyimg.com/i/2b5tA.gif',
' http://s1.uploads.ru/4YFqC.gif',
' http://s1.uploads.ru/t/aXofl.gif',
' http://s1.uploads.ru/lM208.gif',
' http://s1.uploads.ru/UyDWN.gif',
'http://s8.uploads.ru/t/NmrMu.gif',
'http://s3.uploads.ru/guSIG.gif',
'http://s4.uploads.ru/AQRYq.gif',
'http://funkyimg.com/i/2ac7R.gif',
'http://funkyimg.com/i/2aeF6.gif',
'http://s2.uploads.ru/fj32p.gif',
'http://s4.uploads.ru/pQKgG.gif',
'http://i.imgur.com/U2BDu6H.gif',
'http://sd.uploads.ru/uj0pw.gif',
'http://sh.uploads.ru/nBDs5.gif',
'http://sg.uploads.ru/ujCLf.gif',
'http://s2.uploads.ru/i9sxK.gif',
'http://s7.uploads.ru/KEd8a.gif',
'http://i.imgur.com/PHIecnJ.gif',
'http://i.imgur.com/kuSV2Zq.gif',
'http://i.imgur.com/Ixz9OtM.gif',
'http://s7.uploads.ru/t/23oIz.gif',
'http://s2.uploads.ru/DsJjo.gif',
'http://s8.uploads.ru/t/DkFLg.gif',
'http://sf.uploads.ru/t/s5XK8.gif',
'http://s7.uploads.ru/t/KYEiu.gif',
'http://s3.uploads.ru/t/1Ijrs.gif',
'http://sa.uploads.ru/t/SCklG.gif',
'http://s8.uploads.ru/t/vDFB9.gif',
'http://s3.uploads.ru/t/z75Ec.gif',
'http://s6.uploads.ru/t/aF2Jg.gif',
'http://se.uploads.ru/t/z2Ku3.gif',
'http://s7.uploads.ru/t/0wnNl.gif',
'http://sg.uploads.ru/t/4AbHc.gif',
'http://sh.uploads.ru/t/3kMYC.gif',
'http://funkyimg.com/i/2mikR.gif',
'http://funkyimg.com/i/2mikT.gif',
'http://funkyimg.com/i/2mikV.gif',
'http://funkyimg.com/i/2mikW.gif',
'http://funkyimg.com/i/2mikX.gif',
'http://funkyimg.com/i/2mim1.gif',
'http://funkyimg.com/i/2mir4.gif',
'http://funkyimg.com/i/2mir5.gif',
'http://funkyimg.com/i/2mir6.gif',
'http://funkyimg.com/i/2mir7.gif',
'http://funkyimg.com/i/2mir8.gif',
'http://funkyimg.com/i/2mir9.gif',
'http://funkyimg.com/i/2mira.gif',
'http://funkyimg.com/i/2mirb.gif',
'http://funkyimg.com/i/2mirc.gif',
'http://funkyimg.com/i/2mirS.gif',
'http://funkyimg.com/i/2mirT.gif',
'http://funkyimg.com/i/2mizx.gif',
'http://funkyimg.com/i/2mizy.gif',
'http://funkyimg.com/i/2miAF.gif',
'http://funkyimg.com/i/2miAG.gif',
'http://funkyimg.com/i/2miAH.gif',
'http://funkyimg.com/i/2miAJ.gif',
'http://funkyimg.com/i/2miAK.gif',
'http://funkyimg.com/i/2miAL.gif',
'http://funkyimg.com/i/2miAM.gif',
'http://funkyimg.com/i/2miAN.gif',
'http://s3.uploads.ru/UIHXT.gif',
'http://sa.uploads.ru/t/sDyTN.gif',
'http://s5.uploads.ru/ixyjL.gif',
'http://s4.uploads.ru/t/dlmgH.gif',
'http://s0.uploads.ru/XfTwV.gif',
'http://sg.uploads.ru/aC69L.gif',
'http://s4.uploads.ru/kUClK.gif',
'http://s3.uploads.ru/uJ9n4.gif',
'http://s6.uploads.ru/E4hTG.gif',
'http://sg.uploads.ru/4xKh8.gif',
'http://s7.uploads.ru/z6oau.gif',
'http://s1.uploads.ru/OIkDj.gif',
'http://s1.uploads.ru/t/f6TpU.gif',
'http://se.uploads.ru/nSDMP.gif',
'http://funkyimg.com/i/2iKCC.gif',
'http://sg.uploads.ru/e5BAb.gif',
'http://s3.uploads.ru/z9JSw.gif',
'http://s6.uploads.ru/hoCng.gif',
'http://s1.uploads.ru/kjeSq.gif',
'http://s1.uploads.ru/EiKmq.gif',
'http://funkyimg.com/i/2iKFF.gif',
'http://s9.uploads.ru/L2iFH.gif',
'http://s5.uploads.ru/6PuQc.gif',
'http://s1.uploads.ru/GzUwc.gif',
'http://funkyimg.com/i/2iKFN.gif',
'http://s9.uploads.ru/kns4b.gif',
'http://sa.uploads.ru/aSRZC.gif',
'http://s6.uploads.ru/G8WzP.gif',
'http://sa.uploads.ru/GCiy3.gif',
'http://s3.uploads.ru/FkZUE.gif',
'http://se.uploads.ru/LmQ4C.gif',
'http://s7.uploads.ru/KYSNm.gif',
'http://sg.uploads.ru/BiRLU.gif',
'http://s0.uploads.ru/Ck2Mp.gif',
'http://sd.uploads.ru/pJ35M.gif',
'http://s1.uploads.ru/vRj3Z.gif',
'http://s0.uploads.ru/jTJng.gif',
'http://s7.uploads.ru/fVYWg.gif',
'http://s8.uploads.ru/CYiNj.gif',
'http://s9.uploads.ru/YAblH.gif',
'http://s3.uploads.ru/4lUGV.gif',
'http://sa.uploads.ru/t/fuXcQ.gif',
'http://s2.uploads.ru/t/9PyIK.gif',
'http://sa.uploads.ru/t/Du1dk.gif',
'http://s0.uploads.ru/t/Y5hAF.gif',
'http://sa.uploads.ru/t/pse3P.gif',
'http://se.uploads.ru/t/NgLp4.gif',
'http://sg.uploads.ru/t/EZK54.gif',
'http://i.imgur.com/AEVt4Bt.gif',
'http://s4.uploads.ru/9wJSI.gif',
'http://sd.uploads.ru/47KyV.gif',
'http://s1.uploads.ru/i/YkJuB.gif',
'http://s1.uploads.ru/b5jW2.gif',
'http://sd.uploads.ru/mKaGc.gif',
'http://s1.uploads.ru/i/OIdaX.gif',
'http://sa.uplds.ru/SHgP2.gif',
'http://s6.uploads.ru/t/DQNes.gif',
'http://sd.uplds.ru/6vZXi.gif',
'http://s0.uplds.ru/xZP7j.gif',
'http://sa.uplds.ru/cTrp5.gif',
'http://sa.uplds.ru/2AuPl.gif',
'http://s9.uplds.ru/zyHlR.gif ',
'http://sa.uplds.ru/9nZGc.gif',
'http://s7.uplds.ru/Byh0U.gif',
'http://funkyimg.com/i/2fiTF.gif',
'http://sa.uplds.ru/oHPDf.gif',
'http://s2.uploads.ru/xYUaQ.gif',
'http://s2.uploads.ru/53Gca.gif',
'http://s1.uploads.ru/i/PIKi1.gif',
'http://s1.uploads.ru/t/5fvSZ.gif',
'http://s0.uploads.ru/t/0LbQj.gif',
'http://sf.uploads.ru/wnKfH.gif',
'http://s1.uploads.ru/ZogLq.gif',
'http://sh.uploads.ru/t/64btl.gif',
'http://s8.uploads.ru/t/Yjeu8.gif',
'http://sg.uploads.ru/t/RZma7.gif',
'http://se.uploads.ru/t/hxugW.gif',
'http://sf.uploads.ru/t/O28Vn.gif',
'http://s4.uploads.ru/t/67I1z.gif',
'http://s3.uploads.ru/t/XhKSm.gif',
'http://s1.uploads.ru/Yk7nv.gif',
'http://sh.uploads.ru/ZO0Uy.gif',
'http://s2.uploads.ru/t/Ccide.gif',
'http://s5.uploads.ru/t/WJTzQ.gif',
'http://sd.uploads.ru/t/NjMQf.gif',
'http://s3.uploads.ru/t/S98Cb.gif',
'http://s8.uploads.ru/udeOl.gif',
'http://s8.uploads.ru/4VDcl.gif',
'http://funkyimg.com/i/22GEN.gif',
'http://sa.uploads.ru/Ti1PV.gif',
'http://s0.uploads.ru/t/9lzAd.gif',
'http://sf.uploads.ru/Ulj2P.gif',
'http://funkyimg.com/i/TVuP.gif',
'http://s2.uploads.ru/Y6sit.gif',
'http://funkyimg.com/i/2fpSY.gif',
'http://funkyimg.com/i/2fpRM.gif',
'http://funkyimg.com/i/2fpSE.gif',
'http://funkyimg.com/i/2fpRB.gif',
'http://funkyimg.com/i/2fpRD.gif',
'http://funkyimg.com/i/2fpRC.gif',
'http://s3.uploads.ru/t/DSN8l.gif',
'http://funkyimg.com/i/2fpNY.gif',
'http://funkyimg.com/i/2fpSd.gif',
'http://funkyimg.com/i/2a9Tn.gif',
'http://funkyimg.com/i/2a9Uj.giff',
'http://funkyimg.com/i/2a9Uo.gif',
'http://funkyimg.com/i/2a9Ui.gif',
'http://funkyimg.com/i/2a9UE.gif',
'http://s0.uploads.ru/t/Hc2zd.gif',
'http://se.uploads.ru/t/7azho.gif',
'http://s8.uploads.ru/t/4COre.gif',
'http://sg.uploads.ru/t/KsUqG.gif',
'http://s1.uploads.ru/t/mWh3n.gif',
'http://sf.uploads.ru/t/vtzp1.gif',
'http://s4.uploads.ru/t/w25mR.gif',
'http://sa.uploads.ru/t/xPrKR.gif',
'http://s9.uploads.ru/t/QkbtP.gif',
'http://s4.uploads.ru/t/igsof.gif',
'http://s9.uploads.ru/t/9KGTE.gif',
'http://s0.uploads.ru/t/xBRr6.gif',
'http://s6.uploads.ru/t/hOFSv.gif',
'http://sf.uploads.ru/t/ZxAEI.gif',
'http://s5.uploads.ru/t/f8RxT.gif',
'http://sh.uploads.ru/t/WPQ8U.gif',
'http://se.uploads.ru/t/PeGlz.gif',
'http://s1.uploads.ru/54gMp.gif',
'http://s4.uploads.ru/Mb7vB.gif',
'http://funkyimg.com/i/2b5tt.gif'],
nabor['hot']=[
'http://funkyimg.com/i/2bBXK.gif',
'http://i.imgur.com/A46zKym.gif',
'http://s3.uploads.ru/t/CNKVn.gif',
'http://s6.uploads.ru/t/ROsW6.gif',
'http://s2.uploads.ru/t/noVcN.gif',
'http://s5.uploads.ru/4y8Wr.gif',
'http://s1.uploads.ru/i/cQ7vN.gif',
'http://s5.uploads.ru/pcDdq.gif',
'http://s4.uploads.ru/l6hdy.gif',
'http://sa.uplds.ru/SzyPq.gif',
'http://sa.uplds.ru/cwBfS.gif',
'http://s8.uplds.ru/DOaRp.gif',
'http://funkyimg.com/i/2h25w.gif',
'http://s2.uploads.ru/m7CE9.gif',
'http://s4.uploads.ru/TO8ow.gif',
'http://s9.uploads.ru/t/OCYTL.gif',
'http://s9.uploads.ru/t/VbJY5.gif',
'http://s6.uploads.ru/t/4PigC.gif',
'http://s4.uploads.ru/t/dRMKv.gif',
'http://s4.uploads.ru/t/U9kTg.gif',
'http://se.uploads.ru/t/aWzpP.gif',
'http://s9.uploads.ru/t/qmydk.gif',
'http://s8.uploads.ru/t/CTXh3.gif',
'http://sf.uploads.ru/t/CPqZm.gif',
'http://s1.uploads.ru/t/ZAr81.gif',
'http://sg.uploads.ru/t/sSqvw.gif',
'http://s1.uploads.ru/t/3PjNr.gif',
'http://s1.uploads.ru/t/0vlzn.gif',
'http://s2.uploads.ru/t/cH5bi.gif',
'http://sg.uploads.ru/t/jRJGi.gif',
'http://s8.uploads.ru/t/VWzeQ.gif',
'http://s2.uploads.ru/t/0FtDH.gif',
'http://sh.uploads.ru/t/b8d0e.gif',
'http://s1.uploads.ru/t/msgYK.gif',
'http://sg.uploads.ru/t/q3eBt.gif',
'http://s8.uploads.ru/t/CWGap.gif',
'http://se.uploads.ru/t/JARP4.gif',
'http://s5.uploads.ru/t/48nq2.gif',
'http://sf.uploads.ru/t/G8p9i.gif',
'http://s5.uploads.ru/t/BIaPU.gif',
'http://s7.uploads.ru/t/pZFhY.gif',
'http://sg.uploads.ru/t/D4EUO.gif',
'http://sf.uploads.ru/t/kgsVJ.gif',
'http://sh.uploads.ru/t/Urgp9.gif',
'http://s3.uploads.ru/t/kaUxQ.gif',
'http://s9.uploads.ru/t/g4LGl.gif',
'http://sh.uploads.ru/t/LWDzr.gif',
'http://s9.uploads.ru/t/Nlm6W.gif',
'http://s3.uploads.ru/t/nqwej.gif',
'http://s9.uploads.ru/t/oF7Yq.gif',
'http://sd.uploads.ru/t/Yjq40.gif',
'http://sh.uploads.ru/t/tQKqj.gif',
'http://se.uploads.ru/t/80m9E.gif',
'http://s2.uploads.ru/t/UzCet.gif',
'http://s5.uploads.ru/t/Pd45a.gif',
' http://funkyimg.com/i/2b5sa.gif',
'http://s2.uploads.ru/t/23phC.gif',
'http://s3.uploads.ru/t/unCUH.gif',
' http://funkyimg.com/i/2b5sb.gif',
'http://s2.uploads.ru/t/BFW5w.gif',
' http://sf.uploads.ru/qenpv.gif',
' http://s0.uploads.ru/07hBD.gif',
' http://s5.uploads.ru/GB7cf.gif',
'http://s6.uploads.ru/t/3HJCO.gif',
'http://s8.uploads.ru/t/esryn.gif',
'http://s0.uploads.ru/t/9DCjk.gif',
'http://s2.uploads.ru/Rl2Ns.gif'];
$('#button-smile').one('click',function(){$('#smilies-block').addClass('t-0');var vkl = '<div id="wrapper"><ul class="tabs" onclick="smilies();return 0;"><li class="t-0 active"><a>Обычные</a></li></ul></div>';$('#smilies-area').prepend(vkl)[0].removeAttribute('onclick');for(var i in nabor){$('.tabs').append('<li class="t-'+i+'"><a>'+i+'</a></li>');$('#wrapper').append('<div class="t-'+i+'"></div>');$.each(nabor[i],function(q){$('div.t-'+i).append('<img " width: " 100px " src="'+nabor[i][q]+'" onclick=smile("[img=smalimg]'+nabor[i][q]+'[/img]") />');})};$('.tabs li').click(function(){var thisClass=this.className;$('#smilies-area div[class^="t-"]').hide();$('div.'+thisClass).fadeToggle('slow');$('.tabs li').removeClass('active');$(this).addClass('active');}); $('#smilies-area img').click(function(){ $('#smilies-area').hide();});});
</script>
<script type="text/javascript">
$('#pun-ulinks ul').prepend('<li class="item1"><a href="/search.php?action=show_new">Новые сообщения</a></li>');
</script>Поделиться62022-04-01 21:50:18
j.k.rowling wizarding world ∎ волшебный мир Дж.Роулинг
sirius black ∎ сириус блэк![]()
[Ben Barnes]основная информация
------------- ▲ - - - - - - ▼ -----------
дополнительные сведения
---------------- ▲ - - - - - - ▼ ----------------
[связь с вами]
[другие персонажи на проекте]
Эскель
Пример игрыВспоминая, что последняя встреча со Стефаном была не в особо хорошей обстановке, но он был единственным, кто сохранил холодный рассудок, Скотт лишь пожал плечами, смотря на Ороро все также лежа.
- Против него я точно не буду, - улыбнулся мужчина, вставая и отряхиваясь от наиболее прилипчивой травы, - хорошо иногда приходить чуть раньше. Пришла бы, полежала рядом. Вид у тебя очень уставший, - он не мог это не отметить. Сейчас всем приходилось несладко, - ну что ж, вперед.
Шаг в портал и вот уже на них наставлены стволы автоматов от местных пограничников. Не слишком дружелюбно, как подумал Саммерс, поднимая руку и показывая на форму и визор.
- Стоит опустить оружие, друзья, проблемы никому не нужны, особенно, что положение в мире несколько шаткое.
Военные спорить не стали, их командир жестом приказал сделать то же самое.
- Перестраховка, сами понимаете, - нервно улыбаясь и поправляя кепку, чтобы вытереть проступивший пот, военнослужащий подошел чуть ближе, понижая тон, - про обстановку вы сейчас очень верно подметили, мистер Саммерс, - с его акцентом это звучало смешно. Едва подавляя желание улыбнуться, Циклоп посмотрел на джип и снова на военного.
- Полагаю, это транспорт для нас? Здесь должен был появиться еще один человек. Доктор, если быть точнее.
При слове «доктор», подчиненные вокруг заулыбались и начали перешептываться, но жестким взглядом командир заставил их пересмотреть свое поведение.
- Да, он сейчас в деревне прямо за нами, мы можем заехать за ним по пути, - он заторопился к машине, словно боясь смотреть на мутантов дольше положенного. Непонятно только, что это был за страх. Как уважительный, или же как из презрения.
- Мы благодарим вас за содействие. Если все пройдет как нужно, мы заберем нашего соотечественника сегодня же. Разумеется, последует расследование. И в ваших же интересах не препятствовать, - взглянув на Шторм, Скотт прошел к автомобилю и сел на заднее сидение, - быстро забираем Стрэнджа и выдвигаемся к месту происшествия.
Коммуникатор ожил, как только они заметили Стефана у одного из домов. Скотт выпрыгнул из машины почти на ходу, отвечая в наушник:
- Держись, мы тебя видим, - подбежав и хлопнув Доктора по плечу, Сайк оглядел собравшуюся толпу и буквально взглядом освободил обратную дорогу, - Шторм, отведи, пожалуйста, Стефана в машину.
- Но доктор нам нужен именно сейчас, - толпа не желала мириться с таким развитием событий и было видно, что некоторые мужчины уже готовы перейти от слов к делу. Объяснять им про международные скандалы, поднятие руку на дипломатов Кракоа, прочие грехи, что потом уже обернутся крахом для их деревушки, было ровным счетом бесполезно.
- Это ваш народ, вы и разбирайтесь с этим, - крикнул Саммерс командиру военного отряда, что продолжал сидеть в машине, - у нас умирает мутант, а у Врат я уже говорил вам, чем все может обернуться, - сурово проговорил он, открывая дверцу джипа.
- Вот так вот, Стефан. Не делай добра, не получишь зла, - усмехнулся Циклоп, еще раз хлопнув по плечу Стефана. Еще чуть - чуть, и пришлось бы просить помощи у Ороро. Думаю, пара спецэффектов с молниями и ветром образумила бы толпу не лезть с претензиями к Богу.


























