Skip to content

UberallDocs DarkMode by pixelweaver

Details

Authorpixelweaver

LicenseMIT

Categoryuserstyles

Created

Updated

Size3.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Darkmode for the docs of the Uberall API

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           uberall.com - 7/1/2022, 12:00:24 PM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("uberall.com") {
    body.developers #wrap {
        background-color: #2d2d2d;
    }

    .sidebar-nav {
        background-color: #2d2d2d;
    }

    .sidebar-nav ul > li > a {
        color: white;
    }

    .sidebar-nav ul:first-child > li.active > a {
        border-bottom: 2px solid #136088 !important;
        background-color: #136088;
    }


    .developers-container .content-box.overview-box {
        background-image: none;
        background-color: #2d2d2d;
    }

    body.developers h1,
    body.developers h2,
    body.developers h3,
    body.developers h4,
    body.developers h5,
    body.developers h6,
    body.developers p h1,
    body.developers p h2,
    body.developers p h3,
    body.developers p h4,
    body.developers p h5,
    body.developers p h6 {
        color: #5598cf;
    }

    body.developers,
    body.developers p {
        color: #a0b6c6;
    }

    .developers-container .content-box:nth-child(2n+1) {
        background-color: #303c40;
    }

    .developers-container .content-box .content-box-subtitle {
        color: #a6b4c0;
    }

    .developers-container .content-box .tutorial-box {
        background-color: #274049;
        box-shadow: none;
    }

    .developers-container .content-box .tutorial-box {
        color: #a6b4c0;
    }

    .footer-developers {
        background-color: #2d2d2d;
    }

    .developers-docs-container {
        background-color: #2d2d2d;
    }

    .developers-docs-container .endpoints-box,
    .developers-docs-container .widget-box {
        background-color: #2d2d2d;
    }

    .developers-docs-container .api-method-block .api-method-block-fields-body .api-method-block-field-info-wrapper:nth-child(2n+1) {
        background-color: #333;
    }

    .developers-docs-container .property-name {
        color: white;
    }

    body.developers,
    body.developers p {
        color: #cacaca;
    }

    .developers-docs-container .api-method-block .api-method-block-fields-body {
        border: none;
        background-color: #4b5a62;
    }

    .developers-docs-container .api-method-block .api-method-block-param-info-wrapper:nth-child(2n+1) {
        background-color: #4b5a62;
    }

    .developers-docs-container .table-methods tbody > tr:nth-child(2n+1) > td {
        background-color: #4b5a62;
    }

    .developers-docs-container .table-methods {
        border: none;
        background-color: #333;
    }

    .developers-docs-container .api-method-block .api-method-block-sub-header {
        background-color: #333;
        border-left: none;
        border-right: none;
    }

    .developers-docs-container .api-method-block .api-method-block-body {
        border-left: none;
        border-right: none;
        border-bottom: none;
    }
    
    pre {
      background-color: #313f51;
    }
    
    code, pre {
        color: white;
    }
}

Reviews

No reviews yet.