mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2025-01-09 00:20:08 +00:00
Move CSS from Template to less
This commit is contained in:
parent
167679d2c3
commit
fd75bf99ab
@ -7,344 +7,368 @@
|
|||||||
* @package be.bastelstu.wcf.chat
|
* @package be.bastelstu.wcf.chat
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#content {
|
#tplChat {
|
||||||
position: relative;
|
#content {
|
||||||
}
|
position: relative;
|
||||||
|
|
||||||
#timsChatRoomContent {
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sidebar {
|
|
||||||
margin-bottom: -20px !important;
|
|
||||||
overflow: auto;
|
|
||||||
padding: 0;
|
|
||||||
|
|
||||||
h2 {
|
|
||||||
margin: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
#timsChatRoomContent {
|
||||||
li {
|
text-align: left;
|
||||||
a {
|
}
|
||||||
color: @wcfLinkColor;
|
|
||||||
display: block;
|
.sidebar {
|
||||||
padding: 5px 25px 7px 35px;
|
margin-bottom: -20px !important;
|
||||||
}
|
overflow: auto;
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
margin: auto;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#timsChatTopic {
|
ul {
|
||||||
padding: 5px;
|
li {
|
||||||
}
|
a {
|
||||||
|
color: @wcfLinkColor;
|
||||||
.timsChatMessageContainer {
|
display: block;
|
||||||
height: 200px;
|
padding: 5px 25px 7px 35px;
|
||||||
overflow-y: scroll;
|
|
||||||
overflow-x: hidden;
|
|
||||||
padding-left: 7px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#smilies {
|
|
||||||
padding: 14px 21px 7px;
|
|
||||||
border-bottom-right-radius: 0px;
|
|
||||||
|
|
||||||
> div {
|
|
||||||
li {
|
|
||||||
display: inline;
|
|
||||||
margin: 5px 5px 0 0;
|
|
||||||
|
|
||||||
.icon24 {
|
|
||||||
//.square(16px);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#timsChatForm {
|
|
||||||
white-space: nowrap;
|
|
||||||
margin-top: 10px;
|
|
||||||
// Fix to align chatInput in center
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
#timsChatInput {
|
|
||||||
position: relative;
|
|
||||||
z-index: 10;
|
|
||||||
}
|
|
||||||
|
|
||||||
#timsChatControls {
|
|
||||||
position: relative;
|
|
||||||
.borderRadius(5px, 5px, 0, 5px);
|
|
||||||
}
|
|
||||||
|
|
||||||
#timsChatOptions {
|
|
||||||
top: -1px;
|
|
||||||
right: 1px;
|
|
||||||
margin-left: 0;
|
|
||||||
position: relative;
|
|
||||||
width: 100%;
|
|
||||||
|
|
||||||
> ul {
|
|
||||||
margin-right: -1px;
|
|
||||||
text-align: right;
|
|
||||||
|
|
||||||
> li {
|
|
||||||
> a {
|
|
||||||
&.button {
|
|
||||||
.borderRadius(0);
|
|
||||||
margin: 0;
|
|
||||||
padding-right: 7px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
display: inline-block;
|
|
||||||
margin-left: -5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
> li:first-child {
|
|
||||||
> a {
|
|
||||||
border-bottom-left-radius: 14px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
> li:last-child {
|
|
||||||
> a {
|
|
||||||
border-bottom-right-radius: 14px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#timsChatUserList {
|
|
||||||
.timsChatUserMenu {
|
|
||||||
display: none;
|
|
||||||
background-color: rgba(0, 0, 0, 0.1);
|
|
||||||
margin-bottom: -5px;
|
|
||||||
padding: 1px 0 6px;
|
|
||||||
.boxShadowNative(0px 0px 5px 0px rgba(0, 0, 0, 0.1) inset);
|
|
||||||
border-bottom: 1px solid @wcfContentBackgroundColor;
|
|
||||||
color: rgba(0, 0, 0, 0.4);
|
|
||||||
|
|
||||||
> li {
|
|
||||||
a {
|
|
||||||
background-color: rgba(255, 255, 255, 0.22);
|
|
||||||
.textShadow(@wcfSidebarBackgroundColor + rgba(0, 0, 0, 0.1) + rgba(255, 255, 255, 0.22)) !important;
|
|
||||||
.borderRadius(5px, 0, 0, 5px);
|
|
||||||
margin-left: 35px;
|
|
||||||
padding: 1px 0 1px 15px;
|
|
||||||
color: @wcfColor;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.timsChatAway {
|
|
||||||
opacity: .5;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.timsChatMessage {
|
|
||||||
padding-left: 16px;
|
|
||||||
min-height: 16px;
|
|
||||||
clear: both;
|
|
||||||
|
|
||||||
time {
|
|
||||||
font-size: .8em;
|
|
||||||
&::before, &::after {
|
|
||||||
font-size: .8em;
|
|
||||||
}
|
|
||||||
&::before {
|
|
||||||
content: "[";
|
|
||||||
}
|
|
||||||
&::after {
|
|
||||||
content: "]";
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.unloaded {
|
#timsChatTopic {
|
||||||
opacity: 0.4;
|
padding: 5px;
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.ajaxLoad {
|
|
||||||
background-position: right center;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-size: auto 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.timsChatSidebarTabs {
|
|
||||||
height: 34px;
|
|
||||||
z-index: 131;
|
|
||||||
position: relative;
|
|
||||||
.boxShadowNative(0 0 5px 0 rgba(0, 0, 0, 0.1));
|
|
||||||
|
|
||||||
.left & {
|
|
||||||
margin-right: 1px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.right & {
|
.timsChatMessageContainer {
|
||||||
margin-left: 1px;
|
height: 200px;
|
||||||
|
overflow-y: scroll;
|
||||||
|
overflow-x: hidden;
|
||||||
|
padding-left: 7px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
#smilies {
|
||||||
background-color: rgba(0, 0, 0, 0.2);
|
padding: 14px 21px 7px;
|
||||||
height: 33px;
|
border-bottom-right-radius: 0px;
|
||||||
|
|
||||||
li {
|
> div {
|
||||||
width: 50%;
|
li {
|
||||||
float: left;
|
display: inline;
|
||||||
text-align: center;
|
margin: 5px 5px 0 0;
|
||||||
|
|
||||||
a {
|
.icon24 {
|
||||||
color: fade(@wcfColor, 80%);
|
//.square(16px);
|
||||||
.textShadow(@wcfContentBackgroundColor);
|
|
||||||
height: 22px;
|
|
||||||
padding: 9px 0 0;
|
|
||||||
|
|
||||||
.transition(~"border-radius .2s linear 0s, background-color .2s linear 0s, font-size", .2s);
|
|
||||||
|
|
||||||
.collapsed & {
|
|
||||||
border: none !important;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.active a {
|
|
||||||
background-color: @wcfContentBackgroundColor;
|
|
||||||
border-bottom: 1px solid darken(@wcfSidebarBackgroundColor, 6%);
|
|
||||||
.borderRadius(0, 7px);
|
|
||||||
color: @wcfColor;
|
|
||||||
font-size: 130%;
|
|
||||||
font-weight: bold;
|
|
||||||
|
|
||||||
height: 23px;
|
|
||||||
padding: 7px 0 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:first-child.active a {
|
|
||||||
.borderRadius(0, 0, 7px, 0);
|
|
||||||
border-right: 1px solid darken(@wcfSidebarBackgroundColor, 6%);
|
|
||||||
|
|
||||||
.right & {
|
|
||||||
margin-left: -1px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&:last-child.active a {
|
|
||||||
.borderRadius(0, 0, 0, 7px);
|
|
||||||
border-left: 1px solid darken(@wcfSidebarBackgroundColor, 6%);
|
|
||||||
|
|
||||||
.left & {
|
|
||||||
margin-right: -1px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
& .badge {
|
|
||||||
.badgeBG(@wcfSidebarBackgroundColor + rgba(0, 0, 0, 0.2));
|
|
||||||
.badgeShadow(@wcfSidebarBackgroundColor + rgba(0, 0, 0, 0.2));
|
|
||||||
position: relative;
|
|
||||||
top: -1px;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.active .badge {
|
|
||||||
font-size: 65% !important;
|
|
||||||
.badgeBG(@wcfContentBackgroundColor);
|
|
||||||
.badgeShadow(@wcfContentBackgroundColor);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
#timsChatRoomList {
|
#timsChatForm {
|
||||||
margin-top: 5px;
|
white-space: nowrap;
|
||||||
|
margin-top: 10px;
|
||||||
> div > div {
|
// Fix to align chatInput in center
|
||||||
margin-top: 10px;
|
text-align: center;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
#sidebarContainer {
|
#timsChatInput {
|
||||||
overflow-y: auto;
|
position: relative;
|
||||||
height: 420px;
|
z-index: 10;
|
||||||
width: 100%;
|
}
|
||||||
border-top: 1px solid darken(@wcfSidebarBackgroundColor, 8%);
|
|
||||||
z-index: 131;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sidebarContainer a {
|
#timsChatControls {
|
||||||
outline: none;
|
position: relative;
|
||||||
overflow: hidden;
|
.borderRadius(5px, 5px, 0, 5px);
|
||||||
}
|
}
|
||||||
|
|
||||||
#timsChatCopyright {
|
#timsChatOptions {
|
||||||
bottom: 5px;
|
top: -1px;
|
||||||
position: absolute;
|
right: 1px;
|
||||||
.textShadow(@wcfContentBackgroundColor);
|
margin-left: 0;
|
||||||
}
|
position: relative;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
|
> ul {
|
||||||
|
margin-right: -1px;
|
||||||
|
text-align: right;
|
||||||
|
|
||||||
.sidebarContent {
|
|
||||||
padding-top: 0px;
|
|
||||||
> div {
|
|
||||||
ul {
|
|
||||||
> li {
|
> li {
|
||||||
margin-top: 5px;
|
|
||||||
background-color: transparent !important;
|
|
||||||
box-shadow: none !important;
|
|
||||||
|
|
||||||
> a {
|
> a {
|
||||||
background-color: fade(@wcfContentBackgroundColor, 33.33%);
|
&.button {
|
||||||
.textShadow(fade(@wcfContentBackgroundColor, 33.33%));
|
.borderRadius(0);
|
||||||
.transition(background-color, .2s);
|
margin: 0;
|
||||||
|
padding-right: 7px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&:hover {
|
display: inline-block;
|
||||||
background-color: @wcfContentBackgroundColor;
|
margin-left: -5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
> li:first-child {
|
||||||
|
> a {
|
||||||
|
border-bottom-left-radius: 14px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
> li:last-child {
|
||||||
|
> a {
|
||||||
|
border-bottom-right-radius: 14px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#timsChatUserList {
|
||||||
|
.timsChatUserMenu {
|
||||||
|
display: none;
|
||||||
|
background-color: rgba(0, 0, 0, 0.1);
|
||||||
|
margin-bottom: -5px;
|
||||||
|
padding: 1px 0 6px;
|
||||||
|
.boxShadowNative(0px 0px 5px 0px rgba(0, 0, 0, 0.1) inset);
|
||||||
|
border-bottom: 1px solid @wcfContentBackgroundColor;
|
||||||
|
color: rgba(0, 0, 0, 0.4);
|
||||||
|
|
||||||
|
> li {
|
||||||
|
a {
|
||||||
|
background-color: rgba(255, 255, 255, 0.22);
|
||||||
|
.textShadow(@wcfSidebarBackgroundColor + rgba(0, 0, 0, 0.1) + rgba(255, 255, 255, 0.22)) !important;
|
||||||
|
.borderRadius(5px, 0, 0, 5px);
|
||||||
|
margin-left: 35px;
|
||||||
|
padding: 1px 0 1px 15px;
|
||||||
|
color: @wcfColor;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.timsChatAway {
|
||||||
|
opacity: .5;
|
||||||
|
}
|
||||||
|
|
||||||
|
> li {
|
||||||
|
> a {
|
||||||
|
background-image: url("../icon/arrowRight.svg");
|
||||||
|
background-position: 15px center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.activeMenuItem {
|
||||||
|
> a {
|
||||||
|
background-image: url("../icon/arrowDown.svg");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.timsChatMessage {
|
||||||
|
padding-left: 16px;
|
||||||
|
min-height: 16px;
|
||||||
|
clear: both;
|
||||||
|
|
||||||
|
time {
|
||||||
|
font-size: .8em;
|
||||||
|
&::before, &::after {
|
||||||
|
font-size: .8em;
|
||||||
|
}
|
||||||
|
&::before {
|
||||||
|
content: "[";
|
||||||
|
}
|
||||||
|
&::after {
|
||||||
|
content: "]";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&.unloaded {
|
||||||
|
opacity: 0.4;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.ajaxLoad {
|
||||||
|
background-position: right center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: auto 100%;
|
||||||
|
background-image: url("../icon/spinner.svg");
|
||||||
|
}
|
||||||
|
|
||||||
|
.timsChatSidebarTabs {
|
||||||
|
height: 34px;
|
||||||
|
z-index: 131;
|
||||||
|
position: relative;
|
||||||
|
.boxShadowNative(0 0 5px 0 rgba(0, 0, 0, 0.1));
|
||||||
|
|
||||||
|
.left & {
|
||||||
|
margin-right: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.right & {
|
||||||
|
margin-left: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
background-color: rgba(0, 0, 0, 0.2);
|
||||||
|
height: 33px;
|
||||||
|
|
||||||
|
li {
|
||||||
|
width: 50%;
|
||||||
|
float: left;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: fade(@wcfColor, 80%);
|
||||||
|
.textShadow(@wcfContentBackgroundColor);
|
||||||
|
height: 22px;
|
||||||
|
padding: 9px 0 0;
|
||||||
|
|
||||||
|
.transition(~"border-radius .2s linear 0s, background-color .2s linear 0s, font-size", .2s);
|
||||||
|
|
||||||
|
.collapsed & {
|
||||||
|
border: none !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&.active a {
|
||||||
|
background-color: @wcfContentBackgroundColor;
|
||||||
|
border-bottom: 1px solid darken(@wcfSidebarBackgroundColor, 6%);
|
||||||
|
.borderRadius(0, 7px);
|
||||||
|
color: @wcfColor;
|
||||||
|
font-size: 130%;
|
||||||
|
font-weight: bold;
|
||||||
|
|
||||||
|
height: 23px;
|
||||||
|
padding: 7px 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:first-child.active a {
|
||||||
|
.borderRadius(0, 0, 7px, 0);
|
||||||
|
border-right: 1px solid darken(@wcfSidebarBackgroundColor, 6%);
|
||||||
|
|
||||||
|
.right & {
|
||||||
|
margin-left: -1px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&:last-child.active a {
|
||||||
|
.borderRadius(0, 0, 0, 7px);
|
||||||
|
border-left: 1px solid darken(@wcfSidebarBackgroundColor, 6%);
|
||||||
|
|
||||||
|
.left & {
|
||||||
|
margin-right: -1px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
& .badge {
|
||||||
|
.badgeBG(@wcfSidebarBackgroundColor + rgba(0, 0, 0, 0.2));
|
||||||
|
.badgeShadow(@wcfSidebarBackgroundColor + rgba(0, 0, 0, 0.2));
|
||||||
|
position: relative;
|
||||||
|
top: -1px;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.active .badge {
|
||||||
|
font-size: 65% !important;
|
||||||
|
.badgeBG(@wcfContentBackgroundColor);
|
||||||
|
.badgeShadow(@wcfContentBackgroundColor);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#timsChatRoomList {
|
||||||
|
margin-top: 5px;
|
||||||
|
|
||||||
|
> div > div {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#sidebarContainer {
|
||||||
|
overflow-y: auto;
|
||||||
|
height: 420px;
|
||||||
|
width: 100%;
|
||||||
|
border-top: 1px solid darken(@wcfSidebarBackgroundColor, 8%);
|
||||||
|
z-index: 131;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
#sidebarContainer a {
|
||||||
|
outline: none;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
#timsChatCopyright {
|
||||||
|
bottom: 5px;
|
||||||
|
position: absolute;
|
||||||
|
.textShadow(@wcfContentBackgroundColor);
|
||||||
|
}
|
||||||
|
|
||||||
|
#timsChatCopyrightDialog {
|
||||||
|
background-position: right 45px;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
min-height: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sidebarContent {
|
||||||
|
padding-top: 0px;
|
||||||
|
> div {
|
||||||
|
ul {
|
||||||
|
> li {
|
||||||
|
margin-top: 5px;
|
||||||
|
background-color: transparent !important;
|
||||||
|
box-shadow: none !important;
|
||||||
|
|
||||||
|
> a {
|
||||||
|
background-color: fade(@wcfContentBackgroundColor, 33.33%);
|
||||||
|
.textShadow(fade(@wcfContentBackgroundColor, 33.33%));
|
||||||
|
.transition(background-color, .2s);
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background-color: @wcfContentBackgroundColor;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
> li.activeMenuItem {
|
||||||
|
> a {
|
||||||
|
background-color: @wcfContentBackgroundColor !important;
|
||||||
|
.boxShadowNative(0 0 5px rgba(0, 0, 0, 0.1));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
> li.activeMenuItem {
|
html.fullscreen {
|
||||||
> a {
|
height: 100%;
|
||||||
background-color: @wcfContentBackgroundColor !important;
|
overflow: hidden;
|
||||||
.boxShadowNative(0 0 5px rgba(0, 0, 0, 0.1));
|
|
||||||
|
#pageHeader, #pageFooter {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
height: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
|
#main {
|
||||||
|
height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
|
> div, .sidebar, #sidebarContainer {
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
html.fullscreen {
|
.badgeBG(@backgroundColor) when (lightness(@backgroundColor) < 50%) {
|
||||||
height: 100%;
|
background-color: lighten(@backgroundColor, lightness(@backgroundColor) / 2);
|
||||||
overflow: hidden;
|
|
||||||
|
|
||||||
#pageHeader, #pageFooter {
|
|
||||||
display: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#tplChat {
|
.badgeBG(@backgroundColor) when (lightness(@backgroundColor) < 20%) {
|
||||||
height: 100%;
|
background-color: lighten(@backgroundColor, 20%);
|
||||||
overflow: hidden;
|
}
|
||||||
|
|
||||||
#main {
|
.badgeBG(@backgroundColor) when (lightness(@backgroundColor) >= 50%) {
|
||||||
height: 100%;
|
background-color: darken(@backgroundColor, lightness(@backgroundColor) / 2);
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
|
|
||||||
> div, .sidebar, #sidebarContainer {
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.badgeBG(@backgroundColor) when (lightness(@backgroundColor) < 50%) {
|
|
||||||
background-color: lighten(@backgroundColor, lightness(@backgroundColor) / 2);
|
|
||||||
}
|
|
||||||
|
|
||||||
.badgeBG(@backgroundColor) when (lightness(@backgroundColor) < 20%) {
|
|
||||||
background-color: lighten(@backgroundColor, 20%);
|
|
||||||
}
|
|
||||||
|
|
||||||
.badgeBG(@backgroundColor) when (lightness(@backgroundColor) >= 50%) {
|
|
||||||
background-color: darken(@backgroundColor, lightness(@backgroundColor) / 2);
|
|
||||||
}
|
|
||||||
|
@ -7,19 +7,6 @@
|
|||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
#timsChatCopyrightDialog {
|
#timsChatCopyrightDialog {
|
||||||
background-image: url("{link controller='Chat' action='Copyright' sheep=1}{/link}");
|
background-image: url("{link controller='Chat' action='Copyright' sheep=1}{/link}");
|
||||||
background-position: right 45px;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
min-height: 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#timsChatUserList > li > a {
|
|
||||||
background-image: url({icon size='S'}arrowRight{/icon});
|
|
||||||
background-position: 15px center;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
}
|
|
||||||
|
|
||||||
#timsChatUserList > li.activeMenuItem > a {
|
|
||||||
background-image: url({icon size='S'}arrowDown{/icon});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
{assign var='type' value='\wcf\data\chat\message\ChatMessage::TYPE_'}
|
{assign var='type' value='\wcf\data\chat\message\ChatMessage::TYPE_'}
|
||||||
@ -45,10 +32,6 @@
|
|||||||
.timsChatMessage{$type|concat:'ERROR'|constant} {
|
.timsChatMessage{$type|concat:'ERROR'|constant} {
|
||||||
background-image: url({icon size='S'}systemError{/icon});
|
background-image: url({icon size='S'}systemError{/icon});
|
||||||
}
|
}
|
||||||
|
|
||||||
.ajaxLoad {
|
|
||||||
background-image: url({icon size='S'}spinner{/icon});
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user