PluginProbe
UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP / 1.2.74
UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP v1.2.74
1.2.74 1.2.73 1.2.72 1.2.71 1.2.70 1.2.69 1.2.68 1.2.67 1.2.66 1.2.65 1.2.64 1.2.63 trunk 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 1.0.18 1.0.19 1.0.20 1.0.21 All 174 releases
userswp / assets / css / partials / _profile.scss

_profile.scss in UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP 1.2.74, at assets/css/partials/_profile.scss

479 lines 9.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .uwp_page {
2 .uwp-profile-header-img {
3 position: relative;
4 background: #fff none repeat scroll 0 0;
5 border: 1px solid #ccc;
6 width: 100%;
7 img {
8 display: block;
9 width: 100%;
10 }
11 }
12
13 .uwp-profile-social-ul {
14 list-style-type: none;
15 margin: 0;
16 padding: 0;
17 li {
18 display: inline-block;
19 margin-right: 5px;
20 width: auto;
21 }
22 }
23
24 .uwp-profile-nav,
25 .uwp-profile-subnav {
26 margin: 8px 0 0;
27 a,
28 a:active,
29 a:visited {
30 color: #717171;
31 text-decoration: none;
32 box-shadow: none;
33 }
34
35 a:hover {
36 color: #555;
37 }
38
39 > ul {
40 margin: 0;
41 padding: 0;
42 }
43 li {
44 float: left;
45 list-style: outside none none;
46 margin: 5px 10px 0 0;
47 padding-bottom: 5px;
48 border-bottom: 3px solid transparent;
49 }
50 ul {
51 display: inline-block;
52 li {
53 display: inline-block;
54 margin-bottom: 8px;
55 list-style-type: none;
56 }
57 }
58 .active {
59 border-bottom: 3px solid #ccc;
60 }
61 }
62 .uwp-profile-item-ul {
63 list-style-type: none;
64 margin: 0;
65 padding: 0;
66 li.uwp-profile-item-li {
67 position: relative;
68 clear: both;
69 padding-top: 10px;
70 margin: 10px 0 0;
71 border-top: 1px solid #ccc;
72 min-height: 80px;
73 list-style-type: none;
74 .uwp-profile-item-time {
75 color: #ccc;
76 }
77 }
78 }
79 .uwp-profile-item-img img {
80 float: left;
81 margin-right: 10px;
82 width: 80px;
83 }
84 h3.uwp-profile-item-title {
85 margin: 0;
86 a {
87 text-decoration: none;
88 }
89 }
90
91 .uwp-avatar-only {
92 .uwp-profile-avatar{
93 .uwp-profile-avatar-inner {
94 margin-left: 0;
95 > img {
96 margin: 0;
97 }
98 }
99 }
100 }
101
102 .uwp-profile-avatar {
103 display: block;
104 position: relative;
105 .uwp-profile-avatar-inner {
106 max-width: 150px;
107 width: 20%;
108 margin-left: 3%;
109 position: relative;
110 > img {
111 border: 5px solid #fff;
112 border-bottom: none;
113 border-radius: 0;
114 box-shadow: none;
115 //float: left;
116 margin: -100% 0 0 1px;
117 box-sizing: border-box;
118 display: block;
119 height: auto;
120 margin-top: calc( -100% + 5px);
121 width: 100%;
122 }
123 }
124 .uwp-profile-avatar-change {
125 position: absolute;
126 z-index: 5;
127 text-align: center;
128 top: auto;
129 bottom: 0;
130 left: 0;
131 overflow: hidden;
132 width: 100%;
133 .uwp-profile-avatar-change-inner {
134 display: block;
135 overflow: hidden;
136 position: relative;
137 text-align: left;
138 height: 30px;
139 font-size: 13px;
140 .fa, svg, .fas, i {
141 position: absolute;
142 color: #fff;
143 left: 15px;
144 margin-bottom: 0;
145 bottom: 10px;
146 opacity: 1;
147 transform: none;
148 }
149 &:before, &:after {
150 background: #000;
151 background: rgba(0, 0, 0, .6);
152 background: linear-gradient(transparent, rgba(0, 0, 0, .6) 50%, rgba(0, 0, 0, .6) 100%);
153 content: '';
154 height: 200%;
155 left: 0;
156 position: absolute;
157 right: 0;
158 top: 100%;
159 transition: top .13s ease-out;
160 z-index: -1;
161 }
162 &:hover:before {
163 top: -100%;
164 }
165 a {
166 color: #fff;
167 padding: 3px 12px 0 40px;
168 display: none;
169 }
170 &:hover a {
171 display: block;
172 }
173 }
174 }
175
176 }
177
178 .uwp-banner-change-icon {
179 left: 20px;
180 position: absolute;
181 top: 15px;
182 .fa, svg, .fas, i {
183 position: absolute;
184 left: 13px;
185 top: 15px;
186 z-index: 999;
187 }
188 }
189 .uwp-profile-header-img:hover {
190 .fa, svg, .fas, i {
191 color: #fff;
192 }
193 }
194 .uwp-profile-banner-change {
195 background-clip: padding-box;
196 background-color: #000;
197 border: 1px solid rgba(255, 255, 255, .8);
198 border-radius: 2px;
199 box-shadow: 0 0 6px rgba(0, 0, 0, .6);
200 box-sizing: border-box;
201 color: #fff;
202 display: inline-block;
203 opacity: 0;
204 overflow: hidden;
205 padding: 6px 12px;
206 transition: opacity .3s cubic-bezier(.175, .885, .32, 1.275), width .3s step-end;
207 white-space: nowrap;
208 width: 34px;
209 position: relative;
210 top: 3px;
211 word-wrap: normal;
212 cursor: pointer;
213 .uwp-profile-banner-change-inner {
214 -webkit-font-smoothing: antialiased;
215 padding-left: 26px;
216 position: relative;
217 top: 1px;
218 z-index: 2;
219 }
220 }
221
222 .uwp-profile-header-img:hover .uwp-profile-banner-change {
223 opacity: .8;
224 width: auto;
225 display: inline-block;
226 }
227
228 .uwp-profile-name > h2 {
229 color: #717171;
230 margin: 10px 0;
231 }
232
233 .uwp-profile,
234 .uwp-section-left {
235 float: left;
236 width: 25%;
237 }
238
239 .uwp-section-full {
240 width: 100%;
241 }
242
243 .uwp-profile-content,
244 .uwp-section-right {
245 float: left;
246 margin: 0 0 0 5%;
247 width: 70%;
248 position: relative;
249 }
250
251 .uwp-section-right {
252 .uwp-profile-content{
253 width: 100%;
254 margin: 0;
255 }
256 }
257 .uwp-profile-subcontent {
258 margin: 0;
259 }
260
261 .uwp-profile-tab-label {
262 display: block;
263 font-size: 11px;
264 line-height: 11px;
265 text-align: center;
266 text-transform: uppercase;
267 }
268
269 .uwp-profile-tab-count {
270 display: block;
271 font-size: 18px;
272 line-height: 18px;
273 text-align: center;
274 padding-top: 5px
275 }
276
277 .uwp-profile-tab-count span.uwp_field_icon {
278 padding-left: 18px!important;
279 }
280
281 .uwp-profile-header-img {
282 background-size: cover;
283 border: 1px solid #ccc;
284 width: 100%;
285 }
286
287 .uwp-profile-entries h3 {
288 color: #717171;
289 margin: 15px 0;
290 padding: 0;
291 }
292
293 .uwp-profile-item-block li {
294 margin-left: 0;
295 }
296
297 .uwp-profile-post-nav {
298 span {
299 a {
300 border: 1px solid #717171;
301 color: #717171;
302 margin-right: 5px;
303 padding: 0 7px;
304 text-decoration: none;
305 }
306
307 a.active {
308 border: 1px solid #555;
309 color: #555;
310 }
311 }
312 }
313
314 .uwp-edit-account {
315 float: right;
316 margin: 3px 0 0;
317 position: absolute;
318 top: 15px;
319 right: 0;
320 }
321
322 .uwp-profile-avatar-modal-trigger,
323 .uwp-profile-banner-modal-trigger {
324 cursor: pointer;
325 }
326
327 .uwp-content-wrap .uwp-profile-main .uwp-profile-subnav ul li {
328 margin-right: 15px;
329 }
330 .uwp-item-actions {
331 margin-top: 2px;
332 overflow: hidden;
333 .geodir-addtofav {
334 float: left;
335 }
336 a {
337 display: inline-block;
338 margin-right: 5px;
339 margin-bottom: 5px;
340 }
341 }
342
343 .uwp-time-ratings-wrap {
344 display: block;
345 overflow: hidden;
346 time,
347 .uwp-ratings {
348 display: block;
349 }
350 .uwp-num-comments {
351 display: inline-block;
352 float: left
353 }
354 .gd-star-rating {
355 float: left;
356 }
357 .geodir-addtofav {
358 margin-left: 10px;
359 }
360 }
361 .uwp_more_content span {
362 display: none;
363 }
364 .uwp-profile-tab-sub-ul-count {
365 font-weight: bold;
366 margin-right: 3px;
367 }
368 .uwp-profile-name h2 {
369 font-size: 19px;
370 }
371
372 //pagination
373 .uwp-pagination {
374 margin-top: 30px;
375 text-align: center;
376 ul {
377 list-style-type: none;
378 margin: 0;
379 padding: 0;
380 display: inline-block;
381 li {
382 list-style-type: none;
383 float: left;
384 a, span.dots, span.current {
385 border: 1px solid #555;
386 color: #555;
387 margin-right: 5px;
388 padding: 0 7px;
389 text-decoration: none;
390 }
391 span.current {
392 background-color: #ccc;
393 }
394 }
395 }
396 }
397 .uwp_field_icon {
398 margin-right: 5px;
399 }
400 .uwp-profile-extra-table th,
401 .uwp-profile-extra-table td {
402 vertical-align: middle;
403 border-top: 1px solid #ededed;
404 padding: 6px 10px 6px 0;
405 }
406 }
407
408 .uwp-user-avatar-image {
409 display: inline-block;
410 vertical-align: middle;
411 margin: 0 5px;
412 }
413
414 .uwp-user-avatar-title {
415 display: inline-block;
416 margin: 0 auto;
417 vertical-align: middle;
418 }
419
420 .uwp_generic_thumb_wrap {
421 float: left;
422 }
423 .uwp-profile-item-li h3 {
424 clear: none;
425 }
426
427 .jcrop-holder img, img.jcrop-preview {
428 max-width: none !important;
429 }
430
431 .uwp_page.uwp-section-left {
432 float: left;
433 width: 25%;
434 }
435
436 .uwp_page.uwp-section-full {
437 width: 100%;
438 }
439
440 .uwp_page.uwp-section-right {
441 float: left;
442 width: 70%;
443 }
444
445 .uwp-order-actions {
446 position: absolute;
447 top: 10px;
448 right: 0;
449 display: inline-block;
450 a {
451 float: left;
452 margin-left: 10px;
453 }
454 }
455 @media only screen and (max-width: 500px) {
456 .uwp_page {
457 .uwp-profile,
458 .uwp-section-left {
459 float: none;
460 width: 100%;
461 }
462 .uwp-profile-content,
463 .uwp-section-right {
464 float: none;
465 margin: 0;
466 width: 100%;
467 }
468 }
469 .uwp_page.uwp-section-left {
470 float: none;
471 width: 100%;
472 }
473
474 .uwp_page.uwp-section-right {
475 float: none;
476 margin: 0;
477 width: 100%;
478 }
479 }