PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 7.6.2
Jetpack – WP Security, Backup, Speed, & Growth v7.6.2
16.3-a.1 16.2 16.2-beta 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 All 503 releases
jetpack / modules / widgets / top-posts / style.css

style.css in Jetpack – WP Security, Backup, Speed, & Growth 7.6.2, at modules/widgets/top-posts/style.css

115 lines 1.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*
2 * Top Posts Widget styles for Jetpack
3 */
4
5 /* 2-Column Grid Layout */
6
7 .widgets-grid-layout {
8 width: 100%;
9 }
10
11 .widgets-grid-layout:before,
12 .widgets-grid-layout:after {
13 content: " ";
14 display: table;
15 }
16
17 .widgets-grid-layout:after {
18 clear: both;
19 }
20
21 .widget-grid-view-image {
22 float: left;
23 max-width: 50%;
24 }
25
26 .widget-grid-view-image a {
27 display: block;
28 margin: 0 2px 4px 0;
29 }
30
31 .widget-grid-view-image:nth-child(even) {
32 float: right;
33 }
34
35 .widget-grid-view-image:nth-child(even) a {
36 margin: 0 0 4px 2px;
37 }
38
39 .widgets-grid-layout .widget-grid-view-image img {
40 max-width: 100%;
41 height: auto;
42 }
43
44 /* Multi-Column Grid Layout */
45
46 .widgets-multi-column-grid ul {
47 overflow: hidden;
48 padding: 0;
49 margin: 0;
50 list-style-type: none;
51 }
52
53 .widgets-multi-column-grid ul li {
54 background: none;
55 clear: none;
56 float: left;
57 margin: 0 -5px -3px 0;
58 padding: 0 8px 6px 0;
59 border: none;
60 list-style-type: none !important;
61 }
62
63 .widgets-multi-column-grid ul li a {
64 background: none;
65 margin: 0;
66 padding: 0;
67 border: 0;
68 }
69
70 .widgets-multi-column-grid .avatar {
71 vertical-align: middle;
72 }
73
74 /* List Layout */
75
76 .widgets-list-layout {
77 padding: 0;
78 margin: 0;
79 list-style-type: none;
80 }
81
82 .widgets-list-layout li:before,
83 .widgets-list-layout li:after {
84 content:"";
85 display:table;
86 }
87 .widgets-list-layout li:after {
88 clear:both;
89 }
90 .widgets-list-layout li {
91 zoom:1;
92 margin-bottom: 1em;
93 list-style-type: none !important;
94 }
95
96 .widgets-list-layout .widgets-list-layout-blavatar {
97 float: left;
98 width: 21.276596%;
99 max-width: 40px;
100 height: auto;
101 }
102
103 .widgets-list-layout-links {
104 float: right;
105 width: 73.404255%;
106 }
107
108 .widgets-list-layout span {
109 opacity: 0.5;
110 }
111
112 .widgets-list-layout span:hover {
113 opacity: 0.8;
114 }
115