PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 15.7.2
Jetpack – WP Security, Backup, Speed, & Growth v15.7.2
12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 14.1.1 14.2.2 14.3.1 14.4.2 All 500 releases
jetpack / modules / widgets / social-media-icons / style.css
style.css
50 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .widget_wpcom_social_media_icons_widget ul {
2 list-style-type: none;
3 margin-left: 0;
4 }
5
6 .widget_wpcom_social_media_icons_widget ul li {
7 border: 0 none;
8 display: inline;
9 margin-right: 0.5em;
10 }
11
12 .widget_wpcom_social_media_icons_widget li a {
13 border: 0 none;
14 text-decoration: none;
15 }
16
17 .widget_wpcom_social_media_icons_widget .genericon {
18 font-family: Genericons;
19 }
20
21 .widget_wpcom_social_media_icons_widget .screen-reader-text {
22 clip-path: inset(50%);
23 position: absolute !important;
24 height: 1px;
25 width: 1px;
26 overflow: hidden;
27 }
28
29 .widget_wpcom_social_media_icons_widget .screen-reader-text:hover,
30 .widget_wpcom_social_media_icons_widget .screen-reader-text:active,
31 .widget_wpcom_social_media_icons_widget .screen-reader-text:focus {
32 background-color: #f0f0f1;
33 border-radius: 3px;
34 box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
35 clip-path: none !important;
36 color: #21759b;
37 display: block;
38 font-size: 14px;
39 font-size: 0.875rem;
40 font-weight: 700;
41 height: auto;
42 left: 5px;
43 line-height: normal;
44 padding: 15px 23px 14px;
45 text-decoration: none;
46 top: 5px;
47 width: auto;
48 z-index: 100000; /* Above WP toolbar. */
49 }
50