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>
|
||||
<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>
|
||||
Choose a HK user*.dat save OR paste a <a href="https://bloodorca.github.io/hollow/" target="_blank">decoded save</a>.
|
||||
</p>
|
||||
|
|
|
|||
|
|
@ -214,17 +214,25 @@ h2 {
|
|||
color: rgba(231, 251, 255, 0.6);
|
||||
}
|
||||
|
||||
code {
|
||||
#save-location-input {
|
||||
font-family: 'Consolas', monospace;
|
||||
font-size: 0.75rem;
|
||||
text-align: center;
|
||||
width: max-content;
|
||||
color: #fff;
|
||||
display: inline-block;
|
||||
background-color: rgba(128, 128, 128, 0.5);
|
||||
margin: 0.4rem 0;
|
||||
padding: 0.16rem 0.5rem;
|
||||
margin: 0.4rem 0 0.6rem 0;
|
||||
padding: 0.16rem 0.5rem 0.25rem 0.5rem;
|
||||
border: 1px solid rgba(231, 251, 255, 0.6);
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
#save-location-input:focus {
|
||||
outline: 0;
|
||||
border: 1px solid rgba(231, 251, 255, 0.8);
|
||||
}
|
||||
|
||||
input {
|
||||
font-family: 'Heebo', sans-serif;
|
||||
font-size: 1rem;
|
||||
|
|
|
|||
|
|
@ -107,17 +107,25 @@ h2 {
|
|||
color: rgba(231, 251, 255, 0.6);
|
||||
}
|
||||
|
||||
code {
|
||||
#save-location-input {
|
||||
font-family: 'Consolas', monospace;
|
||||
font-size: 0.75rem;
|
||||
text-align: center;
|
||||
width: max-content;
|
||||
color: #fff;
|
||||
display: inline-block;
|
||||
background-color: rgba(128, 128, 128, 0.5);
|
||||
margin: 0.4rem 0;
|
||||
padding: 0.16rem 0.5rem;
|
||||
margin: 0.4rem 0 0.6rem 0;
|
||||
padding: 0.16rem 0.5rem 0.25rem 0.5rem;
|
||||
border: 1px solid rgba(231, 251, 255, 0.6);
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
#save-location-input:focus {
|
||||
outline: 0;
|
||||
border: 1px solid rgba(231, 251, 255, 0.8);
|
||||
}
|
||||
|
||||
input {
|
||||
font-family: 'Heebo', sans-serif;
|
||||
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>
|
||||
<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>
|
||||
Choose a HK user*.dat save OR paste a <a href="https://bloodorca.github.io/hollow/" target="_blank">decoded save</a>.
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue