Page 1 of 1
Thanks Loki/Endless
PostedWed Jul 07, 2004 6:46 pm
by Seret Sajet
Big thanks to Loki/Endless for solving the problem with our white on white login fields. They're all better now!
Re: Thanks Loki/Endless
PostedWed Jul 07, 2004 6:48 pm
by Coiyonite Adaks
Seret Sajet wrote:Big thanks to Loki/Endless for solving the problem with our white on white login fields. They're all better now!
Thought we fixed that... What was it, a CSS issue?
Coiy
PostedWed Jul 07, 2004 7:00 pm
by Lok'i Vidaar
yes it was... but not in the main CSS File.
The Overall Header has a CSS Script in it. (why it just doesnt look back at the script file and auto add the info in I dont know)
anyway the lazy fuckers that made the originaly subsilver theme never added the background-color attribute to the input section of the stylesheet.
why this doesn't affect the whole site I'm not exactly sure.
I'm guessing they never added it because they needed it to be white anyway.
PostedWed Jul 07, 2004 7:02 pm
by Lok'i Vidaar
CodeSelect all
/* Form elements */
input,textarea, select {
color : {T_BODY_TEXT};
font: normal {T_FONTSIZE2}px {T_FONTFACE1};
border-color : {T_BODY_TEXT};
background-color : {T_TD_COLOR2};
}
see the
background-color : {T_TD_COLOR2};
that wasnt their before
this is in the overall_header.tpl in the /templates/SWGtales/ folder
PostedWed Jul 07, 2004 7:10 pm
by Coiyonite Adaks
I would've never found that.
Coiy
PostedThu Jul 08, 2004 1:15 pm
by Lok'i Vidaar
Disregard this post testing the forum time.
PostedThu Jul 08, 2004 1:17 pm
by Lok'i Vidaar
The Server time is set to GMT -1 hour, adjust accordingly to view the correct time..
So like for me (eastern time) I set it to GMT -4
Central is GMT -5
Mountain GMT -6
Pacific GMT -7
PostedThu Jul 08, 2004 1:33 pm
by Coiyonite Adaks
Hate to say it but we are suffering from some black on black fields now, mainly in the user search popup window (for PM's and stuff). I'll take a look at it after work today unless someone gets a chance to jump on it now.
Coiy
PostedThu Jul 08, 2004 3:08 pm
by Lok'i Vidaar
I can look at it now, I have all kinds of free time at work dude.
PostedThu Jul 08, 2004 3:18 pm
by Lok'i Vidaar
Fixed it
It was in simple_header.tpl
PostedThu Jul 08, 2004 3:31 pm
by Coiyonite Adaks
Loki Vidaar wrote:Fixed it
It was in simple_header.tpl
Thanks man!
Coiy