aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Hoffmann <stefan991@gmail.com>2014-06-17 23:22:13 +0200
committerStefan Hoffmann <stefan991@gmail.com>2014-06-19 11:53:57 +0200
commitf02a725e22d0ef7780bd75028c5196e70fd6b7db (patch)
tree2342971a50d30bb50a206d0b3f8ab6cfe4c5f6a9
parentc0a6c04f08527ee46ae77e17dbe2e96acfa64b47 (diff)
downloadrneovim-f02a725e22d0ef7780bd75028c5196e70fd6b7db.tar.gz
rneovim-f02a725e22d0ef7780bd75028c5196e70fd6b7db.tar.bz2
rneovim-f02a725e22d0ef7780bd75028c5196e70fd6b7db.zip
update customdoxygen.css for doxygen 1.8.7
some icon images in the html are replaced with css.
-rw-r--r--contrib/doxygen/customdoxygen.css68
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
*