nodebb-theme-persona 12.1.6 → 12.1.8
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/README.md +16 -14
- package/{scss/account.scss → less/account.less} +97 -13
- package/less/bootstrap/.csscomb.json +297 -0
- package/less/bootstrap/.csslintrc +19 -0
- package/less/bootstrap/alerts.less +73 -0
- package/less/bootstrap/badges.less +66 -0
- package/less/bootstrap/bootstrap.less +50 -0
- package/less/bootstrap/breadcrumbs.less +26 -0
- package/less/bootstrap/button-groups.less +243 -0
- package/less/bootstrap/buttons.less +160 -0
- package/less/bootstrap/carousel.less +269 -0
- package/less/bootstrap/close.less +34 -0
- package/less/bootstrap/code.less +69 -0
- package/less/bootstrap/component-animations.less +33 -0
- package/less/bootstrap/dropdowns.less +214 -0
- package/less/bootstrap/forms.less +574 -0
- package/less/bootstrap/glyphicons.less +305 -0
- package/less/bootstrap/grid.less +84 -0
- package/less/bootstrap/input-groups.less +166 -0
- package/less/bootstrap/jumbotron.less +50 -0
- package/less/bootstrap/labels.less +64 -0
- package/less/bootstrap/list-group.less +124 -0
- package/less/bootstrap/media.less +61 -0
- package/less/bootstrap/mixins/alerts.less +14 -0
- package/less/bootstrap/mixins/background-variant.less +8 -0
- package/less/bootstrap/mixins/border-radius.less +18 -0
- package/less/bootstrap/mixins/buttons.less +52 -0
- package/less/bootstrap/mixins/center-block.less +7 -0
- package/less/bootstrap/mixins/clearfix.less +22 -0
- package/less/bootstrap/mixins/forms.less +85 -0
- package/less/bootstrap/mixins/gradients.less +59 -0
- package/less/bootstrap/mixins/grid-framework.less +91 -0
- package/less/bootstrap/mixins/grid.less +122 -0
- package/less/bootstrap/mixins/hide-text.less +21 -0
- package/less/bootstrap/mixins/image.less +33 -0
- package/less/bootstrap/mixins/labels.less +12 -0
- package/less/bootstrap/mixins/list-group.less +29 -0
- package/less/bootstrap/mixins/nav-divider.less +10 -0
- package/less/bootstrap/mixins/nav-vertical-align.less +9 -0
- package/less/bootstrap/mixins/opacity.less +8 -0
- package/less/bootstrap/mixins/pagination.less +23 -0
- package/less/bootstrap/mixins/panels.less +24 -0
- package/less/bootstrap/mixins/progress-bar.less +10 -0
- package/less/bootstrap/mixins/reset-filter.less +8 -0
- package/less/bootstrap/mixins/resize.less +6 -0
- package/less/bootstrap/mixins/responsive-visibility.less +15 -0
- package/less/bootstrap/mixins/size.less +10 -0
- package/less/bootstrap/mixins/tab-focus.less +9 -0
- package/less/bootstrap/mixins/table-row.less +28 -0
- package/less/bootstrap/mixins/text-emphasis.less +8 -0
- package/less/bootstrap/mixins/text-overflow.less +8 -0
- package/less/bootstrap/mixins/vendor-prefixes.less +227 -0
- package/less/bootstrap/mixins.less +39 -0
- package/less/bootstrap/modals.less +150 -0
- package/less/bootstrap/navbar.less +660 -0
- package/less/bootstrap/navs.less +242 -0
- package/less/bootstrap/normalize.less +427 -0
- package/less/bootstrap/pager.less +54 -0
- package/less/bootstrap/pagination.less +88 -0
- package/less/bootstrap/panels.less +265 -0
- package/less/bootstrap/popovers.less +135 -0
- package/less/bootstrap/print.less +107 -0
- package/less/bootstrap/progress-bars.less +87 -0
- package/less/bootstrap/responsive-embed.less +35 -0
- package/less/bootstrap/responsive-utilities.less +194 -0
- package/less/bootstrap/scaffolding.less +162 -0
- package/less/bootstrap/tables.less +234 -0
- package/less/bootstrap/theme.less +273 -0
- package/less/bootstrap/thumbnails.less +36 -0
- package/less/bootstrap/tooltip.less +102 -0
- package/less/bootstrap/type.less +302 -0
- package/less/bootstrap/utilities.less +55 -0
- package/less/bootstrap/variables.less +861 -0
- package/less/bootstrap/wells.less +29 -0
- package/less/bootstrap-flipped.css +1550 -0
- package/{scss/categories.scss → less/categories.less} +40 -10
- package/{scss/category.scss → less/category.less} +75 -26
- package/{scss/chats.scss → less/chats.less} +88 -35
- package/{scss/flags.scss → less/flags.less} +3 -3
- package/{scss/footer.scss → less/footer.less} +1 -0
- package/{scss/groups.scss → less/groups.less} +38 -14
- package/{scss/header.scss → less/header.less} +139 -63
- package/{scss/helpers.scss → less/helpers.less} +0 -0
- package/less/ip-blacklist.less +7 -0
- package/{scss/keyframes.scss → less/keyframes.less} +0 -0
- package/{scss/mixins.scss → less/mixins.less} +59 -17
- package/{scss/mobile.scss → less/mobile.less} +18 -13
- package/{scss/modules/alerts.scss → less/modules/alerts.less} +21 -21
- package/less/modules/bottom-sheet.less +60 -0
- package/{scss/modules/composer-default.scss → less/modules/composer-default.less} +2 -2
- package/{scss/modules/cookie-consent.scss → less/modules/cookie-consent.less} +1 -1
- package/{scss/modules/fab.scss → less/modules/fab.less} +2 -2
- package/{scss/modules/morph.scss → less/modules/morph.less} +1 -1
- package/{scss/modules/necro-post.scss → less/modules/necro-post.less} +0 -0
- package/less/modules/nprogress.less +80 -0
- package/{scss/modules/taskbar.scss → less/modules/taskbar.less} +10 -11
- package/{scss/modules/usercard.scss → less/modules/usercard.less} +0 -0
- package/{scss/noscript.scss → less/noscript.less} +7 -5
- package/less/notifications.less +38 -0
- package/{scss/outgoing.scss → less/outgoing.less} +0 -0
- package/{scss/persona.scss → less/persona.less} +13 -1
- package/less/post-queue.less +19 -0
- package/{scss/posts_list.scss → less/posts_list.less} +14 -11
- package/{scss/register.scss → less/register.less} +7 -2
- package/less/rtl.less +132 -0
- package/less/search.less +96 -0
- package/{scss/style.scss → less/style.less} +47 -23
- package/less/tags.less +37 -0
- package/{scss/topic.scss → less/topic.less} +94 -57
- package/less/topics_list.less +16 -0
- package/less/users.less +73 -0
- package/{scss/variables.scss → less/variables.less} +3 -3
- package/package.json +2 -2
- package/public/persona.js +22 -11
- package/templates/account/blocks.tpl +26 -24
- package/templates/account/categories.tpl +6 -6
- package/templates/account/consent.tpl +10 -10
- package/templates/account/edit/password.tpl +10 -8
- package/templates/account/edit/username.tpl +10 -6
- package/templates/account/edit.tpl +23 -23
- package/templates/account/followers.tpl +3 -3
- package/templates/account/following.tpl +3 -3
- package/templates/account/groups.tpl +2 -2
- package/templates/account/info.tpl +72 -67
- package/templates/account/posts.tpl +1 -1
- package/templates/account/profile.tpl +18 -20
- package/templates/account/sessions.tpl +3 -3
- package/templates/account/settings.tpl +81 -93
- package/templates/account/topics.tpl +5 -5
- package/templates/account/uploads.tpl +2 -2
- package/templates/admin/plugins/persona.tpl +3 -3
- package/templates/alert.tpl +15 -0
- package/templates/category.tpl +14 -15
- package/templates/chat.tpl +9 -16
- package/templates/chats.tpl +3 -5
- package/templates/flags/detail.tpl +80 -86
- package/templates/flags/list.tpl +4 -4
- package/templates/footer.tpl +1 -1
- package/templates/groups/details.tpl +218 -23
- package/templates/groups/list.tpl +9 -11
- package/templates/groups/members.tpl +4 -1
- package/templates/header.tpl +4 -10
- package/templates/ip-blacklist.tpl +20 -22
- package/templates/login.tpl +14 -17
- package/templates/modules/taskbar.tpl +1 -1
- package/templates/modules/usercard.tpl +2 -2
- package/templates/notifications.tpl +38 -40
- package/templates/partials/acceptTos.tpl +8 -8
- package/templates/partials/account/category-item.tpl +5 -6
- package/templates/partials/account/header.tpl +2 -2
- package/templates/partials/account/menu.tpl +37 -37
- package/templates/partials/breadcrumbs.tpl +1 -1
- package/templates/partials/buttons/newTopic.tpl +3 -10
- package/templates/partials/categories/item.tpl +10 -24
- package/templates/partials/categories/lastpost.tpl +3 -3
- package/templates/partials/categories/link.tpl +10 -10
- package/templates/partials/category/sort.tpl +7 -7
- package/templates/partials/category/subcategory.tpl +3 -3
- package/templates/partials/category/tags.tpl +5 -3
- package/templates/partials/category/tools.tpl +16 -16
- package/templates/partials/category/watch.tpl +10 -8
- package/templates/partials/category-filter-content.tpl +5 -17
- package/templates/partials/category-filter-right.tpl +1 -1
- package/templates/partials/category-selector-content.tpl +4 -17
- package/templates/partials/category-selector-right.tpl +1 -1
- package/templates/partials/change_owner_modal.tpl +22 -0
- package/templates/partials/chats/message-window.tpl +8 -10
- package/templates/partials/chats/message.tpl +11 -11
- package/templates/partials/chats/options.tpl +8 -8
- package/templates/partials/chats/recent_room.tpl +1 -1
- package/templates/partials/chats/system-message.tpl +1 -1
- package/templates/partials/chats/user.tpl +1 -1
- package/templates/partials/chats-menu.tpl +11 -11
- package/templates/partials/cookie-consent.tpl +1 -1
- package/templates/partials/delete_posts_modal.tpl +19 -0
- package/templates/partials/flags/filters.tpl +32 -34
- package/templates/partials/fork_thread_modal.tpl +22 -0
- package/templates/partials/groups/list.tpl +6 -6
- package/templates/partials/groups/memberlist.tpl +10 -11
- package/templates/partials/menu.tpl +156 -149
- package/templates/partials/merge_topics_modal.tpl +58 -0
- package/templates/partials/modals/change_picture_modal.tpl +73 -0
- package/templates/partials/modals/flag_modal.tpl +45 -0
- package/templates/partials/modals/manage_room.tpl +11 -0
- package/templates/partials/modals/manage_room_users.tpl +7 -0
- package/templates/partials/modals/post_history.tpl +36 -0
- package/templates/partials/modals/rename_room.tpl +4 -0
- package/templates/partials/modals/upload_file_modal.tpl +44 -0
- package/templates/partials/modals/upload_picture_from_url_modal.tpl +17 -0
- package/templates/partials/modals/votes_modal.tpl +10 -0
- package/templates/partials/move_thread_modal.tpl +17 -0
- package/templates/partials/notifications_list.tpl +2 -2
- package/templates/partials/paginator.tpl +21 -21
- package/templates/partials/post_bar.tpl +4 -4
- package/templates/partials/posts_list.tpl +1 -1
- package/templates/partials/posts_list_item.tpl +2 -2
- package/templates/partials/quick-search-results.tpl +11 -14
- package/templates/partials/slideout-menu.tpl +1 -1
- package/templates/partials/tags_list.tpl +3 -3
- package/templates/partials/thread_tools.tpl +4 -4
- package/templates/partials/topic/badge.tpl +5 -0
- package/templates/partials/topic/deleted-message.tpl +2 -2
- package/templates/partials/topic/event.tpl +2 -2
- package/templates/partials/topic/navigation-post.tpl +3 -3
- package/templates/partials/topic/navigator.tpl +7 -7
- package/templates/partials/topic/necro-post.tpl +1 -1
- package/templates/partials/topic/post-menu-list.tpl +23 -26
- package/templates/partials/topic/post-menu.tpl +3 -3
- package/templates/partials/topic/post.tpl +44 -49
- package/templates/partials/topic/quickreply.tpl +3 -3
- package/templates/partials/topic/reply-button.tpl +3 -3
- package/templates/partials/topic/sort.tpl +5 -5
- package/templates/partials/topic/tags.tpl +5 -3
- package/templates/partials/topic/topic-menu-list.tpl +16 -18
- package/templates/partials/topic/watch.tpl +10 -11
- package/templates/partials/topics_list.tpl +25 -27
- package/templates/partials/users_list.tpl +10 -22
- package/templates/partials/users_list_menu.tpl +9 -19
- package/templates/popular.tpl +35 -9
- package/templates/post-queue.tpl +35 -42
- package/templates/recent.tpl +24 -10
- package/templates/register.tpl +17 -17
- package/templates/registerComplete.tpl +10 -14
- package/templates/reset.tpl +5 -7
- package/templates/reset_code.tpl +9 -9
- package/templates/search.tpl +87 -100
- package/templates/tag.tpl +10 -8
- package/templates/tags.tpl +3 -5
- package/templates/top.tpl +35 -9
- package/templates/topic.tpl +10 -8
- package/templates/tos.tpl +4 -4
- package/templates/unread.tpl +22 -10
- package/templates/users.tpl +20 -7
- package/theme.json +6 -6
- package/theme.less +2 -0
- package/scss/modules/nprogress.scss +0 -80
- package/scss/overrides.scss +0 -44
- package/scss/search.scss +0 -39
- package/scss/tags.scss +0 -11
- package/scss/topics_list.scss +0 -17
- package/templates/partials/groups/admin.tpl +0 -195
- package/templates/partials/groups/badge.tpl +0 -1
- package/templates/partials/toast.tpl +0 -14
- package/templates/partials/topic/tag.tpl +0 -1
- package/templates/partials/topic-filters.tpl +0 -12
- package/templates/partials/topic-terms.tpl +0 -12
- package/theme.scss +0 -1
package/less/rtl.less
ADDED
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
html[data-dir="rtl"] {
|
|
2
|
+
@import (less) "./bootstrap-flipped.css";
|
|
3
|
+
|
|
4
|
+
.home {
|
|
5
|
+
h4 {
|
|
6
|
+
text-align: right;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.container {
|
|
11
|
+
#main-nav {
|
|
12
|
+
float: right !important;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
#logged-in-menu, #logged-out-menu {
|
|
16
|
+
float: left !important;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
html[data-dir=rtl] .navbar .dropdown-menu {
|
|
21
|
+
left: 0;
|
|
22
|
+
right: auto;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.categories > li .card, .category > ul > li .card {
|
|
26
|
+
border-left: none;
|
|
27
|
+
border-right: 4px solid #ccc;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.categories > li .content .icon, .category > ul > li .content .avatar {
|
|
31
|
+
margin-left: 15px;
|
|
32
|
+
margin-right: 0px;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.categories .description, .categories .category-children {
|
|
36
|
+
margin-left: auto;
|
|
37
|
+
margin-right: 62px;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.page-user .posts-list .posts-list-item .user-img {
|
|
41
|
+
left: 0;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.slideout-menu .menu-section-list a, .slideout-menu .menu-section-list button {
|
|
45
|
+
text-align: right;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
[component="chat/list"] {
|
|
49
|
+
.avatar-placeholder, .main-avatar {
|
|
50
|
+
right: 0;
|
|
51
|
+
left: auto;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.room-name, .teaser-content {
|
|
55
|
+
padding-right: 80px;
|
|
56
|
+
padding-left: 0;
|
|
57
|
+
text-align: right;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
[component="chat/composer"] {
|
|
63
|
+
[component="chat/message/remaining"] {
|
|
64
|
+
right: auto;
|
|
65
|
+
left: 5.25em;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
[data-action="send"] {
|
|
69
|
+
transform: scale(-1, 1);
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.chats-full [component="chat/header"] .dropdown .avatar, .chat-modal [component="chat/header"] .dropdown .avatar {
|
|
74
|
+
margin-right: 0;
|
|
75
|
+
margin-left: 0.5em;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.chats-list > li .teaser-content, .chats-list > li .room-name {
|
|
79
|
+
padding-left: 0;
|
|
80
|
+
padding-right: 80px;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.chats-list > li {
|
|
84
|
+
.avatar-placeholder, .main-avatar {
|
|
85
|
+
left: auto;
|
|
86
|
+
right: 0;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.members {
|
|
90
|
+
right: 53px;
|
|
91
|
+
left: auto;
|
|
92
|
+
padding-left: 0;
|
|
93
|
+
padding-right: 1rem;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.slideout-menu .chat-list li .teaser-content, .slideout-menu .chat-list li .room-name {
|
|
98
|
+
padding-right: 60px;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.posts-list .posts-list-item {
|
|
102
|
+
.post-body {
|
|
103
|
+
border-right: none;
|
|
104
|
+
border-left: 2px solid @brand-primary;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.post-info {
|
|
108
|
+
left: inherit;
|
|
109
|
+
right: 100%;
|
|
110
|
+
|
|
111
|
+
.post-author {
|
|
112
|
+
padding-left: 0;
|
|
113
|
+
padding-right: 25px;
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.user-img {
|
|
118
|
+
margin-right: -14px;
|
|
119
|
+
margin-left: 0;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.content {
|
|
123
|
+
padding-right: 0;
|
|
124
|
+
padding-left: 10px;
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.persona-usercard {
|
|
129
|
+
left: inherit;
|
|
130
|
+
right: 0;
|
|
131
|
+
}
|
|
132
|
+
}
|
package/less/search.less
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
.search {
|
|
2
|
+
.user-img {
|
|
3
|
+
.user-icon-style(24px, 1.5, 50%);
|
|
4
|
+
}
|
|
5
|
+
.post-search-item {
|
|
6
|
+
.bootstrap-tagsinput {
|
|
7
|
+
display: block;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
#advanced-search {
|
|
12
|
+
.panel-heading {
|
|
13
|
+
cursor: pointer;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.search-result-title {
|
|
19
|
+
font-weight: 600;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.search-result-text {
|
|
23
|
+
max-height: 250px;
|
|
24
|
+
overflow: hidden;
|
|
25
|
+
position: relative;
|
|
26
|
+
|
|
27
|
+
h4, p {
|
|
28
|
+
overflow-y: hidden;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.topic-search {
|
|
33
|
+
position: fixed;
|
|
34
|
+
top: 60px;
|
|
35
|
+
right: 10px;
|
|
36
|
+
|
|
37
|
+
button {
|
|
38
|
+
padding: 4px 6px;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.quick-search-container {
|
|
43
|
+
.dropdown-menu;
|
|
44
|
+
display: block;
|
|
45
|
+
left: auto;
|
|
46
|
+
right: 0px;
|
|
47
|
+
.filter-category {
|
|
48
|
+
padding-left: 20px;
|
|
49
|
+
}
|
|
50
|
+
.quick-search-results {
|
|
51
|
+
max-width: 400px;
|
|
52
|
+
max-height: 500px;
|
|
53
|
+
overflow-x: hidden;
|
|
54
|
+
overflow-y: auto;
|
|
55
|
+
padding: 0px 0px;
|
|
56
|
+
li {
|
|
57
|
+
list-style: none;
|
|
58
|
+
a {
|
|
59
|
+
text-overflow: ellipsis;
|
|
60
|
+
overflow: hidden;
|
|
61
|
+
display: block;
|
|
62
|
+
padding: 3px 20px;
|
|
63
|
+
clear: both;
|
|
64
|
+
font-weight: 400;
|
|
65
|
+
line-height: 1.42857143;
|
|
66
|
+
white-space: nowrap;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
.quick-search-title {
|
|
70
|
+
font-weight: 600;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.snippet {
|
|
74
|
+
word-break: break-word;
|
|
75
|
+
white-space: normal;
|
|
76
|
+
font-size: initial;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
@media (max-width: @screen-xs-max) {
|
|
82
|
+
.quick-search-container {
|
|
83
|
+
left: 0px;
|
|
84
|
+
right: 0px;
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.quick-search-results, .search-results {
|
|
89
|
+
.post-info {
|
|
90
|
+
font-size: 12px;
|
|
91
|
+
.fa-stack {
|
|
92
|
+
font-size: 10px;
|
|
93
|
+
border-radius: 50%;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
}
|
|
@@ -7,9 +7,13 @@ body {
|
|
|
7
7
|
min-height: 100%;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
#panel {
|
|
11
|
+
padding-top: var(--panel-offset);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
@media (max-width: @screen-xs-max) {
|
|
11
15
|
.slideout-panel {
|
|
12
|
-
|
|
16
|
+
min-height: 100vh;
|
|
13
17
|
}
|
|
14
18
|
}
|
|
15
19
|
|
|
@@ -38,13 +42,17 @@ a:hover, .btn-link:hover, .btn-link:active, .btn-link:focus {
|
|
|
38
42
|
vertical-align: middle;
|
|
39
43
|
background: transparent;
|
|
40
44
|
margin: 0.25em;
|
|
41
|
-
|
|
42
|
-
|
|
45
|
+
.pointer;
|
|
46
|
+
.inline-block;
|
|
43
47
|
}
|
|
44
48
|
}
|
|
45
49
|
|
|
50
|
+
.jumbotron {
|
|
51
|
+
word-wrap: break-word;
|
|
52
|
+
}
|
|
53
|
+
|
|
46
54
|
#content {
|
|
47
|
-
padding-bottom:
|
|
55
|
+
padding-bottom:20px;
|
|
48
56
|
-webkit-transition: opacity 150ms linear;
|
|
49
57
|
-moz-transition: opacity 150ms linear;
|
|
50
58
|
-ms-transition: opacity 150ms linear;
|
|
@@ -54,6 +62,7 @@ a:hover, .btn-link:hover, .btn-link:active, .btn-link:focus {
|
|
|
54
62
|
&.ajaxifying {
|
|
55
63
|
-moz-opacity: 0;
|
|
56
64
|
opacity: 0;
|
|
65
|
+
-ms-filter:~"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
|
57
66
|
}
|
|
58
67
|
}
|
|
59
68
|
|
|
@@ -62,19 +71,19 @@ a:hover, .btn-link:hover, .btn-link:active, .btn-link:focus {
|
|
|
62
71
|
vertical-align: middle;
|
|
63
72
|
|
|
64
73
|
&.online {
|
|
65
|
-
color:
|
|
74
|
+
color: @material-success;
|
|
66
75
|
}
|
|
67
76
|
|
|
68
77
|
&.away {
|
|
69
|
-
color:
|
|
78
|
+
color: @material-warning;
|
|
70
79
|
}
|
|
71
80
|
|
|
72
81
|
&.dnd {
|
|
73
|
-
color:
|
|
82
|
+
color: @material-danger;
|
|
74
83
|
}
|
|
75
84
|
|
|
76
85
|
&.offline {
|
|
77
|
-
color:
|
|
86
|
+
color: @gray;
|
|
78
87
|
}
|
|
79
88
|
}
|
|
80
89
|
|
|
@@ -88,7 +97,7 @@ a:hover, .btn-link:hover, .btn-link:active, .btn-link:focus {
|
|
|
88
97
|
}
|
|
89
98
|
|
|
90
99
|
.topic .topic-item.highlight, .category .category-item.highlight {
|
|
91
|
-
background-color: lighten(
|
|
100
|
+
background-color: lighten(@brand-info, 20%);
|
|
92
101
|
}
|
|
93
102
|
|
|
94
103
|
.fa-facebook-square {
|
|
@@ -134,16 +143,6 @@ a:hover, .btn-link:hover, .btn-link:active, .btn-link:focus {
|
|
|
134
143
|
}
|
|
135
144
|
}
|
|
136
145
|
|
|
137
|
-
.caret {
|
|
138
|
-
display: inline-block;
|
|
139
|
-
width: 0;
|
|
140
|
-
height: 0;
|
|
141
|
-
vertical-align: middle;
|
|
142
|
-
border-top: 4px dashed;
|
|
143
|
-
border-right: 4px solid transparent;
|
|
144
|
-
border-left: 4px solid transparent;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
146
|
.fade-out {
|
|
148
147
|
position: absolute;
|
|
149
148
|
top: 190px;
|
|
@@ -203,6 +202,30 @@ a:hover, .btn-link:hover, .btn-link:active, .btn-link:focus {
|
|
|
203
202
|
background-image: -o-linear-gradient(top, transparent, #2b3e50);
|
|
204
203
|
}
|
|
205
204
|
|
|
205
|
+
.skin-darkly, .skin-cyborg {
|
|
206
|
+
[component="composer"] {
|
|
207
|
+
background: #333;
|
|
208
|
+
|
|
209
|
+
.title, .preview, textarea {
|
|
210
|
+
background-color: #303030;
|
|
211
|
+
color: #fff;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
textarea {
|
|
215
|
+
outline: none;
|
|
216
|
+
border-color: #000;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.formatting-bar .formatting-group li, .formatting-bar span {
|
|
220
|
+
color: #fff;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.formatting-bar .formatting-group li:focus, .formatting-bar .formatting-group li:hover {
|
|
224
|
+
background-color: #444;
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
|
|
206
229
|
.icon-container {
|
|
207
230
|
.row {
|
|
208
231
|
margin: 0;
|
|
@@ -210,7 +233,7 @@ a:hover, .btn-link:hover, .btn-link:active, .btn-link:focus {
|
|
|
210
233
|
width:20px;
|
|
211
234
|
height:20px;
|
|
212
235
|
margin: 1px;
|
|
213
|
-
|
|
236
|
+
.pointer;
|
|
214
237
|
line-height: 20px;
|
|
215
238
|
text-align: center;
|
|
216
239
|
|
|
@@ -238,6 +261,7 @@ a.permalink {
|
|
|
238
261
|
&:hover,
|
|
239
262
|
&:focus,
|
|
240
263
|
&:active {
|
|
264
|
+
color: @gray-light;
|
|
241
265
|
text-decoration: underline;
|
|
242
266
|
}
|
|
243
267
|
}
|
|
@@ -251,7 +275,7 @@ a.permalink {
|
|
|
251
275
|
pointer-events: none;
|
|
252
276
|
}
|
|
253
277
|
|
|
254
|
-
@
|
|
278
|
+
@media (max-width: @screen-sm-max) {
|
|
255
279
|
.form-control {
|
|
256
280
|
font-size: 16px;
|
|
257
281
|
}
|
|
@@ -270,4 +294,4 @@ a.permalink {
|
|
|
270
294
|
top: 0;
|
|
271
295
|
left: 0;
|
|
272
296
|
}
|
|
273
|
-
}
|
|
297
|
+
}
|
package/less/tags.less
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
.tags {
|
|
2
|
+
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.tag-container {
|
|
6
|
+
margin-right: 1em;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.tag-item {
|
|
10
|
+
color: lighten(@gray-light, 20%);
|
|
11
|
+
padding: .2em .4em .3em;
|
|
12
|
+
font-size: 85%;
|
|
13
|
+
text-transform: uppercase;
|
|
14
|
+
color: #999;
|
|
15
|
+
font-weight: 700;
|
|
16
|
+
white-space: nowrap;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.tag-topic-count {
|
|
20
|
+
color: lighten(@brand-primary, 20%);
|
|
21
|
+
padding: 0em 0.4em 0.1em;
|
|
22
|
+
font-size: 85%;
|
|
23
|
+
font-weight: 700;
|
|
24
|
+
white-space: nowrap;
|
|
25
|
+
border-left: none;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.tag-list {
|
|
29
|
+
display: inline-block;
|
|
30
|
+
.tag {
|
|
31
|
+
text-transform: uppercase;
|
|
32
|
+
font-size: 10px;
|
|
33
|
+
background: lighten(@gray-lighter, 2.5%);
|
|
34
|
+
padding: 5px;
|
|
35
|
+
white-space: nowrap;
|
|
36
|
+
}
|
|
37
|
+
}
|