Skip to content

Unec Kabinet (Demo Dark Blue) by Lucifer25x

Details

AuthorLucifer25x

LicenseNo License

Categorykabinet.unec.edu.az

Created

Updated

Size1.9 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

An attempt to create dark blue theme for kabinet.unec.edu.az
It's not a complete project.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           kabinet.unec.edu.az
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("kabinet.unec.edu.az") {
    :root {
        --main_bg_color: #162135;
        --bg_color: #152238;
        --sidebar_color: #192841;
        --button_color: #23395d;
        --button_hover_color: #334e7a;
        --light_text_color: #e3e4ea;
        --right_panel_url_color: #5190c9;
    }
    .adverContent {
        background-color: rgba(255, 255, 255, .6) !important;
        border-radius: 10px;
        box-shadow: 0 0 15px rgba(0, 0, 0, .4);
    }
    /*.page-content {
        background-color: var(--main_bg_color) !important;
    }*/
    .navbar-inner {
        background-color: var(--bg_color) !important;
    }
    .page-sidebar {
        background-color: var(--sidebar_color);
    }
    .page-sidebar .menu-text {
        color: var(--light_text_color) !important;
    }
    .page-sidebar i {
        color: var(--light_text_color) !important;
    }
    .page-sidebar .menu-text span {
        color: var(--light_text_color) !important;
    }
    .right-panel {
        background-color: var(--sidebar_color) !important;
        color: white !important;
    }
    .right-panel a {
        color: var(--right_panel_url_color) !important;
    }
    .right-panel button {
        background-color: var(--button_color) !important;
        border: 1px solid black;
        transition: all .2s ease-in;
    }
    .right-panel button:hover {
        background-color: var(--button_hover_color) !important;
    }
    #zoom_chat_menu {
        background-color: var(--button_color) !important;
    }
    #zoom_chat_menu:hover {
        background-color: var(--button_hover_color) !important;
    }
    .footer {
        display: none;
    }
}

Reviews

No reviews yet.