2018-04-09 05:47:36 +02:00
|
|
|
/* override table width restrictions */
|
|
|
|
@media screen and (min-width: 767px) {
|
|
|
|
|
2018-07-21 20:06:27 +02: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-09 05:47:36 +02:00
|
|
|
|
2018-07-21 20:06:27 +02:00
|
|
|
.wy-table-responsive {
|
|
|
|
overflow: visible !important;
|
|
|
|
}
|
2018-04-09 05:47:36 +02:00
|
|
|
}
|
2018-07-09 12:19:57 +08:00
|
|
|
|
|
|
|
.wy-side-nav-search {
|
2018-07-21 20:06:27 +02:00
|
|
|
background-color: #e3e3e3 !important;
|
2018-07-09 12:19:57 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.wy-side-nav-search input[type=text] {
|
|
|
|
border-radius: 0px !important;
|
|
|
|
border-color: #333333 !important;
|
|
|
|
}
|
|
|
|
|
2018-07-21 20:06:27 +02:00
|
|
|
.icon-home {
|
2018-07-09 12:19:57 +08:00
|
|
|
color: #333333 !important;
|
|
|
|
}
|
|
|
|
|
2018-07-21 20:06:27 +02:00
|
|
|
.icon-home:hover {
|
|
|
|
background-color: #d6d6d6 !important;
|
2018-07-09 12:19:57 +08:00
|
|
|
}
|
|
|
|
|
2018-07-21 20:06:27 +02:00
|
|
|
.version {
|
|
|
|
color: #000000 !important;
|
2018-07-09 12:19:57 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
color: #bd2c2a !important;
|
|
|
|
}
|
2018-07-30 21:16:27 +02:00
|
|
|
|
|
|
|
.logo {
|
|
|
|
width: 240px !important;
|
|
|
|
}
|
2019-08-09 10:07:22 +08:00
|
|
|
|
2019-12-18 13:11:54 +08: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-09 10:07:22 +08:00
|
|
|
content: ' ';
|
|
|
|
}
|
2020-01-17 19:38:50 +03:00
|
|
|
|
|
|
|
.tool-sha256 {
|
|
|
|
word-break: break-all;
|
|
|
|
}
|