Skip to content

Little Tweaks & Fixes by 136MasterNR

Details

Author136MasterNR

LicenseNo License

Categorymyanimelist.net

Created

Updated

Size4.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Clears the UI and enables see-through transparency for easy styling.
Includes extra changes.
Dark-mode only.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Little Tweaks & Fixes
@namespace      github.com/openstyles/stylus
@version        1.0.4
@preprocessor   uso

@advanced dropdown smooth "Smooth Corners" {
smooth-on "Enable" <<<EOT
3.25px
EOT;

smooth-off "Disable" <<<EOT
0px
EOT;
}

==/UserStyle== */

@-moz-document regexp("https://myanimelist.net/(?!animelist|mangalist).*") {
   .rightside > table:nth-child(5) > tbody:nth-child(1) > tr:nth-child(2) > td.pb24 .widget-content,
   .js-sns-icon-container,
   #header-menu .border,
   [data-pin-log="button_pinit_floating"],
   div.footer-link-icon-block:nth-child(3),
   #copyright,
   #recaptcha-terms,
   #broadcast-block,
   #episode_video
   /* Useless stuff to remove */
   {
      display: none!important;
   }
   

   #contentWrapper {
      background: none!important;
   }
   
   #footer-block {
      background-color: rgba(51, 51, 51, .5)!important;
      backdrop-filter: blur(4px);
   }
   
   #content, div.header-menu-unit:nth-child(9) {
      background-color: rgba(18, 18, 18, .85)!important;
      backdrop-filter: blur(4px);
   }
   
   div.header-menu-unit:nth-child(9) {
      background-color: rgba(18, 18, 18, .4)!important;
      backdrop-filter: blur(2px);
      border-radius: 10px 0px 0px 10px;
   }
   
   div.header-menu-unit:nth-child(6) {
      padding-right: 5px!important;
   }
   
   body:not(.ownlist)::after{
      color: #cecece;
      background-color: #121212 !important;
   }
   
   #contentWrapper > div:nth-child(1) h1 {
       background-color: rgba(40, 40, 40, .90)!important;
   }
   
   .textarea {
       background-color: rgba(36, 36, 36, .75)!important;
   }
   
   .page-common #horiznav_nav ul li {
     font-size: 8px;
   }
   
   .header-menu-login .btn-mal-service {
      display: none!important;
   }
   
   .rightside > table:nth-child(5) > tbody:nth-child(1) > tr:nth-child(2) > td.pb24 {
      padding-bottom: 0px!important;
   }
   
   .dark-mode .page-common #horiznav_nav ul li .horiznav_active {
      position: relative;
      background-color: #222222;
      border: solid 1px #585858;
      color: #abc4ed;
      z-index: 2;
   }
   
   .dark-mode .page-common #horiznav_nav ul li a:hover {
      background-color: #abc4ed;
   }
   
   .anime-slide-block .anime-slide .btn-anime .link .title {
      background-image: none!important;
   }
   
   ul.user-status > li:nth-child(odd) {
      background-color: rgba(18, 18, 18, .5)!important;
   }
   
   ul.user-status > li:nth-child(even) {
      background-color: rgba(30, 30, 30, .5)!important;
   }
   
   #menu:not(.halloween) {
      background-color: rgba(55, 97, 196, .9)!important;
   }
   
   #menu {
      border-radius: /*[[smooth]]*/ /*[[smooth]]*/ 0px 0px;
   }
   
   .header-menu-unit.header-profile a,
   .user-profile .user-image img,
   a.image-member,
   .review-element .thumbbody.mt8 .thumb .ga-click img,
   .header-mini-banner a img,
   .items a,
   #widget-seasonal-video .widget-slide-outer .widget-slide .btn-anime,
   .ranking-unit p a.image,
   .image a img,
   .image-wrap a img,
   .picSurround a img,
   .leftside div a img,
   .video-promotion a,
   #fancybox-outer,
   .l-mainvisual,
   a.link img.image,
   a.image img,
   .user-friends a,
   .image-link,
   .thumbs-link .thumbs,
   [name="UserComment"] .textarea {
      border-radius: /*[[smooth]]*/;
   }
   
   .right-column .footer,
   #menu_left ul#nav li ul li:last-child a {
      border-radius: 0 0 calc(/*[[smooth]]*/ * 1.8) calc(/*[[smooth]]*/ * 1.8);
   }
   
   .ranking-digest .ranking-header {
      border-radius: calc(/*[[smooth]]*/ * 1.8) calc(/*[[smooth]]*/ * 1.8) 0 0;
   }

   @keyframes fade-in {
       0% {
           opacity: 0;
       }
       100% {
           opacity: 1;
       }
   }

   #menu_left ul#nav li ul li {
       opacity: 0;
   }

   #menu_left ul#nav li:hover ul li {
       animation: fade-in 0.15s ease-in-out;
       opacity: 1;
   }
   
   #menu_left ul#nav li a.non-link:hover {
       transition: background-color 0.2s;
   }
   
   #menu_left ul#nav li ul li a:hover {
       transition: background-color 0.2s, color 0.2s;
   }
}

@-moz-document url("https://myanimelist.net/") {
   #contentWrapper > div:nth-child(1) h1 {
      display: none!important;
   }
   
   #contentWrapper > div:nth-child(1) a.header-right, #contentWrapper > div:nth-child(1) a.header-right {
      position: absolute;
      z-index: 9!important;
      margin-left: 80%;
   }
}

@-moz-document url-prefix("https://myanimelist.net/forum/") {
   .mal-post-toolbar .mal-btn-group a{
      display: none!important;
   }
}

@-moz-document regexp("https://myanimelist.net/(animelist|mangalist).*") {
   body.ownlist::after{
      background-color: #121212 !important;
   }
}

Reviews

No reviews yet.