home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2011 October / maximum-cd-2011-10.iso / DiscContents / digsby_setup.exe / lib / plugins / twitter / res / Smooth Operator.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2009-07-08  |  5.4 KB  |  287 lines

  1. body {
  2.     background: white url(images/background.png) center top repeat-x fixed;
  3.     font-weight: normal;
  4.     margin: 0 0 10px 0;
  5. }
  6.  
  7. .incoming { color: #a6002c; }
  8. .context .incoming { color:#A65369; }
  9.  
  10. .outgoing { color: #001190; }
  11. .context .outgoing { color: #47508F; }
  12.  
  13. .container {
  14.     position: relative;
  15. }
  16.  
  17. .context {
  18. }
  19. .context .top_left{
  20.     background: url("images/context_top_left.png") top left no-repeat;
  21. }
  22.  
  23. .context .top_center{
  24.     background: url("images/context_top_center.png") top left repeat-x;
  25. }
  26.  
  27. .context .top_right{
  28.     background: url("images/context_top_right.png") top right no-repeat;
  29. }
  30.  
  31. .context .middle_left{
  32.     background: url("images/context_middle_left.png") top left repeat-y;
  33. }
  34.  
  35. .context .middle_right{
  36.     background: url("images/context_middle_right.png") top right repeat-y;
  37. }
  38.  
  39. .context .bottom_left{
  40.     background: url("images/context_bottom_left.png") bottom left no-repeat;
  41.  
  42. }
  43.  
  44. .context .bottom_center{
  45.     background: url("images/context_bottom_center.png") bottom left repeat-x;
  46.  
  47. }
  48.  
  49. .context .bottom_right{
  50.     background: url("images/context_bottom_right.png") bottom right no-repeat;
  51. }
  52.  
  53. .context .middle_center{
  54.     background: url("images/context_middle_center.png") top left repeat;
  55. }
  56. .top_left{
  57.     position: absolute;
  58.     left: 0px;
  59.     top: 0px;
  60.     width: 16px;
  61.     height: 16px;
  62.     
  63.     background: url("images/top_left.png") top left no-repeat;
  64. }
  65.  
  66. .top_center{
  67.     position: absolute;
  68.     left: 16px;
  69.     top: 0px;
  70.     right: 16px;
  71.     height: 16px;
  72.     
  73.     background: url("images/top_center.png") top left repeat-x;
  74. }
  75.  
  76. .top_right{
  77.     position: absolute;
  78.     right: 0px;
  79.     top: 0px;
  80.     width: 16px;
  81.     height: 16px;
  82.     
  83.     background: url("images/top_right.png") top right no-repeat;
  84. }
  85.  
  86. .middle_left{
  87.     position: absolute;
  88.     left: 0px;
  89.     top: 16px;
  90.     width: 41px;
  91.     bottom: 35px;
  92.     
  93.     background: url("images/middle_left.png") top left repeat-y;
  94. }
  95.  
  96. .middle_right{
  97.     position: absolute;
  98.     right: 0px;
  99.     top: 16px;
  100.     width: 41px;
  101.     bottom: 35px;
  102.     
  103.     background: url("images/middle_right.png") top right repeat-y;
  104. }
  105.  
  106. .bottom_left{
  107.     position: absolute;
  108.     left: 0px;
  109.     bottom: 0px;
  110.     width: 41px;
  111.     height: 35px;
  112.     
  113.     background: url("images/bottom_left.png") bottom left no-repeat;
  114.  
  115. }
  116.  
  117. .bottom_center{
  118.     position: absolute;
  119.     left: 41px;
  120.     bottom: 0px;
  121.     right: 41px;
  122.     height: 35px;
  123.     
  124.     background: url("images/bottom_center.png") top left repeat-x;
  125.  
  126. }
  127.  
  128. .bottom_right{
  129.     position: absolute;
  130.     right: 0px;
  131.     bottom: 0px;
  132.     width: 41px;
  133.     height: 35px;
  134.     
  135.     background: url("images/bottom_right.png") bottom right no-repeat;
  136. }
  137.  
  138. .middle_center{
  139.     position: absolute;
  140.     left: 41px;
  141.     top: 16px;
  142.     right: 41px;
  143.     bottom: 35px;
  144.     
  145.     background: url("images/middle_center.png") top left repeat;
  146. }
  147.  
  148. .senderstring{
  149.  
  150.     position: absolute;
  151.     left: 56px;
  152.     right: 40px;
  153.     top: 13px;
  154.     
  155.     z-index: 2;
  156.     
  157.     overflow: hidden;
  158.     white-space: nowrap;
  159.     text-overflow: ellipsis;
  160.     
  161.     font-size: 11px;
  162.     font-weight: bold;
  163.     text-transform: lowercase;
  164.     text-shadow: 1px 1px 3px #ccc;
  165.     
  166.     margin-bottom: 0;
  167. }
  168.  
  169. .sender {
  170.     top: -1px;
  171.     left: 0px;
  172.     right: 38px;
  173.     height: 16px;
  174.     position: absolute;
  175.     padding: 13px 5px 0 56px;
  176.     margin-bottom: 0;
  177. }
  178.  
  179. .context .sender {
  180. }
  181.  
  182. .time_initial {
  183.     position: absolute;
  184.     right: 0;
  185.     top: -1px;
  186.     font-size: 9px;
  187.     font-weight: normal;
  188.     text-transform: uppercase;
  189.     text-shadow: 1px 1px 3px #ccc;
  190.     color: #808080;
  191.     padding: 14px 16px 0 15px;
  192.     margin-bottom: 0;
  193. }
  194.  
  195. .context .time_initial {
  196. }
  197.  
  198. .time_consecutive {
  199.     float: left;
  200.     background: 29px url("images/arrow.png") no-repeat;
  201.     margin-left: -40px;
  202.     margin-top: 5px;
  203.     font-size: 9px;
  204.     text-shadow: 1px 1px 3px #ddd;
  205.     color: #bfbfbf;
  206. }
  207.  
  208.  
  209. .buddyicon {
  210.     position: absolute;
  211.     background: url("images/buddy_background.png");
  212.     top: 11px;
  213.     left: 12px;
  214.     z-index: 4;
  215.     height: 40px;
  216.     width: 40px;
  217. }
  218.  
  219. .buddyicon img {
  220.     position: absolute;
  221.     top: 3px;
  222.     left: 3px;
  223.     z-index: 3;
  224. }
  225.  
  226. .message {
  227.     position: relative;
  228.     top: 15px;
  229.     left: 0px;
  230.     margin-right: 19px;
  231.     text-shadow: 1px 1px 3px #ccc;
  232.     padding: 6px 0 25px 56px;
  233.     color: #404040;
  234. }
  235.  
  236. .context .message {
  237.     color: #666666;
  238. }
  239.  
  240.  p {
  241.     padding: 0;
  242.     margin-bottom: 6px;
  243.     overflow: auto;
  244. }
  245.  
  246. .status_container {
  247.     position: relative;
  248.     background: url("images/status_background.png");
  249.     margin: 0px 30px -1px 32px;
  250.     color: #fff;
  251.     text-shadow: 1px 1px 3px #aaa;
  252.     font-size: 9px;
  253.     font-weight: bold;
  254.     text-transform: lowercase;
  255.     height: 29px;
  256. }
  257.  
  258. .status_message {
  259.     position: relative;
  260.     left: -30px;
  261.     background: url("images/status_left.png") top left no-repeat;
  262.     padding: 7px 8px 7px 15px;
  263. }
  264.  
  265. .status_time {
  266.     position: absolute;
  267.     top: 0px;
  268.     right: -30px;
  269.     padding: 8px 16px 8px 5px;
  270.     text-transform: uppercase;
  271.     font-size: 8px;
  272.     font-weight: normal;
  273.     background: url("images/status_right.png") top right no-repeat;
  274. }
  275.  
  276. IMG {
  277.     vertical-align:middle;
  278.         top:-3px;
  279. }
  280.  
  281. img.scaledToFitImage{ width:auto; }
  282.  
  283. #Chat {
  284.     overflow: hidden;
  285.     margin-bottom: -8px;
  286. }
  287.