home *** CD-ROM | disk | FTP | other *** search
/ com!online 2005 May / com_0505_2.iso / browser / ow32dede754j.exe / CSR.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-05-06  |  1.8 KB  |  143 lines

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