| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540 |
- /*The standard CSS for doxygen*/
- BODY, TABLE, DIV, P, DL
- {
- font-family: Verdana, "Helvetica Neue", Arial, Helvetica, sans-serif;
- font-size: 9pt;
- /*[empty]background-color:;*/
- }
- TABLE.header
- {
- background-color: #251F3D;
- padding: 0;
- border: 0;
- margin: 0;
- border-spacing: 0;
- }
- TD.headermenu
- {
- background-color: #3D3755;
- border-width: 0;
- padding: 4px;
- margin: 0 0 0 0;
- }
- DIV.contents
- {
- padding-left: 20px;
- padding-right: 20px;
- }
- .contents TABLE
- {
- /*A little spacing at the top of tables.*/
- margin-top: 6px;
- border-spacing: 0;
- }
- /*@group Heading Levels*/
- H1
- {
- text-align: center;
- font-size: 150%;
- }
- H2
- {
- margin-top: 8px;
- font-size: 120%;
- }
- H3
- {
- font-size: 100%;
- }
- DT
- {
- font-weight: bold;
- margin-bottom: 7px;
- }
- DIV.multicol
- {
- /*-moz-column-gap: 1em*/
- -webkit-column-gap: 1em;
- /*-moz-column-count: 3*/
- -webkit-column-count: 3;
- }
- P.startli, P.startdd
- {
- margin-top: 2px;
- }
- P.endli
- {
- margin-bottom: 0px;
- }
- P.enddd
- {
- margin-bottom: 4px;
- }
- /*@end*/
- CAPTION
- {
- font-weight: bold;
- }
- SPAN.legend
- {
- font-size: 70%;
- text-align: center;
- }
- DIV.qindex, DIV.navtab
- {
- background-color: #E8EEF2;
- border: 1px solid #84B0C7;
- text-align: center;
- margin: 2px;
- padding: 2px;
- }
- DIV.qindex, DIV.navpath
- {
- width: 100%;
- line-height: 140%;
- }
- DIV.navtab
- {
- margin-right: 15px;
- }
- /*@group Link Styling*/
- A
- {
- color: #0063B5;
- font-weight: normal;
- text-decoration: none;
- }
- .contents A:visited
- {
- color: #1B77C5;
- }
- A:hover
- {
- color: #3399CC;
- text-decoration: underline;
- }
- A.qindex
- {
- color: #CBCBCB;
- font-weight: normal;
- text-decoration: none;
- }
- A:hover.qindex
- {
- color: #FFFFFF;
- }
- A.qindexHL
- {
- font-weight: bold;
- background-color: #6666CC;
- color: #FFFFFF;
- border: 1px double #9295C2;
- }
- .contents A.qindexHL:visited
- {
- color: #FFFFFF;
- }
- A.el
- {
- font-weight: normal;
- }
- A.elRef
- {
- }
- A.code
- {
- }
- A.codeRef
- {
- }
- /* Disable links within headers... these are usually just anchors */
- H1 A
- {
- font-weight: bold;
- color: #000000;
- }
- H1 A:hover
- {
- color: #000000;
- text-decoration: none;
- }
- H2 A
- {
- font-weight: bold;
- color: #000000;
- }
- H2 A:hover
- {
- color: #000000;
- text-decoration: none;
- }
- H3 A
- {
- font-weight: bold;
- color: #000000;
- }
- H3 A:hover
- {
- color: #000000;
- text-decoration: none;
- }
- /*@end*/
- DL.el
- {
- margin-left: -1cm;
- }
- .fragment
- {
- font-family: monospace, fixed;
- font-size: 105%;
- }
- PRE.fragment
- {
- border: 1px solid #CCCCCC;
- background-color: #F5F5F5;
- padding: 4px 6px;
- margin: 4px 8px 4px 2px;
- }
- DIV.ah
- {
- background-color: #000000;
- font-weight: bold;
- color: #FFFFFF;
- margin-bottom: 3px;
- margin-top: 3px;
- }
- DIV.groupHeader
- {
- margin-left: 16px;
- margin-top: 12px;
- margin-bottom: 6px;
- font-weight: bold;
- }
- DIV.groupText
- {
- margin-left: 16px;
- font-style: italic;
- }
- BODY
- {
- background: #FFFFFF;
- color: #000000;
- margin-right: 0;
- margin-left: 0;
- margin-top: 0;
- }
- TD.indexkey
- {
- background-color: #F2F1F0;
- border-top: 1px solid #CCCCCC;
- margin: 2px 2px 0px 0;
- padding: 2px 10px;
- }
- TD.indexvalue
- {
- background-color: #F2F1F0;
- border-top: 1px solid #CCCCCC;
- padding: 2px 10px;
- margin: 2px 2px 2px 0;
- }
- .memlist TD
- {
- background-color: #F2F1F0;
- border-top: 1px solid #CCC;
- padding: 4px 2px 4px 8px;
- }
- P.formulaDsp
- {
- text-align: center;
- }
- IMG.formulaDsp
- {
- }
- IMG.formulaInl
- {
- vertical-align: middle;
- }
- DIV.center
- {
- text-align: center;
- margin-top: 0px;
- margin-bottom: 0px;
- padding: 0px;
- }
- DIV.center IMG
- {
- border: 0px solid #000000;
- }
- IMG.footer
- {
- border: 0px solid #000000;
- vertical-align: middle;
- }
- /*@group Code Colorization*/
- 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;
- }
- SPAN.vhdldigit
- {
- color: #FF00FF;
- }
- SPAN.vhdlchar
- {
- color: #000000;
- }
- SPAN.vhdlkeyword
- {
- color: #700070;
- }
- SPAN.vhdllogic
- {
- color: #FF0000;
- }
- /*@end*/
- .search
- {
- color: #003399;
- font-weight: bold;
- }
- FORM.search
- {
- margin-bottom: 0px;
- margin-top: 0px;
- }
- INPUT.search
- {
- font-size: 75%;
- color: #000080;
- font-weight: normal;
- background-color: #E8EEF2;
- }
- TD.tiny
- {
- font-size: 75%;
- }
- .dirtab
- {
- padding: 4px;
- border-collapse: collapse;
- border: 1px solid #84B0C7;
- }
- TH.dirtab
- {
- background: #E8EEF2;
- font-weight: bold;
- }
- HR
- {
- height: 1px;
- border: 0;
- background: #666666;
- }
- /*@group Member Descriptions*/
- .mdescLeft, .mdescRight, .memItemLeft, .memItemRight, .memTemplItemLeft, .memTemplItemRight, .memTemplParams
- {
- background-color: #F2F1F0;
- border: none;
- margin: 4px;
- padding: 1px 2px 2px 8px;
- }
- .mdescLeft, .mdescRight
- {
- padding: 0px 8px 4px;
- color: #555;
- }
- .memItemLeft, .memItemRight, .memTemplParams
- {
- border-top: 1px solid #CCC;
- padding: 4px;
- }
- .memItemLeft, .memTemplItemLeft
- {
- white-space: nowrap;
- }
- .memTemplParams
- {
- color: #606060;
- white-space: nowrap;
- }
- /*@end
- @group Member Details
- Styles for detailed member documentation*/
- .memtemplate
- {
- font-size: 80%;
- color: #606060;
- font-weight: normal;
- margin-left: 3px;
- }
- .memnav
- {
- background-color: #E8EEF2;
- border: 1px solid #84B0C7;
- text-align: center;
- margin: 2px;
- margin-right: 15px;
- padding: 2px;
- }
- .memitem
- {
- padding: 0;
- margin-bottom: 10px;
- }
- .memname
- {
- color: #000066;
- white-space: nowrap;
- font-weight: normal;
- }
- .memproto
- {
- border-top: 1px solid #CCCCCC;
- }
- .memproto
- {
- padding: 5px;
- background-color: #F2F1F0;
- font-weight: normal;
- }
- .memdoc
- {
- padding: 5px 10px;
- }
- .paramkey
- {
- text-align: right;
- }
- .paramtype
- {
- white-space: nowrap;
- }
- .paramname
- {
- white-space: nowrap;
- }
- .paramname EM
- {
- font-style: normal;
- }
- /*@end
- @group Directory (tree)
- for the tree view*/
- .ftvtree
- {
- font-family: sans-serif;
- margin: 0.5em;
- }
- /*these are for tree view when used as main index*/
- .directory
- {
- font-size: 9pt;
- font-weight: bold;
- }
- .directory H3
- {
- margin: 0px;
- margin-top: 1em;
- font-size: 11pt;
- }
- /*
- The following two styles can be used to replace the root node title
- with an image of your choice. Simply uncomment the next two styles,
- specify the name of your image and be sure to set 'height' to the
- proper pixel height of your image.
- .directory h3.swap {
- height: 61px;
- background-repeat: no-repeat;
- background-image: url("yourimage.gif");
- }
- .directory h3.swap span {
- display: none;
- }
- */
- .directory>H3
- {
- margin-top: 0;
- }
- .directory P
- {
- margin: 0px;
- white-space: nowrap;
- }
- .directory DIV
- {
- display: none;
- margin: 0px;
- }
- .directory IMG
- {
- vertical-align: -30%;
- }
- /*these are for tree view when not used as main index*/
- .directory-alt
- {
- font-size: 100%;
- font-weight: bold;
- }
- .directory-alt H3
- {
- margin: 0px;
- margin-top: 1em;
- font-size: 11pt;
- }
- .directory-alt>H3
- {
- margin-top: 0;
- }
- .directory-alt P
- {
- margin: 0px;
- white-space: nowrap;
- }
- .directory-alt DIV
- {
- display: none;
- margin: 0px;
- }
- .directory-alt IMG
- {
- vertical-align: -30%;
- }
- /*@end*/
- ADDRESS
- {
- font-style: normal;
- color: #333;
- }
|