Skip to content

Lua Simple Dark by ryanmw

Screenshot of Lua Simple Dark

Details

Authorryanmw

LicenseNo License

Categoryhttps://www.lua.org/

Created

Updated

Size1.8 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

my eyes dont hurt anymore (only for documentation pages)

Notes

use this regex if its applying everywhere: (?=.*lua.org)(?!.*lua.org/pil/contents)(.+)

Source code

/* ==UserStyle==
@name         Lua Simple Dark
@version      20230131.04.47
@namespace    ?
==/UserStyle== */

@-moz-document regexp("(?=.*lua.org)(?!.*lua.org/pil/contents)(.+)") {
html{
    background:#111;
}

.warning {
    display: none;
}

p {
    color: white !important;
}

a {
    color: white !important;
    border-radius: 0 !important;
    transition: 0.25s linear;
}

a[href="contents.html"] {
    color: white !important;
    background: url(https://icons-for-free.com/iconfiles/svg/0/Lua-1324888737075075450.svg) center no-repeat;
    background-size: 100px;
    height: 100px;
    display: block;
    filter: invert(96%) sepia(5%) saturate(1217%) hue-rotate(169deg) brightness(111%) contrast(94%);
    margin-bottom: 30px !important;
    margin-top: 15px !important;
    background-size: contain !important;
    transition: 0.25s linear;
}



a:hover {
    background: transparent !important;
    filter: invert(61%) sepia(80%) saturate(330%) hue-rotate(158deg) brightness(100%) contrast(79%);
}

a[href="contents.html"]:hover {
    background: url(https://icons-for-free.com/iconfiles/svg/0/Lua-1324888737075075450.svg) center no-repeat !important;
    background-size: contain !important;
    filter: invert(61%) sepia(80%) saturate(330%) hue-rotate(158deg) brightness(94%) contrast(77%);
}

font {
    display: none;
}


body {
    font-family: sans-serif;
    background: #111;
    color: white;
    border:none !important;
    max-width:100%;
}

h3 {
    font-family: sans-serif;
    border-bottom: 1px solid white;
}

b {
    color: #5db0d7;
}

code {
    font-weight: 900;
    color: #f29756;
}

pre {
    background: #222;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    text-shadow: 0px 0px 2px 0px beige
}
}

Reviews

No reviews yet.