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

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