123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294 |
- #conversejs {
- .message {
- .mention {
- font-weight: bold;
- }
- .mention--self {
- font-weight: normal;
- }
- &.date-separator {
- height: 2em;
- margin: 0;
- position: relative;
- text-align: center;
- z-index: 0;
- .separator {
- border: 0.5px solid $chat-head-color;
- margin: 0 1em;
- position: relative;
- top: 1em;
- z-index: 5;
- }
- .separator-text {
- background: white;
- bottom: 1px; // Offset needed due to .separator border size
- color: $message-text-color;
- display: inline-block;
- line-height: 2em;
- padding: 0 1em;
- position: relative;
- z-index: 5;
- }
- }
- &.chat-info {
- color: $chat-head-color;
- font-size: $message-font-size;
- line-height: $line-height-small;
- padding: 0.35rem 1rem;
- &.badge {
- color: $chat-head-text-color;
- }
- &.chat-state-notification {
- font-style: italic;
- }
- &.chat-event {
- clear: left;
- font-style: italic;
- }
- &.chat-error {
- color: $warning-color;
- font-weight: bold;
- }
- }
- .chat-image {
- height: auto;
- width: auto;
- max-height: 15em;
- max-width: 100%;
- }
- &.chat-msg--action {
- font-style: italic;
- }
- &.chat-msg {
- display: flex;
- flex-direction: row;
- overflow: auto; // Ensures that content stays inside
- padding: 0.25rem 1rem;
- &.onload {
- animation: colorchange-chatmessage 1s;
- -webkit-animation: colorchange-chatmessage 1s;
- }
- &:hover {
- background-color: rgba(0, 0, 0, 0.035);
- .chat-msg__actions {
- .chat-msg__action {
- opacity: 1;
- }
- }
- }
- &.correcting {
- &.groupchat {
- background-color: lighten($chatroom-head-color, 30%);
- }
- &:not(.groupchat) {
- background-color: lighten($chat-head-color, 50%);
- }
- }
- .spoiler {
- margin-top: 0.5em;
- }
- .spoiler-hint {
- margin-bottom: 0.5em;
- }
- .spoiler-toggle {
- color: white;
- i {
- color: white;
- padding-right: 0.5em;
- }
- &:before {
- padding-right: 0.25em;
- whitespace: nowrap;
- }
- }
- .chat-msg__content {
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- align-items: stretch;
- margin-left: 0.5rem;
- width: 100%;
- }
- .chat-msg__content--action {
- margin-left: 0;
- }
- .chat-msg__body {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- width: 100%;
- }
- .chat-msg__message {
- display: flex;
- flex-direction: column;
- width: 100%;
- }
- .chat-msg__edit-modal {
- cursor: pointer;
- padding-right: 0.5em;
- }
- &.headline {
- .chat-msg__body {
- margin-left: 0;
- }
- }
- .chat-msg__text {
- padding: 0;
- color: $message-text-color;
- width: 100%;
- white-space: pre-wrap;
- a {
- word-wrap: break-word;
- word-break: break-all;
- display: inline-block;
- }
- img {
- &.emoji {
- height: 1.5em;
- width: 1.5em;
- margin: 0 .05em 0 .1em;
- vertical-align: -0.1em;
- }
- }
- .emojione {
- margin-bottom: -6px;
- }
- }
-
- .chat-msg__media {
- margin-top: 0.25rem;
- word-break: break-all;
- a {
- word-wrap: break-word;
- }
- audio {
- width: 100%;
- }
- }
- .chat-msg__actions {
- .chat-msg__action {
- height: $message-font-size;
- font-size: $message-font-size;
- padding: 0;
- border: none;
- opacity: 0;
- background: transparent;
- cursor: pointer;
- &:focus {
- display: block;
- }
- }
- }
- .chat-msg__avatar {
- margin-top: 0.5em;
- height: 36px;
- vertical-align: middle;
- width: 36px;
- }
- .chat-msg__heading {
- width: 100%;
- margin-top: 0.5em;
- padding-right: 0.25rem;
- padding-bottom: 0.25rem;
- display: block;
- .chat-msg__author {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- font-family: $heading-font;
- font-size: 115%;
- .badge {
- font-size: 80%;
- font-family: $normal_font;
- }
- }
- .chat-msg__time {
- padding-left: 0.25em;
- color: lighten($text-color, 15%);
- }
- }
- &.chat-msg--action {
- .chat-msg__content {
- flex-wrap: wrap;
- flex-direction: row;
- justify-content: flex-start;
- }
- .chat-msg__text {
- width: auto;
- }
- .chat-msg__heading {
- margin-top: 0;
- padding-bottom: 0;
- width: auto;
- }
- .chat-msg__author {
- font-size: $message-font-size;
- }
- .chat-msg__time {
- margin-left: 0;
- }
- }
- &.chat-msg--followup {
- .chat-msg__heading,
- .chat-msg__avatar {
- display: none;
- }
- .chat-msg__content {
- margin-left: 2.75rem;
- }
- }
- }
- }
- .chatroom-body .message {
- &.onload {
- animation: colorchange-chatmessage-muc 1s;
- -webkit-animation: colorchange-chatmessage-muc 1s;
- }
- .separator {
- border: 0.5px solid $chatroom-head-color;
- }
- }
- }
- #conversejs.converse-overlayed {
- .message {
- &.chat-msg {
- &.chat-msg--followup {
- .chat-msg__content {
- margin-left: 0;
- }
- }
- }
- }
- }
- @media screen and (max-width: 767px) {
- #conversejs:not(.converse-embedded) {
- .message {
- &.chat-msg {
- .chat-msg__author {
- white-space: normal;
- }
- }
- }
- }
- }
|