-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
91 lines (80 loc) · 1.56 KB
/
index.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
html,body{
position: relative;
height:100%;
overflow: hidden;
}
video {
background: #000;
cursor:pointer;
}
.alignleft {
float: left;
z-index: 5;
}
.alignright {
float: right;
padding-right: 15pt;
z-index: 5;
}
.aligncenter {
float: none;
z-index: 5;
}
.row{
height: calc(100% - 60px);
}
#map{
position: relative;
height:100%;
z-index: 1;
/*background-image: /*url('img/IfGI__logo.preview.jpg'),url('img/background-2.jpg');*/
background-image: url('img/background-2.jpg');
background-repeat: no-repeat;
background-position: center;
}
#map::after{
content:"";
background-image: url('img/IfGI__logo.preview.jpg');
opacity: 0.3;
position: absolute;
z-index: -1;
}
#timeline{
position: absolute;
cursor: pointer;
width:100%;
height:60px;
background: #707070;
color: #CCC;
line-height:40px;
text-indent: 20px;
z-index: 1;
}
#timeline span {
pointer-events: none;
display: block;
position: absolute;
top: 0;
background-color: #00C;
height: 60px;
width: 2px;
z-index: 1;
}
#thumb {
display: block;
pointer-events: none;
position: absolute;
visibility: hidden;
background-color: #000;
box-shadow: 0 0 5px rgba(0,0,0,0.5);
z-index: 9;
}
.places {
color:blue;
text-decoration: underline;
cursor: pointer;
}
.panel-heading{
border-top-left-radius: inherit;
border-top-right-radius: inherit;
}