View file style/panel/css/global.css

File size: 12.38Kb
.l-sidebar {
    background: #f0f0f0;
    height: 100%;
    clip: inherit;
    overflow: hidden;
    z-index: -1;
    box-sizing: border-box;
    width: auto;
}

.l-sidebar {
    transition: background .2s;
}

.l-sidebar *, .toolbar-w, .toolbar-w *, .title.curr, .title.curr * {
    transition: all .2s;
}

.l-sidebar ::-webkit-scrollbar {
    width: 8px;
}
 
.l-sidebar ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #C1C1C1;
}
 
.l-sidebar ::-webkit-scrollbar-thumb:hover {
    background: #A9A9A9;
}

.l-sidebar_cnt {
    width: 100%;
}

menu, ul {
    list-style: none;
}

.l-sidebar_i {
    font-size: 1rem;
    padding-right: .5em;
    position: relative;
    background-image: none;
    clear: both;
    border-bottom: 1px solid #CCC;
}

.l-sidebar_i.__top-menu {
    padding: 0;
}

.l-sidebar_i.__user .l-sidebar_i_img {
    z-index: 12;
}
.l-sidebar_i_img, .l-sidebar_i_img .u-ava {
    width: 64px;
    height: 64px;
}

.l-sidebar .fi:after, .l-sidebar .fi:before {
    color: #898989;
}

.l-sidebar .fi:after, .l-sidebar .fi:before, .l-sidebar_i_img {
    font-size: 27px;
    width: 32px;
    height: 17px;
    padding: 0 .5em;
    text-decoration: none;
}

.l-sidebar_i_aux, .l-sidebar_i_img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto auto auto .5em;
    padding: 0;
}

.l-sidebar_i_img, .l-sidebar_i_img .u-ava {
    width: 64px;
    height: 64px;
}
.u-ava {
    border-radius: 0;
    -webkit-mask-image: url(/style/panel/images/avatar_ellip.svg);
    mask-image: url(/style/panel/images/avatar_ellip.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
#user-pmarks .u-ava, .u-ava {
    display: inline-block;
}

.u-ava_img {
    clip-path: url(#ellip_clip);
}

.u-ava_img {
    border-radius: 0;
    margin-bottom: -.15em;
}

.l-sidebar_i_img .lnk {
    z-index: auto;
}
.l-sidebar_i .lnk {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11;
}
#faq-lst, .lnk {
    -webkit-animation: bugfix infinite 1s;
}

.l-sidebar_i .u-gifts {
    width: 32px;
    height: 32px;
    padding: 0;
    position: absolute;
    bottom: -4px;
    right: -8px;
}
.u-gifts {
    padding-right: 40px;
}

.l-sidebar_i .u-gifts .gifts_i {
    width: 32px;
    height: 32px;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
}
.gifts_i.__large {
    width: 128px;
    height: 128px;
}
.gifts_i {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: 90% 90%;
    background-size: 90%;
}
.gifts_i, .gifts_ul .grid_li {
    position: relative;
    text-align: center;
}
.gifts_i, .gifts_li {
    display: inline-block;
}

.gifts_lnk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.l-sidebar_i_n {
    display: inline-block;
    padding: 1em .5em 1em 90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    white-space: normal;
    line-height: 2.9em;
    height: 4.9em;
    position: relative;
}



.fi .fi_tx, .fi .ic_tx {
    vertical-align: middle;
}

.l-sidebar_i .fi_tx, .l-sidebar_i_tx {
    display: inline-block;
    text-decoration: none;
    text-overflow: ellipsis;
    color: #d3d3d3;
}

.l-sidebar_i_n_inner {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    line-height: 1.4;
    max-height: 2.9em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.l-sidebar .l-sidebar_inner_i {
    padding-top: .75em;
    padding-bottom: .75em;
}

.l-sidebar_inner_i {
    display: inline-block;
    width: 33.333333%;
/*    margin-top: .45em;
    margin-bottom: .7em;*/
    text-align: center;
}

.l-sidebar .fi {
    display: block;
    position: relative;
    z-index: 15;
    text-decoration: none;
    white-space: nowrap;
}
.fi {
    font-style: normal;
}

.l-sidebar_i .gbbl:not(.ic):empty {
    display: none;
}

.l-sidebar_i.__top-menu .gbbl {
    left: 60%;
}
.l-sidebar .gbbl {
    position: absolute;
    z-index: 20;
    left: 2.7em;
    top: 2px;
    border: 2px solid #f0f0f0;
    padding: .2em .3em .1em;
    font-size: .73rem;
    line-height: normal;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-font-smoothing: antialiased;
}
.bbtn, .gbbl {
    display: inline-block;
    vertical-align: top;
}

.gbbl {
    min-width: 1.2em;
    padding: .1em .3em;
    border-radius: 40px;
    background-image: none;
    font-size: .73rem;
    line-height: 1.1em;
}

.addition-button, .cgb, .gbbl {
    text-align: center;
}

.gbbl, .hint-stb-cnt {
    display: inline-block;
}

.gbbl {
    min-width: 1.6em;
    padding: 0;
    border-radius: 1em;
    font-size: .8rem;
}

#head .app a, #root .marked:after, .chbubble_true .mvchimg:before, .gbbl, .gbblb, .gbtn, .nf input[type=submit].gbtn, .sm-cnt.sm-new {
    text-decoration: none;
    color: #fff;
    background: #4da911;
}

.l-sidebar_i .fi_tx, .l-sidebar_i_tx {
    padding: .75em 0 .75em 60px;
}

.l-sidebar_inner_i .fi_tx {
    display: block;
    padding: 0;
    margin: 0;
    font-size: .8rem;
}

.l-sidebar_i .fi_tx, .l-sidebar_i .ic_tx, .l-sidebar_i_tx, .l-sidebar_i_n {
    color: #666;
}


.l-sidebar_i .fi:after, .l-sidebar_i .fi:before {
    margin-left: 0;
    margin-right: -60px;
}

.l-sidebar_inner_i .fi:before {
    margin: 0 auto .1em;
    padding: 0;
    line-height: 32px;
    min-height: 32px;
    font-size: 32px;
}

.fi-mark-kls:before {
    content: '\f0A7';
}

.fi:before, .ic:before {
    margin-right: 4px;
}

.fi:before {
    margin-left: -4px;
}

.fi:after, .fi:before, .ic-inv.js-user-invisible-watcher.__invisible:before {
    display: inline-block;
}

.fi:after, .fi:before {
    vertical-align: middle;
    font: 24px/16px 'Icons';
    color: #999;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: -1px;
}


.fi-gst:before {
    content: '\f0A4';
}

.fi-uev:before {
    content: '\f0A3';
}

.l-sidebar .p-block {
    padding-right: 0;
    padding-left: 0;
    border-top: none;
}
.p-block, .u-evnt, .u-gift-cntr, .u-holidays {
    height: auto;
    line-height: 1.5;
    min-height: 32px;
    position: relative;
}
.p-block, .u-evnt, .u-holidays {
    border-bottom: none;
    border-top: 1px solid #ddd;
}
.p-block, .u-evnt {
    padding: 0 .5em;
}

.l-sidebar .p-block_lnk {
    color: #666;
}
.l-sidebar .p-block .alnk {
    padding-left: 3.9em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.l-sidebar .p-block_lnk {
    color: #d3d3d3;
}
.p-block .alnk, .u-evnt a, .u-gift-cntr .alnk {
    width: 100%;
    display: inline-block;
    padding: 12px 0;
    vertical-align: middle;
    text-decoration: none;
}

.l-sidebar .p-block .ic-promo {
    width: 20px;
    height: 20px;
    margin-left: -3.9em;
    margin-right: auto;
    padding: 0 1.2em 0 1.3em;
}
.discus-usr-card .ic-img, .ic-img.ic8, .p-block .ic-img {
    margin-top: 0;
}
.ic-img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.ic {
    text-decoration: none;
    white-space: nowrap;
}
img {
    border: 0;
}
a, body, div, form, h1, img, li, menu, p, span, table, td, ul {
    margin: 0;
    padding: 0;
}

.ano-lgo-tx, .ano-lgo-tx:after, .communities_list-w .sclnk .ic~span, .p-block .ic_tx, .p-block:after, .u-evnt:after {
    vertical-align: middle;
}

.l-sidebar_i_tx.__aux {
    position: relative;
    float: right;
    padding: .75em .5em;
    color: #979797;
}

.l-sidebar_i_tx-data {
    font-size: .8rem;
    vertical-align: middle;
}

.l-sidebar_i_tx b {
    color: #f2871b;
    font-weight: 400;
}

.l-sidebar_i.__splitter {
    background: #e0e0e0;
}

.l-sidebar_i.__splitter {
    background: #ccc;
    color: #666;
    font-size: .86rem;
}

.l-sidebar_i.__splitter {
    padding: .35em .5em .35em .75em;
    font-size: 1rem;
    color: #999;
}

.fi-feed:before {
    content: '\f011';
}

.fi-frs:before {
    content: '\f000';
}

.fi-fls:before {
    content: '\f034';
}

.fi-nts:before {
    content: '\f01a';
}

.fi-menu:before {
    content: '\f036';
}

.fi-pic:before {
    content: '\f00c';
}

.fi-msg:before {
    content: '\f0A9';
}

.fi-dsc:before {
    content: '\f0A1';
}

.fi-mvs:before {
    content: '\f013';
}

.fi-grp:before {
    content: '\f00e';
}

.fi-msc:before {
    content: '\f0A2';
}

.fi-game:before {
    content: '\f01d';
}

.fi-gft:before {
    content: '\f016';
}

.fi-hlds:before {
    content: '\f00d';
}

.fi-inv:before {
    content: '\f012';
}

.fi-lck:before {
    content: '\f014';
}

.fi-ok:before {
    content: '\f038';
}

.fi-star:before {
    content: '\f026';
}

.fi-set:before {
    content: '\f03A';
}

.fi-hint:before {
    content: '\f028';
}

.fi-screen:before {
    content: '\f00F';
}

.fi-olnk:before {
    content: '\f025';
}

.fi-adm:before {
    content: '\f0e1';
}

.fi-ank:before {
    content: '\f035';
}

.portal-container {
    position: relative;
}

#content {
    padding: .27em .27em 0;
}

.two-columns-layout-content::after {
    content: "";
    display: block;
    clear: both;
}

.toolbar-w {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 40px;
    width: 100%;
    z-index: 100;
    text-align: left;
    padding: 0px;
    border: none;
}

.toolbar-w, .title {
    /*box-shadow: 0 1px 5px #000;*/
}

#lgo {
    height: inherit;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    font-size: 1.2rem;
    line-height: 38px;
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

#lgo:first-letter {
    text-transform: uppercase;
}

.toolbar_actions-i {
    display: inline-block;
    height: inherit;
}

.__two-columns_animation-moving-sidebar .ntfb2 .f .ntf.__main-logo.__main-logo-without-menu, .toolbar_actions-i {
    display: inline-block;
}

.hint {
    position: relative;
    overflow: visible;
}

.ntfb2 .f {
    border-right: 1px solid #ed911d;
}

.avlnt .lnk, .ftMn2 a, .mPgr a, .pymk-small .ttl a, .ntf, .pager li a, .tlb a, .ustt .topic a, .ustt a.stxt {
    text-decoration: none;
}

.ftMn2 li, .musc, .ntf, .ntfb2 ul, .tlb {
    white-space: nowrap;
}
#capc, #head .app a, .add-pho-plch, .chs-alb, .chs-phc, .ntf, .ntf span, .ntfb span, .o .bbtn.gbblb, .prprcnt, .toolbar-widget span, .usr-plch {
    text-align: center;
}
.ftMn div a, .ntf, .tlb a {
    color: #fff;
}
.ntf {
    display: block;
    width: 40px;
    padding: .5em .3em .4em;
    vertical-align: middle;
    height: 100%;
    box-sizing: border-box;
}

#lgo, .f, .ntf {
    -webkit-tap-highlight-color: transparent;
}

.tics {
    background: url(/style/panel/images/tools.png) no-repeat;
}

.tic {
    display: inline-block;
    width: 24px;
    height: 24px;
}

.ticFeed {
    background-position: 0 -26px !important;
}

.ticMsg {
    background-position: 0 -3px !important;
}

.ticDsc {
    background-position: 0 -50px !important;
}

.ticMenu {
    background-position: 0 -75px !important;
}

.ticNtf {
    background-position: 0 -105px !important;
}

.ticFrd {
    background-position: 0 -134px !important;
}

img.ilgo {
    width: 24px;
    height: 26px;
    padding: 0 .5em;
    vertical-align: middle;
}

.ntfb2 img {
    vertical-align: middle;
}

.ntfb2 .gbbl {
    margin-top: -.5em;
    margin-left: -.75em;
    position: absolute;
}

.ntfb2 .gbbl:not(.ic):empty {
    display: none;
}

.toolbar_actions {
    display: none;
    height: inherit;
}

.toolbar-w {
    border-bottom: 1px solid rgba(0,0,0,.09); 
}

li.__sidebar-opener {
    border-right: 1px solid rgba(0,0,0,.09);
}

#lgo:hover, .f:hover, .ntf:hover, .l-sidebar_i:hover:not(.__top-menu):not(.__splitter), .l-sidebar_inner_i:hover {
    background-color: rgba(0,0,0,.1);
}

#lgo:active, .f:active, .ntf:active, .l-sidebar_i:active:not(.__top-menu):not(.__splitter), .l-sidebar_inner_i:active {
    background-color: rgba(0,0,0,.2);
}