Skip to content

Neoseeker Darker Theme by binury

Screenshot of Neoseeker Darker Theme

Details

Authorbinury

LicenseGPL-3

Categoryneoseeker

Created

Updated

Size3.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark mode for Neoseeker (Homepage & Guides; No forum support, sry)

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Neoseeker Darker Theme
@author         Bin Ury
@namespace      binury
@version        1.0.2
@description    Dark mode for Neoseeker (Homepage & Guides; No forum support, sry)
==/UserStyle== */
@-moz-document regexp('https://www\\.neoseeker\\.com/(?!forums).*') {
  body {
    background-color: #222 !important;
    color: #ddc;
  }

  a {
    color: rgb(0, 237, 215);

    &:hover {
      color: rgb(0, 237, 215) !important;
      /* Unset */
    }
  }

  [class^="btn"] {
    &:hover {
      /* We tried our best here */
      color: #333 !important;
      border: 1px solid white;
    }
  }

  h2 {
    /* Readability */
    margin-top: 32px;
  }

  input,
  textarea {
    background-color: #333;
    border: 1px solid #aaa !important;
    border-color: #aaa !important;
    border-radius: 5px !important;
    color: #fff;
    outline: none !important;
    padding: 4px !important;
  }

  #header-navbar {
    background-color: #444 !important;
  }
  #header-navbar .navbar-inner {
    background-image: unset !important;
    background-color: #222 !important;
  }

  #memberbar .navbar-inner {
    background-image: linear-gradient(to top, #505152, #2f3030, #222) !important;
    border-bottom: unset !important;
  }
  .sp_neo_layout.logo {
    filter: invert(20%);
  }

  #maincolumn {
    border-left: none !important;
    border-right: none !important;

    .container {
      background-color: #222 !important;
      border-top: none !important;
    }
  }

  .table-list {
    border: 1px solid #aaa;
    border-radius: 7px !important;
  }
  .table-list tbody > tr:nth-child(2n+1) th {
    background-color: #333 !important;
    border-top: none !important;
  }
  .table-list tbody > tr:nth-child(2n+1) > td {
    background-color: #333 !important;
  }
  td {
    border-top: none !important;
    border-bottom: none !important;
  }

  #nav_prev_next {
    background: none !important;
    border-bottom: none !important;
    border-top: none !important;

    a > div {
      .prev,
      .next,
      i {
        transition: all 120ms linear;
      }
    }

    a:hover > div {
      background: none !important;

      .smaller-xs,
      .prev,
      .next {
        color: #fff;
      }

      .icon-caret-left {
        transform: translateX(-6px);
      }
      .icon-caret-right {
        transform: translateX(6px);
      }
    }
  }

  #comments_list {
    .heading {
      background-color: unset !important;
    }
  }

  .section-list,
  .section-form,
  .section-info-inverse {
    background-color: #222 !important;
    border: none !important;
  }

  #right_content > div:nth-child(1) {
    /* background-image: linear-gradient(to top, #505152, #2f3030, #29292a) !important; */
    background-image: unset !important;
    border-color: #ddd !important;
    border-radius: 5px;
    height: auto !important;
  }

  .section-info-inverse .section-header {
    background-color: unset !important;
  }

  #latest-commented-pages {
    background-color: unset !important;
    border: none !important;
  }

  #debugfooter {
    display: none !important;
  }
}

Reviews

No reviews yet.