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/CoreHome/stylesheets/cloud.less')
-rw-r--r--plugins/CoreHome/stylesheets/cloud.less35
1 files changed, 19 insertions, 16 deletions
diff --git a/plugins/CoreHome/stylesheets/cloud.less b/plugins/CoreHome/stylesheets/cloud.less
index 75969a7f2d..b0853a2a68 100644
--- a/plugins/CoreHome/stylesheets/cloud.less
+++ b/plugins/CoreHome/stylesheets/cloud.less
@@ -10,6 +10,7 @@
}
}
+
.tagCloud {
img {
@@ -18,11 +19,13 @@
.word a {
text-decoration: none;
+
}
.word {
- padding: 4px 8px 4px 0;
- white-space: nowrap;
+ padding: 5px 15px 10px 8px;
+ white-space: nowrap;
+ display: inline-block;
}
.valueIsZero {
@@ -30,37 +33,37 @@
}
span.size0, span.size0 a {
- color: #255792;
- font-size: 28px;
+ color: #1f497a !important;
+ font-size: 46px;
}
span.size1, span.size1 a {
- color: #255792;
- font-size: 24px;
+ color: #24568f !important;
+ font-size: 40px;
}
span.size2, span.size2 a {
- color: #255792;
- font-size: 20px;
+ color: #2962a3 !important;
+ font-size: 32px;
}
span.size3, span.size3 a {
- color: #255792;
- font-size: 16px;
+ color: #255792 !important;
+ font-size: 28px;
}
span.size4, span.size4 a {
- color: #255792;
- font-size: 15px;
+ color: #337acc !important;
+ font-size: 19px;
}
span.size5, span.size5 a {
- color: #255792;
+ color: #5c95d6 !important;
font-size: 14px;
}
span.size6, span.size6 a {
- color: #255792;
- font-size: 11px;
+ color: #5c95d6 !important;
+ font-size: 16px;
}
-} \ No newline at end of file
+}