-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles.css
120 lines (94 loc) · 1.5 KB
/
styles.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
.btn {
background-color: #059ca1;
color: white;
padding: 8px;
font-size: 20px;
border: none;
border-radius: 4px;
margin: 0px;
margin-top: 5px;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
height: 400px;
overflow: auto;
position: absolute;
background-color: #f1f1f1;
min-width: 100px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
z-index: 1;
}
.gamebtn {
width: 100%;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {
background-color: #ddd;
}
.dropdown:hover .dropdown-content {
display: block;
}
.btn:hover {
background-color: #007d86;
}
.nav-btn {
/* visibility: hidden; */
width: 45%;
}
.btnlist {
width: 10%;
/* float: left; */
margin: 2%;
}
body {
display: flex;
/* flex-direction: column; */
margin: 0px;
}
div {
margin: 10px;
}
#chart_div div{
margin:0px;
}
#nav-btn2 {
/* justify-content: right; */
margin-left: 2px;
}
#nav-btn1 {
margin-right: 2px;
}
.navbtnlist{
display: flex;
justify-content: center;
margin:0px;
}
#chart_div {
margin: 0px;
margin-top: 10px;
}
#loading_status {
margin: 0;
padding: 0;
}
#firstbtn {
margin-top: 0px;
}
img {
margin-top: 2%;
height: 389.979px;
}
#imgdiv {
display: flex;
justify-content: center;
width: 86%;
}