Created
January 24, 2023 00:22
-
-
Save watatomo/122b3f24d860bc5fd7a42aa14aa03d3b to your computer and use it in GitHub Desktop.
Removes the annoying shit from Mangago.
This file contains hidden or 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
[style="width:100%;text-align:center;font-size:16px;font-weight:400;background-color:#FEFD7F;border:1px solid #0ff;margin-top:10px;color:red"], | |
#toplist_panel + div, | |
.widepage#page + div, | |
.widepage#page .clear | |
.affiliates, | |
.mg_comments, | |
.topic.topiclist, | |
.aside_recommendlist, | |
.aside, | |
.clear[style="height:50px;;margin-top:50px;"], | |
.right:has([href="#home_user_area"]), | |
.also_like + .mg_comments, | |
.sep_h30 + .also_like, | |
.clear.gap[style="margin-top:30px;"], | |
body #footer, | |
.status, | |
#logo, | |
#logo1 { | |
display: none !important; | |
} | |
#header_wrapper { | |
height: 100%; | |
} | |
#header { | |
padding: 2em 0 3em; | |
} | |
#login_panel { | |
margin-bottom: 0.5em; | |
} | |
#pic_container { | |
width: 100vw; | |
margin: unset !important; | |
} | |
#pic_container img { | |
min-width: unset; | |
} | |
.people-panel.w600 .article { | |
width: 100%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment