home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2009 June / maximum-cd-2009-06.iso / DiscContents / digsby_setup.exe / res / MessageStyles / GoneDark.AdiumMessageStyle / Contents / Resources / main.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-10-06  |  2.5 KB  |  157 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.     background: url(images/backgroundUserImage.png) no-repeat;
  19.     width: 32px;
  20.     height: 32px;
  21.     margin-left: 20px;
  22.     margin-top: 4px;
  23.     padding: 3px;
  24.     float: left;
  25. }
  26.  
  27. #headerChatStarted {
  28.     color: #ccc;
  29.     font: 10px "Trebuchet MS", TrebuchetMS;
  30.     float: left;
  31.     margin-left: 10px;
  32.     margin-top: 6px;
  33. }
  34.  
  35. #headerChatStarted h2 {
  36.     color: #86ce4c;
  37.     font-size: 19px;
  38.     font-weight: bold;
  39.     margin: 0;
  40.     padding: 0;
  41. }
  42.  
  43. #headerSpace {
  44.     height: 50px;
  45. }
  46.  
  47. .userName {
  48.     font: bold 15px "Trebuchet MS", TrebuchetMS;
  49.     margin-left: 20px;
  50.     margin-right: 20px;
  51.     margin-bottom: -3px;
  52.     /*text-shadow: 1px 0px 0px #000*/
  53.     text-shadow: 0px -1px 5px #000;
  54. }
  55.  
  56. .service {
  57.     float: right;
  58.     font-size: 9px;
  59.     margin-right: 20px;
  60.     line-height: 15px;
  61.     color: #fff;
  62.     opacity: .4;
  63.     font-family: "Trebuchet MS", TrebuchetMS;
  64. }
  65.  
  66. .message1 .userName, .message1 .date {
  67.     color: #86ce4c;
  68.  
  69. }
  70.  
  71. .content {
  72.     border-top: 3px solid #86ce4c;
  73.     border-bottom: 1px solid #86ce4c;
  74.     color: #fff;
  75.     font-size: 12px;
  76.     line-height: 1.3em;
  77.     font-family: Tahoma, Arial, sans-serif;
  78.     background: url(images/transGrey.png);
  79.     word-wrap: break-word;
  80. }
  81.  
  82. .message1 a {
  83.     color: #b4fe2b;
  84.     text-decoration: underline;
  85. }
  86.  
  87. .message1 a:hover {
  88.     color: #f2fd0d;
  89. }
  90.  
  91. .gloss {
  92.     background: url(images/gloss.png) no-repeat center 4px;
  93. }
  94.  
  95. .contentText {
  96.     padding-top: 5px;
  97.     padding-bottom: 5px;
  98.     margin-right: 60px;
  99.     margin-left: 20px;
  100.     font-size: 14px;
  101. }
  102.  
  103. .divider {
  104.     background: url(images/divider.png) repeat-x  center;
  105.     height: 2px;
  106. }
  107.  
  108. .shadow {
  109.     background: url(images/messageShadow.png) repeat-x  top;
  110.     height: 9px;
  111. }
  112.  
  113. .date {
  114.     float: right;
  115.     font-size: 10px;
  116.     margin-right: 20px;
  117.     padding-top: 5px;
  118.     text-shadow: #000 2px 2px 0px;
  119. }
  120.  
  121. .message2 .userName, .message2 .date {
  122.     color: #42b6ff;
  123. }
  124.  
  125. .message2 a {
  126.     color: #42b6ff;
  127.     text-decoration: underline;
  128. }
  129.  
  130. .message2 a:hover {
  131.     color: #73ddfe;
  132. }
  133.  
  134. .message2 .content {
  135.     border-top: 3px solid #42b6ff;
  136.     border-bottom: 1px solid #42b6ff;
  137. }
  138.  
  139. .status {
  140.     color: #fff;
  141.     text-align: center;
  142.     margin-bottom: .3em;
  143.     opacity: .7;
  144.     font: bold 10px "Trebuchet MS", TrebuchetMS;
  145. }
  146.  
  147. #Chat {
  148.     overflow: hidden;
  149.     padding-top: 50px;
  150.     padding-bottom: 6px;
  151.     margin-bottom: 0px;
  152. }
  153.  
  154. .context {
  155.     opacity: .6;
  156. }
  157.