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