Fixes the quotebox style until Vanilla or Eric can figure it out
EDITL Eric and Vanilla have figured it out! This now seems to revert the change, but I don't know why you'd want that 😉
Polycount Temp Quotebox Fix by bagelhero
Details
Authorbagelhero
LicenseNo License
Categorypolycount.com
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Just my personal script & preferences cleaned up for temporary use by other Polycounters. Enjoy!
Source code
/* ==UserStyle==
@name Polycount Temp Quotebox Fix
@version 20220121.00.51
@namespace userstyles.world/user/bagelhero
@description Fixes the quotebox style until Vanilla or Eric can figure it out
@author bagelhero
@license No License
==/UserStyle== */
@-moz-document domain("polycount.com") {
.css-urkfi3-quoteEmbed-blockquote{
margin: 0px;
padding: 10px;
}
.css-vuq4n1-collapsableContent {
background: rgb(28, 28, 28) none repeat scroll 0% 0%;
position: relative;
}
.css-b7he1o-embed-medium {
color: rgb(35, 36, 36);
font-size: 14px;
}
.css-1dc1m24-quoteEmbed-header {
padding: 18px 18px 10px;
}
.embedResponsive {
filter: brightness(1);
margin-bottom: 20px;
}
.css-b7he1o-embed-medium {
color: rgb(85, 90, 98);
font-size: 14px;
text-decoration: none;
background: rgb(46, 46, 46) none repeat scroll 0% 0%;
display: block;
position: relative;
margin: auto;
padding: 0px;
width: 640px;
max-width: 100%;
border-color: rgb(221, 222, 224);
border-width: 0px;
border-style: none;
border-radius: 4px;
box-shadow: rgba(0, 0, 0, 0.22) 0px 1px 3px 0px;
}
}