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