From 98975d59231eeedeaa2b17998b56a3c21e5d647e Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Fri, 12 Feb 2021 20:27:43 -0500 Subject: Move images (#1372) * Move mixed/img/ to images/ * Move bg/img/ to images/ --- README.md | 12 ++-- dev/data/manifest-variants.json | 28 ++++----- ext/bg/background.html | 14 ++--- ext/bg/context.html | 14 ++--- ext/bg/css/context.css | 16 ++--- ext/bg/css/settings.css | 2 +- ext/bg/css/settings2.css | 2 +- ext/bg/img/paypal.gif | Bin 1714 -> 0 bytes ext/bg/info.html | 14 ++--- ext/bg/legal.html | 14 ++--- ext/bg/permissions.html | 14 ++--- ext/bg/pitch-accents-preview.html | 14 ++--- ext/bg/popup-preview.html | 14 ++--- ext/bg/search.html | 14 ++--- ext/bg/settings.html | 20 +++---- ext/bg/settings2.html | 14 ++--- ext/bg/template-renderer.html | 14 ++--- ext/bg/welcome.html | 24 ++++---- ext/fg/float.html | 14 ++--- ext/images/add-term-kana.svg | 23 ++++++++ ext/images/add-term-kanji.svg | 24 ++++++++ ext/images/backup.svg | 1 + ext/images/book.svg | 1 + ext/images/checkbox-border.svg | 1 + ext/images/checkbox-check.svg | 1 + ext/images/checkbox-fill.svg | 1 + ext/images/checkmark.svg | 1 + ext/images/clipboard.svg | 1 + ext/images/cog.svg | 1 + ext/images/collapse.svg | 1 + ext/images/cross.svg | 1 + ext/images/entry-current.svg | 16 +++++ ext/images/exclamation-point-short.svg | 1 + ext/images/expand.svg | 1 + ext/images/hamburger-menu.svg | 1 + ext/images/hiragana-a.svg | 1 + ext/images/icon128.png | Bin 0 -> 594 bytes ext/images/icon16.png | Bin 0 -> 129 bytes ext/images/icon19.png | Bin 0 -> 135 bytes ext/images/icon32.png | Bin 0 -> 288 bytes ext/images/icon38.png | Bin 0 -> 196 bytes ext/images/icon48.png | Bin 0 -> 223 bytes ext/images/icon64.png | Bin 0 -> 289 bytes ext/images/kebab-menu.svg | 1 + ext/images/key.svg | 1 + ext/images/keyboard.svg | 1 + ext/images/left-chevron.svg | 1 + ext/images/lock.svg | 1 + ext/images/magnifying-glass.svg | 1 + ext/images/material-down-arrow.svg | 1 + ext/images/material-right-arrow.svg | 1 + ext/images/mouse.svg | 1 + ext/images/note-card.svg | 1 + ext/images/palette.svg | 1 + ext/images/paypal.gif | Bin 0 -> 1714 bytes ext/images/play-audio.svg | 27 +++++++++ ext/images/plus-circle-large.svg | 1 + ext/images/plus-circle-small.svg | 1 + ext/images/plus-thick.svg | 1 + ext/images/popup-size.svg | 1 + ext/images/popup.svg | 1 + ext/images/profile.svg | 1 + ext/images/question-mark-circle.svg | 1 + ext/images/question-mark-thick.svg | 1 + ext/images/question-mark.svg | 1 + ext/images/radio-button-dot.svg | 1 + ext/images/radio-button.svg | 1 + ext/images/right-chevron.svg | 1 + ext/images/scanning.svg | 1 + ext/images/sentence-parsing.svg | 1 + ext/images/source-term.svg | 31 ++++++++++ ext/images/speaker.svg | 1 + ext/images/spinner.gif | Bin 0 -> 7358 bytes ext/images/spinner.svg | 32 ++++++++++ ext/images/text-parsing.svg | 1 + ext/images/translation.svg | 1 + ext/images/up-arrow.svg | 1 + ext/images/view-note.svg | 22 +++++++ ext/images/window.svg | 1 + ext/images/yomichan-icon.svg | 5 ++ ext/manifest.json | 28 ++++----- ext/mixed/css/display.css | 16 ++--- ext/mixed/css/material.css | 94 +++++++++++++++--------------- ext/mixed/img/add-term-kana.svg | 23 -------- ext/mixed/img/add-term-kanji.svg | 24 -------- ext/mixed/img/backup.svg | 1 - ext/mixed/img/book.svg | 1 - ext/mixed/img/checkbox-border.svg | 1 - ext/mixed/img/checkbox-check.svg | 1 - ext/mixed/img/checkbox-fill.svg | 1 - ext/mixed/img/checkmark.svg | 1 - ext/mixed/img/clipboard.svg | 1 - ext/mixed/img/cog.svg | 1 - ext/mixed/img/collapse.svg | 1 - ext/mixed/img/cross.svg | 1 - ext/mixed/img/entry-current.svg | 16 ----- ext/mixed/img/exclamation-point-short.svg | 1 - ext/mixed/img/expand.svg | 1 - ext/mixed/img/hamburger-menu.svg | 1 - ext/mixed/img/hiragana-a.svg | 1 - ext/mixed/img/icon128.png | Bin 594 -> 0 bytes ext/mixed/img/icon16.png | Bin 129 -> 0 bytes ext/mixed/img/icon19.png | Bin 135 -> 0 bytes ext/mixed/img/icon32.png | Bin 288 -> 0 bytes ext/mixed/img/icon38.png | Bin 196 -> 0 bytes ext/mixed/img/icon48.png | Bin 223 -> 0 bytes ext/mixed/img/icon64.png | Bin 289 -> 0 bytes ext/mixed/img/kebab-menu.svg | 1 - ext/mixed/img/key.svg | 1 - ext/mixed/img/keyboard.svg | 1 - ext/mixed/img/left-chevron.svg | 1 - ext/mixed/img/lock.svg | 1 - ext/mixed/img/magnifying-glass.svg | 1 - ext/mixed/img/material-down-arrow.svg | 1 - ext/mixed/img/material-right-arrow.svg | 1 - ext/mixed/img/mouse.svg | 1 - ext/mixed/img/note-card.svg | 1 - ext/mixed/img/palette.svg | 1 - ext/mixed/img/play-audio.svg | 27 --------- ext/mixed/img/plus-circle-large.svg | 1 - ext/mixed/img/plus-circle-small.svg | 1 - ext/mixed/img/plus-thick.svg | 1 - ext/mixed/img/popup-size.svg | 1 - ext/mixed/img/popup.svg | 1 - ext/mixed/img/profile.svg | 1 - ext/mixed/img/question-mark-circle.svg | 1 - ext/mixed/img/question-mark-thick.svg | 1 - ext/mixed/img/question-mark.svg | 1 - ext/mixed/img/radio-button-dot.svg | 1 - ext/mixed/img/radio-button.svg | 1 - ext/mixed/img/right-chevron.svg | 1 - ext/mixed/img/scanning.svg | 1 - ext/mixed/img/sentence-parsing.svg | 1 - ext/mixed/img/source-term.svg | 31 ---------- ext/mixed/img/speaker.svg | 1 - ext/mixed/img/spinner.gif | Bin 7358 -> 0 bytes ext/mixed/img/spinner.svg | 32 ---------- ext/mixed/img/text-parsing.svg | 1 - ext/mixed/img/translation.svg | 1 - ext/mixed/img/up-arrow.svg | 1 - ext/mixed/img/view-note.svg | 22 ------- ext/mixed/img/window.svg | 1 - ext/mixed/img/yomichan-icon.svg | 5 -- resources/icons.svg | 2 +- 144 files changed, 423 insertions(+), 423 deletions(-) delete mode 100644 ext/bg/img/paypal.gif create mode 100644 ext/images/add-term-kana.svg create mode 100644 ext/images/add-term-kanji.svg create mode 100644 ext/images/backup.svg create mode 100644 ext/images/book.svg create mode 100644 ext/images/checkbox-border.svg create mode 100644 ext/images/checkbox-check.svg create mode 100644 ext/images/checkbox-fill.svg create mode 100644 ext/images/checkmark.svg create mode 100644 ext/images/clipboard.svg create mode 100644 ext/images/cog.svg create mode 100644 ext/images/collapse.svg create mode 100644 ext/images/cross.svg create mode 100644 ext/images/entry-current.svg create mode 100644 ext/images/exclamation-point-short.svg create mode 100644 ext/images/expand.svg create mode 100644 ext/images/hamburger-menu.svg create mode 100644 ext/images/hiragana-a.svg create mode 100644 ext/images/icon128.png create mode 100644 ext/images/icon16.png create mode 100644 ext/images/icon19.png create mode 100644 ext/images/icon32.png create mode 100644 ext/images/icon38.png create mode 100644 ext/images/icon48.png create mode 100644 ext/images/icon64.png create mode 100644 ext/images/kebab-menu.svg create mode 100644 ext/images/key.svg create mode 100644 ext/images/keyboard.svg create mode 100644 ext/images/left-chevron.svg create mode 100644 ext/images/lock.svg create mode 100644 ext/images/magnifying-glass.svg create mode 100644 ext/images/material-down-arrow.svg create mode 100644 ext/images/material-right-arrow.svg create mode 100644 ext/images/mouse.svg create mode 100644 ext/images/note-card.svg create mode 100644 ext/images/palette.svg create mode 100644 ext/images/paypal.gif create mode 100644 ext/images/play-audio.svg create mode 100644 ext/images/plus-circle-large.svg create mode 100644 ext/images/plus-circle-small.svg create mode 100644 ext/images/plus-thick.svg create mode 100644 ext/images/popup-size.svg create mode 100644 ext/images/popup.svg create mode 100644 ext/images/profile.svg create mode 100644 ext/images/question-mark-circle.svg create mode 100644 ext/images/question-mark-thick.svg create mode 100644 ext/images/question-mark.svg create mode 100644 ext/images/radio-button-dot.svg create mode 100644 ext/images/radio-button.svg create mode 100644 ext/images/right-chevron.svg create mode 100644 ext/images/scanning.svg create mode 100644 ext/images/sentence-parsing.svg create mode 100644 ext/images/source-term.svg create mode 100644 ext/images/speaker.svg create mode 100644 ext/images/spinner.gif create mode 100644 ext/images/spinner.svg create mode 100644 ext/images/text-parsing.svg create mode 100644 ext/images/translation.svg create mode 100644 ext/images/up-arrow.svg create mode 100644 ext/images/view-note.svg create mode 100644 ext/images/window.svg create mode 100644 ext/images/yomichan-icon.svg delete mode 100644 ext/mixed/img/add-term-kana.svg delete mode 100644 ext/mixed/img/add-term-kanji.svg delete mode 100644 ext/mixed/img/backup.svg delete mode 100644 ext/mixed/img/book.svg delete mode 100644 ext/mixed/img/checkbox-border.svg delete mode 100644 ext/mixed/img/checkbox-check.svg delete mode 100644 ext/mixed/img/checkbox-fill.svg delete mode 100644 ext/mixed/img/checkmark.svg delete mode 100644 ext/mixed/img/clipboard.svg delete mode 100644 ext/mixed/img/cog.svg delete mode 100644 ext/mixed/img/collapse.svg delete mode 100644 ext/mixed/img/cross.svg delete mode 100644 ext/mixed/img/entry-current.svg delete mode 100644 ext/mixed/img/exclamation-point-short.svg delete mode 100644 ext/mixed/img/expand.svg delete mode 100644 ext/mixed/img/hamburger-menu.svg delete mode 100644 ext/mixed/img/hiragana-a.svg delete mode 100644 ext/mixed/img/icon128.png delete mode 100644 ext/mixed/img/icon16.png delete mode 100644 ext/mixed/img/icon19.png delete mode 100644 ext/mixed/img/icon32.png delete mode 100644 ext/mixed/img/icon38.png delete mode 100644 ext/mixed/img/icon48.png delete mode 100644 ext/mixed/img/icon64.png delete mode 100644 ext/mixed/img/kebab-menu.svg delete mode 100644 ext/mixed/img/key.svg delete mode 100644 ext/mixed/img/keyboard.svg delete mode 100644 ext/mixed/img/left-chevron.svg delete mode 100644 ext/mixed/img/lock.svg delete mode 100644 ext/mixed/img/magnifying-glass.svg delete mode 100644 ext/mixed/img/material-down-arrow.svg delete mode 100644 ext/mixed/img/material-right-arrow.svg delete mode 100644 ext/mixed/img/mouse.svg delete mode 100644 ext/mixed/img/note-card.svg delete mode 100644 ext/mixed/img/palette.svg delete mode 100644 ext/mixed/img/play-audio.svg delete mode 100644 ext/mixed/img/plus-circle-large.svg delete mode 100644 ext/mixed/img/plus-circle-small.svg delete mode 100644 ext/mixed/img/plus-thick.svg delete mode 100644 ext/mixed/img/popup-size.svg delete mode 100644 ext/mixed/img/popup.svg delete mode 100644 ext/mixed/img/profile.svg delete mode 100644 ext/mixed/img/question-mark-circle.svg delete mode 100644 ext/mixed/img/question-mark-thick.svg delete mode 100644 ext/mixed/img/question-mark.svg delete mode 100644 ext/mixed/img/radio-button-dot.svg delete mode 100644 ext/mixed/img/radio-button.svg delete mode 100644 ext/mixed/img/right-chevron.svg delete mode 100644 ext/mixed/img/scanning.svg delete mode 100644 ext/mixed/img/sentence-parsing.svg delete mode 100644 ext/mixed/img/source-term.svg delete mode 100644 ext/mixed/img/speaker.svg delete mode 100644 ext/mixed/img/spinner.gif delete mode 100644 ext/mixed/img/spinner.svg delete mode 100644 ext/mixed/img/text-parsing.svg delete mode 100644 ext/mixed/img/translation.svg delete mode 100644 ext/mixed/img/up-arrow.svg delete mode 100644 ext/mixed/img/view-note.svg delete mode 100644 ext/mixed/img/window.svg delete mode 100644 ext/mixed/img/yomichan-icon.svg diff --git a/README.md b/README.md index 1fcf5979..32433cfc 100644 --- a/README.md +++ b/README.md @@ -84,14 +84,14 @@ primary language is not English, you may consider also importing the English ver ## Basic Usage ## -1. Click the _Yomichan_ button in the browser bar to open the quick-actions popup. +1. Click the _Yomichan_ button in the browser bar to open the quick-actions popup. - * The _cog_ button will open the Settings page. - * The _magnifying glass_ button will open the Search page. - * The _question mark_ button will open the Information page. - * The _profile_ button will appear when multiple profiles exist, allowing the current profile to be quickly changed. + * The _cog_ button will open the Settings page. + * The _magnifying glass_ button will open the Search page. + * The _question mark_ button will open the Information page. + * The _profile_ button will appear when multiple profiles exist, allowing the current profile to be quickly changed. 2. Import the dictionaries you wish to use for term and kanji searches. If you do not have any dictionaries installed or enabled, Yomichan will warn you that it is not ready for use by displaying an orange exclamation mark over its @@ -105,7 +105,7 @@ primary language is not English, you may consider also importing the English ver -4. Click on the _speaker_ button to hear the term pronounced by a native speaker. If an audio sample is +4. Click on the _speaker_ button to hear the term pronounced by a native speaker. If an audio sample is not available, you will hear a short click instead. You can configure the sources used to retrieve audio samples in the options page. diff --git a/dev/data/manifest-variants.json b/dev/data/manifest-variants.json index 981213c8..7e7c6566 100644 --- a/dev/data/manifest-variants.json +++ b/dev/data/manifest-variants.json @@ -6,23 +6,23 @@ "description": "Japanese dictionary with Anki integration", "author": "Alex Yatskov", "icons": { - "16": "mixed/img/icon16.png", - "19": "mixed/img/icon19.png", - "32": "mixed/img/icon32.png", - "38": "mixed/img/icon38.png", - "48": "mixed/img/icon48.png", - "64": "mixed/img/icon64.png", - "128": "mixed/img/icon128.png" + "16": "images/icon16.png", + "19": "images/icon19.png", + "32": "images/icon32.png", + "38": "images/icon38.png", + "48": "images/icon48.png", + "64": "images/icon64.png", + "128": "images/icon128.png" }, "browser_action": { "default_icon": { - "16": "mixed/img/icon16.png", - "19": "mixed/img/icon19.png", - "32": "mixed/img/icon32.png", - "38": "mixed/img/icon38.png", - "48": "mixed/img/icon48.png", - "64": "mixed/img/icon64.png", - "128": "mixed/img/icon128.png" + "16": "images/icon16.png", + "19": "images/icon19.png", + "32": "images/icon32.png", + "38": "images/icon38.png", + "48": "images/icon48.png", + "64": "images/icon64.png", + "128": "images/icon128.png" }, "default_title": "Yomichan", "default_popup": "bg/context.html" diff --git a/ext/bg/background.html b/ext/bg/background.html index 5e4e2703..101bd09c 100644 --- a/ext/bg/background.html +++ b/ext/bg/background.html @@ -4,13 +4,13 @@ Background - - - - - - - + + + + + + + diff --git a/ext/bg/context.html b/ext/bg/context.html index 785570d8..4e28b7b0 100644 --- a/ext/bg/context.html +++ b/ext/bg/context.html @@ -4,13 +4,13 @@ Yomichan Action Popup - - - - - - - + + + + + + + diff --git a/ext/bg/css/context.css b/ext/bg/css/context.css index 27cbdb92..a77511ad 100644 --- a/ext/bg/css/context.css +++ b/ext/bg/css/context.css @@ -73,12 +73,12 @@ label { mask-size: var(--icon-size); mask-image: var(--icon-image); } -.icon[data-icon=profile] { --icon-image: url(/mixed/img/profile.svg); } -.icon[data-icon=cog] { --icon-image: url(/mixed/img/cog.svg); } -.icon[data-icon=key] { --icon-image: url(/mixed/img/key.svg); } -.icon[data-icon=magnifying-glass] { --icon-image: url(/mixed/img/magnifying-glass.svg); } -.icon[data-icon=exclamation-point-short] { --icon-image: url(/mixed/img/exclamation-point-short.svg); } -.icon[data-icon=question-mark-circle] { --icon-image: url(/mixed/img/question-mark-circle.svg); } +.icon[data-icon=profile] { --icon-image: url(/images/profile.svg); } +.icon[data-icon=cog] { --icon-image: url(/images/cog.svg); } +.icon[data-icon=key] { --icon-image: url(/images/key.svg); } +.icon[data-icon=magnifying-glass] { --icon-image: url(/images/magnifying-glass.svg); } +.icon[data-icon=exclamation-point-short] { --icon-image: url(/images/exclamation-point-short.svg); } +.icon[data-icon=question-mark-circle] { --icon-image: url(/images/question-mark-circle.svg); } /* Page-specific styles */ @@ -130,7 +130,7 @@ label { display: block; width: 100%; height: 100%; - background-image: url(/mixed/img/right-chevron.svg); + background-image: url(/images/right-chevron.svg); background-repeat: no-repeat; background-position: center center; background-size: contain; @@ -371,7 +371,7 @@ select.profile-select { bottom: 0; background-color: #edc75e; - --icon-image: url(/mixed/img/material-down-arrow.svg); + --icon-image: url(/images/material-down-arrow.svg); --icon-size: contain; -webkit-mask-repeat: no-repeat; diff --git a/ext/bg/css/settings.css b/ext/bg/css/settings.css index 7230f59d..707de85a 100644 --- a/ext/bg/css/settings.css +++ b/ext/bg/css/settings.css @@ -58,7 +58,7 @@ html:root:not([data-options-general-result-output-mode=merge]) #dictionary-main- width: 20px; height: 20px; display: block; - background: url(/mixed/img/mouse.svg) no-repeat center center; + background: url(/images/mouse.svg) no-repeat center center; background-size: 20px 20px; } diff --git a/ext/bg/css/settings2.css b/ext/bg/css/settings2.css index 725804c3..4f487d74 100644 --- a/ext/bg/css/settings2.css +++ b/ext/bg/css/settings2.css @@ -382,7 +382,7 @@ a.heading-link-light { background-size: 12px 12px; width: 12px; height: 12px; - background-image: url(/mixed/img/up-arrow.svg); + background-image: url(/images/up-arrow.svg); margin-right: calc(var(--padding) * 0.5); } .sidebar-body { diff --git a/ext/bg/img/paypal.gif b/ext/bg/img/paypal.gif deleted file mode 100644 index 43cef691..00000000 Binary files a/ext/bg/img/paypal.gif and /dev/null differ diff --git a/ext/bg/info.html b/ext/bg/info.html index fc5db6e5..5e8b6e38 100644 --- a/ext/bg/info.html +++ b/ext/bg/info.html @@ -4,13 +4,13 @@ Yomichan Info - - - - - - - + + + + + + + diff --git a/ext/bg/legal.html b/ext/bg/legal.html index 3a829abb..a8aca897 100644 --- a/ext/bg/legal.html +++ b/ext/bg/legal.html @@ -4,13 +4,13 @@ Yomichan Legal - - - - - - - + + + + + + + diff --git a/ext/bg/permissions.html b/ext/bg/permissions.html index de235eeb..fb900018 100644 --- a/ext/bg/permissions.html +++ b/ext/bg/permissions.html @@ -4,13 +4,13 @@ Yomichan Permissions - - - - - - - + + + + + + + diff --git a/ext/bg/pitch-accents-preview.html b/ext/bg/pitch-accents-preview.html index e22122c2..1232b353 100644 --- a/ext/bg/pitch-accents-preview.html +++ b/ext/bg/pitch-accents-preview.html @@ -4,13 +4,13 @@ Yomichan Pitch Accents Preview - - - - - - - + + + + + + + diff --git a/ext/bg/popup-preview.html b/ext/bg/popup-preview.html index c1ef7ca4..ae10f611 100644 --- a/ext/bg/popup-preview.html +++ b/ext/bg/popup-preview.html @@ -4,13 +4,13 @@ Yomichan Popup Preview - - - - - - - + + + + + + + diff --git a/ext/bg/search.html b/ext/bg/search.html index e5690c8d..152b38e2 100644 --- a/ext/bg/search.html +++ b/ext/bg/search.html @@ -4,13 +4,13 @@ Yomichan Search - - - - - - - + + + + + + + diff --git a/ext/bg/settings.html b/ext/bg/settings.html index 179a2565..e4512e34 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -4,13 +4,13 @@ Yomichan Options (Old) - - - - - - - + + + + + + + @@ -702,7 +702,7 @@
- +

Dictionaries

@@ -908,7 +908,7 @@
- +

Anki Options

@@ -1264,7 +1264,7 @@ countless hours that I have devoted to this extension.

- +

diff --git a/ext/bg/settings2.html b/ext/bg/settings2.html index 37bb1996..b612e2b6 100644 --- a/ext/bg/settings2.html +++ b/ext/bg/settings2.html @@ -4,13 +4,13 @@ Yomichan Settings - - - - - - - + + + + + + + diff --git a/ext/bg/template-renderer.html b/ext/bg/template-renderer.html index ca03c98d..68cba889 100644 --- a/ext/bg/template-renderer.html +++ b/ext/bg/template-renderer.html @@ -4,13 +4,13 @@ Yomichan Handlebars Sandbox - - - - - - - + + + + + + + diff --git a/ext/bg/welcome.html b/ext/bg/welcome.html index aeebd9dd..c4b475d4 100644 --- a/ext/bg/welcome.html +++ b/ext/bg/welcome.html @@ -4,13 +4,13 @@ Welcome to Yomichan! - - - - - - - + + + + + + + @@ -28,19 +28,19 @@
- Clicking the Yomichan button in the browser bar will open the quick-actions popup. + Clicking the Yomichan button in the browser bar will open the quick-actions popup.
- The cog button will open the Settings page. + The cog button will open the Settings page.
- The magnifying glass button will open the Search page, + The magnifying glass button will open the Search page, enabling text and terms to be looked up using the installed dictionaries. This can even be used in offline mode!
- The question mark button will open the Information page, + The question mark button will open the Information page, which has some helpful information and links about Yomichan.
@@ -71,7 +71,7 @@
- Clicking the speaker button of an entry in the search results + Clicking the speaker button of an entry in the search results will play an audio clip of a term's pronunciation using an online dictionary, if available.
diff --git a/ext/fg/float.html b/ext/fg/float.html index 8b2fb3be..18bf3f5b 100644 --- a/ext/fg/float.html +++ b/ext/fg/float.html @@ -4,13 +4,13 @@ Yomichan Search - - - - - - - + + + + + + + diff --git a/ext/images/add-term-kana.svg b/ext/images/add-term-kana.svg new file mode 100644 index 00000000..bb964476 --- /dev/null +++ b/ext/images/add-term-kana.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ext/images/add-term-kanji.svg b/ext/images/add-term-kanji.svg new file mode 100644 index 00000000..3737eaec --- /dev/null +++ b/ext/images/add-term-kanji.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ext/images/backup.svg b/ext/images/backup.svg new file mode 100644 index 00000000..54f9e01d --- /dev/null +++ b/ext/images/backup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/book.svg b/ext/images/book.svg new file mode 100644 index 00000000..1b785296 --- /dev/null +++ b/ext/images/book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/checkbox-border.svg b/ext/images/checkbox-border.svg new file mode 100644 index 00000000..cd117bbd --- /dev/null +++ b/ext/images/checkbox-border.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/checkbox-check.svg b/ext/images/checkbox-check.svg new file mode 100644 index 00000000..7e2c8f5c --- /dev/null +++ b/ext/images/checkbox-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/checkbox-fill.svg b/ext/images/checkbox-fill.svg new file mode 100644 index 00000000..19056771 --- /dev/null +++ b/ext/images/checkbox-fill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/checkmark.svg b/ext/images/checkmark.svg new file mode 100644 index 00000000..14504166 --- /dev/null +++ b/ext/images/checkmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/clipboard.svg b/ext/images/clipboard.svg new file mode 100644 index 00000000..75545134 --- /dev/null +++ b/ext/images/clipboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/cog.svg b/ext/images/cog.svg new file mode 100644 index 00000000..7232d25d --- /dev/null +++ b/ext/images/cog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/collapse.svg b/ext/images/collapse.svg new file mode 100644 index 00000000..1efed703 --- /dev/null +++ b/ext/images/collapse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/cross.svg b/ext/images/cross.svg new file mode 100644 index 00000000..9ea89e51 --- /dev/null +++ b/ext/images/cross.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/entry-current.svg b/ext/images/entry-current.svg new file mode 100644 index 00000000..abf3f76d --- /dev/null +++ b/ext/images/entry-current.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/ext/images/exclamation-point-short.svg b/ext/images/exclamation-point-short.svg new file mode 100644 index 00000000..6e92c460 --- /dev/null +++ b/ext/images/exclamation-point-short.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/expand.svg b/ext/images/expand.svg new file mode 100644 index 00000000..57a2bd98 --- /dev/null +++ b/ext/images/expand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/hamburger-menu.svg b/ext/images/hamburger-menu.svg new file mode 100644 index 00000000..9048d205 --- /dev/null +++ b/ext/images/hamburger-menu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/hiragana-a.svg b/ext/images/hiragana-a.svg new file mode 100644 index 00000000..1a7d6a7f --- /dev/null +++ b/ext/images/hiragana-a.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/icon128.png b/ext/images/icon128.png new file mode 100644 index 00000000..c3e5ae64 Binary files /dev/null and b/ext/images/icon128.png differ diff --git a/ext/images/icon16.png b/ext/images/icon16.png new file mode 100644 index 00000000..10dab78a Binary files /dev/null and b/ext/images/icon16.png differ diff --git a/ext/images/icon19.png b/ext/images/icon19.png new file mode 100644 index 00000000..6fd3132e Binary files /dev/null and b/ext/images/icon19.png differ diff --git a/ext/images/icon32.png b/ext/images/icon32.png new file mode 100644 index 00000000..05f2f064 Binary files /dev/null and b/ext/images/icon32.png differ diff --git a/ext/images/icon38.png b/ext/images/icon38.png new file mode 100644 index 00000000..719dfbc8 Binary files /dev/null and b/ext/images/icon38.png differ diff --git a/ext/images/icon48.png b/ext/images/icon48.png new file mode 100644 index 00000000..da76135b Binary files /dev/null and b/ext/images/icon48.png differ diff --git a/ext/images/icon64.png b/ext/images/icon64.png new file mode 100644 index 00000000..b47b0bce Binary files /dev/null and b/ext/images/icon64.png differ diff --git a/ext/images/kebab-menu.svg b/ext/images/kebab-menu.svg new file mode 100644 index 00000000..6df6a177 --- /dev/null +++ b/ext/images/kebab-menu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/key.svg b/ext/images/key.svg new file mode 100644 index 00000000..738e07a3 --- /dev/null +++ b/ext/images/key.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/keyboard.svg b/ext/images/keyboard.svg new file mode 100644 index 00000000..aac85b1c --- /dev/null +++ b/ext/images/keyboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/left-chevron.svg b/ext/images/left-chevron.svg new file mode 100644 index 00000000..9dd012dc --- /dev/null +++ b/ext/images/left-chevron.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/lock.svg b/ext/images/lock.svg new file mode 100644 index 00000000..ec42789e --- /dev/null +++ b/ext/images/lock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/magnifying-glass.svg b/ext/images/magnifying-glass.svg new file mode 100644 index 00000000..a8367d8d --- /dev/null +++ b/ext/images/magnifying-glass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/material-down-arrow.svg b/ext/images/material-down-arrow.svg new file mode 100644 index 00000000..dd60c48d --- /dev/null +++ b/ext/images/material-down-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/material-right-arrow.svg b/ext/images/material-right-arrow.svg new file mode 100644 index 00000000..15be03c0 --- /dev/null +++ b/ext/images/material-right-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/mouse.svg b/ext/images/mouse.svg new file mode 100644 index 00000000..80c400e6 --- /dev/null +++ b/ext/images/mouse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/note-card.svg b/ext/images/note-card.svg new file mode 100644 index 00000000..fb00b074 --- /dev/null +++ b/ext/images/note-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/palette.svg b/ext/images/palette.svg new file mode 100644 index 00000000..4a615ef2 --- /dev/null +++ b/ext/images/palette.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/paypal.gif b/ext/images/paypal.gif new file mode 100644 index 00000000..43cef691 Binary files /dev/null and b/ext/images/paypal.gif differ diff --git a/ext/images/play-audio.svg b/ext/images/play-audio.svg new file mode 100644 index 00000000..1d5e2d9c --- /dev/null +++ b/ext/images/play-audio.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ext/images/plus-circle-large.svg b/ext/images/plus-circle-large.svg new file mode 100644 index 00000000..b034a723 --- /dev/null +++ b/ext/images/plus-circle-large.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/plus-circle-small.svg b/ext/images/plus-circle-small.svg new file mode 100644 index 00000000..1ddc2b72 --- /dev/null +++ b/ext/images/plus-circle-small.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/plus-thick.svg b/ext/images/plus-thick.svg new file mode 100644 index 00000000..6b1b5c5a --- /dev/null +++ b/ext/images/plus-thick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/popup-size.svg b/ext/images/popup-size.svg new file mode 100644 index 00000000..220409db --- /dev/null +++ b/ext/images/popup-size.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/popup.svg b/ext/images/popup.svg new file mode 100644 index 00000000..77217cd0 --- /dev/null +++ b/ext/images/popup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/profile.svg b/ext/images/profile.svg new file mode 100644 index 00000000..52a1363d --- /dev/null +++ b/ext/images/profile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/question-mark-circle.svg b/ext/images/question-mark-circle.svg new file mode 100644 index 00000000..0076f7cd --- /dev/null +++ b/ext/images/question-mark-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/question-mark-thick.svg b/ext/images/question-mark-thick.svg new file mode 100644 index 00000000..7f2214a6 --- /dev/null +++ b/ext/images/question-mark-thick.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/question-mark.svg b/ext/images/question-mark.svg new file mode 100644 index 00000000..bc3b9a1c --- /dev/null +++ b/ext/images/question-mark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/radio-button-dot.svg b/ext/images/radio-button-dot.svg new file mode 100644 index 00000000..b1aebe27 --- /dev/null +++ b/ext/images/radio-button-dot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/radio-button.svg b/ext/images/radio-button.svg new file mode 100644 index 00000000..8c655069 --- /dev/null +++ b/ext/images/radio-button.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/right-chevron.svg b/ext/images/right-chevron.svg new file mode 100644 index 00000000..e210057b --- /dev/null +++ b/ext/images/right-chevron.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/scanning.svg b/ext/images/scanning.svg new file mode 100644 index 00000000..9ac16c83 --- /dev/null +++ b/ext/images/scanning.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/sentence-parsing.svg b/ext/images/sentence-parsing.svg new file mode 100644 index 00000000..7c883175 --- /dev/null +++ b/ext/images/sentence-parsing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/source-term.svg b/ext/images/source-term.svg new file mode 100644 index 00000000..a70938f2 --- /dev/null +++ b/ext/images/source-term.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ext/images/speaker.svg b/ext/images/speaker.svg new file mode 100644 index 00000000..e0a4e798 --- /dev/null +++ b/ext/images/speaker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/spinner.gif b/ext/images/spinner.gif new file mode 100644 index 00000000..8ed30cb6 Binary files /dev/null and b/ext/images/spinner.gif differ diff --git a/ext/images/spinner.svg b/ext/images/spinner.svg new file mode 100644 index 00000000..ec19ba83 --- /dev/null +++ b/ext/images/spinner.svg @@ -0,0 +1,32 @@ + + + + \ No newline at end of file diff --git a/ext/images/text-parsing.svg b/ext/images/text-parsing.svg new file mode 100644 index 00000000..dfa88af8 --- /dev/null +++ b/ext/images/text-parsing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/translation.svg b/ext/images/translation.svg new file mode 100644 index 00000000..fdb98b1d --- /dev/null +++ b/ext/images/translation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/up-arrow.svg b/ext/images/up-arrow.svg new file mode 100644 index 00000000..d5dea78c --- /dev/null +++ b/ext/images/up-arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/view-note.svg b/ext/images/view-note.svg new file mode 100644 index 00000000..3e6f1dce --- /dev/null +++ b/ext/images/view-note.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/ext/images/window.svg b/ext/images/window.svg new file mode 100644 index 00000000..d0d3b0fb --- /dev/null +++ b/ext/images/window.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ext/images/yomichan-icon.svg b/ext/images/yomichan-icon.svg new file mode 100644 index 00000000..f15ab0aa --- /dev/null +++ b/ext/images/yomichan-icon.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/ext/manifest.json b/ext/manifest.json index 238fabe3..55535feb 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -5,23 +5,23 @@ "description": "Japanese dictionary with Anki integration", "author": "Alex Yatskov", "icons": { - "16": "mixed/img/icon16.png", - "19": "mixed/img/icon19.png", - "32": "mixed/img/icon32.png", - "38": "mixed/img/icon38.png", - "48": "mixed/img/icon48.png", - "64": "mixed/img/icon64.png", - "128": "mixed/img/icon128.png" + "16": "images/icon16.png", + "19": "images/icon19.png", + "32": "images/icon32.png", + "38": "images/icon38.png", + "48": "images/icon48.png", + "64": "images/icon64.png", + "128": "images/icon128.png" }, "browser_action": { "default_icon": { - "16": "mixed/img/icon16.png", - "19": "mixed/img/icon19.png", - "32": "mixed/img/icon32.png", - "38": "mixed/img/icon38.png", - "48": "mixed/img/icon48.png", - "64": "mixed/img/icon64.png", - "128": "mixed/img/icon128.png" + "16": "images/icon16.png", + "19": "images/icon19.png", + "32": "images/icon32.png", + "38": "images/icon38.png", + "48": "images/icon48.png", + "64": "images/icon64.png", + "128": "images/icon128.png" }, "default_title": "Yomichan", "default_popup": "bg/context.html" diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css index 6e250aa5..476b2c35 100644 --- a/ext/mixed/css/display.css +++ b/ext/mixed/css/display.css @@ -625,19 +625,19 @@ button.action-button::before { background-size: contain; } button.action-button[data-icon=view-note]::before { - background-image: url('/mixed/img/view-note.svg'); + background-image: url('/images/view-note.svg'); } button.action-button[data-icon=add-term-kanji]::before { - background-image: url('/mixed/img/add-term-kanji.svg'); + background-image: url('/images/add-term-kanji.svg'); } button.action-button[data-icon=add-term-kana]::before { - background-image: url('/mixed/img/add-term-kana.svg'); + background-image: url('/images/add-term-kana.svg'); } button.action-button[data-icon=play-audio]::before { - background-image: url('/mixed/img/play-audio.svg'); + background-image: url('/images/play-audio.svg'); } button.action-button[data-icon=source-term]::before { - background-image: url('/mixed/img/source-term.svg'); + background-image: url('/images/source-term.svg'); } .entry[data-type=term][data-expression-multi=true] .actions>button.action-button.action-play-audio { display: none; @@ -903,12 +903,12 @@ button.action-button[data-icon=source-term]::before { mask-position: center center; mask-mode: alpha; mask-size: contain; - mask-image: url(/mixed/img/material-right-arrow.svg); + mask-image: url(/images/material-right-arrow.svg); -webkit-mask-repeat: no-repeat; -webkit-mask-position: center center; -webkit-mask-mode: alpha; -webkit-mask-size: contain; - -webkit-mask-image: url(/mixed/img/material-right-arrow.svg); + -webkit-mask-image: url(/images/material-right-arrow.svg); } .term-expression:not(:first-of-type) .term-expression-current-indicator, :root:not([data-popup-current-indicator-mode=triangle]) .term-expression-current-indicator { @@ -935,7 +935,7 @@ button.action-button[data-icon=source-term]::before { background-color: transparent; background-repeat: no-repeat; background-size: contain; - background-image: url('/mixed/img/entry-current.svg'); + background-image: url('/images/entry-current.svg'); } diff --git a/ext/mixed/css/material.css b/ext/mixed/css/material.css index 365b15ad..1177baa1 100644 --- a/ext/mixed/css/material.css +++ b/ext/mixed/css/material.css @@ -183,46 +183,46 @@ mask-image: var(--icon-image); } .icon[data-icon=none] { --icon-image: linear-gradient(transparent, transparent); } -.icon[data-icon=profile] { --icon-image: url(/mixed/img/profile.svg); } -.icon[data-icon=cog] { --icon-image: url(/mixed/img/cog.svg); } -.icon[data-icon=palette] { --icon-image: url(/mixed/img/palette.svg); } -.icon[data-icon=popup] { --icon-image: url(/mixed/img/popup.svg); } -.icon[data-icon=speaker] { --icon-image: url(/mixed/img/speaker.svg); } -.icon[data-icon=scanning] { --icon-image: url(/mixed/img/scanning.svg); } -.icon[data-icon=text-parsing] { --icon-image: url(/mixed/img/text-parsing.svg); } -.icon[data-icon=translation] { --icon-image: url(/mixed/img/translation.svg); } -.icon[data-icon=book] { --icon-image: url(/mixed/img/book.svg); } -.icon[data-icon=note-card] { --icon-image: url(/mixed/img/note-card.svg); } -.icon[data-icon=keyboard] { --icon-image: url(/mixed/img/keyboard.svg); } -.icon[data-icon=backup] { --icon-image: url(/mixed/img/backup.svg); } -.icon[data-icon=lock] { --icon-image: url(/mixed/img/lock.svg); } -.icon[data-icon=question-mark] { --icon-image: url(/mixed/img/question-mark.svg); } -.icon[data-icon=popup-size] { --icon-image: url(/mixed/img/popup-size.svg); } -.icon[data-icon=hamburger-menu] { --icon-image: url(/mixed/img/hamburger-menu.svg); } -.icon[data-icon=kebab-menu] { --icon-image: url(/mixed/img/kebab-menu.svg); } -.icon[data-icon=mouse] { --icon-image: url(/mixed/img/mouse.svg); } -.icon[data-icon=exclamation-point-short] { --icon-image: url(/mixed/img/exclamation-point-short.svg); } -.icon[data-icon=magnifying-glass] { --icon-image: url(/mixed/img/magnifying-glass.svg); } -.icon[data-icon=collapse] { --icon-image: url(/mixed/img/collapse.svg); } -.icon[data-icon=expand] { --icon-image: url(/mixed/img/expand.svg); } -.icon[data-icon=window] { --icon-image: url(/mixed/img/window.svg); } -.icon[data-icon=cross] { --icon-image: url(/mixed/img/cross.svg); } -.icon[data-icon=checkmark] { --icon-image: url(/mixed/img/checkmark.svg); } -.icon[data-icon=sentence-parsing] { --icon-image: url(/mixed/img/sentence-parsing.svg); } -.icon[data-icon=question-mark] { --icon-image: url(/mixed/img/question-mark.svg); } -.icon[data-icon=question-mark-circle] { --icon-image: url(/mixed/img/question-mark-circle.svg); } -.icon[data-icon=question-mark-thick] { --icon-image: url(/mixed/img/question-mark-thick.svg); } -.icon[data-icon=left-chevron] { --icon-image: url(/mixed/img/left-chevron.svg); } -.icon[data-icon=right-chevron] { --icon-image: url(/mixed/img/right-chevron.svg); } -.icon[data-icon=plus-thick] { --icon-image: url(/mixed/img/plus-thick.svg); } -.icon[data-icon=clipboard] { --icon-image: url(/mixed/img/clipboard.svg); } -.icon[data-icon=key] { --icon-image: url(/mixed/img/key.svg); } +.icon[data-icon=profile] { --icon-image: url(/images/profile.svg); } +.icon[data-icon=cog] { --icon-image: url(/images/cog.svg); } +.icon[data-icon=palette] { --icon-image: url(/images/palette.svg); } +.icon[data-icon=popup] { --icon-image: url(/images/popup.svg); } +.icon[data-icon=speaker] { --icon-image: url(/images/speaker.svg); } +.icon[data-icon=scanning] { --icon-image: url(/images/scanning.svg); } +.icon[data-icon=text-parsing] { --icon-image: url(/images/text-parsing.svg); } +.icon[data-icon=translation] { --icon-image: url(/images/translation.svg); } +.icon[data-icon=book] { --icon-image: url(/images/book.svg); } +.icon[data-icon=note-card] { --icon-image: url(/images/note-card.svg); } +.icon[data-icon=keyboard] { --icon-image: url(/images/keyboard.svg); } +.icon[data-icon=backup] { --icon-image: url(/images/backup.svg); } +.icon[data-icon=lock] { --icon-image: url(/images/lock.svg); } +.icon[data-icon=question-mark] { --icon-image: url(/images/question-mark.svg); } +.icon[data-icon=popup-size] { --icon-image: url(/images/popup-size.svg); } +.icon[data-icon=hamburger-menu] { --icon-image: url(/images/hamburger-menu.svg); } +.icon[data-icon=kebab-menu] { --icon-image: url(/images/kebab-menu.svg); } +.icon[data-icon=mouse] { --icon-image: url(/images/mouse.svg); } +.icon[data-icon=exclamation-point-short] { --icon-image: url(/images/exclamation-point-short.svg); } +.icon[data-icon=magnifying-glass] { --icon-image: url(/images/magnifying-glass.svg); } +.icon[data-icon=collapse] { --icon-image: url(/images/collapse.svg); } +.icon[data-icon=expand] { --icon-image: url(/images/expand.svg); } +.icon[data-icon=window] { --icon-image: url(/images/window.svg); } +.icon[data-icon=cross] { --icon-image: url(/images/cross.svg); } +.icon[data-icon=checkmark] { --icon-image: url(/images/checkmark.svg); } +.icon[data-icon=sentence-parsing] { --icon-image: url(/images/sentence-parsing.svg); } +.icon[data-icon=question-mark] { --icon-image: url(/images/question-mark.svg); } +.icon[data-icon=question-mark-circle] { --icon-image: url(/images/question-mark-circle.svg); } +.icon[data-icon=question-mark-thick] { --icon-image: url(/images/question-mark-thick.svg); } +.icon[data-icon=left-chevron] { --icon-image: url(/images/left-chevron.svg); } +.icon[data-icon=right-chevron] { --icon-image: url(/images/right-chevron.svg); } +.icon[data-icon=plus-thick] { --icon-image: url(/images/plus-thick.svg); } +.icon[data-icon=clipboard] { --icon-image: url(/images/clipboard.svg); } +.icon[data-icon=key] { --icon-image: url(/images/key.svg); } .icon[data-icon=material-down-arrow] { - --icon-image: url(/mixed/img/material-down-arrow.svg); + --icon-image: url(/images/material-down-arrow.svg); --icon-size: var(--material-arrow-dimension2) var(--material-arrow-dimension1); } .icon[data-icon=material-right-arrow] { - --icon-image: url(/mixed/img/material-right-arrow.svg); + --icon-image: url(/images/material-right-arrow.svg); --icon-size: var(--material-arrow-dimension1) var(--material-arrow-dimension2); } @@ -277,20 +277,20 @@ label.checkbox { transition: opacity var(--animation-duration) linear, background-color var(--animation-duration) linear; } .checkbox-fill { - mask-image: url(/mixed/img/checkbox-fill.svg); - -webkit-mask-image: url(/mixed/img/checkbox-fill.svg); + mask-image: url(/images/checkbox-fill.svg); + -webkit-mask-image: url(/images/checkbox-fill.svg); background-color: var(--checkbox-unchecked-color); opacity: 0; } .checkbox-border { - mask-image: url(/mixed/img/checkbox-border.svg); - -webkit-mask-image: url(/mixed/img/checkbox-border.svg); + mask-image: url(/images/checkbox-border.svg); + -webkit-mask-image: url(/images/checkbox-border.svg); background-color: var(--checkbox-unchecked-color); opacity: 1; } .checkbox-check { - mask-image: url(/mixed/img/checkbox-check.svg); - -webkit-mask-image: url(/mixed/img/checkbox-check.svg); + mask-image: url(/images/checkbox-check.svg); + -webkit-mask-image: url(/images/checkbox-check.svg); background-color: var(--checkbox-check-color); opacity: 0; } @@ -482,12 +482,12 @@ label.radio { -webkit-mask-size: var(--radio-size) var(--radio-size); } .radio-border { - mask-image: url(/mixed/img/radio-button.svg); - -webkit-mask-image: url(/mixed/img/radio-button.svg); + mask-image: url(/images/radio-button.svg); + -webkit-mask-image: url(/images/radio-button.svg); } .radio-dot { - mask-image: url(/mixed/img/radio-button-dot.svg); - -webkit-mask-image: url(/mixed/img/radio-button-dot.svg); + mask-image: url(/images/radio-button-dot.svg); + -webkit-mask-image: url(/images/radio-button-dot.svg); opacity: 1; transform: none; transition: @@ -571,7 +571,7 @@ select { appearance: none; -moz-appearance: none; -webkit-appearance: none; - background-image: url(/mixed/img/material-down-arrow.svg); + background-image: url(/images/material-down-arrow.svg); background-repeat: no-repeat; background-position: right calc(10em / var(--font-size-no-units)) center; background-color: var(--input-background-color); diff --git a/ext/mixed/img/add-term-kana.svg b/ext/mixed/img/add-term-kana.svg deleted file mode 100644 index bb964476..00000000 --- a/ext/mixed/img/add-term-kana.svg +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ext/mixed/img/add-term-kanji.svg b/ext/mixed/img/add-term-kanji.svg deleted file mode 100644 index 3737eaec..00000000 --- a/ext/mixed/img/add-term-kanji.svg +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ext/mixed/img/backup.svg b/ext/mixed/img/backup.svg deleted file mode 100644 index 54f9e01d..00000000 --- a/ext/mixed/img/backup.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/book.svg b/ext/mixed/img/book.svg deleted file mode 100644 index 1b785296..00000000 --- a/ext/mixed/img/book.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/checkbox-border.svg b/ext/mixed/img/checkbox-border.svg deleted file mode 100644 index cd117bbd..00000000 --- a/ext/mixed/img/checkbox-border.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/checkbox-check.svg b/ext/mixed/img/checkbox-check.svg deleted file mode 100644 index 7e2c8f5c..00000000 --- a/ext/mixed/img/checkbox-check.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/checkbox-fill.svg b/ext/mixed/img/checkbox-fill.svg deleted file mode 100644 index 19056771..00000000 --- a/ext/mixed/img/checkbox-fill.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/checkmark.svg b/ext/mixed/img/checkmark.svg deleted file mode 100644 index 14504166..00000000 --- a/ext/mixed/img/checkmark.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/clipboard.svg b/ext/mixed/img/clipboard.svg deleted file mode 100644 index 75545134..00000000 --- a/ext/mixed/img/clipboard.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/cog.svg b/ext/mixed/img/cog.svg deleted file mode 100644 index 7232d25d..00000000 --- a/ext/mixed/img/cog.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/collapse.svg b/ext/mixed/img/collapse.svg deleted file mode 100644 index 1efed703..00000000 --- a/ext/mixed/img/collapse.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/cross.svg b/ext/mixed/img/cross.svg deleted file mode 100644 index 9ea89e51..00000000 --- a/ext/mixed/img/cross.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/entry-current.svg b/ext/mixed/img/entry-current.svg deleted file mode 100644 index abf3f76d..00000000 --- a/ext/mixed/img/entry-current.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/ext/mixed/img/exclamation-point-short.svg b/ext/mixed/img/exclamation-point-short.svg deleted file mode 100644 index 6e92c460..00000000 --- a/ext/mixed/img/exclamation-point-short.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/expand.svg b/ext/mixed/img/expand.svg deleted file mode 100644 index 57a2bd98..00000000 --- a/ext/mixed/img/expand.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/hamburger-menu.svg b/ext/mixed/img/hamburger-menu.svg deleted file mode 100644 index 9048d205..00000000 --- a/ext/mixed/img/hamburger-menu.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/hiragana-a.svg b/ext/mixed/img/hiragana-a.svg deleted file mode 100644 index 1a7d6a7f..00000000 --- a/ext/mixed/img/hiragana-a.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/icon128.png b/ext/mixed/img/icon128.png deleted file mode 100644 index c3e5ae64..00000000 Binary files a/ext/mixed/img/icon128.png and /dev/null differ diff --git a/ext/mixed/img/icon16.png b/ext/mixed/img/icon16.png deleted file mode 100644 index 10dab78a..00000000 Binary files a/ext/mixed/img/icon16.png and /dev/null differ diff --git a/ext/mixed/img/icon19.png b/ext/mixed/img/icon19.png deleted file mode 100644 index 6fd3132e..00000000 Binary files a/ext/mixed/img/icon19.png and /dev/null differ diff --git a/ext/mixed/img/icon32.png b/ext/mixed/img/icon32.png deleted file mode 100644 index 05f2f064..00000000 Binary files a/ext/mixed/img/icon32.png and /dev/null differ diff --git a/ext/mixed/img/icon38.png b/ext/mixed/img/icon38.png deleted file mode 100644 index 719dfbc8..00000000 Binary files a/ext/mixed/img/icon38.png and /dev/null differ diff --git a/ext/mixed/img/icon48.png b/ext/mixed/img/icon48.png deleted file mode 100644 index da76135b..00000000 Binary files a/ext/mixed/img/icon48.png and /dev/null differ diff --git a/ext/mixed/img/icon64.png b/ext/mixed/img/icon64.png deleted file mode 100644 index b47b0bce..00000000 Binary files a/ext/mixed/img/icon64.png and /dev/null differ diff --git a/ext/mixed/img/kebab-menu.svg b/ext/mixed/img/kebab-menu.svg deleted file mode 100644 index 6df6a177..00000000 --- a/ext/mixed/img/kebab-menu.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/key.svg b/ext/mixed/img/key.svg deleted file mode 100644 index 738e07a3..00000000 --- a/ext/mixed/img/key.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/keyboard.svg b/ext/mixed/img/keyboard.svg deleted file mode 100644 index aac85b1c..00000000 --- a/ext/mixed/img/keyboard.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/left-chevron.svg b/ext/mixed/img/left-chevron.svg deleted file mode 100644 index 9dd012dc..00000000 --- a/ext/mixed/img/left-chevron.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/lock.svg b/ext/mixed/img/lock.svg deleted file mode 100644 index ec42789e..00000000 --- a/ext/mixed/img/lock.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/magnifying-glass.svg b/ext/mixed/img/magnifying-glass.svg deleted file mode 100644 index a8367d8d..00000000 --- a/ext/mixed/img/magnifying-glass.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/material-down-arrow.svg b/ext/mixed/img/material-down-arrow.svg deleted file mode 100644 index dd60c48d..00000000 --- a/ext/mixed/img/material-down-arrow.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/material-right-arrow.svg b/ext/mixed/img/material-right-arrow.svg deleted file mode 100644 index 15be03c0..00000000 --- a/ext/mixed/img/material-right-arrow.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/mouse.svg b/ext/mixed/img/mouse.svg deleted file mode 100644 index 80c400e6..00000000 --- a/ext/mixed/img/mouse.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/note-card.svg b/ext/mixed/img/note-card.svg deleted file mode 100644 index fb00b074..00000000 --- a/ext/mixed/img/note-card.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/palette.svg b/ext/mixed/img/palette.svg deleted file mode 100644 index 4a615ef2..00000000 --- a/ext/mixed/img/palette.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/play-audio.svg b/ext/mixed/img/play-audio.svg deleted file mode 100644 index 1d5e2d9c..00000000 --- a/ext/mixed/img/play-audio.svg +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ext/mixed/img/plus-circle-large.svg b/ext/mixed/img/plus-circle-large.svg deleted file mode 100644 index b034a723..00000000 --- a/ext/mixed/img/plus-circle-large.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/plus-circle-small.svg b/ext/mixed/img/plus-circle-small.svg deleted file mode 100644 index 1ddc2b72..00000000 --- a/ext/mixed/img/plus-circle-small.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/plus-thick.svg b/ext/mixed/img/plus-thick.svg deleted file mode 100644 index 6b1b5c5a..00000000 --- a/ext/mixed/img/plus-thick.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/popup-size.svg b/ext/mixed/img/popup-size.svg deleted file mode 100644 index 220409db..00000000 --- a/ext/mixed/img/popup-size.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/popup.svg b/ext/mixed/img/popup.svg deleted file mode 100644 index 77217cd0..00000000 --- a/ext/mixed/img/popup.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/profile.svg b/ext/mixed/img/profile.svg deleted file mode 100644 index 52a1363d..00000000 --- a/ext/mixed/img/profile.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/question-mark-circle.svg b/ext/mixed/img/question-mark-circle.svg deleted file mode 100644 index 0076f7cd..00000000 --- a/ext/mixed/img/question-mark-circle.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/question-mark-thick.svg b/ext/mixed/img/question-mark-thick.svg deleted file mode 100644 index 7f2214a6..00000000 --- a/ext/mixed/img/question-mark-thick.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/question-mark.svg b/ext/mixed/img/question-mark.svg deleted file mode 100644 index bc3b9a1c..00000000 --- a/ext/mixed/img/question-mark.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/radio-button-dot.svg b/ext/mixed/img/radio-button-dot.svg deleted file mode 100644 index b1aebe27..00000000 --- a/ext/mixed/img/radio-button-dot.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/radio-button.svg b/ext/mixed/img/radio-button.svg deleted file mode 100644 index 8c655069..00000000 --- a/ext/mixed/img/radio-button.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/right-chevron.svg b/ext/mixed/img/right-chevron.svg deleted file mode 100644 index e210057b..00000000 --- a/ext/mixed/img/right-chevron.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/scanning.svg b/ext/mixed/img/scanning.svg deleted file mode 100644 index 9ac16c83..00000000 --- a/ext/mixed/img/scanning.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/sentence-parsing.svg b/ext/mixed/img/sentence-parsing.svg deleted file mode 100644 index 7c883175..00000000 --- a/ext/mixed/img/sentence-parsing.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/source-term.svg b/ext/mixed/img/source-term.svg deleted file mode 100644 index a70938f2..00000000 --- a/ext/mixed/img/source-term.svg +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ext/mixed/img/speaker.svg b/ext/mixed/img/speaker.svg deleted file mode 100644 index e0a4e798..00000000 --- a/ext/mixed/img/speaker.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/spinner.gif b/ext/mixed/img/spinner.gif deleted file mode 100644 index 8ed30cb6..00000000 Binary files a/ext/mixed/img/spinner.gif and /dev/null differ diff --git a/ext/mixed/img/spinner.svg b/ext/mixed/img/spinner.svg deleted file mode 100644 index ec19ba83..00000000 --- a/ext/mixed/img/spinner.svg +++ /dev/null @@ -1,32 +0,0 @@ - - - - \ No newline at end of file diff --git a/ext/mixed/img/text-parsing.svg b/ext/mixed/img/text-parsing.svg deleted file mode 100644 index dfa88af8..00000000 --- a/ext/mixed/img/text-parsing.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/translation.svg b/ext/mixed/img/translation.svg deleted file mode 100644 index fdb98b1d..00000000 --- a/ext/mixed/img/translation.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/up-arrow.svg b/ext/mixed/img/up-arrow.svg deleted file mode 100644 index d5dea78c..00000000 --- a/ext/mixed/img/up-arrow.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/view-note.svg b/ext/mixed/img/view-note.svg deleted file mode 100644 index 3e6f1dce..00000000 --- a/ext/mixed/img/view-note.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/ext/mixed/img/window.svg b/ext/mixed/img/window.svg deleted file mode 100644 index d0d3b0fb..00000000 --- a/ext/mixed/img/window.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ext/mixed/img/yomichan-icon.svg b/ext/mixed/img/yomichan-icon.svg deleted file mode 100644 index f15ab0aa..00000000 --- a/ext/mixed/img/yomichan-icon.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/resources/icons.svg b/resources/icons.svg index 18be3afe..9621d551 100644 --- a/resources/icons.svg +++ b/resources/icons.svg @@ -8,7 +8,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - inkscape:export-filename="../ext/mixed/img/icon32.png" + inkscape:export-filename="../ext/images/icon32.png" inkscape:export-ydpi="192" inkscape:export-xdpi="192" sodipodi:docname="icons.svg" -- cgit v1.2.3