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 / _account.scss

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

47 lines 973 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .uwp_page {
2 .uwp-content-wrap {
3 .uwp-account {
4 .uwp-account-avatar {
5 text-align: center;
6 img {
7 -webkit-border-radius: 100px;
8 -moz-border-radius: 100px;
9 border-radius: 100px;
10 }
11 }
12 .uwp_account_page_username {
13 display: block;
14 margin-bottom: 20px;
15 text-align: center;
16 }
17 }
18 .uwp_account_menu {
19 padding: 0;
20 list-style: none;
21 margin: 20px auto;
22 overflow: hidden;
23 text-align: center;
24 clear: both;
25 li {
26 list-style-type: none;
27 font-size: 16px;
28 padding: 5px 0;
29 margin: 0 20px 0 0;
30 display: inline-block;
31 .fa, svg, .fas, i {
32 margin-right: 5px;
33 }
34 a {
35 color: #a2a0a0;
36 text-decoration: none;
37 }
38 a:hover, a.active {
39 color: #757575;
40 }
41 &:last-child{
42 margin:0;
43 }
44 }
45 }
46 }
47 }