okay the problem is some of my invision skins are dark, and the text for the wiki articles is always dark. Isn't there some way I can make the text sometimes dark and sometimes light depending on the skin? I used firebug and it says it's inheriting the text from table.ipbtable... but the text is showing up as the color 222222 even though the skin has it set to FFF.
Did that make any sense or should I post pics?
is there a way to change the main text color?
Started by Quexinos, Jan 08 2009 07:10 AM
2 replies to this topic
#1
Posted 08 January 2009 - 07:10 AM
#2
Posted 08 January 2009 - 06:42 PM
it makes sense yes, the css is the result of a combination of:
- your forum css (found in your forum image folder)
- the wiki css found in your wiki skins/ipbwiki_skin folder (main.css)
- css defined in the file ipbwiki_commons.php in the function invision_css (found in your forum folder)
--> it's the last one that's causing the issue, It's a while ago I wrote that part but I think I added the definition for the ipb.table in there for the ipbwiki_skin_monobook type skins, but that you don't need this one for the ipbwiki_skin type skin, so if you're just using the ipb style you can remove it from that piece of code, or just the text color maybe)
- your forum css (found in your forum image folder)
- the wiki css found in your wiki skins/ipbwiki_skin folder (main.css)
- css defined in the file ipbwiki_commons.php in the function invision_css (found in your forum folder)
--> it's the last one that's causing the issue, It's a while ago I wrote that part but I think I added the definition for the ipb.table in there for the ipbwiki_skin_monobook type skins, but that you don't need this one for the ipbwiki_skin type skin, so if you're just using the ipb style you can remove it from that piece of code, or just the text color maybe)
#3
Posted 08 January 2009 - 09:40 PM
Perfect, thank you so much. I was ready to pull my hair out because I could not find where that code was. Thanks again.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users












