PluginProbe
Gallery by BestWebSoft – Customizable Image and Photo Galleries for WordPress / 2011.1.01
Gallery by BestWebSoft – Customizable Image and Photo Galleries for WordPress v2011.1.01
4.8.1 4.8.0 4.7.9 trunk 2.01 2.02 2.03 2.04 2.05 2.06 2.07 2.08 2.09 2.10 2.11 2.12 2011.1.01 2011.1.02 3.01 3.02 3.03 3.04 3.05 3.06 3.1 All 131 releases
gallery-plugin / css / stylesheet.css

stylesheet.css in Gallery by BestWebSoft – Customizable Image and Photo Galleries for WordPress 2011.1.01, at css/stylesheet.css

40 lines 535 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 ul.gallery {
2 list-style: none outside none;
3 }
4
5 .gallery li{
6 float: left;
7 padding-right: 10px;
8 }
9
10 #content .gallery_box ul
11 {
12 list-style: none outside none;
13 margin:0;
14 }
15
16 #content .gallery_box li{
17 padding: 10px 10px 0 0;
18 clear: both;
19 }
20
21 #content .gallery_box li img {
22 padding: 0 10px 10px 0;
23 float:left;
24 }
25
26 #content .gallery_box p {
27 margin-bottom:0px;
28 }
29
30 #content .gallery_box .gallery_detail_box p.title {
31 color: #000000;
32 line-height: 1.5em;
33 margin: 0 0 10px;
34 font-weight: bold;
35 }
36
37 .clear {
38 clear:both;
39 height:0;
40 }