Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Then each style defined in your CSS file should use that parent selector to define the styles. Setting the font-size of the <legend> element, for example will look like:

.dealer-name

legend

{ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;font

{
      font-size:

16px;


}

Panel
Wiki Markup

Your style sheets will always be included after the default Photo Finale style sheets, so it is therefore possible for you to override any of the default PF styling by omitting the .dealer-name scope, for example:

legend

{ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;font

{
      font-size:

16px;


}

Panel
Wiki Markup


Note

We recommend against overriding the default Photo Finale styling. Lucidiom cannot take responsibility nor provide engineering resources to help diagnose or debug problems caused by overrides to the default styles. Ensuring that the default styling is compatible with all supported browsers on OS X and Windows is enough fun for us already!

...