home *** CD-ROM | disk | FTP | other *** search
- /* CSS style sheet to display CSR documents in Opera */
- /* Copyright 2000 Opera Software */
-
- rl, r, t {
- display: block;
- }
-
- rl {
- margin: 1em;
- color: black;
- background: white;
- font-family: sans-serif;
- }
-
- rl:before {
- content: '"' attr(q) '": ' attr(t) " documents found, " attr(nf) "-" attr(nt) ":";
- font-weight: bold;
- display: block;
- background: black;
- color: white;
- padding: 0.2em 0.4em;
- }
-
- rl:after {
- content: "... searching faster in the fastest browser";
- text-align: right;
- font-weight: bold;
- display: block;
- background: red;
- color: white;
- padding: 0.2em 0.4em;
- }
-
- r {
- margin: 0.3em 0;
- }
-
- t {
- font-size: smaller;
- }
-
- r[href] {
- -link-set: attr(href);
- }
-
- h {
- font-size: smaller;
- font-weight: bold;
- -link-use: current;
- color: blue;
- }
-