Sfoglia il codice sorgente

Rearrange the start screen a bit

tags/v1.1.2
Fen Dweller 6 anni fa
parent
commit
c4d17b26e7
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: E80B35A6F11C3656
2 ha cambiato i file con 22 aggiunte e 15 eliminazioni
  1. +19
    -12
      stroll.html
  2. +3
    -3
      style.css

+ 19
- 12
stroll.html Vedi File

@@ -236,12 +236,6 @@
<ul class="flex-outer"> <ul class="flex-outer">


<div class="custom-category"> <div class="custom-category">
<p>Reset the sheet here (saved data isn't affected). You can also load the character you started your most recent game with.</p>

<div>
<button class="option-button" id="button-reset-custom">Reset</button>
<button class="option-button" id="button-load-autosave">Load Last</button>
</div>
</div> </div>


<div class="custom-category"> <div class="custom-category">
@@ -249,14 +243,11 @@
<button class="option-button" id="button-start">Start Game</button> <button class="option-button" id="button-start">Start Game</button>
</div> </div>
</div> </div>

<div class="custom-category"> <div class="custom-category">
<button class="option-button" id="button-dark-mode-options">Toggle Dark Mode</button>
<button class="option-button" id="button-units-options">Units: Metric</button>
</div> </div>


<div class="custom-category"> <div class="custom-category">
<p>You can load a preset character here...</p>
<p>Preset characters are contributed by players.</p>
<div> <div>
<select id="character-presets"> <select id="character-presets">


@@ -268,7 +259,7 @@
</div> </div>


<div class="custom-category"> <div class="custom-category">
<p>Or, load/save your own character internally here. It'll be saved in your browser, so you can come back to it later.</p>
<p>Save/load your own characters here. They will be stored in your browser.</p>
<div> <div>
<select id="custom-characters"> <select id="custom-characters">
<option>No character to load</option> <option>No character to load</option>
@@ -283,7 +274,7 @@
</div> </div>


<div class="custom-category"> <div class="custom-category">
<p>Or export/import your character to text here. Copy and paste to share.</p>
<p>Export your current character or import someone else's character.</p>
<div class> <div class>
<button type="button" class="option-button" id="button-export-clear">Clear</button> <button type="button" class="option-button" id="button-export-clear">Clear</button>
<button type="button" class="option-button" id="button-export-preset">Export</button> <button type="button" class="option-button" id="button-export-preset">Export</button>
@@ -293,12 +284,28 @@
</div> </div>
</div> </div>


<div class="custom-category">
<p>Reset the sheet here (saved data isn't affected). You can also load the character you started your most recent game with.</p>

<div>
<button class="option-button" id="button-reset-custom">Reset</button>
<button class="option-button" id="button-load-autosave">Load Last</button>
</div>
</div>

<div class="custom-category"> <div class="custom-category">
<p>Show/hide whole groups of character features here.</p> <p>Show/hide whole groups of character features here.</p>
<div id="group-button-holder"> <div id="group-button-holder">


</div> </div>
</div> </div>

<div class="custom-category">
<p>Misc options</p>
<br>
<button class="option-button" id="button-dark-mode-options">Toggle Dark Mode</button>
<button class="option-button" id="button-units-options">Units: Metric</button>
</div>
</ul> </ul>
<form id="custom-species-form" name="custom-species-form"> <form id="custom-species-form" name="custom-species-form">
<ul class="flex-outer" id="character-flex-outer"> <ul class="flex-outer" id="character-flex-outer">


+ 3
- 3
style.css Vedi File

@@ -273,9 +273,9 @@ progress {
} }


#button-start { #button-start {
width:200px;
height:100px;
font-size: 32px;
width:300px;
height:200px;
font-size: 50px;
} }


.option-form { .option-form {


Loading…
Annulla
Salva