Skip to content

IETF/RFC Dark (Slight fix) by panopticarising

Details

Authorpanopticarising

LicenseNo License

CategoryIETF RFCs

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This is a fork of the original Dark theme, but with a fix for datatracker.ietf

It's more generic and may cause false applications of the style.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           IETF/RFC Dark
@namespace      USO Archive
@author         eggbroker
@description    `Seti UI color scheme.https://github.com/jesseweed/seti-ui/blob/master/styles/ui-variables.less`
@version        20181021.5.38
@license        NO-REDISTRIBUTION
@preprocessor   uso
==/UserStyle== */
@-moz-document regexp('https://.*\\.ietf\\.org/.*') {
    html {
        background-color: #0e1112;
    }

    body {
        font-size: 16px;
    }

    * {
        color: #d4d7d6;
    }

    .bgblue {
        background-color: #1d5b91;
    }

    .docinfo {
        background-color: #6d8086;
    }

    .grey {
        color: #4d5a5e;
    }

    .grey,
    .grey a:link,
    .grey a:visited {
        color: #6d8086;
    }

    .top {
        border-top: 7px solid #d4d7d6;
    }

    .content {
        margin: 25px auto !important;
    }

    div[style="height: 13px;"] {
        display: none;
    }

    hr {
        width: 100% !important;
    }

    a.selflink {
        color: #6d8086;
    }
    
    .pre.meta-info {
        background-color: #0e1112;
    }
}

Reviews

No reviews yet.