nodebb-theme-persona 12.1.1 → 12.1.2

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.
Files changed (122) hide show
  1. package/.eslintrc +2 -2
  2. package/README.md +14 -14
  3. package/languages/de/persona.json +3 -3
  4. package/languages/en-US/persona.json +2 -2
  5. package/languages/fr/persona.json +3 -3
  6. package/languages/pl/persona.json +3 -3
  7. package/languages/pt-PT/persona.json +2 -2
  8. package/languages/tr/persona.json +4 -4
  9. package/languages/zh-CN/persona.json +4 -4
  10. package/less/bootstrap-flipped.css +1550 -1550
  11. package/less/categories.less +235 -235
  12. package/less/chats.less +0 -4
  13. package/less/flags.less +42 -42
  14. package/less/footer.less +17 -17
  15. package/less/ip-blacklist.less +6 -6
  16. package/less/keyframes.less +152 -152
  17. package/less/mixins.less +1 -1
  18. package/less/modules/composer-default.less +16 -16
  19. package/less/modules/cookie-consent.less +12 -12
  20. package/less/modules/morph.less +268 -268
  21. package/less/modules/necro-post.less +8 -8
  22. package/less/modules/nprogress.less +80 -80
  23. package/less/noscript.less +82 -82
  24. package/less/notifications.less +37 -37
  25. package/less/outgoing.less +8 -8
  26. package/less/persona.less +47 -47
  27. package/less/post-queue.less +19 -19
  28. package/less/register.less +75 -75
  29. package/less/rtl.less +132 -132
  30. package/less/tags.less +36 -36
  31. package/less/users.less +72 -72
  32. package/package.json +1 -1
  33. package/public/.eslintrc +2 -2
  34. package/public/modules/autohidingnavbar.js +220 -220
  35. package/templates/account/blocks.tpl +34 -34
  36. package/templates/account/categories.tpl +28 -28
  37. package/templates/account/consent.tpl +68 -68
  38. package/templates/account/edit/password.tpl +31 -31
  39. package/templates/account/edit/username.tpl +29 -29
  40. package/templates/account/followers.tpl +16 -16
  41. package/templates/account/following.tpl +16 -16
  42. package/templates/account/groups.tpl +16 -16
  43. package/templates/account/info.tpl +230 -230
  44. package/templates/account/posts.tpl +18 -18
  45. package/templates/account/sessions.tpl +31 -31
  46. package/templates/account/topics.tpl +30 -30
  47. package/templates/account/uploads.tpl +42 -42
  48. package/templates/admin/plugins/persona.tpl +28 -28
  49. package/templates/alert.tpl +15 -15
  50. package/templates/categories.tpl +31 -31
  51. package/templates/category.tpl +62 -62
  52. package/templates/chats.tpl +16 -16
  53. package/templates/flags/list.tpl +71 -71
  54. package/templates/groups/details.tpl +272 -272
  55. package/templates/groups/list.tpl +46 -46
  56. package/templates/groups/members.tpl +8 -8
  57. package/templates/ip-blacklist.tpl +55 -55
  58. package/templates/notifications.tpl +64 -64
  59. package/templates/partials/acceptTos.tpl +8 -8
  60. package/templates/partials/account/category-item.tpl +22 -22
  61. package/templates/partials/buttons/newTopic.tpl +15 -15
  62. package/templates/partials/categories/item.tpl +46 -46
  63. package/templates/partials/categories/lastpost.tpl +26 -26
  64. package/templates/partials/categories/link.tpl +10 -10
  65. package/templates/partials/category/sort.tpl +14 -14
  66. package/templates/partials/category/subcategory.tpl +17 -17
  67. package/templates/partials/category/tags.tpl +4 -4
  68. package/templates/partials/category/tools.tpl +80 -80
  69. package/templates/partials/category/watch.tpl +22 -22
  70. package/templates/partials/category-filter-content.tpl +16 -16
  71. package/templates/partials/category-filter-right.tpl +2 -2
  72. package/templates/partials/category-filter.tpl +2 -2
  73. package/templates/partials/category-selector-right.tpl +2 -2
  74. package/templates/partials/category-selector.tpl +2 -2
  75. package/templates/partials/change_owner_modal.tpl +22 -22
  76. package/templates/partials/chats/messages.tpl +6 -6
  77. package/templates/partials/chats-menu.tpl +40 -40
  78. package/templates/partials/cookie-consent.tpl +4 -4
  79. package/templates/partials/delete_posts_modal.tpl +18 -18
  80. package/templates/partials/fork_thread_modal.tpl +21 -21
  81. package/templates/partials/groups/list.tpl +20 -20
  82. package/templates/partials/groups/memberlist.tpl +39 -39
  83. package/templates/partials/merge_topics_modal.tpl +57 -57
  84. package/templates/partials/modals/flag_modal.tpl +44 -44
  85. package/templates/partials/modals/manage_room.tpl +10 -10
  86. package/templates/partials/modals/manage_room_users.tpl +6 -6
  87. package/templates/partials/modals/post_history.tpl +36 -36
  88. package/templates/partials/modals/rename_room.tpl +3 -3
  89. package/templates/partials/modals/votes_modal.tpl +10 -10
  90. package/templates/partials/move_thread_modal.tpl +16 -16
  91. package/templates/partials/paginator.tpl +44 -44
  92. package/templates/partials/post_bar.tpl +20 -20
  93. package/templates/partials/posts_list.tpl +7 -7
  94. package/templates/partials/quick-search-results.tpl +30 -30
  95. package/templates/partials/slideout-menu.tpl +4 -4
  96. package/templates/partials/tags_list.tpl +4 -4
  97. package/templates/partials/thread_tools.tpl +7 -7
  98. package/templates/partials/topic/badge.tpl +4 -4
  99. package/templates/partials/topic/deleted-message.tpl +10 -10
  100. package/templates/partials/topic/navigation-post.tpl +11 -11
  101. package/templates/partials/topic/necro-post.tpl +2 -2
  102. package/templates/partials/topic/post.tpl +105 -105
  103. package/templates/partials/topic/quickreply.tpl +25 -25
  104. package/templates/partials/topic/reply-button.tpl +26 -26
  105. package/templates/partials/topic/selection-tooltip.tpl +2 -2
  106. package/templates/partials/topic/sort.tpl +9 -9
  107. package/templates/partials/topic/stats.tpl +11 -11
  108. package/templates/partials/topic/tags.tpl +4 -4
  109. package/templates/partials/topic/watch.tpl +20 -20
  110. package/templates/partials/users_list_menu.tpl +10 -10
  111. package/templates/popular.tpl +61 -61
  112. package/templates/recent.tpl +51 -51
  113. package/templates/reset.tpl +23 -23
  114. package/templates/reset_code.tpl +41 -41
  115. package/templates/tag.tpl +35 -35
  116. package/templates/tags.tpl +30 -30
  117. package/templates/top.tpl +61 -61
  118. package/templates/tos.tpl +4 -4
  119. package/templates/unread.tpl +49 -49
  120. package/templates/users.tpl +47 -47
  121. package/theme.json +6 -6
  122. package/templates/account/edit/email.tpl +0 -30
@@ -1,152 +1,152 @@
1
- @-webkit-keyframes taskbar-active {
2
- 0% {
3
- background: #e7e7e7;
4
- color: #333;
5
- }
6
- 50% {
7
- background: #558;
8
- color: #fff;
9
- }
10
- 100% {
11
- background: #e7e7e7;
12
- color: #333;
13
- }
14
- }
15
-
16
- @-moz-keyframes taskbar-active {
17
- 0% {
18
- background: #e7e7e7;
19
- color: #333;
20
- }
21
- 50% {
22
- background: #558;
23
- color: #fff;
24
- }
25
- 100% {
26
- background: #e7e7e7;
27
- color: #333;
28
- }
29
- }
30
-
31
- @-o-keyframes taskbar-active {
32
- 0% {
33
- background: #e7e7e7;
34
- color: #333;
35
- }
36
- 50% {
37
- background: #558;
38
- color: #fff;
39
- }
40
- 100% {
41
- background: #e7e7e7;
42
- color: #333;
43
- }
44
- }
45
-
46
- @keyframes taskbar-active {
47
- 0% {
48
- background: #e7e7e7;
49
- color: #333;
50
- }
51
- 50% {
52
- background: #558;
53
- color: #fff;
54
- }
55
- 100% {
56
- background: #e7e7e7;
57
- color: #333;
58
- }
59
- }
60
-
61
- @-webkit-keyframes topic-reply-pulse {
62
- 0%, 100% { opacity: 1; }
63
- 50% { opacity: 0.3; }
64
- }
65
-
66
- @keyframes topic-reply-pulse {
67
- 0%, 100% { opacity: 1; }
68
- 50% { opacity: 0.3; }
69
- }
70
-
71
-
72
-
73
- // originally from http://daneden.github.io/animate.css/
74
- @-webkit-keyframes bounceIn {
75
- 0%, 20%, 40%, 60%, 80%, 100% {
76
- -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
77
- transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
78
- }
79
-
80
- 0% {
81
- opacity: 0;
82
- -webkit-transform: scale3d(.3, .3, .3);
83
- transform: scale3d(.3, .3, .3);
84
- }
85
-
86
- 20% {
87
- -webkit-transform: scale3d(1.1, 1.1, 1.1);
88
- transform: scale3d(1.1, 1.1, 1.1);
89
- }
90
-
91
- 40% {
92
- -webkit-transform: scale3d(.9, .9, .9);
93
- transform: scale3d(.9, .9, .9);
94
- }
95
-
96
- 60% {
97
- opacity: 1;
98
- -webkit-transform: scale3d(1.03, 1.03, 1.03);
99
- transform: scale3d(1.03, 1.03, 1.03);
100
- }
101
-
102
- 80% {
103
- -webkit-transform: scale3d(.97, .97, .97);
104
- transform: scale3d(.97, .97, .97);
105
- }
106
-
107
- 100% {
108
- opacity: 1;
109
- -webkit-transform: scale3d(1, 1, 1);
110
- transform: scale3d(1, 1, 1);
111
- }
112
- }
113
-
114
- @keyframes bounceIn {
115
- 0%, 20%, 40%, 60%, 80%, 100% {
116
- -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
117
- transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
118
- }
119
-
120
- 0% {
121
- opacity: 0;
122
- -webkit-transform: scale3d(.3, .3, .3);
123
- transform: scale3d(.3, .3, .3);
124
- }
125
-
126
- 20% {
127
- -webkit-transform: scale3d(1.1, 1.1, 1.1);
128
- transform: scale3d(1.1, 1.1, 1.1);
129
- }
130
-
131
- 40% {
132
- -webkit-transform: scale3d(.9, .9, .9);
133
- transform: scale3d(.9, .9, .9);
134
- }
135
-
136
- 60% {
137
- opacity: 1;
138
- -webkit-transform: scale3d(1.03, 1.03, 1.03);
139
- transform: scale3d(1.03, 1.03, 1.03);
140
- }
141
-
142
- 80% {
143
- -webkit-transform: scale3d(.97, .97, .97);
144
- transform: scale3d(.97, .97, .97);
145
- }
146
-
147
- 100% {
148
- opacity: 1;
149
- -webkit-transform: scale3d(1, 1, 1);
150
- transform: scale3d(1, 1, 1);
151
- }
152
- }
1
+ @-webkit-keyframes taskbar-active {
2
+ 0% {
3
+ background: #e7e7e7;
4
+ color: #333;
5
+ }
6
+ 50% {
7
+ background: #558;
8
+ color: #fff;
9
+ }
10
+ 100% {
11
+ background: #e7e7e7;
12
+ color: #333;
13
+ }
14
+ }
15
+
16
+ @-moz-keyframes taskbar-active {
17
+ 0% {
18
+ background: #e7e7e7;
19
+ color: #333;
20
+ }
21
+ 50% {
22
+ background: #558;
23
+ color: #fff;
24
+ }
25
+ 100% {
26
+ background: #e7e7e7;
27
+ color: #333;
28
+ }
29
+ }
30
+
31
+ @-o-keyframes taskbar-active {
32
+ 0% {
33
+ background: #e7e7e7;
34
+ color: #333;
35
+ }
36
+ 50% {
37
+ background: #558;
38
+ color: #fff;
39
+ }
40
+ 100% {
41
+ background: #e7e7e7;
42
+ color: #333;
43
+ }
44
+ }
45
+
46
+ @keyframes taskbar-active {
47
+ 0% {
48
+ background: #e7e7e7;
49
+ color: #333;
50
+ }
51
+ 50% {
52
+ background: #558;
53
+ color: #fff;
54
+ }
55
+ 100% {
56
+ background: #e7e7e7;
57
+ color: #333;
58
+ }
59
+ }
60
+
61
+ @-webkit-keyframes topic-reply-pulse {
62
+ 0%, 100% { opacity: 1; }
63
+ 50% { opacity: 0.3; }
64
+ }
65
+
66
+ @keyframes topic-reply-pulse {
67
+ 0%, 100% { opacity: 1; }
68
+ 50% { opacity: 0.3; }
69
+ }
70
+
71
+
72
+
73
+ // originally from http://daneden.github.io/animate.css/
74
+ @-webkit-keyframes bounceIn {
75
+ 0%, 20%, 40%, 60%, 80%, 100% {
76
+ -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
77
+ transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
78
+ }
79
+
80
+ 0% {
81
+ opacity: 0;
82
+ -webkit-transform: scale3d(.3, .3, .3);
83
+ transform: scale3d(.3, .3, .3);
84
+ }
85
+
86
+ 20% {
87
+ -webkit-transform: scale3d(1.1, 1.1, 1.1);
88
+ transform: scale3d(1.1, 1.1, 1.1);
89
+ }
90
+
91
+ 40% {
92
+ -webkit-transform: scale3d(.9, .9, .9);
93
+ transform: scale3d(.9, .9, .9);
94
+ }
95
+
96
+ 60% {
97
+ opacity: 1;
98
+ -webkit-transform: scale3d(1.03, 1.03, 1.03);
99
+ transform: scale3d(1.03, 1.03, 1.03);
100
+ }
101
+
102
+ 80% {
103
+ -webkit-transform: scale3d(.97, .97, .97);
104
+ transform: scale3d(.97, .97, .97);
105
+ }
106
+
107
+ 100% {
108
+ opacity: 1;
109
+ -webkit-transform: scale3d(1, 1, 1);
110
+ transform: scale3d(1, 1, 1);
111
+ }
112
+ }
113
+
114
+ @keyframes bounceIn {
115
+ 0%, 20%, 40%, 60%, 80%, 100% {
116
+ -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
117
+ transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
118
+ }
119
+
120
+ 0% {
121
+ opacity: 0;
122
+ -webkit-transform: scale3d(.3, .3, .3);
123
+ transform: scale3d(.3, .3, .3);
124
+ }
125
+
126
+ 20% {
127
+ -webkit-transform: scale3d(1.1, 1.1, 1.1);
128
+ transform: scale3d(1.1, 1.1, 1.1);
129
+ }
130
+
131
+ 40% {
132
+ -webkit-transform: scale3d(.9, .9, .9);
133
+ transform: scale3d(.9, .9, .9);
134
+ }
135
+
136
+ 60% {
137
+ opacity: 1;
138
+ -webkit-transform: scale3d(1.03, 1.03, 1.03);
139
+ transform: scale3d(1.03, 1.03, 1.03);
140
+ }
141
+
142
+ 80% {
143
+ -webkit-transform: scale3d(.97, .97, .97);
144
+ transform: scale3d(.97, .97, .97);
145
+ }
146
+
147
+ 100% {
148
+ opacity: 1;
149
+ -webkit-transform: scale3d(1, 1, 1);
150
+ transform: scale3d(1, 1, 1);
151
+ }
152
+ }
package/less/mixins.less CHANGED
@@ -58,7 +58,7 @@
58
58
  margin-left: -2.5rem;
59
59
  }
60
60
 
61
- .avatar, .timeline-badge {
61
+ .icon .avatar, .timeline-badge {
62
62
  // Opaque ring
63
63
  position: relative;
64
64
  z-index: 1;
@@ -1,17 +1,17 @@
1
- .composer {
2
- .preview {
3
- overflow-y: auto;
4
-
5
- p {
6
- margin: 0 0 18px;
7
- }
8
-
9
- blockquote {
10
- font-size: 12px;
11
-
12
- p {
13
- margin-bottom: 0px;
14
- }
15
- }
16
- }
1
+ .composer {
2
+ .preview {
3
+ overflow-y: auto;
4
+
5
+ p {
6
+ margin: 0 0 18px;
7
+ }
8
+
9
+ blockquote {
10
+ font-size: 12px;
11
+
12
+ p {
13
+ margin-bottom: 0px;
14
+ }
15
+ }
16
+ }
17
17
  }
@@ -1,13 +1,13 @@
1
- .cookie-consent {
2
- position: fixed;
3
- bottom: 0;
4
- left: 0;
5
- line-height: 3em;
6
- padding-left: 1rem;
7
- width: 100%;
8
- background: rgba(240,240,240,.8);
9
- z-index: @zindex-navbar-fixed;
10
- a {
11
- font-weight: bold;
12
- }
1
+ .cookie-consent {
2
+ position: fixed;
3
+ bottom: 0;
4
+ left: 0;
5
+ line-height: 3em;
6
+ padding-left: 1rem;
7
+ width: 100%;
8
+ background: rgba(240,240,240,.8);
9
+ z-index: @zindex-navbar-fixed;
10
+ a {
11
+ font-weight: bold;
12
+ }
13
13
  }