]> lifelog.hopto.org Git - LifeLog.git/commitdiff
theme updated.
authorWill Budic <redacted>
Mon, 6 Jan 2020 20:51:14 +0000 (07:51 +1100)
committerWill Budic <redacted>
Mon, 6 Jan 2020 20:51:14 +0000 (07:51 +1100)
htdocs/cgi-bin/system/modules/Settings.pm
htdocs/cgi-bin/wsrc/main.css
htdocs/cgi-bin/wsrc/main_earth.css
htdocs/cgi-bin/wsrc/main_moon.css
htdocs/cgi-bin/wsrc/main_sun.css

index 52600ea734492676d98dc59bef836ce02e7ca90a..8adaeb5e251adbb2ca831a7f10fe5b7af9940e38 100644 (file)
@@ -24,10 +24,10 @@ our $RTF_SIZE     = 0;
 our $THEME        = 'Standard';
 
 ### Page specific settings Here
-my $TH_CSS        = 'main.css';
-my $BGCOL         = '#c8fff8';
+our $TH_CSS        = 'main.css';
+our $BGCOL         = '#c8fff8';
 #Set to 1 to get debug help. Switch off with 0.
-my $DEBUG        = 0;
+our $DEBUG         = 0;
 #END OF SETTINGS
 
 
@@ -92,9 +92,9 @@ sub getConfiguration {
 sub getTheme {
 
         switch ($THEME){
-            case "Sun"  { $BGCOL = '#D4AF37'; $TH_CSS = "main_sun.css"; }
-            case "Moon" { $BGCOL = '#000000'; $TH_CSS = "main_moon.css"; }
-            case "Sun"  { $BGCOL = 'green';   $TH_CSS = "main_earth.css"; }
+            case "Sun"   { $BGCOL = '#D4AF37'; $TH_CSS = "main_sun.css"; }
+            case "Moon"  { $BGCOL = '#000000'; $TH_CSS = "main_moon.css"; }
+            case "Earth" { $BGCOL = '#26be54'; $TH_CSS = "main_earth.css"; }
             else{
                 # Standard;
                 $BGCOL    = '#c8fff8';
index c2377e46ecbf5303a7a15bcf053c8b2d260d34ab..d78fcf93980203c882ae3b1321eef23a412c59c8 100644 (file)
@@ -232,10 +232,10 @@ img {
 
 
 a:link {
   color:#5b06fa;
+ color:#5b06fa;
 }
 a:visited {
-color: #065bfa;
+ color: #065bfa;
 }
 
 a:hover {
@@ -243,3 +243,15 @@ a:hover {
     font-style: oblique;
 }
 
+#sss_status{
+    font-size: smaller;
+    font-style: italic;
+    color:darkslateblue;
+}
+
+ #sss_expired{
+    font-size: large;
+    font-style: normal;
+    font-weight: bold;
+    color:crimson; 
+}
\ No newline at end of file
index 5d948afa26fcba031340af376f3a3f4961e95611..53fd9ecacc711201afa543bffde64d0e2967501c 100644 (file)
@@ -158,9 +158,11 @@ img {
     margin: 0;
 }
 
+
 .ui-button,
 .ui-button-text .ui-button {
     font-size: 12px !important;
+    background: #b5e7a1 !important;    
 }
 
 .ui-menu {
@@ -239,4 +241,18 @@ a:link {
   }
   a:active {
       color: #ff7b00;
-  }
\ No newline at end of file
+  }
+
+  #sss_status{
+    font-size: smaller;
+    font-style: italic;
+    color:lawngreen;
+}
+
+ #sss_expired{
+    font-size: large;
+    font-style: normal;
+    font-weight: bold;
+    color:lightsalmon;
+    background-color: #26be54;
+}
\ No newline at end of file
index 44da2d873b5f8506f0a517fd3762282d974e83c8..6700a1d583888bc5354ab91a9de40b8d5c2c39cc 100644 (file)
@@ -243,4 +243,17 @@ a:hover {
 }
 a:active {
     color: #ff7b00;
-} 
\ No newline at end of file
+}
+
+#sss_status{
+    font-size: smaller;
+    font-style: italic;
+    color:gray
+}
+
+ #sss_expired{
+    font-size: large;
+    font-style: normal;
+    font-weight: bold;
+    color:khaki;
+}
\ No newline at end of file
index 7731e25b6d9e40e26f003346ffd423d901eae5ce..d2e0ddf6686a3ffa1c1b174fba11db4c80098efe 100644 (file)
@@ -160,6 +160,7 @@ img {
 .ui-button,
 .ui-button-text .ui-button {
     font-size: 12px !important;
+    background-color: #93d314;
 }
 
 .ui-menu {
@@ -224,4 +225,17 @@ img {
 
 .midnight{
     color:midnightblue;
+}
+
+#sss_status{
+ font-size: smaller;
+ font-style: italic;
+ color:darkgoldenrod;
+}
+
+#sss_expired{
+ font-size: large;
+ font-style: normal;
+ font-weight: bold;
+ color:crimson; 
 }
\ No newline at end of file