PluginProbe
Robo Gallery – Photo & Image Slider / trunk
Robo Gallery – Photo & Image Slider vtrunk
5.1.6 5.1.5 2.7.10 2.7.11 2.7.12 2.7.13 2.7.14 2.7.2 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 2.7.8 2.7.9 2.8.0 2.8.1 2.8.10 2.8.11 2.8.12 2.8.13 2.8.14 2.8.15 2.8.16 2.8.17 All 301 releases
robo-gallery / css / admin / edit.css

edit.css in Robo Gallery – Photo & Image Slider trunk, at css/admin/edit.css

279 lines 4.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*
2 * Robo Gallery
3 * Version: 1.0
4 * By Robosoft
5 *
6 * Contact: https://robosoft.co/robogallery/
7 * Created: 2015
8 * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9 *
10 * Copyright (c) 2014-2019, Robosoft. All rights reserved.
11 * Available only in https://robosoft.co/robogallery/
12 */
13 .rbs_desc{
14 font-style: italic;
15 color: #666;
16 }
17 .rbs_disabled {
18 z-index: 1000;
19 opacity: 0.4;
20 pointer-events: none;
21 }
22 .rbs_disabled_block {
23 z-index: 1000;
24 opacity: 0.1;
25 pointer-events: none;
26 }
27 .rbs_info_clone_text .dashicons{
28 color: #00bfff;
29 }
30
31 .rbs_size40{
32 width: 30px;
33 }
34
35 .rbs_hover_demo{
36 padding: 10px;
37 }
38
39 .rbs-block-pro {
40 padding-top: 7px;
41 text-align: right;
42 cursor: pointer;
43 }
44
45 .rbs-label-pro{
46 margin-top: -50px;
47 }
48
49 .rbs-block-pro span{
50 margin: 0;
51 display: inline-block;
52 vertical-align: middle;
53
54 }
55
56 .rbs-block-update-pro{
57 cursor: pointer;
58 }
59
60 #cmbre2-metabox-rsg_shortcode_metabox .cmb-row,
61 #cmbre2-metabox-rsg_shortcode_metabox .cmbre2-metabox-title{
62 display: none !important;
63 }
64 #cmbre2-metabox-rsg_shortcode_metabox .desc{
65 text-align: center;
66 padding-bottom: 5px !important;
67 padding-top: 5px !important;
68 }
69
70 .cmb-row{
71 border-bottom: none !important;
72 margin: 0 !important;
73 }
74
75 .rbs_shortcode{
76 text-align: center;
77 font-weight: bolder;
78 font-style: normal;
79 color: black;
80 padding: 10px;
81 border: 2px solid silver;
82 margin-top: 15px;
83 }
84
85 .metabox-prefs label .dashicons{
86 display: none;
87 }
88
89
90
91 label[for=rsg_infowide_metabox-hide],
92 label[for=rsg_info_metabox-hide]{
93 display: none;
94 }
95 #cmbre2-metabox-rsg_info_metabox .cmb-row,
96 #cmbre2-metabox-rsg_voting_metabox .cmb-row,
97 #cmbre2-metabox-rsg_infowide_metabox .cmb-row{
98 display: none;
99 }
100
101 #cmbre2-metabox-rsg_info_metabox,
102 #cmbre2-metabox-rsg_infowide_metabox{
103 background-color: #cd4040;
104 padding: 15px 0 0 0;
105 margin: -6px -12px -12px -12px;
106 font-family: Myriad Pro ;
107 cursor: pointer;
108 text-align: center;
109 }
110 #cmbre2-metabox-rsg_info_metabox .rbs_infoSmall,
111 #cmbre2-metabox-rsg_infowide_metabox .rbs_infoSmall{
112 font-weight: bolder;
113 color: white;
114 font-size: 16px;
115 line-height: 20px;
116 padding: 0 5px 15px 5px;
117 }
118
119
120 #cmbre2-metabox-rsg_info_metabox .rbs_infoblockBottom{
121 background-color: white;
122 padding: 10px;
123 text-align: center;
124 }
125
126 #cmbre2-metabox-rsg_info_metabox .rbs_infoblockBottom button{
127 background-color: #cd4040;
128 border: none ;
129 color: white;
130 font-size: 24px;
131 font-weight: bolder;
132 padding: 8px 15px 8px 15px;
133 -webkit-border-radius: 15px;
134 -moz-border-radius: 15px;
135 border-radius: 15px;
136 cursor: pointer;
137 }
138
139 .rbs-center-block{
140 text-align: center;
141 }
142
143 .rbs_desc{
144 color: #AAA;
145 font-style: italic;
146 line-height: 1.5;
147 padding: 7px 0 0 0;
148 }
149
150 .rbs-margin-block{
151 margin-top: 20px;
152 margin-bottom: -20px;
153 }
154
155 .rbs-post-tools .btn.btn-lg{
156 min-width: 180px;
157 width: 80%;
158 }
159
160 #rbs_actionWindowContent{
161 margin-top: -10px;
162 }
163
164 .rbs_guide_violet{ background-color: #b537d9; }
165 .rbs_guide_green{ background-color: #26a750; }
166 .rbs_guide_blue{ background-color: #335edb; }
167
168 .rbs_guide{
169 color: #ffffff;
170 vertical-align: baseline;
171 text-align: center;
172 padding-top: 10px;
173 padding-bottom: 10px;
174 cursor: pointer;
175 display: block;
176 margin: -7px -13px -12px -12px;
177 font-weight: bold;
178 text-decoration: none;
179 }
180 .rbs_guide:hover,
181 .rbs_guide:focus,
182 .rbs_guide:active{
183 text-decoration: none;
184 color: #ffffff;
185 box-shadow: none;
186 }
187 .cmbre2-id-rsg-guide-desc{ display: none; }
188 .rbs-icon-red{ color: red; }
189
190 .robo_gallery_savebutton_dialog_hide{
191 display: none;
192 }
193 .robo_gallery_savebutton_dialog{
194 display: block;
195 background-color: rgb(35, 40, 45);
196 color: wheat;
197 right: 20px;
198 bottom: 20px;
199 position: fixed;
200 max-width: 200px;
201 min-width: 190px;
202 padding: 0px;
203 }
204
205 .robo_gallery_savebutton_dialog h3{
206 border-bottom: 1px solid #ffffff;
207 padding: 13px 0px 12px 0px;
208 margin: 0;
209 color: #ffffff;
210 text-align: center;
211 font-family: Tahoma;
212 font-size: 18px;
213 font-weight: normal;
214 margin-bottom: 12px;
215 }
216
217 .robo_gallery_savebutton_dialog p{
218 text-align: center;
219 padding-left: 15px;
220 padding-right: 15px;
221 padding-bottom: 0px;
222 color: #ffffff;
223 margin-bottom: 12px;
224 margin-top: 0px;
225 }
226
227 .cmb-type-rbsradiobutton .rbs-block-update-pro{
228 padding-top: 7px;
229 }
230
231 .cmb-type-hidden-array{
232 display: none;
233 }
234
235 /* voting box */
236
237 .rbs_voting{
238 color: #ffffff;
239 background-color: #337ab7;
240 vertical-align: baseline;
241 text-align: center;
242 padding: 10px 10px 10px 10px;
243 display: block;
244 margin: -7px -13px -12px -12px;
245 font-weight: bold;
246 line-height: 1.5em;
247 text-decoration: none;
248 }
249
250 .rbs_voting div{
251 background-color: #337ab7 !important;
252 }
253 .rbs_voting div.bottom_space{
254 padding-bottom: 6px;
255 }
256
257
258 .rbs_voting a,
259 .rbs_voting a:link,
260 .rbs_voting a:hover,
261 .rbs_voting a:focus,
262 .rbs_voting a:active{
263 text-decoration: none;
264 color: #ffffff;
265 box-shadow: none;
266 }
267
268
269 .cmbre2-id-rsg-polaroidUpdate,
270 .cmbre2-id-rsg-menuUpdate{
271 display: none;
272 }
273
274 @media screen and ( max-width: 782px ) {
275 .rbs-block-pro span{
276 display: none;
277 }
278 }
279