News:

On Deck: Next is "Bluemoon" For SMF 2.1.4! ;)

 

Recent Topics

Members
Stats
  • Total Posts: 10,783
  • Total Topics: 1,380
  • Online today: 29
  • Online ever: 879
  • (Jan 21, 20, 05:49:15 PM)
Users Online
Users: 1
Guests: 19
Total: 20

Help with the theme Damaged design

Started by filipe, Nov 08, 11, 08:38:54 AM

Previous topic - Next topic

0 Members and 3 Guests are viewing this topic.

filipe

Hello
Can you help me with what I think is a problem...
-- http://img249.imageshack.us/img249/1250/darklv.png
How can I make the letters + dark "the name of the Subjet and the date"?
Thank You

Crip

Hi ,
  •   >.would be easier to change background colors Here:




    /* Sticky topics get a different background */
    .stickybg
    {
    background: #f1f1f1;
    }
    .stickybg2
    {
    background: #e3e3e3;
    }

    /* Locked posts get a different shade, too! */
    .lockedbg
    {
    background: #cccccc;
    font-style: italic;
    }
    .lockedbg2
    {
    background: #d6d6d6;
    font-style: italic;
    }


    .. it would look better if they were Dark ..
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.

filipe

Quote from: Crip on Nov 08, 11, 11:39:08 AM
Hi ,
  •   >.would be easier to change background colors Here:




    /* Sticky topics get a different background */
    .stickybg
    {
    background: #f1f1f1;
    }
    .stickybg2
    {
    background: #e3e3e3;
    }

    /* Locked posts get a different shade, too! */
    .lockedbg
    {
    background: #cccccc;
    font-style: italic;
    }
    .lockedbg2
    {
    background: #d6d6d6;
    font-style: italic;
    }


    .. it would look better if they were Dark ..
Ok, this script is ready to change?Where do I find this script?Yes I would like better  the words Dark...
Thks

Crip

Find it here:

       css/index.css
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.

filipe

Quote from: Crip on Nov 08, 11, 04:25:48 PM
Find it here:

       css/index.css
Ok, I made the change  :( it is the same color gray I would like black to see good...

Crip

Make the Background's color Dark , then your text will be visible..
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.

filipe

Quote from: Crip on Nov 09, 11, 06:16:59 AM
Make the Background's color Dark , then your text will be visible..
Ok, I am sorry how I do that?

Crip

Change where Arrow points <===>


/* Sticky topics get a different background */
.stickybg
{
background: #272727;            <=======SEE======>
}
.stickybg2
{
background: #292929;            <======SEE=======>
}

/* Locked posts get a different shade, too! */
.lockedbg
{
background: #303030;            <=======SEE======>
font-style: italic;
}
.lockedbg2
{
background: #333333;            <=======SEE======>
font-style: italic;
}

----------------------------------------------------------------------------
----------------------------------------------------------------------------
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.

filipe

Hello Crip
I am having a problem with the colors here....


Can not see the words, I think is the color, background/letters....
thks

Crip

yeah ,
I musta forgot that ...

css/index.css => Find:

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


.. should fix that light Background .....
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.