Created
May 15, 2018 23:00
-
-
Save AvaelKross/f9e375cc2b0e4765837c0648af879375 to your computer and use it in GitHub Desktop.
Custom modern look (+anti-adv) for hdrezka
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body > #wrapper { | |
max-width: 1010px; | |
width: 100% !important; | |
} | |
body.active-brand.pp { | |
padding-top: 0 !important; | |
} | |
#footer { | |
width: 100% !important; | |
} | |
.b-tophead_wrapper, .b-translators__block, .b-post__schedule_more, .b-post__schedule_block_title { | |
background: #02050e; | |
} | |
.b-content__main { | |
width: auto; | |
} | |
.b-container.b-wrapper { | |
width: 100%; | |
} | |
.b-content__columns.pdt { | |
padding-right: 0px; | |
} | |
.b-simple_season__item, .b-translator__item, .b-simple_episode__item { | |
border-radius: 3px; | |
} | |
.b-translator__item:nth-child(3n+1) { | |
margin-left: 3px; | |
} | |
.b-post__lastepisodeout { | |
display:none; | |
} | |
.b-sidetitle, .b-post__title, .b-post__origtitle, .b-post__infotable, .b-post__description, .b-post__mixedtext, #addcomment-title, .b-post__infolast { | |
margin-left: 30px; | |
margin-right: 30px; | |
} | |
.b-sidetitle.mm { | |
margin-bottom: 10px; | |
} | |
.b-sidelist { | |
margin: 10px !important; | |
} | |
.b-post__social_holder_wrapper, .b-post__actions, .b-post__support_holder, .b-post__mixedtext, .b-post__description_title, .b-post__qa_list_block { | |
display: none; | |
} | |
.b-post__rating_table { | |
margin-top: 20px; | |
} | |
.b-post__rating_table .label { | |
display: none; | |
} | |
.b-post__rating_table td { | |
width: auto; | |
padding-right: 30px; | |
float: right; | |
} | |
.b-translator__item { | |
width: 24.5%; | |
} | |
#cdn-player, #ownplayer, #videoplayer { | |
width: 100% !important; | |
height: 560px !important; | |
} | |
/*anti-ad*/ | |
.b-content__main + div, .b-post__mixedtext + div:not(.b-post__schedule_block) { | |
display:none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment