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
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';
a:link {
- color:#5b06fa;
+ color:#5b06fa;
}
a:visited {
-color: #065bfa;
+ color: #065bfa;
}
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
margin: 0;
}
+
.ui-button,
.ui-button-text .ui-button {
font-size: 12px !important;
+ background: #b5e7a1 !important;
}
.ui-menu {
}
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
}
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
.ui-button,
.ui-button-text .ui-button {
font-size: 12px !important;
+ background-color: #93d314;
}
.ui-menu {
.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