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

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