PluginProbe ʕ •ᴥ•ʔ
Matomo Analytics – Powerful, Privacy-First Insights for WordPress / 5.12.1
Matomo Analytics – Powerful, Privacy-First Insights for WordPress v5.12.1
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 / marketplace-style.css
matomo / assets / css Last commit date
admin-style.css 1 month ago marketplace-style.css 1 month ago
marketplace-style.css
261 lines
1 #matomo-for-marketplace-welcome {
2 font-size: 16px;
3 margin-left: 8px;
4 }
5
6 #matomo-for-marketplace-welcome > h1:first-child {
7 margin-top: 20px;
8 }
9
10 #matomo-welcome-marketplace-setup {
11 display: flex;
12 flex-direction: row;
13 justify-content: space-between;
14 align-items: stretch;
15 padding: 2em 1.5em;
16 border-radius: 6px;
17 background-color: white;
18 margin-top: 2em;
19 position: relative;
20 }
21
22 #matomo-welcome-marketplace-setup.embedded {
23 background-color: transparent;
24 padding: 0;
25 margin-top: 0;
26 }
27
28 #matomo-welcome-marketplace-setup.embedded #matomo-setup-preface > p:first-child {
29 margin-top: 0;
30 }
31
32 .matomo-steps {
33 display: flex;
34 flex-direction: row;
35 justify-content: space-around;
36 flex: 5;
37 align-items: stretch;
38 }
39
40 #matomo-setup-preface {
41 padding-right: 32px;
42 border-right: solid 2px #eee;
43 flex: 5;
44 }
45
46 #matomo-setup-preface-title {
47 margin-top: 0;
48 display: flex;
49 flex-direction: row;
50 align-items: center;
51 }
52
53 #matomo-setup-preface-title h2 {
54 flex: 1;
55 margin: 0 0 0 4px;
56 font-weight: 500;
57 }
58
59 #matomo-setup-preface-title img {
60 height: 42px;
61 width: 42px;
62 margin-left: -6px;
63 margin-top: -16px;
64 margin-bottom: -16px;
65 }
66
67 #matomo-for-marketplace-welcome p {
68 color: #6a6a6a;
69 font-size: 15px;
70 }
71
72 .matomo-step {
73 width: 40%;
74 margin-left: 32px;
75 display: flex;
76 flex-direction: column;
77 }
78
79 .matomo-step p {
80 flex: 1;
81 }
82
83 .matomo-setup-divider {
84 height: 1px;
85 width: 100%;
86 background-color: #eee;
87 }
88
89 #matomo-for-marketplace-welcome p.matomo-smaller-text {
90 font-size: 13px;
91 line-height: 1.4em;
92 }
93
94 #matomo-for-marketplace-welcome > p {
95 margin-top: .25em;
96 margin-bottom: .5em;
97 }
98
99 .step-number {
100 margin-right: 8px;
101 font-size: 14px;
102 border-radius: 50%;
103 width: 28px;
104 height: 28px;
105 display: inline-flex;
106 align-items: center;
107 justify-content: center;
108 color: white;
109 }
110
111 .step-number:not(.current) {
112 background-color: #777;
113 }
114
115 .wizard-waiting-for {
116 display: inline-flex;
117 flex-direction: row;
118 align-items: center;
119 border-radius: 16px;
120 border: solid 1px #deecfe;
121 padding: 6px 15px;
122 font-size: 14px;
123 visibility: hidden;
124 }
125
126 .wizard-waiting-for.active {
127 visibility: visible;
128 }
129
130 @keyframes rotate {
131 from {
132 transform: rotate(0deg);
133 }
134 to {
135 transform: rotate(360deg);
136 }
137 }
138
139 .wizard-waiting-for svg {
140 width: 16px;
141 height: 16px;
142 margin-right: 4px;
143 animation: rotate .75s linear infinite;
144 }
145
146 .matomo-popular-feature {
147 background-color: white;
148 border-radius: 6px;
149 display: flex;
150 flex-direction: row;
151 justify-content: space-between;
152 align-items: stretch;
153 padding: 1.6em 1.5em;
154 margin-bottom: 20px;
155 }
156
157 .matomo-popular-feature h3 {
158 margin: 0;
159 font-weight: 500;
160 font-size: 17px;
161 }
162
163 .matomo-popular-feature .description {
164 flex: 6;
165 }
166
167 .matomo-popular-feature p {
168 margin-bottom: 0;
169 max-width: 700px;
170 }
171
172 .matomo-popular-feature > .learn-more {
173 flex: 1;
174 display: flex;
175 align-items: center;
176 justify-content: center;
177 }
178
179 .matomo-popular-feature .cover-image {
180 background-repeat: no-repeat;
181 background-size: contain;
182 background-position: center;
183 flex: 3;
184 }
185
186 .matomo-price {
187 color: indianred;
188 font-size: 13px;
189 border-radius: 12px;
190 background-color: rgba(255, 0, 0, .05);
191 padding: 4px 8px 3px;
192 font-weight: bold;
193 margin-left: 8px;
194 vertical-align: bottom;
195 }
196
197 @media (max-width: 1278px) {
198 #matomo-welcome-marketplace-setup {
199 flex-direction: column;
200 justify-content: flex-start;
201 }
202
203 #matomo-setup-preface {
204 border-right: 0px;
205 }
206
207 .matomo-step:first-child {
208 margin-left: 0;
209 }
210
211 .matomo-step {
212 width: auto;
213 }
214
215 .matomo-steps {
216 justify-content: space-between;
217 }
218
219 .matomo-steps {
220 padding-top: 1em;
221 padding-bottom: 2em;
222 border-top: 1px solid #eee;
223 }
224
225 .wizard-waiting-for {
226 position: absolute;
227 bottom: 16px;
228 }
229 }
230
231 @media (max-width: 768px) {
232 .matomo-popular-feature .cover-image {
233 display: none;
234 }
235
236 .matomo-steps {
237 flex-direction: column;
238 }
239
240 .matomo-step:not(:first-child) {
241 margin-top: 2em;
242 margin-left: 0;
243 }
244
245 .matomo-price {
246 display: inline-block;
247 margin-left: 0;
248 margin-top: 8px;
249 }
250
251 .matomo-feature-header {
252 display: flex;
253 flex-direction: column;
254 align-items: flex-start;
255 }
256
257 .matomo-popular-feature .description > p {
258 margin-right: 8px;
259 }
260 }
261