2017-02-14 15:35:53 +00:00
|
|
|
<!DOCTYPE html>
|
2017-03-23 03:41:50 +00:00
|
|
|
<html id="stylus">
|
2017-02-14 15:35:53 +00:00
|
|
|
<head>
|
2017-11-25 13:24:07 +00:00
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2017-04-10 06:47:09 +00:00
|
|
|
<title i18n-text-append="optionsHeading">Stylus </title>
|
2017-12-08 04:40:08 +00:00
|
|
|
<link rel="stylesheet" href="global.css">
|
2017-08-27 14:45:15 +00:00
|
|
|
<link rel="stylesheet" href="options/options.css">
|
2017-09-05 21:33:08 +00:00
|
|
|
<link rel="stylesheet" href="options/onoffswitch.css">
|
2017-09-03 20:52:06 +00:00
|
|
|
|
|
|
|
<style id="firefox-transitions-bug-suppressor">
|
|
|
|
/* restrict to FF */
|
2017-12-02 16:38:03 +00:00
|
|
|
@supports (-moz-appearance:none) {
|
2017-09-03 20:52:06 +00:00
|
|
|
/* increased specificity to override sane selectors in user styles */
|
|
|
|
html#stylus.firefox #options *, #stylus #notes * {
|
|
|
|
transition: none !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
2017-07-12 18:52:44 +00:00
|
|
|
<script src="js/dom.js"></script>
|
2017-07-14 00:52:40 +00:00
|
|
|
<script src="js/messaging.js"></script>
|
2017-07-12 18:52:44 +00:00
|
|
|
<script src="js/localization.js"></script>
|
|
|
|
<script src="js/prefs.js"></script>
|
|
|
|
<script src="content/apply.js"></script>
|
2017-02-14 15:35:53 +00:00
|
|
|
</head>
|
|
|
|
|
2017-11-26 01:53:21 +00:00
|
|
|
<body id="stylus-options">
|
2017-04-14 07:50:52 +00:00
|
|
|
<div id="options">
|
2017-04-28 23:36:10 +00:00
|
|
|
|
2017-06-28 10:49:04 +00:00
|
|
|
<div class="block">
|
|
|
|
<h1 i18n-text="optionsCustomizeIcon"></h1>
|
|
|
|
<div class="items">
|
|
|
|
<label>
|
|
|
|
<span i18n-text="optionsIconDark"></span>
|
|
|
|
<div class="iconset">
|
|
|
|
<input type="radio" name="iconset">
|
|
|
|
<img src="/images/icon/16.png">
|
|
|
|
<img src="/images/icon/16w.png">
|
|
|
|
<img src="/images/icon/16x.png">
|
|
|
|
</div>
|
|
|
|
</label>
|
|
|
|
<label>
|
|
|
|
<span i18n-text="optionsIconLight"></span>
|
|
|
|
<div class="iconset">
|
|
|
|
<input type="radio" name="iconset">
|
|
|
|
<img src="/images/icon/light/16.png">
|
|
|
|
<img src="/images/icon/light/16w.png">
|
|
|
|
<img src="/images/icon/light/16x.png">
|
|
|
|
</div>
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2017-04-14 07:50:52 +00:00
|
|
|
<div class="block">
|
|
|
|
<h1 i18n-text="optionsCustomizeBadge"></h1>
|
|
|
|
<div class="items">
|
2017-04-28 23:36:10 +00:00
|
|
|
<label>
|
|
|
|
<span i18n-text="prefShowBadge"></span>
|
|
|
|
<span class="onoffswitch">
|
2017-11-28 04:09:52 +00:00
|
|
|
<input type="checkbox" id="show-badge" class="slider">
|
2017-04-29 17:05:42 +00:00
|
|
|
<span></span>
|
2017-04-28 23:36:10 +00:00
|
|
|
</span>
|
|
|
|
</label>
|
2017-04-14 07:50:52 +00:00
|
|
|
<label>
|
|
|
|
<span i18n-text="optionsBadgeNormal"></span>
|
|
|
|
<input type="color" id="badgeNormal">
|
|
|
|
</label>
|
|
|
|
<label>
|
|
|
|
<span i18n-text="optionsBadgeDisabled"></span>
|
|
|
|
<input type="color" id="badgeDisabled">
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
2017-04-28 23:36:10 +00:00
|
|
|
|
2017-04-14 07:50:52 +00:00
|
|
|
<div class="block">
|
|
|
|
<h1 i18n-text="optionsCustomizePopup"></h1>
|
|
|
|
<div class="items">
|
|
|
|
<label>
|
|
|
|
<span i18n-text="optionsPopupWidth"></span>
|
|
|
|
<input type="number" id="popupWidth" min="200" max="800">
|
|
|
|
</label>
|
2017-08-27 13:41:29 +00:00
|
|
|
<label>
|
|
|
|
<span i18n-text="popupOpenEditInWindow"
|
|
|
|
i18n-title="popupOpenEditInWindowTooltip"></span>
|
|
|
|
<span class="onoffswitch">
|
2017-11-28 04:09:52 +00:00
|
|
|
<input type="checkbox" id="openEditInWindow" class="slider">
|
2017-08-27 13:41:29 +00:00
|
|
|
<span></span>
|
|
|
|
</span>
|
|
|
|
</label>
|
2017-04-14 07:50:52 +00:00
|
|
|
<label>
|
|
|
|
<span i18n-text="popupStylesFirst"></span>
|
|
|
|
<span class="onoffswitch">
|
2017-11-28 04:09:52 +00:00
|
|
|
<input type="checkbox" id="popup.stylesFirst" class="slider">
|
2017-04-29 17:05:42 +00:00
|
|
|
<span></span>
|
2017-04-14 07:50:52 +00:00
|
|
|
</span>
|
|
|
|
</label>
|
2017-11-14 08:13:03 +00:00
|
|
|
<label class="chromium-only">
|
|
|
|
<span i18n-text="popupBorders" i18n-title="popupBordersTooltip"></span>
|
|
|
|
<span class="onoffswitch">
|
2017-11-28 04:09:52 +00:00
|
|
|
<input type="checkbox" id="popup.borders" class="slider">
|
2017-11-14 08:13:03 +00:00
|
|
|
<span></span>
|
|
|
|
</span>
|
|
|
|
</label>
|
2017-04-14 07:50:52 +00:00
|
|
|
</div>
|
2017-03-28 00:42:07 +00:00
|
|
|
</div>
|
2017-04-28 23:36:10 +00:00
|
|
|
|
2017-12-12 00:27:28 +00:00
|
|
|
<div class="block" id="updates">
|
2017-04-14 07:50:52 +00:00
|
|
|
<h1 i18n-text="optionsCustomizeUpdate"></h1>
|
|
|
|
<div class="items">
|
2017-12-12 00:27:28 +00:00
|
|
|
<label i18n-title="optionsUpdateImportNote">
|
|
|
|
<span i18n-text="optionsUpdateInterval"> <span data-cmd="note">*</span></span>
|
2017-04-14 07:50:52 +00:00
|
|
|
<input type="number" min="0" id="updateInterval">
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
2017-04-28 23:36:10 +00:00
|
|
|
|
2017-11-15 03:25:30 +00:00
|
|
|
<div class="block" id="advanced">
|
|
|
|
<div class="collapsible-resizer">
|
|
|
|
<h1 i18n-text="optionsAdvanced">
|
|
|
|
<svg class="svg-icon is-collapsed" viewBox="0 0 1792 1792">
|
|
|
|
<path fill-rule="evenodd" d="M1408 704q0 26-19 45l-448 448q-19 19-45 19t-45-19l-448-448q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45z"/>
|
|
|
|
</svg>
|
|
|
|
<svg class="svg-icon is-expanded" viewBox="0 0 1792 1792">
|
|
|
|
<path fill-rule="evenodd" d="M1408 1216q0 26-19 45t-45 19h-896q-26 0-45-19t-19-45 19-45l448-448q19-19 45-19t45 19l448 448q19 19 19 45z"/>
|
|
|
|
</svg>
|
|
|
|
</h1>
|
|
|
|
</div>
|
2017-04-14 07:50:52 +00:00
|
|
|
<div class="items">
|
|
|
|
<label>
|
2017-12-12 00:27:28 +00:00
|
|
|
<span i18n-text="optionsAdvancedExposeIframes"
|
|
|
|
i18n-title="optionsAdvancedExposeIframesNote"> <span data-cmd="note">*</span></span>
|
2017-04-28 23:36:10 +00:00
|
|
|
<span class="onoffswitch">
|
2017-11-28 04:09:52 +00:00
|
|
|
<input type="checkbox" id="exposeIframes" class="slider">
|
2017-04-29 17:05:42 +00:00
|
|
|
<span></span>
|
2017-04-28 23:36:10 +00:00
|
|
|
</span>
|
2017-04-29 16:54:16 +00:00
|
|
|
</label>
|
2017-07-31 16:39:10 +00:00
|
|
|
<label class="chromium-only">
|
2017-04-29 16:54:16 +00:00
|
|
|
<span i18n-text="optionsAdvancedContextDelete"></span>
|
|
|
|
<span class="onoffswitch">
|
2017-11-28 04:09:52 +00:00
|
|
|
<input type="checkbox" id="editor.contextDelete" class="slider">
|
2017-04-29 17:05:42 +00:00
|
|
|
<span></span>
|
2017-04-29 16:54:16 +00:00
|
|
|
</span>
|
2017-04-14 07:50:52 +00:00
|
|
|
</label>
|
2017-04-28 23:36:10 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="block" id="actions">
|
|
|
|
<button data-cmd="reset" i18n-text="optionsResetButton" i18n-title="optionsReset"></button>
|
2017-04-29 16:27:42 +00:00
|
|
|
<button data-cmd="open-manage" i18n-text="optionsOpenManager"></button>
|
2017-04-28 23:36:10 +00:00
|
|
|
<div data-cmd="check-updates">
|
|
|
|
<button i18n-text="optionsCheck" i18n-title="optionsCheckUpdate">
|
|
|
|
<span id="update-progress"></span>
|
|
|
|
</button>
|
2017-04-14 15:30:09 +00:00
|
|
|
<div id="updates-installed" i18n-text="updatesCurrentlyInstalled"></div>
|
2017-04-14 07:50:52 +00:00
|
|
|
</div>
|
2017-04-29 17:58:53 +00:00
|
|
|
<button data-cmd="open-keyboard" class="chromium-only" i18n-text="shortcuts" i18n-title="shortcutsNote"></button>
|
2017-04-14 07:50:52 +00:00
|
|
|
</div>
|
2017-03-28 00:42:07 +00:00
|
|
|
</div>
|
|
|
|
|
2017-08-27 14:45:15 +00:00
|
|
|
<script src="options/options.js"></script>
|
2017-02-14 15:35:53 +00:00
|
|
|
</body>
|
|
|
|
</html>
|