home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip_2004-07_cd1.bin / servis / opera / ow32enen751.exe / IM.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-04-30  |  4.4 KB  |  315 lines

  1. @charset "utf-8";
  2. /* CSS style sheet for Instant Messenger */
  3. /* Copyright 2000-2004 Opera Software */
  4.  
  5. html {
  6.     margin: 0px;
  7.     padding: 0px;
  8. }
  9.  
  10. body {
  11.     margin: 0px;
  12.     padding: 0px;
  13.     background-color: white;
  14.     color: black;
  15.     font-family: Verdana, Arial, sans-serif;
  16.     font-size: 12px;
  17. }
  18.  
  19. table {
  20.     border-collapse: collapse;
  21. }
  22.  
  23. td {
  24.     vertical-align: top;
  25.     padding: 3px 5px;
  26. }
  27.  
  28. td:first-child + td {
  29.     white-space: nowrap;
  30. }
  31.  
  32. td img {
  33.     vertical-align: middle;
  34. }
  35.  
  36. .time {
  37.     color: gray;
  38.     background-color: rgb(247,247,247);
  39. }
  40.  
  41. div.highlight {
  42.     display: table-cell;
  43.     border: 1px dotted #552;
  44.     padding: 1px;
  45.     background-color: #ffffe1;
  46. }
  47.  
  48. span.highlight {
  49.     border: 1px dotted #552;
  50.     padding: 1px;
  51.     background-color: #ffffe1;
  52. }
  53.  
  54. .self {
  55.     color: #009;
  56.     background-color: rgb(247,247,247);
  57.     text-align: right;
  58. }
  59.  
  60. .self-message {
  61.     font-weight: bolder;
  62. }
  63.  
  64. .sender {
  65.     color: #900;
  66.     background-color: rgb(247,247,247);
  67.     text-align: right;
  68. }
  69.  
  70. .sender-message {
  71. }
  72.  
  73. .join {
  74.     color: #090;
  75.     background-color: rgb(247,247,247);
  76.     text-align: right;
  77. }
  78.  
  79. .join-message {
  80.     color: #090;
  81. }
  82.  
  83. .leave {
  84.     color: #090;
  85.     background-color: rgb(247,247,247);
  86.     text-align: right;
  87. }
  88.  
  89. .leave-message {
  90.     color: #090;
  91. }
  92.  
  93. .nick {
  94.     color: #090;
  95.     background-color: rgb(247,247,247);
  96.     text-align: right;
  97. }
  98.  
  99. .nick-message {
  100.     color: #090;
  101. }
  102.  
  103. .operator {
  104.     color: #090;
  105.     background-color: rgb(247,247,247);
  106.     text-align: right;
  107. }
  108.  
  109. .operator-message {
  110.     color: #090;
  111. }
  112.  
  113. .voiced {
  114.     color: #090;
  115.     background-color: rgb(247,247,247);
  116.     text-align: right;
  117. }
  118.  
  119. .voiced-message {
  120.     color: #090;
  121. }
  122.  
  123. .disconnect {
  124.     color: #090;
  125.     background-color: rgb(247,247,247);
  126.     text-align: right;
  127. }
  128.  
  129. .disconnect-message {
  130.     color: #090;
  131. }
  132.  
  133. .self-action {
  134.     background-color: rgb(247,247,247);
  135.     text-align: right;
  136. }
  137.  
  138. .self-action-message {
  139.     color: #909;
  140. }
  141.  
  142. .action {
  143.     background-color: rgb(247,247,247);
  144.     text-align: right;
  145. }
  146.  
  147. .action-message {
  148.     color: #909;
  149. }
  150.  
  151. .whois {
  152.     width:    6em;
  153.     color: gray;
  154.     background-color: rgb(247,247,247);
  155.     text-align: right;
  156. }
  157.  
  158. .whois-message {
  159.     color: gray;
  160. }
  161.  
  162. .status {
  163.     width:    6em;
  164.     color: gray;
  165.     background-color: rgb(247,247,247);
  166.     text-align: right;
  167. }
  168.  
  169. .status-message {
  170.     color: gray;
  171. }
  172.  
  173. .topic {
  174.     width:    6em;
  175.     color: gray;
  176.     background-color: rgb(247,247,247);
  177.     text-align: right;
  178. }
  179.  
  180. .topic-message {
  181.     color: gray;
  182. }
  183.  
  184. .moderated {
  185.     width:    6em;
  186.     color: gray;
  187.     background-color: rgb(247,247,247);
  188.     text-align: right;
  189. }
  190.  
  191. .moderated-message {
  192.     color: gray;
  193. }
  194.  
  195. .limit {
  196.     width:    6em;
  197.     color: gray;
  198.     background-color: rgb(247,247,247);
  199.     text-align: right;
  200. }
  201.  
  202. .limit-message {
  203.     color: gray;
  204. }
  205.  
  206. .topic-protection {
  207.     width:    6em;
  208.     color: gray;
  209.     background-color: rgb(247,247,247);
  210.     text-align: right;
  211. }
  212.  
  213. .topic-protection-message {
  214.     color: gray;
  215. }
  216.  
  217. .password {
  218.     width:    6em;
  219.     color: gray;
  220.     background-color: rgb(247,247,247);
  221.     text-align: right;
  222. }
  223.  
  224. .password-message {
  225.     color: gray;
  226. }
  227.  
  228. .secret {
  229.     width:    6em;
  230.     color: gray;
  231.     background-color: rgb(247,247,247);
  232.     text-align: right;
  233. }
  234.  
  235. .secret-message {
  236.     color: gray;
  237. }
  238.  
  239. .unknown-mode {
  240.     width:    6em;
  241.     color: gray;
  242.     background-color: rgb(247,247,247);
  243.     text-align: right;    
  244. }
  245.  
  246. .unknown-mode-message {
  247.     color: gray;
  248. }
  249.  
  250. .smiley-happy {
  251.     width: -o-skin;
  252.     height: -o-skin;
  253.     background-image: -o-skin("Smiley Happy");
  254. }
  255.  
  256. .smiley-unhappy {
  257.     width: -o-skin;
  258.     height: -o-skin;
  259.     background-image: -o-skin("Smiley Unhappy");
  260. }
  261.  
  262. .smiley-wink {
  263.     width: -o-skin;
  264.     height: -o-skin;
  265.     background-image: -o-skin("Smiley Wink");
  266. }
  267.  
  268. .smiley-surprised {
  269.     width: -o-skin;
  270.     height: -o-skin;
  271.     background-image: -o-skin("Smiley Surprised");
  272. }
  273.  
  274. .smiley-grin {
  275.     width: -o-skin;
  276.     height: -o-skin;
  277.     background-image: -o-skin("Smiley Grin");
  278. }
  279.  
  280. .smiley-cool {
  281.     width: -o-skin;
  282.     height: -o-skin;
  283.     background-image: -o-skin("Smiley Cool");
  284. }
  285.  
  286. .smiley-indifferent {
  287.     width: -o-skin;
  288.     height: -o-skin;
  289.     background-image: -o-skin("Smiley Indifferent");
  290. }
  291.  
  292. .smiley-cry {
  293.     width: -o-skin;
  294.     height: -o-skin;
  295.     background-image: -o-skin("Smiley Cry");
  296. }
  297.  
  298. .smiley-angry {
  299.     width: -o-skin;
  300.     height: -o-skin;
  301.     background-image: -o-skin("Smiley Angry");
  302. }
  303.  
  304. .smiley-tongue {
  305.     width: -o-skin;
  306.     height: -o-skin;
  307.     background-image: -o-skin("Smiley Tongue");
  308. }
  309.  
  310. .smiley-pacman {
  311.     width: -o-skin;
  312.     height: -o-skin;
  313.     background-image: -o-skin("Smiley Pacman");
  314. }
  315.