forked from Yotham/ClassCountdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcountdown_style.css
91 lines (88 loc) · 2.24 KB
/
countdown_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
@font-face{
font-family:"hussar-bold-web-edition";
src:url("https://candyfonts.com/wp-data/2018/10/11/6345/HussarBoldWeb.otf") format("woff"),
url("https://candyfonts.com/wp-data/2018/10/11/6345/HussarBoldWeb.otf") format("opentype"),
url("https://candyfonts.com/wp-data/2018/10/11/6345/HussarBoldWeb.otf") format("truetype");
}
body {
-webkit-user-select:none;-moz-user-select:-moz-none;
-ms-user-select:none;user-select:none;
background-color: #171717;
}
label.Name{
color:white;
}
label.textcontent{
color:white;
}
h1.header {
margin: 0;
position: absolute;
top: 20%;
left: 50%;
transform: translate(-50%, -50%);
font-family:"hussar-bold-web-edition";
color: #EDEDED;
font-weight:Bold;
font-size:150px;
-webkit-text-stroke-width:.4px;
-webkit-text-stroke-color: #DA0037;
}
a.refresh{
margin: 0;
position: absolute;
top: 70%;
left: 50%;
transform: translate(-50%, -50%);
color: #EDEDED;
background:none;
outline:none;
font-size:20px;
font-family:"hussar-bold-web-edition";
}
a.refresh:hover{
text-decoration: underline;
cursor: pointer;
}
a.github{
text-decoration: none;
color: #EDEDED;
}
p.sig{
position: absolute;
bottom: 0;
left: 50%;
transform: translate(-50%, -50%);
color: #EDEDED;
font-family:"hussar-bold-web-edition";
font-size:13px;
}
p.sig:hover{
text-decoration: underline;
cursor: pointer;
}
p.timer {
z-index:999;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
padding-top: 25px;
padding-left:150px;
padding-right:150px;
padding-bottom: 25px;
background-color: #DA0037;
border-color: white;
outline: 2px solid #EDEDED;
color: #EDEDED;
font-family: "hussar-bold-web-edition";
font-size: 65px;
text-align: justify;
-webkit-text-stroke-width: .7px;
-webkit-text-stroke-color: #171717;
opacity:100%
}