home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2009 September / maximum-cd-2009-09.iso / DiscContents / digsby_setup.exe / res / MessageStyles / MiniBubble.AdiumMessageStyle / Contents / Resources / base.css next >
Encoding:
Cascading Style Sheet File  |  2007-11-30  |  3.5 KB  |  206 lines

  1. body {
  2.     background: #3A3A3A url("images/background.png") bottom left repeat fixed;
  3.     line-height: 1.3em;
  4.     margin: -5px 8px 15px 8px;
  5. }
  6.  
  7. .message img {
  8.     vertical-align:middle;
  9. }
  10.  
  11. .message_context img {
  12.     vertical-align:middle;
  13. }
  14.  
  15. .post_container {
  16.     margin-top:14px;
  17.     position:relative;
  18. }
  19.  
  20. .container {
  21.     position: relative;
  22.     top:-1px;
  23.     background: url("images/bottom_right.png") bottom right no-repeat;
  24.     margin: 0px 0px 0px 48px;
  25.     padding: 0 0 1px 0;
  26. }
  27.  
  28. .container_context {
  29.     position: relative;
  30.     top:-1px;
  31.     background: url("images/context_bottom_right.png") bottom right no-repeat;
  32.     padding: 0 0 1px 0;
  33. }
  34.  
  35. .container_incoming, .container_outgoing {
  36.     position: relative;
  37.     top:-1px;
  38.     background: url("images/bottom_right.png") bottom right no-repeat;
  39.     padding: 0 0 1px 0;
  40. }
  41.  
  42. .sender {
  43.     top: -6px;
  44.     left: -10px;
  45.     right: 10px;
  46.     position: absolute;
  47.     background: url("images/top_left.png") top left no-repeat;
  48.  
  49.     padding: 6px 0 0 56px;
  50.     margin-bottom: 0;
  51. }
  52.  
  53. .sender_context {
  54.     top: -6px;
  55.     left: -10px;
  56.     right: 38px;
  57.     position: absolute;
  58.     background: url("images/context_top_left.png") top left no-repeat;
  59.  
  60.     padding: 6px 0 0 56px;
  61.     margin-bottom: 0;
  62. }
  63.  
  64. .time, .time_context {
  65.     position: absolute;
  66.     right: 3px;
  67.     top: -6px;
  68.  
  69.     text-align:right;
  70.  
  71.     font-size: 9px;
  72.     font-family: "Lucida Grande";
  73.  
  74.     padding: 6px 10px 0 2px;
  75.     margin-bottom: 0;
  76. }
  77.  
  78. .time {
  79.     color: #888888;
  80.     background: url("images/top_right.png") top right no-repeat;
  81. }
  82.  
  83. .time_context {
  84.     color: #333333;
  85.     background: url("images/context_top_right.png") top right no-repeat;
  86.     left: -15px;
  87.  
  88. }
  89.  
  90. .time_next, .time_next_context {
  91.     float:right;
  92.  
  93.     font-size: 9px;
  94.     font-family: "Lucida Grande";
  95.  
  96.     padding: 0 0 0 0;
  97.     margin-right: -1px;
  98.     margin-bottom: 0;
  99. }
  100.  
  101. .time_next {
  102.     color: #888888;
  103. }
  104.  
  105. .time_next_context {
  106.     color: #333333;
  107. }
  108.  
  109. .message {
  110.     position: relative;
  111.     background: url("images/bottom_left.png") bottom left repeat-y;
  112.     top: -1px;
  113.     left: -12px;
  114.     margin-right: 2px;
  115.     padding: 0px 0 1px 10px;
  116.     color: #333333;
  117. }
  118.  
  119. .message_context {
  120.     position: relative;
  121.     background: url("images/context_bottom_left.png") bottom left repeat-y;
  122.     top: 0px;
  123.     left: -12px;
  124.     margin-right: 2px;
  125.     margin-bottom: 1px;
  126.     padding: 0px 0 1px 10px;
  127.     color: #333333;
  128. }
  129.  
  130. p {
  131.     padding: 0;
  132.     padding-top:0px;
  133.     margin-bottom: 7px;
  134.     margin-right:40px;
  135.     overflow: auto;
  136. }
  137.  
  138. p.next {
  139.     padding: 0;
  140.     padding-top:1px;
  141.     margin-top:-3px;
  142.     margin-bottom: 7px;
  143.     overflow: auto;
  144. }
  145.  
  146. .buddyicon_div {
  147.     position:relative;
  148.     top:-6px;
  149.     left:0px;
  150.  
  151.     float:left;
  152.  
  153.     height:25px;
  154.     width:29px;
  155. }
  156.  
  157. .buddyicon_div_outgoing, .buddyicon_div_incoming {
  158.     position:relative;
  159.     top:-6px;
  160.     left:0px;
  161.  
  162.     height:25px;
  163.     width:29px;
  164. }
  165.  
  166. .buddyicon_img {
  167.     height:24px;
  168.     width:24px;
  169.  
  170.     position:relative;
  171.     top:0px;
  172.     left:2px;
  173. }
  174. .buddyicon_overlay_img {
  175.     height:25px;
  176.     width:29px;
  177.  
  178.     position:absolute;
  179.     z-index:1;
  180. }
  181.  
  182. .arrow_outgoing, .arrow_incoming {
  183.     position:absolute;
  184.     top:6px;
  185.  
  186.     height:6px;
  187.     width:7px;
  188.  
  189.     z-index:2;
  190. }
  191.  
  192. .arrow_context_outgoing, .arrow_context_incoming {
  193.     position:absolute;
  194.     top:6px;
  195.  
  196.     height:6px;
  197.     width:6px;
  198.  
  199.     z-index:2;
  200. }
  201.  
  202. #Chat {
  203.     overflow: hidden;
  204.     margin-bottom: -8px;
  205. }
  206.