PluginProbe
MaxGalleria / 2.6
MaxGalleria v2.6
6.5.3 trunk 2.0.0 2.0.1 2.1.0 2.2.0 2.2.1 2.2.2 2.3 2.4 2.5 2.6 2.6.1 3.0.0 3.0.1 3.0.2 3.0.3 3.1.0 3.1.1 3.1.2 3.1.3 3.1.4 3.1.5 3.1.6 3.1.7 All 135 releases
maxgalleria / widgets / gallery-widget.css

gallery-widget.css in MaxGalleria 2.6, at widgets/gallery-widget.css

60 lines 1.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .mg-gallery-widget {
2 width: 100% !important;
3 box-sizing: border-box !important;
4 -moz-box-sizing: border-box !important;
5 -webkit-box-sizing: border-box !important;
6 }
7 .mg-gallery-widget .clear {
8 clear: both !important;
9 }
10 .mg-gallery-widget img {
11 height: auto !important;
12 width: 100% !important;
13 display: block !important;
14 -ms-interpolation-mode: bicubic !important;
15 border-radius: 0px !important;
16 -moz-border-radius: 0px !important;
17 -webkit-border-radius: 0px !important;
18 }
19 .mg-gallery-widget .mg-thumbs {
20 margin-top: 10px !important;
21 margin-bottom: 10px !important;
22 }
23 .mg-gallery-widget .mg-thumbs ul {
24 list-style: none !important;
25 margin: 0 auto !important;
26 padding: 0 !important;
27 display: block !important;
28 }
29 .mg-gallery-widget .mg-thumbs ul li {
30 vertical-align: top !important;
31 display: inline-block !important;
32 position: relative !important;
33 }
34 .mg-gallery-widget .mg-thumbs.mg-onecol ul li {
35 width: 100% !important;
36 margin-left: 0 !important;
37 margin-right: 0 !important;
38 margin-bottom: 1% !important;
39 }
40 .mg-gallery-widget .mg-thumbs.mg-twocol ul li {
41 width: 48.5% !important;
42 margin-left: 0 !important;
43 margin-right: 0 !important;
44 margin-bottom: 1% !important;
45 }
46 .mg-gallery-widget .mg-thumbs.mg-twocol ul li:nth-child(2n) {
47 margin-left: 0 !important;
48 margin-right: 0 !important;
49 }
50 .mg-gallery-widget .mg-thumbs.mg-threecol ul li {
51 width: 31.333333% !important;
52 margin-left: 0 !important;
53 margin-right: 0 !important;
54 margin-bottom: 1% !important;
55 }
56 .mg-gallery-widget .mg-thumbs.mg-threecol ul li:nth-child(3n) {
57 margin-left: 0 !important;
58 margin-right: 0 !important;
59 }
60