Skip to content

Commit

Permalink
Deploying to gh-pages from @ 66408f7 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
artivis committed Mar 9, 2024
1 parent 9c621be commit a78f2d5
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 22 deletions.
25 changes: 18 additions & 7 deletions cpp/m-dark+documentation.compiled.css
Original file line number Diff line number Diff line change
Expand Up @@ -766,19 +766,22 @@ table.m-table td.m-dim pre, table.m-table td.m-dim code,
table.m-table th.m-dim pre, table.m-table th.m-dim code {
background-color: rgba(34, 39, 46, 0.5);
}
img.m-image, svg.m-image {
img.m-image, svg.m-image, video.m-image {
display: block;
margin-left: auto;
margin-right: auto;
}
div.m-image {
text-align: center;
}
img.m-image, svg.m-image, div.m-image img, div.m-image svg {
img.m-image, svg.m-image, video.m-image,
div.m-image img, div.m-image svg, div.m-image video {
max-width: 100%;
border-radius: 0.2rem;
}
div.m-image.m-fullwidth img, div.m-image.m-fullwidth svg {
div.m-image.m-fullwidth img,
div.m-image.m-fullwidth svg,
div.m-image.m-fullwidth video {
width: 100%;
}
img.m-image.m-badge, div.m-image.m-badge img {
Expand Down Expand Up @@ -820,7 +823,9 @@ figure.m-figure > *:first-child {
figure.m-figure > *:last-child {
margin-bottom: 1rem !important;
}
figure.m-figure img, figure.m-figure svg {
figure.m-figure img,
figure.m-figure svg,
figure.m-figure video {
position: relative;
margin-left: 0;
margin-right: 0;
Expand All @@ -829,11 +834,15 @@ figure.m-figure img, figure.m-figure svg {
border-top-right-radius: 0.2rem;
max-width: 100%;
}
figure.m-figure.m-flat img, figure.m-figure.m-flat svg {
figure.m-figure.m-flat img,
figure.m-figure.m-flat svg,
figure.m-figure.m-flat video {
border-bottom-left-radius: 0.2rem;
border-bottom-right-radius: 0.2rem;
}
figure.m-figure a img, figure.m-figure a svg {
figure.m-figure a img,
figure.m-figure a svg,
figure.m-figure a video {
margin-left: -1rem;
margin-right: -1rem;
}
Expand All @@ -843,7 +852,9 @@ figure.m-figure.m-fullwidth, figure.m-figure.m-fullwidth > * {
figure.m-figure.m-fullwidth > *:first-child {
display: inline;
}
figure.m-figure.m-fullwidth img, figure.m-figure.m-fullwidth svg {
figure.m-figure.m-fullwidth img,
figure.m-figure.m-fullwidth svg,
figure.m-figure.m-fullwidth video {
width: 100%;
}
figure.m-figure.m-fullwidth::after {
Expand Down
2 changes: 1 addition & 1 deletion cpp/searchdata-v2.js

Large diffs are not rendered by default.

25 changes: 18 additions & 7 deletions m-dark+documentation.compiled.css
Original file line number Diff line number Diff line change
Expand Up @@ -766,19 +766,22 @@ table.m-table td.m-dim pre, table.m-table td.m-dim code,
table.m-table th.m-dim pre, table.m-table th.m-dim code {
background-color: rgba(34, 39, 46, 0.5);
}
img.m-image, svg.m-image {
img.m-image, svg.m-image, video.m-image {
display: block;
margin-left: auto;
margin-right: auto;
}
div.m-image {
text-align: center;
}
img.m-image, svg.m-image, div.m-image img, div.m-image svg {
img.m-image, svg.m-image, video.m-image,
div.m-image img, div.m-image svg, div.m-image video {
max-width: 100%;
border-radius: 0.2rem;
}
div.m-image.m-fullwidth img, div.m-image.m-fullwidth svg {
div.m-image.m-fullwidth img,
div.m-image.m-fullwidth svg,
div.m-image.m-fullwidth video {
width: 100%;
}
img.m-image.m-badge, div.m-image.m-badge img {
Expand Down Expand Up @@ -820,7 +823,9 @@ figure.m-figure > *:first-child {
figure.m-figure > *:last-child {
margin-bottom: 1rem !important;
}
figure.m-figure img, figure.m-figure svg {
figure.m-figure img,
figure.m-figure svg,
figure.m-figure video {
position: relative;
margin-left: 0;
margin-right: 0;
Expand All @@ -829,11 +834,15 @@ figure.m-figure img, figure.m-figure svg {
border-top-right-radius: 0.2rem;
max-width: 100%;
}
figure.m-figure.m-flat img, figure.m-figure.m-flat svg {
figure.m-figure.m-flat img,
figure.m-figure.m-flat svg,
figure.m-figure.m-flat video {
border-bottom-left-radius: 0.2rem;
border-bottom-right-radius: 0.2rem;
}
figure.m-figure a img, figure.m-figure a svg {
figure.m-figure a img,
figure.m-figure a svg,
figure.m-figure a video {
margin-left: -1rem;
margin-right: -1rem;
}
Expand All @@ -843,7 +852,9 @@ figure.m-figure.m-fullwidth, figure.m-figure.m-fullwidth > * {
figure.m-figure.m-fullwidth > *:first-child {
display: inline;
}
figure.m-figure.m-fullwidth img, figure.m-figure.m-fullwidth svg {
figure.m-figure.m-fullwidth img,
figure.m-figure.m-fullwidth svg,
figure.m-figure.m-fullwidth video {
width: 100%;
}
figure.m-figure.m-fullwidth::after {
Expand Down
25 changes: 18 additions & 7 deletions python/m-dark+documentation.compiled.css
Original file line number Diff line number Diff line change
Expand Up @@ -766,19 +766,22 @@ table.m-table td.m-dim pre, table.m-table td.m-dim code,
table.m-table th.m-dim pre, table.m-table th.m-dim code {
background-color: rgba(34, 39, 46, 0.5);
}
img.m-image, svg.m-image {
img.m-image, svg.m-image, video.m-image {
display: block;
margin-left: auto;
margin-right: auto;
}
div.m-image {
text-align: center;
}
img.m-image, svg.m-image, div.m-image img, div.m-image svg {
img.m-image, svg.m-image, video.m-image,
div.m-image img, div.m-image svg, div.m-image video {
max-width: 100%;
border-radius: 0.2rem;
}
div.m-image.m-fullwidth img, div.m-image.m-fullwidth svg {
div.m-image.m-fullwidth img,
div.m-image.m-fullwidth svg,
div.m-image.m-fullwidth video {
width: 100%;
}
img.m-image.m-badge, div.m-image.m-badge img {
Expand Down Expand Up @@ -820,7 +823,9 @@ figure.m-figure > *:first-child {
figure.m-figure > *:last-child {
margin-bottom: 1rem !important;
}
figure.m-figure img, figure.m-figure svg {
figure.m-figure img,
figure.m-figure svg,
figure.m-figure video {
position: relative;
margin-left: 0;
margin-right: 0;
Expand All @@ -829,11 +834,15 @@ figure.m-figure img, figure.m-figure svg {
border-top-right-radius: 0.2rem;
max-width: 100%;
}
figure.m-figure.m-flat img, figure.m-figure.m-flat svg {
figure.m-figure.m-flat img,
figure.m-figure.m-flat svg,
figure.m-figure.m-flat video {
border-bottom-left-radius: 0.2rem;
border-bottom-right-radius: 0.2rem;
}
figure.m-figure a img, figure.m-figure a svg {
figure.m-figure a img,
figure.m-figure a svg,
figure.m-figure a video {
margin-left: -1rem;
margin-right: -1rem;
}
Expand All @@ -843,7 +852,9 @@ figure.m-figure.m-fullwidth, figure.m-figure.m-fullwidth > * {
figure.m-figure.m-fullwidth > *:first-child {
display: inline;
}
figure.m-figure.m-fullwidth img, figure.m-figure.m-fullwidth svg {
figure.m-figure.m-fullwidth img,
figure.m-figure.m-fullwidth svg,
figure.m-figure.m-fullwidth video {
width: 100%;
}
figure.m-figure.m-fullwidth::after {
Expand Down

0 comments on commit a78f2d5

Please sign in to comment.