Chameleon

Chameleon Svn Source Tree

Root/branches/xZenu/src/util/doxygen/src/doxygen_css.h

Source at commit 1322 created 12 years 8 months ago.
By meklort, Add doxygen to utils folder
1"/* The standard CSS for doxygen */\n"
2"\n"
3"body, table, div, p, dl {\n"
4"font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;\n"
5"font-size: 12px;\n"
6"}\n"
7"\n"
8"/* @group Heading Levels */\n"
9"\n"
10"h1 {\n"
11"font-size: 150%;\n"
12"}\n"
13"\n"
14".title {\n"
15"font-size: 150%;\n"
16"font-weight: bold;\n"
17"margin: 10px 2px;\n"
18"}\n"
19"\n"
20"h2 {\n"
21"font-size: 120%;\n"
22"}\n"
23"\n"
24"h3 {\n"
25"font-size: 100%;\n"
26"}\n"
27"\n"
28"dt {\n"
29"font-weight: bold;\n"
30"}\n"
31"\n"
32"div.multicol {\n"
33"-moz-column-gap: 1em;\n"
34"-webkit-column-gap: 1em;\n"
35"-moz-column-count: 3;\n"
36"-webkit-column-count: 3;\n"
37"}\n"
38"\n"
39"p.startli, p.startdd, p.starttd {\n"
40"margin-top: 2px;\n"
41"}\n"
42"\n"
43"p.endli {\n"
44"margin-bottom: 0px;\n"
45"}\n"
46"\n"
47"p.enddd {\n"
48"margin-bottom: 4px;\n"
49"}\n"
50"\n"
51"p.endtd {\n"
52"margin-bottom: 2px;\n"
53"}\n"
54"\n"
55"/* @end */\n"
56"\n"
57"caption {\n"
58"font-weight: bold;\n"
59"}\n"
60"\n"
61"span.legend {\n"
62" font-size: 70%;\n"
63" text-align: center;\n"
64"}\n"
65"\n"
66"h3.version {\n"
67" font-size: 90%;\n"
68" text-align: center;\n"
69"}\n"
70"\n"
71"div.qindex, div.navtab{\n"
72"background-color: ##ee;\n"
73"border: 1px solid ##b0;\n"
74"text-align: center;\n"
75"margin: 2px;\n"
76"padding: 2px;\n"
77"}\n"
78"\n"
79"div.qindex, div.navpath {\n"
80"width: 100%;\n"
81"line-height: 140%;\n"
82"}\n"
83"\n"
84"div.navtab {\n"
85"margin-right: 15px;\n"
86"}\n"
87"\n"
88"/* @group Link Styling */\n"
89"\n"
90"a {\n"
91"color: ##50;\n"
92"font-weight: normal;\n"
93"text-decoration: none;\n"
94"}\n"
95"\n"
96".contents a:visited {\n"
97"color: ##60;\n"
98"}\n"
99"\n"
100"a:hover {\n"
101"text-decoration: underline;\n"
102"}\n"
103"\n"
104"a.qindex {\n"
105"font-weight: bold;\n"
106"}\n"
107"\n"
108"a.qindexHL {\n"
109"font-weight: bold;\n"
110"background-color: ##AA;\n"
111"color: #ffffff;\n"
112"border: 1px double ##98;\n"
113"}\n"
114"\n"
115".contents a.qindexHL:visited {\n"
116" color: #ffffff;\n"
117"}\n"
118"\n"
119"a.el {\n"
120"font-weight: bold;\n"
121"}\n"
122"\n"
123"a.elRef {\n"
124"}\n"
125"\n"
126"a.code {\n"
127"color: ##60;\n"
128"}\n"
129"\n"
130"a.codeRef {\n"
131"color: ##60;\n"
132"}\n"
133"\n"
134"/* @end */\n"
135"\n"
136"dl.el {\n"
137"margin-left: -1cm;\n"
138"}\n"
139"\n"
140".fragment {\n"
141"font-family: monospace, fixed;\n"
142"font-size: 105%;\n"
143"}\n"
144"\n"
145"pre.fragment {\n"
146"border: 1px solid ##CC;\n"
147"background-color: ##FC;\n"
148"padding: 4px 6px;\n"
149"margin: 4px 8px 4px 2px;\n"
150"overflow: auto;\n"
151"word-wrap: break-word;\n"
152"font-size: 9pt;\n"
153"line-height: 125%;\n"
154"}\n"
155"\n"
156"div.ah {\n"
157"background-color: black;\n"
158"font-weight: bold;\n"
159"color: #ffffff;\n"
160"margin-bottom: 3px;\n"
161"margin-top: 3px;\n"
162"padding: 0.2em;\n"
163"border: solid thin #333;\n"
164"border-radius: 0.5em;\n"
165"-webkit-border-radius: .5em;\n"
166"-moz-border-radius: .5em;\n"
167"box-shadow: 2px 2px 3px #999;\n"
168"-webkit-box-shadow: 2px 2px 3px #999;\n"
169"-moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;\n"
170"background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444));\n"
171"background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000);\n"
172"}\n"
173"\n"
174"div.groupHeader {\n"
175"margin-left: 16px;\n"
176"margin-top: 12px;\n"
177"font-weight: bold;\n"
178"}\n"
179"\n"
180"div.groupText {\n"
181"margin-left: 16px;\n"
182"font-style: italic;\n"
183"}\n"
184"\n"
185"body {\n"
186"background: white;\n"
187"color: black;\n"
188" margin: 0;\n"
189"}\n"
190"\n"
191"div.contents {\n"
192"margin-top: 10px;\n"
193"margin-left: 10px;\n"
194"margin-right: 5px;\n"
195"}\n"
196"\n"
197"td.indexkey {\n"
198"background-color: ##ee;\n"
199"font-weight: bold;\n"
200"border: 1px solid ##cc;\n"
201"margin: 2px 0px 2px 0;\n"
202"padding: 2px 10px;\n"
203"}\n"
204"\n"
205"td.indexvalue {\n"
206"background-color: ##ee;\n"
207"border: 1px solid ##cc;\n"
208"padding: 2px 10px;\n"
209"margin: 2px 0px;\n"
210"}\n"
211"\n"
212"tr.memlist {\n"
213"background-color: ##f0;\n"
214"}\n"
215"\n"
216"p.formulaDsp {\n"
217"text-align: center;\n"
218"}\n"
219"\n"
220"img.formulaDsp {\n"
221"\n"
222"}\n"
223"\n"
224"img.formulaInl {\n"
225"vertical-align: middle;\n"
226"}\n"
227"\n"
228"div.center {\n"
229"text-align: center;\n"
230" margin-top: 0px;\n"
231" margin-bottom: 0px;\n"
232" padding: 0px;\n"
233"}\n"
234"\n"
235"div.center img {\n"
236"border: 0px;\n"
237"}\n"
238"\n"
239"address.footer {\n"
240"text-align: right;\n"
241"padding-right: 12px;\n"
242"}\n"
243"\n"
244"img.footer {\n"
245"border: 0px;\n"
246"vertical-align: middle;\n"
247"}\n"
248"\n"
249"/* @group Code Colorization */\n"
250"\n"
251"span.keyword {\n"
252"color: #008000\n"
253"}\n"
254"\n"
255"span.keywordtype {\n"
256"color: #604020\n"
257"}\n"
258"\n"
259"span.keywordflow {\n"
260"color: #e08000\n"
261"}\n"
262"\n"
263"span.comment {\n"
264"color: #800000\n"
265"}\n"
266"\n"
267"span.preprocessor {\n"
268"color: #806020\n"
269"}\n"
270"\n"
271"span.stringliteral {\n"
272"color: #002080\n"
273"}\n"
274"\n"
275"span.charliteral {\n"
276"color: #008080\n"
277"}\n"
278"\n"
279"span.vhdldigit { \n"
280"color: #ff00ff \n"
281"}\n"
282"\n"
283"span.vhdlchar { \n"
284"color: #000000 \n"
285"}\n"
286"\n"
287"span.vhdlkeyword { \n"
288"color: #700070 \n"
289"}\n"
290"\n"
291"span.vhdllogic { \n"
292"color: #ff0000 \n"
293"}\n"
294"\n"
295"/* @end */\n"
296"\n"
297"/*\n"
298".search {\n"
299"color: #003399;\n"
300"font-weight: bold;\n"
301"}\n"
302"\n"
303"form.search {\n"
304"margin-bottom: 0px;\n"
305"margin-top: 0px;\n"
306"}\n"
307"\n"
308"input.search {\n"
309"font-size: 75%;\n"
310"color: #000080;\n"
311"font-weight: normal;\n"
312"background-color: #e8eef2;\n"
313"}\n"
314"*/\n"
315"\n"
316"td.tiny {\n"
317"font-size: 75%;\n"
318"}\n"
319"\n"
320".dirtab {\n"
321"padding: 4px;\n"
322"border-collapse: collapse;\n"
323"border: 1px solid ##b0;\n"
324"}\n"
325"\n"
326"th.dirtab {\n"
327"background: ##ee;\n"
328"font-weight: bold;\n"
329"}\n"
330"\n"
331"hr {\n"
332"height: 0px;\n"
333"border: none;\n"
334"border-top: 1px solid ##66;\n"
335"}\n"
336"\n"
337"hr.footer {\n"
338"height: 1px;\n"
339"}\n"
340"\n"
341"/* @group Member Descriptions */\n"
342"\n"
343"table.memberdecls {\n"
344"border-spacing: 0px;\n"
345"padding: 0px;\n"
346"}\n"
347"\n"
348".mdescLeft, .mdescRight,\n"
349".memItemLeft, .memItemRight,\n"
350".memTemplItemLeft, .memTemplItemRight, .memTemplParams {\n"
351"background-color: ##FA;\n"
352"border: none;\n"
353"margin: 4px;\n"
354"padding: 1px 0 0 8px;\n"
355"}\n"
356"\n"
357".mdescLeft, .mdescRight {\n"
358"padding: 0px 8px 4px 8px;\n"
359"color: #555;\n"
360"}\n"
361"\n"
362".memItemLeft, .memItemRight, .memTemplParams {\n"
363"border-top: 1px solid ##cc;\n"
364"}\n"
365"\n"
366".memItemLeft, .memTemplItemLeft {\n"
367" white-space: nowrap;\n"
368"}\n"
369"\n"
370".memItemRight {\n"
371"width: 100%;\n"
372"}\n"
373"\n"
374".memTemplParams {\n"
375"color: ##60;\n"
376" white-space: nowrap;\n"
377"}\n"
378"\n"
379"/* @end */\n"
380"\n"
381"/* @group Member Details */\n"
382"\n"
383"/* Styles for detailed member documentation */\n"
384"\n"
385".memtemplate {\n"
386"font-size: 80%;\n"
387"color: ##60;\n"
388"font-weight: normal;\n"
389"margin-left: 9px;\n"
390"}\n"
391"\n"
392".memnav {\n"
393"background-color: ##ee;\n"
394"border: 1px solid ##b0;\n"
395"text-align: center;\n"
396"margin: 2px;\n"
397"margin-right: 15px;\n"
398"padding: 2px;\n"
399"}\n"
400"\n"
401".mempage {\n"
402"width: 100%;\n"
403"}\n"
404"\n"
405".memitem {\n"
406"padding: 0;\n"
407"margin-bottom: 10px;\n"
408"margin-right: 5px;\n"
409"}\n"
410"\n"
411".memname {\n"
412" white-space: nowrap;\n"
413" font-weight: bold;\n"
414" margin-left: 6px;\n"
415"}\n"
416"\n"
417".memproto {\n"
418" border-top: 1px solid ##B4;\n"
419" border-left: 1px solid ##B4;\n"
420" border-right: 1px solid ##B4;\n"
421" padding: 6px 0px 6px 0px;\n"
422" color: ##2b;\n"
423" font-weight: bold;\n"
424" text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);\n"
425" /* opera specific markup */\n"
426" box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);\n"
427" border-top-right-radius: 8px;\n"
428" border-top-left-radius: 8px;\n"
429" /* firefox specific markup */\n"
430" -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;\n"
431" -moz-border-radius-topright: 8px;\n"
432" -moz-border-radius-topleft: 8px;\n"
433" /* webkit specific markup */\n"
434" -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);\n"
435" -webkit-border-top-right-radius: 8px;\n"
436" -webkit-border-top-left-radius: 8px;\n"
437" background-image:url('nav_f.png');\n"
438" background-repeat:repeat-x;\n"
439" background-color: ##E6;\n"
440"\n"
441"}\n"
442"\n"
443".memdoc {\n"
444" border-bottom: 1px solid ##B4; \n"
445" border-left: 1px solid ##B4; \n"
446" border-right: 1px solid ##B4; \n"
447" padding: 2px 5px;\n"
448" background-color: ##FC;\n"
449" border-top-width: 0;\n"
450" /* opera specific markup */\n"
451" border-bottom-left-radius: 8px;\n"
452" border-bottom-right-radius: 8px;\n"
453" box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);\n"
454" /* firefox specific markup */\n"
455" -moz-border-radius-bottomleft: 8px;\n"
456" -moz-border-radius-bottomright: 8px;\n"
457" -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;\n"
458" background-image: -moz-linear-gradient(center top, ##FF 0%, ##FF 60%, ##F8 95%, ##F0);\n"
459" /* webkit specific markup */\n"
460" -webkit-border-bottom-left-radius: 8px;\n"
461" -webkit-border-bottom-right-radius: 8px;\n"
462" -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);\n"
463" background-image: -webkit-gradient(linear,center top,center bottom,from(##FF), color-stop(0.6,##FF), color-stop(0.60,##FF), color-stop(0.95,##F8), to(##F0));\n"
464"}\n"
465"\n"
466".paramkey {\n"
467"text-align: right;\n"
468"}\n"
469"\n"
470".paramtype {\n"
471"white-space: nowrap;\n"
472"}\n"
473"\n"
474".paramname {\n"
475"color: #602020;\n"
476"white-space: nowrap;\n"
477"}\n"
478".paramname em {\n"
479"font-style: normal;\n"
480"}\n"
481"\n"
482".params, .retval, .exception, .tparams {\n"
483" border-spacing: 6px 2px;\n"
484"} \n"
485"\n"
486".params .paramname, .retval .paramname {\n"
487" font-weight: bold;\n"
488" vertical-align: top;\n"
489"}\n"
490" \n"
491".params .paramtype {\n"
492" font-style: italic;\n"
493" vertical-align: top;\n"
494"} \n"
495" \n"
496".params .paramdir {\n"
497" font-family: \"courier new\",courier,monospace;\n"
498" vertical-align: top;\n"
499"}\n"
500"\n"
501"\n"
502"\n"
503"\n"
504"/* @end */\n"
505"\n"
506"/* @group Directory (tree) */\n"
507"\n"
508"/* for the tree view */\n"
509"\n"
510".ftvtree {\n"
511"font-family: sans-serif;\n"
512"margin: 0px;\n"
513"}\n"
514"\n"
515"/* these are for tree view when used as main index */\n"
516"\n"
517".directory {\n"
518"font-size: 9pt;\n"
519"font-weight: bold;\n"
520"margin: 5px;\n"
521"}\n"
522"\n"
523".directory h3 {\n"
524"margin: 0px;\n"
525"margin-top: 1em;\n"
526"font-size: 11pt;\n"
527"}\n"
528"\n"
529"/*\n"
530"The following two styles can be used to replace the root node title\n"
531"with an image of your choice. Simply uncomment the next two styles,\n"
532"specify the name of your image and be sure to set 'height' to the\n"
533"proper pixel height of your image.\n"
534"*/\n"
535"\n"
536"/*\n"
537".directory h3.swap {\n"
538"height: 61px;\n"
539"background-repeat: no-repeat;\n"
540"background-image: url(\"yourimage.gif\");\n"
541"}\n"
542".directory h3.swap span {\n"
543"display: none;\n"
544"}\n"
545"*/\n"
546"\n"
547".directory > h3 {\n"
548"margin-top: 0;\n"
549"}\n"
550"\n"
551".directory p {\n"
552"margin: 0px;\n"
553"white-space: nowrap;\n"
554"}\n"
555"\n"
556".directory div {\n"
557"display: none;\n"
558"margin: 0px;\n"
559"}\n"
560"\n"
561".directory img {\n"
562"vertical-align: -30%;\n"
563"}\n"
564"\n"
565"/* these are for tree view when not used as main index */\n"
566"\n"
567".directory-alt {\n"
568"font-size: 100%;\n"
569"font-weight: bold;\n"
570"}\n"
571"\n"
572".directory-alt h3 {\n"
573"margin: 0px;\n"
574"margin-top: 1em;\n"
575"font-size: 11pt;\n"
576"}\n"
577"\n"
578".directory-alt > h3 {\n"
579"margin-top: 0;\n"
580"}\n"
581"\n"
582".directory-alt p {\n"
583"margin: 0px;\n"
584"white-space: nowrap;\n"
585"}\n"
586"\n"
587".directory-alt div {\n"
588"display: none;\n"
589"margin: 0px;\n"
590"}\n"
591"\n"
592".directory-alt img {\n"
593"vertical-align: -30%;\n"
594"}\n"
595"\n"
596"/* @end */\n"
597"\n"
598"div.dynheader {\n"
599" margin-top: 8px;\n"
600"}\n"
601"\n"
602"address {\n"
603"font-style: normal;\n"
604"color: ##33;\n"
605"}\n"
606"\n"
607"table.doxtable {\n"
608"border-collapse:collapse;\n"
609"}\n"
610"\n"
611"table.doxtable td, table.doxtable th {\n"
612"border: 1px solid ##37;\n"
613"padding: 3px 7px 2px;\n"
614"}\n"
615"\n"
616"table.doxtable th {\n"
617"background-color: ##47;\n"
618"color: #FFFFFF;\n"
619"font-size: 110%;\n"
620"padding-bottom: 4px;\n"
621"padding-top: 5px;\n"
622"text-align:left;\n"
623"}\n"
624"\n"
625".tabsearch {\n"
626"top: 0px;\n"
627"left: 10px;\n"
628"height: 36px;\n"
629"background-image: url('tab_b.png');\n"
630"z-index: 101;\n"
631"overflow: hidden;\n"
632"font-size: 13px;\n"
633"}\n"
634"\n"
635".navpath ul\n"
636"{\n"
637"font-size: 11px;\n"
638"background-image:url('tab_b.png');\n"
639"background-repeat:repeat-x;\n"
640"height:30px;\n"
641"line-height:30px;\n"
642"color:##9b;\n"
643"border:solid 1px ##ca;\n"
644"overflow:hidden;\n"
645"margin:0px;\n"
646"padding:0px;\n"
647"}\n"
648"\n"
649".navpath li\n"
650"{\n"
651"list-style-type:none;\n"
652"float:left;\n"
653"padding-left:10px;\n"
654"padding-right:15px;\n"
655"background-image:url('bc_s.png');\n"
656"background-repeat:no-repeat;\n"
657"background-position:right;\n"
658"color:##45;\n"
659"}\n"
660"\n"
661".navpath li.navelem a\n"
662"{\n"
663"height:32px;\n"
664"display:block;\n"
665"text-decoration: none;\n"
666"outline: none;\n"
667"}\n"
668"\n"
669".navpath li.navelem a:hover\n"
670"{\n"
671"color:##80;\n"
672"}\n"
673"\n"
674".navpath li.footer\n"
675"{\n"
676" list-style-type:none;\n"
677" float:right;\n"
678" padding-left:10px;\n"
679" padding-right:15px;\n"
680" background-image:none;\n"
681" background-repeat:no-repeat;\n"
682" background-position:right;\n"
683" color:##45;\n"
684" font-size: 8pt;\n"
685"}\n"
686"\n"
687"\n"
688"div.summary\n"
689"{\n"
690"float: right;\n"
691"font-size: 8pt;\n"
692"padding-right: 5px;\n"
693"width: 50%;\n"
694"text-align: right;\n"
695"} \n"
696"\n"
697"div.summary a\n"
698"{\n"
699"white-space: nowrap;\n"
700"}\n"
701"\n"
702"div.ingroups\n"
703"{\n"
704"font-size: 8pt;\n"
705"padding-left: 5px;\n"
706"width: 50%;\n"
707"text-align: left;\n"
708"}\n"
709"\n"
710"div.ingroups a\n"
711"{\n"
712"white-space: nowrap;\n"
713"}\n"
714"\n"
715"div.header\n"
716"{\n"
717" background-image:url('nav_h.png');\n"
718" background-repeat:repeat-x;\n"
719"background-color: ##FA;\n"
720"margin: 0px;\n"
721"border-bottom: 1px solid ##CC;\n"
722"}\n"
723"\n"
724"div.headertitle\n"
725"{\n"
726"padding: 5px 5px 5px 10px;\n"
727"}\n"
728"\n"
729"dl\n"
730"{\n"
731" padding: 0 0 0 10px;\n"
732"}\n"
733"\n"
734"dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug\n"
735"{\n"
736" border-left:4px solid;\n"
737" padding: 0 0 0 6px;\n"
738"}\n"
739"\n"
740"dl.note\n"
741"{\n"
742" border-color: #D0C000;\n"
743"}\n"
744"\n"
745"dl.warning, dl.attention\n"
746"{\n"
747" border-color: #FF0000;\n"
748"}\n"
749"\n"
750"dl.pre, dl.post, dl.invariant\n"
751"{\n"
752" border-color: #00D000;\n"
753"}\n"
754"\n"
755"dl.deprecated\n"
756"{\n"
757" border-color: #505050;\n"
758"}\n"
759"\n"
760"dl.todo\n"
761"{\n"
762" border-color: #00C0E0;\n"
763"}\n"
764"\n"
765"dl.test\n"
766"{\n"
767" border-color: #3030E0;\n"
768"}\n"
769"\n"
770"dl.bug\n"
771"{\n"
772" border-color: #C08050;\n"
773"}\n"
774"\n"
775"#projectlogo\n"
776"{\n"
777"text-align: center;\n"
778"vertical-align: bottom;\n"
779"border-collapse: separate;\n"
780"}\n"
781" \n"
782"#projectlogo img\n"
783"{ \n"
784"border: 0px none;\n"
785"}\n"
786" \n"
787"#projectname\n"
788"{\n"
789"font: 300% Tahoma, Arial,sans-serif;\n"
790"margin: 0px;\n"
791"padding: 2px 0px;\n"
792"}\n"
793" \n"
794"#projectbrief\n"
795"{\n"
796"font: 120% Tahoma, Arial,sans-serif;\n"
797"margin: 0px;\n"
798"padding: 0px;\n"
799"}\n"
800"\n"
801"#projectnumber\n"
802"{\n"
803"font: 50% Tahoma, Arial,sans-serif;\n"
804"margin: 0px;\n"
805"padding: 0px;\n"
806"}\n"
807"\n"
808"#titlearea\n"
809"{\n"
810"padding: 0px;\n"
811"margin: 0px;\n"
812"width: 100%;\n"
813"border-bottom: 1px solid ##70;\n"
814"}\n"
815"\n"
816".image\n"
817"{\n"
818" text-align: center;\n"
819"}\n"
820"\n"
821".dotgraph\n"
822"{\n"
823" text-align: center;\n"
824"}\n"
825"\n"
826".mscgraph\n"
827"{\n"
828" text-align: center;\n"
829"}\n"
830"\n"
831".caption\n"
832"{\n"
833"font-weight: bold;\n"
834"}\n"
835"\n"
836

Archive Download this file

Revision: 1322