ep_bottom_chat_bar
Version:
bottom chat and always open , also timestamp dock to left
56 lines (52 loc) • 1.44 kB
CSS
#chatbox{
width:100% ;
resize: vertical;
max-width: 100% ;
/* max-height: 200px; */
/* -webkit-box-shadow: 0px -2px 10px -1px rgba(0,0,0,1);
-moz-box-shadow: 0px -2px 10px -1px rgba(0,0,0,1);
box-shadow: 0px -2px 10px -1px rgba(0,0,0,1); */
/* cursor: s-resize; */
/* box-shadow: 0 1px 3px 1px rgba(60,64,67,.15); */
}
#chattext p{
background-color: #fff ;
color: #485365 ;
}
#chattext .time{
background-color: #fff ;
color: #485365 ;
}
/* p { background: lime; height: 200px; width: 300px; } */
.chat-content .resizable { background: cyan; position: relative; }
.resizer { width: 100%; height: 4px; position:absolute; top: 0; cursor: s-resize;
border: 1px solid rgb(204, 204, 204) ;
background-color: white;
z-index: 2000;
}
#ghost_chat_resizer{
width: 100%; height: 4px; position:absolute; cursor: s-resize;
border: 1px solid rgb(204, 204, 204) ;
background-color: rgb(204, 204, 204) ;
z-index: 2000;
}
#titlebar{
display: none ;
}
.chat-content{
width: 100% ;
height: 140px ;
min-height: 10px;
}
#chattext .time{
float: left ;
margin-left: 0px ;
margin-right: 7px ;
}
#chatbox, #chaticon{
bottom: 0 ;
right: 0px ;
}
#chaticon, .chat-content{
box-shadow:none;
}