Skip to content

farelo.nawhack.fr | farelo dark mode by hellrqiser

Screenshot of farelo.nawhack.fr | farelo dark mode

Details

Authorhellrqiser

LicenseNo License

Categoryfarelo

Created

Updated

Code size3.5 kB

Code checksum8babec10

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

dark mode for farelo

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         farelo.nawhack.fr | farelo dark mode
@version      20220326.01.28
@namespace    userstyles.world/user/hellrqiser
@description  dark mode for farelo
@author       hellrqiser
@license      No License
==/UserStyle== */

@-moz-document domain("farelo.nawhack.fr") {
body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #515151;
}



.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #2e2e2e;
    border-radius: .3rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: #ffffff;
}

.text-muted {
    color: #ffffff!important;
}

.bg-light {
    background-color: #292929!important;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(255 255 255 / 90%);
}

.navbar-light .navbar-brand {
    color: rgb(255 255 255 / 90%);
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(195 195 195);
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fafafa;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #292929;
    background-clip: padding-box;
    border: 1px solid rgb(255 255 255 / 52%);
    border-radius: .25rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #f9f9f9;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #323232;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    color: white;
}

*, ::after, ::before {
    box-sizing: border-box;
    color: white;
}

.text-secondary {
    color: #cccccc!important;
}

.border {
    border: 1px solid #ffffff47!important;
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgb(196 196 196 / 90%);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: #292929;
    border: 0;
    color: white;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(189 189 189);
}
}

Reviews

No reviews yet.