@import url(style_cs.1760786955.css);

/********** Чистый стандартный стиль для MyBB ***********/
/******** Cпециально для ForumD.ru © Gerda, 2023 ********/
/**************************************************
!!! Условия использования !!!

1. Данный копирайт не удалять
2. При публикации производных работ указывать ссылку на автора и ForumD.ru
3. При публикации в общий доступ указывать ссылку на автора и ForumD.ru
4. Публичный производный контент должен распостраняться на тех же условиях

Подробно: forumd.ru/viewtopic.php?id=5751#rule
**************************************************/

/* ================== */
/*дополнительные шрифты*/
@font-face {
font-family: "SofiaSans";
src: url(https://forumstatic.ru/files/001c/8b/41/63458.ttf);
}

@font-face {
font-family: "Weblysleekuil";
src: url(https://forumstatic.ru/files/001c/8b/41/61247.ttf);
}

@font-face {
    font-family: "Futurabookc";
    src: url("https://forumstatic.ru/files/001c/8b/41/24942.otf");
}

@font-face {
font-family: "Roboto";
src: url(https://forumstatic.ru/files/001b/fb/3e/69070.ttf);
}

@font-face {
font-family: "Georama";
src: url(https://forumstatic.ru/files/001c/8b/41/31812.ttf);
}
@font-face {
font-family: "Georama-Regular";
src: url(https://forumstatic.ru/files/001c/8b/41/65631.ttf);
}
@font-face {
font-family: "GeoramaExtraExpanded";
src: url(https://forumstatic.ru/files/001c/8b/41/79201.ttf);
}
@font-face {
font-family: "GeoramaExtraCondensed";
src: url(https://forumstatic.ru/files/001c/8b/41/58984.ttf);
}
@font-face {
font-family: "GeoramaExpanded";
src: url(https://forumstatic.ru/files/001c/8b/41/10470.ttf);
}
@font-face {
font-family: "GeoramaCondensed";
src: url(https://forumstatic.ru/files/001c/8b/41/19677.ttf);
}
@font-face {
font-family: Zangezi08_Trial-Condensed;
src: url(https://forumstatic.ru/files/0014/ed/19/52842.otf);
}


@font-face {
font-family: Bebas Neue;
src: url(https://forumstatic.ru/files/001b/8a/68/60831.ttf);
}

@font-face {
font-family: Bebas Neue Cyrillic;
src: url(https://forumstatic.ru/files/001c/0a/b2/74643.ttf);
}

@font-face {
font-family: spacetron;
src: url(https://forumstatic.ru/files/001c/0a/b2/25482.ttf);
}

@font-face {
font-family: Kill Switch Cyr;
src: url(https://forumstatic.ru/files/001c/0a/b2/89270.ttf);
}

@font-face {
font-family: Sweet Mavka Script;
src: url(https://forumstatic.ru/files/001b/8a/68/47825.ttf);
}

/* Скрываем элементы форума */

.acchide,
#pun-index #pun-main h1,
#pun-navlinks 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,
#pun-title h1,
#pun-announcement h2{
display: none;
}

#pun:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb .post-box:after,
.punbb .linksb:after,
.punbb .container:after {clear: both; content: "."; display: block; height: 0; visibility: hidden; overflow:hidden; line-height: 0.0; font-size: 0;}

/* положение содержимого форума */
#pun-navlinks >.container,
#pun-ulinks >.container,
#pun-announcement >.container,
#pun-status >.container,
#pun-break1,
#pun-crumbs1 >.container,
#pun-break2,
#pun-main,
#pun-stats,
#tieser-bottom,
#pun-break3,
#pun-crumbs2 >.container,
#pun-break4,/*
#pun-about,*/
#html-footer >.container{
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1000px;
    margin-left: 20px;
}


/* ================== */

/* Общие стили */
* {margin: 0; padding: 0;}
body {margin: 0;}
ul, dl, li, dd, dt {list-style: none;}

body {font: 12px tahoma;}
h2 {
font-size: 14px; 
font-weight: normal;
padding: 5px 10px;
margin: 0;
}

h1 {
    position: absolute;
    margin-left: 540px;
    margin-top: 16px;
    font: 20px Zangezi08_Trial-Condensed;
    text-transform: uppercase;
}


address, em {font-style: normal}

a {
    text-decoration: none;
    color: #3f3f3f;}

/* Скроллбары */
* {
scrollbar-width: thin;
    scrollbar-color: #df9653 #dbdbdd;
}
*::-webkit-scrollbar {width: 9px; height: 9px;}
*::-webkit-scrollbar-track {background-color: #523329;}
*::-webkit-scrollbar-thumb {background-color: #cfba6a;}

/* ================== */

/* Тело форума */
.punbb {
margin: 0;}


/*** убираем font boosting ***/
html, html * {
text-size-adjust: none;
-ms-text-size-adjust: none;
-webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
}

/* ================== */


/* Меню навигации */
#pun-navlinks .container {
position: relative;
    display: block;
    width: 70%;
    margin-left: 169px;
    margin-top: -116px;
    font: 18px Georgia;
    padding-left: 10px !important;
    z-index: 99999;
}
#pun-navlinks li {
display: inline;
padding-right: 10px;
}



/* Юзер меню */
#pun-ulinks .container {position: relative;
    padding: 19px 0px;
    text-align: center;
     margin-left: 25px;
    margin-top: 3px;
    margin-bottom: -3px;
    z-index: 99999;}

#pun-ulinks li {
display: inline;
padding-right: 10px;
  text-align: center;
}

/* до наведения */
#pun-ulinks a {
color: #b7b7ac;
    font-size: 14px;
    text-shadow: 0px 0 0px rgb(90 61 33);
    padding: 0px 0px 0px 0px;
    font-family: "SofiaSans";
    text-transform: lowercase;
    }

/* после наведения */
#pun-ulinks a:hover, #pun-ulinks a:focus, #pun-ulinks a:active {
  background: ;
  color:  #d1d0ce;
  }



/* ================== */

/* Объявление */
#pun-announcement .container {   
position: relative;
    padding: 10px;}

/* Статус (Добро пожаловать) */
#pun-status .container {
    position: absolute;
    margin-bottom: 0;
    margin-top: -522px;
    margin-left: 27px;
    z-index: 9999;
    color: #a3a3a3;
}
#pun-status span {
white-space: nowrap;
margin-right: 5px;
}


#pun-crumbs1 {font-weight: bold;}
#pun-crumbs1 p.container {
padding: 10px 10px 8px 10px;
margin-top: 0;
}

/*хлебные крошки */
.container.crumbs {
font-weight: bold;
padding: 10px 10px 8px 10px;
}
#pun-crumbs1 .container.crumbs {margin-top: 0;
    font: 20px bebas neue cyrillic;
    text-align: center;
    color: #5c6161;}

#pun-crumbs2 .container.crumbs {
    height: 75px;
    width: 1050px !important;
    font: 20px bebas neue cyrillic;
    text-align: center;
    color: #5c6161;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 14px;
    padding-bottom: 125px;}

/* Копирайт майбб */
#pun-about .container {
    position: absolute;
    text-align: center;
    background: #f0f8ff12;
    padding: 6px;
    box-sizing: content-box;
    border-radius: 15px 0px 15px 0px;
    margin-top: -180px;
    margin-left: 389px;}

/* Фонд форума */
#pun-status .item3, #pun-status p span.item3 {
position: absolute;
    display: block ! important;
    margin-top: -15px;
    font-size: 12px;
    width: 225px;
    margin-left: -27px;
    z-index: 11;
    font-family: Georama;
    margin-left: 741px;}

#pun-status .item3 a {
    color: #DFDFDA! important;
    font-family: Georama;}
 
#pun-status .item4, #pun-status .item4 a {
display: none;
}


/* ================== */

/* Форумные таблицы */
table {table-layout: fixed; width: 100%;}
#respect {width: auto;}
.tcl {width: 50%; padding-top: 20px;}
.tc2, .tc3, .tcmod {
text-align: center;
width: 10%;
}


#pun-searchtopics .tcl,
#pun-modviewforum .tcl {
width: 40%;
padding-left: 30px;
}

#pun-searchtopics .tc2 {
text-align: left;
width: 20%;
}

#pun-debug table .tcl {width: 15%;white-space:normal;}
#pun-debug .tcr {width: 90%; white-space: normal;}

td {padding: 17px 12px;
}
th {padding: 4px 10px;  font-size: 0px;}

tbody.hasicon td.tcl {padding-left: 30px;}

.hasicon {
background: transparent;
}

.punbb div.icon {
  height: 25px;
    line-height: 0.0;
    margin-top: -9px;
    margin-left: -14px;
    width: 26px;
    position: absolute;
  }

#pun-viewforum table Div.icon, #pun-messages table Div.icon, #pun-searchtopics table Div.icon
{
  height: 25px;
    line-height: 0.0;
    margin-top: -9px;
    margin-left: -14px;
    width: 26px;
    position: absolute;
  }
/* ================== */

/* Категории */
.category {margin-top: 10px;}
#pun-category1 {margin-top: 10px;}
.category td .modlist {
display: block;
padding-top: 5px;
}

/* Статистика */
#pun-stats .container {
    position: relative;
    padding: 20px 20px 20px 24px;
}

#pun-stats li.item1, #pun-stats li.item2 {
margin-left: 641px;
    text-align: right;
    clear: both;
    line-height: 150%;
    color: #7b7979;
    font: 12px tahoma !important;
}
#pun-stats li.item3, #pun-stats li.item4 {
color: #7b7979;
    text-align: right;
    line-height: 150%;
}

#pun-stats.section h2 { 
        position: absolute;
    height: 60px;
    width: 989px;
    font-size: 18px;
    font-family: Georgia;
    text-align: center;
    margin-left: -218px;
    margin-top: 16px;
    z-index: 99999;
}

li#onlinelist {
margin-top: 10px;
float: left;
line-height: 130%;
}
li#onlinelist div {padding: 8px 0 0 0;}

/* ================== */

/* Пагинация (Переключаемые страницы, Новая тема + Опрос, Подписка) */
.multipage {margin-top: 30px;
padding-left: 25px! important;
padding-right: 55px! important;
margin-left: 40px! important;}
.linkst {
position: relative;
height: 0;
}
.linkst .pagelink,
.linkst .postlink {
position: relative;
    top: -32px;
}
.linkst .pagelink {left: 10px;}
.linkst .postlink {right: -10px;
    text-align: right;
    margin-top: 85px;}

.linksb {
text-align: right;
padding: 4px 10px;
}
.linksb .pagelink {float: left; text-align: left;}
.linksb .postlink {float: right;}
.subscribelink {
clear:both;
padding: 5px 0;
}

/* Модераторское меню, RSS, Atom */
.modmenu .container {padding: 5px 10px;text-align: right;}
.modmenu .container strong {float: left;}
.modmenu input {margin-left: 10px;}

/* ================== */

/* Страница топика */
.post {margin-top: 10px;}
.toppost, .topicpost {margin-top: 0;}

.post .container {
margin-top: 28px;
}
.post h3 {    background: transparent;}
.post h3 span {
    padding: 2px 15px;
    display: block;
}
.post h3 strong {
position: absolute;
    float: right;
    text-align: center;
    font-weight: normal;
    margin-left: 467px;
    margin-top: 57px;
    padding: 11px;
}

.post .post-author {
float: left;
    width: 250px;
}
.post-body {margin-left: 300px; color: #53514f;}
.post-box {
    padding: 48px 25px 0px 19px;
    background: url(https://upforme.ru/uploads/0014/ed/19/14/574742.png) no-repeat top center, url(https://upforme.ru/uploads/0014/ed/19/14/821940.png) no-repeat bottom, url(https://upforme.ru/uploads/0014/ed/19/14/165521.png) repeat-y;
    text-align: justify;
    margin-bottom: 30px;
    margin-top: 50px;
    margin-left: -4px;
    box-shadow: 0px 0px 6px 0px #777674;}

.post-links {margin-left: 300px;}
.post-links ul {
    width: 327px;
    padding: 11px 45px 4px 0px;
    margin-left: 23px;
    margin-top: -35px;
    text-align: right;
    border-radius: 10px 10px 0px 0px;
}
.post-links li {
display: inline;
padding-left: 10px;
}

.pl-email, .pl-website {float: left;}


.clearer {clear: both; height: 0; font-size: 0;}


/* ================== */

/* Подпись в топике */
.post-sig dt, .post-sig dd, .post-sig dl {margin: 0} 
.post-sig dt {
display: block;
margin: 5px 0;
}

/* Контент поста */
pre {font: 10px tahoma;}
.post-content em {font-style: italic}
.post .post-content td {
    border-width: 0px !important;
    padding: 0.4em 0.5em !important;
    overflow: hidden;
}
.post-content em.bbuline {font-style: normal; text-decoration: underline;}
.post-content p {
margin: 0;
line-height: 150%;
padding: 0 0 12px 0;
}
.post-content img {vertical-align: middle;}
.scrollbox {
width: 100%;
overflow: auto;
max-height: 200px;
}
.quote-box, .code-box {
text-align: justify;
    margin: 4px 10px 10px;
    padding: 8px;
    border-left: 2px solid #df9653;
    background: #d1d1d1;
}
.quote-box cite {
display: block;
padding-bottom: 5px;
}
.code-box strong.legend {
display: block;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    text-transform: lowercase;
    background: #c6cccc;
}

/* ================== */

/* Формы */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 3px;}
p[class="checkfield"] *, div[class="checkfield"] *, fieldset[class="radiofield"] * {height: 20px; vertical-align: middle;}

textarea, input, select, optgroup {    font-family: tahoma;
    text-transform: none;
    color: #000a0a;
    padding: 3px;
    font-size: 13px;
    background: #d5d5d5;
    border: 2px solid #c6cccc;
}
optgroup {font-weight: bold;}

.formal .container {padding: 10px 20px;}

.formsubmit {
padding: 0 0 0 15px;
margin: 10px 0 0 0;
}
.formsubmit input, .formsubmit a, .formsubmit span {
margin: 0 6px 0 0;
    background: #c6cccc;
    border: solid 2px #d5d5d5;
    padding: 4px;
    color: #24242491;
    font: 17px bebas neue cyrillic;
cursor: pointer;}

fieldset {border: none;}
fieldset legend {
font-style: italic;
font-weight: bold;
color: #575756;
}
fieldset fieldset {
border: none;
margin: 0;
padding: 0 0 8px 0
}
.fs-box {padding: 5px 0;}
.fs-box p, .fs-box fieldset {
    padding: 0 0 8px 0;
    font: 16px tahoma;
}

.inline .inputfield, .inline .selectfield, .inline .passfield {float: left;margin-right: 1em;}
.inline .infofield {clear:both}
.datafield br {display: none}
.required label, .datafield span.input {font-size: 10px;}
textarea, .longinput input {width: 64%; margin: 0;}
.hashelp {position: relative;}

/* ================== */

/* Предпросмотр сообщения */
#pun-post .topic {margin-top: 10px;}

/* ================== */

/* Профиль + ЛС */
#profile .container {padding-left: 21px;}


#profilenav li {padding-bottom: 10px;}
#viewprofile ul, #profilenav ul {    padding: 10px;
-131px 0px 10px -2px
}
#viewprofile h2, #profilenav h2 {
padding: 0;
margin: 0;
}
#viewprofile li {margin-bottom:2px;}
#viewprofile li span {
float: left;
width: 180px;
padding: 5px 10px;
font-weight: bold;
}
#viewprofile li strong, #viewprofile li div {
display: block;
padding: 5px 10px;
font-weight: normal;
}
img.avatardemo {float: right;margin: 0 0 8px 18px;}

/* ================== */

/* Список пользователей */
#pun-userlist .formal, #pun-userlist .formal .container {margin-bottom: 0;}
#pun-userlist .tc2 {
text-align: left;
width: 20%;
}
#pun-userlist .tcl {width: 40%}


/* ================== */

/* Собщения об ошибках */
.info .container {background: #bdbcbc;
    padding: 11px;
    border-radius: 20px;}
.info .container .backlink {padding-top: 8px;}

/* ================== */

/* Регистрация */
.info-box {
padding: 10px 15px;
margin: 0 0 10px 0;
}
.info-box * {padding: 0 0 5px 0;}
.info-box .legend {font-weight: bold;}

/*перенос граф "тем" и "сообщений" под подфорум*/
#pun-index .category .tc2,#pun-index .category .tc3,
#f-subforums .tc2,#f-subforums .tc3{
  display:none!important;
}

/*аватар в теме главной страницы*/
.punbb .user-avatar .avatar-image {
border-radius: 50% !important;
    height: 36px;
    width: 36px;
    opacity: 0.85;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    border: 2px solid #33332a;
    margin-top: -10px;
}
.punbb .user-avatar .isonline {
top: -7px! important;
}

    .go-up,.go-down {
    padding:0;
    margin-top: 10px;
    margin-left: -10px;
    display:block;
    background-color:transparent;
    outline: none 0 transparent;
    border:none 0 transparent;
    cursor:pointer;
    text-align:center; /*выравнивание*/
    opacity: .7; /*прозрачность*/
    width: 23px; /*ширина кнопки*/
    height: 100px; /*высота кнопки*/
    }
    /*при наведении курсора*/
    .go-down:hover,.go-up:hover {
    opacity:1;
    }
    #wrp-butt{
    overflow:hidden;
    position:fixed; /*позиционируем*/
    z-index:9999; /*показываем поверх всех элементов на странице*/
    right:25px; /*указываем положение, если слева - left*/
    bottom:110px; /*положение от низа окна браузера*/
    }


#tags .container {
background: #e5e3e4;
    border: solid 2px #df9653;
    position: absolute;
    right: 6px;
    top: 43px;
    z-index: 2;
display: block;
}

/*Регулировка размера шрифта в постах © Alex_63*/
.FNTslider {
border-radius: 4px;
    position: absolute;
    z-index: 1000;
    background: #c290469c;
    width: 100px;
    height: 5px;
    margin: 32px 291px;
    border: solid 1px #dbdbdb;
    float: none;
    margin-right: 180%;
}
.FNTslider .before {
  height: 5px;
  border: solid 1px transparent;
  border-right: none 0;
  border-radius: 4px 0 0 4px;
  position: absolute;
  background: #c29046;
  margin-top: -1px;
}
.FNTslider .thumb {
  width: 8px;
  height: 13px;
  border-radius: 3px;
  position:absolute;
  top: -4px;
  background: #c29046;
  cursor: pointer;
}

/*БыстроПлюсы для Топика!*/
.noNull:before {
  content: "+";
  font-size: 9px;
  display: inline-block;
  margin-left: -6px;
  margin-top: 0px;
  position: absolute;
}
div .post-rating p>a {
    text-align: center;
    outline: 1px solid transparent;
    font-weight: 700;
    background: url(https://upforme.ru/uploads/0014/ed/19/14/316023.png) no-repeat center;
    background-size: 38px auto;
    position: relative;
    padding-left: 1px;
    z-index: 100;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 12px !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    letter-spacing: -1px;
    color: #336B5E;
}
div.dark-style .post-rating p>a {/*перекраска для другого стиля, удалите если у вас стоит стиль без перекрасок*/
  color: #6BC8AF !important;
}
div.post-vote {
    margin-bottom: 65px;
}
div.post-vote p>a {
  font-size: 0 !important;
  position: absolute;
  cursor: pointer;
  z-index: 200;
  width: 23px;
  height: 23px;
  background: url(https://forumstatic.ru/files/0012/d8/04/75043.png?) no-repeat;
  display: block;
  background-size: 100%;
  margin-left: -10px;
  margin-top: 10px;
}
.post.dark-style div.post-vote p>a {/*перекраска для другого стиля, удалите если у вас стоит стиль без перекрасок*/
  background: url(https://forumstatic.ru/files/0012/d8/04/38128.png?) no-repeat;
  background-size: 100%;
}



#pun-index .category-1 .user-avatar {
    margin-left: 206px;
    margin-top: 4px;
    height: 40px;
    vertical-align: middle;
}


.statscon {
    width: 883px;
    padding: 9px;
    margin-left: 55px;
    box-shadow: inset #b1b1b0 0px 0px 0px 5px;
    border-radius: 0px 30px 0px 30px;
 background-image: url(https://upforme.ru/uploads/001c/8b/41/3/786091.png);
    background-position: -1% 0%;
    background-repeat: no-repeat;
    background-size: auto;
}

#profile fieldset
 {
    clear: right;
    padding: 0px 10px 0px 59px;
}


.post-author .pa-online {
    position: absolute;
    font-size: 0;
    background-image: url(https://forumstatic.ru/files/0014/ed/19/41704.png);
    background-repeat: no-repeat;
    width: 47px;
    height: 22px;
margin-top: -67px;
    margin-left: 193px;
    background-color: #bfbfba;
    box-shadow: inset 3px 0px 3px 1px #6a6a67;
    border-radius: 10px 0px 0px 10px;
    box-sizing: content-box;
    padding: 3px;
}
.post-author .pa-last-visit {
    position: absolute;
    font-size: 0;
    background-image: url(https://forumstatic.ru/files/0014/ed/19/62673.png);
    background-repeat: no-repeat;
    width: 47px;
    height: 22px;
margin-top: -67px;
    margin-left: 193px;
    background-color: #bfbfba;
    box-shadow: inset 3px 0px 3px 1px #6a6a67;
    border-radius: 10px 0px 0px 10px;
    box-sizing: content-box;
    padding: 3px;
}

.pa-links {
    position: relative;
    padding: 44px;
    margin-left: -33px;
}

h3{
    font-weight: normal;
}

.fordes {
   position: relative;
    margin-left: 206px;
    width: 225px !important;
    margin-top: 40px;
    font-family: SofiaSans;
    font-size: 14px;
    padding-bottom: 20px;
    text-align: justify;
    color: #313131;
}

.fordes2 {
position: absolute;
    margin-left: 23px;
    width: 427px !important;
    margin-top: 11px;
    font-family: SofiaSans;
    font-size: 13px;
    text-align: justify;
    padding-top: 13px;
color: #313131;
 
}
