Community Central
Community Central

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
.chat-rc {
position:fixed;
top:-235px;
left:460px;
width:400px;
height:250px;
background:#fff;
border-radius:5px;
transition:.4s all linear;
padding:10px;
z-index:9999;
border:1px solid #ccc;
}
.chat-rc:hover {
top:5px;
}
.chat-rc-container {
height:223px;
border-bottom:1px solid #ccc;
margin-bottom:5px;
overflow-y:auto;
color:rgb(58,58,58);
}
.chat-rc-container ul {
list-style:square;
margin:0 10px 0 20px;
}
.chat-rc-header {
color:#000;
font-size:20px;
text-align:center;
line-height:28px;
}