save location input text
This commit is contained in:
parent
2f06710121
commit
7275287264
4 changed files with 24 additions and 8 deletions
|
|
@ -46,7 +46,7 @@
|
||||||
<a class="link-social" href="https://github.com/ReznoRMichael/hollow-knight-completion-check" target="_blank"><i class="simpleicon-github"></i>GitHub</a>
|
<a class="link-social" href="https://github.com/ReznoRMichael/hollow-knight-completion-check" target="_blank"><i class="simpleicon-github"></i>GitHub</a>
|
||||||
<br>
|
<br>
|
||||||
<!-- <a href="https://pastebin.com/raw/shfZ4Vqs" target="_blank">[ Decoded 5% Save Example ]</a><br> -->
|
<!-- <a href="https://pastebin.com/raw/shfZ4Vqs" target="_blank">[ Decoded 5% Save Example ]</a><br> -->
|
||||||
<code>%USERPROFILE%\AppData\LocalLow\Team Cherry\Hollow Knight\</code>
|
<input type="text" id="save-location-input" size="57" value="%USERPROFILE%\AppData\LocalLow\Team Cherry\Hollow Knight\" readonly>
|
||||||
<br>
|
<br>
|
||||||
Choose a HK user*.dat save OR paste a <a href="https://bloodorca.github.io/hollow/" target="_blank">decoded save</a>.
|
Choose a HK user*.dat save OR paste a <a href="https://bloodorca.github.io/hollow/" target="_blank">decoded save</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
|
||||||
|
|
@ -214,17 +214,25 @@ h2 {
|
||||||
color: rgba(231, 251, 255, 0.6);
|
color: rgba(231, 251, 255, 0.6);
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
#save-location-input {
|
||||||
font-family: 'Consolas', monospace;
|
font-family: 'Consolas', monospace;
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
|
text-align: center;
|
||||||
|
width: max-content;
|
||||||
|
color: #fff;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
background-color: rgba(128, 128, 128, 0.5);
|
background-color: rgba(128, 128, 128, 0.5);
|
||||||
margin: 0.4rem 0;
|
margin: 0.4rem 0 0.6rem 0;
|
||||||
padding: 0.16rem 0.5rem;
|
padding: 0.16rem 0.5rem 0.25rem 0.5rem;
|
||||||
border: 1px solid rgba(231, 251, 255, 0.6);
|
border: 1px solid rgba(231, 251, 255, 0.6);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#save-location-input:focus {
|
||||||
|
outline: 0;
|
||||||
|
border: 1px solid rgba(231, 251, 255, 0.8);
|
||||||
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
font-family: 'Heebo', sans-serif;
|
font-family: 'Heebo', sans-serif;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
|
|
||||||
|
|
@ -107,17 +107,25 @@ h2 {
|
||||||
color: rgba(231, 251, 255, 0.6);
|
color: rgba(231, 251, 255, 0.6);
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
#save-location-input {
|
||||||
font-family: 'Consolas', monospace;
|
font-family: 'Consolas', monospace;
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
|
text-align: center;
|
||||||
|
width: max-content;
|
||||||
|
color: #fff;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
background-color: rgba(128, 128, 128, 0.5);
|
background-color: rgba(128, 128, 128, 0.5);
|
||||||
margin: 0.4rem 0;
|
margin: 0.4rem 0 0.6rem 0;
|
||||||
padding: 0.16rem 0.5rem;
|
padding: 0.16rem 0.5rem 0.25rem 0.5rem;
|
||||||
border: 1px solid rgba(231, 251, 255, 0.6);
|
border: 1px solid rgba(231, 251, 255, 0.6);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#save-location-input:focus {
|
||||||
|
outline: 0;
|
||||||
|
border: 1px solid rgba(231, 251, 255, 0.8);
|
||||||
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
font-family: 'Heebo', sans-serif;
|
font-family: 'Heebo', sans-serif;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@
|
||||||
<a class="link-social" href="https://github.com/ReznoRMichael/hollow-knight-completion-check" target="_blank"><i class="simpleicon-github"></i>GitHub</a>
|
<a class="link-social" href="https://github.com/ReznoRMichael/hollow-knight-completion-check" target="_blank"><i class="simpleicon-github"></i>GitHub</a>
|
||||||
<br>
|
<br>
|
||||||
<!-- <a href="https://pastebin.com/raw/shfZ4Vqs" target="_blank">[ Decoded 5% Save Example ]</a><br> -->
|
<!-- <a href="https://pastebin.com/raw/shfZ4Vqs" target="_blank">[ Decoded 5% Save Example ]</a><br> -->
|
||||||
<code>%USERPROFILE%\AppData\LocalLow\Team Cherry\Hollow Knight\</code>
|
<input type="text" id="save-location-input" size="57" value="%USERPROFILE%\AppData\LocalLow\Team Cherry\Hollow Knight\" readonly>
|
||||||
<br>
|
<br>
|
||||||
Choose a HK user*.dat save OR paste a <a href="https://bloodorca.github.io/hollow/" target="_blank">decoded save</a>.
|
Choose a HK user*.dat save OR paste a <a href="https://bloodorca.github.io/hollow/" target="_blank">decoded save</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue