Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #chat-bar {
- border-color:#CFCECA;
- border-style: solid;
- border-width: 1px 1px 0;
- bottom:0;
- color:#222222;
- display:block;
- font:12px/25px Helvetica Neue,Helvetica,Arial,Calibri,Tahoma,Verdana,sans-serif;
- height: 25px;
- left:50%;
- list-style-type:none;
- margin: 0 0 0 -47.5%;
- padding:0;
- position:fixed;
- width:95%;
- background-color:#DCDCDC;
- }
- ul#chat-bar > li{
- border-left: 1px solid #CECECE;
- cursor: pointer;
- float:right;
- padding: 0 10px;
- position: relative;
- text-shadow: 0 1px 0 #FFFFFF;
- width: 161px;
- }
- #users-online-panel{
- background : none repeat scroll 0 0 #FFFFFF;
- right: auto;
- width:200px;
- z-index:100;
- margin:0 0 0 -11px;
- padding: 0 0 0.5% 0;
- display:none;
- }
- .chatbox{
- border: 1px solid #CECECE;
- bottom: 25px;
- color:#000000;
- cursor: default;
- font:12px/14px Helvetica Neue,Helvetica,Arial,Calibri,Tahoma,Verdana,sans-serif;
- position:absolute;
- right: -1px;
- text-shadow:none;
- width:225px;
- }
- div#useronlinepanel a.minimize{
- width:194px;
- }
- .selected{
- background: none repeat scroll 0 0 #FFFFFF;
- border-color: #444444;
- border-style: solid;
- border-width: 0 1px 1px;
- color: #000000;
- height: 25px;
- line-height:23px;
- margin: -1px; 0 0;
- text-shadow: 0 1px 0 #EAEAEA;
- width: 160px;
- }
- .header {
- -moz-box-shadow:0 1px 2px #CCCCCC;
- background: none repeat scroll 0 0 #F0EFED;
- border-bottom:1px solid #999999;
- color:#333333;
- display:block;
- font-weight:700;
- height:12px;
- padding:5px;
- position:relative;
- text-shadow:0 1px 0 #FFFFFF;
- width:215px;
- }
- .users-group{
- list-style-type:none;
- border-top:1px solid #AAAAAA;
- cursor: default;
- display:block;
- font-weight:700;
- padding:0;
- margin:0;
- width:190px;
- }
- #users-list{
- list-style-type:none;
- padding:2px;
- }
- #name-group > ul{
- list-style-type:none;
- padding: 10px;
- }
- .userstrong{
- color:#00CC00;
- font-size:28px;
- line-height:19px;
- margin: 0 5px;
- position: relative;
- top:6px;
- }
- .title-name-group{
- padding-left:5%;
- padding-bottom:2%;
- padding-top:2%;
- border-bottom:1px solid #000000;
- }
- .chatting-content{
- }
- .msgbox {
- background:none repeat scroll 0 0 #FFFFFF;
- border-bottom:1px solid #DDDDDD;
- display:block;
- height:235px;
- list-style-type:none;
- margin:0;
- overflow-y:auto;
- padding:0;
- }
- .msg-input{
- border-color:#AAAAAA;
- border-style:solid;
- border-width:1px 0 0;
- font:12px/14px Helvetica Neue,Helvetica,Arial,Calibri,Tahoma,Verdana,sans-serif;
- height:16px;
- margin:0;
- overflow:hidden;
- padding:3px;
- width:219px;
- }
- .minimize{
- background:url("images/closemin.png") no-repeat scroll 100% -10px transparent;
- height:0;
- left:0;
- overflow:hidden;
- padding-top:23px;
- position:absolute;
- top:0;
- width:207px;
- }
- .close{
- background:url("images/closemin.png") no-repeat scroll 0 0 transparent;
- height:0;
- overflow:hidden;
- padding-top:10px;
- right:5px;
- top:6px;
- width:10px;
- }
- .header a{
- color:#333333;
- line-height:2em;
- position:absolute;
- text-decoration:none;
- text-shadow:none;
- }
- #chatuser-kostas{
- display:none;
- }
Advertisement
Add Comment
Please, Sign In to add comment