If you're on Firefox, get Greasemonkey and install this script. Problem solved.
http://userscripts.org/scripts/show/71218
http://userscripts.org/scripts/show/71218
Should work in Chrome, too.
Should work in Chrome, too.
Xgor wrote:
Remco32 wrote:
Worked, thanks! I hated the 'new' quote design.
.quotecontent {
margin: 3px 0 0 0;
padding: 3px 5px;
border-style: solid;
border-color: rgba(0, 0, 0, 0.1);
border-width: 1px 10px;
}
Ph0X wrote:
Please provide screenshots
Seriously, the program we use for screenshots supports cropshots that let you do this:awp wrote:
that screenshot is so much larger than it needs to be
.quotecontent {
background: rgba(255, 255, 255, 0.4);
margin: 1px 0 0 0;
padding: 3px 5px;
border-style: solid;
border-color: rgba(0, 0, 0, 0.2);
border-width: 1px 5px;
}
=>Ph0X wrote:
Seriously, the program we use for screenshots supports cropshots that let you do this:awp wrote:
that screenshot is so much larger than it needs to be
and it actually uploads faster and everything, but fgt refuses to use it and just wants to show off his setup :|
Your monitor must suck balls.Ph0X wrote:
also, that gray is way too bright , it's almost exactly like the current quote (all white) at first glance
addGlobalStyle(
'.spoiler_head {'+
' margin: 3px 0 0 0;'+
' padding: 2px 2px;'+
' border-style: solid;'+
' border-color: rgba(0, 0, 0, 1);'+
' border-width: 1px 1px 1px 1px;'+
'}');
addGlobalStyle(
'.spoiler_body {'+
' background: rgba(0, 0, 255, 0.01);'+
' border-style: solid;'+
' border-color: rgba(0, 0, 0, 1);'+
' border-width: 0px 1px 1px 1px;'+
'}');
It's not a problem, peppy randomly decided that he didn't like the way quotes looked, and he removed the bordersRemco32 wrote:
What is causing these css problems..?