-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtimer.css
More file actions
119 lines (107 loc) · 4.1 KB
/
timer.css
File metadata and controls
119 lines (107 loc) · 4.1 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
body
{
margin: 0;
padding: 0;
}
/* ---------------------- Begin TIMER ---------------------- */
.timer
{
margin: 10px auto;
width: 440px;
overflow: auto;
}
.timerBlock
{
display: block;
float: left;
max-width: 110px;
min-width: 110px;
margin: 0;
padding: 0;
}
.timerAtom
{
display: block;
width: 63px;
height: 63px;
clear: both;
margin: 10px auto;
padding: 7px 7px;
border-radius: 10px;
box-shadow: 0 -3px 2px #666;
overflow: hidden;
}
.days
{
background-color: #2DCB74;
text-shadow: 1px 1px #1b7a46, 2px 2px #1b7a46, 3px 3px #1b7a46, 4px 4px #1b7a46, 5px 5px #1b7a46, 6px 6px #1b7a46, 7px 7px #1b7a46, 8px 8px #1b7a46, 9px 9px #1b7a46, 10px 10px #1b7a46, 11px 11px #1b7a46, 12px 12px #1b7a46, 13px 13px #1b7a46, 14px 14px #1b7a46, 15px 15px #1b7d47, 16px 16px #1c8049, 17px 17px #1d844b, 18px 18px #1e874d, 19px 19px #1e8a4f, 20px 20px #1f8e51, 21px 21px #209153, 22px 22px #219555, 23px 23px #219857, 24px 24px #229b59, 25px 25px #239f5b, 26px 26px #24a25d, 27px 27px #24a55e, 28px 28px #25a960, 29px 29px #26ac62, 30px 30px #27b064, 31px 31px #27b366, 32px 32px #28b668, 33px 33px #29ba6a, 34px 34px #2abd6c, 35px 35px #2ac06e, 36px 36px #2bc470, 37px 37px #2cc772, 38px 38px #2dcb74;
}
.hours
{
background-color: #3598DB;
text-shadow: 1px 1px #205b83, 2px 2px #205b83, 3px 3px #205b83, 4px 4px #205b83, 5px 5px #205b83, 6px 6px #205b83, 7px 7px #205b83, 8px 8px #205b83, 9px 9px #205b83, 10px 10px #205b83, 11px 11px #205b83, 12px 12px #205b83, 13px 13px #205b83, 14px 14px #205b83, 15px 15px #205d86, 16px 16px #21608a, 17px 17px #22628e, 18px 18px #236591, 19px 19px #246795, 20px 20px #256a99, 21px 21px #266c9c, 22px 22px #276fa0, 23px 23px #2771a4, 24px 24px #2874a7, 25px 25px #2976ab, 26px 26px #2a79af, 27px 27px #2b7cb2, 28px 28px #2c7eb6, 29px 29px #2d81ba, 30px 30px #2e83bd, 31px 31px #2e86c1, 32px 32px #2f88c5, 33px 33px #308bc8, 34px 34px #318dcc, 35px 35px #3290d0, 36px 36px #3392d3, 37px 37px #3495d7, 38px 38px #3598db;
}
.minutes
{
background-color: #F39C11;
text-shadow: 1px 1px #925e0a, 2px 2px #925e0a, 3px 3px #925e0a, 4px 4px #925e0a, 5px 5px #925e0a, 6px 6px #925e0a, 7px 7px #925e0a, 8px 8px #925e0a, 9px 9px #925e0a, 10px 10px #925e0a, 11px 11px #925e0a, 12px 12px #925e0a, 13px 13px #925e0a, 14px 14px #925e0a, 15px 15px #96600a, 16px 16px #9a630a, 17px 17px #9e650a, 18px 18px #a2680b, 19px 19px #a66a0b, 20px 20px #aa6d0b, 21px 21px #ae700c, 22px 22px #b2720c, 23px 23px #b6750c, 24px 24px #ba770c, 25px 25px #be7a0d, 26px 26px #c27d0d, 27px 27px #c67f0d, 28px 28px #ca820e, 29px 29px #ce840e, 30px 30px #d2870e, 31px 31px #d6890e, 32px 32px #da8c0f, 33px 33px #de8f0f, 34px 34px #e2910f, 35px 35px #e69410, 36px 36px #ea9610, 37px 37px #ee9910, 38px 38px #f39c11;
}
.seconds
{
background-color: #990000;
text-shadow: rgb(81, 0, 0) 1px 1px,
rgb(81, 0, 0) 2px 2px,
rgb(81, 0, 0) 3px 3px,
rgb(81, 0, 0) 4px 4px,
rgb(81, 0, 0) 5px 5px,
rgb(81, 0, 0) 6px 6px,
rgb(81, 0, 0) 7px 7px,
rgb(81, 0, 0) 8px 8px,
rgb(81, 0, 0) 9px 9px,
rgb(81, 0, 0) 10px 10px,
rgb(81, 0, 0) 11px 11px,
rgb(81, 0, 0) 12px 12px,
rgb(81, 0, 0) 13px 13px,
rgb(81, 0, 0) 14px 14px,
rgb(81, 0, 0) 15px 15px,
rgb(84, 0, 0) 16px 16px,
rgb(87, 0, 0) 17px 17px,
rgb(90, 0, 0) 18px 18px,
rgb(93, 0, 0) 19px 19px,
rgb(96, 0, 0) 20px 20px,
rgb(99, 0, 0) 21px 21px,
rgb(102, 0, 0) 22px 22px,
rgb(106, 0, 0) 23px 23px,
rgb(109, 0, 0) 24px 24px,
rgb(112, 0, 0) 25px 25px,
rgb(115, 0, 0) 26px 26px,
rgb(118, 0, 0) 27px 27px,
rgb(121, 0, 0) 28px 28px,
rgb(124, 0, 0) 29px 29px,
rgb(127, 0, 0) 30px 30px,
rgb(131, 0, 0) 31px 31px,
rgb(134, 0, 0) 32px 32px,
rgb(137, 0, 0) 33px 33px,
rgb(140, 0, 0) 34px 34px,
rgb(143, 0, 0) 35px 35px,
rgb(146, 0, 0) 36px 36px,
rgb(149, 0, 0) 37px 37px,
rgb(153, 0, 0) 38px 38px;
}
.timerAtom p
{
text-align: center;
margin: 0;
font-size: 48px;
font-family: 'Fugaz One', cursive;
color: #fff;
line-height: 60px;
}
.timerBlock>p
{
text-align: center;
margin: 0;
font-family: 'Fugaz One', cursive;
color: #ccc;
}
/* ----------------------- End TIMER ----------------------- */