Skip to content

Mories (DEVCORE) by Mories

Details

AuthorMories

LicenseNo License

Categorydev

Created

Updated

Size1.8 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Fore DevCore

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       Mories (DEVCORE)
@version    20240514.18.46
@namespace  ?
==/UserStyle== */

@-moz-document domain("devcore.fun") {
@supports (padding: max(0px)) {

    .p-pageWrapper {
        background-image: linear-gradient(rgba(30, 30, 30, .48), rgba(3, 2, 2, .25)), url(https://media1.tenor.com/m/CouB0sJtIMYAAAAC/blue.gif);
        background-size: 100%;
        background-attachment: fixed;
        color: rgb(147, 134, 134);
    }
    
        .block--messages .message,
    .block--messages .block-row {
        color: #fff;
        backdrop-filter: blur(4px);
        background: #46466629;
        border-radius: 5px;
        box-shadow: 0 0 20px 0 rgba(73, 88, 141, .02);
    }

    .message-cell.message-cell--user,
    .message-cell.message-cell--action {
        position: relative;
        background: #6f6fb300;
        border-right: 1px solid #000;
        min-width: 0;
    }
    
    .p-nav {
        color: #fefefe;
        background: #06060947;
        backdrop-filter: blur(5px)
    }
     .input {
    background: #000003bf;
    }
    .formRow>dt {
    background: #1e1e2d00;
    }
    .formSubmitRow-bar {
    background: #2f2f4000;
    }
    .block-container {
        color: #cdcdde;
        background: #1e1e2d29;
        backdrop-filter: blur(4px);
    }

    .p-header {
        color: #c8b9b9;
        background: #000;
    }
    .fr-box.fr-basic.is-focused {
        background: #07070bbf;
        backdrop-filter: blur(4px);
    }

    .p-body-content .fr-box.fr-basic .fr-toolbar.fr-top {
        background: #13002500;
    }
    
        .p-body-content .fr-box.fr-basic .fr-toolbar.fr-top {
        background: #061c42;
    }
    
    .memberHeader-main {
    background: #2a2a4b47;
    }
    .message-responseRow {
    background: #00000069;
    backdrop-filter: blur(3px)
    }
}
}

Reviews

No reviews yet.