Update
[less_retarded_wiki.git] / style_unix.css
blob8f39a0a370b1ea3ab76d055a5365f3a35f2b1b08
1 /* Unix CSS that can optionally be used for the wiki. */
3 body
5 padding: 20px 40px 0;
6 font-family: "Lucida Console", monospace;
7 color: #0d0;
8 margin: auto;
9 background-color: #0e0e0e;
10 text-align: justify;
11 font-size: 16px;
12 line-height: 1.4;
15 .nav
17 display: block;
18 background-color: #222;
21 h1:first-of-type:after
23 content: ": HAX0R edition";
26 b, strong
28 color: #ccc;
31 h1:before
33 content: "# ";
36 h2:before
38 content: "## ";
41 h3:before
43 content: "### ";
48 margin: 20px 0;
51 em, i
53 color: #888;
54 font-style: normal;
59 margin: 20px 0 20px;
60 border: 1px solid #ccc;
63 h1, h2, h3
65 margin: 30px 0 10px;
66 border-bottom: 2px solid #0e0;
67 color: #eee;
68 background-color: #030;
69 padding: 5px 0 0;
72 ul, ol
74 padding: 0;
75 margin: 4px 30px;
80 list-style: none;
83 ul li:before
85 content: "-";
86 margin: 0 5px;
87 color: #eee;
92 margin: 2px 0;
95 pre, code
97 font-family: "Lucida Console", monospace;
98 background-color: #111;
99 color: #ddd;
100 font-size: 15px;
105 padding: 3px 0 0 15px;
106 border-left: 2px solid #0e0;
109 table
111 border-collapse: collapse;
112 margin: 40px 20px;
115 table td, th
117 border: 1px solid #ccc;
118 padding: 6px 8px;
123 background-color: #444;
124 text-align: left;
129 color: #04f;
130 text-decoration: underline;
133 .dead
135 color: #f20;