Untitled

mail@pastecode.io avatar
unknown
css
a year ago
1.5 kB
9
Indexable
Never
section.link-block>section>article>.content>section.info> span,
section.hits-slider-stream {display: none !important}
section.sidebar>section.pub-slot-wrapper.sticky,
html body section.pub-slot-wrapper[class*="market"],html body section.pub-slot-wrapper[class*="sponsored"]{display: none !important}

header.header>.left>nav.main>ul li a span {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    font-weight: 400;
    padding: 0 12px;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
    border-radius: 6px;
}
section.link-block>section{min-height:110px !important;}

section.link-block>section>article figure {
    top: 6px !important;
    height: 100px!important;
    max-width: 160px!important;
}
body>section.open-left-panel:not(.is-mobile) main.main {
    max-width: calc(100% ) !important;
}
[data-night-mode] header.header{
	background: rgb(72 72 72)!important;
}
section.link-block>section>article{
	padding: 5px 180px 5px 0 !important;
}
section.link-block>section>article>header h2 a{color: #c7c7c7 !important;}
section.link-block>section>article>header h2 a:visited{color: #6c6c6c !important;}
[data-night-mode] {
    --steelBluish: #7e7e7e !important;
}