Move images (#1372)

* Move mixed/img/ to images/

* Move bg/img/ to images/
This commit is contained in:
toasted-nutbread 2021-02-12 20:27:43 -05:00 committed by GitHub
parent 2b4af57bd7
commit 98975d5923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
83 changed files with 199 additions and 199 deletions

View File

@ -84,14 +84,14 @@ primary language is not English, you may consider also importing the English ver
## Basic Usage ## ## Basic Usage ##
1. Click the <img src="ext/mixed/img/yomichan-icon.svg" alt="" width="16" height="16"> _Yomichan_ button in the browser bar to open the quick-actions popup. 1. Click the <img src="ext/images/yomichan-icon.svg" alt="" width="16" height="16"> _Yomichan_ button in the browser bar to open the quick-actions popup.
<a href="resources/images/browser-action-popup1.png"><img src="resources/images/browser-action-popup1.png" width="103" height="100"></a> <a href="resources/images/browser-action-popup1.png"><img src="resources/images/browser-action-popup1.png" width="103" height="100"></a>
* The <img src="ext/mixed/img/cog.svg" alt="" width="16" height="16"> _cog_ button will open the Settings page. * The <img src="ext/images/cog.svg" alt="" width="16" height="16"> _cog_ button will open the Settings page.
* The <img src="ext/mixed/img/magnifying-glass.svg" alt="" width="16" height="16"> _magnifying glass_ button will open the Search page. * The <img src="ext/images/magnifying-glass.svg" alt="" width="16" height="16"> _magnifying glass_ button will open the Search page.
* The <img src="ext/mixed/img/question-mark-circle.svg" alt="" width="16" height="16"> _question mark_ button will open the Information page. * The <img src="ext/images/question-mark-circle.svg" alt="" width="16" height="16"> _question mark_ button will open the Information page.
* The <img src="ext/mixed/img/profile.svg" alt="" width="16" height="16"> _profile_ button will appear when multiple profiles exist, allowing the current profile to be quickly changed. * The <img src="ext/images/profile.svg" alt="" width="16" height="16"> _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 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 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
<a href="resources/images/search-popup-terms.png"><img src="resources/images/search-popup-terms-thumb.png" width="128" height="95"></a> <a href="resources/images/search-popup-terms.png"><img src="resources/images/search-popup-terms-thumb.png" width="128" height="95"></a>
4. Click on the <img src="ext/mixed/img/play-audio.svg" alt="" width="16" height="16"> _speaker_ button to hear the term pronounced by a native speaker. If an audio sample is 4. Click on the <img src="ext/images/play-audio.svg" alt="" width="16" height="16"> _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 not available, you will hear a short click instead. You can configure the sources used to retrieve audio samples in
the options page. the options page.

View File

@ -6,23 +6,23 @@
"description": "Japanese dictionary with Anki integration", "description": "Japanese dictionary with Anki integration",
"author": "Alex Yatskov", "author": "Alex Yatskov",
"icons": { "icons": {
"16": "mixed/img/icon16.png", "16": "images/icon16.png",
"19": "mixed/img/icon19.png", "19": "images/icon19.png",
"32": "mixed/img/icon32.png", "32": "images/icon32.png",
"38": "mixed/img/icon38.png", "38": "images/icon38.png",
"48": "mixed/img/icon48.png", "48": "images/icon48.png",
"64": "mixed/img/icon64.png", "64": "images/icon64.png",
"128": "mixed/img/icon128.png" "128": "images/icon128.png"
}, },
"browser_action": { "browser_action": {
"default_icon": { "default_icon": {
"16": "mixed/img/icon16.png", "16": "images/icon16.png",
"19": "mixed/img/icon19.png", "19": "images/icon19.png",
"32": "mixed/img/icon32.png", "32": "images/icon32.png",
"38": "mixed/img/icon38.png", "38": "images/icon38.png",
"48": "mixed/img/icon48.png", "48": "images/icon48.png",
"64": "mixed/img/icon64.png", "64": "images/icon64.png",
"128": "mixed/img/icon128.png" "128": "images/icon128.png"
}, },
"default_title": "Yomichan", "default_title": "Yomichan",
"default_popup": "bg/context.html" "default_popup": "bg/context.html"

View File

@ -4,13 +4,13 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="viewport" content="width=device-width,initial-scale=1">
<title>Background</title> <title>Background</title>
<link rel="icon" type="image/png" href="/mixed/img/icon16.png" sizes="16x16"> <link rel="icon" type="image/png" href="/images/icon16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/mixed/img/icon19.png" sizes="19x19"> <link rel="icon" type="image/png" href="/images/icon19.png" sizes="19x19">
<link rel="icon" type="image/png" href="/mixed/img/icon32.png" sizes="32x32"> <link rel="icon" type="image/png" href="/images/icon32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/mixed/img/icon38.png" sizes="38x38"> <link rel="icon" type="image/png" href="/images/icon38.png" sizes="38x38">
<link rel="icon" type="image/png" href="/mixed/img/icon48.png" sizes="48x48"> <link rel="icon" type="image/png" href="/images/icon48.png" sizes="48x48">
<link rel="icon" type="image/png" href="/mixed/img/icon64.png" sizes="64x64"> <link rel="icon" type="image/png" href="/images/icon64.png" sizes="64x64">
<link rel="icon" type="image/png" href="/mixed/img/icon128.png" sizes="128x128"> <link rel="icon" type="image/png" href="/images/icon128.png" sizes="128x128">
</head> </head>
<body> <body>
<textarea id="clipboard-paste-target"></textarea> <textarea id="clipboard-paste-target"></textarea>

View File

@ -4,13 +4,13 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="viewport" content="width=device-width,initial-scale=1">
<title>Yomichan Action Popup</title> <title>Yomichan Action Popup</title>
<link rel="icon" type="image/png" href="/mixed/img/icon16.png" sizes="16x16"> <link rel="icon" type="image/png" href="/images/icon16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/mixed/img/icon19.png" sizes="19x19"> <link rel="icon" type="image/png" href="/images/icon19.png" sizes="19x19">
<link rel="icon" type="image/png" href="/mixed/img/icon32.png" sizes="32x32"> <link rel="icon" type="image/png" href="/images/icon32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/mixed/img/icon38.png" sizes="38x38"> <link rel="icon" type="image/png" href="/images/icon38.png" sizes="38x38">
<link rel="icon" type="image/png" href="/mixed/img/icon48.png" sizes="48x48"> <link rel="icon" type="image/png" href="/images/icon48.png" sizes="48x48">
<link rel="icon" type="image/png" href="/mixed/img/icon64.png" sizes="64x64"> <link rel="icon" type="image/png" href="/images/icon64.png" sizes="64x64">
<link rel="icon" type="image/png" href="/mixed/img/icon128.png" sizes="128x128"> <link rel="icon" type="image/png" href="/images/icon128.png" sizes="128x128">
<link rel="stylesheet" type="text/css" href="/bg/css/context.css"> <link rel="stylesheet" type="text/css" href="/bg/css/context.css">
</head> </head>
<body> <body>

View File

@ -73,12 +73,12 @@ label {
mask-size: var(--icon-size); mask-size: var(--icon-size);
mask-image: var(--icon-image); mask-image: var(--icon-image);
} }
.icon[data-icon=profile] { --icon-image: url(/mixed/img/profile.svg); } .icon[data-icon=profile] { --icon-image: url(/images/profile.svg); }
.icon[data-icon=cog] { --icon-image: url(/mixed/img/cog.svg); } .icon[data-icon=cog] { --icon-image: url(/images/cog.svg); }
.icon[data-icon=key] { --icon-image: url(/mixed/img/key.svg); } .icon[data-icon=key] { --icon-image: url(/images/key.svg); }
.icon[data-icon=magnifying-glass] { --icon-image: url(/mixed/img/magnifying-glass.svg); } .icon[data-icon=magnifying-glass] { --icon-image: url(/images/magnifying-glass.svg); }
.icon[data-icon=exclamation-point-short] { --icon-image: url(/mixed/img/exclamation-point-short.svg); } .icon[data-icon=exclamation-point-short] { --icon-image: url(/images/exclamation-point-short.svg); }
.icon[data-icon=question-mark-circle] { --icon-image: url(/mixed/img/question-mark-circle.svg); } .icon[data-icon=question-mark-circle] { --icon-image: url(/images/question-mark-circle.svg); }
/* Page-specific styles */ /* Page-specific styles */
@ -130,7 +130,7 @@ label {
display: block; display: block;
width: 100%; width: 100%;
height: 100%; height: 100%;
background-image: url(/mixed/img/right-chevron.svg); background-image: url(/images/right-chevron.svg);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center center; background-position: center center;
background-size: contain; background-size: contain;
@ -371,7 +371,7 @@ select.profile-select {
bottom: 0; bottom: 0;
background-color: #edc75e; background-color: #edc75e;
--icon-image: url(/mixed/img/material-down-arrow.svg); --icon-image: url(/images/material-down-arrow.svg);
--icon-size: contain; --icon-size: contain;
-webkit-mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat;

View File

@ -58,7 +58,7 @@ html:root:not([data-options-general-result-output-mode=merge]) #dictionary-main-
width: 20px; width: 20px;
height: 20px; height: 20px;
display: block; 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; background-size: 20px 20px;
} }

View File

@ -382,7 +382,7 @@ a.heading-link-light {
background-size: 12px 12px; background-size: 12px 12px;
width: 12px; width: 12px;
height: 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); margin-right: calc(var(--padding) * 0.5);
} }
.sidebar-body { .sidebar-body {

View File

@ -4,13 +4,13 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="viewport" content="width=device-width,initial-scale=1">
<title>Yomichan Info</title> <title>Yomichan Info</title>
<link rel="icon" type="image/png" href="/mixed/img/icon16.png" sizes="16x16"> <link rel="icon" type="image/png" href="/images/icon16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/mixed/img/icon19.png" sizes="19x19"> <link rel="icon" type="image/png" href="/images/icon19.png" sizes="19x19">
<link rel="icon" type="image/png" href="/mixed/img/icon32.png" sizes="32x32"> <link rel="icon" type="image/png" href="/images/icon32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/mixed/img/icon38.png" sizes="38x38"> <link rel="icon" type="image/png" href="/images/icon38.png" sizes="38x38">
<link rel="icon" type="image/png" href="/mixed/img/icon48.png" sizes="48x48"> <link rel="icon" type="image/png" href="/images/icon48.png" sizes="48x48">
<link rel="icon" type="image/png" href="/mixed/img/icon64.png" sizes="64x64"> <link rel="icon" type="image/png" href="/images/icon64.png" sizes="64x64">
<link rel="icon" type="image/png" href="/mixed/img/icon128.png" sizes="128x128"> <link rel="icon" type="image/png" href="/images/icon128.png" sizes="128x128">
<link rel="stylesheet" type="text/css" href="/mixed/css/material.css"> <link rel="stylesheet" type="text/css" href="/mixed/css/material.css">
<link rel="stylesheet" type="text/css" href="/bg/css/settings2.css"> <link rel="stylesheet" type="text/css" href="/bg/css/settings2.css">
</head> </head>

View File

@ -4,13 +4,13 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="viewport" content="width=device-width,initial-scale=1">
<title>Yomichan Legal</title> <title>Yomichan Legal</title>
<link rel="icon" type="image/png" href="/mixed/img/icon16.png" sizes="16x16"> <link rel="icon" type="image/png" href="/images/icon16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/mixed/img/icon19.png" sizes="19x19"> <link rel="icon" type="image/png" href="/images/icon19.png" sizes="19x19">
<link rel="icon" type="image/png" href="/mixed/img/icon32.png" sizes="32x32"> <link rel="icon" type="image/png" href="/images/icon32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/mixed/img/icon38.png" sizes="38x38"> <link rel="icon" type="image/png" href="/images/icon38.png" sizes="38x38">
<link rel="icon" type="image/png" href="/mixed/img/icon48.png" sizes="48x48"> <link rel="icon" type="image/png" href="/images/icon48.png" sizes="48x48">
<link rel="icon" type="image/png" href="/mixed/img/icon64.png" sizes="64x64"> <link rel="icon" type="image/png" href="/images/icon64.png" sizes="64x64">
<link rel="icon" type="image/png" href="/mixed/img/icon128.png" sizes="128x128"> <link rel="icon" type="image/png" href="/images/icon128.png" sizes="128x128">
<link rel="stylesheet" type="text/css" href="/mixed/css/material.css"> <link rel="stylesheet" type="text/css" href="/mixed/css/material.css">
<link rel="stylesheet" type="text/css" href="/bg/css/settings2.css"> <link rel="stylesheet" type="text/css" href="/bg/css/settings2.css">
</head> </head>

View File

@ -4,13 +4,13 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="viewport" content="width=device-width,initial-scale=1">
<title>Yomichan Permissions</title> <title>Yomichan Permissions</title>
<link rel="icon" type="image/png" href="/mixed/img/icon16.png" sizes="16x16"> <link rel="icon" type="image/png" href="/images/icon16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/mixed/img/icon19.png" sizes="19x19"> <link rel="icon" type="image/png" href="/images/icon19.png" sizes="19x19">
<link rel="icon" type="image/png" href="/mixed/img/icon32.png" sizes="32x32"> <link rel="icon" type="image/png" href="/images/icon32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/mixed/img/icon38.png" sizes="38x38"> <link rel="icon" type="image/png" href="/images/icon38.png" sizes="38x38">
<link rel="icon" type="image/png" href="/mixed/img/icon48.png" sizes="48x48"> <link rel="icon" type="image/png" href="/images/icon48.png" sizes="48x48">
<link rel="icon" type="image/png" href="/mixed/img/icon64.png" sizes="64x64"> <link rel="icon" type="image/png" href="/images/icon64.png" sizes="64x64">
<link rel="icon" type="image/png" href="/mixed/img/icon128.png" sizes="128x128"> <link rel="icon" type="image/png" href="/images/icon128.png" sizes="128x128">
<link rel="stylesheet" type="text/css" href="/mixed/css/material.css"> <link rel="stylesheet" type="text/css" href="/mixed/css/material.css">
<link rel="stylesheet" type="text/css" href="/bg/css/settings2.css"> <link rel="stylesheet" type="text/css" href="/bg/css/settings2.css">
</head> </head>

View File

@ -4,13 +4,13 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="viewport" content="width=device-width,initial-scale=1">
<title>Yomichan Pitch Accents Preview</title> <title>Yomichan Pitch Accents Preview</title>
<link rel="icon" type="image/png" href="/mixed/img/icon16.png" sizes="16x16"> <link rel="icon" type="image/png" href="/images/icon16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/mixed/img/icon19.png" sizes="19x19"> <link rel="icon" type="image/png" href="/images/icon19.png" sizes="19x19">
<link rel="icon" type="image/png" href="/mixed/img/icon32.png" sizes="32x32"> <link rel="icon" type="image/png" href="/images/icon32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/mixed/img/icon38.png" sizes="38x38"> <link rel="icon" type="image/png" href="/images/icon38.png" sizes="38x38">
<link rel="icon" type="image/png" href="/mixed/img/icon48.png" sizes="48x48"> <link rel="icon" type="image/png" href="/images/icon48.png" sizes="48x48">
<link rel="icon" type="image/png" href="/mixed/img/icon64.png" sizes="64x64"> <link rel="icon" type="image/png" href="/images/icon64.png" sizes="64x64">
<link rel="icon" type="image/png" href="/mixed/img/icon128.png" sizes="128x128"> <link rel="icon" type="image/png" href="/images/icon128.png" sizes="128x128">
<link rel="stylesheet" type="text/css" href="/mixed/css/display.css"> <link rel="stylesheet" type="text/css" href="/mixed/css/display.css">
<link rel="stylesheet" type="text/css" href="/bg/css/pitch-accents-preview.css"> <link rel="stylesheet" type="text/css" href="/bg/css/pitch-accents-preview.css">
</head> </head>

View File

@ -4,13 +4,13 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="viewport" content="width=device-width,initial-scale=1">
<title>Yomichan Popup Preview</title> <title>Yomichan Popup Preview</title>
<link rel="icon" type="image/png" href="/mixed/img/icon16.png" sizes="16x16"> <link rel="icon" type="image/png" href="/images/icon16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/mixed/img/icon19.png" sizes="19x19"> <link rel="icon" type="image/png" href="/images/icon19.png" sizes="19x19">
<link rel="icon" type="image/png" href="/mixed/img/icon32.png" sizes="32x32"> <link rel="icon" type="image/png" href="/images/icon32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/mixed/img/icon38.png" sizes="38x38"> <link rel="icon" type="image/png" href="/images/icon38.png" sizes="38x38">
<link rel="icon" type="image/png" href="/mixed/img/icon48.png" sizes="48x48"> <link rel="icon" type="image/png" href="/images/icon48.png" sizes="48x48">
<link rel="icon" type="image/png" href="/mixed/img/icon64.png" sizes="64x64"> <link rel="icon" type="image/png" href="/images/icon64.png" sizes="64x64">
<link rel="icon" type="image/png" href="/mixed/img/icon128.png" sizes="128x128"> <link rel="icon" type="image/png" href="/images/icon128.png" sizes="128x128">
<link rel="stylesheet" type="text/css" href="/bg/css/popup-preview.css"> <link rel="stylesheet" type="text/css" href="/bg/css/popup-preview.css">
<link rel="stylesheet" type="text/css" href="/mixed/css/popup-outer.css" id="popup-outer-css"> <link rel="stylesheet" type="text/css" href="/mixed/css/popup-outer.css" id="popup-outer-css">
</head> </head>

View File

@ -4,13 +4,13 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="viewport" content="width=device-width,initial-scale=1">
<title>Yomichan Search</title> <title>Yomichan Search</title>
<link rel="icon" type="image/png" href="/mixed/img/icon16.png" sizes="16x16"> <link rel="icon" type="image/png" href="/images/icon16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/mixed/img/icon19.png" sizes="19x19"> <link rel="icon" type="image/png" href="/images/icon19.png" sizes="19x19">
<link rel="icon" type="image/png" href="/mixed/img/icon32.png" sizes="32x32"> <link rel="icon" type="image/png" href="/images/icon32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/mixed/img/icon38.png" sizes="38x38"> <link rel="icon" type="image/png" href="/images/icon38.png" sizes="38x38">
<link rel="icon" type="image/png" href="/mixed/img/icon48.png" sizes="48x48"> <link rel="icon" type="image/png" href="/images/icon48.png" sizes="48x48">
<link rel="icon" type="image/png" href="/mixed/img/icon64.png" sizes="64x64"> <link rel="icon" type="image/png" href="/images/icon64.png" sizes="64x64">
<link rel="icon" type="image/png" href="/mixed/img/icon128.png" sizes="128x128"> <link rel="icon" type="image/png" href="/images/icon128.png" sizes="128x128">
<link rel="stylesheet" type="text/css" href="/mixed/css/material.css"> <link rel="stylesheet" type="text/css" href="/mixed/css/material.css">
<link rel="stylesheet" type="text/css" href="/mixed/css/display.css"> <link rel="stylesheet" type="text/css" href="/mixed/css/display.css">
<link rel="stylesheet" type="text/css" href="/mixed/css/search.css"> <link rel="stylesheet" type="text/css" href="/mixed/css/search.css">

View File

@ -4,13 +4,13 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="viewport" content="width=device-width,initial-scale=1">
<title>Yomichan Options (Old)</title> <title>Yomichan Options (Old)</title>
<link rel="icon" type="image/png" href="/mixed/img/icon16.png" sizes="16x16"> <link rel="icon" type="image/png" href="/images/icon16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/mixed/img/icon19.png" sizes="19x19"> <link rel="icon" type="image/png" href="/images/icon19.png" sizes="19x19">
<link rel="icon" type="image/png" href="/mixed/img/icon32.png" sizes="32x32"> <link rel="icon" type="image/png" href="/images/icon32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/mixed/img/icon38.png" sizes="38x38"> <link rel="icon" type="image/png" href="/images/icon38.png" sizes="38x38">
<link rel="icon" type="image/png" href="/mixed/img/icon48.png" sizes="48x48"> <link rel="icon" type="image/png" href="/images/icon48.png" sizes="48x48">
<link rel="icon" type="image/png" href="/mixed/img/icon64.png" sizes="64x64"> <link rel="icon" type="image/png" href="/images/icon64.png" sizes="64x64">
<link rel="icon" type="image/png" href="/mixed/img/icon128.png" sizes="128x128"> <link rel="icon" type="image/png" href="/images/icon128.png" sizes="128x128">
<link rel="stylesheet" type="text/css" href="/mixed/lib/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="/mixed/lib/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="/mixed/lib/bootstrap/css/bootstrap-theme.min.css"> <link rel="stylesheet" type="text/css" href="/mixed/lib/bootstrap/css/bootstrap-theme.min.css">
<link rel="stylesheet" type="text/css" href="/bg/css/settings.css"> <link rel="stylesheet" type="text/css" href="/bg/css/settings.css">
@ -702,7 +702,7 @@
<div class="ignore-form-changes"> <div class="ignore-form-changes">
<div> <div>
<img src="/mixed/img/spinner.gif" class="pull-right" id="dictionary-spinner" alt="" hidden> <img src="/images/spinner.gif" class="pull-right" id="dictionary-spinner" alt="" hidden>
<h3>Dictionaries</h3> <h3>Dictionaries</h3>
</div> </div>
@ -908,7 +908,7 @@
<div> <div>
<div> <div>
<img src="/mixed/img/spinner.gif" class="pull-right" id="anki-spinner" alt="" hidden> <img src="/images/spinner.gif" class="pull-right" id="anki-spinner" alt="" hidden>
<h3>Anki Options</h3> <h3>Anki Options</h3>
</div> </div>
@ -1264,7 +1264,7 @@
countless hours that I have devoted to this extension. countless hours that I have devoted to this extension.
</p> </p>
<p> <p>
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=4DBTN9A3CUAFN" target="_blank" rel="noopener"><img src="/bg/img/paypal.gif" alt=""></a> <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=4DBTN9A3CUAFN" target="_blank" rel="noopener"><img src="/images/paypal.gif" alt=""></a>
</p> </p>
</div> </div>

View File

@ -4,13 +4,13 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="viewport" content="width=device-width,initial-scale=1">
<title>Yomichan Settings</title> <title>Yomichan Settings</title>
<link rel="icon" type="image/png" href="/mixed/img/icon16.png" sizes="16x16"> <link rel="icon" type="image/png" href="/images/icon16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/mixed/img/icon19.png" sizes="19x19"> <link rel="icon" type="image/png" href="/images/icon19.png" sizes="19x19">
<link rel="icon" type="image/png" href="/mixed/img/icon32.png" sizes="32x32"> <link rel="icon" type="image/png" href="/images/icon32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/mixed/img/icon38.png" sizes="38x38"> <link rel="icon" type="image/png" href="/images/icon38.png" sizes="38x38">
<link rel="icon" type="image/png" href="/mixed/img/icon48.png" sizes="48x48"> <link rel="icon" type="image/png" href="/images/icon48.png" sizes="48x48">
<link rel="icon" type="image/png" href="/mixed/img/icon64.png" sizes="64x64"> <link rel="icon" type="image/png" href="/images/icon64.png" sizes="64x64">
<link rel="icon" type="image/png" href="/mixed/img/icon128.png" sizes="128x128"> <link rel="icon" type="image/png" href="/images/icon128.png" sizes="128x128">
<link rel="stylesheet" type="text/css" href="/mixed/css/material.css"> <link rel="stylesheet" type="text/css" href="/mixed/css/material.css">
<link rel="stylesheet" type="text/css" href="/bg/css/settings2.css"> <link rel="stylesheet" type="text/css" href="/bg/css/settings2.css">
</head> </head>

View File

@ -4,13 +4,13 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="viewport" content="width=device-width,initial-scale=1">
<title>Yomichan Handlebars Sandbox</title> <title>Yomichan Handlebars Sandbox</title>
<link rel="icon" type="image/png" href="/mixed/img/icon16.png" sizes="16x16"> <link rel="icon" type="image/png" href="/images/icon16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/mixed/img/icon19.png" sizes="19x19"> <link rel="icon" type="image/png" href="/images/icon19.png" sizes="19x19">
<link rel="icon" type="image/png" href="/mixed/img/icon32.png" sizes="32x32"> <link rel="icon" type="image/png" href="/images/icon32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/mixed/img/icon38.png" sizes="38x38"> <link rel="icon" type="image/png" href="/images/icon38.png" sizes="38x38">
<link rel="icon" type="image/png" href="/mixed/img/icon48.png" sizes="48x48"> <link rel="icon" type="image/png" href="/images/icon48.png" sizes="48x48">
<link rel="icon" type="image/png" href="/mixed/img/icon64.png" sizes="64x64"> <link rel="icon" type="image/png" href="/images/icon64.png" sizes="64x64">
<link rel="icon" type="image/png" href="/mixed/img/icon128.png" sizes="128x128"> <link rel="icon" type="image/png" href="/images/icon128.png" sizes="128x128">
</head> </head>
<body> <body>
<script src="/mixed/lib/handlebars.min.js"></script> <script src="/mixed/lib/handlebars.min.js"></script>

View File

@ -4,13 +4,13 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="viewport" content="width=device-width,initial-scale=1">
<title>Welcome to Yomichan!</title> <title>Welcome to Yomichan!</title>
<link rel="icon" type="image/png" href="/mixed/img/icon16.png" sizes="16x16"> <link rel="icon" type="image/png" href="/images/icon16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/mixed/img/icon19.png" sizes="19x19"> <link rel="icon" type="image/png" href="/images/icon19.png" sizes="19x19">
<link rel="icon" type="image/png" href="/mixed/img/icon32.png" sizes="32x32"> <link rel="icon" type="image/png" href="/images/icon32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/mixed/img/icon38.png" sizes="38x38"> <link rel="icon" type="image/png" href="/images/icon38.png" sizes="38x38">
<link rel="icon" type="image/png" href="/mixed/img/icon48.png" sizes="48x48"> <link rel="icon" type="image/png" href="/images/icon48.png" sizes="48x48">
<link rel="icon" type="image/png" href="/mixed/img/icon64.png" sizes="64x64"> <link rel="icon" type="image/png" href="/images/icon64.png" sizes="64x64">
<link rel="icon" type="image/png" href="/mixed/img/icon128.png" sizes="128x128"> <link rel="icon" type="image/png" href="/images/icon128.png" sizes="128x128">
<link rel="stylesheet" type="text/css" href="/mixed/css/material.css"> <link rel="stylesheet" type="text/css" href="/mixed/css/material.css">
<link rel="stylesheet" type="text/css" href="/bg/css/settings2.css"> <link rel="stylesheet" type="text/css" href="/bg/css/settings2.css">
</head> </head>
@ -28,19 +28,19 @@
<div class="settings-group"> <div class="settings-group">
<div class="settings-item"> <div class="settings-item">
<div class="settings-item-inner"><div class="settings-item-left"><div class="settings-item-label"> <div class="settings-item-inner"><div class="settings-item-left"><div class="settings-item-label">
Clicking the <img src="/mixed/img/yomichan-icon.svg" class="inline-icon" alt=""> <em>Yomichan</em> button in the browser bar will open the quick-actions popup. Clicking the <img src="/images/yomichan-icon.svg" class="inline-icon" alt=""> <em>Yomichan</em> button in the browser bar will open the quick-actions popup.
</div></div></div> </div></div></div>
<div class="settings-item-children settings-item-children-group"> <div class="settings-item-children settings-item-children-group">
<div class="settings-item"><div class="settings-item-inner"><div class="settings-item-left"><div class="settings-item-label"> <div class="settings-item"><div class="settings-item-inner"><div class="settings-item-left"><div class="settings-item-label">
The <img src="/mixed/img/cog.svg" class="inline-icon" alt=""> <em>cog</em> button will open the <a href="settings2.html" target="_blank" rel="noopener">Settings</a> page. The <img src="/images/cog.svg" class="inline-icon" alt=""> <em>cog</em> button will open the <a href="settings2.html" target="_blank" rel="noopener">Settings</a> page.
</div></div></div></div> </div></div></div></div>
<div class="settings-item"><div class="settings-item-inner"><div class="settings-item-left"><div class="settings-item-label"> <div class="settings-item"><div class="settings-item-inner"><div class="settings-item-left"><div class="settings-item-label">
The <img src="/mixed/img/magnifying-glass.svg" class="inline-icon" alt=""> <em>magnifying glass</em> button will open the <a href="/bg/search.html" target="_blank" rel="noopener">Search</a> page, The <img src="/images/magnifying-glass.svg" class="inline-icon" alt=""> <em>magnifying glass</em> button will open the <a href="/bg/search.html" target="_blank" rel="noopener">Search</a> page,
enabling text and terms to be looked up using the installed dictionaries. enabling text and terms to be looked up using the installed dictionaries.
This can even be used in offline mode! This can even be used in offline mode!
</div></div></div></div> </div></div></div></div>
<div class="settings-item"><div class="settings-item-inner"><div class="settings-item-left"><div class="settings-item-label"> <div class="settings-item"><div class="settings-item-inner"><div class="settings-item-left"><div class="settings-item-label">
The <img src="/mixed/img/question-mark-circle.svg" class="inline-icon" alt=""> <em>question mark</em> button will open the <a href="/bg/info.html" target="_blank" rel="noopener">Information</a> page, The <img src="/images/question-mark-circle.svg" class="inline-icon" alt=""> <em>question mark</em> button will open the <a href="/bg/info.html" target="_blank" rel="noopener">Information</a> page,
which has some helpful information and links about Yomichan. which has some helpful information and links about Yomichan.
</div></div></div></div> </div></div></div></div>
</div> </div>
@ -71,7 +71,7 @@
</div></div></div> </div></div></div>
<div class="settings-item-children settings-item-children-group"> <div class="settings-item-children settings-item-children-group">
<div class="settings-item"><div class="settings-item-inner"><div class="settings-item-left"><div class="settings-item-label"> <div class="settings-item"><div class="settings-item-inner"><div class="settings-item-left"><div class="settings-item-label">
Clicking the <img src="/mixed/img/play-audio.svg" class="inline-icon" alt=""> <em>speaker</em> button of an entry in the search results Clicking the <img src="/images/play-audio.svg" class="inline-icon" alt=""> <em>speaker</em> button of an entry in the search results
will play an audio clip of a term's pronunciation using an online dictionary, if available. will play an audio clip of a term's pronunciation using an online dictionary, if available.
</div></div></div></div> </div></div></div></div>
<div class="settings-item"><div class="settings-item-inner"><div class="settings-item-left"><div class="settings-item-label"> <div class="settings-item"><div class="settings-item-inner"><div class="settings-item-left"><div class="settings-item-label">

View File

@ -4,13 +4,13 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="viewport" content="width=device-width,initial-scale=1">
<title>Yomichan Search</title> <title>Yomichan Search</title>
<link rel="icon" type="image/png" href="/mixed/img/icon16.png" sizes="16x16"> <link rel="icon" type="image/png" href="/images/icon16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/mixed/img/icon19.png" sizes="19x19"> <link rel="icon" type="image/png" href="/images/icon19.png" sizes="19x19">
<link rel="icon" type="image/png" href="/mixed/img/icon32.png" sizes="32x32"> <link rel="icon" type="image/png" href="/images/icon32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/mixed/img/icon38.png" sizes="38x38"> <link rel="icon" type="image/png" href="/images/icon38.png" sizes="38x38">
<link rel="icon" type="image/png" href="/mixed/img/icon48.png" sizes="48x48"> <link rel="icon" type="image/png" href="/images/icon48.png" sizes="48x48">
<link rel="icon" type="image/png" href="/mixed/img/icon64.png" sizes="64x64"> <link rel="icon" type="image/png" href="/images/icon64.png" sizes="64x64">
<link rel="icon" type="image/png" href="/mixed/img/icon128.png" sizes="128x128"> <link rel="icon" type="image/png" href="/images/icon128.png" sizes="128x128">
<link rel="stylesheet" type="text/css" href="/mixed/css/material.css"> <link rel="stylesheet" type="text/css" href="/mixed/css/material.css">
<link rel="stylesheet" type="text/css" href="/mixed/css/display.css"> <link rel="stylesheet" type="text/css" href="/mixed/css/display.css">
</head> </head>

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 195 B

After

Width:  |  Height:  |  Size: 195 B

View File

Before

Width:  |  Height:  |  Size: 185 B

After

Width:  |  Height:  |  Size: 185 B

View File

Before

Width:  |  Height:  |  Size: 235 B

After

Width:  |  Height:  |  Size: 235 B

View File

Before

Width:  |  Height:  |  Size: 155 B

After

Width:  |  Height:  |  Size: 155 B

View File

Before

Width:  |  Height:  |  Size: 144 B

After

Width:  |  Height:  |  Size: 144 B

View File

Before

Width:  |  Height:  |  Size: 147 B

After

Width:  |  Height:  |  Size: 147 B

View File

Before

Width:  |  Height:  |  Size: 415 B

After

Width:  |  Height:  |  Size: 415 B

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 181 B

After

Width:  |  Height:  |  Size: 181 B

View File

Before

Width:  |  Height:  |  Size: 187 B

After

Width:  |  Height:  |  Size: 187 B

View File

Before

Width:  |  Height:  |  Size: 1018 B

After

Width:  |  Height:  |  Size: 1018 B

View File

Before

Width:  |  Height:  |  Size: 406 B

After

Width:  |  Height:  |  Size: 406 B

View File

Before

Width:  |  Height:  |  Size: 186 B

After

Width:  |  Height:  |  Size: 186 B

View File

Before

Width:  |  Height:  |  Size: 606 B

After

Width:  |  Height:  |  Size: 606 B

View File

Before

Width:  |  Height:  |  Size: 475 B

After

Width:  |  Height:  |  Size: 475 B

View File

Before

Width:  |  Height:  |  Size: 594 B

After

Width:  |  Height:  |  Size: 594 B

View File

Before

Width:  |  Height:  |  Size: 129 B

After

Width:  |  Height:  |  Size: 129 B

View File

Before

Width:  |  Height:  |  Size: 135 B

After

Width:  |  Height:  |  Size: 135 B

View File

Before

Width:  |  Height:  |  Size: 288 B

After

Width:  |  Height:  |  Size: 288 B

View File

Before

Width:  |  Height:  |  Size: 196 B

After

Width:  |  Height:  |  Size: 196 B

View File

Before

Width:  |  Height:  |  Size: 223 B

After

Width:  |  Height:  |  Size: 223 B

View File

Before

Width:  |  Height:  |  Size: 289 B

After

Width:  |  Height:  |  Size: 289 B

View File

Before

Width:  |  Height:  |  Size: 237 B

After

Width:  |  Height:  |  Size: 237 B

View File

Before

Width:  |  Height:  |  Size: 520 B

After

Width:  |  Height:  |  Size: 520 B

View File

Before

Width:  |  Height:  |  Size: 426 B

After

Width:  |  Height:  |  Size: 426 B

View File

Before

Width:  |  Height:  |  Size: 214 B

After

Width:  |  Height:  |  Size: 214 B

View File

Before

Width:  |  Height:  |  Size: 399 B

After

Width:  |  Height:  |  Size: 399 B

View File

Before

Width:  |  Height:  |  Size: 414 B

After

Width:  |  Height:  |  Size: 414 B

View File

Before

Width:  |  Height:  |  Size: 145 B

After

Width:  |  Height:  |  Size: 145 B

View File

Before

Width:  |  Height:  |  Size: 145 B

After

Width:  |  Height:  |  Size: 145 B

View File

Before

Width:  |  Height:  |  Size: 314 B

After

Width:  |  Height:  |  Size: 314 B

View File

Before

Width:  |  Height:  |  Size: 626 B

After

Width:  |  Height:  |  Size: 626 B

View File

Before

Width:  |  Height:  |  Size: 717 B

After

Width:  |  Height:  |  Size: 717 B

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 229 B

After

Width:  |  Height:  |  Size: 229 B

View File

Before

Width:  |  Height:  |  Size: 239 B

After

Width:  |  Height:  |  Size: 239 B

View File

Before

Width:  |  Height:  |  Size: 150 B

After

Width:  |  Height:  |  Size: 150 B

View File

Before

Width:  |  Height:  |  Size: 451 B

After

Width:  |  Height:  |  Size: 451 B

View File

Before

Width:  |  Height:  |  Size: 305 B

After

Width:  |  Height:  |  Size: 305 B

View File

Before

Width:  |  Height:  |  Size: 456 B

After

Width:  |  Height:  |  Size: 456 B

View File

Before

Width:  |  Height:  |  Size: 941 B

After

Width:  |  Height:  |  Size: 941 B

View File

Before

Width:  |  Height:  |  Size: 757 B

After

Width:  |  Height:  |  Size: 757 B

View File

Before

Width:  |  Height:  |  Size: 777 B

After

Width:  |  Height:  |  Size: 777 B

View File

Before

Width:  |  Height:  |  Size: 157 B

After

Width:  |  Height:  |  Size: 157 B

View File

Before

Width:  |  Height:  |  Size: 179 B

After

Width:  |  Height:  |  Size: 179 B

View File

Before

Width:  |  Height:  |  Size: 215 B

After

Width:  |  Height:  |  Size: 215 B

View File

Before

Width:  |  Height:  |  Size: 608 B

After

Width:  |  Height:  |  Size: 608 B

View File

Before

Width:  |  Height:  |  Size: 741 B

After

Width:  |  Height:  |  Size: 741 B

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 491 B

After

Width:  |  Height:  |  Size: 491 B

View File

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

Before

Width:  |  Height:  |  Size: 794 B

After

Width:  |  Height:  |  Size: 794 B

View File

Before

Width:  |  Height:  |  Size: 357 B

After

Width:  |  Height:  |  Size: 357 B

View File

Before

Width:  |  Height:  |  Size: 526 B

After

Width:  |  Height:  |  Size: 526 B

View File

Before

Width:  |  Height:  |  Size: 163 B

After

Width:  |  Height:  |  Size: 163 B

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 220 B

After

Width:  |  Height:  |  Size: 220 B

View File

Before

Width:  |  Height:  |  Size: 302 B

After

Width:  |  Height:  |  Size: 302 B

View File

@ -5,23 +5,23 @@
"description": "Japanese dictionary with Anki integration", "description": "Japanese dictionary with Anki integration",
"author": "Alex Yatskov", "author": "Alex Yatskov",
"icons": { "icons": {
"16": "mixed/img/icon16.png", "16": "images/icon16.png",
"19": "mixed/img/icon19.png", "19": "images/icon19.png",
"32": "mixed/img/icon32.png", "32": "images/icon32.png",
"38": "mixed/img/icon38.png", "38": "images/icon38.png",
"48": "mixed/img/icon48.png", "48": "images/icon48.png",
"64": "mixed/img/icon64.png", "64": "images/icon64.png",
"128": "mixed/img/icon128.png" "128": "images/icon128.png"
}, },
"browser_action": { "browser_action": {
"default_icon": { "default_icon": {
"16": "mixed/img/icon16.png", "16": "images/icon16.png",
"19": "mixed/img/icon19.png", "19": "images/icon19.png",
"32": "mixed/img/icon32.png", "32": "images/icon32.png",
"38": "mixed/img/icon38.png", "38": "images/icon38.png",
"48": "mixed/img/icon48.png", "48": "images/icon48.png",
"64": "mixed/img/icon64.png", "64": "images/icon64.png",
"128": "mixed/img/icon128.png" "128": "images/icon128.png"
}, },
"default_title": "Yomichan", "default_title": "Yomichan",
"default_popup": "bg/context.html" "default_popup": "bg/context.html"

View File

@ -625,19 +625,19 @@ button.action-button::before {
background-size: contain; background-size: contain;
} }
button.action-button[data-icon=view-note]::before { 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 { 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 { 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 { 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 { 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 { .entry[data-type=term][data-expression-multi=true] .actions>button.action-button.action-play-audio {
display: none; display: none;
@ -903,12 +903,12 @@ button.action-button[data-icon=source-term]::before {
mask-position: center center; mask-position: center center;
mask-mode: alpha; mask-mode: alpha;
mask-size: contain; 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-repeat: no-repeat;
-webkit-mask-position: center center; -webkit-mask-position: center center;
-webkit-mask-mode: alpha; -webkit-mask-mode: alpha;
-webkit-mask-size: contain; -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, .term-expression:not(:first-of-type) .term-expression-current-indicator,
:root:not([data-popup-current-indicator-mode=triangle]) .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-color: transparent;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: contain; background-size: contain;
background-image: url('/mixed/img/entry-current.svg'); background-image: url('/images/entry-current.svg');
} }

View File

@ -183,46 +183,46 @@
mask-image: var(--icon-image); mask-image: var(--icon-image);
} }
.icon[data-icon=none] { --icon-image: linear-gradient(transparent, transparent); } .icon[data-icon=none] { --icon-image: linear-gradient(transparent, transparent); }
.icon[data-icon=profile] { --icon-image: url(/mixed/img/profile.svg); } .icon[data-icon=profile] { --icon-image: url(/images/profile.svg); }
.icon[data-icon=cog] { --icon-image: url(/mixed/img/cog.svg); } .icon[data-icon=cog] { --icon-image: url(/images/cog.svg); }
.icon[data-icon=palette] { --icon-image: url(/mixed/img/palette.svg); } .icon[data-icon=palette] { --icon-image: url(/images/palette.svg); }
.icon[data-icon=popup] { --icon-image: url(/mixed/img/popup.svg); } .icon[data-icon=popup] { --icon-image: url(/images/popup.svg); }
.icon[data-icon=speaker] { --icon-image: url(/mixed/img/speaker.svg); } .icon[data-icon=speaker] { --icon-image: url(/images/speaker.svg); }
.icon[data-icon=scanning] { --icon-image: url(/mixed/img/scanning.svg); } .icon[data-icon=scanning] { --icon-image: url(/images/scanning.svg); }
.icon[data-icon=text-parsing] { --icon-image: url(/mixed/img/text-parsing.svg); } .icon[data-icon=text-parsing] { --icon-image: url(/images/text-parsing.svg); }
.icon[data-icon=translation] { --icon-image: url(/mixed/img/translation.svg); } .icon[data-icon=translation] { --icon-image: url(/images/translation.svg); }
.icon[data-icon=book] { --icon-image: url(/mixed/img/book.svg); } .icon[data-icon=book] { --icon-image: url(/images/book.svg); }
.icon[data-icon=note-card] { --icon-image: url(/mixed/img/note-card.svg); } .icon[data-icon=note-card] { --icon-image: url(/images/note-card.svg); }
.icon[data-icon=keyboard] { --icon-image: url(/mixed/img/keyboard.svg); } .icon[data-icon=keyboard] { --icon-image: url(/images/keyboard.svg); }
.icon[data-icon=backup] { --icon-image: url(/mixed/img/backup.svg); } .icon[data-icon=backup] { --icon-image: url(/images/backup.svg); }
.icon[data-icon=lock] { --icon-image: url(/mixed/img/lock.svg); } .icon[data-icon=lock] { --icon-image: url(/images/lock.svg); }
.icon[data-icon=question-mark] { --icon-image: url(/mixed/img/question-mark.svg); } .icon[data-icon=question-mark] { --icon-image: url(/images/question-mark.svg); }
.icon[data-icon=popup-size] { --icon-image: url(/mixed/img/popup-size.svg); } .icon[data-icon=popup-size] { --icon-image: url(/images/popup-size.svg); }
.icon[data-icon=hamburger-menu] { --icon-image: url(/mixed/img/hamburger-menu.svg); } .icon[data-icon=hamburger-menu] { --icon-image: url(/images/hamburger-menu.svg); }
.icon[data-icon=kebab-menu] { --icon-image: url(/mixed/img/kebab-menu.svg); } .icon[data-icon=kebab-menu] { --icon-image: url(/images/kebab-menu.svg); }
.icon[data-icon=mouse] { --icon-image: url(/mixed/img/mouse.svg); } .icon[data-icon=mouse] { --icon-image: url(/images/mouse.svg); }
.icon[data-icon=exclamation-point-short] { --icon-image: url(/mixed/img/exclamation-point-short.svg); } .icon[data-icon=exclamation-point-short] { --icon-image: url(/images/exclamation-point-short.svg); }
.icon[data-icon=magnifying-glass] { --icon-image: url(/mixed/img/magnifying-glass.svg); } .icon[data-icon=magnifying-glass] { --icon-image: url(/images/magnifying-glass.svg); }
.icon[data-icon=collapse] { --icon-image: url(/mixed/img/collapse.svg); } .icon[data-icon=collapse] { --icon-image: url(/images/collapse.svg); }
.icon[data-icon=expand] { --icon-image: url(/mixed/img/expand.svg); } .icon[data-icon=expand] { --icon-image: url(/images/expand.svg); }
.icon[data-icon=window] { --icon-image: url(/mixed/img/window.svg); } .icon[data-icon=window] { --icon-image: url(/images/window.svg); }
.icon[data-icon=cross] { --icon-image: url(/mixed/img/cross.svg); } .icon[data-icon=cross] { --icon-image: url(/images/cross.svg); }
.icon[data-icon=checkmark] { --icon-image: url(/mixed/img/checkmark.svg); } .icon[data-icon=checkmark] { --icon-image: url(/images/checkmark.svg); }
.icon[data-icon=sentence-parsing] { --icon-image: url(/mixed/img/sentence-parsing.svg); } .icon[data-icon=sentence-parsing] { --icon-image: url(/images/sentence-parsing.svg); }
.icon[data-icon=question-mark] { --icon-image: url(/mixed/img/question-mark.svg); } .icon[data-icon=question-mark] { --icon-image: url(/images/question-mark.svg); }
.icon[data-icon=question-mark-circle] { --icon-image: url(/mixed/img/question-mark-circle.svg); } .icon[data-icon=question-mark-circle] { --icon-image: url(/images/question-mark-circle.svg); }
.icon[data-icon=question-mark-thick] { --icon-image: url(/mixed/img/question-mark-thick.svg); } .icon[data-icon=question-mark-thick] { --icon-image: url(/images/question-mark-thick.svg); }
.icon[data-icon=left-chevron] { --icon-image: url(/mixed/img/left-chevron.svg); } .icon[data-icon=left-chevron] { --icon-image: url(/images/left-chevron.svg); }
.icon[data-icon=right-chevron] { --icon-image: url(/mixed/img/right-chevron.svg); } .icon[data-icon=right-chevron] { --icon-image: url(/images/right-chevron.svg); }
.icon[data-icon=plus-thick] { --icon-image: url(/mixed/img/plus-thick.svg); } .icon[data-icon=plus-thick] { --icon-image: url(/images/plus-thick.svg); }
.icon[data-icon=clipboard] { --icon-image: url(/mixed/img/clipboard.svg); } .icon[data-icon=clipboard] { --icon-image: url(/images/clipboard.svg); }
.icon[data-icon=key] { --icon-image: url(/mixed/img/key.svg); } .icon[data-icon=key] { --icon-image: url(/images/key.svg); }
.icon[data-icon=material-down-arrow] { .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-size: var(--material-arrow-dimension2) var(--material-arrow-dimension1);
} }
.icon[data-icon=material-right-arrow] { .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); --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; transition: opacity var(--animation-duration) linear, background-color var(--animation-duration) linear;
} }
.checkbox-fill { .checkbox-fill {
mask-image: url(/mixed/img/checkbox-fill.svg); mask-image: url(/images/checkbox-fill.svg);
-webkit-mask-image: url(/mixed/img/checkbox-fill.svg); -webkit-mask-image: url(/images/checkbox-fill.svg);
background-color: var(--checkbox-unchecked-color); background-color: var(--checkbox-unchecked-color);
opacity: 0; opacity: 0;
} }
.checkbox-border { .checkbox-border {
mask-image: url(/mixed/img/checkbox-border.svg); mask-image: url(/images/checkbox-border.svg);
-webkit-mask-image: url(/mixed/img/checkbox-border.svg); -webkit-mask-image: url(/images/checkbox-border.svg);
background-color: var(--checkbox-unchecked-color); background-color: var(--checkbox-unchecked-color);
opacity: 1; opacity: 1;
} }
.checkbox-check { .checkbox-check {
mask-image: url(/mixed/img/checkbox-check.svg); mask-image: url(/images/checkbox-check.svg);
-webkit-mask-image: url(/mixed/img/checkbox-check.svg); -webkit-mask-image: url(/images/checkbox-check.svg);
background-color: var(--checkbox-check-color); background-color: var(--checkbox-check-color);
opacity: 0; opacity: 0;
} }
@ -482,12 +482,12 @@ label.radio {
-webkit-mask-size: var(--radio-size) var(--radio-size); -webkit-mask-size: var(--radio-size) var(--radio-size);
} }
.radio-border { .radio-border {
mask-image: url(/mixed/img/radio-button.svg); mask-image: url(/images/radio-button.svg);
-webkit-mask-image: url(/mixed/img/radio-button.svg); -webkit-mask-image: url(/images/radio-button.svg);
} }
.radio-dot { .radio-dot {
mask-image: url(/mixed/img/radio-button-dot.svg); mask-image: url(/images/radio-button-dot.svg);
-webkit-mask-image: url(/mixed/img/radio-button-dot.svg); -webkit-mask-image: url(/images/radio-button-dot.svg);
opacity: 1; opacity: 1;
transform: none; transform: none;
transition: transition:
@ -571,7 +571,7 @@ select {
appearance: none; appearance: none;
-moz-appearance: none; -moz-appearance: none;
-webkit-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-repeat: no-repeat;
background-position: right calc(10em / var(--font-size-no-units)) center; background-position: right calc(10em / var(--font-size-no-units)) center;
background-color: var(--input-background-color); background-color: var(--input-background-color);

View File

@ -8,7 +8,7 @@
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" 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-ydpi="192"
inkscape:export-xdpi="192" inkscape:export-xdpi="192"
sodipodi:docname="icons.svg" sodipodi:docname="icons.svg"

Before

Width:  |  Height:  |  Size: 97 KiB

After

Width:  |  Height:  |  Size: 97 KiB