annotate xsls/style.xsls @ 354:4e3b681cae20

Unified the padding and margins of examples and notes blocks.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 25 Jan 2012 13:33:12 +0000
parents 05bddd18056f
children cac48e2d0d9b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1 X:stylesheet {
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3 X:template style (lang) {
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4
93
9151d4344e65 Added required attribute "type" for the <style> element.
Ruslan Ermilov <ru@nginx.com>
parents: 71
diff changeset
5 <style type="text/css">!{ normalize-space('
112
d3e240f7157c Inside the "directive" prologue block, addressed the vertical
Ruslan Ermilov <ru@nginx.com>
parents: 93
diff changeset
6 body { font-family: Georgia, serif; }
d3e240f7157c Inside the "directive" prologue block, addressed the vertical
Ruslan Ermilov <ru@nginx.com>
parents: 93
diff changeset
7 p { text-align: justify; }
129
523a80fc32b4 Fixed a fallout from switching to standard HTML.
Ruslan Ermilov <ru@nginx.com>
parents: 126
diff changeset
8 table.news p { margin-top: 0; }
167
921ab40baff4 Fixed vertical alignment of the news table cells.
Ruslan Ermilov <ru@nginx.com>
parents: 134
diff changeset
9 table.news td { vertical-align: baseline; }
134
0991bf45cbb8 Added "white-space: nowrap" to prevent date wrapping.
Maxim Dounin <mdounin@mdounin.ru>
parents: 129
diff changeset
10 table.news .date { text-align: right;
0991bf45cbb8 Added "white-space: nowrap" to prevent date wrapping.
Maxim Dounin <mdounin@mdounin.ru>
parents: 129
diff changeset
11 padding-right: 0.5em;
0991bf45cbb8 Added "white-space: nowrap" to prevent date wrapping.
Maxim Dounin <mdounin@mdounin.ru>
parents: 129
diff changeset
12 white-space: nowrap; }
112
d3e240f7157c Inside the "directive" prologue block, addressed the vertical
Ruslan Ermilov <ru@nginx.com>
parents: 93
diff changeset
13 div.directive { background: #EEEEEE;
286
53dc6d25ec2d Fixed padding in <directive> and text alignment in <tag-desc>.
Ruslan Ermilov <ru@nginx.com>
parents: 168
diff changeset
14 padding: 10pt 10pt 10pt 0; }
112
d3e240f7157c Inside the "directive" prologue block, addressed the vertical
Ruslan Ermilov <ru@nginx.com>
parents: 93
diff changeset
15 div.directive td { vertical-align: baseline; }
d3e240f7157c Inside the "directive" prologue block, addressed the vertical
Ruslan Ermilov <ru@nginx.com>
parents: 93
diff changeset
16 div.directive pre { padding: 0;
d3e240f7157c Inside the "directive" prologue block, addressed the vertical
Ruslan Ermilov <ru@nginx.com>
parents: 93
diff changeset
17 margin: 0; }
328
05bddd18056f Show the history information in a less intrusive manner.
Ruslan Ermilov <ru@nginx.com>
parents: 286
diff changeset
18 div.directive p { margin: 5pt 0 0 0;
05bddd18056f Show the history information in a less intrusive manner.
Ruslan Ermilov <ru@nginx.com>
parents: 286
diff changeset
19 font-size: 80%; }
112
d3e240f7157c Inside the "directive" prologue block, addressed the vertical
Ruslan Ermilov <ru@nginx.com>
parents: 93
diff changeset
20 span.initial { font-size: 200%;
d3e240f7157c Inside the "directive" prologue block, addressed the vertical
Ruslan Ermilov <ru@nginx.com>
parents: 93
diff changeset
21 float: left;
d3e240f7157c Inside the "directive" prologue block, addressed the vertical
Ruslan Ermilov <ru@nginx.com>
parents: 93
diff changeset
22 padding-right: 10pt;}
d3e240f7157c Inside the "directive" prologue block, addressed the vertical
Ruslan Ermilov <ru@nginx.com>
parents: 93
diff changeset
23 li { text-align: justify; }
286
53dc6d25ec2d Fixed padding in <directive> and text alignment in <tag-desc>.
Ruslan Ermilov <ru@nginx.com>
parents: 168
diff changeset
24 dd { text-align: justify; }
112
d3e240f7157c Inside the "directive" prologue block, addressed the vertical
Ruslan Ermilov <ru@nginx.com>
parents: 93
diff changeset
25 td.list { background: #EEEEEE; }
d3e240f7157c Inside the "directive" prologue block, addressed the vertical
Ruslan Ermilov <ru@nginx.com>
parents: 93
diff changeset
26 blockquote.note { text-align: justify;
d3e240f7157c Inside the "directive" prologue block, addressed the vertical
Ruslan Ermilov <ru@nginx.com>
parents: 93
diff changeset
27 background: #EEEEEE;
d3e240f7157c Inside the "directive" prologue block, addressed the vertical
Ruslan Ermilov <ru@nginx.com>
parents: 93
diff changeset
28 border: none;
354
4e3b681cae20 Unified the padding and margins of examples and notes blocks.
Ruslan Ermilov <ru@nginx.com>
parents: 328
diff changeset
29 margin: 1em;
4e3b681cae20 Unified the padding and margins of examples and notes blocks.
Ruslan Ermilov <ru@nginx.com>
parents: 328
diff changeset
30 padding: 0.5em; }
4e3b681cae20 Unified the padding and margins of examples and notes blocks.
Ruslan Ermilov <ru@nginx.com>
parents: 328
diff changeset
31 blockquote.example {
4e3b681cae20 Unified the padding and margins of examples and notes blocks.
Ruslan Ermilov <ru@nginx.com>
parents: 328
diff changeset
32 background: transparent;
4e3b681cae20 Unified the padding and margins of examples and notes blocks.
Ruslan Ermilov <ru@nginx.com>
parents: 328
diff changeset
33 border: none;
4e3b681cae20 Unified the padding and margins of examples and notes blocks.
Ruslan Ermilov <ru@nginx.com>
parents: 328
diff changeset
34 margin: 1em;
4e3b681cae20 Unified the padding and margins of examples and notes blocks.
Ruslan Ermilov <ru@nginx.com>
parents: 328
diff changeset
35 padding: 0.5em; }
4e3b681cae20 Unified the padding and margins of examples and notes blocks.
Ruslan Ermilov <ru@nginx.com>
parents: 328
diff changeset
36 blockquote.example pre {
4e3b681cae20 Unified the padding and margins of examples and notes blocks.
Ruslan Ermilov <ru@nginx.com>
parents: 328
diff changeset
37 padding: 0;
4e3b681cae20 Unified the padding and margins of examples and notes blocks.
Ruslan Ermilov <ru@nginx.com>
parents: 328
diff changeset
38 margin: 0; }
126
d4133c439eeb 'registered' element added
Sergey Budnevitch <sb@waeme.net>
parents: 112
diff changeset
39 sup { font-size: 50%; }
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
40 ') }
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
41
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
42 X:if "$lang = 'he'" {
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
43 !{ normalize-space('
112
d3e240f7157c Inside the "directive" prologue block, addressed the vertical
Ruslan Ermilov <ru@nginx.com>
parents: 93
diff changeset
44 pre { text-align: left;
d3e240f7157c Inside the "directive" prologue block, addressed the vertical
Ruslan Ermilov <ru@nginx.com>
parents: 93
diff changeset
45 direction: ltr; }
d3e240f7157c Inside the "directive" prologue block, addressed the vertical
Ruslan Ermilov <ru@nginx.com>
parents: 93
diff changeset
46 code { direction: ltr;
d3e240f7157c Inside the "directive" prologue block, addressed the vertical
Ruslan Ermilov <ru@nginx.com>
parents: 93
diff changeset
47 unicode-bidi: embed; }
d3e240f7157c Inside the "directive" prologue block, addressed the vertical
Ruslan Ermilov <ru@nginx.com>
parents: 93
diff changeset
48 .ltr { direction: ltr;
d3e240f7157c Inside the "directive" prologue block, addressed the vertical
Ruslan Ermilov <ru@nginx.com>
parents: 93
diff changeset
49 unicode-bidi: embed; }
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
50 ') }
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
51 }
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
52
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
53 </style>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
54 }
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
55
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
56 }