diff --git a/static/blue_mini.css b/static/blue_mini.css old mode 100644 new mode 100755 index 1bad65e..1006a8f --- a/static/blue_mini.css +++ b/static/blue_mini.css @@ -128,7 +128,7 @@ div1 { } html, body { - margin: 0; + margin-top: 0.1em; margin-left: 0.1em; padding: 0; border: 0; @@ -137,7 +137,7 @@ html, body { vertical-align: baseline; background: transparent; scroll-behavior: smooth; - line-height: 1em; + line-height: 0.8em; } .column { @@ -274,7 +274,7 @@ td { background-color: #01030e; border: 1px solid #316282; padding: 2px 10px; - font-size: 90%; + font-size: 80%; } .loader { diff --git a/static/darkgreen_mini.css b/static/darkgreen_mini.css old mode 100644 new mode 100755 index f08f328..8d6a416 --- a/static/darkgreen_mini.css +++ b/static/darkgreen_mini.css @@ -128,7 +128,7 @@ div1 { } html, body { - margin: 0; + margin-top: 0.1em; margin-left: 0.1em; padding: 0; border: 0; @@ -137,7 +137,7 @@ html, body { vertical-align: baseline; background: transparent; scroll-behavior: smooth; - line-height: 1em; + line-height: 0.8em; } @@ -276,7 +276,7 @@ td { background-color: #020E01; border: 1px solid #1C451A; padding: 2px 10px; - font-size: 90%; + font-size: 80%; } .loader { diff --git a/static/pink_mini.css b/static/pink_mini.css old mode 100644 new mode 100755 index 2e688ae..df1009d --- a/static/pink_mini.css +++ b/static/pink_mini.css @@ -128,7 +128,7 @@ div1 { } html, body { - margin: 0; + margin-top: 0.1em; margin-left: 0.1em; padding: 0; border: 0; @@ -137,7 +137,7 @@ html, body { vertical-align: baseline; background: transparent; scroll-behavior: smooth; - line-height: 1em; + line-height: 0.8em; } @@ -276,7 +276,7 @@ td { background-color: #0A010EFF; border: 1px solid #823153FF; padding: 2px 10px; - font-size: 90%; + font-size: 80%; } .loader { diff --git a/static/red_mini.css b/static/red_mini.css old mode 100644 new mode 100755 index a559ffc..c1d5e58 --- a/static/red_mini.css +++ b/static/red_mini.css @@ -128,7 +128,7 @@ } html, body { - margin: 0; + margin-top: 0.1em; margin-left: 0.1em; padding: 0; border: 0; @@ -137,7 +137,7 @@ vertical-align: baseline; background: transparent; scroll-behavior: smooth; - line-height: 1em; + line-height: 0.8em; } @@ -276,7 +276,7 @@ background-color: #01030e; border: 1px solid #823131; padding: 2px 10px; - font-size: 90%; + font-size: 80%; } .loader {