• Page 1 of 1
  • 1
uCoz Community » Archives » Locked » Changing input colour of text on forum
Changing input colour of text on forum
nova
Posts: 2
Reputation: 0

Message # 1 | 6:15 PM
Where is the code controlling the input text color on the forums?

Since I've choosen a blue back ground, when I go to type new text on the forums the input text is bluish grey and really hard to read against it - so I'm trying to make it #FFD700 (gold)

I thought I had found it but ended up changing the news feed text surprised It looks cool though so I won't change it back cool

tongue help is appriciated and thank you in advance
Post edited by nova - Friday, 2012-03-16, 6:16 PM
Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 2 | 2:26 AM
nova, if you open Control Panel > Design > CSS and search for this class .postTextFl you should be able to adjust the text-box. smile
Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
nova
Posts: 2
Reputation: 0

Message # 3 | 3:56 AM
I found this...

/* Post Form */
.pollBut, .loginButton, .searchSbmFl, .commSbmFl, .signButton {font-size:7pt;background: #1c3259;color:#FFFFFF;border:1px outset #AFBDE4;}

.codeButtons {font-size:7pt;background: #1c3259;color:#FFFFFF;border:1px outset #AFBDE4;}
.codeCloseAll {font-size:7pt;background: #1c3259;color:#FFFFFF;border:1px outset #AFBDE4;font-weight:bold;}
.postNameFl,.postDescrFl {background:#131A2E;border:1px solid #1D2C57;width:400px}
.postPollFl,.postQuestionFl {background:#131A2E;border:1px solid #1D2C57;width:400px}
.postResultFl {background:#131A2E;border:1px solid #1D2C57;width:50px}
.postAnswerFl {background:#131A2E;border:1px solid #1D2C57;width:300px}

.postTextFl {background:#131A2E;border:1px solid #1D2C57;width:550px;height:150px;color:#485167;} /* This was what you were saying to find but in altering any of the color codes, none of the back ground have changed*/

.postUserFl {background:#131A2E;border:1px solid #1D2C57;width:300px}

.pollHelp {font-weight:normal;font-size:7pt;padding-top:3px;}
.smilesPart {padding-top:5px;text-align:center}
/* --------- */

Added (2012-03-23, 9:50 PM)
---------------------------------------------
just tried again and it worked... don't know why it didn't take the first 3 times - thinking i added too many changes at once

Any idea of where to do the same for the text boxes of;

Thread name:

and

Thread description:

right above the actual post?

I'm just having a hard time here trying to figure out what each of these variables purpose is, is there a codex or something somewhere?

Added (2012-03-23, 9:56 PM)
---------------------------------------------
It's all good, I was looking for something that wasn't there, thought those variables would of had their color's defined

.postNameFl,.postDescrFl {background:#131A2E;border:1px solid #1D2C57;width:400px;color:#E8A317;}

added the color code and it works fine now

uCoz Community » Archives » Locked » Changing input colour of text on forum
  • Page 1 of 1
  • 1
Search: