Snap

Snap 2.0.10

Нет прав для скачивания
  • Автор темы unconfirmed
  • Дата начала
Ребята, помогите найти путь к этой вкладке к кастомному меню и как убрать подвал ?
 

Вложения

  • Безымянный.png
    Безымянный.png
    3.8 KB · Просмотры: 1
Ребята, помогите найти путь к этой вкладке к кастомному меню и как убрать подвал ?
Внешний вид>Настройки стиля>[DohTheme Off-canvas-menu]>Add custom submenu[Убираешь галку или же настраиваешь под себя]
 
Стиль не плох, но видели Вы стили от Arty? Вот там как раз таки идеалы, а тут так... :) Кстати, там есть стили с такой же палитрой.
 
Ребят, как исправить это? Выводит в названии каждое слово с заглавной буквы. 1515867449065.png1515867449065.png
 
А, Вы про категории?
 
В EXTRA.css.
CSS:
.nodeList .categoryStrip .categoryText .nodeTitle {
  text-transform: none;
}
 
Странно, я на демке автора проверял, всё работает, линк тогда на форум в Лс.

В исходном коде, не вижу мной предложенного исправления, содержимое - EXTRA.css.
В тег code и под спойлер сюда.

Вот и Ваша ошибка, Вы добавили код в область другого перед закрывающей скобкой.
CSS:
<xen:include template="dohtheme.css" />
* {outline: 0;}
.Menu {-webkit-overflow-scrolling: touch;}
.Menu > * {-webkit-transform: translateZ(0px);}
a:link {-webkit-tap-highlight-color: {xen:helper rgba, @dt_second, 0.3};}

/* Text Selection */

::selection { color: @dt_second; }
::-moz-selection { color: @dt_second; }


/* Color Select in Redactor */

.redactor_color_link:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transform: scale(1.7,1.7);
  -ms-transform: scale(1.7,1.7); /* IE 9 */
  -webkit-transform: scale(1.7,1.7); /* Safari and Chrome */}



/* Member card stats and last activity in two columns */

.xenOverlay.memberCard .userInfo .userStats {
float: left;
width: 49% !important;
border-right: 1px solid #556655 !important;
}


.xenOverlay.memberCard .userInfo .userStats dd {
float: right !important;
color: @dt_second;
}

.xenOverlay.memberCard .userInfo .userStats dt  {
float: left;
clear: both;
}

.xenOverlay.memberCard .lastActivity {
float: right;
width: 49% !important;
margin-top: 0px !important;
padding-top: 0px !important;
border-top: 0 !important;
}

.xenOverlay.memberCard .lastActivity.pairsInline dt {
float: left;
clear: both;
}

.xenOverlay.memberCard .lastActivity.pairsInline dd {
float: left;
clear: both;
color: @dt_second;
}
.xenOverlay.memberCard .lastActivity.pairsInline dd abbr {
display: block;
}

/* Redactor icons */
.Responsive .redactor_toolbar li a
{
text-indent: 0px;
text-align: center;
background-image: none !important;
}
.Responsive .redactor_toolbar li a:before, html .redactor_dropdown a:before
{
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;
}
.Responsive .redactor_toolbar li a:before:hover {
color: red;
}
html .redactor_toolbar li a:hover
{
background-image: none !important;
}
html .redactor_dropdown a
{
padding-left: 0 !important;
background-image: none !important;
}
html .redactor_dropdown a:before
{
margin-right: 10px;
}
html.Responsive .redactor_toolbar li a.redactor_btn_bold:before
{
content: "\f032";
}
html .redactor_toolbar li a.redactor_btn_italic:before
{
content: "\f033";
}
html .redactor_toolbar li a.redactor_btn_underline:before
{
content: "\f0cd";
}
html .redactor_toolbar li a.redactor_btn_fontcolor:before
{
content: "\f042";
}
html .redactor_toolbar li a.redactor_btn_fontsize:before
{
content: "\f034";
}
html .redactor_toolbar li a.redactor_btn_fontfamily:before
{
content: "\f031";
}
html .redactor_toolbar li a.redactor_btn_createlink:before
{
content: "\f0c1";
}
html .redactor_toolbar li a.redactor_btn_unlink:before
{
content: "\f127";
}
html .redactor_toolbar li a.redactor_btn_alignment:before
{
content: "\f036";
}
html .redactor_toolbar li a.redactor_btn_unorderedlist:before
{
content: "\f0ca";
}
html .redactor_toolbar li a.redactor_btn_orderedlist:before
{
content: "\f0cb";
}
html .redactor_toolbar li a.redactor_btn_outdent:before
{
content: "\f03b";
}
html .redactor_toolbar li a.redactor_btn_indent:before
{
content: "\f03c";
}
html .redactor_toolbar li a.redactor_btn_smilies:before
{
content: "\f118";
}
html .redactor_toolbar li a.redactor_btn_image:before
{
content: "\f03e";
}
html .redactor_toolbar li a.redactor_btn_media:before
{
content: "\f008";
}
html .redactor_toolbar li a.redactor_btn_insert:before
{
content: "\f067";
}
html .redactor_toolbar li a.redactor_btn_draft:before
{
content: "\f0c7";
}
html .redactor_toolbar li a.redactor_btn_undo:before
{
content: "\f0e2";
}
html .redactor_toolbar li a.redactor_btn_redo:before
{
content: "\f01e";
}
html .redactor_toolbar li a.redactor_btn_removeformat:before
{
content: "\f12d";
}
html .redactor_toolbar li a.redactor_btn_switchmode:before
{
content: "\f0f6";
}
html .redactor_dropdown a.alignLeft:before
{
content: "\f036";
}
html .redactor_dropdown a.alignCenter:before
{
content: "\f037";
}
html .redactor_dropdown a.alignRight:before
{
content: "\f038";
}
.redactor_dropdown a.quote:before
{
content: "\f10d";
}
.redactor_dropdown a.spoiler:before
{
content: "\f024";
}
.redactor_dropdown a.code:before
{
content: "\f121";
}
.redactor_dropdown a.strikethrough:before
{
content: "\f0cc";
}
.redactor_dropdown a.saveDraft:before
{
  content: "\f0c7";
}
.redactor_dropdown a.deleteDraft:before
{
  content: "\f014";
}
.redactor_toolbar li a.redactor_btn_custom_gallery:before
{
    content: "\f1c5";
}

.LikeText:before {
font-family: "FontAwesome";
content: "\f087";
color: @dt_third;
font-size: 1.5em;
margin-right: 2px;
}

/* THREAD VIEW TITLE BAR ENHANCEMENTS */

.thread_view .titleBar {
    text-align: center;
}

.redactor_smilies img.mceSmilieSprite:hover { opacity: 1.0;-webkit-transform: scale(1.2);transform: scale(1.2); }

.redactor_smilies img.mceSmilieSprite { opacity: 0.5; -webkit-transition: all .2s ease-in-out;transition: all .2s ease-in-out; }

.memberCard .avatarCropper { margin-bottom: 16px;}
.socialmemcard > a { display: inline; }
.socialmemcard { padding-top: 2.5px; margin-left: -10px;}
.socialmemcard xenforo { margin-right: -4px; }

.DismissParent .DismissCtrl:before
{
    display: inline-block;
    font-family: FontAwesome;
    content: "\f00d";
    color: @mutedTextColor;
}

/* Popup Arrow */

.PopupOpen .arrowWidget:before, .Popup .arrowWidget:before
{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: @contentText;
}
.Popup .arrowWidget:before
{
    content: "\f107";
}
.PopupOpen .arrowWidget:before
{
    content: "\f106";
    color: @popupControl.color;
}
html .subForumsPopup .PopupOpen .dt, .subForumsPopup.Popup .PopupControl.PopupOpen
{
    color: @popupControl.color !important;
}

/* Responsive Private Controls */

.privateControls .Popup a {
    color: @dt_third !important;
    padding: 0 5px;
}
.privateControls .Popup .arrowWidget {
   display: none;
}
.navTabs .navTab.selected .tabLinks
{
    display: none;
}
#headerMover #headerProxy
{
    height: {xen:calc '@headerLogoHeight + @headerTabHeight + 2'}px;
}
#navigation .pageContent
{
    height: {xen:calc '@headerTabHeight + 2'}px;
    position: relative;
}
.navTabs .navLink .itemCount .arrow {
    display: none;
}
.breadcrumb .crust .arrow::after {
    content: "\f105";
    font-family: FontAwesome;
    font-weight: bold;
    position: absolute;
    top: -7px;
    right: 5px;
    z-index: 100;
}
.breadcrumb .crust:last-child .arrow::after {
    display: none;
}
#logoBlock
{
    text-align: center;
}
#logo
{
    display: inline-block;
    float: none;
}
.userPanel
{
    background: #43cea2;
    background: -webkit-linear-gradient(to bottom, #43cea2 , #2d3e50);
    background: linear-gradient(to bottom, #43cea2 , #2d3e50);
    padding: 15px 10px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    text-align: center;
}

.userPanel h2
{
    margin: 10px 0 4px;
}
.userPanel h4
{
    color: @textCtrlBackground;
    margin-bottom: 4px;
}
.visitorText
{
    background: @dt_fourth;
    text-align: center;
    border-bottom: 2px solid @dt_prim;
}
.visitorText li, .extraUserInfo li
{
    display: inline-block;
    color: @dt_third;
    padding: 10px;
    border-right: 1px solid #bec3c7;
}
.extraUserInfo li
{
    padding: 5px;
}
.visitorText li:last-child, .extraUserInfo li:last-child
{
    border-right: none;
}
.extraUserInfo li span
{
    display: block;
}
.discussionList .sticky, .discussionList .sticky .posterAvatar, .discussionList .sticky .stats {
    background: @dt_fourth;
}
.quickReply .avatarHolder {
    background-color: @dt_third !important;
    border-radius: 5px;
}
.quickReply .messageUserBlock .arrow span {
      border-left-color: @dt_third;
      -moz-border-left-colors: @dt_third;
      border-color: transparent -moz-use-text-color transparent @dt_third;
}
.quickReply .messageUserBlock {
    top: 14px;
}
@media (max-width:@maxResponsiveNarrowWidth)
{
    .redactor_toolbar li.redactor_btn_group ul
    {
        padding: 0 !important;

    }
    .Responsive .navTabs .visitorTabs
    {
        padding: 0;
    }
    .footer .pageContent
    {
        font-size: 12px;
        padding-top: 6px;
        padding-bottom: 6px;
    }
}

/* --------------------------------

OffCanvasMenu

-------------------------------- */
.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.overflow-hidden {
  overflow: hidden;
}

/* --------------------------------

Main components

-------------------------------- */
.cd-main-content {
  /* set a min-height and a z-index to be sure that the main element completely covers the lateral menu */
  min-height: 100%;
  width: 96%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-top: 50px;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.cd-main-content.lateral-menu-is-open {
  /* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}
@media only screen and (min-width: 768px) {
  .cd-main-content {
    padding-top: 70px;
  }
}

#off-canvas-menu {
  position: absolute;
  top: 0;
  right: 4%;
  height: 50px;
  width: @body.width;
  z-index: 3;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#off-canvas-menu.lateral-menu-is-open {
  /* translate to show the lateral menu */
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}
#off-canvas-menu.is-fixed {
  position: fixed;
}
@media only screen and (min-width: 768px) {
  #off-canvas-menu {
    height: 70px;
  }
}

#cd-menu-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: @textCtrlBackground;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
#cd-menu-trigger .cd-menu-text {
  height: 100%;
  text-transform: uppercase;
  color: @dt_third;
  font-weight: 600;
  display: none;
}
#cd-menu-trigger .cd-menu-icon {
  /* this span is the central line in the menu menu */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: @dt_third;
  /* these are the upper and lower lines in the menu menu */
}
#cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  left: 0;
}
#cd-menu-trigger .cd-menu-icon::before {
  bottom: 5px;
}
#cd-menu-trigger .cd-menu-icon::after {
  top: 5px;
}
#cd-menu-trigger.is-clicked .cd-menu-icon {
  background-color: rgba(255, 255, 255, 0);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {
  background-color: @dt_third;
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  #cd-menu-trigger {
    width: 90px;
    padding-left: 1.25em;
  }
  #cd-menu-trigger .cd-menu-text {
    display: inline-block;
    line-height: 70px;
  }
  #cd-menu-trigger .cd-menu-icon {
    left: auto;
    right: 1.5em;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

#cd-lateral-nav {
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  visibility: hidden;
  /* the secondary navigation is covered by the main element */
  z-index: 1;
  width: 260px;
  background-color: @textCtrlBackground;
  overflow-y: auto;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
  transition: transform .4s 0s, visibility 0s .4s;
  /* this creates the subtle slide in animation of the navigation */
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  transform: translateX(80px);
}
#cd-lateral-nav .cd-navigation {
  margin: 10px 0 16px;
}
#cd-lateral-nav .sub-menu {
  padding: 0 10px 20px 15px;
  display: none;
}
#cd-lateral-nav a {
  display: block;
  line-height: 2em;
  padding: 0 16px 0 32px;
  color: @dt_third;
}
#cd-lateral-nav a.current {
  background-color: @dt_fourth;
  color: @dt_prim;
}
.no-touch #cd-lateral-nav a:hover {
  color: @dt_second;
}
@media only screen and (min-width: 768px) {
  #cd-lateral-nav .cd-navigation {
    margin: 20px 0;
  }
}
#cd-lateral-nav.lateral-menu-is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
  transition: transform .4s 0s, visibility 0s 0s;
  /* smooth the scrolling on touch devices - webkit browsers */
  -webkit-overflow-scrolling: touch;
}

/* style menu items which have a submenu  */
#cd-lateral-nav .item-has-children > a {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  /* this is the right arrow to show that the item has a submenu  */
}
#cd-lateral-nav .item-has-children > a::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1em;
  background: url("@imagePath/xenforo/img/cd-arrow.svg") no-repeat center center;
  background-size: 8px 11px;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#cd-lateral-nav .item-has-children > a.submenu-open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
#cd-lateral-nav .itemCount
{
    color: @dt_third;
}
#cd-lateral-nav .itemCount
{  
    display: inline-block;
    background: @dt_prim;
    color: white;
    float: right;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    width: 22px;
    height: 22px;
    line-height: 21px;
    border-radius: 50%;
    text-shadow: none;
}

    #cd-lateral-nav .itemCount.alert
    {
        background: @dt_second;
        color: white;
    }
   
#cd-lateral-nav .socials {
  padding: 0 32px;
}
#cd-lateral-nav .socials:after {
  content: "";
  display: table;
  clear: both;
}
#cd-lateral-nav .socials a {
  height: 32px;
  width: 32px;
  line-height: 32px;
  float: left;
  padding: 0;
  background: @dt_third;
  color: #FFF;
  font-size: 1.4em;
  text-align: center;
  margin-right: .5em;
  border-radius: 6px;
}
#cd-lateral-nav .socials a:hover {
  background: @dt_second;
  color: #FFF;
}
.sidebar .section .secondaryContent,
.nodeList
{
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.nodeList
{
    overflow: hidden;
}
.home::after {
    content: " ";
    background: none !important;
}
#searchBar:after {
    color: @dt_third;
    font-family: "FontAwesome";
    font-size: 1.7em;
    content: "\f002";
    border:0;
    padding: 4px 7px;
    position: absolute;
    right: 25px;
    top: -15px;
    z-index: 10000;
}
@media screen and (max-width:626px) {

#searchBar:after {
display : none;
}
}
#header .publicTabs {
    display: none;
}
.navTabs .navTab.login
{
        float: left;
        padding: 0 15px;
}
#QuickSearch .Popup .arrowWidget::before {
    color: #fff;
}
#QuickSearch .PopupOpen .arrowWidget::before {
    color: @dt_third;
}
.navTabs .navTab.PopupClosed .navLink:hover .itemCount {
    top: 0 !important;
}
@media (max-width:@maxResponsiveMediumWidth)
    {
    .xenOverlay #pageLogin {
        width: 90%;
    }
    #logo a.textLogo {
        font-size: 3em;
    }
}
@media (max-width:@maxResponsiveNarrowWidth)
    {
    .xenOverlay #pageLogin {
        padding: 5px 20px;
    }
}
.ugc a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: @dt_prim;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.ugc a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
@media (max-width:@maxResponsiveWideWidth) {
    .Responsive .sidebar {
        width: 100%;
    }
}

@media (max-width:@maxResponsiveWideWidth)
{
    <xen:if is="@stickySidebar">
    .Responsive .sidebar
    {
        padding: 0 !important;
    }
    </xen:if>
}
.messageList .message:hover .messageUserBlock
{
    background-color: @dt_third;
}
.messageList .message:hover .messageUserBlock .arrow span
{
    border-left-color: @dt_third;
    -moz-border-left-colors: @dt_third;
}
.messageList .message:hover .messageUserBlock .extraUserInfo
{
    border-color: @dt_third;
}
.Responsive #off-canvas-menu .navTabs {
    position: absolute;
    top: 0;
    right: 150px;
    background: transparent;
    width: 120px;
    height: 70px;
}
@media (max-width: @maxResponsiveWideWidth) {
    .Responsive #off-canvas-menu .navTabs {
        right: 60px;
    }
}
.navTabs .publicTabs .navTab.selected .navLink,
.navTabs .publicTabs .navLink {
    background: @textCtrlBackground;
    width: auto;
    line-height: 70px;
        height: 70px;
    padding-right: 36px;
    font-weight: bold;
    border: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
@media (max-width: @maxResponsiveWideWidth) {
    .navTabs .publicTabs .navTab.selected .navLink {
        height: 50px;
        line-height: 50px;
    }
}
.navTabs .publicTabs .navTab:hover {
    height: 70px;
    border: none;
}
.navTabs .publicTabs .navigationHiddenTabs {
    position: absolute;
    top: 0;
    right: 16px;
}
.navTabs .publicTabs .navigationHiddenTabs:hover {
    background: transparent;
    border: none;
}
.navTabs .publicTabs .navigationHiddenTabs .navLink {
    width: auto;
    float: right;
    visibility: visible;
    padding: 0;
    line-height: 70px;
    height: 70px;
    visibility: visible;
}
@media (max-width: @maxResponsiveWideWidth) {
    .navTabs .publicTabs .navigationHiddenTabs .navLink {
        height: 50px;
        line-height: 50px;
    }
}
.navTabs .publicTabs .navigationHiddenTabs .navLink:hover {
    line-height: 70px;
}
@media (max-width: @maxResponsiveWideWidth) {
    .navTabs .publicTabs .navigationHiddenTabs .navLink:hover {
        line-height: 50px;
    }
}

@media (max-width: @maxResponsiveNarrowWidth) {
    .inbox, .alerts {
        display: none !important;
    }
    .navTabs .navLink .itemCount.ResponsiveOnly
    {
    display: block !important;
    }
    .navTabs .navLink .itemCount.Zero {
            display: none !important;
    }
}
.userBanner__container
{
    min-width: 80px;
    padding: 10px;
}



a.callToAction span::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
    background: inherit;
    border-radius: 5px;
    z-index: -1;
    opacity: 0.4;
    transform: scale3d(0.8, 0.5, 1);
}
a.callToAction span:hover {
    animation: anim-moema-1 0.3s forwards;
}
a.callToAction span:hover::before {
    animation: anim-moema-2 0.3s 0.3s forwards;
}
@keyframes anim-moema-1 {
    60% {
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
    }
    85% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes anim-moema-2 {
    to {
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
   
    .nodeList .categoryStrip .categoryText .nodeTitle {
  text-transform: none;
}
}
А должно быть так.
CSS:
<xen:include template="dohtheme.css" />
* {outline: 0;}
.Menu {-webkit-overflow-scrolling: touch;}
.Menu > * {-webkit-transform: translateZ(0px);}
a:link {-webkit-tap-highlight-color: {xen:helper rgba, @dt_second, 0.3};}

/* Text Selection */

::selection { color: @dt_second; }
::-moz-selection { color: @dt_second; }


/* Color Select in Redactor */

.redactor_color_link:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transform: scale(1.7,1.7);
  -ms-transform: scale(1.7,1.7); /* IE 9 */
  -webkit-transform: scale(1.7,1.7); /* Safari and Chrome */}



/* Member card stats and last activity in two columns */

.xenOverlay.memberCard .userInfo .userStats {
float: left;
width: 49% !important;
border-right: 1px solid #556655 !important;
}


.xenOverlay.memberCard .userInfo .userStats dd {
float: right !important;
color: @dt_second;
}

.xenOverlay.memberCard .userInfo .userStats dt  {
float: left;
clear: both;
}

.xenOverlay.memberCard .lastActivity {
float: right;
width: 49% !important;
margin-top: 0px !important;
padding-top: 0px !important;
border-top: 0 !important;
}

.xenOverlay.memberCard .lastActivity.pairsInline dt {
float: left;
clear: both;
}

.xenOverlay.memberCard .lastActivity.pairsInline dd {
float: left;
clear: both;
color: @dt_second;
}
.xenOverlay.memberCard .lastActivity.pairsInline dd abbr {
display: block;
}

/* Redactor icons */
.Responsive .redactor_toolbar li a
{
text-indent: 0px;
text-align: center;
background-image: none !important;
}
.Responsive .redactor_toolbar li a:before, html .redactor_dropdown a:before
{
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;
}
.Responsive .redactor_toolbar li a:before:hover {
color: red;
}
html .redactor_toolbar li a:hover
{
background-image: none !important;
}
html .redactor_dropdown a
{
padding-left: 0 !important;
background-image: none !important;
}
html .redactor_dropdown a:before
{
margin-right: 10px;
}
html.Responsive .redactor_toolbar li a.redactor_btn_bold:before
{
content: "\f032";
}
html .redactor_toolbar li a.redactor_btn_italic:before
{
content: "\f033";
}
html .redactor_toolbar li a.redactor_btn_underline:before
{
content: "\f0cd";
}
html .redactor_toolbar li a.redactor_btn_fontcolor:before
{
content: "\f042";
}
html .redactor_toolbar li a.redactor_btn_fontsize:before
{
content: "\f034";
}
html .redactor_toolbar li a.redactor_btn_fontfamily:before
{
content: "\f031";
}
html .redactor_toolbar li a.redactor_btn_createlink:before
{
content: "\f0c1";
}
html .redactor_toolbar li a.redactor_btn_unlink:before
{
content: "\f127";
}
html .redactor_toolbar li a.redactor_btn_alignment:before
{
content: "\f036";
}
html .redactor_toolbar li a.redactor_btn_unorderedlist:before
{
content: "\f0ca";
}
html .redactor_toolbar li a.redactor_btn_orderedlist:before
{
content: "\f0cb";
}
html .redactor_toolbar li a.redactor_btn_outdent:before
{
content: "\f03b";
}
html .redactor_toolbar li a.redactor_btn_indent:before
{
content: "\f03c";
}
html .redactor_toolbar li a.redactor_btn_smilies:before
{
content: "\f118";
}
html .redactor_toolbar li a.redactor_btn_image:before
{
content: "\f03e";
}
html .redactor_toolbar li a.redactor_btn_media:before
{
content: "\f008";
}
html .redactor_toolbar li a.redactor_btn_insert:before
{
content: "\f067";
}
html .redactor_toolbar li a.redactor_btn_draft:before
{
content: "\f0c7";
}
html .redactor_toolbar li a.redactor_btn_undo:before
{
content: "\f0e2";
}
html .redactor_toolbar li a.redactor_btn_redo:before
{
content: "\f01e";
}
html .redactor_toolbar li a.redactor_btn_removeformat:before
{
content: "\f12d";
}
html .redactor_toolbar li a.redactor_btn_switchmode:before
{
content: "\f0f6";
}
html .redactor_dropdown a.alignLeft:before
{
content: "\f036";
}
html .redactor_dropdown a.alignCenter:before
{
content: "\f037";
}
html .redactor_dropdown a.alignRight:before
{
content: "\f038";
}
.redactor_dropdown a.quote:before
{
content: "\f10d";
}
.redactor_dropdown a.spoiler:before
{
content: "\f024";
}
.redactor_dropdown a.code:before
{
content: "\f121";
}
.redactor_dropdown a.strikethrough:before
{
content: "\f0cc";
}
.redactor_dropdown a.saveDraft:before
{
  content: "\f0c7";
}
.redactor_dropdown a.deleteDraft:before
{
  content: "\f014";
}
.redactor_toolbar li a.redactor_btn_custom_gallery:before
{
    content: "\f1c5";
}

.LikeText:before {
font-family: "FontAwesome";
content: "\f087";
color: @dt_third;
font-size: 1.5em;
margin-right: 2px;
}

/* THREAD VIEW TITLE BAR ENHANCEMENTS */

.thread_view .titleBar {
    text-align: center;
}

.redactor_smilies img.mceSmilieSprite:hover { opacity: 1.0;-webkit-transform: scale(1.2);transform: scale(1.2); }

.redactor_smilies img.mceSmilieSprite { opacity: 0.5; -webkit-transition: all .2s ease-in-out;transition: all .2s ease-in-out; }

.memberCard .avatarCropper { margin-bottom: 16px;}
.socialmemcard > a { display: inline; }
.socialmemcard { padding-top: 2.5px; margin-left: -10px;}
.socialmemcard xenforo { margin-right: -4px; }

.DismissParent .DismissCtrl:before
{
    display: inline-block;
    font-family: FontAwesome;
    content: "\f00d";
    color: @mutedTextColor;
}

/* Popup Arrow */

.PopupOpen .arrowWidget:before, .Popup .arrowWidget:before
{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: @contentText;
}
.Popup .arrowWidget:before
{
    content: "\f107";
}
.PopupOpen .arrowWidget:before
{
    content: "\f106";
    color: @popupControl.color;
}
html .subForumsPopup .PopupOpen .dt, .subForumsPopup.Popup .PopupControl.PopupOpen
{
    color: @popupControl.color !important;
}

/* Responsive Private Controls */

.privateControls .Popup a {
    color: @dt_third !important;
    padding: 0 5px;
}
.privateControls .Popup .arrowWidget {
   display: none;
}
.navTabs .navTab.selected .tabLinks
{
    display: none;
}
#headerMover #headerProxy
{
    height: {xen:calc '@headerLogoHeight + @headerTabHeight + 2'}px;
}
#navigation .pageContent
{
    height: {xen:calc '@headerTabHeight + 2'}px;
    position: relative;
}
.navTabs .navLink .itemCount .arrow {
    display: none;
}
.breadcrumb .crust .arrow::after {
    content: "\f105";
    font-family: FontAwesome;
    font-weight: bold;
    position: absolute;
    top: -7px;
    right: 5px;
    z-index: 100;
}
.breadcrumb .crust:last-child .arrow::after {
    display: none;
}
#logoBlock
{
    text-align: center;
}
#logo
{
    display: inline-block;
    float: none;
}
.userPanel
{
    background: #43cea2;
    background: -webkit-linear-gradient(to bottom, #43cea2 , #2d3e50);
    background: linear-gradient(to bottom, #43cea2 , #2d3e50);
    padding: 15px 10px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    text-align: center;
}

.userPanel h2
{
    margin: 10px 0 4px;
}
.userPanel h4
{
    color: @textCtrlBackground;
    margin-bottom: 4px;
}
.visitorText
{
    background: @dt_fourth;
    text-align: center;
    border-bottom: 2px solid @dt_prim;
}
.visitorText li, .extraUserInfo li
{
    display: inline-block;
    color: @dt_third;
    padding: 10px;
    border-right: 1px solid #bec3c7;
}
.extraUserInfo li
{
    padding: 5px;
}
.visitorText li:last-child, .extraUserInfo li:last-child
{
    border-right: none;
}
.extraUserInfo li span
{
    display: block;
}
.discussionList .sticky, .discussionList .sticky .posterAvatar, .discussionList .sticky .stats {
    background: @dt_fourth;
}
.quickReply .avatarHolder {
    background-color: @dt_third !important;
    border-radius: 5px;
}
.quickReply .messageUserBlock .arrow span {
      border-left-color: @dt_third;
      -moz-border-left-colors: @dt_third;
      border-color: transparent -moz-use-text-color transparent @dt_third;
}
.quickReply .messageUserBlock {
    top: 14px;
}
@media (max-width:@maxResponsiveNarrowWidth)
{
    .redactor_toolbar li.redactor_btn_group ul
    {
        padding: 0 !important;

    }
    .Responsive .navTabs .visitorTabs
    {
        padding: 0;
    }
    .footer .pageContent
    {
        font-size: 12px;
        padding-top: 6px;
        padding-bottom: 6px;
    }
}

/* --------------------------------

OffCanvasMenu

-------------------------------- */
.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.overflow-hidden {
  overflow: hidden;
}

/* --------------------------------

Main components

-------------------------------- */
.cd-main-content {
  /* set a min-height and a z-index to be sure that the main element completely covers the lateral menu */
  min-height: 100%;
  width: 96%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-top: 50px;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.cd-main-content.lateral-menu-is-open {
  /* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}
@media only screen and (min-width: 768px) {
  .cd-main-content {
    padding-top: 70px;
  }
}

#off-canvas-menu {
  position: absolute;
  top: 0;
  right: 4%;
  height: 50px;
  width: @body.width;
  z-index: 3;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#off-canvas-menu.lateral-menu-is-open {
  /* translate to show the lateral menu */
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}
#off-canvas-menu.is-fixed {
  position: fixed;
}
@media only screen and (min-width: 768px) {
  #off-canvas-menu {
    height: 70px;
  }
}

#cd-menu-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: @textCtrlBackground;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
#cd-menu-trigger .cd-menu-text {
  height: 100%;
  text-transform: uppercase;
  color: @dt_third;
  font-weight: 600;
  display: none;
}
#cd-menu-trigger .cd-menu-icon {
  /* this span is the central line in the menu menu */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: @dt_third;
  /* these are the upper and lower lines in the menu menu */
}
#cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  left: 0;
}
#cd-menu-trigger .cd-menu-icon::before {
  bottom: 5px;
}
#cd-menu-trigger .cd-menu-icon::after {
  top: 5px;
}
#cd-menu-trigger.is-clicked .cd-menu-icon {
  background-color: rgba(255, 255, 255, 0);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {
  background-color: @dt_third;
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  #cd-menu-trigger {
    width: 90px;
    padding-left: 1.25em;
  }
  #cd-menu-trigger .cd-menu-text {
    display: inline-block;
    line-height: 70px;
  }
  #cd-menu-trigger .cd-menu-icon {
    left: auto;
    right: 1.5em;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

#cd-lateral-nav {
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  visibility: hidden;
  /* the secondary navigation is covered by the main element */
  z-index: 1;
  width: 260px;
  background-color: @textCtrlBackground;
  overflow-y: auto;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
  transition: transform .4s 0s, visibility 0s .4s;
  /* this creates the subtle slide in animation of the navigation */
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  transform: translateX(80px);
}
#cd-lateral-nav .cd-navigation {
  margin: 10px 0 16px;
}
#cd-lateral-nav .sub-menu {
  padding: 0 10px 20px 15px;
  display: none;
}
#cd-lateral-nav a {
  display: block;
  line-height: 2em;
  padding: 0 16px 0 32px;
  color: @dt_third;
}
#cd-lateral-nav a.current {
  background-color: @dt_fourth;
  color: @dt_prim;
}
.no-touch #cd-lateral-nav a:hover {
  color: @dt_second;
}
@media only screen and (min-width: 768px) {
  #cd-lateral-nav .cd-navigation {
    margin: 20px 0;
  }
}
#cd-lateral-nav.lateral-menu-is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
  transition: transform .4s 0s, visibility 0s 0s;
  /* smooth the scrolling on touch devices - webkit browsers */
  -webkit-overflow-scrolling: touch;
}

/* style menu items which have a submenu  */
#cd-lateral-nav .item-has-children > a {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  /* this is the right arrow to show that the item has a submenu  */
}
#cd-lateral-nav .item-has-children > a::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1em;
  background: url("@imagePath/xenforo/img/cd-arrow.svg") no-repeat center center;
  background-size: 8px 11px;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#cd-lateral-nav .item-has-children > a.submenu-open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
#cd-lateral-nav .itemCount
{
    color: @dt_third;
}
#cd-lateral-nav .itemCount
{  
    display: inline-block;
    background: @dt_prim;
    color: white;
    float: right;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    width: 22px;
    height: 22px;
    line-height: 21px;
    border-radius: 50%;
    text-shadow: none;
}

    #cd-lateral-nav .itemCount.alert
    {
        background: @dt_second;
        color: white;
    }
   
#cd-lateral-nav .socials {
  padding: 0 32px;
}
#cd-lateral-nav .socials:after {
  content: "";
  display: table;
  clear: both;
}
#cd-lateral-nav .socials a {
  height: 32px;
  width: 32px;
  line-height: 32px;
  float: left;
  padding: 0;
  background: @dt_third;
  color: #FFF;
  font-size: 1.4em;
  text-align: center;
  margin-right: .5em;
  border-radius: 6px;
}
#cd-lateral-nav .socials a:hover {
  background: @dt_second;
  color: #FFF;
}
.sidebar .section .secondaryContent,
.nodeList
{
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.nodeList
{
    overflow: hidden;
}
.home::after {
    content: " ";
    background: none !important;
}
#searchBar:after {
    color: @dt_third;
    font-family: "FontAwesome";
    font-size: 1.7em;
    content: "\f002";
    border:0;
    padding: 4px 7px;
    position: absolute;
    right: 25px;
    top: -15px;
    z-index: 10000;
}
@media screen and (max-width:626px) {

#searchBar:after {
display : none;
}
}
#header .publicTabs {
    display: none;
}
.navTabs .navTab.login
{
        float: left;
        padding: 0 15px;
}
#QuickSearch .Popup .arrowWidget::before {
    color: #fff;
}
#QuickSearch .PopupOpen .arrowWidget::before {
    color: @dt_third;
}
.navTabs .navTab.PopupClosed .navLink:hover .itemCount {
    top: 0 !important;
}
@media (max-width:@maxResponsiveMediumWidth)
    {
    .xenOverlay #pageLogin {
        width: 90%;
    }
    #logo a.textLogo {
        font-size: 3em;
    }
}
@media (max-width:@maxResponsiveNarrowWidth)
    {
    .xenOverlay #pageLogin {
        padding: 5px 20px;
    }
}
.ugc a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: @dt_prim;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.ugc a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
@media (max-width:@maxResponsiveWideWidth) {
    .Responsive .sidebar {
        width: 100%;
    }
}

@media (max-width:@maxResponsiveWideWidth)
{
    <xen:if is="@stickySidebar">
    .Responsive .sidebar
    {
        padding: 0 !important;
    }
    </xen:if>
}
.messageList .message:hover .messageUserBlock
{
    background-color: @dt_third;
}
.messageList .message:hover .messageUserBlock .arrow span
{
    border-left-color: @dt_third;
    -moz-border-left-colors: @dt_third;
}
.messageList .message:hover .messageUserBlock .extraUserInfo
{
    border-color: @dt_third;
}
.Responsive #off-canvas-menu .navTabs {
    position: absolute;
    top: 0;
    right: 150px;
    background: transparent;
    width: 120px;
    height: 70px;
}
@media (max-width: @maxResponsiveWideWidth) {
    .Responsive #off-canvas-menu .navTabs {
        right: 60px;
    }
}
.navTabs .publicTabs .navTab.selected .navLink,
.navTabs .publicTabs .navLink {
    background: @textCtrlBackground;
    width: auto;
    line-height: 70px;
        height: 70px;
    padding-right: 36px;
    font-weight: bold;
    border: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
@media (max-width: @maxResponsiveWideWidth) {
    .navTabs .publicTabs .navTab.selected .navLink {
        height: 50px;
        line-height: 50px;
    }
}
.navTabs .publicTabs .navTab:hover {
    height: 70px;
    border: none;
}
.navTabs .publicTabs .navigationHiddenTabs {
    position: absolute;
    top: 0;
    right: 16px;
}
.navTabs .publicTabs .navigationHiddenTabs:hover {
    background: transparent;
    border: none;
}
.navTabs .publicTabs .navigationHiddenTabs .navLink {
    width: auto;
    float: right;
    visibility: visible;
    padding: 0;
    line-height: 70px;
    height: 70px;
    visibility: visible;
}
@media (max-width: @maxResponsiveWideWidth) {
    .navTabs .publicTabs .navigationHiddenTabs .navLink {
        height: 50px;
        line-height: 50px;
    }
}
.navTabs .publicTabs .navigationHiddenTabs .navLink:hover {
    line-height: 70px;
}
@media (max-width: @maxResponsiveWideWidth) {
    .navTabs .publicTabs .navigationHiddenTabs .navLink:hover {
        line-height: 50px;
    }
}

@media (max-width: @maxResponsiveNarrowWidth) {
    .inbox, .alerts {
        display: none !important;
    }
    .navTabs .navLink .itemCount.ResponsiveOnly
    {
    display: block !important;
    }
    .navTabs .navLink .itemCount.Zero {
            display: none !important;
    }
}
.userBanner__container
{
    min-width: 80px;
    padding: 10px;
}



a.callToAction span::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
    background: inherit;
    border-radius: 5px;
    z-index: -1;
    opacity: 0.4;
    transform: scale3d(0.8, 0.5, 1);
}
a.callToAction span:hover {
    animation: anim-moema-1 0.3s forwards;
}
a.callToAction span:hover::before {
    animation: anim-moema-2 0.3s 0.3s forwards;
}
@keyframes anim-moema-1 {
    60% {
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
    }
    85% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes anim-moema-2 {
    to {
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.nodeList .categoryStrip .categoryText .nodeTitle {
  text-transform: none;
}
 
Странно, я на демке автора проверял, всё работает, линк тогда на форум в Лс.

В исходном коде, не вижу мной предложенного исправления, содержимое - EXTRA.css.
В тег code и под спойлер сюда.

Вот и Ваша ошибка, Вы добавили код в область другого перед закрывающей скобкой.
CSS:
<xen:include template="dohtheme.css" />
* {outline: 0;}
.Menu {-webkit-overflow-scrolling: touch;}
.Menu > * {-webkit-transform: translateZ(0px);}
a:link {-webkit-tap-highlight-color: {xen:helper rgba, @dt_second, 0.3};}

/* Text Selection */

::selection { color: @dt_second; }
::-moz-selection { color: @dt_second; }


/* Color Select in Redactor */

.redactor_color_link:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transform: scale(1.7,1.7);
  -ms-transform: scale(1.7,1.7); /* IE 9 */
  -webkit-transform: scale(1.7,1.7); /* Safari and Chrome */}



/* Member card stats and last activity in two columns */

.xenOverlay.memberCard .userInfo .userStats {
float: left;
width: 49% !important;
border-right: 1px solid #556655 !important;
}


.xenOverlay.memberCard .userInfo .userStats dd {
float: right !important;
color: @dt_second;
}

.xenOverlay.memberCard .userInfo .userStats dt  {
float: left;
clear: both;
}

.xenOverlay.memberCard .lastActivity {
float: right;
width: 49% !important;
margin-top: 0px !important;
padding-top: 0px !important;
border-top: 0 !important;
}

.xenOverlay.memberCard .lastActivity.pairsInline dt {
float: left;
clear: both;
}

.xenOverlay.memberCard .lastActivity.pairsInline dd {
float: left;
clear: both;
color: @dt_second;
}
.xenOverlay.memberCard .lastActivity.pairsInline dd abbr {
display: block;
}

/* Redactor icons */
.Responsive .redactor_toolbar li a
{
text-indent: 0px;
text-align: center;
background-image: none !important;
}
.Responsive .redactor_toolbar li a:before, html .redactor_dropdown a:before
{
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;
}
.Responsive .redactor_toolbar li a:before:hover {
color: red;
}
html .redactor_toolbar li a:hover
{
background-image: none !important;
}
html .redactor_dropdown a
{
padding-left: 0 !important;
background-image: none !important;
}
html .redactor_dropdown a:before
{
margin-right: 10px;
}
html.Responsive .redactor_toolbar li a.redactor_btn_bold:before
{
content: "\f032";
}
html .redactor_toolbar li a.redactor_btn_italic:before
{
content: "\f033";
}
html .redactor_toolbar li a.redactor_btn_underline:before
{
content: "\f0cd";
}
html .redactor_toolbar li a.redactor_btn_fontcolor:before
{
content: "\f042";
}
html .redactor_toolbar li a.redactor_btn_fontsize:before
{
content: "\f034";
}
html .redactor_toolbar li a.redactor_btn_fontfamily:before
{
content: "\f031";
}
html .redactor_toolbar li a.redactor_btn_createlink:before
{
content: "\f0c1";
}
html .redactor_toolbar li a.redactor_btn_unlink:before
{
content: "\f127";
}
html .redactor_toolbar li a.redactor_btn_alignment:before
{
content: "\f036";
}
html .redactor_toolbar li a.redactor_btn_unorderedlist:before
{
content: "\f0ca";
}
html .redactor_toolbar li a.redactor_btn_orderedlist:before
{
content: "\f0cb";
}
html .redactor_toolbar li a.redactor_btn_outdent:before
{
content: "\f03b";
}
html .redactor_toolbar li a.redactor_btn_indent:before
{
content: "\f03c";
}
html .redactor_toolbar li a.redactor_btn_smilies:before
{
content: "\f118";
}
html .redactor_toolbar li a.redactor_btn_image:before
{
content: "\f03e";
}
html .redactor_toolbar li a.redactor_btn_media:before
{
content: "\f008";
}
html .redactor_toolbar li a.redactor_btn_insert:before
{
content: "\f067";
}
html .redactor_toolbar li a.redactor_btn_draft:before
{
content: "\f0c7";
}
html .redactor_toolbar li a.redactor_btn_undo:before
{
content: "\f0e2";
}
html .redactor_toolbar li a.redactor_btn_redo:before
{
content: "\f01e";
}
html .redactor_toolbar li a.redactor_btn_removeformat:before
{
content: "\f12d";
}
html .redactor_toolbar li a.redactor_btn_switchmode:before
{
content: "\f0f6";
}
html .redactor_dropdown a.alignLeft:before
{
content: "\f036";
}
html .redactor_dropdown a.alignCenter:before
{
content: "\f037";
}
html .redactor_dropdown a.alignRight:before
{
content: "\f038";
}
.redactor_dropdown a.quote:before
{
content: "\f10d";
}
.redactor_dropdown a.spoiler:before
{
content: "\f024";
}
.redactor_dropdown a.code:before
{
content: "\f121";
}
.redactor_dropdown a.strikethrough:before
{
content: "\f0cc";
}
.redactor_dropdown a.saveDraft:before
{
  content: "\f0c7";
}
.redactor_dropdown a.deleteDraft:before
{
  content: "\f014";
}
.redactor_toolbar li a.redactor_btn_custom_gallery:before
{
    content: "\f1c5";
}

.LikeText:before {
font-family: "FontAwesome";
content: "\f087";
color: @dt_third;
font-size: 1.5em;
margin-right: 2px;
}

/* THREAD VIEW TITLE BAR ENHANCEMENTS */

.thread_view .titleBar {
    text-align: center;
}

.redactor_smilies img.mceSmilieSprite:hover { opacity: 1.0;-webkit-transform: scale(1.2);transform: scale(1.2); }

.redactor_smilies img.mceSmilieSprite { opacity: 0.5; -webkit-transition: all .2s ease-in-out;transition: all .2s ease-in-out; }

.memberCard .avatarCropper { margin-bottom: 16px;}
.socialmemcard > a { display: inline; }
.socialmemcard { padding-top: 2.5px; margin-left: -10px;}
.socialmemcard xenforo { margin-right: -4px; }

.DismissParent .DismissCtrl:before
{
    display: inline-block;
    font-family: FontAwesome;
    content: "\f00d";
    color: @mutedTextColor;
}

/* Popup Arrow */

.PopupOpen .arrowWidget:before, .Popup .arrowWidget:before
{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: @contentText;
}
.Popup .arrowWidget:before
{
    content: "\f107";
}
.PopupOpen .arrowWidget:before
{
    content: "\f106";
    color: @popupControl.color;
}
html .subForumsPopup .PopupOpen .dt, .subForumsPopup.Popup .PopupControl.PopupOpen
{
    color: @popupControl.color !important;
}

/* Responsive Private Controls */

.privateControls .Popup a {
    color: @dt_third !important;
    padding: 0 5px;
}
.privateControls .Popup .arrowWidget {
   display: none;
}
.navTabs .navTab.selected .tabLinks
{
    display: none;
}
#headerMover #headerProxy
{
    height: {xen:calc '@headerLogoHeight + @headerTabHeight + 2'}px;
}
#navigation .pageContent
{
    height: {xen:calc '@headerTabHeight + 2'}px;
    position: relative;
}
.navTabs .navLink .itemCount .arrow {
    display: none;
}
.breadcrumb .crust .arrow::after {
    content: "\f105";
    font-family: FontAwesome;
    font-weight: bold;
    position: absolute;
    top: -7px;
    right: 5px;
    z-index: 100;
}
.breadcrumb .crust:last-child .arrow::after {
    display: none;
}
#logoBlock
{
    text-align: center;
}
#logo
{
    display: inline-block;
    float: none;
}
.userPanel
{
    background: #43cea2;
    background: -webkit-linear-gradient(to bottom, #43cea2 , #2d3e50);
    background: linear-gradient(to bottom, #43cea2 , #2d3e50);
    padding: 15px 10px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    text-align: center;
}

.userPanel h2
{
    margin: 10px 0 4px;
}
.userPanel h4
{
    color: @textCtrlBackground;
    margin-bottom: 4px;
}
.visitorText
{
    background: @dt_fourth;
    text-align: center;
    border-bottom: 2px solid @dt_prim;
}
.visitorText li, .extraUserInfo li
{
    display: inline-block;
    color: @dt_third;
    padding: 10px;
    border-right: 1px solid #bec3c7;
}
.extraUserInfo li
{
    padding: 5px;
}
.visitorText li:last-child, .extraUserInfo li:last-child
{
    border-right: none;
}
.extraUserInfo li span
{
    display: block;
}
.discussionList .sticky, .discussionList .sticky .posterAvatar, .discussionList .sticky .stats {
    background: @dt_fourth;
}
.quickReply .avatarHolder {
    background-color: @dt_third !important;
    border-radius: 5px;
}
.quickReply .messageUserBlock .arrow span {
      border-left-color: @dt_third;
      -moz-border-left-colors: @dt_third;
      border-color: transparent -moz-use-text-color transparent @dt_third;
}
.quickReply .messageUserBlock {
    top: 14px;
}
@media (max-width:@maxResponsiveNarrowWidth)
{
    .redactor_toolbar li.redactor_btn_group ul
    {
        padding: 0 !important;

    }
    .Responsive .navTabs .visitorTabs
    {
        padding: 0;
    }
    .footer .pageContent
    {
        font-size: 12px;
        padding-top: 6px;
        padding-bottom: 6px;
    }
}

/* --------------------------------

OffCanvasMenu

-------------------------------- */
.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.overflow-hidden {
  overflow: hidden;
}

/* --------------------------------

Main components

-------------------------------- */
.cd-main-content {
  /* set a min-height and a z-index to be sure that the main element completely covers the lateral menu */
  min-height: 100%;
  width: 96%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-top: 50px;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.cd-main-content.lateral-menu-is-open {
  /* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}
@media only screen and (min-width: 768px) {
  .cd-main-content {
    padding-top: 70px;
  }
}

#off-canvas-menu {
  position: absolute;
  top: 0;
  right: 4%;
  height: 50px;
  width: @body.width;
  z-index: 3;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#off-canvas-menu.lateral-menu-is-open {
  /* translate to show the lateral menu */
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}
#off-canvas-menu.is-fixed {
  position: fixed;
}
@media only screen and (min-width: 768px) {
  #off-canvas-menu {
    height: 70px;
  }
}

#cd-menu-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: @textCtrlBackground;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
#cd-menu-trigger .cd-menu-text {
  height: 100%;
  text-transform: uppercase;
  color: @dt_third;
  font-weight: 600;
  display: none;
}
#cd-menu-trigger .cd-menu-icon {
  /* this span is the central line in the menu menu */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: @dt_third;
  /* these are the upper and lower lines in the menu menu */
}
#cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  left: 0;
}
#cd-menu-trigger .cd-menu-icon::before {
  bottom: 5px;
}
#cd-menu-trigger .cd-menu-icon::after {
  top: 5px;
}
#cd-menu-trigger.is-clicked .cd-menu-icon {
  background-color: rgba(255, 255, 255, 0);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {
  background-color: @dt_third;
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  #cd-menu-trigger {
    width: 90px;
    padding-left: 1.25em;
  }
  #cd-menu-trigger .cd-menu-text {
    display: inline-block;
    line-height: 70px;
  }
  #cd-menu-trigger .cd-menu-icon {
    left: auto;
    right: 1.5em;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

#cd-lateral-nav {
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  visibility: hidden;
  /* the secondary navigation is covered by the main element */
  z-index: 1;
  width: 260px;
  background-color: @textCtrlBackground;
  overflow-y: auto;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
  transition: transform .4s 0s, visibility 0s .4s;
  /* this creates the subtle slide in animation of the navigation */
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  transform: translateX(80px);
}
#cd-lateral-nav .cd-navigation {
  margin: 10px 0 16px;
}
#cd-lateral-nav .sub-menu {
  padding: 0 10px 20px 15px;
  display: none;
}
#cd-lateral-nav a {
  display: block;
  line-height: 2em;
  padding: 0 16px 0 32px;
  color: @dt_third;
}
#cd-lateral-nav a.current {
  background-color: @dt_fourth;
  color: @dt_prim;
}
.no-touch #cd-lateral-nav a:hover {
  color: @dt_second;
}
@media only screen and (min-width: 768px) {
  #cd-lateral-nav .cd-navigation {
    margin: 20px 0;
  }
}
#cd-lateral-nav.lateral-menu-is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
  transition: transform .4s 0s, visibility 0s 0s;
  /* smooth the scrolling on touch devices - webkit browsers */
  -webkit-overflow-scrolling: touch;
}

/* style menu items which have a submenu  */
#cd-lateral-nav .item-has-children > a {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  /* this is the right arrow to show that the item has a submenu  */
}
#cd-lateral-nav .item-has-children > a::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1em;
  background: url("@imagePath/xenforo/img/cd-arrow.svg") no-repeat center center;
  background-size: 8px 11px;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#cd-lateral-nav .item-has-children > a.submenu-open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
#cd-lateral-nav .itemCount
{
    color: @dt_third;
}
#cd-lateral-nav .itemCount
{  
    display: inline-block;
    background: @dt_prim;
    color: white;
    float: right;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    width: 22px;
    height: 22px;
    line-height: 21px;
    border-radius: 50%;
    text-shadow: none;
}

    #cd-lateral-nav .itemCount.alert
    {
        background: @dt_second;
        color: white;
    }
   
#cd-lateral-nav .socials {
  padding: 0 32px;
}
#cd-lateral-nav .socials:after {
  content: "";
  display: table;
  clear: both;
}
#cd-lateral-nav .socials a {
  height: 32px;
  width: 32px;
  line-height: 32px;
  float: left;
  padding: 0;
  background: @dt_third;
  color: #FFF;
  font-size: 1.4em;
  text-align: center;
  margin-right: .5em;
  border-radius: 6px;
}
#cd-lateral-nav .socials a:hover {
  background: @dt_second;
  color: #FFF;
}
.sidebar .section .secondaryContent,
.nodeList
{
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.nodeList
{
    overflow: hidden;
}
.home::after {
    content: " ";
    background: none !important;
}
#searchBar:after {
    color: @dt_third;
    font-family: "FontAwesome";
    font-size: 1.7em;
    content: "\f002";
    border:0;
    padding: 4px 7px;
    position: absolute;
    right: 25px;
    top: -15px;
    z-index: 10000;
}
@media screen and (max-width:626px) {

#searchBar:after {
display : none;
}
}
#header .publicTabs {
    display: none;
}
.navTabs .navTab.login
{
        float: left;
        padding: 0 15px;
}
#QuickSearch .Popup .arrowWidget::before {
    color: #fff;
}
#QuickSearch .PopupOpen .arrowWidget::before {
    color: @dt_third;
}
.navTabs .navTab.PopupClosed .navLink:hover .itemCount {
    top: 0 !important;
}
@media (max-width:@maxResponsiveMediumWidth)
    {
    .xenOverlay #pageLogin {
        width: 90%;
    }
    #logo a.textLogo {
        font-size: 3em;
    }
}
@media (max-width:@maxResponsiveNarrowWidth)
    {
    .xenOverlay #pageLogin {
        padding: 5px 20px;
    }
}
.ugc a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: @dt_prim;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.ugc a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
@media (max-width:@maxResponsiveWideWidth) {
    .Responsive .sidebar {
        width: 100%;
    }
}

@media (max-width:@maxResponsiveWideWidth)
{
    <xen:if is="@stickySidebar">
    .Responsive .sidebar
    {
        padding: 0 !important;
    }
    </xen:if>
}
.messageList .message:hover .messageUserBlock
{
    background-color: @dt_third;
}
.messageList .message:hover .messageUserBlock .arrow span
{
    border-left-color: @dt_third;
    -moz-border-left-colors: @dt_third;
}
.messageList .message:hover .messageUserBlock .extraUserInfo
{
    border-color: @dt_third;
}
.Responsive #off-canvas-menu .navTabs {
    position: absolute;
    top: 0;
    right: 150px;
    background: transparent;
    width: 120px;
    height: 70px;
}
@media (max-width: @maxResponsiveWideWidth) {
    .Responsive #off-canvas-menu .navTabs {
        right: 60px;
    }
}
.navTabs .publicTabs .navTab.selected .navLink,
.navTabs .publicTabs .navLink {
    background: @textCtrlBackground;
    width: auto;
    line-height: 70px;
        height: 70px;
    padding-right: 36px;
    font-weight: bold;
    border: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
@media (max-width: @maxResponsiveWideWidth) {
    .navTabs .publicTabs .navTab.selected .navLink {
        height: 50px;
        line-height: 50px;
    }
}
.navTabs .publicTabs .navTab:hover {
    height: 70px;
    border: none;
}
.navTabs .publicTabs .navigationHiddenTabs {
    position: absolute;
    top: 0;
    right: 16px;
}
.navTabs .publicTabs .navigationHiddenTabs:hover {
    background: transparent;
    border: none;
}
.navTabs .publicTabs .navigationHiddenTabs .navLink {
    width: auto;
    float: right;
    visibility: visible;
    padding: 0;
    line-height: 70px;
    height: 70px;
    visibility: visible;
}
@media (max-width: @maxResponsiveWideWidth) {
    .navTabs .publicTabs .navigationHiddenTabs .navLink {
        height: 50px;
        line-height: 50px;
    }
}
.navTabs .publicTabs .navigationHiddenTabs .navLink:hover {
    line-height: 70px;
}
@media (max-width: @maxResponsiveWideWidth) {
    .navTabs .publicTabs .navigationHiddenTabs .navLink:hover {
        line-height: 50px;
    }
}

@media (max-width: @maxResponsiveNarrowWidth) {
    .inbox, .alerts {
        display: none !important;
    }
    .navTabs .navLink .itemCount.ResponsiveOnly
    {
    display: block !important;
    }
    .navTabs .navLink .itemCount.Zero {
            display: none !important;
    }
}
.userBanner__container
{
    min-width: 80px;
    padding: 10px;
}



a.callToAction span::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
    background: inherit;
    border-radius: 5px;
    z-index: -1;
    opacity: 0.4;
    transform: scale3d(0.8, 0.5, 1);
}
a.callToAction span:hover {
    animation: anim-moema-1 0.3s forwards;
}
a.callToAction span:hover::before {
    animation: anim-moema-2 0.3s 0.3s forwards;
}
@keyframes anim-moema-1 {
    60% {
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
    }
    85% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes anim-moema-2 {
    to {
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
   
    .nodeList .categoryStrip .categoryText .nodeTitle {
  text-transform: none;
}
}
А должно быть так.
CSS:
<xen:include template="dohtheme.css" />
* {outline: 0;}
.Menu {-webkit-overflow-scrolling: touch;}
.Menu > * {-webkit-transform: translateZ(0px);}
a:link {-webkit-tap-highlight-color: {xen:helper rgba, @dt_second, 0.3};}

/* Text Selection */

::selection { color: @dt_second; }
::-moz-selection { color: @dt_second; }


/* Color Select in Redactor */

.redactor_color_link:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transform: scale(1.7,1.7);
  -ms-transform: scale(1.7,1.7); /* IE 9 */
  -webkit-transform: scale(1.7,1.7); /* Safari and Chrome */}



/* Member card stats and last activity in two columns */

.xenOverlay.memberCard .userInfo .userStats {
float: left;
width: 49% !important;
border-right: 1px solid #556655 !important;
}


.xenOverlay.memberCard .userInfo .userStats dd {
float: right !important;
color: @dt_second;
}

.xenOverlay.memberCard .userInfo .userStats dt  {
float: left;
clear: both;
}

.xenOverlay.memberCard .lastActivity {
float: right;
width: 49% !important;
margin-top: 0px !important;
padding-top: 0px !important;
border-top: 0 !important;
}

.xenOverlay.memberCard .lastActivity.pairsInline dt {
float: left;
clear: both;
}

.xenOverlay.memberCard .lastActivity.pairsInline dd {
float: left;
clear: both;
color: @dt_second;
}
.xenOverlay.memberCard .lastActivity.pairsInline dd abbr {
display: block;
}

/* Redactor icons */
.Responsive .redactor_toolbar li a
{
text-indent: 0px;
text-align: center;
background-image: none !important;
}
.Responsive .redactor_toolbar li a:before, html .redactor_dropdown a:before
{
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;
}
.Responsive .redactor_toolbar li a:before:hover {
color: red;
}
html .redactor_toolbar li a:hover
{
background-image: none !important;
}
html .redactor_dropdown a
{
padding-left: 0 !important;
background-image: none !important;
}
html .redactor_dropdown a:before
{
margin-right: 10px;
}
html.Responsive .redactor_toolbar li a.redactor_btn_bold:before
{
content: "\f032";
}
html .redactor_toolbar li a.redactor_btn_italic:before
{
content: "\f033";
}
html .redactor_toolbar li a.redactor_btn_underline:before
{
content: "\f0cd";
}
html .redactor_toolbar li a.redactor_btn_fontcolor:before
{
content: "\f042";
}
html .redactor_toolbar li a.redactor_btn_fontsize:before
{
content: "\f034";
}
html .redactor_toolbar li a.redactor_btn_fontfamily:before
{
content: "\f031";
}
html .redactor_toolbar li a.redactor_btn_createlink:before
{
content: "\f0c1";
}
html .redactor_toolbar li a.redactor_btn_unlink:before
{
content: "\f127";
}
html .redactor_toolbar li a.redactor_btn_alignment:before
{
content: "\f036";
}
html .redactor_toolbar li a.redactor_btn_unorderedlist:before
{
content: "\f0ca";
}
html .redactor_toolbar li a.redactor_btn_orderedlist:before
{
content: "\f0cb";
}
html .redactor_toolbar li a.redactor_btn_outdent:before
{
content: "\f03b";
}
html .redactor_toolbar li a.redactor_btn_indent:before
{
content: "\f03c";
}
html .redactor_toolbar li a.redactor_btn_smilies:before
{
content: "\f118";
}
html .redactor_toolbar li a.redactor_btn_image:before
{
content: "\f03e";
}
html .redactor_toolbar li a.redactor_btn_media:before
{
content: "\f008";
}
html .redactor_toolbar li a.redactor_btn_insert:before
{
content: "\f067";
}
html .redactor_toolbar li a.redactor_btn_draft:before
{
content: "\f0c7";
}
html .redactor_toolbar li a.redactor_btn_undo:before
{
content: "\f0e2";
}
html .redactor_toolbar li a.redactor_btn_redo:before
{
content: "\f01e";
}
html .redactor_toolbar li a.redactor_btn_removeformat:before
{
content: "\f12d";
}
html .redactor_toolbar li a.redactor_btn_switchmode:before
{
content: "\f0f6";
}
html .redactor_dropdown a.alignLeft:before
{
content: "\f036";
}
html .redactor_dropdown a.alignCenter:before
{
content: "\f037";
}
html .redactor_dropdown a.alignRight:before
{
content: "\f038";
}
.redactor_dropdown a.quote:before
{
content: "\f10d";
}
.redactor_dropdown a.spoiler:before
{
content: "\f024";
}
.redactor_dropdown a.code:before
{
content: "\f121";
}
.redactor_dropdown a.strikethrough:before
{
content: "\f0cc";
}
.redactor_dropdown a.saveDraft:before
{
  content: "\f0c7";
}
.redactor_dropdown a.deleteDraft:before
{
  content: "\f014";
}
.redactor_toolbar li a.redactor_btn_custom_gallery:before
{
    content: "\f1c5";
}

.LikeText:before {
font-family: "FontAwesome";
content: "\f087";
color: @dt_third;
font-size: 1.5em;
margin-right: 2px;
}

/* THREAD VIEW TITLE BAR ENHANCEMENTS */

.thread_view .titleBar {
    text-align: center;
}

.redactor_smilies img.mceSmilieSprite:hover { opacity: 1.0;-webkit-transform: scale(1.2);transform: scale(1.2); }

.redactor_smilies img.mceSmilieSprite { opacity: 0.5; -webkit-transition: all .2s ease-in-out;transition: all .2s ease-in-out; }

.memberCard .avatarCropper { margin-bottom: 16px;}
.socialmemcard > a { display: inline; }
.socialmemcard { padding-top: 2.5px; margin-left: -10px;}
.socialmemcard xenforo { margin-right: -4px; }

.DismissParent .DismissCtrl:before
{
    display: inline-block;
    font-family: FontAwesome;
    content: "\f00d";
    color: @mutedTextColor;
}

/* Popup Arrow */

.PopupOpen .arrowWidget:before, .Popup .arrowWidget:before
{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: @contentText;
}
.Popup .arrowWidget:before
{
    content: "\f107";
}
.PopupOpen .arrowWidget:before
{
    content: "\f106";
    color: @popupControl.color;
}
html .subForumsPopup .PopupOpen .dt, .subForumsPopup.Popup .PopupControl.PopupOpen
{
    color: @popupControl.color !important;
}

/* Responsive Private Controls */

.privateControls .Popup a {
    color: @dt_third !important;
    padding: 0 5px;
}
.privateControls .Popup .arrowWidget {
   display: none;
}
.navTabs .navTab.selected .tabLinks
{
    display: none;
}
#headerMover #headerProxy
{
    height: {xen:calc '@headerLogoHeight + @headerTabHeight + 2'}px;
}
#navigation .pageContent
{
    height: {xen:calc '@headerTabHeight + 2'}px;
    position: relative;
}
.navTabs .navLink .itemCount .arrow {
    display: none;
}
.breadcrumb .crust .arrow::after {
    content: "\f105";
    font-family: FontAwesome;
    font-weight: bold;
    position: absolute;
    top: -7px;
    right: 5px;
    z-index: 100;
}
.breadcrumb .crust:last-child .arrow::after {
    display: none;
}
#logoBlock
{
    text-align: center;
}
#logo
{
    display: inline-block;
    float: none;
}
.userPanel
{
    background: #43cea2;
    background: -webkit-linear-gradient(to bottom, #43cea2 , #2d3e50);
    background: linear-gradient(to bottom, #43cea2 , #2d3e50);
    padding: 15px 10px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    text-align: center;
}

.userPanel h2
{
    margin: 10px 0 4px;
}
.userPanel h4
{
    color: @textCtrlBackground;
    margin-bottom: 4px;
}
.visitorText
{
    background: @dt_fourth;
    text-align: center;
    border-bottom: 2px solid @dt_prim;
}
.visitorText li, .extraUserInfo li
{
    display: inline-block;
    color: @dt_third;
    padding: 10px;
    border-right: 1px solid #bec3c7;
}
.extraUserInfo li
{
    padding: 5px;
}
.visitorText li:last-child, .extraUserInfo li:last-child
{
    border-right: none;
}
.extraUserInfo li span
{
    display: block;
}
.discussionList .sticky, .discussionList .sticky .posterAvatar, .discussionList .sticky .stats {
    background: @dt_fourth;
}
.quickReply .avatarHolder {
    background-color: @dt_third !important;
    border-radius: 5px;
}
.quickReply .messageUserBlock .arrow span {
      border-left-color: @dt_third;
      -moz-border-left-colors: @dt_third;
      border-color: transparent -moz-use-text-color transparent @dt_third;
}
.quickReply .messageUserBlock {
    top: 14px;
}
@media (max-width:@maxResponsiveNarrowWidth)
{
    .redactor_toolbar li.redactor_btn_group ul
    {
        padding: 0 !important;

    }
    .Responsive .navTabs .visitorTabs
    {
        padding: 0;
    }
    .footer .pageContent
    {
        font-size: 12px;
        padding-top: 6px;
        padding-bottom: 6px;
    }
}

/* --------------------------------

OffCanvasMenu

-------------------------------- */
.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.overflow-hidden {
  overflow: hidden;
}

/* --------------------------------

Main components

-------------------------------- */
.cd-main-content {
  /* set a min-height and a z-index to be sure that the main element completely covers the lateral menu */
  min-height: 100%;
  width: 96%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-top: 50px;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.cd-main-content.lateral-menu-is-open {
  /* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}
@media only screen and (min-width: 768px) {
  .cd-main-content {
    padding-top: 70px;
  }
}

#off-canvas-menu {
  position: absolute;
  top: 0;
  right: 4%;
  height: 50px;
  width: @body.width;
  z-index: 3;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#off-canvas-menu.lateral-menu-is-open {
  /* translate to show the lateral menu */
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}
#off-canvas-menu.is-fixed {
  position: fixed;
}
@media only screen and (min-width: 768px) {
  #off-canvas-menu {
    height: 70px;
  }
}

#cd-menu-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: @textCtrlBackground;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
#cd-menu-trigger .cd-menu-text {
  height: 100%;
  text-transform: uppercase;
  color: @dt_third;
  font-weight: 600;
  display: none;
}
#cd-menu-trigger .cd-menu-icon {
  /* this span is the central line in the menu menu */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: @dt_third;
  /* these are the upper and lower lines in the menu menu */
}
#cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  left: 0;
}
#cd-menu-trigger .cd-menu-icon::before {
  bottom: 5px;
}
#cd-menu-trigger .cd-menu-icon::after {
  top: 5px;
}
#cd-menu-trigger.is-clicked .cd-menu-icon {
  background-color: rgba(255, 255, 255, 0);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {
  background-color: @dt_third;
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  #cd-menu-trigger {
    width: 90px;
    padding-left: 1.25em;
  }
  #cd-menu-trigger .cd-menu-text {
    display: inline-block;
    line-height: 70px;
  }
  #cd-menu-trigger .cd-menu-icon {
    left: auto;
    right: 1.5em;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

#cd-lateral-nav {
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  visibility: hidden;
  /* the secondary navigation is covered by the main element */
  z-index: 1;
  width: 260px;
  background-color: @textCtrlBackground;
  overflow-y: auto;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
  transition: transform .4s 0s, visibility 0s .4s;
  /* this creates the subtle slide in animation of the navigation */
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  transform: translateX(80px);
}
#cd-lateral-nav .cd-navigation {
  margin: 10px 0 16px;
}
#cd-lateral-nav .sub-menu {
  padding: 0 10px 20px 15px;
  display: none;
}
#cd-lateral-nav a {
  display: block;
  line-height: 2em;
  padding: 0 16px 0 32px;
  color: @dt_third;
}
#cd-lateral-nav a.current {
  background-color: @dt_fourth;
  color: @dt_prim;
}
.no-touch #cd-lateral-nav a:hover {
  color: @dt_second;
}
@media only screen and (min-width: 768px) {
  #cd-lateral-nav .cd-navigation {
    margin: 20px 0;
  }
}
#cd-lateral-nav.lateral-menu-is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
  transition: transform .4s 0s, visibility 0s 0s;
  /* smooth the scrolling on touch devices - webkit browsers */
  -webkit-overflow-scrolling: touch;
}

/* style menu items which have a submenu  */
#cd-lateral-nav .item-has-children > a {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  /* this is the right arrow to show that the item has a submenu  */
}
#cd-lateral-nav .item-has-children > a::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1em;
  background: url("@imagePath/xenforo/img/cd-arrow.svg") no-repeat center center;
  background-size: 8px 11px;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#cd-lateral-nav .item-has-children > a.submenu-open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
#cd-lateral-nav .itemCount
{
    color: @dt_third;
}
#cd-lateral-nav .itemCount
{  
    display: inline-block;
    background: @dt_prim;
    color: white;
    float: right;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    width: 22px;
    height: 22px;
    line-height: 21px;
    border-radius: 50%;
    text-shadow: none;
}

    #cd-lateral-nav .itemCount.alert
    {
        background: @dt_second;
        color: white;
    }
   
#cd-lateral-nav .socials {
  padding: 0 32px;
}
#cd-lateral-nav .socials:after {
  content: "";
  display: table;
  clear: both;
}
#cd-lateral-nav .socials a {
  height: 32px;
  width: 32px;
  line-height: 32px;
  float: left;
  padding: 0;
  background: @dt_third;
  color: #FFF;
  font-size: 1.4em;
  text-align: center;
  margin-right: .5em;
  border-radius: 6px;
}
#cd-lateral-nav .socials a:hover {
  background: @dt_second;
  color: #FFF;
}
.sidebar .section .secondaryContent,
.nodeList
{
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.nodeList
{
    overflow: hidden;
}
.home::after {
    content: " ";
    background: none !important;
}
#searchBar:after {
    color: @dt_third;
    font-family: "FontAwesome";
    font-size: 1.7em;
    content: "\f002";
    border:0;
    padding: 4px 7px;
    position: absolute;
    right: 25px;
    top: -15px;
    z-index: 10000;
}
@media screen and (max-width:626px) {

#searchBar:after {
display : none;
}
}
#header .publicTabs {
    display: none;
}
.navTabs .navTab.login
{
        float: left;
        padding: 0 15px;
}
#QuickSearch .Popup .arrowWidget::before {
    color: #fff;
}
#QuickSearch .PopupOpen .arrowWidget::before {
    color: @dt_third;
}
.navTabs .navTab.PopupClosed .navLink:hover .itemCount {
    top: 0 !important;
}
@media (max-width:@maxResponsiveMediumWidth)
    {
    .xenOverlay #pageLogin {
        width: 90%;
    }
    #logo a.textLogo {
        font-size: 3em;
    }
}
@media (max-width:@maxResponsiveNarrowWidth)
    {
    .xenOverlay #pageLogin {
        padding: 5px 20px;
    }
}
.ugc a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: @dt_prim;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.ugc a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
@media (max-width:@maxResponsiveWideWidth) {
    .Responsive .sidebar {
        width: 100%;
    }
}

@media (max-width:@maxResponsiveWideWidth)
{
    <xen:if is="@stickySidebar">
    .Responsive .sidebar
    {
        padding: 0 !important;
    }
    </xen:if>
}
.messageList .message:hover .messageUserBlock
{
    background-color: @dt_third;
}
.messageList .message:hover .messageUserBlock .arrow span
{
    border-left-color: @dt_third;
    -moz-border-left-colors: @dt_third;
}
.messageList .message:hover .messageUserBlock .extraUserInfo
{
    border-color: @dt_third;
}
.Responsive #off-canvas-menu .navTabs {
    position: absolute;
    top: 0;
    right: 150px;
    background: transparent;
    width: 120px;
    height: 70px;
}
@media (max-width: @maxResponsiveWideWidth) {
    .Responsive #off-canvas-menu .navTabs {
        right: 60px;
    }
}
.navTabs .publicTabs .navTab.selected .navLink,
.navTabs .publicTabs .navLink {
    background: @textCtrlBackground;
    width: auto;
    line-height: 70px;
        height: 70px;
    padding-right: 36px;
    font-weight: bold;
    border: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
@media (max-width: @maxResponsiveWideWidth) {
    .navTabs .publicTabs .navTab.selected .navLink {
        height: 50px;
        line-height: 50px;
    }
}
.navTabs .publicTabs .navTab:hover {
    height: 70px;
    border: none;
}
.navTabs .publicTabs .navigationHiddenTabs {
    position: absolute;
    top: 0;
    right: 16px;
}
.navTabs .publicTabs .navigationHiddenTabs:hover {
    background: transparent;
    border: none;
}
.navTabs .publicTabs .navigationHiddenTabs .navLink {
    width: auto;
    float: right;
    visibility: visible;
    padding: 0;
    line-height: 70px;
    height: 70px;
    visibility: visible;
}
@media (max-width: @maxResponsiveWideWidth) {
    .navTabs .publicTabs .navigationHiddenTabs .navLink {
        height: 50px;
        line-height: 50px;
    }
}
.navTabs .publicTabs .navigationHiddenTabs .navLink:hover {
    line-height: 70px;
}
@media (max-width: @maxResponsiveWideWidth) {
    .navTabs .publicTabs .navigationHiddenTabs .navLink:hover {
        line-height: 50px;
    }
}

@media (max-width: @maxResponsiveNarrowWidth) {
    .inbox, .alerts {
        display: none !important;
    }
    .navTabs .navLink .itemCount.ResponsiveOnly
    {
    display: block !important;
    }
    .navTabs .navLink .itemCount.Zero {
            display: none !important;
    }
}
.userBanner__container
{
    min-width: 80px;
    padding: 10px;
}



a.callToAction span::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
    background: inherit;
    border-radius: 5px;
    z-index: -1;
    opacity: 0.4;
    transform: scale3d(0.8, 0.5, 1);
}
a.callToAction span:hover {
    animation: anim-moema-1 0.3s forwards;
}
a.callToAction span:hover::before {
    animation: anim-moema-2 0.3s 0.3s forwards;
}
@keyframes anim-moema-1 {
    60% {
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
    }
    85% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes anim-moema-2 {
    to {
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.nodeList .categoryStrip .categoryText .nodeTitle {
  text-transform: none;
}
Изменил, всё равно не робит.
 
Отлучался, в посте чуть не так запостил, но там есть рабочий код.
 
Современный облачный хостинг провайдер | Aéza
Назад
Сверху Снизу