aboutsummaryrefslogtreecommitdiff
path: root/lib/lufa/LUFA/DoxygenPages/Style
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lufa/LUFA/DoxygenPages/Style')
-rw-r--r--lib/lufa/LUFA/DoxygenPages/Style/Footer.htm35
-rw-r--r--lib/lufa/LUFA/DoxygenPages/Style/Style.css93
2 files changed, 128 insertions, 0 deletions
diff --git a/lib/lufa/LUFA/DoxygenPages/Style/Footer.htm b/lib/lufa/LUFA/DoxygenPages/Style/Footer.htm
new file mode 100644
index 000000000..a72c5bdd2
--- /dev/null
+++ b/lib/lufa/LUFA/DoxygenPages/Style/Footer.htm
@@ -0,0 +1,35 @@
1<!--BEGIN GENERATE_TREEVIEW-->
2 <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
3 <ul>
4 <li class="footer" style="float:left !important;">
5 $generatedby
6 <a href="http://www.doxygen.org/index.html">
7 <img class="footer" src="$relpath$doxygen.png" alt="doxygen"/>
8 </a>
9 $doxygenversion
10 </li>
11
12 <li class="footer">
13 <a href="http://www.lufa-lib.org" title="LUFA Project Page">LUFA Project Page</a> | <a href="http://www.lufa-lib.org/support" title="LUFA Support List">Support Mailing List</a> | <a href="http://www.lufa-lib.org/donate" title="Donate to Support LUFA">Donate</a> | <a href="http://www.fourwalledcubicle.com" title="Four Walled Cubicle Website">Four Walled Cubicle</a> - LUFA, the Lightweight USB Framework for AVRs
14 </li>
15 </ul>
16 </div>
17<!--END GENERATE_TREEVIEW-->
18<!--BEGIN !GENERATE_TREEVIEW-->
19 <hr class="footer"/>
20 <div class="footer">
21 <span style="float: left;">
22 $generatedby
23 <a href="http://www.doxygen.org/index.html">
24 <img class="footer" src="$relpath$doxygen.png" alt="doxygen"/>
25 </a>
26 $doxygenversion
27 </span>
28
29 <span style="margin-right: 20px; float: right;">
30 <a href="http://www.lufa-lib.org" title="LUFA Project Page">LUFA Project Page</a> | <a href="http://www.lufa-lib.org/support" title="LUFA Support List">Support Mailing List</a> | <a href="http://www.lufa-lib.org/donate" title="Donate to Support LUFA">Donate</a> | <a href="http://www.fourwalledcubicle.com" title="Four Walled Cubicle Website">Four Walled Cubicle</a> - LUFA, the Lightweight USB Framework for AVRs
31 </span>
32 </div>
33<!--END !GENERATE_TREEVIEW-->
34 </body>
35</html> \ No newline at end of file
diff --git a/lib/lufa/LUFA/DoxygenPages/Style/Style.css b/lib/lufa/LUFA/DoxygenPages/Style/Style.css
new file mode 100644
index 000000000..933215546
--- /dev/null
+++ b/lib/lufa/LUFA/DoxygenPages/Style/Style.css
@@ -0,0 +1,93 @@
1/* ============================= */
2/* Page Header Formattings */
3/* ============================= */
4#titlearea {
5 background-color:#E1E7F4;
6 background-image:url('nav_f.png');
7 background-repeat:repeat-x;
8 color:#20335A;
9 font-weight:bold;
10 text-shadow:0 1px 1px rgba(255, 255, 255, 0.9);
11}
12
13#projectlogo {
14 padding-left: 10px;
15}
16
17/* ============================= */
18/* General Text Formattings */
19/* ============================= */
20body,table,div,p,dl {
21 font-family:Lucida Grande, Verdana, Geneva, Arial, sans-serif;
22 font-size:13px;
23 line-height:1.3;
24}
25
26div.header, div.contents p {
27 padding-left:12px;
28}
29
30/* ============================= */
31/* API Documentation Formattings */
32/* ============================= */
33div.contents table.memberdecls, .paramname {
34 font-family:Consolas, Monaco, courier, sans-serif;
35 font-size:105%;
36 padding-right:20px;
37}
38
39/* ============================= */
40/* HTML Heading Formattings */
41/* ============================= */
42h1, h2, h3, h4 {
43 font-family:Lucida Grande, Verdana, Geneva, Arial, sans-serif;
44}
45
46h1 {
47 font-size:25px;
48 margin-bottom:10px;
49}
50
51h2 {
52 color:#42657B;
53 font-size:17px;
54}
55
56h3 {
57 font-size:15px;
58}
59
60h4 {
61 font-size:13px;
62}
63
64/* ============================= */
65/* Code Snippet Formattings */
66/* ============================= */
67span.keyword {
68 color:#008000;
69}
70
71span.keywordtype {
72 color:#604020;
73}
74
75span.keywordflow {
76 color:#e08000;
77}
78
79span.comment {
80 color:#008000;
81}
82
83span.preprocessor {
84 color:#806020;
85}
86
87span.stringliteral {
88 color:#002080;
89}
90
91span.charliteral {
92 color:#008080;
93}