/home/coolpkct/www/websites/cake3.cool.rocks/_themes/base/theme.ini
; Theme variables for all page types
; Each variable name must be [bracketed]
; A valid variable name starts with a letter or underscore, followed by any number of letters, numbers, or underscores.
; No other characters are permitted.
; Variable names are case-sensitive
; Variables can be exposed for user editing (exposed = "true") or hidden (exposed = "false")
;
; Each variable must have at least a name. Other settings will be set to the defaults below if omitted
; value = ""
; exposed = "false"
; section = "Default section"
; type = "text"
; label = ""
; tooltip = ""

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Variables used to pass theme settings to Showkase ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

; Showkase creates gallery thumbnail images sized by this formula
; width = ss_totalIndexThumbWidth / ss_indexThumbColumns
; height = width * ss_indexThumbFormat
; Note that some of these variables are exposed for user edits and will be found in the next section of this file

[ss_totalIndexThumbWidth]
value = "1200"

; If ss_totalIndexThumbWidth or ss_indexThumbColumns are not set then Showkase createds fixed size thumbnails
[ss_indexThumbWidth]
value = "250"

[ss_indexThumbHeight]
value = "250"

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Variables exposed in Theme Customize Screen ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

[siteMaxWidth]
section = "Site layout"
exposed = "true"
type = "text"
value = "1108"
tooltip = "Only increase this if you have very large images"
label = "Max site width (px)"

[siteLogoSrc]
section = "Site header"
exposed = "true"
type = "imagesrc"
value = ""
label = "Site logo image URL"
tooltip = "URL for logo image. Max width 222px. Addition to or alternative to text heading, leave blank for no logo"

[ss_showAllSubNav]
section = "Navigation"
exposed = "true"
type = "checkbox"
value = "false"
label = "Show all subnav"
tooltip = "Always show subnav or hide when not active."

[targetImageWidth]
section = "Gallery Pages"
exposed = "true"
type = "text"
value = "1024"
tooltip = "Showkase will use this width as a guideline to show your images as large as possible."
label = "Max image width px"

[targetImageHeight]
section = "Gallery Pages"
exposed = "true"
type = "text"
value = "768"
tooltip = "Showkase will use this height as a guideline to show your images as large as possible."
label = "Max image height px"

[galleryOffset]
; Gallery fitting parameter - white space above and below galleries. Do not expose.
value = "25"

[galleryExternalFit]
section = "Gallery Pages"
exposed = "true"
type = "text"
value = "0"
tooltip = "Increase (+) or decrease (-) gallery height by a fixed amount (px) to fit browser window. Use to compensate for changes in space above the gallery."
label = "External fit px"

[galleryInternalFit]
section = "Gallery Pages"
exposed = "true"
type = "text"
value = "0"
tooltip = "Increase (+) or decrease (-) maximum gallery height by a fixed amount (px). Use to compensate for non-standard thumbnails."
label = "Internal fit px"

[ss_indexThumbColumns]
section = "Gallery Index Page"
exposed = "true"
type = "select"
value = "3"
values[] = "2"
values[] = "3"
values[] = "4"
values[] = "5"
values[] = "6"
options[] = "2 thumb columns"
options[] = "3 thumb columns"
options[] = "4 thumb columns"
options[] = "5 thumb columns"
options[] = "6 thumb columns"
label = "Max thumb columns"
tooltip = "Maximum thumbnail columns on a wide screen"

[ss_indexThumbFormat]
value = "100"
section = "Gallery Index Page"
exposed = "true"
label = "Thumb percent height"
tooltip = "Thumbnail height as a percent of width"

[indexShadowColor]
section = "Gallery Index Page"
type = "rgbacolor"
value = "rgba(0,0,0,0.5)"
exposed = "true"
label = "Thumbnail shadow color"

[indexShadowBlur]
section = "Gallery Index Page"
type = "text"
exposed = "true"
value = "5"
label = "Shadow blur px"
tooltip = "Set to zero for no drop shadow"

[pageBodyLayout]
section = "All Pages"
exposed = "true"
type = "select"
label = "Body text layout"
value = "restricted"
values[] = ""
values[] = "restricted"
values[] = "columns-2"
values[] = "columns-3"
options[] = "1-column wide"
options[] = "1-column narrow"
options[] = "2-column"
options[] = "3-column"
tooltip = "Internet Explorer 9 and earlier do not support multi-columns and will show a single column."

[backgroundImageStyle]
section = "All Pages"
type = "select"
exposed = "true"
value = ""
label = "Background image style"
values[] = ""
values[] = "background-image background-cover"
values[] = "background-image background-repeat"
values[] = "background-image background-repeat-x"
values[] = "background-image background-repeat-y"
options[] = "None"
options[] = "Cover"
options[] = "Tile"
options[] = "Tile horizontal"
options[] = "Tile vertical"

[backgroundImageSrc]
section = "All Pages"
exposed = "true"
type = "imagesrc"
value = ""
label = "Background URL"
tooltip = "URL for page background image."

[headingsFont]
section = "Fonts"
exposed = "true"
type = "select"
value = "arial"
label = "Headings font"
values[] = "arial"
values[] = "courier"
values[] = "georgia"
values[] = "helvetica"
values[] = "lucida-console"
values[] = "lucida-sans"
values[] = "palatino"
values[] = "tahoma"
values[] = "times"
values[] = "verdana"
options[] = "Arial"
options[] = "Courier"
options[] = "Georgia"
options[] = "Helvetica Neue"
options[] = "Lucida Console"
options[] = "Lucida Sans"
options[] = "Palatino"
options[] = "Tahoma"
options[] = "Times New Roman"
options[] = "Verdana"

[bodyFont]
section = "Fonts"
exposed = "true"
type = "select"
value = "georgia"
label = "Body font"
values[] = "arial"
values[] = "courier"
values[] = "georgia"
values[] = "helvetica"
values[] = "lucida-console"
values[] = "lucida-sans"
values[] = "palatino"
values[] = "tahoma"
values[] = "times"
values[] = "verdana"
options[] = "Arial"
options[] = "Courier"
options[] = "Georgia"
options[] = "Helvetica Neue"
options[] = "Lucida Console"
options[] = "Lucida Sans"
options[] = "Palatino"
options[] = "Tahoma"
options[] = "Times New Roman"
options[] = "Verdana"

[bodyFontPercent]
section = "Fonts"
exposed = "true"
type = "select"
value = "75"
tooltip = "Scale fonts up or down. Default is 12px."
label = "Base font size (px)"
values[] = "100"
values[] = "93.75"
values[] = "87.5"
values[] = "81.25"
values[] = "75"
values[] = "68.75"
values[] = "62.5"
values[] = "56.25"
values[] = "50"
options[] = "16"
options[] = "15"
options[] = "14"
options[] = "13"
options[] = "12"
options[] = "11"
options[] = "10"
options[] = "9"
options[] = "8"

[themePalette]
exposed = "true"
type = "select"
section = "Color scheme"
tooltip = "Choose custom to activate custom palette."
value = "light"
label = "Overall color scheme"
values[] = "light"
values[] = "dark"
values[] = "custom"
options[] = "light"
options[] = "dark"
options[] = "custom"

;;;;;;;;;;;;;;;;;;;;;;;;;
; Custom Palette Colors ;
;;;;;;;;;;;;;;;;;;;;;;;;;

[customBackgroundColor]
exposed = "true"
type = "hexcolor"
value = "FFFFFF"
section = "Custom Palette"
label = "Background color"
tooltip = "Use the color picker or type a hex color into the form field"

[customForegroundColor]
exposed = "true"
type = "hexcolor"
value = "6E6E6E"
section = "Custom Palette"
label = "Text color"

[customLinkColor]
exposed = "true"
type = "hexcolor"
value = "999999"
section = "Custom Palette"
label = "Link color"

[customHoverColor]
exposed = "true"
type = "hexcolor"
value = "4C4C4C"
section = "Custom Palette"
label = "Hover color"

[customUrhereColor]
exposed = "true"
type = "hexcolor"
value = "4C4C4C"
section = "Custom Palette"
label = "Selected link color"

[customHeading1Color]
exposed = "true"
type = "hexcolor"
value = "222222"
section = "Custom Palette"
label = "Main heading color"

[customHeading2Color]
exposed = "true"
type = "hexcolor"
value = "222222"
section = "Custom Palette"
label = "Sub-heading color"

[customBorderColor]
exposed = "true"
type = "hexcolor"
value = "CECECE"
section = "Custom Palette"
label = "Borders color"