From 272cb06f287220004ae6f8b77e06a11a10ad160a Mon Sep 17 00:00:00 2001 From: biglyderv Date: Mon, 10 Feb 2025 20:25:30 -0500 Subject: [PATCH] fix up UI --- docs/chat.php | 2 +- docs/css/main.css | 10 +++++++--- docs/index.php | 8 +++----- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/chat.php b/docs/chat.php index 4591115..ab79bfd 100644 --- a/docs/chat.php +++ b/docs/chat.php @@ -18,7 +18,7 @@ foreach ($msgs as $msg) {
-
+
diff --git a/docs/css/main.css b/docs/css/main.css index 062f305..3d21e41 100644 --- a/docs/css/main.css +++ b/docs/css/main.css @@ -6,7 +6,7 @@ --primary-light: rgb(255, 230, 200); --elem-width: min(800px, 90vw); --elem-height: 300px; - --border-radius: 15px; + --border-radius: 8px; --font: system-ui, sans-serif; color: var(--white); background: var(--black); @@ -113,8 +113,8 @@ pre { border-radius: var(--border-radius); color: var(--white); padding: .5rem; - margin-bottom: .5rem; - margin-top: .5rem; + margin-bottom: .1rem; + margin-top: .1rem; text-decoration: none } @@ -238,3 +238,7 @@ iframe { margin-bottom: -50px; } + +.date { + font-size: 0.8em; +} diff --git a/docs/index.php b/docs/index.php index cad1849..b922b2b 100644 --- a/docs/index.php +++ b/docs/index.php @@ -13,13 +13,11 @@ page_header(); Everything is crafted by the players and their interactions, under the rules.

- International affairs are handled via the BiglyChat community website or Discord. + International affairs are handled via the BiglyChat community website.

BiglyChat Minecraft Feed Server Address - More Projects - Discord

Nations

@@ -35,8 +33,8 @@ page_header();
  • Land that belongs to someone else can't be looted, griefed, or built on, unless the land is vastly empty or inactive for 5+ days (squatting).
  • Claims of excessive size will not be mapped.
  • -
  • The first nation to claim a land in a message on BiglyChat or Discord, and anyone squatting there, owns it.
  • -
  • Wars must be declared on BiglyChat or Discord to be valid.
  • +
  • The first nation to claim a land in a message on BiglyChat, and anyone squatting there, owns it.
  • +
  • Wars must be declared on BiglyChat to be valid.
  • In a war, each nation starts with 3 points per citizen, 3 points per settlement. These are deducted by player death.
  • To end a war, a nation must have 0 points, have surrendered, or have withdrawn.