Mercurial > hg > rc1
comparison vendor/pear/net_smtp/docs/docutils.css @ 0:1e000243b222
vanilla 1.3.3 distro, I hope
author | Charlie Root |
---|---|
date | Thu, 04 Jan 2018 15:50:29 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1e000243b222 |
---|---|
1 body { | |
2 font-family: Verdana, Helvetica, Arial, sans-serif; | |
3 font-size: 0.8em; | |
4 letter-spacing: 0.01em; | |
5 line-height: 1.5em; | |
6 text-align: justify; | |
7 margin: 0 auto; | |
8 width: 48em; | |
9 } | |
10 | |
11 a:link, a:visited { | |
12 color: #00c; | |
13 padding-bottom: 0; | |
14 text-decoration: none; | |
15 border-bottom: 1px solid #dbd5c5; | |
16 } | |
17 | |
18 a:hover { | |
19 padding-bottom: 0; | |
20 border-bottom: 2px solid #dbd5c5; | |
21 } | |
22 | |
23 h1, h2, h3 { | |
24 font-family: Georgia, "Times New Roman", Times, serif; | |
25 font-weight: normal; | |
26 line-height: normal; | |
27 } | |
28 | |
29 h1 { | |
30 font-size: 2.1em; | |
31 letter-spacing: -0.02em; | |
32 margin-top: 30px; | |
33 text-align: center; | |
34 } | |
35 | |
36 h2 { | |
37 font-size: 1.6em; | |
38 font-style: italic; | |
39 margin: 30px 0 10px 0; | |
40 } | |
41 | |
42 h3 { | |
43 font-size: 1.3em; | |
44 font-style: italic; | |
45 margin-top: 20px; | |
46 } | |
47 | |
48 li { | |
49 line-height: 135%; | |
50 } | |
51 | |
52 ul, ol { | |
53 margin: 0 0 1em 2em; | |
54 padding: 0 0 0 1em; | |
55 } | |
56 | |
57 hr { | |
58 background-color: #ccc; | |
59 border: 0px none; | |
60 color: #eee; | |
61 height: 1px; | |
62 margin: 30px 0px; | |
63 } | |
64 | |
65 blockquote, pre { | |
66 background-color: #f9f9f9; | |
67 border: 1px solid #eee; | |
68 border-left: 2px solid #ccc; | |
69 padding: 1em; | |
70 } | |
71 | |
72 blockquote { | |
73 color: #666; | |
74 line-height: 1.3em; | |
75 } | |
76 | |
77 pre { | |
78 line-height: normal; | |
79 overflow: auto; | |
80 } | |
81 | |
82 pre.code-block { | |
83 padding-bottom: 0; | |
84 } | |
85 | |
86 tt, pre, code, samp, kbd { | |
87 color: #333; | |
88 font-family: Consolas, 'Lucida Console', monospace; | |
89 font-size: 13px; | |
90 } | |
91 | |
92 label em { | |
93 font-weight: normal; | |
94 } | |
95 | |
96 form { | |
97 margin: 0; | |
98 padding: 0; | |
99 } | |
100 | |
101 .code-block .err { border: 1px solid #FF0000 } /* Error */ | |
102 .code-block .k,.kn { color: #369 } /* Keywords */ | |
103 .code-block .c,.cm,.cp,.c1 { color: #666; font-style: italic } /* Comments */ | |
104 .code-block .n { color: #000 } /* Names */ | |
105 .code-block .p { color: #000 } /* Punctuation */ | |
106 .code-block .nc,.nf,.nn { color: #333; font-weight: bold } /* Symbol Names */ | |
107 .code-block .s { color: #933 } /* Literal.String */ | |
108 .code-block .sd { color: #666 } /* Literal.String.Doc */ |