diff options
-rw-r--r-- | contrib/doxygen/customdoxygen.css | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/contrib/doxygen/customdoxygen.css b/contrib/doxygen/customdoxygen.css index 800df62fb6..019073805a 100644 --- a/contrib/doxygen/customdoxygen.css +++ b/contrib/doxygen/customdoxygen.css @@ -650,6 +650,74 @@ table.memberdecls { color: #3c92d1; } +.arrow { + color: #9CAFD4; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + cursor: pointer; + font-size: 80%; + display: inline-block; + width: 16px; + height: 22px; +} + +.icon { + font-family: Arial, Helvetica; + font-weight: bold; + font-size: 12px; + height: 14px; + width: 16px; + display: inline-block; + background-color: #54a23d; + color: white; + text-align: center; + border-radius: 4px; + margin-left: 2px; + margin-right: 2px; +} + +.icona { + width: 24px; + height: 22px; + display: inline-block; +} + +.iconfopen { + width: 24px; + height: 18px; + margin-bottom: 4px; + background-image:url('ftv2folderopen.png'); + background-position: 0px 0px; + background-repeat: repeat-y; + vertical-align:top; + display: inline-block; +} + +.iconfclosed { + width: 24px; + height: 18px; + margin-bottom: 4px; + background-image:url('ftv2folderclosed.png'); + background-position: 0px 0px; + background-repeat: repeat-y; + vertical-align:top; + display: inline-block; +} + +.icondoc { + width: 24px; + height: 18px; + margin-bottom: 4px; + background-image:url('ftv2doc.png'); + background-position: 0px -1px; + background-repeat: repeat-y; + vertical-align:top; + display: inline-block; +} + /* * Data Structure Index * |