qi: minor changes on code, documentation
[dragora.git] / qi / doc / document-1.0.1.css
blob9cf25fd8da9579cea9af755e5d199119f0e68590
1 /*
2 My custom CSS style for Texinfo documents
3 Public domain 2016 sirgazil. All rights waived.
4 ~@~
5 Modified for Qi.
6 Original: http://bitbucket.org/sirgazil/texinfo-css
7 */
10 /* NATIVE ELEMENTS */
11 a:link,
12 a:visited {
13 color: #008000;
14 text-decoration: none;
17 a:active,
18 a:focus,
19 a:hover {
20 text-decoration: underline;
23 abbr,
24 acronym {
25 cursor: help;
28 blockquote {
29 color: #555753;
30 font-style: oblique;
31 margin: 30px 0px;
32 padding-left: 1.5em;
35 body {
36 background-color: white;
37 box-shadow: 0 0 2px gray;
38 box-sizing: border-box;
39 color: #4E4E4E;
40 line-height: 1.1;
41 text-align: justify;
42 font-family: "Verdana", Arial, sans-serif;
43 font-size: 1.12em;
44 margin: 50px auto;
45 max-width: 980px;
46 padding: 50px;
49 code {
50 color: black;
51 font-size: 1.2em;
54 samp,
55 tt,
56 var {
57 color: purple;
58 font-size: 1em;
61 div.example,
62 div.lisp {
63 margin: 0px;
66 dl {
67 margin: 2em 0em;
70 dl dl {
71 margin: 0em;
74 dt {
75 padding: 0.3em;
78 h1,
79 h2,
80 h2.contents-heading,
81 h3,
82 h4 {
83 padding: 20px 0px 0px 0px;
84 font-weight: normal;
87 h1 {
88 font-size: 2.3em;
91 h2 {
92 font-size: 2.2em;
93 font-weight: bold;
96 h3 {
97 font-size: 2em;
100 h4 {
101 font-size: 1.7em;
104 hr {
105 background-color: silver;
106 border-style: none;
107 height: 2px;
108 margin: 0px;
111 html {
112 background-color: #F5F5F5;
115 img {
116 max-width: 100%;
119 li {
120 padding: 5px;
123 pre {
124 display: block;
125 unicode-bidi: embed;
126 font-family: monospace;
127 white-space: pre;
130 pre.example,
131 pre.lisp,
132 pre.verbatim {
133 background-color: #f5f5dc; // beige
134 border-color: #000;
135 border-style: solid;
136 border-width: thin;
137 color: #000000;
138 font-size: large;
139 padding: 1em;
140 overflow: auto;
143 table {
144 border-collapse: collapse;
145 margin: 40px 0px;
148 table.index-cp *,
149 table.index-fn *,
150 table.index-ky *,
151 table.index-pg *,
152 table.index-tp *,
153 table.index-vr * {
154 background-color: inherit;
155 border-style: none;
159 th {
160 border-color: silver;
161 border-style: solid;
162 border-width: thin;
163 padding: 10px;
166 th {
167 background-color: #F5F5F5;
169 /* END NATIVE ELEMENTS */
173 /* CLASSES */
174 .contents {
175 margin-bottom: 3em;
178 .float {
179 margin: 3em 0em;
182 .float-caption {
183 font-size: smaller;
184 text-align: center;
187 .float > img {
188 display: block;
189 margin: auto;
192 .footnote {
193 font-size: medium;
194 margin: 1em 0em;
197 .footnote h3 {
198 display: inline;
199 font-size: small;
202 .header {
203 background-color: #F2F2F2;
204 font-size: small;
205 padding: 0.2em 1em;
208 .key {
209 color: purple;
210 font-size: 0.8em;
213 .menu * {
214 border-style: none;
217 .menu td {
218 padding: 0.5em 0em;
221 .menu td:last-child {
222 width: 60%;
225 .menu th {
226 background-color: inherit;
228 /* END CLASSES */