-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmap.css
More file actions
78 lines (68 loc) · 1.07 KB
/
map.css
File metadata and controls
78 lines (68 loc) · 1.07 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
/*
* Always set the map height explicitly to define the size of the div element
* that contains the map.
*/
#map {
height: 80%;
width: 100%;
margin: 20px 0;
border: 2px solid rgb(71, 71, 71);
}
/*
* Optional: Makes the sample page fill the window.
*/
html,
body {
height: 100%;
margin: 0;
padding: 0;
font-size: 20px;
}
#wrap {
width: 100%;
height: 100%;
padding: 15px;
}
#left-side {
width: 70%;
float: left;
padding-right: 20px;
}
#right-side {
width: 20%;
float: left;
}
.bold {
font-weight: bold;
}
#locate,
#date,
#people {
border: 2px solid black;
border-radius: 3px;
margin-bottom: 20px;
}
#locate,
#date {
padding-left: 15px;
}
#people div {
border-top: 2px solid black;
padding-left: 15px;
}
ul {
list-style: none;
}
li {
margin-bottom: 15px;
border: 2px solid black;
border-radius: 12px;
background-image: url(bistruy-start.png);
background-repeat: no-repeat;
background-size: 40px;
padding: 10px 0px 0px 57px;
width: 225px;
height: 42px;
background-position-y: center;
background-position-x: 4px;
}