forum

Fixing the quotes [Resolved]

posted
Total Posts
18
This is a feature request. Feature requests can be voted up by supporters.
Current Priority: +0
Topic Starter
Loginer
If you're on Firefox, get Greasemonkey and install this script. Problem solved.

http://userscripts.org/scripts/show/71218

Should work in Chrome, too.
Remco32
Worked, thanks! I hated the 'new' quote design.
rust45
I was starting to get used to the new design, but it always bugged me how you couldn't tell who wrote what in multi quotes. So thanks for this.

Xgor wrote:

Remco32 wrote:

Worked, thanks! I hated the 'new' quote design.
Ph0X
Well, the main problem I have with it is when there's nested quotes.
but yea if i get some time i might try making some custom designs

p.s.: <3 chrome's native greasemonkey support
Derekku
thank God.
anonymous_old
Custom CSS anyonez?

.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
Please provide screenshots
anonymous_old

Ph0X wrote:

Please provide screenshots
awp
that screenshot is so much larger than it needs to be
Ph0X

awp wrote:

that screenshot is so much larger than it needs to be
Seriously, the program we use for screenshots supports cropshots that let you do this:



and it actually uploads faster and everything, but fgt refuses to use it and just wants to show off his setup :|

also, that gray is way too bright , it's almost exactly like the current quote (all white) at first glance

EDIT:

.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;
}

This seems to do it slightly better for me, but then again idk I still don't feel it.

Derekku


Is what I'm working with right now. I'm not 100% happy with it, but I'm getting close.
anonymous_old

Ph0X wrote:

awp wrote:

that screenshot is so much larger than it needs to be
Seriously, the program we use for screenshots supports cropshots that let you do this:



and it actually uploads faster and everything, but fgt refuses to use it and just wants to show off his setup :|
=>

Ph0X wrote:

also, that gray is way too bright , it's almost exactly like the current quote (all white) at first glance
Your monitor must suck balls.

Anyway, it's under the WTFPL or whatever, so change it as you like.
Zekira
Woohoo, thanks Loginer
peppy
This is the kind of think that should be brought up in feature/bugs forums. Should be better now, anyway, so moving this away.
Derekku
*fixes his spoilerboxes*

EDIT: I can't even remember what the old ones looked like, exactly, but:

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;'+
'}');

I don't think that I did all of it right, since I haven't done CSS in years and I have no other programming knowledge besides some basic HTML, but it looks okay and works so.. XP

SPOILER
test
test
wheeee

EDIT (again): *changes the code background color while he's at it so it's not so grayish*
Remco32
What is causing these css problems..?
Ph0X
can you provide screenshots?

also, @peppy:
thing*
also, problem is, pretty much NO ONE ever looks under completed requests, so it's quite useless to put it here.
Might as well delete this.

I had to get the thread url from my history to find it

Remco32 wrote:

What is causing these css problems..?
It's not a problem, peppy randomly decided that he didn't like the way quotes looked, and he removed the borders
peppy
There is no reason for people to see this thread - it is resolved.
Please sign in to reply.

New reply