Re-added
[mailer.git] / inc / phpmailer / phpdoc / media / stylesheet.css
1 a { color: #336699; text-decoration: none; }
2 a:hover { color: #6699CC; text-decoration: underline; }
3 a:active { color: #6699CC; text-decoration: underline; }
4
5 body, table { font-family: Georgia, Times New Roman, Times, serif; font-size: 10pt }
6 p, li { line-height: 140% }
7 a img { border: 0px; }
8 dd { margin-left: 0px; padding-left: 1em; }
9
10 /* Page layout/boxes */
11
12 .info-box {}
13 .info-box-title { margin: 1em 0em 0em 0em; padding: .25em; font-weight: normal; font-size: 14pt; border: 2px solid #999999; background-color: #CCCCFF }
14 .info-box-body { border: 1px solid #999999; padding: .5em; }
15 .nav-bar { font-size: 8pt; white-space: nowrap; text-align: right; padding: .2em; margin: 0em 0em 1em 0em; }
16
17 .oddrow { background-color: #F8F8F8; border: 1px solid #AAAAAA; padding: .5em; margin-bottom: 1em}
18 .evenrow { border: 1px solid #AAAAAA; padding: .5em; margin-bottom: 1em}
19
20 .page-body { max-width: 800px; margin: auto; }
21 .tree dl { margin: 0px }
22
23 /* Index formatting classes */
24
25 .index-item-body { margin-top: .5em; margin-bottom: .5em}
26 .index-item-description { margin-top: .25em }
27 .index-item-details { font-weight: normal; font-style: italic; font-size: 8pt }
28 .index-letter-section { background-color: #EEEEEE; border: 1px dotted #999999; padding: .5em; margin-bottom: 1em}
29 .index-letter-title { font-size: 12pt; font-weight: bold }
30 .index-letter-menu { text-align: center; margin: 1em }
31 .index-letter { font-size: 12pt }
32
33 /* Docbook classes */
34
35 .description {}
36 .short-description { font-weight: bold; color: #666666; }
37 .tags { padding-left: 0em; margin-left: 3em; color: #666666; list-style-type: square; }
38 .parameters {   padding-left: 0em; margin-left: 3em; font-style: italic; list-style-type: square; }
39 .redefinitions { font-size: 8pt; padding-left: 0em; margin-left: 2em; }
40 .package {  }
41 .package-title { font-weight: bold; font-size: 14pt; border-bottom: 1px solid black }
42 .package-details { font-size: 85%; }
43 .sub-package { font-weight: bold; font-size: 120% }
44 .tutorial { border-width: thin; border-color: #0066ff }
45 .tutorial-nav-box { width: 100%; border: 1px solid #999999; background-color: #F8F8F8; }
46 .nav-button-disabled { color: #999999; }
47 .nav-button:active, 
48 .nav-button:focus, 
49 .nav-button:hover { background-color: #DDDDDD; outline: 1px solid #999999; text-decoration: none }
50 .folder-title { font-style: italic }
51
52 /* Generic formatting */
53
54 .field { font-weight: bold; }
55 .detail { font-size: 8pt; }
56 .notes { font-style: italic; font-size: 8pt; }
57 .separator { background-color: #999999; height: 2px; }
58 .warning {  color: #FF6600; }
59 .disabled { font-style: italic; color: #999999; }
60
61 /* Code elements */
62
63 .line-number {  }
64
65 .class-table { width: 100%; }
66 .class-table-header { border-bottom: 1px dotted #666666; text-align: left}
67 .class-name { color: #000000; font-weight: bold; }
68
69 .method-summary { padding-left: 1em; font-size: 8pt }
70 .method-header { }
71 .method-definition { margin-bottom: .3em }
72 .method-title { font-weight: bold; }
73 .method-name { font-weight: bold; }
74 .method-signature { font-size: 85%; color: #666666; margin: .5em 0em }
75 .method-result { font-style: italic; }
76
77 .var-summary { padding-left: 1em; font-size: 8pt; }
78 .var-header { }
79 .var-title { margin-bottom: .3em }
80 .var-type { font-style: italic; }
81 .var-name { font-weight: bold; }
82 .var-default {}
83 .var-description { font-weight: normal; color: #000000; }
84
85 .include-title {  }
86 .include-type { font-style: italic; }
87 .include-name { font-weight: bold; }
88
89 .const-title {  }
90 .const-name { font-weight: bold; }
91
92 /* Syntax highlighting */
93
94 .src-code {  border: 1px solid #336699; padding: 1em; background-color: #EEEEEE; }
95
96 .src-comm { color: green; }
97 .src-id {  }
98 .src-inc { color: #0000FF; }
99 .src-key { color: #0000FF; }
100 .src-num { color: #CC0000; }
101 .src-str { color: #66cccc; }
102 .src-sym { font-weight: bold; }
103 .src-var { }
104
105 .src-php { font-weight: bold; }
106
107 .src-doc { color: #009999 }
108 .src-doc-close-template { color: #0000FF }
109 .src-doc-coretag { color: #0099FF; font-weight: bold }
110 .src-doc-inlinetag { color: #0099FF }
111 .src-doc-internal { color: #6699cc }
112 .src-doc-tag { color: #0080CC }
113 .src-doc-template { color: #0000FF }
114 .src-doc-type { font-style: italic }
115 .src-doc-var { font-style: italic }
116
117 /* tutorial */
118
119 .authors {  }
120 .author { font-style: italic; font-weight: bold }
121 .author-blurb { margin: .5em 0em .5em 2em; font-size: 85%; font-weight: normal; font-style: normal }
122 .example { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em }
123 .listing { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em; white-space: nowrap }
124 .release-info { font-size: 85%; font-style: italic; margin: 1em 0em }
125 .ref-title-box {  }
126 .ref-title {  }
127 .ref-purpose { font-style: italic; color: #666666 }
128 .ref-synopsis {  }
129 .title { font-weight: bold; margin: 1em 0em 0em 0em; padding: .25em; border: 2px solid #999999; background-color: #CCCCFF  }
130 .cmd-synopsis { margin: 1em 0em }
131 .cmd-title { font-weight: bold }
132 .toc { margin-left: 2em; padding-left: 0em }
133