nodebb-theme-persona 12.1.1 → 12.1.3

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 (99) hide show
  1. package/less/bootstrap-flipped.css +1550 -1550
  2. package/less/categories.less +235 -235
  3. package/less/chats.less +0 -4
  4. package/less/flags.less +42 -42
  5. package/less/footer.less +17 -17
  6. package/less/ip-blacklist.less +6 -6
  7. package/less/keyframes.less +152 -152
  8. package/less/mixins.less +1 -1
  9. package/less/modules/composer-default.less +16 -16
  10. package/less/modules/cookie-consent.less +12 -12
  11. package/less/modules/morph.less +268 -268
  12. package/less/modules/necro-post.less +8 -8
  13. package/less/modules/nprogress.less +80 -80
  14. package/less/noscript.less +82 -82
  15. package/less/notifications.less +37 -37
  16. package/less/outgoing.less +8 -8
  17. package/less/persona.less +47 -47
  18. package/less/post-queue.less +19 -19
  19. package/less/register.less +75 -75
  20. package/less/rtl.less +132 -132
  21. package/less/tags.less +36 -36
  22. package/less/users.less +72 -72
  23. package/package.json +1 -1
  24. package/templates/account/blocks.tpl +34 -34
  25. package/templates/account/categories.tpl +28 -28
  26. package/templates/account/consent.tpl +68 -68
  27. package/templates/account/edit/password.tpl +31 -31
  28. package/templates/account/edit/username.tpl +29 -29
  29. package/templates/account/followers.tpl +16 -16
  30. package/templates/account/following.tpl +16 -16
  31. package/templates/account/groups.tpl +16 -16
  32. package/templates/account/info.tpl +230 -230
  33. package/templates/account/posts.tpl +18 -18
  34. package/templates/account/sessions.tpl +31 -31
  35. package/templates/account/topics.tpl +30 -30
  36. package/templates/account/uploads.tpl +42 -42
  37. package/templates/admin/plugins/persona.tpl +28 -28
  38. package/templates/alert.tpl +15 -15
  39. package/templates/category.tpl +62 -62
  40. package/templates/chats.tpl +16 -16
  41. package/templates/flags/list.tpl +71 -71
  42. package/templates/groups/details.tpl +272 -272
  43. package/templates/groups/list.tpl +46 -46
  44. package/templates/ip-blacklist.tpl +55 -55
  45. package/templates/notifications.tpl +64 -64
  46. package/templates/partials/account/category-item.tpl +22 -22
  47. package/templates/partials/buttons/newTopic.tpl +15 -15
  48. package/templates/partials/categories/item.tpl +46 -46
  49. package/templates/partials/categories/lastpost.tpl +26 -26
  50. package/templates/partials/category/sort.tpl +14 -14
  51. package/templates/partials/category/subcategory.tpl +17 -17
  52. package/templates/partials/category/tags.tpl +4 -4
  53. package/templates/partials/category/tools.tpl +80 -80
  54. package/templates/partials/category/watch.tpl +22 -22
  55. package/templates/partials/category-filter-content.tpl +16 -16
  56. package/templates/partials/category-filter-right.tpl +2 -2
  57. package/templates/partials/category-selector-right.tpl +2 -2
  58. package/templates/partials/change_owner_modal.tpl +22 -22
  59. package/templates/partials/chats-menu.tpl +40 -40
  60. package/templates/partials/cookie-consent.tpl +4 -4
  61. package/templates/partials/delete_posts_modal.tpl +18 -18
  62. package/templates/partials/fork_thread_modal.tpl +21 -21
  63. package/templates/partials/groups/list.tpl +20 -20
  64. package/templates/partials/groups/memberlist.tpl +39 -39
  65. package/templates/partials/merge_topics_modal.tpl +57 -57
  66. package/templates/partials/modals/flag_modal.tpl +44 -44
  67. package/templates/partials/modals/manage_room.tpl +10 -10
  68. package/templates/partials/modals/manage_room_users.tpl +6 -6
  69. package/templates/partials/modals/post_history.tpl +36 -36
  70. package/templates/partials/modals/rename_room.tpl +3 -3
  71. package/templates/partials/modals/votes_modal.tpl +10 -10
  72. package/templates/partials/move_thread_modal.tpl +16 -16
  73. package/templates/partials/paginator.tpl +44 -44
  74. package/templates/partials/post_bar.tpl +20 -20
  75. package/templates/partials/posts_list_item.tpl +10 -0
  76. package/templates/partials/quick-search-results.tpl +30 -30
  77. package/templates/partials/slideout-menu.tpl +4 -4
  78. package/templates/partials/tags_list.tpl +4 -4
  79. package/templates/partials/thread_tools.tpl +7 -7
  80. package/templates/partials/topic/badge.tpl +4 -4
  81. package/templates/partials/topic/deleted-message.tpl +10 -10
  82. package/templates/partials/topic/navigation-post.tpl +11 -11
  83. package/templates/partials/topic/post.tpl +105 -105
  84. package/templates/partials/topic/quickreply.tpl +25 -25
  85. package/templates/partials/topic/reply-button.tpl +26 -26
  86. package/templates/partials/topic/sort.tpl +9 -9
  87. package/templates/partials/topic/tags.tpl +4 -4
  88. package/templates/partials/topic/watch.tpl +20 -20
  89. package/templates/partials/users_list_menu.tpl +10 -10
  90. package/templates/popular.tpl +61 -61
  91. package/templates/recent.tpl +51 -51
  92. package/templates/reset.tpl +23 -23
  93. package/templates/reset_code.tpl +41 -41
  94. package/templates/tag.tpl +35 -35
  95. package/templates/tags.tpl +30 -30
  96. package/templates/top.tpl +61 -61
  97. package/templates/unread.tpl +49 -49
  98. package/templates/users.tpl +47 -47
  99. package/templates/account/edit/email.tpl +0 -30
@@ -1,80 +1,80 @@
1
- #nprogress {
2
- pointer-events: none;
3
- }
4
-
5
- #nprogress .bar {
6
- background: #29d;
7
-
8
- position: fixed;
9
- z-index: 1031;
10
- top: 0;
11
- left: 0;
12
-
13
- width: 100%;
14
- height: 2px;
15
- }
16
-
17
- #nprogress .peg {
18
- display: block;
19
- position: absolute;
20
- right: 0px;
21
- width: 100px;
22
- height: 100%;
23
- box-shadow: 0 0 10px #29d, 0 0 5px #29d;
24
- opacity: 1.0;
25
-
26
- -webkit-transform: rotate(3deg) translate(0px, -4px);
27
- -ms-transform: rotate(3deg) translate(0px, -4px);
28
- transform: rotate(3deg) translate(0px, -4px);
29
- }
30
-
31
- #nprogress .spinner {
32
- display: block;
33
- position: fixed;
34
- z-index: 1031;
35
- top: 15px;
36
- right: 15px;
37
- }
38
-
39
- @media (max-width: @screen-xs-max) {
40
- #nprogress .spinner {
41
- bottom: 15px;
42
- right: 15px;
43
- top: initial;
44
- }
45
- }
46
-
47
-
48
- #nprogress .spinner-icon {
49
- width: 18px;
50
- height: 18px;
51
- box-sizing: border-box;
52
-
53
- border: solid 2px transparent;
54
- border-top-color: #29d;
55
- border-left-color: #29d;
56
- border-radius: 50%;
57
-
58
- -webkit-animation: nprogress-spinner 400ms linear infinite;
59
- animation: nprogress-spinner 400ms linear infinite;
60
- }
61
-
62
- .nprogress-custom-parent {
63
- overflow: hidden;
64
- position: relative;
65
- }
66
-
67
- .nprogress-custom-parent #nprogress .spinner,
68
- .nprogress-custom-parent #nprogress .bar {
69
- position: absolute;
70
- }
71
-
72
- @-webkit-keyframes nprogress-spinner {
73
- 0% { -webkit-transform: rotate(0deg); }
74
- 100% { -webkit-transform: rotate(360deg); }
75
- }
76
- @keyframes nprogress-spinner {
77
- 0% { transform: rotate(0deg); }
78
- 100% { transform: rotate(360deg); }
79
- }
80
-
1
+ #nprogress {
2
+ pointer-events: none;
3
+ }
4
+
5
+ #nprogress .bar {
6
+ background: #29d;
7
+
8
+ position: fixed;
9
+ z-index: 1031;
10
+ top: 0;
11
+ left: 0;
12
+
13
+ width: 100%;
14
+ height: 2px;
15
+ }
16
+
17
+ #nprogress .peg {
18
+ display: block;
19
+ position: absolute;
20
+ right: 0px;
21
+ width: 100px;
22
+ height: 100%;
23
+ box-shadow: 0 0 10px #29d, 0 0 5px #29d;
24
+ opacity: 1.0;
25
+
26
+ -webkit-transform: rotate(3deg) translate(0px, -4px);
27
+ -ms-transform: rotate(3deg) translate(0px, -4px);
28
+ transform: rotate(3deg) translate(0px, -4px);
29
+ }
30
+
31
+ #nprogress .spinner {
32
+ display: block;
33
+ position: fixed;
34
+ z-index: 1031;
35
+ top: 15px;
36
+ right: 15px;
37
+ }
38
+
39
+ @media (max-width: @screen-xs-max) {
40
+ #nprogress .spinner {
41
+ bottom: 15px;
42
+ right: 15px;
43
+ top: initial;
44
+ }
45
+ }
46
+
47
+
48
+ #nprogress .spinner-icon {
49
+ width: 18px;
50
+ height: 18px;
51
+ box-sizing: border-box;
52
+
53
+ border: solid 2px transparent;
54
+ border-top-color: #29d;
55
+ border-left-color: #29d;
56
+ border-radius: 50%;
57
+
58
+ -webkit-animation: nprogress-spinner 400ms linear infinite;
59
+ animation: nprogress-spinner 400ms linear infinite;
60
+ }
61
+
62
+ .nprogress-custom-parent {
63
+ overflow: hidden;
64
+ position: relative;
65
+ }
66
+
67
+ .nprogress-custom-parent #nprogress .spinner,
68
+ .nprogress-custom-parent #nprogress .bar {
69
+ position: absolute;
70
+ }
71
+
72
+ @-webkit-keyframes nprogress-spinner {
73
+ 0% { -webkit-transform: rotate(0deg); }
74
+ 100% { -webkit-transform: rotate(360deg); }
75
+ }
76
+ @keyframes nprogress-spinner {
77
+ 0% { transform: rotate(0deg); }
78
+ 100% { transform: rotate(360deg); }
79
+ }
80
+
@@ -1,83 +1,83 @@
1
- @import "mixins";
2
-
3
- noscript {
4
- .default {
5
- list-style-type: none;
6
- padding: 1em;
7
- margin-bottom: 1em;
8
- .zebra;
9
- }
10
-
11
- .categories {
12
- li {
13
- .default;
14
-
15
- .icon {
16
- float: left;
17
- width: auto;
18
- height: auto;
19
- padding: 0;
20
- margin: 0;
21
- margin-right: 1em;
22
- }
23
-
24
- a {
25
- font-size: 20px;
26
- }
27
- }
28
- }
29
-
30
- .topics {
31
- li {
32
- .default;
33
- }
34
-
35
- .timestamp {
36
- float: right;
37
- color: #999;
38
- font-style: italic;
39
- font-size: 12px;
40
- }
41
-
42
- .teaser {
43
- margin-left: 16px;
44
- margin-top: 8px;
45
-
46
- img {
47
- float: left;
48
- width: 64px;
49
- margin-right: 1em;
50
- }
51
-
52
- p {
53
- color: #666;
54
- font-size: 13px;
55
- text-overflow: ellipsis;
56
- overflow: hidden;
57
- white-space: nowrap;
58
- margin-left: 64px;
59
- padding-top: 10px;
60
- }
61
- }
62
- }
63
-
64
- .posts {
65
- li {
66
- .default;
67
-
68
- .profile {
69
- text-align: center;
70
-
71
- img {
72
- width: 64px;
73
- }
74
-
75
- span {
76
- font-weight: bold;
77
- display: inline-block;
78
- margin-top: 1em;
79
- }
80
- }
81
- }
82
- }
1
+ @import "mixins";
2
+
3
+ noscript {
4
+ .default {
5
+ list-style-type: none;
6
+ padding: 1em;
7
+ margin-bottom: 1em;
8
+ .zebra;
9
+ }
10
+
11
+ .categories {
12
+ li {
13
+ .default;
14
+
15
+ .icon {
16
+ float: left;
17
+ width: auto;
18
+ height: auto;
19
+ padding: 0;
20
+ margin: 0;
21
+ margin-right: 1em;
22
+ }
23
+
24
+ a {
25
+ font-size: 20px;
26
+ }
27
+ }
28
+ }
29
+
30
+ .topics {
31
+ li {
32
+ .default;
33
+ }
34
+
35
+ .timestamp {
36
+ float: right;
37
+ color: #999;
38
+ font-style: italic;
39
+ font-size: 12px;
40
+ }
41
+
42
+ .teaser {
43
+ margin-left: 16px;
44
+ margin-top: 8px;
45
+
46
+ img {
47
+ float: left;
48
+ width: 64px;
49
+ margin-right: 1em;
50
+ }
51
+
52
+ p {
53
+ color: #666;
54
+ font-size: 13px;
55
+ text-overflow: ellipsis;
56
+ overflow: hidden;
57
+ white-space: nowrap;
58
+ margin-left: 64px;
59
+ padding-top: 10px;
60
+ }
61
+ }
62
+ }
63
+
64
+ .posts {
65
+ li {
66
+ .default;
67
+
68
+ .profile {
69
+ text-align: center;
70
+
71
+ img {
72
+ width: 64px;
73
+ }
74
+
75
+ span {
76
+ font-weight: bold;
77
+ display: inline-block;
78
+ margin-top: 1em;
79
+ }
80
+ }
81
+ }
82
+ }
83
83
  }
@@ -1,38 +1,38 @@
1
- .notifications-list {
2
- margin-top: 1em;
3
- padding: 0;
4
-
5
- li {
6
- clear: both;
7
- list-style-type: none;
8
- padding: 1em;
9
- margin-bottom: 0.5em;
10
- .zebra;
11
- .pointer;
12
-
13
- &:last-child {
14
- margin-bottom: 0;
15
- }
16
-
17
- &.unread {
18
- background: #fefbed;
19
- }
20
-
21
- .timestamp {
22
- font-size: 0.8em;
23
- }
24
-
25
- a {
26
- display: block;
27
- .text-ellipsis;
28
- }
29
-
30
- p {
31
- margin: 0 0 0 30px;
32
- }
33
-
34
- .user-img {
35
- .user-icon-style(24px, 1rem, 50%);
36
- }
37
- }
1
+ .notifications-list {
2
+ margin-top: 1em;
3
+ padding: 0;
4
+
5
+ li {
6
+ clear: both;
7
+ list-style-type: none;
8
+ padding: 1em;
9
+ margin-bottom: 0.5em;
10
+ .zebra;
11
+ .pointer;
12
+
13
+ &:last-child {
14
+ margin-bottom: 0;
15
+ }
16
+
17
+ &.unread {
18
+ background: #fefbed;
19
+ }
20
+
21
+ .timestamp {
22
+ font-size: 0.8em;
23
+ }
24
+
25
+ a {
26
+ display: block;
27
+ .text-ellipsis;
28
+ }
29
+
30
+ p {
31
+ margin: 0 0 0 30px;
32
+ }
33
+
34
+ .user-img {
35
+ .user-icon-style(24px, 1rem, 50%);
36
+ }
37
+ }
38
38
  }
@@ -1,9 +1,9 @@
1
- .outgoing {
2
- .btn-primary {
3
- max-width: 100%;
4
- overflow: hidden;
5
- text-overflow: ellipse;
6
- white-space: inherit;
7
- word-break: break-all;
8
- }
1
+ .outgoing {
2
+ .btn-primary {
3
+ max-width: 100%;
4
+ overflow: hidden;
5
+ text-overflow: ellipse;
6
+ white-space: inherit;
7
+ word-break: break-all;
8
+ }
9
9
  }
package/less/persona.less CHANGED
@@ -1,48 +1,48 @@
1
- @import "variables";
2
-
3
- @import "style";
4
-
5
- @import "topic";
6
- @import "category";
7
- @import "tags";
8
- @import "noscript";
9
- @import "categories";
10
- @import "header";
11
- @import "account";
12
- @import "groups";
13
- @import "chats";
14
- @import "notifications";
15
- @import "search";
16
- @import "topics_list";
17
- @import "users";
18
- @import "outgoing";
19
- @import "footer";
20
- @import "posts_list";
21
- @import "register";
22
- @import "flags";
23
- @import "post-queue";
24
- @import "ip-blacklist";
25
-
26
- @import "mobile";
27
-
28
- @import "helpers";
29
- @import "keyframes";
30
- @import "rtl";
31
-
32
- @import "modules/nprogress";
33
- @import "modules/usercard";
34
- @import "modules/taskbar";
35
- @import "modules/alerts";
36
- @import "modules/fab";
37
- @import "modules/morph";
38
- @import "modules/composer-default";
39
- @import "modules/cookie-consent";
40
- @import "modules/bottom-sheet";
41
- @import "modules/necro-post";
42
-
43
-
44
- @material-primary: #337ab7;
45
- @material-success: #4CAF50;
46
- @material-info: #717484;
47
- @material-warning: #ff6d00;
1
+ @import "variables";
2
+
3
+ @import "style";
4
+
5
+ @import "topic";
6
+ @import "category";
7
+ @import "tags";
8
+ @import "noscript";
9
+ @import "categories";
10
+ @import "header";
11
+ @import "account";
12
+ @import "groups";
13
+ @import "chats";
14
+ @import "notifications";
15
+ @import "search";
16
+ @import "topics_list";
17
+ @import "users";
18
+ @import "outgoing";
19
+ @import "footer";
20
+ @import "posts_list";
21
+ @import "register";
22
+ @import "flags";
23
+ @import "post-queue";
24
+ @import "ip-blacklist";
25
+
26
+ @import "mobile";
27
+
28
+ @import "helpers";
29
+ @import "keyframes";
30
+ @import "rtl";
31
+
32
+ @import "modules/nprogress";
33
+ @import "modules/usercard";
34
+ @import "modules/taskbar";
35
+ @import "modules/alerts";
36
+ @import "modules/fab";
37
+ @import "modules/morph";
38
+ @import "modules/composer-default";
39
+ @import "modules/cookie-consent";
40
+ @import "modules/bottom-sheet";
41
+ @import "modules/necro-post";
42
+
43
+
44
+ @material-primary: #337ab7;
45
+ @material-success: #4CAF50;
46
+ @material-info: #717484;
47
+ @material-warning: #ff6d00;
48
48
  @material-danger: #F44336;
@@ -1,19 +1,19 @@
1
- /*
2
- Post queue page CSS
3
- - Originally in ACP
4
- - Now available in front-end for global mods as well
5
- */
6
- .posts-list {
7
- .topic-title {
8
- word-break: break-word;
9
- }
10
- .post-content {
11
- word-break: break-word;
12
- }
13
- .post-content-editable {
14
- textarea {
15
- width: 100%;
16
- height: 300px;
17
- }
18
- }
19
- }
1
+ /*
2
+ Post queue page CSS
3
+ - Originally in ACP
4
+ - Now available in front-end for global mods as well
5
+ */
6
+ .posts-list {
7
+ .topic-title {
8
+ word-break: break-word;
9
+ }
10
+ .post-content {
11
+ word-break: break-word;
12
+ }
13
+ .post-content-editable {
14
+ textarea {
15
+ width: 100%;
16
+ height: 300px;
17
+ }
18
+ }
19
+ }