post of the week

    Они поднимаются в тишине, такой густой и напряжённой, что можно ножом резать. Юми старается не смотреть на него, сама не понимая почему. Осознание того, что им предстоит приходит к ней, лишь когда она переступает порог номера. Она мнётся пару секунд, не зная, что с этим делать. Будто они сняли номер совсем не для работы...

    читать далее
    episode of the week you're starin' to forget?

    bosver

    Информация о пользователе

    Привет, Гость! Войдите или зарегистрируйтесь.


    Вы здесь » bosver » коды » no light


    no light

    Сообщений 1 страница 4 из 4

    1

    0

    2

    Код:
    /*************************************************************
    СТРУКТУРА : все цвета, изображения, шрифты и проч. во втором окне
    *************************************************************/
    /* Не удалять
    -------------------------------------------------------------*/
    @import url(style_cs.css);
    /* Шрифты
    -------------------------------------------------------------*/
    @import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&family=Work+Sans:wght@400;500;600;700&display=swap");
    @import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght@100);
    @import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght@200);
    @import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght@300);
    @import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght@400);
    @font-face {
      font-family: FontAwesome;
      src: local("FontAwesome"), url(https://forumstatic.ru/files/001b/6f/ae/91462.otf);
    }
    
    /* Обнуление
    -------------------------------------------------------------*/
    * {
      border: none !important;
      border-style: none !important;
      border-width: 0 !important;
      border-color: transparent !important;
      -webkit-text-size-adjust: none !important;
      -moz-text-size-adjust: none !important;
      -ms-text-size-adjust: none !important;
    }
    
    html,
    body {
      margin: 0 !important;
      padding: 0 !important;
      outline: none !important;
    }
    
    .punbb * {
      margin: 0;
    }
    
    #pun {
      position: relative;
    }
    
    .punbb {
      float: left;
      width: 100%;
      height: auto;
    }
    
    #pun-redirect,
    #pun-maint {
      margin: 50px 20% 12px 20%;
      width: auto;
      float: none;
      background: #C1B9B0;
    }
    
    .punbb ul,
    .punbb dl,
    .punbb li,
    .punbb dd,
    .punbb dt {
      padding: 0;
      list-style: none;
    }
    
    /* Скрытые элементы
    -------------------------------------------------------------*/
    #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;
    }
    
    .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;
    }
    
    .punbb .section h2,
    #pun-stats h2,
    .punbb .datafield br,
    #post-form h2 span,
    #pun-messages .user-avatar,
    #pun-userlist thead,
    #pun-searchposts li.pa-replies,
    #pun-messages li.pa-title,
    #pun-messages li.pa-reg,
    #pun-messages li.pa-posts,
    li.pa-online strong,
    .offline li.pa-online strong,
    #profile-left li#profile-name,
    li#profile-title,
    #pun-title h1,
    #navawards,
    #pun-ulinks li.item5,
    #pun-main div.catleft,
    #pun-main div.catright,
    #pun-status .status-right,
    .topic a.sharelink,
    li.pl-reports,
    #pun-live-rusff,
    form#register .info-box,
    #button-files_rusff,
    #button-graffiti_rusff,
    #post legend span,
    div#topic-modmenu span,
    lastedit,
    .stickytext,
    .closedatafield,
    p.lastedit,
    div#most_invitations {
      display: none !important;
    }
    
    /* Тело
    -------------------------------------------------------------*/
    body {
      font-size: 100.01%;
    }
    
    .punbb {
      font: normal 68.75% verdana, arial, helvetica, sans-serif;
      padding: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    
    .punbb .main table {
      table-layout: fixed;
      width: 100%;
    }
    
    .punbb .section {
      margin-bottom: 0;
    }
    
    .punbb .main {
      margin-bottom: 4em;
    }
    
    .punbb .topic {
      margin-top: 1em;
    }
    
    .punbb .category,
    .punbb .post {
      margin-top: 0.4em;
    }
    
    .punbb .category {
      cursor: default;
    }
    
    .punbb #pun-category1,
    .punbb .toppost,
    .punbb .topicpost {
      margin-top: 0;
    }
    
    .checkfield input[type="checkbox"],
    .radiofield input[type="radio"] {
      margin: 0 0.3em;
    }
    
    p[class="checkfield"] *,
    div[class="checkfield"] *,
    fieldset[class="radiofield"] * {
      height: 1.3em;
      vertical-align: middle;
    }
    
    /* Шапка
    -------------------------------------------------------------*/
    #pun-title td.title-logo-tdl {
      width: 100%;
    }
    
    /* Меню навигации: форум, участники и т. д.
    -------------------------------------------------------------*/
    #pun-navlinks {
      display: block;
      font-style: normal;
      position: fixed;
      z-index: 999;
      left: calc(50% - 500px);
      top: 200px;
      text-align: center;
    }
    
    #pun-navlinks .container {
      margin: 0;
      background: transparent;
    }
    
    #navindex a:before,
    #navuserlist a:before,
    #navsearch a:before,
    #navprofile a:before,
    #navpm a:before,
    #navadmin a:before,
    #navlogout a:before,
    #navlogin a:before,
    #navpr_1 a:before {
      display: inline-block;
    }
    
    /* Меню навигации 2: новые соо, активные темы и т. д.
    -------------------------------------------------------------*/
    #pun-ulinks {
      z-index: 999;
    }
    
    #pun-ulinks li {
      display: inline;
      white-space: nowrap;
    }
    
    #pun-ulinks li a {
      display: inline;
      white-space: nowrap;
    }
    
    /* Приветствие и "хлебные крошки"
    -------------------------------------------------------------*/
    #pun-status {
      margin-bottom: 0;
    }
    
    #pun-status .container {
      margin-bottom: 0;
    }
    
    #pun-status span {
      white-space: nowrap;
      margin-right: 0.5em;
    }
    
    #pun-crumbs1 {
      overflow: hidden;
      margin: 0;
    }
    
    #pun-crumbs1 p.container {
      padding: 10px 0;
    }
    
    #pun-break1 {
      height: 0;
      margin: 0;
      position: relative;
      z-index: 1;
    }
    
    /* Объявление
    -------------------------------------------------------------*/
    #pun-announcement h2 {
      margin: 0 1em -3.5em 1em;
      padding: 0;
      position: relative;
    }
    
    #pun-announcement h2 span {
      display: block;
      padding: 1em 0 0.8em 0;
    }
    
    #pun-announcement .container {
      padding: 4.3em 1em 1em 1em;
    }
    
    /* Таблица общее
    -------------------------------------------------------------*/
    .punbb .main .tcmod {
      text-align: center;
      width: 10%;
    }
    
    .punbb .main td {
      padding: 1.4em 2px;
    }
    
    .punbb .main th {
      padding: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 0;
    }
    
    .punbb .main td span.youposted {
      position: absolute;
    }
    
    .punbb .main td .modlist {
      display: block;
      padding-top: 0.3em;
    }
    
    .punbb tbody.hasicon td.tcl {
      padding-left: 6px;
    }
    
    .punbb .user-avatar {
      float: right !important;
      position: relative;
    }
    
    .punbb .user-avatar .isonline {
      display: block;
      position: absolute;
      top: -2px !important;
      right: -2px !important;
      animation: blinkColor .9s linear infinite;
      -moz-animation: blinkColor .9s linear infinite;
      -webkit-animation: blinkColor .9s linear infinite;
      z-index: 100;
    }
    
    .punbb .user-avatar .avatar-image {
      height: 36px !important;
      width: 36px !important;
    }
    
    .multipage {
      margin-top: 3em;
    }
    
    .multipage,
    div#pun-main,
    div#pun-stats,
    div#pun-crumbs1,
    div#pun-crumbs2,
    div#pun-status,
    div#pun-about {
      padding: 0 27px;
    }
    
    /* Таблица на index
    -------------------------------------------------------------*/
    #pun-index .main .tcl {
      overflow: hidden;
      width: 30%;
    }
    
    #pun-index .main .tc2,
    #pun-index .main .tc3 {
      width: 0%;
      font-size: 0;
    }
    
    #pun-index .main .tcr {
      overflow: hidden;
      width: 30%;
    }
    
    #pun-index div.icon {
      line-height: 0;
    }
    
    #pun-index td .tclcon p {
      overflow-y: auto;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    
    #pun-index .user-avatar {
      height: 36px !important;
      width: 36px !important;
    }
    
    /* Таблица на searchtopics и viewforum
    -------------------------------------------------------------*/
    #pun-searchtopics tr {
      vertical-align: top;
    }
    
    #pun-searchtopics .tcl {
      width: 30% !important;
    }
    
    #pun-searchtopics .tc2 {
      width: 30% !important;
    }
    
    #pun-searchtopics .tc3 {
      width: 10% !important;
    }
    
    #pun-searchtopics .tcr {
      width: 30% !important;
    }
    
    #pun-searchtopics div.icon {
      float: none;
      position: absolute;
      line-height: 0;
    }
    
    #pun-viewforum tr {
      vertical-align: top;
    }
    
    #pun-viewforum .tcl {
      width: 30% !important;
    }
    
    #pun-viewforum .tc2,
    #pun-viewforum .tc3 {
      width: 10% !important;
    }
    
    #pun-viewforum .tcr {
      width: 30% !important;
    }
    
    #pun-viewforum .tcr a {
      display: block;
    }
    
    #pun-viewforum div.icon {
      float: none;
      position: absolute;
      line-height: 0;
    }
    
    /* Таблица на userlist
    -------------------------------------------------------------*/
    #pun-userlist .user-avatar {
      float: none !important;
      width: 90px !important;
      height: 90px !important;
      margin: 0 !important;
    }
    
    #pun-userlist .user-avatar .avatar-image {
      width: 90px !important;
      height: 90px !important;
      opacity: 1 !important;
    }
    
    #pun-userlist tbody {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    
    #pun-userlist .usertable .container {
      padding: 0 2.3em 2.3em 2.3em;
    }
    
    #pun-userlist .usertable tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 200px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 14px;
    }
    
    #pun-userlist .usertable td {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 4px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    
    #pun-userlist span.usersname {
      display: block;
      margin: 0 0 4px 0;
      padding: 2px 5px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    
    #pun-userlist .main .tcl {
      width: 100% !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    
    #pun-userlist .main .tc2 {
      width: 100% !important;
    }
    
    #pun-userlist .main .tc3 {
      width: 100% !important;
      margin: 0;
    }
    
    #pun-userlist .main .tcr {
      width: 100% !important;
    }
    
    #pun-userlist .formal,
    #pun-userlist .formal .container {
      margin-bottom: 0;
    }
    
    /* Таблица на debug
    -------------------------------------------------------------*/
    #pun-debug .tcl {
      width: 15%;
      white-space: normal;
    }
    
    #pun-debug .tcr {
      width: 90%;
      white-space: normal;
    }
    
    /* Таблица на pun-messages
    -------------------------------------------------------------*/
    #pun-messages tbody.hasicon td.tcl {
      padding-left: 0;
    }
    
    #pun-messages div.icon {
      float: none;
      position: absolute;
      width: 13px;
      height: 100%;
      margin: 0;
      line-height: 0;
    }
    
    #pun-messages tr {
      vertical-align: middle;
    }
    
    #pun-messages .tcl {
      width: 30% !important;
    }
    
    #pun-messages .tc2 {
      width: 20% !important;
    }
    
    #pun-messages .tc2:last-of-type {
      width: 5% !important;
    }
    
    #pun-messages .tc3 {
      width: 10% !important;
    }
    
    #pun-messages .tcr {
      width: 30% !important;
    }
    
    #pun-messages .tcr a {
      display: block;
    }
    
    #pun-messages fieldset {
      padding: 0 18px 0 0;
    }
    
    /* Личные сообщения
    -------------------------------------------------------------*/
    #volSlider {
      display: block !important;
      float: right !important;
      margin: 5px 0 0 1em !important;
    }
    
    #volSlider .before {
      margin: 0 !important;
    }
    
    #volSlider .thumb {
      cursor: pointer !important;
      display: inline-block !important;
      position: relative !important;
    }
    
    /* Поиск по постам юзера
    -------------------------------------------------------------*/
    #pun-searchposts .post-author {
      height: 55px;
      width: 213px;
      padding: 0 !important;
    }
    
    #pun-searchposts .pa-author {
      margin: 32px 0 0 0;
      padding: 0 !important;
    }
    
    /* Статистика
    -------------------------------------------------------------*/
    #pun-stats .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -ms-flex-pack: distribute;
      justify-content: space-around;
    }
    
    #pun-stats li.item1,
    #pun-stats li.item2,
    #pun-stats li.item3,
    #pun-stats li.item4 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      text-align: center;
      padding: 4px 10px;
      cursor: default;
      width: auto;
    }
    
    li#onlinelist {
      float: left;
      width: 100%;
      margin: 1em 0 0 0;
      line-height: 130%;
    }
    
    li#onlinelist div {
      padding: 0.7em 0 0 0;
    }
    
    /* Футер и "хлебные крошки" 2
    -------------------------------------------------------------*/
    #pun-qjump {
      width: 50%;
      margin: 0;
      position: relative;
    }
    
    #pun-qjump .container {
      background: transparent;
    }
    
    #pun-about {
      margin: 0 0 20px 0;
    }
    
    #pun-about .container {
      text-align: center;
      line-height: 150%;
    }
    
    #pun-about p span {
      display: block;
      padding-left: 50%;
    }
    
    #pun-crumbs2 {
      font-weight: normal;
      overflow: hidden;
      margin: 20px 0 0 0;
    }
    
    #pun-crumbs2 .container {
      padding: 10px 0;
    }
    
    #pun-break4 {
      position: relative;
      height: 0;
      margin: 0;
      z-index: 1;
    }
    
    /* Посты
    -------------------------------------------------------------*/
    #main-reply {
      line-height: 170%;
      padding: 10px;
    }
    
    .punbb textarea,
    .punbb input,
    .punbb select,
    .punbb optgroup {
      outline: none;
      padding: 5px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0;
    }
    
    .punbb .post .container {
      margin-top: 0;
      padding-bottom: 10px;
    }
    
    .punbb .post h3 {
      padding: 0;
    }
    
    .punbb .post h3 span {
      display: block;
      margin: 0;
      padding: 0;
    }
    
    .punbb .post h3 strong {
      float: right;
      width: 5em;
    }
    
    .punbb .post .post-author ul,
    .punbb .post .post-author p {
      padding: 0;
      line-height: 140%;
    }
    
    .punbb fieldset {
      padding: 0 18px;
      margin: 0 0 1em 0;
    }
    
    .punbb fieldset legend {
      padding: 0;
      margin: 0;
    }
    
    .punbb fieldset legend span {
      padding: 0;
      margin: 0;
    }
    
    .punbb fieldset .post-box {
      margin-bottom: 0.8em;
    }
    
    .punbb .post-content {
      padding: 0;
      margin: 0;
      width: 100%;
      overflow: hidden;
    }
    
    .punbb .post-content p {
      margin: 0;
      padding: 0 0 1em 0;
      line-height: 170%;
    }
    
    .punbb .post-content blockquote p:last-of-type {
      padding: 0;
    }
    
    .punbb .post-content img {
      vertical-align: text-bottom;
    }
    
    .punbb .post-content img.postimg {
      vertical-align: middle;
    }
    
    .punbb .post-content .blockcode,
    .punbb .post-content blockquote {
      overflow: hidden;
      margin: 0;
      padding: 8px 12px;
    }
    
    .punbb .post-content .scrollbox {
      height: auto !important;
      max-height: 70px !important;
      overflow-y: auto;
    }
    
    .punbb .post-content .spoiler-box > div {
      background: transparent !important;
      padding: 8px 12px !important;
      line-height: 170%;
    }
    
    .punbb .post-content .spoiler-box > blockquote.visible {
      padding: 8px 12px !important;
    }
    
    .punbb .post-content .spoiler-box > div:before,
    .punbb .post-content .spoiler-box > div.visible:before {
      display: inline-block;
    }
    
    .punbb .post-content .quote-box,
    .punbb .post-content .code-box {
      margin: 0.4em 1.8em 1.4em 1.8em;
      padding: 0;
    }
    
    .punbb .info .container {
      padding: 0.8em 0;
    }
    
    .punbb .info .container .backlink {
      padding-top: 0.8em;
    }
    
    .punbb .info-box {
      padding: 1.1em 1.7em 1em 1.7em;
      margin: 0 0 1.1em 0;
    }
    
    .punbb .info-box * {
      padding: 0 0 0.7em 0;
    }
    
    .punbb .fs-box {
      padding: 1em 0 0.8em 0;
    }
    
    .punbb .fs-box p,
    .punbb .fs-box fieldset {
      padding: 0 0 0.8em 0;
    }
    
    .punbb .inline .inputfield,
    .punbb .inline .selectfield,
    .punbb .inline .passfield {
      float: left;
      margin-right: 1em;
    }
    
    .punbb .inline .infofield {
      clear: both;
    }
    
    .punbb .areafield span.input,
    .punbb p.longinput span.input {
      display: block;
      padding: 0 12em 0 0;
      height: 100%;
    }
    
    .punbb textarea,
    .punbb .longinput input {
      width: 64%;
      margin: 0;
    }
    
    .punbb .post-body {
      margin-left: 23em;
      padding: 0;
    }
    
    .punbb .post-box {
      padding: 25px 0 0 0;
    }
    
    .punbb .post-links {
      margin-left: 19em;
    }
    
    .punbb .post-links ul {
      height: 2em;
      margin-left: -19em;
      padding: 15px 0 5px 0;
      background: transparent;
    }
    
    .punbb .post-links li {
      display: inline;
    }
    
    .punbb .post-links li:not(:first-of-type) {
      padding-left: 1em;
    }
    
    .punbb .hashelp {
      position: relative;
    }
    
    .punbb .clearer {
      clear: both;
      height: 0;
      font-size: 0;
    }
    
    .punbb .post-sig dt {
      display: block;
      width: 50%;
      margin: 5px auto;
    }
    
    .punbb .helplinks {
      display: block;
      position: absolute;
      width: 36%;
      top: 1em;
      right: 0;
      font-weight: normal;
    }
    
    .punbb .helplinks span {
      display: block;
      padding-bottom: 0.2em;
    }
    
    .punbb .quote-box cite,
    .punbb .code-box strong.legend {
      display: block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0;
      padding: 8px 12px;
    }
    
    .punbb #profile .helplinks {
      top: 1.5em;
    }
    
    .punbb .formal .container {
      padding: 0;
    }
    
    #pun-post .formal .info-box li {
      list-style-type: square;
      list-style-position: inside;
      margin: 0;
      padding-left: 4px;
      line-height: 1.5;
    }
    
    .pl-email,
    .pl-website {
      float: left;
    }
    
    form#rep_form .tc2 input {
      cursor: pointer;
      margin: 0 0 8px 0 !important;
      padding: 7px 13px !important;
    }
    
    /* Пагинация и соседние строчки
    -------------------------------------------------------------*/
    #pun-pagelinks {
      position: absolute;
      top: -15px;
      left: 0;
      margin: 0;
      padding: 0;
      width: 100%;
    }
    
    #pun-pagelinks .container {
      background: transparent;
      padding: 0;
    }
    
    #pun-pagelinks .container li {
      display: inline;
    }
    
    #pun-pagelinks li a {
      display: block;
      float: left;
      width: 100%;
      height: 2em;
      margin-left: -9999px;
      padding: 0;
    }
    
    #pun-pagelinks li a span {
      display: block;
      margin: 0 1em;
    }
    
    #pun-pagelinks a:link,
    #pun-pagelinks a:hover {
      display: block;
      float: left;
      width: 100%;
      height: 2em;
      margin-left: -9999px;
      padding: 0;
    }
    
    #pun-pagelinks a:active,
    #pun-pagelinks a:focus {
      position: relative;
      margin: 0;
    }
    
    .punbb .linkst {
      float: left;
      position: relative;
      width: 100%;
      height: 0;
    }
    
    .linkst .pagelink {
      position: absolute;
      width: 24em;
      top: -4em;
      left: 0;
    }
    
    .linkst .postlink {
      position: absolute;
      top: -4em;
      right: 0;
      width: 16em;
    }
    
    .punbb .linksb {
      padding: 0.5em 0;
    }
    
    .linksb .pagelink {
      float: left;
      width: 24em;
    }
    
    .linksb .postlink {
      float: right;
      width: 16em;
    }
    
    #pun-viewtopic .linksb {
      padding: 0.5em 0;
      text-transform: uppercase;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    
    #pun-viewtopic .linksb .pagelink {
      float: none;
      width: auto;
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      position: absolute;
      left: 27px;
    }
    
    #pun-viewtopic .linksb .postlink {
      float: none;
      width: auto;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
    }
    
    #pun-viewtopic .linksb .subscribelink {
      float: none;
      width: auto;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
    }
    
    #pun-viewtopic .linksb .postlink,
    #pun-viewtopic .linksb .subscribelink {
      text-align: right;
      width: auto;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: 20px !important;
    }
    
    /* Профиль в постах
    -------------------------------------------------------------*/
    .punbb .post .post-author {
      float: left;
      margin: 0;
      padding: 0 7px 7px 0;
      overflow: hidden;
    }
    
    .pa-author {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    
    .pa-posts {
      display: block;
      width: 90px;
      position: absolute;
    }
    
    .pa-respect {
      margin-left: 130px;
      display: block;
      width: 90px;
      position: absolute;
    }
    
    .pa-respect img {
      margin-bottom: -2px;
    }
    
    .pa-posts span.fld-name,
    .pa-respect span.fld-name {
      display: block;
    }
    
    .pa-respect .fld-name a {
      display: inline-block;
      font-family: 'Source Sans Pro';
      font-size: 9px;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 1px;
      color: #fff;
    }
    
    /* Страница профиля
    -------------------------------------------------------------*/
    #viewprofile ul {
      margin: 0 0 1em 0;
      padding: 0;
    }
    
    #viewprofile li {
      margin-bottom: 0.2em;
      padding: 0;
    }
    
    #viewprofile li strong,
    #viewprofile li div {
      padding: 0;
      display: block;
      padding: 0.5em 1em;
    }
    
    #viewprofile h2 {
      background: transparent;
      padding: 0;
      margin: 0 14px;
    }
    
    #viewprofile h2 span {
      padding: 0 5px;
      position: relative;
    }
    
    #profile-left {
      text-align: center;
      width: 250px !important;
      margin: 0 !important;
      overflow: hidden;
    }
    
    #profile-left li {
      width: 220px;
    }
    
    #profile-left li#pa-avatar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 220px !important;
      height: 245px;
      margin: 0 0 9px 0;
      padding: 14px 7px 0 0 !important;
    }
    
    #profile-left li#pa-online,
    #profile-left li#pa-edit {
      text-align: center;
    }
    
    #profile-right {
      width: 70%;
    }
    
    #profile-right li {
      display: -ms-inline-grid;
      display: inline-grid;
      width: 301px;
      margin: 0px 0px 10px 0px;
      text-align: center;
    }
    
    #profile-right li span {
      float: none;
      width: auto;
      margin: 0;
      padding: 0.5em 1em;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
    }
    
    #profile-right li span a {
      color: #fff;
    }
    
    #profile-right li strong {
      padding: 0.5em 0.2em 2em 0.2em !important;
    }
    
    /* Настройки профиля
    -------------------------------------------------------------*/
    #profile .container {
      padding-left: 18.6em;
      margin-top: 2em;
    }
    
    #profilenav {
      float: left;
      width: 14em;
      margin-left: -17.3em;
      display: inline;
    }
    
    #profilenav ul {
      margin: 0 0 1em 0;
      padding: 0;
    }
    
    #profilenav li {
      padding-bottom: 0.8em;
    }
    
    #profilenav h2 {
      background: transparent;
      padding: 0;
      margin: 0 0 10px 0;
    }
    
    #profilenav h2 span {
      padding: 0;
      position: relative;
    }
    
    #setmods dd {
      padding: 0;
    }
    
    #setmods dl {
      padding: 0 0 0 8em;
      margin: 0;
    }
    
    #setmods dt {
      float: left;
      display: inline;
      width: 14em;
      margin-left: -16em;
      font-weight: normal;
    }
    
    #setmods dd {
      display: block;
    }
    
    .punbb img.avatardemo {
      float: right;
      margin: 0 0 0.8em 1.8em;
    }
    
    /* Меню модератора
    -------------------------------------------------------------*/
    .punbb .modmenu .container {
      padding: 0.8em 0;
      text-align: left;
    }
    
    .punbb .modmenu strong {
      height: 1.8em;
      line-height: 1.8em;
    }
    
    .punbb .modmenu .container strong {
      float: left;
    }
    
    .punbb .modmenu a {
      height: 1.8em;
      line-height: 1.8em;
    }
    
    .punbb .modmenu input {
      margin-left: 1em;
    }
    
    div#topic-modmenu {
      margin-top: 0;
    }
    
    /* Хелп
    -------------------------------------------------------------*/
    #pun-help .formal .info-box h3.legend {
      padding-bottom: 0;
      margin-bottom: 0.8em;
    }
    
    #pun-help .formal .info-box h3.legend span {
      display: block;
      padding-bottom: 0.6em;
      font-size: 1em;
    }
    
    #pun-help .formal p,
    #pun-help .formal dd {
      margin-bottom: 1em;
    }
    
    #pun-help .formal ul,
    #pun-help .formal dl {
      padding: 0 0 0 1em;
    }
    
    #pun-help .formal li {
      padding: 0;
      line-height: 130%;
    }
    
    #pun-help .formal li * {
      vertical-align: text-top;
    }
    
    #pun-help .formal dt span {
      font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace;
    }
    
    #pun-help .formal .parsedmsg,
    #pun-help .formal .parsedmsg .incode {
      padding-bottom: 0;
    }
    
    /* Ссылки и переходы
    -------------------------------------------------------------*/
    a,
    #pun-stats li.item1,
    #pun-stats li.item2,
    #pun-stats li.item3,
    #pun-stats li.item4,
    .punbb .user-avatar .isonline,
    .punbb .user-avatar .avatar-image,
    li.pa-avatar.item2 img,
    #profile-left li#pa-avatar img,
    #pun-ulinks,
    input.button,
    .bookmark,
    .pa-respect .fld-name:before,
    .header-text-title no:after {
      text-decoration: none !important;
      transition: all 0.5s ease !important;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
    }
    
    /* Заголовки
    -------------------------------------------------------------*/
    #pun-main h1,
    #pun-main h2,
    #pun-debug h2 {
      padding: 0.5em 0;
    }
    
    /* Формы и кнопки
    -------------------------------------------------------------*/
    .punbb .formsubmit {
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-transform: lowercase;
      padding: 0;
      margin: 1em 0;
      text-align: center;
    }
    
    .punbb .formsubmit input {
      cursor: pointer;
    }
    
    .punbb .formsubmit input,
    .punbb .formsubmit a,
    .punbb .formsubmit span {
      cursor: pointer;
      margin: 0 20px 8px 0 !important;
      padding: 7px 13px !important;
    }
    
    .punbb .formsubmit a,
    .punbb .formsubmit span {
      cursor: pointer;
      margin: 0 0.6em 0 0;
    }
    
    #profile .formsubmit {
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0;
      margin: 1em 0 0 0;
      text-align: center;
    }
    
    #form-buttons table {
      width: 100% !important;
    }
    
    input.button {
      cursor: pointer;
      margin: 0 20px 8px 0 !important;
      padding: 7px 13px !important;
    }
    
    input.button:last-child {
      margin: 0 0 8px 0 !important;
    }
    
    form#register fieldset {
      padding: 0;
      margin: 0 0 1em 0;
    }
    
    /* Админка
    -------------------------------------------------------------*/
    #pun-adnav {
      margin-left: -14em !important;
    }
    
    #pun-adnav ul {
      padding: 0 !important;
      margin: 0;
    }
    
    .ace_editor {
      overflow: hidden !important;
    }
    
    #pun-admain .adlabel {
      width: auto !important;
      padding-left: 1em !important;
      padding-right: 0 !important;
      float: none !important;
      margin-left: 0 !important;
    }
    
    #pun-admain fieldset .handle,
    #pun-admain fieldset p {
      margin-bottom: 5px !important;
    }
    
    /* Панель в форме ответа
     -------------------------------------------------------------*/
    #font-area,
    #size-area,
    #color-area,
    #table-area,
    #image-area,
    #imageup-area,
    #imageattach-area,
    #keyboard-area,
    #video-area,
    #addition-area,
    #smilies-area,
    #video-area,
    #spoiler-area {
      padding: 7px !important;
      overflow-y: auto;
      max-height: 300px;
    }
    
    #tags .container {
      top: auto !important;
      margin-top: 0px;
    }
    
    div#color-area,
    div#table-area,
    div#image-area,
    div#imageup-area,
    div#imageattach-area,
    div#keyboard-area,
    div#video-area,
    div#addition-area,
    div#smilies-area,
    div#video-area,
    div#spoiler-area {
      right: 0 !important;
    }
    
    #addition-area div,
    #font-area div,
    #size-area div {
      padding: 4px 5px 5px 5px !important;
      height: auto !important;
    }
    
    #font-area span,
    #size-area span {
      height: auto !important;
    }
    
    #keyboard-span input {
      cursor: pointer;
      margin: 1px !important;
      height: 29px !important;
      min-width: 30px !important;
      line-height: 100% !important;
    }
    
    #smilies-area img {
      margin-right: 4px !important;
      margin-bottom: 2px !important;
    }
    
    .uploadQueueItem {
      padding: 5px !important;
      border-radius: 0 !important;
      background: transparent !important;
    }
    
    #upload-button-container input[type=button],
    #imageupload-left input[type=button],
    #selected-image-width,
    #selected-thumb-width,
    #imageupload-left select {
      cursor: pointer !important;
    }
    
    #uploaded-images img {
      cursor: pointer !important;
      width: auto;
      height: 50px !important;
      margin-right: 4px !important;
    }
    
    #video-area-tinp,
    #image-area-tinp {
      margin: 0.8em 0 !important;
      border: none !important;
    }
    
    div#video-area-actions {
      text-align: right !important;
      line-height: 2em !important;
    }
    
    /* Репутация
     -------------------------------------------------------------*/
    form#rep_form .tc2,
    form#rep_form .tc3 {
      width: 100% !important;
    }
    
    textarea#reputationText {
      width: 100% !important;
    }
    
    #pun-report .inner,
    #pun-reputation .inner,
    #pun-admin-award-form .inner {
      padding: 10px !important;
    }
    
    #pun-report .inner .container,
    #pun-reputation .inner .container,
    #pun-admin-award-form .inner .container {
      padding: 0 !important;
    }
    
    #pun-respect .tcl {
      width: 20% !important;
      text-align: left;
    }
    
    #pun-respect .tc2 {
      width: 5% !important;
      text-align: center;
    }
    
    #pun-respect .tc3 {
      width: 25% !important;
      text-align: center;
    }
    
    #pun-respect .tcr {
      width: 25% !important;
      text-align: right;
    }
    
    .removeReputation {
      background: transparent !important;
    }
    
    div.post-rating p {
      padding: 0 !important;
    }
    
    /* Закладки
     -------------------------------------------------------------*/
    #MyBookmarks {
      padding: 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    
    #MyBookmarks .container {
      margin-top: 20px;
      line-height: 150% !important;
    }
    
    input#reputationButtonSend {
      margin: 0 0 8px 0 !important;
    }
    
    /* Для мобильных
     -------------------------------------------------------------*/
    @media screen and (max-device-width: 480px) {
      #pun-navlinks {
        left: 5px;
      }
      #Go_Top,
      #Go_Bottom {
        right: 5px;
      }
      #Go_Top:before,
      #Go_Bottom:before {
        font-size: 18px;
      }
    }

    0

    3

    Код:
    /*************************************************************
    СТИЛЬ
    *************************************************************/
    /* Тело
    -------------------------------------------------------------*/
    html {
      background: url(https://forumstatic.ru/files/001b/6f/ae/38090.jpg) #312C26;
      background-attachment: fixed;
      background-size: cover;
      background-position: top center;
      background-repeat: no-repeat !important;
    }
    
    #pun {
      background: url(https://forumstatic.ru/files/001b/6f/ae/95967.png) repeat-y;
      width: 920px;
      margin: 198px auto 50px auto;
    }
    
    .punbb {
      background: url(https://forumstatic.ru/files/001b/6f/ae/10401.png) top center no-repeat, url(https://forumstatic.ru/files/001b/6f/ae/92106.png) bottom center no-repeat;
      margin: -20px 0 -10px 0;
    }
    
    .punbb .main .container,
    .punbb .post .container,
    .punbb .post h3 {
      background-color: transparent;
      color: #333;
    }
    
    .punbb .section .container,
    .punbb .post-body,
    .punbb .post-links,
    .punbb td.tc2,
    .punbb td.tc3,
    .punbb .formal fieldset .post-box,
    .punbb .info-box,
    .punbb #pun-main .info-box .legend {
      background-color: transparent;
      color: #333;
    }
    
    .punbb .post h3 span,
    .punbb th {
      background-color: transparent;
      color: #333;
    }
    
    #setmods dd,
    #setmods dl {
      background-color: transparent;
      color: #333;
      font-weight: normal;
    }
    
    /* Шапка
      -------------------------------------------------------------*/
    #pun-title {
      margin: -168px 0 0 0;
    }
    
    #pun-title h1 span {
      font-size: 1.5em;
    }
    
    #pun-title table {
      background: url(https://forumstatic.ru/files/001b/6f/ae/98086.png) no-repeat;
      width: 920px;
      height: 120px;
      margin: 24px 0;
    }
    
    #pun-title td.title-logo-tdr {
      width: 468px;
    }
    
    /* Шапка: кастомное
       -------------------------------------------------------------*/
    .header-text {
      cursor: default;
      font-family: 'Source Sans Pro';
      color: #fff;
    }
    
    .header-text-title {
      cursor: default;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      position: absolute;
      width: 100%;
      height: 120px;
      margin: -144px 0 0 0 !important;
      font-family: 'Work Sans', sans-serif;
      font-size: 50px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 10px;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
    }
    
    .header-text-title:hover {
      color: #000;
    }
    
    .header-text-title:hover no:after {
      color: #a7661a;
    }
    
    .header-text-title no {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
    
    .header-text-title no:after {
      content: '\f011';
      font-family: 'FontAwesome';
      font-size: 41px;
      font-weight: 900;
      color: #ffa535;
    }
    
    .header-text-lines {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 120px;
      width: 100%;
      margin: -144px 0 0 0 !important;
      padding: 8px 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-family: 'Work Sans', sans-serif;
      font-size: 7px;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 1.4px;
    }
    
    .header-text-lines:before,
    .header-text-lines:after {
      content: 'no light no light no light no light no light no light no light no light no light no light no light no light no light';
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
    }
    
    .header-text-lines:before {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
    
    .header-text-lines::after {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
    }
    
    .header-info {
      cursor: default;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      position: absolute;
      width: 100%;
      height: 7px;
      margin: -162px 0 0 0 !important;
      font-size: 7px;
      text-transform: uppercase;
      line-height: 7px;
      letter-spacing: 2px;
    }
    
    .header-info mid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      height: 7px;
    }
    
    .header-info mid:before,
    .header-info mid:after {
      margin: 0 7px;
      font-family: 'FontAwesome';
      font-size: 4px;
      font-weight: 900;
      content: '\f219';
    }
    
    /* Меню навигации: форум, участники и т. д.
      -------------------------------------------------------------*/
    #pun-navlinks {
      width: 18px !important;
      word-spacing: 0;
      padding: 0 !important;
    }
    
    #pun-navlinks a {
      color: #eee;
    }
    
    #pun-navlinks a:hover,
    #pun-navlinks a:focus,
    #pun-navlinks a:active {
      color: #7e623f !important;
    }
    
    #pun-navlinks .container {
      background: transparent;
      color: #f1f1f1;
      padding: 0;
      width: 18px;
    }
    
    #pun-navlinks li {
      display: inline;
      padding: 0.5em 0;
    }
    
    #pun-navlinks li a {
      font-size: 18px;
    }
    
    #pun-navlinks li a > span {
      font-size: 0;
    }
    
    #navindex a:before,
    #navuserlist a:before,
    #navsearch a:before,
    #navprofile a:before,
    #navpm a:before,
    #navadmin a:before,
    #navlogout a:before,
    #navlogin a:before,
    #navpr_1 a:before {
      height: 18px;
      width: 18px;
      margin: 0 0 1.4em 0;
      font-family: 'FontAwesome';
      font-size: 18px;
      font-weight: 900;
      line-height: 18px;
    }
    
    #navindex a:before {
      content: '\f3c5';
    }
    
    #navuserlist a:before {
      content: '\f54c';
    }
    
    #navsearch a:before {
      content: '\f002';
    }
    
    #navprofile a:before {
      content: '\f2bb';
    }
    
    #navpm a:before {
      content: '\f4ad';
    }
    
    #navadmin a:before {
      content: '\f0ad';
    }
    
    #navlogout a:before {
      content: '\f011';
    }
    
    #navlogin a:before {
      content: '\f084';
    }
    
    #navpr_1 a:before {
      content: '\f09e';
    }
    
    /* Меню навигации 2: новые соо, активные темы и т. д.
      -------------------------------------------------------------*/
    #pun-ulinks {
      position: -webkit-sticky;
      position: sticky;
      background: url(https://forumstatic.ru/files/001b/6f/ae/10401.png);
      top: 0;
      width: 920px;
      height: 10px;
      margin: 0;
      font-family: arial, sans-serif;
      font-size: 8px;
      font-weight: normal;
      text-transform: uppercase;
      letter-spacing: 1.7px;
    }
    
    #pun-ulinks .container {
      padding: 1px;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
    }
    
    #pun-ulinks li a {
      padding: 0 1em;
      color: #fff;
    }
    
    #pun-ulinks li a:hover {
      color: #000;
    }
    
    #pun-ulinks li.item1,
    #pun-ulinks li.item1 a {
      padding-left: 0;
    }
    
    /* Приветствие и 'хлебные крошки'
      -------------------------------------------------------------*/
    #pun-status .container {
      padding: 20px 0;
      text-align: right;
      font-family: 'Source Sans Pro';
      font-size: 10px;
      letter-spacing: 0.2px;
      text-transform: uppercase;
      font-weight: 600;
    }
    
    #pun-status .container strong {
      color: #955709;
    }
    
    #pun-crumbs1 {
      font-weight: normal;
    }
    
    #pun-crumbs1 p.container {
      font-family: 'Source Sans Pro';
      font-size: 1em;
      font-weight: 600;
      text-transform: uppercase;
      color: #4f4d4b;
    }
    
    .punbb .divider {
      border-color: #b1a598 !important;
    }
    
    /* Объявление
      -------------------------------------------------------------*/
    #pun-announcement h2 {
      font-weight: normal;
    }
    
    /* Категории
      -------------------------------------------------------------*/
    .punbb #pun-category1 h2,
    .punbb #pun-category2 h2,
    .punbb #pun-category3 h2 {
      background: url(https://forumstatic.ru/files/001b/6f/ae/68316.jpg);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      width: 479px;
      height: 34px;
      margin: 30px 0 30px -17px;
      padding: 0 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-family: 'Work Sans', sans-serif;
      font-size: 14px !important;
      font-weight: 600;
      letter-spacing: 3px;
      text-transform: uppercase !important;
      color: #fff;
    }
    
    /* Иконки подфорумов
       -------------------------------------------------------------*/
    div.icon {
      background: rgba(185, 118, 34, 0.2);
    }
    
    div.inew {
      background: #b97622;
    }
    
    /* Таблица общее
      -------------------------------------------------------------*/
    .multipage th {
      font-size: 9px !important;
      text-transform: lowercase;
    }
    
    .multipage .forum {
      margin-top: 20px;
      text-transform: lowercase;
    }
    
    thead {
      text-transform: lowercase;
    }
    
    .punbb td span.youposted {
      margin-left: -1em;
      font-weight: bold;
    }
    
    .punbb td .modlist {
      display: block;
      padding-top: 0.3em;
    }
    
    .punbb tbody.hasicon td.tcl {
      padding-left: 6px;
    }
    
    .punbb .user-avatar {
      height: 36px !important;
      width: 36px !important;
      margin: 0px 7px 0px 10px !important;
    }
    
    .punbb .user-avatar .avatar-image {
      background-color: #c1b9b0 !important;
      background-blend-mode: luminosity !important;
      -webkit-filter: brightness(1.6) contrast(0.6);
      filter: brightness(1.6) contrast(0.6);
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
      border-radius: 0 !important;
      opacity: 1 !important;
    }
    
    .punbb .user-avatar .avatar-image:hover {
      background-blend-mode: normal;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      opacity: 1 !important;
    }
    
    .punbb .user-avatar .avatar-image:hover ~ .isonline {
      -webkit-transform: translate(-2px, 2px) rotate(45deg);
      transform: translate(-2px, 2px) rotate(45deg);
      width: 10px;
      height: 10px;
    }
    
    .punbb .user-avatar .isonline {
      background: #b97622 !important;
      width: 8px;
      height: 8px;
      border-radius: 0 !important;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    
    .multipage,
    div#pun-main,
    div#pun-stats,
    div#pun-crumbs1,
    div#pun-crumbs2,
    div#pun-status,
    div#pun-about {
      padding: 0 27px;
    }
    
    /* Таблица на index
      -------------------------------------------------------------*/
    #pun-index .main .tcl {
      text-align: justify;
    }
    
    #pun-index .main .tcl h3 {
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.8px;
    }
    
    #pun-index .main .tcl h3 a {
      color: #3a3a3a;
    }
    
    #pun-index .main .tcl h3 a:hover {
      color: #b97622;
    }
    
    #pun-index .main td.tcl {
      font-size: 9px;
      font-family: verdana;
      letter-spacing: 0.4px;
    }
    
    #pun-index .main td.tcl .intd,
    #pun-searchtopics td.tcl .intd,
    #pun-messages tbody.hasicon td.tcl .intd {
      position: relative;
    }
    
    #pun-index .main .tcr {
      text-align: right;
    }
    
    #pun-index .main .tcr a {
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 14px;
      font-weight: bold;
      text-transform: lowercase;
      letter-spacing: 0.2px;
      color: #3a3a3a;
    }
    
    #pun-index .main .tcr a:hover {
      color: #b97622;
    }
    
    #pun-index .main .tcr .lastpost {
      text-transform: lowercase;
    }
    
    #pun-index div.icon {
      float: none;
      position: absolute;
      width: 13px;
      height: 100%;
      margin: 0;
    }
    
    #pun-index td .tclcon {
      height: auto;
      margin-left: 20px;
    }
    
    #pun-index td .tclcon p {
      height: 35px;
      padding: 0 6px 0 0;
    }
    
    /* Таблица на searchtopics и viewforum
      -------------------------------------------------------------*/
    #pun-searchtopics td .tclcon {
      margin-left: 20px;
    }
    
    #pun-searchtopics td.tcl {
      text-align: left;
      font-size: 11px !important;
      font-family: verdana !important;
      letter-spacing: 0;
    }
    
    #pun-searchtopics td .tc3,
    #pun-searchtopics td .tc2 {
      font-size: 11px !important;
      text-align: center;
    }
    
    #pun-searchtopics th.tc2,
    #pun-searchtopics th.tc3 {
      font-size: 9px !important;
    }
    
    #pun-searchtopics .tcr {
      text-align: right;
    }
    
    #pun-searchtopics .tcr a {
      display: block;
      font-size: 11px !important;
      font-weight: normal !important;
      text-transform: lowercase !important;
      font-family: verdana !important;
      letter-spacing: 0.2px !important;
      color: #7e623f !important;
    }
    
    #pun-searchtopics .tc2 {
      text-align: center;
      text-transform: lowercase;
    }
    
    #pun-searchtopics .tcl {
      text-align: left;
    }
    
    #pun-searchtopics div.icon {
      height: 100%;
      width: 13px;
      margin: 0;
    }
    
    #pun-viewforum td .tclcon {
      margin-left: 20px;
    }
    
    #pun-viewforum td.tcl {
      text-align: left;
      font-size: 11px !important;
      font-family: verdana !important;
      letter-spacing: 0;
    }
    
    #pun-viewforum td.tc3,
    #pun-viewforum td.tc2 {
      font-size: 11px !important;
      text-align: center;
    }
    
    #pun-viewforum th.tc2,
    #pun-viewforum th.tc3 {
      font-size: 9px !important;
    }
    
    #pun-viewforum .tcr {
      text-align: right;
    }
    
    #pun-viewforum .tcr a {
      font-size: 11px !important;
      font-weight: normal !important;
      text-transform: lowercase !important;
      font-family: verdana !important;
      letter-spacing: 0.2px !important;
    }
    
    #pun-viewforum .tcl {
      text-align: left;
    }
    
    #pun-viewforum div.icon {
      height: 16px;
      width: 13px;
      margin: 0;
    }
    
    /* Таблица на userlist
      -------------------------------------------------------------*/
    #pun-userlist .user-avatar .avatar-image {
      background-color: #4f4d4b !important;
      -webkit-filter: brightness(1.2) contrast(0.8);
      filter: brightness(1.2) contrast(0.8);
    }
    
    #pun-userlist .user-avatar .avatar-image:hover {
      -webkit-transform: none;
      transform: none !important;
      opacity: 1 !important;
      background-blend-mode: normal !important;
      -webkit-filter: none !important;
      filter: none !important;
    }
    
    #pun-userlist .user-avatar .avatar-image:hover + .isonline {
      -webkit-transform: none;
      transform: none;
    }
    
    #pun-userlist .usertable tr {
      background: rgba(255, 255, 255, 0.3);
      -webkit-box-shadow: 0 -4px 0 0 #c1b9b0, 0 -5px 0 0 #fff;
      box-shadow: 0 -4px 0 0 #c1b9b0, 0 -5px 0 0 #fff;
    }
    
    #pun-userlist .usertable td {
      font-size: 10px;
      font-family: arial;
      text-transform: lowercase;
    }
    
    #pun-userlist span.usersname {
      text-align: center;
      font-family: 'Source Sans Pro';
      font-size: 13px;
      font-weight: 600;
      text-transform: uppercase;
    }
    
    #pun-userlist .main .tc2 {
      text-align: center;
      text-transform: lowercase;
    }
    
    #pun-userlist .relation:before {
      content: 'репутация:';
      margin-right: 4px;
    }
    
    #pun-userlist .num_posts:before {
      content: 'сообщений:';
      margin-right: 4px;
    }
    
    #pun-userlist .registered:before {
      content: 'зарегистрирован(а):';
      margin-right: 4px;
    }
    
    #pun-userlist .last_visit {
      background: #4f4d4b !important;
      margin: 4px 0 0 0 !important;
      padding: 6px 5px !important;
      color: #fff !important;
      font-family: 'Source Sans Pro' !important;
      font-size: 9px !important;
      text-transform: uppercase !important;
      letter-spacing: 0.5px !important;
    }
    
    #pun-userlist .last_visit:before {
      content: 'на свет выходил(а):';
      margin-right: 4px;
    }
    
    /* Таблица на pun-messages
      -------------------------------------------------------------*/
    #pun-messages tbody.hasicon td.tcl {
      padding-left: 0;
    }
    
    #pun-messages td .tclcon {
      margin-left: 20px;
    }
    
    #pun-messages td.tc2,
    #pun-messages td.tc3 {
      font-size: 11px !important;
      text-align: center;
    }
    
    #pun-messages td.tcl {
      text-align: left;
      font-family: verdana !important;
      font-size: 11px !important;
      letter-spacing: 0;
    }
    
    #pun-messages th.tc2,
    #pun-messages th.tc3 {
      font-size: 9px !important;
    }
    
    #pun-messages .tcr {
      text-align: right;
    }
    
    #pun-messages .tcr a {
      font-family: verdana !important;
      font-size: 11px !important;
      font-weight: normal !important;
      text-transform: lowercase !important;
      letter-spacing: 0.2px !important;
      color: #7e623f !important;
    }
    
    #pun-messages .tc2:last-of-type {
      text-align: right;
    }
    
    #pun-messages dl.post-sig {
      display: none;
    }
    
    /* Личные сообщения
      -------------------------------------------------------------*/
    #volSlider {
      background: #d4cec8 !important;
      width: 100px !important;
      height: 5px !important;
      border-radius: 0 !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
    }
    
    #volSlider .before {
      background: #9d9286 !important;
      height: 5px !important;
      border-radius: 0 !important;
    }
    
    #volSlider .thumb {
      background: #5d5143 !important;
      width: 7px !important;
      height: 7px !important;
      border-radius: 0 !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
    }
    
    .bubble {
      background: white !important;
      border-radius: 3px;
      color: black !important;
      font: bolder 8px/1.6 Tahoma;
      margin: 0 0 0 3px !important;
      padding: 0px 2px !important;
      position: relative !important;
      right: 0 !important;
      top: 0px !important;
      text-align: center;
      letter-spacing: 0 !important;
      line-height: 1 !important;
      min-width: auto !important;
    }
    
    .bubble:after {
      content: none !important;
    }
    
    /* Поиск по постам юзера
      -------------------------------------------------------------*/
    #pun-searchposts .post-author {
      border-bottom: 4px solid #fff !important;
    }
    
    #pun-searchposts .pa-author {
      text-shadow: none;
    }
    
    /* Статистика
      -------------------------------------------------------------*/
    #pun-stats li.item1,
    #pun-stats li.item2,
    #pun-stats li.item3,
    #pun-stats li.item4 {
      background-color: rgba(51, 44, 36, 0.1);
      font-family: arial;
      font-size: 8px;
      font-weight: 600;
      line-height: 13px;
      text-transform: uppercase;
      letter-spacing: 0.4px;
    }
    
    #pun-stats li.item1:hover,
    #pun-stats li.item2:hover,
    #pun-stats li.item3:hover,
    #pun-stats li.item4:hover {
      background-color: rgba(51, 44, 36, 0.2);
    }
    
    li#onlinelist {
      text-transform: lowercase;
    }
    
    /* Футер и 'хлебные крошки' 2
      -------------------------------------------------------------*/
    #pun-qjump {
      float: left;
    }
    
    #pun-about .container {
      font-size: 9px;
      text-transform: lowercase;
    }
    
    #pun-crumbs2 .container {
      font-family: 'Source Sans Pro';
      font-size: 1em;
      font-weight: 600;
      text-transform: uppercase;
      color: #4f4d4b;
    }
    
    /* Посты
      -------------------------------------------------------------*/
    .punbb fieldset legend span {
      font-family: 'Source Sans Pro';
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.3px;
      text-transform: uppercase;
      color: #646464;
    }
    
    .punbb textarea {
      background: rgba(255, 255, 255, 0.3);
      font: 1em verdana, arial, helvetica, sans-serif;
      border-bottom: 10px solid #955709 !important;
    }
    
    .punbb input {
      background: rgba(255, 255, 255, 0.3);
      font: 1em verdana, arial, helvetica, sans-serif;
    }
    
    .punbb select {
      background: rgba(255, 255, 255, 0.3);
      font: 1em verdana, arial, helvetica, sans-serif;
    }
    
    .punbb optgroup {
      background: rgba(255, 255, 255, 0.3);
      font: 1em verdana, arial, helvetica, sans-serif;
      font-weight: bold;
    }
    
    .punbb .post h3 {
      padding: 10px 0 0 0;
    }
    
    .punbb .post h3 span {
      text-align: right;
      font-family: 'Source Sans Pro';
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #646464;
    }
    
    .punbb .post h3 strong {
      text-align: right;
      font-family: 'Source Sans Pro';
      font-size: 11px;
      letter-spacing: 1px;
      font-weight: 600;
      text-transform: uppercase;
      color: #646464;
    }
    
    .punbb .post h3 a.permalink {
      text-transform: uppercase;
      font-family: 'Source Sans Pro';
      letter-spacing: 1px;
      font-weight: 600;
      font-size: 11px;
      color: #646464;
    }
    
    .punbb .post h3 a.permalink:hover {
      color: #302f2d;
    }
    
    .punbb .post-box {
      text-align: justify;
    }
    
    .punbb #pun-main .info-box .legend {
      font-size: 1em;
      font-weight: bold;
    }
    
    .punbb #pun-main h1 {
      margin-bottom: 20px;
      padding: 5px;
      text-align: center;
      font-family: 'Source Sans Pro';
      font-size: 13px;
      letter-spacing: 1.5px;
      line-height: 15px;
      font-weight: 600;
      text-transform: uppercase;
      color: #4f4d4b;
    }
    
    .punbb .post-links {
      font-family: 'Source Sans Pro';
      font-weight: 600;
      text-transform: uppercase;
    }
    
    .punbb .post-links ul {
      text-align: right;
    }
    
    .punbb pre {
      font: 1em verdana, arial, helvetica, sans-serif;
      line-height: 170%;
      white-space: break-spaces;
    }
    
    .punbb address,
    .punbb em {
      font-style: normal;
    }
    
    .punbb .code-box {
      background-color: rgba(255, 255, 255, 0.3);
      color: #333;
    }
    
    .punbb .code-box strong.legend {
      background: #4f4d4b;
      font-family: 'Source Sans Pro';
      font-size: 10px;
      font-weight: 600;
      font-style: normal;
      color: #ffffff;
      text-transform: uppercase;
      letter-spacing: 1px;
    }
    
    .punbb .code-box strong.legend a {
      color: #ffffff;
    }
    
    .punbb .code-box strong.legend a:hover {
      opacity: 0.6;
    }
    
    .punbb .quote-box {
      background-color: rgba(255, 255, 255, 0.3);
      color: #333;
    }
    
    .punbb .quote-box cite {
      background: #4f4d4b;
      font-family: 'Source Sans Pro';
      font-size: 10px;
      letter-spacing: 1px;
      font-weight: 600;
      font-style: normal;
      color: #ffffff;
      text-transform: uppercase;
    }
    
    a.qc-post-link img {
      display: none;
    }
    
    a.qc-post-link:before {
      margin: 0 3px !important;
      content: '\f2f5';
      font-family: 'FontAwesome';
      color: #af9c87;
    }
    
    .punbb .required label {
      font-weight: bold;
    }
    
    .punbb .datafield span.input {
      font-weight: bold;
    }
    
    .punbb .datafield span.input a {
      font-weight: normal;
    }
    
    .punbb .post-sig dt {
      border-top: 1px solid #4f4d4b !important;
    }
    
    .punbb .info .container {
      text-transform: lowercase;
    }
    
    .post-content em {
      font-style: normal;
    }
    
    .post-content em.bbuline {
      font-style: normal;
      text-decoration: none;
      border-bottom: 1px solid #955709 !important;
    }
    
    .post-content hr {
      opacity: 1 !important;
      margin-bottom: 0.8em;
      -webkit-filter: none;
      filter: none;
      border: 1px solid #4f4d4b !important;
      border-bottom-style: none !important;
    }
    
    .post-content .spoiler-box > div:before {
      width: 9px;
      margin-right: 6px !important;
      content: '\f078';
      font-family: 'FontAwesome';
      color: #955709;
    }
    
    .post-content .spoiler-box > div.visible:before {
      width: 9px;
      margin-right: 6px !important;
      content: '\f077';
      font-family: 'FontAwesome';
      color: #4f4d4b;
    }
    
    form#rep_form .tc2 input {
      background: #4f4d4b !important;
      font-family: 'Source Sans Pro' !important;
      font-size: 9px !important;
      text-transform: uppercase !important;
      font-weight: 600 !important;
      letter-spacing: 1px !important;
      color: #fff !important;
    }
    
    #plng {
      padding: 0;
      margin: 0 20px 0 0;
      font-size: 10px;
      font-family: 'Source Sans Pro';
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 0.3px;
    }
    
    #restore-post {
      position: absolute;
      right: -33px;
      top: 47px;
      z-index: 200;
      cursor: pointer;
    }
    
    span#restore-post:before {
      content: '\f044';
      font-family: 'FontAwesome';
      color: #4f4d4b;
      font-size: 11px;
      display: block;
    }
    
    .post-content .highlight-text {
      background-color: #4f4d4b !important;
      color: #e5e5e5 !important;
      padding: 0 3px !important;
    }
    
    /* Пагинация и соседние строчки
      -------------------------------------------------------------*/
    #pun-pagelinks li a,
    #pun-pagelinks a:link,
    #pun-pagelinks a:hover {
      font-size: 1.2em;
      line-height: 2em;
    }
    
    .linkst .postlink {
      text-align: right;
      font-family: 'Source Sans Pro';
      font-weight: 700;
      text-transform: uppercase;
    }
    
    .linksb,
    .linkst {
      font-size: 1em;
      font-family: 'Source Sans Pro';
      font-weight: 600;
      text-transform: uppercase;
      color: #4f4d4b;
    }
    
    .linksb {
      text-align: right;
    }
    
    .linkst {
      text-align: left;
    }
    
    .linksb .pagelink {
      text-align: left;
    }
    
    #pun-viewtopic .linksb {
      font-family: 'Source Sans Pro';
      font-weight: 600;
      text-transform: uppercase;
      color: #4f4d4b;
    }
    
    #pun-viewtopic .linksb .pagelink {
      text-align: left;
      font-size: 1em;
      color: #4f4d4b;
    }
    
    #pun-viewtopic .linksb .postlink,
    #pun-viewtopic .linksb .subscribelink {
      text-align: right;
      font-size: 9px !important;
      letter-spacing: 1px !important;
    }
    
    #pun-viewtopic .linksb .postlink a,
    #pun-viewtopic .linksb .subscribelink a {
      color: #fff !important;
      background: #4f4d4b !important;
      width: auto;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 6px 20px;
    }
    
    div#topic-users-in {
      font-family: 'Source Sans Pro';
      font-weight: 600;
      text-transform: uppercase;
      color: #4f4d4b;
    }
    
    .punbb .modmenu strong {
      font-family: 'Source Sans Pro';
      font-weight: 600 !important;
      text-transform: uppercase;
    }
    
    .punbb .modmenu .container span {
      font-size: 0;
    }
    
    /* Профиль в постах
      -------------------------------------------------------------*/
    .punbb .post .post-author {
      width: 220px;
      padding: 0 7px 50px 0 !important;
      height: auto;
      background: url(https://forumstatic.ru/files/001b/6f/ae/19096.jpg) top center no-repeat, url(https://forumstatic.ru/files/001b/6f/ae/16621.jpg) bottom center no-repeat, url(https://forumstatic.ru/files/001b/6f/ae/75131.jpg) repeat-y;
    }
    
    .punbb .post .post-author.no-avatar {
      height: 0px;
      padding: 0 7px 32px 0 !important;
    }
    
    .pa-author {
      height: 15px;
      width: 220px;
      padding: 7px 0 23px 0 !important;
      text-align: center;
      font-family: 'Source Sans Pro';
      font-size: 16px;
      text-transform: uppercase;
      color: #fff;
      font-weight: 600;
      letter-spacing: 1.4px;
      text-shadow: 1px 1px 0 #a3907d;
    }
    
    .pa-author a {
      color: #fff !important;
      text-shadow: 1px 1px 0 #a3907d;
    }
    
    .pa-author a:hover {
      color: #4f4d4b !important;
      text-shadow: none;
    }
    
    li.pa-title {
      padding-bottom: 0.4em;
      font-weight: bold;
      display: none;
    }
    
    li.pa-avatar.item2 {
      text-align: center;
      margin-bottom: 10px;
    }
    
    li.pa-avatar.item2 img {
      outline: 1px solid rgba(255, 255, 255, 0.75);
    }
    
    li.pa-avatar.item2 img:hover {
      -webkit-filter: brightness(1.2) contrast(0.8) grayscale(1);
      filter: brightness(1.2) contrast(0.8) grayscale(1);
      opacity: 0.7;
    }
    
    li.pa-online {
      margin: 0 0 0 98px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      position: absolute;
      height: 30px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    
    li.pa-online:before {
      content: '\f1eb';
      display: block;
      height: 18px;
      width: 23px;
      margin: 0;
      font-family: 'FontAwesome';
      font-size: 18px;
      font-weight: 900;
      line-height: 18px;
      color: #fff;
    }
    
    .pa-respect {
      text-align: center;
      font-family: 'Source Sans Pro';
      font-size: 9px;
      text-transform: uppercase;
      font-weight: 600;
      color: #fff;
    }
    
    .pa-respect img {
      -webkit-filter: hue-rotate(-70deg);
      filter: hue-rotate(-70deg);
    }
    
    .pa-posts {
      text-align: center;
      font-family: 'Source Sans Pro';
      font-size: 9px;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 1px;
      color: #fff;
    }
    
    .pa-posts a {
      margin-right: 4px;
      color: #fff !important;
    }
    
    .pa-posts:hover a,
    .pa-respect:hover .fld-name:before {
      opacity: 0.6 !important;
      cursor: pointer;
    }

    0

    4

    Код:
    
    /* Страница профиля
      -------------------------------------------------------------*/
    #profile-left li#pa-avatar {
      background: url(https://forumstatic.ru/files/001b/6f/ae/19096.jpg) top center no-repeat, url(https://forumstatic.ru/files/001b/6f/ae/16621.jpg) bottom center no-repeat, url(https://forumstatic.ru/files/001b/6f/ae/75131.jpg) repeat-y;
    }
    
    #profile-left li#pa-avatar img {
      outline: 1px solid rgba(255, 255, 255, 0.75);
    }
    
    #profile-left li#pa-avatar img:hover {
      -webkit-filter: brightness(1.2) contrast(0.8) grayscale(1);
      filter: brightness(1.2) contrast(0.8) grayscale(1);
      opacity: 0.7;
    }
    
    #profile-left li#pa-online,
    #profile-left li#pa-edit {
      font-family: 'Source Sans Pro';
      font-size: 11px;
      text-transform: uppercase;
      font-weight: 600;
      color: #fff;
    }
    
    #profile-right li strong {
      font-size: 10px;
      text-transform: lowercase;
      letter-spacing: 0.2px;
    }
    
    #viewprofile li {
      background-color: transparent;
      color: #333;
    }
    
    #viewprofile li strong,
    #viewprofile li div {
      background-color: transparent;
      color: #333;
      font-weight: normal;
    }
    
    #viewprofile li span {
      background: #4f4d4b;
      font-family: 'Source Sans Pro';
      font-size: 11px;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 0.7px;
      color: #fff;
    }
    
    #viewprofile li span a {
      color: #fff;
    }
    
    #viewprofile h2 span {
      background-color: transparent;
      color: #4f4d4b;
      font-family: 'Source Sans Pro';
      text-transform: uppercase;
      font-weight: 600;
      font-size: 13px;
    }
    
    /* Настройки профиля
      -------------------------------------------------------------*/
    #profilenav h2 span {
      background-color: transparent;
      color: #4f4d4b;
      font-family: 'Source Sans Pro';
      text-transform: uppercase;
      font-weight: 600;
      font-size: 13px;
    }
    
    #profilenav li {
      font-weight: normal;
      text-transform: lowercase;
    }
    
    .fs-box label,
    .fs-box .label {
      font-family: 'Source Sans Pro';
      font-size: 11px;
      font-weight: 600;
      text-transform: uppercase;
    }
    
    .punbb .formal span.input {
      text-transform: lowercase;
    }
    
    /* Ссылки
      -------------------------------------------------------------*/
    .punbb a,
    .punbb a:link,
    .punbb a:visited,
    .punbb-admin #pun-admain a,
    .punbb-admin #pun-admain a:link,
    .punbb-admin #punbb-admain a:visited {
      color: #7e623f;
    }
    
    .punbb li.isactive a,
    .punbb li.isactive a:link,
    .punbb li.isactive a:visited {
      color: #333;
    }
    
    .punbb a:hover,
    .punbb a:focus,
    .punbb a:active,
    .punbb-admin #pun-admain .nodefault,
    .punbb-admin #punbb-admain a:hover,
    .punbb-admin #punbb-admain a:focus,
    .punbb-admin #punbb-admain a:active {
      color: #df7d04;
    }
    
    #pun-pagelinks a:active,
    #pun-pagelinks a:focus {
      background-color: #333;
      color: #fff;
    }
    
    /* Заголовки
      -------------------------------------------------------------*/
    .punbb h1,
    .punbb h2,
    .punbb h3,
    .punbb h4,
    .punbb table,
    .punbb th {
      font-size: 1em;
      font-weight: normal;
    }
    
    .punbb h1 span,
    .punbb h2 span {
      font-size: 13px;
      letter-spacing: 0;
    }
    
    #pun-stats h2,
    .punbb .main h1,
    .punbb .main h2,
    #pun-debug h2,
    .punbb-admin #pun-admain h2 {
      background-color: transparent;
      color: #333;
    }
    
    .punbb-admin #pun-admain h2,
    .punbb-admin #pun-admain h1 {
      text-transform: lowercase;
    }
    
    /* Формы и кнопки
      -------------------------------------------------------------*/
    .punbb .formsubmit input,
    .punbb .formsubmit a,
    .punbb .formsubmit span,
    input.button {
      background: #4f4d4b !important;
      font-family: 'Source Sans Pro' !important;
      font-size: 9px !important;
      text-transform: uppercase !important;
      font-weight: 600 !important;
      letter-spacing: 1px !important;
      color: #fff !important;
    }
    
    input.button:hover,
    #pun-viewtopic .linksb .postlink a:hover,
    #pun-viewtopic .linksb .subscribelink a:hover,
    .punbb .formsubmit a:hover,
    .punbb .formsubmit span:hover {
      opacity: 0.5;
    }
    
    #profile .formsubmit {
      text-transform: lowercase;
    }
    
    div#form-buttons {
      background: #4f4d4b;
    }
    
    /* Всплывающие уведомления: новое лс и проч.
      -------------------------------------------------------------*/
    .jGrowl {
      font-size: 11px !important;
    }
    
    .jGrowl .messag_theme {
      font-family: arial !important;
      text-transform: lowercase !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
    }
    
    .jGrowl-notification {
      height: auto !important;
      text-align: center !important;
      border-radius: 0 !important;
    }
    
    #closet {
      border-radius: 0 !important;
      text-transform: lowercase !important;
    }
    
    /* Баббл новых лс
       -------------------------------------------------------------*/
    span.num_msg {
      background: #d0540f !important;
      border-radius: 5px !important;
    }
    
    span.num_msg:before {
      background: #d0540f !important;
      height: 4px !important;
    }
    
    /* Админка
      -------------------------------------------------------------*/
    .punbb-admin #pun-admain legend span {
      background-color: transparent;
      color: #4f4d4b;
      font-family: 'Source Sans Pro';
      text-transform: uppercase;
      font-weight: 600;
      font-size: 13px;
    }
    
    .punbb-admin #pun-admain .adcontainer {
      background-color: transparent;
      color: #333;
    }
    
    #pun-admain fieldset .handle,
    #pun-admain fieldset p {
      background-color: rgba(255, 255, 255, 0.3) !important;
      border: none;
    }
    
    #pun-admain label,
    div#pun-admain .adlabel {
      font-weight: 600;
      font-family: 'Source Sans Pro';
      text-transform: uppercase;
    }
    
    #pun-adnav a {
      font-weight: 400 !important;
      text-transform: lowercase !important;
    }
    
    #pun-adnav .isactive ul.adsubnav a {
      color: #4f4d4b !important;
    }
    
    sup.new {
      color: #955709 !important;
      font-weight: 400 !important;
    }
    
    sup.new:before {
      content: '(';
    }
    
    sup.new:after {
      content: ')';
    }
    
    /* Скроллбар
       -------------------------------------------------------------*/
    ::-webkit-scrollbar {
      width: 7px;
      height: 0;
    }
    
    ::-webkit-scrollbar-track,
    ::-webkit-scrollbar-corner {
      background-color: #352c23;
    }
    
    ::-webkit-scrollbar-thumb {
      background-color: #955709;
    }
    
    .tclcon p::-webkit-scrollbar,
    textarea::-webkit-scrollbar,
    #tags .container::-webkit-scrollbar,
    .scrollbox::-webkit-scrollbar {
      width: 3px !important;
      height: 0;
    }
    
    .tclcon p::-webkit-scrollbar-track,
    .tclcon p::-webkit-scrollbar-corner,
    textarea::-webkit-scrollbar-track,
    textarea::-webkit-scrollbar-corner,
    .scrollbox::-webkit-scrollbar-track,
    .scrollbox::-webkit-scrollbar-corner {
      background-color: #d4cec8 !important;
    }
    
    .tclcon p::-webkit-scrollbar-thumb,
    textarea::-webkit-scrollbar-thumb,
    .scrollbox::-webkit-scrollbar-thumb {
      background-color: #4f4d4b !important;
    }
    
    .scrollbox
    ::-moz-selection {
      background-color: rgba(51, 44, 36, 0.3);
      color: #fff;
    }
    
    ::-moz-selection {
      background-color: rgba(51, 44, 36, 0.3);
      color: #fff;
    }
    
    ::selection {
      background-color: rgba(51, 44, 36, 0.3);
      color: #fff;
    }
    
    ::-moz-selection {
      background-color: rgba(51, 44, 36, 0.3);
      color: #fff;
    }
    
    /* Панель в форме ответа
       -------------------------------------------------------------*/
    .punbb .formal textarea {
      width: 99%;
    }
    
    #form-buttons table {
      height: 26px;
    }
    
    #font-area,
    #size-area,
    #color-area,
    #table-area,
    #image-area,
    #imageup-area,
    #imageattach-area,
    #keyboard-area,
    #video-area,
    #addition-area,
    #smilies-area,
    #video-area,
    #spoiler-area {
      padding: 7px !important;
      overflow-y: auto;
      max-height: 259px;
    }
    
    #tags .container {
      top: auto !important;
      margin-top: 0;
    }
    
    div#color-area,
    div#table-area,
    div#image-area,
    div#imageup-area,
    div#imageattach-area,
    div#keyboard-area,
    div#video-area,
    div#addition-area,
    div#smilies-area,
    div#video-area,
    div#spoiler-area {
      right: 0 !important;
    }
    
    #addition-area div,
    #font-area div,
    #size-area div {
      padding: 4px 5px 5px 5px !important;
      height: auto !important;
    }
    
    #font-area span,
    #size-area span {
      height: auto !important;
    }
    
    #keyboard-span input {
      cursor: pointer;
      margin: 1px !important;
      height: 29px !important;
      min-width: 30px !important;
      line-height: 100% !important;
    }
    
    #smilies-area img {
      margin-right: 4px !important;
      margin-bottom: 2px !important;
    }
    
    .uploadQueueItem {
      padding: 5px !important;
      border-radius: 0 !important;
      background: transparent !important;
    }
    
    #upload-button-container input[type=button],
    #imageupload-left input[type=button],
    #selected-image-width,
    #selected-thumb-width,
    #imageupload-left select {
      cursor: pointer !important;
      background: #858381 !important;
      color: #000 !important;
      text-align: center;
      font-weight: normal !important;
    }
    
    #uploaded-images img {
      cursor: pointer !important;
      width: auto !important;
      height: 50px !important;
      max-width: 100px;
      margin-right: 4px !important;
    }
    
    #video-area-tinp,
    #image-area-tinp {
      margin: 0.8em 0 !important;
      border: none !important;
    }
    
    div#video-area-actions {
      text-align: right !important;
      line-height: 2em !important;
    }
    
    #form-buttons td {
      padding: 0;
      background-repeat: no-repeat;
      background-color: transparent !important;
      background-image: none !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-family: 'Material Symbols Outlined';
      font-style: normal;
      line-height: 1 !important;
      width: 100%;
      height: 26px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
    }
    
    #form-buttons tr {
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
    }
    
    #form-buttons td img {
      position: absolute;
      z-index: 2;
      margin: 0;
      width: auto !important;
      opacity: 0 !important;
    }
    
    #form-buttons #button-font:before {
      content: "\e264";
      position: absolute;
    }
    
    #form-buttons #button-transL:before {
      content: "\e8e2";
      position: absolute;
    }
    
    #form-buttons #button-size:before {
      content: "\e262";
      position: absolute;
    }
    
    #form-buttons #button-bold:before {
      content: "\e238";
      position: absolute;
    }
    
    #form-buttons #button-italic:before {
      content: "\e23f";
      position: absolute;
    }
    
    #form-buttons #button-underline:before {
      content: "\e249";
      position: absolute;
    }
    
    #form-buttons #button-strike:before {
      content: "\e257";
      position: absolute;
    }
    
    #form-buttons #button-left:before {
      content: "\e236";
      position: absolute;
    }
    
    #form-buttons #button-center:before {
      content: "\e234";
      position: absolute;
    }
    
    #form-buttons #button-right:before {
      content: "\e237";
      position: absolute;
    }
    
    #form-buttons #button-justify:before {
      content: "\e235";
      position: absolute;
    }
    
    #form-buttons #button-spoiler:before {
      content: "\e875";
      position: absolute;
    }
    
    #form-buttons #button-quote:before {
      content: "\e625";
      position: absolute;
    }
    
    #form-buttons #button-code:before {
      content: "\ead1";
      position: absolute;
    }
    
    #form-buttons #button-color:before {
      content: "\e40a";
      position: absolute;
    }
    
    #form-buttons #button-smile:before {
      content: "\e87d";
      position: absolute;
    }
    
    #form-buttons #button-sticker:before {
      content: "\e813";
      position: absolute;
    }
    
    #form-buttons #button-link:before {
      content: "\e157";
      position: absolute;
    }
    
    #form-buttons #button-image:before {
      content: "\e412";
      position: absolute;
    }
    
    #form-buttons #button-image2:before {
      content: "\e3f4";
      position: absolute;
    }
    
    #form-buttons #button-video:before {
      content: "\e1c4";
      position: absolute;
    }
    
    #form-buttons #button-hide:before {
      content: "\e898";
      position: absolute;
    }
    
    #form-buttons #button-table:before {
      content: "\f088";
      position: absolute;
    }
    
    #form-buttons #button-keyboard:before {
      content: "\f028";
      position: absolute;
    }
    
    #form-buttons #button-addition:before {
      content: "\e145";
      position: absolute;
    }
    
    #form-buttons #button-indent:before {
      content: "\e23e";
      position: absolute;
    }
    
    #form-buttons #button-html:before {
      content: "\ef54";
      position: absolute;
    }
    
    #form-buttons #floatbut:before {
      content: "\e949";
      position: absolute;
    }
    
    #form-buttons #button-mask:before {
      content: "\e853";
      position: absolute;
    }
    
    img.vibor {
      -webkit-filter: invert(1);
      filter: invert(1);
      margin: 0 10px;
    }
    
    #button-image > img {
      position: relative;
      z-index: 2;
    }
    
    #button-image > center {
      opacity: 0;
      visibility: hidden;
    }
    
    #button-image:hover > center {
      opacity: 1;
      visibility: visible;
    }
    
    #float {
      width: auto;
      padding: 8px;
      position: absolute;
      top: 37px;
      left: 347px;
      z-index: 20;
      display: none;
    }
    
    #float:last-child img {
      margin: 0 5px !important;
      -webkit-filter: invert(1);
      filter: invert(1);
    }
    
    #font-area,
    #size-area,
    #color-area,
    #table-area,
    #image-area,
    #imageup-area,
    #imageattach-area,
    #keyboard-area,
    #video-area,
    #addition-area,
    #smilies-area,
    #video-area,
    #spoiler-area,
    #float {
      background: #4f4d4b;
      border: 1px solid #6c6761 !important;
      border-top: none !important;
      color: #ebebeb;
    }
    
    #tags .container {
      text-transform: lowercase;
    }
    
    #tags .container a {
      color: #b7b7b7;
    }
    
    #tags .container a:hover {
      color: #f1f0ef;
    }
    
    #tags .container strong,
    div#video-area-thd,
    div#image-area-thd,
    div#float strong {
      font-weight: normal !important;
      text-transform: lowercase !important;
      letter-spacing: 0.6px;
      color: #f1f0ef !important;
      font-size: 12px;
    }
    
    #imageupload-left input[type=button] {
      width: auto !important;
      border-radius: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
    }
    
    #addition-area div:hover,
    #font-area div:hover,
    #size-area div:hover {
      background: rgba(255, 255, 255, 0.1) !important;
      border-radius: 0;
    }
    
    #keyboard-span input {
      background-color: rgba(255, 255, 255, 0.1) !important;
      font-size: 13px !important;
      color: #f1f0ef !important;
    }
    
    #keyboard-span input:hover {
      background-color: #c1b9b0 !important;
      color: #333 !important;
    }
    
    .uploadQueueItem .cancel a {
      font-weight: normal !important;
      color: #f1f0ef !important;
    }
    
    #uploaded-images img {
      border: 1px solid #b7b7b7 !important;
    }
    
    #form-buttons td {
      color: #e1dfde;
      font-weight: 200;
      font-size: 14px !important;
    }
    
    #button-image p {
      color: #c1b9b0 !important;
    }
    
    .punbb #post .tabs .active a,
    .punbb #post .tabs li a:hover {
      background: #686868 !important;
    }
    
    .punbb #post .tabs li a {
      background: #3c3c3c !important;
    }
    
    .hvStickerPackModal {
      border-radius: 0 !important;
      background: rgba(51, 44, 36, 0.3) !important;
    }
    
    .hvStickerPackModalTab {
      padding: 6px 12px !important;
      border-radius: 0 !important;
      background: rgba(0, 0, 0, 0.1) !important;
      font-size: 9px !important;
      letter-spacing: 1px !important;
      font-family: "Helvetica Bold", sans-serif !important;
      font-weight: normal !important;
      text-transform: uppercase !important;
      color: #222 !important;
    }
    
    /* Репутация
       -------------------------------------------------------------*/
    form#rep_form .tcl {
      width: 20% !important;
      font-family: 'Source Sans Pro' !important;
      text-transform: uppercase;
      text-align: left;
    }
    
    #pun-report .inner,
    #pun-reputation .inner,
    #pun-admin-award-form .inner {
      background: #C1B9B0;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
    }
    
    div.post-rating,
    div.post-vote,
    div.post-vote a,
    div.post-rating a {
      font-family: 'Source Sans Pro' !important;
      font-size: 13px !important;
      font-weight: 700 !important;
    }
    
    #pun-respect .tcl {
      text-transform: lowercase !important;
    }
    
    .removeReputation:before {
      content: '\f00d';
      font-family: 'FontAwesome';
      font-size: 10px !important;
      font-weight: 900 !important;
    }
    
    .edit-reputation {
      border-bottom: 1px dashed #955709 !important;
    }
    
    /* Закладки
       -------------------------------------------------------------*/
    #BookmCntToggle.default-style {
      background: #706e6c !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      color: #d4cec8 !important;
      border-left: solid 5px #d4cec8 !important;
    }
    
    #MyBookmarks {
      background: #393736 !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
    }
    
    #MyBookmarks .container {
      color: #fff !important;
      text-transform: lowercase !important;
    }
    
    #MyBookmarks h2 {
      font-family: 'Source Sans Pro' !important;
      font-size: 9px !important;
      font-weight: 400 !important;
      text-transform: uppercase !important;
      color: #fff !important;
    }
    
    #MyBookmarks h2 span {
      font-size: 12px !important;
    }
    
    #MyBookmarks h1 {
      font-family: 'Source Sans Pro' !important;
      font-size: 9px !important;
      font-weight: 400 !important;
      text-transform: uppercase !important;
      color: #fff !important;
    }
    
    #MyBookmarks #bm2:after {
      content: '\f00d' !important;
      font-family: 'FontAwesome';
      font-size: 12px;
    }
    
    #MyBookmarks span.scrl {
      width: 98px !important;
      padding-top: 4px !important;
      color: #fff !important;
      text-shadow: none !important;
    }
    
    #MyBookmarks span.scrl.b {
      left: 100px !important;
    }
    
    #MyBookmarks span.scrl.t,
    #MyBookmarks span.scrl.b {
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
    }
    
    #MyBookmarks li.BookmarkL > span > a {
      color: #fff !important;
    }
    
    #MyBookmarks li.BookmarkL > span > a:hover {
      opacity: 0.4;
    }
    
    #MyBookmarks li span strong {
      float: right;
      cursor: pointer;
      z-index: 99999;
      font-weight: 900;
      position: relative;
      font-size: 0 !important;
    }
    
    #MyBookmarks li span strong:after {
      content: '\f00d';
      font-size: 10px;
      font-family: 'FontAwesome';
      color: #ff8100;
    }
    
    .post .bookmark {
      width: 20px !important;
      height: 20px !important;
      position: absolute;
      color: transparent !important;
      background: transparent !important;
      opacity: 1;
      -webkit-transition: .1s ease;
      transition: .1s ease;
      right: -10px !important;
      z-index: 999;
      cursor: pointer;
    }
    
    .post .bookmark:before {
      content: '\f071' !important;
      font-size: 20px !important;
      font-family: 'FontAwesome';
      border: none !important;
      color: #af6303 !important;
      left: 0 !important;
      display: block;
    }
    
    .editBookmark {
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      border-radius: 0 !important;
      background: #332c24 !important;
    }
    
    .editBookmark h1 {
      margin-bottom: 0 !important;
      color: #fff !important;
    }
    
    .editBookmark input.button {
      margin: 0 !important;
    }
    
    .editBookmark .container {
      border-radius: 0 !important;
      padding: 10px !important;
    }
    
    .editBookmark input:not(.button) {
      height: 25px;
      text-transform: lowercase;
      background: rgba(255, 255, 255, 0.1) !important;
      font-size: 10px !important;
      line-height: 9px !important;
      color: #979696 !important;
    }
    
    .editBookmark .inputfield {
      color: #fff !important;
      font-size: 0 !important;
      text-transform: lowercase;
    }
    
    .editBookmark .inputfield .button {
      margin-left: 4px !important;
    }
    
    /* Кнопки вверх/вниз
       -------------------------------------------------------------*/
    #Go_Top,
    #Go_Bottom {
      position: fixed;
      cursor: pointer;
      background-color: transparent !important;
    }
    
    #Go_Top {
      top: calc(50% - 50px);
      right: calc(50% - 560px);
    }
    
    #Go_Bottom {
      top: calc(50% + 50px);
      right: calc(50% - 560px);
    }
    
    #Go_Top:before {
      content: '\f0aa';
      font-family: 'FontAwesome';
      font-size: 30px;
      font-weight: 900;
      color: #fff;
      text-shadow: 0 0 1px #000;
    }
    
    #Go_Bottom:before {
      content: '\f0ab';
      font-family: 'FontAwesome';
      font-size: 30px;
      font-weight: 900;
      color: #fff;
      text-shadow: 0 0 1px #000;
    }

    0


    Вы здесь » bosver » коды » no light


    Рейтинг форумов | Создать форум бесплатно