1/* override table width restrictions */ 2@media screen and (min-width: 767px) { 3 4 .wy-table-responsive table td { 5 /* !important prevents the common CSS stylesheets from overriding 6 this as on RTD they are loaded after this stylesheet */ 7 white-space: normal !important; 8 } 9 10 .wy-table-responsive { 11 overflow: visible !important; 12 } 13} 14 15.wy-side-nav-search { 16 background-color: #e3e3e3 !important; 17} 18 19.wy-side-nav-search input[type=text] { 20 border-radius: 0px !important; 21 border-color: #333333 !important; 22} 23 24.icon-home { 25 color: #333333 !important; 26} 27 28.icon-home:hover { 29 background-color: #d6d6d6 !important; 30} 31 32.version { 33 color: #000000 !important; 34} 35 36a:hover { 37 color: #bd2c2a !important; 38} 39 40.logo { 41 width: 240px !important; 42} 43 44/* For space between the return type and function name */ 45a.internal + code.descname::before { 46 content: ' '; 47} 48 49/* For space between the arguments of the function */ 50a.internal + em::before { 51 content: ' '; 52} 53 54.tool-sha256 { 55 word-break: break-all; 56} 57