Bigger icons for terrea's bank addon.
terrea.freeforums.net by belyth

Details
Authorbelyth
LicenseNo License
Categoryterrea
Created
Updated
Code size1.6 kB
Code checksum2711efcf
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}