diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2016-07-30 13:33:28 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2016-07-30 13:33:28 (GMT) |
commit | 5af8d5e87657a2d3986783493c618df335b3771c (patch) | |
tree | 6024dd748c507b0280ad3ce01f53667d0a2fa08f /templates/html | |
parent | 98f0816fc000c39f770523b29c68eb68d6ef06d5 (diff) | |
download | Doxygen-5af8d5e87657a2d3986783493c618df335b3771c.zip Doxygen-5af8d5e87657a2d3986783493c618df335b3771c.tar.gz Doxygen-5af8d5e87657a2d3986783493c618df335b3771c.tar.bz2 |
Style fixes and added numbering to overloaded members
Diffstat (limited to 'templates/html')
-rw-r--r-- | templates/html/doxygen.css | 52 |
1 files changed, 28 insertions, 24 deletions
diff --git a/templates/html/doxygen.css b/templates/html/doxygen.css index fee208f..256c56b 100644 --- a/templates/html/doxygen.css +++ b/templates/html/doxygen.css @@ -511,23 +511,28 @@ 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 -{ + padding: 8px; + border-top: 1px solid ##B4; + border-left: 1px solid ##B4; + border-right: 1px solid ##B4; + border-top-right-radius: 4px; + border-top-left-radius: 4px; + margin-bottom: -1px; + background-image: url('nav_f.png'); + background-repeat: repeat-x; + background-color: ##e6; + line-height: 1.25; + font-weight: 300; + float:left; +} +.permalink +{ + font-size: 65%; + display: inline-block; + vertical-align: middle; } + .memtemplate { font-size: 80%; color: ##60; @@ -566,7 +571,7 @@ table.memberdecls { } .memname { - font-weight: bold; + font-weight: 400; margin-left: 6px; } @@ -582,26 +587,24 @@ 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: #DDE3F0; + background-color: ##E3; /* opera specific markup */ box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); border-top-right-radius: 4px; - border-top-left-radius: 4px; /* firefox specific markup */ -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px; -moz-border-radius-topright: 4px; - -moz-border-radius-topleft: 4px; /* webkit specific markup */ -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); -webkit-border-top-right-radius: 4px; - -webkit-border-top-left-radius: 4px; } +.overload { + font-family: "courier new",courier,monospace; + font-size: 65%; +} + .memdoc, dl.reflist dd { border-bottom: 1px solid ##B4; border-left: 1px solid ##B4; @@ -943,6 +946,7 @@ table.fieldtable { padding-bottom: 4px; padding-top: 5px; text-align:left; + font-weight: 400; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-left-radius: 4px; |