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: 9854942af7bcccf2f31186756a9d6d1e9c8931b3 (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
.tagCloud {
	width:100%;
}
.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: #344971;
	font-size: 28px;
}
.tagCloud span.size1, .tagCloud span.size1 a {
	color: #344971;
	font-size: 24px;
}
.tagCloud span.size2, .tagCloud span.size2 a {
	color: #4B74AD;
	font-size:20px;
}
.tagCloud span.size3, .tagCloud span.size3 a {
	color: #A3A8B6;
	font-size: 16px;
}
.tagCloud span.size4, .tagCloud span.size4 a {
	color: #A3A8B6;
	font-size: 15px;
}
.tagCloud span.size5, .tagCloud span.size5 a {
	color: #A3A8B6;
	font-size: 14px;
}
.tagCloud span.size6, .tagCloud span.size6 a {
	color: #A3A8B6;
	font-size: 11px;
}