From 15bd3762080b1f2a4ae1301eb662e126d1985dfb Mon Sep 17 00:00:00 2001 From: Will Budic Date: Thu, 23 Nov 2023 20:20:21 +1100 Subject: [PATCH] Web dev. made to use tabs. --- htdocs/cgi-bin/index.cnf | 41 ++++++++++++++++++++++++++-------------- 1 file changed, 27 insertions(+), 14 deletions(-) diff --git a/htdocs/cgi-bin/index.cnf b/htdocs/cgi-bin/index.cnf index ed93bd3..b8ab042 100644 --- a/htdocs/cgi-bin/index.cnf +++ b/htdocs/cgi-bin/index.cnf @@ -84,7 +84,7 @@ color:rgb(26, 96, 111); } - #content li a:hover { + #content li:hover { color: #ff4d21; font-weight: bolder; background: rgba(255,255,255,0.2); @@ -309,7 +309,7 @@ text-decoration-line: underline; } #menu_page .menu_head a { - background: aquamarine; + background: rgba(255,255,255,.6) } @@ -321,26 +321,22 @@ text-decoration-line: underline; <**> >STYLE> -SCRIPT> - *> >div> >div> + #> + >script> >div> >div> @@ -509,12 +515,19 @@ style:"height:100vh" >div> !> >div> - >>PAGE>TREE> < ### Tab is currently empty! \>Please, select a link from the [directory listing](#top|onclick="gotoTabDirListing()") above.** +\
graph TD;
+CNF<-->Application
+Application-->Database
+Application-->WebService
+WebService<-->CNF
+WebService<-->Database
+Database <--> CNF
+\
 >>
 
 <
-- 
2.34.1