add fontello arrows-cw
This commit is contained in:
parent
0a3a007ab6
commit
29046d9cac
13 changed files with 35 additions and 31 deletions
10
build/app.js
10
build/app.js
|
|
@ -6287,7 +6287,7 @@ var HK = {
|
|||
|
||||
/* ################################################### Pantheon of the Master #################################################### */
|
||||
pantheonOfTheMaster: {
|
||||
h2: "Pantheon of the Master (P1)",
|
||||
h2: "P1 – Pantheon of the Master",
|
||||
id: "hk-pantheon-master",
|
||||
property: "bossDoorStateTier1",
|
||||
description: "Seek the Gods of Nail and Shell",
|
||||
|
|
@ -6337,7 +6337,7 @@ var HK = {
|
|||
|
||||
/* ################################################### Pantheon of the Artist #################################################### */
|
||||
pantheonOfTheArtist: {
|
||||
h2: "Pantheon of the Artist (P2)",
|
||||
h2: "P2 – Pantheon of the Artist",
|
||||
id: "hk-pantheon-artist",
|
||||
property: "bossDoorStateTier2",
|
||||
description: "Seek the God Inspired",
|
||||
|
|
@ -6387,7 +6387,7 @@ var HK = {
|
|||
|
||||
/* ################################################### Pantheon of the Sage #################################################### */
|
||||
pantheonOfTheSage: {
|
||||
h2: "Pantheon of the Sage (P3)",
|
||||
h2: "P3 – Pantheon of the Sage",
|
||||
id: "hk-pantheon-sage",
|
||||
property: "bossDoorStateTier3",
|
||||
description: "Seek the God of Wealth and Power",
|
||||
|
|
@ -6437,7 +6437,7 @@ var HK = {
|
|||
|
||||
/* ################################################### Pantheon of the Knight #################################################### */
|
||||
pantheonOfTheKnight: {
|
||||
h2: "Pantheon of the Knight (P4)",
|
||||
h2: "P4 – Pantheon of the Knight",
|
||||
id: "hk-pantheon-knight",
|
||||
property: "bossDoorStateTier4",
|
||||
description: "Seek the Pure God",
|
||||
|
|
@ -6487,7 +6487,7 @@ var HK = {
|
|||
|
||||
/* ################################################### Pantheon of Hallownest #################################################### */
|
||||
pantheonOfHallownest: {
|
||||
h2: "Pantheon of Hallownest (P5)",
|
||||
h2: "P5 – Pantheon of Hallownest",
|
||||
id: "hk-pantheon-hallownest",
|
||||
property: "bossDoorStateTier5",
|
||||
description: "Seek the Kingdom's Forgotten Light",
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -204,7 +204,7 @@
|
|||
|
||||
<div class="input-buttons">
|
||||
<input id="toggle-mode" class="input-button" type="button" value="modeFile">
|
||||
<label for="toggle-mode" id="toggle-mode-label" class="button button-square" title="Switch Mode: Text or File.">🔄</label>
|
||||
<label for="toggle-mode" id="toggle-mode-label" class="button button-square" title="Switch Mode: Text or File."><i class="icon-arrows-cw"></i></label>
|
||||
<!-- <input id="save-area-file" class="" type="file" name="file" accept=".dat,.bak*" onchange="LoadSaveFile(this);" onclick="this.value = '';"> -->
|
||||
<input id="save-area-file" class="input-file" type="file" name="file" accept=".dat,.bak*">
|
||||
<label for="save-area-file" id="file-input-label" class="button button-large" title="Navigate to Hollow Knight's Save File Location and select a user*.dat File."><i class="icon-doc-text-inv"></i>Choose Save File...</label>
|
||||
|
|
@ -212,7 +212,7 @@
|
|||
<button id="save-area-read" class="button button-large hidden" type="button">Analyze Text</button>
|
||||
|
||||
<a class="button button-square" href="https://store.steampowered.com/account/remotestorageapp/?appid=367520"
|
||||
target="_blank"><i class="icon-download-cloud" title="Download a Save File from your Steam Cloud Storage for Hollow Knight."></i></a>
|
||||
target="_blank" title="Download a Save File from your Steam Cloud Storage for Hollow Knight."><i class="icon-download-cloud"></i></a>
|
||||
</div>
|
||||
|
||||
<!-- <div class="input-buttons">
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
15
src/css/fontello.css
vendored
15
src/css/fontello.css
vendored
|
|
@ -1,11 +1,11 @@
|
|||
@font-face {
|
||||
font-family: 'fontello';
|
||||
src: url('../font/fontello.eot?52032071');
|
||||
src: url('../font/fontello.eot?52032071#iefix') format('embedded-opentype'),
|
||||
url('../font/fontello.woff2?52032071') format('woff2'),
|
||||
url('../font/fontello.woff?52032071') format('woff'),
|
||||
url('../font/fontello.ttf?52032071') format('truetype'),
|
||||
url('../font/fontello.svg?52032071#fontello') format('svg');
|
||||
src: url('../font/fontello.eot?59947760');
|
||||
src: url('../font/fontello.eot?59947760#iefix') format('embedded-opentype'),
|
||||
url('../font/fontello.woff2?59947760') format('woff2'),
|
||||
url('../font/fontello.woff?59947760') format('woff'),
|
||||
url('../font/fontello.ttf?59947760') format('truetype'),
|
||||
url('../font/fontello.svg?59947760#fontello') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
||||
@font-face {
|
||||
font-family: 'fontello';
|
||||
src: url('../font/fontello.svg?52032071#fontello') format('svg');
|
||||
src: url('../font/fontello.svg?59947760#fontello') format('svg');
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
|
@ -55,6 +55,7 @@
|
|||
}
|
||||
|
||||
.icon-cancel:before { content: '\e800'; } /* '' */
|
||||
.icon-arrows-cw:before { content: '\e801'; } /* '' */
|
||||
.icon-clock:before { content: '\e804'; } /* '' */
|
||||
.icon-download-cloud:before { content: '\f0ed'; } /* '' */
|
||||
.icon-ok-squared:before { content: '\f14a'; } /* '' */
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,13 +1,15 @@
|
|||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata>Copyright (C) 2021 by original authors @ fontello.com</metadata>
|
||||
<metadata>Copyright (C) 2022 by original authors @ fontello.com</metadata>
|
||||
<defs>
|
||||
<font id="fontello" horiz-adv-x="1000" >
|
||||
<font-face font-family="fontello" font-weight="400" font-stretch="normal" units-per-em="1000" ascent="850" descent="-150" />
|
||||
<missing-glyph horiz-adv-x="1000" />
|
||||
<glyph glyph-name="cancel" unicode="" d="M0 90q0 36 26 62l195 195-195 196q-26 25-26 61t26 61 61 25 61-25l196-196 195 196q25 25 61 25t61-25 25-61-25-61l-195-196 195-195q25-26 25-62t-25-61q-25-25-61-25t-61 25l-195 195-196-195q-25-25-61-25t-61 25q-26 26-26 61z" horiz-adv-x="686.5" />
|
||||
|
||||
<glyph glyph-name="arrows-cw" unicode="" d="M843 261q0-3 0-4-36-150-150-243t-267-93q-81 0-157 31t-136 88l-72-72q-11-11-25-11t-25 11-11 25v250q0 14 11 25t25 11h250q14 0 25-11t10-25-10-25l-77-77q40-36 90-57t105-20q74 0 139 37t104 99q6 10 30 66 4 13 16 13h107q8 0 13-6t5-12z m14 446v-250q0-14-10-25t-26-11h-250q-14 0-25 11t-10 25 10 25l77 77q-82 77-194 77-75 0-140-37t-104-99q-6-10-29-66-5-13-17-13h-111q-7 0-13 6t-5 12v4q36 150 151 243t268 93q81 0 158-31t137-88l72 72q11 11 25 11t26-11 10-25z" horiz-adv-x="857.1" />
|
||||
|
||||
<glyph glyph-name="clock" unicode="" d="M460 810q190 0 325-135t135-325-135-325-325-135-325 135-135 325 135 325 325 135z m0-820q150 0 255 106t105 254q0 150-105 255t-255 105q-148 0-254-105t-106-255q0-148 106-254t254-106z m36 620l0-244 150-150-50-50-170 170 0 274 70 0z" horiz-adv-x="920" />
|
||||
|
||||
<glyph glyph-name="download-cloud" unicode="" d="M714 332q0 8-5 13t-13 5h-125v196q0 8-5 13t-12 5h-108q-7 0-12-5t-5-13v-196h-125q-8 0-13-5t-5-13q0-8 5-13l196-196q5-5 13-5t13 5l196 196q5 6 5 13z m357-125q0-89-62-151t-152-63h-607q-103 0-177 73t-73 177q0 72 39 134t105 92q-1 17-1 24 0 118 84 202t202 84q87 0 159-49t105-129q40 35 93 35 59 0 101-42t42-101q0-43-23-77 72-17 119-76t46-133z" horiz-adv-x="1071.4" />
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.8 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -89,7 +89,7 @@
|
|||
|
||||
<div class="input-buttons">
|
||||
<input id="toggle-mode" class="input-button" type="button" value="modeFile">
|
||||
<label for="toggle-mode" id="toggle-mode-label" class="button button-square" title="Switch Mode: Text or File.">🔄</label>
|
||||
<label for="toggle-mode" id="toggle-mode-label" class="button button-square" title="Switch Mode: Text or File."><i class="icon-arrows-cw"></i></label>
|
||||
<!-- <input id="save-area-file" class="" type="file" name="file" accept=".dat,.bak*" onchange="LoadSaveFile(this);" onclick="this.value = '';"> -->
|
||||
<input id="save-area-file" class="input-file" type="file" name="file" accept=".dat,.bak*">
|
||||
<label for="save-area-file" id="file-input-label" class="button button-large" title="Navigate to Hollow Knight's Save File Location and select a user*.dat File."><i class="icon-doc-text-inv"></i>Choose Save File...</label>
|
||||
|
|
@ -97,7 +97,7 @@
|
|||
<button id="save-area-read" class="button button-large hidden" type="button">Analyze Text</button>
|
||||
|
||||
<a class="button button-square" href="https://store.steampowered.com/account/remotestorageapp/?appid=367520"
|
||||
target="_blank"><i class="icon-download-cloud" title="Download a Save File from your Steam Cloud Storage for Hollow Knight."></i></a>
|
||||
target="_blank" title="Download a Save File from your Steam Cloud Storage for Hollow Knight."><i class="icon-download-cloud"></i></a>
|
||||
</div>
|
||||
|
||||
<!-- <div class="input-buttons">
|
||||
|
|
|
|||
|
|
@ -3111,7 +3111,7 @@ const HK = {
|
|||
/* ################################################### Pantheon of the Master #################################################### */
|
||||
|
||||
pantheonOfTheMaster: {
|
||||
h2: "Pantheon of the Master (P1)",
|
||||
h2: "P1 – Pantheon of the Master",
|
||||
id: "hk-pantheon-master",
|
||||
property: "bossDoorStateTier1",
|
||||
description: "Seek the Gods of Nail and Shell",
|
||||
|
|
@ -3162,7 +3162,7 @@ const HK = {
|
|||
/* ################################################### Pantheon of the Artist #################################################### */
|
||||
|
||||
pantheonOfTheArtist: {
|
||||
h2: "Pantheon of the Artist (P2)",
|
||||
h2: "P2 – Pantheon of the Artist",
|
||||
id: "hk-pantheon-artist",
|
||||
property: "bossDoorStateTier2",
|
||||
description: "Seek the God Inspired",
|
||||
|
|
@ -3213,7 +3213,7 @@ const HK = {
|
|||
/* ################################################### Pantheon of the Sage #################################################### */
|
||||
|
||||
pantheonOfTheSage: {
|
||||
h2: "Pantheon of the Sage (P3)",
|
||||
h2: "P3 – Pantheon of the Sage",
|
||||
id: "hk-pantheon-sage",
|
||||
property: "bossDoorStateTier3",
|
||||
description: "Seek the God of Wealth and Power",
|
||||
|
|
@ -3264,7 +3264,7 @@ const HK = {
|
|||
/* ################################################### Pantheon of the Knight #################################################### */
|
||||
|
||||
pantheonOfTheKnight: {
|
||||
h2: "Pantheon of the Knight (P4)",
|
||||
h2: "P4 – Pantheon of the Knight",
|
||||
id: "hk-pantheon-knight",
|
||||
property: "bossDoorStateTier4",
|
||||
description: "Seek the Pure God",
|
||||
|
|
@ -3315,7 +3315,7 @@ const HK = {
|
|||
/* ################################################### Pantheon of Hallownest #################################################### */
|
||||
|
||||
pantheonOfHallownest: {
|
||||
h2: "Pantheon of Hallownest (P5)",
|
||||
h2: "P5 – Pantheon of Hallownest",
|
||||
id: "hk-pantheon-hallownest",
|
||||
property: "bossDoorStateTier5",
|
||||
description: "Seek the Kingdom's Forgotten Light",
|
||||
|
|
|
|||
Loading…
Reference in a new issue