Quote:
Originally Posted by orok
I made some changes using additional.css template in the forum style those changes work fine with all pages but not with the rules page.
example:
Public page font style:
Attachment 119419
Forum rules font style:
Attachment 119420
thank you for your great job ...
|
I agree, Valter! Thank you so much for a fabulous mod!
I had a similar issue with the CSS. Most of the styling was there, but it seemed to be missing the components from the additional.css template. (I'm not storing my style sheets externally/as files.)
Here's what worked for me to fix the styling of the rules page. I have no idea if this is the best way, but it seems harmless enough! LOL!
Edit the template Valter Templates ? vsa_frules and add the following after {vb:raw headinclude}:
PHP Code:
{vb:cssfile additional.css}
Then scroll down to find the background and text colors for the "highlight" bars at the top and bottom of the rules page. Change them to match your color scheme, save, and you're good to go.
Hope this helps!