[solved] Where Is This Code In The Stylesheet.... »  Show posts from    to     

Icy Phoenix


phpBB 3 MODS And Styles (Not Compatible With phpBB 3.1) - [solved] Where Is This Code In The Stylesheet....



MordyT [ Sat 10 Oct, 2009 09:20 ]
Post subject: [solved] Where Is This Code In The Stylesheet....
Ok geniuses....help me out please

(hope this is an ok place to post this)

i linked my forum rules to the forum and it looks like this (see attachment)

I wish to change the background color....to make it easier.
Where can i find the color code so i can change it?

Forum is located at Dausa.info

THANKS!


Mighty Gorgon [ Sat 10 Oct, 2009 12:30 ]
Post subject: Re: Where Is This Code In The Stylesheet....
Which style are you using?


MordyT [ Sun 11 Oct, 2009 10:00 ]
Post subject: Re: Where Is This Code In The Stylesheet....
Sorry, forgot to post that.
I am usibg black pearl moddified with colorizeit from this site to turn all yellow into a lighter blue. Thanks for your help


Joshua203 [ Sun 11 Oct, 2009 11:39 ]
Post subject: Re: Where Is This Code In The Stylesheet....
i ve looked over the source of your page because i have no forum rules in my setup and the answer is quite easy to find, the class of your forum rules is "forumrules"

so all you do is find it in your stylesheet

Code: [Hide] [Select]
.forumrules {
background-color: #FFFFAA;
border-width: 1px;
border-style: solid;
border-color: #DD2222;
padding: 4px;
font-weight: normal;
font-size: 1.1em;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
}


MordyT [ Mon 12 Oct, 2009 08:38 ]
Post subject: Re: Where Is This Code In The Stylesheet....
Joshua203 wrote: [View Post]
i ve looked over the source of your page because i have no forum rules in my setup and the answer is quite easy to find, the class of your forum rules is "forumrules"

so all you do is find it in your stylesheet

Code: [Hide] [Select]
.forumrules {
background-color: #FFFFAA;
border-width: 1px;
border-style: solid;
border-color: #DD2222;
padding: 4px;
font-weight: normal;
font-size: 1.1em;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
}


Thank you very much, i feel like a n00b now
Now i have changed it...and i like it much better... (see attachment)




Powered by Icy Phoenix