betterlooking
Myanimelist dark wide updated 2024 by jok1n9
Details
Authorjok1n9
LicenseNo License
Categorymyanimelist
Created
Updated
Size1.7 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Myanimelist clean dark wide
@version 20240412.17.13
@namespace https://userstyles.world/user/jok1n9
@description base on MyAnimeList DeepDark
@author jok1n9
@license No License
==/UserStyle== */
@-moz-document domain("myanimelist.net") {
.dark-mode body:not(.ownlist) {
background-color: #000;
font-size: 13px;
}
.dark-mode body.index .left-column{
width:62vw !important
}
.dark-mode body.index .right-column{
width:18vw !important
}
.dark-mode .page-common #myanimelist{
width:80vw !important
}
.dark-mode .page-common #menu{
width:80vw !important
}
.l-aboutme-contents{
width: auto !important
}
.dark-mode .widget-slide-block .widget-slide-outer{
width: auto !important
}
#widget-manga-store{
width: auto !important;
max-width: 60vw !important;
}
.dark-mode #widget-episode-video{
width: auto !important;
max-width: 60vw !important;
}
.dark-mode .page-common .reviews_h3>a{
font-size: 14px !important;
}
div.widget-header{
font-size: 14px !important;
}
.dark-mode .page-common h2{
font-size: 14px !important;
}
.dark-mode body.index .widget-container .widget.reviews.left .textReadability{
max-width: 50vw !important;
}
.dark-mode .page-common .fs10{
font-size: 12px !important;
}
.dark-mode .page-common .spaceit{
font-size: 12px !important;
}
.dark-mode body.index .widget-container .widget.my_statistics table td:nth-child(1){
font-size: 12px !important;
}
.dark-mode .page-common td{
font-size: 12px !important;
}
.dark-mode body.index .widget-container .widget.friend_list_updates .work-title{
font-size: 13px !important;
}
}