Skip to content

ExamCompass Darkmode Scuff by ShatterinSpider

Screenshot of ExamCompass Darkmode Scuff

Details

AuthorShatterinSpider

LicenseNo License

CategoryExamCompass

Created

Updated

Size2.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

I just wanted a dark mode for the comptia A+ tests.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           ? - Jul 2024
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("https://www.examcompass.com/comptia/a-plus-certification/free-a-plus-practice-tests") {

    element.style {     color: white;
        background-color: black;}

        #cj-wrapper .text-center {
            text-align: center;
        }
        .text-center {
            text-align: center;
        }
        user agent stylesheet,
        div {
            display: block;
            unicode-bidi: isolate;
        }
        .gk-article {
            font-size: 14.3px;
            line-height: 26px !important;
            margin: 0 0 56px 116px;
            color: white;
            background-color: black;
        }
    #cj-wrapper .table>thead>tr>th, #cj-wrapper .table>tbody>tr>th, #cj-wrapper .table>tfoot>tr>th, #cj-wrapper .table>thead>tr>td, #cj-wrapper .table>tbody>tr>td, #cj-wrapper .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #fff;
    background: black;
}
    #cj-wrapper .panel>.list-group .list-group-item, #cj-wrapper .panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
        background-color: black;}
    .well {
    /* background: #000; */
        background-color: black;}
#cj-wrapper .panel-default>.panel-heading {
    color: #333;
    background-color: #000000;
    border-color: #fff;
}
    h1 {
    font-size: 1.6em !important;
    text-align: center;
    color: white;
}
    #cj-wrapper .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: white;
        background: black;}
        body {
            font-family: Arial, Verdana, sans-serif;
            /* color: white; */
            background-color: black;
        }
        body {
            /* color: #fff; */
            font-size: 13px;
            font-weight: normal;
            line-height: 24.05px;
            color: white;
            background-color: black;
        }
        body {
            margin: 0;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 13px;
            line-height: 18px;
            color: #333;
            background-color: #000;
        }
        html {
            font-size: 100%;
            -webkit-text-size-adjust: 100%;
            -ms-text-size-adjust: 100%;
            color: white;
            background-color: #292929;
        }
    }

Reviews

No reviews yet.