XF 2.0 Проблемы с extra.less

Статус
В этой теме нельзя размещать новые ответы.

MrRobot

Проверенные
Сообщения
629
Решения
11
Реакции
844
Баллы
1,855
В общем когда я что-то редактирую в extra.less, то все настройки сбиваются, а когда я всё возвращаю, то это не помогает.


Журнал ошибки сервера

  • Less_Exception_Chunk: ParseError: Unexpected input in anonymous-file-1302.less on line 2092, column 5 2090| } 2091| .p-navEl a::before{ 2092| font-family: \'FontAwesome\'; 2093| padding-right: 5px; 2094| } 2095| .block-xenmax-hide{
  • src/vendor/oyejorge/less.php/lib/Less/Parser.php:677
#0 src/vendor/oyejorge/less.php/lib/Less/Parser.php(621): Less_Parser->GetRules(NULL)
#1 src/vendor/oyejorge/less.php/lib/Less/Parser.php(449): Less_Parser->_parse()
#2 src/XF/CssRenderer.php(363): Less_Parser->parse('// Note that th...')
#3 src/XF/CssRenderer.php(311): XF\CssRenderer->renderToCss('public:extra.le...', '// Note that th...')
#4 src/XF/CssRenderer.php(235): XF\CssRenderer->renderTemplate('public:extra.le...', NULL)
#5 src/XF/CssRenderer.php(101): XF\CssRenderer->renderTemplates(Array, Array, Array)
#6 src/XF/CssWriter.php(53): XF\CssRenderer->render(Array)
#7 css.php(30): XF\CssWriter->run(Array, 2, 1, '8ce6415ef6d9338...')
#8 {main}

array(4) {
["url"] => string(253) "/css.php?css=public%3ACMTV_UC.less%2Cpublic%3A_statistic_tab_group_threads.less%2Cpublic%3Anode_list.less%2Cpublic%3Asiropu_shoutbox.less%2Cpublic%3Astatistic_pro.less%2Cpublic%3Aextra.less&s=2&l=1&d=1564351465&k=8ce6415ef6d93383e040fb39e6132518e81313f7"
["referrer"] => string(20) " "
["_GET"] => array(5) {
["css"] => string(154) "public:CMTV_UC.less,public:_statistic_tab_group_threads.less,public:node_list.less,public:siropu_shoutbox.less,public:statistic_pro.less,public:extra.less"
["s"] => string(1) "2"
["l"] => string(1) "1"
["d"] => string(10) "1564351465"
["k"] => string(40) "8ce6415ef6d93383e040fb39e6132518e81313f7"
}
["_POST"] => array(0) {
}
}
 
CSS:
.clear-fix{
    content: " ";
    display: block;
    height: 0;
    clear: both;
}
.block-row.block-row--highlighted{
    background: #1b1b1b;
}
.p-nav-inner{
    height: 50px;
}

.p-nav-scroller, .p-nav-opposite{
    height: 50px;
    line-height: 33px;
}
.p-navgroup-link.p-navgroup-link--user .avatar{
    margin-right: 3px;
    margin-top: 8px;
}
.p-navgroup{
     border-radius: 0;
    background: unset;
}
.p-navgroup-link:first-of-type{
     border-radius: 0;
}
.p-navgroup-link.is-menuOpen{
    background: rgb(29, 29, 29);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);
}
.p-navgroup-link:hover{
    background: unset;
}
.p-navSticky.is-sticky-broken, .p-navSticky.is-sticky-disabled{
    box-shadow: 0 0 15px #0e0e0e;
}
.menu-row.menu-row--highlighted{
    background: #141414;
}
.menu-content{
    border-radius: 0;
}
.block-container:not(.block-container--noStripRadius) > :first-child, .block-topRadiusContent, .block-container:not(.block-container--noStripRadius) > .block-body:first-child > .blockLink:first-child{
border-radius: 0;
}
.block-header{
    background: #202021;
    border-bottom: 2px solid #c84848;
}
.block-container {
    color: #b4b4b4;
    background: rgba(32,32,32,0.7);
    border-width: 0;
    border-style: solid;
    border-top-color: #3b3b3b;
    border-right-color: #424242;
    border-bottom-color: #4f4f4f;
    border-left-color: #424242;
    border-radius: 2px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transition-property: border margin;
    transition-property: border margin;
}
.block-header a{
    font-weight: 500;
    font-size: 14px;
}
.block-minorHeader {
    color: #f13e3d;
    font-weight: 500;
    font-size: 16px;
}
.block-minorHeader a:hover{
    color: #d65959;
    text-decoration: none;
}

minorHeader {
    border-bottom: none;
    text-align: left;
    color: #2d936c;
}
.menu-linkRow.is-selected, .menu-linkRow:hover, .menu-linkRow:focus{
    background: #141414;
    border-left-color: rgba(241, 56, 56, 0.75)
}
.menu-separator{
    display: none;
}
.p-nav-list .p-navEl:not(.is-selected):not(.is-menuOpen):hover, .p-nav-list .p-navEl:not(.is-selected):not(.is-menuOpen) .p-navEl-link:hover, .p-nav-list .p-navEl:not(.is-selected):not(.is-menuOpen) .p-navEl-splitTrigger:hover{
    color: #c84848;
    transition: 0.3s;
}
.node-icon, .subNodeLink:before{
    display: none;
}
.block-header a:hover{
    color: #d65959;
    text-decoration: none;
}
.menu-content > :last-child{
    border-radius: 0;
}
.menu-footer{
    border-top: 1px solid #1f1f1f;
    background: #2f2f2f;
}
.input{
    background: #141414;
    border: 1px solid #383737;
    border-width: 0;
    border-style: none;
    border-radius: 0;
    border-color: unset;
}
.input:focus, .input.is-focused{
    background: #1b1b1b;
}

.button, a.button {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease;
    font-size: 12px;
    border-radius: 4px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    text-align: center;
    color: #ffffff;
    background: #4a4a4a;
    border-color: #616161 #616161 #616161 #616161;
}
.button.button--primary, a.button.button--primary{
    border-color: unset;
    border-radius: 0;
    border: 0;
}
.menu-header{
    color: #f9f9f9;
    background: #323232;
    font-weight: 500;
    font-size: 13px;
}
.button:not(.button--splitTrigger):hover, a.button:not(.button--splitTrigger):hover, .button.button--splitTrigger > .button-text:hover, a.button.button--splitTrigger > .button-text:hover, .button.button--splitTrigger > .button-menu:hover, a.button.button--splitTrigger > .button-menu:hover, .button:not(.button--splitTrigger):focus, a.button:not(.button--splitTrigger):focus, .button.button--splitTrigger > .button-text:focus, a.button.button--splitTrigger > .button-text:focus, .button.button--splitTrigger > .button-menu:focus, a.button.button--splitTrigger > .button-menu:focus, .button:not(.button--splitTrigger):active, a.button:not(.button--splitTrigger):active, .button.button--splitTrigger > .button-text:active, a.button.button--splitTrigger > .button-text:active, .button.button--splitTrigger > .button-menu:active, a.button.button--splitTrigger > .button-menu:active{
    background-color: #9a4f4f;
}
.block-filterBar{
    background: rgba(50, 50, 50, 1);
    border-bottom: 2px dashed #3a3a3a;
}
.block-filterBar .filterBar-filterToggle:hover, .block-filterBar .filterBar-menuTrigger:hover{
    background: #cc4b4b;
    color: #fff;
}
.filterBar-menuTrigger{
    border-radius: 0;
}
.fr-box.fr-basic .fr-wrapper{
    background: #141414!important;
    border: 0!important;
}
.fr-toolbar.fr-top{
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
}
.overlay > .overlay-title:first-child, .overlay .overlay-firstChild{
    border-radius: 0;
}
.overlay-title{
    background: #252525;
    font-weight: 500;
    font-size: 17px;
}
.overlay{
     border-width: 0;
     border-style: unset;
     border-color: unset;
     border-radius: 0;
}
.block-row.block-row--clickable:hover{
    background: #191919;
}
.blockLink.is-selected{
    background: #1d1d1d;
}
.blockLink:hover{
        background: #1d1d1d;
}
.formSubmitRow-bar{
    background: #1d1d1d;
    border-top: 1px solid #1b1b1b;
}
.memberHeader-main{
    background: #1f1f1f;
    border-bottom: 1px solid #272727;
    border-radius: 0;
}
.block-tabHeader{
    background: #1f1f1f;
}
.block-tabHeader .tabs-tab.is-active{
    color: #c75a5a;
    border-color: #c84848;
}
.block-filterBar .filterBar-filterToggle{
    background: #a55054;
}
.filterBar-filterToggle{
    border-radius: 0;
}
.tabs--standalone{
     border: 1px solid #2f2f2f;
     border-width: 0;
     border-style: unset;
     border-color: unset;
}
.dataList-row.dataList-row--header .dataList-cell{
    font-weight: 500;
    background: #1d1d1d;
    border-bottom: 1px solid #2b2b2b;
}
.dataList-cell.dataList-cell--action.dataList-cell--alt:hover, .dataList-cell.dataList-cell--link.dataList-cell--alt:hover, .dataList-cell.dataList-cell--action.dataList-cell--action:hover, .dataList-cell.dataList-cell--link.dataList-cell--action:hover{
    background: #c75757;
    transition: 0.s;
}
.inputGroup.inputGroup--joined .input + .inputGroup-text, .inputGroup.inputGroup--joined .input + .input, .inputGroup.inputGroup--joined .inputGroup-text + .input{
    border-left: 1px solid #232323;
}
.inputGroup.inputGroup--joined .inputGroup-text{
     border-width: 0;
     border-style: unset;
     border-color: unset;
     background: #1d1d1d;
}
.node-main {
    vertical-align: middle;
    width: 50%;
}
.node-subNodeFlatList > li{
    display: inline-block;
    width: 45%;
    margin-bottom: 3px;
    font-weight: 600;
}
.node-stats > dl.pairs.pairs--rows{
    width: 40%;
    float: left;
    margin: 0 5px;
    padding: 10px 0;
    border-radius: 10px;
}
.pairs.pairs--rows > dt{
    font-size: 70%;
}
.pairs.pairs--rows > dd{
        color: #c84848;
}
.button.button--cta, a.button.button--cta{
    background: #c14a4a;
    border-color: none;
}
.button.button--cta:not(.button--splitTrigger):hover, a.button.button--cta:not(.button--splitTrigger):hover, .button.button--cta.button--splitTrigger > .button-text:hover, a.button.button--cta.button--splitTrigger > .button-text:hover, .button.button--cta.button--splitTrigger > .button-menu:hover, a.button.button--cta.button--splitTrigger > .button-menu:hover, .button.button--cta:not(.button--splitTrigger):focus, a.button.button--cta:not(.button--splitTrigger):focus, .button.button--cta.button--splitTrigger > .button-text:focus, a.button.button--cta.button--splitTrigger > .button-text:focus, .button.button--cta.button--splitTrigger > .button-menu:focus, a.button.button--cta.button--splitTrigger > .button-menu:focus, .button.button--cta:not(.button--splitTrigger):active, a.button.button--cta:not(.button--splitTrigger):active, .button.button--cta.button--splitTrigger > .button-text:active, a.button.button--cta.button--splitTrigger > .button-text:active, .button.button--cta.button--splitTrigger > .button-menu:active, a.button.button--cta.button--splitTrigger > .button-menu:active{
    background-color: #e25050;
}
.xfa-nit-node-icon{
    padding: 15px 0 10px 10px;
}
.subNodeLink .xfa-nit-node-icon-small{
    margin-right: 5px;
}
.fsp .tabGroup-content {
    padding: 0 3px;
    max-height: 425px;
    overflow-y: auto;
    position: relative;
    height: 425px;
}
.block-fsp-new-style-n {
    width: 100%;
    border: 1px solid #1b1b1b;
}
.fsp .refreshButton{
    top: 20px;
    right: 25px;
}
.fsp .tabGroup{
    border: 1px solid #1d1d1d;
    background: #202020;
    border-width: 0;
    border-style: unset;
    border-color: unset;
    border-radius: 0;
    padding: 10px;
}
.fsp .tabGroup:last-child .tabs{
    font-size: 12px;
    color: #c3c3c3;
}
.fsp .tabGroup-content, .fsp .overflowed{
    font-size: 13px;
}
.fsp .tabGroup .item .icon{
    color: #f3f3f3;
}
.fsp .tabGroup .item {
    border-bottom: 1px solid #2b2b2b;
    padding: 0px;
    margin-top: 4px;
}
.node-subNodesFlat{
    margin-left: 7px;
}
.node-title{
    font-size: 13px;
    font-weight: 500;
}
.node-title a {
    color: #8e8e8e;
}
.node-title a:hover{
    color: #ab6969;
}
.p-footer{
    display: none;
}
.button.button--scroll, a.button.button--scroll{
    border-radius: 5px;
    background: #c84848;
    padding: 5px 8px;
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.25);
}
.block--messages .message, .block--messages .block-row{
    border-width: 0;
    border-style: unset;
    border-color: unset;
    border-radius: 0;
}


.avatar.avatar--m{
    width: 174px;
    height: 174px;
    font-size: 95.6px;
    border-radius: 20px;
}
.message-userExtras dl{
    margin: 5px 0;
}
.message-userExtras{
    margin-top: 5px;
    font-size: 12px;
}
.pairs.pairs--justified:before, .pairs.pairs--justified:after{
    display:none;
}
.pairs > dt:after{
    display:none;
}
.message-userExtras dl {
    padding: 0 0 5px 0;
    margin: 5px 0;
}
.message-userExtras dl dt i{
    font-size: 14px;
}
.pairs.pairs--justified > dd{
    color: #fff;
}
.structItem.is-mod-selected{
    background: #191919;
}
.message.is-mod-selected, .block--messages .message.is-mod-selected{
    background: #191919;
}
.memberTooltip-header{
    background: #1b1b1b;
}
.menu-row.menu-row--clickable:hover{
    background: #1d1d1d;
}
.menu-footer{
    border-top: 1px solid #232323;
    background: #272727;
}
.p-navgroup-link.badgeContainer:after{
    padding: 3px 5px;
}
.badge.badge--highlighted, .badgeContainer.badgeContainer--highlighted:after{
    background: #c84848;
}
.avatar.avatar--l{
    width: auto;
    max-height: 250px;
}
.block:not(.block--messages) .block-container:not(.block-container--noStripRadius) > .block-body:last-child > .message:last-child .message-cell:first-child, .block:not(.block--messages) .block-bottomRadiusContent.message .message-cell:first-child, .block:not(.block--messages) .block-bottomRadiusContent > .message:last-child .message-cell:first-child{
    display:none;
}
.show-image-in-profile{
    display: block!important;
}
.message.is-mod-selected .message-userArrow:after, .block--messages .message.is-mod-selected .message-userArrow:after{
    border-right-color: #191919;
}
.message-avatar-wrapper{
    margin-top: 7px;
}
.mes-mac-wrap-n{
    background: #232323;
    padding: 0 5px;
    border: 1px solid #2b2b2b;
    margin-bottom: 3px;
}
#mes-block-n-th{
    width: 28%;
    float: left;
    background: #1b1b1b;
    padding: 5px;
    margin-right: 5px;
}
#mes-block-n-th .first-jp-n{
    display: block;
    float: none;
    text-align: center;
    margin: 0;
}
#mes-block-n-th .sec-jp-n{
    float: none;
    text-align: center;
    font-size: 10px;
}
#dt-reg-mes-th-n{
    background: #1b1b1b;
    padding: 6px 0;
}
#dt-reg-mes-th-n dt{
    float: none;
    margin: 0;
    text-align: center;
}
#dt-reg-mes-th-n dd{
    font-size: 9px;
    float: none;
    text-align: center;
}
.memberTooltip-header{
    background: #1b1b1b!important;
    border-bottom: 1px solid #191818;
}
.tooltip--member .tooltip-content{
    border: 1px solid #292929;
}
.tooltip--member.tooltip--bottom .tooltip-arrow:after{
    border-bottom-color: #1b1b1b;
}
.pageNav-page, .pageNav-jump{
    background: #323232!important;
    border: 0;
    border-width: 0;
    border-style: unset;
    border-color: unset;
}
.pageNav-page.pageNav-page--current{
    color: #c84848;
    border: 1px solid #c14a4a;
}
.in-prof-user-align{
    margin: 5px 0;
}

.AccountM{
    padding: 0px 15px 15px;
}
.user-counts{
    float: right;
    display: flex;
    margin-top: .15rem;
    font-size: 14px;
    font-weight: 500;
}
.msg-count{
    color: #a29e87;
}
.msg-count:before{
    font-family: "FontAwesome";
    content: "\\f075";
    margin-right: .5rem;
    color: #a29e87;
    position: relative;
    top: 1px;
}
.rcn-count{
    margin-left: 15px;
    color: #DDD;
}
.rcn-count:before {
    content: "\\f004";
    font-family: "FontAwesome";
    margin-right: 2px;
    color: #c53030;
    font-weight: 600;
    position: relative;
    top: 1px;
}
.AccMenu .username {
    font-size: 15px;
    font-weight: 300;
}
.AccMenu .userTitle {
    font-size: 13px;
    color: #888;
    font-weight: 300;
    display: block;
    clear: both;
    margin-top: -14px;
}
.menu-content >:last-child {
    border-bottom-left-radius: 1.5px;
    border-bottom-right-radius: 1.5px;
}
.AccColumns {
    padding-bottom: .75rem;
}
.blockLinksList {
    padding: 0;
    font-size: 14px;
}
.blockLinksList li {
    transition: .5s;
    list-style: none;
}
.blockLinksList a, .blockLinksList label {
    color: #DDD;
    padding: .35rem 1rem;
    display: block;
    outline: 0 none;
    font-weight: 300;
    text-decoration: none;
    margin-left: 3px;
}
.AccColumns .blockLinksList li.account-details a::before {
    font-family: "FontAwesome";
    content: "\\f007";
    margin-right: .5rem;
    color: #c84848;
}
.AccColumns .blockLinksList li.signature a::before {
    font-family: "FontAwesome";
    content: "\\f040";
    margin-right: .5rem;
    color: #c84848;
}
.AccColumns .blockLinksList li.user-upgrades a::before {
    font-family: "FontAwesome";
    content: "\\f234";
    margin-right: .5rem;
    color: #c84848;
}
.AccColumns .blockLinksList li.privacy a::before {
    font-family: "FontAwesome";
    content: "\\f21b";
    margin-right: .5rem;
    color: #c84848;
}
.AccColumns .blockLinksList li.preferences a::before {
    font-family: "FontAwesome";
    content: "\\f013";
    margin-right: .5rem;
    color: #c84848;
}
.AccColumns .blockLinksList li.security a::before {
    font-family: "FontAwesome";
    content: "\\f132";
    margin-right: .5rem;
    color: #c84848;
}
.AccColumns .blockLinksList li.two-step a::before {
    font-family: "FontAwesome";
    content: "\\f235";
    margin-right: .5rem;
    color: #c84848;
}
.AccColumns .blockLinksList li.logout a {
    color: #888;
}
.AccColumns .blockLinksList li.logout a::before {
    font-family: "FontAwesome";
    content: "\\f08b";
    margin-right: .5rem;
    color: #555;
}
.blockLinksList li:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.05);
}
.p-navEl a::before{
    font-family: \'FontAwesome\';
    padding-right: 5px;
}
.block-xenmax-hide{
    background: #141414 none repeat scroll 0 0;
    border-left: 3px solid #c84848;
    color: #8f8f8f;
    font-size: 12px;
}
.block-xenmax-hide a, .block-xenmax-hide .fa{
    color: #c84848;
}
.new-st-block{
    border-left: 0!important;
    background: #1b1b1b!important;
    color: #fbfbfb!important;
}
.warn-new-st{
    border-left: 3px solid #c84848!important;
    background: #141414!important;
    color: #8c8c8c!important;
}
.block-rowMessage--warning.block-rowMessage--iconic:before{
    color: #c84848;
    margin-top: 10px;
}
.username--banned{
    color: #848484;
    background: unset;
    text-shadow: unset;
    -webkit-text-fill-color: unset;
}
.threadSeparator.sticky{
    color: #c84848!important;
    background: rgba(0, 0, 0, 0.1)!important;
    border-bottom: 1px solid rgb(56, 56, 56)!important;
    background-image: unset!important;
    border-top: 0!important;
}
.structItemContainer.sticky {
    background: rgb(21, 20, 20)!important;
}
.threadSeparator {
    border-bottom: 1px solid #c14a4a!important;
    background: #1f1f1f!important;
}
.bbCodeBlock-title--hideShow, .bbCodeBlock--hideShow, .bbCodeBlock-title--hide, .bbCodeBlock--hide{
    color: unset!important;
}
.bbCodeBlock-title {
    padding: 10px 13px;
    font-size: 14px;
    font-weight: 600;
}
.bbCodeBlock--visible {
    border: 3px solid #3c3838;
}
.bbCodeBlock--hidden {
    border: 4px solid #1f1f1f;
    font-weight: 600;
}
.block-userActivity--header{
    font-size: 11px;
    color: #fdfeff;
    display:none;
}
.notice-content{
    background: #1b1b1b;
}
.node-extra{
    width: 26%;
}
.node-extra-row{
    white-space: unset;
}
.fr-link-th .xfa-nit-node-icon{
    float: left;
}
.fr-link-th
{
    padding-top: 20px;
}
.p-body-main--withSideNav .p-body-content{
    width: 100%;
}

.p-navEl a[data-nav-id="home"]::before{content: "\\f015";color:#c84848;}
.p-navEl a[data-nav-id="rules"]::before{content: "\\f19d";color:#c84848;}
.p-navEl a[data-nav-id="faq"]::before{content: "\\f0a1";color:#c84848;}
.p-navEl a[data-nav-id="buygroup"]::before{content: "\\f0d6";color:#c84848;}
.p-navEl a[data-nav-id="garant"]::before{content: "\\f132";color:#c84848;}


.p-navgroup-link--logIn span {
    background: #ae3a42;
    border: none;
    padding: 6px 30px;
    border-radius: 3px;
    font-size: 13px;
}
.p-navgroup-link--logIn span:before{
    font-family: \'FontAwesome\';
    padding-right: 5px;
    content: "\\f023";
}
.p-navgroup-link--logIn span:hover{
    color: #ececec;
    background: #d05858;
}
.p-navgroup-link--register span {
    background: #5a5a5a;
    border: none;
    padding: 6px 30px;
    border-radius: 3px;
    font-size: 13px;
}
.p-navgroup-link--register span:before{
    font-family: \'FontAwesome\';
    padding-right: 5px;
    content: "\\f234";
}
.p-navgroup-link--register span:hover{
    color: #d4d1d1;
    background: #484848;
}


.pika-single{
    background: #1d1d1d;
    border-color: #252525;
    border-radius: 0px;
}
.pika-label{
    background-color: #1d1d1d;
}
.pika-prev, .pika-next{
    color: #fff;
}
.pika-table th{
    background: #1b1b1b;
}
.is-disabled .pika-button, .is-outside-current-month .pika-button{
    color: #525252;
    opacity: 1;
    background: #191919;
}
.pika-button{
    background: #151515;
}
.is-selected .pika-button{
    border-radius: 0;
}
.pika-button:hover{
    background: #773232;
    border-radius: 0;
}
.stat-list-f {
    font-size: 12px;
    background: #202020;
    border-radius: 3px;
    padding: 3px 10px;
    margin-top: 5px;
}

.MemberProfile-block:after{
    content: " ";
    clear: both;
    display: block;
}
.MemberProfile-block .Left-side{
    width: 250px;
    float: left;
    background: #232323;
    padding: 15px 15px 10px 15px;
    margin-right: 10px;
}
.MemberProfile-block .Left-side .user-avatar .avatar.avatar--l{
    width: 220px;
    height: auto;
    max-height: 250px;
}
.MemberProfile-block .Left-side .user-avatar img{
    width: 100%;
    height: auto;
    max-height: 275px;
    display: block;
}
.MemberProfile-block .Left-side .user-banners em{
    display: block;
    margin: 3px 0
}
.user-buttons-com .start-conves-user{
    background: #1b1b1b!important;
    display: block;
    font-weight: 400;
    margin-top: 10px;
}
.user-buttons-com .start-conves-user:hover{
    background: #6b3f3f!important;
}
.user-buttons-com .start-conves-user:before{
    content: "\\f0e0";
    font-family: FontAwesome;
    margin-right: 5px;
}
.user-buttons-com .follow-unfollow-but-user{
    background: #1b1b1b!important;
    display: block;
    font-weight: 400;
    margin-top: 3px;
}
.user-buttons-com .follow-unfollow-but-user:hover{
    background: #6b3f3f!important;
}
.user-buttons-com .follow-unfollow-but-user:before{
    content: "\\f234";
    font-family: FontAwesome;
    margin-right: 5px;
}
.user-buttons-com .ignor-user-but{
    background: #1b1b1b!important;
    display: block;
    font-weight: 400;
    margin-top: 3px;
}
.user-buttons-com .ignor-user-but:hover{
    background: #6b3f3f!important;
}
.user-buttons-com .ignor-user-but:before{
    content: "\\f05e";
    font-family: FontAwesome;
    margin-right: 5px;
}
.user-or-report-or-moder .go-to-report-user{
    background: #1b1b1b!important;
    display: block;
    font-weight: 400;
    margin-top: 3px;
    float: none;
    width: 220px;
}
.user-or-report-or-moder .go-to-report-user:hover{
    background: #6b3f3f!important;
}
.user-or-report-or-moder .go-to-report-user:before{
    content: "\\f0a1";
    font-family: FontAwesome;
    margin-right: 5px;
}
.user-or-report-or-moder .moder-button-us{
    background: #1b1b1b!important;
    display: block;
    font-weight: 400;
    margin-top: 3px;
    width: 220px;
}
.user-or-report-or-moder .moder-button-us:hover{
    background: #6b3f3f!important;
}
.main-member-block{
    background: #232323;
    padding: 10px;
    border-top: 2px solid #c84848;
}
.main-member-block .top-user-info{
    border-bottom: 1px dashed #333333;
    padding-bottom: 5px;
}
.main-member-block .top-user-info .user-name-pr{
    float: left;
}
.main-member-block .top-user-info .user-name-pr h1{
    font-size: 17px;
    font-weight: 400;
}
.main-member-block .middle-user-info{
    margin-top: 5px;
}
.main-member-block .middle-user-info .user-ls-info{
    padding: 0;
    margin: 0;
}
.main-member-block .middle-user-info .user-ls-info li{
    list-style: none;
    margin-bottom: 7px;
}
.main-member-block .middle-user-info .user-ls-info .st2{
    margin-left: 10px;
    color: #c84848;
}
.main-member-block .middle-user-info .user-ls-info .search-user-detal a{
    display: unset;
    padding: 0;
    border: 0;
    color: #9a9a9a;
    transition: all 0.3s;
}
.main-member-block .middle-user-info .user-ls-info .search-user-detal a:hover{
    background: unset;
    color: #fff;
    transition: all 0.3s;
}
.main-member-block .middle-user-info .user-ls-info .search-user-detal a:focus{
    background: unset;
}
.main-member-block  .member-ts-info{
    background: #1b1b1b;
    padding: 10px;
    margin-top: 10px;
    text-align: center;
}
.main-member-block  .member-ts-info .selections{
    display: inline-block;
    background: #151515;
    padding: 7px 12px;
    box-shadow: 0 0 10px #151515;
    margin-right: 17px;
}
.main-member-block  .member-ts-info .selections .sl1{
    display: block;
    text-align: center;
    color: #c84848;
    font-size: 17px;
    font-weight: 500;
}
.main-member-block  .member-ts-info .selections .sl2{
    display: block;
    text-align: center;
}
.memb-sector{
    margin: 10px 0;
}
.main-member-wrapper{
    margin-left: 260px;
}
.blockMessage{
    border-width: 0;
    border-style: unset;
    border-color: unset;
    border-radius: 0;
}
.message-avatar-wrapper, .avatar.avatar--l{
    width: 100%;
}


.userBanner-admin{
    color: #ffffff;
    background: #c84848;
    border-radius: 0;
    padding: 4px 0;
    font-size: 12px;
    font-weight: 500;
}
.userBanner-novoreg{
    padding: 4px 0;
    font-size: 12px;
    border-radius: 0;
    font-weight: 500;
    color: #000000;
    background: #c0c0c0;
}
.userBanner-mestniy{
    padding: 4px 0;
    font-size: 12px;
    border-radius: 0;
    font-weight: 500;
    color: #f3f3f3;
    background: #3e547b;
}
.userBanner-opitniy{
    padding: 4px 0;
    font-size: 12px;
    border-radius: 0;
    font-weight: 500;
    color: #f3f3f3;
    background: #3d9dc1;
}
.userBanner-magistr{
    padding: 4px 0;
    font-size: 12px;
    border-radius: 0;
    font-weight: 500;
    color: #f3f3f3;
    background: linear-gradient(50deg, #3b176b 27%, #672eb3 85%);
    border: 0;
}
.userBanner-Premium{
    color: #ffffff;
    background: linear-gradient(45deg, #ffce1d, #ef751e);
    box-shadow: 0 0 4px #f2b114;
    border-radius: 0;
    padding: 4px 0;
    font-size: 12px;
    font-weight: 600;
}
.userBanner-PROXY{
    color: #ffffff;
    background: linear-gradient(45deg, #65d30e, #40690c);
    border-radius: 0;
    padding: 4px 0;
    font-size: 12px;
    font-weight: 600;
}
.userBanner-PROXY:before{
    font-family: FontAwesome;
    content: "\\f0ac";
    color: #fff;
    margin-right: 5px;
}


.prefStyle-Halyava{
    background: linear-gradient(#e6c730 35%, #d3f324);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 0px 3px #f0fd27;
    margin-right: 3px;
}
.prefStyle-MYR{
    margin-right: 3px;
    background: #19425f;
    padding: 0px 12px;
    border-radius: 3px;
    text-align: center;
}
.prefStyle-USA{
    margin-right: 3px;
    background: #d67b1d;
    padding: 0px 12px;
    border-radius: 3px;
    text-align: center;
}
.prefStyle-ZABUGOR{
    margin-right: 3px;
    background: #23804c;
    padding: 0px 12px;
    border-radius: 3px;
    text-align: center;
}
.prefStyle-MIX{
    margin-right: 3px;
    background: #61123a;
    padding: 0px 12px;
    border-radius: 3px;
    text-align: center;
}
.prefStyle-NewsForum{
    margin-right: 3px;
    color: #151515;
    background: #ffffff;
    padding: 0px 12px;
    border-radius: 3px;
    text-align: center;
}
.adver-wrapper{
    margin-bottom: 20px;
    background: #1b1b1b;
    padding: 10px;
}
.adver-wrapper img{
    display: block;
    float: left;
    margin-left: 20px;
}
.prefStyle-Proxy{
    margin-right: 3px;
    color: #ffffff;
    background: #2d3e7b;
    padding: 0px 12px;
    border-radius: 3px;
    text-align: center;
}

.message-userExtras dl {
    margin: 5px 0;
    font-size: 15px;
}
.nw-UF-wrap{
    float: left;
    padding: 0 !important;
    margin: 0!important;
}
#nw-UserInfo-pr{
    float: left;
    margin-right: 5px;
}
#nw-UserInfo-pr a{
    display: block;
    padding: 3px 7px;
    border-radius: 3px;
    transition: all 0.4s;
}
#nw-UserInfo-pr a:hover{
    color: #c84848;
    transition: all 0.4s;
}

::-webkit-scrollbar {
    width: 6px;
    height: 7px
}

::-webkit-scrollbar-track-piece {
    background-color: #1b1b1b;
    -webkit-border-radius: 4px
}

::-webkit-scrollbar-thumb:vertical {
    height: 3px;
    background-color: #c84848;
    -webkit-border-radius: 3px
}

::-webkit-scrollbar-thumb:vertical:active {
    height: 3px;
    background-color: #A49999;
    -webkit-border-radius: 3px
}

::-webkit-scrollbar-thumb:horizontal {
    width: 3px;
    background-color: #999;
    -webkit-border-radius: 3px
}
.link--external{
    color: #389078;
    transition: all 0.4s;
}
.link--external:hover{
    color: #06a579;
    transition: all 0.4s;
}

.p-title-pageAction {
    margin-bottom: 5px;
    margin-left: auto;
}

.p-body-inner {
    background: rgb(34, 34, 34);
    margin-top: 60px;
}

.fsp .tabs .tab {
    font-size: 15px;
}

.fsp .tabGroup--threads .tabGroup-content span .label {
    margin-right: 5px;
    white-space: nowrap;

}



.Checking:before {
    content: "\\f110";
    font-family: FontAwesome;
    padding-right: 4px;
}
.prefix.Checking {
    color: #FF8F00;
    text-shadow: 0 0 5px #ff8f00;
    margin-right: 5px;
}

.Predloga:before {
    content: "\\f06a";
    font-family: FontAwesome;
    padding-right: 4px;
}
.prefix.Predloga {
    padding: 0px 7px;
    display: inline-block;
    background: #bf490e;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 2px;
    line-height: 18px;
    margin-right: 5px;
    color: white;
}

.BugReport:before {
    content: "\\f071";
    font-family: FontAwesome;
    padding-right: 4px;
}
.prefix.BugReport {
    padding: 0px 7px;
    display: inline-block;
    background: #821330;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 2px;
    line-height: 18px;
    margin-right: 5px;
    color: white;
}

.Report:before {
    content: "\\f071";
    font-family: FontAwesome;
    padding-right: 4px;
}
.prefix.Report {
    padding: 0px 7px;
    display: inline-block;
    background: #821330;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 2px;
    line-height: 18px;
    margin-right: 5px;
    color: white;
}
.prefix.Resheno {
    padding: 0px 7px;
    display: inline-block;
    background: #228a56;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 2px;
    line-height: 18px;
    margin-right: 5px;
    color: white;
}

.prefix.Shop {
    color: #f7d83a;
    text-shadow: 0 0 5px #f7d83a;
    margin-right: 5px;
}

.prefix.Buy {
    padding: 0px 7px;
    display: inline-block;
    background: #b74288;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 2px;
    line-height: 18px;
    margin-right: 5px;
}

.prefix.Russia {
    padding: 0px 7px;
    display: inline-block;
    background: #34714d;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 2px;
    line-height: 18px;
    margin-right: 5px;
}

.prefix.Zabugor{
    padding: 0px 7px;
    display: inline-block;
    background: #5d5d5d;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 2px;
    line-height: 18px;
    margin-right: 5px;
}

.prefix.DUMP {
    padding: 0px 7px;
    display: inline-block;
    background: #9c4343;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 2px;
    line-height: 18px;
    margin-right: 5px;
}

.prefix.Sell {
    padding: 0px 7px;
    display: inline-block;
    background: #4265b7;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 2px;
    line-height: 18px;
    margin-right: 5px;
}

.prefix.Author {
    padding: 0px 7px;
    display: inline-block;
    background: #9a5d79;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 2px;
    line-height: 18px;
    margin-right: 5px;
}

.prefix.Isxod {
    padding: 0px 7px;
    display: inline-block;
    background: #1a788e;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 2px;
    line-height: 18px;
    margin-right: 5px;
}

.label.label--green {
    padding: 0px 7px;
    display: inline-block;
    background: #1d533b;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 2px;
    line-height: 18px;
    border-color: #086308;
}

.label.label--red {
    padding: 0px 7px;
    display: inline-block;
    background: #bc2e2e;
    text-transform: uppercase;
    border-radius: 2px;
    line-height: 18px;
}

.label.label--yellow {
    padding: 0px 7px;
    display: inline-block;
    background: #e0d433;
    text-transform: uppercase;
    border-radius: 2px;
    line-height: 18px;
    color: black;
}

.label.label--royalBlue {
    color: #fff;
    background: #4169e1;
    padding: 0px 7px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 2px;
    line-height: 18px;
}

.userBanner.userBanner--skyBlue {
    background: #3a82ae;
    border: none;
    padding: 6px;
    border-radius: 3px;
    font-size: 13px;
}


.fsp .item--thread.thread--18 .title a {
    color: #ffe200;
    text-shadow: #f00 1px 1px 10px;
    font-weight: bold;
}


.userBanner.userBanner--staff {
    background: #ae3a42;
    border: none;
    padding: 6px;
    border-radius: 3px;
    margin: 8px 0;
    font-size: 13px;
}

.userBanner.userBanner--red {
    background: #ae3a42;
    border: none;
    padding: 6px;
    border-radius: 3px;
    font-size: 13px;
}

.userBanner.userBanner--green {
    background: #267b49;
    border: none;
    padding: 6px;
    border-radius: 3px;
    font-size: 13px;
}

.userBanner.userBanner--olive {
    background: #c158a9;
    border: none;
    padding: 6px;
    border-radius: 3px;
    font-size: 13px;
}

.node-body-wapper-n {
    background: #202020;
    padding: 5px;
}

.p-nav-smallLogo img {
    display: block;
    max-height: 40.2px;
}

.userBanner.userBanner--gray {
    background: #808080;
    border: none;
    padding: 6px;
    border-radius: 3px;
    font-size: 13px;
}

.userBanner.userBanner--silver {
    color: white;
    background: #888888;
    border: none;
    padding: 6px;
    border-radius: 3px;
    font-size: 13px;
}

.p-sectionLinks {
    display: none;
}

.p-pageWrapper .p-nav {
    color: #fff;
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.18);
    background: #202021;
    border: none;
    border-top: 5px solid #c84848;
}

.block-footer {
    background: #202020;
}

.message-avatar-wrapper {
    margin-bottom: .5em;

    .message-avatar-online {
        top: unset;
        border: none;
        left: 50%;
        margin-left: -.615em;
        bottom: -.5em;
        font-size: 17px;
        text-shadow: 0 0 10px #7fb900;

        &:before {
            .m-faBase();
            .m-faContent(@fa-var-user-circle);
            line-height: 1;
            font-weight: bold;
            color: rgb(127, 185, 0);
            background: @xf-messageUserBlock--background-color;
            border: @xf-messageUserBlock--background-color solid 2px;
            border-radius: 50%;
            display: inline-block;
        }
    }
}

.mxr_block_glinks {
    margin: 0px 6px;
    background-color: #1d1d1d;
    color: #d63309;
    border-left: 3px solid #f2240d;
    padding: 6px 6px 6px 6px;
}

.messageNotice {
    margin: 6px 0;
    padding: 6px 10px;
    color: #ffffff;
    background: #2b2b2b;
    font-size: 13px;
    border-left: 2px solid #c84848;
}

.messageHide.messageHide--link {
    font-size: 13px;
    color: #ffffff;
    background: #1d1d1d;
    border-left: 2px solid #f2930d;
    display: inline-block;
}

.fr-popup .fr-input-line input[type="text"], .fr-popup .fr-input-line textarea {
    font-size: 13px;
    color: #000000;
}

.block-footer:not(.block-footer--split) .block-footer-counter {
    float: left;
    font-size: 12px;
    color: #b4b4b4;
}

.siropuShoutboxShouts>li time {
    color: #bebebe;
    font-size: 12px;
    float: right;
}

.siropuShoutboxShouts>li .username {
    font-weight: normal;
}

.siropuShoutbox form .button {
    font-size: 18px;
    border-color: #202020;
    background: #c84848;
}

.siropuShoutboxTagged {
    background: #191919;
    padding: 3px;
    border-radius: 5px;
    border: 1px solid #1f1f1f;
}

.blockMessage.blockMessage--error {
    border-left: 3px solid #c84448;
    background: #1d1d1d;
    color: #c84448;
}
.message-userTitle {
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    margin: 0;
    background: #232323;
}


.username[data-user-id="1"] body::before {
    content: url([MEDIA=imgur]BJZNZPH[/MEDIA]
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0.4;
}


.userBanner-Publisher:before {
    font-family: FontAwesome;
    content: "\\f0ac";
    color: #fff;
    margin-right: 5px;
}

.userBanner-Publisher {
    color: #ffffff;
    background: linear-gradient(45deg, #00c4ff, #0062ff);
    border: none;
    padding: 6px;
    border-radius: 3px;
    font-size: 13px;
}

.pollResult-voters {
    padding: 6px 10px;
    color: #DCDCDC;
    background: #171717;
}

body[data-template="forum_list"] {
    .p-body-header {
        display: none;
     }
}

.siropuShoutboxFooter {
    margin-top: 9px;
    color: #919191;
    background: #191919;
    padding: 4px;
    border-top: 0px solid #3a3a3a;
    border-radius: 3px;
}

.donate-progressBarContainer {
    border-radius: 5px;
}

.donate-progressBarContainer-bar {
    border-radius: 5px;
}

.p-navgroup-link--alerts .p-navgroup-linkText, .p-navgroup-link--search .p-navgroup-linkText, .p-navgroup-link--conversations .p-navgroup-linkText {
    display: none;
}

.p-navgroup-link.p-navgroup-link--conversations i:after {
    content: "\\f0e0";
    display: inline-block;
    width: 1em;
}

.p-navgroup-link.p-navgroup-link--alerts i:after {
    content: "\\f0f3";
    display: inline-block;
    width: .88em;
}

.siropuShoutboxShouts>li .bbWrapper {
    display: inline;
    color: white;
}

.samCodeUnit[data-position="container_content_above"], .samBannerUnit[data-position="container_content_above"], .samTextUnit[data-position="container_content_above"], .samCodeUnit[data-position="forum_overview_top"], .samBannerUnit[data-position="forum_overview_top"], .samTextUnit[data-position="forum_overview_top"] {
    margin-top: 0;
    color: #b4b4b4;
    background: rgba(32,32,32,0.7);
    border-width: 0;
    border-style: solid;
    border-top-color: #3b3b3b;
    border-right-color: #424242;
    border-bottom-color: #4f4f4f;
    border-left-color: #424242;
    border-radius: 2px;
    transition: all .25s ease;
    display: -webkit-inline-box;
}
 
Последнее редактирование модератором:
Что не помогло?
Вы весь код смотрели, или я за Вас его должен весь пересматривать?
CSS:
.p-navgroup-link--logIn span:before{
    font-family: \'FontAwesome\';
    padding-right: 5px;
    content: "\\f023";
}
.p-navgroup-link--logIn span:hover{
    color: #ececec;
    background: #d05858;
}
.p-navgroup-link--register span {
    background: #5a5a5a;
    border: none;
    padding: 6px 30px;
    border-radius: 3px;
    font-size: 13px;
}
.p-navgroup-link--register span:before{
    font-family: \'FontAwesome\';
    padding-right: 5px;
    content: "\\f234";
}
Там же не в одном месте.
 
Статус
В этой теме нельзя размещать новые ответы.
Современный облачный хостинг провайдер | Aéza
Назад
Сверху Снизу