home *** CD-ROM | disk | FTP | other *** search
- /* CSS style sheet to display CSR documents in Opera */
- /* Copyright 2000 Opera Software */
-
-
- rl
- {
- display: block;
- font-size: 100%;
- font-family: Georgia, serif;
- background-color: white;
- color: black;
- padding: 0.4em;
- }
-
-
-
- rd:before
- {
- color: white;
- background-color: #7777aa;
- font-family: Garamond, Georgia, serif;
- content: attr(c) ' hits on ½' attr(q) '╗: ' attr(f) '-' attr(t) ':' ;
- display: block;
- }
-
- rt
- {
- border: 0;
- border-spacing: 0;
- font-size: 14px;
-
- margin-bottom: 1em;
- padding-top: 1em;
- display: table;
- table-layout: fixed;
- width: 68em;
- }
-
- r.head
- {
- font-weight: bold;
- background-color: #ddd;
- font-family: Georgia, serif;
- }
-
- r
- {
- margin: 0.3em 0;
- display: table-row;
- padding : 0;
- margin : 0;
- }
-
- t
- {
- font-size: smaller;
- }
-
- l
- {
- color: white;
- background-color: #7777aa;
- font-family: Garamond, Georgia, serif;
- }
-
-
- l[href] {
- -set-link-source: attr(href);
- -use-link-source: current;
- }
-
-
- r[href] {
- -set-link-source: attr(href);
- }
-
-
- d, dir, h, sz, sp, ft
- {
- padding-left: 0.5em;
- padding-right: 0.5em;
- display:table-cell;
- }
-
- r h
- {
- -use-link-source: current;
- color: blue;
- text-decoration: none;
- }
-
- r d, r dir
- {
- text-align: right;
- }
-
- r.head h, r.head sz, r.head sp, r.head ft, r.head qos
- {
- width: 4.5em;
- -use-link-source: current;
- color: blue;
- }
-
- r.head h
- {
- width: auto;
- }
-
- r.head ft
- {
- width: 1.5em;
- }
-
- r.head dir, r.head d
- {
- color: black;
- width: 2em;
- }
-
- d[href], dir[href], h[href], sz[href], sp[href], ft[href] , qos[href]
- {
- -set-link-source: attr(href);
- -use-link-source: current;
- }
-
- r[space="private"] h
- {
- color: red;
- }
-
- sz, sp
- {
- text-align: right;
- }
-
- qos
- {
- width: 20px;
- text-align: center;
- display:table-cell;
- }
-