Skip to content

tabular nekoweb by tabby

Screenshot of tabular nekoweb

Details

Authortabby

LicenseCC BY-NC 4.0

Categorynekoweb.org

Created

Updated

Size3.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

makes nekoweb use my signature colour scheme

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name		tabular nekoweb
@namespace	nekoweb.org
@version	1.1.0
@description	makes nekoweb use my signature colour scheme
@author		tabby
==/UserStyle== */
@-moz-document url-prefix("https://nekoweb.org/") {
@import url("https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap");
:root {
    --m: #23f3ad;
    --o: #14052b;
    --l: #2b0b5b;
    scrollbar-color: var(--m) var(--o);
    scrollbar-width: thin;
}
h2,
textarea,
button:not(.ace_search button,
.follow),
input,
input[type="submit"],
select,
.carouselContainer > div > p,
.containergrid,
.banner,
.login,
.mainbody,
.input,
.footer,
.news,
.files,
.minidashboard,
#selfcursor,
#logoff,
#filepath,
::-webkit-scrollbar-track,
::-webkit-scrollbar-corner {
    color: var(--m);
    background: var(--o);
    font-family: "Ubuntu Mono";
}
button:not(.follow),
input,
input[type="submit"],
textarea,
:disabled:is(button,
input[type="submit"],
textarea),
select,
details p,
.containergrid,
.contactandbutton div,
.input,
.news,
.exploreNav,
#usersc,
#filepath,
#control-bar {
    border-color: var(--m);
}
:disabled:is(button,
input[type="submit"]),
.navigation li,
.sitecarousel,
.contactandbutton div,
.news h2,
.thingamabob:hover,
.minidashboard .title {
    color: var(--m);
    background: var(--l);
}
:hover:is(a:not(.site-box a, .files a, #stats > a),
:not(:disabled, .ace_search button, .ace_search input, .follow):is(button, input, textarea),
select,
.thingamabob span,
#userdisplay),
::selection,
::-webkit-scrollbar-thumb {
    color: var(--o);
    background: var(--m);
}
a:not(.site-box a,
.files a),
.thingamabob span,
#userdisplay {
    color: var(--m);
    background: transparent;
    text-decoration: underline var(--m);
}
#bannerauthor,
.spirals {
    display: none;
}
.navigation li,
.minidashboard {
    border: none;
}
.sitecarousel > div > a,
a[href="/donate"] {
    color: var(--m) !important;
}
:hover:is(.sitecarousel > div > a,
a[href="/donate"]) {
    color: var(--o) !important;
}
#editor,
#editor button {
    font-family: "Ubuntu Mono" !important;
}
html {
    background: url("/site/tabby/files/assets/nekopattern.png") repeat, var(--o);
}
.banner a img {
    content: url("/site/tabby/files/assets/banner.png")
}
#usersc {
    margin: 0;
}
#userdisplay {
    overflow-x: clip;
}
.paneltext a {
    text-decoration: underline var(--m) !important;
}
.intro h2 img {
    content: url("/site/tabby/files/assets/tabsmall.png");
}
.contactandbutton {
    grid-template-columns: auto auto;
}
#filepath {
    width: 439px;
}
#toggle-button::after {
    content: url("/site/tabby/files/assets/listview.png");
}
#toggle-button.tile::after {
    content: url("/site/tabby/files/assets/tileview.png");
}
#toggle-button:hover::after {
    content: url("/site/tabby/files/assets/listview2.png");
}
#toggle-button.tile:hover::after {
    content: url("/site/tabby/files/assets/tileview2.png");
}
.thingamabob span:not(.tile span) {
    display: inline-block;
    width: 250px;
}
.thingamabob img + span:not(br + .files a .thingamabob img + span) {
    display: inline-block;
    width: calc(100% - 28px);
}
.minidashboard {
    transform: translate(2px);
}
.ace_searchbtn[action="findAll"] {
    width: 35px;
}
::-webkit-scrollbar {
    width: 8px;
}
}

Reviews

No reviews yet.