parent
e31f5fe330
commit
d6d537cb9d
2 changed files with 18 additions and 3 deletions
|
@ -160,6 +160,11 @@ div.admonition.warning {
|
||||||
background-color: @admonition-warning-bg-color-dark-theme;
|
background-color: @admonition-warning-bg-color-dark-theme;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
figure,
|
||||||
div.figure {
|
div.figure {
|
||||||
color: @figure-color-dark-theme;
|
color: @figure-color-dark-theme;
|
||||||
|
|
||||||
|
figcaption {
|
||||||
|
color: @text-color-dark-theme;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -712,21 +712,28 @@ div.admonition.warning {
|
||||||
background-color: @admonition-warning-bg-color;
|
background-color: @admonition-warning-bg-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
figure,
|
||||||
div.figure {
|
div.figure {
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
color: @figure-color;
|
color: @figure-color;
|
||||||
|
|
||||||
|
figcaption {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
text-align: center;
|
||||||
|
color: @text-color;
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
p.caption {
|
p.caption {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
@ -736,14 +743,17 @@ div.figure {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
figure.align-left,
|
||||||
div.figure.align-left {
|
div.figure.align-left {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
figure.align-center,
|
||||||
div.figure.align-center {
|
div.figure.align-center {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
figure.align-right,
|
||||||
div.figure.align-right {
|
div.figure.align-right {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue