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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Morpheus/stylesheets/map.less')
-rw-r--r--plugins/Morpheus/stylesheets/map.less104
1 files changed, 104 insertions, 0 deletions
diff --git a/plugins/Morpheus/stylesheets/map.less b/plugins/Morpheus/stylesheets/map.less
new file mode 100644
index 0000000000..fcf324accc
--- /dev/null
+++ b/plugins/Morpheus/stylesheets/map.less
@@ -0,0 +1,104 @@
+.RealTimeMap-overlay,
+.RealTimeMap-tooltip {
+ display: block;
+ position: absolute;
+ z-index: 1000;
+}
+
+.RealTimeMap-overlay .content,
+.RealTimeMap-tooltip .content {
+ padding: 5px;
+ border-radius: 3px;
+ background: rgba(255, 255, 255, 0.9);
+}
+
+.RealTimeMap-title {
+ top: 5px;
+ left: 5px;
+}
+
+.RealTimeMap-legend {
+ right: 5px;
+ font-size: 9px;
+ bottom: 40px;
+}
+
+.RealTimeMap-info {
+ left: 5px;
+ font-size: 11px;
+ bottom: 60px;
+ max-width: 42%;
+}
+
+.RealTimeMap-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: 1000;
+ opacity: 0.9;
+
+}
+
+.realTimeMap_overlay {
+ position: absolute;
+ left: 10px;
+ bottom: 6px;
+ font-size: 12px;
+ z-index: 10;
+ text-shadow: 1px 1px 1px #FFFFFF, -1px 1px 1px #FFFFFF, 1px -1px 1px #FFFFFF, -1px -1px 1px #FFFFFF, 1px 1px 1px #FFFFFF, -1px 1px 1px #FFFFFF, 1px -1px 1px #FFFFFF, -1px -1px 1px #FFFFFF;
+}
+
+.realTimeMap_datetime {
+ bottom: 24px;
+ color: #887;
+ font-size: 14px;
+}
+
+// realtime map colors (for theming)
+.realtime-map[data-name=white-bg] {
+ color: #fff;
+}
+
+.realtime-map[data-name=white-fill] {
+ color: #aa9;
+}
+
+.realtime-map[data-name=black-bg] {
+ color: #000;
+}
+
+.realtime-map[data-name=black-fill] {
+ color: #444440;
+}
+
+.realtime-map[data-name=visit-stroke] {
+ color: #fff;
+}
+
+.realtime-map[data-name=website-referrer-color] {
+ color: #F29007;
+}
+
+.realtime-map[data-name=direct-referrer-color] {
+ color: #5170AE;
+}
+
+.realtime-map[data-name=search-referrer-color] {
+ color: #CC3399;
+}
+
+.realtime-map[data-name=live-widget-highlight] {
+ color: #E4CD74;
+}
+
+.realtime-map[data-name=live-widget-unhighlight] {
+ color: #E4E2D7;
+}
+
+.realtime-map[data-name=symbol-animate-fill] {
+ color: #fdb;
+} \ No newline at end of file