home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 January / maximum-cd-2012-01.iso / DiscContents / digsby_setup.exe / res / MessageStyles / Fiat.AdiumMessageStyle / Contents / Resources / styles / context-gray.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-12-01  |  1.3 KB  |  27 lines

  1. .context a {
  2.     color: #606060;
  3. }
  4. .context a:hover {
  5.     text-shadow: #c0c0c0 0 1px 1px;
  6. }
  7. .context .header {
  8.     background: url(../images/gray/m-header-center.png) repeat-x;
  9. }
  10. .context .header .left {
  11.     background: url(../images/gray/m-header-left.png);
  12. }
  13. .context .header .right {
  14.     background: url(../images/gray/m-header-right.png);
  15. }
  16. .context .header .sender {
  17.     color: #606060;
  18.     text-shadow: #a0a0a0 0 2px 2px;
  19. }
  20. .context .header .overlay {
  21.     background-image: url(../images/gray/m-icon-overlay.png);
  22. }
  23. .context .messages {
  24.     background: url(../images/gray/m-left.png) left repeat-y;
  25. }
  26. .context .messages > div {
  27.     background: url(../images/gray/m-right.png) right repeat-y;
  28. }
  29. .context .messages > div > div {
  30.     background: #f8f8f8;
  31. }
  32. .context .messages .time {
  33.     color: #404040;
  34.     /*text-shadow: #c0c0c0 0 1px 1px;*/
  35. }
  36. .context .messages .message {
  37.     color: #404040;
  38. }
  39. .context .messages .sep {
  40.     background: #d0d0d0;
  41.     border-bottom: 1px solid #ebebeb;
  42. }
  43. .context .bottom {
  44.     background: url(../images/gray/m-bottom-center.png) repeat-x;
  45. }
  46. .context .bottom .left {
  47.     background: url(../images/gray/m-bottom-left.png);
  48. }
  49. .context .bottom .right {
  50.     background: url(../images/gray/m-bottom-right.png);
  51. }
  52. .context + .incoming, .context + .outgoing {
  53.     border-top: 2px solid rgb(64,64,64);
  54. }
  55.