Bluemo's Brain

Search

Search IconIcon to open search

画像のサイズを調整するCSS

Last updated Unknown Edit Source

    image

    image

    image

    style.css

    1
    2
    3
    4
    5
    6
    7
    
    .level-1 img:not(.icon) { width: 16.7%; max-height: none !important; }
    .level-2 img:not(.icon) { width: 33.3%; max-height: none !important; }
    .level-3 img:not(.icon) { width: 50%; max-height: none !important; }
    .level-4 img:not(.icon) { width: 66.7%; max-height: none !important; }
    .level-5 img:not(.icon) { width: 83.3%; max-height: none !important; }
    .level-6 img:not(.icon) { width: 100%; max-height: none !important; } 
    .deco-\- img:not(.icon) { width: 0%; max-height: none !important; }