OLD | NEW |
1 <div id="font-settings" class="page hidden"> | 1 <div id="font-settings" class="page hidden"> |
2 <h1 i18n-content="fontSettingsPage"></h1> | 2 <h1 i18n-content="fontSettingsPage"></h1> |
3 <section> | 3 <section> |
4 <h3 i18n-content="fontSettingsStandard"></h3> | 4 <h3 i18n-content="fontSettingsStandard"></h3> |
5 <div class="font-input-div"> | 5 <div class="font-input-div"> |
6 <div> | 6 <div> |
7 <select id="serif-font-family" class="font-input" dataType="string" | 7 <select id="standard-font-family" class="font-input" dataType="string" |
8 pref="webkit.webprefs.serif_font_family" | 8 pref="webkit.webprefs.standard_font_family" |
9 metric="Options_ChangeSerifFont" disabled></select> | 9 metric="Options_ChangeStandardFont" disabled></select> |
10 </div> | 10 </div> |
11 <div> | 11 <div> |
12 <input id="serif-font-size" type="range" min="0" max="24" | 12 <input id="standard-font-size" type="range" min="0" max="24" |
13 pref="webkit.webprefs.default_font_size" class="font-input"> | 13 pref="webkit.webprefs.default_font_size" class="font-input"> |
14 <div> | 14 <div> |
15 <span i18n-content="fontSettingsSizeTiny"></span> | 15 <span i18n-content="fontSettingsSizeTiny"></span> |
16 <span i18n-content="fontSettingsSizeHuge" class="font-settings-huge"> | 16 <span i18n-content="fontSettingsSizeHuge" class="font-settings-huge"> |
17 </span> | 17 </span> |
18 </div> | 18 </div> |
19 </div> | 19 </div> |
20 </div> | 20 </div> |
21 <div id="serif-font-sample" class="font-sample-div"></div> | 21 <div id="standard-font-sample" class="font-sample-div"></div> |
22 </section> | 22 </section> |
23 <section> | 23 <section> |
24 <h3 i18n-content="fontSettingsFixedWidth"></h3> | 24 <h3 i18n-content="fontSettingsFixedWidth"></h3> |
25 <div class="font-input-div"> | 25 <div class="font-input-div"> |
26 <div> | 26 <div> |
27 <select id="fixed-font-family" class="font-input" dataType="string" | 27 <select id="fixed-font-family" class="font-input" dataType="string" |
28 pref="webkit.webprefs.fixed_font_family" | 28 pref="webkit.webprefs.fixed_font_family" |
29 metric="Options_ChangeFixedFont" disabled></select> | 29 metric="Options_ChangeFixedFont" disabled></select> |
30 </div> | 30 </div> |
31 <div> | 31 <div> |
(...skipping 27 matching lines...) Expand all Loading... |
59 <h3 i18n-content="fontSettingsEncoding"></h3> | 59 <h3 i18n-content="fontSettingsEncoding"></h3> |
60 <div class="font-input-div"> | 60 <div class="font-input-div"> |
61 <div> | 61 <div> |
62 <select id="font-encoding" dataType="string" | 62 <select id="font-encoding" dataType="string" |
63 pref="intl.charset_default" metric="Options_ChangeFontEncoding" | 63 pref="intl.charset_default" metric="Options_ChangeFontEncoding" |
64 disabled></select> | 64 disabled></select> |
65 </div> | 65 </div> |
66 </div> | 66 </div> |
67 </section> | 67 </section> |
68 </div> | 68 </div> |
OLD | NEW |