home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / ow32enen.exe / IM.CSS < prev    next >
Cascading Style Sheet File  |  2003-01-06  |  1KB  |  66 lines

  1. /* CSS style sheet for Instant Messenger */
  2. /* Copyright 2000-2003 Opera Software */
  3.  
  4. html {
  5.     margin: 0px;
  6.     padding: 5px;
  7. }
  8.  
  9. body {
  10.     margin: 0px;
  11.     padding: 0px;
  12.     background-color: Window;
  13.     color: black;
  14.     font-family: Verdana, Arial, sans-serif;
  15.     font-size: 12px;
  16. }
  17.  
  18. p {
  19.     white-space: -pre-wrap;
  20.     margin: 2px 5px;
  21.     width: 90%;
  22. }
  23.  
  24. .out {
  25.     margin-left: 20px;
  26.     padding-bottom: 5px;
  27. }
  28.  
  29. .in {
  30.     font-weight: bolder;
  31.     margin-left: 20px;
  32.     padding-bottom: 5px;
  33. }
  34.  
  35. .receiver {
  36.     /* display: run-in; */
  37.     margin-left: 0px;
  38.     padding-left: 20px;
  39.     background-image: url("../buttons/standard/windowbar_messaging_normal.png");
  40.     background-repeat: no-repeat;
  41.     color: #009;
  42. }
  43.  
  44. .sender {
  45.     /* display: run-in; */
  46.     margin-left: 0px;
  47.     padding-left: 20px;
  48.     background-image: url("../buttons/standard/windowbar_messaging_normal.png");
  49.     background-repeat: no-repeat;
  50.     color: #900;
  51. }
  52.  
  53. .time {
  54.     font-style: italic;
  55.     background-color: Scrollbar;
  56.     width: 100%;
  57.     padding-left: 4px;
  58.     margin-bottom: 5px;
  59.     margin-left: 0px;
  60. }
  61.  
  62. .status {
  63.     color: gray;
  64.     font-style: italic;
  65. }
  66.