home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 January / maximum-cd-2012-01.iso / DiscContents / digsby_setup.exe / res / MessageStyles / MiniBubble2.AdiumMessageStyle / Contents / Resources / main.css next >
Encoding:
Cascading Style Sheet File  |  2007-11-28  |  708 b   |  39 lines

  1. @import "style.css";
  2.  
  3.  
  4. .post_incoming, .post_outgoing {
  5.     margin: 0 0 0 36px;
  6. }
  7.  
  8. .toprow_incoming, .toprow_outgoing {
  9.     margin: -2px 0 0 0;
  10. }
  11.  
  12. .toprow_middle_incoming, .toprow_middle_outgoing
  13. {
  14.     left: 10px;
  15.     right: 8px;
  16. }
  17.  
  18. span.buddy_icon_incoming, span.buddy_icon_outgoing
  19. {
  20.     float: left;
  21. }
  22.  
  23. .bottom_right_incoming, .bottom_right_incoming_context, .bottom_right_outgoing, .bottom_right_outgoing_context {
  24.     left: 2px;
  25.     right: 11px;
  26. }
  27.  
  28.  
  29. .arrow_incoming, .arrow_outgoing, .arrow_incoming_context, .arrow_outgoing_context {
  30.     left:30px;
  31. }
  32.  
  33. .arrow_incoming, .arrow_outgoing {
  34.     background: url("images/arrow.png");
  35. }
  36.  
  37. .arrow_incoming_context, .arrow_outgoing_context {
  38.     background: url("images/arrow_context.png");
  39. }