Page 2 of 2

Font Color

Posted: Sat Jul 05, 2003 9:18 pm
by Luke
Yeah, I had to look up the font color in the source and I actually screwed up a few times but I edited it quickly. I'll see if I can add it to the font colours menu. Great idea.

Posted: Sat Jul 05, 2003 9:19 pm
by jabroni76
luke -- you shoulda just asked good 'ol me! ;)

Posted: Sat Jul 05, 2003 9:35 pm
by Luke
Yeah, I should have. Anyhow, I opened some of the template (Venkman: "It's technical.") and well the trouble stems from the fact that it will put the name of the color when you click it, so I can't just add a "hidden" one because color=hidden won't work, and I can't figure out the format to do an HTML code in there. Maybe I can replace the text that says TIP above to show the hidden spoiler color.

Posted: Sun Jul 06, 2003 8:11 am
by jabroni76
luke... I'm not really sure, but I think you would be able to insert the HTML color code just as easy. just instead of

color=red

put

color=#EFF2F9

And people would just understand that it is for invisible text, since there are no more #XXXXXX codes to choose from.

would that work?

Posted: Sun Jul 06, 2003 10:30 am
by Luke
jabroni76 wrote:luke... I'm not really sure, but I think you would be able to insert the HTML color code just as easy. just instead of

color=red

put

color=#EFF2F9

And people would just understand that it is for invisible text, since there are no more #XXXXXX codes to choose from.

would that work?
Hmm...it might work, but I'm a little nervous to try it out. Here's what the actual code looks like...

Code: Select all

	'L_FONT_COLOR' => $lang['Font_color'], 
	'L_COLOR_DEFAULT' => $lang['color_default'], 
	'L_COLOR_DARK_RED' => $lang['color_dark_red'], 
	'L_COLOR_RED' => $lang['color_red'], 
	'L_COLOR_ORANGE' => $lang['color_orange'], 
	'L_COLOR_BROWN' => $lang['color_brown'], 
	'L_COLOR_YELLOW' => $lang['color_yellow'], 
	'L_COLOR_GREEN' => $lang['color_green'], 
	'L_COLOR_OLIVE' => $lang['color_olive'], 
	'L_COLOR_CYAN' => $lang['color_cyan'], 
	'L_COLOR_BLUE' => $lang['color_blue'], 
	'L_COLOR_DARK_BLUE' => $lang['color_dark_blue'], 
	'L_COLOR_INDIGO' => $lang['color_indigo'], 
	'L_COLOR_VIOLET' => $lang['color_violet'], 
	'L_COLOR_WHITE' => $lang['color_white'], 
	'L_COLOR_BLACK' => $lang['color_black'], 
What you're suggesting might work and seems like it would.

Posted: Sun Jul 06, 2003 12:34 pm
by jabroni76
hrm... that's in perl, I believe, so i'm not really sure what to do... but... here is waht I think....

Code: Select all

'L_COLOR_#EFF2F9' => $lang['color_#EFF2F9'], 

or

Code: Select all

'L_COLOR_#EFF2F9' => $lang['color_invisible'], 

but this is what I think...

Posted: Sun Jul 06, 2003 12:51 pm
by Luke
I think the first one would do it. Let me change it and see if it works.

Posted: Sun Jul 06, 2003 1:06 pm
by Luke
Didn't work. Figured it would have to be more complicated than that.

Posted: Sun Jul 06, 2003 1:07 pm
by poco
it looks complicated!!! :?

Posted: Sun Jul 06, 2003 1:10 pm
by jabroni76
of course it is poco..

Luke... give me untill tonight, and I'll be able to figure out what will work...

Posted: Sun Jul 06, 2003 1:14 pm
by poco
i'v seen the miracle of beating heart in a dead person's chest be transplanted, but this font thing is more complicated i would say.

Posted: Sun Jul 06, 2003 1:17 pm
by Luke
poco wrote:i'v seen the miracle of beating heart in a dead person's chest be transplanted, but this font thing is more complicated i would say.
:o <img src="http://www.gratisgifs.com/images/other/beatingheart.gif">

Posted: Sun Jul 06, 2003 1:19 pm
by poco
oh I love that pic!!! where did you get it????? I have to add that to some of my stuff at work!