Skip to content

DrudgeReport Dark Mode 24 by intendo

Screenshot of DrudgeReport Dark Mode 24

Details

Authorintendo

LicenseNo License

Categoryhttps://drudgereport.com/

Created

Updated

Size1.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Drudge Report Dark Mode 24 - Desktop - Starring Titillium Web and Roboto Condensed with rollovers and visited links. Helvetica fallback.

Notes

Source code

/* ==UserStyle==
@name           10/27/2023, 8:02:38 PM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    DrudgeReport Dark Mode 24 with Titillium and Roboto Condensed.
@author         intendo
==/UserStyle== */

@-moz-document domain("drudgereport.com") {
    body {
        background-color: #000000;
    }

    center {
        padding-top: 20px;
    }

    tt a {
        font-family: 'Roboto Condensed', Helvetica;
        font-size: 1.1em;
        font-weight: normal;
        line-height: 1.15em;
        color: #cecab8;
        cursor: pointer;
        text-decoration: none;
    }
    tt b a {
        line-height: 1.65em !important;
    }
    a:hover {
        text-decoration: none;
        color: #ffffff !important;
        border-bottom: 1px solid #fff;
    }
    a:visited {
        color: #777797;
    }
    tt center font font a {
        font-family: 'Titillium Web', Helvetica;
        font-size: 1.1em;
        font-weight: normal;

        color: #CCCCCC;
        cursor: pointer;
        text-decoration: none;
    }
    tt center font font a:hover {
        text-decoration: none;
    }
    hr {
        height: 6px;
        background-color: #070717;
        border-style: solid;
        border: none;
        margin: 10px 0px 10px 0;
    }
    td div {
        background-color: #000000 !important;
    }

    /* Insert code here... */
}

Reviews

No reviews yet.