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

117 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 .gallery img {
49 border: 10px solid #F1F1F1;
50 }
51
52 #Upload-File .gallery .gllr_image_block {
53 border: 1px solid #BDBDBD;
54 float: left;
55 height: 170px;
56 margin: 15px 6px 50px 0;
57 width: 170px;
58 }
59
60 .gallery .delete {
61 padding-top:2px;
62 text-align:center;
63 }
64
65 #content .gallery_box_single .gallery .gllr_image_block p {
66 border: 1px solid #BDBDBD;
67 margin:5px 6px 0 0;
68 }
69
70 .gllr_single_image_text {
71 font-size:12px;
72 color:#888;
73 }
74
75 .gllr_image_row {
76 clear:both;
77 }
78
79 .gallery li {
80 float: left;
81 margin:5px 6px 10px 0;
82 }
83
84 .gallery .gllr_image_container {
85 border: 1px solid #BDBDBD;
86 }
87
88 .gallery .delete {
89 padding-top:2px;
90 text-align:center;
91 }
92
93 .pp_social {
94 display:none;
95 }
96
97 #gllr_form_image_size label {
98 width:115px;
99 float:left;
100 }
101
102 #adminmenu #toplevel_page_bws_plugins div.wp-menu-image
103 {
104 background: url("../images/icon_16.png") no-repeat scroll center center transparent;
105 }
106 #adminmenu #toplevel_page_bws_plugins:hover div.wp-menu-image, #adminmenu #toplevel_page_bws_plugins.wp-has-current-submenu div.wp-menu-image
107 {
108 background: url("../images/icon_16_c.png") no-repeat scroll center center transparent;
109 }
110 .wrap #icon-options-general.icon32-bws
111 {
112 background: url("../images/icon_36.png") no-repeat scroll left top transparent;
113 }
114 #toplevel_page_bws_plugins .wp-submenu .wp-first-item
115 {
116 display:none;
117 }