PluginProbe ʕ •ᴥ•ʔ
Strong Testimonials / 3.3.6
Strong Testimonials v3.3.6
3.3.6 3.3.5 3.3.4 3.3.3 3.3.2 3.3.1 trunk 1.0.1 2.30.9 2.31.10 2.32 2.32.1 2.32.2 2.32.3 2.32.4 2.33 2.34 2.35 2.36 2.37 2.38 2.38.1 2.39 2.39.1 2.39.2 2.39.3 2.40.0 2.40.1 2.40.2 2.40.3 2.40.4 2.40.5 2.40.6 2.40.7 2.41.0 2.41.1 2.50.0 2.50.1 2.50.2 2.50.3 2.50.4 2.51.0 2.51.1 2.51.2 2.51.3 2.51.4 2.51.5 2.51.6 2.51.7 2.51.8 2.51.9 3.0.0 3.0.1 3.0.2 3.0.3 3.1.0 3.1.1 3.1.10 3.1.11 3.1.12 3.1.13 3.1.14 3.1.15 3.1.16 3.1.17 3.1.18 3.1.19 3.1.2 3.1.20 3.1.3 3.1.4 3.1.5 3.1.6 3.1.7 3.1.8 3.1.9 3.2.0 3.2.1 3.2.10 3.2.11 3.2.12 3.2.13 3.2.14 3.2.15 3.2.16 3.2.17 3.2.18 3.2.19 3.2.2 3.2.20 3.2.21 3.2.22 3.2.3 3.2.4 3.2.5 3.2.6 3.2.7 3.2.8 3.2.9 3.3.0
strong-testimonials / assets / public / css / masonry.css
strong-testimonials / assets / public / css Last commit date
animate.min.css 1 year ago columns.css 1 year ago grid.css 1 year ago lazyload.css 1 year ago masonry.css 6 days ago rating-display.css 6 days ago rating-form.css 1 year ago slider-controls-full-buttons.css 1 year ago slider-controls-full-buttons2.css 1 year ago slider-controls-full-buttons3.css 1 year ago slider-controls-full-text.css 1 year ago slider-controls-sides-buttons-pager-buttons.css 1 year ago slider-controls-sides-buttons-pager-text.css 1 year ago slider-controls-sides-buttons.css 1 year ago slider-controls-sides-buttons2-pager-buttons.css 1 year ago slider-controls-sides-buttons2-pager-text.css 1 year ago slider-controls-sides-buttons2.css 1 year ago slider-controls-sides-buttons3-pager-buttons.css 1 year ago slider-controls-sides-buttons3-pager-text.css 1 year ago slider-controls-sides-buttons3.css 1 year ago slider-controls-sides-inside-buttons-pager-buttons.css 1 year ago slider-controls-sides-inside-buttons-pager-text.css 1 year ago slider-controls-sides-inside-buttons.css 1 year ago slider-controls-sides-inside-buttons2-pager-buttons.css 1 year ago slider-controls-sides-inside-buttons2-pager-text.css 1 year ago slider-controls-sides-inside-buttons2.css 1 year ago slider-controls-sides-inside-buttons3-pager-buttons.css 1 year ago slider-controls-sides-inside-buttons3-pager-text.css 1 year ago slider-controls-sides-inside-buttons3.css 1 year ago slider-controls-sides-outside-buttons-pager-buttons.css 1 year ago slider-controls-sides-outside-buttons-pager-text.css 1 year ago slider-controls-sides-outside-buttons.css 1 year ago slider-controls-sides-outside-buttons2-pager-buttons.css 1 year ago slider-controls-sides-outside-buttons2-pager-text.css 1 year ago slider-controls-sides-outside-buttons2.css 1 year ago slider-controls-sides-outside-buttons3-pager-buttons.css 1 year ago slider-controls-sides-outside-buttons3-pager-text.css 1 year ago slider-controls-sides-outside-buttons3.css 1 year ago slider-controls-simple-buttons-pager-buttons.css 1 year ago slider-controls-simple-buttons-pager-text.css 1 year ago slider-controls-simple-buttons.css 1 year ago slider-controls-simple-buttons2-pager-buttons.css 1 year ago slider-controls-simple-buttons2-pager-text.css 1 year ago slider-controls-simple-buttons2.css 1 year ago slider-controls-simple-buttons3-pager-buttons.css 1 year ago slider-controls-simple-buttons3-pager-text.css 1 year ago slider-controls-simple-buttons3.css 1 year ago slider-controls-simple-text-pager-buttons.css 1 year ago slider-controls-simple-text-pager-text.css 1 year ago slider-controls-simple-text.css 1 year ago slider-pager-buttons.css 1 year ago slider-pager-text.css 1 year ago
masonry.css
88 lines
1 /**
2 * To add Masonry to any template.
3 *
4 * Element sizing for responsive layouts with percentage widths.
5 * 2 columns --> 2 x grid-sizer + 1 x gutter-sizer = 100%
6 * 3 columns --> 3 x grid-sizer + 2 x gutter-sizer = 100%
7 * 4 columns --> 4 x grid-sizer + 3 x gutter-sizer = 100%
8 */
9
10 /*----------------------------------------------------------
11 * global tweaks
12 *----------------------------------------------------------*/
13 .strong-content.strong-masonry .wpmtst-testimonial {
14 margin-top: 0;
15 word-wrap: break-word;
16 }
17
18 /*----------------------------------------------------------
19 * default: 1 column
20 *----------------------------------------------------------*/
21 /* specificity required to beat template width rules, e.g. `.strong-view.wpmtst-default .wpmtst-testimonial` */
22 .strong-content.strong-masonry .wpmtst-testimonial,
23 .strong-content.strong-masonry .grid-sizer {
24 width: 100%;
25 }
26
27 .strong-masonry .gutter-sizer {
28 width: 0;
29 }
30
31 .strong-content.strong-masonry .wpmtst-testimonial.grid-item--width2 {
32 width: 100%;
33 }
34
35 /*----------------------------------------------------------
36 * responsive
37 *----------------------------------------------------------*/
38 @media only screen and (min-width: 480px) {
39
40 /*----------------------------------------------------------
41 * 2 columns
42 *----------------------------------------------------------*/
43 .strong-content.strong-masonry.columns-2 .wpmtst-testimonial,
44 .strong-content.strong-masonry.columns-2 .grid-sizer {
45 width: 48.5%;
46 }
47
48 .strong-masonry.columns-2 .gutter-sizer {
49 width: 3%;
50 }
51
52 .strong-content.strong-masonry.columns-2 .wpmtst-testimonial.grid-item--width2 {
53 width: 97%;
54 }
55
56 /*----------------------------------------------------------
57 * 3 columns
58 *----------------------------------------------------------*/
59 .strong-content.strong-masonry.columns-3 .wpmtst-testimonial,
60 .strong-content.strong-masonry.columns-3 .grid-sizer {
61 width: 31.33%;
62 }
63
64 .strong-masonry.columns-3 .gutter-sizer {
65 width: 3%;
66 }
67
68 .strong-content.strong-masonry.columns-3 .wpmtst-testimonial.grid-item--width2 {
69 width: 62.66%;
70 }
71
72 /*----------------------------------------------------------
73 * 4 columns
74 *----------------------------------------------------------*/
75 .strong-content.strong-masonry.columns-4 .wpmtst-testimonial,
76 .strong-content.strong-masonry.columns-4 .grid-sizer {
77 width: 22.75%;
78 }
79
80 .strong-masonry.columns-4 .gutter-sizer {
81 width: 3%;
82 }
83
84 .strong-content.strong-masonry.columns-4 .wpmtst-testimonial.grid-item--width2 {
85 width: 45.5%;
86 }
87 }
88