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

  1. @import "base.css";
  2.  
  3. .container, .container_context {
  4.     margin: 0px 0px 0px 48px;
  5. }
  6.  
  7. .buddyicon_div_incoming {
  8.     float:left;
  9. }
  10.  
  11. .buddyicon_div_outgoing {
  12.     float:left;
  13. }
  14.  
  15. .arrow_incoming {
  16.     left:32px;
  17.     
  18.     background: url("images/arrow.png");
  19. }
  20.  
  21. .arrow_outgoing {
  22.     left:32px;
  23.     
  24.     background: url("images/arrow.png");
  25. }
  26.  
  27. .arrow_context_incoming {
  28.     left:32px;
  29.     
  30.     background: url("images/context_arrow.png");
  31. }
  32.  
  33. .arrow_context_outgoing {
  34.     left:32px;
  35.     
  36.     background: url("images/context_arrow.png");
  37. }