Mysterious Math

Any topic that doesn't fit elsewhere.
User avatar
Luke
Site Admin
Posts: 10037
Joined: Thu Apr 17, 2003 4:57 pm
Location: Dinosaur World
Contact:

Font Color

Post 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.
jabroni76
Special Edition
Posts: 882
Joined: Mon Apr 21, 2003 3:18 pm

Post by jabroni76 »

luke -- you shoulda just asked good 'ol me! ;)
User avatar
Luke
Site Admin
Posts: 10037
Joined: Thu Apr 17, 2003 4:57 pm
Location: Dinosaur World
Contact:

Post 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.
jabroni76
Special Edition
Posts: 882
Joined: Mon Apr 21, 2003 3:18 pm

Post 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?
User avatar
Luke
Site Admin
Posts: 10037
Joined: Thu Apr 17, 2003 4:57 pm
Location: Dinosaur World
Contact:

Post 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.
jabroni76
Special Edition
Posts: 882
Joined: Mon Apr 21, 2003 3:18 pm

Post 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...
User avatar
Luke
Site Admin
Posts: 10037
Joined: Thu Apr 17, 2003 4:57 pm
Location: Dinosaur World
Contact:

Post by Luke »

I think the first one would do it. Let me change it and see if it works.
User avatar
Luke
Site Admin
Posts: 10037
Joined: Thu Apr 17, 2003 4:57 pm
Location: Dinosaur World
Contact:

Post by Luke »

Didn't work. Figured it would have to be more complicated than that.
User avatar
poco
Special Edition
Posts: 929
Joined: Sat Apr 19, 2003 10:40 am
Location: looking for the blue fairy

Post by poco »

it looks complicated!!! :?
"I like nonsense, it wakes up the brain cells. Fantasy is a necessary ingredient in living." -- Dr. Seuss
jabroni76
Special Edition
Posts: 882
Joined: Mon Apr 21, 2003 3:18 pm

Post by jabroni76 »

of course it is poco..

Luke... give me untill tonight, and I'll be able to figure out what will work...
User avatar
poco
Special Edition
Posts: 929
Joined: Sat Apr 19, 2003 10:40 am
Location: looking for the blue fairy

Post 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.
"I like nonsense, it wakes up the brain cells. Fantasy is a necessary ingredient in living." -- Dr. Seuss
User avatar
Luke
Site Admin
Posts: 10037
Joined: Thu Apr 17, 2003 4:57 pm
Location: Dinosaur World
Contact:

Post 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">
User avatar
poco
Special Edition
Posts: 929
Joined: Sat Apr 19, 2003 10:40 am
Location: looking for the blue fairy

Post by poco »

oh I love that pic!!! where did you get it????? I have to add that to some of my stuff at work!
"I like nonsense, it wakes up the brain cells. Fantasy is a necessary ingredient in living." -- Dr. Seuss
Post Reply