ray/doc/source/_static/css/custom.css

66 lines
1.3 KiB
CSS
Raw Normal View History

/*Extends the docstring signature box.*/
.rst-content dl:not(.docutils) dt {
2020-09-08 16:25:23 -07:00
display: block;
padding: 10px;
word-wrap: break-word;
padding-right: 100px;
}
/*Lists in an admonition note do not have awkward whitespace below.*/
.rst-content .admonition-note .section ul {
2020-09-08 16:25:23 -07:00
margin-bottom: 0px;
}
/*Properties become blue (classmethod, staticmethod, property)*/
.rst-content dl dt em.property {
2020-09-08 16:25:23 -07:00
color: #2980b9;
text-transform: uppercase;
}
2020-09-08 16:25:23 -07:00
.rst-content .section ol p,
.rst-content .section ul p {
margin-bottom: 0px;
}
div.sphx-glr-bigcontainer {
2020-09-08 16:25:23 -07:00
display: inline-block;
width: 100%;
}
2020-09-08 16:25:23 -07:00
td.tune-colab,
th.tune-colab {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
2020-09-08 16:25:23 -07:00
/* Adjustment to Sphinx Book Theme */
.table td {
/* Remove row spacing */
padding: 0;
}
table {
/* Force full width for all table */
width: 136% !important;
}
img.inline-figure {
/* Override the display: block for img */
display: inherit !important;
}
#version-warning-banner {
/* Make version warning clickable */
z-index: 1;
}
span.rst-current-version > span.fa.fa-book {
/* Move the book icon away from the top right
* corner of the version flyout menu */
margin: 10px 0px 0px 5px;
}
/* Adjustment to Version block */
.rst-versions {
z-index: 1200 !important;
}