From ba4ed6a04b285bc179ca4db89409a6f0168524c1 Mon Sep 17 00:00:00 2001 From: slawkens Date: Sat, 14 Jun 2025 20:52:38 +0200 Subject: [PATCH] Add LabelV120, LabelV150, LabelV200 --- templates/kathrine/style.css | 21 +++++++++++++++++++++ templates/tibiacom/basic.css | 21 +++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/templates/kathrine/style.css b/templates/kathrine/style.css index a021b1d9..45a1a9d4 100644 --- a/templates/kathrine/style.css +++ b/templates/kathrine/style.css @@ -453,6 +453,27 @@ a:hover white-space: nowrap; vertical-align: top; } +.LabelV120 { + font-weight: bold; + padding-right: 10px; + white-space: nowrap; + vertical-align: top; + width: 120px; +} +.LabelV150 { + font-weight: bold; + padding-right: 10px; + white-space: nowrap; + vertical-align: top; + width: 150px; +} +.LabelV200 { + font-weight: bold; + padding-right: 10px; + white-space: nowrap; + vertical-align: top; + width: 200px; +} .LabelH { font-weight: bold; padding-right: 10px; diff --git a/templates/tibiacom/basic.css b/templates/tibiacom/basic.css index 4633c5ed..a4f0fc24 100644 --- a/templates/tibiacom/basic.css +++ b/templates/tibiacom/basic.css @@ -1446,6 +1446,27 @@ img { white-space: nowrap; vertical-align: top; } +.LabelV120 { + font-weight: bold; + padding-right: 10px; + white-space: nowrap; + vertical-align: top; + width: 120px; +} +.LabelV150 { + font-weight: bold; + padding-right: 10px; + white-space: nowrap; + vertical-align: top; + width: 150px; +} +.LabelV200 { + font-weight: bold; + padding-right: 10px; + white-space: nowrap; + vertical-align: top; + width: 200px; +} .LabelH { font-weight: bold; padding-right: 10px;