Recent Topics

Members
Stats
  • Total Posts: 10,749
  • Total Topics: 1,374
  • Online today: 474
  • Online ever: 879
  • (Jan 21, 20, 05:49:15 PM)
Users Online
Users: 0
Guests: 286
Total: 286

Question about Black Rain v 2 for SMF 2.0

Started by Waylon, Jun 17, 11, 02:10:18 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Waylon

Quote from: Waylon on Jun 20, 11, 10:58:16 AM
Quote from: Crip on Jun 20, 11, 07:14:17 AM
I can get you the code for that Reg. , only two lines -- Alrighty?
Thank you, that would be great.

Any luck on this so far?

Crip

thanks for the reminder -- code fix coming up ASAP!
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

Crip

Change the background-color Here: css/index.css

.valid_input
{
background-color: #f5fff0;
}
.invalid_input
{
background-color: #fff0f0;
}


You can go like:

.valid_input
{
background-color: #222222;
}
.invalid_input
{
background-color: #232323;
}

-----------------
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

Waylon

Outstanding, worked like a charm.   :)

Thank you very much, Crip, and thanks again for creating such a great theme!



Quote from: Crip on Jun 23, 11, 06:38:04 PM
Change the background-color Here: css/index.css

.valid_input
{
background-color: #f5fff0;
}
.invalid_input
{
background-color: #fff0f0;
}


You can go like:

.valid_input
{
background-color: #222222;
}
.invalid_input
{
background-color: #232323;
}

-----------------

Crip

I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

Waylon

One more tweak you may want to do...set a dark background for the signature edit box.

If it's not changed then the text is white-on-white and people can't see anything in the edit box, even though their signature text is actually there. Had a few people baffled on my board for a while, lol.

Crip

I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.