Skip to content

センギリ 画像を見やすく by yyya_nico

Details

Authoryyya_nico

LicenseCC0-1.0

Category1000giribest

Created

Updated

Size2.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

秘密だよ

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           センギリ 画像を見やすく
@namespace      yyya-nico.co
@version        0.9.1
@description    秘密だよ
@author         yyya_nico
@license        CC0-1.0
==/UserStyle== */

@-moz-document domain("1000giribest.com") {
    body.custom-background {
        color: #ffffff;
        background-color: #445278;
        color-scheme: dark;
    }
    
    a:any-link {
        color: #ccccff;
    }

    #main {
        display: flex;
        flex-direction: column;
        width: 1260px;
        background-color: transparent;
    }
    
    #secondary {
        float: none;
        width: auto;
    }
    
    #searchform {
        margin-top: 8px;
    }

    #searchform > div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 20px
    }

    #s {
        width: calc(100% - 100px);
        height: 100%
    }

    .wpp-list, #npcatch, .list1 {
        display: flex;
        flex-wrap: wrap;
        gap: 10px
    }

    ul.wpp-list li:nth-child(1) {
        padding: 0!important
    }

    ul.wpp-list li:nth-child(n+2):nth-child(-n+10) {
        padding: 0 !important
    }
    
    .wpp-list li, #npcatch li {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: calc(12.5% - 8.75px);
        margin-bottom: 0;
        text-align: center;
    }

    ul.wpp-list li:before {
        left: 0;
    }
    
    .defaultlist li {
        margin: 0 !important;
    }

    .wpp-thumbnail {
        float: none;
    }
    
    #content {
        width: auto;
        float: none;
    }

    #secondary .textwidget img {
        width: 200px;
        background-color: #ffffff;
    }

    html {
        scroll-snap-type: y mandatory;
    }
    
    *:not(.entry-content,.entry-content *) {
        scroll-snap-align: start;
    }

    .entry-content p:has(+p img) {
        text-align: center;
        scroll-margin-top: 1em;
        scroll-snap-align: start;
    }
    
    .entry-content p:has(img) {
        text-align: center;
    }

    .entry-content img {
        width: auto;
        max-height: calc(100vh - 5em);
    }

    .kijishita {
        display: none;
    }

    .nav-single-previous, .nav-single-next {
        background-position: center left;
    }

    .nav-single-previous a, .nav-single-next a {
        display: block;
        padding-bottom: 0;
    }
}

@-moz-document url("https://1000giribest.com/") {
    #primary {
        order: 2;
    }   
}

Reviews

No reviews yet.