aboutsummaryrefslogtreecommitdiff
path: root/174bg/manager/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to '174bg/manager/public/index.html')
-rw-r--r--174bg/manager/public/index.html105
1 files changed, 7 insertions, 98 deletions
diff --git a/174bg/manager/public/index.html b/174bg/manager/public/index.html
index 9f537c4..d92abb2 100644
--- a/174bg/manager/public/index.html
+++ b/174bg/manager/public/index.html
@@ -3,104 +3,13 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <style>
- html {
- font-family: monospace;
- font-size: 16px;
- }
-
- #preferences table {
- border-collapse: collapse;
- min-width: 16rem;
- }
-
- #preferences thead th {
- text-align: left;
- padding: 0.4rem 0.75rem;
- border-bottom: 2px solid #555;
- font-size: 0.75rem;
- text-transform: uppercase;
- letter-spacing: 0.05em;
- color: #888;
- }
-
- #preferences tbody tr:nth-child(even) {
- background: rgba(0, 0, 0, 0.04);
- }
-
- #preferences tbody td {
- padding: 0.4rem 0.75rem;
- border-bottom: 1px solid #e0e0e0;
- }
-
- #preferences tbody td:last-child {
- text-align: center;
- width: 2.5rem;
- }
-
- #ledger table {
- border-collapse: collapse;
- min-width: 16rem;
- }
-
- #ledger thead th {
- text-align: left;
- padding: 0.4rem 0.75rem;
- border-bottom: 2px solid #555;
- font-size: 0.75rem;
- text-transform: uppercase;
- letter-spacing: 0.05em;
- color: #888;
- }
-
- #ledger tbody tr:nth-child(even) {
- background: rgba(0, 0, 0, 0.04);
- }
-
- #ledger tbody td {
- padding: 0.4rem 0.75rem;
- border-bottom: 1px solid #e0e0e0;
- }
-
- #ledger td.uec {
- text-align: right;
- font-variant-numeric: tabular-nums;
- }
-
- #ledger .empty {
- margin: 0;
- font-size: 0.85rem;
- color: #888;
- }
-
- #profile-warning {
- margin-top: 0.75rem;
- padding: 0.6rem 0.9rem;
- background: #fdd;
- border: 1px solid #c00;
- border-radius: 4px;
- color: #900;
- font-weight: bold;
- }
-
- #welcome {
- display: flex;
- align-items: center;
- gap: 0.75rem;
- }
-
- #welcome-avatar {
- width: 3rem;
- height: 3rem;
- border-radius: 50%;
- object-fit: cover;
- }
-
- #welcome-text {
- font-size: 1.25rem;
- font-weight: bold;
- }
- </style>
+ <link rel="preconnect" href="https://fonts.googleapis.com" />
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
+ <link
+ href="https://fonts.googleapis.com/css2?family=Orbitron:wght@500;700;900&family=Rajdhani:wght@400;500;600;700&display=swap"
+ rel="stylesheet"
+ />
+ <link rel="stylesheet" href="theme.css" />
</head>
<body>
<h1>174th Battle Group: Manager</h1>