Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 22nd, 2012  |  syntax: CSS  |  size: 0.87 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. body{
  2.         margin: 0 0 0 0;
  3.         padding: 0px;
  4.         color: #363632;
  5.         background: #ebebeb;
  6.         font-family: "Segoe UI",Sans-serif;
  7.         font-size: 11px;
  8.         vertical-align: middle;
  9. }
  10. div{
  11.         word-wrap: break-word;
  12. }
  13.  
  14. a{
  15.         color: #ee7979
  16. }
  17.  
  18. .msg{
  19.         line-height: 24px;
  20.         margin-left: 24px;
  21.         vertical-align: middle;
  22. }
  23.  
  24. .img{
  25.         display: inline-block;
  26. }
  27.  
  28. .ico{
  29.         float: left;
  30.         line-height: 24px;
  31.         margin: 8px 8px;
  32. }
  33.  
  34. .in{
  35.         color: #000000;
  36.         /*background: #f0f0f0;*/
  37.         background-image:url('img/bg1.png')
  38. }
  39.  
  40. .out{  
  41.         color: #696969;
  42.         /*background: #ffffff;*/
  43.         background-image:url('img/bg1.png')
  44. }
  45.  
  46. .status{
  47.         color: #ffffff;
  48.         /*background: #0064A0;*/
  49.         background-image:url('img/bg2.png')
  50. }
  51.  
  52. .file{
  53.         color: #ffffff;
  54.         /*background: #8fbf26;*/
  55.         background-image:url('img/bg3.png')
  56. }
  57.  
  58. .date{
  59.         float: right;
  60.         font-size: 11px;
  61.         padding-right: 10px;
  62.         padding-top: 6px;
  63. }