home *** CD-ROM | disk | FTP | other *** search
-
- /* CSS2 style sheet to display WML in Opera4 */
- /* Copyright 2000 Opera Software */
-
-
- wml, template, card, p, br { display: block }
-
-
- wml {
- font: 18px/1.5 sans-serif;
- color: black;
- padding: 1em;
- }
-
-
-
- p { padding: 0.3em }
- small { font-size: smaller }
- i { font-style: italic }
- b { font-weight: bold }
-
-
-
- template {
- background: #CC9;
- padding: 0.6em 1em;
- margin-bottom: 0.3em;
- }
-
-
-
- img {
- -replace: attr(src);
- margin 0.3em;
- }
-
-
-
- timer { display: none }
-
-
-
- p[align=center] {
- text-align: center;
- }
-
-
-
- card:before {
- display: block;
- font-style: italic;
- background: #050;
- color: white;
- content: attr(name) attr(title);
- padding: 0.3em;
- margin-bottom: 0.5em;
- }
-
-
-
- card {
- display: block;
- position: deck;
- padding: 1em;
- background: #DDA;
- text-align: left;
- }
-
-
-
- card[ontimer] {
- -link-set: attr(ontimer);
- -link-use: current;
- }
-
-
-
- card[ontimer]:before {
- content: "Press to move forward";
- text-decoration: blink;
- }
-
-
-
- onevent[type="ontimer"] {
- -link-use: next;
- }
-
-
- onevent[type="ontimer"] go {
- -link-set: attr(href);
- }
-
-
- onevent[type="ontimer"] go:before {
- content: "Press to move forward";
- text-decoration: blink;
- }
-
-
-
-
- onevent[type="onenterforward"] {
- -link-use: next;
- }
-
-
- onevent[type="onenterforward"] go {
- -link-set: attr(href);
- }
-
-
- onevent[type="onenterforward"] go:before {
- content: "Press to move forward";
- text-decoration: blink;
- }
-
-
-
-
- do {
- padding: 0.16em;
- margin: 0.2em;
- border: 0.11em black outset;
- white-space: nowrap;
- background: yellow;
- }
-
-
-
-
- do[type=prev] {
- display: none;
- }
-
-
-
- prev {
- display: none
- }
-
-
-
- do:before[label] {
- content: attr(label);
- font-style: normal;
- }
-
-
-
- do, anchor {
- -link-use: next;
- }
-
-
-
- go, a {
- -link-set: attr(href);
- -link-use: current;
- }
-
-
-
- go, do, anchor, a {
- color: blue;
- }
-