* <%= ts('Required information') %>

<%= ts('About') %>
<%= f.label :title, ts('Title') + "*" %>
<%= f.text_field :title %>
<%= f.label :description, ts('Description') %>
<%= f.text_field :description %>
<%= ts("Fonts and Whitespace") %>
<%= f.label :font, ts('Font') %> <%= link_to_help('skins-wizard-font') %>
<%= f.text_field :font, "aria-describedby" => "font-field-notes" %>

<%= ts("Comma-separated list of font names.") %>

<%= f.label :base_em, ts('Percent of browser font size') %> <%= link_to_help('skins-wizard-font-size') %>
<%= f.text_field :base_em, "aria-describedby" => "base-em-field-notes" %>

<%= ts("Numbers only, treated as a percentage of the browser's default font size. Default: 100").html_safe %>

<%= f.label :margin, ts('Work margin width') %>
<%= f.text_field :margin, "aria-describedby" => "margin-field-notes" %>

<%= ts("Numbers only, treated as a percentage of the page width.") %>

<%= f.label :paragraph_margin, ts('Vertical gap between paragraphs') %> <%= link_to_help('skins-wizard-vertical-gap') %>
<%= f.text_field :paragraph_margin %>

<%= ts("Numbers only, treated as a multipler of the paragraph font size. Default: 1.286").html_safe %>

<%= ts("Colors") %>

<%= ts('You may wish to refer to this handy list of colors.').html_safe %>

<%= f.label :background_color, ts('Background color') %>
<%= f.text_field :background_color, "aria-describedby" => "background-color-field-notes" %>

<%= ts("Name or hex code. Default: #fff".html_safe) %>

<%= f.label :foreground_color, ts('Text color') %>
<%= f.text_field :foreground_color, "aria-describedby" => "foreground-color-field-notes" %>

<%= ts("Name or hex code. Default: #2a2a2a".html_safe) %>

<%= f.label :headercolor, ts('Header color') %>
<%= f.text_field :headercolor, "aria-describedby" => "header-color-field-notes" %>

<%= ts("Name or hex code. Default: #900".html_safe) %>

<%= f.label :accent_color, ts('Accent color') %> <%= link_to_help('skins-wizard-accent-color') %>
<%= f.text_field :accent_color, "aria-describedby" => "accent-color-field-notes" %>

<%= ts("Name or hex code. Default: #ddd".html_safe) %>

<%= hidden_field_tag 'wizard', true %>
<%= ts("Parent Skins") %> <%= link_to_help "skins-parents" %>

<%= ts("Parent Skins") %>

<%= submit_fieldset(f) %>