-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
95 lines (80 loc) · 1.31 KB
/
Copy pathstyle.css
File metadata and controls
95 lines (80 loc) · 1.31 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
body {
font: 14px/1.6 helvetica, sans-serif;
margin: 0 0;
padding: 0 0;
color: #333;
}
.hidden {
display: none;
}
h2 {
font-size: 2em;
}
#section_header h2 {
margin: 5px 0;
font-size: 20px;
line-height: 30px;
font-weight: 400;
}
h1 em {
font-weight: 800;
margin-right: 9px;
}
h1 {
font-weight: 400;
font-size: 40px;
line-height: 41px;
margin: 25px 0;
}
p em {
font-weight: 600;
font-size: 23px;
line-height: 45px;
}
p.voice_instructions {
padding-left: 24px;
}
#heyjarvis {
color: #34495e;
}
#hello {
font-size: 2.5em;
font-weight: 600;
}
section {
padding: 3% 10%;
font-size: 20px;
line-height: 30px;
font-weight: 400;
}
#section_header {
padding-top: 70px;
text-align: center;
background-color: #95a5a6;
color: white;
height: 40vh;
}
#section_hello {
background-color: white;
height: 50vh;
}
#section_results{
background-color: #407eb8;
color: #fff;
}
.spinner {
position: fixed;
top: 50%;
left: 50%;
margin-left: -50px; /* half width of the spinner gif */
margin-top: -50px; /* half height of the spinner gif */
text-align:center;
z-index:1234;
overflow: auto;
width: 100px; /* width of the spinner gif */
height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
}
ul
{
list-style-type: none;
}