Skip to content

Old YouTube community guidelines appeal by Giovanno

Screenshot of Old YouTube community guidelines appeal

Details

AuthorGiovanno

LicenseNo License

Categorystudio.youtube.com

Created

Updated

Size1.8 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Old YouTube community guidelines appeal color: black and white

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           studio.youtube.com - 1/15/2023, 5:00:11 PM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("studio.youtube.com") {
  /* Warna Dasar */
  body, .style-scope.ytcp-dialog {
    background-color: white !important;
    color: black !important;
  }

  /* Judul Dialog */
  .style-scope.ytcp-dialog h2 {
    color: black !important;
  }

  /* Area Konten */
  .style-scope.ytcp-dialog .content-area {
    border: 1px solid #ccc !important;
  }

  /* Judul Bagian */
  .style-scope.ytcp-dialog h3 {
    color: black !important;
  }

  /* Teks */
  .style-scope.ytcp-dialog p, .style-scope.ytcp-dialog span {
    color: black !important;
  }

  /* Tombol */
  .style-scope.ytcp-dialog paper-button.style-scope.ytcp-button {
    background-color: #f0f0f0 !important;
    color: black !important;
    border: 1px solid #ccc !important;
  }

  .style-scope.ytcp-dialog paper-button.style-scope.ytcp-button:hover {
    background-color: #e0e0e0 !important;
  }

  /* Area Input Teks */
  .style-scope.ytcp-dialog paper-textarea.style-scope.ytcp-form-textarea {
    border: 1px solid #ccc !important;
  }

  /* Link */
  .style-scope.ytcp-dialog a {
    color: #065fd4 !important;
  }

  /* Area Video */
  .style-scope.ytcp-dialog .video-container {
    background-color: #f0f0f0 !important;
    border: 1px solid #ccc !important;
  }

  /* Tombol Download */
  .style-scope.ytcp-dialog .download-button {
    background-color: #f0f0f0 !important;
    color: black !important;
    border: 1px solid #ccc !important;
  }

  .style-scope.ytcp-dialog .download-button:hover {
    background-color: #e0e0e0 !important;
  }
}

Reviews

No reviews yet.