comparison xslt/style.xslt @ 1313:2aeeb695e844

Regenerated.
author Valentin Bartenev <vbart@nginx.com>
date Mon, 29 Sep 2014 14:45:12 +0400
parents cc81d1570f3e
children d66119b0c8a9
comparison
equal deleted inserted replaced
1312:91a4eee45eb7 1313:2aeeb695e844
9 <xsl:template name="style"><xsl:param name="lang"/> 9 <xsl:template name="style"><xsl:param name="lang"/>
10 10
11 <style type="text/css"><xsl:value-of select=" normalize-space(' 11 <style type="text/css"><xsl:value-of select=" normalize-space('
12 body { background: white; 12 body { background: white;
13 color: black; 13 color: black;
14 font-family: Georgia, serif; 14 font-family: sans-serif;
15 line-height: 1.4em;
16 text-align: center;
15 margin: 0; 17 margin: 0;
16 padding: .5em .5em .5em 1.5em; } 18 padding: 0; }
19 #banner { background: black;
20 color: #F2F2F2;
21 line-height: 1.2em;
22 padding: .3em 0;
23 box-shadow: 0 5px 10px black; }
24 #banner a { color: #00B140; }
25 #main { text-align: left;
26 margin: 0 auto;
27 min-width: 32em;
28 max-width: 64em; }
29 #menu { float: right;
30 width: 11em;
31 padding: 0 .5em 1em .5em;
32 border-left: 2px solid #DDD; }
33 #content { margin-right: 13.5em;
34 padding: 0 .2em 0 1.5em; }
35 h1 { display: block;
36 font-size: 3em;
37 text-align: left;
38 margin: 0;
39 margin-bottom: .5em; }
40 h1 img { width: 100%; }
41 h2 { text-align: center; }
17 p { text-align: justify; } 42 p { text-align: justify; }
18 table.news p { margin-top: 0; } 43 table.news p { margin-top: 0; }
19 table.news td { vertical-align: baseline; } 44 table.news td { vertical-align: baseline; }
20 table.news .date { text-align: right; 45 table.news .date { text-align: right;
21 padding-right: 0.5em; 46 padding-right: 0.5em;
22 white-space: nowrap; } 47 white-space: nowrap; }
23 table.donors td { vertical-align: baseline; } 48 table.donors td { vertical-align: baseline; }
24 table.donors li { text-align: left; } 49 table.donors li { text-align: left; }
25 div.directive, #banner { 50 div.directive { background: #F2F2F2;
26 background: #F2F2F2; 51 line-height: 1em;
27 margin: 1em 0 1em -1em; 52 margin: 1em 0 1em -1em;
28 padding: .7em .7em .7em 1em; } 53 padding: .7em .7em .7em 1em;
29 div.directive { border-top: 2px solid #DDD; } 54 border-top: 2px solid #DDD; }
30 div.directive th { padding-left: 0; 55 div.directive th { padding-left: 0;
31 padding-right: .5em; 56 padding-right: .5em;
32 vertical-align: baseline; 57 vertical-align: baseline;
33 text-align: left; 58 text-align: left;
34 font-weight: normal; } 59 font-weight: normal; }
35 div.directive td { vertical-align: baseline; } 60 div.directive td { vertical-align: baseline; }
36 div.directive pre { padding: 0; 61 div.directive pre { padding: 0;
37 margin: 0; } 62 margin: 0; }
38 div.directive p { margin: .5em 0 0 .1em; 63 div.directive p { margin: .5em 0 0 .1em;
39 font-size: .8em; } 64 font-size: .8em; }
40 #banner { margin: 0 0 0 -1em; }
41 a.notrans { color: gray; 65 a.notrans { color: gray;
42 text-decoration:none; } 66 text-decoration:none; }
43 span.initial { font-size: 200%; 67 span.initial { font-size: 200%;
44 float: left; 68 float: left;
45 padding-right: 10pt;} 69 padding-right: 10pt;}
59 blockquote { margin: 1em 0 1em 1em; 83 blockquote { margin: 1em 0 1em 1em;
60 padding: .5em; } 84 padding: .5em; }
61 li blockquote, dd blockquote 85 li blockquote, dd blockquote
62 { margin: .7em 0; } 86 { margin: .7em 0; }
63 blockquote.note { border: 1px dotted #999; 87 blockquote.note { border: 1px dotted #999;
88 line-height: 1.2em;
64 text-align: justify; } 89 text-align: justify; }
65 blockquote.example { 90 blockquote.example {
91 line-height: 1em;
66 border-left: 1px solid #BBB; } 92 border-left: 1px solid #BBB; }
67 blockquote.example pre { 93 blockquote.example pre {
68 padding: 0; 94 padding: 0;
69 margin: 0; } 95 margin: 0; }
70 sup { font-size: 50%; } 96 sup { font-size: 50%; }