summaryrefslogtreecommitdiffstats
path: root/templates/html
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-12-20 13:37:39 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-12-21 12:54:18 (GMT)
commit59372719ef31d7a76e2cfb64ab4628a315ccaf3a (patch)
treeb1aea66c40069d150439a08368d57517835e505c /templates/html
parent2dcbf7b29510a99168b1ab3f7d67d21a28a70eaf (diff)
downloadDoxygen-59372719ef31d7a76e2cfb64ab4628a315ccaf3a.zip
Doxygen-59372719ef31d7a76e2cfb64ab4628a315ccaf3a.tar.gz
Doxygen-59372719ef31d7a76e2cfb64ab4628a315ccaf3a.tar.bz2
Refactoring: modernize class index
Diffstat (limited to 'templates/html')
-rw-r--r--templates/html/doxygen.css76
1 files changed, 58 insertions, 18 deletions
diff --git a/templates/html/doxygen.css b/templates/html/doxygen.css
index d54f714..5b22cd7 100644
--- a/templates/html/doxygen.css
+++ b/templates/html/doxygen.css
@@ -112,21 +112,72 @@ h3.version {
text-align: center;
}
-div.qindex, div.navtab{
- background-color: ##ee;
- border: 1px solid ##b0;
- text-align: center;
+div.navtab{
+ border-right: 1px solid ##b0;
+ padding-right: 6px;
+ text-align: right;
+ line-height: 110%;
+ margin-right: 15px;
+}
+
+td.navtabHL {
+ background-color: ##e0;
}
-div.qindex, div.navpath {
+a.navtab {
+ font-weight: bold;
+}
+
+div.qindex{
+ text-align: center;
width: 100%;
line-height: 140%;
+ font-size: 130%;
+ color: #A0A0A0;
}
-div.navtab {
- margin-right: 15px;
+dt.alphachar{
+ font-size: 180%;
+ font-weight: bold;
+}
+
+.alphachar a{
+ color: black;
+}
+
+.alphachar a:hover, .alphachar a:visited{
+ text-decoration: none;
+}
+
+.classindex dl {
+ padding: 25px;
+ column-count:1
+}
+
+.classindex dd {
+ display:inline-block;
+ margin-left: 50px;
+ width: 90%;
+ line-height: 1.15em;
}
+.classindex dl.odd {
+ background-color: ##F9;
+}
+
+@media(min-width: 1120px) {
+ .classindex dl {
+ column-count:2
+ }
+}
+
+@media(min-width: 1320px) {
+ .classindex dl {
+ column-count:3
+ }
+}
+
+
/* @group Link Styling */
a {
@@ -143,17 +194,6 @@ a:hover {
text-decoration: underline;
}
-a.qindex {
- font-weight: bold;
-}
-
-a.qindexHL {
- font-weight: bold;
- background-color: ##AA;
- color: ##ff;
- border: 1px double ##98;
-}
-
.contents a.qindexHL:visited {
color: ##ff;
}