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

cloud.css « templates « CoreHome « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b17741e1cfb4796acef1eeab3cb08ccd41a7b971 (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
.tagCloud {
    padding: 10px;
}

.tagCloud img {
    border: 0;
}

.tagCloud .word a {
    text-decoration: none;
}

.tagCloud .word {
    padding: 4px 8px 4px 0;
    white-space: nowrap;
}

.tagCloud .valueIsZero {
    text-decoration: line-through;
}

.tagCloud span.size0, .tagCloud span.size0 a {
    color: #255792;
    font-size: 28px;
}

.tagCloud span.size1, .tagCloud span.size1 a {
    color: #255792;
    font-size: 24px;
}

.tagCloud span.size2, .tagCloud span.size2 a {
    color: #255792;
    font-size: 20px;
}

.tagCloud span.size3, .tagCloud span.size3 a {
    color: #255792;
    font-size: 16px;
}

.tagCloud span.size4, .tagCloud span.size4 a {
    color: #255792;
    font-size: 15px;
}

.tagCloud span.size5, .tagCloud span.size5 a {
    color: #255792;
    font-size: 14px;
}

.tagCloud span.size6, .tagCloud span.size6 a {
    color: #255792;
    font-size: 11px;
}