Your IP : 216.73.217.112


Current Path : /home/z/i/e/zieirix/www/templates/it_medical/blueprints/styles/
Upload File :
Current File : /home/z/i/e/zieirix/www/templates/it_medical/blueprints/styles/showcase.yaml

name: Showcase Styles
description: Showcase styles for the Medical theme
type: section

form:
  fields:

    background-color:
      type: input.colorpicker
      label: Background Color
      default: "#ffffff"
    background-image:
      type: input.imagepicker
      label: Background Image
      default: "gantry-media://bgshowcase.png"
    background-repeat:
      type: select.select
      label: Background Repeat
      default: repeat
      options:
        no-repeat: No Repeat
        repeat: Repeat
        repeat-x: Repeat-x
        repeat-y: Repeat-y
    background-size:
      type: select.select
      label: Background Size
      default: auto
      options:
        auto: Auto
        100%: 100%
        cover: Cover
    background-attachment:
      type: select.select
      label: Background Attach.
      default: scroll
      options:
        scroll: Scroll
        fixed: Fixed
    text-color:
      type: input.colorpicker
      label: Text Color
      default: "#777777"
    heading-color:
      type: input.colorpicker
      label: Heading Color
      default: "#252d37"