Skip to content

Crunchyroll Redesign by cass_per

Screenshot of Crunchyroll Redesign

Details

Authorcass_per

LicenseNo License

Categorycrunchyroll

Created

Updated

Size3.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Tweaks for Crunchyroll.

Notes

  • Go to store.crunchyroll.com
  • Click the dotted menu and exclude current domain

Source code

/* ==UserStyle==
@name         Crunchyroll Redesign
@version      20220530.21.03
@namespace    userstyles.world/user/cass_per
@description  Tweaks for Crunchyroll. 
@author       cass_per
@license      No License
==/UserStyle== */

@-moz-document domain("crunchyroll.com") {
/*Title Banner*/



@import url('https://fonts.googleapis.com/css2?family=Comfortaa&display=swap');

:root {
  --fam: Comfortaa;
}


/*Episode Name*/
h1[itemprop="itemListElement"] {
  margin-top: 10px;
  padding: 10px;
  font-size: 18px;
  text-transform: capitalize;
  font-family: var(--fam);
  background: #f47521;
  color: white;
}

/*Anime Name*/
h1[itemprop="itemListElement"] a {
  display: none;
}
}

@-moz-document domain("crunchyroll.com") {
/*Hide Promos*/
#showmedia_free_trial_signup, .follow-crunchyroll-social, .game-banner-wrapper, .opt-in, li.try-free-header-menu-item, nav.cr-beta-cta, #marketing_banner, #message_box {
  display: none!important;
}

/*Hide Subtitles, Publisher, Availability*/
#showmedia_about_info_details {
  display: none;
}

/*Hide 'Read the manga!' blurbs*/
#showmedia_about_info_avail {
  display: none;
}
}

@-moz-document domain("crunchyroll.com") {
/*Fixes*/



/*Scrollbar*/
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background: transparent;
  /*background*/
}
body::-webkit-scrollbar-thumb {
  background-color: #fab818;
  border: 1px solid black;
}


/*Better Coloration/Backgrounds*/
body {
  /*background-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/0/08/Crunchyroll_Logo.png/857px-Crunchyroll_Logo.png')!important;
  background-repeat: space;
  background-attachment: fixed;
  background-size: 0.6%;*/
  background-color: #fdd4ab!important;
}

/*Video Viewer Pages*/
#template_container.template-container {
  background: #f2f2f2;
}

/*Non-Video Viewer Pages*/
#template_body.old-template-body {
  background: #f2f2f2;
  box-shadow: none;
}


/*Fix Queue Button*/
div.showmedia-submenu.white-wrapper.cf.container-shadow.small-margin-bottom {
  background: transparent;
  -webkit-box-shadow: none;
  padding: 0;
  margin: 0 0 10px;
}

/*Fix Comments*/
.comments .guestbook-name,
.comments .guestbook-body {
  font-size: 14px;
}
#allCommentsList {
  background: #f2f2f2;
}
div .guestbook-links.cf.clearfix,
.reportmod {
  padding-right: 5px;
}
}

@-moz-document domain("crunchyroll.com") {
/*Style Description*/
.new-template-body h3, .large-margin-bottom h3 {
  border: none;
  padding: 10px 5px 8px;
  background: #e4e4e4;
}

/*Auto Expand Description*/
span.more {
  display: inline !important;
}
span.more-dots, span.trunc-desc, .large-margin-bottom p.description a {
  display: none!important;
}
.description.medium-margin-bottom span a {
  display: none;
}

/*Draw attention to video info*/
#showmedia_about_new h3 {
  display: none;
}
#showmedia_about_new, li.large-margin-bottom p.description {
  border: outset #0091d1;
  background: white;
  padding: 10px 6px 0px;
  font-family: "Verdana";
}

/*Put stars underneath episode info*/
#showmedia_about_new .rating.block.cf.small-margin-bottom {
  margin-top: -10px;
}

/*Add space after episode name*/
#showmedia_about_name {
  margin-bottom: 15px;
}

#showmedia_about_episode_num a:hover {
  text-decoration: none!important;
  filter: brightness(130%);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
}
}

Reviews

No reviews yet.