Skip to content

Commit 83002b4

Browse files
committed
Complete Game Foundry Studio SSoT cleanup and controls CSS split - PR_26151_007-gamefoundry-ssot-cleanup
1 parent 897b4d8 commit 83002b4

43 files changed

Lines changed: 1582 additions & 1128 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

GameFoundryStudio/account.html

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><title>Account Management — Game Foundry Studio</title><meta name="description" content="Game Foundry Studio: Build. Play. Share."><link rel="icon" href="assets/images/favicon.svg" type="image/svg+xml"><link rel="stylesheet" href="assets/css/styles.css"></head><body><header class="site-header"><div class="container nav"><a class="brand" href="index.html"><img src="assets/images/logo-mark.svg" alt="Game Foundry Studio mark"><span>Game Foundry Studio</span></a><nav class="nav-links" aria-label="Main navigation"><div class="nav-item"><a class="" href="tools.html">Tools ▾</a><div class="sub-menu"><a class="" href="tool-builder.html">Tool Builder</a><a class="" href="tool-creator.html">Tool Creator</a><a class="" href="tool-publisher.html">Tool Publisher</a><a class="" href="building-creation.html">Building / Creation</a><a class="" href="technology-system.html">Technology / System</a><a class="" href="assets-content.html">Assets / Content</a><a class="" href="media-community.html">Media / Community</a><a class="" href="design-animation.html">Design / Animation</a><a class="" href="configuration-admin.html">Configuration / Admin</a></div></div><a class="" href="games.html">Arcade</a><a class="" href="marketplace.html">Marketplace</a><a class="" href="learn.html">Learn</a><a class="" href="community.html">Community</a><a class="" href="docs.html">Docs</a><a class="active" href="account.html">Account</a></nav><div class="nav-actions"><a class="btn" href="games.html">Play Games</a><a class="btn primary" href="tools.html">Start Building</a></div></div></header><main>
2-
<section class="page-title"><div class="container"><div class="breadcrumb"><a href="index.html">Home</a> / Account</div><div class="kicker">User Account</div><h1>Manage your creator profile.</h1><p class="lede">A starter page for profile settings, account security, billing, projects, publishing, marketplace and privacy controls.</p></div></section>
3-
<section class="section"><div class="container page-hero"><img src="assets/images/tools/settings-studio.png" alt="Settings Studio"><div><h2>Your Game Foundry identity.</h2><p class="lede">Creators need a place to manage their profile, projects, purchases, teams, API keys, notifications and publishing permissions.</p></div></div></section>
4-
<section class="section"><div class="container account-panel"><aside class="side-menu"><a class="active" href="#profile">Profile</a><a href="#projects">Projects</a><a href="#security">Security</a><a href="#billing">Billing</a><a href="#marketplace">Marketplace</a><a href="#privacy">Privacy</a></aside><div class="card"><div class="card-body"><h2 id="profile">Profile Settings</h2><div class="form-row"><div class="field"><label>Display Name</label><input value="QBytes"></div><div class="field"><label>Creator Handle</label><input value="@qbytes"></div></div><div class="form-row"><div class="field"><label>Email</label><input value="creator@example.com"></div><div class="field"><label>Account Type</label><select><option>Creator</option><option>Studio</option><option>Publisher</option></select></div></div><div class="callout"><strong>Account modules to wire later:</strong> login, profile avatar, project ownership, cloud storage, purchases, subscriptions, marketplace seller setup, privacy controls and API/OpenAI key management.</div><div class="hero-actions"><a class="btn primary" href="#">Save Changes</a><a class="btn" href="#">Manage Projects</a></div></div></div></div></section>
5-
</main><footer class="footer"><div class="container"><span>© 2026 Game Foundry Studio</span><span>Build · Play · Share</span></div></footer></body></html>
1+
<!doctype html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<title>Account Redirect - Game Foundry Studio</title>
8+
<meta http-equiv="refresh" content="0; url=account/index.html">
9+
<link rel="canonical" href="account/index.html">
10+
<link rel="icon" href="assets/images/favicon.svg" type="image/svg+xml">
11+
<link rel="stylesheet" href="assets/css/styles.css">
12+
</head>
13+
14+
<body>
15+
<main class="section">
16+
<div class="container">
17+
<p><a class="btn primary" href="account/index.html">Continue to Account</a></p>
18+
</div>
19+
</main>
20+
</body>
21+
22+
</html>

GameFoundryStudio/assets-content.html

Lines changed: 14 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -2,80 +2,21 @@
22
<html lang="en">
33

44
<head>
5-
<meta charset="utf-8">
6-
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<title>Assets / Content Tools - Game Foundry Studio</title>
8-
<meta name="description" content="Game Foundry Studio assets and content tool group.">
9-
<link rel="icon" href="assets/images/favicon.svg" type="image/svg+xml">
10-
<link rel="stylesheet" href="assets/css/styles.css">
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<title>Assets Content Redirect - Game Foundry Studio</title>
8+
<meta http-equiv="refresh" content="0; url=tools/groups/assets-content.html">
9+
<link rel="canonical" href="tools/groups/assets-content.html">
10+
<link rel="icon" href="assets/images/favicon.svg" type="image/svg+xml">
11+
<link rel="stylesheet" href="assets/css/styles.css">
1112
</head>
1213

13-
<body class="meaning-forge-gold">
14-
<header class="site-header">
15-
<div class="container nav"><a class="brand" href="index.html"><img src="assets/images/logo-mark.svg"
16-
alt="Game Foundry Studio mark"><span>Game Foundry Studio</span></a>
17-
<nav class="nav-links" aria-label="Main navigation">
18-
<div class="nav-item"><a class="active" href="tools.html">Tools ▾</a>
19-
<div class="sub-menu"><a href="tool-builder.html">Tool Builder</a><a href="tool-creator.html">Tool
20-
Creator</a><a href="tool-publisher.html">Tool Publisher</a><a href="building-creation.html">Building /
21-
Creation</a><a href="technology-system.html">Technology / System</a><a class="active"
22-
href="assets-content.html">Assets / Content</a><a href="media-community.html">Media / Community</a><a
23-
href="design-animation.html">Design / Animation</a><a href="configuration-admin.html">Configuration /
24-
Admin</a></div>
25-
</div><a href="games.html">Arcade</a><a href="marketplace.html">Marketplace</a><a href="learn.html">Learn</a><a
26-
href="community.html">Community</a><a href="docs.html">Docs</a><a href="account.html">Account</a>
27-
</nav>
28-
<div class="nav-actions"><a class="btn" href="games.html">Play Games</a><a class="btn primary"
29-
href="tools.html">Start Building</a></div>
30-
</div>
31-
</header>
32-
<main>
33-
<section class="page-title">
34-
<div class="container">
35-
<div class="breadcrumb"><a href="index.html">Home</a> / <a href="tools.html">Tools</a> / Assets Content</div>
36-
<div class="kicker">Forge Gold</div>
37-
<h1>Assets / Content</h1>
38-
<p class="lede">Tools for sprites, palettes, world art, vectors, and reusable marketplace content.</p>
39-
</div>
40-
</section>
41-
<section class="section">
42-
<div class="container meaning-layout" id="forge-gold">
43-
<aside class="meaning-panel left-panel">
44-
<div class="meaning-panel-body">
45-
<h2>Content Inputs</h2>
46-
<ul>
47-
<li>Sprites and palettes</li>
48-
<li>World assets</li>
49-
<li>Reusable packs</li>
50-
</ul>
51-
</div>
52-
</aside>
53-
<section class="meaning-center">
54-
<h2>Forge game-ready content.</h2>
55-
<p>Forge Gold marks asset creation and reusable content that creators can place, remix, and publish.</p>
56-
<div class="meaning-tool-list"><a class="meaning-tool-link" href="tools/asset-studio.html"><strong>Asset
57-
Studio</strong><span>Sprites and assets</span></a><a class="meaning-tool-link"
58-
href="tools/palette-manager.html"><strong>Palette Manager</strong><span>Color sets</span></a><a
59-
class="meaning-tool-link" href="marketplace.html"><strong>Marketplace</strong><span>Reusable
60-
content</span></a></div>
61-
</section>
62-
<aside class="meaning-panel right-panel">
63-
<div class="meaning-panel-body">
64-
<h2>Content Output</h2>
65-
<ul>
66-
<li>Manifest-ready assets</li>
67-
<li>Shared templates</li>
68-
<li>Organized visual kits</li>
69-
</ul>
70-
</div>
71-
</aside>
72-
</div>
73-
</section>
74-
</main>
75-
<footer class="footer">
76-
<div class="container"><span>© 2026 Game Foundry Studio</span><span>Build · Play · Share</span></div>
77-
</footer>
78-
<script src="assets/js/gamefoundry-partials.js" defer></script>
14+
<body>
15+
<main class="section">
16+
<div class="container">
17+
<p><a class="btn primary" href="tools/groups/assets-content.html">Continue to Assets Content</a></p>
18+
</div>
19+
</main>
7920
</body>
8021

81-
</html>
22+
</html>

GameFoundryStudio/assets/css/base.css

Lines changed: 5 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -187,16 +187,8 @@ a {
187187
.btn,
188188
button {
189189
border: 1px solid var(--line);
190-
border-radius: 12px;
191-
padding: 10px 14px;
192190
background: rgba(255, 255, 255, .04);
193-
color: var(--text);
194-
font: inherit;
195-
font-weight: 800;
196-
display: inline-flex;
197-
align-items: center;
198-
justify-content: center;
199-
cursor: pointer
191+
color: var(--text)
200192
}
201193

202194
.btn.primary {
@@ -210,43 +202,19 @@ button {
210202

211203
button:disabled,
212204
.btn[aria-disabled=true] {
213-
opacity: .45;
214-
cursor: not-allowed
205+
opacity: .45
215206
}
216207

217208
input,
218209
select,
219210
textarea {
220211
border: 1px solid var(--line);
221-
border-radius: 12px;
222212
background: #0c111a;
223-
color: var(--text);
224-
padding: 12px;
225-
font: inherit
226-
}
227-
228-
textarea {
229-
min-height: 92px;
230-
resize: vertical
213+
color: var(--text)
231214
}
232215

233216
label {
234-
color: var(--gold);
235-
font-size: 13px;
236-
font-weight: 900
237-
}
238-
239-
.field {
240-
display: flex;
241-
flex-direction: column;
242-
gap: 6px;
243-
margin-bottom: 14px
244-
}
245-
246-
.form-row {
247-
display: grid;
248-
grid-template-columns: 1fr 1fr;
249-
gap: 14px
217+
color: var(--gold)
250218
}
251219

252220
.card,
@@ -325,13 +293,6 @@ label {
325293
max-width: 760px
326294
}
327295

328-
.hero-actions {
329-
display: flex;
330-
gap: 12px;
331-
flex-wrap: wrap;
332-
margin-top: 26px
333-
}
334-
335296
.mini-stat {
336297
padding: 18px;
337298
border: 1px solid var(--line);
@@ -440,4 +401,4 @@ label {
440401
box-shadow: none;
441402
margin-top: 8px
442403
}
443-
}
404+
}

0 commit comments

Comments
 (0)