Skip to content

Commit 36cb83e

Browse files
committed
Add themes
1 parent 366a010 commit 36cb83e

File tree

5 files changed

+106
-1
lines changed

5 files changed

+106
-1
lines changed

css/dark.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ body {
44
.user-avater {
55
border: 4px solid #3b3b3b;
66
}
7+
.server_list_table_top th {
8+
color: #ebebeb;
9+
}
710
section {
811
color: #ebebeb;
912
background-color: #3b3b3b;

css/light.css

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
body {
2+
background-color: white;
3+
}
4+
.user-avater {
5+
border: 4px solid #F5F5F5;
6+
}
7+
.server_list_table_top th {
8+
color: black;
9+
}
10+
section {
11+
color: black;
12+
background-color: #e6e6e6;
13+
}
14+
.connectlink_cell a {
15+
color: #007CFF;
16+
}
17+
.server_list_table {
18+
color: black;
19+
}
20+
.players_numeric {
21+
color: #FF0000;
22+
}
23+
.II a {
24+
color: #323232;
25+
}
26+
.II.csgo th {
27+
color: black;
28+
}
29+
.map {
30+
border: 5px solid #888888;
31+
}
32+
.querytime {
33+
color: white;
34+
}

css/midnight.css

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
body {
2+
background-color: #0F0F0FFF;
3+
}
4+
.user-avater {
5+
border: 4px solid #3b3b3b;
6+
}
7+
.server_list_table_top th {
8+
color: #ebebeb;
9+
}
10+
section {
11+
color: #ebebeb;
12+
background-color: rgb(0, 0, 0);
13+
border: 1px solid white;
14+
}
15+
.connectlink_cell a {
16+
color: #0093ff;
17+
}
18+
.server_list_table {
19+
color: #ebebeb;
20+
}
21+
.players_numeric {
22+
color: #ff2b2b;
23+
}
24+
.II a {
25+
color: #d7d7d7;
26+
}
27+
.II.csgo th {
28+
color: #ebebeb;
29+
}
30+
.map {
31+
border: none;
32+
}
33+
.querytime {
34+
color: white;
35+
}

css/style.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ details summary::-webkit-details-marker {
5454
}
5555
html, body {
5656
min-height: 100vh;
57-
background-color: #1D1D1F;
5857
text-align: center;
5958
font-family: var(--font-normal);
6059
-ms-user-select: None;

css/summer-night-inverted.css

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
body {
2+
background-color: #e6e6e6;
3+
}
4+
.user-avater {
5+
border: 4px solid #F5F5F5;
6+
}
7+
.server_list_table_top th {
8+
color: black;
9+
}
10+
section {
11+
color: #ebebeb;
12+
background-color: #1D1D1F;
13+
}
14+
.connectlink_cell a {
15+
color: #007CFF;
16+
}
17+
.server_list_table {
18+
color: #ebebeb;
19+
}
20+
.players_numeric {
21+
color: #FF0000;
22+
}
23+
.II a {
24+
color: #d7d7d7;
25+
}
26+
.II.csgo th {
27+
color: black;
28+
}
29+
.map {
30+
border: 5px solid #888888;
31+
}
32+
.querytime {
33+
color: white;
34+
}

0 commit comments

Comments
 (0)