home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 January / maximum-cd-2012-01.iso / DiscContents / digsby_setup.exe / res / MessageStyles / PurePlastics.AdiumMessageStyle / Contents / Resources / Variants / Graphite.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-10-16  |  830 b   |  44 lines

  1. @import "../base.css";
  2.  
  3. body {
  4.     background: #C3CCD7 bottom left repeat fixed;
  5. }
  6.  
  7. .header_blue {
  8.     background: url("../images/header_graphite_background.png") bottom left repeat-x;
  9.     color:#ffffff;
  10. }
  11.  
  12. .header_red {
  13.     background: url("../images/header_graphite_background.png") bottom left repeat-x;
  14.     color:#ffffff;
  15. }
  16.  
  17. .header_context {
  18.     background: url("../images/header_context_background.png") bottom left repeat-x;
  19.     color:#999999;
  20. }
  21.  
  22. .header_blue_edge {
  23.     background: url("../images/header_graphite.png") top right no-repeat;
  24. }
  25.  
  26. .header_red_edge {
  27.     background: url("../images/header_graphite.png") top right no-repeat;
  28. }
  29.  
  30. .header_context_edge {
  31.     background: url("../images/header_context.png") top right no-repeat;
  32. }
  33.  
  34. .message_red a {
  35.     color: #738091;
  36. }
  37.  
  38. .message_blue a {
  39.     color: #738091;
  40. }
  41.  
  42. .message_context a {
  43.     color: #999999;
  44. }