-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
94 lines (81 loc) · 1.64 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
/*Light/Dark Modus*/
.webhead {
/*border: 2px solid black;*/
height: 10%;
padding-bottom: 3%;
padding-top: 8px;
padding-left: 8px;
}
.logo, .webtitle {
float: left;
display: inline;
max-height: 100%;
text-align: center;
}
#webtitle {
float: right;
color: #CCCCCC;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#MainContent {
border: 2px solid #CCCCCC;
font-size: 1vw;
color: #CCCCCC;
scroll-behavior: auto;
}
body {
background-color: #1E1E1E;
}
table {
border: 2px solid #CCCCCC;
}
.playerSpace {
max-height: 600px;
scroll-behavior: auto;
overscroll-behavior:inherit;
overflow:auto;
}
a {
color: #9CDCDA;
}
/*#style="width: 100%; float: left; background-color: #0064A9; padding-top-bottom: 10px;"*/
#SelectBox {
width: 100%;
align-content: center;
background-color: #0064A9;
}
.btn {
align-items: center;
background-color: #0064A9;
border: 2px solid #0064A9;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-flex;
fill: #000;
font-family: Inter,sans-serif;
font-size: 16px;
font-weight: 600;
height: 48px;
justify-content: center;
letter-spacing: -.8px;
line-height: 24px;
min-width: 140px;
outline: 0;
padding: 0 17px;
text-align: center;
text-decoration: none;
transition: all .3s;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
}
.btn:hover {
background-color: #666666;
}
.entry {
background-color: #F2F2F2;
border: 2px solid #F2F2F2;
box-sizing: border-box;
border-bottom: 2px solid #666666;
}