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

styles.css « templates « CoreHome « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 850935ef0b054dc20f278caadfce6411a33e6d7f (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
h1 {
	font-size: 2em;
	color: #0F1B2E;
	padding-bottom: 1em;
}

h2 {
	font-size: 1.3em;
	color: #1D3256;
	padding-bottom: 0.5em;
	clear:both;
}

h2 a {
	text-decoration:none;
}

h3 {
	font-size: 1.3em;
	margin-top: 2em;
	color: #1D3256;
}

p {
	padding-bottom: 1em;
	margin-right: 1em;
	margin-left:1em;
}

/* Content */
#content {
	margin-left: 10px;
}


/* 2 columns reports */
#leftcolumn {
	float: left;
	width: 50%;
	padding-left: 10px;
}
#rightcolumn {
	float: right;
	width: 45%;
}
/* not in widget */
.widget #leftcolumn, .widget #rightcolumn {
	float:left;
	width:100%;
	padding-left:10px;
}

/* Calendar*/
div.ui-datepicker {
	font-size: 62.5%;
}

.ui-datepicker-current-period a, .ui-datepicker-current-period a:link, .ui-datepicker-current-period a:visited {
	border: 1px solid #2E85FF;
	color: #2E85FF;
}

#otherPeriods a {
	text-decoration: none;
}

#otherPeriods a:hover {
	text-decoration: underline;
}

#currentPeriod {
	border-bottom: 1px dotted #520202;
}

.hoverPeriod {
	cursor: pointer;
	font-weight: bold;
	border-bottom: 1px solid #520202;
}

div .sparkline {
	float:left;
	clear:both;
	padding-bottom: 1px;
	margin-top:10px;
	border-bottom:1px solid white;
}

.sparkline img {
	vertical-align: middle;
	padding-right: 10px;
	margin-top: 0;
}

div.pk-emptyGraph {
        padding-top: 20px;
        padding-bottom: 10px;
        text-align: center;
        font-size: 0.9em;
        font-style: italic;
}