home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 January / maximum-cd-2012-01.iso / DiscContents / digsby_setup.exe / res / MessageStyles / GoneDark.AdiumMessageStyle / Contents / Resources / main.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2010-11-23  |  2.7 KB  |  167 lines

  1. body {
  2.     margin: 0;
  3.     padding: 0;
  4.     background: url(images/background.jpg) repeat-y center top #000 fixed;
  5. }
  6.  
  7. #header {
  8.     display: block;
  9.     height: 50px;
  10.     position: fixed;
  11.     top: 0;
  12.     width: 100%;
  13.     background: url(images/backgroundHeader.png) repeat-x  top;
  14.     z-index: 100;
  15. }
  16.  
  17. #headerImage {
  18.     position: absolute;
  19.     background: url(images/backgroundUserImage.png) no-repeat;
  20.     width: 32px;
  21.     height: 32px;
  22.     margin-left: 20px;
  23.     margin-top: 4px;
  24.     padding: 3px;
  25.     left: 0px;
  26.     top: 0px;
  27.     
  28. }
  29.  
  30. #headerChatStarted {
  31.     position: absolute;
  32.     color: #ccc;
  33.     font: 10px "Trebuchet MS", TrebuchetMS;
  34.     margin-left: 10px;
  35.     margin-top: 6px;
  36.     left: 52px;
  37.     top: 0px;
  38.     right: 0px;
  39.     height: 50px;
  40.     overflow: hidden;
  41. }
  42.  
  43. #headerChatStarted h2 {
  44.     color: #86ce4c;
  45.     font-size: 19px;
  46.     font-weight: bold;
  47.     margin: 0;
  48.     padding: 0;
  49.     overflow: hidden;
  50.     white-space: nowrap;
  51.     text-overflow: ellipsis;
  52. }
  53.  
  54. #headerSpace {
  55.     height: 50px;
  56. }
  57.  
  58. .userName {
  59.     font: bold 15px "Trebuchet MS", TrebuchetMS;
  60.     margin-left: 20px;
  61.     margin-right: 20px;
  62.     margin-bottom: -3px;
  63.     /*text-shadow: 1px 0px 0px #000*/
  64.     text-shadow: 0px -1px 5px #000;
  65. }
  66.  
  67. .service {
  68.     float: right;
  69.     font-size: 9px;
  70.     margin-right: 20px;
  71.     line-height: 15px;
  72.     color: #fff;
  73.     opacity: .4;
  74.     font-family: "Trebuchet MS", TrebuchetMS;
  75. }
  76.  
  77. .message1 .userName, .message1 .date {
  78.     color: #86ce4c;
  79.  
  80. }
  81.  
  82. .content {
  83.     border-top: 3px solid #86ce4c;
  84.     border-bottom: 1px solid #86ce4c;
  85.     color: #fff;
  86.     font-size: 12px;
  87.     font-family: Tahoma, Arial, sans-serif;
  88.     background: url(images/transGrey.png);
  89.     word-wrap: break-word;
  90. }
  91.  
  92. .message1 a {
  93.     color: #b4fe2b;
  94.     text-decoration: underline;
  95. }
  96.  
  97. .message1 a:hover {
  98.     color: #f2fd0d;
  99. }
  100.  
  101. .gloss {
  102.     background: url(images/gloss.png) no-repeat center 4px;
  103. }
  104.  
  105. .contentText {
  106.     padding-top: 5px;
  107.     padding-bottom: 5px;
  108.     margin-right: 60px;
  109.     margin-left: 20px;
  110.     font-size: 14px;
  111. }
  112.  
  113. .divider {
  114.     background: url(images/divider.png) repeat-x  center;
  115.     height: 2px;
  116. }
  117.  
  118. .shadow {
  119.     background: url(images/messageShadow.png) repeat-x  top;
  120.     height: 9px;
  121. }
  122.  
  123. .date {
  124.     float: right;
  125.     font-size: 10px;
  126.     margin-right: 20px;
  127.     padding-top: 5px;
  128.     text-shadow: #000 2px 2px 0px;
  129. }
  130.  
  131. .message2 .userName, .message2 .date {
  132.     color: #42b6ff;
  133. }
  134.  
  135. .message2 a {
  136.     color: #42b6ff;
  137.     text-decoration: underline;
  138. }
  139.  
  140. .message2 a:hover {
  141.     color: #73ddfe;
  142. }
  143.  
  144. .message2 .content {
  145.     border-top: 3px solid #42b6ff;
  146.     border-bottom: 1px solid #42b6ff;
  147. }
  148.  
  149. .status {
  150.     color: #fff;
  151.     text-align: center;
  152.     margin-bottom: .3em;
  153.     opacity: .7;
  154.     font: bold 10px "Trebuchet MS", TrebuchetMS;
  155. }
  156.  
  157. #Chat {
  158.     overflow: hidden;
  159.     padding-top: 50px;
  160.     padding-bottom: 6px;
  161.     margin-bottom: 0px;
  162. }
  163.  
  164. .context {
  165.     opacity: .6;
  166. }
  167.