Files
date_time/doc/doxygen.css
Jeff Garland 4c8f66a151 add coloring for tables
[SVN r17365]
2003-02-13 15:56:35 +00:00

34 lines
1.4 KiB
CSS

H1 { text-align: center; color: lightcoral; }
H2 { margin-top: 0; margin-bottom: 0; color: slateblue; }
.bold { font-weight: bold; }
.el { text-decoration: none; font-weight: bold; color: lightslateblue }
.func { text-decoration: none; font-weight: bold; color: lightslateblue }
/* table stuff */
.row_title {font-weight: bold; background-color: #6699CC; text-align: left;}
.content {background-color: #B0E2FF; text-align: left;}
.centered {text-align: center;}
.nowrap {white-space: nowrap;}
A.qindex { color: seagreen }
A.qindexRef {}
A.el { text-decoration: none; font-weight: bold; color: lightslateblue }
A.elRef { font-weight: bold; color: red}
A.code { text-decoration: none; font-weight: normal; color: darkblue; }
A.codeRef { font-weight: normal; }
DL.el { margin-left: -1cm }
DIV.fragment { width: 100%; border: none; background-color: #eeeeee; }
DIV.ah { background-color: black; margin-bottom: 3; margin-top: 3 }
/*TD.md { background-color: #f2f2ff }*/
/* md == member documentation */
TD.md { background-color: lightblue; }
DIV.groupHeader { margin-left: 16; margin-top: 12; margin-bottom: 6; font-weight: bold }
DIV.groupText { margin-left: 16; font-style: italic; font-size: smaller }
FONT.keyword { color: green }
FONT.keywordtype { color: green }
FONT.keywordflow { color: darkviolet }
FONT.comment { color: slateblue }
FONT.preprocessor { color: #806020 }
FONT.stringliteral { color: #002080 }
FONT.charliteral { color: #008080 }