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

  1.  
  2.     @import url("base.css");
  3.  
  4.  
  5.     /* Text shadows and text opacity of incoming/outgoing messages: */
  6.     .incoming_row, .outgoing_row
  7.     {
  8.         color:                    rgb(255, 255, 255);
  9.         text-shadow: 0 1px 2px    rgb(  0,   0,   0);
  10.     }
  11.  
  12.  
  13.     /* Background colors of incoming/outgoing messages: */
  14.  
  15.     .incoming_row    {    background-color: #0096FF;    }
  16.     .outgoing_row    {    background-color: #0096FF;    }
  17.  
  18.  
  19.     /* Background colors of incoming/outgoing context messages: */
  20.  
  21.     .incoming_row_context
  22.     {    color: #388FCC;
  23.         background-color: #80CBFF;
  24.     }
  25.  
  26.     .outgoing_row_context
  27.     {    color: #388FCC;
  28.         background-color: #80CBFF;
  29.     }
  30.  
  31.  
  32.     /* Color of links in incoming/outgoing messages */
  33.     .message_incoming a, .message_incoming_context a
  34.     {
  35.         color: #0096FF;
  36.     }
  37.     .message_outgoing a, .message_outgoing_context a
  38.     {
  39.         color: #0096FF;
  40.     }
  41.  
  42.  
  43.     /* Color of incoming/outgoing timestamps */
  44.     .incoming_row .timestamp, .outgoing_row .timestamp
  45.     {
  46.         color: #fff;
  47.     }
  48.  
  49.     /* Status message colors: */
  50.     .status_row
  51.     {    color: #005897;
  52.         background-color: #C9E8FF;
  53.     }
  54.  
  55.     /* Color for status message timestamp */
  56.     .status_row .timestamp    {    color: #58AFEE;        }
  57.