reduce line height and font size

main
simp 2025-06-02 01:00:55 -04:00
parent ca71477cce
commit 44e9d853ed
4 changed files with 12 additions and 12 deletions

6
static/blue_mini.css 100644 → 100755
View File

@ -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 {

6
static/darkgreen_mini.css 100644 → 100755
View File

@ -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 {

6
static/pink_mini.css 100644 → 100755
View File

@ -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 {

6
static/red_mini.css 100644 → 100755
View File

@ -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 {