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-04-10 06:47:09 +00:00
|
|
|
<title i18n-text-append="optionsHeading">Stylus </title>
|
2017-02-14 15:35:53 +00:00
|
|
|
<link rel="stylesheet" href="index.css">
|
2017-04-08 10:19:44 +00:00
|
|
|
<script src="/dom.js"></script>
|
2017-03-28 00:42:07 +00:00
|
|
|
<script src="/messaging.js"></script>
|
2017-04-17 15:54:39 +00:00
|
|
|
<script src="/localization.js"></script>
|
2017-04-11 10:51:40 +00:00
|
|
|
<script src="/prefs.js"></script>
|
|
|
|
<script src="/apply.js"></script>
|
2017-02-14 15:35:53 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2017-04-14 07:50:52 +00:00
|
|
|
<div id="options">
|
2017-04-28 23:36:10 +00:00
|
|
|
|
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">
|
|
|
|
<input type="checkbox" class="onoffswitch-checkbox" id="show-badge">
|
|
|
|
<span class="onoffswitch-label"></span>
|
|
|
|
</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>
|
|
|
|
<label>
|
|
|
|
<span i18n-text="popupStylesFirst"></span>
|
|
|
|
<span class="onoffswitch">
|
2017-03-28 10:05:58 +00:00
|
|
|
<input type="checkbox" class="onoffswitch-checkbox" id="popup.stylesFirst">
|
2017-04-14 07:50:52 +00:00
|
|
|
<span class="onoffswitch-label" for="popup.stylesFirst"></span>
|
|
|
|
</span>
|
|
|
|
</label>
|
|
|
|
</div>
|
2017-03-28 00:42:07 +00:00
|
|
|
</div>
|
2017-04-28 23:36:10 +00:00
|
|
|
|
2017-04-14 07:50:52 +00:00
|
|
|
<div class="block">
|
|
|
|
<h1 i18n-text="optionsCustomizeUpdate"></h1>
|
|
|
|
<div class="items">
|
|
|
|
<label>
|
|
|
|
<span i18n-text="optionsUpdateInterval"><sup>1</sup></span>
|
|
|
|
<input type="number" min="0" id="updateInterval">
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
2017-04-28 23:36:10 +00:00
|
|
|
|
2017-04-14 07:50:52 +00:00
|
|
|
<div class="block">
|
2017-04-28 23:36:10 +00:00
|
|
|
<h1 i18n-text="optionsAdvanced"></h1>
|
2017-04-14 07:50:52 +00:00
|
|
|
<div class="items">
|
|
|
|
<label>
|
2017-04-28 23:36:10 +00:00
|
|
|
<span i18n-text="optionsAdvancedExposeIframes"> <sup>2</sup></span>
|
|
|
|
<span class="onoffswitch">
|
|
|
|
<input type="checkbox" class="onoffswitch-checkbox" id="exposeIframes">
|
|
|
|
<span class="onoffswitch-label" for="exposeIframes"></span>
|
|
|
|
</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>
|
|
|
|
<button data-cmd="open-manage" i18n-text="optionsOpenManager"><sup class="chromium-only">3</sup></button>
|
|
|
|
<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>
|
|
|
|
</div>
|
2017-03-28 00:42:07 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="notes">
|
|
|
|
<ol>
|
2017-04-27 11:39:51 +00:00
|
|
|
<li>
|
|
|
|
<p i18n-text="optionsUpdateIntervalNote"></p>
|
|
|
|
<p i18n-text="optionsUpdateImportNote"></p>
|
|
|
|
</li>
|
2017-04-28 23:36:10 +00:00
|
|
|
<li i18n-text="optionsAdvancedExposeIframesNote"></li>
|
2017-04-09 06:43:51 +00:00
|
|
|
<li class="chromium-only">
|
|
|
|
<a data-cmd="open-keyboard"
|
|
|
|
i18n-text="optionsOpenManagerNote"
|
|
|
|
href="chrome://extensions/configureCommands"></a>
|
2017-03-28 00:42:07 +00:00
|
|
|
</li>
|
|
|
|
</ol>
|
2017-02-14 15:35:53 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<script src="index.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|