Subversion-Projekte lars-tiefland.cienc

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
5 lars 1
#landmarks-ground .mapplic-clickable,
2
#landmarks-underground .mapplic-clickable,
3
#landmarks-level1 .mapplic-clickable {
4
	opacity: 1 !important;
5
}
6
 
7
#landmarks-ground polygon.mapplic-active,
8
#landmarks-ground path.mapplic-active {
9
	fill: #ADDB2C;
10
}
11
 
12
#landmarks-underground polygon.mapplic-active,
13
#landmarks-underground path.mapplic-active {
14
	fill: #7EE0CD;
15
}
16
 
17
#landmarks-level1 polygon.mapplic-active,
18
#landmarks-level1 path.mapplic-active {
19
	fill: #F9684B;
20
}
21
 
22
/* SKINS */
23
/* mapplic-dark */
24
 
25
.mapplic-dark .mapplic-tooltip {
26
	background-color: #333;
27
}
28
 
29
.mapplic-dark .mapplic-tooltip-triangle {
30
	border-color: #333 transparent transparent transparent;
31
}
32
 
33
.mapplic-dark .mapplic-bottom .mapplic-tooltip-triangle {
34
	border-color: transparent transparent #333 transparent;
35
}
36
 
37
.mapplic-dark .mapplic-tooltip-title {
38
	color: #fff;
39
}
40
 
41
.mapplic-dark .mapplic-tooltip-description,
42
.mapplic-dark .mapplic-tooltip p {
43
	color: #bbb;
44
}
45
 
46
.mapplic-dark .mapplic-tooltip-close {
47
	background-image: url(../mapplic/images/cross-light.png);
48
}
49
 
50
/* buttons */
51
/*
52
.mapplic-dark .mapplic-clear-button {
53
	background-color: #444;
54
	background-image: url(../mapplic/images/reset-light.png);
55
	border-color: #333;
56
}
57
 
58
.mapplic-dark .mapplic-clear-button:active {
59
	background-color: #333;
60
}*/
61
 
62
/* retina */
63
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
64
	.mapplic-dark .mapplic-tooltip-close {
65
		background-image: url(../mapplic/images/cross-light@2x.png);
66
	}
67
}