home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 July & August / PCWorld_2005-07-08_cd.bin / komunikace / opera / ow32enen801.exe / IM.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2005-02-28  |  4.5 KB  |  317 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: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.     white-space: nowrap;
  40. }
  41.  
  42. div.highlight {
  43.     display: table-cell;
  44.     border: 1px dotted #552;
  45.     padding: 1px;
  46.     background-color: #ffffe1;
  47. }
  48.  
  49. span.highlight {
  50.     border: 1px dotted #552;
  51.     padding: 1px;
  52.     background-color: #ffffe1;
  53. }
  54.  
  55. .self {
  56.     color: #009;
  57.     background-color: rgb(247,247,247);
  58.     text-align: right;
  59.     white-space: nowrap;
  60. }
  61.  
  62. .self-message {
  63.     font-weight: bolder;
  64. }
  65.  
  66. .sender {
  67.     color: #900;
  68.     background-color: rgb(247,247,247);
  69.     text-align: right;
  70. }
  71.  
  72. .sender-message {
  73. }
  74.  
  75. .join {
  76.     color: #090;
  77.     background-color: rgb(247,247,247);
  78.     text-align: right;
  79. }
  80.  
  81. .join-message {
  82.     color: #090;
  83. }
  84.  
  85. .leave {
  86.     color: #090;
  87.     background-color: rgb(247,247,247);
  88.     text-align: right;
  89. }
  90.  
  91. .leave-message {
  92.     color: #090;
  93. }
  94.  
  95. .nick {
  96.     color: #090;
  97.     background-color: rgb(247,247,247);
  98.     text-align: right;
  99. }
  100.  
  101. .nick-message {
  102.     color: #090;
  103. }
  104.  
  105. .operator {
  106.     color: #090;
  107.     background-color: rgb(247,247,247);
  108.     text-align: right;
  109. }
  110.  
  111. .operator-message {
  112.     color: #090;
  113. }
  114.  
  115. .voiced {
  116.     color: #090;
  117.     background-color: rgb(247,247,247);
  118.     text-align: right;
  119. }
  120.  
  121. .voiced-message {
  122.     color: #090;
  123. }
  124.  
  125. .disconnect {
  126.     color: #090;
  127.     background-color: rgb(247,247,247);
  128.     text-align: right;
  129. }
  130.  
  131. .disconnect-message {
  132.     color: #090;
  133. }
  134.  
  135. .self-action {
  136.     background-color: rgb(247,247,247);
  137.     text-align: right;
  138. }
  139.  
  140. .self-action-message {
  141.     color: #909;
  142. }
  143.  
  144. .action {
  145.     background-color: rgb(247,247,247);
  146.     text-align: right;
  147. }
  148.  
  149. .action-message {
  150.     color: #909;
  151. }
  152.  
  153. .whois {
  154.     width:    6em;
  155.     color: gray;
  156.     background-color: rgb(247,247,247);
  157.     text-align: right;
  158. }
  159.  
  160. .whois-message {
  161.     color: gray;
  162. }
  163.  
  164. .status {
  165.     width:    6em;
  166.     color: gray;
  167.     background-color: rgb(247,247,247);
  168.     text-align: right;
  169. }
  170.  
  171. .status-message {
  172.     color: gray;
  173. }
  174.  
  175. .topic {
  176.     width:    6em;
  177.     color: gray;
  178.     background-color: rgb(247,247,247);
  179.     text-align: right;
  180. }
  181.  
  182. .topic-message {
  183.     color: gray;
  184. }
  185.  
  186. .moderated {
  187.     width:    6em;
  188.     color: gray;
  189.     background-color: rgb(247,247,247);
  190.     text-align: right;
  191. }
  192.  
  193. .moderated-message {
  194.     color: gray;
  195. }
  196.  
  197. .limit {
  198.     width:    6em;
  199.     color: gray;
  200.     background-color: rgb(247,247,247);
  201.     text-align: right;
  202. }
  203.  
  204. .limit-message {
  205.     color: gray;
  206. }
  207.  
  208. .topic-protection {
  209.     width:    6em;
  210.     color: gray;
  211.     background-color: rgb(247,247,247);
  212.     text-align: right;
  213. }
  214.  
  215. .topic-protection-message {
  216.     color: gray;
  217. }
  218.  
  219. .password {
  220.     width:    6em;
  221.     color: gray;
  222.     background-color: rgb(247,247,247);
  223.     text-align: right;
  224. }
  225.  
  226. .password-message {
  227.     color: gray;
  228. }
  229.  
  230. .secret {
  231.     width:    6em;
  232.     color: gray;
  233.     background-color: rgb(247,247,247);
  234.     text-align: right;
  235. }
  236.  
  237. .secret-message {
  238.     color: gray;
  239. }
  240.  
  241. .unknown-mode {
  242.     width:    6em;
  243.     color: gray;
  244.     background-color: rgb(247,247,247);
  245.     text-align: right;    
  246. }
  247.  
  248. .unknown-mode-message {
  249.     color: gray;
  250. }
  251.  
  252. .smiley-happy {
  253.     width: -o-skin;
  254.     height: -o-skin;
  255.     background-image: -o-skin("Smiley Happy");
  256. }
  257.  
  258. .smiley-unhappy {
  259.     width: -o-skin;
  260.     height: -o-skin;
  261.     background-image: -o-skin("Smiley Unhappy");
  262. }
  263.  
  264. .smiley-wink {
  265.     width: -o-skin;
  266.     height: -o-skin;
  267.     background-image: -o-skin("Smiley Wink");
  268. }
  269.  
  270. .smiley-surprised {
  271.     width: -o-skin;
  272.     height: -o-skin;
  273.     background-image: -o-skin("Smiley Surprised");
  274. }
  275.  
  276. .smiley-grin {
  277.     width: -o-skin;
  278.     height: -o-skin;
  279.     background-image: -o-skin("Smiley Grin");
  280. }
  281.  
  282. .smiley-cool {
  283.     width: -o-skin;
  284.     height: -o-skin;
  285.     background-image: -o-skin("Smiley Cool");
  286. }
  287.  
  288. .smiley-indifferent {
  289.     width: -o-skin;
  290.     height: -o-skin;
  291.     background-image: -o-skin("Smiley Indifferent");
  292. }
  293.  
  294. .smiley-cry {
  295.     width: -o-skin;
  296.     height: -o-skin;
  297.     background-image: -o-skin("Smiley Cry");
  298. }
  299.  
  300. .smiley-angry {
  301.     width: -o-skin;
  302.     height: -o-skin;
  303.     background-image: -o-skin("Smiley Angry");
  304. }
  305.  
  306. .smiley-tongue {
  307.     width: -o-skin;
  308.     height: -o-skin;
  309.     background-image: -o-skin("Smiley Tongue");
  310. }
  311.  
  312. .smiley-pacman {
  313.     width: -o-skin;
  314.     height: -o-skin;
  315.     background-image: -o-skin("Smiley Pacman");
  316. }
  317.