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

  1. body {
  2.     margin: 0;
  3. }
  4.  
  5. p {
  6.     margin: 0;
  7.     padding: 0;
  8.  
  9.     overflow: auto;
  10. }
  11.  
  12. .next {
  13.     margin-top: 3px;
  14.     padding-top: 3px;
  15.     border-top: 1px solid #EBEBEB;
  16.  
  17. }
  18.  
  19. .next_text {
  20.     margin-right: 2px;
  21.     overflow:auto;
  22. }
  23.  
  24. .next_timestamp {
  25.     float: right;
  26.  
  27.     color: rgb(0, 0, 0);
  28.  
  29.     font-family: "Lucida Grande";
  30.     font-size: 9px;
  31.     font-weight: bold;
  32.  
  33.     margin: 0 2px 0 4px;
  34. }
  35.  
  36. .status {
  37.     color: #555;
  38. }
  39.  
  40. .container_post {
  41.     margin: 16px 2px 10px 6px;
  42.  
  43.     position: relative;
  44.     clear: both;
  45. }
  46.  
  47. .container_left {
  48.     margin: 0;
  49.     padding: 6px 0px 0px 8px;
  50.     float: left;
  51.  
  52.     background: url("images/shadow_buddyicon.png") top left no-repeat;
  53.     height: 48px;
  54.     width: 43px;
  55.  
  56.     z-index: 3;
  57. }
  58.  
  59. .status_left {
  60.     color: #999999;
  61.  
  62.     margin: 0;
  63.     padding: 7px 0px 0px 10px;
  64.     float: left;
  65.  
  66.     font-family: "Lucida Grande";
  67.     font-size: 9px;
  68.     font-weight: bold;
  69.  
  70.     background: url("images/status.png") top left no-repeat;
  71.     height: 24px;
  72.     width: 38px;
  73.  
  74.     z-index: 3;
  75.  
  76.     position: relative;
  77. }
  78.  
  79. .buddyicon {
  80.     height: 32px;
  81.     width: 32px;
  82.     border: 0px;
  83. }
  84.  
  85. .iconchecker[background="Incoming/buddy_icon.png"],
  86. .iconchecker[background="Outgoing/buddy_icon.png"] {
  87.     display: none;
  88. }
  89.  
  90. .container_right {
  91.     margin: 0px 5px 0px 38px;
  92.  
  93.     position: relative;
  94.     top: 2px;
  95. }
  96.  
  97. .container_right[background="Incoming/buddy_icon.png"],
  98. .container_right[background="Outgoing/buddy_icon.png"] {
  99.     margin: 0px 5px 0px 0px;
  100. }
  101.  
  102. .place_holder{
  103.     height: 17px
  104. }
  105.  
  106. .header_blue, .header_red, .header_context {
  107.  
  108.     font-family: "Lucida Grande";
  109.     font-size: 9px;
  110.     font-weight: bold;
  111.     line-height: 17px;
  112.  
  113.     height: 17px;
  114.  
  115.     padding: 0px 10px 0px 8px;
  116.     
  117.     position: absolute;
  118.     left: 5px;
  119.     right: 11px;
  120.  
  121.     
  122.     overflow: hidden;
  123.  
  124. }
  125.  
  126.  
  127. .sender{
  128.  
  129.     position: absolute;
  130.     left: 8px;
  131.     right: 70px;
  132.     
  133.     overflow: hidden;
  134.     white-space: nowrap;
  135.     text-overflow: ellipsis;
  136. }
  137.  
  138.  
  139. .timestamp , .timestamp_context{
  140.     font-family: "Lucida Grande";
  141.     font-size: 9px;
  142.     font-weight: bold;
  143.     
  144.     color: rgb(255, 255, 255);
  145.     
  146.     float: right;
  147.     
  148. }
  149.  
  150. .timestamp_context {
  151.     color: #999999;
  152. }
  153.  
  154. .container_message {
  155.     position: relative;
  156. }
  157.  
  158. .container_bottom {
  159.     position: relative;
  160. }
  161.  
  162. .message_red, .message_blue, .message_context {
  163.     background: #fff url("images/message_background.png") top left repeat-x;
  164.  
  165.     padding: 3px 10px 0px 8px;
  166.  
  167.     margin-left: 5px;
  168.     margin-right: 5px;
  169. }
  170.  
  171. .message_red img, .message_blue img, .message_context img {
  172.     vertical-align: middle;
  173. }
  174.  
  175. .message_red a, .message_blue a, .message_context a {
  176.     text-decoration: none;
  177. }
  178.  
  179. .message_red a:hover, .message_blue a:hover, .message_context a:hover {
  180.     text-decoration: underline;
  181. }
  182.  
  183. .header_blue_edge, .header_red_edge, .header_context_edge {
  184.     width: 11px;
  185.     height: 23px;
  186.     position: absolute;
  187.     right: 0px;
  188.     top: -2px;
  189. }
  190.  
  191.  
  192. .left {
  193.     background: url("images/shadow_left.png") top right repeat-y;
  194.     width: 5px;
  195.     height: 100%;
  196.     position: absolute;
  197.     left: 0px;
  198. }
  199.  
  200. .right {
  201.     background: url("images/shadow_right.png") top right repeat-y;
  202.     width: 5px;
  203.     position: absolute;
  204.     right: 0px;
  205.     top:21px;
  206.     bottom:0px;
  207. }
  208.  
  209. .top {
  210.     background: url("images/shadow_top.png") top right repeat-x;
  211.     height:3px;
  212.     position:absolute;
  213.     top:-3px;
  214.     left:4px;
  215.     right:4px;
  216.  
  217. }
  218.  
  219. .right_status {
  220.     background: url("images/shadow_right.png") top right repeat-y;
  221.     width: 5px;
  222.     position: absolute;
  223.     right: 0px;
  224.     top:0px;
  225.     bottom:0px;
  226. }
  227.  
  228. .bottom_left {
  229.     background: url("images/shadow_bottom_left.png") bottom right no-repeat;
  230.  
  231.     height: 12px;
  232.     width: 5px;
  233.     position: absolute;
  234.     left: 0px;
  235. }
  236.  
  237. .bottom_center {
  238.     background: url("images/shadow_bottom_center.png") bottom left repeat-x;
  239.  
  240.     height: 12px;
  241.     position: absolute;
  242.     right: 13px;
  243.     left: 5px;
  244. }
  245.  
  246. .bottom_right {
  247.     background: url("images/shadow_bottom_right.png") bottom right no-repeat;
  248.  
  249.     height: 12px;
  250.     width: 13px;
  251.     position: absolute;
  252.     right: 0px;
  253. }
  254.  
  255.  
  256. #Chat {
  257.     overflow: hidden;
  258.     margin-bottom: -8px;
  259. }
  260.