Skip to content

NekoWeb Dark Theme by LittleBlin

Screenshot of NekoWeb Dark Theme

Details

AuthorLittleBlin

LicenseNo License

Categoryhttps://nekoweb.org/

Created

Updated

Size4.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark Theme for nekoweb.org made in like an hour lel

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         NekoWeb Dark Theme
@version      20240914.18.32
@namespace    https://userstyles.world/user/LittleBlin
@description  Dark Theme for nekoweb.org made in like an hour lel
@author       LittleBlin
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://nekoweb.org/") {
:root {
    --gradientorangedark: linear-gradient(#4d314b, #221622);
}

body {
    background: url(https://blinchik.nekoweb.org/img/nekowebdark/nekopattern.png) repeat;
}

.containergrid {
    outline: 2px outset #1a1019;
}

.mainbody {
    background-color: #2f1e2e;
    color: var(--almostwhite);
}

.sitecarousel {
    background-color: #2f1e2e;
    color: var(--almostwhite);
}

.header {
    border-bottom: #362033 3px ridge;
}

.footer {
    background: var(--gradientorangedark);
    border-top: #1a1019;
    color: var(--almostwhite);
}

.files {
    background-color: #2f1e2e;
    border: 1px solid #1a1019;
}

.thingamabob-name {
    color: var(--almostwhite);
}

.thingamabob.list {
    background-color: #2f1e2e;
}

.thingamabob.list:nth-child(2n) {
    background-color: #472d45;
}

.thingamabob.list:hover {
    background-color: #71476f;
}

.contacts {
    color: var(--darkbrown)
}

.navigation {
    background-color: #5e3b5c;
}

.navigation::after {
    background-image: url(https://blinchik.nekoweb.org/img/nekowebdark/zigzag.png);
}

.navigation li a {
    background: linear-gradient(180deg, #472d45, #2f1e2e);
    border: 2px solid #291a27;
    outline: 1px solid #774c75;
    box-shadow: -1.5px -1.5px 1px inset #472d45, 0px 0px 0px 2px #291a27;
    color: var(--almostwhite);
    text-shadow: 1px 1px #976295;
}

.navigation li a:hover {
    background: linear-gradient(180deg, #2f1e2e, #472d45);
    box-shadow: -1.5px -1.5px 1px inset #976295, 1.5px 1.5px 1px inset #583756, 0px 0px 0px 2px #2f1e2e;
}

.navigation li a:active {
    background: #221521;
    box-shadow: -1.5px -1.5px 1px inset #976295, 1.5px 1.5px 1px inset #583756, 0px 0px 0px 2px #2f1e2e;
}

button:not(#stats a button,
.thingamabob button, .control-btn,
.ace_search button),
input[type="submit"],
select {
    color: var(--almostwhite);
    background: linear-gradient(180deg, #472d45, #2f1e2e);
    box-shadow: -1.5px -1.5px 1px inset #201520, 1.5px 1.5px 1px inset #583756, 0px 0px 0px 2px #2f1e2e;
    text-shadow: 1px 1px #976295;
}

button:not(#stats a button,
.thingamabob button,
.ace_search button):active,
input[type="submit"]:active,
select:active {
    background: linear-gradient(180deg, #2f1e2e, #20141f);
    box-shadow: -1.5px -1.5px 1px inset #976295, 1.5px 1.5px 1px inset #583756, 0px 0px 0px 2px #2f1e2e;
}

.news {
    background-color: #5e3b5c;
}

.site-box {
    background-image: url(https://blinchik.nekoweb.org/img/nekowebdark/cookiebox.png);
}

.minidashboard .title {
    background: #3c263b;
}

#sort-menu {
    background: #3c263b;
}

#control {
    background: linear-gradient(180deg, #472d45, #2f1e2e);
}

[id='Sites u follow'] {
    color: var(--darkbrown);
}

#NekoFeed {
    color: var(--darkbrown);
}
}

@-moz-document url-prefix("https://nekoweb.org/frame/follow") {
.follow {
  background-color: #bbd8bb!important;
  border: 1px solid #95b695!important;
  border-radius: 2px!important;
  color: #2c462c!important;
  padding: 2px 10px!important;
  cursor: pointer!important;
  font-family: "MS UI Gothic", Verdana, sans-serif!important;
  font-size: 13px!important;
  margin: 0 auto!important;
  display: block!important;
}

body {
    background-image: none;
}



body {
            overflow: hidden;
            margin: 0;
        }
button:not(#stats a button, .thingamabob button, .control-btn, .ace_search button), input[type="submit"], select {
  color: var(--almostwhite);
  background: linear-gradient(180deg, #472d4500, #2f1e2e00);
    background-color: rgba(0, 0, 0, 0);
  box-shadow: -1.5px -1.5px 1px inset #2f1e2e00, 0px 0px 1px inset #2f1e2e00, 0px 0px 0px 2px #2f1e2e00;
  text-shadow: 1px 1px #2f1e2e00;
}
}

Reviews

No reviews yet.