Blame Raw
· · · 16 lines (941 B)
0 contributors
1<div class="flex-container flexFlowColumn">
2 <h3 data-i18n="Choose how to apply CSS style tags if they are defined in Creator's Notes of this character:" class="margin0">
3 Choose how to apply CSS style tags if they are defined in Creator's Notes of this character:
4 </h3>
5 <h4 data-i18n="CAUTION: Malformed styles may cause issues." class="neutral_warning">
6 CAUTION: Malformed styles may cause issues.
7 </h4>
8 <label class="checkbox_label" for="global_styles_forbidden">
9 <input type="radio" id="global_styles_forbidden" name="global_styles_preference" />
10 <span data-i18n="Just to Creator's Notes">Just to Creator's Notes</span>
11 </label>
12 <label class="checkbox_label" for="global_styles_allowed">
13 <input type="radio" id="global_styles_allowed" name="global_styles_preference" />
14 <span data-i18n="Apply to the entire app">Apply to the entire app</span>
15 </label>
16</div>