Where in the style.css file do I edit to change the posting area color?

Started by Brad, October 28, 2005, 12:01:46 PM

Previous topic - Next topic

Brad

Script here.

/* Normal, standard links. */
a:link
{
        color: #e0ffe0;
        text-decoration: none;
}
a:visited
{
        color: #e0e0ff;
        text-decoration: none;
}
a:hover
{
        color: #fff080;
        text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav  , .nav:link , .nav:visited
{
        font-family: tahoma, helvetica, serif;
        font-size: 8pt;
        color: #e0e0e0;
        text-decoration: none;
}
.nav:hover
{
        font-family: tahoma, helvetica, serif;
        font-size: 8pt;
        color: #fff080;
        text-decoration: none;
}

/* Tables should show empty cells. */
table
{
        empty-cells: show;
}

/* By default (td, body..) use Tahoma in black. */
body, td
{
        color: #ffffff;
        font-size: small;
        font-family: verdana, helvetica, serif;
}

/* The main body of the entire forum. */
body
{
        background-color: #000000;
        margin-top: 10px;
        padding: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input,button
{
       border: solid 1px #909090;
        background-color: #282525;
        font-size: 9pt;
        color: #d0d0d0;
        font-family: tahoma, helvetica, serif;
}
/* All input elements that are checkboxes or radio buttons. */
textarea
{
       border: solid 1px #909090;
        background-color: #282525;
        font-size: 9pt;
        color: #d0d0d0;
        font-family: verdana, helvetica, serif;
}
/* All input elements that are checkboxes or radio buttons. */
input.check
{
        border: solid 0px #909090;
        background-color: transparent;
        color: black;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
        background-color: #202020;
        font-size: 8pt;
        font-weight: normal;
        color: white;
        font-family: tahoma, helvetica, serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
        height: 1px;
        border: 0;
        color: #808080;
        background-color: #000000;
}

/* A quote, perhaps from another post. */
.quote
{
        color: #ffffff;
        background-color: #404d50;
        border: 1px solid #c0c0c0;
        margin: 1px;
        padding: 1px;
        font-size: x-small;
   line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
        color: white;
        background-color: #707070;
   line-height: 1.3em;
        border: 1px solid #d0d0d0;
        padding: 1px;
        font-family: "courier new", helvetica, "times new roman", serif;
        font-size: x-small;
        width: 99%;
        margin: 1px auto 1px auto;
        white-space: nowrap;
        overflow: auto;
   /* Stop after about 24 lines, and just show a scrollbar. */
   max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
        color: #ffffff;
        text-decoration: none;
        font-style: normal;
        font-weight: bold;
        font-size: x-small;
   line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
        cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
        color: #ff0000;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
        width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
        background-color: #807000;
        font-weight: bold;
        color: #ffffff;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
        font-family: Verdana, arial, helvetica, serif;
        font-style: normal;
        font-weight: normal;
        color: #ffffff;
        background-color: #555555;
}
.windowbg2
{
        font-family: Verdana, arial, helvetica, serif;
        font-style: normal;
        font-weight: normal;
        color: #ffffff;
        background-color: #777777;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg td
{
        background-color: #303030;
        font-weight: bold;
        color: #e0e0e0;
        font-style: normal;
        background-image: url(images/pod/titlebg.gif);

}
.titlebg a:hover
{

        color: #f0e080;
}

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg
{
        background-color: #383838;
        background-image: url(images/pod/catbg.gif);
}

/* This is used for a category that has new posts in it... to make it light up. */
.catbg2
{
        background-image: url(images/pod/catbg2.gif);
}

.catbg, .catbg2
{
        font-weight: bold;
        color: #ffffff;
}

.catbg:link , .catbg2:link
{
        font-weight: bold;
        color: #ffffff;
}
.catbg:hover , .catbg2:hover
{
        font-weight: bold;
}/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
        background-color: #404040;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
        color: #404040;
        padding: 2px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
        font-size: 8pt;
        font-family: tahoma, helvetica, serif;
}
.normaltext
{
        font-size: small;
}
.largetext
{
        font-size: large;
}

/* This is the white header area where the title, menu bars, and header boxes are. */
#headerarea
{
        background-color: #000000;
        border-bottom: 1px solid gray;
}
/* This is the main area of the forum, the part that's gray. */
#bodyarea
{
        background-color: #000000;
}
/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
        color: #000000;
        background-color: #ffffff;
        border-top: 1px solid #000000;
}

/* This is for the special header boxes on the top (user info, key stats, news box.) */
.headertitles
{
        background-color: #6B8EAE;
        border: 1px solid #6B8EAE;
}
.headerbodies
{
        border: 1px solid #7A7777;
        background-color: #EFEFEF;
        background-repeat: repeat-x;
        background-position: bottom;
}
/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
        width: 100%;
        overflow: auto;
        line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
        width: 100%;
        overflow: auto;
        padding-bottom: 3px;
        line-height: 1.3em;
}

JayBachatero

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
        font-family: Verdana, arial, helvetica, serif;
        font-style: normal;
        font-weight: normal;
        color: #ffffff;
        background-color: #555555;
}
.windowbg2
{
        font-family: Verdana, arial, helvetica, serif;
        font-style: normal;
        font-weight: normal;
        color: #ffffff;
        background-color: #777777;
}
Follow me on Twitter

"HELP!!! I've fallen and I can't get up"
This moment has been brought to you by LifeAlert

Brad

No, that is not it.

That only changes the viewing area, not the actual posting area.  Maybe I didn't explain well enough.  When you click "Post" or "reply"  the window area you type in.  For example, in this forum it is white with black text. 

Understand? :)

Deaks

/* Input boxes - just a bit smaller than normal so they align well. */
input,button
{
       border: solid 1px #909090;
        background-color: #282525;
        font-size: 9pt;
        color: #d0d0d0;
        font-family: tahoma, helvetica, serif;
}
~~~~
Former SMF Project Manager
Former SMF Customizer

"For as lang as hunner o us is in life, in nae wey
will we thole the Soothron tae owergang us. In truth it isna for glory, or wealth, or
honours that we fecht, but for freedom alane, that nae honest cheil gies up but wi life
itsel."

Brad


Deaks

~~~~
Former SMF Project Manager
Former SMF Customizer

"For as lang as hunner o us is in life, in nae wey
will we thole the Soothron tae owergang us. In truth it isna for glory, or wealth, or
honours that we fecht, but for freedom alane, that nae honest cheil gies up but wi life
itsel."

1MileCrash

YES it is. Runic Warrior is right. Unless that input box is using another class.
The only thing php can't do is tell you how much milk is left in the fridge.



Brad

The two input bckgs had no effect on the area where you type in for posting.  I've attached an image of the area I would like to lighten up.

1MileCrash

it's an input box. Warrior Zombie/Runic Warrior/Sloopz/Uncle Brian/Stop Changing your damn username was correct. Try refreshing while you're on that page.
The only thing php can't do is tell you how much milk is left in the fridge.



Deaks

Quote from: Tippmaster on October 28, 2005, 01:39:20 PM
it's an input box. Warrior Zombie/Runic Warrior/Sloopz/Uncle Brian/Stop Changing your damn username was correct. Try refreshing while you're on that page.

:P will change once more after Samhain back to my original of sloopz
~~~~
Former SMF Project Manager
Former SMF Customizer

"For as lang as hunner o us is in life, in nae wey
will we thole the Soothron tae owergang us. In truth it isna for glory, or wealth, or
honours that we fecht, but for freedom alane, that nae honest cheil gies up but wi life
itsel."

Brad

Quote from: Tippmaster on October 28, 2005, 01:39:20 PM
it's an input box. Warrior Zombie/Runic Warrior/Sloopz/Uncle Brian/Stop Changing your damn username was correct. Try refreshing while you're on that page.

I have tried, trust me.  It only effects input boxes like buttons, radio boxes, stuff like that.  It does not effect the posting area.

1MileCrash

then it must be using a different class. Look for the input box in post.template.php for the input box. See if it has any attributes telling it to be white, or #FFFFFF
The only thing php can't do is tell you how much milk is left in the fridge.



Deaks

simple question, did you change it to your specified colour or did you just copy and paste, or upload the correct file?
~~~~
Former SMF Project Manager
Former SMF Customizer

"For as lang as hunner o us is in life, in nae wey
will we thole the Soothron tae owergang us. In truth it isna for glory, or wealth, or
honours that we fecht, but for freedom alane, that nae honest cheil gies up but wi life
itsel."

1MileCrash

crap. i missed it.

change the "editor" class.

this one.


/* The main post box - this makes it as wide as possible. */
.editor
{
        width: 96%;
}


add a background color value to it.

The only thing php can't do is tell you how much milk is left in the fridge.



Advertisement: