/[projects]/queensgui/html/doxygen.css
ViewVC logotype

Annotation of /queensgui/html/doxygen.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (hide annotations) (download) (as text)
Thu Jul 19 21:34:15 2007 UTC (16 years, 10 months ago) by torben
File MIME type: text/css
File size: 6517 byte(s)
Initial import


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

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.20