-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
77 lines (76 loc) · 1.61 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
body{
background-color: #4c4c4c;
color: #4caf50;
height: 100vh;
margin: 0;
}
hr{
background-color: #4caf50;
}
.jt-wrap{
min-height: 100%;
}
.jt-bl{
border-left: 3px solid #4caf50;
}
.jt-bb{
border-bottom: 1px solid #4caf50;
}
.container{
background-color: #4caf5055;
border: 2px solid #4caf50;
border-radius: 20px;
margin-top: 30px;
box-shadow: 0 0 8px rgba(0,0,0,.8);
}
.action-btn{
background-color: #4caf50;
border: 3px solid #4caf50;
border-radius: 15px;
margin: 0 20px;
box-shadow: 0 1px 5px rgba(0,0,0,.3);
margin-top: 60px;
cursor: pointer;
margin-bottom: 20px;
}
.action-btn:hover{
background-color: #5dbf61;
box-shadow: 0 1px 5px rgba(0,0,0,.6);
}
.action-btn h1{
color: #f1f1f1;
text-shadow: 0px 0px 5px #4caf50;
font-weight: bold;
display: block;
text-align: center;
padding: 50px 0;
}
.jt-timer{
min-height: 100%;
text-align: center;
}
.jt-history{
text-align: left;
width: 100%;
}
.jt-history div{
display: block;
padding: 20px 15px;
font-size: 20px;
border-bottom: 1px solid #4caf50;
width: 100%;
background-color: #555;
}
.jt-history div small{
color: #0f0;
}
#ts,.text-bold{
font-weight: bold;
}
.hide{
display: none!important;
}
.txt-jt,.txt-jt:hover{
font-weight: bold;
color: #4caf50;
}