2018-04-08 23:47:36 -04:00
|
|
|
/* override table width restrictions */
|
|
|
|
@media screen and (min-width: 767px) {
|
|
|
|
|
2018-07-21 14:06:27 -04:00
|
|
|
.wy-table-responsive table td {
|
|
|
|
/* !important prevents the common CSS stylesheets from overriding
|
|
|
|
this as on RTD they are loaded after this stylesheet */
|
|
|
|
white-space: normal !important;
|
|
|
|
}
|
2018-04-08 23:47:36 -04:00
|
|
|
|
2018-07-21 14:06:27 -04:00
|
|
|
.wy-table-responsive {
|
|
|
|
overflow: visible !important;
|
|
|
|
}
|
2018-04-08 23:47:36 -04:00
|
|
|
}
|
2018-07-09 00:19:57 -04:00
|
|
|
|
|
|
|
.wy-side-nav-search {
|
2018-07-21 14:06:27 -04:00
|
|
|
background-color: #e3e3e3 !important;
|
2018-07-09 00:19:57 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.wy-side-nav-search input[type=text] {
|
|
|
|
border-radius: 0px !important;
|
|
|
|
border-color: #333333 !important;
|
|
|
|
}
|
|
|
|
|
2018-07-21 14:06:27 -04:00
|
|
|
.icon-home {
|
2018-07-09 00:19:57 -04:00
|
|
|
color: #333333 !important;
|
|
|
|
}
|
|
|
|
|
2018-07-21 14:06:27 -04:00
|
|
|
.icon-home:hover {
|
|
|
|
background-color: #d6d6d6 !important;
|
2018-07-09 00:19:57 -04:00
|
|
|
}
|
|
|
|
|
2018-07-21 14:06:27 -04:00
|
|
|
.version {
|
|
|
|
color: #000000 !important;
|
2018-07-09 00:19:57 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
color: #bd2c2a !important;
|
|
|
|
}
|
2018-07-30 15:16:27 -04:00
|
|
|
|
|
|
|
.logo {
|
|
|
|
width: 240px !important;
|
|
|
|
}
|
2019-08-08 22:07:22 -04:00
|
|
|
|
2019-12-18 00:11:54 -05:00
|
|
|
/* For space between the return type and function name */
|
|
|
|
a.internal + code.descname::before {
|
|
|
|
content: ' ';
|
|
|
|
}
|
|
|
|
|
|
|
|
/* For space between the arguments of the function */
|
|
|
|
a.internal + em::before {
|
2019-08-08 22:07:22 -04:00
|
|
|
content: ' ';
|
|
|
|
}
|
2020-01-17 11:38:50 -05:00
|
|
|
|
|
|
|
.tool-sha256 {
|
|
|
|
word-break: break-all;
|
|
|
|
}
|