1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00
Tims-Chat/file/style/be.bastelstu.chat.less

502 lines
8.4 KiB
Plaintext
Raw Normal View History

/**
* Styles for Tims Chat
*
* @author Tim Düsterhus, Maximilian Mader
* @copyright 2010-2013 Tim Düsterhus
* @license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode>
2013-09-10 19:45:37 +00:00
* @package be.bastelstu.chat
*/
@keyframes timsChatNotify {
2013-05-30 20:20:31 +00:00
from {
border-color: @wcfContainerBorderColor;
}
2013-05-30 20:20:31 +00:00
to {
border-color: @wcfInputHoverBorderColor;
}
}
.__bubbleArrow {
border-color: transparent @wcfContainerBorderColor;
left: -6px;
top: 5px;
border-width: 6px 6px 6px 0;
border-style: solid;
content: "";
display: block;
position: absolute;
width: 0;
}
2013-01-09 18:59:32 +00:00
#tplChat {
2013-05-24 18:33:41 +00:00
#timsChatTopic {
padding: @wcfGapTiny;
.transition(height, .2s);
.transition(padding-top, .2s);
.transition(padding-bottom, .2s);
2013-04-09 22:16:56 +00:00
2013-07-05 14:15:07 +00:00
&.empty, &.hidden {
2013-05-24 18:33:41 +00:00
height: 0px;
overflow: hidden;
border: 0px;
padding: 0px;
margin: 0px;
2013-07-05 14:15:07 +00:00
}
.jsTopicCloser {
cursor: pointer;
float: right;
2013-01-09 18:59:32 +00:00
}
}
#privateChannelsMenu {
.transition(opacity, .2s);
.marginTop;
z-index: -1;
position: absolute;
opacity: 0;
&.shown {
opacity: 1;
z-index: 130;
2013-09-15 20:39:40 +00:00
~ .timsChatMessageContainer {
margin-left: 35px;
border-top-left-radius: 0;
}
}
2013-09-15 20:39:40 +00:00
> ul {
text-align: right;
> li:first-child {
> .userAvatar.framed {
img, > canvas, > .icon {
border-radius: @wcfContainerBorderRadius 0 0 0;
}
}
}
2013-09-15 20:39:40 +00:00
> li:last-child {
> .userAvatar.framed {
img, > canvas, > .icon {
border-radius: 0 0 0 @wcfContainerBorderRadius;
}
}
}
2013-09-15 20:39:40 +00:00
> li {
margin-bottom: -1px;
background-color: @wcfContainerBackgroundColor;
> .userAvatar, .userAvatar > .icon {
cursor: pointer;
}
2013-07-12 18:52:54 +00:00
> .userAvatar {
&.large {
display: none;
}
&.small {
display: block;
}
}
&.active {
2013-07-12 18:52:54 +00:00
> .userAvatar {
&.large {
display: block;
}
&.small {
display: none;
}
&.framed {
> img, > canvas, > .icon {
border-right-color: @wcfContentBackgroundColor;
border-radius: @wcfContainerBorderRadius 0 0 @wcfContainerBorderRadius;
}
}
}
}
&.notify {
> .userAvatar {
> * {
// TODO
opacity: .4;
}
}
}
}
}
}
2013-01-09 18:59:32 +00:00
.timsChatMessageContainer {
height: 320px;
2013-01-09 18:59:32 +00:00
overflow-y: scroll;
overflow-x: hidden;
2013-04-26 21:00:48 +00:00
display: none;
&.active {
display: block;
}
&.markEnabled {
ul {
.timsChatMessage {
&.jsMarked {
background-color: @wcfSelectedBackgroundColor;
color: @wcfSelectedColor;
}
2013-06-23 21:40:12 +00:00
> .innerMessageContainer {
2013-04-26 21:00:48 +00:00
.markContainer {
2013-06-23 21:40:12 +00:00
display: block;
2013-04-26 21:00:48 +00:00
}
}
}
}
}
2013-01-09 18:59:32 +00:00
2013-01-30 15:34:02 +00:00
ul {
.timsChatMessage {
2013-08-19 18:48:25 +00:00
min-height: 20px;
clear: both;
2013-01-30 16:15:46 +00:00
.transition(opacity, .2s);
2013-04-26 21:00:48 +00:00
&.unloaded {
opacity: .5;
}
&:nth-child(even) {
2013-09-15 20:39:40 +00:00
> .innerMessageContainer.bubble .innerMessage {
background-color: @wcfContainerAccentBackgroundColor;
&:after {
border-color: transparent @wcfContainerAccentBackgroundColor;
}
}
2013-01-30 15:34:02 +00:00
}
.messageIcon {
float: left;
padding: 8px 0 0 4px;
margin-right: -16px;
}
> .innerMessageContainer {
padding: 5px 20px 5px 5px;
2013-06-23 21:40:12 +00:00
position: relative;
.userAvatar {
float: left;
margin-left: 16px;
2013-01-30 15:34:02 +00:00
}
.innerMessage {
margin-left: 46px;
padding: 2px 5px 5px;
2013-06-23 18:11:10 +00:00
time {
float: right;
}
2013-06-23 21:40:12 +00:00
2013-09-10 19:44:08 +00:00
.username {
font-weight: bold;
}
2013-06-23 21:40:12 +00:00
> .text {
img {
2013-08-19 18:36:56 +00:00
max-width: 100%;
height: auto;
width: auto;
2013-06-23 21:40:12 +00:00
}
}
2013-04-22 15:04:23 +00:00
}
2013-06-23 17:45:20 +00:00
&.bubble {
.userAvatar {
margin-left: 0;
.icon {
padding: 2px;
}
}
.innerMessage {
border-width: 1px;
border-style: solid;
border-color: @wcfContainerBorderColor;
border-radius: @wcfContainerBorderRadius;
background-color: @wcfContainerBackgroundColor;
2013-06-23 18:11:10 +00:00
position: relative;
2013-06-23 17:45:20 +00:00
> ul.text {
li {
2013-06-23 18:40:00 +00:00
.clearfix;
2013-06-23 17:45:20 +00:00
border-style: solid;
border-width: 0 0 1px 0;
border-color: @wcfContainerBorderColor;
padding: 3px 0 4px;
&:last-child {
border-style: none;
padding: 3px 0 0 0;
}
}
}
&:before {
.__bubbleArrow;
}
&:after {
.__bubbleArrow;
border-color: transparent @wcfContainerBackgroundColor;
2013-06-23 18:11:10 +00:00
left: -5px;
top: 6px;
border-width: 5px 5px 5px 0;
}
}
&.right {
.userAvatar {
float: right;
}
.innerMessage {
margin-right: 46px;
margin-left: 0px;
&:before {
.__bubbleArrow;
left: auto;
right: -6px;
border-width: 6px 0 6px 6px;
}
&:after {
.__bubbleArrow;
border-color: transparent @wcfContainerBackgroundColor;
left: auto;
right: -5px;
top: 6px;
border-width: 5px 0 5px 5px;
}
time {
float: left;
margin-right: @wcfGapTiny;
}
.username {
float: right;
}
.text {
clear: left;
}
}
}
2013-01-30 15:34:02 +00:00
}
2013-04-22 15:04:23 +00:00
> .markContainer {
display: none;
position: absolute;
right: 0px;
top: 6px;
2013-04-22 15:04:23 +00:00
}
2013-01-30 15:34:02 +00:00
}
2013-01-28 19:45:57 +00:00
}
}
}
2012-10-15 12:39:59 +00:00
.sidebar {
padding-top: 0px !important;
> div {
2013-05-30 21:42:37 +00:00
height: 400px;
overflow: auto !important;
> .chatTabMenuContainer {
padding: 14px 0 21px;
> .chatSidebarMenu {
background: @wcfContentBackgroundColor;
margin: -14px 0 0;
2013-06-12 20:57:59 +00:00
border-radius: 0px;
}
}
}
#sidebarContent {
fieldset {
padding-top: 0px;
padding-bottom: 0px;
}
nav {
ul {
> li {
> a {
padding: @wcfGapTiny @wcfGapMedium @wcfGapTiny @wcfGapLarge;
height: 24px; // height of avatar image
}
> a:before {
display: inline-block;
content: "";
height: 100%;
vertical-align: middle;
}
> &.active {
margin-top: @wcfGapSmall;
}
}
}
}
ul:not(.dropdownMenu) {
> li {
margin-top: @wcfGapSmall;
}
}
#timsChatUserList {
.timsChatUser {
> a {
background: @wcfContentBackgroundColor;
img {
margin-right: @wcfGapSmall;
}
}
&.away {
opacity: .5;
}
&.suspended a {
text-decoration: line-through;
}
}
}
}
}
#timsChatRoomList {
> div {
> div {
text-align: center;
}
}
}
2012-08-28 20:29:34 +00:00
#smilies {
2013-09-15 20:39:40 +00:00
margin-top: @wcfGapMedium;
li {
.transition(opacity, .2s);
}
&.disabled {
2013-01-30 16:15:46 +00:00
li {
opacity: .5;
}
}
}
#timsChatOptions {
> ul {
text-align: right;
2013-04-09 22:16:56 +00:00
}
}
2013-04-09 22:16:56 +00:00
#timsChatCopyrightDialog > div {
background-position: right center;
2012-10-15 12:39:59 +00:00
background-repeat: no-repeat;
min-height: 150px;
2012-10-15 12:39:59 +00:00
}
.notification {
animation-duration: .2s;
animation-name: timsChatNotify;
animation-iteration-count: 5;
animation-direction: alternate;
animation-timing-function: linear;
border-color: @wcfInputHoverBorderColor;
}
2013-09-15 20:39:40 +00:00
@media only screen and (max-width: 800px) {
.timsChatMessage .text li > time, #smilies {
display: none !important;
}
}
2012-10-15 14:45:22 +00:00
}
html.fullscreen {
2013-04-09 15:37:02 +00:00
#top {
height: 0px;
}
2013-04-09 22:16:56 +00:00
height: 100%;
overflow: hidden;
2013-04-09 15:37:02 +00:00
2013-04-09 22:16:56 +00:00
#content {
2013-04-09 15:37:02 +00:00
height: 100%;
2013-05-24 18:33:41 +00:00
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: -moz-box;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-webkit-box-direction: normal;
-moz-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
.timsChatMessageContainer {
-webkit-box-flex: 1;
-moz-box-flex: 1;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
2013-04-09 15:37:02 +00:00
}
}
2012-10-15 14:45:22 +00:00
#timsChatOptions {
margin-bottom: @wcfGapMedium;
}
2013-05-24 18:33:41 +00:00
#tplChat {
2012-06-13 15:55:20 +00:00
height: 100%;
overflow: hidden;
2012-10-15 12:39:59 +00:00
#pageHeader, #pageFooter {
display: none;
}
2012-10-15 14:45:22 +00:00
#main {
2012-10-15 12:39:59 +00:00
height: 100%;
2012-10-15 14:45:22 +00:00
margin: 0;
padding: 0;
2012-10-15 12:39:59 +00:00
2012-10-15 14:45:22 +00:00
> div, .sidebar, #sidebarContainer {
height: 100%;
}
2012-06-13 15:55:20 +00:00
}
}
}