logicodev.css 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371
  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. .searx-navbar {
  373. background: #29314D;
  374. height: 2.3rem;
  375. font-size: 1.3rem;
  376. line-height: 1.3rem;
  377. padding: 0.5rem;
  378. font-weight: bold;
  379. margin-bottom: 0.8rem;
  380. }
  381. .searx-navbar a,
  382. .searx-navbar a:hover {
  383. margin-right: 2rem;
  384. color: white;
  385. text-decoration: none;
  386. }
  387. .searx-navbar .instance a {
  388. color: #01D7D4;
  389. margin-left: 2rem;
  390. }
  391. #main-logo {
  392. margin-top: 20vh;
  393. margin-bottom: 25px;
  394. }
  395. #main-logo > img {
  396. max-width: 350px;
  397. width: 80%;
  398. }
  399. * {
  400. border-radius: 0 !important;
  401. }
  402. html {
  403. position: relative;
  404. min-height: 100%;
  405. color: #29314D;
  406. }
  407. body {
  408. /* Margin bottom by footer height */
  409. font-family: 'Roboto', Helvetica, Arial, sans-serif;
  410. margin-bottom: 80px;
  411. background-color: white;
  412. }
  413. body a {
  414. color: #0088CC;
  415. }
  416. .footer {
  417. position: absolute;
  418. bottom: 0;
  419. width: 100%;
  420. /* Set the fixed height of the footer here */
  421. height: 60px;
  422. text-align: center;
  423. color: #999;
  424. }
  425. input[type=checkbox]:checked + .label_hide_if_checked,
  426. input[type=checkbox]:checked + .label_hide_if_not_checked + .label_hide_if_checked {
  427. display: none;
  428. }
  429. input[type=checkbox]:not(:checked) + .label_hide_if_not_checked,
  430. input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not_checked {
  431. display: none;
  432. }
  433. .onoff-checkbox {
  434. width: 15%;
  435. }
  436. .onoffswitch {
  437. position: relative;
  438. width: 110px;
  439. -webkit-user-select: none;
  440. -moz-user-select: none;
  441. -ms-user-select: none;
  442. }
  443. .onoffswitch-checkbox {
  444. opacity: 0;
  445. position: absolute;
  446. }
  447. .onoffswitch-checkbox:before {
  448. content: "";
  449. display: inline-block;
  450. width: 16px;
  451. height: 16px;
  452. margin-right: 10px;
  453. position: absolute;
  454. left: 0;
  455. bottom: 1px;
  456. background-color: #fff;
  457. border: 1px solid #ccc;
  458. border-radius: 0px;
  459. }
  460. .onoffswitch-label {
  461. display: block;
  462. overflow: hidden;
  463. cursor: pointer;
  464. border: 2px solid #FFFFFF !important;
  465. border-radius: 50px !important;
  466. }
  467. .onoffswitch-inner {
  468. display: block;
  469. transition: margin 0.3s ease-in 0s;
  470. }
  471. .onoffswitch-inner:before,
  472. .onoffswitch-inner:after {
  473. display: block;
  474. float: left;
  475. width: 50%;
  476. height: 30px;
  477. padding: 0;
  478. line-height: 40px;
  479. font-size: 20px;
  480. box-sizing: border-box;
  481. content: "";
  482. background-color: #EEEEEE;
  483. }
  484. .onoffswitch-switch {
  485. display: block;
  486. width: 37px;
  487. background-color: #01D7D4;
  488. position: absolute;
  489. top: 0;
  490. bottom: 0;
  491. right: 0px;
  492. border: 2px solid #FFFFFF;
  493. border-radius: 50px !important;
  494. transition: all 0.3s ease-in 0s;
  495. }
  496. .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  497. margin-right: 0;
  498. }
  499. .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  500. right: 71px;
  501. background-color: #A1A1A1;
  502. }
  503. .onoffswitch-checkbox:focus + .onoffswitch-label .onoffswitch-switch {
  504. border: 3px solid #444444;
  505. }
  506. .result_header {
  507. margin-top: 0px;
  508. margin-bottom: 2px;
  509. font-size: 16px;
  510. }
  511. .result_header .favicon {
  512. margin-bottom: -3px;
  513. }
  514. .result_header a {
  515. color: #29314D;
  516. text-decoration: none;
  517. }
  518. .result_header a:hover {
  519. color: #0088CC;
  520. }
  521. .result_header a:visited {
  522. color: #684898;
  523. }
  524. .result_header a .highlight {
  525. background-color: #F6F9FA;
  526. }
  527. .result-content,
  528. .result-format,
  529. .result-source {
  530. margin-top: 2px;
  531. margin-bottom: 0;
  532. word-wrap: break-word;
  533. color: #666;
  534. font-size: 13px;
  535. }
  536. .result .highlight {
  537. font-weight: bold;
  538. }
  539. .result-source {
  540. font-size: 10px;
  541. float: left;
  542. }
  543. .result-format {
  544. font-size: 10px;
  545. float: right;
  546. }
  547. .result-abstract {
  548. margin-top: 0.5em;
  549. margin-bottom: 0.8em;
  550. }
  551. .external-link {
  552. color: #068922;
  553. font-size: 12px;
  554. margin-bottom: 15px;
  555. }
  556. .external-link a {
  557. margin-right: 3px;
  558. }
  559. .result-default,
  560. .result-code,
  561. .result-torrent,
  562. .result-videos,
  563. .result-map {
  564. clear: both;
  565. padding: 0.5em 4px;
  566. }
  567. .result-default:hover,
  568. .result-code:hover,
  569. .result-torrent:hover,
  570. .result-videos:hover,
  571. .result-map:hover {
  572. background-color: #F6F9FA;
  573. }
  574. .result-images {
  575. float: left !important;
  576. margin: 0;
  577. padding: 0;
  578. }
  579. .result-images a {
  580. display: block;
  581. width: 100%;
  582. background-size: cover;
  583. }
  584. .result-images a .img-thumbnail {
  585. border: none !important;
  586. padding: 0;
  587. }
  588. .result-images a:hover,
  589. .result-images a:focus {
  590. outline: 0;
  591. }
  592. .result-images a:hover .img-thumbnail,
  593. .result-images a:focus .img-thumbnail {
  594. box-shadow: 5px 5px 15px 0px black;
  595. }
  596. .result-images.js a .img-thumbnail {
  597. max-height: inherit;
  598. min-height: inherit;
  599. }
  600. .result-images:not(.js) {
  601. width: 25%;
  602. padding: 3px 13px 13px 3px;
  603. }
  604. .result-images:not(.js) a .img-thumbnail {
  605. margin: 0;
  606. max-height: 128px;
  607. min-height: 128px;
  608. }
  609. .img-thumbnail {
  610. margin: 5px;
  611. max-height: 128px;
  612. min-height: 128px;
  613. }
  614. .result-videos {
  615. clear: both;
  616. }
  617. .result-videos hr {
  618. margin: 5px 0 15px 0;
  619. }
  620. .result-videos .collapse {
  621. width: 100%;
  622. }
  623. .result-videos .in {
  624. margin-bottom: 8px;
  625. }
  626. .result-torrent {
  627. clear: both;
  628. }
  629. .result-torrent b {
  630. margin-right: 5px;
  631. margin-left: 5px;
  632. }
  633. .result-torrent .seeders {
  634. color: #2ecc71;
  635. }
  636. .result-torrent .leechers {
  637. color: #F35E77;
  638. }
  639. .result-metadata {
  640. clear: both;
  641. margin: 1em;
  642. }
  643. .result-metadata td {
  644. padding-right: 1em;
  645. color: #A4A4A4;
  646. }
  647. .result-metadata td:first-of-type {
  648. color: #666;
  649. }
  650. .result-map {
  651. clear: both;
  652. }
  653. .result-code {
  654. clear: both;
  655. }
  656. .result-code .code-fork,
  657. .result-code .code-fork a {
  658. color: #666;
  659. }
  660. .suggestion_item {
  661. margin: 2px 5px;
  662. max-width: 100%;
  663. }
  664. .suggestion_item .btn {
  665. max-width: 100%;
  666. white-space: normal;
  667. word-wrap: break-word;
  668. text-align: left;
  669. }
  670. .result_download {
  671. margin-right: 5px;
  672. }
  673. #pagination {
  674. margin-top: 30px;
  675. padding-bottom: 60px;
  676. }
  677. .label-default {
  678. color: #666;
  679. background: transparent;
  680. }
  681. .result .text-muted small {
  682. word-wrap: break-word;
  683. }
  684. .modal-wrapper {
  685. box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  686. }
  687. .modal-wrapper {
  688. background-clip: padding-box;
  689. background-color: #fff;
  690. border: 1px solid rgba(0, 0, 0, 0.2);
  691. border-radius: 6px;
  692. box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  693. outline: 0 none;
  694. position: relative;
  695. }
  696. @media screen and (max-width: 75em) {
  697. .img-thumbnail {
  698. object-fit: cover;
  699. }
  700. }
  701. .infobox .panel-heading {
  702. background-color: #F6F9FA;
  703. }
  704. .infobox .panel-heading .panel-title {
  705. font-weight: 700;
  706. }
  707. .infobox .header_url {
  708. white-space: nowrap;
  709. overflow: hidden;
  710. text-overflow: ellipsis;
  711. display: block;
  712. }
  713. .infobox p {
  714. font-family: "DejaVu Serif", Georgia, Cambria, "Times New Roman", Times, serif !important;
  715. font-style: italic;
  716. }
  717. .infobox img {
  718. max-height: "250px";
  719. }
  720. .infobox .btn {
  721. background-color: #007AB8;
  722. border: none;
  723. }
  724. .infobox .btn a {
  725. color: white;
  726. margin: 5px;
  727. }
  728. .infobox .infobox_part {
  729. margin-bottom: 20px;
  730. word-wrap: break-word;
  731. table-layout: fixed;
  732. }
  733. .infobox .infobox_part:last-child {
  734. margin-bottom: 0;
  735. }
  736. .infobox .infobox_toggle {
  737. width: 100%;
  738. text-align: center;
  739. margin-bottom: 0px;
  740. cursor: pointer;
  741. }
  742. .infobox .infobox_toggle:hover {
  743. background: #DDD;
  744. }
  745. .infobox .infobox_checkbox ~ .infobox_body {
  746. max-height: 300px;
  747. overflow: hidden;
  748. }
  749. .infobox .infobox_checkbox:checked ~ .infobox_body {
  750. max-height: none;
  751. }
  752. .infobox .infobox_checkbox ~ .infobox_toggle .infobox_label_down {
  753. display: block;
  754. }
  755. .infobox .infobox_checkbox ~ .infobox_toggle .infobox_label_up {
  756. display: none;
  757. }
  758. .infobox .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_up {
  759. display: block;
  760. }
  761. .infobox .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_down {
  762. display: none;
  763. }
  764. .infobox .infobox_checkbox ~ .infobox_body img.infobox_part {
  765. display: none;
  766. }
  767. .infobox .infobox_checkbox:checked ~ .infobox_body img.infobox_part {
  768. display: block;
  769. }
  770. .search_categories,
  771. #categories {
  772. text-transform: capitalize;
  773. margin-bottom: 0.5rem;
  774. display: flex;
  775. flex-wrap: wrap;
  776. flex-flow: row wrap;
  777. align-content: stretch;
  778. }
  779. .search_categories label,
  780. #categories label,
  781. .search_categories .input-group-addon,
  782. #categories .input-group-addon {
  783. flex-grow: 1;
  784. flex-basis: auto;
  785. font-size: 1.2rem;
  786. font-weight: normal;
  787. background-color: white;
  788. border: #DDD 1px solid;
  789. border-right: none;
  790. color: #666;
  791. padding-bottom: 0.4rem;
  792. padding-top: 0.4rem;
  793. text-align: center;
  794. min-width: 50px;
  795. }
  796. .search_categories label:last-child,
  797. #categories label:last-child,
  798. .search_categories .input-group-addon:last-child,
  799. #categories .input-group-addon:last-child {
  800. border-right: #DDD 1px solid;
  801. }
  802. .search_categories input[type="checkbox"]:checked + label,
  803. #categories input[type="checkbox"]:checked + label {
  804. color: #29314D;
  805. font-weight: bold;
  806. border-bottom: #01D7D4 5px solid;
  807. }
  808. #main-logo {
  809. margin-top: 10vh;
  810. margin-bottom: 25px;
  811. }
  812. #main-logo > img {
  813. max-width: 350px;
  814. width: 80%;
  815. }
  816. #q {
  817. box-shadow: none;
  818. border-right: none;
  819. border-color: #888;
  820. }
  821. #search_form .input-group-btn .btn {
  822. border-color: #888;
  823. }
  824. #search_form .input-group-btn .btn:hover {
  825. background-color: #068922;
  826. color: white;
  827. }
  828. .custom-select,
  829. .custom-select-rtl {
  830. appearance: none;
  831. -webkit-appearance: none;
  832. -moz-appearance: none;
  833. font-size: 1.2rem;
  834. font-weight: normal;
  835. background-color: white;
  836. border: #888 1px solid;
  837. color: #666;
  838. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAQAAACR313BAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAABFkAAARZAVnbJUkAAAAHdElNRQfgBxgLDwB20OFsAAAAbElEQVQY073OsQ3CMAAEwJMYwJGnsAehpoXJItltBkmcdZBYgIIiQoLglnz3ui+eP+bk5uneteTMZJa6OJuIqvYzSJoqwqBq8gdmTTW86/dghxAUq4xsVYT9laBYXCw93Aajh7GPEF23t4fkBYevGFTANkPRAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA3LTI0VDExOjU1OjU4KzAyOjAwRFqFOQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wNy0yNFQxMToxNTowMCswMjowMP7RDgQAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) 96% no-repeat;
  839. }
  840. .custom-select-rtl {
  841. background-position-x: 4%;
  842. }
  843. .search-margin {
  844. margin-bottom: 0.6em;
  845. }
  846. .visually-hidden {
  847. position: absolute !important;
  848. height: 1px;
  849. width: 1px;
  850. overflow: hidden;
  851. clip: rect(1px, 1px, 1px, 1px);
  852. white-space: nowrap;
  853. }
  854. .label-danger,
  855. .btn-danger {
  856. background: #c9432f;
  857. }
  858. .label-success,
  859. .btn-success {
  860. background: #068922;
  861. }
  862. select.form-control {
  863. border-color: #888 !important;
  864. }
  865. #advanced-search-container {
  866. display: none;
  867. text-align: left;
  868. margin-bottom: 1rem;
  869. clear: both;
  870. }
  871. #advanced-search-container label,
  872. #advanced-search-container .input-group-addon {
  873. font-size: 1.2rem;
  874. font-weight: normal;
  875. background-color: white;
  876. border: #DDD 1px solid;
  877. border-right: none;
  878. color: #666;
  879. padding-bottom: 0.4rem;
  880. padding-right: 0.7rem;
  881. padding-left: 0.7rem;
  882. }
  883. #advanced-search-container label:last-child,
  884. #advanced-search-container .input-group-addon:last-child {
  885. border-right: #DDD 1px solid;
  886. }
  887. #advanced-search-container input[type="radio"] {
  888. display: none;
  889. }
  890. #advanced-search-container input[type="radio"]:checked + label {
  891. color: #29314D;
  892. font-weight: bold;
  893. border-bottom: #01D7D4 5px solid;
  894. }
  895. #check-advanced:focus + label {
  896. text-decoration: underline;
  897. }
  898. #check-advanced:checked ~ #advanced-search-container {
  899. display: block;
  900. }
  901. .advanced {
  902. padding: 0;
  903. margin-top: 0.3rem;
  904. text-align: right;
  905. }
  906. .advanced label,
  907. .advanced select {
  908. cursor: pointer;
  909. }
  910. .cursor-text {
  911. cursor: text !important;
  912. }
  913. .cursor-pointer {
  914. cursor: pointer !important;
  915. }
  916. pre,
  917. code {
  918. font-family: 'Ubuntu Mono', 'Courier New', 'Lucida Console', monospace !important;
  919. }
  920. /*
  921. this file is generated automatically by searx_extra/update/update_pygments.py
  922. using pygments version 2.8.1
  923. */
  924. .code-highlight .linenos {
  925. -webkit-touch-callout: none;
  926. -webkit-user-select: none;
  927. -khtml-user-select: none;
  928. -moz-user-select: none;
  929. -ms-user-select: none;
  930. user-select: none;
  931. cursor: default;
  932. margin-right: 8px;
  933. text-align: right;
  934. }
  935. .code-highlight .linenos::selection {
  936. background: transparent;
  937. /* WebKit/Blink Browsers */
  938. }
  939. .code-highlight .linenos::-moz-selection {
  940. background: transparent;
  941. /* Gecko Browsers */
  942. }
  943. .code-highlight pre {
  944. line-height: 125%;
  945. }
  946. .code-highlight td.linenos .normal {
  947. color: inherit;
  948. background-color: transparent;
  949. padding-left: 5px;
  950. padding-right: 5px;
  951. }
  952. .code-highlight span.linenos {
  953. color: inherit;
  954. background-color: transparent;
  955. padding-left: 5px;
  956. padding-right: 5px;
  957. }
  958. .code-highlight td.linenos .special {
  959. color: #000000;
  960. background-color: #ffffc0;
  961. padding-left: 5px;
  962. padding-right: 5px;
  963. }
  964. .code-highlight span.linenos.special {
  965. color: #000000;
  966. background-color: #ffffc0;
  967. padding-left: 5px;
  968. padding-right: 5px;
  969. }
  970. .code-highlight .hll {
  971. background-color: #ffffcc;
  972. }
  973. .code-highlight {
  974. background: #282C34;
  975. }
  976. .code-highlight .c {
  977. color: #556366;
  978. font-style: italic;
  979. }
  980. /* Comment */
  981. .code-highlight .err {
  982. border: 1px solid #ff0000;
  983. }
  984. /* Error */
  985. .code-highlight .k {
  986. color: #BE74D5;
  987. font-weight: bold;
  988. }
  989. /* Keyword */
  990. .code-highlight .o {
  991. color: #D19A66;
  992. }
  993. /* Operator */
  994. .code-highlight .ch {
  995. color: #556366;
  996. font-style: italic;
  997. }
  998. /* Comment.Hashbang */
  999. .code-highlight .cm {
  1000. color: #556366;
  1001. font-style: italic;
  1002. }
  1003. /* Comment.Multiline */
  1004. .code-highlight .cp {
  1005. color: #BC7A00;
  1006. font-style: italic;
  1007. }
  1008. /* Comment.Preproc */
  1009. .code-highlight .cpf {
  1010. color: #556366;
  1011. font-style: italic;
  1012. }
  1013. /* Comment.PreprocFile */
  1014. .code-highlight .c1 {
  1015. color: #556366;
  1016. font-style: italic;
  1017. }
  1018. /* Comment.Single */
  1019. .code-highlight .cs {
  1020. color: #556366;
  1021. font-style: italic;
  1022. }
  1023. /* Comment.Special */
  1024. .code-highlight .gd {
  1025. color: #A00000;
  1026. }
  1027. /* Generic.Deleted */
  1028. .code-highlight .ge {
  1029. font-style: italic;
  1030. }
  1031. /* Generic.Emph */
  1032. .code-highlight .gr {
  1033. color: #FF0000;
  1034. }
  1035. /* Generic.Error */
  1036. .code-highlight .gh {
  1037. color: #000080;
  1038. font-weight: bold;
  1039. }
  1040. /* Generic.Heading */
  1041. .code-highlight .gi {
  1042. color: #00A000;
  1043. }
  1044. /* Generic.Inserted */
  1045. .code-highlight .go {
  1046. color: #888888;
  1047. }
  1048. /* Generic.Output */
  1049. .code-highlight .gp {
  1050. color: #000080;
  1051. font-weight: bold;
  1052. }
  1053. /* Generic.Prompt */
  1054. .code-highlight .gs {
  1055. font-weight: bold;
  1056. }
  1057. /* Generic.Strong */
  1058. .code-highlight .gu {
  1059. color: #800080;
  1060. font-weight: bold;
  1061. }
  1062. /* Generic.Subheading */
  1063. .code-highlight .gt {
  1064. color: #0044DD;
  1065. }
  1066. /* Generic.Traceback */
  1067. .code-highlight .kc {
  1068. color: #BE74D5;
  1069. font-weight: bold;
  1070. }
  1071. /* Keyword.Constant */
  1072. .code-highlight .kd {
  1073. color: #BE74D5;
  1074. font-weight: bold;
  1075. }
  1076. /* Keyword.Declaration */
  1077. .code-highlight .kn {
  1078. color: #BE74D5;
  1079. font-weight: bold;
  1080. }
  1081. /* Keyword.Namespace */
  1082. .code-highlight .kp {
  1083. color: #BE74D5;
  1084. font-weight: bold;
  1085. }
  1086. /* Keyword.Pseudo */
  1087. .code-highlight .kr {
  1088. color: #BE74D5;
  1089. font-weight: bold;
  1090. }
  1091. /* Keyword.Reserved */
  1092. .code-highlight .kt {
  1093. color: #D46C72;
  1094. font-weight: bold;
  1095. }
  1096. /* Keyword.Type */
  1097. .code-highlight .m {
  1098. color: #D19A66;
  1099. }
  1100. /* Literal.Number */
  1101. .code-highlight .s {
  1102. color: #86C372;
  1103. }
  1104. /* Literal.String */
  1105. .code-highlight .na {
  1106. color: #7D9029;
  1107. }
  1108. /* Name.Attribute */
  1109. .code-highlight .nb {
  1110. color: #BE74D5;
  1111. }
  1112. /* Name.Builtin */
  1113. .code-highlight .nc {
  1114. color: #61AFEF;
  1115. font-weight: bold;
  1116. }
  1117. /* Name.Class */
  1118. .code-highlight .no {
  1119. color: #D19A66;
  1120. }
  1121. /* Name.Constant */
  1122. .code-highlight .nd {
  1123. color: #AA22FF;
  1124. }
  1125. /* Name.Decorator */
  1126. .code-highlight .ni {
  1127. color: #999999;
  1128. font-weight: bold;
  1129. }
  1130. /* Name.Entity */
  1131. .code-highlight .ne {
  1132. color: #D2413A;
  1133. font-weight: bold;
  1134. }
  1135. /* Name.Exception */
  1136. .code-highlight .nf {
  1137. color: #61AFEF;
  1138. }
  1139. /* Name.Function */
  1140. .code-highlight .nl {
  1141. color: #A0A000;
  1142. }
  1143. /* Name.Label */
  1144. .code-highlight .nn {
  1145. color: #61AFEF;
  1146. font-weight: bold;
  1147. }
  1148. /* Name.Namespace */
  1149. .code-highlight .nt {
  1150. color: #BE74D5;
  1151. font-weight: bold;
  1152. }
  1153. /* Name.Tag */
  1154. .code-highlight .nv {
  1155. color: #DFC06F;
  1156. }
  1157. /* Name.Variable */
  1158. .code-highlight .ow {
  1159. color: #AA22FF;
  1160. font-weight: bold;
  1161. }
  1162. /* Operator.Word */
  1163. .code-highlight .w {
  1164. color: #D7DAE0;
  1165. }
  1166. /* Text.Whitespace */
  1167. .code-highlight .mb {
  1168. color: #D19A66;
  1169. }
  1170. /* Literal.Number.Bin */
  1171. .code-highlight .mf {
  1172. color: #D19A66;
  1173. }
  1174. /* Literal.Number.Float */
  1175. .code-highlight .mh {
  1176. color: #D19A66;
  1177. }
  1178. /* Literal.Number.Hex */
  1179. .code-highlight .mi {
  1180. color: #D19A66;
  1181. }
  1182. /* Literal.Number.Integer */
  1183. .code-highlight .mo {
  1184. color: #D19A66;
  1185. }
  1186. /* Literal.Number.Oct */
  1187. .code-highlight .sa {
  1188. color: #86C372;
  1189. }
  1190. /* Literal.String.Affix */
  1191. .code-highlight .sb {
  1192. color: #86C372;
  1193. }
  1194. /* Literal.String.Backtick */
  1195. .code-highlight .sc {
  1196. color: #86C372;
  1197. }
  1198. /* Literal.String.Char */
  1199. .code-highlight .dl {
  1200. color: #86C372;
  1201. }
  1202. /* Literal.String.Delimiter */
  1203. .code-highlight .sd {
  1204. color: #86C372;
  1205. font-style: italic;
  1206. }
  1207. /* Literal.String.Doc */
  1208. .code-highlight .s2 {
  1209. color: #86C372;
  1210. }
  1211. /* Literal.String.Double */
  1212. .code-highlight .se {
  1213. color: #BB6622;
  1214. font-weight: bold;
  1215. }
  1216. /* Literal.String.Escape */
  1217. .code-highlight .sh {
  1218. color: #86C372;
  1219. }
  1220. /* Literal.String.Heredoc */
  1221. .code-highlight .si {
  1222. color: #BB6688;
  1223. font-weight: bold;
  1224. }
  1225. /* Literal.String.Interpol */
  1226. .code-highlight .sx {
  1227. color: #BE74D5;
  1228. }
  1229. /* Literal.String.Other */
  1230. .code-highlight .sr {
  1231. color: #BB6688;
  1232. }
  1233. /* Literal.String.Regex */
  1234. .code-highlight .s1 {
  1235. color: #86C372;
  1236. }
  1237. /* Literal.String.Single */
  1238. .code-highlight .ss {
  1239. color: #DFC06F;
  1240. }
  1241. /* Literal.String.Symbol */
  1242. .code-highlight .bp {
  1243. color: #BE74D5;
  1244. }
  1245. /* Name.Builtin.Pseudo */
  1246. .code-highlight .fm {
  1247. color: #61AFEF;
  1248. }
  1249. /* Name.Function.Magic */
  1250. .code-highlight .vc {
  1251. color: #DFC06F;
  1252. }
  1253. /* Name.Variable.Class */
  1254. .code-highlight .vg {
  1255. color: #DFC06F;
  1256. }
  1257. /* Name.Variable.Global */
  1258. .code-highlight .vi {
  1259. color: #DFC06F;
  1260. }
  1261. /* Name.Variable.Instance */
  1262. .code-highlight .vm {
  1263. color: #DFC06F;
  1264. }
  1265. /* Name.Variable.Magic */
  1266. .code-highlight .il {
  1267. color: #D19A66;
  1268. }
  1269. /* Literal.Number.Integer.Long */
  1270. .code-highlight pre {
  1271. margin-bottom: 25px;
  1272. padding: 20px 10px;
  1273. background-color: inherit;
  1274. color: inherit;
  1275. border: inherit;
  1276. color: #D7DAE0;
  1277. }
  1278. .table > tbody > tr > td,
  1279. .table > tbody > tr > th {
  1280. vertical-align: middle !important;
  1281. }
  1282. .nav-tabs.nav-justified {
  1283. margin-bottom: 20px;
  1284. }
  1285. p {
  1286. margin: 10px 0;
  1287. }
  1288. input.cursor-text {
  1289. margin: 10px 0;
  1290. }
  1291. .engine-tooltip {
  1292. display: none;
  1293. position: absolute;
  1294. padding: 0.5rem 1rem;
  1295. margin: 0rem 0 0 2rem;
  1296. border: 1px solid #ddd;
  1297. box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  1298. background: white;
  1299. font-size: 14px;
  1300. font-weight: normal;
  1301. z-index: 1000000;
  1302. }
  1303. td:hover .engine-tooltip,
  1304. th:hover .engine-tooltip,
  1305. .engine-tooltip:hover {
  1306. display: inline-block;
  1307. }
  1308. /* stacked-bar-chart */
  1309. .stacked-bar-chart {
  1310. margin: 0;
  1311. padding: 0 0.125rem 0 3rem;
  1312. width: 100%;
  1313. width: -moz-available;
  1314. width: -webkit-fill-available;
  1315. width: fill;
  1316. flex-direction: row;
  1317. flex-wrap: nowrap;
  1318. flex-grow: 1;
  1319. align-items: center;
  1320. display: inline-flex;
  1321. }
  1322. .stacked-bar-chart-value {
  1323. width: 3rem;
  1324. display: inline-block;
  1325. position: absolute;
  1326. padding: 0 0.5rem;
  1327. text-align: right;
  1328. }
  1329. .stacked-bar-chart-base {
  1330. display: flex;
  1331. flex-shrink: 0;
  1332. flex-grow: 0;
  1333. flex-basis: unset;
  1334. }
  1335. .stacked-bar-chart-median {
  1336. display: flex;
  1337. flex-shrink: 0;
  1338. flex-grow: 0;
  1339. flex-basis: unset;
  1340. background: #000000;
  1341. border: 1px solid rgba(0, 0, 0, 0.9);
  1342. padding: 0.3rem 0;
  1343. }
  1344. .stacked-bar-chart-rate80 {
  1345. display: flex;
  1346. flex-shrink: 0;
  1347. flex-grow: 0;
  1348. flex-basis: unset;
  1349. background: transparent;
  1350. border: 1px solid rgba(0, 0, 0, 0.3);
  1351. padding: 0.3rem 0;
  1352. }
  1353. .stacked-bar-chart-rate95 {
  1354. display: flex;
  1355. flex-shrink: 0;
  1356. flex-grow: 0;
  1357. flex-basis: unset;
  1358. background: transparent;
  1359. border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  1360. padding: 0;
  1361. }
  1362. .stacked-bar-chart-rate100 {
  1363. display: flex;
  1364. flex-shrink: 0;
  1365. flex-grow: 0;
  1366. flex-basis: unset;
  1367. background: transparent;
  1368. border-left: 1px solid rgba(0, 0, 0, 0.9);
  1369. padding: 0.4rem 0;
  1370. width: 1px;
  1371. }