Skip to content

gtao.pl by xiggi

Details

Authorxiggi

LicenseNo License

Categorygtao

Created

Updated

Size2.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

coś tam ukrywa, coś tam zmienia ^

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           gtao.pl
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("gtao.pl") {
tr.spon, #footer, .tags, #ogloszenie-forum {
        display: none;
    }
    
a.nav:hover, a.nav:active, a:hover, a:active, a.mainmenu:hover, a.mainmenu:active, a.gen:hover, a.genmed:hover, a.gensmall:hover, a.proftext:hover, a.postlink:hover, a.postlink:active, a.forumlink:hover, ol > li > ul > li:hover > a, a.topictitle:hover, #panel .informacja a:hover {
        color: #9f9c9c;
    transition: 0.2s;
    }
    
    .proftext {
        color: #ccc;
        margin-right: 10px;
    }
    
    .proftext2 {
        color: #fff;
        margin-left: 10px;
    }
    
    .proftext2:hover {
        color: #ccc;
    transition: 0.2s;
    }
    
    td.podpis .tekst-edycja {
        color: #ccc;
    }
    
td.row2 {
    background-color: #121212;
    border-bottom: 2px dotted transparent;
}
    
td.row1 {
    background-color: #121212;
    border-bottom: 2px dotted transparent;
}
    
    td.row3 {
    border: 2px dotted transparent !Important;
    }
    
#panel, #ogloszenie-forum {
    background: rgba(0,0,0,0.3);
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}

#panel .informacja, #cellpic-statystyki-forum-left .tytul {
        color: #fff;
    }
    
    #wyglad-tematu .informacje, #wyglad-tematu .data-buttony .data, .postdetailscustom  {
        color: #ccc;
    }
    
    ::selection {
        background: #363636;
        color: #fff;
    }
    
.repstyle_tlo, #wyglad-tematu .beer {
    background: #000;
    filter:none;
    border-top: 1px solid transparent;
    color: #fff !important;
    text-decoration: none;
    text-shadow: none;
}
    
    input.liteoption:hover {
        background: #000;
        color: #fff;
        transition: 0.2s;
    }
    
    td.rangi .ranga {
        background: #000;
        color: #fff;
    }
    
    td.rangi .ranga:hover {
        color: #ccc;
        transition: 0.2s;
    }
    
    td.repubeer .statystyka-beer, td.repubeer .statystyka-reputacja {
        background: #000;
    }
    
::-webkit-scrollbar {
    width: 8px;
    background-color:#141414;
}
    
::-webkit-scrollbar-thumb {
background-color: #363636;
    border-radius: 4px;
}
}

Reviews

No reviews yet.