Import and use AsciiDoc 7.1.2 configuration files
[elinks/kon.git] / doc / tools / asciidoc / stylesheets / xhtml11.css
blobddecb2d967d204f74826df4584ea0222efa1e357
1 /* Debug borders */
2 p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {
3 /*
4 border: 1px solid red;
5 */
8 body {
9 margin: 1em 5% 1em 5%;
12 a {
13 color: blue;
14 text-decoration: underline;
16 a:visited {
17 color: fuchsia;
20 em {
21 font-style: italic;
24 strong {
25 font-weight: bold;
28 tt {
29 color: navy;
32 h1, h2, h3, h4, h5, h6 {
33 color: #527bbd;
34 font-family: sans-serif;
35 margin-top: 1.2em;
36 margin-bottom: 0.5em;
37 line-height: 1.3;
40 h1 {
41 border-bottom: 2px solid silver;
43 h2 {
44 border-bottom: 2px solid silver;
45 padding-top: 0.5em;
48 div.sectionbody {
49 font-family: serif;
50 margin-left: 0;
53 hr {
54 border: 1px solid silver;
57 p {
58 margin-top: 0.5em;
59 margin-bottom: 0.5em;
62 pre {
63 padding: 0;
64 margin: 0;
67 span#author {
68 color: #527bbd;
69 font-family: sans-serif;
70 font-weight: bold;
71 font-size: 1.2em;
73 span#email {
75 span#revision {
76 font-family: sans-serif;
79 div#footer {
80 font-family: sans-serif;
81 font-size: small;
82 border-top: 2px solid silver;
83 padding-top: 0.5em;
84 margin-top: 4.0em;
86 div#footer-text {
87 float: left;
88 padding-bottom: 0.5em;
90 div#footer-badges {
91 float: right;
92 padding-bottom: 0.5em;
95 div#preamble,
96 div.tableblock, div.imageblock, div.exampleblock, div.verseblock,
97 div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock,
98 div.admonitionblock {
99 margin-right: 10%;
100 margin-top: 1.5em;
101 margin-bottom: 1.5em;
103 div.admonitionblock {
104 margin-top: 2.5em;
105 margin-bottom: 2.5em;
108 div.content { /* Block element content. */
109 padding: 0;
112 /* Block element titles. */
113 div.title, caption.title {
114 font-family: sans-serif;
115 font-weight: bold;
116 text-align: left;
117 margin-top: 1.0em;
118 margin-bottom: 0.5em;
120 div.title + * {
121 margin-top: 0;
124 td div.title:first-child {
125 margin-top: 0.0em;
127 div.content div.title:first-child {
128 margin-top: 0.0em;
130 div.content + div.title {
131 margin-top: 0.0em;
134 div.sidebarblock > div.content {
135 background: #ffffee;
136 border: 1px solid silver;
137 padding: 0.5em;
140 div.listingblock > div.content {
141 border: 1px solid silver;
142 background: #f4f4f4;
143 padding: 0.5em;
146 div.quoteblock > div.content {
147 padding-left: 2.0em;
150 div.attribution {
151 text-align: right;
153 div.verseblock + div.attribution {
154 text-align: left;
157 div.admonitionblock .icon {
158 vertical-align: top;
159 font-size: 1.1em;
160 font-weight: bold;
161 text-decoration: underline;
162 color: #527bbd;
163 padding-right: 0.5em;
165 div.admonitionblock td.content {
166 padding-left: 0.5em;
167 border-left: 2px solid silver;
170 div.exampleblock > div.content {
171 border-left: 2px solid silver;
172 padding: 0.5em;
175 div.verseblock div.content {
176 white-space: pre;
179 div.imageblock div.content { padding-left: 0; }
180 div.imageblock img { border: 1px solid silver; }
181 span.image img { border-style: none; }
183 dl {
184 margin-top: 0.8em;
185 margin-bottom: 0.8em;
187 dt {
188 margin-top: 0.5em;
189 margin-bottom: 0;
190 font-style: italic;
192 dd > *:first-child {
193 margin-top: 0;
196 ul, ol {
197 list-style-position: outside;
199 ol.olist2 {
200 list-style-type: lower-alpha;
203 div.tableblock > table {
204 border: 3px solid #527bbd;
206 thead {
207 font-family: sans-serif;
208 font-weight: bold;
210 tfoot {
211 font-weight: bold;
214 div.hlist {
215 margin-top: 0.8em;
216 margin-bottom: 0.8em;
218 td.hlist1 {
219 vertical-align: top;
220 font-style: italic;
221 padding-right: 0.8em;
223 td.hlist2 {
224 vertical-align: top;
227 @media print {
228 div#footer-badges { display: none; }