Page 1 of 2

Re: Hexcolour code for background ( used in spoilers )

PostPosted: Sun, 10Jan03 01:33
by Tjommi
[color=C2E0FF]My Text[/color]


The background colour here on this board is C2E0FF
I read this in another thread here somewhere, but when I searched for it I could not find it. I figure as I have been working with this for the last 30 minutes / hour I might as well share it with you guys.

Re: Hexcolour code for background ( used in spoilers )

PostPosted: Sun, 10Jan03 02:10
by LRM
Thank You.
L

Re: Hexcolour code for background ( used in spoilers )

PostPosted: Sun, 10Jan03 02:45
by Squeeky
I have been told at another site that freeware "Colour Spy" (yes British spelling) will provide such info. I haven't tried to access the program but it could be of value to you.

Re: Hexcolour code for background ( used in spoilers )

PostPosted: Mon, 10Jan04 00:09
by Tjommi
I don't remember exactly what the site was called but after much trying and failing I searched around and I found a site with a colour table thingy that I pressed ligher and darker and swapped colours back and forth. After I found that site I got the colour to this site in about 5-10 minutes :)

Re: Hexcolour code for background ( used in spoilers )

PostPosted: Mon, 10Jan04 05:59
by Squeeky
Go to:
http://www.freedownloadscenter.com/Web_ ... r_Spy.html

Install the exe file. Then when you want a colour open the application, click and drag the "eye-dropper" over the webpage to the colour which you require. The hexcode appears in a small window! Lovely.

Re: Hexcolour code for background ( used in spoilers )

PostPosted: Mon, 10Jan04 15:29
by Tjommi
lol

cheers man, that would have saved me some detective work yes. nice link.

Re: Hexcolour code for background ( used in spoilers )

PostPosted: Mon, 10Jan04 19:31
by Newdood
Hey gentlemen,

just checked this thread 'cause I was curious about the title. Is there any way we could use this info to improve life in the lagoon?

I'm thinking it might be handy to change the background color of a spoiler hint (from the next release?), so it matches the text.

Of course, this would only be of use if somebody OTHER than a moderator can do it, but it'd serve as a functional "purgatory" that some "moderator's assistants" might use to render the text unreadable pending review by a moderator.

Re: Hexcolour code for background ( used in spoilers )

PostPosted: Wed, 10Jan06 17:39
by Tjommi
What would be a major upgrade to this forum would be to get a spoiler button, and come down hard on those that didn't use it for spoilers.

But for now If people just learned the simple command that you find on the help section of the page showed here :

Example = (color=hexadecima] [/color)
How do do it = (color=FF0000]My Text[/color) ( input C2E0FF where ff0000 stands, and use []= Alt gr 8 and 9) instead of Shift 8 and 9 )

Things would be really great. It's really crappy when you follow a thread and you get spoilers that you don't want yet because you haven't tested out the game yourself properly thrown in your face.

Re: Hexcolour code for background ( used in spoilers )

PostPosted: Thu, 10Jan07 03:38
by Craban
There are special bbcodes for spoilers and I just tested one in a phpbb board. I doubt it's possible at aceboard though.

Re: Hexcolour code for background ( used in spoilers )

PostPosted: Thu, 10Jan07 05:42
by Squeeky
Craban wrote : There are special bbcodes for spoilers and I just tested one in a phpbb board. I doubt it's possible at aceboard though.

Have you given consideration to forwarding such info to Shark? As Administrator he after all is the only one who can test this.

Re: Hexcolour code for background ( used in spoilers )

PostPosted: Thu, 10Jan07 12:56
by shark
You wish to choose the text color ?

You have just to write your text between these 2 codes:

Image

some value of xxxxxx:

red : ff0000
blue : 000099
violet : 993399
green : 006600
yellow : cc9933

just a hint : when I look for a color code, I use an HTML editor (Netscape composer...). I create a "new page", I select a color in the menu and I look in the page code.

Re: Hexcolour code for background ( used in spoilers )

PostPosted: Thu, 10Jan07 13:36
by Squeeky
I had the impression that Craban was referring to a way that we might post but moderators make the post available.

Tjommi in the entry directly above that says how the text was hidden in a thread here but the American spelling "color" was cited.

Had Craban not read Tjommi's entry properly or did he have something else in mind?

Re: Hexcolour code for background ( used in spoilers )

PostPosted: Thu, 10Jan07 14:11
by LRM
@Squeeky;
Newdood and Tjommi if I may I think are suggesting minor censorship be allowed to posters above a certain ranking as a temporary means of handling new posters rules violations.
Tjommi asks all spoilers be hidden with this feature to preclude those not wanting to spoil an adventure reading them by mistake. It is most difficult to ignore a cheat once you are aware of it.
L
Action by the moderators is not always timely.
I like the idea; adding another rule the posters do not read solves nothing.

Re: Hexcolour code for background ( used in spoilers )

PostPosted: Thu, 10Jan07 16:20
by luke
shark wrote : You wish to choose the text color ?

You have just to write your text between these 2 codes:

Image


Hey, is that you who change the background color of the forum ? Now all spoilers will have to change their posts :D

Re: Hexcolour code for background ( used in spoilers )

PostPosted: Fri, 10Jan08 04:03
by Craban
Squeeky wrote : I had the impression that Craban was referring to a way that we might post but moderators make the post available.

...


Not really. I'm talking about a special BBCODE like (of course with square brackets like any other bbcode) that hides the content by default and offers a button to unveil the text.
In phpbb you can do this and as far as I understood aceboard is based on a very early version of phpbb.

This is how it could look like:
Image
The hiding is done using a style of display:none versus display:inline so it's independant on the foreground and background colors. The board software replaces the BBCODE with some HTML/Javascrïpt to make this work.