;other skin settings

; Fonts
; http://www.w3.org/TR/REC-CSS1#font-variant
; font-color  - BBGGRR Blue-Green-Red mix, hexadecimal numbers
; background-color  SAME. default (no entry) is transparent.
; cell-height - MODERN cross-platform directive. Sets the text layout box
;               height (in DIPs) AND the glyph body height. Identical on
;               Windows and macOS. Auto-implies modern rendering (overrides
;               any legacy-vertical-offset / vst3-vertical-offset directive).
; font-size   - DEPRECATED. Legacy point size. Triggers a lookup in the
;               LegacyGdiMetrics table to derive a cell height; produces
;               pre-1.6 SE 1.5-compatible layout. Prefer cell-height.
; font-family - Searches available fonts, left to right. Specific font name, or generic...
;   'serif' (e.g. Times)
;   'sans-serif' (e.g. Helvetica)
;   'cursive' (e.g. Zapf-Chancery)
;   'fantasy' (e.g. Western)
;   'monospace' (e.g. Courier New). Doesn't seem to go smaller than 12
;    Arial, Times New Roman, and Courier New are core fonts to Windows
;
; text-decoration underline    (overline, line-through, blink not supported)
; font-style normal |italic    (oblique not supported)

; font-weight :  normal | bold | light | 100 | 200 | 300 | 400
;                                      | 500 | 600 | 700 | 800 | 900
; following not supported at present: bolder | lighter
; text-align center | left | right

FONT_CATEGORY module_title
font-family Arial, Helvetica, "sans-Serif"
cell-height 15
font-color #FFFFFF

FONT_CATEGORY panel_group
font-family Arial, Helvetica, "sans-Serif"
cell-height 16
font-weight bold
font-color #FFFFFF

FONT_CATEGORY control_label
font-family Arial, Helvetica, "sans-Serif"
cell-height 16
font-weight bold
font-color #FFFFFF

FONT_CATEGORY control_edit
font-family Arial, Helvetica, "sans-Serif"
cell-height 16
font-weight bold
;font-color #000000 - don't apply to edit boxs

; this category is for LED Stack item labels and rotary switch labels
FONT_CATEGORY switch_label
font-family Arial, Helvetica, "sans-Serif"
cell-height 13
font-color #F5F5F5

FONT_CATEGORY selector_text
font-family Arial, Helvetica, "sans-Serif"
cell-height 16
font-weight bold
font-color #ff0000

; the writing on container and VST plugin displays
FONT_CATEGORY tty
font-family terminal, monospace, Courier New
cell-height 13
font-color #00f000
background-color #000000

; Heading on properties screen
FONT_CATEGORY "properties_heading"
font-family Arial, Helvetica, "sans-Serif"
cell-height 16
font-weight bold
font-color #000000
background-color #ffffff

; plugs
FONT_CATEGORY plug
font-family Arial, Helvetica, "sans-Serif"
cell-height 13
font-color #000000

FONT_CATEGORY "Normal"
font-family Arial, Helvetica, "sans-Serif"
cell-height 15
font-color #000000
background-color  #ffffff
text-align center

FONT_CATEGORY "Heading 1"
font-family Arial, Helvetica, "sans-Serif"
cell-height 24
font-color #fff7f7
text-align center
text-decoration underline
;font-style italic
font-weight 900

FONT_CATEGORY "Heading 2"
text-align center
font-family Arial, Helvetica, "sans-Serif"
cell-height 21

FONT_CATEGORY "Heading 3"
text-align center
font-family Arial, Helvetica, "sans-Serif"
cell-height 16

FONT_CATEGORY "User 1"
font-family Arial, Helvetica, "sans-Serif"
cell-height 16
font-color #000000
background-color  #ffffff
text-align left

FONT_CATEGORY "User 2"
font-family Courier
cell-height 15

FONT_CATEGORY "User 3"
font-family Fixedsys
cell-height 15