- Moderated by:
- Support Team
-
- rank:
-
Professional
- registered:
- March 2003
- Status:
- offline
- last visit:
- 19.11.08
- Posts:
- 901
Oops, it seems the forum cuts of some things...
I did add
Code
style='background-color: #000;'
and change the ' by " because normally that overrides the Id, or class style... [for XHTML compliancy]
I found it weird to find the other #numbers stuff...
- Igor
--
Have a nice day
zikulapro.be is currently running
Zikula 1.0.2 -
- rank:
-
Professional
- registered:
- March 2003
- Status:
- offline
- last visit:
- 19.11.08
- Posts:
- 901
use double quotes instead of the single ones in the code stuff
that's all
- Igor
--
Have a nice day
zikulapro.be is currently running
Zikula 1.0.2 -
- rank:
-
Helper
- registered:
- December 2005
- Status:
- offline
- last visit:
- 24.11.07
- Posts:
- 220
Thanks guys! worked like a charm. Now before I go off and try to change other things. One more question please.
To change the backgrounds in areas such as the forum, sections, etc. I have to go to thier perspective style.css files to change them right? -
- rank:
-
Professional
- registered:
- September 2006
- Status:
- offline
- last visit:
- 22.11.08
- Posts:
- 1451
It's like your pnForum template hardcode the background color, possibly with your palette colors. You may can change that colors searching in your Xanthia -> 'Edit theme' -> 'Color palette' for #AAC5E0 and #F9F9F9, and replacing for your preffered colors.
Also you can read your pnForum templates to see how are defined inline the background colors.
--
- Mateo T. -
Mis principios... son mis fines -
- rank:
-
Helper
- registered:
- December 2005
- Status:
- offline
- last visit:
- 24.11.07
- Posts:
- 220
I might be alitle confused, so I will post a screenie of what I am trying to do.
Here is the screenie
screenie
What I am trying to do is change all the white background on the forum to black, change the blue parts to grey, and then change the color of the highlighted section. Does that make sense? Just trying to clarify myself and what I am having a problem doing. I am trying to use firebug, but cant find the code that it is showing me. -
- rank:
-
Professional
- registered:
- September 2006
- Status:
- offline
- last visit:
- 22.11.08
- Posts:
- 1451
It's related to this thread:
http://community.postnuke.com/module-Forum-viewtopic-topic-53174-start-0.htm#pid228832
The pnforum_user_main.htm template have this code:
<li class="pnf_bgcolor1" onmouseover="this.className='pnf_bgcolor3'" onmouseout="this.className='pnf_bgcolor1'">
i guess that bgcolors are from Xanthia palette, so, you can modify them on there.
Try to do that:
Admin -> Xanthia -> 'Edit theme' -> 'Color palette'
Change the bgcolor1 to black, like you say,
ant the bgcolor3 to gray.
Try and tell us.
--
- Mateo T. -
Mis principios... son mis fines -
- rank:
-
Helper
- registered:
- December 2005
- Status:
- offline
- last visit:
- 24.11.07
- Posts:
- 220
When I go into the Seabreaze theme in Xanthia, and click on colors. To change, do I choose "add new theme color palatte" or "Configure"? I think I am in the right place, just not sure which one to choose. -
- rank:
-
Professional
- registered:
- September 2006
- Status:
- offline
- last visit:
- 22.11.08
- Posts:
- 1451
Configure your current palette,
i think that's the way.
--
- Mateo T. -
Mis principios... son mis fines -
- rank:
-
Helper
- registered:
- December 2005
- Status:
- offline
- last visit:
- 24.11.07
- Posts:
- 220
Awsome! It worked! Thanks.
I did see one thing though. I changed the color of the font in the main style.css when chaning the regular backgrounds to black. And it seems that it affected the forum as well. I will post another screenie. All I have to do now is figure out how to change the font color above and under the avatar from gold to black.
-
- rank:
-
Professional
- registered:
- September 2006
- Status:
- offline
- last visit:
- 22.11.08
- Posts:
- 1451
In the same palette, are the font-colors, hover, etc...
Try to modity that too!
Good work in the sith order!
--
- Mateo T. -
Mis principios... son mis fines -
- rank:
-
Helper
- registered:
- December 2005
- Status:
- offline
- last visit:
- 24.11.07
- Posts:
- 220
Nope, didn't work.
All I have left to figure out is this, and some parts of the private message system are still white. Thanks for all the help, and thanks for thinking I am doing an ok job.
