Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
michael@0 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" |
michael@0 | 2 | "http://www.w3.org/TR/html4/strict.dtd"> |
michael@0 | 3 | <html lang="en-US"> |
michael@0 | 4 | <head> |
michael@0 | 5 | <title></title> |
michael@0 | 6 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
michael@0 | 7 | <meta http-equiv="Content-Style-Type" content="text/css"> |
michael@0 | 8 | <style type="text/css"> |
michael@0 | 9 | |
michael@0 | 10 | body { background: white; } |
michael@0 | 11 | |
michael@0 | 12 | p.serif { font-family: serif; left: 20px; } |
michael@0 | 13 | p.sans { font-family: sans-serif; left: 220px; } |
michael@0 | 14 | |
michael@0 | 15 | p { |
michael@0 | 16 | margin: 0; |
michael@0 | 17 | position: absolute; |
michael@0 | 18 | font-weight: bold; |
michael@0 | 19 | font-size: 50px; |
michael@0 | 20 | } |
michael@0 | 21 | |
michael@0 | 22 | p.under { text-decoration: underline; top: 25px; } |
michael@0 | 23 | p.over { text-decoration: overline; top: 125px; } |
michael@0 | 24 | p.through { text-decoration: line-through; top: 225px; } |
michael@0 | 25 | |
michael@0 | 26 | p.text { text-decoration: none ! important; } |
michael@0 | 27 | p.line span { color: transparent; } |
michael@0 | 28 | |
michael@0 | 29 | p.text { color: blue; } |
michael@0 | 30 | p.line { color: fuchsia; } |
michael@0 | 31 | |
michael@0 | 32 | </style> |
michael@0 | 33 | </head> |
michael@0 | 34 | <body> |
michael@0 | 35 | |
michael@0 | 36 | <p class="serif line under"><span>Áp|/</span></p> |
michael@0 | 37 | <p class="serif text under"><span>Áp|/</span></p> |
michael@0 | 38 | |
michael@0 | 39 | <p class="serif line over"><span>Áp|/</span></p> |
michael@0 | 40 | <p class="serif text over"><span>Áp|/</span></p> |
michael@0 | 41 | |
michael@0 | 42 | <p class="serif text through"><span>Áp|/</span></p> |
michael@0 | 43 | <p class="serif line through"><span>Áp|/</span></p> |
michael@0 | 44 | |
michael@0 | 45 | <p class="sans line under"><span>Áp|/</span></p> |
michael@0 | 46 | <p class="sans text under"><span>Áp|/</span></p> |
michael@0 | 47 | |
michael@0 | 48 | <p class="sans line over"><span>Áp|/</span></p> |
michael@0 | 49 | <p class="sans text over"><span>Áp|/</span></p> |
michael@0 | 50 | |
michael@0 | 51 | <p class="sans text through"><span>Áp|/</span></p> |
michael@0 | 52 | <p class="sans line through"><span>Áp|/</span></p> |
michael@0 | 53 | |
michael@0 | 54 | </body> |
michael@0 | 55 | </html> |