Compare commits
No commits in common. "597b2768256bb38b5c0ec926758c6e896959b486" and "7fa3696d27577d873a4dec10e6bbe87d99375252" have entirely different histories.
597b276825
...
7fa3696d27
3 changed files with 142 additions and 932 deletions
|
|
@ -52,6 +52,7 @@
|
|||
<option value="terrain">Terrain</option>
|
||||
<option value="resources">Resources</option>
|
||||
<option value="ethnicity">Ethnicity</option>
|
||||
<option value="pheromone">Trade trails</option>
|
||||
<option value="pressure">Population pressure</option>
|
||||
<option value="polities">Polities</option>
|
||||
<option value="technology">Technology</option>
|
||||
|
|
@ -67,7 +68,6 @@
|
|||
<div><dt>Ethnicities</dt><dd id="ethnicities">0</dd></div>
|
||||
<div><dt>Cities</dt><dd id="cities">0</dd></div>
|
||||
<div><dt>States</dt><dd id="polities">0</dd></div>
|
||||
<div><dt>Wars</dt><dd id="wars">0</dd></div>
|
||||
<div><dt>Trade routes</dt><dd id="routes">0</dd></div>
|
||||
<div><dt>Farming knowledge</dt><dd id="farmingKnowledge">0.000</dd></div>
|
||||
<div><dt>Metallurgy knowledge</dt><dd id="metallurgyKnowledge">0.000</dd></div>
|
||||
|
|
@ -92,7 +92,7 @@
|
|||
<section class="panel history-panel">
|
||||
<div class="history-header">
|
||||
<h2>State lifespans</h2>
|
||||
<span id="historyRange">-</span>
|
||||
<span id="historyRange">—</span>
|
||||
</div>
|
||||
<canvas id="stateGraph" width="300" height="720" aria-label="State lifespan graph"></canvas>
|
||||
</section>
|
||||
|
|
|
|||
|
|
@ -284,9 +284,7 @@ canvas#world {
|
|||
position: absolute;
|
||||
z-index: 3;
|
||||
min-width: 180px;
|
||||
max-width: min(300px, calc(100% - 16px));
|
||||
max-height: calc(100% - 16px);
|
||||
overflow: auto;
|
||||
max-width: 260px;
|
||||
padding: 8px 10px;
|
||||
border: 1px solid #435057;
|
||||
border-radius: 6px;
|
||||
|
|
@ -294,7 +292,7 @@ canvas#world {
|
|||
color: var(--text);
|
||||
font-size: 11px;
|
||||
line-height: 1.35;
|
||||
pointer-events: auto;
|
||||
pointer-events: none;
|
||||
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue