Logged Out
Create an Account
Login:
Password:

Forgot your password?
WoW theme CSS help

WoW theme CSS help
[Back to Index]  [Bottom of Thread]
Thread Tags
Primary: [Support]
Secondary: None
When looking at my site after applying the WoW theme I see that the headers in the page show up with a background image of bluetile.jpg.



I want to change this image but the only place I see it refered to is as follows in the CSS:

.quoteheader {
font-size:9pt;
background-image:url(http://dkpfiles.com/dkp-templates/wow/bluetile.jpg);}

I modified this line in the CSS Editor built in but when I saved it it didn't change anything.

quoteheader {
font-size:9pt;
background-image:url(http://dkpfiles.com/bushido/files/redtitle.jpg);}

Since it didn't change anything I changed the setting back to the way it is listed above. Any insight would be nice.

--
Six Demon BagRefresh This Item
Jack Burton: Hey, what more can a guy ask for?
Egg Shen: Oh, a six-demon bag!
Jack Burton: Terrific, a six-demon bag. Sensational. What's in it, Egg?
Egg Shen: Wind, fire, all that kind of thing!
Check the CSS inside the layout file. There should be a few more CSS definitions there.

--
It's all in the reflexes.
/* The header bar of tables that act as lists */
.listlabel{
font-size: 9pt;
font-weight: bold;
background-image: url('http://dkpfiles.com/bushido/files/redtitle.jpg);
color: #FFFFFF;}

/* I had to break the link to the picture because it added it into my post */

--
Ieyasu - Organizer, Ex Cineribus
Quote by Chops
Check the CSS inside the layout file. There should be a few more CSS definitions there.


I looked there first but I guess I wasn't looking at the right item. I'll check Nitesbane's reference and see if that changes is. Of course I'm still looking for buttons and such that are similar to the blue ones in the template but are in a red motif.


--
Six Demon BagRefresh This Item
Jack Burton: Hey, what more can a guy ask for?
Egg Shen: Oh, a six-demon bag!
Jack Burton: Terrific, a six-demon bag. Sensational. What's in it, Egg?
Egg Shen: Wind, fire, all that kind of thing!
Quote by Nitesbane
/* The header bar of tables that act as lists */
.listlabel{
font-size: 9pt;
font-weight: bold;
background-image: url('http://dkpfiles.com/bushido/files/redtitle.jpg);
color: #FFFFFF;}

/* I had to break the link to the picture because it added it into my post */


Yep thats the one. Now back to my search for a nice red button similar the one Chops uses in his template and a nice repeatable red background to use for the title areas.

--
Six Demon BagRefresh This Item
Jack Burton: Hey, what more can a guy ask for?
Egg Shen: Oh, a six-demon bag!
Jack Burton: Terrific, a six-demon bag. Sensational. What's in it, Egg?
Egg Shen: Wind, fire, all that kind of thing!


[Back to Index]  [Top of Thread]