Skip to content

Eka's Portal Dark Theme by MavisCelus19201

Details

AuthorMavisCelus19201

LicenseNo License

Categoryaryion.com

Created

Updated

Size6.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark theme for Eka's Portal.
Uses asotarchive.org night mode by Cihan Kaygusuz as a base.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         aryion.com
@version      20230702.23.17
@namespace    ?
==/UserStyle== */

@-moz-document domain("aryion.com") {
    /* ==UserStyle==
@name           asotarchive.org - night mode
@namespace      USO Archive
@author         Cihan Kaygusuz
@description    `asotarchive`
@version        20180827.7.27
@license        CC-BY-SA-4.0
@preprocessor   uso
==/UserStyle== */
    body {
        background: #07081a !important;
        font-family: Consolas !important;
        font-size: 14px !important;
        color: #3a5ca6;
    }
    .g-box {
        border: 1px solid rgb(187, 16, 249);
        background-color: rgb(16, 3, 31);
        margin: 1em 0.5em;
        padding: 0px;
        min-width: 1em;
        border-radius: 2.5px 2.5px 2px 2px;
    }
    html {
        background: rgb(22, 22, 33);
        overflow-y: scroll;
    }
    .g-box-header,
    .g-box-footer {
        background-color: rgb(52, 6, 84);
        padding: 0.25em 0.5em;
        position: relative;
    }
    .g-box-header,
    .g-box-footer,
    .comment .comment-header {
        background-color: rgb(25, 15, 43);
    }
    .g-box,
    .comment,
    .new-shout {
        background: rgb(44, 15, 87);
    }
    .comment {
        margin: 0.5em 0px;
        margin-left: 0px;
        padding: 0.5em;
        border: 1px solid rgb(217, 14, 224);
        background-color: rgb(5, 5, 44);
        position: relative;
        overflow: auto;
    }
    .g-box,
    .comment,
    .new-shout {
        color: rgb(3, 152, 210);
    }
    .g-box-header,
    .g-box-footer,
    .comment .comment-header {
        color: rgb(24, 239, 250);
    }
    .forum-topic {
        clear: both;
        padding: 2px 4px;
        border-bottom: 1px solid rgb(125, 36, 198);
        overflow: auto;
        min-height: 40px;
    }
    .forum-topic:hover,
    #forum-tree tr:hover {
        background-color: rgb(12, 12, 86);
        box-shadow: rgb(16, 37, 206) 0px 0px 2px;
        background-image: none;
    }
    .ui-btn-up-c {
        border: 1px solid #991eb3;
        border-right-width: 1px;
        background: #9312ce;
        background-image: none;
        font-weight: 700;
        color: #9c36e2;
        text-shadow: 0 1px 0 #c20ed2;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
        background-image: -webkit-linear-gradient(#fff, #f1f1f1);
        background-image: -moz-linear-gradient(#fff, #f1f1f1);
        background-image: -ms-linear-gradient(#fff, #f1f1f1);
        background-image: -o-linear-gradient(#fff, #f1f1f1);
        background-image: linear-gradient(#530a7b, #160326);
    }
    element {
        width: 100%;
        margin: 1.2em auto 6px auto;
        border: 1px solid #b900d4;
    }
    li.gallery-item:hover {
        box-shadow: rgb(99, 9, 207) 0px 0px 2px;
        border-radius: 2px;
        background-color: rgb(7, 7, 70);
    }
    .front-hover {
        box-shadow: rgb(99, 9, 207) 0px 0px 2px;
        border-radius: 2px;
        background-color: rgb(7, 7, 70);
        border: 1px solid #b900d4;
    }
    .front-hover h3,
    .front-hover h4 {
        box-shadow: rgb(99, 9, 207) 0px 0px 2px;
        border-radius: 2px;
        background-color: rgb(7, 7, 70);
        border: 1px solid #b900d4;
    }
    pre {
        display: block;
        padding: 9.5px;
        margin: 0px 0px 10px;
        font-size: 13px;
        line-height: 1.42857;
        word-break: break-all;
        overflow-wrap: break-word;
        color: rgb(51, 51, 51);
        background-color: rgb(15, 5, 37);
        border: 1px solid rgb(91, 19, 196);
        border-radius: 4px;
    }
    a.scrollthumb {
        display: block;
        height: 100px;
        width: 120px;
        margin: 0px auto;
        position: relative !important;
        overflow: hidden;
        background-color: rgb(10, 10, 87);
        box-shadow: black 1px 2px 3px;
        border-radius: 1px;
        text-decoration: none;
        color: inherit;
    }
    element {
        width: 100%;
        background-color: #15073c;
        color: #873ae5;
        border-color: #7f0cce;
    }
    #userdata {
        box-shadow: black 1px 2px 4px, #9428c4 0px -1px 1px;
        background-color: rgb(55, 29, 99);
        color: rgb(199, 19, 236);
        padding: 2px 8px;
        margin: 6px 0px;
        float: left;
    }
    #userdata a {
        color: rgb(207, 136, 239);
    }
    #menucontainer {
        float: right;
        overflow: visible;
        height: 8px;
        margin-top: -8px;
        margin-right: 1em;
        background: rgb(55, 29, 99);
    }
    #menucontainer a {
        background: transparent 0px 0px;
        border-bottom: 0px none;
        color: rgb(188, 23, 186);
        display: block;
        font-weight: bold;
        height: 22px;
        line-height: 22px !important;
        padding: 0px 1em;
        text-decoration: none;
    }
    #menucontainer li:hover ul,
    #menucontainer li li:hover ul,
    #menucontainer li li li:hover ul,
    #menucontainer li.sfhover ul,
    #menucontainer li li.sfhover ul,
    #menucontainer li li li.sfhover ul {
        background: rgb(12, 47, 69) 0px 0px;
        left: auto;
    }
    #accentbar {
        height: 1.25em;
        background: rgb(55, 29, 99);
        position: relative;
    }
    a {
        color: rgb(27, 185, 222);
    }
    .ac_results li {
        cursor: default;
        color: #bd33ee;
        font-size: 12px;
        line-height: 16px;
        background-color: #1d0426;
    }
    element {
        width: 100%;
        background-color: #3e0742;
        color: #b94be1;
        border-color: #6e07b5;
    }
    .sp-scrollpane li {
        padding: 0px;
        margin: 0px;
        background: rgb(54, 3, 64);
        color: rgb(61, 177, 223);
    }
    .sp-scrollpane a {
        color: rgb(15, 136, 243) !important;
    }
    #svcinfo {
        box-shadow: black 0px 0px 4px;
        position: absolute;
        top: 0px;
        right: 125px;
        margin-top: -0.5em;
        padding: 0.1em 0.25em;
        background: rgb(9, 123, 179);
        max-width: 250px;
    }
    ol.selectable li:hover,
    ol.selectable .ui-selecting {
        background-color: rgb(64, 12, 93);
    }
    .s1 {
        color: #1566ce;
    }
    a:visited {
        color: rgb(167, 10, 255);
    }
}

Reviews

No reviews yet.