ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libspf/docs/API/doxygen/html/doxygen.css
Revision: 1.1
Committed: Tue Nov 13 00:51:25 2007 UTC (18 years, 10 months ago) by root
Content type: text/css
Branch: MAIN
CVS Tags: HEAD
Log Message:
initial import of libspf-1.0.0-p5 from freebsd ports

File Contents

# Content
1 H1 {
2 text-align: center;
3 font-family: Geneva, Arial, Helvetica, sans-serif;
4 }
5 H2 {
6 font-family: Geneva, Arial, Helvetica, sans-serif;
7 }
8 CAPTION { font-weight: bold }
9 DIV.qindex {
10 width: 100%;
11 background-color: #eeeeff;
12 border: 1px solid #B0B0B0;
13 text-align: center;
14 margin: 2px;
15 padding: 2px;
16 line-height: 120%;
17 }
18 A.qindex {
19 text-decoration: none;
20 font-weight: bold;
21 color: #1A419D;
22 padding: 2px;
23 }
24 A.qindex:visited {
25 text-decoration: none;
26 font-weight: bold;
27 color: #1A419D
28 padding: 2px;
29 }
30 A.qindex:hover {
31 text-decoration: none;
32 background-color: #ddddff;
33 padding: 2px;
34 }
35 A.qindexHL {
36 text-decoration: none;
37 font-weight: bold;
38 background-color: #6666cc;
39 color: #ffffff;
40 padding: 2px 6px;
41 border: 1px double #9295C2;
42 }
43 A.qindexHL:hover {
44 text-decoration: none;
45 background-color: #6666cc;
46 color: #ffffff;
47 padding: 2px 6px;
48 }
49 A.qindexHL:visited { text-decoration: none; background-color: #6666cc; color: #ffffff }
50 A.el { text-decoration: none; font-weight: bold }
51 A.elRef { font-weight: bold }
52 A.code { text-decoration: none; font-weight: normal; color: #1A419D}
53 A.codeRef { font-weight: normal; color: #1A419D}
54 A:hover { text-decoration: none; background-color: #f2f2ff }
55 DL.el { margin-left: -1cm }
56 PRE.fragment {
57 border: 1px solid #CCCCCC;
58 background-color: #f5f5f5;
59 margin-top: 4px;
60 margin-bottom: 4px;
61 margin-left: 2px;
62 margin-right: 8px;
63 padding-left: 6px;
64 padding-right: 6px;
65 padding-top: 4px;
66 padding-bottom: 4px;
67 }
68 DIV.fragment {
69 border: 1px solid #CCCCCC;
70 background-color: #f5f5f5;
71 padding: 6px;
72 }
73 DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
74 TD.md { background-color: #F4F4FB; font-weight: bold; }
75 TD.mdname1 { background-color: #F4F4FB; font-weight: bold; color: #602020; }
76 TD.mdname { background-color: #F4F4FB; font-weight: bold; color: #602020; width: 600px; }
77 DIV.groupHeader {
78 margin-left: 16px;
79 margin-top: 12px;
80 margin-bottom: 6px;
81 font-weight: bold;
82 font-family: Geneva, Arial, Helvetica, sans-serif;
83 }
84 DIV.groupText { margin-left: 16px; font-style: italic; font-size: 14px }
85 BODY {
86 background: white;
87 color: black;
88 margin-right: 20px;
89 margin-left: 20px;
90 }
91 TD.indexkey {
92 background-color: #eeeeff;
93 font-weight: bold;
94 padding-right : 10px;
95 padding-top : 2px;
96 padding-left : 10px;
97 padding-bottom : 2px;
98 margin-left : 0px;
99 margin-right : 0px;
100 margin-top : 2px;
101 margin-bottom : 2px;
102 border: 1px solid #CCCCCC;
103 }
104 TD.indexvalue {
105 background-color: #eeeeff;
106 font-style: italic;
107 padding-right : 10px;
108 padding-top : 2px;
109 padding-left : 10px;
110 padding-bottom : 2px;
111 margin-left : 0px;
112 margin-right : 0px;
113 margin-top : 2px;
114 margin-bottom : 2px;
115 border: 1px solid #CCCCCC;
116 }
117 TR.memlist {
118 background-color: #f0f0f0;
119 }
120 P.formulaDsp { text-align: center; }
121 IMG.formulaDsp { }
122 IMG.formulaInl { vertical-align: middle; }
123 SPAN.keyword { color: #008000 }
124 SPAN.keywordtype { color: #604020 }
125 SPAN.keywordflow { color: #e08000 }
126 SPAN.comment { color: #800000 }
127 SPAN.preprocessor { color: #806020 }
128 SPAN.stringliteral { color: #002080 }
129 SPAN.charliteral { color: #008080 }
130 .mdTable {
131 border: 1px solid #868686;
132 background-color: #F4F4FB;
133 }
134 .mdRow {
135 padding: 8px 10px;
136 }
137 .mdescLeft {
138 padding: 0px 8px 4px 8px;
139 font-size: 14px;
140 font-style: italic;
141 background-color: #FAFAFA;
142 border-top: 1px none #E0E0E0;
143 border-right: 1px none #E0E0E0;
144 border-bottom: 1px none #E0E0E0;
145 border-left: 1px none #E0E0E0;
146 margin: 0px;
147 }
148 .mdescRight {
149 padding: 0px 8px 4px 8px;
150 font-size: 14px;
151 font-style: italic;
152 background-color: #FAFAFA;
153 border-top: 1px none #E0E0E0;
154 border-right: 1px none #E0E0E0;
155 border-bottom: 1px none #E0E0E0;
156 border-left: 1px none #E0E0E0;
157 margin: 0px;
158 }
159 .memItemLeft {
160 padding: 1px 0px 0px 8px;
161 margin: 4px;
162 border-top-width: 1px;
163 border-right-width: 1px;
164 border-bottom-width: 1px;
165 border-left-width: 1px;
166 border-top-style: solid;
167 border-top-color: #E0E0E0;
168 border-right-color: #E0E0E0;
169 border-bottom-color: #E0E0E0;
170 border-left-color: #E0E0E0;
171 border-right-style: none;
172 border-bottom-style: none;
173 border-left-style: none;
174 background-color: #FAFAFA;
175 font-family: Geneva, Arial, Helvetica, sans-serif;
176 font-size: 12px;
177 }
178 .memItemRight {
179 padding: 1px 8px 0px 8px;
180 margin: 4px;
181 border-top-width: 1px;
182 border-right-width: 1px;
183 border-bottom-width: 1px;
184 border-left-width: 1px;
185 border-top-style: solid;
186 border-top-color: #E0E0E0;
187 border-right-color: #E0E0E0;
188 border-bottom-color: #E0E0E0;
189 border-left-color: #E0E0E0;
190 border-right-style: none;
191 border-bottom-style: none;
192 border-left-style: none;
193 background-color: #FAFAFA;
194 font-family: Geneva, Arial, Helvetica, sans-serif;
195 font-size: 13px;
196 }
197 .search { color: #003399;
198 font-weight: bold;
199 }
200 FORM.search {
201 margin-bottom: 0px;
202 margin-top: 0px;
203 }
204 INPUT.search { font-size: 75%;
205 color: #000080;
206 font-weight: normal;
207 background-color: #eeeeff;
208 }
209 TD.tiny { font-size: 75%;
210 }
211 a {
212 color: #252E78;
213 }
214 a:visited {
215 color: #3D2185;
216 }