home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2009 June / maximum-cd-2009-06.iso / DiscContents / digsby_setup.exe / res / MessageStyles / Candybars.AdiumMessageStyle / Contents / Resources / base.css next >
Encoding:
Cascading Style Sheet File  |  2008-11-17  |  1.8 KB  |  156 lines

  1.     body
  2.     {
  3.         color: rgb(0, 0, 0);
  4.         background: #fff;
  5.         
  6.         margin: 0;
  7.  
  8.         line-height: 1.4em;
  9.     }
  10.     
  11.     #Chat
  12.     {
  13.         margin: 0;
  14.         padding: 0;
  15.     }
  16.     
  17.     p
  18.     {
  19.         margin: 0;
  20.     }
  21.     
  22.     span
  23.     {
  24.         display: block;
  25.     }
  26.     
  27.     img
  28.     {
  29.         vertical-align: middle;
  30.     }
  31.     
  32.     .incoming_row, .outgoing_row, .incoming_row_context, .outgoing_row_context, .status_row
  33.     {
  34.         font-family: Lucida Grande;
  35.         font-size: 11px;
  36.         line-height: 16px;
  37.         font-weight: bold;
  38.     }
  39.     
  40.     .incoming_row, .outgoing_row, .incoming_row_context, .outgoing_row_context
  41.     {
  42.         height: 16px;
  43.         padding: 3px 10px;
  44.         
  45.         overflow: hidden;
  46.  
  47.         background-image: url("images/row_background_noshadow.png");
  48.         background-position: repeat-x top;
  49.     }
  50.     
  51.     .status_row
  52.     {
  53.         text-align: center;
  54.         font-weight: normal;
  55.         
  56.         margin-bottom: 2px;
  57.  
  58.         padding: 3px 10px;
  59.         
  60.         overflow: hidden;
  61.     }
  62.  
  63.     .message_incoming, .message_outgoing, .message_incoming_context, .message_outgoing_context
  64.     {
  65.         background: url("images/row_shadow.png") repeat-x top left;
  66.  
  67.         padding: 4px 10px 10px 10px;
  68.         
  69.         overflow: auto;
  70.     }
  71.  
  72.     .message_incoming_context, .message_outgoing_context
  73.     {
  74.         color: rgb(0, 0, 0);
  75.     }
  76.     
  77.     .next_message
  78.     {
  79.         padding: 6px 0 0 0;
  80.     }
  81.             
  82.     .timestamp
  83.     {
  84.         float:right;
  85.         font-weight: normal;
  86.     }
  87.     
  88.     .next_message .timestamp
  89.     {
  90.         color: rgb(128, 128, 128);
  91.         font-size: 60%;
  92.     }
  93.     
  94.     .header
  95.     {
  96.         background: url("images/row_header.png") repeat-x;
  97.  
  98.         position: fixed;
  99.         top: 0;
  100.         left: 0;
  101.         right: 0;
  102.         
  103.         z-index:2;
  104.         
  105.         height: 25px;
  106.     }
  107.     
  108.     .header_icon
  109.     {
  110.         position: absolute;
  111.         top: 3px;
  112.         left: 7px;
  113.         
  114.         width: 18px;
  115.         height: 18px;
  116.  
  117.         float: left;
  118.  
  119.         background: #eee;
  120.     }
  121.     
  122.     .header_text
  123.     {
  124.         padding: 4px 10px 0 30px;
  125.         
  126.         font-family: Lucida Grande;
  127.         font-size: 11px;
  128.         line-height:16px;
  129.     }
  130.     
  131.     .iconwindow
  132.     {
  133.         position:fixed;
  134.         top: 22px;
  135.         left:6px;
  136.  
  137.         z-index: 2;
  138.         background: #fff;
  139.         
  140.         padding: 4px;
  141.     }
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.