PluginProbe ʕ •ᴥ•ʔ
Matomo Analytics – Powerful, Privacy-First Insights for WordPress / 1.0.5
Matomo Analytics – Powerful, Privacy-First Insights for WordPress v1.0.5
5.13.0 5.12.1 5.12.0 5.11.1 5.11.0 5.10.2 5.10.1 trunk 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.1.0 1.1.1 1.1.2 1.1.3 1.2.0 1.3.0 1.3.1 1.3.2 4.0.0 4.0.1 4.0.2 4.0.3 4.0.4 4.1.0 4.1.1 4.1.2 4.1.3 4.10.0 4.11.0 4.12.0 4.13.0 4.13.2 4.13.3 4.13.4 4.13.5 4.14.0 4.14.1 4.14.2 4.15.0 4.15.1 4.15.2 4.15.3 4.2.0 4.3.0 4.3.1 4.4.1 4.4.2 4.5.0 4.6.0 5.0.1 5.0.2 5.0.3 5.0.4 5.0.5 5.0.6 5.0.7 5.0.8 5.1.0 5.1.1 5.1.2 5.1.3 5.1.4 5.1.5 5.1.6 5.1.7 5.10.0 5.2.0 5.2.1 5.2.2 5.3.0 5.3.1 5.3.2 5.3.3 5.6.0 5.6.1 5.7.0 5.7.1 5.8.0 5.8.1 5.8.2
matomo / assets / css / admin-style.css
matomo / assets / css Last commit date
admin-style.css 6 years ago
admin-style.css
109 lines
1 .matomo-tracking-form th {
2 width: 30%;
3 }
4
5 .matomo-tracking-form th {
6 width: 30%;
7 }
8
9 .matomo-systemreport-comment {
10 word-break: break-all;
11 }
12
13 .matomo-hero {
14 text-align: center;background: #3152a0;padding: 30px 20%;
15 }
16
17 .matomo-hero h2 {
18 color: white;font-size: 26px;line-height: 1.3;margin-top: 0;
19 }
20 .matomo-hero .matomo-cta-button {
21 background: #f77b00;color: white;padding: 8px 24px;
22 min-height: 28px;
23 height: auto;
24 }
25 .matomo-hero .matomo-next-link {
26 margin-left: 12px;
27 }
28 .matomo-hero a:not(.matomo-cta-button) {
29 color: white;
30 margin-top: 10px;
31 display: inline-block;
32 }
33
34 ul.matomo-list {
35 list-style-type: disc;
36 margin-left: 20px;
37 }
38 ol.matomo-list {
39 list-style-type: decimal;
40 margin-left: 20px;
41 }
42
43 .plugin-card .matomo-description {
44 min-height: 57px;
45 }
46
47 .matomo-blockquote {
48 margin: .5em 10px;
49 border-left: 4px solid #ccc;
50 padding-left: 10px;
51 font-weight: bold;
52 }
53 .matomo-footer {
54 margin-top: 48px;
55 text-align: center;
56 }
57
58 .matomo-footer ul {
59 list-style: none;
60 padding: 0 0 0 20px;
61 font-size: 13px;
62 line-height: 18px;
63 }
64
65 .matomo-footer ul li {
66 display: inline-block;
67 margin: 0 20px 10px;
68 }
69
70 .matomo-header-icon {
71 height: 32px;
72 vertical-align: top;
73 }
74
75 .matomo-footer ul a {
76 color: #37474f;
77 }
78 .matomo-systemreport .widefat .warning td {
79 color: orange;
80 }
81
82 .matomo-systemreport .widefat .error td {
83 color: red;
84 }
85
86 .matomo-systemreport .widefat .section {
87 font-weight: bold;
88 }
89
90 .matomo-dashboard-container .postbox-container {
91 min-width: 40%;
92 }
93
94 .postbox .table .widefat.matomo-table {
95 border: 0;
96 }
97
98 #matomo_default_tracking_code {
99 margin-top: 100px;
100 }
101
102 #matomo_default_tracking_code textarea {
103 width: 100%;
104 height: 140px;
105 }
106 #matomo_default_tracking_code textarea.no_script {
107 height: 50px;
108 }
109