892 lines
18 KiB
CSS
892 lines
18 KiB
CSS
/*!
|
|
* Converse.js (Web-based XMPP instant messaging client)
|
|
* http://conversejs.org
|
|
*
|
|
* Copyright (c) 2012, Jan-Carel Brand <jc@opkode.com>
|
|
* Dual licensed under the MIT and GPL Licenses
|
|
*/
|
|
|
|
@import url("fonticons/style.css");
|
|
|
|
#chatpanel #collective-xmpp-chat-data,
|
|
#chatpanel #collective-xmpp-chat-data input {
|
|
color: rgb(79, 79, 79);
|
|
}
|
|
|
|
#chatpanel .hidden {
|
|
display: none
|
|
}
|
|
|
|
#chatpanel .locked {
|
|
padding-right: 22px;
|
|
}
|
|
|
|
#chatpanel span.spinner {
|
|
background: url(images/spinner.gif) no-repeat center;
|
|
width: 22px;
|
|
height: 22px;
|
|
padding: 0 2px 0 2px;
|
|
display: block;
|
|
}
|
|
|
|
#chatpanel span.spinner.centered {
|
|
position: absolute;
|
|
top: 30%;
|
|
left: 50%;
|
|
margin: 0 0 0 -25%;
|
|
}
|
|
|
|
#chatpanel span.spinner.hor_centered {
|
|
left: 40%;
|
|
position: absolute;
|
|
}
|
|
|
|
#chatpanel {
|
|
z-index: 99; /*--Keeps the panel on top of all other elements--*/
|
|
position: fixed;
|
|
bottom: 0; right: 0;
|
|
height: 332px;
|
|
width: auto;
|
|
}
|
|
|
|
#chatpanel #toggle-controlbox {
|
|
position: fixed;
|
|
font-size: 70%;
|
|
bottom: 0;
|
|
right: 0;
|
|
border-top-right-radius: 4px;
|
|
border-top-left-radius: 4px;
|
|
background: #e3e2e2;
|
|
border: 1px solid #c3c3c3;
|
|
border-bottom: none;
|
|
padding: 1px 3px;
|
|
margin-right: 15px;
|
|
height: 16px;
|
|
}
|
|
|
|
#chatpanel #connecting-to-chat {
|
|
background: url(images/spinner.gif) no-repeat left;
|
|
padding-left: 1.4em;
|
|
}
|
|
|
|
#chatpanel .chat-head {
|
|
color: #ffffff;
|
|
margin: 0;
|
|
font-size: 100%;
|
|
border-top-right-radius: 4px;
|
|
border-top-left-radius: 4px;
|
|
padding: 3px 0 0 3px;
|
|
}
|
|
|
|
#chatpanel .chat-head-chatbox {
|
|
background-color: rgb(79, 106, 114);
|
|
background-color: rgba(79, 106, 114, 1);
|
|
}
|
|
|
|
#chatpanel .chat-head-chatroom {
|
|
background-color: #2D617A;
|
|
}
|
|
|
|
#chatpanel .chatroom .chat-body {
|
|
height: 274px;
|
|
background-color: white;
|
|
border-bottom-right-radius: 4px;
|
|
border-bottom-left-radius: 4px;
|
|
border-top: 0;
|
|
}
|
|
|
|
#chatpanel .chatroom .chat-area {
|
|
float: left;
|
|
width: 200px;
|
|
}
|
|
|
|
#chatpanel .chatroom .chat {
|
|
overflow: auto;
|
|
height: 400px;
|
|
}
|
|
|
|
#chatpanel .chatroom .participants {
|
|
float: left;
|
|
overflow: auto;
|
|
border-left: 1px solid #AAA;
|
|
max-width: 98px;
|
|
height: 274px;
|
|
background-color: white;
|
|
overflow: auto;
|
|
border-left: 1px solid #AAA;
|
|
border-bottom-right-radius: 4px;
|
|
}
|
|
|
|
#chatpanel .participants ul.participant-list li {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
display: block;
|
|
font-size: 12px;
|
|
padding: 0.5em 0 0 0.5em;
|
|
cursor: default;
|
|
}
|
|
|
|
#chatpanel ul.participant-list li.moderator {
|
|
color: #FE0007;
|
|
}
|
|
|
|
#chatpanel .chatroom .participant-list {
|
|
list-style: none;
|
|
}
|
|
|
|
#chatpanel .chat-blink {
|
|
background-color: #176679;
|
|
border-right:1px solid #176679;
|
|
border-left:1px solid #176679;
|
|
}
|
|
|
|
#chatpanel .chat-content {
|
|
padding: 0.3em;
|
|
font-size: 13px;
|
|
color: rgb(79, 79, 79);
|
|
height:200px;
|
|
width: 192px;
|
|
overflow-y:auto;
|
|
border: 0;
|
|
background-color: #ffffff;
|
|
line-height: 1.3em;
|
|
}
|
|
|
|
#chatpanel .chat-textarea {
|
|
border: 0;
|
|
height: 50px;
|
|
}
|
|
|
|
#chatpanel .chat-textarea-chatbox-selected {
|
|
border: 1px solid #578308;
|
|
margin:0;
|
|
}
|
|
|
|
#chatpanel .chat-textarea-chatroom-selected {
|
|
border: 2px solid #2D617A;
|
|
margin:0;
|
|
}
|
|
|
|
#chatpanel .chatroom .chat-content {
|
|
height:200px;
|
|
}
|
|
|
|
#chatpanel .chat-info {
|
|
color:#666666;
|
|
}
|
|
|
|
#chatpanel .chat-message-room,
|
|
#chatpanel .chat-message-them,
|
|
#chatpanel .chat-message-me {
|
|
font-weight: bold;
|
|
white-space: nowrap;
|
|
max-width: 100px;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
display: inline-block;
|
|
float: left;
|
|
padding-right: 3px;
|
|
}
|
|
|
|
#chatpanel .chat-message-content {
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
#chatpanel .chat-message-them {
|
|
color: #F62817;
|
|
}
|
|
|
|
#chatpanel .chat-message-me {
|
|
color: #436976;
|
|
}
|
|
|
|
#chatpanel .chat-message-room {
|
|
color: #4B7003;
|
|
}
|
|
|
|
#chatpanel .chat-event,
|
|
#chatpanel .chat-date,
|
|
#chatpanel .chat-info {
|
|
color: #808080;
|
|
}
|
|
|
|
#chatpanel li.chat-info {
|
|
padding-left: 10px;
|
|
}
|
|
|
|
#chatpanel .chat-date {
|
|
display: inline-block;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
#chatpanel div#settings,
|
|
#chatpanel div#chatrooms,
|
|
#chatpanel div#login-dialog {
|
|
height: 274px;
|
|
}
|
|
|
|
#chatpanel p.not-implemented {
|
|
margin-top: 3em;
|
|
margin-left: 0.3em;
|
|
color: #808080;
|
|
}
|
|
|
|
#chatpanel div.delayed .chat-message-them {
|
|
color: #FB5D50;
|
|
}
|
|
|
|
#chatpanel div.delayed .chat-message-me {
|
|
color: #7EABBB;
|
|
}
|
|
|
|
#chatpanel input.error {
|
|
border: 1px solid red;
|
|
}
|
|
|
|
#chatpanel .conn-feedback.error {
|
|
color: red;
|
|
}
|
|
|
|
#chatpanel .chat-message-error {
|
|
color:#76797C;
|
|
font-size:90%;
|
|
font-weight:normal;
|
|
}
|
|
|
|
#chatpanel .chat-head .avatar {
|
|
float: left;
|
|
margin-right: 6px;
|
|
}
|
|
|
|
#chatpanel div.chat-title {
|
|
color: white;
|
|
font-weight: bold;
|
|
line-height: 15px;
|
|
display: block;
|
|
margin-top: 2px;
|
|
margin-right: 20px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
text-shadow: rgba(0,0,0,0.51) 0 -1px 0;
|
|
height: 1em;
|
|
}
|
|
|
|
#chatpanel .chat-head-chatbox,
|
|
#chatpanel .chat-head-chatroom {
|
|
background: linear-gradient(top, rgba(206,220,231,1) 0%,rgba(79,106,114,1) 100%);
|
|
height: 35px;
|
|
position: relative;
|
|
}
|
|
|
|
#chatpanel p.user-custom-message,
|
|
#chatpanel p.chatroom-topic {
|
|
font-size: 80%;
|
|
font-style: italic;
|
|
height: 1.3em;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
margin: 0;
|
|
}
|
|
|
|
#chatpanel .activated{
|
|
display: block !important;
|
|
}
|
|
|
|
#chatpanel a.subscribe-to-user {
|
|
padding-left: 2em;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#chatpanel dl.add-converse-contact {
|
|
margin: 0 0 0 0.5em;
|
|
}
|
|
|
|
#chatpanel .fancy-dropdown {
|
|
border:1px solid #ddd;
|
|
height: 22px;
|
|
}
|
|
|
|
#chatpanel .fancy-dropdown a.choose-xmpp-status {
|
|
width: 155px;
|
|
}
|
|
|
|
#chatpanel .fancy-dropdown a.choose-xmpp-status,
|
|
#chatpanel .fancy-dropdown a.toggle-xmpp-contact-form {
|
|
text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
display: inline;
|
|
}
|
|
|
|
#chatpanel .fancy-dropdown a.toggle-xmpp-contact-form span {
|
|
float: left;
|
|
}
|
|
|
|
#chatpanel .choose-xmpp-status span {
|
|
padding-right: 5px;
|
|
padding-left: 5px;
|
|
float: left;
|
|
}
|
|
|
|
#chatpanel #fancy-xmpp-status-select a.change-xmpp-status-message {
|
|
float: right;
|
|
clear: right;
|
|
height: 22px;
|
|
padding: 0px 5px 0 0;
|
|
color: rgb(79, 79, 79);
|
|
}
|
|
|
|
#chatpanel ul#found-users {
|
|
padding: 10px 0 5px 5px;
|
|
border: 0;
|
|
}
|
|
|
|
#chatpanel form.search-xmpp-contact {
|
|
margin: 0;
|
|
padding-left: 5px;
|
|
padding: 0 0 5px 5px;
|
|
}
|
|
|
|
#chatpanel form.search-xmpp-contact input {
|
|
width: 8em;
|
|
}
|
|
|
|
#chatpanel .oc-chat-head {
|
|
margin: 0;
|
|
color: #FFF;
|
|
border-top-right-radius: 4px;
|
|
border-top-left-radius: 4px;
|
|
height: 35px;
|
|
clear: right;
|
|
background-color: #5390C8;
|
|
padding: 3px 0 0 0;
|
|
}
|
|
|
|
#chatpanel a.configure-chatroom-button,
|
|
#chatpanel a.close-chatbox-button {
|
|
font-size: 10px;
|
|
padding: 3px 3px 2px 3px;
|
|
margin-right: 3px;
|
|
cursor: pointer;
|
|
float: right;
|
|
-moz-box-shadow:inset 0 1px 0 0 #ffffff;
|
|
-webkit-box-shadow:inset 0 1px 0 0 #ffffff;
|
|
box-shadow:inset 0 1px 0 0 #ffffff;
|
|
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6) );
|
|
background:-moz-linear-gradient( center top, #ffffff 5%, #f6f6f6 100% );
|
|
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
|
|
-moz-border-radius:6px;
|
|
-webkit-border-radius:6px;
|
|
border-radius:6px;
|
|
border:1px solid #888;
|
|
display:inline-block;
|
|
color: #666 !important;
|
|
text-decoration:none;
|
|
text-shadow:1px 1px 0 #ffffff;
|
|
}
|
|
|
|
#chatpanel a.configure-chatroom-button:active,
|
|
#chatpanel a.close-chatbox-button:active {
|
|
position:relative;
|
|
top:1px;
|
|
}
|
|
|
|
#chatpanel .oc-chat-content dt {
|
|
margin: 0;
|
|
padding-top: 0.5em;
|
|
}
|
|
|
|
#chatpanel .chatroom-form-container {
|
|
color: #666;
|
|
padding: 5px;
|
|
height: 262px;
|
|
overflow-y: auto;
|
|
border-bottom-right-radius: 4px;
|
|
border-bottom-left-radius: 4px;
|
|
}
|
|
|
|
#chatpanel .chatroom-form {
|
|
background: white;
|
|
font-size: 12px;
|
|
padding: 10px 5px;
|
|
}
|
|
|
|
#chatpanel .chat-body p {
|
|
font-size: 14px;
|
|
color: #666;
|
|
padding: 5px;
|
|
margin: 0;
|
|
}
|
|
|
|
#chatpanel .chatroom-form legend {
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
#chatpanel .chatroom-form label {
|
|
font-weight: bold;
|
|
display: block;
|
|
clear: both;
|
|
}
|
|
|
|
#chatpanel .chatroom-form label input,
|
|
#chatpanel .chatroom-form label select {
|
|
float: right;
|
|
}
|
|
|
|
#chatpanel #converse-roster dd.odd {
|
|
background-color: #DCEAC5; /* Make this difference */
|
|
}
|
|
|
|
#chatpanel #converse-roster dd.current-xmpp-contact {
|
|
clear: both;
|
|
}
|
|
|
|
#chatpanel #converse-roster dd.current-xmpp-contact span {
|
|
font-size: 16px;
|
|
float: left;
|
|
color: rgb(79, 79, 79);
|
|
}
|
|
|
|
#chatpanel #converse-roster dd.requesting-xmpp-contact button{
|
|
margin-left: 0.5em;
|
|
}
|
|
|
|
#chatpanel #converse-roster dd a,
|
|
#chatpanel #converse-roster dd span {
|
|
text-shadow: 0 1px 0 rgba(250, 250, 250, 1);
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
#chatpanel #converse-roster dd span {
|
|
padding: 2px 5px 0 0;
|
|
}
|
|
|
|
#chatpanel #converse-roster {
|
|
height: 200px;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
width: 100%;
|
|
margin: 0;
|
|
position: relative;
|
|
top: 0;
|
|
border: none;
|
|
margin-top: 0.5em;
|
|
}
|
|
|
|
#chatpanel dd.available-chatroom {
|
|
overflow-x: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
display: inline-block;
|
|
width: 175px;
|
|
}
|
|
|
|
#chatpanel dd.available-chatroom a.open-room {
|
|
width: 148px;
|
|
}
|
|
|
|
#chatpanel #available-chatrooms dt,
|
|
#chatpanel #converse-roster dt {
|
|
font-weight: normal;
|
|
font-size: 13px;
|
|
color: #666;
|
|
border: none;
|
|
padding: 0.3em 0em 0em 0.5em;
|
|
text-shadow: 0 1px 0 rgba(250, 250, 250, 1);
|
|
}
|
|
|
|
#chatpanel #converse-roster dt {
|
|
display: none;
|
|
}
|
|
|
|
#chatpanel dd.available-chatroom,
|
|
#chatpanel #converse-roster dd {
|
|
font-weight: bold;
|
|
border: none;
|
|
display: block;
|
|
padding: 0 0em 0 0.5em;
|
|
color: #666;
|
|
text-shadow: 0 1px 0 rgba(250, 250, 250, 1);
|
|
}
|
|
|
|
#chatpanel .room-info {
|
|
font-size: 11px;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
}
|
|
|
|
#chatpanel li.room-info {
|
|
display: block;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
#chatpanel div.room-info {
|
|
clear: left;
|
|
}
|
|
|
|
#chatpanel p.room-info {
|
|
margin: 0;
|
|
padding: 0;
|
|
display: block;
|
|
white-space: normal;
|
|
}
|
|
|
|
#chatpanel a.room-info {
|
|
width: 22px;
|
|
height: 22px;
|
|
float: right;
|
|
display: none;
|
|
clear: right;
|
|
}
|
|
|
|
#chatpanel a.open-room {
|
|
float: left;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
#chatpanel dd.available-chatroom:hover a.room-info {
|
|
display: inline-block;
|
|
margin-top: 3px;
|
|
font-size: 15px;
|
|
}
|
|
|
|
#chatpanel #converse-roster dd a.remove-xmpp-contact {
|
|
line-height: 21px;
|
|
float: right;
|
|
width: 22px;
|
|
margin: 0;
|
|
display: none;
|
|
color: rgb(79, 79, 79);
|
|
}
|
|
|
|
#chatpanel #converse-roster dd:hover a.remove-xmpp-contact {
|
|
display: inline-block;
|
|
}
|
|
|
|
#chatpanel #converse-roster a.open-chat {
|
|
line-height: 21px;
|
|
width: 85%;
|
|
}
|
|
#chatpanel #converse-roster dd:hover a.open-chat {
|
|
width: 70%;
|
|
}
|
|
|
|
#chatpanel .chatbox,
|
|
#chatpanel .chatroom {
|
|
box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.4);
|
|
display:none;
|
|
float: right;
|
|
margin-right: 15px;
|
|
z-index: 20; /* So that it's higher than the content actions */
|
|
border-radius: 4px;
|
|
}
|
|
|
|
#chatpanel .chatbox {
|
|
width: 200px;
|
|
}
|
|
|
|
#chatpanel .chatroom {
|
|
width: 300px;
|
|
}
|
|
|
|
#chatpanel .oc-chat-content {
|
|
height:274px;
|
|
padding: 0;
|
|
border-bottom-right-radius: 4px;
|
|
border-bottom-left-radius: 4px;
|
|
}
|
|
|
|
#chatpanel .oc-chat-content dd {
|
|
margin-left: 0;
|
|
margin-bottom: 0;
|
|
padding: 1em;
|
|
}
|
|
|
|
#chatpanel .oc-chat-content dd.odd {
|
|
background-color: #DCEAC5;
|
|
}
|
|
|
|
#chatpanel div.controlbox-panes {
|
|
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%); /* FF3.6+ */
|
|
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* IE10+ */
|
|
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* Opera 11.10+ */
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(240,240,240,1))); /* Chrome,Safari4+ */
|
|
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* Chrome10+,Safari5.1+ */
|
|
background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* W3C */
|
|
background-color: white;
|
|
border-bottom-left-radius: 4px;
|
|
border-bottom-right-radius: 4px;
|
|
width: 200px;
|
|
}
|
|
|
|
|
|
#chatpanel form#converse-login {
|
|
background: white;
|
|
padding: 2em 0 0.3em 0.5em;
|
|
}
|
|
|
|
#chatpanel form#converse-login input {
|
|
display: block;
|
|
width: 90%;
|
|
}
|
|
|
|
#chatpanel form#converse-login .login-submit {
|
|
margin-top: 1em;
|
|
width: auto;
|
|
}
|
|
|
|
#chatpanel form.set-xmpp-status {
|
|
background: none;
|
|
padding: 0.5em 0 0.5em 0.5em;
|
|
}
|
|
|
|
#chatpanel form.add-chatroom {
|
|
background: none;
|
|
padding: 3px;
|
|
}
|
|
|
|
#chatpanel form.add-chatroom input[type=text] {
|
|
width: 95%;
|
|
margin: 3px;
|
|
}
|
|
|
|
#chatpanel form.add-chatroom input[type=button],
|
|
#chatpanel form.add-chatroom input[type=submit] {
|
|
width: 48%;
|
|
}
|
|
|
|
#chatpanel select#select-xmpp-status {
|
|
float: right;
|
|
margin-right: 0.5em;
|
|
}
|
|
|
|
/* @group Tabs */
|
|
|
|
#chatpanel .chat-head #controlbox-tabs {
|
|
text-align: center;
|
|
display: inline;
|
|
overflow: hidden;
|
|
font-size: 12px;
|
|
list-style-type: none;
|
|
}
|
|
|
|
/* single tab */
|
|
#chatpanel .chat-head #controlbox-tabs li {
|
|
float:left;
|
|
list-style: none;
|
|
padding-left: 0;
|
|
text-shadow: white 0 1px 0;
|
|
width: 40%;
|
|
}
|
|
|
|
#chatpanel ul#controlbox-tabs li a {
|
|
display:block;
|
|
font-size:12px;
|
|
height: 34px;
|
|
line-height:34px;
|
|
margin: 0;
|
|
text-align:center;
|
|
text-decoration:none;
|
|
border-top-right-radius: 5px;
|
|
border-top-left-radius: 5px;
|
|
color:#666;
|
|
text-shadow: 0 1px 0 rgba(250, 250, 250, 1);
|
|
}
|
|
|
|
#chatpanel .chat-head #controlbox-tabs li a:hover {
|
|
color: black;
|
|
}
|
|
|
|
#chatpanel .chat-head #controlbox-tabs li a {
|
|
background-color: white;
|
|
box-shadow: inset 0 4px 12px rgba(0,0,0,0.3);
|
|
border-bottom: 1px solid #CCC;
|
|
}
|
|
|
|
#chatpanel ul#controlbox-tabs a.current,
|
|
#chatpanel ul#controlbox-tabs a.current:hover {
|
|
box-shadow: none;
|
|
border-bottom: 0;
|
|
height: 35px;
|
|
cursor: default;
|
|
color: rgb(102,102,102);
|
|
}
|
|
|
|
#chatpanel div#users,
|
|
#chatpanel div#chatrooms,
|
|
#chatpanel div#login-dialog,
|
|
#chatpanel div#settings {
|
|
border: 0;
|
|
font-size: 14px;
|
|
background-color: white;
|
|
border-bottom-right-radius: 4px;
|
|
border-bottom-left-radius: 4px;
|
|
width: 100%;
|
|
}
|
|
|
|
#chatpanel div#chatrooms {
|
|
overflow-y: auto;
|
|
}
|
|
|
|
#chatpanel form.sendXMPPMessage {
|
|
background: white;
|
|
border: 0;
|
|
border-top: 1px solid #BBB;
|
|
padding: 0;
|
|
margin: 0;
|
|
position: relative;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 4px;
|
|
-moz-background-clip: padding;
|
|
-webkit-background-clip: padding-box;
|
|
background-clip: padding-box;
|
|
border-top-left-radius: 0;
|
|
border-top-right-radius: 0;
|
|
height: 65px;
|
|
width: 200px;
|
|
}
|
|
|
|
#chatpanel .chatroom form.sendXMPPMessage {
|
|
-webkit-border-bottom-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
height: 65px;
|
|
}
|
|
|
|
#chatpanel .chat-textarea {
|
|
box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
border: 0;
|
|
width: 100%;
|
|
padding: 3px;
|
|
border-radius: 4px;
|
|
resize: none;
|
|
height: 65px;
|
|
}
|
|
|
|
#chatpanel ul.chat-toolbar {
|
|
font-size: 14px;
|
|
margin: 0;
|
|
padding: 0 5px 0 0;
|
|
float: right;
|
|
display: inline-block;
|
|
height: 20px;
|
|
}
|
|
|
|
#chatpanel ul.chat-toolbar li {
|
|
display: inline-block;
|
|
list-style: none;
|
|
padding: 0 3px 0 3px;
|
|
}
|
|
|
|
#chatpanel ul.chat-toolbar li:hover {
|
|
cursor: pointer;
|
|
color: rgb(39, 39, 39);
|
|
}
|
|
|
|
#chatpanel form#set-custom-xmpp-status {
|
|
float: left;
|
|
padding: 0;
|
|
}
|
|
|
|
#chatpanel .chat-textarea-chatbox-selected {
|
|
border: 1px solid #578308;
|
|
margin:0;
|
|
}
|
|
|
|
#chatpanel .chat-textarea-chatroom-selected {
|
|
border: 2px solid #2D617A;
|
|
margin:0;
|
|
}
|
|
|
|
#chatpanel #set-custom-xmpp-status button {
|
|
padding: 1px 2px 1px 1px;
|
|
}
|
|
|
|
#chatpanel #controlbox div.xmpp-status {
|
|
display: inline;
|
|
}
|
|
|
|
/* status dropdown styles */
|
|
#chatpanel .chatbox dl.dropdown {
|
|
margin-right: 0.5em;
|
|
margin-bottom: 0;
|
|
background-color: rgb(240, 240, 240);
|
|
}
|
|
#chatpanel .chatbox .dropdown dd,
|
|
#chatpanel .dropdown dt,
|
|
#chatpanel .dropdown ul {
|
|
margin:0px; padding:0px;
|
|
}
|
|
#chatpanel .chatbox .dropdown dd { position:relative; }
|
|
|
|
#chatpanel input.custom-xmpp-status {
|
|
width: 138px;
|
|
}
|
|
|
|
#chatpanel form.add-xmpp-contact {
|
|
background: none;
|
|
padding: 5px;
|
|
}
|
|
|
|
#chatpanel form.add-xmpp-contact input {
|
|
width: 120px;
|
|
}
|
|
|
|
#chatpanel .chatbox .dropdown dt a span {
|
|
cursor:pointer;
|
|
display:block;
|
|
padding: 4px 7px 0 5px;
|
|
color: rgb(79, 79, 79);
|
|
}
|
|
|
|
#chatpanel .chatbox .dropdown dd ul {
|
|
padding: 5px 0 5px 0;
|
|
list-style:none;
|
|
position:absolute; left:0; top:0;
|
|
border:1px solid #ddd;
|
|
border-top: 0;
|
|
width: 99%;
|
|
z-index: 21;
|
|
background-color: rgb(240, 240, 240);
|
|
}
|
|
|
|
#chatpanel .chatbox .dropdown li {
|
|
list-style: none;
|
|
padding-left: 0;
|
|
}
|
|
|
|
#chatpanel .set-xmpp-status .dropdown dd ul {
|
|
z-index: 22;
|
|
}
|
|
|
|
#chatpanel .chatbox .dropdown a {
|
|
height: 22px;
|
|
display: inline-block;
|
|
line-height: 24px;
|
|
}
|
|
|
|
#chatpanel .chatbox .dropdown dd ul a:hover {
|
|
background-color: #bed6e5;
|
|
}
|
|
|
|
#chatpanel .xmpp-status-menu li a {
|
|
width: 100%;
|
|
}
|
|
|
|
#chatpanel .xmpp-status-menu li a span {
|
|
padding: 0 5px 0 5px;
|
|
color: rgb(79, 79, 79);
|
|
}
|