Skip to content

archive.org - May 2024 darker by osirisgothra

Details

Authorosirisgothra

LicenseNo License

Categoryarchive.org

Created

Updated

Size2.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark Blue Steel (ish) Archive For Night Time Viewing!

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           archive.org - May 2024 darker
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Dark Blue Steel (ish) Archive For Night Time Viewing!
@author         Gabriel Sharp, T.
==/UserStyle== */

@-moz-document domain("archive.org") {
    /* Insert code here... */
    body
    {
        color: #74737c;
        background: linear-gradient(#0f0e11,#353437);
        background-attachment: fixed;
    }
    
    body>div>div:not(#theatre-ia-wrap *) ,section,.collection-list,
    #also-found, #also-found>*>*>*>*>*>*, button
    {    
        color: #a9a9a9;
        background: linear-gradient( #030305a3, #19191c5e) !important; 
        border-radius: 12px;
        padding: 4px 15px;        
        backdrop-filter: contrast(80%);        
    }
    *
    {
        border-color: transparent !important;
    }
    img, #maincontent > div.container.container-ia.width-max.relative-row-wrap.info-top > div > div > div.thats-left.item-details-metadata.col-sm-8.col-sm-pull-4 > div > span.iconochive-movies.movies
    {
        filter: saturate(0%) brightness(25%) contrast(150%);
    }
    a
    {
        color:#636080 !important;
    }
    svg
    {
        filter: brightness(35%) sepia(100%) saturate(40%) hue-rotate(160deg);
    }
    /* watermark
        keep this as transparent as possible
        only required when used in a commercial manner
        otherwise you may disable it if you don't like it
        
    */
    body:after
    {
        z-index: 999;
        position: fixed;
        background: #f000;
        text-align: right;
        font-size: 15px;
        margin: 0px;
        padding: 0px;
        
        transform: rotateZ(90deg) translateX(-200px) translateY(-82px);
        color: #ffffff04;
        content: "IA Dark by osirisgothra";
        display: block;
        width: 200px;
        text-wrap: nowrap;
        text-anchor: start;
        
        height: auto;
        bottom: 0;
        right: 0px;
    }
}

Reviews

No reviews yet.