├── COPYING
├── README.md
├── chrome.manifest
├── chrome
└── icons
│ └── default
│ ├── stylish-custom-export.ico
│ ├── stylish-custom-export.png
│ ├── stylish-custom-import.ico
│ ├── stylish-custom-import.png
│ ├── stylish-custom-options.ico
│ ├── stylish-custom-options.png
│ ├── stylish-custom.ico
│ ├── stylish-custom.png
│ ├── stylish-new.ico
│ ├── stylish-new.png
│ ├── stylish.ico
│ └── stylish.png
├── content
├── common.jsm
├── customize-onload.js
├── customizeToolbar-overlay.xul
├── developer.mozilla.org
├── domi-overlay.js
├── domi-overlay.xul
├── edit-custom.js
├── edit.js
├── edit.xul
├── export.js
├── export.xul
├── frame-script-load.js
├── frame-script.js
├── import.js
├── import.xul
├── info.js
├── info.xul
├── install-overlay.xul
├── locales
│ ├── de
│ │ ├── common.dtd
│ │ ├── common.properties
│ │ ├── edit-overlay.dtd
│ │ ├── edit.dtd
│ │ ├── edit.properties
│ │ ├── export.dtd
│ │ ├── info.dtd
│ │ ├── options.dtd
│ │ ├── removedupes.dtd
│ │ ├── specifySites.dtd
│ │ ├── stylesheets.dtd
│ │ └── tooltips.properties
│ ├── en-US
│ │ ├── common.dtd
│ │ ├── common.properties
│ │ ├── edit-overlay.dtd
│ │ ├── edit.dtd
│ │ ├── edit.properties
│ │ ├── export.dtd
│ │ ├── info.dtd
│ │ ├── options.dtd
│ │ ├── removedupes.dtd
│ │ ├── specifySites.dtd
│ │ ├── stylesheets.dtd
│ │ └── tooltips.properties
│ ├── es
│ │ ├── common.dtd
│ │ ├── common.properties
│ │ ├── edit-overlay.dtd
│ │ ├── edit.dtd
│ │ ├── edit.properties
│ │ ├── export.dtd
│ │ ├── info.dtd
│ │ ├── options.dtd
│ │ ├── removedupes.dtd
│ │ ├── specifySites.dtd
│ │ ├── stylesheets.dtd
│ │ └── tooltips.properties
│ ├── ja-JP
│ │ ├── common.dtd
│ │ ├── common.properties
│ │ ├── edit-overlay.dtd
│ │ ├── edit.dtd
│ │ ├── edit.properties
│ │ ├── export.dtd
│ │ ├── info.dtd
│ │ ├── options.dtd
│ │ ├── removedupes.dtd
│ │ ├── specifySites.dtd
│ │ ├── stylesheets.dtd
│ │ └── tooltips.properties
│ ├── ko-KR
│ │ ├── common.dtd
│ │ ├── common.properties
│ │ ├── edit-overlay.dtd
│ │ ├── edit.dtd
│ │ ├── edit.properties
│ │ ├── export.dtd
│ │ ├── info.dtd
│ │ ├── options.dtd
│ │ ├── removedupes.dtd
│ │ ├── specifySites.dtd
│ │ ├── stylesheets.dtd
│ │ └── tooltips.properties
│ ├── ru-RU
│ │ ├── common.dtd
│ │ ├── common.properties
│ │ ├── edit-overlay.dtd
│ │ ├── edit.dtd
│ │ ├── edit.properties
│ │ ├── export.dtd
│ │ ├── info.dtd
│ │ ├── options.dtd
│ │ ├── removedupes.dtd
│ │ ├── specifySites.dtd
│ │ ├── stylesheets.dtd
│ │ └── tooltips.properties
│ ├── sv-SE
│ │ ├── common.dtd
│ │ ├── common.properties
│ │ ├── edit-overlay.dtd
│ │ ├── edit.dtd
│ │ ├── edit.properties
│ │ ├── export.dtd
│ │ ├── info.dtd
│ │ ├── options.dtd
│ │ ├── removedupes.dtd
│ │ ├── specifySites.dtd
│ │ ├── stylesheets.dtd
│ │ └── tooltips.properties
│ └── zh-CN
│ │ ├── common.dtd
│ │ ├── common.properties
│ │ ├── edit-overlay.dtd
│ │ ├── edit.dtd
│ │ ├── edit.properties
│ │ ├── export.dtd
│ │ ├── info.dtd
│ │ ├── options.dtd
│ │ ├── removedupes.dtd
│ │ ├── specifySites.dtd
│ │ ├── stylesheets.dtd
│ │ └── tooltips.properties
├── options.js
├── options.xul
├── overlay.js
├── overlay.xul
├── removedupes.js
├── removedupes.xul
├── sidebar-overlay.xul
├── specifySites.js
├── specifySites.xul
├── stylesheets.js
└── stylesheets.xul
├── defaults
└── preferences
│ └── stylish-custom.js
├── install.rdf
└── skin
├── customize.css
├── dark.css
├── edit-OSX.css
├── edit.css
├── icon-16.png
├── icon-24.png
├── icon-32.png
├── icon-64.png
├── icons.css
├── iconsDisabled.css
├── mosaic license.txt
├── mosaic.png
├── overlay-mobile.css
├── overlay.css
├── rectlist-SC-mosaic.txt
├── sidebar.css
├── songbird.css
├── stylish.png
└── tree.css
/README.md:
--------------------------------------------------------------------------------
1 | # Stylish-Custom
2 | Stylish v2.0.7 and up, or Stylem v2.2.1 and up (not tested nor supported on older versions).
3 |
4 | * [Changelog](https://choggi.org/misc/Stylish-Custom/change.log)
5 | * [Stylish-Custom Guide](https://choggi.org/guide)
6 | * [Forum Thread](https://forum.userstyles.org/discussion/2799/stylish-custom/p1)
7 | * for a packed extension see [here](https://choggi.org/misc/Stylish-Custom/), or [Releases](https://github.com/ChoGGi/Stylish-Custom/releases)
8 | * Also available at [addons.palemoon.org](https://addons.palemoon.org/addon/stylish-custom/)
9 |
10 | ### Some features:
11 | ```
12 | Customizable edit dialog (drag n drop)
13 | Import/export styles and stylish-custom settings
14 | Style info listing with quick enable toggle (dbl-click to edit style, can also search within Styles, delete multiple styles)
15 | Restores the !important button, Color/Site Rules menuitems, enable/update checks
16 | Page button (left click for style page, right for edit page, it also posts the code. middle if you don't want to post code)
17 | Adds search/replace to edit dialog (ctrl+F, ctrl+R, and F3)
18 | Press ! to type !important (can be changed in edit dialog)
19 | Select and un/comment/merge lines of text
20 | Preview/unpreview style changes without closing dialog
21 | Toggle styles based on which page you're on
22 | Lots more...
23 | ```
24 |
25 | ```
26 | Stylish-Custom for Stylish v1.4.3:
27 | https://choggi.org/misc/Stylish-Custom/Stylish_v1.4.3
28 |
29 | There is also Stylish Editor Modified:
30 | https://addons.palemoon.org/extensions/appearance/stylish-editor-modified/
31 | You could try having them both installed, but you are on your own for any issues/bugs.
32 | ```
33 | ### Current issue(s):
34 |
35 | ```
36 | The Style Info window can only be manually updated.
37 |
38 | If you use new search and you hide the search bar in the customize window,
39 | then close the edit window, open it, and then re-add the search bar:
40 | it'll be hidden till you reopen the edit window.
41 |
42 | If you use replace once with the caret after the search text it just skips forward instead of wrapping.
43 | ```
44 |
--------------------------------------------------------------------------------
/chrome.manifest:
--------------------------------------------------------------------------------
1 | content stylish-custom content/
2 | skin stylish-custom classic/1.0 skin/
3 |
4 | #locales
5 | locale stylish-custom en-US jar:content/locales.zip!/locales/en-US/
6 | locale stylish-custom ko-KR jar:content/locales.zip!/locales/ko-KR/
7 | locale stylish-custom zh-CN jar:content/locales.zip!/locales/zh-CN/
8 | locale stylish-custom es jar:content/locales.zip!/locales/es/
9 | locale stylish-custom sv-SE jar:content/locales.zip!/locales/sv-SE/
10 | locale stylish-custom ja-JP jar:content/locales.zip!/locales/ja-JP/
11 | locale stylish-custom de jar:content/locales.zip!/locales/de/
12 | locale stylish-custom ru-RU jar:content/locales.zip!/locales/ru-RU/
13 |
14 | #main overlay.xul
15 | overlay chrome://browser/content/browser.xul chrome://stylish-custom/content/overlay.xul
16 | overlay chrome://navigator/content/navigator.xul chrome://stylish-custom/content/overlay.xul
17 | overlay chrome://messenger/content/messenger.xul chrome://stylish-custom/content/overlay.xul
18 | overlay chrome://messenger/content/mailWindowOverlay.xul chrome://stylish-custom/content/overlay.xul
19 |
20 | #DOMi menu
21 | overlay chrome://inspector/content/viewers/dom/dom.xul chrome://stylish-custom/content/domi-overlay.xul
22 |
23 | #for icon styling buttons
24 | overlay chrome://stylish/content/install.xul chrome://stylish-custom/content/install-overlay.xul
25 |
26 | #customize window for stylish edit
27 | overlay chrome://global/content/customizeToolbar.xul chrome://stylish-custom/content/customizeToolbar-overlay.xul
28 | style chrome://global/content/customizeToolbar.xul chrome://stylish-custom/skin/overlay.css
29 |
30 | #fix for OSX (hides the extra dropmarker icon)
31 | style chrome://stylish-custom/content/edit.xul chrome://stylish-custom/skin/edit-OSX.css os=Darwin
32 |
33 | #icons
34 | style chrome://global/content/customizeToolbar.xul chrome://stylish-custom/skin/icons.css
35 | style chrome://browser/content/browser.xul chrome://stylish-custom/skin/icons.css
36 | style chrome://navigator/content/navigator.xul chrome://stylish-custom/skin/icons.css
37 | style chrome://messenger/content/mailWindowOverlay.xul chrome://stylish-custom/skin/icons.css
38 | style chrome://mozapps/content/extensions/extensions.xul chrome://stylish-custom/skin/icons.css
39 | style about:addons chrome://stylish-custom/skin/icons.css
40 |
41 | #songbird
42 | style chrome://stylish-custom/content/edit.xul chrome://stylish-custom/skin/songbird.css application=songbird@songbirdnest.com
43 |
--------------------------------------------------------------------------------
/chrome/icons/default/stylish-custom-export.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChoGGi/Stylish-Custom/48adb6b60c32332d3156eb6531ae77952448fb16/chrome/icons/default/stylish-custom-export.ico
--------------------------------------------------------------------------------
/chrome/icons/default/stylish-custom-export.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChoGGi/Stylish-Custom/48adb6b60c32332d3156eb6531ae77952448fb16/chrome/icons/default/stylish-custom-export.png
--------------------------------------------------------------------------------
/chrome/icons/default/stylish-custom-import.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChoGGi/Stylish-Custom/48adb6b60c32332d3156eb6531ae77952448fb16/chrome/icons/default/stylish-custom-import.ico
--------------------------------------------------------------------------------
/chrome/icons/default/stylish-custom-import.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChoGGi/Stylish-Custom/48adb6b60c32332d3156eb6531ae77952448fb16/chrome/icons/default/stylish-custom-import.png
--------------------------------------------------------------------------------
/chrome/icons/default/stylish-custom-options.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChoGGi/Stylish-Custom/48adb6b60c32332d3156eb6531ae77952448fb16/chrome/icons/default/stylish-custom-options.ico
--------------------------------------------------------------------------------
/chrome/icons/default/stylish-custom-options.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChoGGi/Stylish-Custom/48adb6b60c32332d3156eb6531ae77952448fb16/chrome/icons/default/stylish-custom-options.png
--------------------------------------------------------------------------------
/chrome/icons/default/stylish-custom.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChoGGi/Stylish-Custom/48adb6b60c32332d3156eb6531ae77952448fb16/chrome/icons/default/stylish-custom.ico
--------------------------------------------------------------------------------
/chrome/icons/default/stylish-custom.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChoGGi/Stylish-Custom/48adb6b60c32332d3156eb6531ae77952448fb16/chrome/icons/default/stylish-custom.png
--------------------------------------------------------------------------------
/chrome/icons/default/stylish-new.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChoGGi/Stylish-Custom/48adb6b60c32332d3156eb6531ae77952448fb16/chrome/icons/default/stylish-new.ico
--------------------------------------------------------------------------------
/chrome/icons/default/stylish-new.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChoGGi/Stylish-Custom/48adb6b60c32332d3156eb6531ae77952448fb16/chrome/icons/default/stylish-new.png
--------------------------------------------------------------------------------
/chrome/icons/default/stylish.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChoGGi/Stylish-Custom/48adb6b60c32332d3156eb6531ae77952448fb16/chrome/icons/default/stylish.ico
--------------------------------------------------------------------------------
/chrome/icons/default/stylish.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChoGGi/Stylish-Custom/48adb6b60c32332d3156eb6531ae77952448fb16/chrome/icons/default/stylish.png
--------------------------------------------------------------------------------
/content/customizeToolbar-overlay.xul:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/content/developer.mozilla.org:
--------------------------------------------------------------------------------
1 | lots of useful code examples there
--------------------------------------------------------------------------------
/content/domi-overlay.js:
--------------------------------------------------------------------------------
1 | "use strict";
2 | //the below is from Stylish v1.4.3/2.0.4, so different license applies
3 | /* jshint ignore:start */
4 | if (typeof (Cu) === "undefined")
5 | var Cu = Components.utils;
6 | if (typeof (Cc) === "undefined")
7 | var Cc = Components.classes;
8 | Cu.import("chrome://stylish-custom/content/common.jsm");
9 | /* jshint ignore:end */
10 | //scCommon.dump();
11 |
12 | var scDomi = {
13 |
14 | init: function()
15 | {
16 | document.getElementById("ppDOMContext")
17 | .addEventListener("popupshowing",scDomi.nodePopupShowing,false);
18 | },
19 |
20 | nodePopupShowing: function()
21 | {
22 | document.getElementById("copy-selector2").disabled =
23 | !(viewer.selectedNode instanceof Element);
24 | },
25 |
26 | showSelectors: function(event)
27 | {
28 | let selectors = this.generateSelectors(viewer.selectedNode),
29 | popup = event.target;
30 | selectors.forEach(function(selector)
31 | {
32 | scDomi.addSelectorMenuItem(popup,selector);
33 | });
34 | },
35 |
36 | addSelectorMenuItem: function(popup,selector)
37 | {
38 | let menuitem = document.createElement("menuitem");
39 | popup.appendChild(menuitem);
40 | menuitem.setAttribute("label",selector);
41 | menuitem.addEventListener("command",function(event) {
42 | scDomi.copySelectorToClipboard(event);
43 | },false);
44 | },
45 |
46 | copySelectorToClipboard: function(event)
47 | {
48 | Cc["@mozilla.org/widget/clipboardhelper;1"]
49 | .getService(Components.interfaces.nsIClipboardHelper)
50 | .copyString(event.target.getAttribute("label"));
51 | },
52 |
53 | generateSelectors: function(node)
54 | {
55 | if (!(node instanceof Element))
56 | return;
57 |
58 | let selectors = [];
59 | //element selector
60 | selectors.push(node.nodeName + ",");
61 | //id selector
62 | if (node.hasAttribute("id"))
63 | selectors.push("#" + node.getAttribute("id") + ",");
64 | //class selector
65 | if (node.hasAttribute("class")) {
66 | let classes = node.getAttribute("class").split(/\s+/);
67 | selectors.push("." + classes.join(".") + ",");
68 | }
69 | //attribute selectors. it's pointless to create a complicated attribute selector including an id or only a class
70 | if (node.attributes.length > 1 || (
71 | node.attributes.length == 1 &&
72 | node.attributes[0].name != "id" &&
73 | node.attributes[0].name != "class")) {
74 | let selector = node.nodeName;
75 | for (let i = 0; i < node.attributes.length; i++) {
76 | if (node.attributes[i].name != "id")
77 | selector += "[" + node.attributes[i].name +
78 | "=\"" + node.attributes[i].value + "\"]";
79 | }
80 | selectors.push(selector + ",");
81 | }
82 | //position selector - worthless if we have an id
83 | if (!node.hasAttribute("id") && node != node.ownerDocument.documentElement)
84 | selectors.push(stylishCommon.getPositionalSelector(node) + ",");
85 |
86 | return selectors;
87 | }
88 |
89 | };
90 |
91 | window.addEventListener("load",function load()
92 | {
93 | window.removeEventListener("load",load,false);
94 | scDomi.init();
95 | },false);
96 |
--------------------------------------------------------------------------------
/content/domi-overlay.xul:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 | %common;
6 | ]>
7 |
8 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/content/export.xul:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
8 |
9 | %export;
10 | %common;
11 | ]>
12 |
13 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
--------------------------------------------------------------------------------
/content/frame-script-load.js:
--------------------------------------------------------------------------------
1 | "use strict";
2 | //content.console.log("XXX");
3 |
4 | //find out how to make this fire only once per page load
5 | addEventListener("DOMContentLoaded", function (event) {
6 | sendAsyncMessage("stylishCustom:pageload",content.document.location.href);
7 | }, false);
8 |
--------------------------------------------------------------------------------
/content/frame-script.js:
--------------------------------------------------------------------------------
1 | "use strict";
2 | //content.console.log("XXX");
3 |
4 | //builds an array of head elements either "style" or "link"ed css files
5 | if (content.document.head) {
6 | let headChildren = content.document.head.childNodes,
7 | styleArray = [],
8 | child;
9 |
10 | for (let i = 0; i < headChildren.length; i++) {
11 | child = headChildren[i];
12 | switch (child.tagName) {
13 | case "STYLE":
14 | styleArray.push({num:i,type:0,data:child.textContent});
15 | break;
16 | case "LINK":
17 | if (child.getAttribute("rel") == "stylesheet" ||
18 | child.getAttribute("type") == "text/css") {
19 | styleArray.push({num:i,type:1,data:child.href});
20 | }
21 | break;
22 | }
23 | }
24 |
25 | sendAsyncMessage("stylishCustom:callback", {
26 | domain: content.document.domain,
27 | url: content.document.location.href,
28 | array: styleArray
29 | });
30 | }
31 |
--------------------------------------------------------------------------------
/content/import.xul:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
8 |
9 | %export;
10 | %common;
11 | ]>
12 |
13 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
--------------------------------------------------------------------------------
/content/info.xul:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
8 |
9 |
10 | %info;
11 | %export;
12 | %common;
13 | ]>
14 |
15 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
--------------------------------------------------------------------------------
/content/install-overlay.xul:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/content/locales/de/common.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
--------------------------------------------------------------------------------
/content/locales/de/common.properties:
--------------------------------------------------------------------------------
1 | extensions.Stylish-Custom@ChoGGi.description=Erweiterte Funktionen für die Erweiterung Stylish
2 | UpdateAllStyles=Updates für alle Stile suchen
3 | UpdateAllStylesTip=Alle Stile automatisch auf Updates überprüfen (Verwaltungsfenster schließen und wieder öffnen oder einen Stil speichern, um Änderungen zu sehen)
4 | ExportTitle=Ordner für die CSS-Dateien auswählen
5 | ExportTitleFile=Ordner für die CSS-Dateien auswählen
6 | ExportStyles=Stile exportieren
7 | BrowseTitle=Eine Datei zur Öffnung des Stil-Codes auswählen
8 | ImportTitle=Ordner mit CSS-Dateien für den Import auswählen
9 | ImportStyles=Stile importieren
10 | StyleInfo=Stil-Informationen
11 | Stylish=Stylish
12 | Styles=Stile
13 | RemoveDupes=Duplikate entfernen
14 | NoEditorPath=Sie müssen erst den Pfad zu einem externen Editor im Einstellungsdialog festlegen.
15 | StylesFound=Gefundene Stile
16 | Disabled=Deaktiviert
17 | Enabled=Aktiviert
18 | Disable=Deaktivieren
19 | Enable=Aktivieren
20 | Search=Suchen...
21 | Replace=Ersetzen...
22 | SaveStyle=Möchten Sie den Stil speichern?
23 | CloseStyle=Möchten Sie den Stil wirklich schließen?
24 | ImportSettings=Datei für den Import der Ihrer Einstellungen auswählen
25 | ExportSettings=Datei für den Export Ihrer Einstellungen auswählen
26 | Selected=Ausgewählt
27 | Cloned=Dupliziert
28 | Finished=Fertig
29 | Original=Original
30 | LastSaved=Zuletzt gespeichert
31 | Current=Aktuell
32 | Changed=Geändert
33 | NothingSelected=Nichts ausgewählt
34 | NeedToSave=Der Stil muss gespeichert werden
35 | AddSomeCode=Bitte zunächst Code eingeben
36 | CodeUpdated=Code wurde aktualisiert
37 | ClearPagePref=Es kann nur ein Stil auf einmal veröffentlicht werden. Vorgaben löschen und diesen hoch laden?
38 | RevertPrompt=Möchten Sie den Code wirklich zurücksetzen (siehe Anleitung)?
39 | DontAskAgain=Nicht wieder nachfragen
40 | CustomizeToolbar=Stylish-Custom anpassen
41 | CommentsNotMatching=Die Kommentare stimmen nicht überein. Ersetzen?
42 | ExternalEditSC=Externer Editor (Stylish-Custom)
43 | ExternalEditIAT=Externer Editor (It´s all Text!)
44 | ExternalEditIAT2=Externer Editor
45 | InvalidEditor=Ungültiger Editor-Pfad (bitte Einstellungen überprüfen!)
46 | InvalidKey=Kein gültiger Tastenbefehl
47 | StylesUpdated=Updates für Stile abgeschlossen
48 | ExampleXML=Beispielname
49 | ClearSearchText=Leeren
50 | NoXMLName=Bitte wählen Sie einen Namen für die XML-Datei
51 | MissingPopup=Das Stylish-Pop-up-Fenster konnte nicht geöffnet werden
52 | NoEditorSelected=Bitte wählen Sie einen Editor in den Einstellungen
53 | Edit=Bearbeiten
54 | ImportRules=Stile aus @import-Regel
55 | MobileClosePrefs=Einstellungen schließen, um die Stil-Auflistung anzuzeigen
56 | InlineStyleSheet=Inline-Stylesheet
57 | ErrorCodeCopied=Fehlercode in die Zwischenablage kopiert
58 | Delete=Löschen
59 | DeleteStyles=Stile löschen
60 |
--------------------------------------------------------------------------------
/content/locales/de/edit.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/content/locales/de/edit.properties:
--------------------------------------------------------------------------------
1 | dataURIDialogTitle=Datei zum Einfügen auswählen
2 | editstyletitle=\"%S\" bearbeiten
3 | newstyletitle=Neuer Stil
4 | missingcode=Bitte geben Sie den Code für diesen Stil ein.
5 | missingname=Bitte geben Sie einen Namen für diesen Stil ein.
6 | unsavedchanges=Möchten Sie Ihre Änderungen in diesem Stil zu retten?
7 | unsavedchangestitle=Änderungen speichern?
8 |
--------------------------------------------------------------------------------
/content/locales/de/export.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/content/locales/de/info.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/content/locales/de/removedupes.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/content/locales/de/specifySites.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/content/locales/de/stylesheets.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/content/locales/de/tooltips.properties:
--------------------------------------------------------------------------------
1 | InsertMenu=Erlaubt das Einfügen von Text, Farben etc.
2 | itsalltext=Stile als CSS-Datei in externem Editor bearbeiten (It\'s All Text!)
3 | ExternalEdit=Stile als CSS-Datei in externem Editor bearbeiten (Stylish-Custom)
4 | SearchToggleItem=Zwischen Suchen und Ersetzen umschalten
5 | wrap-linesItem=Lange Zeilen umbrechen
6 | userstyles-page=Einfache Methode zum Aufruf der userstyles.org-Website (mit Stilvorlagen und Online-Stilbearbeitung)
7 | AutoImportantItem=Eine Taste drücken, um \"automagisch\" Text einzufügen
8 | ImportantButton=!important zu allen Deklarationen hinzufügen
9 | MergeLines=Codezeilen durch Entfernen von Zeilenumbrüchen zu einer einzigen zusammenfassen (lässt sich mit STRG+Z rückgängig machen)
10 | CommentText=Markierten Text ein- oder auskommentieren: /* */
11 | NameArea=Namensfeld
12 | SearchArea=Suchfeld
13 | TagsArea=Tags-Feld
14 | UpdateUrlArea=Adressfeld
15 | Bottom_SwitchToInstall=Zwischen Editor und Installationsdialogen wechseln
16 | Bottom_InsertText=Text in Stil einfügen
17 | Bottom_SaveEnabled=Stil als aktiviert speichern und schließen
18 | Bottom_SaveDisabled=Stil als deaktiviert speichern und schließen
19 | Bottom_SaveClose=Stil speichern und schließen
20 | Bottom_Save=Stil speichern (ohne ihn zu schließen)
21 | Bottom_SaveLabel=Speichern-Schaltfläche
22 | Bottom_SaveMenu=Menü mit Speichern-Optionen anzeigen
23 | Bottom_SaveMenuLabel=Speichern-Menü
24 | Bottom_SaveButton=Speichern-Schaltfläche und -Menü anzeigen
25 | Bottom_SaveButtonLabel=Speichern-Schaltfläche und -Menü
26 | Bottom_UndoLastSave=Zur zuletzt gespeicherten Fassung zurückkehren
27 | Bottom_UndoAllSaves=Zur ursprünglichen Fassung zurückkehren
28 | Bottom_CloseStyle=Stil schließen ohne zu speichern
29 | PreviewStyles=Stilvorschau an-/ausschalten
30 | ToggleEnabledItem=Zwischen aktiviert/deaktiviert umschalten
31 | UpdateCheckItem=Zwischen der Aktivierung des automatischen Stil-Updates umschalten
32 | CommentGroup=Kommentare um markierten Text entfernen und wieder hinzufügen
33 | ClearSearch=Suchfeld leeren
34 | ScratchPadItem=Platz für vorläufige Notizen, wird beim Schließen geleert
35 | ClearScratchPad=Den Notizblock leeren
36 | CustomizeToolbars=Den Anpassen-Dialog öffnen
37 | LineNumberItem=Zeilennummer beim Anklicken des Codes anzeigen
38 | LineNumberSearchItem=Zur Zeilennummer springen
39 | ToggleScratchPad=Die Notizblock-Leiste ein- oder ausblenden
40 | ExportStyle=Den Stil in eine Datei exportieren
41 | CloneStyle=Einen neuen Stil mit dem gleichen Code erstellen
42 | Bracket=Eckige Klammern [] um markierten Text ergänzen oder entfernen
43 | CurlyBracket=Geschweifte Klammern {} um markierten Text ergänzen oder entfernen
44 | Undo=Letzte Änderung rückgängig machen
45 | Redo=Letzte Änderung wiederherstellen
46 | Class=[class=\"beispiel\"] in .beispiel umwandeln (oder umgekehrt)
47 | ID=[id=\"beispiel\"] in #beispiel umwandeln (oder umgekehrt)
48 | ToggleBars=Werkzeugleisten ein-/ausblenden (auswählbar unter Einstellungen > Umschalten > Werkzeugleisten umschalten)
49 | StyleId=Stil-ID aus der Datenbank stylish.sqlite anzeigen
50 | RemoveXUL=xul entfernen: aus kopierten Code ("xul:hbox > xul:scrollbox" zu "hbox > scrollbox")
51 | RainbowPicker=Legen Sie eine Farbe in den Stil
52 |
--------------------------------------------------------------------------------
/content/locales/en-US/common.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
--------------------------------------------------------------------------------
/content/locales/en-US/common.properties:
--------------------------------------------------------------------------------
1 | extensions.Stylish-Custom@ChoGGi.description=custom additions to Stylish extension.
2 | UpdateAllStyles=Update All
3 | UpdateAllStylesTip=Update All Styles (close then re-open manage window to see changes or save a style)
4 | ExportTitle=Select directory to place exported file(s) in
5 | ExportTitleFile=Select name of file to be exported
6 | ExportStyles=Export Styles
7 | BrowseTitle=Pick a file to open the style code
8 | ImportTitle=Select directory containing files to import
9 | ImportStyles=Import Styles
10 | StyleInfo=Style Info
11 | Stylish=Stylish
12 | Styles=Styles
13 | RemoveDupes=Remove Dupes
14 | NoEditorPath=You need to set a path to an external editor in the options
15 | StylesFound=Styles Found
16 | Disabled=Disabled
17 | Enabled=Enabled
18 | Disable=Disable
19 | Enable=Enable
20 | Search=Search...
21 | Replace=Replace...
22 | SaveStyle=Do you want to save the style?
23 | CloseStyle=Are you sure you want to close the style?
24 | ImportSettings=Select the file to import your settings from
25 | ExportSettings=Select the file to export your settings to
26 | Selected=Selected
27 | Cloned=Cloned
28 | Finished=Finished
29 | Original=Original
30 | LastSaved=Last Saved
31 | Current=Current
32 | Changed=Changed
33 | NothingSelected=Nothing selected
34 | NeedToSave=Style needs to be saved
35 | AddSomeCode=Add some code first
36 | CodeUpdated=Code updated
37 | ClearPagePref=You can only upload one style at a time, clear pref and upload this one?
38 | RevertPrompt=Do you really want to revert the code (see the guide for help)?
39 | DontAskAgain=Don't ask again
40 | CustomizeToolbar=Stylish-Custom Customize
41 | CommentsNotMatching=The comments do not match, replace?
42 | ExternalEditSC=External Editor (SC)
43 | ExternalEditIAT=External Editor (IAT)
44 | ExternalEditIAT2=external editor
45 | InvalidEditor=Invalid editor path (check options)
46 | InvalidKey=Not a valid key
47 | StylesUpdated=Styles Updated
48 | ExampleXML=Example name
49 | ClearSearchText=Clear
50 | NoXMLName=You need to choose a name for the XML file
51 | MissingPopup=Can't find the stylish popup
52 | NoEditorSelected=You need to select an editor in the options
53 | Edit=Edit
54 | ImportRules=Style from @import
55 | MobileClosePrefs=Leave preferences to see style listing
56 | InlineStyleSheet=Inline style sheet
57 | ErrorCodeCopied=Error code copied to ScratchPad
58 | Delete=Delete
59 | DeleteStyles=Delete style(s)?
60 |
--------------------------------------------------------------------------------
/content/locales/en-US/edit-overlay.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 |
--------------------------------------------------------------------------------
/content/locales/en-US/edit.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/content/locales/en-US/edit.properties:
--------------------------------------------------------------------------------
1 | dataURIDialogTitle=Choose File to Insert
2 | editstyletitle=Editing \'%S\'
3 | newstyletitle=New style
4 | missingcode=Enter some code for this style.
5 | missingname=Give this style a name.
6 | unsavedchanges=Would you like to save your changes to this style?
7 | unsavedchangestitle=Save changes?
8 |
--------------------------------------------------------------------------------
/content/locales/en-US/export.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/content/locales/en-US/info.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/content/locales/en-US/removedupes.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/content/locales/en-US/specifySites.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/content/locales/en-US/stylesheets.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/content/locales/en-US/tooltips.properties:
--------------------------------------------------------------------------------
1 | InsertMenu=Allows you to insert text, colors, etc ...
2 | itsalltext=Edit style as css file in external editor (IAT)
3 | ExternalEdit=Edit style as css file in external editor (SC)
4 | SearchToggleItem=Toggle between search and replace
5 | wrap-linesItem=Wrap long lines
6 | userstyles-page=Easy method of accessing style and style/edit pages
7 | AutoImportantItem=Press a key to automagically enter some text
8 | ImportantButton=Adds !important to all declarations
9 | MergeLines=Merge lines of code into one by removing line breaks (ctrl+z for undo)
10 | CommentText=Select some text and press this to add or remove comments around it: /* */
11 | NameArea=Name box
12 | SearchArea=Search box
13 | TagsArea=Tags box
14 | UpdateUrlArea=Url box
15 | Bottom_SwitchToInstall=Switch between editor and installer dialogs
16 | Bottom_InsertText=Inserts text into style
17 | Bottom_SaveEnabled=Save style as enabled and close
18 | Bottom_SaveDisabled=Save style as disabled and close
19 | Bottom_SaveClose=Save and close style
20 | Bottom_Save=Save style (without closing it)
21 | Bottom_SaveLabel=Save Button
22 | Bottom_SaveMenu=Shows a menu with save options
23 | Bottom_SaveMenuLabel=Save Menu
24 | Bottom_SaveButton=Shows a save button and menu with save options
25 | Bottom_SaveButtonLabel=Save Button + Menu
26 | Bottom_UndoLastSave=Revert to last save
27 | Bottom_UndoAllSaves=Revert to original
28 | Bottom_CloseStyle=Close style without saving
29 | PreviewStyles=Preview/Un-Preview styles
30 | ToggleEnabledItem=Toggle enabled/disabled
31 | UpdateCheckItem=Toggle if style is checked for updates
32 | CommentGroup=Removes comments then re-comments selected text
33 | ClearSearch=Clears search text
34 | ScratchPadItem=Place to keep text, cleared when you close the dialog
35 | ClearScratchPad=Clears the ScratchPad
36 | CustomizeToolbars=Opens the customize dialog
37 | LineNumberItem=Shows line number when code clicked
38 | LineNumberSearchItem=Goes to line number
39 | ToggleScratchPad=Toggles the ScratchPad toolbar
40 | ExportStyle=Exports the style to a file
41 | CloneStyle=Creates a new style with the same code
42 | Bracket=Adds or removes [] from outside of selected text
43 | CurlyBracket=Adds or removes {} from outside of selected text
44 | Undo=Undo last change
45 | Redo=Redo last undo
46 | Class=changes highlighted text: [class="example"] to .example (or back)
47 | ID=changes highlighted text: [id="example"] to #example (or back)
48 | ToggleBars=Toggles toolbars (pick them in Options>Toggle>Toolbar Toggle)
49 | StyleId=Shows the Style id from the stylish.sqlite database
50 | RemoveXUL=Removes xul: from copied code ("xul:hbox > xul:scrollbox" to "hbox > scrollbox")
51 | RainbowPicker=Insert a color into the style
52 |
--------------------------------------------------------------------------------
/content/locales/es/common.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
--------------------------------------------------------------------------------
/content/locales/es/common.properties:
--------------------------------------------------------------------------------
1 | extensions.Stylish-Custom@ChoGGi.description=adiciones personalizados a la extensión con estilo.
2 | UpdateAllStyles=Actualizar todo
3 | UpdateAllStylesTip=Actualizar Todos los Estilos (cerrar y re-abrir ventana de administración para ver los cambios y guardar un estilo)
4 | ExportTitle=Seleccionar directorio a colocar archivo(s) css
5 | ExportTitleFile=Seleccionar directorio a colocar archivo(s) css
6 | ExportStyles=Exportar Estilos
7 | BrowseTitle=Escoger un archivo para abrir el código de estilo
8 | ImportTitle=Seleccionar directorio que contenga archivo css para importar
9 | ImportStyles=Importar Estilos
10 | StyleInfo=Información de Estilo
11 | Stylish=Stylish
12 | Styles=Estilos
13 | RemoveDupes=Quitar Dupes
14 | NoEditorPath=Necesita establecer una ruta a un editor externo en las opciones
15 | StylesFound=Estilos Encontrados
16 | Disabled=Desactivado
17 | Enabled=Activado
18 | Disable=Desactivar
19 | Enable=Activar
20 | Search=Buscar...
21 | Replace=Reemplazar...
22 | SaveStyle=Desea guardar el estilo?
23 | CloseStyle=Esta seguro que desea cerrar el estilo?
24 | ImportSettings=Seleccionar el archivo para importar tu configuración del mismo
25 | ExportSettings=Seleccionar el archivo en el cual exportar tu configuración
26 | Selected=Seleccionado
27 | Cloned=Cerrado
28 | Finished=Finalizado
29 | Original=Original
30 | LastSaved=Ultimo Guardado
31 | Current=Actual
32 | Changed=Cambiado
33 | NothingSelected=Nada seleccionado
34 | NeedToSave=El estilo necesita ser guardado
35 | AddSomeCode=Agregar algún código primero
36 | CodeUpdated=Código actualizado
37 | ClearPagePref=Solo puede subir un estilo a la vez, limpiar pref y subir este?
38 | RevertPrompt=Realmente desea revertir el código (vea la guía para obtener ayudar)?
39 | DontAskAgain=No preguntar de nuevo
40 | CustomizeToolbar=Personalizar Stylish-Personalizado
41 | CommentsNotMatching=Los comentarios no concuerdan, reemplazar?
42 | ExternalEditSC=Editor Externo (SC)
43 | ExternalEditIAT=Editor Externo (IAT)
44 | ExternalEditIAT2=editor externo
45 | InvalidEditor=Ruta invalida a editor (ver opciones)
46 | InvalidKey=No es una llave calidad
47 | StylesUpdated=Estilos Actualizados
48 | ExampleXML=Nombre de ejemplo
49 | ClearSearchText=Limpiar
50 | NoXMLName=Necesita seleccionar un nombre para el archivo XML
51 | MissingPopup=No se puede encontrar el popup de stylish
52 | NoEditorSelected=Necesita seleccionar un editor en las opciones
53 | Edit=Editar
54 | ImportRules=Estilos de @import
55 | MobileClosePrefs=Deja preferencias para ver la lista de estilo
56 | InlineStyleSheet=Hoja de estilo en línea
57 | ErrorCodeCopied=Código de error copiado al portapapeles
58 | Delete=Borrar
59 | DeleteStyles=Borrar Estilo(s)
60 |
--------------------------------------------------------------------------------
/content/locales/es/edit.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/content/locales/es/edit.properties:
--------------------------------------------------------------------------------
1 | dataURIDialogTitle=Elegir archivo a insertar
2 | editstyletitle=Editando \'%S\'
3 | newstyletitle=Nuevo estilo
4 | missingcode=Introduzca el código de este estilo.
5 | missingname=Ponga un nombre para este estilo.
6 | unsavedchanges=¿Quiere guardar los cambios en este estilo?
7 | unsavedchangestitle=¿Guardar cambios?
8 |
--------------------------------------------------------------------------------
/content/locales/es/export.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/content/locales/es/info.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/content/locales/es/removedupes.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/content/locales/es/specifySites.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/content/locales/es/stylesheets.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/content/locales/es/tooltips.properties:
--------------------------------------------------------------------------------
1 | InsertMenu=Le permite insertar textos, colores, etc...
2 | itsalltext=Editar estilo como archivo css en un editor externo (IAT)
3 | ExternalEdit=Editar estilo como archivo css en un editor externo (SC)
4 | SearchToggleItem=Cambiar entre buscar y reemplazar
5 | wrap-linesItem=Fijar lineas largas
6 | userstyles-page=Método fácil de acceder estilo y estilar/editar paginas
7 | AutoImportantItem=Presione una tecla para automáticamente ingresar algún texto
8 | ImportantButton=Agregue !importante a todas las declaraciones
9 | MergeLines=Combinar lineas de código en una quitando lineas rotas (ctrl+z para deshacer)
10 | CommentText=Seleccione algún texto y presione esto para agregar o quitar comentarios alrededor del mismo: /* */
11 | NameArea=Nombrar caja
12 | SearchArea=Buscar en caja
13 | TagsArea=Etiquetar caja
14 | UpdateUrlArea=URL de caja
15 | Bottom_SwitchToInstall=Cambiar entre editor y diálogos de instalador
16 | Bottom_InsertText=Insertar texto en estilo
17 | Bottom_SaveEnabled=Guardar estilo como activo y cerrar
18 | Bottom_SaveDisabled=Guardar estilos como desactivados y cerrar
19 | Bottom_SaveClose=Guardar y cerrar estilo
20 | Bottom_Save=Guardar estilo (sin cerrarlo)
21 | Bottom_SaveLabel=Guardar Botón
22 | Bottom_SaveMenu=Muestre un menú con opciones de guardado
23 | Bottom_SaveMenuLabel=Guardar Menú
24 | Bottom_SaveButton=Muestra un botón de guardado y un menú con opciones de guardado
25 | Bottom_SaveButtonLabel=Guardar Boton + Menú
26 | Bottom_UndoLastSave=Revertir al ultimo guardado
27 | Bottom_UndoAllSaves=Revertir al original
28 | Bottom_CloseStyle=Cerrar estilo sin guardar
29 | PreviewStyles=Previsualizar/No-Previsualizar estilos
30 | ToggleEnabledItem=Cambiar Activado/Desactivado
31 | UpdateCheckItem=Cambiar si el programa comprueba actualizaciones
32 | CommentGroup=Quitar comentarios entonces re-comentar textos seleccionados
33 | ClearSearch=Limpiar texto de búsqueda
34 | ScratchPadItem=Lugar para mantener texto, se limpiara cuando cierre el dialogo
35 | ClearScratchPad=Limpiar el Bloc de Garabatos
36 | CustomizeToolbars=Abrir dialogo de personalización
37 | LineNumberItem=Muestre numero de lineas cuando se clicke el código
38 | LineNumberSearchItem=Ir a numero de linea
39 | ToggleScratchPad=Cambiar la barra de herramientas del Bloc de Garabatos
40 | ExportStyle=Exportar el estilo a un archivo
41 | CloneStyle=Crear un nuevo estilo con el mismo código
42 | Bracket=Agregar o quitar [] desde fuera del texto seleccionado
43 | CurlyBracket=Agregar o quitar {} desde fuera del texto seleccionado
44 | Undo=Deshacer el ultimo cambio
45 | Redo=Rehacer ultima acción (deshacer)
46 | Class=[class="example"] to .example (or back)
47 | ID=[id="example"] to #example (or back)
48 | ToggleBars=Cambiar barra de herramientas escojalas en Opciones> Cambiar > Cambiar Barra de herramientas)
49 | StyleId=Muestra el ID de Estilo desde la base de datos de stylish.sqlite
50 | RemoveXUL=Removes xul: from copied code ("xul:hbox > xul:scrollbox" to "hbox > scrollbox")
51 | RainbowPicker=Inserte un color en el estilo
52 |
--------------------------------------------------------------------------------
/content/locales/ja-JP/common.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
--------------------------------------------------------------------------------
/content/locales/ja-JP/common.properties:
--------------------------------------------------------------------------------
1 | extensions.Stylish-Custom@ChoGGi.description=スタイリッシュ専用のアドオン。
2 | UpdateAllStyles=すべて更新
3 | UpdateAllStylesTip=全スタイルを更新する(開いているウィンドウは一旦閉じるか保存して下さい)
4 | ExportTitle=CSS ファイルのエクスポート先ディレクトリを選択
5 | ExportTitleFile=CSS ファイルのエクスポート先ディレクトリを選択
6 | ExportStyles=スタイルをエクスポート
7 | BrowseTitle=スタイルを記述したファイルを指定
8 | ImportTitle=インポートする CSS ファイルを含むディレクトリを選択
9 | ImportStyles=スタイルをインポート
10 | StyleInfo=スタイル情報
11 | Stylish=Stylish
12 | Styles=スタイル
13 | RemoveDupes=重複削除
14 | NoEditorPath=オプションで外部エディタのパスを設定する必要があります
15 | StylesFound=見つかったスタイル
16 | Disabled=無効
17 | Enabled=有効
18 | Disable=無効にする
19 | Enable=有効にする
20 | Search=検索…
21 | Replace=置換…
22 | SaveStyle=スタイルを保存しますか?
23 | CloseStyle=本当に閉じますか?
24 | ImportSettings=インポートする設定ファイルを選択
25 | ExportSettings=エクスポート先の設定ファイルを選択
26 | Selected=選択
27 | Cloned=複製
28 | Finished=完了
29 | Original=オリジナル
30 | LastSaved=保存
31 | Current=現在
32 | Changed=変更
33 | NothingSelected=無選択
34 | NeedToSave=スタイルをセーブして下さい
35 | AddSomeCode=まずコードを追加して下さい
36 | CodeUpdated=更新されました
37 | ClearPagePref=一度にアップロードできるスタイルは1つだけです。設定をクリアしてアップロードしますか?
38 | RevertPrompt=本当に元に戻しますか?(ガイドを参照)
39 | DontAskAgain=今後は確認しない
40 | CustomizeToolbar=Stylish-Custom カスタマイズ
41 | CommentsNotMatching=コメントがマッチしません、置き換えますか?
42 | ExternalEditSC=外部エディタ(SC)
43 | ExternalEditIAT=外部エディタ(IAT)
44 | ExternalEditIAT2=外部エディタ
45 | InvalidEditor=不正なエディタのパスです(設定を確認)
46 | InvalidKey=無効なキーです
47 | StylesUpdated=スタイルが更新されました
48 | ExampleXML=名称例
49 | ClearSearchText=クリア
50 | NoXMLName=XML ファイル名を選択してください
51 | MissingPopup=スタイリッシュのポップアップが見つかりません
52 | NoEditorSelected=設定でエディタを選択する必要があります
53 | Edit=編集
54 | ImportRules=@import からのスタイル
55 | MobileClosePrefs=設定からスタイル一覧に移動
56 | InlineStyleSheet=インラインのスタイルシート
57 | ErrorCodeCopied=エラーコードはクリップボードにコピー
58 | Delete=消去
59 | DeleteStyles=スタイルを削除
60 |
--------------------------------------------------------------------------------
/content/locales/ja-JP/edit-overlay.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 |
--------------------------------------------------------------------------------
/content/locales/ja-JP/edit.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/content/locales/ja-JP/edit.properties:
--------------------------------------------------------------------------------
1 | dataURIDialogTitle=挿入するファイルを選ぶ
2 | editstyletitle=「%S」の編集
3 | newstyletitle=新しいスタイル
4 | missingcode=このスタイルにコードを入力してください。
5 | missingname=このスタイルに名前を付けてください。
6 | unsavedchanges=このスタイルの変更を保存しますか?
7 | unsavedchangestitle=変更を保存しますか?
8 |
--------------------------------------------------------------------------------
/content/locales/ja-JP/export.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/content/locales/ja-JP/info.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/content/locales/ja-JP/options.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
--------------------------------------------------------------------------------
/content/locales/ja-JP/removedupes.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/content/locales/ja-JP/specifySites.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/content/locales/ja-JP/stylesheets.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/content/locales/ja-JP/tooltips.properties:
--------------------------------------------------------------------------------
1 | InsertMenu=テキストや色その他を挿入
2 | itsalltext=外部エディタ(IAT)で編集
3 | ExternalEdit=外部エディタ(SC)で編集
4 | SearchToggleItem=検索/置換の切り替え
5 | wrap-linesItem=長い行をラップ
6 | userstyles-page=スタイルにアクセス/編集する簡単な方法
7 | AutoImportantItem=自動入力キー
8 | ImportantButton=全ての宣言文に !important を追加
9 | MergeLines=改行を削除して複数行を1行にまとめる(CTRL+Z でアンドゥ)
10 | CommentText=テキストを選択してこのボタンを押すことでコメントアウト/元に戻す:/* */
11 | NameArea=名前入力欄
12 | SearchArea=検索入力欄
13 | TagsArea=タグ入力欄
14 | UpdateUrlArea=URL 入力欄
15 | Bottom_SwitchToInstall=エディタ/インストーラの切り替え
16 | Bottom_InsertText=テキストを挿入
17 | Bottom_SaveEnabled=保存後に有効化してから閉じる
18 | Bottom_SaveDisabled=保存後に無効化してから閉じる
19 | Bottom_SaveClose=保存して閉じる
20 | Bottom_Save=保存(閉じない)
21 | Bottom_SaveLabel=保存ボタン
22 | Bottom_SaveMenu=保存オプション付きメニューを表示
23 | Bottom_SaveMenuLabel=保存メニュー
24 | Bottom_SaveButton=保存ボタンと保存オプションメニューを表示
25 | Bottom_SaveButtonLabel=保存ボタン+メニュー
26 | Bottom_UndoLastSave=保存していた状態に戻す
27 | Bottom_UndoAllSaves=オリジナルに戻す
28 | Bottom_CloseStyle=保存せずに閉じる
29 | PreviewStyles=プレビュー/元に戻す
30 | ToggleEnabledItem=有効/無効
31 | UpdateCheckItem=自動更新
32 | CommentGroup=選択したテキストをコメントグループにしたり元に戻したりする
33 | ClearSearch=検索文字をクリア
34 | ScratchPadItem=テキストはウィンドウを閉じるまで保持される
35 | ClearScratchPad=メモ帳をクリア
36 | CustomizeToolbars=カスタマイズ画面を開く
37 | LineNumberItem=コードクリック時に行番号を表示
38 | LineNumberSearchItem=行番号へジャンプ
39 | ToggleScratchPad=メモ帳のツールバーを切り替える
40 | ExportStyle=ファイルにエクスポート
41 | CloneStyle=同じスタイルを新規作成(クローン)
42 | Bracket=選択したテキスト外側の [] を追加/削除
43 | CurlyBracket=選択したテキスト外側の {} を追加/削除
44 | Undo=アンドゥ
45 | Redo=リドゥ
46 | Class=[class="example"] を .example に(またはその逆)
47 | ID=[id="example"] を #example に(またはその逆)
48 | ToggleBars=ツールバーを切り替える(設定 > 切り替え > ツールバー)
49 | StyleId=stylish.sqlite データベースを参照し、スタイル ID を表示
50 | RemoveXUL=xul:を削除しコピーしたコードから ("xul:hbox > xul:scrollbox" to "hbox > scrollbox")
51 | RainbowPicker=スタイルに色を挿入
52 |
--------------------------------------------------------------------------------
/content/locales/ko-KR/common.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
--------------------------------------------------------------------------------
/content/locales/ko-KR/common.properties:
--------------------------------------------------------------------------------
1 | extensions.Stylish-Custom@ChoGGi.description=세련된 확장에 사용자 추가.
2 | UpdateAllStyles=모두 업데이트
3 | UpdateAllStylesTip=모든 스타일 업데이트 (새 창에서 변경 내용을 확인할 수 있습니다.)
4 | ExportTitle=CSS 파일을 다음의 경로에 저장합니다 :
5 | ExportTitleFile=CSS 파일을 다음의 경로에 저장합니다 :
6 | ExportStyles=스타일 내보내기
7 | BrowseTitle=외부 편집 프로그램을 선택해 주십시오.
8 | ImportTitle=가져올 CSS 파일이 있는 폴더 위치를 지정해 주십시오.
9 | ImportStyles=스타일 가져오기
10 | StyleInfo=스타일 정보
11 | Stylish=Stylish
12 | Styles=스타일
13 | RemoveDupes=중복된 스타일 제거
14 | NoEditorPath=옵션에서 외부 편집기를 지정해야 합니다.
15 | StylesFound=찾은 스타일
16 | Disabled=사용 안 함
17 | Enabled=사용함
18 | Disable=사용 안 함
19 | Enable=사용함
20 | Search=찾기
21 | Replace=바꾸기
22 | SaveStyle=이 스타일을 저장하시겠습니까?
23 | CloseStyle=이 스타일을 닫으시겠습니까?
24 | ImportSettings=설정을 불러올 위치를 지정하십시오 :
25 | ExportSettings=설정을 내보낼 위치를 지정하십시오 :
26 | Selected=선택됨
27 | Cloned=복제됨
28 | Finished=완료됨
29 | Original=원본
30 | LastSaved=마지막 저장됨
31 | Current=현재
32 | Changed=변경됨
33 | NothingSelected=아무것도 선택되지 않음
34 | NeedToSave=저장해야 할 스타일
35 | AddSomeCode=코드를 먼저 추가해 주십시오.
36 | CodeUpdated=코드가 변경되었습니다.
37 | ClearPagePref=한번에 하나의 스타일만 업로드할 수 있습니다. 설정을 지우고 이것을 업로드하시겠습니까?
38 | RevertPrompt=이 코드를 되돌리시겠습니까? (도움말 참고)
39 | DontAskAgain=다시는 묻지 않기
40 | CustomizeToolbar=Stylish-Custom 사용자 설정
41 | CommentsNotMatching=주석이 일치하지 않아 대체하시겠습니까?
42 | ExternalEditSC=외부 편집기 (SC)
43 | ExternalEditIAT=외부 편집기 (IAT)
44 | ExternalEditIAT2=외부 편집기
45 | InvalidEditor=잘못된 편집기 경로입니다. (옵션 확인)
46 | InvalidKey=올바른 키가 아닙니다.
47 | StylesUpdated=스타일 업데이트 완료됨
48 | ExampleXML=예시 이름
49 | ClearSearchText=검색어 지우기
50 | NoXMLName=XML 파일을 위한 이름을 선택해야 합니다.
51 | MissingPopup=Stylish 팝업 창을 찾을 수 없습니다.
52 | NoEditorSelected=당신은 옵션에서 편집기를 선택해야합니다
53 | Edit=편집
54 | ImportRules=@import에서 스타일
55 | MobileClosePrefs=스타일 목록을보기 위해 환경 설정을 남겨주세요
56 | InlineStyleSheet=인라인 스타일 시트
57 | ErrorCodeCopied=오류 코드가 클립 보드에 복사
58 | Delete=삭제
59 | DeleteStyles=스타일 제거
60 |
--------------------------------------------------------------------------------
/content/locales/ko-KR/edit-overlay.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 |
--------------------------------------------------------------------------------
/content/locales/ko-KR/edit.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/content/locales/ko-KR/edit.properties:
--------------------------------------------------------------------------------
1 | dataURIDialogTitle=삽입할 파일을 선택해 주십시오.
2 | editstyletitle=\'%S\' 편집
3 | newstyletitle=새 스타일
4 | missingcode=이 스타일의 코드를 입력하십시오.
5 | missingname=이 스타일의 이름을 입력하십시오.
6 | unsavedchanges=이 스타일에 대한 변경사항을 저장하시겠습니까?
7 | unsavedchangestitle=변경사항을 저장하시겠습니까?
8 |
--------------------------------------------------------------------------------
/content/locales/ko-KR/export.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/content/locales/ko-KR/info.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/content/locales/ko-KR/options.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
--------------------------------------------------------------------------------
/content/locales/ko-KR/removedupes.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/content/locales/ko-KR/specifySites.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/content/locales/ko-KR/stylesheets.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/content/locales/ko-KR/tooltips.properties:
--------------------------------------------------------------------------------
1 | InsertMenu=텍스트와 색상 등을 삽입할 수 있습니다.
2 | itsalltext=스타일을 외부 편집기(IAT)에서 CSS 파일 형식으로 편집합니다.
3 | ExternalEdit=스타일을 외부 편집기(SC)에서 CSS 파일 형식으로 편집합니다.
4 | SearchToggleItem=찾기/바꾸기 토글
5 | wrap-linesItem=입력 내용이 편집 창의 너비보다 길면 다음 줄로 분리하여 내립니다.
6 | userstyles-page=스타일/편집 페이지를 쉽게 열 수 있습니다.
7 | AutoImportantItem=텍스트 자동 입력을 위해 키를 누르십시오.
8 | ImportantButton=모든 선언에 !important(사이트 내 설정 무시)를 추가합니다.
9 | MergeLines=모든 엔터를 제거하여 모든 줄을 한 줄로 병합합니다.
10 | CommentText=선택된 텍스트를 주석으로 처리하거나 해제합니다.
11 | NameArea=이름 상자
12 | SearchArea=검색 상자
13 | TagsArea=태그 상자
14 | UpdateUrlArea=URL 상자
15 | Bottom_SwitchToInstall=편집 창과 설치 창을 전환합니다.
16 | Bottom_InsertText=스타일에 텍스트를 삽입합니다.
17 | Bottom_SaveEnabled=스타일을 활성화하여 저장하고 닫습니다.
18 | Bottom_SaveDisabled=스타일을 비활성화하여 저장하고 닫습니다.
19 | Bottom_SaveClose=저장하고 스타일을 닫습니다.
20 | Bottom_Save=닫지 않고 스타일을 저장합니다.
21 | Bottom_SaveLabel=저장 버튼
22 | Bottom_SaveMenu=저장 옵션 메뉴를 보여줍니다.
23 | Bottom_SaveMenuLabel=메뉴 저장
24 | Bottom_SaveButton=저장 버튼과 저장과 관련된 옵션을 가진 메뉴를 보입니다.
25 | Bottom_SaveButtonLabel=저장 버튼 + 메뉴
26 | Bottom_UndoLastSave=마지막 저장 상태로 되돌립니다.
27 | Bottom_UndoAllSaves=원본 상태로 되돌립니다.
28 | Bottom_CloseStyle=저장하지 않고 스타일을 닫습니다.
29 | PreviewStyles=스타일을 미리 보거나 미리 보기를 중단합니다.
30 | ToggleEnabledItem=활성화 상태를 변경합니다.
31 | UpdateCheckItem=스타일이 업데이트될 필요가 있는지 검사합니다.
32 | CommentGroup=선택된 텍스트를 주석으로 처리하거나 해제합니다.
33 | ClearSearch=검색 상자를 비웁니다.
34 | ScratchPadItem=편집창을 닫으면 지워지는 임시 메모장입니다.
35 | ClearScratchPad=임시 메모장의 내용을 지웁니다.
36 | CustomizeToolbars=사용자 설정 창을 엽니다.
37 | LineNumberItem=코드가 클릭되면 줄 번호를 보여줍니다.
38 | LineNumberSearchItem=줄 번호로 갑니다.
39 | ToggleScratchPad=임시 메모장 툴바를 보이거나 숨깁니다.
40 | ExportStyle=스타일을 파일로 저장합니다.
41 | CloneStyle=같은 코드를 가진 새 스타일을 생성합니다.
42 | Bracket=추가하거나 선택한 텍스트의 외부에서 [] 제거
43 | CurlyBracket=추가하거나 선택한 텍스트의 외부에서 제거합니다 {}
44 | Undo=마지막 변경을 취소
45 | Redo=마지막 실행 취소 다시 실행
46 | Class=[class="example"] to .example (or back)
47 | ID=[id="example"] to #example (or back)
48 | ToggleBars=토글 도구 모음 (옵션에서 그들을 선택> 토글> 도구 모음 전환)
49 | StyleId=stylish.sqlite database로부터 스타일의 id를 보여줍니다
50 | RemoveXUL=복사 된 코드에서 xul: 제거 ("xul:hbox > xul:scrollbox" to "hbox > scrollbox")
51 | RainbowPicker=스타일에 컬러를 삽입
52 |
--------------------------------------------------------------------------------
/content/locales/ru-RU/common.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
--------------------------------------------------------------------------------
/content/locales/ru-RU/common.properties:
--------------------------------------------------------------------------------
1 | extensions.Stylish-Custom@ChoGGi.description=Пользовательское дополнение к Stylish.
2 | UpdateAllStyles=Обновить все
3 | UpdateAllStylesTip=Обновить все стили (переоткрыть окно управления, чтобы увидеть изменения или сохранить стиль)
4 | ExportTitle=Выберите каталог для экспорта файлов
5 | ExportTitleFile=Выберите имя файла для экспорта
6 | ExportStyles=Экспорт стилей
7 | BrowseTitle=Выберите файл стиля
8 | ImportTitle=Выберите каталог стилей
9 | ImportStyles=Импорт стилей
10 | StyleInfo=Информация о стиле
11 | Stylish=Stylish
12 | Styles=Стили
13 | RemoveDupes=Удалить дубли
14 | NoEditorPath=Нужно указать внешний редактор в настройках
15 | StylesFound=Найденные стили
16 | Disabled=Отключено
17 | Enabled=Включено
18 | Disable=Отключить
19 | Enable=Включить
20 | Search=Поиск...
21 | Replace=Заменить...
22 | SaveStyle=Вы хотите сохранить стиль?
23 | CloseStyle=Вы уверены, что хотите закрыть стиль?
24 | ImportSettings=Выберите файл для импорта настроек из
25 | ExportSettings=Выберите файл для экспорта настроек в
26 | Selected=Выбранные
27 | Cloned=Клонирование
28 | Finished=Завершение
29 | Original=Оригинал
30 | LastSaved=Посл. сохраненные
31 | Current=Текущий
32 | Changed=Изменен
33 | NothingSelected=Ничего не выбрано
34 | NeedToSave=Стиль должен быть сохранен
35 | AddSomeCode=Сначала добавьте код
36 | CodeUpdated=Код обновлен
37 | ClearPagePref=Можно загружать один стиль за раз, очистить префикс и загрузить его?
38 | RevertPrompt=Вы действительно хотите вернуть код (см. справку)?
39 | DontAskAgain=Больше не спрашивать
40 | CustomizeToolbar=Настроить Stylish-Custom
41 | CommentsNotMatching=Комментарии не совпадают, заменить?
42 | ExternalEditSC=Внешний редактор (SC)
43 | ExternalEditIAT=Внешний редактор (IAT)
44 | ExternalEditIAT2=внешний редактор
45 | InvalidEditor=Неверный путь к редактору (проверьте параметры)
46 | InvalidKey=Недействительный ключ
47 | StylesUpdated=Стили обновлены
48 | ExampleXML=Пример имени
49 | ClearSearchText=Очистить
50 | NoXMLName=Выберите имя для XML-файла
51 | MissingPopup=Не удается найти всплывающее окно stylish
52 | NoEditorSelected=Нужно выбрать редактор в настройках
53 | Edit=Правка
54 | ImportRules=Стиль из @import
55 | MobileClosePrefs=Уйти из настроек, чтобы увидеть список стилей
56 | InlineStyleSheet=Встроенная таблица стилей
57 | ErrorCodeCopied=Код ошибки скопирован в черновик
58 | Delete=Удалить
59 | DeleteStyles=Удалить стиль(и)?
60 |
--------------------------------------------------------------------------------
/content/locales/ru-RU/edit-overlay.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 |
--------------------------------------------------------------------------------
/content/locales/ru-RU/edit.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/content/locales/ru-RU/edit.properties:
--------------------------------------------------------------------------------
1 | dataURIDialogTitle=Выберите файл для вставки.
2 | editstyletitle=Правка \'%S\'
3 | newstyletitle=Новый стиль
4 | missingcode=Вставьте код для этого стиля.
5 | missingname=Дайте этому стилю имя.
6 | unsavedchanges=Хотите сохранить изменения в этом стиле?
7 | unsavedchangestitle=Сохранить изменения?
8 |
--------------------------------------------------------------------------------
/content/locales/ru-RU/export.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/content/locales/ru-RU/info.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/content/locales/ru-RU/removedupes.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/content/locales/ru-RU/specifySites.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/content/locales/ru-RU/stylesheets.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/content/locales/ru-RU/tooltips.properties:
--------------------------------------------------------------------------------
1 | InsertMenu=Позволяет вставлять текст, цвета и т.д...
2 | itsalltext=Изменить стиль как css во внешнем редакторе (IAT)
3 | ExternalEdit=Изменить стиль как css во внешнем редакторе (SC)
4 | SearchToggleItem=Переключение между поиском и заменой
5 | wrap-linesItem=Переносить длинные строки
6 | userstyles-page=Легкий способ доступа к стилю и стилю/правке страниц
7 | AutoImportantItem=Нажмите клавишу, чтобы автоматически ввести текст
8 | ImportantButton=Добавляет !important ко всем объявлениям
9 | MergeLines=Объединить код в одну строку, удалив разрывы (ctrl+z для отмены)
10 | CommentText=Выберите текст и нажмите здесь, для доб./удаления комментариев вокруг него: /* */
11 | NameArea=Поле имени
12 | SearchArea=Поле поиска
13 | TagsArea=Поле тегов
14 | UpdateUrlArea=Поле url
15 | Bottom_SwitchToInstall=Переключение между окнами редактора и установщика
16 | Bottom_InsertText=Вставка текста в стиль
17 | Bottom_SaveEnabled=Сохранить стиль как включенный и закрыть
18 | Bottom_SaveDisabled=Сохранить стиль как отключенный и закрыть
19 | Bottom_SaveClose=Сохранить и закрыть стиль
20 | Bottom_Save=Сохранить стиль (не закрывая его)
21 | Bottom_SaveLabel=Кнопка сохранения
22 | Bottom_SaveMenu=Показывает меню с опциями сохранения
23 | Bottom_SaveMenuLabel=Меню сохранения
24 | Bottom_SaveButton=Показывает кнопку сохранения и меню с опциями сохранения
25 | Bottom_SaveButtonLabel=Кнопка + Меню сохранения
26 | Bottom_UndoLastSave=Вернуться к последнему сохранению
27 | Bottom_UndoAllSaves=Вернуть оригинал
28 | Bottom_CloseStyle=Закрыть стиль без сохранения
29 | PreviewStyles=Вкл/выкл предпросмотр стилей
30 | ToggleEnabledItem=Включить/выключить
31 | UpdateCheckItem=Переключить, если стиль проверен на наличие обновлений
32 | CommentGroup=Удаляет комментарии и повторно комментирует выделенный текстт
33 | ClearSearch=Очищает текст поиска
34 | ScratchPadItem=Место для сохранения текста, очищается при закрытии диалога
35 | ClearScratchPad=Очищает ScratchPad
36 | CustomizeToolbars=Открывает диалог настройки
37 | LineNumberItem=Показывает номер строки при нажатии кода
38 | LineNumberSearchItem=Переход к номеру строки
39 | ToggleScratchPad=Переключает панель ScratchPad
40 | ExportStyle=Экспорт стиля в файл
41 | CloneStyle=Создает новый стиль с тем же кодом
42 | Bracket=Добавляет или удаляет [] вне текста
43 | CurlyBracket=Добавляет или удаляет {} вне текста
44 | Undo=Отмена последнего изменения
45 | Redo=Возврат последней отмены
46 | Class=изменения выделенного текста: [class="example"] для .example (или назад)
47 | ID=изменения выделенного текста: [id="example"] для #example (или назад)
48 | ToggleBars=Переключает панели инструментов (выбрать в Настройки>Переключение>Переключение панелей)
49 | StyleId=Показывает идентификатор стиля из базы данных stylish.sqlite.
50 | RemoveXUL=Удаляет xul: из скопированного кода ("xul:hbox > xul:scrollbox" для "hbox > scrollbox")
51 | RainbowPicker=Вставка цвета в стиль
52 |
--------------------------------------------------------------------------------
/content/locales/sv-SE/common.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
--------------------------------------------------------------------------------
/content/locales/sv-SE/common.properties:
--------------------------------------------------------------------------------
1 | extensions.Stylish-Custom@ChoGGi.description=Ytterligare funktioner för tillägget Stylish.
2 | UpdateAllStyles=Uppdatera alla
3 | UpdateAllStylesTip=Uppdatera alla formatmallar (stäng hanteringsfönstret och öppna det sedan igen för att se ändringar eller för att spara en formatmall)
4 | ExportTitle=Välj mapp att spara CSS-fil(er) till
5 | ExportTitleFile=Välj mapp att spara CSS-fil(er) till
6 | ExportStyles=Exportera formatmallar
7 | BrowseTitle=Välj en fil för att granska formatmallskoden
8 | ImportTitle=Välj mapp som innehåller CSS-filer att importera
9 | ImportStyles=Importera formatmallar
10 | StyleInfo=Formatmallsinfo
11 | Stylish=Stylish
12 | Styles=Formatmallar
13 | RemoveDupes=Ta bort dubbletter
14 | NoEditorPath=Du måste ange en sökväg till ett externt redigeringsprogram i inställningarna
15 | StylesFound=Formatmallar hittades
16 | Disabled=Inaktiverade
17 | Enabled=Aktiverade
18 | Disable=Inaktivera
19 | Enable=Aktivera
20 | Search=Sök...
21 | Replace=Ersätt...
22 | SaveStyle=Vill du spara formatmallen?
23 | CloseStyle=Är du säker på att du vill stänga formatmallen?
24 | ImportSettings=Välj den fil du vill importera dina inställningar från
25 | ExportSettings=Välj den fil du vill exportera dina inställningar till
26 | Selected=Markerad
27 | Cloned=Klonad
28 | Finished=Slutförd
29 | Original=Original
30 | LastSaved=Senast sparad
31 | Current=Aktuell
32 | Changed=Ändrad
33 | NothingSelected=Ingenting har markerats
34 | NeedToSave=Formatmallen behöver sparas
35 | AddSomeCode=Lägg till lite kod först
36 | CodeUpdated=Koden har uppdaterats
37 | ClearPagePref=Du kan endast ladda upp en formatmall åt gången. Vill du rensa sidinställningarna och ladda upp denna formatmall?
38 | RevertPrompt=Vill du verkligen återställa koden (se handboken för hjälp)?
39 | DontAskAgain=Fråga inte igen
40 | CustomizeToolbar=Anpassa Stylish-Custom
41 | CommentsNotMatching=Kommentarerna stämmer inte överens. Vill du ersätta?
42 | ExternalEditSC=Externt redigeringsprogram (SC)
43 | ExternalEditIAT=Externt redigeringsprogram (IAT)
44 | ExternalEditIAT2=externt redigeringsprogram
45 | InvalidEditor=Ogiltig sökväg till redigerare (kontrollera inställningarna)
46 | InvalidKey=Inte en giltig tangent
47 | StylesUpdated=Formatmallar uppdaterade
48 | ExampleXML=Exempelnamn
49 | ClearSearchText=Rensa
50 | NoXMLName=Du måste välja ett namn för XML-filen
51 | MissingPopup=Kan inte hitta Stylish popup-fönster
52 | NoEditorSelected=Du måste välja ett redigeringsprogram i inställningarna
53 | Edit=Redigera
54 | ImportRules=Formatmallar från @import
55 | MobileClosePrefs=Lämna inställningarna för att se formatmallslistan
56 | InlineStyleSheet=Infogad formatmall
57 | ErrorCodeCopied=Felkod kopieras till Windows urklipp
58 | Delete=Ta bort
59 | DeleteStyles=Ta bort formatmall(ar)
60 |
--------------------------------------------------------------------------------
/content/locales/sv-SE/edit.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/content/locales/sv-SE/edit.properties:
--------------------------------------------------------------------------------
1 | dataURIDialogTitle=Välj fil att infoga
2 | editstyletitle=Redigerar "%S"
3 | newstyletitle=Ny style
4 | missingcode=Skriv lite kod för denna style.
5 | missingname=Ge denna style ett namn.
6 | unsavedchanges=Vill du spara dina ändringar av denna style?
7 | unsavedchangestitle=Spara ändringar?
8 |
--------------------------------------------------------------------------------
/content/locales/sv-SE/export.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/content/locales/sv-SE/info.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/content/locales/sv-SE/removedupes.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/content/locales/sv-SE/specifySites.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/content/locales/sv-SE/stylesheets.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/content/locales/sv-SE/tooltips.properties:
--------------------------------------------------------------------------------
1 | InsertMenu=Låter dig infoga text, färger, o.s.v...
2 | itsalltext=Redigera formatmall som CSS-fil i ett externt redigeringsprogram (IAT)
3 | ExternalEdit=Redigera formatmall som CSS-fil i ett externt redigeringsprogram (SC)
4 | SearchToggleItem=Växla mellan Sök och Ersätt
5 | wrap-linesItem=Radbryt långa rader
6 | userstyles-page=Enkel metod för åtkomst till formatmalls- och redigeringssidor
7 | AutoImportantItem=Tryck ditt kortkommando för att ange deklarationen !important
8 | ImportantButton=Lägger till !important i koden
9 | MergeLines=Slå samman flera rader av kod till en enda rad genom att ta bort radbrytningar (Ctrl+Z för att ångra)
10 | CommentText=Markera text och klicka här för att lägga till eller ta bort kommentarer för texten: /* */
11 | NameArea=Namnruta
12 | SearchArea=Sökruta
13 | TagsArea=Taggruta
14 | UpdateUrlArea=URL-ruta
15 | Bottom_SwitchToInstall=Växla mellan redigerings- och installationsdialogerna
16 | Bottom_InsertText=Infogar text i formatmallen
17 | Bottom_SaveEnabled=Spara formatmallen som aktiverad och stäng
18 | Bottom_SaveDisabled=Spara formatmallen som inaktiverad och stäng
19 | Bottom_SaveClose=Spara och stäng formatmallen
20 | Bottom_Save=Spara formatmallen (utan att stänga den)
21 | Bottom_SaveLabel=Sparknapp
22 | Bottom_SaveMenu=Visar en meny med sparalternativ
23 | Bottom_SaveMenuLabel=Sparmeny
24 | Bottom_SaveButton=Visar en sparknapp och en meny med sparalternativ
25 | Bottom_SaveButtonLabel=Sparknapp & -meny
26 | Bottom_UndoLastSave=Återställ till senast sparade läge
27 | Bottom_UndoAllSaves=Återställ till originalläget
28 | Bottom_CloseStyle=Stäng formatmallen utan att spara
29 | PreviewStyles=Förhandsgranska formatmallar/Stäng förhandsgranskning
30 | ToggleEnabledItem=Växla mellan aktiverad/inaktiverad
31 | UpdateCheckItem=Växling om formatmallen skall söka efter uppdateringar eller ej
32 | CommentGroup=Tar först bort ev. kommentarer och kommenterar sedan markerad text igen
33 | ClearSearch=Rensar söktext
34 | ScratchPadItem=Placera text som du vill behålla här, rensas när du stänger dialogen
35 | ClearScratchPad=Rensar anteckningsblocket
36 | CustomizeToolbars=Öppnar anpassningsdialogen
37 | LineNumberItem=Visar radnummer när kod klickas
38 | LineNumberSearchItem=Går till radnummer
39 | ToggleScratchPad=Växlar verktygsfältet Anteckningsblock
40 | ExportStyle=Exporterar formatmallen till en fil
41 | CloneStyle=Skapar en ny formatmall med samma kod
42 | Bracket=Lägger till eller tar bort [] från utsidan av markerad text
43 | CurlyBracket=Lägger till eller tar bort {} från utsidan av markerad text
44 | Undo=Ångra senaste åtgärd
45 | Redo=Gör om senast ångrade åtgärd
46 | Class=[class="exempel"] till .exempel (eller vice versa)
47 | ID=[id="exempel"] till #exempel (eller vice versa)
48 | ToggleBars=Växlar verktygsfält (välj vilka i Inställningar > Växling > Verktygsfältsväxling)
49 | StyleId=Visar formatmalls-ID:t från databasen stylish.sqlite
50 | RemoveXUL=Ta xul: från kopierade koden ("xul:hbox > xul:scrollbox" to "hbox > scrollbox")
51 | RainbowPicker=Sätt i en färg i stil
52 |
--------------------------------------------------------------------------------
/content/locales/zh-CN/common.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
--------------------------------------------------------------------------------
/content/locales/zh-CN/common.properties:
--------------------------------------------------------------------------------
1 | extensions.Stylish-Custom@ChoGGi.description=为 Stylish 扩展添加额外的定制。
2 | UpdateAllStyles=更新所有
3 | UpdateAllStylesTip=更新所有样式(关闭然后重新打开管理窗口来查看改变或保存一个样式)
4 | ExportTitle=选择目录来放置 css 文件
5 | ExportTitleFile=选择目录来放置 css 文件
6 | ExportStyles=导出样式
7 | BrowseTitle=挑选一个文件来打开样式代码
8 | ImportTitle=选择一个包含 css 文件的目录来导入
9 | ImportStyles=导入样式
10 | StyleInfo=样式信息
11 | Stylish=Stylish
12 | Styles=样式
13 | RemoveDupes=移除拷贝( Dupes )
14 | NoEditorPath=您需要在选项中设置外部编辑器路径
15 | StylesFound=样式查找
16 | Disabled=已禁用
17 | Enabled=已启用
18 | Disable=禁用
19 | Enable=启用
20 | Search=搜索...
21 | Replace=替换...
22 | SaveStyle=您想保存此样式吗?
23 | CloseStyle=您确定要关闭此样式?
24 | ImportSettings=从所选文件导入您的设置
25 | ExportSettings=导出您的设置到所选文件
26 | Selected=已选
27 | Cloned=已复制
28 | Finished=已完成
29 | Original=原始的
30 | LastSaved=最后保存的
31 | Current=当前
32 | Changed=已改变
33 | NothingSelected=未选择任何东西
34 | NeedToSave=样式需要被保存
35 | AddSomeCode=首先添加一些代码
36 | CodeUpdated=代码已更新
37 | ClearPagePref=您一次只能上传一个样式,清理控制台(pref)并上传这个样式?
38 | RevertPrompt=您真的想恢复此代码(查看向导获得帮助)?
39 | DontAskAgain=不再询问
40 | CustomizeToolbar=Stylish-Custom 自定义
41 | CommentsNotMatching=注释不匹配,替换?
42 | ExternalEditSC=外部编辑器 (SC)
43 | ExternalEditIAT=外部编辑器 (IAT)
44 | ExternalEditIAT2=外部编辑器
45 | InvalidEditor=无效的编辑器路径(检查选项)
46 | InvalidKey=无效的 key
47 | StylesUpdated=样式已上传
48 | ExampleXML=示例名称
49 | ClearSearchText=清除
50 | NoXMLName=您需要为 XML 文件选择一个名称
51 | MissingPopup=不能找到 stylish 弹出窗口
52 | NoEditorSelected=您需要在选项中选择一个编辑器
53 | Edit=编辑
54 | ImportRules=从@import样式
55 | MobileClosePrefs=离开的喜好来看看款式上市
56 | InlineStyleSheet=内嵌样式表
57 | ErrorCodeCopied=错误代码复制到剪贴板
58 | Delete=删除
59 | DeleteStyles=删除样式
60 |
--------------------------------------------------------------------------------
/content/locales/zh-CN/edit-overlay.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 |
--------------------------------------------------------------------------------
/content/locales/zh-CN/edit.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/content/locales/zh-CN/edit.properties:
--------------------------------------------------------------------------------
1 | dataURIDialogTitle=选择要插入的文件
2 | editstyletitle=正在编辑“%S”
3 | newstyletitle=新样式
4 | missingcode=输入此样式的代码。
5 | missingname=给此样式起个名字。
6 | unsavedchanges=是否要保存对此样式的更改?
7 | unsavedchangestitle=保存更改?
8 |
--------------------------------------------------------------------------------
/content/locales/zh-CN/export.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/content/locales/zh-CN/info.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/content/locales/zh-CN/options.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
--------------------------------------------------------------------------------
/content/locales/zh-CN/removedupes.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/content/locales/zh-CN/specifySites.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/content/locales/zh-CN/stylesheets.dtd:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/content/locales/zh-CN/tooltips.properties:
--------------------------------------------------------------------------------
1 | InsertMenu=允许您插入文本,颜色,等等...
2 | itsalltext=在外部编辑器中作为 css 文件编辑样式 (IAT)
3 | ExternalEdit=在外部编辑器中作为 css 文件编辑样式 (SC)
4 | SearchToggleItem=切换搜索和替换
5 | wrap-linesItem=自动换行
6 | userstyles-page=简单的访问样式及样式编辑页面的方法
7 | AutoImportantItem=按一个键来自动输入一些文本
8 | ImportantButton=添加 !important 到所有声明
9 | MergeLines=合并代码行到一个被移除的行间隙中(ctrl+z 撤销)
10 | CommentText=选择一些文本然后按下这个来添加或移除它周围的注释符号:/* */
11 | NameArea=名称框
12 | SearchArea=搜索框
13 | TagsArea=标签框
14 | UpdateUrlArea=网址框
15 | Bottom_SwitchToInstall=切换编辑和安装对话框
16 | Bottom_InsertText=插入文本到样式中
17 | Bottom_SaveEnabled=保存并关闭样式作为已启用
18 | Bottom_SaveDisabled=保存并关闭样式作为已禁用
19 | Bottom_SaveClose=保存并关闭样式
20 | Bottom_Save=保存样式(不关闭)
21 | Bottom_SaveLabel=保存按钮
22 | Bottom_SaveMenu=显示保存选项菜单
23 | Bottom_SaveMenuLabel=保存菜单
24 | Bottom_SaveButton=显示保存选项按钮和菜单
25 | Bottom_SaveButtonLabel=保存按钮 + 菜单
26 | Bottom_UndoLastSave=还原到最后保存
27 | Bottom_UndoAllSaves=还原到原始
28 | Bottom_CloseStyle=关闭样式不保存
29 | PreviewStyles=预览/不预览样式
30 | ToggleEnabledItem=切换启用/禁用
31 | UpdateCheckItem=如果样式已检查过更新则切换
32 | CommentGroup=移除所有注释然后重新注释所选文本
33 | ClearSearch=清除搜索文字
34 | ScratchPadItem=这里保留者文本及当您关闭对话框所清除的
35 | ClearScratchPad=清除 ScratchPad
36 | CustomizeToolbars=打开自定义对话框
37 | LineNumberItem=当代码被点击时显示行号
38 | LineNumberSearchItem=转到行号
39 | ToggleScratchPad=切换 ScratchPad 工具栏
40 | ExportStyle=导出样式到文件
41 | CloneStyle=用相同的代码创建一个新样式
42 | Bracket=添加或移除所选文本外侧的 []
43 | CurlyBracket=添加或移除所选文本外侧的 {}
44 | Undo=撤销最后更改
45 | Redo=恢复最后撤销
46 | Class=[class="example"] to .example (或回)
47 | ID=[id="example"] to #example (或回)
48 | ToggleBars=切换工具栏 (在 选项>切换>工具栏切换 选取)
49 | StyleId=显示来自 stylish.sqlite 数据库的样式 id
50 | RemoveXUL=删除xul:从复制的代码 ("xul:hbox > xul:scrollbox" to "hbox > scrollbox")
51 | RainbowPicker=将一种颜色到样式
52 |
--------------------------------------------------------------------------------
/content/removedupes.js:
--------------------------------------------------------------------------------
1 | "use strict";
2 | let Cu = Components.utils;
3 | Cu.import("chrome://stylish-custom/content/common.jsm");
4 | Cu.import("chrome://".concat(scCommon.name,"/content/common.js"));
5 | //scCommon.dump();
6 |
7 | var treeList,service;
8 |
9 | var scRemovedupes = {
10 |
11 | stylesTree: null,
12 | selected: null,
13 | styleListE: null,
14 | stylesSort: null,
15 | styleAmount: null,
16 |
17 | init: function()
18 | {
19 | service = scCommon.service;
20 | this.stylesTree = document.getElementById("style-tree-list");
21 | this.createStyleList();
22 | },
23 |
24 | createStyleList: function(sortBy)
25 | {
26 | //let scrollPos = this.stylesTree.treeBoxObject.getFirstVisibleRow();
27 | this.styleListE = document.getElementById("StyleList");
28 |
29 | //used to refresh by sorting method
30 | if (sortBy != "Refresh" && typeof (sortBy) != "undefined")
31 | this.stylesSort = sortBy;
32 | if (sortBy == "Refresh" && this.stylesSort != null)
33 | sortBy = this.stylesSort;
34 | else if (sortBy == "Refresh")
35 | sortBy = undefined;
36 |
37 | // remove all children from element
38 | scCommon.removeChild(this.styleListE);
39 |
40 | //create some vars
41 | treeList = [];
42 | this.styleAmount = 0;
43 |
44 | //create the list
45 | scCommon.createStyleArray(treeList,sortBy);
46 | //remove non dupes
47 | treeList = this.compareStyles(treeList);
48 |
49 | //populate the list
50 | for (let i = 0; i < treeList.length; i++) {
51 | let style = service.find(treeList[i].id,service.REGISTER_STYLE_ON_CHANGE);
52 | scCommon.populateTree(style,this,3,null,document,null);
53 | }
54 | document.title = scCommon.getMsg("RemoveDupes") + " (" +
55 | scCommon.getMsg("Styles") + ": " + this.styleAmount + ")";
56 | },
57 |
58 | removeStyles: function(which)
59 | {
60 | let tree = this.stylesTree,
61 | treeChildren = document.getElementById("StyleList").childNodes,
62 | style;
63 | if (which == "Ask") {
64 | let sel = tree.currentIndex;
65 | if (sel == -1)
66 | return;
67 | style = service
68 | .find(treeChildren[sel].id,service.REGISTER_STYLE_ON_CHANGE);
69 | stylishCommon.deleteWithPrompt(style);
70 | } else {
71 | for (let i = 0; i < treeChildren.length; i++) {
72 | style = service
73 | .find(treeChildren[i].id,service.REGISTER_STYLE_ON_CHANGE);
74 | if (style && treeChildren[i].value == true)
75 | style.delete();
76 | }
77 | }
78 | this.createStyleList();
79 | },
80 |
81 | compareStyles: function(styleList)
82 | {
83 | let newList = [];
84 | for (let i = 0; i < styleList.length; i++) {
85 | for (let j = 0; j < styleList.length; j++) {
86 | if (styleList[i].name != styleList[j].name ||
87 | styleList[i].id == styleList[j].id) {
88 | continue;
89 | }
90 | newList.push(styleList[j]);
91 | }
92 | }
93 | return this.removeDupesFromArray(newList);
94 | },
95 |
96 | //http://www.developersnippets.com/2008/10/30/remove-duplicates-from-array-using-javascript/
97 | removeDupesFromArray: function(array)
98 | {
99 | //Adds new uniqueArr values to temp array
100 | function uniqueArr(a)
101 | {
102 | //let temp = new Array();
103 | let temp = [];
104 | for (let i = 0; i < a.length; i++) {
105 | if (!contains(temp,a[i])) {
106 | temp.length+=1;
107 | temp[temp.length-1]=a[i];
108 | }
109 | }
110 | return temp;
111 | }
112 | //Will check for the Uniqueness
113 | function contains(a,e)
114 | {
115 | for (let j = 0; j < a.length; j++) {
116 | if (a[j] == e)
117 | return true;
118 | }
119 | return false;
120 | }
121 | return uniqueArr(array);
122 | },
123 |
124 | //refresh the info dialog
125 | onExit: function()
126 | {
127 | let infoWin = scCommon.getWin("stylishCustomInfo");
128 | if (infoWin)
129 | infoWin.scInfo.createStyleList('Refresh');
130 | },
131 |
132 | openStyle: function()
133 | {
134 | let sel = this.stylesTree.currentIndex;
135 | if (sel == -1)
136 | return;
137 | let treeChildren = document.getElementById("StyleList").childNodes;
138 | scCommon.openEditForId(treeChildren[sel].id);
139 | },
140 | /*
141 | onSelect: function(event)
142 | {
143 | let row = {},col = {},child = {};
144 | this.stylesTree.treeBoxObject.getCellAt(event.clientX,event.clientY,row,col,child);
145 | this.selected = row.value;
146 | },
147 | */
148 | onTreeClicked: function(event)
149 | {
150 | let treeChildren,cellValue,row = {},col = {},child = {};
151 | this.stylesTree.treeBoxObject
152 | .getCellAt(event.clientX,event.clientY,row,col,child);
153 | if (row.value == -1)//-1 means nothing selected
154 | return;
155 |
156 | if (event.type == "click") {
157 | this.selected = row.value;
158 | cellValue = this.stylesTree.view.getCellValue(row.value,col.value);
159 | if (cellValue == "")//if its blank it isn't the checkbox
160 | return;
161 | treeChildren = document.getElementById("StyleList").childNodes;
162 | if (cellValue == "true")
163 | treeChildren[row.value].value = true;
164 | else
165 | treeChildren[row.value].value = false;
166 | }
167 |
168 | cellValue = this.stylesTree.view.getCellValue(row.value,col.value);
169 | if (cellValue != "")//we won't want the checkbox
170 | return;
171 |
172 | let sel = this.stylesTree.currentIndex;
173 | treeChildren = document.getElementById("StyleList").childNodes;
174 | scCommon.openEditForId(treeChildren[sel].id);
175 | }
176 | };
177 |
--------------------------------------------------------------------------------
/content/removedupes.xul:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
8 |
9 | %removedupes;
10 | %common;
11 | ]>
12 |
13 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
--------------------------------------------------------------------------------
/content/sidebar-overlay.xul:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/content/specifySites.js:
--------------------------------------------------------------------------------
1 | "use strict";
2 | //the below is (mostly) from Stylish v0.5.9, so different license applies
3 | /* jshint ignore:start */
4 | const Cu = Components.utils;
5 | Cu.import("resource://gre/modules/Services.jsm");
6 | Cu.import("chrome://stylish-custom/content/common.jsm");
7 | Cu.import("chrome://".concat(scCommon.name,"/content/common.js"));
8 | /* jshint ignore:end */
9 | //scCommon.dump();
10 |
11 | var scSpecifySites = {
12 |
13 | urlE: null,
14 | siteListE: null,
15 | addE: null,
16 | siteListTreeE: null,
17 |
18 | init: function()
19 | {
20 | this.urlE = document.getElementById("url");
21 | this.siteListE = document.getElementById("site-list");
22 | this.addE = document.getElementById("add");
23 | this.siteListTreeE = document.getElementById("site-list-tree");
24 |
25 | this.urlE.focus();
26 | },
27 |
28 | addSpecifySiteEntry: function()
29 | {
30 | let typeGroup = document.getElementById("type").selectedItem,
31 | url = this.urlE.value,
32 | uri,ios;
33 |
34 | if (url.length == 0)
35 | return;
36 | switch (typeGroup.value) {
37 | case "url":
38 | //Make a URI. This will throw if it's not valid
39 | try {
40 | ios = Services.io;
41 | uri = ios.newURI(url,"UTF-8",null);
42 | } catch(e) {
43 | try {
44 | //maybe someone forgot to put the protocol in. let's assume they meant http://
45 | uri = ios.newURI("http://" + url,"UTF-8",null);
46 | } catch(e) {
47 | //I give up
48 | alert("urlNotValid");
49 | return;
50 | }
51 | }
52 | url = uri.spec;
53 | break;
54 | case "url-prefix":
55 | //not really any way to validate this other than making sure the protocol is there
56 | if (url.indexOf("://") == -1)
57 | url = "http://" + url;
58 | break;
59 | case "regexp":
60 | //validate? Pah!
61 | url = '"' + url + '"';
62 | break;
63 | case "domain":
64 | //The user might have mistakenly included the protocol. Let's strip it.
65 | let position = url.indexOf("://");
66 | if (position > -1)
67 | url = url.substring(position + 3,url.length);
68 | break;
69 | default:
70 | alert("Unrecognized site entry type '" + typeGroup.value + "'");
71 | return;
72 | //break;
73 | }
74 |
75 | //add it to the list
76 | let d = document,
77 | item = d.createElement("treeitem"),
78 | row = d.createElement("treerow"),
79 | typeCell = d.createElement("treecell"),
80 | siteCell = d.createElement("treecell");
81 |
82 | typeCell.setAttribute("label",typeGroup.label);
83 | typeCell.setAttribute("value",typeGroup.value);
84 | siteCell.setAttribute("label",url);
85 | row.appendChild(typeCell);
86 | row.appendChild(siteCell);
87 | item.appendChild(row);
88 | this.siteListE.appendChild(item);
89 |
90 | this.urlE.value = "";
91 | this.urlE.focus();
92 | this.addE.disabled = true;
93 | },
94 |
95 | close: function()
96 | {
97 | let data = [],currentRow;
98 | for (let i = 0; i < this.siteListE.childNodes.length; i++) {
99 | currentRow = this.siteListE.childNodes[i].firstChild;
100 | data[i] = {
101 | type: currentRow.firstChild.getAttribute("value"),
102 | site: currentRow.childNodes[1].getAttribute("label")
103 | };
104 | }
105 | window.arguments[0](data);
106 | },
107 |
108 | urlKeyPress: function(aEvent)
109 | {
110 | if (aEvent.keyCode == 13) {
111 | this.addSpecifySiteEntry();
112 | aEvent.preventDefault();
113 | }
114 | },
115 |
116 | urlInput: function()
117 | {
118 | this.addE.disabled = !(this.urlE.value);
119 | },
120 |
121 | siteListKeyPress: function(aEvent)
122 | {
123 | //delete
124 | if (aEvent.keyCode == 46)
125 | this.deleteSiteList();
126 | },
127 |
128 | deleteSiteList: function()
129 | {
130 | let itemsToRemove = this.getSelectedStyles();
131 |
132 | for (let i = 0; i < itemsToRemove.length; i++) {
133 | itemsToRemove[i].parentNode.removeChild(itemsToRemove[i]);
134 | }
135 | },
136 |
137 | changeSelection: function()
138 | {
139 | document.getElementById("delete").disabled =
140 | (this.getSelectedStyles().length == 0);
141 | },
142 |
143 | getSelectedStyles: function()
144 | {
145 | let selectedItems = [],
146 | rangeCount = this.siteListTreeE.view.selection.getRangeCount();
147 |
148 | for (let i = 0; i < rangeCount; i++) {
149 | let start = {};
150 | let end = {};
151 | this.siteListTreeE.view.selection.getRangeAt(i,start,end);
152 | for (let c = start.value; c <= end.value; c++) {
153 | selectedItems[selectedItems.length] =
154 | this.siteListTreeE.view.getItemAtIndex(c);
155 | }
156 | }
157 | return selectedItems;
158 | }
159 |
160 | };
161 |
--------------------------------------------------------------------------------
/content/specifySites.xul:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
8 |
9 |
10 |
11 |
51 |
--------------------------------------------------------------------------------
/content/stylesheets.js:
--------------------------------------------------------------------------------
1 | "use strict";
2 | Components.utils.import("chrome://stylish-custom/content/common.jsm");
3 | //scCommon.dump();
4 |
5 | var scStylesheets = {
6 |
7 | styleList: null,
8 | init: function()
9 | {
10 | if (window.arguments[0] && window.arguments[1] && window.arguments[2]) {
11 | this.styleList = document.getElementById("styleList");
12 | this.createStyleSheetList(window.arguments[0]);
13 | this.setWinTitle();
14 | } else {
15 | window.close();
16 | }
17 | },
18 |
19 | createStyleSheetList: function(array)
20 | {
21 | for (let i = 0; i < array.length; i++) {
22 | let checkbox = document.createElement("checkbox"),
23 | split = array[i].split("|||",2);
24 |
25 | checkbox.setAttribute("label",split[0]);
26 | checkbox.setAttribute("stylenum",i);
27 | checkbox.value = split[1];
28 | this.styleList.appendChild(checkbox);
29 | }
30 | },
31 |
32 | setWinTitle: function()
33 | {
34 | let win = document.getElementById("stylish-custom"),
35 | title = win.getAttribute("title");
36 | win.setAttribute("title",title + ": " + window.arguments[2]);
37 | },
38 |
39 | exit: function()
40 | {
41 | let styleList = this.styleList.childNodes,
42 | styleText = "",
43 | count = 0;
44 | //loop through the checkboxes and grab the text
45 | for (let i = 0; i < styleList.length; i++) {
46 | let checkbox = styleList[i];
47 | if (checkbox.getAttribute("checked") === "true") {
48 | count++;
49 | styleText = "\n/*----- " +
50 | scCommon.getMsg("ImportRules") +
51 | " \"" +
52 | checkbox.getAttribute("label") +
53 | "\" -----*/\n" +
54 | checkbox.value +
55 | "\n/*----- " +
56 | scCommon.getMsg("ImportRules") +
57 | " \"" +
58 | checkbox.getAttribute("label") +
59 | "\" -----*/\n" +
60 | styleText;
61 | }
62 | }
63 | //nothing selected
64 | if (count === 0)
65 | return;
66 | //add an html namespace as i somewhat doubt everybody will (only slightly) and wrap it in an @-moz-doc-domain
67 | styleText =
68 | '@namespace url(http://www.w3.org/1999/xhtml);\n@-moz-document domain("' +
69 | window.arguments[2] + '"){\n' + styleText + "\n}";
70 | //load it into stylish
71 | scCommon.addCode(styleText,window.arguments[1]);
72 | }
73 |
74 | };
75 |
--------------------------------------------------------------------------------
/content/stylesheets.xul:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
6 |
7 | %stylesheets;
8 | %common;
9 | ]>
10 |
11 |
35 |
--------------------------------------------------------------------------------
/defaults/preferences/stylish-custom.js:
--------------------------------------------------------------------------------
1 | //description in addons manager
2 | pref("extensions.Stylish-Custom@ChoGGi.description","chrome://stylish-custom/locale/common.properties");
3 | //enable auto!important key
4 | pref("extensions.Stylish-Custom.autoimportant.enabled",false);
5 | //which key to use (http://mxr.mozilla.org/firefox/source/dom/public/idl/events/nsIDOMKeyEvent.idl)
6 | pref("extensions.Stylish-Custom.autoimportant.key","33");
7 | //what text to enter
8 | pref("extensions.Stylish-Custom.autoimportant.text","!important");
9 | //ask before reverting style
10 | pref("extensions.Stylish-Custom.asktorevert",true);
11 | //when you press escape on an unsaved style
12 | pref("extensions.Stylish-Custom.asktosave",true);
13 | //auto save a flashback
14 | pref("extensions.Stylish-Custom.autoflashback",false);
15 | //every how many seconds
16 | pref("extensions.Stylish-Custom.autoflashbacktimer",180000);
17 | //saves the customize window position
18 | pref("extensions.Stylish-Custom.customizexy","50,50");
19 | //use dark UI
20 | pref("extensions.Stylish-Custom.dark",false);
21 | //change the font family/size or just one
22 | pref("extensions.Stylish-Custom.editfont","Courier New:10pt:black");
23 | //0 = show nothing in editor titlebar,1 = show initials,3 = show full names
24 | pref("extensions.Stylish-Custom.editorapptitle",1);
25 | //which editor to use for external edit button
26 | pref("extensions.Stylish-Custom.editor","c:\\windows\\notepad.exe");
27 | //toggle the pad
28 | pref("extensions.Stylish-Custom.editorscratchpad",true);
29 | //delay before checking for changes
30 | pref("extensions.Stylish-Custom.editortimeout",500);
31 | //1=Stylish-Custom 0=It's All Text!
32 | pref("extensions.Stylish-Custom.editorwhich",1);
33 | //used to toggle the enable all styles menuitem
34 | pref("extensions.Stylish-Custom.enablestyles",false);
35 | //where to show Ex/Import menuitems (stylish=1/Stylish-Custom=0)
36 | pref("extensions.Stylish-Custom.eximportlocation",0);
37 | //where to look for css/xml files to export
38 | pref("extensions.Stylish-Custom.exportpath","");
39 | //which to use for export (XML or CSS)
40 | pref("extensions.Stylish-Custom.exporttype",0);
41 | //which error box to use (0 = clickable,1 = selectable)
42 | //pref("extensions.Stylish-Custom.errorbox",0);
43 | //where to place the error box (below the code (0) or below everything (1))
44 | pref("extensions.Stylish-Custom.errorboxplacement",0);
45 | //change colour of global/site styles in stylish menu
46 | pref("extensions.Stylish-Custom.globalsitestyle","#996633");
47 | //change colour of global styles in stylish menu
48 | pref("extensions.Stylish-Custom.globalstyle","#666");
49 | //hide app styles in main menu
50 | pref("extensions.Stylish-Custom.showappstyles",true);
51 | //where to look for css/xml files to import
52 | pref("extensions.Stylish-Custom.importpath","");
53 | //stylish info menuitem location
54 | pref("extensions.Stylish-Custom.infolocation",1);
55 | //list of text for insert text menu
56 | pref("extensions.Stylish-Custom.inserttext","{display:block!important},,{display:-moz-box!important},,{display:none!important},,{-moz-appearance:none!important},,{border:1pt solid red!important;color:red!important;background:red!important}");
57 | //which separator to use for insert text
58 | pref("extensions.Stylish-Custom.inserttextsep",",,");
59 | //which dialog to show for manage
60 | pref("extensions.Stylish-Custom.manageview",1);
61 | //use the new search in 1.0.6
62 | pref("extensions.Stylish-Custom.newsearch",true);
63 | //stylish new style menuitem location
64 | pref("extensions.Stylish-Custom.newstylelocation",0);
65 | //checks if we should remove css files from temp dir without asking
66 | pref("extensions.Stylish-Custom.removecss",false);
67 | //set height of scratchpad
68 | pref("extensions.Stylish-Custom.scratchpadheight",10);
69 | //keeps the search text for edit dialog
70 | pref("extensions.Stylish-Custom.searchtext","");
71 | //save search text?
72 | pref("extensions.Stylish-Custom.searchtextsave",false);
73 | //should we show the icons
74 | pref("extensions.Stylish-Custom.showicons",true);
75 | //change colour of site styles in stylish menu
76 | pref("extensions.Stylish-Custom.sitestyle","#3366FF");
77 | //rightclick style menuitem for menu (0) or edit (1)
78 | pref("extensions.Stylish-Custom.stylemenuitem",0);
79 | //style list menu location
80 | pref("extensions.Stylish-Custom.stylemenulocation",1);
81 | //override edit item on Stylish edit menu
82 | pref("extensions.Stylish-Custom.stylemenuoverride",true);
83 | //list of style ids to reload (blank for all). separate with ,(54,365,234)
84 | pref("extensions.Stylish-Custom.reloadstyles","");
85 | //pick the letter to used to reload styles. ctrl+alt+
86 | pref("extensions.Stylish-Custom.reloadstyleskey","s");
87 | //show the "Get Stylesheets" menuitem
88 | pref("extensions.Stylish-Custom.stylesheetmenuitem",true);
89 | //if we should toggle styles by using tags (see guide. 0=toggle for pageload and tab select, 1=tab select, 2=pageload, 3=don't toggle)
90 | pref("extensions.Stylish-Custom.styletoggle",3);
91 | //toolbars to be toggled in edit dialog
92 | pref("extensions.Stylish-Custom.togglebars","ScratchPadToolbar,TextToolbar,PageToolbar,InsertToolbar");
93 | //show the stylish icon in the tools menu
94 | pref("extensions.Stylish-Custom.toolbar",false);
95 | //name of xml file in Export dialog
96 | pref("extensions.Stylish-Custom.xmlname","");
97 |
--------------------------------------------------------------------------------
/install.rdf:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
7 | Stylish-Custom_TEST
8 | 0.9.5
9 |
10 |
13 |
14 | Stylish-Custom@ChoGGi
15 | ChoGGi
16 | https://choggi.org/misc/Stylish-Custom/
17 | chrome://stylish-custom/skin/icon-32.png
18 | chrome://stylish-custom/skin/icon-64.png
19 | chrome://stylish-custom/content/options.xul
20 | true
21 | 2
22 | false
23 | true
24 |
28 | Wouldn't be a Stylish-Custom without Stylish:
29 | Jason Barnabe (np)
30 | -
31 | Helped style the Stylish(-Custom)
32 | Mikado
33 | BoffinbraiN
34 | makondo
35 | Izzy
36 | Barbiegirl
37 | DMCrimson
38 | +
39 | Honorable Mentions:
40 | Alois
41 | purpler
42 | Azrock
43 | Wai Wai
44 | streetwolf
45 | Everaldo Coelho (Crystal Icon set)
46 | maybee, surefx: ko-KR
47 | BruceH: zh-CN
48 | Ninnetyer: es
49 | Mikael Hiort af Ornäs: sv-SE
50 | k2jp, shirayuki: ja-JP
51 | milupo, ReinekeFux, Team erweiterungen.de: de
52 | Shychara: ru
53 |
54 |
55 |
58 |
59 |
68 |
69 |
70 |
71 | {8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}
72 | 1.0
73 | 28.*
74 |
75 |
76 |
77 |
78 |
79 |
80 | {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
81 | 4.0
82 | 56.*
83 |
84 |
85 |
86 |
87 |
88 |
89 | {3550f703-e582-4d05-9a08-453d09bdfdc6}
90 | 3.3a1pre
91 | 63.0
92 |
93 |
94 |
95 |
96 |
97 |
98 | {92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}
99 | 2.1
100 | *
101 |
102 |
103 |
104 |
105 |
106 |
107 | {86c18b42-e466-45a9-ae7a-9b95ba6f5640}
108 | 1.0
109 | 1.8+
110 |
111 |
112 |
113 |
114 |
115 |
116 | toolkit@mozilla.org
117 | 1.9
118 | 2.0.*
119 |
120 |
121 |
122 |
123 |
124 |
--------------------------------------------------------------------------------
/skin/customize.css:
--------------------------------------------------------------------------------
1 | @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
2 | @-moz-document url-prefix("chrome://global/content/customizeToolbar.xul"){
3 | /*hide the tip*/
4 | #CustomizeToolbarWindowStylish #instructions.stylishCustomPalette{display:none}
5 |
6 | /*change the sc toolbarbutton to be vertical in customize window*/
7 | #CustomizeToolbarWindowStylish #stylish-custom-toolbar-button{-moz-box-orient:vertical}
8 | /*change orientation of items*/
9 | #CustomizeToolbarWindowStylish .stylishCustomPalette>toolbarbutton,
10 | #CustomizeToolbarWindowStylish .stylishCustomPalette>toolbaritem>checkbox,
11 | #CustomizeToolbarWindowStylish .stylishCustomPalette>.toolbarpaletteitem-box>toolbarbutton,
12 | #CustomizeToolbarWindowStylish .stylishCustomPalette>.toolbarpaletteitem-box>toolbaritem>*{-moz-box-orient:vertical}
13 |
14 | /*add a grabby cursor when you click an item*/
15 | #CustomizeToolbarWindowStylish .stylishCustomPalette:active{cursor:-moz-grabbing}
16 | /*rounded border for the :hover/:active backgrounds*/
17 | #CustomizeToolbarWindowStylish .stylishCustomPalette{border-radius:4pt}
18 | /*some backgrounds (older fox)*/
19 | #CustomizeToolbarWindowStylish [class="stylishCustomPalette"]:hover,[class="stylishCustomPalette"]:active:hover{background:#8b8b8b}
20 | /*some nicer backgrounds (newer fox)*/
21 | #CustomizeToolbarWindowStylish [class="stylishCustomPalette"]:hover{background:-moz-linear-gradient(left center,#8b8b8b,rgba(139,139,139,0))}
22 | #CustomizeToolbarWindowStylish [class="stylishCustomPalette"]:active{background:-moz-linear-gradient(right center,#8b8b8b,rgba(139,139,139,0))}
23 | }
--------------------------------------------------------------------------------
/skin/dark.css:
--------------------------------------------------------------------------------
1 | @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
2 | @-moz-document url-prefix("chrome://stylish-custom/"){
3 | toolbarbutton{-moz-appearance:none!important;-moz-box-align:center!important;-moz-box-pack:center!important;margin:0!important;border:1px solid black!important;border-top:2px solid black!important;-moz-border-top-colors:black #393939!important;-moz-border-right-colors:none!important;-moz-border-bottom-colors:none!important;-moz-border-left-colors:none!important;padding:3px!important;background-color:transparent!important;border-radius:3px!important;-moz-background-clip:padding!important;background:url("chrome://global/skin/button/outer-gradient-bg.png") top left repeat-x #070707!important;color:#bbb!important}
4 | .toolbarbutton-icon{-moz-margin-end:5px!important}
5 | .toolbarbutton-text{margin:0!important;text-align:center!important}
6 | toolbarbutton:focus{outline:1px dotted #ccc!important;outline-offset:-2px!important}
7 | toolbarbutton-box{border:1px solid transparent!important;padding-top:2px!important;-moz-padding-end:3px!important;padding-bottom:3px!important;-moz-padding-start:4px!important;margin:0!important;background:url("chrome://global/skin/button/outer-gradient-bg.png") top left repeat-x #070707!important;-moz-background-origin:border!important}
8 | toolbarbutton-text{margin:0!important;text-align:center!important}
9 | toolbarbutton[disabled="true"]>.toolbarbutton-box{padding-top:2px!important;-moz-padding-end:3px!important;padding-bottom:3px!important;-moz-padding-start:4px!important}
10 | toolbarbutton[type="menu-toolbarbutton"]{-moz-box-align:center!important;-moz-box-pack:center!important;margin:0;border:none!important}
11 | toolbarbutton-menu-dropmarker,.toolbarbutton-menubutton-dropmarker{margin:1px!important;background-image:url("chrome://global/skin/dropmarker/arrow-dropmarker-dn.png")!important;background-repeat:no-repeat!important;background-position:center center!important;min-width:11px!important;min-height:11px!important;list-style-image:none!important}
12 | toolbarbutton:hover .toolbarbutton-menu-dropmarker,toolbarbutton:hover .toolbarbutton-menubutton-dropmarker,toolbarbutton:active .toolbarbutton-menu-dropmarker,toolbarbutton:active toolbarbutton-menubutton-dropmarker{background-image:url("chrome://global/skin/dropmarker/arrow-dropmarker-dn-hov.png")!important}
13 | toolbarbutton-menu-dropmarker[disabled="true"],.toolbarbutton-menubutton-dropmarker[disabled="true"]{background-image:url("chrome://global/skin/dropmarker/arrow-dropmarker-dn-dis.png")!important}
14 | toolbarbutton-menubutton-dropmarker[open="true"]{margin-top:2px!important;margin-bottom:0!important;-moz-margin-start:2px!important;-moz-margin-end:0!important}
15 | toolbarbutton.plain{border:0!important;margin:0!important;padding:0!important;background-image:none!important;background-color:transparent!important}
16 | toolbarbutton.plain>.toolbarbutton-box{background-image:none!important;background-color:transparent!important}
17 | toolbarbutton:hover:not([disabled="true"]){-moz-border-top-colors:black #575757!important;-moz-border-right-colors:none!important;-moz-border-bottom-colors:none!important;-moz-border-left-colors:none!important;border-color:black!important;color:white!important;background:url("chrome://global/skin/button/outer-gradient-hover-bg.png") top left repeat-x #2f2f2f!important}
18 | toolbarbutton:hover:active:not([disabled="true"]){border-color:#FFC834!important;-moz-border-top-colors:#FFC834 #393939!important;-moz-border-right-colors:none!important;-moz-border-bottom-colors:none!important;-moz-border-left-colors:none!important;color:white!important;background:url("chrome://global/skin/button/outer-gradient-hover-bg.png") top left repeat-x #545454!important}
19 | toolbarbutton[disabled="true"]{color:#444!important}
20 | toolbarbutton[open="true"],toolbarbutton[checked="true"]{border-color:black!important}
21 | toolbarbutton:hover:not([disabled="true"])>.toolbarbutton-box{background:url("chrome://global/skin/button/outer-gradient-hover-bg.png") top left repeat-x #2f2f2f!important;-moz-background-origin:border!important}
22 | toolbarbutton:hover:active:not([disabled="true"])>.toolbarbutton-box,toolbarbutton[open="true"]:not([disabled="true"])>.toolbarbutton-box,toolbarbutton[checked="true"]:not([disabled="true"])>.toolbarbutton-box{background:url("chrome://global/skin/button/outer-gradient-hover-bg.png") top left repeat-x #545454!important;-moz-background-origin:border!important}
23 | toolbarbutton:focus:not([disabled="true"])>.toolbarbutton-box,toolbarbutton[default="true"]:not([disabled="true"])>.toolbarbutton-box{outline:1px dotted #ccc!important;outline-offset:-3px!important}
24 | /*add bg and selected colours*/
25 | treechildren:-moz-tree-cell-text{color:#fff!important}
26 | treechildren:-moz-tree-row(even){background-color:#111!important}
27 | treechildren:-moz-tree-row(odd){background-color:#000!important}
28 | treechildren:-moz-tree-row(selected,focus){color:rgb(0,173,238)!important}
29 | treechildren:-moz-tree-row(selected){background-color:rgba(0,0,0,.25)!important}
30 | }
--------------------------------------------------------------------------------
/skin/edit-OSX.css:
--------------------------------------------------------------------------------
1 | @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
2 | @-moz-document url-prefix("chrome://stylish-custom/"){
3 | /*not sure why firefox doesn't hide this*/
4 | .dropmarker-icon{display:none}
5 | /*padding i added looks ugly on OSX*/
6 | #stylishCustomToolbox{padding:0!important}
7 | }
--------------------------------------------------------------------------------
/skin/edit.css:
--------------------------------------------------------------------------------
1 | @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
2 | @-moz-document url-prefix("chrome://stylish-custom/"){
3 | /*from Stylish v1.4.3*/
4 | #errors{min-height:3em;max-height:8em;overflow:auto;color:red}
5 | #errors label{cursor:pointer}
6 | #internal-code{font-family:monospace;margin-bottom:0}
7 | .findbar-closebutton,.findbar-highlight,*[anonid="find-case-sensitive"]{display:none}
8 | #findbar{border-top:0}
9 | #editor-tools{margin-top:3px;padding-top:2px;border-top:2px solid -moz-use-text-color;-moz-border-top-colors:threedshadow threedhighlight}
10 | /*from Stylish v1.4.3*/
11 |
12 | /*hide "Whole Words" button from new search*/
13 | toolbarbutton[anonid="find-entire-word"],
14 | /*hide new search next/previous buttons if disabled*/
15 | .findbar-find-next[disabled="true"],.findbar-find-previous[disabled="true"],
16 | /*hide ScratchPad label unless we're in customize*/
17 | #stylishCustomToolbox>toolbar>#ScratchPadItem>label,#stylishCustomToolbox>toolbar>#LineNumberItem>label,
18 | /*hide original bottom area*/
19 | #stylish>.dialog-button-box,
20 | /*hide accel text from menuitems*/
21 | menuitem>hbox[anonid="accel"]{display:none}
22 |
23 | /*default is too big 0 isn't enough*/
24 | toolbar{min-height:8px!important}
25 | #errorToolbar{min-height:0!important}
26 | /*remove whitespace in new search area*/
27 | #findbar>hbox>[anonid="find-status-icon"]{margin:0!important;width:auto!important;height:auto!important}
28 | #findbar>hbox>[anonid="find-status"]{margin:0!important}
29 | /*make new search textbox wider*/
30 | #findbar>hbox>[anonid="findbar-textbox"]{padding:4px!important}
31 | /*add some spacing for textbox labels*/
32 | #AutoImportantItem>#ImportantText>hbox>input,#LineNumbersItem>#LineNumber>hbox>input,#TagsArea>#tags>hbox>input,#SearchArea>#ReplaceArea>#ReplaceBox>hbox>input,#UpdateUrlArea>#update-url>hbox>input,#NameArea>#name>hbox>input
33 | {margin-top:2pt!important}
34 | /*center toolbarbuttons*/
35 | #stylishCustomToolbox>toolbar:not(#bottomToolbar)>toolbarbutton:not(#FindNext){margin-top:-1px!important}
36 | /*change the orient so it isn't vertical*/
37 | #Bottom_SaveButton>toolbarbutton{-moz-box-orient:horizontal}
38 | /*make toolbars look like dialogs*/
39 | toolbarbutton{-moz-appearance:button!important}
40 | toolbox{-moz-appearance:none!important}
41 |
42 | /*rounded border for the :hover/:active backgrounds*/
43 | toolbarpaletteitem{border-radius:4pt}
44 | /*some backgrounds (older fox)*/
45 | toolbarpaletteitem:hover,toolbarpaletteitem:active:hover{background:#8b8b8b}
46 | /*some nicer backgrounds (newer fox)*/
47 | toolbarpaletteitem:hover{background:-moz-linear-gradient(left center,#8b8b8b,rgba(139,139,139,0))}
48 | toolbarpaletteitem:active{background:-moz-linear-gradient(right center,#8b8b8b,rgba(139,139,139,0))}
49 | /*add a grabby cursor when you click an item*/
50 | toolbarpaletteitem:active{cursor:-moz-grabbing}
51 |
52 | /*vertical align stuff from Barbiegirl*/
53 | #update-url>.textbox-input-box>.textbox-input-box,#tags>.textbox-input-box>.textbox-input-box{padding-top:0!important;margin-top:-2px!important}
54 | #update-url,#tags{margin-bottom:3px!important}
55 | /*5px or 6px*/
56 | #LineNumberSearchItem>label,#LineNumberItem>label,#NameArea>label,#UpdateUrlArea>label,#TagsArea>label{margin-top:5px!important}
57 | #findbar>hbox>.findbar-textbox,#SearchBox{margin-bottom:3px!important;margin-top:2px!important}
58 | #tags,#update-url,#name{padding-top:1px!important;margin-bottom:3px!important}
59 | }
--------------------------------------------------------------------------------
/skin/icon-16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChoGGi/Stylish-Custom/48adb6b60c32332d3156eb6531ae77952448fb16/skin/icon-16.png
--------------------------------------------------------------------------------
/skin/icon-24.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChoGGi/Stylish-Custom/48adb6b60c32332d3156eb6531ae77952448fb16/skin/icon-24.png
--------------------------------------------------------------------------------
/skin/icon-32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChoGGi/Stylish-Custom/48adb6b60c32332d3156eb6531ae77952448fb16/skin/icon-32.png
--------------------------------------------------------------------------------
/skin/icon-64.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChoGGi/Stylish-Custom/48adb6b60c32332d3156eb6531ae77952448fb16/skin/icon-64.png
--------------------------------------------------------------------------------
/skin/iconsDisabled.css:
--------------------------------------------------------------------------------
1 | @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
2 | @-moz-document url-prefix("chrome://sunbird/content/calendar.xul"),
3 | url-prefix("chrome://browser/content/browser.xul"),
4 | url-prefix("chrome://navigator/content/navigator.xul"),
5 | url-prefix("chrome://messenger/content/mailWindowOverlay.xul"),
6 | url-prefix("chrome://mozapps/content/extensions/extensions.xul"){
7 |
8 | #stylish-write-style-menu>menupopup>menuitem,
9 | #stylem-write-style-menu>menupopup>menuitem,
10 | [id^="StylishAppStyles"],
11 | [id^="StylishEnabledStyles"],
12 | [id^="StylishDisabledStyles"],
13 | [id^="StylishAppStyles"]>menupopup>.Style,
14 | [id^="StylishEnabledStyles"]>menupopup>.Style,
15 | [id^="StylishDisabledStyles"]>menupopup>.Style,
16 | #StylishGetStyleSheets,
17 | #stylish-write-style-menu>menupopup>[oncommand^="stylishOverlay.add"],
18 | #stylish-write-style-menu>menupopup>arrowscrollbox>scrollbox>box>[oncommand^="stylishOverlay.add"],
19 | #stylem-write-style-menu>menupopup>[oncommand^="stylishOverlay.add"],
20 | #stylem-write-style-menu>menupopup>arrowscrollbox>scrollbox>box>[oncommand^="stylishOverlay.add"],
21 | #stylish-style-context-edit,
22 | #stylish-style-context-uninstall,
23 | #stylish-style-context-enable,
24 | #stylish-style-context-disable,
25 | #stylish-turn-on,
26 | #stylish-turn-off,
27 | #stylish-find-styles,
28 | #stylish-write-style-menu,
29 | #stylem-write-style-menu,
30 | #stylish-add-file,
31 | #stylish-manage,
32 | #StylishOptionsMain,
33 | #StylishOptions,
34 | #StylishNewStyle,
35 | #StylishNewStyleMain,
36 | [id^="StylishInfo"],
37 | menuitem[id^="StylesDisable"],
38 | menuitem[id^="StylesEnable"],
39 | menuitem[id^="StylishImport"],
40 | menuitem[id^="StylishExport"],
41 | #StylishGuide,
42 | #checkUpdatesAllButton,
43 | #copy-style-info,
44 | #new-style,
45 | #new-style>.button-box>.button-icon,
46 | #stylishCustom_ClearSearchText,
47 | #stylem-popup>menu:not([id]).style-menu-item,
48 | #stylish-popup>menu:not([id]).style-menu-item,
49 | #stylish-toolmenu
50 | {list-style-image:none!important;-moz-image-region:auto!important}
51 |
52 | #stylish-write-style-menu>menupopup>menuitem>.menu-iconic-left,#stylish-write-style-menu>menupopup>arrowscrollbox>scrollbox>box>menuitem>.menu-iconic-left,menuitem[oncommand^="stylish"]:not([style-type])>.menu-iconic-left,menuitem[id^="Styles"]>.menu-iconic-left,menuitem[id^="styles"]>.menu-iconic-left,menuitem[id^="Stylish"]>.menu-iconic-left,menuitem[id^="stylish"]>.menu-iconic-left,menu[id^="Styles"]>.menu-iconic-left,menu[id^="styles"]>.menu-iconic-left,menu[id^="Stylish"]>.menu-iconic-left,menu[id^="stylish"]>.menu-iconic-left
53 | {padding-top:0!important}
54 | button[oncommand*="stylish"]>box>image,button[oncommand*="stylish"]>vbox>image,button[oncommand*="stylish"]>hbox>image,button[oncommand*="stylish"]>image
55 | {margin-right:0!important}
56 |
57 | }
58 |
59 | @-moz-document url-prefix("chrome://global/content/customizeToolbar.xul"),
60 | url-prefix("chrome://stylish/"),
61 | url-prefix("chrome://stylish-custom/"){
62 |
63 | #RemoveXUL,#ToggleBars,#StyleIdButton,#ID,#Class,#Undo,#Redo,#Bracket,#CurlyBracket,#CopyCode,#FlashbackRefresh,#FlashbackDelete,menuitem[anonid="context-change-tags"],#RemoveDupes,#RemoveStyles,#Close,menuitem[cmd="cmd_undo"],menuitem[cmd="cmd_cut"],menuitem[cmd="cmd_copy"],menuitem[cmd="cmd_paste"],menuitem[cmd="cmd_delete"],menuitem[cmd="cmd_selectAll"],#AddStyles,#Refresh,#ExternalEdit,#Guide,#ExportSettings,#ImportSettings,#Browse,#RemoveCSS,#GeneralTab,#MenuItemsTab,#ColoursTab,#TextTab,#ExternalEditorTab,#ToggleTab,#save,#SelectAll,#LocationBrowse,#SelectEnabled,#Clear,#RefreshStyleList,#NewStyle,#DeleteStyle,#UpdateAllStyles,#update-all,#copy-style-info,#new-style>.button-box>.button-icon,#stylishCustom_ClearSearchText,#stylishCustom_UpdateAllStyles,button[anonid="edit"],menuitem[anonid="context-edit"],button[anonid="enable"],menuitem[anonid="context-enable"],button[anonid="disable"],menuitem[anonid="context-disable"],button[anonid="delete"],menuitem[anonid="context-delete"],button[anonid="update-done"],menuitem[anonid="homepage"],menuitem[anonid="find-update"],button[anonid="update"],#CustomizeToolbarWindowStylish[onload="onLoad(); stylishCustom.customize.init();"]>vbox>box>button[oncommand="addNewToolbar();"],#CustomizeToolbarWindowStylish[onload="onLoad(); stylishCustom.customize.init();"]>vbox>box>button[oncommand="restoreDefaultSet();"],button[dlgtype="extra2"],button[dlgtype="accept"],button[dlgtype="extra1"],button[dlgtype="cancel"],#CloneStyle,#ExportStyle,#ToggleScratchPad,#LineNumberSearchButton,menuitem[id^="RestoreUndoCompare"],#UndoCompareAdd,#CustomizeToolbars,#CustomizeToolbarsMobile,#ClearScratchPad,#RestoreUndo,#UndoCompare,#CommentGroup,button[dlgtype="accept"],button[dlgtype="cancel"],#add,#delete,#Save,#PreviewStyle,#DisablePreview,#Bottom_SaveMenu,#Bottom_CloseStyle,#customizeToolbarMenu,[id$="UndoLastSave"],[id$="UndoAllSaves"],[id$="SaveClose"],[id$="InsertText"],#insertText,#Bottom_Save,#Bottom_SaveButton,#Bottom_SwitchToInstall,#Bottom_SaveEnabled,#Bottom_SaveDisabled,#userstyles-page,#ImportantButton,#MergeLines,#CommentText,#ClearSearch,#FindNext,#ReplaceOnce,#ReplaceAll,#ExternalEdit,#itsalltext,#insert-html,#insert-xul,#insert-chrome-folder,#insert-data-uri,#pick-color,#pick-color-rainbowpicker,#RainbowPicker,[id^="insertTextPopup"]>menuitem,[id^="insertTextPopup"]>arrowscrollbox>scrollbox>box>menuitem,#InsertMenu,#specifySites
64 | {list-style-image:none!important;-moz-image-region:auto!important}
65 |
66 | menuitem[label]:not(.searchbar-engine-menuitem)[label]:not([type="radio"])[label]:not([type="checkbox"])>.menu-iconic-left,menupopup menu[label]>.menu-iconic-left,popup menu[label]>.menu-iconic-left
67 | {padding-top:0!important}
68 | tab>hbox>image,button>box>image,button>vbox>image,button>hbox>image,button>image
69 | {margin-right:0!important}
70 | /*fix for buttons off center*/
71 | .toolbarbutton-icon[label]:not([label=""]),.toolbarbutton-icon[type="menu"]{-moz-margin-end:0!important}
72 |
73 | }
74 |
--------------------------------------------------------------------------------
/skin/mosaic.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChoGGi/Stylish-Custom/48adb6b60c32332d3156eb6531ae77952448fb16/skin/mosaic.png
--------------------------------------------------------------------------------
/skin/overlay-mobile.css:
--------------------------------------------------------------------------------
1 | @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
2 | #tool-stylishCustom{list-style-image:url("chrome://stylish-custom/skin/icon-32.png")}
--------------------------------------------------------------------------------
/skin/overlay.css:
--------------------------------------------------------------------------------
1 | @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
2 |
3 | /*unlimit width of sidebar*/
4 | browser#sidebar{max-width:none!important}
5 |
6 | /*icons for toolbarbuttons/statusbar*/
7 | toolbar[iconsize="large"]>#wrapper-stylish-custom-toolbar-button>#stylish-custom-toolbar-button,
8 | toolbar[iconsize="large"]>#wrapper-stylish-custom-toolbar-manage>#stylish-custom-toolbar-manage
9 | toolbar[iconsize="large"]>#stylish-custom-toolbar-button,
10 | toolbar[iconsize="large"]>#stylish-custom-toolbar-manage
11 | {list-style-image:url("chrome://stylish-custom/skin/icon-24.png")}
12 |
13 | toolbar[iconsize="small"]>#wrapper-stylish-custom-toolbar-button>#stylish-custom-toolbar-button,
14 | toolbar[iconsize="small"]>#wrapper-stylish-custom-toolbar-manage>#stylish-custom-toolbar-manage,
15 | toolbar[iconsize="small"]>#stylish-custom-toolbar-button,
16 | toolbar[iconsize="small"]>#stylish-custom-toolbar-manage,
17 | #stylish-custom-toolbar-button[cui-areatype="toolbar"],
18 | #stylish-custom-toolbar-manage[cui-areatype="toolbar"]
19 | {list-style-image:url("chrome://stylish-custom/skin/icon-16.png")}
20 |
21 | #stylish-custom-toolbar-button,
22 | #stylish-custom-toolbar-manage
23 | {list-style-image:url("chrome://stylish-custom/skin/icon-32.png")}
24 |
--------------------------------------------------------------------------------
/skin/rectlist-SC-mosaic.txt:
--------------------------------------------------------------------------------
1 | shows a list for -moz-image-region:rect(*px *px *px *px)
2 |
3 |
4 | Line:1
5 | 0 16px 16px 0
6 | checkmark green
7 | 0 32px 16px 16px
8 | red X
9 | 0 48px 16px 32px
10 | grey X
11 | 0 64px 16px 48px
12 | add
13 | 0 80px 16px 64px
14 | page
15 | 0 96px 16px 80px
16 | delete
17 | 0 112px 16px 96px
18 | firefox
19 | 0 128px 16px 112px
20 | ie
21 | 0 144px 16px 128px
22 | help
23 | 0 160px 16px 144px
24 | folder
25 | 0 176px 16px 160px
26 | stylish disabled
27 |
28 |
29 |
30 |
31 | Line:2
32 | 16px 16px 32px 0
33 | important
34 | 16px 32px 32px 16px
35 | save
36 | 16px 48px 32px 32px
37 | saveas
38 | 16px 64px 32px 48px
39 | options
40 | 16px 80px 32px 64px
41 | clear
42 | 16px 96px 32px 80px
43 | stylish
44 | 16px 112px 32px 96px
45 | text
46 | 16px 128px 32px 112px
47 | refresh
48 | 16px 144px 32px 128px
49 | undo
50 | 16px 160px 32px 144px
51 | undo grey
52 | 16px 176px 32px 160px
53 | stylish enabled
54 |
55 |
56 |
57 |
58 | Line:3
59 | 32px 16px 48px 0
60 | blank window
61 | 32px 32px 48px 16px
62 | highlight yellow
63 | 32px 48px 48px 32px
64 | cut
65 | 32px 64px 48px 48px
66 | copy
67 | 32px 80px 48px 64px
68 | paste
69 | 32px 96px 48px 80px
70 | select all
71 | 32px 112px 48px 96px
72 | menu edit
73 | 32px 128px 48px 112px
74 | find next
75 | 32px 144px 48px 128px
76 | search
77 | 32px 160px 48px 144px
78 | install
79 | 32px 176px 48px 160px
80 | stylish purple
81 |
82 |
83 |
84 | Line:4
85 | 48px 16px 64px 0
86 | blank doc
87 | 48px 32px 64px 16px
88 | text doc
89 | 48px 48px 64px 32px
90 | moz eye
91 | 48px 64px 64px 48px
92 | download
93 | 48px 80px 64px 64px
94 | update
95 | 48px 96px 64px 80px
96 | pencil
97 | 48px 112px 64px 96px
98 | merge
99 | 48px 128px 64px 112px
100 | info
101 | 48px 144px 64px 128px
102 | theme
103 | 48px 160px 64px 144px
104 | insert
105 | 48px 176px 64px 160px
106 | stylish new star
107 |
108 |
109 |
110 |
111 | Line:5
112 | 64px 16px 80px 0
113 | toggle
114 | 64px 32px 80px 16px
115 | camera
116 | 64px 48px 80px 32px
117 | find
118 | 64px 64px 80px 48px
119 | colour
120 | 64px 80px 80px 64px
121 | edit
122 | 64px 96px 80px 80px
123 | rainbow picker
124 | 64px 112px 80px 96px
125 | reset
126 | 64px 128px 80px 112px
127 | Redo
128 | 64px 144px 80px 128px
129 | Class
130 | 64px 160px 80px 144px
131 | ID
132 | 64px 176px 80px 160px
133 | XUL:
134 |
135 |
136 |
--------------------------------------------------------------------------------
/skin/sidebar.css:
--------------------------------------------------------------------------------
1 | @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
2 |
3 | page#addons-page>hbox>vbox:not(.main-content)
4 | {display:none!important}
5 |
--------------------------------------------------------------------------------
/skin/songbird.css:
--------------------------------------------------------------------------------
1 | @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
2 | @-moz-document url-prefix("chrome://stylish-custom/content/edit.xul"){
3 | /*fix appearance of edit dialog*/
4 | toolbarbutton{-moz-appearance:toolbarbutton}
5 | /*opacity:.9 hid text on the tooltips*/
6 | tooltip{opacity:1}
7 | }
8 |
--------------------------------------------------------------------------------
/skin/stylish.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChoGGi/Stylish-Custom/48adb6b60c32332d3156eb6531ae77952448fb16/skin/stylish.png
--------------------------------------------------------------------------------
/skin/tree.css:
--------------------------------------------------------------------------------
1 | @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
2 | @-moz-document url-prefix("chrome://stylish-custom/"){
3 | /*checkbox icon*/
4 | treechildren:-moz-tree-checkbox{-moz-image-region:rect(0 32px 16px 16px);list-style-image:url("chrome://stylish-custom/skin/mosaic.png")}
5 | treechildren:-moz-tree-checkbox(checked){-moz-image-region:rect(0 16px 16px 0);list-style-image:url("chrome://stylish-custom/skin/mosaic.png")}
6 | /*resize for 16px icons*/
7 | treechildren:-moz-tree-row{height:1.4em;min-height:0}
8 | /*good question (space on the leftside?)*/
9 | treechildren:-moz-tree-indentation{width:1em}
10 | /*add border*/
11 | treechildren:-moz-tree-cell,treechildren:-moz-tree-row,treechildren:-moz-tree-column{border:solid .1pt #BBB}
12 | /*added too much border*/
13 | treechildren:-moz-tree-cell,treechildren:-moz-tree-column{border-width:0 .1pt 0 0}
14 | /*add bg and selected colours*/
15 | treechildren:-moz-tree-row(even){background-color:#DDD}
16 | treechildren:-moz-tree-row(odd){background-color:#FFF}
17 | treechildren:-moz-tree-row(selected){background-color:#C0C0C0}
18 | /*less whitespace*/
19 | dialog{padding:0}
20 | }
21 |
--------------------------------------------------------------------------------