-
Notifications
You must be signed in to change notification settings - Fork 0
/
billionSeconds.css
119 lines (97 loc) · 1.42 KB
/
billionSeconds.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
body {
background-color: #393939;
font-family: 'Raleway', sans-serif;
}
#countdown {
margin-top: 200px;
margin-right: 50px;
margin-left: 50px;
}
.highlight {
color: white;
}
#monthSelect, #daySelect, #yearSelect {
padding-top: 30px;
height: 30px;
width: 100%;
}
#yearSelect {
height: 100px;
}
text.unselected {
fill: gray;
}
text.selected {
fill: white;
font-weight: bold;
}
text.unselected:hover {
fill: white;
}
#yourBirthday {
padding-top:50px;
margin-bottom:700px;
}
p {
font-size: 20px;
/* font-family: Futura, "Trebuchet MS", Arial, sans-serif; */
font-family: 'Raleway', sans-serif;
text-align: center;
color: #a4c7ed;
/* line-height: 120% */
}
rect {
fill: gray;
}
svg {
display: block;
margin: auto;
}
.icon {
margin-top: 50px;
margin-bottom: 300px;
width: 50px;
height: 75px;
}
#arrow {
fill: gray;
}
#arrow:hover {
fill: white;
}
@media(min-width:400px) {
p {
font-size: 30px;
}
}
@media(min-width:700px) {
p {
font-size: 50px;
}
}
.axis {
fill: gray;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.axis .halo {
stroke: gray;
stroke-width: 4px;
stroke-linecap: round;
}
.slider .handle path {
stroke-width: 3px;
stroke-linecap: round;
pointer-events: none;
}
.slider .handle text {
text-align: center;
font-size: 18px;
}
.info p {
margin-top: 60px;
margin-left: 30px;
margin-right: 30px;
font-size: 28pt;
}