| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- body { display: flex; margin: 0; padding: 0; font-family: Lato, sans-serif; height: 100%; }
- .slack-context { display: inline-block; max-height: 100%; width: 250px; overflow-x: hidden; overflow-y: auto; background-color: #4D394B; background-position: bottom; background-repeat: no-repeat; overflow: auto; }
- .slack-chat-container { display: flex; flex-direction: column; flex: 1; overflow: hidden; padding: 0; }
- .slack-context-channellist { padding-left: 0; list-style: none; }
- .slack-context-room { position: relative; color: #AB9BA9; }
- .slack-context-room > a { display: block; padding: 3px 0 3px 1.5em; text-decoration: none; color: #AB9BA9; margin-right: 15px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; }
- .slack-context-room.slack-ims { color: #4c9689; }
- .slack-context-room.slack-ims.away { color: #AB9BA9; font-style: italic; }
- .slack-context-room > a:hover { background-color: rgba(10, 5, 10, .6); }
- .slack-context-room.selected { color: #fff; }
- .slack-context-room.selected > a { background-color: #4c9689; color: #fff; border-top-right-radius: 3px; border-bottom-right-radius: 3px; }
- .slack-context-room::before { position: absolute; display: inline-block; top: 0; bottom: 0; margin: auto auto auto 7px; padding-top: 3px; font-weight: normal; }
- .slack-context-room.slack-context-typing::before { display: none; }
- .slack-context-room.slack-channel::before { content: "#"; }
- .slack-context-room.slack-group::before { content: attr(data-count); font-size: 12px; height: 12px; line-height: 12px; padding: 2px; overflow: hidden; background: #AB9BA9; color: white; border-radius: 5px; }
- .slack-context-room.slack-ims::before { content: " "; height: 6px; width: 6px; padding: 0; border: 2px solid currentColor; background: currentColor; border-radius: 5px; }
- .slack-context-room.slack-ims.selected::before { background-color: white; border-color: white; }
- .slack-context-room.slack-ims.away::before { background: transparent; }
- .slack-context-roominfo { position: absolute; display: block; left: 250px; width: 100%; max-width: 300px; top: 0; height: 100%; z-index: 100; background-color: #4D394B; }
- .slack-context .typing-container { position: absolute; left: 6.5px; display: none; }
- .slack-context .slack-context-typing .typing-container { display: block; }
- .hidden { display: none; }
- .error { display: none; position: fixed; top: 0; left: 0; right: 0; height: 2em; line-height: 2em; background: #ffa2a2; padding: 0.5em 1em; }
- .button { border: 1px solid black; background: white; cursor: pointer; font: 13.3333px Arial; margin: 0; padding: 1px 6px; }
- .no-network .error { display: inline-block; }
- .slack-chat-content { flex: 1; overflow: auto; }
- .slack-chat-title { display: inline-block; padding: 14px 10px; font-size: 1.75em; font-style: italic; }
- .slack-chat-whoistyping { margin: 0; padding: 0 10px; height: 1.5em; line-height: 1.5em; background: #EAEAEA; }
- .slack-chat-control { display: inline-block; width: 100%; height: 2em; padding: 14px 0; }
- .slack-chat-control > * { display: inline-block; height: 100%; }
- .slack-context-room:not(.selected).unread, .slack-context-room:not(.selected).unread > a { font-weight: bold; color: white; }
- .slack-context-room:not(.selected).unreadHi, .slack-context-room:not(.selected).unreadHi > a { font-weight: bold; color: #4c9689; }
- .slackmsg-item { display: flex; position: relative; padding: 10px; }
- .slackmsg-item:hover { background: #F9F9F9; }
- .slackmsg-item.slackmsg-first-unread { border-top: 1px solid rgba(255,135,109,.5); }
- .slackmsg-item.slackmsg-first-unread::before { display: inline-block; position: absolute; right: 0; top: -0.8em; content: "New"; color: rgba(255,135,109,.5); background: white; padding: 0 5px 0 3px; font-style: italic; }
- .slackmsg-content { display: inline-block; }
- .slackmsg-author { display: inline-block; }
- .slackmsg-author-img { max-height: 36px; max-width: 36px; margin-right: 10px; border-radius: 3px; }
- .slackmsg-author-name { display: inline; font-weight: bold; }
- .slackmsg-msg { display: block; vertical-align: top; }
- .slackmsg-reactions:empty,.slackmsg-attachments:empty { display: none; }
- .slackmsg-reactions { padding: 0 0 0 40px; margin: 5px 0; }
- .slackmsg-attachments { padding: 0 0 0 40px; }
- .slackmsg-ts { font-size: 0.75em; font-style: italic; }
- .slackmsg-notice { background: rgba(255, 255, 0, 0.2); }
- .slackmsg-content .slackmsg-notice { display: inline; font-style: italic; margin-right: 15px; }
- .slackmsg-same-author:not(.slackmsg-me_message) { padding: 2px 10px; }
- .slackmsg-same-author > .slackmsg-author-img { display: none; }
- .slackmsg-same-author > .slackmsg-content > .slackmsg-author-name { display: none; }
- .slackmsg-same-author:not(.slackmsg-me_message) .slackmsg-content { margin-left: 46px; }
- .slackmsg-same-ts .slackmsg-ts { display: none; }
- .slackmsg-hover { display: none; position: absolute; top: -8px; right: 0; margin: 0; list-style: none; padding: 0; }
- .slackmsg-hover > li { display: inline-block; width: 1.5em; height: 1.5em; background: white; border: 1px solid lightgrey; vertical-align: bottom; cursor: pointer; background-size: contain; background-repeat: no-repeat; background-position: center center; border-right: none; }
- .slackmsg-hover > li > span { margin-top: 3.5px; margin-left: 3px; }
- .slackmsg-hover > li:first-child { border-bottom-left-radius: 5px; }
- .slackmsg-hover > li:last-child { border-top-right-radius: 5px; border-right: 1px; }
- .slack-chat-content .slackmsg-item:hover .slackmsg-hover { display: block; }
- .replyto-container { display: none; width: 100%; }
- .replyingTo .replyto-container { display: inline-block; }
- .replyingTo .slack-chat-content { height: calc(100vh - 13em); }
- .replyto-container .replyto-close { position: absolute; display: inline-block; top: 15px; right: 0; height: 1.5em; width: 1.5em; text-align: center; cursor: pointer; z-index: 500; }
- .slackmsg-item.slackmsg-me_message { font-style: italic; margin-right: 10px; }
- .slackmsg-item.slackmsg-me_message .slackmsg-author-name { position: static; display: inline; }
- .slackmsg-item.slackmsg-me_message .slackmsg-author-name::before { content: "* "; }
- .slackmsg-item.slackmsg-me_message .slackmsg-msg { margin: 0 0 0 1em; display: inline; }
- .slackmsg-item.slackmsg-me_message .slackmsg-author-img { display: none; }
- .slackmsg-item.slackmsg-me_message .slackmsg-ts { display: block; }
- .slackmsg-style-bold { font-weight: bold; }
- .slackmsg-style-italic { font-style: italic; }
- .slackmsg-style-strike { text-decoration: line-through; }
- .slackmsg-style-code { background: #FFF6B4; color: red; font-weight: normal; font-style: normal; text-decoration: none; }
- .slackmsg-style-quote { border-left: 3px solid #e3e4e6; padding-left: 10px; }
- .slackmsg-attachments { list-style: none; }
- .slackmsg-attachment .slackmsg-author > * { display: inline-block; }
- .slackmsg-attachment .slackmsg-author-img { max-height: 18px; max-width: 18px; vertical-align: middle; margin-right: 5px; }
- .slackmsg-attachment-img { max-height: 200px; max-width: 400px; }
- .slackmsg-attachment-block { border-left: 3px solid; padding-left: 10px; }
- .slack-command-list:empty { display: none; }
- .slack-command-list { list-style: none; margin: 10px 10px 0 10px; padding: 0; background: #4D394B; color: #AB9BA9; max-height: 10em; overflow-x: hidden; overflow-y: auto;}
- .slack-command-item { display: flex; margin: 2px 0; }
- .slack-command-item > * { padding: 0 5px; }
- .slack-command-name { font-weight: bold; }
- .slack-command-usage { color: white; }
- .slack-command-desc { flex: 1; font-style: italic; text-align: right; }
- .attach-file-icon { height: 1.5em; vertical-align: bottom; }
- .msgform { display: flex; margin: 0 10px; }
- .msgform-input { flex: 1; }
- .msgform-action { margin: 0 0 0 10px; }
- .msgform-action * { height: 1.5em; }
- .file-upload-container { position: fixed; z-index: 5000; background: rgba(55, 55, 55, 0.8); top: 0; bottom: 0; right: 0; left: 0; max-width: 100%; margin: auto; height: 200px; width: 500px; max-height: 100%; padding: 1.5em; border: 1px solid rgba(55, 55, 55, 1); border-radius: 10px; }
- .file-upload-container > form { display: inline-block; background: white; height: 100%; width: 100%; }
- .file-upload-container input { display: block; }
- .file-upload-error { margin: 1em 0; padding: 0.5em 1.5em; background: #ffa2a2; }
- .emoji-small { position: relative; display: inline-block; width: 20px; height: 20px; vertical-align: middle; }
- .emoji-small .emoji { transform: scale(0.3); position: absolute; left: -24px; top: -24px; }
- .emoji-medium { position: relative; display: inline-block; width: 30px; height: 30px; vertical-align: middle; }
- .emoji-medium .emoji { transform: scale(0.5); position: absolute; left: -19px; top: -16px; }
- .emoji-custom { text-indent: -9999em; image-rendering: optimizeQuality; font-size: inherit; height: 64px; width: 64px; top: -3px; position: relative; display: inline-block; margin: 0 .15em; line-height: normal; vertical-align: middle; background-repeat: no-repeat; background-size: contain; }
- .emojibar { position: fixed; display: flex; flex-direction: column; height: 300px; width: 300px; left: 0; right: 0; top: 0; bottom: 0; margin: auto; padding: 5px; overflow: hidden; background: #ddd; z-index: 1000; text-align: right; }
- .emojibar-emojis { display: block; flex: 1; width: 100%; overflow: auto; text-align: left; }
- .emojibar-header { height: 30px; display: block; text-align: center; }
- .emojibar-header > img { max-width: 100%; max-height: 20px; }
- .emojibar-list { list-style: none; padding: 0; margin: 0; }
- .emojibar-list-item { display: inline-block; margin: 5px; cursor: pointer; }
- .emojibar-detail { display: block; height: 40px; text-align: left; }
- .emojibar-search { width: 300px; margin: 5px auto; }
- .emojibar-overlay { position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.2); }
|