PluginProbe
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor / 2.0.7
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor v2.0.7
4.0.2 4.0.1 4.0.0 3.16.6 3.16.5 3.16.4 3.16.3 3.16.2 3.16.1 3.16.0 3.15.9 3.9.9 3.9.5 3.9.6 3.9.7 3.9.8 1.1.7 1.1.8 1.1.9 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 All 340 releases
profile-builder / assets / css / style-back-end.css

style-back-end.css in User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor 2.0.7, at assets/css/style-back-end.css

461 lines 10.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wppb-wrap{
2 font-size: 15px;
3 max-width: 1050px;
4 }
5 .wppb-info-wrap{
6 max-width:1050px;
7 margin:25px 40px 0 20px;
8 }
9
10 .wppb-wrap h1 {
11 color: #333333;
12 font-size: 2.8em;
13 font-weight: 400;
14 line-height: 1.2em;
15 margin:0;
16 padding-top:35px;
17 }
18
19 .wppb-wrap .wppb-callout{
20 font-size: 2em;
21 font-weight: 300;
22 line-height: 1.3;
23 margin:1.1em 0 0.2em 0;
24 }
25
26 .wppb-wrap hr{
27 display:block;
28 clear:both;
29 margin:20px 0;
30 }
31
32 .wppb-text{
33 font-size:1.1em;
34 margin-top:0;
35 }
36
37 .wppb-wrap ul{
38 list-style-type:circle;
39 list-style-position:inside;
40 }
41
42 .wppb-wrap li.description{
43 font-style: italic;
44 }
45
46 .wppb-badge{
47 float:right;
48 color:#ffd3c4;
49 display: inline-block;
50 font-size: 14px;
51 font-weight: 600;
52 width: 150px;
53 height: 30px;
54 margin-bottom:25px;
55 padding-top: 120px;
56 text-align: center;
57 text-rendering: optimizelegibility;
58 }
59
60 .wppb-badge.Pro{
61 background:url(../images/logo_pro.png) center 20px no-repeat #d54e21;
62 }
63
64 .wppb-badge.Hobbyist{
65 background:url(../images/logo_hobby.png) center 20px no-repeat #d54e21;
66 }
67
68 .wppb-badge.Free{
69 background:url(../images/logo_free.png) center 20px no-repeat #d54e21;
70 }
71
72 /* Userlist page */
73 .wppb-ul-templates > textarea,
74 .wppb-single-ul-templates > textarea {
75 float: left;
76 width: 60%;
77 max-width: 100%;
78 height: 400px;
79 }
80
81 /* Extra Stuff */
82 .nowrap {
83 white-space: nowrap;
84 }
85
86 .wppb-fields-image{
87 margin-top:60px;
88 }
89
90 /* Manage Fields page */
91 .profile-builder_page_manage-fields .metabox-holder .column-1{
92 /* margin-right:0; */
93 }
94
95 /* Shortcode */
96 .wppb-shortcode {
97 display: inline-block;
98 font-size: 13px;
99 font-weight: bold;
100 background: #fff !important;
101 padding: 5px 10px;
102 margin-top: 5px;
103 border: 1px solid #e1e1e1;
104 box-shadow: none !important;
105 font-family: 'Arial';
106 }
107
108 .wppb-shortcode.textarea {
109 width: 100%;
110 height: 1px;
111 resize: none;
112 }
113
114 .wppb-shortcode:focus {
115 border-color: #e1e1e1 !important;
116 }
117
118 .wppb-shortcode-temp {
119 display: inline-block;
120 font-size: 13px;
121 font-weight: bold;
122 padding: 11px;
123 font-family: 'Arial';
124 }
125
126
127 #container_wppb_manage_fields li strong{
128 display:none !important;
129 }
130
131 #container_wppb_manage_fields .added_fields_list li.row-meta-name{
132 display:list-item !important;
133 }
134
135 #container_wppb_manage_fields li.row-field-title pre,
136 #container_wppb_manage_fields li.row-meta-name pre{
137 min-height:10px;
138 }
139
140 #container_wppb_manage_fields pre{
141 display:block;
142 float:left;
143 width:27%;
144 font-family:"Open Sans", Arial, sans-serif;
145 font-size:14px;
146 }
147
148 #container_wppb_manage_fields pre.wppb-mb-head-required,
149 #container_wppb_manage_fields li.row-required pre{
150 width:auto;
151 text-align: center;
152 }
153
154 #container_wppb_manage_fields thead tr{
155 background:#f1f1f1;
156 }
157
158 #container_wppb_manage_fields thead tr:hover {
159 background: #f1f1f1;
160 }
161
162 #container_wppb_manage_fields tr.update_container_wppb_manage_fields:hover{
163 background:#fff;
164 }
165
166 #container_wppb_manage_fields tr:hover{
167 background:#def6ff;
168 }
169
170 #wppb_manage_fields_info{
171 display: none;
172 }
173
174 /* Extra Registration and Edit Profile fields */
175 #container_wppb_epf_fields li strong,
176 #container_wppb_rf_fields li strong{
177 display:none !important;
178 }
179
180 #container_wppb_epf_fields pre,
181 #container_wppb_rf_fields pre{
182 display:block;
183 font-family:"Open Sans", Arial, sans-serif;
184 font-size:14px;
185 margin-top: 5px;
186 }
187
188 #container_wppb_epf_fields thead tr,
189 #container_wppb_rf_fields thead tr {
190 background: #f1f1f1;
191 }
192 #container_wppb_epf_fields thead tr:hover,
193 #container_wppb_rf_fields thead tr:hover {
194 background: #f1f1f1;
195 }
196 #container_wppb_epf_fields thead .wppb-delete-all-fields,
197 #container_wppb_rf_fields thead .wppb-delete-all-fields {
198 color: #333;
199 text-decoration: underline;
200 }
201
202 #container_wppb_epf_fields tbody .wck-delete,
203 #container_wppb_rf_fields tbody .wck-delete {
204 padding: 8px 16px;
205 }
206
207 #container_wppb_epf_fields tr.update_container_wppb_epf_fields:hover,
208 #container_wppb_rf_fields tr.update_container_wppb_rf_fields:hover{
209 background:none;
210 }
211
212 #container_wppb_epf_fields tr:hover,
213 #container_wppb_rf_fields tr:hover{
214 background:#def6ff;
215 }
216 #container_wppb_epf_fields .wck-content{
217 content: "" !important;
218 }
219
220 #wppb_rf_page_settings .row-url, #wppb_rf_page_settings .row-display-messages, .update_container_wppb_rf_page_settings.redirect_ .row-url,
221 .update_container_wppb_rf_page_settings.redirect_ .row-display-messages, #container_wppb_rf_page_settings .redirect_ .wck-content .row-url,
222 #container_wppb_rf_page_settings .redirect_ .wck-content .row-display-messages, .update_container_wppb_rf_page_settings.redirect_no .row-url,
223 .update_container_wppb_rf_page_settings.redirect_no .row-display-messages, #container_wppb_rf_page_settings .redirect_no .wck-content .row-url,
224 #container_wppb_rf_page_settings .redirect_no .wck-content .row-display-messages{
225 display:none;
226 }
227
228 #wppb_epf_page_settings .row-url, #wppb_epf_page_settings .row-display-messages, .update_container_wppb_epf_page_settings.redirect_ .row-url,
229 .update_container_wppb_epf_page_settings.redirect_ .row-display-messages, #container_wppb_epf_page_settings .redirect_ .wck-content .row-url,
230 #container_wppb_epf_page_settings .redirect_ .wck-content .row-display-messages, .update_container_wppb_epf_page_settings.redirect_no .row-url,
231 .update_container_wppb_epf_page_settings.redirect_no .row-display-messages, #container_wppb_epf_page_settings .redirect_no .wck-content .row-url,
232 #container_wppb_epf_page_settings .redirect_no .wck-content .row-display-messages{
233 display:none;
234 }
235
236 /* Columns :) */
237 .wppb-row{
238 overflow:hidden;
239 }
240
241 .wppb-3-col > div {
242 float:left;
243 width:28%;
244 margin-right:5%;
245 }
246
247 .wppb-2-col > div {
248 float:left;
249 width:45%;
250 margin-right:5%;
251 }
252
253 .wppb-3-col > div:last-child,
254 .wppb-2-col > div:last-child{
255 margin:0;
256 }
257
258 /* Extra Form Styles */
259 .wppb-text{
260 min-width: 16.4em;
261 }
262 .wppb-select {
263 min-width:18em;
264 }
265
266 .wppb-wrap .form-table th {
267 width: 400px;
268 }
269
270 .wppb-metabox label{
271 display:inline-block;
272 min-width:15em;
273 }
274
275 /* Admin Bar Page */
276 .wppb-admin-bar label{
277 margin-right:30px;
278 padding:5px;
279 }
280
281 /* modules Page */
282 .wppb-modules label{
283 margin-right:30px;
284 padding:5px;
285 }
286
287 /* Metabox Clone. We need this in various places to simulate the css of a normal metabox. */
288 .wppb-side{
289 width:300px;
290 float:right;
291 clear:both;
292 }
293
294 .wppb-metabox h3{
295 font-size: 14px;
296 line-height: 1.4;
297 margin: 0;
298 padding:8px 12px;
299 cursor:default !important;
300 }
301
302 .wppb-normal{
303 margin-right:320px;
304 }
305
306 .wppb-metabox textarea{
307 resize:vertical;
308 background-color: #ecf8fd;
309 font-family: Consolas,Monaco,monospace;
310 font-size: 13px;
311 }
312
313 .wppb-metabox .inline-wrap{
314 width:280px;
315 float:left;
316 }
317 .wppb-highlight{
318 background:#333333;
319 background:#222222;
320 background:#fff;
321 padding:20px;
322 }
323 .wppb-userlisting-slider, .wppb-list-users-slider{
324 display:block;
325 padding:10px;
326 border:1px solid #ccc;
327 font-family: Consolas,Monaco,monospace;
328 font-size: 13px;
329 margin-top:20px;
330 }
331 #wppb_manage_fields .mb-list-entry-fields .row-field .field-label{
332 width: 177px;
333 }
334
335 #container_wppb_epf_fields .row-id,
336 #wppb_epf_fields .row-id,
337 #container_wppb_rf_fields .row-id,
338 #wppb_rf_fields .row-id{
339 display:none;
340 }
341
342 .wppb-wrap #serial_number{
343 font-weight: 600;
344 line-height: 1.3;
345 padding: 20px 10px 20px 0;
346 text-align: left;
347 color: #222222;
348 font-size:14px;
349 }
350
351 #wppb_profile_builder_pro_serial{
352 width:460px;
353 padding: 5px;
354 }
355
356 .wppb-wrap .wppb-serialnumber-descr{
357 display: block;
358 padding: 0px 0px 0px 95px
359 }
360
361 .wppb-backend-notice{
362 line-height: 16px;
363 padding: 11px;
364 font-size: 14px;
365 text-align: left;
366 margin: 0 0 5px 0;
367 background-color: #fff9e8;
368 border:1px solid #ffba00;
369 border-radius:3px;
370 }
371
372 .wppb-custom-redirects .widefat tr td{
373 padding: 12px 10px;
374 }
375
376 .wppb-custom-redirects .widefat tbody tr:hover{
377 background: #def6ff;
378 }
379
380 .wppb-extra-info-notice{
381 font-style: italic;
382 opacity: 0.7;
383 }
384
385 .wppb-custom-redirects .wppb_col_1{
386 width: 24%;
387 }
388
389 .wppb-custom-redirects .wppb_col_2{
390 width: 18%;
391 }
392
393 .wppb-custom-redirects .wppb_col_3{
394 width: 58%;
395 }
396
397 .wppb-custom-redirects input[type="text"]{
398 width: 100%;
399 }
400
401 /* hide "View post" link from update messages on internal post types */
402 .post-type-wppb-ul-cpt #message.updated a, .post-type-wppb-rf-cpt #message.updated a, .post-type-wppb-epf-cpt #message.updated a{
403 display:none;
404 }
405
406
407 #wppb_ul_page_settings .row-visible-to-following-roles, .update_container_wppb_ul_page_settings.visible_to_logged_ .row-visible-to-following-roles,
408 #container_wppb_ul_page_settings .visible_to_logged_ .wck-content .row-visible-to-following-roles{
409 display:none;
410 }
411
412 /* Manage Fields Responsive CSS */
413 @media screen and ( max-width: 1125px ) {
414 /* Manage Fields Responsive */
415 #container_wppb_manage_fields th.wck-content pre{
416 display:none;
417 }
418 #container_wppb_manage_fields li strong{
419 display: inline-block !important;
420 font-size: 14px;
421 font-family: "Open Sans",Arial,sans-serif;
422 }
423 #container_wppb_manage_fields pre{
424 display: inline;
425 float:none;
426 width:auto;
427 }
428 #container_wppb_manage_fields li strong{
429 width:100px !important;
430 }
431 }
432 /* Basic Information Buttons - for Free to Pro upgrade*/
433 .wppb-button-free {
434 border-radius: 3px;
435 border-style: solid;
436 border-width: 1px;
437 box-sizing: border-box;
438 cursor: pointer;
439 display: inline-block;
440 font-size: 13px;
441 height: 29px;
442 line-height: 26px;
443 margin: 0;
444 padding: 0 10px 1px;
445 text-decoration: none;
446 white-space: nowrap;
447 background: none repeat scroll 0 0 #D54E21;
448 border-color: #b2401b;
449 box-shadow: 0 1px 0 #ee683b inset, 0 1px 0 rgba(0, 0, 0, 0.08);
450 color: #fff;
451 vertical-align:top;
452 }
453 p .wppb-button-free {
454 vertical-align: baseline;
455 }
456 .wppb-button-free:hover {
457 background: #e45424;
458 border-color: #6d2811;
459 color: #fff;
460 }
461