6 body
, h1
, h2
, h3
, code
, pre
, a
, i
, b
, p
, em
, strong
, table
, ul
, ol
, li
, th
, td
9 font-family: monospace
;
11 text-decoration: none
;
17 h1:first-of-type:after
19 content: ".txt ======";
22 .nav:before { content: ">>> "; }
23 .nav:after { content: " <<<"; }
25 a:before
{ content: "["; }
26 a:after
{ content: "]"; }
28 .dead:before, .dead:after { content: "~"; }
35 b:before
, strong:before
, b:after
, strong:after
{ content: "_"; }
36 i:before
, em:before
, i:after
, em:after
{ content: "/"; }
38 td:before
, th:before
{ content: "| "; }
40 tr:after
{ content: " |"; }
42 pre:before
, pre:after
{ content: "~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-\A"; }
44 table
, pre
, code
, h1
, h2
, h3
, p
60 h1:before
{ content: "====== "; }
61 h1:after
{ content: " ======"; }
63 h2:before
{ content: "==== "; }
64 h2:after
{ content: " ===="; }
66 h3:before
{ content: "== "; }
67 h3:after
{ content: " =="; }
70 hr:before
{ content: "________________________________________________"; }