Skip to content

ShardTabletop UI Fix by Sobaga by themiczal

Details

Authorthemiczal

LicenseNo License

Categoryhttps://play.shardtabletop.com

Created

Updated

Size1.8 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Fix Troon Redesignu Sharda. Nie jest najlepiej, troche po hindusku zrobione, ale za to duzo rzeczy pewnie zostalo popsutych wiec wolac krzyczec pingowac.

Notes

Userstyle doesn't have notes.

Source code

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

@-moz-document domain("play.shardtabletop.com") {
    /* FIX SHARDA JEBANEGO BY SOBAGA */
    @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Asap+Condensed:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
    
    body{
        font-family: 'Roboto Condensed';
    }
    
    /* Przeskalowanie Profek */
    .profBlock{
        font-size: 0.9em;
    }
    
    /* Wyjebanie podkreślenia i niepotrzebnego chujstwa */
    a{
        text-decoration-line: none !important;
    }
    f5{
        display: none;
    }
    
    /* Wyrwanie Elektrum SIŁO */
    .flex.flex-wrap.justify-center.mv1 > .tc.coinBlock.w-20-2.pa--1:nth-child(3) {
    display: none;
    }
    .flex.flex-wrap.justify-center.mv1{
        gap: 10px;
        transform: scale(1);
        transform-origin: top left;
    }
    .flex.flex-wrap.items-center.theader{
        transform: scale(1);
        transform-origin: top left;
    }
    
    /* Przeskalowanie Toggle Rzeczy*/
    .flex.flex-wrap{
        transform: scale(0.85);
        transform-origin: top left;
    }
    .flex.flex-wrap.justify-left.w-100{
        transform: scale(1.2);
        transform-origin: top left; 
    }
    
    /* Przeskalowanie tekstu w EQ i broniach */
    .w-100.stdcontent{
        font-size: 0.9em;
    }
    /*
    .flex.flex-wrap.justify-center.items-center{
        font-size: 0em !important;
    }*/
}

Reviews

No reviews yet.