diff options
author | Bdale Garbee <bdale@gag.com> | 2010-11-29 21:39:15 -0700 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2010-11-29 21:39:15 -0700 |
commit | 6a0c85760c655e490da7b9e764f0972b11bfef90 (patch) | |
tree | 67f46eecaede970a291cfd258f6820aebf89721d /avr/tmp/doxygen.css | |
parent | 0700b78dacd433d02974256a5861569b5401eeaa (diff) |
sources from initial AVR turn-on for TeleTerrateleterra
Diffstat (limited to 'avr/tmp/doxygen.css')
-rw-r--r-- | avr/tmp/doxygen.css | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/avr/tmp/doxygen.css b/avr/tmp/doxygen.css new file mode 100644 index 00000000..8cb8b2e5 --- /dev/null +++ b/avr/tmp/doxygen.css @@ -0,0 +1,49 @@ +H1 { text-align: center; } +CAPTION { font-weight: bold } +A.qindex {} +A.qindexRef {} +A.el { text-decoration: none; font-weight: bold } +A.elRef { font-weight: bold } +A.code { text-decoration: none; font-weight: normal; color: #4444ee } +A.codeRef { font-weight: normal; color: #4444ee } +A:hover { text-decoration: none; background-color: #f2f2ff } +DL.el { margin-left: -1cm } +DIV.fragment { width: 100%; border: none; background-color: #eeeeee } +DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px } +TD.md { background-color: #f2f2ff; font-weight: bold; } +TD.mdname1 { background-color: #f2f2ff; font-weight: bold; color: #602020; } +TD.mdname { background-color: #f2f2ff; font-weight: bold; color: #602020; width: 600px; } +DIV.groupHeader { margin-left: 16px; margin-top: 12px; margin-bottom: 6px; font-weight: bold } +DIV.groupText { margin-left: 16px; font-style: italic; font-size: smaller } +BODY { background: white; color: black } +TD.indexkey { + background-color: #eeeeff; + font-weight: bold; + padding-right : 10px; + padding-top : 2px; + padding-left : 10px; + padding-bottom : 2px; + margin-left : 0px; + margin-right : 0px; + margin-top : 2px; + margin-bottom : 2px +} +TD.indexvalue { + background-color: #eeeeff; + font-style: italic; + padding-right : 10px; + padding-top : 2px; + padding-left : 10px; + padding-bottom : 2px; + margin-left : 0px; + margin-right : 0px; + margin-top : 2px; + margin-bottom : 2px +} +span.keyword { color: #008000 } +span.keywordtype { color: #604020 } +span.keywordflow { color: #e08000 } +span.comment { color: #800000 } +span.preprocessor { color: #806020 } +span.stringliteral { color: #002080 } +span.charliteral { color: #008080 } |