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

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

224 lines 4.3 KB
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 -webkit-box-sizing: content-box;
4 -moz-box-sizing: content-box;
5 box-sizing: content-box;
6 }
7 .uwp-content-wrap {
8 a, img {
9 box-shadow: none;
10 border-bottom: none;
11 }
12 a:focus,
13 input:focus,
14 select:focus {
15 outline: 0;
16 }
17
18 .uwp_form input[type="text"]="text""],
19 .uwp_form input[type="password"]="password""],
20 .uwp_form input[type="datetime"]="datetime""],
21 .uwp_form input[type="datetime-local"]="datetime-local""],
22 .uwp_form input[type="date"]="date""],
23 .uwp_form input[type="month"]="month""],
24 .uwp_form input[type="time"]="time""],
25 .uwp_form input[type="week"]="week""],
26 .uwp_form input[type="number"]="number""],
27 .uwp_form input[type="email"]="email""],
28 .uwp_form input[type="url"]="url""],
29 .uwp_form input[type="search"]="search""],
30 .uwp_form input[type="tel"]="tel""],
31 .uwp_form input[type="color"]="color""],
32 .uwp_form select,
33 .uwp_form textarea {
34 background-color: #ffffff;
35 }
36
37 .uwp-profile-extra-table,
38 .uwp-profile-extra-table th,
39 .uwp-profile-extra-table td {
40 border: 1px solid #ededed;
41 }
42 .uwp-profile-extra-table tr,
43 .uwp-profile-extra-table th,
44 .uwp-profile-extra-table td {
45 background-color: transparent;
46 text-align: left;
47 }
48 .uwp-profile-extra-table tr {
49 border-bottom: 1px solid #ededed;
50 }
51 .uwp-profile-extra-table th,
52 .uwp-profile-extra-table td {
53 padding: 5px 10px;
54 border-top: 1px solid #ededed;
55 }
56 .uwp-profile-extra-table th {
57 border-right: 1px solid #ededed;
58 }
59 .uwp-profile-extra-table h3 {
60 padding-left: 10px;
61 text-align: center;
62 }
63 }
64 }
65
66 .uwp-login,
67 .uwp-registration,
68 .uwp-forgot,
69 .uwp-account {
70 background: #f1f1f1 none repeat scroll 0 0;
71 margin: 0 auto;
72 max-width: 340px;
73 padding: 40px;
74 .uwp-lf-icon,
75 .uwp-rf-icon {
76 background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
77 border: 1px solid #ccc;
78 border-radius: 50px;
79 height: auto;
80 margin: 0 auto;
81 padding: 22px;
82 width: 36px;
83 .fa, svg, .fas, i {
84 color: #ccc;
85 font-size: 30px;
86 }
87 }
88
89 > h2 {
90 color: #717171;
91 font-size: 24px;
92 margin: 10px 0 30px;
93 text-align: center
94 }
95 }
96
97 .uwp-account {
98 > h2 {
99 margin-bottom: 0;
100 padding-top: 10px
101 }
102 }
103
104 .uwp_form_file_row {
105 margin-bottom: 20px;
106 }
107 .uwp_message_error {
108 display: none;
109 }
110 .uwp_file_preview_wrap {
111 overflow: hidden;
112 }
113
114 .uwp-profile-extra-div {
115 border: 1px solid #ededed;
116 overflow: hidden;
117 }
118 .uwp-profile-extra-sep {
119 display: none;
120 }
121 .uwp-profile-extra-wrap {
122 width: 100%;
123 background-color: transparent;
124 text-align: left;
125 overflow: hidden;
126 border-bottom: 1px solid #ededed;
127 .uwp-profile-extra-key {
128 width: 50%;
129 float: left;
130 padding: 7px;
131 box-sizing: border-box;
132 }
133 .uwp-profile-extra-value {
134 width: 50%;
135 float: right;
136 padding: 7px;
137 box-sizing: border-box;
138 border-left: 1px solid #ededed;
139 }
140 }
141 .uwp-profile-extra-wrap:last-child {
142 border-bottom: none;
143 }
144 .uwp-users-list,
145 .uwp-profile-side,
146 .uwp-section-left {
147 .uwp-users-list-user {
148 display: block;
149 }
150 .uwp-profile-extra-sep {
151 display: inline-block;
152 margin-left: 3px;
153 }
154 .uwp-profile-extra-key {
155 margin-right: 5px;
156 }
157 .uwp-profile-extra-key,
158 .uwp-profile-extra-value {
159 border: none;
160 width: auto;
161 float: left;
162 padding: 0;
163 }
164 .uwp-profile-extra-wrap:last-child {
165 .uwp-profile-extra-key,
166 .uwp-profile-extra-value {
167 border-bottom: none;
168 }
169 }
170 }
171 .uwp-profile-side,
172 .uwp-section-left {
173 .uwp-profile-extra-sep {
174 display: none;
175 }
176 .uwp-profile-extra-div,
177 .uwp-profile-extra-wrap,
178 .uwp-profile-extra-key,
179 .uwp-profile-extra-value {
180 border: none;
181 }
182 .uwp-profile-extra-key,
183 .uwp-profile-extra-value {
184 display: block;
185 clear: both;
186 }
187 .uwp-profile-extra-key {
188 font-weight: bold;
189 }
190 }
191 .uwp-users-list {
192 .uwp-profile-extra-div,
193 .uwp-profile-extra-wrap,
194 .uwp-profile-extra-key,
195 .uwp-profile-extra-value {
196 border: none;
197 }
198 }
199 .widget {
200 .uwp-login,
201 .uwp-registration,
202 .uwp-forgot,
203 .uwp-account {
204 background: transparent;
205 max-width: none;
206 padding: 0;
207 width: auto;
208 }
209 }
210 .uwp-login-widget.user-loggedin {
211 .avatar {
212 border-radius: 50%;
213 box-shadow: none;
214 vertical-align: middle;
215 margin: 0 3px;
216 }
217 a {
218 text-decoration: none;
219 box-shadow: none;
220 }
221 span {
222 margin-left: 10px;
223 }
224 }