Увеличивает кнопку участия в розыгрыше
contestsScale by akim4xxx
Details
Authorakim4xxx
LicenseAkim
Categoryzelenka.guru
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Увеличивает кнопку участия в розыгрыше
Source code
/* ==UserStyle==
@name contestsScale
@version 20221101.19.13
@namespace userstyles.world/user/akim4xxx
@description Увеличивает кнопку участия в розыгрыше
@author akim4xxx
@license Akim
==/UserStyle== */
@-moz-document domain("lolz.guru"), domain("zelenka.guru") {
:root {
--accent-hue: 132deg;
--accent-hue2: -363deg;
--accent: rgb(245, 172, 76);
--accent-light: rgba(234, 158, 14, .8);
--accent-dark: rgba(80 78 75 / 53%);
--accent-dark2: rgba(40, 40, 40, .8);
--accent-dark3: rgba(255, 166, 0, .38);
--accent-whiter: #fff;
--white: #ffffff;
--accent-error: rgb(245, 172, 76);
--accent-error-light: rgb(245, 172, 76);
--like-hue: 103deg;
}
.aboveThreadList {
margin: 0px 0px 10px;
zoom: 1;
box-sizing: border-box;
width: 100%;
}
.contestThreadBlock .button {
min-width: 176px;
margin: 23px 180px 0;
SCALE: 3;
}
}