PluginProbe
Gallery by BestWebSoft – Customizable Image and Photo Galleries for WordPress / 2.01
Gallery by BestWebSoft – Customizable Image and Photo Galleries for WordPress v2.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 2.01, at css/stylesheet.css

114 lines 1.9 KB
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 #content .gallery_box ul
6 {
7 list-style: none outside none;
8 margin:0;
9 }
10
11 #content .gallery_box li{
12 padding: 10px 10px 0 0;
13 clear: both;
14 }
15
16 #content .gallery_box li img {
17 padding: 5px;
18 margin:0 10px 10px 0;
19 float:left;
20 border: 1px solid #BDBDBD;
21 }
22
23 #content .gallery_box p {
24 margin-bottom:0px;
25 }
26
27 #content .gallery_box .gallery_detail_box p.title {
28 color: #000000;
29 line-height: 1.5em;
30 margin: 0 0 10px;
31 font-weight: bold;
32 }
33
34 .clear {
35 clear:both;
36 height:0;
37 }
38
39 .gllr_image_text {
40 margin-top:10px;
41 width:150px;
42 }
43
44 .gallery .gllr_image_block {
45 float: left;
46 }
47
48 #Upload-File .gallery .gllr_image_block {
49 border: 1px solid #BDBDBD;
50 float: left;
51 height: 150px;
52 margin: 15px 6px 50px 0;
53 padding: 5px;
54 width: 150px;
55 }
56
57 .gallery .delete {
58 padding-top:2px;
59 text-align:center;
60 }
61
62 #content .gallery_box_single .gallery .gllr_image_block p {
63 border: 1px solid #BDBDBD;
64 margin:5px 6px 0 0;
65 }
66
67 .gllr_single_image_text {
68 font-size:12px;
69 color:#888;
70 }
71
72 .gllr_image_row {
73 clear:both;
74 }
75
76 .gallery li {
77 float: left;
78 margin:5px 6px 10px 0;
79 }
80
81 .gallery .gllr_image_container {
82 border: 1px solid #BDBDBD;
83 }
84
85 .gallery .delete {
86 padding-top:2px;
87 text-align:center;
88 }
89
90 .pp_social {
91 display:none;
92 }
93
94 #gllr_form_image_size label {
95 width:115px;
96 float:left;
97 }
98
99 #adminmenu #toplevel_page_bws_plugins div.wp-menu-image
100 {
101 background: url("../images/icon_16.png") no-repeat scroll center center transparent;
102 }
103 #adminmenu #toplevel_page_bws_plugins:hover div.wp-menu-image, #adminmenu #toplevel_page_bws_plugins.wp-has-current-submenu div.wp-menu-image
104 {
105 background: url("../images/icon_16_c.png") no-repeat scroll center center transparent;
106 }
107 .wrap #icon-options-general.icon32-bws
108 {
109 background: url("../images/icon_36.png") no-repeat scroll left top transparent;
110 }
111 #toplevel_page_bws_plugins .wp-submenu .wp-first-item
112 {
113 display:none;
114 }