Skip to content

terrea.freeforums.net by belyth

Screenshot of terrea.freeforums.net

Details

Authorbelyth

LicenseNo License

Categoryterrea

Created

Updated

Size1.6 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Bigger icons for terrea's bank addon.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         terrea.freeforums.net
@version      20211103.01.59
@namespace    userstyles.world/user/belyth
@description  Bigger icons for terrea's bank addon.
@author       belyth
@license      No License
==/UserStyle== */

@-moz-document domain("terrea.freeforums.net") {
div#yootil-bar-wrapper.yootil-bar-bottom-left #yootil-bar {
    border-width: 2px 2px 0 0;
    border-radius: 5px;
}

#yootil-bar a:first-child {
    height: 60px;
    width: 61px;
    background-image: url(https://i.imgur.com/xA3ROhd.png);
    background-size: cover;
    margin: 6px;
    margin-bottom: 18px;
    transition: 0.2s ease-in;
}
#yootil-bar a:first-child img{
    display:none;
}

#yootil-bar a:first-child:hover {
    height: 70px;
    width: 71px;
}

#yootil-bar a:nth-child(2) {
   display:none;
}
#yootil-bar a:nth-child(2) img{
    display:none;
}

#yootil-bar a:nth-child(3) {
    height: 65px;
    width: 45px;
    background-image: url(https://i.imgur.com/cr2wSbe.png);
    background-size: cover;
    margin: 6px;
    margin-bottom: 18px;
    transition: 0.2s ease-in;
}
#yootil-bar a:nth-child(3) img{
    display:none;
}

#yootil-bar a:nth-child(3):hover {
    height: 75px;
    width: 55px;
}
#yootil-bar a:nth-child(4) {
    height: 63px;
    width: 57px;
    background-image: url(https://i.imgur.com/138qGuy.png);
    background-size: cover;
    margin: 6px;
    margin-bottom: 18px;
    transition: 0.2s ease-in;
}
#yootil-bar a:nth-child(4) img{
    display:none;
}
#yootil-bar a:nth-child(4):hover {
    height: 73px;
    width: 67px;

}

}

Reviews

No reviews yet.