|
1566 | 1566 | <div id="riverEditor" class="dialog" style="display: none"> |
1567 | 1567 | <div id="riverBody" style="padding-bottom: .3em"> |
1568 | 1568 |
|
1569 | | - <div style="padding: .1em"> |
| 1569 | + <div> |
1570 | 1570 | <div class="label" style="width: 4.8em">Name:</div> |
1571 | 1571 | <span id="riverNameCulture" data-tip="Generate culture-specific name for the river" class="icon-book pointer"></span> |
1572 | 1572 | <span id="riverNameRandom" data-tip="Generate random name for the river" class="icon-globe pointer"></span> |
1573 | 1573 | <input id="riverName" data-tip="Type to rename the river" autocorrect="off" spellcheck="false"> |
1574 | 1574 | <span data-tip="Speak the name. You can change voice and language in options" class="speaker">🔊</span> |
1575 | 1575 | </div> |
1576 | 1576 |
|
1577 | | - <div style="padding: .1em" data-tip="Type to change river type (e.g. fork, creek, river, brook, stream)"> |
| 1577 | + <div data-tip="Type to change river type (e.g. fork, creek, river, brook, stream)"> |
1578 | 1578 | <div class="label">Type:</div> |
1579 | 1579 | <input id="riverType" autocorrect="off" spellcheck="false"> |
1580 | 1580 | </div> |
1581 | 1581 |
|
1582 | | - <div style="padding: .1em" data-tip="Select parent river"> |
| 1582 | + <div data-tip="Select parent river"> |
1583 | 1583 | <div class="label">Mainstem:</div> |
1584 | 1584 | <select id="riverMainstem"></select> |
1585 | 1585 | </div> |
1586 | 1586 |
|
1587 | | - <div style="padding: .1em" data-tip="River drainage basin (watershed)"> |
| 1587 | + <div data-tip="River drainage basin (watershed)"> |
1588 | 1588 | <div class="label">Basin:</div> |
1589 | 1589 | <input id="riverBasin" disabled/> |
1590 | 1590 | </div> |
1591 | 1591 |
|
1592 | | - <div style="padding: .1em" data-tip="River discharge (flux power)"> |
| 1592 | + <div data-tip="River discharge (flux power)"> |
1593 | 1593 | <div class="label">Discharge:</div> |
1594 | 1594 | <input id="riverDischarge" disabled/> |
1595 | 1595 | </div> |
1596 | 1596 |
|
1597 | | - <div style="padding: .1em" data-tip="River length in selected units"> |
| 1597 | + <div data-tip="River length in selected units"> |
1598 | 1598 | <div class="label">Length:</div> |
1599 | 1599 | <input id="riverLength" disabled/> |
1600 | 1600 | </div> |
1601 | 1601 |
|
1602 | | - <div style="padding: .1em" data-tip="River mouth width in selected units"> |
| 1602 | + <div data-tip="River mouth width in selected units"> |
1603 | 1603 | <div class="label">Mouse width:</div> |
1604 | 1604 | <input id="riverWidth" disabled/> |
1605 | 1605 | </div> |
1606 | 1606 |
|
1607 | | - <div style="padding: .1em" data-tip="River source width in pixels"> |
| 1607 | + <div data-tip="River source width in pixels"> |
1608 | 1608 | <div class="label">Source width:</div> |
1609 | 1609 | <input id="riverSourceWidth" type="number" min=0 max=3 step=.1 /> |
1610 | 1610 | </div> |
1611 | 1611 |
|
1612 | | - <div style="padding: .1em" data-tip="River width multiplier"> |
| 1612 | + <div data-tip="River width multiplier"> |
1613 | 1613 | <div class="label">Width modifier:</div> |
1614 | 1614 | <input id="riverWidthFactor" type="number" min=.1 max=4 step=.1 /> |
1615 | 1615 | </div> |
|
1626 | 1626 |
|
1627 | 1627 | <div id="lakeEditor" class="dialog" style="display: none"> |
1628 | 1628 | <div id="lakeBody" style="padding-bottom: .3em"> |
1629 | | - <div style="padding: .1em"> |
| 1629 | + <div> |
1630 | 1630 | <div class="label" style="width: 4.8em">Name:</div> |
1631 | 1631 | <span id="lakeNameCulture" data-tip="Generate culture-specific name for the lake" class="icon-book pointer"></span> |
1632 | 1632 | <span id="lakeNameRandom" data-tip="Generate random name for the lake" class="icon-globe pointer"></span> |
1633 | 1633 | <input id="lakeName" data-tip="Type to rename the lake" autocorrect="off" spellcheck="false"> |
1634 | 1634 | <span data-tip="Speak the name. You can change voice and language in options" class="speaker">🔊</span> |
1635 | 1635 | </div> |
1636 | 1636 |
|
1637 | | - <div style="padding: .1em" data-tip="Type to change lake type (group)"> |
1638 | | - <div class="label">Type:</div> |
1639 | | - |
1640 | | - <select id="lakeGroup" data-tip="Select lake type (group)" style="width:9em"></select> |
1641 | | - <input id="lakeGroupName" placeholder="new group name" data-tip="Provide a name for the new group" style="display:none; width:9em"/> |
1642 | | - <span id="lakeGroupAdd" data-tip="Create new type (group) for the lake" class="icon-plus pointer"></span> |
| 1637 | + <div data-tip="Type to change lake type (group)"> |
| 1638 | + <div class="label" style="width: 4.8em">Type:</div> |
1643 | 1639 | <span id="lakeGroupRemove" data-tip="Remove the group" class="icon-trash-empty pointer"></span> |
| 1640 | + <span id="lakeGroupAdd" data-tip="Create new type (group) for the lake" class="icon-plus pointer"></span> |
| 1641 | + <select id="lakeGroup" data-tip="Select lake type (group)"></select> |
| 1642 | + <input id="lakeGroupName" placeholder="type name" data-tip="Provide a name for the new group" style="display:none"/> |
| 1643 | + <span id="lakeEditStyle" data-tip="Edit lake group style in Style Editor" class="icon-brush pointer"></span> |
1644 | 1644 | </div> |
1645 | 1645 |
|
1646 | | - <div style="padding: .1em" data-tip="Lake area in selected units"> |
| 1646 | + <div data-tip="Lake area in selected units"> |
1647 | 1647 | <div class="label">Area:</div> |
1648 | 1648 | <input id="lakeArea" disabled/> |
1649 | 1649 | </div> |
| 1650 | + |
| 1651 | + <div data-tip="Lake shore length in selected units"> |
| 1652 | + <div class="label">Shore length:</div> |
| 1653 | + <input id="lakeShoreLength" disabled/> |
| 1654 | + </div> |
| 1655 | + |
| 1656 | + <div data-tip="Lake elevation in selected units"> |
| 1657 | + <div class="label">Elevation:</div> |
| 1658 | + <input id="lakeElevation" disabled/> |
| 1659 | + </div> |
| 1660 | + |
| 1661 | + <div data-tip="Lake average depth in selected units"> |
| 1662 | + <div class="label">Avarage depth:</div> |
| 1663 | + <input id="lakeAvarageDepth" disabled/> |
| 1664 | + </div> |
| 1665 | + |
| 1666 | + <div data-tip="Lake maximum depth in selected units"> |
| 1667 | + <div class="label">Max depth:</div> |
| 1668 | + <input id="lakeMaxDepth" disabled/> |
| 1669 | + </div> |
| 1670 | + |
| 1671 | + <div data-tip="Lake water supply. If supply > evaporation and there is an outlet, the lake water is fresh. If supply is very low, the lake becomes dry"> |
| 1672 | + <div class="label">Supply:</div> |
| 1673 | + <input id="lakeFlux" disabled/> |
| 1674 | + </div> |
| 1675 | + |
| 1676 | + <div data-tip="Evaporation from lake surface. If evaporation > supply, the lake water is saline. If difference is high, the lake becomes dry"> |
| 1677 | + <div class="label">Evaporation:</div> |
| 1678 | + <input id="lakeEvaporation" disabled/> |
| 1679 | + </div> |
| 1680 | + |
| 1681 | + <div data-tip="Number of lake inlet rivers"> |
| 1682 | + <div class="label">Inlets:</div> |
| 1683 | + <input id="lakeInlets" disabled/> |
| 1684 | + </div> |
| 1685 | + |
| 1686 | + <div data-tip="Lake outlet river"> |
| 1687 | + <div class="label">Outlet:</div> |
| 1688 | + <input id="lakeOutlet" disabled/> |
| 1689 | + </div> |
1650 | 1690 | </div> |
1651 | 1691 |
|
1652 | 1692 | <div id="lakeBottom"> |
1653 | | - <button id="lakeEditStyle" data-tip="Edit lake group style in Style Editor" class="icon-brush"></button> |
1654 | 1693 | <button id="lakeLegend" data-tip="Edit free text notes (legend) for the lake" class="icon-edit"></button> |
1655 | 1694 | </div> |
1656 | 1695 | </div> |
|
1854 | 1893 | <div id="burgBody" style="padding-bottom: .3em"> |
1855 | 1894 | <svg viewBox="0 0 200 200" width="14em" height="14em"><use id="burgEmblem"></use></svg> |
1856 | 1895 | <div style="float: right"> |
1857 | | - <div id="burgProvinceAndState" style="padding: .1em; font-style: italic; max-width: 16em"></div> |
| 1896 | + <div id="burgProvinceAndState" style="font-style: italic; max-width: 16em"></div> |
1858 | 1897 |
|
1859 | | - <div style="padding: .1em"> |
| 1898 | + <div> |
1860 | 1899 | <div class="label">Name:</div> |
1861 | 1900 | <input id="burgName" data-tip="Type to rename the burg" autocorrect="off" spellcheck="false" style="width: 8em"> |
1862 | 1901 | <span data-tip="Speak the name. You can change voice and language in options" class="speaker">🔊</span> |
1863 | 1902 | <span id="burgNameReRandom" data-tip="Generate random name for the burg" class="icon-globe pointer"></span> |
1864 | 1903 | </div> |
1865 | 1904 |
|
1866 | | - <div style="padding: .1em" data-tip="Select burg type. Type slightly affects emblem generation"> |
| 1905 | + <div data-tip="Select burg type. Type slightly affects emblem generation"> |
1867 | 1906 | <div class="label">Type:</div> |
1868 | 1907 | <select id="burgType" style="width: 8em"> |
1869 | 1908 | <option value="Generic">Generic</option> |
|
1876 | 1915 | </select> |
1877 | 1916 | </div> |
1878 | 1917 |
|
1879 | | - <div style="padding: .1em" data-tip="Select dominant culture"> |
| 1918 | + <div data-tip="Select dominant culture"> |
1880 | 1919 | <div class="label">Culture:</div> |
1881 | 1920 | <select id="burgCulture" style="width: 8em"></select> |
1882 | 1921 | <span id="burgNameReCulture" data-tip="Generate culture-specific name for the burg" class="icon-book pointer"></span> |
1883 | 1922 | </div> |
1884 | 1923 |
|
1885 | | - <div style="padding: .1em" data-tip="Set burg population"> |
| 1924 | + <div data-tip="Set burg population"> |
1886 | 1925 | <div class="label">Population:</div> |
1887 | 1926 | <input id="burgPopulation" type="number" min=0 step=1 style="width: 8em"> |
1888 | 1927 | </div> |
1889 | 1928 |
|
1890 | | - <div style="padding: .1em"> |
| 1929 | + <div> |
1891 | 1930 | <div class="label">Features:</div> |
1892 | 1931 | <span id="burgCapital" data-tip="Shows whether the burg is a state capital. Click to toggle" data-feature="capital" class="burgFeature icon-star"></span> |
1893 | 1932 | <span id="burgPort" data-tip="Shows whether the burg is a port. Click to toggle" data-feature="port" class="burgFeature icon-anchor"></span> |
|
1898 | 1937 | <span id="burgShanty" data-tip="Shows whether the burg has a shanty town. Click to toggle" data-feature="shanty" class="burgFeature icon-campground" style="font-size: 1em"></span> |
1899 | 1938 | </div> |
1900 | 1939 |
|
1901 | | - <div style="padding: .1em" data-tip="Burg mean annual temperature and real-world city for comparison"> |
| 1940 | + <div data-tip="Burg mean annual temperature and real-world city for comparison"> |
1902 | 1941 | <div class="label">Temperature:</div> |
1903 | 1942 | <span id="burgTemperature"></span>, like in |
1904 | 1943 | <span id="burgTemperatureLikeIn"></span> |
1905 | 1944 | </div> |
1906 | 1945 |
|
1907 | | - <div style="padding: .1em" data-tip="Burg height above mean sea level"> |
| 1946 | + <div data-tip="Burg height above mean sea level"> |
1908 | 1947 | <div class="label">Elevation:</div> |
1909 | 1948 | <span id="burgElevation"></span> above sea level |
1910 | 1949 | </div> |
|
0 commit comments