Skip to content

ecsr.io by Sylophobia

Details

AuthorSylophobia

LicenseNo License

Categoryecsr.io/

Created

Updated

Code size3.1 kB

Code checksum5fcbade8

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

dark mode experiments

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         ecsr.io
@version      20250504.07.38
@namespace    ?
@description  dark mode experiments
@license      No License
==/UserStyle== */

@-moz-document domain("https://ecsr.io/") {
.username-0-2-114 {
    color: #fff;
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    margin-top: 4px;
    text-align: center;
    font-weight: 500;
    white-space: nowrap;
    margin-bottom: 0;
    text-overflow: ellipsis;
}
p.feedtext {
    padding: 10px 0;
    color: #fff;
}
.fake-link,
a,
html a,
p > a {
    color: #0055b3;
    text-decoration: none!important;
    cursor: pointer
}
.footerBg-d0-0-2-47 {
    background: #000;
}
.disabled-0-2-489 {
    color: rgb(255, 255, 255);
    background: black !important;
    background-color: black;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #737171;
    background-clip: padding-box;
    border: var(--bs-border-width) solid #000;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.wrapper-0-2-16 {
    width: 100%;
    border: 1px solid #c3c3c3;
    padding: 4px 2px;
    background: white;
    border-radius: 2px;
}
}

@-moz-document domain("https://ecsr.io/") {
.username-0-2-114 {
    color: #fff;
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    margin-top: 4px;
    text-align: center;
    font-weight: 500;
    white-space: nowrap;
    margin-bottom: 0;
    text-overflow: ellipsis;
}
p.feedtext {
    padding: 10px 0;
    color: #fff;
}
.fake-link,
a,
html a,
p > a {
    color: #0055b3;
    text-decoration: none!important;
    cursor: pointer
}
.footerBg-d0-0-2-47 {
    background: #000;
}
.disabled-0-2-489 {
    color: rgb(255, 255, 255);
    background: black !important;
    background-color: black;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #737171;
    background-clip: padding-box;
    border: var(--bs-border-width) solid #000;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.wrapper-0-2-16 {
    width: 100%;
    border: 1px solid #c3c3c3;
    padding: 4px 2px;
    background: white;
    border-radius: 2px;
}
}

Reviews

No reviews yet.