Skip to content

Speedtest - Dark X by Saadski

Screenshot of Speedtest - Dark X

Details

AuthorSaadski

LicenseNo License

Categoryhttps://www.speedtest.net/

Created

Updated

Size3.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark theme for Speedtest.net

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       Speedtest - Dark X
@version    20240213.21.12
@namespace  ?
==/UserStyle== */

@-moz-document domain("www.speedtest.net") {
  /*Speedtest - Dark X*/
  :root
  {
      --dark0: rgb(33, 33, 33);
      --dark: rgb(28, 28, 28);
      --dark1: rgb(27, 27, 27);
      --darker: rgb(18, 18, 18);
      --darker2: rgb(12, 12, 12);
      --darker3: rgb(8, 8, 8);
      --bw: rgb(67, 67, 67);
      --light: rgb(193, 193, 193);
      --lighter: rgb(233, 233, 233);
      --accent: rgb(0, 0, 0);
      --shadow: rgba(0, 0, 0, 0.07);
      --text: rgb(123, 123, 123);
      --tp: #fff0;
      --ol: #090909F2;
  }

  /*SCROLLBAR*/
  /* width */
  ::-webkit-scrollbar
  {
      height: 10px !important;
      width: 10px !important;
  }

  /* Track */
  /* Scrollbar Corner */
  ::-webkit-scrollbar-track,
  ::-webkit-scrollbar-corner
  {
      background: #141414 !important;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb
  {
      background: #3A3A3A !important;
      border-radius: 1px !important;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover
  {
      background: #3A3A3A !important;
  }

  ::-webkit-scrollbar
  {
      background: var(--shadow) !important;
  }

  ::-webkit-scrollbar-thumb
  {
      background: var(--darker) !important;
  }

  ::selection
  {
      background: #353535B0 !important;
      color: #000 !important;
  }

  /*txt color */
  p,
  a,
  strong,
  [id*="headline"],
  [class*="headline"],
  [id*="header"],
  [class*="header"],
  [class*="header"] td
  {
      color: var(--text) !important;
  }

  .pure-form .pure-button-primary,
  .pure-form a.pure-button-primary
  {
      color: var(--darker) !important
  }

  .main-content,
  .masthead-dark .nav-menu
  {
      background-color: var(--darker2)!important
  }

  header.header,
  .lower-content
  {
      background-color: var(--darker)!important
  }

  .start-button a .start-border
  {
      background-color: var(--accent);
      border: 3px var(--dark) solid
  }

  header.header .sub-menu
  {
      background-color: var(--dark)!important
  }

  .pure-g .pure-u-custom-ad-skyscraper,
  .pure-g-r .pure-u-custom-ad-skyscraper
  {
      width: 300px
  }

  .start-button a .start-background,
  .start-button a:focus .start-border,
  .start-button a:hover .start-border
  {
      background-image: linear-gradient(rgba(20, 21, 38, .95), #121212), linear-gradient(to bottom, #4d6ec6, #121212)!important
  }

  .start-button a .start-border
  {
      background-image: linear-gradient(rgba(20, 21, 38, .95), #121212), linear-gradient(to bottom, #141b2e, #121212)!important
  }

  .result-container-speed-active
  {
      background-color: #26273b6e
  }

  .pure-g
  {
      justify-content: center
  }

  #container,
  .container,
  .main-content
  {
      min-width: 940px
  }

  .container
  {
      width: 0
  }

  /* Activities. */
  ._2l0ao
  {
      background-color: var(--dark) !important;
  }

  /* Killed */
  [data-view-name="lowerboard-content"],
  #container > footer > div > div:nth-child(1),
  [role="navigation"]
  {
      display: none !important;
  }

  .pure-g .pure-u-custom-ad-skyscraper,
  .pure-g-r .pure-u-custom-ad-skyscraper,
  .pure-g .pure-u-custom-ad-rectangle,
  .pure-g-r .pure-u-custom-ad-rectangle
  {
      display: none !important;
  }

  [class="top-placeholder"]
  {
      display: none !important;
  }

  [class="top-placeholder"]
  {
      display: none !important;
      margin: -48px;
  }

  [class="ad eot-300-250"]
  {
      display: none !important;
  }

  [class="top-placeholder"]
  {
      display: block !important;
  }

  [class="adsbygoogle"]
  {
      display: none !important;
  }

  [class="pure-u-1 eot-box-wrapper"]
  {
      display: none !important;
  }
}

Reviews

No reviews yet.