comparison xsls/style.xsls @ 0:61e04fc01027

Initial import of the nginx.org website.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 11 Aug 2011 12:19:13 +0000
parents
children 2f7420346aee
comparison
equal deleted inserted replaced
-1:000000000000 0:61e04fc01027
1 X:stylesheet {
2
3 X:template style (lang) {
4
5 <style>!{ normalize-space('
6 html {-webkit-text-size-adjust:none}
7 body { font-family: Georgia, serif; }
8 p { text-align: justify; }
9 p { text-indent: 20pt; }
10 p.noindent { text-indent: 0pt; }
11 li { text-align: justify; }
12 td.list { background: #EEEEEE; }
13 blockquote.note { text-align: justify; }
14 blockquote.note { background: #EEEEEE; border: none; }
15 blockquote.note { padding: 10pt 10pt 10pt 10pt; }
16 ') }
17
18 X:if "$lang = 'he'" {
19 !{ normalize-space('
20 pre { text-align: left; direction: ltr; }
21 code { direction: ltr; unicode-bidi: embed;}
22 .ltr { direction: ltr; unicode-bidi: embed;}
23 ') }
24 }
25
26 </style>
27 }
28
29 }