-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
99 lines (83 loc) · 1.13 KB
/
style.css
File metadata and controls
99 lines (83 loc) · 1.13 KB
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
#map {
height: 100%;
width: 75%;
border-radius: 10px;
}
h1 {
display: none;
}
html, body {
height: 100%;
margin: 0px;
}
main {
height: 100%;
}
section {
height: 95%;
}
#banner{
background-color: #3f3f3f;
background-size: cover;
text-align:center;
line-height: 40px;
height: 40px;
top: 0px;
margin: 0px;
}
#banner h2{
font-family: '微軟正黑體';
transition-duration: 1s;
margin: 0px;
color: white;
//text-shadow: 1px 1px #666;
}
#banner h2:hover{
transform: translateY(3px);
}
#table{
position: absolute;
background-color: #3f3f3f;
background-size: cover;
text-align:center;
top: 0px;
right: 0px;
height: 100%;
width: 25%;
float: right;
z-index:1;
}
#blocked{
height: 3%;
width: 100%;
}
#value{
height: 20%;
width: 100%;
}
#value h3{
font-family: '微軟正黑體';
margin: 5%;
color: #D3D3D3;
}
@font-face {
font-family: myFirstFont;
src: url(CursedTimerUlil-Aznm.ttf);
}
#time{
font-family: myFirstFont;
color: #ffb900;
}
#count{
font-family: myFirstFont;
color: #ffb900;
}
#graph{
height: 70%;
width: 100%;
}
#graph h3{
font-family: '微軟正黑體';
margin: 5%;
color: #D3D3D3;
}