Fork me on GitHub

CSS Selector FONT in several themes - Is there a PN reason?  Bottom

  • After having tried, with no success, to figure out XTE, I've decided to go back to what I know and is infinitely easier for me - doing what I can with CSS.

    Several of the themes that I have found and am tinkering about with to see what makes them tick have the CSS Selector FONT used, as in

    Code

    FONT        {
        FONT-FAMILY: "Trebuchet MS";
        FONT-SIZE: small;
    }


    I've not seen this used before in this manner, as font is usually the property in the declaration. Is this something that is specific to and needed for PostNuke?

    Thank you for input.

    Peace,
    Paul
  • I guess this is here for the times when a theme maybe using:

    tags

    This is not the way to do it, but some themes may still have this...

    --
    -Lobos
    Professional PHP Framework Services: Concept, Development and Deployment
  • Thanks! I just wanted to make sure I wasn't going to need that somewhere down the road.
  • You may need it still - it depends on whether or not the font tag is being used somewhere in the theme.
  • Styles for the font tag shouldn't be needed for .750 since the font tag has been eliminated but you may need it for 3rd party modules which may still contain this tag. It doesn't hurt for your stylesheet to contain this though.

    -Mark

    --
    Visit My homepage and Zikula themes.
  • 0 users

This list is based on users active over the last 60 minutes.