nodebb-theme-persona 13.3.29 → 13.3.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc +2 -2
- package/README.md +20 -20
- package/lib/controllers.js +24 -24
- package/library.js +97 -97
- package/package.json +52 -52
- package/plugin.json +20 -20
- package/public/.eslintrc +2 -2
- package/public/admin.js +15 -15
- package/public/modules/autohidingnavbar.js +220 -220
- package/public/modules/mobile-menu.js +190 -190
- package/public/modules/taskbar.js +65 -65
- package/public/persona.js +257 -257
- package/public/settings.js +53 -53
- package/scss/account.scss +336 -336
- package/scss/categories.scss +205 -205
- package/scss/category.scss +161 -161
- package/scss/chats.scss +14 -14
- package/scss/flags.scss +42 -42
- package/scss/footer.scss +16 -16
- package/scss/groups.scss +166 -166
- package/scss/header.scss +361 -361
- package/scss/keyframes.scss +152 -152
- package/scss/mixins.scss +129 -129
- package/scss/mobile.scss +331 -331
- package/scss/modules/composer.scss +20 -20
- package/scss/modules/cookie-consent.scss +12 -12
- package/scss/modules/fab.scss +32 -32
- package/scss/modules/morph.scss +268 -268
- package/scss/modules/necro-post.scss +8 -8
- package/scss/modules/nprogress.scss +80 -80
- package/scss/modules/taskbar.scss +160 -160
- package/scss/modules/user-menu.scss +7 -7
- package/scss/modules/usercard.scss +64 -64
- package/scss/noscript.scss +80 -80
- package/scss/overrides.scss +39 -39
- package/scss/persona.scss +34 -35
- package/scss/posts_list.scss +127 -127
- package/scss/search.scss +48 -48
- package/scss/style.scss +270 -270
- package/scss/tags.scss +10 -10
- package/scss/topic.scss +571 -571
- package/scss/topics_list.scss +16 -16
- package/scss/variables.scss +6 -6
- package/templates/account/blocks.tpl +46 -46
- package/templates/account/categories.tpl +28 -28
- package/templates/account/consent.tpl +68 -68
- package/templates/account/edit/password.tpl +29 -29
- package/templates/account/edit/username.tpl +25 -25
- package/templates/account/edit.tpl +136 -136
- package/templates/account/followers.tpl +17 -17
- package/templates/account/following.tpl +17 -17
- package/templates/account/groups.tpl +16 -16
- package/templates/account/info.tpl +291 -291
- package/templates/account/posts.tpl +18 -18
- package/templates/account/profile.tpl +166 -166
- package/templates/account/sessions.tpl +31 -31
- package/templates/account/settings.tpl +251 -251
- package/templates/account/tags.tpl +9 -9
- package/templates/account/theme.tpl +25 -25
- package/templates/account/topics.tpl +29 -29
- package/templates/account/uploads.tpl +42 -42
- package/templates/admin/plugins/persona.tpl +24 -24
- package/templates/categories.tpl +31 -31
- package/templates/category.tpl +63 -63
- package/templates/flags/detail.tpl +208 -208
- package/templates/flags/list.tpl +71 -71
- package/templates/footer.tpl +11 -11
- package/templates/groups/details.tpl +77 -77
- package/templates/groups/list.tpl +48 -48
- package/templates/groups/members.tpl +5 -5
- package/templates/header.tpl +47 -47
- package/templates/modules/taskbar.tpl +2 -2
- package/templates/modules/usercard.tpl +36 -36
- package/templates/notifications.tpl +66 -66
- package/templates/partials/account/category-item.tpl +23 -23
- package/templates/partials/account/header.tpl +47 -47
- package/templates/partials/account/menu.tpl +108 -108
- package/templates/partials/breadcrumbs.tpl +18 -18
- package/templates/partials/buttons/newTopic.tpl +22 -22
- package/templates/partials/categories/item.tpl +60 -60
- package/templates/partials/categories/lastpost.tpl +26 -26
- package/templates/partials/category/filter-dropdown-content.tpl +31 -31
- package/templates/partials/category/selector-dropdown-content.tpl +32 -32
- package/templates/partials/category/sort.tpl +14 -14
- package/templates/partials/category/subcategory.tpl +17 -17
- package/templates/partials/category/tags.tpl +3 -3
- package/templates/partials/category/tools.tpl +86 -86
- package/templates/partials/category/watch.tpl +55 -55
- package/templates/partials/chats-menu.tpl +40 -40
- package/templates/partials/cookie-consent.tpl +4 -4
- package/templates/partials/flags/filters.tpl +173 -173
- package/templates/partials/groups/admin.tpl +200 -200
- package/templates/partials/groups/filter-dropdown-content.tpl +24 -24
- package/templates/partials/groups/list.tpl +20 -20
- package/templates/partials/groups/memberlist.tpl +42 -42
- package/templates/partials/header/chats.tpl +18 -18
- package/templates/partials/header/notifications.tpl +18 -18
- package/templates/partials/header/search.tpl +24 -24
- package/templates/partials/header/user-menu.tpl +96 -96
- package/templates/partials/menu.tpl +128 -128
- package/templates/partials/notifications_list.tpl +30 -30
- package/templates/partials/paginator.tpl +44 -44
- package/templates/partials/post_bar.tpl +20 -20
- package/templates/partials/posts_list.tpl +7 -7
- package/templates/partials/posts_list_item.tpl +31 -31
- package/templates/partials/quick-search-results.tpl +33 -33
- package/templates/partials/search-filters.tpl +183 -183
- package/templates/partials/search-results.tpl +54 -54
- package/templates/partials/slideout-menu.tpl +4 -4
- package/templates/partials/tags/filter-dropdown-content.tpl +33 -33
- package/templates/partials/tags/watch.tpl +35 -35
- package/templates/partials/tags_list.tpl +4 -4
- package/templates/partials/toast.tpl +19 -19
- package/templates/partials/topic/event.tpl +12 -12
- package/templates/partials/topic/navigation-post.tpl +11 -11
- package/templates/partials/topic/navigator.tpl +39 -39
- package/templates/partials/topic/necro-post.tpl +2 -2
- package/templates/partials/topic/post-menu-list.tpl +132 -132
- package/templates/partials/topic/post-menu.tpl +4 -4
- package/templates/partials/topic/post.tpl +128 -128
- package/templates/partials/topic/quickreply.tpl +28 -28
- package/templates/partials/topic/reply-button.tpl +26 -26
- package/templates/partials/topic/selection-tooltip.tpl +2 -2
- package/templates/partials/topic/sort.tpl +9 -9
- package/templates/partials/topic/stats.tpl +11 -11
- package/templates/partials/topic/tags.tpl +2 -2
- package/templates/partials/topic/tools.tpl +7 -7
- package/templates/partials/topic/topic-menu-list.tpl +74 -74
- package/templates/partials/topic/watch.tpl +47 -47
- package/templates/partials/topic-filters.tpl +11 -11
- package/templates/partials/topic-terms.tpl +11 -11
- package/templates/partials/topics_list.tpl +117 -117
- package/templates/partials/users/filter-dropdown-content.tpl +20 -20
- package/templates/partials/users/item.tpl +43 -43
- package/templates/partials/users_list.tpl +14 -14
- package/templates/partials/users_list_menu.tpl +20 -20
- package/templates/popular.tpl +35 -35
- package/templates/recent.tpl +37 -37
- package/templates/search.tpl +47 -47
- package/templates/tag.tpl +34 -34
- package/templates/tags.tpl +32 -32
- package/templates/top.tpl +35 -35
- package/templates/topic.tpl +129 -129
- package/templates/unread.tpl +37 -37
- package/templates/users.tpl +34 -34
- package/scss/register.scss +0 -71
package/scss/account.scss
CHANGED
|
@@ -1,336 +1,336 @@
|
|
|
1
|
-
.account {
|
|
2
|
-
.breadcrumb {
|
|
3
|
-
margin-bottom: 30px;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.edit-form {
|
|
7
|
-
max-width: 300px;
|
|
8
|
-
margin-left: auto;
|
|
9
|
-
margin-right: auto;
|
|
10
|
-
margin-bottom: 50px;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
> .row {
|
|
14
|
-
margin-left: auto;
|
|
15
|
-
margin-right: auto;
|
|
16
|
-
|
|
17
|
-
.fullname {
|
|
18
|
-
text-align: center;
|
|
19
|
-
font-size: 20px;
|
|
20
|
-
color: $gray-600;
|
|
21
|
-
font-weight: 300;
|
|
22
|
-
margin-bottom: 24px;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.cover {
|
|
27
|
-
background-size: cover;
|
|
28
|
-
background-repeat: no-repeat;
|
|
29
|
-
height: 200px;
|
|
30
|
-
position: relative;
|
|
31
|
-
margin-bottom: 1em;
|
|
32
|
-
background-origin: content-box;
|
|
33
|
-
width: 100%;
|
|
34
|
-
top: var(--panel-offset);
|
|
35
|
-
position: absolute;
|
|
36
|
-
left: auto;
|
|
37
|
-
right: 0px;
|
|
38
|
-
|
|
39
|
-
.avatar-wrapper {
|
|
40
|
-
position: absolute;
|
|
41
|
-
left: 50%;
|
|
42
|
-
margin-left: -64px;
|
|
43
|
-
top: 128px;
|
|
44
|
-
border: 4px solid white;
|
|
45
|
-
border-radius: 50%;
|
|
46
|
-
|
|
47
|
-
.persona-fab.btn-morph {
|
|
48
|
-
top: 93px;
|
|
49
|
-
right: 4px;
|
|
50
|
-
position: absolute;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.status {
|
|
54
|
-
position: absolute;
|
|
55
|
-
font-size: 23px;
|
|
56
|
-
top: 17px;
|
|
57
|
-
right: -3px;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.chat, .follow {
|
|
61
|
-
position: absolute;
|
|
62
|
-
width: 30px;
|
|
63
|
-
height: 30px;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.chat {
|
|
67
|
-
left: -1px;
|
|
68
|
-
bottom: 1px;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.follow {
|
|
72
|
-
right: 1px;
|
|
73
|
-
bottom: 1px;
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
&:hover {
|
|
78
|
-
.controls {
|
|
79
|
-
opacity: 0.8;
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.controls {
|
|
84
|
-
text-align: center;
|
|
85
|
-
height: 200px;
|
|
86
|
-
line-height: 200px;
|
|
87
|
-
opacity: 0;
|
|
88
|
-
@include transition(opacity .15s linear);
|
|
89
|
-
cursor: pointer;
|
|
90
|
-
pointer-events: none;
|
|
91
|
-
|
|
92
|
-
> * {
|
|
93
|
-
pointer-events: all;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
.fa {
|
|
97
|
-
color: white;
|
|
98
|
-
background-color: #333;
|
|
99
|
-
opacity: 1;
|
|
100
|
-
margin: 15px;
|
|
101
|
-
padding: 5px;
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
&.active {
|
|
106
|
-
&:hover {
|
|
107
|
-
cursor: move;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
.controls {
|
|
111
|
-
> * {
|
|
112
|
-
display: none;
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
.save {
|
|
117
|
-
display: inline-block;
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
&.saving {
|
|
122
|
-
.save {
|
|
123
|
-
display: none;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.indicator {
|
|
127
|
-
display: inline-block;
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
.save, .indicator {
|
|
132
|
-
display: inline-block;
|
|
133
|
-
position: absolute;
|
|
134
|
-
top: 1em;
|
|
135
|
-
right: 2em;
|
|
136
|
-
opacity: 1;
|
|
137
|
-
background-color: $primary;
|
|
138
|
-
color: $gray-200;
|
|
139
|
-
padding: 0.5em;
|
|
140
|
-
font-weight: bold;
|
|
141
|
-
|
|
142
|
-
&:hover {
|
|
143
|
-
cursor: pointer;
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
.save {
|
|
148
|
-
display: none;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
.indicator {
|
|
152
|
-
display: none;
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
margin-top: 200px;
|
|
157
|
-
|
|
158
|
-
.container {
|
|
159
|
-
height: 200px;
|
|
160
|
-
position: relative;
|
|
161
|
-
pointer-events: none;
|
|
162
|
-
|
|
163
|
-
> * {
|
|
164
|
-
pointer-events: all;
|
|
165
|
-
}
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
@include media-breakpoint-up(md) {
|
|
169
|
-
margin-top: 300px;
|
|
170
|
-
|
|
171
|
-
.cover, .container {
|
|
172
|
-
height: 300px;
|
|
173
|
-
|
|
174
|
-
.controls {
|
|
175
|
-
height: 300px;
|
|
176
|
-
line-height: 300px;
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
.avatar-wrapper {
|
|
180
|
-
top: 230px;
|
|
181
|
-
}
|
|
182
|
-
}
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
.profile {
|
|
186
|
-
margin-bottom: 40px;
|
|
187
|
-
|
|
188
|
-
.fullname {
|
|
189
|
-
margin-bottom: 12px;
|
|
190
|
-
font-size: 32px;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
.username {
|
|
194
|
-
text-transform: uppercase;
|
|
195
|
-
text-align: center;
|
|
196
|
-
margin-top: 0px;
|
|
197
|
-
font-size: 15px;
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
.aboutme > p {
|
|
201
|
-
max-width: 75%;
|
|
202
|
-
margin-left: auto;
|
|
203
|
-
margin-right: auto;
|
|
204
|
-
color: $gray-600;
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
.profile-meta {
|
|
208
|
-
font-size: 10px;
|
|
209
|
-
text-transform: uppercase;
|
|
210
|
-
color: #777;
|
|
211
|
-
margin-top: 25px;
|
|
212
|
-
|
|
213
|
-
strong {
|
|
214
|
-
color: #333;
|
|
215
|
-
}
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
.account-stats {
|
|
219
|
-
text-align: center;
|
|
220
|
-
font-size: 35px;
|
|
221
|
-
line-height: 25px;
|
|
222
|
-
margin-top: 25px;
|
|
223
|
-
margin-bottom: -20px;
|
|
224
|
-
|
|
225
|
-
.stat {
|
|
226
|
-
display: inline-block;
|
|
227
|
-
min-width: 100px;
|
|
228
|
-
margin-bottom: 20px;
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
.stat-label {
|
|
232
|
-
font-size: 12px;
|
|
233
|
-
text-transform: uppercase;
|
|
234
|
-
color: $gray-600;
|
|
235
|
-
}
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
.show-success {
|
|
240
|
-
.form-control {
|
|
241
|
-
border-color: #5cb85c;
|
|
242
|
-
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
|
|
243
|
-
padding-right: 2.25rem;
|
|
244
|
-
background-repeat: no-repeat;
|
|
245
|
-
background-position: center right .625rem;
|
|
246
|
-
-webkit-background-size: 1.25rem 1.25rem;
|
|
247
|
-
background-size: 1.25rem 1.25rem;
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
.form-feedback {
|
|
251
|
-
color: #5cb85c;
|
|
252
|
-
display: block;
|
|
253
|
-
margin-top: .25rem;
|
|
254
|
-
}
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
.show-danger {
|
|
258
|
-
.form-control {
|
|
259
|
-
border-color: #d9534f;
|
|
260
|
-
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
|
|
261
|
-
padding-right: 2.25rem;
|
|
262
|
-
background-repeat: no-repeat;
|
|
263
|
-
background-position: center right .625rem;
|
|
264
|
-
-webkit-background-size: 1.25rem 1.25rem;
|
|
265
|
-
background-size: 1.25rem 1.25rem;
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
.form-feedback {
|
|
269
|
-
color: #d9534f;
|
|
270
|
-
display: block;
|
|
271
|
-
margin-top: .25rem;
|
|
272
|
-
}
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
.categories {
|
|
276
|
-
[component="categories/category"] {
|
|
277
|
-
.depth-1 {
|
|
278
|
-
padding-left: 50px;
|
|
279
|
-
}
|
|
280
|
-
.depth-2 {
|
|
281
|
-
padding-left: 100px;
|
|
282
|
-
}
|
|
283
|
-
.depth-3 {
|
|
284
|
-
padding-left: 150px;
|
|
285
|
-
}
|
|
286
|
-
.depth-4 {
|
|
287
|
-
padding-left: 150px;
|
|
288
|
-
}
|
|
289
|
-
}
|
|
290
|
-
}
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
.btn-group.account-fab {
|
|
295
|
-
position: absolute;
|
|
296
|
-
right: 15px;
|
|
297
|
-
bottom: -26px;
|
|
298
|
-
|
|
299
|
-
.open #profile {
|
|
300
|
-
background-color: lighten($primary, 10%);
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
.persona-fab {
|
|
304
|
-
color: white;
|
|
305
|
-
font-size: 20px;
|
|
306
|
-
}
|
|
307
|
-
}
|
|
308
|
-
|
|
309
|
-
@include media-breakpoint-down(md) {
|
|
310
|
-
.account > .row {
|
|
311
|
-
overflow: hidden;
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
.profile {
|
|
315
|
-
margin-top: -25px;
|
|
316
|
-
}
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
.account-picture-block{
|
|
321
|
-
vertical-align:top;
|
|
322
|
-
|
|
323
|
-
.dropdown-toggle {
|
|
324
|
-
cursor: pointer;
|
|
325
|
-
}
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
.user-picture-label {
|
|
329
|
-
font-size:20px;
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
.account-username{
|
|
334
|
-
font-size:20px;
|
|
335
|
-
font-weight:bold;
|
|
336
|
-
}
|
|
1
|
+
.account {
|
|
2
|
+
.breadcrumb {
|
|
3
|
+
margin-bottom: 30px;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.edit-form {
|
|
7
|
+
max-width: 300px;
|
|
8
|
+
margin-left: auto;
|
|
9
|
+
margin-right: auto;
|
|
10
|
+
margin-bottom: 50px;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
> .row {
|
|
14
|
+
margin-left: auto;
|
|
15
|
+
margin-right: auto;
|
|
16
|
+
|
|
17
|
+
.fullname {
|
|
18
|
+
text-align: center;
|
|
19
|
+
font-size: 20px;
|
|
20
|
+
color: $gray-600;
|
|
21
|
+
font-weight: 300;
|
|
22
|
+
margin-bottom: 24px;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.cover {
|
|
27
|
+
background-size: cover;
|
|
28
|
+
background-repeat: no-repeat;
|
|
29
|
+
height: 200px;
|
|
30
|
+
position: relative;
|
|
31
|
+
margin-bottom: 1em;
|
|
32
|
+
background-origin: content-box;
|
|
33
|
+
width: 100%;
|
|
34
|
+
top: var(--panel-offset);
|
|
35
|
+
position: absolute;
|
|
36
|
+
left: auto;
|
|
37
|
+
right: 0px;
|
|
38
|
+
|
|
39
|
+
.avatar-wrapper {
|
|
40
|
+
position: absolute;
|
|
41
|
+
left: 50%;
|
|
42
|
+
margin-left: -64px;
|
|
43
|
+
top: 128px;
|
|
44
|
+
border: 4px solid white;
|
|
45
|
+
border-radius: 50%;
|
|
46
|
+
|
|
47
|
+
.persona-fab.btn-morph {
|
|
48
|
+
top: 93px;
|
|
49
|
+
right: 4px;
|
|
50
|
+
position: absolute;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.status {
|
|
54
|
+
position: absolute;
|
|
55
|
+
font-size: 23px;
|
|
56
|
+
top: 17px;
|
|
57
|
+
right: -3px;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.chat, .follow {
|
|
61
|
+
position: absolute;
|
|
62
|
+
width: 30px;
|
|
63
|
+
height: 30px;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.chat {
|
|
67
|
+
left: -1px;
|
|
68
|
+
bottom: 1px;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.follow {
|
|
72
|
+
right: 1px;
|
|
73
|
+
bottom: 1px;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
&:hover {
|
|
78
|
+
.controls {
|
|
79
|
+
opacity: 0.8;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.controls {
|
|
84
|
+
text-align: center;
|
|
85
|
+
height: 200px;
|
|
86
|
+
line-height: 200px;
|
|
87
|
+
opacity: 0;
|
|
88
|
+
@include transition(opacity .15s linear);
|
|
89
|
+
cursor: pointer;
|
|
90
|
+
pointer-events: none;
|
|
91
|
+
|
|
92
|
+
> * {
|
|
93
|
+
pointer-events: all;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.fa {
|
|
97
|
+
color: white;
|
|
98
|
+
background-color: #333;
|
|
99
|
+
opacity: 1;
|
|
100
|
+
margin: 15px;
|
|
101
|
+
padding: 5px;
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
&.active {
|
|
106
|
+
&:hover {
|
|
107
|
+
cursor: move;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.controls {
|
|
111
|
+
> * {
|
|
112
|
+
display: none;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.save {
|
|
117
|
+
display: inline-block;
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
&.saving {
|
|
122
|
+
.save {
|
|
123
|
+
display: none;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.indicator {
|
|
127
|
+
display: inline-block;
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.save, .indicator {
|
|
132
|
+
display: inline-block;
|
|
133
|
+
position: absolute;
|
|
134
|
+
top: 1em;
|
|
135
|
+
right: 2em;
|
|
136
|
+
opacity: 1;
|
|
137
|
+
background-color: $primary;
|
|
138
|
+
color: $gray-200;
|
|
139
|
+
padding: 0.5em;
|
|
140
|
+
font-weight: bold;
|
|
141
|
+
|
|
142
|
+
&:hover {
|
|
143
|
+
cursor: pointer;
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.save {
|
|
148
|
+
display: none;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.indicator {
|
|
152
|
+
display: none;
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
margin-top: 200px;
|
|
157
|
+
|
|
158
|
+
.container {
|
|
159
|
+
height: 200px;
|
|
160
|
+
position: relative;
|
|
161
|
+
pointer-events: none;
|
|
162
|
+
|
|
163
|
+
> * {
|
|
164
|
+
pointer-events: all;
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
@include media-breakpoint-up(md) {
|
|
169
|
+
margin-top: 300px;
|
|
170
|
+
|
|
171
|
+
.cover, .container {
|
|
172
|
+
height: 300px;
|
|
173
|
+
|
|
174
|
+
.controls {
|
|
175
|
+
height: 300px;
|
|
176
|
+
line-height: 300px;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.avatar-wrapper {
|
|
180
|
+
top: 230px;
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.profile {
|
|
186
|
+
margin-bottom: 40px;
|
|
187
|
+
|
|
188
|
+
.fullname {
|
|
189
|
+
margin-bottom: 12px;
|
|
190
|
+
font-size: 32px;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.username {
|
|
194
|
+
text-transform: uppercase;
|
|
195
|
+
text-align: center;
|
|
196
|
+
margin-top: 0px;
|
|
197
|
+
font-size: 15px;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.aboutme > p {
|
|
201
|
+
max-width: 75%;
|
|
202
|
+
margin-left: auto;
|
|
203
|
+
margin-right: auto;
|
|
204
|
+
color: $gray-600;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.profile-meta {
|
|
208
|
+
font-size: 10px;
|
|
209
|
+
text-transform: uppercase;
|
|
210
|
+
color: #777;
|
|
211
|
+
margin-top: 25px;
|
|
212
|
+
|
|
213
|
+
strong {
|
|
214
|
+
color: #333;
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
.account-stats {
|
|
219
|
+
text-align: center;
|
|
220
|
+
font-size: 35px;
|
|
221
|
+
line-height: 25px;
|
|
222
|
+
margin-top: 25px;
|
|
223
|
+
margin-bottom: -20px;
|
|
224
|
+
|
|
225
|
+
.stat {
|
|
226
|
+
display: inline-block;
|
|
227
|
+
min-width: 100px;
|
|
228
|
+
margin-bottom: 20px;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.stat-label {
|
|
232
|
+
font-size: 12px;
|
|
233
|
+
text-transform: uppercase;
|
|
234
|
+
color: $gray-600;
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.show-success {
|
|
240
|
+
.form-control {
|
|
241
|
+
border-color: #5cb85c;
|
|
242
|
+
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
|
|
243
|
+
padding-right: 2.25rem;
|
|
244
|
+
background-repeat: no-repeat;
|
|
245
|
+
background-position: center right .625rem;
|
|
246
|
+
-webkit-background-size: 1.25rem 1.25rem;
|
|
247
|
+
background-size: 1.25rem 1.25rem;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
.form-feedback {
|
|
251
|
+
color: #5cb85c;
|
|
252
|
+
display: block;
|
|
253
|
+
margin-top: .25rem;
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
.show-danger {
|
|
258
|
+
.form-control {
|
|
259
|
+
border-color: #d9534f;
|
|
260
|
+
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
|
|
261
|
+
padding-right: 2.25rem;
|
|
262
|
+
background-repeat: no-repeat;
|
|
263
|
+
background-position: center right .625rem;
|
|
264
|
+
-webkit-background-size: 1.25rem 1.25rem;
|
|
265
|
+
background-size: 1.25rem 1.25rem;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
.form-feedback {
|
|
269
|
+
color: #d9534f;
|
|
270
|
+
display: block;
|
|
271
|
+
margin-top: .25rem;
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.categories {
|
|
276
|
+
[component="categories/category"] {
|
|
277
|
+
.depth-1 {
|
|
278
|
+
padding-left: 50px;
|
|
279
|
+
}
|
|
280
|
+
.depth-2 {
|
|
281
|
+
padding-left: 100px;
|
|
282
|
+
}
|
|
283
|
+
.depth-3 {
|
|
284
|
+
padding-left: 150px;
|
|
285
|
+
}
|
|
286
|
+
.depth-4 {
|
|
287
|
+
padding-left: 150px;
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
.btn-group.account-fab {
|
|
295
|
+
position: absolute;
|
|
296
|
+
right: 15px;
|
|
297
|
+
bottom: -26px;
|
|
298
|
+
|
|
299
|
+
.open #profile {
|
|
300
|
+
background-color: lighten($primary, 10%);
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
.persona-fab {
|
|
304
|
+
color: white;
|
|
305
|
+
font-size: 20px;
|
|
306
|
+
}
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
@include media-breakpoint-down(md) {
|
|
310
|
+
.account > .row {
|
|
311
|
+
overflow: hidden;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
.profile {
|
|
315
|
+
margin-top: -25px;
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
.account-picture-block{
|
|
321
|
+
vertical-align:top;
|
|
322
|
+
|
|
323
|
+
.dropdown-toggle {
|
|
324
|
+
cursor: pointer;
|
|
325
|
+
}
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
.user-picture-label {
|
|
329
|
+
font-size:20px;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
.account-username{
|
|
334
|
+
font-size:20px;
|
|
335
|
+
font-weight:bold;
|
|
336
|
+
}
|