The colors are going crazy.

31
Oct
2011
The colors of my forum are set the way I want them. The border of the Who's Online and the profile thing, and the affiliate thing are way lighter than I set the colors. I look at the Admin Panel, none of the colors I used are set for that, and the lightness of the color kind of makes it hard to see the title, and it's making my forum look a little bad, IMO. Could you help me with that?

http://animagousspellcast.forumotion.com/
1 FrozenX, on 31/10/2011 at 16h08
If you have you're own custom css, make sure that they aren't affecting it.
2 Higurashistrike, on 01/11/2011 at 00h47
There is nothing in my CSS style sheet.
3 FrozenX, on 01/11/2011 at 09h14
ok fine..

then...

there is something in your CSS affecting it, so find something with 'color: white' and change it to black.
4 Nera., on 01/11/2011 at 11h03
Hi,

The border for your Wio is set via CSS.

Try adding this to your CSS

Code:
.forumline {
    border: 2px solid black !important;
}


Change the black to what ever you want.

Can you mark on a screen shot for me what do you want to change exactly on your forum (wich colors) and I'll tell you how do to it?
5 Higurashistrike, on 01/11/2011 at 23h14
Sorry, let me re-word my first post... I don't mean the border. Well, I got the screenshot you asked for, I don't know how to exactly explain what it is I am wanting:
6 Nera., on 01/11/2011 at 23h25
Hi,

For the left side you marked find this in CSS and remove the photo link and than change the background color to the one you want.

Code:
td.cat, td.catBottom, td.catHead, td.catLeft, td.catRight, td.catSides {
    background-color: #D91A1A;
    background-image: url("http://illiweb.com/fa/subsilver/back_catg.gif");
    border: medium solid #6E6E6E;
    height: 28px;
}


For the middle the same thing but this part

Code:
th {
    background-color: #222499;
    background-image: url("http://illiweb.com/fa/subsilver/back_title.gif");
    color: #610000;
    font-size: 13px;
    font-weight: 700;
    height: 25px;
    padding: 2px 3px;
}
7 Higurashistrike, on 02/11/2011 at 03h04
That's not exactly what I wanted to colour.... here, I marked the spots I do want to colour:
8 Nera., on 02/11/2011 at 10h31
Sorry, I'm not getting you. Those parts of CSS I pasted here are for the parts you marked. Do you want to change the font color or the BG color? See, I colored them using that parts for your forum http://i.imm.io/b48z.png

If it's font color you want to change just change color: #your code here; in the code and add color: #your code here; to the one that does not have it.
9 Higurashistrike, on 02/11/2011 at 14h06
When I put in the code you gave me, it only covers around the part that I marked on the screenshot.
10 Higurashistrike, on 05/11/2011 at 01h56
≈Bump≈
I'm really starting to feel ignored.
11 Higurashistrike, on 16/11/2011 at 05h51
~Could someone please help me? I need it. I'm getting really tired of waiting.~
12 WHITESABBATH, on 16/11/2011 at 14h44
Nera told you what to do/remove .
find this url in your css http://illiweb.com/fa/subsilver/back_catg.gif and remove it.


this is what the image looks like
13 Higurashistrike, on 19/11/2011 at 05h49
I already stated there is no URL in my CSS sheet.
14 slg, on 19/11/2011 at 07h07
When you go to the CSS stylesheet there so be a link that says See Basic CSS. Press it and your CSS will load, and you can see it.
15 Higurashistrike, on 20/11/2011 at 07h53
Oh, I think I get it. I had deleted
Code:
    background-image: url("http://illiweb.com/fa/subsilver/back_catg.gif");
from my CSS, yet I was only supposed to delete the URL, so it still appeared... is that what happened? Since I tried to put it back in and only delete the URL this time, and it now seems normal once again. It looks like that was what happpened...

-thanks. ^.^

Apologies for my impatience.
16 Sanket, on 20/11/2011 at 11h50
Since this thread is marked solved, I will archive this thread.


Sanket Smile

Similar topics
# In Bozeman, Montana, a law prohibits all sexual activity from the front yard of a home after sundown. # In Salt Lake County, Utah, it’s illegal to walk down the street carrying a violin in a paper bag. # In San Francisco, it’s illegal to pile horse
Laser MAXIMUM DRIVE Spikes MAXIMUM DRIVE Drill MAXIMUM DRIVE Rocket MAXIMUM DRIVE Cube MAXIMUM DRIVE Hover MAXIMUM DRIVE Frenzy MAXIMUM DRIVE Final Prism Breaker made even better with the announcer being the same VA in japan as the belt
Here is my latest work:
Replies 1 to 16 on 16 for "The colors are going crazy."
Informations

16 Replies For the topic :
"The colors are going crazy."

This topic has been viewed 882 times.

Last message :
31/10/2011 at 16h05 by "Higurashistrike"