From 7aa03b3ac18ef6ffd932f4c5c1f2ab67c2184c46 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Tue, 15 Oct 2024 17:48:05 +0200 Subject: [PATCH 1/3] Theme: Style menu header sections a little dimmer They are hard to read if they have the same color as all other links. --- templates/custom/header.tmpl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/custom/header.tmpl b/templates/custom/header.tmpl index a82c776..9850c13 100644 --- a/templates/custom/header.tmpl +++ b/templates/custom/header.tmpl @@ -34,6 +34,11 @@ display: none; } + /* Dim the "header" of sections in dropdown menus. */ + .ui.dropdown .menu>.header:not(.ui) { + color: var(--color-text-light-3); + } + /* Homepage. */ /* By default Gitea colors links green */ .home a { From f5a39fd4898e195d9b61e76a5431d1db5ed16897 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Tue, 15 Oct 2024 17:50:57 +0200 Subject: [PATCH 2/3] Header Links: Remove Add-ons links Remove links to: * Officially Maintained Add-ons * Community Maintained Add-ons Even though they may still be valid for 3.6 LTS, "Officially maintained" add-ons are now part of core, and "Community maintained" are not really maintained but moved to the Extensions platform. --- templates/custom/extra_links.tmpl | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/templates/custom/extra_links.tmpl b/templates/custom/extra_links.tmpl index d13c066..911c16a 100644 --- a/templates/custom/extra_links.tmpl +++ b/templates/custom/extra_links.tmpl @@ -25,23 +25,16 @@ Nodes & Physics Pipeline, Assets & I/O Platforms, Builds, Tests & Devices - -
-
Python & Add-ons
Python API & Text Editor - Officially Maintained Add-ons - Community Maintained Add-ons -
- -
Rendering
- Render & Cycles - Viewport & EEVEE -
- Sculpt, Paint & Texture Triaging User Interface VFX & Video + +
+
Rendering
+ Render & Cycles + Viewport & EEVEE From dc378e941cc4b79c4065674a39857e16c13d4a70 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Tue, 15 Oct 2024 17:51:20 +0200 Subject: [PATCH 3/3] Header Links: Add link to Developer Documentation Next to User Manual. --- templates/custom/extra_links.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/custom/extra_links.tmpl b/templates/custom/extra_links.tmpl index 911c16a..23035dc 100644 --- a/templates/custom/extra_links.tmpl +++ b/templates/custom/extra_links.tmpl @@ -4,6 +4,7 @@