]> lifelog.hopto.org Git - LifeLog.git/commitdiff
Fix. L&F.
authorWill Budic <redacted>
Sun, 3 Dec 2023 21:32:34 +0000 (08:32 +1100)
committerWill Budic <redacted>
Sun, 3 Dec 2023 21:32:34 +0000 (08:32 +1100)
12 files changed:
.editorconfig [new file with mode: 0644]
htdocs/cgi-bin/config.cgi
htdocs/cgi-bin/index orig.cnf [new file with mode: 0644]
htdocs/cgi-bin/index.cnf
htdocs/cgi-bin/login_ctr.cgi
htdocs/cgi-bin/system/modules/HTMLIndexProcessorPlugin.pm
htdocs/cgi-bin/test.html [new file with mode: 0644]
htdocs/cgi-bin/wsrc/effects.css
htdocs/cgi-bin/wsrc/fonts/LeagueMono-VF.woff2 [new file with mode: 0644]
htdocs/cgi-bin/wsrc/main.css
htdocs/cgi-bin/wsrc/main_moon.css
htdocs/cgi-bin/wsrc/main_sun.css

diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..1639887
--- /dev/null
@@ -0,0 +1,59 @@
+[*]
+cpp_indent_braces=false
+cpp_indent_multi_line_relative_to=innermost_parenthesis
+cpp_indent_within_parentheses=indent
+cpp_indent_preserve_within_parentheses=false
+cpp_indent_case_labels=false
+cpp_indent_case_contents=true
+cpp_indent_case_contents_when_block=false
+cpp_indent_lambda_braces_when_parameter=true
+cpp_indent_goto_labels=one_left
+cpp_indent_preprocessor=leftmost_column
+cpp_indent_access_specifiers=false
+cpp_indent_namespace_contents=true
+cpp_indent_preserve_comments=false
+cpp_new_line_before_open_brace_namespace=ignore
+cpp_new_line_before_open_brace_type=ignore
+cpp_new_line_before_open_brace_function=ignore
+cpp_new_line_before_open_brace_block=ignore
+cpp_new_line_before_open_brace_lambda=ignore
+cpp_new_line_scope_braces_on_separate_lines=false
+cpp_new_line_close_brace_same_line_empty_type=false
+cpp_new_line_close_brace_same_line_empty_function=false
+cpp_new_line_before_catch=true
+cpp_new_line_before_else=true
+cpp_new_line_before_while_in_do_while=false
+cpp_space_before_function_open_parenthesis=remove
+cpp_space_within_parameter_list_parentheses=false
+cpp_space_between_empty_parameter_list_parentheses=false
+cpp_space_after_keywords_in_control_flow_statements=true
+cpp_space_within_control_flow_statement_parentheses=false
+cpp_space_before_lambda_open_parenthesis=false
+cpp_space_within_cast_parentheses=false
+cpp_space_after_cast_close_parenthesis=false
+cpp_space_within_expression_parentheses=false
+cpp_space_before_block_open_brace=true
+cpp_space_between_empty_braces=false
+cpp_space_before_initializer_list_open_brace=false
+cpp_space_within_initializer_list_braces=true
+cpp_space_preserve_in_initializer_list=true
+cpp_space_before_open_square_bracket=false
+cpp_space_within_square_brackets=false
+cpp_space_before_empty_square_brackets=false
+cpp_space_between_empty_square_brackets=false
+cpp_space_group_square_brackets=true
+cpp_space_within_lambda_brackets=false
+cpp_space_between_empty_lambda_brackets=false
+cpp_space_before_comma=false
+cpp_space_after_comma=true
+cpp_space_remove_around_member_operators=true
+cpp_space_before_inheritance_colon=true
+cpp_space_before_constructor_colon=true
+cpp_space_remove_before_semicolon=true
+cpp_space_after_semicolon=false
+cpp_space_remove_around_unary_operator=true
+cpp_space_around_binary_operator=insert
+cpp_space_around_assignment_operator=insert
+cpp_space_pointer_reference_alignment=left
+cpp_space_around_ternary_operator=insert
+cpp_wrap_preserve_blocks=one_liners
index 0564efddb78585467aef87ea93132efa0ecaecdc..9b513cc19b2092503d522c25715227ce546815d4 100755 (executable)
@@ -178,7 +178,7 @@ while ( my @row = $dbs->fetchrow_array() ) {
           . $i
           . '" type="text" value="'
           . $v
-          . '" size="12">';
+          . '" size="12" class="ui-button ui-widget">';
         $d = '[<b><a href="time_zones.cgi" target=_blank>' . $d . '</a></b>]';
     }
     elsif ( $n eq "DATE_UNI" ) {
@@ -189,7 +189,7 @@ while ( my @row = $dbs->fetchrow_array() ) {
         else {
             $u = "SELECTED";
         }
-        $v = qq(<select id="dumi" name="var$i">
+        $v = qq(<select id="dumi" name="var$i" class="ui-button ui-corner-all ui-widget">
                     <option value="0" $l>Locale</option>
                     <option value="1" $u>Universal</option>
                 </select>);
@@ -202,7 +202,7 @@ while ( my @row = $dbs->fetchrow_array() ) {
         else {
             $u = "SELECTED";
         }
-        $v = qq(<select id="almi" name="var$i">
+        $v = qq(<select id="almi" name="var$i" class="ui-button ui-corner-all ui-widget">
                    <option value="0" $l>Disabled</option>
                    <option value="1" $u>Enabled</option>
                 </select>);
@@ -221,7 +221,7 @@ while ( my @row = $dbs->fetchrow_array() ) {
         else {
             $t = $v;
         }
-        $v = qq(<select id="frms" name="var$i">
+        $v = qq(<select id="frms" name="var$i" class="ui-button ui-corner-all ui-widget">
                    <option value="0" $l>Large</option>
                    <option value="1" $m>Medium</option>
                    <option value="2" $s>Small</option>
@@ -242,7 +242,7 @@ while ( my @row = $dbs->fetchrow_array() ) {
         else {
             $t = $v;
         }
-        $v = qq(<select id="rtfs" name="var$i">
+        $v = qq(<select id="rtfs" name="var$i" class="ui-button ui-corner-all ui-widget">
                    <option value="0" $l>Large</option>
                    <option value="1" $m>Medium</option>
                    <option value="2" $s>Small</option>
@@ -265,7 +265,7 @@ while ( my @row = $dbs->fetchrow_array() ) {
             $s3 = " SELECTED";
         }
 
-        $v = qq(<select id="theme" name="var$i">
+        $v = qq(<select id="theme" name="var$i" class="ui-selectmenu-button ui-button ui-corner-all ui-widget">
                    <option$s0>Standard</option>
                    <option$s1>Sun</option>
                    <option$s2>Moon</option>
@@ -286,7 +286,7 @@ while ( my @row = $dbs->fetchrow_array() ) {
         else {
             $u = "SELECTED";
         }
-        $v = qq(<select id="cmp_enc" name="var$i">
+        $v = qq(<select id="cmp_enc" name="var$i" class="ui-button ui-corner-all ui-widget">
                     <option value="0" $l>False</option>
                     <option value="1" $u>True</option>
                     </select>);
@@ -299,7 +299,7 @@ while ( my @row = $dbs->fetchrow_array() ) {
         else {
             $u = "SELECTED";
         }
-        $v = qq(<select id="log_disp" name="var$i">
+        $v = qq(<select id="log_disp" name="var$i" class="ui-button ui-corner-all ui-widget">
                     <option value="0" $l>False</option>
                     <option value="1" $u>True</option>
                     </select>);
@@ -316,7 +316,7 @@ while ( my @row = $dbs->fetchrow_array() ) {
         else {
             $u = "SELECTED";
         }
-        $v = qq(<select id="onoff" name="var$i">
+        $v = qq(<select id="onoff" name="var$i" class="ui-button ui-corner-all ui-widget">
                     <option value="0" $l>Off</option>
                     <option value="1" $u>On</option>
                     </select>);
@@ -1871,4 +1871,3 @@ qq(<div class="debug_output" style="font-size:large;"><div style="text-align: le
     $db->disconnect();
     exit;
 }
-
diff --git a/htdocs/cgi-bin/index orig.cnf b/htdocs/cgi-bin/index orig.cnf
new file mode 100644 (file)
index 0000000..8d0d9af
--- /dev/null
@@ -0,0 +1,413 @@
+!CNF3.0
+
+<<@<%WEBAPP_SETTINGS>
+    $LOG_PATH    = ../../dbLifeLog/
+    //TODO We are reading only the css property, old way is the following hash, preserved as reminder.
+    $THEME       = css => wsrc/main.css, colBG => #c8fff8, colSHDW => #9baec8
+>>
+
+<<@<%HTTP_HEADER>
+-charset =   "UTF8"
+-expires =   "+5s"
+>>
+
+<<HEADER<TREE> _HAS_PROCESSING_PRIORITY_
+
+[JS[
+    [@@[wsrc/main.js]@@]
+    [@@[wsrc/feeds.js]@@]
+    [@@[wsrc/jquery.js]@@]
+    [@@[wsrc/jquery-ui.js]@@]
+]JS]
+[CSS[
+    [@@[wsrc/effects.css]@@]
+    [@@[wsrc/feeds.css]@@]
+    [@@[wsrc/jquery-ui.css]@@]
+    [@@[wsrc/jquery-ui.theme.css]@@]
+    [@@[wsrc/jquery-ui.theme.css]@@]
+    [@@[wsrc/main.css]@@]
+]CSS]
+
+<STYLE<
+[#[
+    #container{
+        border: 2px solid #00000017;
+        width: 78%;
+        margin: 0 auto;
+        padding: 0px;
+    }
+
+    #header {
+        border: 1px solid gray;
+        background: rgba(0, 223, 246, 0.13);
+        margin:5px;
+    }
+
+    #content {
+        border: 1px solid gray;
+        text-align: left;
+        vertical-align: middle;
+        margin:5px;
+        background: rgba(0, 223, 246, 0.13);
+    }
+    .textual {
+        width: 40%;
+    }
+    .textual p::first-letter {
+        color: blueviolet;
+        initial-letter: 3 2;
+        padding-right:  5pt;
+    }
+    #content ul {
+        padding-left: 20px;
+    }
+    #content li {
+        padding: 0px;
+        margin-left:30px;
+    }
+
+    #content li a:link {
+        font-weight: normal;
+        color:rgb(26, 96, 111);
+    }
+
+    #content li a:hover {
+        color: #ff4d21;
+        font-weight: bolder;
+        background: rgba(255,255,255,0.2);
+    }
+
+    #content li a:visited {
+     color:  rgb(136, 58, 200);
+     font-weight: bold;
+    }
+
+
+    #footer {
+        border: 1px solid gray;
+        background: rgba(128,128,128,0.2);
+        margin:5px;
+    }
+
+
+    .md_doc {
+        background: white;
+        border: 1px solid gray;
+        padding: 10px; margin: 5px;
+        text-align: left;
+    }
+
+    .md_doc ul{
+        font-size: large;
+    }
+
+    .md_doc p{
+        margin: 0 auto;
+        padding: 5px;
+        vertical-align: left;
+        text-align: left;
+        font-weight: normal;
+    }
+
+    .md_doc blockquote  {
+        margin-top: 0;
+        margin-bottom: 16px;
+        background:#b2f8ef;
+        border-left: 3px solid #94cde7;
+        border-top:  2px solid #94cde7;
+        border-right:  2px solid #94cde7;
+    }
+    .md_doc blockquote  > :last-child{
+        border-bottom:  2px solid #94cde7;
+    }
+
+    .div_img{
+        height:450px;
+    }
+
+    .md_img{
+        height:80%;
+    }
+
+    code, pre{
+       font-family: 'Droid Sans Mono', 'monospace', monospace;
+    }
+
+    .pre {
+        border:1px solid black;
+        background: rgba(255,255,255,0.2);
+        padding:15px;
+        text-align: left;
+    }
+    .sh {
+        background: black;
+        color: lightgreen;
+        padding: 15px;
+        width: auto;
+        border-radius: .32em;
+        border: 2px solid lightgreen;
+        margin: inherit;
+        margin-right: 30px;
+    }
+
+    div .html {
+        border:1px solid lightgray;
+        background: rgba(255,255,255,0.2);
+        padding:10px;
+        font-family:monospace;
+        text-align: left;
+    }
+
+    div .cnf {
+        border:1px solid lightgray;
+        background: rgba(255,255,255,0.2);
+        padding:10px;
+        font-family:monospace;
+        text-align: left;
+        padding-bottom: 10px;
+        margin-right: 2px;
+        margin-top: 15px;
+    }
+
+    dt{
+        margin-right: 2px;
+    }
+
+    .cnf h1{
+        text-align: left;
+        padding-left: 15px;
+        margin-top: -20px;
+        height: 20px;
+        line-height: 20px;
+        font-size: 15px;
+    }
+
+    .cnf h1 span{
+        background-color: white;
+        border:1px solid lightgray;
+        color:lightgray;
+        font-size:small;
+        padding: 3px;
+        padding-left: 5px;
+        padding-right: 5px;
+    }
+
+
+    div .perl {
+        border:1px solid lightgray;
+        background:  rgba(149, 215, 172, 0.2);
+        padding-left:15px;
+        font-family:monospace;
+        text-align: left;
+        padding-bottom: 20px;
+        margin-right: 2px;
+        margin-top: 15px;
+    }
+
+    .mermaid{
+        border:1px solid lightgray;
+        background: transparent;
+        padding-left:15px;
+        text-align: left;
+        padding-bottom: 20px;
+        margin-right: 2px;
+        margin-top: 15px;
+    }
+
+    .perl h1{
+        text-align: left;
+        padding-left: 15px;
+        margin-top: -10px;
+        height: 20px;
+        line-height: 20px;
+        font-size: 15px;
+    }
+
+    .perl h1 span{
+        background:  rgba(170, 227, 191, 0.75);
+        border:1px solid lightgray;
+        color:black;
+        font-size:small;
+        padding: 3px;
+        padding-left: 5px;
+        padding-right: 5px;
+    }
+
+    .span_status {
+        position: absolute;
+        top: 80px; left:420px;
+        border: 2px solid #94cde7;
+        padding: 5px;
+        text-align: center;
+        background: #ccffff;
+        text-decoration-style: wavy;
+        filter: drop-shadow(    10px 8px 5px #3e6f70);
+    }
+
+]#]
+>STYLE>
+
+<STYLE<
+    <*<MarkdownPlugin::CSS>*>
+>STYLE>
+
+<SCRIPT<
+    type:module
+[#[
+  import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs';
+  mermaid.initialize({ startOnLoad: true });
+  window.mermaid = mermaid;
+]#]
+>SCRIPT>
+
+<SCRIPT<
+[#[
+function onIndexBodyLoad(){
+    console.log("Initiated page.");
+    $("#status").html("Index page is ready!").show();
+    $("#status").fadeOut(2000);
+    $("#content a").click(
+        function(e){
+            e.preventDefault();
+            e.target.setAttribute("style","color:  rgb(136, 58, 200);font-weight: bolder;font-style: italic");
+            $("#status").html("Loading: " + e.target.href).show().fadeOut(3000);
+            $.post('index.cgi', {action:'load', doc:e.target.getAttribute('href')}, loadDocResult).fail(
+                    function(response) {$('#doc_display').html("Service Error: "+response.status,response.responseText)}
+            );
+        }
+    );
+    $("#content a").prop("visitied",false);
+    onBodyLoadGeneric();
+}
+function loadDocResult(content){
+    $('#doc_display').html(content);
+    $(document).scrollTop($("#doc_display").offset().top);
+    window.mermaid.run();
+}
+]#]
+>SCRIPT>
+
+
+>>HEADER>TREE>
+
+
+
+###
+# We in plugin mainly access this PAGE property, <*<HEADER>*> is linked in for clarity,
+# and/or if want to change from keeping the original \<\<HEADER<TREE>...\>\> above.
+#
+<<PAGE<TREE>
+
+ <*<HEADER>*>
+
+ Title: Index Page
+ OnLoad : onIndexBodyLoad()
+
+<div<
+    id:menu_page
+ <#<
+    <span class="menu_head">
+        <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>
+               <span class="menu_title">&nbsp; Page &nbsp;</span>
+        <a id="to_top" href="#top" title="Go to top of page.">
+        <span class="ui-icon ui-icon-arrowthick-1-n" style="float:none;"></span></a>
+    </span>
+    <hr>
+    <a class="ui-button ui-corner-all ui-widget" href="index.cgi">Index</a><hr>
+    <a class="ui-button ui-corner-all ui-widget" href="main.cgi">Life Log</a><hr>
+    <a class="ui-button ui-corner-all ui-widget" onclick="return fetchFeeds()">RSS Feeds</a>
+>#>
+ >div>
+<div<
+id:index-content
+class:content
+style:"height:100vh"
+ <div<
+    id:container
+        <div<
+            id:header
+        <*<PAGE_HEAD>*>
+                                                    <a<
+                                                        name: top
+                                                    >a>
+        >div>
+        <div<
+             id:content_pane
+            <span<
+              id:status
+              class:span_status
+              <#<Page getting ready...>#>
+            >span>
+            <div<
+                id:content
+                style="height:auto"
+                <*<PAGE_CONTENT>*>
+            >div>
+            <div<
+            id:doc_display
+            class:md_doc
+                <*<INFO_MD>*>
+            >div>
+                                        <a<
+                                                        name="feed_top"
+                                        >a>
+            <a<
+                id: rss_anchor
+            >a>
+            <div<
+                id="feeds"
+                class="rz"
+                style ="margin: 5px; visibility:hidden"
+                [#[ RSS Here ]#]
+            >div>
+        >div>
+        <div<
+            id:footer
+            <*<PAGE_FOOT>*>
+            <span<&#8971;&#8593;>span>
+                        <a<
+                            id:code
+                            href:#top
+                            title:Go to top of page.
+                            <#<To Top Of Page>#>
+                        >a>
+            <span<&#8968;>span>
+                                                        <a<
+                                                            name: bottom
+                                                        >a>
+        >div>
+ >div>
+    <!<Page brought to you by HTMLIndexProcessorPlugin, from the PerlCNF project.>!>
+>div>
+
+>>PAGE>TREE>
+
+
+<<INFO_MD<ESCAPED>
+
+**Now, if you please, select a link from the directory listing above.**
+
+
+### INFO
+\> This Page is the Documentation listing coming with the [LifeLog](https://github.com/wbudic/LifeLog) Application.
+\>
+\>[Open Source License](https://choosealicense.com/licenses/isc/)
+
+<center>Page brought to you by HTMLIndexProcessorPlugin v.<*<HTMLIndexProcessorPlugin::VERSION>*> in Moon Stage (beta).</center>
+
+>>
+
+<<CNF_TO_HTML<PLUGIN>
+    package     : HTMLIndexProcessorPlugin
+    subroutine  : convert
+    property    : PAGE
+>>
+
+<<INFO_MD_TO_HTML<PLUGIN> _HAS_PROCESSING_PRIORITY_
+    package     : MarkdownPlugin
+    subroutine  : convert
+    property    : INFO_MD
+>>
+<<1>>
+
index 70d08270c19783b54aa12eb978dea585c5bcf806..d65beab1311bf479256ccee1c00b412415338e13 100644 (file)
@@ -97,7 +97,7 @@
     }
 
     #content li a:visited {
-     color:  rgb(136, 58, 200);
+     color:  rgb(150, 8, 8);
      font-weight: bold;
     }
 
     .md_doc p{
         margin: 0 auto;
         padding: 5px;
-        vertical-align: left;
         text-align: left;
         font-weight: normal;
     }
 
     .span_status {
         position: absolute;
-        top: 80px; left:420px;
+        /* top: 80px;
+         left:420px;*/
         border: 2px solid #94cde7;
         padding: 5px;
         text-align: center;
     }
 
 
-
 ]#]
 >STYLE>
 
@@ -336,7 +335,9 @@ function onIndexBodyLoad(){
                 }
             e.target.parentElement.setAttribute("style","color:  rgb(136, 58, 200); background-color: rgba(244, 241, 241, 0.386); font-size: large;  padding-left:1em;border-radius:15px; text-align:center;");
             PREV_DIR_ELE = e.target;
+            $("#status").prependTo(e.target.parentElement);
             $("#status").html("Loading: " + e.target.href).show();
+
             $.post('index.cgi', {action:'load', doc:e.target.getAttribute('href')}, loadDocResult).fail(
                     function(response) {$('#doc_display').html("Service Error: "+response.status,response.responseText)}
             );
@@ -352,7 +353,7 @@ function onIndexBodyLoad(){
 }
 function loadDocResult(content){
     $('#doc_display').html(content);
-    $("#status").fadeOut(1000);
+    $("#status").fadeOut(2000);
     $(document).scrollTop($("#doc_display").offset().top);
     if(window.mermaid){
        window.mermaid.run();
@@ -447,7 +448,7 @@ style:"height:100vh"
                         >div>
                         <div<
                             id="display"
-                            class="ui-state-active no-top-border"
+                            class="ui-state-active no-top-border league-mono-thin-condensed-tnum"
                             <div<
                                     id:doc_display
                                     class:md_doc
@@ -559,4 +560,3 @@ Database &lt;--&gt; CNF
     property    : EMPTY_TAB_INFO
 >>
 <<1>>
-
index 71913fb9666791f7a850310ab10e9f63b12aadf6..7901374b75d2bde00eaeab3cd5cb85611ac513f5 100755 (executable)
@@ -83,7 +83,7 @@ try{
         <table border="0" width="50%"
         style="opacity: 1; box-sizing: border-box; margin-bottom: 5px; box-shadow: 5px 5px 5px $colSHDW;">
         <tr class="r0">
-            <td colspan="3"><h3 id="lifelog_head">Welcome to Life Log</h3></td>
+            <td colspan="3"><h2 id="lifelog_head">Life Log</h2></td>
             </tr>
         <tr class="r1">
             <td align="right">Alias:</td><td><input type="text" name="alias" value="$alias"/></td><td></td>
index 7fe9625b146e7b23ade5dbe791991c0ea02b5252..7b40d093768fa1881dec6994a7c4bdbf041a3831 100644 (file)
@@ -91,7 +91,6 @@ try{
         $buffer .= $cgi->start_html(
                             -title   => $title,
                             -onload  => $body_on_load,
-                            # -BGCOLOR => $colBG,
                             -style   => \@hhshCSS,
                             -script  => \@hhshJS,
                             -head=>$give_me,
diff --git a/htdocs/cgi-bin/test.html b/htdocs/cgi-bin/test.html
new file mode 100644 (file)
index 0000000..35bd5a6
--- /dev/null
@@ -0,0 +1,41 @@
+<!DOCTYPE html
+       PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
+<head>
+<title>Personal Log</title>
+<link rel="stylesheet" type="text/css" href="wsrc/jquery-ui.css" />
+<link rel="stylesheet" type="text/css" href="wsrc/jquery-ui.theme.css" />
+<link rel="stylesheet" type="text/css" href="wsrc/jquery-ui-timepicker-addon.css" />
+<link rel="stylesheet" type="text/css" href="wsrc/tip-yellowsimple/tip-yellowsimple.css" />
+<link rel="stylesheet" type="text/css" href="wsrc/quill/katex.min.css" />
+<link rel="stylesheet" type="text/css" href="wsrc/quill/monokai-sublime.min.css" />
+<link rel="stylesheet" type="text/css" href="wsrc/quill/quill.snow.css" />
+<link rel="stylesheet" type="text/css" href="wsrc/jquery.sweet-dropdown.css" />
+<link rel="stylesheet" type="text/css" href="wsrc/effects.css" />
+<link rel="stylesheet" type="text/css" href="wsrc/main_sun.css" />
+<script src="wsrc/main.js" type="text/javascript"></script>
+<script src="wsrc/jquery.js" type="text/javascript"></script>
+<script src="wsrc/jquery-ui.js" type="text/javascript"></script>
+<script src="wsrc/jquery-ui-timepicker-addon.js" type="text/javascript"></script>
+<script src="wsrc/jquery-ui-sliderAccess.js" type="text/javascript"></script>
+<script src="wsrc/jquery.poshytip.js" type="text/javascript"></script>
+<script src="wsrc/quill/katex.min.js" type="text/javascript"></script>
+<script src="wsrc/quill/highlight.min.js" type="text/javascript"></script>
+<script src="wsrc/quill/quill.min.js" type="text/javascript"></script>
+<script src="wsrc/jscolor.js" type="text/javascript"></script>
+<script src="wsrc/moment.js" type="text/javascript"></script>
+<script src="wsrc/moment-timezone-with-data.js" type="text/javascript"></script>
+<script src="wsrc/jquery.sweet-dropdown.js" type="text/javascript"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<meta charset="utf-8">
+</head>
+<body bgcolor="#FFD700">
+    <DIV class="content"><a id="top" name="top"/>
+
+
+            <span id="cat_desc" name="cat_desc"><img src="wsrc/images/Wedges-9.1s-64px.png" style="height: 46px;"/><div><br>Please Wait...</div></span>
+
+    </DIV>
+
+</body>
\ No newline at end of file
index 0601d7151ab1365f1841917ac577a6b774e5a9df..e8f855b7b7a904399cbf710133333cd69119fe6e 100644 (file)
@@ -1,3 +1,4 @@
+
 #index_head {
     letter-spacing: .1em;
     text-shadow: 3px 5px 2px #474747, 2px 2px 2px rgba(206, 89, 55, 2);
@@ -21,6 +22,7 @@
     text-align: center;
     background: #ccffff;
     margin-left: 91%;
+    
 }
 
 #menu_page {
diff --git a/htdocs/cgi-bin/wsrc/fonts/LeagueMono-VF.woff2 b/htdocs/cgi-bin/wsrc/fonts/LeagueMono-VF.woff2
new file mode 100644 (file)
index 0000000..c6504ce
Binary files /dev/null and b/htdocs/cgi-bin/wsrc/fonts/LeagueMono-VF.woff2 differ
index 345e8ea5d66fbc9d0c1ce084d5c81d950a65a33b..fbbe51235765004bbe86556b1d5edd08c525869f 100644 (file)
@@ -1,20 +1,21 @@
+
 body{
-    font-family: Segoe UI,Helvetica,Bookman,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
-    font-size: 14px;
-    /*margin: 0;
-    padding:0;*/
     background-image: url('images/page-bck-std.jpg');
     background-repeat: no-repeat;
     background-attachment: fixed;
     background-size: cover;
+
+    font-family: 'Helvetica';
+    font-size: 1rem;
+
 }
-.content{
+.content {
    margin: 0;
    padding:0;
 }
 p {
-        margin-left: 70px;
-    font-weight: bold;
+     margin-left: 70px;
+
 }
 pre{
     color: #070707;
@@ -208,9 +209,11 @@ div#rz {
     -webkit-appearance: none;
 }
 
-.log::-webkit-scrollbar:vertical {
+/* .log::-webkit-scrollbar:vertical {
     width: 12px;
-}
+} */
+
+
 
 .log::-webkit-scrollbar:horizontal {
     height: 12px;
index a7f4e66522baccb92f38545aa30a7ab0ba06c30a..bd03e29dea2bdb44070f07671d8b782845a8763a 100644 (file)
@@ -1,21 +1,20 @@
 body{
-    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Bookman,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
-    font-size: 14px;
-    margin: 0;
-    padding:0;
     background-image: url('images/page-bck-moon.png');
     background-repeat: no-repeat;
     background-attachment: fixed;
     background-size: cover;
+
+    font-family: 'Helvetica';
+    font-size: 1rem;
+
 }
-.content{
-    margin: 0;
-    padding:0;
+.content {
+   margin: 0;
+   padding:0;
 }
 p {
-    font-family: Bookman;
-    margin-left: 70px;
-    font-weight: bold;
+     margin-left: 70px;
+
 }
 
 pre{
@@ -29,7 +28,6 @@ pre{
 table,
 th,
 td {
-    font-family: Bookman;
     border-collapse: collapse;
     padding: 5px;
     margin: auto;
@@ -37,7 +35,6 @@ td {
 }
 
 div {
-    font-family: Bookman;
     text-align: center;
     vertical-align: middle;
     color: #d8d8d8;
@@ -188,12 +185,10 @@ div#rz {
     margin: 2px;
     padding: 2px;
     font-size: 9pt;
-    color: #aeaee4;
+    color: #292951;
 }
 
 #al {
-    align-items: left;
-    align-content: left;
     text-align: left;
 }
 
@@ -211,9 +206,11 @@ div#rz {
     -webkit-appearance: none;
 }
 
-.log::-webkit-scrollbar:vertical {
+/* .log::-webkit-scrollbar:vertical {
     width: 12px;
-}
+} */
+
+
 
 .log::-webkit-scrollbar:horizontal {
     height: 12px;
@@ -225,6 +222,7 @@ div#rz {
     background-color: rgba(0, 0, 0, .5);
 }
 
+
 #tag_FRM {
     border: 2px solid #2b3d46;
     padding: 5px;
@@ -237,7 +235,6 @@ img {
     padding: 0 10px
 }
 
-
 #menu {
     position: fixed;
     float: left;
@@ -245,7 +242,7 @@ img {
     border: 2px solid #9bb6c3;
     padding: 5px;
     text-align: center;
-    margin-left: 90%;
+    margin-left: 91%;
     color: white;
     background-color: #363531;
 }
@@ -256,11 +253,6 @@ img {
     filter: drop-shadow(10px 8px 5px #577272);
 }
 
-#frm_login {
-    vertical-align: middle;
-    margin: 0;
-}
-
 .marg-top-2{
     margin-top: 2px;
 }
@@ -270,6 +262,12 @@ border: 1px solid;
 padding: 5px;
 }
 
+#frm_login {
+    vertical-align: middle;
+    margin: 0;
+}
+
+
 .ui-icon,.menu_title {
     background-color: aliceblue;
     font-weight: bolder;
@@ -353,6 +351,7 @@ padding: 5px;
 
 #btnRTF {
     float: right;
+
 }
 
 .midnight{
@@ -402,4 +401,10 @@ a:active {
     font-family: monospace;
     opacity: 8;
     padding: 5px;
-}
\ No newline at end of file
+}
+
+.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
+    border: 1px solid #aed0ea;
+    background: #f3faff;
+    font-weight: bold;
+  }
\ No newline at end of file
index e4001aae6dae2ccf937ac184733f70b8361a852c..11117a7f108024768d22fe60a4f726b7f147a14d 100644 (file)
@@ -1,6 +1,4 @@
 body{
-    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Bookman,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
-    font-size: 14px;
     background-color: #FFD700;
     margin: 0;
     padding:0;
@@ -8,15 +6,19 @@ body{
     background-repeat: no-repeat;
     background-attachment: fixed;
     background-size: cover;
+
+    font-family: 'Helvetica';
+    font-size: 1rem;
+
 }
 .content {
-    margin: 0;
-    padding:0;
+   margin: 0;
+   padding:0;
 }
 
 p {
-    margin-left: 70px;
-    font-weight: bold;
+     margin-left: 70px;
+
 }
 pre{
     color: black;
@@ -34,13 +36,10 @@ td {
 }
 
 div {
-    font-family: Bookman;
     text-align: center;
-    vertical-align: middle;
 }
 
 #div_log {
-    display: none;
     font-weight: bold;
 }
 #div_srh {
@@ -96,6 +95,10 @@ th,
     text-decoration-style: wavy;
 }
 
+ui-menu,.ui-autocomplete {
+    background: gold;
+}
+
 .span_cat {
     font-family: Bookman;
     border: 1px solid #b2f8ef;
@@ -153,6 +156,14 @@ th,
     padding: 2%;
     margin: 0px auto;
 }
+.login {
+
+    vertical-align: middle; text-align:center; width: 60% !important;
+    background:black url('images/Sun-Rotating.gif');
+    background-repeat: no-repeat;
+    background-repeat: space;
+    background-position-x: right;
+}
 div#rz {
     border: 1px solid black;
     text-align: left;
@@ -173,13 +184,7 @@ div#rz {
     border-right: 1px solid black;
     text-align: center;
 }
-.login {
-    vertical-align: middle; text-align:center; width: 60% !important;
-    background:black url('images/Sun-Rotating.gif');
-    background-repeat: no-repeat;
-    background-repeat: space;
-    background-position-x: right;
-}
+
 .edit {
     margin: 2px;
     padding: 2px;
@@ -398,6 +403,7 @@ html .ui-button.ui-state-disabled:active {
 
 #btnRTF {
     float: right;
+
 }
 
 .midnight{