Welcome to mirror list, hosted at ThFree Co, Russian Federation.

visitor-map.css « css « UserCountryMap « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: abc5360654025e4e6401eb5d8d420b8026dd7da0 (plain)
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
.UserCountryMap-black {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 900;
    width: 1000px;
    height: 1000px;
    background: #D5D3C8;
}

.UserCountryMap .loadingPiwik {
    position: absolute!important;
    top: 42%!important;
    right: 10px!important;
    left: 10px!important;
    z-index: 999!important;
    display: block;
    font-size: 12px;
    color: #000;
    vertical-align: middle!important;
    text-align: center;
    text-shadow: 0 0 5px #fff;
}


.tableIcon.inactiveIcon {
    color: #99a;
}

.UserCountryMap .UserCountryMap-legend {
    opacity: 0;
}

.UserCountryMap:hover .UserCountryMap-legend {
    opacity: 1;
}

.UserCountryMap-overlay,
.UserCountryMap-tooltip {
    display:block;
    position: absolute;
    z-index:20;
}

.UserCountryMap-overlay .content,
.UserCountryMap-tooltip .content {
    padding:5px;
    border-radius:3px;
    background:rgba(255,255,255,0.9);
}

.UserCountryMap-title {
    top: 5px;
    left:5px;
}

.UserCountryMap-legend {
    right: 5px;
    font-size: 9px;
    bottom: 40px;
}
.UserCountryMap-info {
    left: 5px;
    font-size: 11px;
    bottom: 60px;
    max-width: 42%;
}
.UserCountryMap-info-btn {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAA3NCSVQICAjb4U/gAAAAOVBMVEX///8AAAAAAABXV1dSUlKsrKzExMTd3d3V1dXp6end3d3p6enz8/P7+/v39/f///+vqZ6oopWUjH2LPulWAAAAE3RSTlMAESIzM2Z3mZmqqrvd7u7/////UUgTXgAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAYdEVYdENyZWF0aW9uIFRpbWUAMDMuMDEuMjAxM8rVeD8AAABnSURBVBiVhY/LFoAgCEQZ0p4W6f9/bIJ4slV3oTIeBoaICGADIAO8ibEwWn2IcwVovev7znqmCYRon9kEWUFvg3IysXyIXSil3fOvELupC9XUx7pQx/piDV1sVFLwMNF80sw97hj/AXRPCjtYdmhtAAAAAElFTkSuQmCC);
    width: 16px;
    height: 16px;
    cursor: pointer;
    left: 5px;
    bottom: 40px;
    position: absolute;
    z-index: 700;
    opacity: 0.9;
}

/* this should me moved to TableView css sometimes */
.dataTableFooterIcons .inactiveIcon:hover {
    background-color: #F2F1ED;
}
.dataTableFooterIcons .inactiveIcon {
    cursor: default;
}
.dataTableFooterIcons .inactiveIcon img {
    opacity: 0.3;
    -moz-opacity: 0.3;
    filter:alpha(opacity=3);
}

.mapWidgetStatus {
    padding-bottom: 24px;
}

.widgetUserCountryMapvisitorMap .widgetTop .button {
    z-index: 3;
    position: relative;
}

.widgetUserCountryMapvisitorMap .widgetName {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.widgetUserCountryMapvisitorMap.widgetHover .widgetName {
    width: 75%;
    overflow: hidden;
}