a little less bloat on the voting page
ftbservers.com - tries to fit (relevant) vote items on a single page by osirisgothra
Details
Authorosirisgothra
LicenseNo License
Categoryftbservers.com
Created
Updated
Size1.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
unofficial, public domain
usage: just gets rid of some of the paddings and large fonts so that things fit
Source code
/* ==UserStyle==
@name ftbservers.com - a little less bloat, for voting only!
@version 20211029.15.55
@namespace userstyles.world/user/osirisgothra
@description a little less bloat, for voting only!
@author osirisgothra
@license No License
==/UserStyle== */
@-moz-document regexp(".*(ftbservers.com|tekkitserverlist.com).*") {
section, header, footer, main, body
{
padding: 0px !important;
margin: 0px !important;
}
*
{
font-size: small !important;
padding-top: 1px !important;
padding-bottom: 1px !important;
}
header, footer
{
display: none !important;
}
#flashes > div > div.message
{
box-shadow: blue 1px 1px !important;
border-radius: 10px;
font-size: xx-large !important;
padding: 40px !important;
padding-bottom: 80px !important;
display: block;
position: absolute;
top: 0px;
left: 0px;
z-index: 999999 !important;
margin: 10px;
background: rgba(0,255,0,0.5) !important;
backdrop-filter: blur(4px);
width: 50% !important;
}
}