diff --git a/static_content/css/oastat.css b/static_content/css/oastat.css index daeeaba..89c353d 100644 --- a/static_content/css/oastat.css +++ b/static_content/css/oastat.css @@ -90,6 +90,31 @@ td { } /*table section end*/ +.site-nav { + display: flex; + align-items: baseline; + gap: 20px; + padding-bottom: 15px; + margin-bottom: 20px; + border-bottom: 2px solid #2c3e50; +} + +.site-nav .brand { + font-size: 1.4em; + font-weight: 700; + color: #2c3e50; + text-decoration: none; +} + +.site-nav .breadcrumb { + color: #666; + font-size: 0.95em; +} + +.site-nav .breadcrumb a { + color: #2c3e50; +} + .update { font-size: 0.85em; color: #666; diff --git a/templates/game.tpl b/templates/game.tpl index a911240..7040708 100644 --- a/templates/game.tpl +++ b/templates/game.tpl @@ -40,8 +40,12 @@
+
OpenArena Stats - Game {{GAME_NUMBER}}
- {{GAME_GAMETYPE}} on {{GAME_MAP}} at {{GAME_SERVERNAME}} + {{GAME_GAMETYPE}} on {{GAME_MAP}} at {{GAME_SERVERNAME}}
{{GAME_MAP}}
diff --git a/templates/index.tpl b/templates/index.tpl index 186f14b..ac07aa7 100644 --- a/templates/index.tpl +++ b/templates/index.tpl @@ -36,7 +36,10 @@
-

OpenArena Stats

+