forked from kamicut/lebanon-protests-2019
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
88 lines (75 loc) · 1.07 KB
/
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
body {
margin: 0;
padding: 0;
font-family: "helvetica";
color: #333;
line-height: 1.4
}
#loader {
display: none
}
#hide {
color: #aaa;
text-align: left;
font-size: 1em;
}
#map-container {
position: fixed;
height: 100%;
width: 100%;
}
#map {
position: relative;
height: 100%;
width: 100%;
}
#about {
padding: 5px;
background-color: #333;
text-align: right;
direction: rtl
}
h1 {
padding-right: 5px;
color: #aaa;
font-size: 1.2em;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
body {
font-size: 0.8em;
}
h1 {
font-size: 0.8rem;
}
}
footer {
background-color: white;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
overflow: hidden;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333333;
}
li {
float: left;
color: #999;
font-size: 0.8em;
}
li a,p {
display: block;
color: #999;
margin: 0;
text-align: center;
padding: .5em;
text-decoration: none;
}
footer li a:hover {
background-color: #111111;
}