Switch the manual theme to Furo #104735
@ -26,7 +26,53 @@ dl.field-list {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Boxed paragraphs. */
|
/* TABLE & FIGURE */
|
||||||
|
|
||||||
|
/* Cell's vertical align. */
|
||||||
|
/* use "valign" class for middle align */
|
||||||
|
table.docutils:not(.valign) td {
|
||||||
|
vertical-align: baseline;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* End TABLE & FIGURE. */
|
||||||
|
|
||||||
|
.caption .menuselection {
|
||||||
|
background-color: transparent;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Quotes for Fig. "link". */
|
||||||
|
a[href^="#fig-"]::before {
|
||||||
|
content: "\201c";
|
||||||
|
}
|
||||||
|
|
||||||
|
a[href^="#fig-"]::after {
|
||||||
|
content: "\201d";
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Mark external links. */
|
||||||
|
a.external {
|
||||||
|
color: #656AE0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* List blender.org as internal. */
|
||||||
|
.external[href^="https://www.blender.org"],
|
||||||
|
.external[href^="https://docs.blender.org"],
|
||||||
|
.external[href^="https://wiki.blender.org"] {
|
||||||
|
color: #2980B9;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ".. container::" lead, block text float around image. */
|
||||||
|
.lead {
|
||||||
|
clear: both;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Start reference admonition. */
|
||||||
.admonition.refbox {
|
.admonition.refbox {
|
||||||
border-color: rgb(50, 50, 50);
|
border-color: rgb(50, 50, 50);
|
||||||
}
|
}
|
||||||
@ -50,72 +96,7 @@ dl.field-list {
|
|||||||
font-weight: normal
|
font-weight: normal
|
||||||
}
|
}
|
||||||
|
|
||||||
/* TABLE & FIGURE */
|
/* End reference admonition. */
|
||||||
|
|
||||||
/* Cell's vertical align. */
|
|
||||||
/* use "valign" class for middle align. */
|
|
||||||
table.docutils:not(.valign) td {
|
|
||||||
vertical-align: baseline;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* End TABLE & FIGURE. */
|
|
||||||
|
|
||||||
.footer-contribute {
|
|
||||||
display: block;
|
|
||||||
font-size: var(--font-size--small);
|
|
||||||
}
|
|
||||||
|
|
||||||
.bottom-of-page {
|
|
||||||
padding-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.footer-contribute ul {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
padding-bottom: 1rem
|
|
||||||
}
|
|
||||||
|
|
||||||
.footer-contribute li {
|
|
||||||
display: inline;
|
|
||||||
list-style-type: none;
|
|
||||||
padding-right: 1.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Quotes for Fig. "link". */
|
|
||||||
a[href^="#fig-"]::before {
|
|
||||||
content: "\201c";
|
|
||||||
}
|
|
||||||
|
|
||||||
a[href^="#fig-"]::after {
|
|
||||||
content: "\201d";
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ".. container::" lead, block text float around image. */
|
|
||||||
.lead {
|
|
||||||
clear: both;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Mark external links. */
|
|
||||||
a.external {
|
|
||||||
color: #656AE0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* List blender.org as internal. */
|
|
||||||
.external[href^="https://www.blender.org"],
|
|
||||||
.external[href^="https://docs.blender.org"],
|
|
||||||
.external[href^="https://wiki.blender.org"] {
|
|
||||||
color: #2980B9;
|
|
||||||
}
|
|
||||||
|
|
||||||
.caption .menuselection {
|
|
||||||
background-color: transparent;
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Applied on main index:sections. */
|
/* Applied on main index:sections. */
|
||||||
|
|
||||||
@ -206,4 +187,28 @@ a.external {
|
|||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* End custom toctree. */
|
/* End custom toctree. */
|
||||||
|
|
||||||
|
/* Start footer contribute link */
|
||||||
|
.footer-contribute {
|
||||||
|
display: block;
|
||||||
|
font-size: var(--font-size--small);
|
||||||
|
}
|
||||||
|
|
||||||
|
.bottom-of-page {
|
||||||
|
padding-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-contribute ul {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
padding-bottom: 1rem
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-contribute li {
|
||||||
|
display: inline;
|
||||||
|
list-style-type: none;
|
||||||
|
padding-right: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* End footer contribute link */
|
Loading…
Reference in New Issue
Block a user