Guest User

Untitled

a guest
May 2nd, 2010
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.05 KB | None | 0 0
  1. #chat-bar {
  2.     border-color:#CFCECA;
  3.     border-style: solid;
  4.     border-width: 1px 1px 0;
  5.     bottom:0;
  6.     color:#222222;
  7.     display:block;
  8.     font:12px/25px Helvetica Neue,Helvetica,Arial,Calibri,Tahoma,Verdana,sans-serif;
  9.     height: 25px;
  10.     left:50%;
  11.     list-style-type:none;
  12.     margin: 0 0 0 -47.5%;
  13.     padding:0;
  14.     position:fixed;
  15.     width:95%;
  16.     background-color:#DCDCDC;
  17. }
  18.  
  19. ul#chat-bar > li{
  20.     border-left: 1px solid #CECECE;
  21.     cursor: pointer;
  22.     float:right;
  23.     padding: 0 10px;
  24.     position: relative;
  25.     text-shadow: 0 1px 0 #FFFFFF;
  26.     width: 161px;
  27. }
  28.  
  29. #users-online-panel{
  30.     background : none repeat scroll 0 0 #FFFFFF;
  31.     right: auto;
  32.     width:200px;
  33.     z-index:100;
  34.     margin:0 0 0 -11px;
  35.     padding: 0 0 0.5% 0;
  36.     display:none;
  37. }
  38.  
  39. .chatbox{
  40.     border: 1px solid #CECECE;
  41.     bottom: 25px;
  42.     color:#000000;
  43.     cursor: default;
  44.     font:12px/14px Helvetica Neue,Helvetica,Arial,Calibri,Tahoma,Verdana,sans-serif;
  45.     position:absolute;
  46.     right: -1px;
  47.     text-shadow:none;
  48.     width:225px;
  49. }
  50.  
  51. div#useronlinepanel a.minimize{
  52.     width:194px;
  53. }
  54.  
  55. .selected{
  56.     background: none repeat scroll 0 0 #FFFFFF;
  57.     border-color: #444444;
  58.     border-style: solid;
  59.     border-width: 0 1px 1px;
  60.     color: #000000;
  61.     height: 25px;
  62.     line-height:23px;
  63.     margin: -1px; 0 0;
  64.     text-shadow: 0 1px 0 #EAEAEA;
  65.     width: 160px;
  66. }
  67.  
  68. .header {
  69.     -moz-box-shadow:0 1px 2px #CCCCCC;
  70.     background: none repeat scroll 0 0 #F0EFED;
  71.     border-bottom:1px solid #999999;
  72.     color:#333333;
  73.     display:block;
  74.     font-weight:700;
  75.     height:12px;
  76.     padding:5px;
  77.     position:relative;
  78.     text-shadow:0 1px 0 #FFFFFF;
  79.     width:215px;
  80. }
  81.  
  82. .users-group{
  83.     list-style-type:none;
  84.     border-top:1px solid #AAAAAA;
  85.     cursor: default;
  86.     display:block;
  87.     font-weight:700;
  88.     padding:0;
  89.     margin:0;
  90.     width:190px;
  91. }
  92.  
  93. #users-list{
  94.     list-style-type:none;
  95.     padding:2px;
  96. }
  97.  
  98. #name-group > ul{
  99.     list-style-type:none;
  100.     padding: 10px;
  101. }
  102.  
  103. .userstrong{
  104.     color:#00CC00;
  105.     font-size:28px;
  106.     line-height:19px;
  107.     margin: 0 5px;
  108.     position: relative;
  109.     top:6px;
  110. }
  111.  
  112. .title-name-group{
  113.     padding-left:5%;
  114.     padding-bottom:2%;
  115.     padding-top:2%;
  116.     border-bottom:1px solid #000000;
  117. }
  118.  
  119. .chatting-content{
  120.  
  121. }
  122.  
  123. .msgbox {
  124.     background:none repeat scroll 0 0 #FFFFFF;
  125.     border-bottom:1px solid #DDDDDD;
  126.     display:block;
  127.     height:235px;
  128.     list-style-type:none;
  129.     margin:0;
  130.     overflow-y:auto;
  131.     padding:0;
  132. }
  133.  
  134. .msg-input{
  135.     border-color:#AAAAAA;
  136.     border-style:solid;
  137.     border-width:1px 0 0;
  138.     font:12px/14px Helvetica Neue,Helvetica,Arial,Calibri,Tahoma,Verdana,sans-serif;
  139.     height:16px;
  140.     margin:0;
  141.     overflow:hidden;
  142.     padding:3px;
  143.     width:219px;
  144. }
  145.  
  146. .minimize{
  147.     background:url("images/closemin.png") no-repeat scroll 100% -10px transparent;
  148.     height:0;
  149.     left:0;
  150.     overflow:hidden;
  151.     padding-top:23px;
  152.     position:absolute;
  153.     top:0;
  154.     width:207px;
  155. }
  156.  
  157. .close{
  158.     background:url("images/closemin.png") no-repeat scroll 0 0 transparent;
  159.     height:0;
  160.     overflow:hidden;
  161.     padding-top:10px;
  162.     right:5px;
  163.     top:6px;
  164.     width:10px;
  165. }
  166.  
  167. .header a{
  168.     color:#333333;
  169.     line-height:2em;
  170.     position:absolute;
  171.     text-decoration:none;
  172.     text-shadow:none;
  173. }
  174.  
  175. #chatuser-kostas{
  176.     display:none;
  177. }
Advertisement
Add Comment
Please, Sign In to add comment