Skip to content

dramanice.pe by foemance

Details

Authorfoemance

LicenseNo License

Categorydramanice

Created

Updated

Size1.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

dark theme

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         dramanice.pe
@version      20211004.18.05
@namespace    userstyles.world/user/foemance
@description  dark theme
@author       foemance
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://dramanice.pe/") {
a
  {
    color: white !important;
  }

  body
  {
    background: black;
    color: white;
  }

  .header .banner_menu
  {
    background-color: black;
  }

  .anime_muti_link ul li:nth-child(2n+1)
  {
    background-color: black;
  }

  body > footer > div
  {
    background: black;
    color: white;
  }

  #keyword
  {
    width: 100%;
  }

  .menu_top ul li
  {
    background: none;
  }

  .menu_top ul
  {
    font-family: monospace;
  }

  footer .inner
  {
    background: #000000;
  }

  .commingbox h3.title
  {
    color: #ffffff;
  }

  .content_episode_popular_slide
  {
    background-color: #000000;
  }

  ul.items li .img
  {
    border-radius: 0%;
  }
}

Reviews

No reviews yet.