[docs.unity3d & local] Unity Black - a dark theme with JS/C# syntax highlighting css

for use with [docs.unity3d & local] Unity Black - css style

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला Tampermonkey, Greasemonkey किंवा Violentmonkey यासारखे एक्स्टेंशन इंस्टॉल करावे लागेल.

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला Tampermonkey किंवा Violentmonkey यासारखे एक्स्टेंशन इंस्टॉल करावे लागेल..

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला Tampermonkey किंवा Violentmonkey यासारखे एक्स्टेंशन इंस्टॉल करावे लागेल..

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला Tampermonkey यासारखे एक्स्टेंशन इंस्टॉल करावे लागेल..

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला एक युझर स्क्रिप्ट व्यवस्थापक एक्स्टेंशन इंस्टॉल करावे लागेल.

(माझ्याकडे आधीच युझर स्क्रिप्ट व्यवस्थापक आहे, मला इंस्टॉल करू द्या!)

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला Stylus सारखे एक्स्टेंशन इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला Stylus सारखे एक्स्टेंशन इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला Stylus सारखे एक्स्टेंशन इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला एक युझर स्टाईल व्यवस्थापक इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला एक युझर स्टाईल व्यवस्थापक इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला एक युझर स्टाईल व्यवस्थापक इंस्टॉल करावे लागेल.

(माझ्याकडे आधीच युझर स्टाईल व्यवस्थापक आहे, मला इंस्टॉल करू द्या!)

/* ==UserStyle==
@name					[docs.unity3d & local] Unity Black - a dark theme with JS/C# syntax highlighting css
@namespace				https://greasyfork.org/en/users/10118-drhouse
@version				1.0
@description			for use with [docs.unity3d & local] Unity Black - css style
@author					drhouse
@icon					http://docs.unity3d.com/StaticFiles/images/favicons/favicon.ico
==/UserStyle== */

html {
    background-color: #1A1B1C !important;
}

div {
    &.content {
        background-color: #27292C !important;
    }
}

h1, h2, p, span, a {
    color: #fff !important;
}

a {
    &:link {
        color: #fff!important;
    }
}

td {
    border-style: ridge;
    border-width: 2px !important;
    border-color: #fff!important;
    color: #fff!important;
    background-color: #44474D !important;
    &.desc {
        border-width: 2px !important;
        border-color: #fff!important;
        color: #CACCD0!important;
        background-color: #414449!important;
    }
}

table {
    &.list {
        tr {
            &:hover {
                outline: #009393 2px solid !important;
            }
            &:nth-child(odd) {
                background: #222222;
            }
        }
    }
}