From 976078307ee64d8a0c14442da8d48ca458df876e Mon Sep 17 00:00:00 2001 From: mikx Date: Tue, 6 Jan 2026 15:48:50 -0500 Subject: [PATCH] arksalc:beta added --- arksalc/css/gen.css | 95 ++++++++++++++++++++++++++++++++++++++++++ arksalc/css/index.html | 0 arksalc/img/index.html | 0 arksalc/index.php | 73 ++++++++++++++++++++++++++++++++ arksalc/lib/index.html | 0 5 files changed, 168 insertions(+) create mode 100644 arksalc/css/gen.css create mode 100644 arksalc/css/index.html create mode 100644 arksalc/img/index.html create mode 100644 arksalc/index.php create mode 100644 arksalc/lib/index.html diff --git a/arksalc/css/gen.css b/arksalc/css/gen.css new file mode 100644 index 0000000..bc97c76 --- /dev/null +++ b/arksalc/css/gen.css @@ -0,0 +1,95 @@ +a { + color: #96afffff; + text-decoration: none; +} + +:root { + --ark-blue: #00f2ff; + --ark-dark: #0a0e14; + --ark-panel: #161d26; + --ark-glow: rgba(0, 242, 255, 0.3); +} + +body { + background-color: var(--ark-dark); + color: white; + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; + display: flex; + justify-content: center; + padding: 40px; +} + +.container { + background: var(--ark-panel); + border: 1px solid var(--ark-blue); + box-shadow: 0 0 15px var(--ark-glow); + padding: 30px; + border-radius: 4px; + width: 100%; + max-width: 800px; +} + +h1 { + color: var(--ark-blue); + text-transform: uppercase; + letter-spacing: 2px; + border-bottom: 1px solid #333; + padding-bottom: 10px; +} + +.form-group { + margin-bottom: 15px; +} + +label { + display: block; + margin-bottom: 5px; + color: #aaa; +} + +input { + background: #000; + border: 1px solid #444; + color: var(--ark-blue); + padding: 10px; + width: 100%; + box-sizing: border-box; +} + +input:focus { + border-color: var(--ark-blue); + outline: none; +} + +button { + background: var(--ark-blue); + color: black; + border: none; + padding: 12px 20px; + font-weight: bold; + cursor: pointer; + width: 100%; + text-transform: uppercase; +} + +button:hover { + background: #00c4cf; +} + +textarea { + background: #050505; + color: #2ecc71; + border: 1px solid #222; + width: 100%; + height: 200px; + font-family: monospace; + margin-top: 20px; + padding: 10px; + box-sizing: border-box; +} + +.desc { + font-size: 0.8em; + color: #777; + margin-top: 5px; +} \ No newline at end of file diff --git a/arksalc/css/index.html b/arksalc/css/index.html new file mode 100644 index 0000000..e69de29 diff --git a/arksalc/img/index.html b/arksalc/img/index.html new file mode 100644 index 0000000..e69de29 diff --git a/arksalc/index.php b/arksalc/index.php new file mode 100644 index 0000000..c484a55 --- /dev/null +++ b/arksalc/index.php @@ -0,0 +1,73 @@ + + + + + + + ASA Level Curve Generator + + + + +
+
Back to Gen. List
+

ASA Level Generator

+

Language: HTML / PHP

+

Developper: mikx

+

Sources: MxGit

+
Version: 0.1.0
+
+

+
+
+
+ + +
Total levels attainable by the player.
+
+
+ + +
The XP required for the very first level up.
+
+
+ + +
How much harder each level gets (1.10 to 1.15 recommended).
+
+ +
+ + + + + +
+ + + \ No newline at end of file diff --git a/arksalc/lib/index.html b/arksalc/lib/index.html new file mode 100644 index 0000000..e69de29