Update
[less_retarded_wiki.git] / style_txt.css
blob7c1f88a81afc2214e5fcf8b4b1e5c65eced3d64b
1 body
3 padding: 20px;
6 body, h1, h2, h3, code, pre, a, i, b, p, em, strong, table, ul, ol, li, th, td
8 font-size: 15px;
9 font-family: monospace;
10 font-style: normal;
11 text-decoration: none;
12 color: black;
13 font-weight: normal;
14 text-align: left;
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: "~"; }
30 p::first-letter
32 margin-left: 35px;
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
46 margin: 15px 0;
51 list-style: none;
52 padding: 0px;
55 ul li:before
57 content: "- ";
60 h1:before { content: "====== "; }
61 h1:after { content: " ======"; }
63 h2:before { content: "==== "; }
64 h2:after { content: " ===="; }
66 h3:before { content: "== "; }
67 h3:after { content: " =="; }
69 hr { border: none; }
70 hr:before { content: "________________________________________________"; }