source: projects/punch-card/punch-card-editor/src/libs/qextserialport/html/doxygen.css @ 53

Last change on this file since 53 was 53, checked in by sven, 14 years ago

Punch Card Editor, ongoing development

  • Extended new Deck interface, expanding the undo framework
  • Implemented editor changes via undo framework
  • revised the menu and toolbar actions and structure (now dynamic construction at deck load time), implemented undo viewer
  • Started implementation of device driver framework in menu
  • Embedded the Qextserialport library (http://qextserialport.sourceforge.net/)
  • Started the Documation M200 Client device driver (well, just created the directory structure and qmake project file infrastructure)
  • At the current state, the complete project compiles :-)

Statistics: About 3500 Lines of code (without libqextserialport)

-- sven @ workstation

  • Property svn:executable set to *
File size: 7.9 KB
Line 
1BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV {
2        font-family: Geneva, Arial, Helvetica, sans-serif;
3}
4BODY,TD {
5       font-size: 90%;
6}
7H1 {
8        text-align: center;
9       font-size: 160%;
10}
11H2 {
12       font-size: 120%;
13}
14H3 {
15       font-size: 100%;
16}
17CAPTION { font-weight: bold }
18DIV.qindex {
19        width: 100%;
20        background-color: #e8eef2;
21        border: 1px solid #84b0c7;
22        text-align: center;
23        margin: 2px;
24        padding: 2px;
25        line-height: 140%;
26}
27DIV.nav {
28        width: 100%;
29        background-color: #e8eef2;
30        border: 1px solid #84b0c7;
31        text-align: center;
32        margin: 2px;
33        padding: 2px;
34        line-height: 140%;
35}
36DIV.navtab {
37       background-color: #e8eef2;
38       border: 1px solid #84b0c7;
39       text-align: center;
40       margin: 2px;
41       margin-right: 15px;
42       padding: 2px;
43}
44TD.navtab {
45       font-size: 70%;
46}
47A.qindex {
48       text-decoration: none;
49       font-weight: bold;
50       color: #1A419D;
51}
52A.qindex:visited {
53       text-decoration: none;
54       font-weight: bold;
55       color: #1A419D
56}
57A.qindex:hover {
58        text-decoration: none;
59        background-color: #ddddff;
60}
61A.qindexHL {
62        text-decoration: none;
63        font-weight: bold;
64        background-color: #6666cc;
65        color: #ffffff;
66        border: 1px double #9295C2;
67}
68A.qindexHL:hover {
69        text-decoration: none;
70        background-color: #6666cc;
71        color: #ffffff;
72}
73A.qindexHL:visited { text-decoration: none; background-color: #6666cc; color: #ffffff }
74A.el { text-decoration: none; font-weight: bold }
75A.elRef { font-weight: bold }
76A.code:link { text-decoration: none; font-weight: normal; color: #0000FF}
77A.code:visited { text-decoration: none; font-weight: normal; color: #0000FF}
78A.codeRef:link { font-weight: normal; color: #0000FF}
79A.codeRef:visited { font-weight: normal; color: #0000FF}
80A:hover { text-decoration: none; background-color: #f2f2ff }
81DL.el { margin-left: -1cm }
82.fragment {
83       font-family: monospace, fixed;
84       font-size: 95%;
85}
86PRE.fragment {
87        border: 1px solid #CCCCCC;
88        background-color: #f5f5f5;
89        margin-top: 4px;
90        margin-bottom: 4px;
91        margin-left: 2px;
92        margin-right: 8px;
93        padding-left: 6px;
94        padding-right: 6px;
95        padding-top: 4px;
96        padding-bottom: 4px;
97}
98DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
99
100DIV.groupHeader {
101       margin-left: 16px;
102       margin-top: 12px;
103       margin-bottom: 6px;
104       font-weight: bold;
105}
106DIV.groupText { margin-left: 16px; font-style: italic; font-size: 90% }
107BODY {
108        background: white;
109        color: black;
110        margin-right: 20px;
111        margin-left: 20px;
112}
113TD.indexkey {
114        background-color: #e8eef2;
115        font-weight: bold;
116        padding-right  : 10px;
117        padding-top    : 2px;
118        padding-left   : 10px;
119        padding-bottom : 2px;
120        margin-left    : 0px;
121        margin-right   : 0px;
122        margin-top     : 2px;
123        margin-bottom  : 2px;
124        border: 1px solid #CCCCCC;
125}
126TD.indexvalue {
127        background-color: #e8eef2;
128        font-style: italic;
129        padding-right  : 10px;
130        padding-top    : 2px;
131        padding-left   : 10px;
132        padding-bottom : 2px;
133        margin-left    : 0px;
134        margin-right   : 0px;
135        margin-top     : 2px;
136        margin-bottom  : 2px;
137        border: 1px solid #CCCCCC;
138}
139TR.memlist {
140   background-color: #f0f0f0; 
141}
142P.formulaDsp { text-align: center; }
143IMG.formulaDsp { }
144IMG.formulaInl { vertical-align: middle; }
145SPAN.keyword       { color: #008000 }
146SPAN.keywordtype   { color: #604020 }
147SPAN.keywordflow   { color: #e08000 }
148SPAN.comment       { color: #800000 }
149SPAN.preprocessor  { color: #806020 }
150SPAN.stringliteral { color: #002080 }
151SPAN.charliteral   { color: #008080 }
152.mdescLeft {
153       padding: 0px 8px 4px 8px;
154        font-size: 80%;
155        font-style: italic;
156        background-color: #FAFAFA;
157        border-top: 1px none #E0E0E0;
158        border-right: 1px none #E0E0E0;
159        border-bottom: 1px none #E0E0E0;
160        border-left: 1px none #E0E0E0;
161        margin: 0px;
162}
163.mdescRight {
164       padding: 0px 8px 4px 8px;
165        font-size: 80%;
166        font-style: italic;
167        background-color: #FAFAFA;
168        border-top: 1px none #E0E0E0;
169        border-right: 1px none #E0E0E0;
170        border-bottom: 1px none #E0E0E0;
171        border-left: 1px none #E0E0E0;
172        margin: 0px;
173}
174.memItemLeft {
175        padding: 1px 0px 0px 8px;
176        margin: 4px;
177        border-top-width: 1px;
178        border-right-width: 1px;
179        border-bottom-width: 1px;
180        border-left-width: 1px;
181        border-top-color: #E0E0E0;
182        border-right-color: #E0E0E0;
183        border-bottom-color: #E0E0E0;
184        border-left-color: #E0E0E0;
185        border-top-style: solid;
186        border-right-style: none;
187        border-bottom-style: none;
188        border-left-style: none;
189        background-color: #FAFAFA;
190        font-size: 80%;
191}
192.memItemRight {
193        padding: 1px 8px 0px 8px;
194        margin: 4px;
195        border-top-width: 1px;
196        border-right-width: 1px;
197        border-bottom-width: 1px;
198        border-left-width: 1px;
199        border-top-color: #E0E0E0;
200        border-right-color: #E0E0E0;
201        border-bottom-color: #E0E0E0;
202        border-left-color: #E0E0E0;
203        border-top-style: solid;
204        border-right-style: none;
205        border-bottom-style: none;
206        border-left-style: none;
207        background-color: #FAFAFA;
208        font-size: 80%;
209}
210.memTemplItemLeft {
211        padding: 1px 0px 0px 8px;
212        margin: 4px;
213        border-top-width: 1px;
214        border-right-width: 1px;
215        border-bottom-width: 1px;
216        border-left-width: 1px;
217        border-top-color: #E0E0E0;
218        border-right-color: #E0E0E0;
219        border-bottom-color: #E0E0E0;
220        border-left-color: #E0E0E0;
221        border-top-style: none;
222        border-right-style: none;
223        border-bottom-style: none;
224        border-left-style: none;
225        background-color: #FAFAFA;
226        font-size: 80%;
227}
228.memTemplItemRight {
229        padding: 1px 8px 0px 8px;
230        margin: 4px;
231        border-top-width: 1px;
232        border-right-width: 1px;
233        border-bottom-width: 1px;
234        border-left-width: 1px;
235        border-top-color: #E0E0E0;
236        border-right-color: #E0E0E0;
237        border-bottom-color: #E0E0E0;
238        border-left-color: #E0E0E0;
239        border-top-style: none;
240        border-right-style: none;
241        border-bottom-style: none;
242        border-left-style: none;
243        background-color: #FAFAFA;
244        font-size: 80%;
245}
246.memTemplParams {
247        padding: 1px 0px 0px 8px;
248        margin: 4px;
249        border-top-width: 1px;
250        border-right-width: 1px;
251        border-bottom-width: 1px;
252        border-left-width: 1px;
253        border-top-color: #E0E0E0;
254        border-right-color: #E0E0E0;
255        border-bottom-color: #E0E0E0;
256        border-left-color: #E0E0E0;
257        border-top-style: solid;
258        border-right-style: none;
259        border-bottom-style: none;
260        border-left-style: none;
261       color: #606060;
262        background-color: #FAFAFA;
263        font-size: 80%;
264}
265.search     { color: #003399;
266              font-weight: bold;
267}
268FORM.search {
269              margin-bottom: 0px;
270              margin-top: 0px;
271}
272INPUT.search { font-size: 75%;
273               color: #000080;
274               font-weight: normal;
275               background-color: #e8eef2;
276}
277TD.tiny      { font-size: 75%;
278}
279a {
280        color: #1A41A8;
281}
282a:visited {
283        color: #2A3798;
284}
285.dirtab { padding: 4px;
286          border-collapse: collapse;
287          border: 1px solid #84b0c7;
288}
289TH.dirtab { background: #e8eef2;
290            font-weight: bold;
291}
292HR { height: 1px;
293     border: none;
294     border-top: 1px solid black;
295}
296
297/* Style for detailed member documentation */
298.memtemplate {
299  font-size: 80%;
300  color: #606060;
301  font-weight: normal;
302} 
303.memnav { 
304  background-color: #e8eef2;
305  border: 1px solid #84b0c7;
306  text-align: center;
307  margin: 2px;
308  margin-right: 15px;
309  padding: 2px;
310}
311.memitem {
312  padding: 4px;
313  background-color: #eef3f5;
314  border-width: 1px;
315  border-style: solid;
316  border-color: #dedeee;
317  -moz-border-radius: 8px 8px 8px 8px;
318}
319.memname {
320  white-space: nowrap;
321  font-weight: bold;
322}
323.memdoc{
324  padding-left: 10px;
325}
326.memproto {
327  background-color: #d5e1e8;
328  width: 100%;
329  border-width: 1px;
330  border-style: solid;
331  border-color: #84b0c7;
332  font-weight: bold;
333  -moz-border-radius: 8px 8px 8px 8px;
334}
335.paramkey {
336  text-align: right;
337}
338.paramtype {
339  white-space: nowrap;
340}
341.paramname {
342  color: #602020;
343  font-style: italic;
344}
345/* End Styling for detailed member documentation */
346
347/* for the tree view */
348.ftvtree {
349        font-family: sans-serif;
350        margin:0.5em;
351}
352.directory { font-size: 9pt; font-weight: bold; }
353.directory h3 { margin: 0px; margin-top: 1em; font-size: 11pt; }
354.directory > h3 { margin-top: 0; }
355.directory p { margin: 0px; white-space: nowrap; }
356.directory div { display: none; margin: 0px; }
357.directory img { vertical-align: -30%; }
358
Note: See TracBrowser for help on using the repository browser.
© 2008 - 2013 technikum29 • Sven Köppel • Some rights reserved
Powered by Trac
Expect where otherwise noted, content on this site is licensed under a Creative Commons 3.0 License