]> lifelog.hopto.org Git - LifeLog.git/commitdiff
Menu because of web speed should be visible last.
authorWill Budic <redacted>
Sun, 30 Jul 2023 00:50:14 +0000 (10:50 +1000)
committerWill Budic <redacted>
Sun, 30 Jul 2023 00:50:14 +0000 (10:50 +1000)
htdocs/cgi-bin/main.cgi
htdocs/cgi-bin/wsrc/effects.css
htdocs/cgi-bin/wsrc/main.js

index 7be12474047559c2366f1f675149a33752358b95..c2a6068e98093702f5c89cdbaae8b97a8e3c97f9 100755 (executable)
@@ -1063,7 +1063,7 @@ else{
        if(lc $` eq 'pg'){$sql = $s.'&#10132;'.'PostgreSQL'}
        else{$sql = $s.'&#10132;'.$`}
        $sideMenu = qq(
-        <div id="menu_page" title="To close this menu click on its heart, and wait.">
+        <div id="menu_page" title="To close this menu click on its heart, and wait." style="visibility:hidden">
         <div class="hdr" style="marging=0;padding:0px;">
                <a id="to_bottom" href="#bottom" title="Go to bottom of page."><span class="ui-icon ui-icon-arrowthick-1-s" style="float:none;"></span></a>
                <a id="dutch_left" onclick="return moveMenuLeft();"><span class="ui-icon ui-icon-arrowthick-1-w" style="float:none;"></span></a>
index a2de0c4dcded1286ad14ba07c9599023f943c873..2667eb75f7693d8cbb94551c3193cf50039a3a4c 100644 (file)
     border: 2px solid #94cde7;
     padding: 5px;    
     font-size:small;
-    background: #ccffff;    
+    background:  #ccffff2e;  
+    color: black;
     margin-left: 90.5vw;    
-    filter: drop-shadow(    10px 8px 5px #3e6f70);
+    filter: drop-shadow(    10px 8px 5px #3e6f70);    
 }
+#menu_page a:link {
+    color: #1c3535
+   }
+   a:link {
+    color: #1c3535
+   }
+#menu_page a:visited {
+    color: #6b51a9;
+   }
+#menu_page a:hover {
+    color: #04eefa;
+    font-style:bold;
+    }
 
 .menu_head {
     border: 2px solid #00000017;
index 18781f6787e44e7186189ca3be440a0e2ebf4b51..06e07d5450388a82ff7fccdcdea88c75171f084a 100644 (file)
@@ -410,7 +410,7 @@ function onBodyLoad(toggle, locale, tz, today, expires, rs_cur, log_limit) {
             });
     });
 
-    display("Log page is ready!", 5);
+    display("Log page is ready!", 5);    
     
 }
 
@@ -887,6 +887,7 @@ function display(desc, times){
     pnl.dispPos(true);
     pnl.show();
     pnl.fadeOut(1000*times);
+    $('#menu_page').css('visibility','visible');
 }
 
 function moveMenuLeft (){