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/ --- 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 ++++++++++++------------ 16 files changed, 102 insertions(+), 102 deletions(-) delete mode 100644 ext/bg/img/paypal.gif (limited to 'ext/bg') 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.
-- cgit v1.2.3