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 / base.css next >
Encoding:
Cascading Style Sheet File  |  2010-09-28  |  1.8 KB  |  150 lines

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