{combine_css path="themes/default/js/ui/theme/jquery.ui.button.css"} {combine_css path="themes/default/js/plugins/colorbox/style2/colorbox.css"} {combine_css path="themes/greydragon/admin/css/styles.css"} {combine_script id='jquery.colorbox' load='footer' require='jquery' path='themes/default/js/plugins/jquery.colorbox.min.js' } {combine_script id='greydragon.admin' load='footer' require='jquery,jquery.ui.button,jquery.colorbox' path='themes/greydragon/admin/js/admin.js' } {if $options.p_debug == "on"} {debug} {/if}

{'GreyDragon Theme'|@translate} - {$options.version}

{'Prerequisits'|@translate}
{'Suggested Modules'|@translate}
{'General Settings'|@translate}
  • {*
  • *}
{'Advanced Options - General'|@translate}
{'Advanced Options - Photo Page'|@translate}
{'Advanced Options - Root Page'|@translate}
{'Advanced Options - Custom CSS'|@translate}
{'Advanced Options - Maintenance'|@translate}
{'Help'|@translate}
  • {'Prerequisites'|@translate}

    REQUIREMENTS NEED TO BE MET FOR THE THEME TO FUNCTION PROPERLY.
    Please refer to information on the left.

  • {'General Settings'|@translate}

    To add logo specify Logo Image. Recommended logo height is 80px. If you need bigger space for your logo, CSS adjustments would have to be made. In addition to Logo you can specify Header Text.
    Footer Text allows adding simple text as a row in the footer below menu links and Site's credits.

    Important feature of the theme is a support for Color Packs which is managed by Color Pack Option. It allows changing colors, styles, theme for the pages. By default theme includes 3 color packs: slateblue, blackhawk, whitehawk, but you could be easily extend the list by creating copy of one of the existing colorpack folders and then adjusting colors.

  • {'Advanced Options - Custom CSS'|@translate}

    This option allows fine tune Theme's styles to better suit your personal taste.

    Few examples for standard CSS notation:

    • Remove fixed width:
         body { width: auto; }
    • Remove fixed width but keep min-width:
         body { width: auto; min-width: 1270px; }
    • Add Thumb shadow for gdThumb: Set margin between thumbs to 10-14px. Modify shadow color to match your theme
         .gdthumb { box-shadow: 6px 6px 3px #888888; }