Skip to content

focused by sinandredemption

Details

Authorsinandredemption

LicenseGPLv3

Categoryhttps://piped-material.১.net/feed

Created

Updated

Size1.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

  • Lower thumbnail opacity
  • Limit to three columns

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           piped-material.xn--17b.net - 4/24/2023, 6:18:35 PM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("piped-material.xn--17b.net") {
    .v-btn--outlined {
        border: none;
    }
    .grid {
      grid-template-columns: repeat(3,1fr) !important;
      padding-left: 25%;
      padding-right: 25%;
    }
    
    .grid-col-15 {
        grid-column: unset !important;
        opacity: 90%;
        transition: linear 0.15s;
    }
    .grid-col-15:hover {
        grid-column: unset !important;
        opacity: 100%;
        transition: linear 0.1s;
    }
    
    img {
        opacity: 20%;
        transition: linear 0.15s;
    }
    
    img:hover {
        opacity: 100%;
        transition: linear 0.1s;
    }
    
    .text-h4 {
        text-align: center;
        text-transform: uppercase;
        font-weight: medium;
    }
}

Reviews

No reviews yet.