Skip to content

Eurogamer Dark Theme by Paul1519

Details

AuthorPaul1519

LicenseCC Zero

Categoryeurogamer.net

Created

Updated

Size3.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A dark theme for Eurogamer

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       eurogamer.net
@version    20241110.12.30
@namespace  ?
==/UserStyle== */

@-moz-document domain("eurogamer.net") {
body {
  color: #fff;
  background: #000;
}

.app_header {
  background: #000;
}

#skip_to_main_content {
  color: #fff;
}

a {
  color: #33b8ff;
}

.nav_trending {
  background: #0070ac;
  color: #f9f9f9;
}

#page_wrapper {
  background: #131313;
}

#content {
  background: #000;
}

.tabbed_nav {
  background-color: #000;
}

.tabbed_nav .tabbed_buttons .tabbed_button {
  color: #d9d9d9;
}

.section_title:not(.small) {
  color: #7ab4ff;
}

body[data-version="hd"] .spotlight .summary {
  background: #262626;
}

.thumbnail img, figure img {
  background: #383b3c;
}

.spotlight .details {
  background: #000;
}

.summary .name, .summary .title {
  color: #fff;
}

.summary .name a, .summary .title a {
  color: #fff;
}

.summary .job_title, .summary .strapline {
  color: #d2d2d2;
}

.comments-bubble {
  color: #3dae4d;
}

.button.active, .button:hover {
  background-color: #0077b7;
  border-color: #006bf9;
}

.button {
  background: #004297;
  border: 1px solid #0060df;
  color: #fff;
}

.for-you-homepage-promo p {
  color: #00a6ff;
}

.disclaimer {
  color: #928fae;
}

.shelf .details, .shelf .metadata {
  background: #000;
}

.shelf .summary {
  background: #131313;
}

.summary .kicker {
  color: #009aec;
}

.supporter_promo {
  background-color: #202020;
}

.video_player .description {
  color: #dfdfdf;
}

.video_player .section_title, .video_player .title a {
  color: #fff;
}

.button.outline:not(.active) {
  color: #51c2ff;
}

.video_player .playlist_item {
  background: var(--video-player-background,#000);
}

.video_player .playlist_item .playlist_title {
  color: var(--video-player-color,#fff);
}

.article_header .title {
  color: #fff;
}


.embed_placeholder {
  background: #1a1a1a;
}

.embed_placeholder button {
  color: #0f76ff;
}

.bbvms_sticky_wrapper {
  background: black;
}

.article-styling h2, .article-styling h3, .article-styling h4, .article-styling h5, .article-styling h6 {
  color: #fff;
}

.article .inline-gallery-caption, .article figcaption {
  color: #c4c4c4;
}

.recommendation {
  background: #000;
}

.recommendation__badge {
  background: #000;
  color: #09a9ff;
}

.recommendation__thumbnail {
  background: #3e3f40;
}

.recommendation__title {
  color: #d9d9d9;
}

.recommendation__strapline {
  color: #cecece;
}


.section_title {
  color: #0065ea;
}


body[data-version="mobile"] .nav_trending {
  background: #3a3a3a;
  color: #f0f0f0;
}

.nav_touch .touch_bar .menu_icon {
  background: #00a5ff;
}

div[data-spotim-module="conversation"] > * {
  --spotim-color-scheme-l6: #fff;
  --spotim-color-scheme-l6-rgb: 127,127,127;
  --spotim-brand-color: #00a6ff;
  --spotim-color-scheme-l5: rgba(255, 255, 255, 0.65);
  --spotim-input-background-color: #000;
  --spotim-input-separator-color: #555;
  --spotim-message-separator-color: #4f4e4e;
}
}

Reviews

No reviews yet.