Тема не доработаная, но буду дорабатывать за основу взял тему MORTY с одноклассниками. Добавляйте через Greasemonkey Код // ==UserScript== // @name ВЛолзтиме // @description А почему бы и нет? // @author Mikhailpikachu // @include http://zelenka.guru/* // @include https://zelenka.guru/* // @include http://*.zelenka.guru/* // @include https://*.zelenka.guru/* // @run-at document-start // @version 0.1 beta // ==/UserScript== (function() {var css = [ "body {", " background: #f0f0f0;", " color: #333;", "}", ".forum_list, .forum_view {", " background: #ffffff;", "}", ".primaryContent, .secondaryContent {", " background: #f5f5f5;", "}", ".nodeList .node.current > .nodeInfo > .nodeText > .nodeTitle > a, .nodeList .node .current>div>.nodeTitle>a {", " color: #333;", " border-radius: 0;", " border: solid transparent;", " background: #f6f6f6;", " width: auto; ", " border-left-color: #5181b8;", " border-width: 0 2px;", "}", ".node .nodeText h3.nodeTitle:hover > a:before {", " transform: scale(1.1);", "}", ".node.current .nodeText .nodeTitle a::before {", " color: #5181b8;", "}", ".node h3.nodeTitle>a:hover, .node .nodeText h3.nodeTitle:hover {", " background: #f6f6f6;", " color: #333;", " text-decoration: none;", "}", ".node .nodeText h3.nodeTitle, .node .nodeText .nodeTitle a {", " border-radius: 0px;", "}", "div#navigation {", " background: #5181b8;", "}", "#lzt-logo {", " filter: brightness(999);", "}", ".navTabs .navTab.selected .tabLinks a:hover, .navTabs .navTab.selected .tabLinks a:focus, .toolbar_nav_a:hover, .navTabs .navTab.PopupOpen .navLink {", " background: rgba(0,0,0,.05)!important;", " color: #fff!important;", "}", ".blockLinksList a, .blockLinksList label {", " color: #f8d6b4;", "}", ".Menu > ul > a {", " color: #666;", " font-size: 12px;", "}", ".Menu {", " background-color: #fff;", " border-radius: 8px;", " box-shadow: 0 12px 24px rgba(0,0,0,.2), 0 0 0 1px rgba(0,0,0,.04);", " border: 0px solid rgba(54, 54, 54, 0);", " color: #666;", " font-size: 12px;", "}", ".Menu > ul > li > a, a.FollowLink, a.FollowLink_Advanced, a.OverlayTrigger {", " color: rgb(51, 51, 51)!important;", "}", ".blockLinksList a:hover, .blockLinksList a:focus, .blockLinksList li.kbSelect a, .blockLinksList label:hover, .blockLinksList label:focus, .blockLinksList li.kbSelect label {", " background: rgba(54, 54, 54, 0);", " text-decoration-line: underline;", " cursor: pointer;", "}", ".discussionListItem .title .unread, .forumSearchThreadsMenu .discussionListItem .title .unread, .LoggedOut .discussionListItem .title span, a {", " color: #333;", "}", ".DateTime {", " color: #666;", "}", ".QuickSearch .primaryControls input.textCtrl {", " padding-left: 10px;", "}", "#searchBar .primaryControls:before {", " color: #666;", " float: right;", " margin-right: 47px;", "}", "input.textCtrl.QuickSearchQuery {", " background-color: #fff;", " color: #333;", "}", "input.textCtrl:focus, select.textCtrl:focus {", " box-shadow: 0 0 0px 0px rgb(46,97,74);", "}", "button.searchButton {", " color: #eb722e!important;", " background-color: #fff!important;", " padding: 0 8px!important;", " text-align: center!important;", " font-size: 12px!important;", " height: auto!important;", " border-bottom: 0px solid rgb(45, 45, 45)!important;", "}", ".searchButton > i {", " display:none!important;", "}", ".secondaryControls {", " background-color: #f0f0f0!important;", "}", ".liveHeaderResult--member .rightCol .status {", " color: #999!important;", "}", ".liveHeaderResult--member .avatar {", " float: left;", " width: 64px;", " height: 64px;", " border-radius: 16px;", " border-radius: 4px;", "}", "a.liveHeaderResult--member {", " background: #fff;", "}", ".liveHeaderResult--member:hover {", " background: #f0f0f0;", "}", ".liveHeaderResult--member .startConversation {", " position: absolute;", " right: 8px;", " bottom: 8px;", " width: 16px;", " height: 16px;", " visibility: visible;", "}", ".sidebar .sidebarWrapper {", " padding: 16px;", " margin-bottom: 12px;", " background-color: #fff;", " border-radius: 4px;", "}", "#content .pageContent {", " background: #f0f0f0;", "}", ".forum_list .discussionList {", " padding: 16px;", " margin-bottom: 12px;", " background-color: #fff;", " border-radius: 4px;", "}", ".forum_list .discussionList {", " margin: 0px 0;", "}", ".button.primary, .textCtrl, .SelectExcludedForumsLink {", " background-color: rgba(0,0,0,.04);", " transition: background-color .1s;", " color: #666;", " cursor: pointer;", "}", ".button.primary:hover, .textCtrl:hover, .SelectExcludedForumsLink:hover {", " background: rgba(0,0,0,.08);", "}", ".node .nodeText h3.nodeTitle {", " padding: 0px 8px;", " margin: 0 -12px;", " border-radius: 4px;", " transition: background .2s;", "}", ".node .nodeText h3.nodeTitle:hover .expandSubForumList {", " background: rgba(0,0,0,0);", "}", ".node .nodeText h3.nodeTitle {", " padding: 0px 8px;", " margin: 0 -12px;", " border-radius: 4px;", " border-top-left-radius: 4px;", " border-top-right-radius: 4px;", " border-bottom-right-radius: 4px;", " border-bottom-left-radius: 4px;", " transition: background .2s;", " width: auto;", "}", ".node .nodeTitle>a:hover {", " color: #666;", " text-decoration: underline;", " cursor: pointer;", "}", "a.menuRow {", " color: #666;", "}", "span.avatar {", " float: left;", "}", "", "span#account-style:before {", " font-size: 15px;", " font-family: \"Font Awesome 5 Pro\";", " font-weight: 400;", " content: \"\\f107\";", " color: rgb(255, 255, 255);", " margin-left: 6px;", " display: inline-block;", "}", ".navTabs .navTab.account.PopupOpen .accountUsername, b.hiddenNarrowUnder.accountUsername.muted {", " display:none;", "}", ".navTabs .navTab.PopupClosed .navLink:hover {", "background: rgba(0,0,0,.05)!important;", " color: #fff!important;", "}", ".Popup .arrowWidget:before {", " color: rgb(255, 255, 255);", "}", ".counter-container img, .navTabs .navTab.PopupClosed .navLink:hover .counter-container img, .navTabs .navTab.PopupOpen .navLink .counter-container img {", " filter: grayscale(100%) brightness(222120%);", "}", ".hasUnreadArticles {", " background: #54a22c;", "}", ".navTabs .navLink .itemCount{", " background-color: #54a22c;", " border: 1px solid #54a22c;", "}", ".navTabs .navTab.PopupClosed .navLink:hover .itemCount, .navTabs .navTab.PopupOpen .navLink .itemCount {", " border: 1px solid #54a22c!important;", "}", ".secondaryContent {", " background: white;", "}", ".monthMaecenas--quote {", " background: rgb(245, 245, 245);", "}", ".monthMaecenas--quote:before {", " border-bottom: 10px solid rgb(245, 245, 245);", "}", "body .muted, body a.muted, body .muted a {", " color: #999;", "}", ".text_Ads {", " display: none;", "}", ".blockLinksList > li:last-child .navigationImage, .homeBannersAdversting {", "display: none!important;", "}", ".discussionListItem:hover {", " background: #f6f6f6;", "}", ".discussionListItem .threadNode {", " background: rgba(0,0,0,.08);", " color: #666;", " box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);", "}", ".discussionListItem .controls .threadControl {", "color: #666;", "}", ".tippy-tooltip {", " text-align: left!important;", " background: #fff!important;", " color: #333!important;", " box-shadow: 0 12px 24px rgba(0,0,0,.2), 0 0 0 1px rgba(0,0,0,.04)!important;", " padding: 8px 8px 8px 8px!important;", " font-size: 12px!important;", " transition: opacity .3s,visibility .3s,transform .15s!important;", "}", ".tippy-popper[x-placement^=top] .popup-theme .tippy-arrow, .tippy-popper[x-placement^=top] .tippy-arrow {", " border-top-color: rgb(255, 255, 255)!important;", "}", "", "", ".tippy-popper[x-placement^=bottom] .tippy-arrow {", " box-shadow: -1px -1px 0 0 rgba(0,0,0,.04);", " border-bottom: 8px solid rgb(255, 255, 255)!important;", "}", "", "", ".discussionListItem--replyCount.muted::before, .discussionListItem--likeCount.muted::before {", " color: #999;", " margin-right: 6px;", "}", ".tippy-tooltip.popup-theme {", " background-color: #fff;", " border-radius: 8px;", " box-shadow: 0 12px 24px rgba(0,0,0,.2), 0 0 0 1px rgba(0,0,0,.04);", " border: 0px solid rgba(54, 54, 54, 0);", " color: #666;", " font-size: 12px;", "}", ".primaryContent, .secondaryContent {", " border-bottom: 1px solid rgb(255, 255, 255);", "}", ".chatboxStartIcon {", " background: rgb(255, 255, 255);", " color: #5181b8;", " box-shadow: 0 12px 24px rgba(0,0,0,.2), 0 0 0 1px rgba(0,0,0,.04);", "}", ".chatboxWidget{", " box-shadow: 0 12px 24px rgba(0,0,0,.2), 0 0 0 1px rgba(0,0,0,.04);", " background: #f0f0f0;", "}", "#completeChatbox.chatboxWidget .header {", " background: #5181b8;", " color: #f8d6b4!important;", "}", "#completeChatbox.chatboxWidget .header>.element, #completeChatbox.chatboxWidget .header>.element.closeChatboxButton {", " color: #f8d6b4!important;", "}", ".chatboxWidget .chatboxWrapper {", " height: calc(100% - 81px);", " width: 100%;", " border: 0px solid #3e3e3e;", " box-shadow: 0 0 0px #4a4a4a;", " background: rgb(255, 255, 255);", "}", "#chatbox {", " background: rgb(255, 255, 255);", "}", ".controls .textCtrl {", " background: #f0f0f0;", "}", "#completeChatbox.chatboxWidget .controls.reversedDirection {", " border-top: 1px solid rgb(240, 240, 240);", "}", "#completeChatbox.chatboxWidget .chatboxMask {", " background: rgb(255, 255, 255);", "}", ".messageBox--inputBox {", "background-color: #f0f0f0;", "}", ".spinner>.bounce, .spinner>div {", "background-color: #5181b8;", "", "}", ".simpleRedactor--smiliesBox .smilieContainer {", " background: rgb(255, 255, 255);", "}", ".simpleRedactor--smiliesBox .Smilie:hover {", " background: rgb(240, 240, 240);", "}", "input.textCtrl.disabled, textarea.textCtrl.disabled, .disabled .textCtrl {", " font-style: italic;", " color: rgb(148,148,148);", " background-color: rgb(240, 240, 240);", "}", "#AjaxProgress.xenOverlay .content {", " background: rgb(238, 130, 8);", " border-bottom-left-radius: 10px;", " float: right;", " margin-top: .2rem;", " width: 85px;", " height: 30px;", " width: 16px;", " height: 16px;", " background-color: #5181b8;", " border-radius: 100%;", " display: inline-block;", " -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;", " animation: sk-bouncedelay 1.4s infinite ease-in-out both;", "}", ".blockLinksList a:active, .blockLinksList li.kbSelect a:active, .blockLinksList a.selected, .blockLinksList li.kbSelect a.selected, .blockLinksList label:active, .blockLinksList li.kbSelect label:active, .blockLinksList label.selected, .blockLinksList li.kbSelect label.selected {", " background: rgba(54, 54, 54, 0);", " text-decoration-line: underline;", " cursor: pointer;", " color: rgb(51, 51, 51);", "}", "#AccountMenu>a:hover {", " background: rgb(255, 255, 255);", " text-decoration: underline;", "}", ".account-menu-sep {", " height: 1px;", " margin: 5px 0;", " background: rgba(0,0,0,.08);", "}", "#chatbox .meMessage {", " background: rgb(240, 240, 240);", "}", ".navPopup li:hover {", " background: #f6f6f6;", " cursor: pointer;", "}", ".conversationItem.unread {", " background: #f6f6f6;", "}", ".navigation-header {", " background: rgb(255, 255, 255);", " padding: 15px 20px;", " border-bottom: 1px solid rgba(0,0,0,.08);", "}", ".navPopup .listItem {", " overflow: hidden;", " zoom: 1;", " padding: 10px 10px 10px 20px;", " border-bottom: 1px solid rgba(0,0,0,.08);", "}", ".alertAction:not(.from_admin):not(.alerts):not(.upgrade_end)::before {", " border: 0px solid rgb(240, 240, 240);", "}", ".xenOverlay.memberCard .top {", " padding: 20px;", " background: #f0f0f0;", " overflow: hidden;", "}", "", ".xenOverlay.memberCard .bottom {", " padding: 20px;", " overflow: hidden;", " background: #fff;", "}", "", ".actionButton--sendMoney, .dottesStyle.buttonStyle.transparent{", " background-color: rgba(0,0,0,.04);", " transition: background-color .1s;", " color: #666;", " cursor: pointer;", "}", ".actionButton--sendMoney:hover, .Popup .PopupControl.PopupOpen:hover, .Popup.PopupContainerControl.PopupOpen:hover {", "background-color: rgba(0,0,0,.08);", "}", ".actionButton--sendMoney {", " border-left: 1px solid rgba(0,0,0,.08);", "}", ".dottesStyle:hover, .dottesStyle.PopupOpen {", " filter: grayscale(100%);", "}", ".xenOverlay .section .heading, .xenOverlay .sectionMain .heading, .xenOverlay .errorOverlay .heading {", " background: #f0f0f0;", " color: #333;", " border-radius: 4px 4px 0 0;", " padding: 18px 60px 18px 25px;", " font-weight: normal;", "}", ".xenOverlay>.section, .xenOverlay>.sectionMain {", " background: rgb(255, 255, 255);", " margin: 0;", " border-radius: 6px;", "}", ".xenOverlay a.close {", " color: rgb(138, 138, 138);", " text-decoration: none;", " position: absolute;", " right: 25px;", " top: 16px;", " cursor: pointer;", "}", ".xenOverlay .formOverlay {", " background-color: rgb(255, 255, 255);", " padding: 10px;", " border-radius: 3px;", " _zoom: 1;", " margin: 0;", "}", "input.labelauty + label {", " padding: 7px 12px;", " background-color: rgba(0,0,0,.04);", " transition: background-color .1s;", " color: #666;", " cursor: pointer;", "}", "input.labelauty:not(:checked):not([disabled])+label:hover {", " background-color: rgba(0,0,0,.08);", " color: #666;", " background: rgba(0,0,0,.08);", "}", "textarea:hover, .textCtrl:hover {", " background-color: rgba(0,0,0,.04)!important;", "", "}", ".xenOverlay.memberCard .bottom .contacts {", " border-top: 1px solid rgba(0,0,0,.08);", "}", ".contact {", " margin: 15px 0 0;", " padding: 0 10px;", " border: 1px solid rgba(0,0,0,.08);", " border-radius: 3px;", " height: 40px;", " line-height: 40px;", " box-sizing: border-box;", " display: inline-block;", " font-weight: 600;", " width: 49%;", "}", ".cd-top.cd-is-visible {", " visibility: visible;", " opacity: 1;", " background-color: rgb(240, 240, 240);", "}", ".cd-top {", " background: rgb(0, 0, 0) url(https://lolzteam.online//public/cd-top-arrow.svg) no-repeat center 50%;", " background: rgb(240, 240, 240) url(https://lolzteam.online//public/cd-top-arrow.svg) no-repeat center 50%;", "}", ".marketMyPayments > .item .comment {", " background: rgb(240, 240, 240);", "}", ".marketMyPayments > .item .comment .commentSvg {", " fill: rgb(240, 240, 240);", "}", ".marketSidebarMenu {", " padding: 6px 0;", " background: #ffffff;", "}", ".marketExtraSidebarMenu {", " border-top: 1px solid rgba(0,0,0,.08);", "}", ".baseHtml.errorDetails {", " background: #ffffff;", "}", ".marketSidebarMenu a:hover, .marketSidebarMenu a.selected {", " background: #f6f6f6;", " text-decoration: none;", "}", ".chosen-container .chosen-drop {", " background: #fff;", "}", "li.active-result.result-selected {", " background: #f6f6f6;", "}", ".chosen-container .chosen-results li.highlighted {", " background-color: #f6f6f6;", "}", "#lzt-market-logo {", "filter: grayscale(1) brightness(999);", "}", ".blockLinksList.categoryList a, .selectCategoryContainer .chosen-container .chosen-results>li {", " border-bottom: 1px solid rgba(0,0,0,.08);", "}", ".QuickSearchQuery:hover {", "background-color: #fff!important;", " cursor: auto!important;", "}", ".backToHomeButton {", " line-height: 30px;", " height: 30px;", " margin: 7px 0 0 -130px;", " background-color: rgb(245, 245, 245);", " transition: background-color .1s;", " color: #666;", "}", "a.fl_l.button.backToHomeButton:hover {", " background: rgb(235, 235, 235);", "}", ".marketSidebarMenu a.selected {", " box-shadow: inset 2.5px 0 0 0 #5181b8;", "}", ".marketSidebarMenu > a:hover > span {", " transform: scale(1.1);", "}", ".marketSidebarMenu > a:hover > span > svg > .marketSidebarMenu .svgIcon path{", " stroke: #5181b8;", "}", ".marketSidebarMenu a:hover .alt path, .marketSidebarMenu a.selected .alt path{", " fill: #5181b8;", "}", ".marketSidebarMenu a:hover path, .marketSidebarMenu a.selected path {", " stroke: #5181b8;", "}", ".searchBarContainer {", " background: rgb(255, 255, 255);", " padding: 15px 20px;", " border-radius: 6px 6px 0 0;", "}", ".marketMainContainer {", " background: #f0f0f0;", " border-radius: 2px;", " border: 1px solid rgba(0,0,0,.08);", " border-top: 0;", " padding: 0 0 15px;", "}", ".marketIndex--titleContainer {", " padding: 15px 20px;", " border-bottom: 1px solid rgba(0,0,0,.08);", "}", ".categoryLinks .link {", " transition: box-shadow 300ms ease, transform 300ms ease;", " text-align: center;", " border-radius: 6px;", " padding: 10px 10px;", " height: 48px;", " box-sizing: border-box;", " width: 48px;", " background: rgb(255, 255, 255);", " vertical-align: middle;", " line-height: 60px;", " position: relative;", " font-size: 0;", " margin: 0 15px 0 0;", "}", ".categoryLinks .link.selected {", " border-bottom: 2px solid rgb(238, 130, 8);", "}", "button.searchButton {", " color: #eee!important;", " background-color: #5181b8!important;", " border-bottom: 0px solid rgb(255, 255, 255)!important;", "}", ".searchBarForm--searchHistory, span.button.mn-15-0-0.SaveSearch, span.button.MassBuyButton.mn-15-0-0, a.button.ToFavouritesButton, a.button.OverlayTrigger, .FollowLink_Advanced, .PreviewButton {", " background-color: rgba(0,0,0,.04);", " transition: background-color .1s;", " color: #666;", "}", "", ".searchBarForm--searchHistory:hover, span.button.mn-15-0-0.SaveSearch:hover, span.button.MassBuyButton.mn-15-0-0:hover, a.button.ToFavouritesButton:hover, a.button.OverlayTrigger:hover, .FollowLink_Advanced:hover, :hover.PreviewButton {", " color: #666;", " transition: .15s ease-out;", " background: rgba(0,0,0,.08);", "}", ".marketSidebarMenu .balanceNumber {", " font-weight: 600;", " font-size: 15px;", " color: rgb(238, 130, 8);", "}", ".svgIcon--rub {", "filter: hue-rotate(215deg);", "}", ".MarketSearchBar--InventoryGameSelect.chosen-container.highlighted {", " box-shadow: 0 0 0px 1px rgb(238, 130, 8);", "}", "input[type=\"checkbox\"]:checked:after {", " background-color: rgb(238, 130, 8);", " border-color: rgb(238, 130, 8);", "}", "input[type=\"radio\"]:before {", " background: rgb(238, 130, 8);", " position: absolute;", " top: 1px;", " left: 1px;", " -webkit-transform: scale(0);", " -ms-transform: scale(0);", " -webkit-transform: scale(0);", " -ms-transform: scale(0);", " transform: scale(0);", "}", ".PageNav a.currentPage {", " color: #f5f5f5;", " background-color: rgb(238, 130, 8);", " position: relative;", "}", ".marketIndexItem.sticky .marketIndexItem--Price {", " background: rgb(238, 130, 8);", " padding: 3px 8px;", " color: #f5f5f5;", " border-radius: 3px;", "}", ".PageNav a:hover, .PageNav a:focus {", " text-decoration: none;", " color: inherit;", " background-color: rgba(0,0,0,.04);", "}", ".PageNav a.currentPage:hover {", " color: inherit;", " color: #f5f5f5;", " background-color: rgb(249, 140, 17);", "}", ".marketIndexItem-Badge {", " background: rgb(255, 255, 255);", "}", ".marketIndexItem {", " margin: 0 20px;", " padding: 15px 0;", " border-bottom: 1px solid rgba(0,0,0,.08);", "}", "form.InlineModForm.section {", " background: #ffffff;", "}", ".marketIndex--titleContainer {", " padding: 15px 20px;", " background: #f0f0f0;", " border-bottom: 1px solid rgba(0,0,0,.08);", "}", ".market--titleBar {", " background: rgb(255, 255, 255);", " padding: 20px;", " border-bottom: 1px solid rgba(0,0,0,.08);", " font-weight: 700;", " border-radius: 6px 6px 0 0;", "}", ".marketContainer {", " padding: 0 20px;", " border-radius: 0 0 6px 6px;", " background: rgb(255, 255, 255);", "}", ".alertNotice {", " display: block;", " padding: 15px 20px;", " background: rgb(255, 255, 255);", " border-radius: 4px;", "}", ".marketItemView--status {", " color: rgb(148, 148, 148);", " margin-bottom: 15px;", " background: #f5f5f5;", " padding: 15px 20px;", " border-radius: 2px;", "}", ".contact.dark {", " border-color: rgba(0,0,0,.08);", "}", ".marketRefillBalance--Hr {", " height: 1px;", " background: rgba(0,0,0,.08);", "}", ".marketItemView--underContent {", " border-top: 1px solid rgba(0,0,0,.08);", " padding: 15px 20px 7px;", " margin: 15px 0 0;", " clear: both;", "}", ".marketMyPayments>.item {", " margin-bottom: 15px;", " border-bottom: 1px solid rgba(0,0,0,.08);", " padding-bottom: 15px;", "}", ".marketIndex--itemsContainer.MarketItems.marketMyPayments {", " background: white;", "}", ".marketIndex--titleContainer {", " padding: 15px 20px;", " background: #ffffff;", " border-bottom: 1px solid rgba(0,0,0,.08);", "}", ".marketItemView--status.ban, .marketItemView--status.unbanned {", " background: rgb(245, 245, 245);", "}", ".darkBackground {", " background: #fff;", "}", ".module_separator {", " height: 1px;", " background: rgba(0,0,0,.08);", "}", ".messageSimple {", " background: rgb(255, 255, 255);", " padding: 0;", " overflow: hidden;", " zoom: 1;", " margin: 10px 0;", " border-radius: 3px;", "}", ".messageSimple .messageResponse {", " border-top: 1px solid rgba(0,0,0,.08);", "}", ".messageSimple .messageMeta {", " padding: 11px 0;", " margin: 0 20px;", " border-top: 1px solid rgba(0,0,0,.08);", "}", ".messageSimple .comment, .messageSimple .secondaryContent {", " overflow: hidden;", " zoom: 1;", " border-bot Код // ==UserScript== // @name ВЛолзтиме // @description А почему бы и нет? // @author Mikhailpikachu // @include http://zelenka.guru/* // @include https://zelenka.guru/* // @include http://*.zelenka.guru/* // @include https://*.zelenka.guru/* // @run-at document-start // @version 0.1 beta // ==/UserScript== (function() {var css = [ "body {", " background: #f0f0f0;", " color: #333;", "}", ".forum_list, .forum_view {", " background: #ffffff;", "}", ".primaryContent, .secondaryContent {", " background: #f5f5f5;", "}", ".nodeList .node.current > .nodeInfo > .nodeText > .nodeTitle > a, .nodeList .node .current>div>.nodeTitle>a {", " color: #333;", " border-radius: 0;", " border: solid transparent;", " background: #f6f6f6;", " width: auto; ", " border-left-color: #5181b8;", " border-width: 0 2px;", "}", ".node .nodeText h3.nodeTitle:hover > a:before {", " transform: scale(1.1);", "}", ".node.current .nodeText .nodeTitle a::before {", " color: #5181b8;", "}", ".node h3.nodeTitle>a:hover, .node .nodeText h3.nodeTitle:hover {", " background: #f6f6f6;", " color: #333;", " text-decoration: none;", "}", ".node .nodeText h3.nodeTitle, .node .nodeText .nodeTitle a {", " border-radius: 0px;", "}", "div#navigation {", " background: #5181b8;", "}", "#lzt-logo {", " filter: brightness(999);", "}", ".navTabs .navTab.selected .tabLinks a:hover, .navTabs .navTab.selected .tabLinks a:focus, .toolbar_nav_a:hover, .navTabs .navTab.PopupOpen .navLink {", " background: rgba(0,0,0,.05)!important;", " color: #fff!important;", "}", ".blockLinksList a, .blockLinksList label {", " color: #f8d6b4;", "}", ".Menu > ul > a {", " color: #666;", " font-size: 12px;", "}", ".Menu {", " background-color: #fff;", " border-radius: 8px;", " box-shadow: 0 12px 24px rgba(0,0,0,.2), 0 0 0 1px rgba(0,0,0,.04);", " border: 0px solid rgba(54, 54, 54, 0);", " color: #666;", " font-size: 12px;", "}", ".Menu > ul > li > a, a.FollowLink, a.FollowLink_Advanced, a.OverlayTrigger {", " color: rgb(51, 51, 51)!important;", "}", ".blockLinksList a:hover, .blockLinksList a:focus, .blockLinksList li.kbSelect a, .blockLinksList label:hover, .blockLinksList label:focus, .blockLinksList li.kbSelect label {", " background: rgba(54, 54, 54, 0);", " text-decoration-line: underline;", " cursor: pointer;", "}", ".discussionListItem .title .unread, .forumSearchThreadsMenu .discussionListItem .title .unread, .LoggedOut .discussionListItem .title span, a {", " color: #333;", "}", ".DateTime {", " color: #666;", "}", ".QuickSearch .primaryControls input.textCtrl {", " padding-left: 10px;", "}", "#searchBar .primaryControls:before {", " color: #666;", " float: right;", " margin-right: 47px;", "}", "input.textCtrl.QuickSearchQuery {", " background-color: #fff;", " color: #333;", "}", "input.textCtrl:focus, select.textCtrl:focus {", " box-shadow: 0 0 0px 0px rgb(46,97,74);", "}", "button.searchButton {", " color: #eb722e!important;", " background-color: #fff!important;", " padding: 0 8px!important;", " text-align: center!important;", " font-size: 12px!important;", " height: auto!important;", " border-bottom: 0px solid rgb(45, 45, 45)!important;", "}", ".searchButton > i {", " display:none!important;", "}", ".secondaryControls {", " background-color: #f0f0f0!important;", "}", ".liveHeaderResult--member .rightCol .status {", " color: #999!important;", "}", ".liveHeaderResult--member .avatar {", " float: left;", " width: 64px;", " height: 64px;", " border-radius: 16px;", " border-radius: 4px;", "}", "a.liveHeaderResult--member {", " background: #fff;", "}", ".liveHeaderResult--member:hover {", " background: #f0f0f0;", "}", ".liveHeaderResult--member .startConversation {", " position: absolute;", " right: 8px;", " bottom: 8px;", " width: 16px;", " height: 16px;", " visibility: visible;", "}", ".sidebar .sidebarWrapper {", " padding: 16px;", " margin-bottom: 12px;", " background-color: #fff;", " border-radius: 4px;", "}", "#content .pageContent {", " background: #f0f0f0;", "}", ".forum_list .discussionList {", " padding: 16px;", " margin-bottom: 12px;", " background-color: #fff;", " border-radius: 4px;", "}", ".forum_list .discussionList {", " margin: 0px 0;", "}", ".button.primary, .textCtrl, .SelectExcludedForumsLink {", " background-color: rgba(0,0,0,.04);", " transition: background-color .1s;", " color: #666;", " cursor: pointer;", "}", ".button.primary:hover, .textCtrl:hover, .SelectExcludedForumsLink:hover {", " background: rgba(0,0,0,.08);", "}", ".node .nodeText h3.nodeTitle {", " padding: 0px 8px;", " margin: 0 -12px;", " border-radius: 4px;", " transition: background .2s;", "}", ".node .nodeText h3.nodeTitle:hover .expandSubForumList {", " background: rgba(0,0,0,0);", "}", ".node .nodeText h3.nodeTitle {", " padding: 0px 8px;", " margin: 0 -12px;", " border-radius: 4px;", " border-top-left-radius: 4px;", " border-top-right-radius: 4px;", " border-bottom-right-radius: 4px;", " border-bottom-left-radius: 4px;", " transition: background .2s;", " width: auto;", "}", ".node .nodeTitle>a:hover {", " color: #666;", " text-decoration: underline;", " cursor: pointer;", "}", "a.menuRow {", " color: #666;", "}", "span.avatar {", " float: left;", "}", "", "span#account-style:before {", " font-size: 15px;", " font-family: \"Font Awesome 5 Pro\";", " font-weight: 400;", " content: \"\\f107\";", " color: rgb(255, 255, 255);", " margin-left: 6px;", " display: inline-block;", "}", ".navTabs .navTab.account.PopupOpen .accountUsername, b.hiddenNarrowUnder.accountUsername.muted {", " display:none;", "}", ".navTabs .navTab.PopupClosed .navLink:hover {", "background: rgba(0,0,0,.05)!important;", " color: #fff!important;", "}", ".Popup .arrowWidget:before {", " color: rgb(255, 255, 255);", "}", ".counter-container img, .navTabs .navTab.PopupClosed .navLink:hover .counter-container img, .navTabs .navTab.PopupOpen .navLink .counter-container img {", " filter: grayscale(100%) brightness(222120%);", "}", ".hasUnreadArticles {", " background: #54a22c;", "}", ".navTabs .navLink .itemCount{", " background-color: #54a22c;", " border: 1px solid #54a22c;", "}", ".navTabs .navTab.PopupClosed .navLink:hover .itemCount, .navTabs .navTab.PopupOpen .navLink .itemCount {", " border: 1px solid #54a22c!important;", "}", ".secondaryContent {", " background: white;", "}", ".monthMaecenas--quote {", " background: rgb(245, 245, 245);", "}", ".monthMaecenas--quote:before {", " border-bottom: 10px solid rgb(245, 245, 245);", "}", "body .muted, body a.muted, body .muted a {", " color: #999;", "}", ".text_Ads {", " display: none;", "}", ".blockLinksList > li:last-child .navigationImage, .homeBannersAdversting {", "display: none!important;", "}", ".discussionListItem:hover {", " background: #f6f6f6;", "}", ".discussionListItem .threadNode {", " background: rgba(0,0,0,.08);", " color: #666;", " box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);", "}", ".discussionListItem .controls .threadControl {", "color: #666;", "}", ".tippy-tooltip {", " text-align: left!important;", " background: #fff!important;", " color: #333!important;", " box-shadow: 0 12px 24px rgba(0,0,0,.2), 0 0 0 1px rgba(0,0,0,.04)!important;", " padding: 8px 8px 8px 8px!important;", " font-size: 12px!important;", " transition: opacity .3s,visibility .3s,transform .15s!important;", "}", ".tippy-popper[x-placement^=top] .popup-theme .tippy-arrow, .tippy-popper[x-placement^=top] .tippy-arrow {", " border-top-color: rgb(255, 255, 255)!important;", "}", "", "", ".tippy-popper[x-placement^=bottom] .tippy-arrow {", " box-shadow: -1px -1px 0 0 rgba(0,0,0,.04);", " border-bottom: 8px solid rgb(255, 255, 255)!important;", "}", "", "", ".discussionListItem--replyCount.muted::before, .discussionListItem--likeCount.muted::before {", " color: #999;", " margin-right: 6px;", "}", ".tippy-tooltip.popup-theme {", " background-color: #fff;", " border-radius: 8px;", " box-shadow: 0 12px 24px rgba(0,0,0,.2), 0 0 0 1px rgba(0,0,0,.04);", " border: 0px solid rgba(54, 54, 54, 0);", " color: #666;", " font-size: 12px;", "}", ".primaryContent, .secondaryContent {", " border-bottom: 1px solid rgb(255, 255, 255);", "}", ".chatboxStartIcon {", " background: rgb(255, 255, 255);", " color: #5181b8;", " box-shadow: 0 12px 24px rgba(0,0,0,.2), 0 0 0 1px rgba(0,0,0,.04);", "}", ".chatboxWidget{", " box-shadow: 0 12px 24px rgba(0,0,0,.2), 0 0 0 1px rgba(0,0,0,.04);", " background: #f0f0f0;", "}", "#completeChatbox.chatboxWidget .header {", " background: #5181b8;", " color: #f8d6b4!important;", "}", "#completeChatbox.chatboxWidget .header>.element, #completeChatbox.chatboxWidget .header>.element.closeChatboxButton {", " color: #f8d6b4!important;", "}", ".chatboxWidget .chatboxWrapper {", " height: calc(100% - 81px);", " width: 100%;", " border: 0px solid #3e3e3e;", " box-shadow: 0 0 0px #4a4a4a;", " background: rgb(255, 255, 255);", "}", "#chatbox {", " background: rgb(255, 255, 255);", "}", ".controls .textCtrl {", " background: #f0f0f0;", "}", "#completeChatbox.chatboxWidget .controls.reversedDirection {", " border-top: 1px solid rgb(240, 240, 240);", "}", "#completeChatbox.chatboxWidget .chatboxMask {", " background: rgb(255, 255, 255);", "}", ".messageBox--inputBox {", "background-color: #f0f0f0;", "}", ".spinner>.bounce, .spinner>div {", "background-color: #5181b8;", "", "}", ".simpleRedactor--smiliesBox .smilieContainer {", " background: rgb(255, 255, 255);", "}", ".simpleRedactor--smiliesBox .Smilie:hover {", " background: rgb(240, 240, 240);", "}", "input.textCtrl.disabled, textarea.textCtrl.disabled, .disabled .textCtrl {", " font-style: italic;", " color: rgb(148,148,148);", " background-color: rgb(240, 240, 240);", "}", "#AjaxProgress.xenOverlay .content {", " background: rgb(238, 130, 8);", " border-bottom-left-radius: 10px;", " float: right;", " margin-top: .2rem;", " width: 85px;", " height: 30px;", " width: 16px;", " height: 16px;", " background-color: #5181b8;", " border-radius: 100%;", " display: inline-block;", " -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;", " animation: sk-bouncedelay 1.4s infinite ease-in-out both;", "}", ".blockLinksList a:active, .blockLinksList li.kbSelect a:active, .blockLinksList a.selected, .blockLinksList li.kbSelect a.selected, .blockLinksList label:active, .blockLinksList li.kbSelect label:active, .blockLinksList label.selected, .blockLinksList li.kbSelect label.selected {", " background: rgba(54, 54, 54, 0);", " text-decoration-line: underline;", " cursor: pointer;", " color: rgb(51, 51, 51);", "}", "#AccountMenu>a:hover {", " background: rgb(255, 255, 255);", " text-decoration: underline;", "}", ".account-menu-sep {", " height: 1px;", " margin: 5px 0;", " background: rgba(0,0,0,.08);", "}", "#chatbox .meMessage {", " background: rgb(240, 240, 240);", "}", ".navPopup li:hover {", " background: #f6f6f6;", " cursor: pointer;", "}", ".conversationItem.unread {", " background: #f6f6f6;", "}", ".navigation-header {", " background: rgb(255, 255, 255);", " padding: 15px 20px;", " border-bottom: 1px solid rgba(0,0,0,.08);", "}", ".navPopup .listItem {", " overflow: hidden;", " zoom: 1;", " padding: 10px 10px 10px 20px;", " border-bottom: 1px solid rgba(0,0,0,.08);", "}", ".alertAction:not(.from_admin):not(.alerts):not(.upgrade_end)::before {", " border: 0px solid rgb(240, 240, 240);", "}", ".xenOverlay.memberCard .top {", " padding: 20px;", " background: #f0f0f0;", " overflow: hidden;", "}", "", ".xenOverlay.memberCard .bottom {", " padding: 20px;", " overflow: hidden;", " background: #fff;", "}", "", ".actionButton--sendMoney, .dottesStyle.buttonStyle.transparent{", " background-color: rgba(0,0,0,.04);", " transition: background-color .1s;", " color: #666;", " cursor: pointer;", "}", ".actionButton--sendMoney:hover, .Popup .PopupControl.PopupOpen:hover, .Popup.PopupContainerControl.PopupOpen:hover {", "background-color: rgba(0,0,0,.08);", "}", ".actionButton--sendMoney {", " border-left: 1px solid rgba(0,0,0,.08);", "}", ".dottesStyle:hover, .dottesStyle.PopupOpen {", " filter: grayscale(100%);", "}", ".xenOverlay .section .heading, .xenOverlay .sectionMain .heading, .xenOverlay .errorOverlay .heading {", " background: #f0f0f0;", " color: #333;", " border-radius: 4px 4px 0 0;", " padding: 18px 60px 18px 25px;", " font-weight: normal;", "}", ".xenOverlay>.section, .xenOverlay>.sectionMain {", " background: rgb(255, 255, 255);", " margin: 0;", " border-radius: 6px;", "}", ".xenOverlay a.close {", " color: rgb(138, 138, 138);", " text-decoration: none;", " position: absolute;", " right: 25px;", " top: 16px;", " cursor: pointer;", "}", ".xenOverlay .formOverlay {", " background-color: rgb(255, 255, 255);", " padding: 10px;", " border-radius: 3px;", " _zoom: 1;", " margin: 0;", "}", "input.labelauty + label {", " padding: 7px 12px;", " background-color: rgba(0,0,0,.04);", " transition: background-color .1s;", " color: #666;", " cursor: pointer;", "}", "input.labelauty:not(:checked):not([disabled])+label:hover {", " background-color: rgba(0,0,0,.08);", " color: #666;", " background: rgba(0,0,0,.08);", "}", "textarea:hover, .textCtrl:hover {", " background-color: rgba(0,0,0,.04)!important;", "", "}", ".xenOverlay.memberCard .bottom .contacts {", " border-top: 1px solid rgba(0,0,0,.08);", "}", ".contact {", " margin: 15px 0 0;", " padding: 0 10px;", " border: 1px solid rgba(0,0,0,.08);", " border-radius: 3px;", " height: 40px;", " line-height: 40px;", " box-sizing: border-box;", " display: inline-block;", " font-weight: 600;", " width: 49%;", "}", ".cd-top.cd-is-visible {", " visibility: visible;", " opacity: 1;", " background-color: rgb(240, 240, 240);", "}", ".cd-top {", " background: rgb(0, 0, 0) url(https://lolzteam.online//public/cd-top-arrow.svg) no-repeat center 50%;", " background: rgb(240, 240, 240) url(https://lolzteam.online//public/cd-top-arrow.svg) no-repeat center 50%;", "}", ".marketMyPayments > .item .comment {", " background: rgb(240, 240, 240);", "}", ".marketMyPayments > .item .comment .commentSvg {", " fill: rgb(240, 240, 240);", "}", ".marketSidebarMenu {", " padding: 6px 0;", " background: #ffffff;", "}", ".marketExtraSidebarMenu {", " border-top: 1px solid rgba(0,0,0,.08);", "}", ".baseHtml.errorDetails {", " background: #ffffff;", "}", ".marketSidebarMenu a:hover, .marketSidebarMenu a.selected {", " background: #f6f6f6;", " text-decoration: none;", "}", ".chosen-container .chosen-drop {", " background: #fff;", "}", "li.active-result.result-selected {", " background: #f6f6f6;", "}", ".chosen-container .chosen-results li.highlighted {", " background-color: #f6f6f6;", "}", "#lzt-market-logo {", "filter: grayscale(1) brightness(999);", "}", ".blockLinksList.categoryList a, .selectCategoryContainer .chosen-container .chosen-results>li {", " border-bottom: 1px solid rgba(0,0,0,.08);", "}", ".QuickSearchQuery:hover {", "background-color: #fff!important;", " cursor: auto!important;", "}", ".backToHomeButton {", " line-height: 30px;", " height: 30px;", " margin: 7px 0 0 -130px;", " background-color: rgb(245, 245, 245);", " transition: background-color .1s;", " color: #666;", "}", "a.fl_l.button.backToHomeButton:hover {", " background: rgb(235, 235, 235);", "}", ".marketSidebarMenu a.selected {", " box-shadow: inset 2.5px 0 0 0 #5181b8;", "}", ".marketSidebarMenu > a:hover > span {", " transform: scale(1.1);", "}", ".marketSidebarMenu > a:hover > span > svg > .marketSidebarMenu .svgIcon path{", " stroke: #5181b8;", "}", ".marketSidebarMenu a:hover .alt path, .marketSidebarMenu a.selected .alt path{", " fill: #5181b8;", "}", ".marketSidebarMenu a:hover path, .marketSidebarMenu a.selected path {", " stroke: #5181b8;", "}", ".searchBarContainer {", " background: rgb(255, 255, 255);", " padding: 15px 20px;", " border-radius: 6px 6px 0 0;", "}", ".marketMainContainer {", " background: #f0f0f0;", " border-radius: 2px;", " border: 1px solid rgba(0,0,0,.08);", " border-top: 0;", " padding: 0 0 15px;", "}", ".marketIndex--titleContainer {", " padding: 15px 20px;", " border-bottom: 1px solid rgba(0,0,0,.08);", "}", ".categoryLinks .link {", " transition: box-shadow 300ms ease, transform 300ms ease;", " text-align: center;", " border-radius: 6px;", " padding: 10px 10px;", " height: 48px;", " box-sizing: border-box;", " width: 48px;", " background: rgb(255, 255, 255);", " vertical-align: middle;", " line-height: 60px;", " position: relative;", " font-size: 0;", " margin: 0 15px 0 0;", "}", ".categoryLinks .link.selected {", " border-bottom: 2px solid rgb(238, 130, 8);", "}", "button.searchButton {", " color: #eee!important;", " background-color: #5181b8!important;", " border-bottom: 0px solid rgb(255, 255, 255)!important;", "}", ".searchBarForm--searchHistory, span.button.mn-15-0-0.SaveSearch, span.button.MassBuyButton.mn-15-0-0, a.button.ToFavouritesButton, a.button.OverlayTrigger, .FollowLink_Advanced, .PreviewButton {", " background-color: rgba(0,0,0,.04);", " transition: background-color .1s;", " color: #666;", "}", "", ".searchBarForm--searchHistory:hover, span.button.mn-15-0-0.SaveSearch:hover, span.button.MassBuyButton.mn-15-0-0:hover, a.button.ToFavouritesButton:hover, a.button.OverlayTrigger:hover, .FollowLink_Advanced:hover, :hover.PreviewButton {", " color: #666;", " transition: .15s ease-out;", " background: rgba(0,0,0,.08);", "}", ".marketSidebarMenu .balanceNumber {", " font-weight: 600;", " font-size: 15px;", " color: rgb(238, 130, 8);", "}", ".svgIcon--rub {", "filter: hue-rotate(215deg);", "}", ".MarketSearchBar--InventoryGameSelect.chosen-container.highlighted {", " box-shadow: 0 0 0px 1px rgb(238, 130, 8);", "}", "input[type=\"checkbox\"]:checked:after {", " background-color: rgb(238, 130, 8);", " border-color: rgb(238, 130, 8);", "}", "input[type=\"radio\"]:before {", " background: rgb(238, 130, 8);", " position: absolute;", " top: 1px;", " left: 1px;", " -webkit-transform: scale(0);", " -ms-transform: scale(0);", " -webkit-transform: scale(0);", " -ms-transform: scale(0);", " transform: scale(0);", "}", ".PageNav a.currentPage {", " color: #f5f5f5;", " background-color: rgb(238, 130, 8);", " position: relative;", "}", ".marketIndexItem.sticky .marketIndexItem--Price {", " background: rgb(238, 130, 8);", " padding: 3px 8px;", " color: #f5f5f5;", " border-radius: 3px;", "}", ".PageNav a:hover, .PageNav a:focus {", " text-decoration: none;", " color: inherit;", " background-color: rgba(0,0,0,.04);", "}", ".PageNav a.currentPage:hover {", " color: inherit;", " color: #f5f5f5;", " background-color: rgb(249, 140, 17);", "}", ".marketIndexItem-Badge {", " background: rgb(255, 255, 255);", "}", ".marketIndexItem {", " margin: 0 20px;", " padding: 15px 0;", " border-bottom: 1px solid rgba(0,0,0,.08);", "}", "form.InlineModForm.section {", " background: #ffffff;", "}", ".marketIndex--titleContainer {", " padding: 15px 20px;", " background: #f0f0f0;", " border-bottom: 1px solid rgba(0,0,0,.08);", "}", ".market--titleBar {", " background: rgb(255, 255, 255);", " padding: 20px;", " border-bottom: 1px solid rgba(0,0,0,.08);", " font-weight: 700;", " border-radius: 6px 6px 0 0;", "}", ".marketContainer {", " padding: 0 20px;", " border-radius: 0 0 6px 6px;", " background: rgb(255, 255, 255);", "}", ".alertNotice {", " display: block;", " padding: 15px 20px;", " background: rgb(255, 255, 255);", " border-radius: 4px;", "}", ".marketItemView--status {", " color: rgb(148, 148, 148);", " margin-bottom: 15px;", " background: #f5f5f5;", " padding: 15px 20px;", " border-radius: 2px;", "}", ".contact.dark {", " border-color: rgba(0,0,0,.08);", "}", ".marketRefillBalance--Hr {", " height: 1px;", " background: rgba(0,0,0,.08);", "}", ".marketItemView--underContent {", " border-top: 1px solid rgba(0,0,0,.08);", " padding: 15px 20px 7px;", " margin: 15px 0 0;", " clear: both;", "}", ".marketMyPayments>.item {", " margin-bottom: 15px;", " border-bottom: 1px solid rgba(0,0,0,.08);", " padding-bottom: 15px;", "}", ".marketIndex--itemsContainer.MarketItems.marketMyPayments {", " background: white;", "}", ".marketIndex--titleContainer {", " padding: 15px 20px;", " background: #ffffff;", " border-bottom: 1px solid rgba(0,0,0,.08);", "}", ".marketItemView--status.ban, .marketItemView--status.unbanned {", " background: rgb(245, 245, 245);", "}", ".darkBackground {", " background: #fff;", "}", ".module_separator {", " height: 1px;", " background: rgba(0,0,0,.08);", "}", ".messageSimple {", " background: rgb(255, 255, 255);", " padding: 0;", " overflow: hidden;", " zoom: 1;", " margin: 10px 0;", " border-radius: 3px;", "}", ".messageSimple .messageResponse {", " border-top: 1px solid rgba(0,0,0,.08);", "}", ".messageSimple .messageMeta {", " padding: 11px 0;", " margin: 0 20px;", " border-top: 1px solid rgba(0,0,0,.08);", "}", ".messageSimple .comment, .messageSimple .secondaryContent {", " overflow: hidden;", " zoom: 1;", " border-bot Пока что тема не очень, в некоторых местах всё серое