home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Komunikace / opera512 / ow32enen512.exe / CSR.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2000-11-24  |  839 b   |  52 lines

  1. /* CSS style sheet to display CSR documents in Opera */
  2. /* Copyright 2000 Opera Software */
  3.  
  4. rl, r, t {
  5.   display: block;
  6. }
  7.  
  8. rl { 
  9.   margin: 1em;
  10.   color: black;
  11.   background: white;
  12.   font-family: sans-serif;
  13. }
  14.  
  15. rl:before {
  16.   content: '"' attr(q) '": ' attr(t) " documents found, " attr(nf) "-" attr(nt) ":";
  17.   font-weight: bold;
  18.   display: block;
  19.   background: black;
  20.   color: white;
  21.   padding: 0.2em 0.4em;
  22. }
  23.  
  24. rl:after {
  25.   content: "... searching faster in the fastest browser"; 
  26.   text-align: right;
  27.   font-weight: bold;
  28.   display: block;
  29.   background: red;
  30.   color: white;
  31.   padding: 0.2em 0.4em;
  32. }
  33.  
  34. r {
  35.   margin: 0.3em 0;
  36. }
  37.  
  38. t { 
  39.   font-size: smaller;
  40. }
  41.  
  42. r[href] { 
  43.   -link-set: attr(href);
  44. }
  45.  
  46. h {
  47.   font-size: smaller;
  48.   font-weight: bold;  
  49.   -link-use: current;
  50.   color: blue;
  51. }
  52.