Skip to content

Unsplashed minimality by him

Screenshot of Unsplashed minimality

Details

Authorhim

LicenseNo License

Categoryunsplash.com

Created

Updated

Size1.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

minimal startpage for unsplash...

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           unsplash.com - Apr 2024
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("unsplash.com") {
    /* Insert code here... */
    .A6XSI{
        background: url(https://images.unsplash.com/photo-1713439242060-1bb7de4214ac?q=80&w=1335&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
        height: 90vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-y: -120px;
        margin-bottom: 30px
    }
    .A6XSI:after{
        content: "";
  background: -webkit-linear-gradient(90deg, #fff, #0000);
  display: block;
  height: 50vh;
  width: 100%;
  position: absolute;
  bottom: -40px;
    }
    .dCpDW, nav{
        background: url(https://images.unsplash.com/photo-1713439242060-1bb7de4214ac?q=80&w=1335&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
        
        border: 0;
        border-color: #0000;
        overflow-y: scroll
        
    }
    .vrZAX:after,.vrZAX:before {
        visibility: hidden
}
    header{
        position: sticky;
        overflow-y: scroll;
        
        
    }
}

Reviews

No reviews yet.