home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 January / maximum-cd-2012-01.iso / DiscContents / digsby_setup.exe / res / MessageStyles / Fiat.AdiumMessageStyle / Contents / Resources / styles / common.css next >
Encoding:
Cascading Style Sheet File  |  2008-08-14  |  1.3 KB  |  109 lines

  1. body {
  2.     background: #e8e8e8;
  3.     margin: 0;
  4.     padding: 3px;
  5. }
  6.  
  7. .header {
  8.     position: relative;
  9.     margin: 2px 8px 0;
  10.     height: 26px;
  11. }
  12.  
  13. .header .left {
  14.     position: absolute;
  15.     left: -8px;
  16.     width: 8px;
  17.     height: 26px;
  18. }
  19.  
  20. .header .right {
  21.     position: absolute;
  22.     right: -8px;
  23.     width: 8px;
  24.     height: 26px;
  25. }
  26.  
  27. .header .sender {
  28.     height: 16px;
  29.     font-family: helvetica;
  30.     font-size: 14px;
  31.     font-weight: bold;
  32.     padding: 5px 2px;
  33.     overflow: hidden;
  34.     white-space: nowrap;
  35.     text-overflow: ellipsis;
  36. }
  37.  
  38. .header img {
  39.     float: right;
  40.     padding: 5px 2px;
  41. }
  42.  
  43. .messages {
  44.     padding-left: 8px;
  45. }
  46.  
  47. .messages > div {
  48.     padding-right: 8px;
  49. }
  50.  
  51. .messages > div > div {
  52.     padding: 1px 1px 0;
  53. }
  54.  
  55. .time {
  56.     float: left;
  57.     margin: 0 5px 0 0;
  58.     padding: 0;
  59.     overflow: hidden;
  60. }
  61.  
  62. .message {
  63.     margin: 0;
  64.     padding: 0;
  65.     overflow: hidden;
  66. }
  67.  
  68. .messages .sep {
  69.     margin: 3px 0 1px;
  70.     height: 1px;
  71. }
  72.  
  73. .bottom {
  74.     position: relative;
  75.     margin: 0 8px;
  76.     height: 8px;
  77. }
  78.  
  79. .bottom .left {
  80.     position: absolute;
  81.     left: -8px;
  82.     width: 8px;
  83.     height: 8px;
  84. }
  85.  
  86. .bottom .right {
  87.     position: absolute;
  88.     right: -8px;
  89.     width: 8px;
  90.     height: 8px;
  91. }
  92.  
  93. .status {
  94.     margin: 0 8px 2px;
  95.     padding: 0;
  96. }
  97.  
  98. .context .header .overlay {
  99.     float: right;
  100.     width: 16px;
  101.     height: 16px;
  102.     margin: 5px -18px;
  103. }
  104.  
  105. .context + .incoming, .context + .outgoing {
  106.     margin-top: 4px;
  107.     padding-top: 2px;
  108. }
  109.