-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhawk_chat.min.css
More file actions
2 lines (1 loc) · 3.12 KB
/
Copy pathhawk_chat.min.css
File metadata and controls
2 lines (1 loc) · 3.12 KB
1
2
.chat-container{padding-top:60px;height:465px;left:5px;bottom:5px;min-width:700px;min-height:340px;border-radius:3px;background-color:#353d49;z-index:500;font-family:'Open Sans',sans-serif;position:relative}.chat-header{text-align:left;line-height:55px;font-size:18px;color:white;height:60px;top:0;background-color:#00aef0;border-top-left-radius:3px;border-top-right-radius:3px;z-index:501;position:absolute;width:100%;box-sizing:border-box}.chat-header .chat-title{padding-left:15px;float:left}.chat-logo{position:absolute;right:0;height:60px;width:60px;border-top-right-radius:3px;background:#0072bc url('/img/logo_main.png') 8px 4px no-repeat;background-size:45px}.chat-body{table-layout:fixed;display:table;width:100%;top:0;left:0;max-height:100%;z-index:500;height:100%}.chat-left-panel{display:table-cell;vertical-align:top;width:150px;height:100%;border-right:2px solid black}.chat-right-panel{display:table-cell;vertical-align:top;max-height:100%;position:relative;padding-top:50px;padding-bottom:60px}.chat-mesasge-panel{width:100%;max-height:100%;height:100%}.chat-text-panel{bottom:0;margin-top:10px;line-height:40px;position:absolute;width:100%}.chat-text-input{width:90%;margin-left:5%;margin-bottom:15px;border-radius:5px;height:35px;background-color:#626d7d;border:0;color:white;padding:5px 0 5px 0;font-size:16px;line-height:35px;height:50px}.chat-separator{height:50px;background-color:#282d35;width:100%;color:white;line-height:50px}.chat-separator span{padding-left:10px}.chat-online{color:#00aeef;padding-left:20px;cursor:pointer}.chat-online-u{display:block;height:20%;width:150px}.chat-offline{color:#f00;padding-left:20px}.chat-offline-u{display:block;height:20%;width:150px}.chat-groups-u{display:block;height:20%;width:150px}.chat-groups-u td{color:#00aeef;cursor:pointer}.chat-current{color:#1cde37;padding-left:20px}.chat-users tr{height:20px;line-height:20px}.chat-users{padding-left:20px}.chat-tabs{height:50px;width:100%;position:absolute;top:0}.chat-tabs ul{list-style:none;padding:0;margin:0}.chat-tabs ul li{float:left}.chat-tab{background-color:#27576d;height:35px;line-height:35px;width:100px;text-align:center;border-right:2px solid black;padding-left:10px;padding-right:10px;font-weight:600;color:white;white-space:nowrap}.chat-tab.active{background-color:#1580ad}.chat-close-tab{cursor:pointer;font-size:12px}.chat-row{padding:15px;color:white;border-bottom:1px solid white;text-align:left}.chat-row-login{color:#00aeef}.chat-message-curent-user .chat-row-login{color:red}.chat-tab-count-new{color:#789f4f;padding-left:5px}.add-hawk-group{background:url('/Hawk_chat/lib/plus.png') no-repeat;background-size:17px;cursor:pointer;height:17px;width:17px}#actions_new_group{line-height:normal;vertical-align:middle;display:none}#actions_new_group .add-hawk-group-confirm{background:url('/Hawk_chat/lib/accepted.png')no-repeat;background-size:17px;cursor:pointer;height:17px;width:17px;display:inline-block}.add-hawk-group-dismiss{background:url('/Hawk_chat/lib/cancel.png') no-repeat;background-size:17px;cursor:pointer;height:17px;width:17px;display:inline-block}#create_new_group{line-height:normal;display:inline-block;vertical-align:middle;cursor:pointer}