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

  1. /* CSS style sheet to display CSR documents in Opera */
  2. /* Copyright 2003 Opera Software */
  3.  
  4.  
  5. rl 
  6. {
  7.   display: block;
  8.   font-size: 100%;
  9.   font-family: Georgia, serif;
  10.   background-color: white;
  11.   color: black;
  12.   padding: 0.4em;
  13. }
  14.  
  15.  
  16.  
  17. rd:before 
  18. {
  19.   color: white;
  20.   background-color: #7777aa;
  21.   font-family: Garamond, Georgia, serif;
  22.   content: attr(c) ' hits on ½' attr(q) '╗: ' attr(f) '-' attr(t) ':' ; 
  23.   display: block;
  24. }
  25.  
  26. rt 
  27. {
  28.   border: 0;
  29.   border-spacing: 0;
  30.   font-size: 14px;
  31.  
  32.   margin-bottom: 1em;
  33.   padding-top: 1em;
  34.   display: table;
  35.   table-layout: fixed;
  36.   width: 68em;
  37. }
  38.  
  39. r.head 
  40. {
  41.   font-weight: bold;
  42.   background-color: #ddd;
  43.   font-family: Georgia, serif;
  44. }
  45.  
  46. {
  47.   margin: 0.3em 0;
  48.   display: table-row;
  49.   padding : 0;
  50.   margin : 0;
  51. }
  52.  
  53.   font-size: smaller;
  54. }
  55.  
  56. l
  57. {
  58.   color: white;
  59.   background-color: #7777aa;
  60.   font-family: Garamond, Georgia, serif;
  61. }
  62.  
  63.  
  64. l[href] { 
  65.   -o-link: attr(href);
  66.   -o-link-source: current;
  67. }
  68.  
  69.  
  70. r[href] { 
  71.   -o-link: attr(href);
  72. }
  73.  
  74.  
  75. d, dir, h, sz, sp, ft 
  76. {
  77.   padding-left: 0.5em;
  78.   padding-right: 0.5em;
  79.   display:table-cell;
  80. }
  81.  
  82. r h
  83. {
  84.   -o-link-source: current;
  85.   color: blue;
  86.   text-decoration: none;
  87. }
  88.  
  89. r d, r dir
  90. {
  91.   text-align: right;
  92. }
  93.  
  94. r.head h, r.head sz, r.head sp, r.head ft, r.head qos 
  95. {
  96.   width: 4.5em;
  97.   -o-link-source: current;
  98.   color: blue;
  99. }
  100.  
  101. r.head h
  102. {
  103.   width: auto; 
  104. }
  105.  
  106. r.head ft
  107. {
  108.   width: 1.5em;
  109. }
  110.  
  111. r.head dir, r.head d
  112. {
  113.   color: black;
  114.   width: 2em;
  115. }
  116.  
  117. d[href], dir[href], h[href], sz[href], sp[href], ft[href] , qos[href] 
  118. {
  119.   -o-link: attr(href);
  120.   -o-link-source: current;
  121. }
  122.  
  123. r[space="private"] h
  124. {
  125.   color: red;
  126. }
  127.  
  128. sz, sp 
  129. {
  130.    text-align: right;
  131. }
  132.  
  133. qos
  134. {
  135.   width: 20px;
  136.   text-align: center;
  137.   display:table-cell;
  138. }
  139.