summaryrefslogtreecommitdiffstats
path: root/templates/html/doxygen.css
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2016-07-23 12:34:14 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2016-07-23 12:34:14 (GMT)
commit98f0816fc000c39f770523b29c68eb68d6ef06d5 (patch)
tree2f9d2b657ef9464a86fd65323f9130b89d225728 /templates/html/doxygen.css
parentff7d28bd0ea7538d4a9c65facd0b5ca057f867d8 (diff)
parenta2ae382198092537b6b5c85f9c7e5615046d3c78 (diff)
downloadDoxygen-98f0816fc000c39f770523b29c68eb68d6ef06d5.zip
Doxygen-98f0816fc000c39f770523b29c68eb68d6ef06d5.tar.gz
Doxygen-98f0816fc000c39f770523b29c68eb68d6ef06d5.tar.bz2
Merge branch 'short_member_title' of https://github.com/PkLab/doxygen into PkLab-short_member_title
Diffstat (limited to 'templates/html/doxygen.css')
-rw-r--r--templates/html/doxygen.css22
1 files changed, 21 insertions, 1 deletions
diff --git a/templates/html/doxygen.css b/templates/html/doxygen.css
index ddbbbda..fee208f 100644
--- a/templates/html/doxygen.css
+++ b/templates/html/doxygen.css
@@ -510,6 +510,24 @@ table.memberdecls {
/* Styles for detailed member documentation */
+.memtitle {
+ padding: 8px;
+ border-top: 1px solid #A8B8D9;
+ border-left: 1px solid #A8B8D9;
+ border-right: 1px solid #A8B8D9;
+ border-top-right-radius: 4px;
+ border-top-left-radius: 4px;
+ margin-bottom: -5px;
+ background-image: url('nav_f.png');
+ background-repeat: repeat-x;
+ background-color: #E2E8F2;
+ float:left;
+ /* display: inline-block; */
+}
+.permantlink
+{
+
+}
.memtemplate {
font-size: 80%;
color: ##60;
@@ -564,9 +582,11 @@ table.memberdecls {
color: ##2b;
font-weight: bold;
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
+ /*
background-image:url('nav_f.png');
background-repeat:repeat-x;
- background-color: ##E6;
+ */
+ background-color: #DDE3F0;
/* opera specific markup */
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
border-top-right-radius: 4px;