Diff: STRATO-apps/wordpress_03/app/wp-includes/blocks/social-links/style-rtl.css
Keine Baseline-Datei – Diff nur gegen leer.
1
-
1
+
.wp-block-social-links{
2
+
background:none;
3
+
box-sizing:border-box;
4
+
margin-right:0;
5
+
padding-left:0;
6
+
padding-right:0;
7
+
text-indent:0;
8
+
}
9
+
.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{
10
+
border-bottom:0;
11
+
box-shadow:none;
12
+
text-decoration:none;
13
+
}
14
+
.wp-block-social-links .wp-social-link svg{
15
+
height:1em;
16
+
width:1em;
17
+
}
18
+
.wp-block-social-links .wp-social-link span:not(.screen-reader-text){
19
+
font-size:.65em;
20
+
margin-left:.5em;
21
+
margin-right:.5em;
22
+
}
23
+
.wp-block-social-links.has-small-icon-size{
24
+
font-size:16px;
25
+
}
26
+
.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{
27
+
font-size:24px;
28
+
}
29
+
.wp-block-social-links.has-large-icon-size{
30
+
font-size:36px;
31
+
}
32
+
.wp-block-social-links.has-huge-icon-size{
33
+
font-size:48px;
34
+
}
35
+
.wp-block-social-links.aligncenter{
36
+
display:flex;
37
+
justify-content:center;
38
+
}
39
+
.wp-block-social-links.alignright{
40
+
justify-content:flex-end;
41
+
}
42
+
43
+
.wp-block-social-link{
44
+
border-radius:9999px;
45
+
display:block;
46
+
}
47
+
@media not (prefers-reduced-motion){
48
+
.wp-block-social-link{
49
+
transition:transform .1s ease;
50
+
}
51
+
}
52
+
.wp-block-social-link{
53
+
height:auto;
54
+
}
55
+
.wp-block-social-link a{
56
+
align-items:center;
57
+
display:flex;
58
+
line-height:0;
59
+
}
60
+
.wp-block-social-link:hover{
61
+
transform:scale(1.1);
62
+
}
63
+
64
+
.wp-block-social-links .wp-block-social-link.wp-social-link{
65
+
display:inline-block;
66
+
margin:0;
67
+
padding:0;
68
+
}
69
+
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{
70
+
color:currentColor;
71
+
fill:currentColor;
72
+
}
73
+
74
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link{
75
+
background-color:#f0f0f0;
76
+
color:#444;
77
+
}
78
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon{
79
+
background-color:#f90;
80
+
color:#fff;
81
+
}
82
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp{
83
+
background-color:#1ea0c3;
84
+
color:#fff;
85
+
}
86
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance{
87
+
background-color:#0757fe;
88
+
color:#fff;
89
+
}
90
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky{
91
+
background-color:#0a7aff;
92
+
color:#fff;
93
+
}
94
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen{
95
+
background-color:#1e1f26;
96
+
color:#fff;
97
+
}
98
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{
99
+
background-color:#02e49b;
100
+
color:#fff;
101
+
}
102
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord{
103
+
background-color:#5865f2;
104
+
color:#fff;
105
+
}
106
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{
107
+
background-color:#e94c89;
108
+
color:#fff;
109
+
}
110
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{
111
+
background-color:#4280ff;
112
+
color:#fff;
113
+
}
114
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{
115
+
background-color:#f45800;
116
+
color:#fff;
117
+
}
118
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{
119
+
background-color:#0866ff;
120
+
color:#fff;
121
+
}
122
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{
123
+
background-color:#000;
124
+
color:#fff;
125
+
}
126
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr{
127
+
background-color:#0461dd;
128
+
color:#fff;
129
+
}
130
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare{
131
+
background-color:#e65678;
132
+
color:#fff;
133
+
}
134
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github{
135
+
background-color:#24292d;
136
+
color:#fff;
137
+
}
138
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads{
139
+
background-color:#eceadd;
140
+
color:#382110;
141
+
}
142
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google{
143
+
background-color:#ea4434;
144
+
color:#fff;
145
+
}
146
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar{
147
+
background-color:#1d4fc4;
148
+
color:#fff;
149
+
}
150
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{
151
+
background-color:#f00075;
152
+
color:#fff;
153
+
}
154
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm{
155
+
background-color:#e21b24;
156
+
color:#fff;
157
+
}
158
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin{
159
+
background-color:#0d66c2;
160
+
color:#fff;
161
+
}
162
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon{
163
+
background-color:#3288d4;
164
+
color:#fff;
165
+
}
166
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium{
167
+
background-color:#000;
168
+
color:#fff;
169
+
}
170
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup{
171
+
background-color:#f6405f;
172
+
color:#fff;
173
+
}
174
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon{
175
+
background-color:#000;
176
+
color:#fff;
177
+
}
178
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest{
179
+
background-color:#e60122;
180
+
color:#fff;
181
+
}
182
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket{
183
+
background-color:#ef4155;
184
+
color:#fff;
185
+
}
186
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit{
187
+
background-color:#ff4500;
188
+
color:#fff;
189
+
}
190
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype{
191
+
background-color:#0478d7;
192
+
color:#fff;
193
+
}
194
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat{
195
+
background-color:#fefc00;
196
+
color:#fff;
197
+
stroke:#000;
198
+
}
199
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud{
200
+
background-color:#ff5600;
201
+
color:#fff;
202
+
}
203
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify{
204
+
background-color:#1bd760;
205
+
color:#fff;
206
+
}
207
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram{
208
+
background-color:#2aabee;
209
+
color:#fff;
210
+
}
211
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads{
212
+
background-color:#000;
213
+
color:#fff;
214
+
}
215
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok{
216
+
background-color:#000;
217
+
color:#fff;
218
+
}
219
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr{
220
+
background-color:#011835;
221
+
color:#fff;
222
+
}
223
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch{
224
+
background-color:#6440a4;
225
+
color:#fff;
226
+
}
227
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter{
228
+
background-color:#1da1f2;
229
+
color:#fff;
230
+
}
231
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo{
232
+
background-color:#1eb7ea;
233
+
color:#fff;
234
+
}
235
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk{
236
+
background-color:#4680c2;
237
+
color:#fff;
238
+
}
239
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress{
240
+
background-color:#3499cd;
241
+
color:#fff;
242
+
}
243
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp{
244
+
background-color:#25d366;
245
+
color:#fff;
246
+
}
247
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x{
248
+
background-color:#000;
249
+
color:#fff;
250
+
}
251
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp{
252
+
background-color:#d32422;
253
+
color:#fff;
254
+
}
255
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube{
256
+
background-color:red;
257
+
color:#fff;
258
+
}
259
+
260
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link{
261
+
background:none;
262
+
}
263
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg{
264
+
height:1.25em;
265
+
width:1.25em;
266
+
}
267
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon{
268
+
color:#f90;
269
+
}
270
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp{
271
+
color:#1ea0c3;
272
+
}
273
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance{
274
+
color:#0757fe;
275
+
}
276
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky{
277
+
color:#0a7aff;
278
+
}
279
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen{
280
+
color:#1e1f26;
281
+
}
282
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{
283
+
color:#02e49b;
284
+
}
285
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord{
286
+
color:#5865f2;
287
+
}
288
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{
289
+
color:#e94c89;
290
+
}
291
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{
292
+
color:#4280ff;
293
+
}
294
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{
295
+
color:#f45800;
296
+
}
297
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{
298
+
color:#0866ff;
299
+
}
300
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{
301
+
color:#000;
302
+
}
303
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{
304
+
color:#0461dd;
305
+
}
306
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare{
307
+
color:#e65678;
308
+
}
309
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github{
310
+
color:#24292d;
311
+
}
312
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads{
313
+
color:#382110;
314
+
}
315
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google{
316
+
color:#ea4434;
317
+
}
318
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar{
319
+
color:#1d4fc4;
320
+
}
321
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram{
322
+
color:#f00075;
323
+
}
324
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm{
325
+
color:#e21b24;
326
+
}
327
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin{
328
+
color:#0d66c2;
329
+
}
330
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon{
331
+
color:#3288d4;
332
+
}
333
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium{
334
+
color:#000;
335
+
}
336
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup{
337
+
color:#f6405f;
338
+
}
339
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon{
340
+
color:#000;
341
+
}
342
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest{
343
+
color:#e60122;
344
+
}
345
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket{
346
+
color:#ef4155;
347
+
}
348
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit{
349
+
color:#ff4500;
350
+
}
351
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype{
352
+
color:#0478d7;
353
+
}
354
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat{
355
+
color:#fff;
356
+
stroke:#000;
357
+
}
358
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud{
359
+
color:#ff5600;
360
+
}
361
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify{
362
+
color:#1bd760;
363
+
}
364
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram{
365
+
color:#2aabee;
366
+
}
367
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads{
368
+
color:#000;
369
+
}
370
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok{
371
+
color:#000;
372
+
}
373
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr{
374
+
color:#011835;
375
+
}
376
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch{
377
+
color:#6440a4;
378
+
}
379
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter{
380
+
color:#1da1f2;
381
+
}
382
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo{
383
+
color:#1eb7ea;
384
+
}
385
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk{
386
+
color:#4680c2;
387
+
}
388
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp{
389
+
color:#25d366;
390
+
}
391
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress{
392
+
color:#3499cd;
393
+
}
394
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x{
395
+
color:#000;
396
+
}
397
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp{
398
+
color:#d32422;
399
+
}
400
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube{
401
+
color:red;
402
+
}
403
+
404
+
.wp-block-social-links.is-style-pill-shape .wp-social-link{
405
+
width:auto;
406
+
}
407
+
408
+
:root :where(.wp-block-social-links .wp-social-link a){
409
+
padding:.25em;
410
+
}
411
+
412
+
:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){
413
+
padding:0;
414
+
}
415
+
416
+
:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){
417
+
padding-left:.6666666667em;
418
+
padding-right:.6666666667em;
419
+
}
420
+
421
+
.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{
422
+
color:#000;
423
+
}