diff --git a/configs/exchange-landing/index.html b/configs/exchange-landing/index.html index 88abaa4..c5937cb 100644 --- a/configs/exchange-landing/index.html +++ b/configs/exchange-landing/index.html @@ -136,6 +136,67 @@ flex: 1 1 100%; border-color: rgba(201, 184, 160, 0.35); color: var(--muted); font-weight: 600; font-size: 0.82rem; gap: 0.5rem; } + .wallet-fold { + margin: 0 0 1.15rem; + border: 1px solid rgba(232, 168, 56, 0.35); + border-radius: 14px; + overflow: hidden; + background: rgba(18, 28, 28, 0.55); + } + .wallet-fold-toggle { + display: flex; align-items: center; justify-content: space-between; gap: 0.5rem; + width: 100%; margin: 0; padding: 0.75rem 0.9rem; border: 0; + background: transparent; color: #f0d090; font: inherit; font-size: 0.95rem; + font-weight: 750; text-align: left; cursor: pointer; + } + .wallet-fold-toggle:hover { background: rgba(232, 168, 56, 0.1); } + .wallet-fold-toggle-text { flex: 1; } + .wallet-fold-chevron { + flex-shrink: 0; color: #3ecfbf; font-size: 1.1rem; font-weight: 700; + transition: transform 0.15s ease; + } + .wallet-fold.open .wallet-fold-chevron { transform: rotate(90deg); } + .wallet-fold-body { + display: none; padding: 0.15rem 0.9rem 1rem; + border-top: 1px solid rgba(232, 168, 56, 0.28); + } + .wallet-fold.open .wallet-fold-body { display: block; } + .wallet-fold-body .app-links { margin-top: 0.55rem; } + button.app-btn.cli-toggle { + flex: 1 1 100%; width: 100%; justify-content: flex-start; gap: 0.5rem; + font: inherit; font-weight: 700; font-size: 0.88rem; cursor: pointer; + color: #f0d090; border-color: rgba(232, 168, 56, 0.4); background: rgba(0,0,0,0.28); + } + button.app-btn.cli-toggle .cli-chevron { + margin-left: auto; flex-shrink: 0; color: #3ecfbf; + font-size: 1.15rem; font-weight: 700; line-height: 1; + transition: transform 0.15s ease; + } + button.app-btn.cli-toggle[aria-expanded="true"] .cli-chevron { transform: rotate(90deg); } + button.app-btn.cli-toggle[aria-expanded="true"] { + border-color: rgba(62, 207, 191, 0.5); background: rgba(62, 207, 191, 0.08); + } + .cli-panel { + display: none; width: 100%; margin: 0.35rem 0 0.55rem; text-align: left; + border: 1px solid rgba(232, 168, 56, 0.32); border-radius: 12px; + background: rgba(0, 0, 0, 0.28); padding: 0.75rem 0.85rem 0.9rem; box-sizing: border-box; + } + .cli-panel.open { display: block; } + .cli-panel .cli-lead { + margin: 0 0 0.55rem; color: var(--muted); font-size: 0.84rem; line-height: 1.4; + } + .cli-panel .cli-lead a { color: #e8c878; } + .cli-block { + margin: 0; padding: 0.55rem 0.65rem; border-radius: 10px; + background: rgba(0, 0, 0, 0.4); border: 1px solid rgba(240, 200, 106, 0.2); + color: #e8e0d0; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; + font-size: 0.7rem; line-height: 1.45; overflow-x: auto; white-space: pre; user-select: all; + } + .cli-block .cmt { color: #8a9a90; } + .sym-gold path, .sym-gold circle { fill: #f0c86a; stroke: #f0c86a; } + .sym-gold path[data-ring], .sym-gold circle[data-ring] { fill: none; stroke: #f0c86a; } + .sym-blue path, .sym-blue circle { fill: #3ecfbf; stroke: #3ecfbf; } + .sym-blue path[data-ring], .sym-blue circle[data-ring] { fill: none; stroke: #3ecfbf; } .app-ico { width: 1.15rem; height: 1.15rem; flex-shrink: 0; display: block; } .app-ico:not(.browser-ico) path, .app-ico:not(.browser-ico) circle, @@ -144,6 +205,10 @@ .app-ico.stroke-ico path, .app-ico.stroke-ico circle, .app-ico.stroke-ico rect { fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; } + .app-ico.branch-ico circle { fill: currentColor; stroke: none; } + .app-ico.branch-ico path { + fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; + } .app-btn:not(.hub) .app-ico { color: #f0c86a; } .app-btn.ios .app-ico { color: #f0c86a; } .hub-icons { display: inline-flex; align-items: center; gap: 0.4rem; } @@ -239,9 +304,13 @@
Memory from /proc + cgroup inside podman container.
-+ Official taler-wallet-cli from + deb.taler.net. + More on the bank landing. +
+# Debian example
+sudo apt-get update
+sudo apt-get install -y taler-wallet-cli
+