Skip to content

SearX oscar Pastel Dark by rad1an

Screenshot of SearX oscar Pastel Dark

Details

Authorrad1an

LicenseGNU Affero General Public License v3.0

Categorysearx

Created

Updated

Size22 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Notes

Userstyle doesn't have notes.

Source code

Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link.
/* ==UserStyle==
@name         SearX Dark Pastel
@version      20211002.20.27
@namespace    userstyles.world/user/rad1an
@description  SearX Dark pastel style
@author       rad1an
@license      GNU Affero General Public License v3.0
==/UserStyle== */

@-moz-document url-prefix("https://searx.bar/search"), url-prefix("https://northboot.xyz/search"), url-prefix("https://searx.silkky.cloud/search"), url-prefix("https://searx.bissisoft.com/search"), url-prefix("https://searx.webheberg.info/search"), url-prefix("https://searx.tux.land/search"), url-prefix("https://search.mdosch.de/search"), url-prefix("https://searx.nevrlands.de/search"), url-prefix("https://searx.divided-by-zero.eu/search"), url-prefix("https://searx.rasp.fr/search"), url-prefix("https://searx.zackptg5.com/search"), url-prefix("https://searx.info/search"), url-prefix("https://metasearch.nl/search"), url-prefix("https://www.gruble.de/search"), url-prefix("https://searx.xyz/search"), url-prefix("https://procurx.pt/search"), url-prefix("https://searx.hummel-web.at/search"), url-prefix("https://start.paulgo.io/search"), url-prefix("https://searx.be/search"), url-prefix("https://searx.tiekoetter.com/search"), url-prefix("https://anon.sx/search"), url-prefix("https://sx.fedi.tech/searx/search"), url-prefix("https://searx.fmac.xyz/search"), url-prefix("https://s.zhaocloud.net/search"), url-prefix("https://swag.pw/search"), url-prefix("https://searx.prvcy.eu/search"), url-prefix("https://searx.tuxcloud.net/search"), url-prefix("https://xeek.com/search"), url-prefix("https://searx.sp-codes.de/search"), url-prefix("https://search.bluelock.org/search"), url-prefix("https://searx.mha.fi/search"), url-prefix("https://searx.sunless.cloud/search"), url-prefix("https://search.snopyta.org/search"), url-prefix("https://searx.roflcopter.fr/search"), url-prefix("https://searx.zecircle.xyz/search"), url-prefix("https://searx.mastodontech.de/search"), url-prefix("https://searx.dresden.network/search"), url-prefix("https://searx.netzspielplatz.de/search"), url-prefix("https://darmarit.org/searx/search"), url-prefix("https://searx.vitanetworks.link/search"), url-prefix("https://searx.solusar.de/search"), url-prefix("https://recherche.catmargue.org/search"), url-prefix("https://searx.devol.it/search"), url-prefix("https://searx.run/search"), url-prefix("https://searx.nakhan.net/search"), url-prefix("https://searx.sk/search"), url-prefix("https://searx.gnu.style/search"), url-prefix("https://searx.openhoofd.nl/search"), url-prefix("https://searx.tk/search"), url-prefix("https://searx.lelux.fi/search"), url-prefix("https://haku.lelux.fi/search"), url-prefix("https://suche.dasnetzundich.de/search"), url-prefix("https://searx.mxchange.org/search"), url-prefix("https://search.antonkling.se/search"), url-prefix("https://search.jpope.org/search"), url-prefix("https://search.ethibox.fr/search"), url-prefix("https://searx.org/search"), url-prefix("https://timdor.noip.me/searx/search"), url-prefix("https://searx.monicz.pl/search"), url-prefix("https://searx.xkek.net/search"), url-prefix("https://searx.ru/search"), url-prefix("https://searx.nixnet.services/search"), url-prefix("https://search.zdechov.net/search"), url-prefix("https://searx.tyil.nl/search"), url-prefix("https://www.searxs.eu/search"), url-prefix("https://searx.ninja/search"), url-prefix("https://searx.everdot.org/search"), url-prefix("https://search.st8.at/search"), url-prefix("https://searx.hardwired.link/search"), url-prefix("https://searx.thegreenwebfoundation.org/search"), url-prefix("https://searx.slash-dev.de/search"), url-prefix("https://search.jigsaw-security.com/search"), url-prefix("https://www.perfectpixel.de/searx/search"), url-prefix("https://paulgo.io/search") {
    *,
    *:hover,
    html,
    html:hover {
        background-color: #302e2f !important;
    }

    body {
        color: #aaa;
    }
    
    .result_header a {
        color: #8393d2;
    }

    .result-content,
    .result-format,
    .result-source {
        color: #9c8083
    }

    .container {
        width: 75%;
        margin-top: 2%;
        margin-left: 10%;
    }

    .container * {
        border-right: none !important;
        border-left: none !important;
        border-top: none !important;
        border-bottom: none !important;
    }

    .container p {
        font-size: 16px;
    }

    .searx-navbar .pull-right, .searxng-navbar .pull-right {
        position: fixed;
        top: 1rem;
        right: .5rem;
        font-size: 18px !important;
        padding-bottom: 1rem;
        background-size: contain;
        padding-left: 0;
    }
    
    a[href$="/preferences"] {
        visibility: hidden;
    }
    
    .instance.pull-left a {
        visibility: hidden;
    }

    a[href$="/preferences"]:after {
        visibility: visible;
        content: "⚙️";
    }
    
    .instance.pull-left a:after {
        visibility: visible;
        content: "⚫";
        float: left;
    }
    
    .searx-navbar a[href$="/donate"], .searx-navbar a[href$="/about"], .searxng-navbar a[href$="/about"], .searxng-navbar a[href$="/donate"] {
        display: none;
    }

    .searx-navbar a,
    .searx-navbar a:hover,
    .searxng-navbar a,
    .searxng-navbar a:hover {
        margin-right: 0;
        overflow: hidden;
        padding-bottom: 1rem;
    }

    #categories label, .col-xs-6 select, .col-xs-6 label {
        cursor: pointer;
    }
    
    #categories,
    .search_categories {
        margin-right: 40%;
    }

    #categories input[type="checkbox"] + label,
    .search_categories input[type="checkbox"] + label {
        font-size: 14px !important;
        margin: 0 0 0 0;
    }

    #categories input[type="checkbox"]:checked + label,
    .search_categories input[type="checkbox"]:checked + label {
        border-bottom: 2px solid !important;
        border-radius: 0 !important;
        color: #8393d2;
    }

    .form-control {
        height: 4rem;
    }

    .input-group-btn * {
        color: #999 !important;
    }

    .col-xs-12 * {
        background-color: #424244 !important;
        color: #fff;
    }

    .col-xs-12 #q {
        margin-top: .4rem;
        font-size: 16px;
    }

    .btn {
        font-size: 16px !important;
        line-height: .8;
    }

    #main_results {
        width: 55%;
        right: 40%;
        margin-top: 5rem;
    }

    #main_results p,
    .external-link {
        font-size: 14px;
    }

    #sidebar_results {
        width: 40%;
        left: 60%;
    }

    #sidebar_results img {
        display: block;
        float: right;
        max-width: 50%;
        min-width: 160px;
        padding: 2rem;
    }

    #sidebar_results * {
        color: #bdc1c6;
    }

    .external-link {
        color: #ccc;
    }
    
    .btn-default {
        color: inherit;
    }
    
    .btn-default:hover {
        color: #ccc;
    }

    .btn-default.focus, .btn-default:focus, .btn-default.active, .btn-default:active, .btn-default:active:hover {
        color: inherit;
    }
    
    .btn.active, .btn:active {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    .form-control.tt-hint {
        z-index: auto;
    }

    .input-group .form-control:focus {
        z-index: auto;
    }
    
    .custom-select, .custom-select-rtl {
        appearance: auto;
        -moz-appearence: auto;
        -webkit-appearence: auto;
        background: none;
    }
    
    .form-control {
        -webkit-box-shadow: none;
    }
    
    .pull-right small {
        display: none;
    }

    .tt-cursor {
        background-color: #3a393b !important;
        color: #fff !important;
    }

    .tt-dropdown-menu .tt-suggestion {
        color: #fff;
    }

    .result_header {
        font-size: 18px;
    }

    .infobox .btn {
        background-color: transparent;
    }

    .panel-default {
        display: none;
    }

    .infobox {
        display: block;
        }

    .clearfix form * {
        margin-top: .4rem;
        color: #aaa !important;
    }

    #categories input[type="checkbox"]:checked + label, .search_categories input[type="checkbox"]:checked + label{
        color: #8393d2;
    }

    .custom-select, .custom-select-rtl {
        color: #aaa;
    }
    
    #advanced-search-container .input-group-addon, #advanced-search-container label {
        color: #aaa;
    }
    
    @media screen and (max-width: 1200px) and (min-width: 991px) {
        .container {
            width: 95%;
            margin-top: 2rem;
            margin-left: 2%;
        }
        
        #categories,
        .search_categories {
            margin-right: 40%;
        }
        
        #main_results {
            width: 60%;
            right: 40%;
            margin-top: 4rem;
        }
        
        #sidebar_results {
            width: 40%;
            right: 0%;
        }
        
        #sidebar_results img {
            display: none;
        }
    }
    @media screen and (max-width: 991px){
        .container {
            width: 95%;
            margin-top: 2rem;
            margin-left: 2%;
        }
        
        #categories,
        .search_categories {
            margin-right: 0;
            margin-left: 0;
        }
        
        #main_results {
            width: 100%;
            right: 0%;
            margin-top: 6rem;
        }
        
        #sidebar_results {
            display: none;
        }
        
        .col-xs-6 {
            left: 18%;
            width: 30%;
            margin-top: 8rem;
            margin-bottom: -10rem;
        }
        
        .searx-navbar .pull-right, .searxng-navbar .pull-right {
            position: initial;
            margin-top: .5rem;
        }
    }
    
    @media screen and (max-width: 556px) {
        .col-xs-6 {
            left: 8%;
            width: 40%;
            margin-top: 8rem;
            margin-bottom: -10rem;
        }
  ...

Reviews

No reviews yet.