Switch the manual theme to Furo #104735

Merged
Aaron Carlisle merged 30 commits from furo-theme into blender-v4.1-release 2024-03-20 21:38:49 +01:00
Showing only changes of commit 6bfeb4c029 - Show all commits

View File

@ -11,7 +11,7 @@
font-size: 1.4rem; font-size: 1.4rem;
} }
/* Add more visual weight to defintion terms */ /* Add more visual weight to definition terms */
dl dt { dl dt {
font-weight: bold !important font-weight: bold !important
} }
@ -50,29 +50,6 @@ dl.field-list {
font-weight: normal font-weight: normal
} }
/* Fix definitions with different ids. */
.rst-content dl.simple {
margin-bottom: 0px;
}
/* Fix nested block spacing. */
.rst-content .document dl dt,
.rst-content dd dl,
.rst-content dl.field-list dd>p {
margin: 0;
}
/* Dont indent field lists */
.rst-content dl.field-list dt {
padding-left: 0 !important;
}
/* Fix padding for normal definitions nested in field lists */
.rst-content dl.field-list dd>dl.simple {
padding-top: 12px;
}
/* TABLE & FIGURE */ /* TABLE & FIGURE */
/* Cell's vertical align. */ /* Cell's vertical align. */