logicodev-dark.css 27 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580
  1. .github-issue-button {
  2. display: block;
  3. padding: 8px 16px;
  4. font-family: sans-serif;
  5. font-size: 16px;
  6. color: white;
  7. background-color: #238636 !important;
  8. /* important is needed cause to an !important in logicodev-dark */
  9. border: #2ea043;
  10. border-radius: 10px !important;
  11. box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
  12. }
  13. .github-issue-button:hover {
  14. background-color: #2ea043;
  15. }
  16. .issue-hide {
  17. display: none;
  18. }
  19. .engine-stats .engine-name {
  20. width: 20rem;
  21. }
  22. .engine-stats .engine-score {
  23. width: 7rem;
  24. text-align: right;
  25. }
  26. .engine-stats .engine-reliability {
  27. text-align: right;
  28. }
  29. .engine-stats table.engine-error {
  30. max-width: 1280px;
  31. margin: 1rem;
  32. border: 1px solid gray;
  33. }
  34. .engine-stats table.engine-error th.engine-error-type,
  35. .engine-stats table.engine-error td.engine-error-type,
  36. .engine-stats failed-test {
  37. width: 10rem;
  38. }
  39. .engine-stats table.engine-error span.log_parameters {
  40. border-right: 1px solid gray;
  41. padding: 0 1rem 0 0;
  42. margin: 0 0 0 0.5rem;
  43. }
  44. .bar-chart-value {
  45. width: 3em;
  46. display: inline-block;
  47. text-align: right;
  48. padding-right: 0.5rem;
  49. }
  50. .bar-chart-graph {
  51. width: calc(100% - 5rem);
  52. display: inline-block;
  53. }
  54. .bar-chart-bar {
  55. border: 3px solid #5bc0de;
  56. margin: 1px 0;
  57. }
  58. .bar-chart-serie1 {
  59. border: 3px solid #5bc0de;
  60. margin: 1px 0;
  61. float: left;
  62. }
  63. .bar-chart-serie2 {
  64. border: 3px solid #deb15b;
  65. margin: 1px 0;
  66. float: left;
  67. }
  68. .bar0 {
  69. width: 0;
  70. border: 0;
  71. }
  72. .bar1 {
  73. width: 1%;
  74. }
  75. .bar2 {
  76. width: 2%;
  77. }
  78. .bar3 {
  79. width: 3%;
  80. }
  81. .bar4 {
  82. width: 4%;
  83. }
  84. .bar5 {
  85. width: 5%;
  86. }
  87. .bar6 {
  88. width: 6%;
  89. }
  90. .bar7 {
  91. width: 7%;
  92. }
  93. .bar8 {
  94. width: 8%;
  95. }
  96. .bar9 {
  97. width: 9%;
  98. }
  99. .bar10 {
  100. width: 10%;
  101. }
  102. .bar11 {
  103. width: 11%;
  104. }
  105. .bar12 {
  106. width: 12%;
  107. }
  108. .bar13 {
  109. width: 13%;
  110. }
  111. .bar14 {
  112. width: 14%;
  113. }
  114. .bar15 {
  115. width: 15%;
  116. }
  117. .bar16 {
  118. width: 16%;
  119. }
  120. .bar17 {
  121. width: 17%;
  122. }
  123. .bar18 {
  124. width: 18%;
  125. }
  126. .bar19 {
  127. width: 19%;
  128. }
  129. .bar20 {
  130. width: 20%;
  131. }
  132. .bar21 {
  133. width: 21%;
  134. }
  135. .bar22 {
  136. width: 22%;
  137. }
  138. .bar23 {
  139. width: 23%;
  140. }
  141. .bar24 {
  142. width: 24%;
  143. }
  144. .bar25 {
  145. width: 25%;
  146. }
  147. .bar26 {
  148. width: 26%;
  149. }
  150. .bar27 {
  151. width: 27%;
  152. }
  153. .bar28 {
  154. width: 28%;
  155. }
  156. .bar29 {
  157. width: 29%;
  158. }
  159. .bar30 {
  160. width: 30%;
  161. }
  162. .bar31 {
  163. width: 31%;
  164. }
  165. .bar32 {
  166. width: 32%;
  167. }
  168. .bar33 {
  169. width: 33%;
  170. }
  171. .bar34 {
  172. width: 34%;
  173. }
  174. .bar35 {
  175. width: 35%;
  176. }
  177. .bar36 {
  178. width: 36%;
  179. }
  180. .bar37 {
  181. width: 37%;
  182. }
  183. .bar38 {
  184. width: 38%;
  185. }
  186. .bar39 {
  187. width: 39%;
  188. }
  189. .bar40 {
  190. width: 40%;
  191. }
  192. .bar41 {
  193. width: 41%;
  194. }
  195. .bar42 {
  196. width: 42%;
  197. }
  198. .bar43 {
  199. width: 43%;
  200. }
  201. .bar44 {
  202. width: 44%;
  203. }
  204. .bar45 {
  205. width: 45%;
  206. }
  207. .bar46 {
  208. width: 46%;
  209. }
  210. .bar47 {
  211. width: 47%;
  212. }
  213. .bar48 {
  214. width: 48%;
  215. }
  216. .bar49 {
  217. width: 49%;
  218. }
  219. .bar50 {
  220. width: 50%;
  221. }
  222. .bar51 {
  223. width: 51%;
  224. }
  225. .bar52 {
  226. width: 52%;
  227. }
  228. .bar53 {
  229. width: 53%;
  230. }
  231. .bar54 {
  232. width: 54%;
  233. }
  234. .bar55 {
  235. width: 55%;
  236. }
  237. .bar56 {
  238. width: 56%;
  239. }
  240. .bar57 {
  241. width: 57%;
  242. }
  243. .bar58 {
  244. width: 58%;
  245. }
  246. .bar59 {
  247. width: 59%;
  248. }
  249. .bar60 {
  250. width: 60%;
  251. }
  252. .bar61 {
  253. width: 61%;
  254. }
  255. .bar62 {
  256. width: 62%;
  257. }
  258. .bar63 {
  259. width: 63%;
  260. }
  261. .bar64 {
  262. width: 64%;
  263. }
  264. .bar65 {
  265. width: 65%;
  266. }
  267. .bar66 {
  268. width: 66%;
  269. }
  270. .bar67 {
  271. width: 67%;
  272. }
  273. .bar68 {
  274. width: 68%;
  275. }
  276. .bar69 {
  277. width: 69%;
  278. }
  279. .bar70 {
  280. width: 70%;
  281. }
  282. .bar71 {
  283. width: 71%;
  284. }
  285. .bar72 {
  286. width: 72%;
  287. }
  288. .bar73 {
  289. width: 73%;
  290. }
  291. .bar74 {
  292. width: 74%;
  293. }
  294. .bar75 {
  295. width: 75%;
  296. }
  297. .bar76 {
  298. width: 76%;
  299. }
  300. .bar77 {
  301. width: 77%;
  302. }
  303. .bar78 {
  304. width: 78%;
  305. }
  306. .bar79 {
  307. width: 79%;
  308. }
  309. .bar80 {
  310. width: 80%;
  311. }
  312. .bar81 {
  313. width: 81%;
  314. }
  315. .bar82 {
  316. width: 82%;
  317. }
  318. .bar83 {
  319. width: 83%;
  320. }
  321. .bar84 {
  322. width: 84%;
  323. }
  324. .bar85 {
  325. width: 85%;
  326. }
  327. .bar86 {
  328. width: 86%;
  329. }
  330. .bar87 {
  331. width: 87%;
  332. }
  333. .bar88 {
  334. width: 88%;
  335. }
  336. .bar89 {
  337. width: 89%;
  338. }
  339. .bar90 {
  340. width: 90%;
  341. }
  342. .bar91 {
  343. width: 91%;
  344. }
  345. .bar92 {
  346. width: 92%;
  347. }
  348. .bar93 {
  349. width: 93%;
  350. }
  351. .bar94 {
  352. width: 94%;
  353. }
  354. .bar95 {
  355. width: 95%;
  356. }
  357. .bar96 {
  358. width: 96%;
  359. }
  360. .bar97 {
  361. width: 97%;
  362. }
  363. .bar98 {
  364. width: 98%;
  365. }
  366. .bar99 {
  367. width: 99%;
  368. }
  369. .bar100 {
  370. width: 100%;
  371. }
  372. * {
  373. border-radius: 0 !important;
  374. }
  375. html {
  376. position: relative;
  377. min-height: 100%;
  378. color: #29314D;
  379. }
  380. body {
  381. /* Margin bottom by footer height */
  382. font-family: 'Roboto', Helvetica, Arial, sans-serif;
  383. margin-bottom: 80px;
  384. background-color: white;
  385. }
  386. body a {
  387. color: #0088CC;
  388. }
  389. .footer {
  390. position: absolute;
  391. bottom: 0;
  392. width: 100%;
  393. /* Set the fixed height of the footer here */
  394. height: 60px;
  395. text-align: center;
  396. color: #999;
  397. }
  398. input[type=checkbox]:checked + .label_hide_if_checked,
  399. input[type=checkbox]:checked + .label_hide_if_not_checked + .label_hide_if_checked {
  400. display: none;
  401. }
  402. input[type=checkbox]:not(:checked) + .label_hide_if_not_checked,
  403. input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not_checked {
  404. display: none;
  405. }
  406. .onoff-checkbox {
  407. width: 15%;
  408. }
  409. .onoffswitch {
  410. position: relative;
  411. width: 110px;
  412. -webkit-user-select: none;
  413. -moz-user-select: none;
  414. -ms-user-select: none;
  415. }
  416. .onoffswitch-checkbox {
  417. opacity: 0;
  418. position: absolute;
  419. }
  420. .onoffswitch-checkbox:before {
  421. content: "";
  422. display: inline-block;
  423. width: 16px;
  424. height: 16px;
  425. margin-right: 10px;
  426. position: absolute;
  427. left: 0;
  428. bottom: 1px;
  429. background-color: #fff;
  430. border: 1px solid #ccc;
  431. border-radius: 0px;
  432. }
  433. .onoffswitch-label {
  434. display: block;
  435. overflow: hidden;
  436. cursor: pointer;
  437. border: 2px solid #FFFFFF !important;
  438. border-radius: 50px !important;
  439. }
  440. .onoffswitch-inner {
  441. display: block;
  442. transition: margin 0.3s ease-in 0s;
  443. }
  444. .onoffswitch-inner:before,
  445. .onoffswitch-inner:after {
  446. display: block;
  447. float: left;
  448. width: 50%;
  449. height: 30px;
  450. padding: 0;
  451. line-height: 40px;
  452. font-size: 20px;
  453. box-sizing: border-box;
  454. content: "";
  455. background-color: #EEEEEE;
  456. }
  457. .onoffswitch-switch {
  458. display: block;
  459. width: 37px;
  460. background-color: #01D7D4;
  461. position: absolute;
  462. top: 0;
  463. bottom: 0;
  464. right: 0px;
  465. border: 2px solid #FFFFFF;
  466. border-radius: 50px !important;
  467. transition: all 0.3s ease-in 0s;
  468. }
  469. .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  470. margin-right: 0;
  471. }
  472. .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  473. right: 71px;
  474. background-color: #A1A1A1;
  475. }
  476. .onoffswitch-checkbox:focus + .onoffswitch-label .onoffswitch-switch {
  477. border: 3px solid #444444;
  478. }
  479. .result_header {
  480. margin-top: 0px;
  481. margin-bottom: 2px;
  482. font-size: 16px;
  483. }
  484. .result_header .favicon {
  485. margin-bottom: -3px;
  486. }
  487. .result_header a {
  488. color: #29314D;
  489. text-decoration: none;
  490. }
  491. .result_header a:hover {
  492. color: #0088CC;
  493. }
  494. .result_header a:visited {
  495. color: #684898;
  496. }
  497. .result_header a .highlight {
  498. background-color: #F6F9FA;
  499. }
  500. .result-content,
  501. .result-format,
  502. .result-source {
  503. margin-top: 2px;
  504. margin-bottom: 0;
  505. word-wrap: break-word;
  506. color: #666;
  507. font-size: 13px;
  508. }
  509. .result .highlight {
  510. font-weight: bold;
  511. }
  512. .result-source {
  513. font-size: 10px;
  514. float: left;
  515. }
  516. .result-format {
  517. font-size: 10px;
  518. float: right;
  519. }
  520. .result-abstract {
  521. margin-top: 0.5em;
  522. margin-bottom: 0.8em;
  523. }
  524. .external-link {
  525. color: #068922;
  526. font-size: 12px;
  527. margin-bottom: 15px;
  528. }
  529. .external-link a {
  530. margin-right: 3px;
  531. }
  532. .result-default,
  533. .result-code,
  534. .result-torrent,
  535. .result-videos,
  536. .result-map {
  537. clear: both;
  538. padding: 0.5em 4px;
  539. }
  540. .result-default:hover,
  541. .result-code:hover,
  542. .result-torrent:hover,
  543. .result-videos:hover,
  544. .result-map:hover {
  545. background-color: #F6F9FA;
  546. }
  547. .result-images {
  548. float: left !important;
  549. margin: 0;
  550. padding: 0;
  551. }
  552. .result-images a {
  553. display: block;
  554. width: 100%;
  555. background-size: cover;
  556. }
  557. .result-images a .img-thumbnail {
  558. border: none !important;
  559. padding: 0;
  560. }
  561. .result-images a:hover,
  562. .result-images a:focus {
  563. outline: 0;
  564. }
  565. .result-images a:hover .img-thumbnail,
  566. .result-images a:focus .img-thumbnail {
  567. box-shadow: 5px 5px 15px 0px black;
  568. }
  569. .result-images.js a .img-thumbnail {
  570. max-height: inherit;
  571. min-height: inherit;
  572. }
  573. .result-images:not(.js) {
  574. width: 25%;
  575. padding: 3px 13px 13px 3px;
  576. }
  577. .result-images:not(.js) a .img-thumbnail {
  578. margin: 0;
  579. max-height: 128px;
  580. min-height: 128px;
  581. }
  582. .img-thumbnail {
  583. margin: 5px;
  584. max-height: 128px;
  585. min-height: 128px;
  586. }
  587. .result-videos {
  588. clear: both;
  589. }
  590. .result-videos hr {
  591. margin: 5px 0 15px 0;
  592. }
  593. .result-videos .collapse {
  594. width: 100%;
  595. }
  596. .result-videos .in {
  597. margin-bottom: 8px;
  598. }
  599. .result-torrent {
  600. clear: both;
  601. }
  602. .result-torrent b {
  603. margin-right: 5px;
  604. margin-left: 5px;
  605. }
  606. .result-torrent .seeders {
  607. color: #2ecc71;
  608. }
  609. .result-torrent .leechers {
  610. color: #F35E77;
  611. }
  612. .result-metadata {
  613. clear: both;
  614. margin: 1em;
  615. }
  616. .result-metadata td {
  617. padding-right: 1em;
  618. color: #A4A4A4;
  619. }
  620. .result-metadata td:first-of-type {
  621. color: #666;
  622. }
  623. .result-map {
  624. clear: both;
  625. }
  626. .result-code {
  627. clear: both;
  628. }
  629. .result-code .code-fork,
  630. .result-code .code-fork a {
  631. color: #666;
  632. }
  633. .suggestion_item {
  634. margin: 2px 5px;
  635. max-width: 100%;
  636. }
  637. .suggestion_item .btn {
  638. max-width: 100%;
  639. white-space: normal;
  640. word-wrap: break-word;
  641. text-align: left;
  642. }
  643. .result_download {
  644. margin-right: 5px;
  645. }
  646. #pagination {
  647. margin-top: 30px;
  648. padding-bottom: 60px;
  649. }
  650. .label-default {
  651. color: #666;
  652. background: transparent;
  653. }
  654. .result .text-muted small {
  655. word-wrap: break-word;
  656. }
  657. .modal-wrapper {
  658. box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  659. }
  660. .modal-wrapper {
  661. background-clip: padding-box;
  662. background-color: #fff;
  663. border: 1px solid rgba(0, 0, 0, 0.2);
  664. border-radius: 6px;
  665. box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  666. outline: 0 none;
  667. position: relative;
  668. }
  669. @media screen and (max-width: 75em) {
  670. .img-thumbnail {
  671. object-fit: cover;
  672. }
  673. }
  674. .infobox .panel-heading {
  675. background-color: #F6F9FA;
  676. }
  677. .infobox .panel-heading .panel-title {
  678. font-weight: 700;
  679. }
  680. .infobox .header_url {
  681. white-space: nowrap;
  682. overflow: hidden;
  683. text-overflow: ellipsis;
  684. display: block;
  685. }
  686. .infobox p {
  687. font-family: "DejaVu Serif", Georgia, Cambria, "Times New Roman", Times, serif !important;
  688. font-style: italic;
  689. }
  690. .infobox img {
  691. max-height: "250px";
  692. }
  693. .infobox .btn {
  694. background-color: #007AB8;
  695. border: none;
  696. }
  697. .infobox .btn a {
  698. color: white;
  699. margin: 5px;
  700. }
  701. .infobox .infobox_part {
  702. margin-bottom: 20px;
  703. word-wrap: break-word;
  704. table-layout: fixed;
  705. }
  706. .infobox .infobox_part:last-child {
  707. margin-bottom: 0;
  708. }
  709. .infobox .infobox_toggle {
  710. width: 100%;
  711. text-align: center;
  712. margin-bottom: 0px;
  713. cursor: pointer;
  714. }
  715. .infobox .infobox_toggle:hover {
  716. background: #DDD;
  717. }
  718. .infobox .infobox_checkbox ~ .infobox_body {
  719. max-height: 300px;
  720. overflow: hidden;
  721. }
  722. .infobox .infobox_checkbox:checked ~ .infobox_body {
  723. max-height: none;
  724. }
  725. .infobox .infobox_checkbox ~ .infobox_toggle .infobox_label_down {
  726. display: block;
  727. }
  728. .infobox .infobox_checkbox ~ .infobox_toggle .infobox_label_up {
  729. display: none;
  730. }
  731. .infobox .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_up {
  732. display: block;
  733. }
  734. .infobox .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_down {
  735. display: none;
  736. }
  737. .infobox .infobox_checkbox ~ .infobox_body img.infobox_part {
  738. display: none;
  739. }
  740. .infobox .infobox_checkbox:checked ~ .infobox_body img.infobox_part {
  741. display: block;
  742. }
  743. .search_categories,
  744. #categories {
  745. text-transform: capitalize;
  746. margin-bottom: 0.5rem;
  747. display: flex;
  748. flex-wrap: wrap;
  749. flex-flow: row wrap;
  750. align-content: stretch;
  751. }
  752. .search_categories label,
  753. #categories label,
  754. .search_categories .input-group-addon,
  755. #categories .input-group-addon {
  756. flex-grow: 1;
  757. flex-basis: auto;
  758. font-size: 1.2rem;
  759. font-weight: normal;
  760. background-color: white;
  761. border: #DDD 1px solid;
  762. border-right: none;
  763. color: #666;
  764. padding-bottom: 0.4rem;
  765. padding-top: 0.4rem;
  766. text-align: center;
  767. min-width: 50px;
  768. }
  769. .search_categories label:last-child,
  770. #categories label:last-child,
  771. .search_categories .input-group-addon:last-child,
  772. #categories .input-group-addon:last-child {
  773. border-right: #DDD 1px solid;
  774. }
  775. .search_categories input[type="checkbox"]:checked + label,
  776. #categories input[type="checkbox"]:checked + label {
  777. color: #29314D;
  778. font-weight: bold;
  779. border-bottom: #01D7D4 5px solid;
  780. }
  781. #main-logo {
  782. margin-top: 10vh;
  783. margin-bottom: 25px;
  784. }
  785. #main-logo > img {
  786. max-width: 350px;
  787. width: 80%;
  788. }
  789. #q {
  790. box-shadow: none;
  791. border-right: none;
  792. border-color: #888;
  793. }
  794. #search_form .input-group-btn .btn {
  795. border-color: #888;
  796. }
  797. #search_form .input-group-btn .btn:hover {
  798. background-color: #068922;
  799. color: white;
  800. }
  801. .custom-select,
  802. .custom-select-rtl {
  803. appearance: none;
  804. -webkit-appearance: none;
  805. -moz-appearance: none;
  806. font-size: 1.2rem;
  807. font-weight: normal;
  808. background-color: white;
  809. border: #888 1px solid;
  810. color: #666;
  811. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAQAAACR313BAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAABFkAAARZAVnbJUkAAAAHdElNRQfgBxgLDwB20OFsAAAAbElEQVQY073OsQ3CMAAEwJMYwJGnsAehpoXJItltBkmcdZBYgIIiQoLglnz3ui+eP+bk5uneteTMZJa6OJuIqvYzSJoqwqBq8gdmTTW86/dghxAUq4xsVYT9laBYXCw93Aajh7GPEF23t4fkBYevGFTANkPRAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA3LTI0VDExOjU1OjU4KzAyOjAwRFqFOQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wNy0yNFQxMToxNTowMCswMjowMP7RDgQAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) 96% no-repeat;
  812. }
  813. .custom-select-rtl {
  814. background-position-x: 4%;
  815. }
  816. .search-margin {
  817. margin-bottom: 0.6em;
  818. }
  819. .visually-hidden {
  820. position: absolute !important;
  821. height: 1px;
  822. width: 1px;
  823. overflow: hidden;
  824. clip: rect(1px, 1px, 1px, 1px);
  825. white-space: nowrap;
  826. }
  827. .label-danger,
  828. .btn-danger {
  829. background: #c9432f;
  830. }
  831. .label-success,
  832. .btn-success {
  833. background: #068922;
  834. }
  835. select.form-control {
  836. border-color: #888 !important;
  837. }
  838. #advanced-search-container {
  839. display: none;
  840. text-align: left;
  841. margin-bottom: 1rem;
  842. clear: both;
  843. }
  844. #advanced-search-container label,
  845. #advanced-search-container .input-group-addon {
  846. font-size: 1.2rem;
  847. font-weight: normal;
  848. background-color: white;
  849. border: #DDD 1px solid;
  850. border-right: none;
  851. color: #666;
  852. padding-bottom: 0.4rem;
  853. padding-right: 0.7rem;
  854. padding-left: 0.7rem;
  855. }
  856. #advanced-search-container label:last-child,
  857. #advanced-search-container .input-group-addon:last-child {
  858. border-right: #DDD 1px solid;
  859. }
  860. #advanced-search-container input[type="radio"] {
  861. display: none;
  862. }
  863. #advanced-search-container input[type="radio"]:checked + label {
  864. color: #29314D;
  865. font-weight: bold;
  866. border-bottom: #01D7D4 5px solid;
  867. }
  868. #check-advanced:focus + label {
  869. text-decoration: underline;
  870. }
  871. #check-advanced:checked ~ #advanced-search-container {
  872. display: block;
  873. }
  874. .advanced {
  875. padding: 0;
  876. margin-top: 0.3rem;
  877. text-align: right;
  878. }
  879. .advanced label,
  880. .advanced select {
  881. cursor: pointer;
  882. }
  883. .cursor-text {
  884. cursor: text !important;
  885. }
  886. .cursor-pointer {
  887. cursor: pointer !important;
  888. }
  889. pre,
  890. code {
  891. font-family: 'Ubuntu Mono', 'Courier New', 'Lucida Console', monospace !important;
  892. }
  893. /*
  894. this file is generated automatically by searx_extra/update/update_pygments.py
  895. using pygments version 2.8.1
  896. */
  897. .code-highlight .linenos {
  898. -webkit-touch-callout: none;
  899. -webkit-user-select: none;
  900. -khtml-user-select: none;
  901. -moz-user-select: none;
  902. -ms-user-select: none;
  903. user-select: none;
  904. cursor: default;
  905. margin-right: 8px;
  906. text-align: right;
  907. }
  908. .code-highlight .linenos::selection {
  909. background: transparent;
  910. /* WebKit/Blink Browsers */
  911. }
  912. .code-highlight .linenos::-moz-selection {
  913. background: transparent;
  914. /* Gecko Browsers */
  915. }
  916. .code-highlight pre {
  917. line-height: 125%;
  918. }
  919. .code-highlight td.linenos .normal {
  920. color: inherit;
  921. background-color: transparent;
  922. padding-left: 5px;
  923. padding-right: 5px;
  924. }
  925. .code-highlight span.linenos {
  926. color: inherit;
  927. background-color: transparent;
  928. padding-left: 5px;
  929. padding-right: 5px;
  930. }
  931. .code-highlight td.linenos .special {
  932. color: #000000;
  933. background-color: #ffffc0;
  934. padding-left: 5px;
  935. padding-right: 5px;
  936. }
  937. .code-highlight span.linenos.special {
  938. color: #000000;
  939. background-color: #ffffc0;
  940. padding-left: 5px;
  941. padding-right: 5px;
  942. }
  943. .code-highlight .hll {
  944. background-color: #ffffcc;
  945. }
  946. .code-highlight {
  947. background: #282C34;
  948. }
  949. .code-highlight .c {
  950. color: #556366;
  951. font-style: italic;
  952. }
  953. /* Comment */
  954. .code-highlight .err {
  955. border: 1px solid #ff0000;
  956. }
  957. /* Error */
  958. .code-highlight .k {
  959. color: #BE74D5;
  960. font-weight: bold;
  961. }
  962. /* Keyword */
  963. .code-highlight .o {
  964. color: #D19A66;
  965. }
  966. /* Operator */
  967. .code-highlight .ch {
  968. color: #556366;
  969. font-style: italic;
  970. }
  971. /* Comment.Hashbang */
  972. .code-highlight .cm {
  973. color: #556366;
  974. font-style: italic;
  975. }
  976. /* Comment.Multiline */
  977. .code-highlight .cp {
  978. color: #BC7A00;
  979. font-style: italic;
  980. }
  981. /* Comment.Preproc */
  982. .code-highlight .cpf {
  983. color: #556366;
  984. font-style: italic;
  985. }
  986. /* Comment.PreprocFile */
  987. .code-highlight .c1 {
  988. color: #556366;
  989. font-style: italic;
  990. }
  991. /* Comment.Single */
  992. .code-highlight .cs {
  993. color: #556366;
  994. font-style: italic;
  995. }
  996. /* Comment.Special */
  997. .code-highlight .gd {
  998. color: #A00000;
  999. }
  1000. /* Generic.Deleted */
  1001. .code-highlight .ge {
  1002. font-style: italic;
  1003. }
  1004. /* Generic.Emph */
  1005. .code-highlight .gr {
  1006. color: #FF0000;
  1007. }
  1008. /* Generic.Error */
  1009. .code-highlight .gh {
  1010. color: #000080;
  1011. font-weight: bold;
  1012. }
  1013. /* Generic.Heading */
  1014. .code-highlight .gi {
  1015. color: #00A000;
  1016. }
  1017. /* Generic.Inserted */
  1018. .code-highlight .go {
  1019. color: #888888;
  1020. }
  1021. /* Generic.Output */
  1022. .code-highlight .gp {
  1023. color: #000080;
  1024. font-weight: bold;
  1025. }
  1026. /* Generic.Prompt */
  1027. .code-highlight .gs {
  1028. font-weight: bold;
  1029. }
  1030. /* Generic.Strong */
  1031. .code-highlight .gu {
  1032. color: #800080;
  1033. font-weight: bold;
  1034. }
  1035. /* Generic.Subheading */
  1036. .code-highlight .gt {
  1037. color: #0044DD;
  1038. }
  1039. /* Generic.Traceback */
  1040. .code-highlight .kc {
  1041. color: #BE74D5;
  1042. font-weight: bold;
  1043. }
  1044. /* Keyword.Constant */
  1045. .code-highlight .kd {
  1046. color: #BE74D5;
  1047. font-weight: bold;
  1048. }
  1049. /* Keyword.Declaration */
  1050. .code-highlight .kn {
  1051. color: #BE74D5;
  1052. font-weight: bold;
  1053. }
  1054. /* Keyword.Namespace */
  1055. .code-highlight .kp {
  1056. color: #BE74D5;
  1057. font-weight: bold;
  1058. }
  1059. /* Keyword.Pseudo */
  1060. .code-highlight .kr {
  1061. color: #BE74D5;
  1062. font-weight: bold;
  1063. }
  1064. /* Keyword.Reserved */
  1065. .code-highlight .kt {
  1066. color: #D46C72;
  1067. font-weight: bold;
  1068. }
  1069. /* Keyword.Type */
  1070. .code-highlight .m {
  1071. color: #D19A66;
  1072. }
  1073. /* Literal.Number */
  1074. .code-highlight .s {
  1075. color: #86C372;
  1076. }
  1077. /* Literal.String */
  1078. .code-highlight .na {
  1079. color: #7D9029;
  1080. }
  1081. /* Name.Attribute */
  1082. .code-highlight .nb {
  1083. color: #BE74D5;
  1084. }
  1085. /* Name.Builtin */
  1086. .code-highlight .nc {
  1087. color: #61AFEF;
  1088. font-weight: bold;
  1089. }
  1090. /* Name.Class */
  1091. .code-highlight .no {
  1092. color: #D19A66;
  1093. }
  1094. /* Name.Constant */
  1095. .code-highlight .nd {
  1096. color: #AA22FF;
  1097. }
  1098. /* Name.Decorator */
  1099. .code-highlight .ni {
  1100. color: #999999;
  1101. font-weight: bold;
  1102. }
  1103. /* Name.Entity */
  1104. .code-highlight .ne {
  1105. color: #D2413A;
  1106. font-weight: bold;
  1107. }
  1108. /* Name.Exception */
  1109. .code-highlight .nf {
  1110. color: #61AFEF;
  1111. }
  1112. /* Name.Function */
  1113. .code-highlight .nl {
  1114. color: #A0A000;
  1115. }
  1116. /* Name.Label */
  1117. .code-highlight .nn {
  1118. color: #61AFEF;
  1119. font-weight: bold;
  1120. }
  1121. /* Name.Namespace */
  1122. .code-highlight .nt {
  1123. color: #BE74D5;
  1124. font-weight: bold;
  1125. }
  1126. /* Name.Tag */
  1127. .code-highlight .nv {
  1128. color: #DFC06F;
  1129. }
  1130. /* Name.Variable */
  1131. .code-highlight .ow {
  1132. color: #AA22FF;
  1133. font-weight: bold;
  1134. }
  1135. /* Operator.Word */
  1136. .code-highlight .w {
  1137. color: #D7DAE0;
  1138. }
  1139. /* Text.Whitespace */
  1140. .code-highlight .mb {
  1141. color: #D19A66;
  1142. }
  1143. /* Literal.Number.Bin */
  1144. .code-highlight .mf {
  1145. color: #D19A66;
  1146. }
  1147. /* Literal.Number.Float */
  1148. .code-highlight .mh {
  1149. color: #D19A66;
  1150. }
  1151. /* Literal.Number.Hex */
  1152. .code-highlight .mi {
  1153. color: #D19A66;
  1154. }
  1155. /* Literal.Number.Integer */
  1156. .code-highlight .mo {
  1157. color: #D19A66;
  1158. }
  1159. /* Literal.Number.Oct */
  1160. .code-highlight .sa {
  1161. color: #86C372;
  1162. }
  1163. /* Literal.String.Affix */
  1164. .code-highlight .sb {
  1165. color: #86C372;
  1166. }
  1167. /* Literal.String.Backtick */
  1168. .code-highlight .sc {
  1169. color: #86C372;
  1170. }
  1171. /* Literal.String.Char */
  1172. .code-highlight .dl {
  1173. color: #86C372;
  1174. }
  1175. /* Literal.String.Delimiter */
  1176. .code-highlight .sd {
  1177. color: #86C372;
  1178. font-style: italic;
  1179. }
  1180. /* Literal.String.Doc */
  1181. .code-highlight .s2 {
  1182. color: #86C372;
  1183. }
  1184. /* Literal.String.Double */
  1185. .code-highlight .se {
  1186. color: #BB6622;
  1187. font-weight: bold;
  1188. }
  1189. /* Literal.String.Escape */
  1190. .code-highlight .sh {
  1191. color: #86C372;
  1192. }
  1193. /* Literal.String.Heredoc */
  1194. .code-highlight .si {
  1195. color: #BB6688;
  1196. font-weight: bold;
  1197. }
  1198. /* Literal.String.Interpol */
  1199. .code-highlight .sx {
  1200. color: #BE74D5;
  1201. }
  1202. /* Literal.String.Other */
  1203. .code-highlight .sr {
  1204. color: #BB6688;
  1205. }
  1206. /* Literal.String.Regex */
  1207. .code-highlight .s1 {
  1208. color: #86C372;
  1209. }
  1210. /* Literal.String.Single */
  1211. .code-highlight .ss {
  1212. color: #DFC06F;
  1213. }
  1214. /* Literal.String.Symbol */
  1215. .code-highlight .bp {
  1216. color: #BE74D5;
  1217. }
  1218. /* Name.Builtin.Pseudo */
  1219. .code-highlight .fm {
  1220. color: #61AFEF;
  1221. }
  1222. /* Name.Function.Magic */
  1223. .code-highlight .vc {
  1224. color: #DFC06F;
  1225. }
  1226. /* Name.Variable.Class */
  1227. .code-highlight .vg {
  1228. color: #DFC06F;
  1229. }
  1230. /* Name.Variable.Global */
  1231. .code-highlight .vi {
  1232. color: #DFC06F;
  1233. }
  1234. /* Name.Variable.Instance */
  1235. .code-highlight .vm {
  1236. color: #DFC06F;
  1237. }
  1238. /* Name.Variable.Magic */
  1239. .code-highlight .il {
  1240. color: #D19A66;
  1241. }
  1242. /* Literal.Number.Integer.Long */
  1243. .code-highlight pre {
  1244. margin-bottom: 25px;
  1245. padding: 20px 10px;
  1246. background-color: inherit;
  1247. color: inherit;
  1248. border: inherit;
  1249. color: #D7DAE0;
  1250. }
  1251. .table > tbody > tr > td,
  1252. .table > tbody > tr > th {
  1253. vertical-align: middle !important;
  1254. }
  1255. .nav-tabs.nav-justified {
  1256. margin-bottom: 20px;
  1257. }
  1258. p {
  1259. margin: 10px 0;
  1260. }
  1261. input.cursor-text {
  1262. margin: 10px 0;
  1263. }
  1264. .engine-tooltip {
  1265. display: none;
  1266. position: absolute;
  1267. padding: 0.5rem 1rem;
  1268. margin: 0rem 0 0 2rem;
  1269. border: 1px solid #ddd;
  1270. box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  1271. background: white;
  1272. font-size: 14px;
  1273. font-weight: normal;
  1274. z-index: 1000000;
  1275. }
  1276. td:hover .engine-tooltip,
  1277. th:hover .engine-tooltip,
  1278. .engine-tooltip:hover {
  1279. display: inline-block;
  1280. }
  1281. /* stacked-bar-chart */
  1282. .stacked-bar-chart {
  1283. margin: 0;
  1284. padding: 0 0.125rem 0 3rem;
  1285. width: 100%;
  1286. width: -moz-available;
  1287. width: -webkit-fill-available;
  1288. width: fill;
  1289. flex-direction: row;
  1290. flex-wrap: nowrap;
  1291. flex-grow: 1;
  1292. align-items: center;
  1293. display: inline-flex;
  1294. }
  1295. .stacked-bar-chart-value {
  1296. width: 3rem;
  1297. display: inline-block;
  1298. position: absolute;
  1299. padding: 0 0.5rem;
  1300. text-align: right;
  1301. }
  1302. .stacked-bar-chart-base {
  1303. display: flex;
  1304. flex-shrink: 0;
  1305. flex-grow: 0;
  1306. flex-basis: unset;
  1307. }
  1308. .stacked-bar-chart-median {
  1309. display: flex;
  1310. flex-shrink: 0;
  1311. flex-grow: 0;
  1312. flex-basis: unset;
  1313. background: #d5d8d7;
  1314. border: 1px solid rgba(213, 216, 215, 0.9);
  1315. padding: 0.3rem 0;
  1316. }
  1317. .stacked-bar-chart-rate80 {
  1318. display: flex;
  1319. flex-shrink: 0;
  1320. flex-grow: 0;
  1321. flex-basis: unset;
  1322. background: transparent;
  1323. border: 1px solid rgba(213, 216, 215, 0.3);
  1324. padding: 0.3rem 0;
  1325. }
  1326. .stacked-bar-chart-rate95 {
  1327. display: flex;
  1328. flex-shrink: 0;
  1329. flex-grow: 0;
  1330. flex-basis: unset;
  1331. background: transparent;
  1332. border-bottom: 1px dotted rgba(213, 216, 215, 0.5);
  1333. padding: 0;
  1334. }
  1335. .stacked-bar-chart-rate100 {
  1336. display: flex;
  1337. flex-shrink: 0;
  1338. flex-grow: 0;
  1339. flex-basis: unset;
  1340. background: transparent;
  1341. border-left: 1px solid rgba(213, 216, 215, 0.9);
  1342. padding: 0.4rem 0;
  1343. width: 1px;
  1344. }
  1345. /*Global*/
  1346. body {
  1347. background: #1d1f21 none !important;
  1348. color: #D5D8D7 !important;
  1349. }
  1350. a {
  1351. color: #41a2ce !important;
  1352. text-decoration: none !important;
  1353. }
  1354. a:hover {
  1355. color: #5F89AC !important;
  1356. }
  1357. input,
  1358. button,
  1359. textarea,
  1360. select {
  1361. border: 1px solid #282a2e !important;
  1362. background-color: #444 !important;
  1363. color: #BBB !important;
  1364. }
  1365. input:focus,
  1366. button:focus,
  1367. textarea:focus,
  1368. select:focus {
  1369. border: 1px solid #C5C8C6 !important;
  1370. box-shadow: initial !important;
  1371. }
  1372. div#advanced-search-container div#categories label {
  1373. background: none;
  1374. border: 1px solid #282a2e;
  1375. }
  1376. ul.nav li a {
  1377. border: 0 !important;
  1378. border-bottom: 1px solid #4d3f43 !important;
  1379. }
  1380. #categories *,
  1381. .modal-wrapper * {
  1382. background: #1d1f21 none !important;
  1383. color: #D5D8D7 !important;
  1384. }
  1385. #categories * {
  1386. border: 1px solid #3d3f43 !important;
  1387. }
  1388. #categories *:checked + label {
  1389. border-bottom: 4px solid #3d9f94 !important;
  1390. }
  1391. .result-content,
  1392. .result-source,
  1393. .result-format {
  1394. color: #B5B8B7 !important;
  1395. }
  1396. .external-link {
  1397. color: #35B887 !important;
  1398. }
  1399. .table-striped tr td,
  1400. .table-striped tr th {
  1401. border-color: #4d3f43 !important;
  1402. }
  1403. /*nav*/
  1404. .navbar {
  1405. background: #1d1f21 none;
  1406. border: none;
  1407. }
  1408. .navbar .active,
  1409. .menu {
  1410. background: none !important;
  1411. }
  1412. .label-default {
  1413. background: none;
  1414. color: #BBB;
  1415. }
  1416. .navbar-default .navbar-nav > .active > a,
  1417. .navbar-default .navbar-nav > .active > a:hover,
  1418. .navbar-default .navbar-nav > .active > a:focus,
  1419. .nav-tabs.nav-justified > .active > a {
  1420. background-color: #282a2e !important;
  1421. }
  1422. /*Search Page*/
  1423. .result-default:hover,
  1424. .result-code:hover,
  1425. .result-torrent:hover,
  1426. .result-videos:hover,
  1427. .result-map:hover {
  1428. background-color: #222426;
  1429. }
  1430. /*buttons*/
  1431. .btn {
  1432. color: #BBB;
  1433. background-color: #444;
  1434. border: 1px solid #282a2e;
  1435. }
  1436. .btn:hover {
  1437. color: #444 !important;
  1438. background-color: #BBB !important;
  1439. }
  1440. .btn-primary.active {
  1441. color: #C5C8C6;
  1442. background-color: #5F89AC;
  1443. border-color: #5F89AC;
  1444. }
  1445. /*Right Pannels*/
  1446. .panel {
  1447. border: 1px solid #111;
  1448. background: none;
  1449. }
  1450. .panel-heading {
  1451. color: #C5C8C6 !important;
  1452. background: #282a2e !important;
  1453. border-bottom: none;
  1454. }
  1455. .panel-body {
  1456. color: #C5C8C6 !important;
  1457. background: #1d1f21 !important;
  1458. border-color: #111 !important;
  1459. }
  1460. .panel-footer {
  1461. color: #C5C8C6 !important;
  1462. background: #282a2e !important;
  1463. border-top: 1px solid #111 !important;
  1464. }
  1465. .infobox_toggle:hover {
  1466. background: #3d3f43 !important;
  1467. }
  1468. p.btn.btn-default {
  1469. background: none;
  1470. }
  1471. .table-striped > tbody > tr:nth-child(odd) > td,
  1472. .table-striped > tbody > tr:nth-child(odd) > th,
  1473. .table-striped > thead > tr:nth-child(odd) > th {
  1474. background: #2d2f32 none !important;
  1475. color: #D5D8D7 !important;
  1476. }
  1477. .label-success {
  1478. background: #1d6f42 none !important;
  1479. }
  1480. .label-danger {
  1481. background: #ad1f12 none !important;
  1482. }
  1483. .searx-navbar {
  1484. background: #333334;
  1485. height: 2.3rem;
  1486. font-size: 1.3rem;
  1487. line-height: 1.3rem;
  1488. padding: 0.5rem;
  1489. font-weight: bold;
  1490. margin-bottom: 0.8rem;
  1491. }
  1492. .searx-navbar a,
  1493. .searx-navbar a:hover {
  1494. margin-right: 2rem;
  1495. color: white;
  1496. text-decoration: none;
  1497. }
  1498. .searx-navbar .instance a {
  1499. color: #01D7D4;
  1500. margin-left: 2rem;
  1501. }
  1502. #main-logo {
  1503. margin-top: 20vh;
  1504. margin-bottom: 25px;
  1505. }
  1506. #main-logo > img {
  1507. max-width: 350px;
  1508. width: 80%;
  1509. }
  1510. .onoffswitch-inner:before,
  1511. .onoffswitch-inner:after {
  1512. background: #1d1f21 none !important;
  1513. }
  1514. .onoffswitch-switch,
  1515. .onoffswitch-label {
  1516. border: 2px solid #3d3f43 !important;
  1517. }
  1518. .nav > li > a:hover,
  1519. .nav > li > a:focus {
  1520. background-color: #3d3f43 !important;
  1521. }
  1522. /*Images search*/
  1523. .img-thumbnail,
  1524. .thumbnail {
  1525. padding: 0px;
  1526. line-height: 1.42857143;
  1527. background: none;
  1528. border: none;
  1529. }
  1530. .modal-content {
  1531. background: #1d1f21 none !important;
  1532. }
  1533. /*Preferences*/
  1534. .table > thead > tr > td.danger,
  1535. .table > tbody > tr > td.danger,
  1536. .table > tfoot > tr > td.danger,
  1537. .table > thead > tr > th.danger,
  1538. .table > tbody > tr > th.danger,
  1539. .table > tfoot > tr > th.danger,
  1540. .table > thead > tr.danger > td,
  1541. .table > tbody > tr.danger > td,
  1542. .table > tfoot > tr.danger > td,
  1543. .table > thead > tr.danger > th,
  1544. .table > tbody > tr.danger > th,
  1545. .table > tfoot > tr.danger > th {
  1546. background: rgba(240, 0, 0, 0.56) !important;
  1547. color: #C5C8C6 !important;
  1548. }
  1549. .table-hover > tbody > tr > td.danger:hover,
  1550. .table-hover > tbody > tr > th.danger:hover,
  1551. .table-hover > tbody > tr.danger:hover > td,
  1552. .table-hover > tbody > tr:hover > .danger,
  1553. .table-hover > tbody > tr.danger:hover > th {
  1554. background: rgba(237, 59, 59, 0.61) !important;
  1555. color: #C5C8C6 !important;
  1556. }
  1557. .table-hover > tbody > tr:hover > td,
  1558. .table-hover > tbody > tr:hover > th {
  1559. background: #66696e !important;
  1560. }
  1561. .btn-success {
  1562. color: #C5C8C6;
  1563. background: #449d44;
  1564. }
  1565. .btn-danger {
  1566. color: #C5C8C6;
  1567. background: #d9534f;
  1568. }
  1569. .well {
  1570. background: #444;
  1571. border-color: #282a2e;
  1572. }
  1573. .highlight {
  1574. background-color: transparent !important;
  1575. }
  1576. /* engine tooltip */
  1577. .engine-tooltip {
  1578. border: 1px solid #3d3f43;
  1579. background: #1d1f21;
  1580. }