-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbusStyle.css
More file actions
59 lines (49 loc) · 693 Bytes
/
busStyle.css
File metadata and controls
59 lines (49 loc) · 693 Bytes
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
h1 {
color: #ffcb0b;
text-align: center;
font-size: 35px;
}
#refresh {
color: #ffcb0b;
background-color: #00274c;
margin-left: 2%;
margin-top: 7%;
}
html, body {
height: 100%;
margin: 0;
}
core-header-panel {
height: 100%;
}
core-toolbar {
background-color: #00274c;
}
#title-div {
margin-left: auto;
margin-right: auto;
}
#title {
font-size: 2.5em;
color: #ffcb0b;
margin: 0;
font-family: 'Shadows Into Light', cursive;
/*font-weight: normal;*/
}
button {
background: none;
border: none;
display: block;
}
#more_btn {
margin: 2em auto 2em auto;
color: #00274c;
}
#locate {
color: #ffcb0b;
}
#locate-div {
position: absolute;
right: 0;
top: 0.5em;
}