PluginProbe
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor / 2.0.4
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor v2.0.4
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.4, at assets/css/style-back-end.css

451 lines 9.8 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
197 #container_wppb_epf_fields tr.update_container_wppb_epf_fields:hover,
198 #container_wppb_rf_fields tr.update_container_wppb_rf_fields:hover{
199 background:none;
200 }
201
202 #container_wppb_epf_fields tr:hover,
203 #container_wppb_rf_fields tr:hover{
204 background:#def6ff;
205 }
206 #container_wppb_epf_fields .wck-content{
207 content: "" !important;
208 }
209
210 #wppb_rf_page_settings .row-url, #wppb_rf_page_settings .row-display-messages, .update_container_wppb_rf_page_settings.redirect_ .row-url,
211 .update_container_wppb_rf_page_settings.redirect_ .row-display-messages, #container_wppb_rf_page_settings .redirect_ .wck-content .row-url,
212 #container_wppb_rf_page_settings .redirect_ .wck-content .row-display-messages, .update_container_wppb_rf_page_settings.redirect_no .row-url,
213 .update_container_wppb_rf_page_settings.redirect_no .row-display-messages, #container_wppb_rf_page_settings .redirect_no .wck-content .row-url,
214 #container_wppb_rf_page_settings .redirect_no .wck-content .row-display-messages{
215 display:none;
216 }
217
218 #wppb_epf_page_settings .row-url, #wppb_epf_page_settings .row-display-messages, .update_container_wppb_epf_page_settings.redirect_ .row-url,
219 .update_container_wppb_epf_page_settings.redirect_ .row-display-messages, #container_wppb_epf_page_settings .redirect_ .wck-content .row-url,
220 #container_wppb_epf_page_settings .redirect_ .wck-content .row-display-messages, .update_container_wppb_epf_page_settings.redirect_no .row-url,
221 .update_container_wppb_epf_page_settings.redirect_no .row-display-messages, #container_wppb_epf_page_settings .redirect_no .wck-content .row-url,
222 #container_wppb_epf_page_settings .redirect_no .wck-content .row-display-messages{
223 display:none;
224 }
225
226 /* Columns :) */
227 .wppb-row{
228 overflow:hidden;
229 }
230
231 .wppb-3-col > div {
232 float:left;
233 width:28%;
234 margin-right:5%;
235 }
236
237 .wppb-2-col > div {
238 float:left;
239 width:45%;
240 margin-right:5%;
241 }
242
243 .wppb-3-col > div:last-child,
244 .wppb-2-col > div:last-child{
245 margin:0;
246 }
247
248 /* Extra Form Styles */
249 .wppb-text{
250 min-width: 16.4em;
251 }
252 .wppb-select {
253 min-width:18em;
254 }
255
256 .wppb-wrap .form-table th {
257 width: 400px;
258 }
259
260 .wppb-metabox label{
261 display:inline-block;
262 min-width:15em;
263 }
264
265 /* Admin Bar Page */
266 .wppb-admin-bar label{
267 margin-right:30px;
268 padding:5px;
269 }
270
271 /* modules Page */
272 .wppb-modules label{
273 margin-right:30px;
274 padding:5px;
275 }
276
277 /* Metabox Clone. We need this in various places to simulate the css of a normal metabox. */
278 .wppb-side{
279 width:300px;
280 float:right;
281 clear:both;
282 }
283
284 .wppb-metabox h3{
285 font-size: 14px;
286 line-height: 1.4;
287 margin: 0;
288 padding:8px 12px;
289 cursor:default !important;
290 }
291
292 .wppb-normal{
293 margin-right:320px;
294 }
295
296 .wppb-metabox textarea{
297 resize:vertical;
298 background-color: #ecf8fd;
299 font-family: Consolas,Monaco,monospace;
300 font-size: 13px;
301 }
302
303 .wppb-metabox .inline-wrap{
304 width:280px;
305 float:left;
306 }
307 .wppb-highlight{
308 background:#333333;
309 background:#222222;
310 background:#fff;
311 padding:20px;
312 }
313 .wppb-userlisting-slider, .wppb-list-users-slider{
314 display:block;
315 padding:10px;
316 border:1px solid #ccc;
317 font-family: Consolas,Monaco,monospace;
318 font-size: 13px;
319 margin-top:20px;
320 }
321 #wppb_manage_fields .mb-list-entry-fields .row-field .field-label{
322 width: 177px;
323 }
324
325 #container_wppb_epf_fields .row-id,
326 #wppb_epf_fields .row-id,
327 #container_wppb_rf_fields .row-id,
328 #wppb_rf_fields .row-id{
329 display:none;
330 }
331
332 .wppb-wrap #serial_number{
333 font-weight: 600;
334 line-height: 1.3;
335 padding: 20px 10px 20px 0;
336 text-align: left;
337 color: #222222;
338 font-size:14px;
339 }
340
341 #wppb_profile_builder_pro_serial{
342 width:460px;
343 padding: 5px;
344 }
345
346 .wppb-wrap .wppb-serialnumber-descr{
347 display: block;
348 padding: 0px 0px 0px 95px
349 }
350
351 .wppb-backend-notice{
352 line-height: 16px;
353 padding: 11px;
354 font-size: 14px;
355 text-align: left;
356 margin: 0 0 5px 0;
357 background-color: #fff9e8;
358 border:1px solid #ffba00;
359 border-radius:3px;
360 }
361
362 .wppb-custom-redirects .widefat tr td{
363 padding: 12px 10px;
364 }
365
366 .wppb-custom-redirects .widefat tbody tr:hover{
367 background: #def6ff;
368 }
369
370 .wppb-extra-info-notice{
371 font-style: italic;
372 opacity: 0.7;
373 }
374
375 .wppb-custom-redirects .wppb_col_1{
376 width: 24%;
377 }
378
379 .wppb-custom-redirects .wppb_col_2{
380 width: 18%;
381 }
382
383 .wppb-custom-redirects .wppb_col_3{
384 width: 58%;
385 }
386
387 .wppb-custom-redirects input[type="text"]{
388 width: 100%;
389 }
390
391 /* hide "View post" link from update messages on internal post types */
392 .post-type-wppb-ul-cpt #message.updated a, .post-type-wppb-rf-cpt #message.updated a, .post-type-wppb-epf-cpt #message.updated a{
393 display:none;
394 }
395
396
397 #wppb_ul_page_settings .row-visible-to-following-roles, .update_container_wppb_ul_page_settings.visible_to_logged_ .row-visible-to-following-roles,
398 #container_wppb_ul_page_settings .visible_to_logged_ .wck-content .row-visible-to-following-roles{
399 display:none;
400 }
401
402 /* Manage Fields Responsive CSS */
403 @media screen and ( max-width: 1125px ) {
404 /* Manage Fields Responsive */
405 #container_wppb_manage_fields th.wck-content pre{
406 display:none;
407 }
408 #container_wppb_manage_fields li strong{
409 display: inline-block !important;
410 font-size: 14px;
411 font-family: "Open Sans",Arial,sans-serif;
412 }
413 #container_wppb_manage_fields pre{
414 display: inline;
415 float:none;
416 width:auto;
417 }
418 #container_wppb_manage_fields li strong{
419 width:100px !important;
420 }
421 }
422 /* Basic Information Buttons - for Free to Pro upgrade*/
423 .button-free {
424 border-radius: 3px;
425 border-style: solid;
426 border-width: 1px;
427 box-sizing: border-box;
428 cursor: pointer;
429 display: inline-block;
430 font-size: 13px;
431 height: 29px;
432 line-height: 26px;
433 margin: 0;
434 padding: 0 10px 1px;
435 text-decoration: none;
436 white-space: nowrap;
437 background: none repeat scroll 0 0 #D54E21;
438 border-color: #b2401b;
439 box-shadow: 0 1px 0 #ee683b inset, 0 1px 0 rgba(0, 0, 0, 0.08);
440 color: #fff;
441 vertical-align:top;
442 }
443 p .button-free {
444 vertical-align: baseline;
445 }
446 .button-free:hover {
447 background: #e45424;
448 border-color: #6d2811;
449 color: #fff;
450 }
451