/* CSS style sheet to display WML in Opera */
/* Copyright 2000 Opera Software */

wml, template, card, p, br, pre { display: block; font: 20px sans-serif }

wml {
  color: black;
  padding: 1em;
}

template {
  background: #DDD;
  padding: 0.6em 1em;
  margin-bottom: 0.3em;
}

img {
  -replace: attr(src);
  margin 0.3em;
}

timer { display: none }

card:before {
  display: block;
  font-style: italic;
  background: #333;
  color: white;
  content: attr(name) attr(title);
  padding: 0.3em;
  margin-bottom: 0.5em;
}

card { 
  display: block;
  position: deck;
  padding: 1em;
  background: silver;
  background: #EEE;
  text-align: left;
}

card[ontimer] {
  -set-link-source: attr(ontimer);
  -use-link-source: current;
}

card[ontimer]:before {
  content: "Press to move forward";
  text-decoration: blink;
}

do {
  padding: 0.2em;
  margin: 0.3em;
  border: 0.15em black outset;
  white-space: nowrap;
}

do[type=prev]:before {
  content: "Previous";
  font-style: italic;
}

do:before[label] {
  content: attr(label);
  font-style: normal;
}  

do, anchor { 
  -use-link-source: next;
}

a, go { 
  -set-link-source: attr(href);
  -use-link-source: current;
}

a, go, do, anchor {
  color: blue;
}

go { display: inline }

onevent[type="onenterforward"] go:before {
  content: "Please press forward";
  text-decoration: blink;
}

small {
  font-size: smaller;
}

p { padding: 0.3em }

p, p[align="left"] { text-align: left } 
p[align=center] { text-align: center }
p[align="right"] { text-align: right }

strong, b { font-weight: bold }
i, em { font-style: italic }
u { text-decoration: underline }
big { font-size: larger }
pre { white-space: pre }

table { display: table }
tr { display: table-row }
td { display: table-cell }

fieldset { display: block } 
