You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.1 KiB

/* Import the Sphinx theme style. */
@import url("default.css");
/* Wrap sidebar content even within words so that long
document names do not escape sidebar borders. */
div.sphinxsidebarwrapper {
word-wrap: break-word;
}
/* Make links inside parsed-literal blocks more obvious
by using a background color and increased line spacing
to make them look boxed. */
.literal-block {
line-height: 1.4;
}
.literal-block a.reference.internal {
background-color: #dfdfdf;
}
/* Remove unwanted margin in case list item contains a div-wrapping
directive like `.. versionadded` or `.. deprecated`. */
dd > :first-child > p {
margin-top: 0px;
}
div.outdated {
background-color: #f0f0c0;
color: black;
font-size: 90%;
padding-bottom: 5px;
padding-left: 2px;
padding-right: 2px;
padding-top: 5px;
text-align: center;
width: 100%;
}
/* Revert style to the inherited (normal text) for `:guide:` links */
code.xref.cmake-guide {
font-size: inherit;
font-family: inherit;
font-weight: inherit;
padding: inherit;
}
code.xref.cmake-guide span.pre {
white-space: inherit;
}