Skip to content

Commit

Permalink
Merge pull request #1546 from jlevallois/doxygen
Browse files Browse the repository at this point in the history
Fix the CSS file for Doxygen
  • Loading branch information
dcoeurjo authored Feb 2, 2021
2 parents 856f3b8 + 1da3e44 commit 87d3b02
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 766 deletions.
2 changes: 2 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
(adrien Krähenbühl, [#1525](https:/DGtal-team/DGtal/pull/1525))
- Fix doxygen errors in DigitalConvexity, SurfaceMesh
(Pablo Hernandez-Cerdan [#1534](https:/DGtal-team/DGtal/pull/1534))
- Fix CSS errors in doxygen
(Jérémy Levallois, [#1546](https:/DGtal-team/DGtal/pull/1546))

- *General*
- Only set CMAKE_CXX_STANDARD if not defined already
Expand Down
42 changes: 24 additions & 18 deletions doc/modern-doxygen-blue.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,26 @@ div.fragment{
padding: 10px;
}

.tabs,.tabs2,.tabs3,.tablist li,.tablist li.current a,.tablist a,.tablist a:hover,.ui-resizable-e,div.header,#nav-tree .selected,#nav-tree,.memproto,dl.reflist dt,.memdoc,dl.reflist dd, div.ah {
#main-menu,.tabs,.tabs2,.tabs3,#main-menu li,#main-menu li.current a,#main-menu a,#main-menu a:hover,.ui-resizable-e,div.header,#nav-tree .selected,#nav-tree,.memproto,dl.reflist dt,.memdoc,dl.reflist dd, div.ah {
background-image: none;
}

.tablist li.current a,.tablist a,.tablist a:hover,#nav-tree .selected {
#main-menu li.current a,#main-menu a,#main-menu a:hover,#nav-tree .selected {
color: #2980b9;
text-shadow: none;
}

.tablist a:hover {
#main-menu a:hover {
color: #FFF;
background-color: #9A9B9A;
}

.tablist li.current a {
#main-menu li.current a {
color: #FFF;
background-color: #9A9B9A;
}

.tabs,.tabs2,.tabs3 {
#main-menu a,.tabs,.tabs2,.tabs3 {
font-size: 15px;
}

Expand Down Expand Up @@ -63,8 +63,14 @@ div.header {
clear: both;
}

#navrow1 {
width: 80%;
#main-nav {
width: 100%;
}

#main-menu > li:last-child {
float: none;
right: 0px;
position: absolute;
}

#navrow2 {
Expand All @@ -87,7 +93,7 @@ div.navpath {
display: none;
}

.tablist {
#main-menu {
display: flex;
flex-direction: row;
justify-content: flex-start;
Expand Down Expand Up @@ -116,7 +122,7 @@ div.navpath {
}

table.doxtable th {
background-color: #2980b9;
background-color: #2980b9;
}

.directory table {
Expand Down Expand Up @@ -145,11 +151,11 @@ div.directory {
}

div.toc {
border-radius: 0px;
border-radius: 0px;
}

div.toc h3 {
color: #414040;
color: #414040;
}

h2.groupheader {
Expand All @@ -168,19 +174,19 @@ div.qindex,div.navtab {
}

div.ah {
box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-box-shadow: none;
}

.icon {
background-color: #4478A6;
color: white;
background-color: #4478A6;
color: white;
}

#navrow1 > .tablist > .current > a {
background-color: #4478A6;
#main-nav > #main-menu > .current > a {
background-color: #4478A6;
}

.directory .levels span {
color: #4478A6;
color: #4478A6;
}
188 changes: 0 additions & 188 deletions doc/modern-doxygen-darkblue.css

This file was deleted.

Loading

0 comments on commit 87d3b02

Please sign in to comment.