]> lifelog.hopto.org Git - LifeLog.git/commitdiff
Started work, revisit of L&F.
authorWill Budic <redacted>
Thu, 30 Nov 2023 09:04:16 +0000 (20:04 +1100)
committerWill Budic <redacted>
Thu, 30 Nov 2023 09:04:16 +0000 (20:04 +1100)
htdocs/cgi-bin/index.cnf

index b8ab04214675cbd30e885c1c6971e26bf1a2e554..70d08270c19783b54aa12eb978dea585c5bcf806 100644 (file)
 -expires =   "+5s"
 >>
 
+<<CURRENT_THEME<PREPROCESS>
+    package     : PreProcessorObtainThemeSettings
+    subroutine  : process
+    property    : THEME
+>>
+
 <<HEADER<TREE> _HAS_PROCESSING_PRIORITY_
 
 [JS[
 
     }
 
-/* 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)
+    }