Skip to content

docs.fivem.net dark theme by nrtnarathip

Screenshot of docs.fivem.net dark theme

Details

Authornrtnarathip

LicenseNo License

Categorydocs.fivem.net

Created

Updated

Size1.6 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         docs.fivem.net dark theme
@version      20220722.08.03
@namespace    userstyles.world/user/nrtnarathip
@description  Just A Document Fivem Net Dark Theme
@author       nrtnarathip
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://docs.fivem.net/") {
/* Zone Document*/

header {
    background-color: rgb(24,28,34)
}
header input { 
    background-color: rgb(14,18,24)
}
body {
    color: rgb(230, 230, 230);
    --fg: rgb(230, 230, 230);
    --bg: rgb(230, 230, 230);
    --ac: rgba(0, 102, 255, .5);
    background-color: rgb(24,28,34);
    
}
nav {
    background-color: rgb(34,38,44)
  
}
aside {
    background-color: rgb(14, 18, 24)
}
.app>section .entry:hover {
    background-color: rgba(255, 255, 255, 0.15)
}
.docNav a:hover {
    color: inherit;
    background-color: rgba(255, 255, 255, 0.15)
}
.docNav .sectionTitle a.active:hover {
    background-color: rgba(255, 255, 255, 0.4)
}
pre {
    background: rgba(0, 0, 0, 0)!important;
    color: rgb(230, 230, 230) !important;
}

/* Zone Home */
.blip {
    background-color: rgb(44, 48, 54);
}
.model {
    background-color: rgba(255, 255, 255, .025);
}

.checkpoint {
    background-color: rgb(44, 48, 54);
}
.marker {
    background-color: rgb(44, 48, 54);
}
.blip-colors .blip span {
    filter: drop-shadow(0 0 0.2rem rgb(0, 0, 0));
}

.docContent > pre {
    background-color: rgb(44, 48, 54)!important;
    color: rgb(230, 230, 230) !important;
}
.docContent > pre > code > span {
    color: rgb(230, 230, 230) !important;
}
}

Reviews

No reviews yet.