From 8568e3c7fbe78256fd0199c6609435b8d2e5020a Mon Sep 17 00:00:00 2001 From: Will Budic Date: Thu, 30 Nov 2023 20:04:16 +1100 Subject: [PATCH] Started work, revisit of L&F. --- htdocs/cgi-bin/index.cnf | 55 ++++++++++++++++++++-------------------- 1 file changed, 27 insertions(+), 28 deletions(-) diff --git a/htdocs/cgi-bin/index.cnf b/htdocs/cgi-bin/index.cnf index b8ab042..70d0827 100644 --- a/htdocs/cgi-bin/index.cnf +++ b/htdocs/cgi-bin/index.cnf @@ -11,6 +11,12 @@ -expires = "+5s" >> +< + package : PreProcessorObtainThemeSettings + subroutine : process + property : THEME +>> + < _HAS_PROCESSING_PRIORITY_ [JS[ @@ -283,34 +289,27 @@ } -/* Default: -.ui-tabs .ui-tabs-nav .ui-tabs-anchor { - float: left; - padding: .5em 1em; - text-decoration: none; -} -*/ - - div#tabs .ui-tabs-anchor { - padding: .01em 1em; - } - div#tabs ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header, .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover { - border: 1px solid #050506; - background: transparent; - font-style: normal; - font-weight: normal; - margin-top: 0px; - border-bottom: 0; - } - - div#tabspanels .ui-state-active a { -color: #472f80; -text-decoration-line: underline; - } - -#menu_page .menu_head a { - background: rgba(255,255,255,.6) -} + + div#tabs .ui-tabs-anchor { + padding: .01em 1em; + } + div#tabs ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header, .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover { + border: 1px solid #050506; + background: transparent; + font-style: normal; + font-weight: normal; + margin-top: 0px; + border-bottom: 0; + } + + div#tabspanels .ui-state-active a { + color: #472f80; + text-decoration-line: underline; + } + + #menu_page .menu_head a { + background: rgba(255,255,255,.6) + } -- 2.34.1