Skip to content

Commit

Permalink
css tweaks; table testing
Browse files Browse the repository at this point in the history
  • Loading branch information
podrivo committed Aug 11, 2024
1 parent a07985e commit b55dae2
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 8 deletions.
31 changes: 27 additions & 4 deletions _config/doxygen-extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ body {
} */

#bigger ~ h1 {
font-size: 180%;
line-height: 140%;
font-size: 1.5rem;
line-height: 150%;
margin-top: 48px;
margin-bottom: 16px;
}
Expand Down Expand Up @@ -156,18 +156,41 @@ div.contents a {
text-decoration: underline;
}

#bigger ~ p, #bigger ~ ul li a {
#bigger ~ p, #bigger ~ ul li a, #bigger ~ table {
font-size: 20px;
line-height: 28px;
}

#bigger ~ ul {
padding-left: 20px;
margin-top: -10px;
margin-bottom: 28px;
}


/* Table Markdown */
#bigger ~ table.markdownTable {
width: 100%;
margin: 0;
margin-top: 48px;
}

#bigger ~ table .markdownTableHeadLeft {
width: 50%;
padding: 0;
border: 0;
color: inherit;
background: inherit;
font-size: 1.5rem;
line-height: 150%;
padding-bottom: 16px;
}

#bigger ~ table .markdownTableBodyLeft {
padding: 0;
border: 0;
}




/* Sidebar */
Expand Down
31 changes: 27 additions & 4 deletions doxygen-extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ body {
} */

#bigger ~ h1 {
font-size: 180%;
line-height: 140%;
font-size: 1.5rem;
line-height: 150%;
margin-top: 48px;
margin-bottom: 16px;
}
Expand Down Expand Up @@ -156,18 +156,41 @@ div.contents a {
text-decoration: underline;
}

#bigger ~ p, #bigger ~ ul li a {
#bigger ~ p, #bigger ~ ul li a, #bigger ~ table {
font-size: 20px;
line-height: 28px;
}

#bigger ~ ul {
padding-left: 20px;
margin-top: -10px;
margin-bottom: 28px;
}


/* Table Markdown */
#bigger ~ table.markdownTable {
width: 100%;
margin: 0;
margin-top: 48px;
}

#bigger ~ table .markdownTableHeadLeft {
width: 50%;
padding: 0;
border: 0;
color: inherit;
background: inherit;
font-size: 1.5rem;
line-height: 150%;
padding-bottom: 16px;
}

#bigger ~ table .markdownTableBodyLeft {
padding: 0;
border: 0;
}




/* Sidebar */
Expand Down

0 comments on commit b55dae2

Please sign in to comment.