Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fixed formatting of PF CSS overrides example.

...


Most PF Enterprise sites will need to override certain PF layout styles, shown here. The values of the #header.pageLayout height and #content.fullpage top should be the same and should represent the actual height of your header content.

/*

Photo

Finale

Overrides

*/

#pageWrapper

{       background: none;       box-shadow: none;       max-width: 100%; } #header.pageLayout {       background: none;       height: 100px;       border: none; } #content.fullpage {       top: 100px; } #footer {       background: none; }

{
      background: none;
      box-shadow: none;
      max-width: 100%;
}

#header.pageLayout {
      background: none;
      height: 100px;
      border: none;
}

#content.fullpage {
      top: 100px;
}

#footer {
      background: none;
}

Panel
Wiki Markup


Reserved Page Names

The following names are reserved by Lucidiom and should not be used as page or folder names within Umbraco. This list may change from time to time.

...