From 02e74ccb3c6ac34b17634c9f75125a2c8c06bfef Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Mon, 7 Jul 2025 21:30:21 +0800 Subject: [PATCH] updated lite --- klite.embd | 157 ++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 108 insertions(+), 49 deletions(-) diff --git a/klite.embd b/klite.embd index a2dd18517..e5c8b8b7e 100644 --- a/klite.embd +++ b/klite.embd @@ -621,6 +621,13 @@ Current version indicated by LITEVER below. padding-top: 2px; text-shadow: 1px 1px 1px #000000; } + .unstarted_block + { + vertical-align: bottom; + color: #ffffff; + font-size: 12pt; + font-family: "Helvetica"; + } /* Horizontal action bar */ #actionmenuitems button,#actionmenuitems2 button { @@ -2448,6 +2455,9 @@ Current version indicated by LITEVER below. z-index: 9999; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); } + .bolded { + font-weight: bold; + }