pointhi.css 18 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135
  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. .osm-map-box {
  373. height: 300px;
  374. width: 100%;
  375. margin: 10px 0;
  376. }
  377. /*
  378. this file is generated automatically by searx_extra/update/update_pygments.py
  379. using pygments version 2.10.0
  380. */
  381. .code-highlight .linenos {
  382. -webkit-touch-callout: none;
  383. -webkit-user-select: none;
  384. -khtml-user-select: none;
  385. -moz-user-select: none;
  386. -ms-user-select: none;
  387. user-select: none;
  388. cursor: default;
  389. margin-right: 8px;
  390. text-align: right;
  391. }
  392. .code-highlight .linenos::selection {
  393. background: transparent;
  394. /* WebKit/Blink Browsers */
  395. }
  396. .code-highlight .linenos::-moz-selection {
  397. background: transparent;
  398. /* Gecko Browsers */
  399. }
  400. .code-highlight pre {
  401. line-height: 125%;
  402. }
  403. .code-highlight td.linenos .normal {
  404. color: inherit;
  405. background-color: transparent;
  406. padding-left: 5px;
  407. padding-right: 5px;
  408. }
  409. .code-highlight span.linenos {
  410. color: inherit;
  411. background-color: transparent;
  412. padding-left: 5px;
  413. padding-right: 5px;
  414. }
  415. .code-highlight td.linenos .special {
  416. color: #000000;
  417. background-color: #ffffc0;
  418. padding-left: 5px;
  419. padding-right: 5px;
  420. }
  421. .code-highlight span.linenos.special {
  422. color: #000000;
  423. background-color: #ffffc0;
  424. padding-left: 5px;
  425. padding-right: 5px;
  426. }
  427. .code-highlight .hll {
  428. background-color: #ffffcc;
  429. }
  430. .code-highlight {
  431. background: #f8f8f8;
  432. }
  433. .code-highlight .c {
  434. color: #408080;
  435. font-style: italic;
  436. }
  437. /* Comment */
  438. .code-highlight .err {
  439. border: 1px solid #FF0000;
  440. }
  441. /* Error */
  442. .code-highlight .k {
  443. color: #008000;
  444. font-weight: bold;
  445. }
  446. /* Keyword */
  447. .code-highlight .o {
  448. color: #666666;
  449. }
  450. /* Operator */
  451. .code-highlight .ch {
  452. color: #408080;
  453. font-style: italic;
  454. }
  455. /* Comment.Hashbang */
  456. .code-highlight .cm {
  457. color: #408080;
  458. font-style: italic;
  459. }
  460. /* Comment.Multiline */
  461. .code-highlight .cp {
  462. color: #BC7A00;
  463. }
  464. /* Comment.Preproc */
  465. .code-highlight .cpf {
  466. color: #408080;
  467. font-style: italic;
  468. }
  469. /* Comment.PreprocFile */
  470. .code-highlight .c1 {
  471. color: #408080;
  472. font-style: italic;
  473. }
  474. /* Comment.Single */
  475. .code-highlight .cs {
  476. color: #408080;
  477. font-style: italic;
  478. }
  479. /* Comment.Special */
  480. .code-highlight .gd {
  481. color: #A00000;
  482. }
  483. /* Generic.Deleted */
  484. .code-highlight .ge {
  485. font-style: italic;
  486. }
  487. /* Generic.Emph */
  488. .code-highlight .gr {
  489. color: #FF0000;
  490. }
  491. /* Generic.Error */
  492. .code-highlight .gh {
  493. color: #000080;
  494. font-weight: bold;
  495. }
  496. /* Generic.Heading */
  497. .code-highlight .gi {
  498. color: #00A000;
  499. }
  500. /* Generic.Inserted */
  501. .code-highlight .go {
  502. color: #888888;
  503. }
  504. /* Generic.Output */
  505. .code-highlight .gp {
  506. color: #000080;
  507. font-weight: bold;
  508. }
  509. /* Generic.Prompt */
  510. .code-highlight .gs {
  511. font-weight: bold;
  512. }
  513. /* Generic.Strong */
  514. .code-highlight .gu {
  515. color: #800080;
  516. font-weight: bold;
  517. }
  518. /* Generic.Subheading */
  519. .code-highlight .gt {
  520. color: #0044DD;
  521. }
  522. /* Generic.Traceback */
  523. .code-highlight .kc {
  524. color: #008000;
  525. font-weight: bold;
  526. }
  527. /* Keyword.Constant */
  528. .code-highlight .kd {
  529. color: #008000;
  530. font-weight: bold;
  531. }
  532. /* Keyword.Declaration */
  533. .code-highlight .kn {
  534. color: #008000;
  535. font-weight: bold;
  536. }
  537. /* Keyword.Namespace */
  538. .code-highlight .kp {
  539. color: #008000;
  540. }
  541. /* Keyword.Pseudo */
  542. .code-highlight .kr {
  543. color: #008000;
  544. font-weight: bold;
  545. }
  546. /* Keyword.Reserved */
  547. .code-highlight .kt {
  548. color: #B00040;
  549. }
  550. /* Keyword.Type */
  551. .code-highlight .m {
  552. color: #666666;
  553. }
  554. /* Literal.Number */
  555. .code-highlight .s {
  556. color: #BA2121;
  557. }
  558. /* Literal.String */
  559. .code-highlight .na {
  560. color: #7D9029;
  561. }
  562. /* Name.Attribute */
  563. .code-highlight .nb {
  564. color: #008000;
  565. }
  566. /* Name.Builtin */
  567. .code-highlight .nc {
  568. color: #0000FF;
  569. font-weight: bold;
  570. }
  571. /* Name.Class */
  572. .code-highlight .no {
  573. color: #880000;
  574. }
  575. /* Name.Constant */
  576. .code-highlight .nd {
  577. color: #AA22FF;
  578. }
  579. /* Name.Decorator */
  580. .code-highlight .ni {
  581. color: #999999;
  582. font-weight: bold;
  583. }
  584. /* Name.Entity */
  585. .code-highlight .ne {
  586. color: #D2413A;
  587. font-weight: bold;
  588. }
  589. /* Name.Exception */
  590. .code-highlight .nf {
  591. color: #0000FF;
  592. }
  593. /* Name.Function */
  594. .code-highlight .nl {
  595. color: #A0A000;
  596. }
  597. /* Name.Label */
  598. .code-highlight .nn {
  599. color: #0000FF;
  600. font-weight: bold;
  601. }
  602. /* Name.Namespace */
  603. .code-highlight .nt {
  604. color: #008000;
  605. font-weight: bold;
  606. }
  607. /* Name.Tag */
  608. .code-highlight .nv {
  609. color: #19177C;
  610. }
  611. /* Name.Variable */
  612. .code-highlight .ow {
  613. color: #AA22FF;
  614. font-weight: bold;
  615. }
  616. /* Operator.Word */
  617. .code-highlight .w {
  618. color: #bbbbbb;
  619. }
  620. /* Text.Whitespace */
  621. .code-highlight .mb {
  622. color: #666666;
  623. }
  624. /* Literal.Number.Bin */
  625. .code-highlight .mf {
  626. color: #666666;
  627. }
  628. /* Literal.Number.Float */
  629. .code-highlight .mh {
  630. color: #666666;
  631. }
  632. /* Literal.Number.Hex */
  633. .code-highlight .mi {
  634. color: #666666;
  635. }
  636. /* Literal.Number.Integer */
  637. .code-highlight .mo {
  638. color: #666666;
  639. }
  640. /* Literal.Number.Oct */
  641. .code-highlight .sa {
  642. color: #BA2121;
  643. }
  644. /* Literal.String.Affix */
  645. .code-highlight .sb {
  646. color: #BA2121;
  647. }
  648. /* Literal.String.Backtick */
  649. .code-highlight .sc {
  650. color: #BA2121;
  651. }
  652. /* Literal.String.Char */
  653. .code-highlight .dl {
  654. color: #BA2121;
  655. }
  656. /* Literal.String.Delimiter */
  657. .code-highlight .sd {
  658. color: #BA2121;
  659. font-style: italic;
  660. }
  661. /* Literal.String.Doc */
  662. .code-highlight .s2 {
  663. color: #BA2121;
  664. }
  665. /* Literal.String.Double */
  666. .code-highlight .se {
  667. color: #BB6622;
  668. font-weight: bold;
  669. }
  670. /* Literal.String.Escape */
  671. .code-highlight .sh {
  672. color: #BA2121;
  673. }
  674. /* Literal.String.Heredoc */
  675. .code-highlight .si {
  676. color: #BB6688;
  677. font-weight: bold;
  678. }
  679. /* Literal.String.Interpol */
  680. .code-highlight .sx {
  681. color: #008000;
  682. }
  683. /* Literal.String.Other */
  684. .code-highlight .sr {
  685. color: #BB6688;
  686. }
  687. /* Literal.String.Regex */
  688. .code-highlight .s1 {
  689. color: #BA2121;
  690. }
  691. /* Literal.String.Single */
  692. .code-highlight .ss {
  693. color: #19177C;
  694. }
  695. /* Literal.String.Symbol */
  696. .code-highlight .bp {
  697. color: #008000;
  698. }
  699. /* Name.Builtin.Pseudo */
  700. .code-highlight .fm {
  701. color: #0000FF;
  702. }
  703. /* Name.Function.Magic */
  704. .code-highlight .vc {
  705. color: #19177C;
  706. }
  707. /* Name.Variable.Class */
  708. .code-highlight .vg {
  709. color: #19177C;
  710. }
  711. /* Name.Variable.Global */
  712. .code-highlight .vi {
  713. color: #19177C;
  714. }
  715. /* Name.Variable.Instance */
  716. .code-highlight .vm {
  717. color: #19177C;
  718. }
  719. /* Name.Variable.Magic */
  720. .code-highlight .il {
  721. color: #666666;
  722. }
  723. /* Literal.Number.Integer.Long */
  724. html {
  725. position: relative;
  726. min-height: 100%;
  727. }
  728. body {
  729. /* Margin bottom by footer height */
  730. margin-bottom: 80px;
  731. }
  732. .footer {
  733. position: absolute;
  734. bottom: 0;
  735. width: 100%;
  736. /* Set the fixed height of the footer here */
  737. height: 60px;
  738. }
  739. input[type=checkbox]:checked + .label_hide_if_checked,
  740. input[type=checkbox]:checked + .label_hide_if_not_checked + .label_hide_if_checked {
  741. display: none;
  742. }
  743. input[type=checkbox]:not(:checked) + .label_hide_if_not_checked,
  744. input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not_checked {
  745. display: none;
  746. }
  747. .onoff-checkbox {
  748. width: 15%;
  749. }
  750. .onoffswitch {
  751. position: relative;
  752. width: 110px;
  753. -webkit-user-select: none;
  754. -moz-user-select: none;
  755. -ms-user-select: none;
  756. }
  757. .onoffswitch-checkbox {
  758. display: none;
  759. }
  760. .onoffswitch-label {
  761. display: block;
  762. overflow: hidden;
  763. cursor: pointer;
  764. border: 2px solid #FFFFFF !important;
  765. border-radius: 50px !important;
  766. }
  767. .onoffswitch-inner {
  768. display: block;
  769. transition: margin 0.3s ease-in 0s;
  770. }
  771. .onoffswitch-inner:before,
  772. .onoffswitch-inner:after {
  773. display: block;
  774. float: left;
  775. width: 50%;
  776. height: 30px;
  777. padding: 0;
  778. line-height: 40px;
  779. font-size: 20px;
  780. box-sizing: border-box;
  781. content: "";
  782. background-color: #EEEEEE;
  783. }
  784. .onoffswitch-switch {
  785. display: block;
  786. width: 37px;
  787. background-color: #00CC00;
  788. position: absolute;
  789. top: 0;
  790. bottom: 0;
  791. right: 0px;
  792. border: 2px solid #FFFFFF !important;
  793. border-radius: 50px !important;
  794. transition: all 0.3s ease-in 0s;
  795. }
  796. .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  797. margin-right: 0;
  798. }
  799. .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  800. right: 71px;
  801. background-color: #A1A1A1;
  802. }
  803. .result_header {
  804. margin-bottom: 5px;
  805. margin-top: 20px;
  806. }
  807. .result_header .favicon {
  808. margin-bottom: -3px;
  809. }
  810. .result_header a {
  811. vertical-align: bottom;
  812. }
  813. .result_header a .highlight {
  814. font-weight: bold;
  815. }
  816. .result-content {
  817. margin-top: 5px;
  818. word-wrap: break-word;
  819. }
  820. .result-content .highlight {
  821. font-weight: bold;
  822. }
  823. .result-default {
  824. clear: both;
  825. }
  826. .result-images {
  827. float: left !important;
  828. height: 138px;
  829. }
  830. .img-thumbnail {
  831. margin: 5px;
  832. max-height: 128px;
  833. }
  834. .result-videos {
  835. clear: both;
  836. }
  837. .result-torrents {
  838. clear: both;
  839. }
  840. .result-map {
  841. clear: both;
  842. }
  843. .result-code {
  844. clear: both;
  845. }
  846. .suggestion_item {
  847. margin: 2px 5px;
  848. max-width: 100%;
  849. }
  850. .suggestion_item .btn {
  851. max-width: 100%;
  852. white-space: normal;
  853. word-wrap: break-word;
  854. text-align: left;
  855. }
  856. .result_download {
  857. margin-right: 5px;
  858. }
  859. #pagination {
  860. margin-top: 30px;
  861. padding-bottom: 50px;
  862. }
  863. .label-default {
  864. color: #AAA;
  865. background: #FFF;
  866. }
  867. .result .text-muted small {
  868. word-wrap: break-word;
  869. }
  870. .modal-wrapper {
  871. box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  872. }
  873. .modal-wrapper {
  874. background-clip: padding-box;
  875. background-color: #fff;
  876. border: 1px solid rgba(0, 0, 0, 0.2);
  877. border-radius: 6px;
  878. box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  879. outline: 0 none;
  880. position: relative;
  881. }
  882. .highlight {
  883. font-weight: 700;
  884. }
  885. .infobox img {
  886. max-height: 250px;
  887. }
  888. .infobox .infobox_part {
  889. margin-bottom: 20px;
  890. word-wrap: break-word;
  891. table-layout: fixed;
  892. }
  893. .infobox .infobox_part:last-child {
  894. margin-bottom: 0;
  895. }
  896. .infobox .header_url {
  897. white-space: nowrap;
  898. overflow: hidden;
  899. text-overflow: ellipsis;
  900. display: block;
  901. }
  902. .infobox .infobox_toggle {
  903. width: 100%;
  904. text-align: center;
  905. margin-bottom: 0px;
  906. }
  907. .infobox .infobox_checkbox ~ .infobox_body {
  908. max-height: 300px;
  909. overflow: hidden;
  910. }
  911. .infobox .infobox_checkbox:checked ~ .infobox_body {
  912. max-height: none;
  913. }
  914. .infobox .infobox_checkbox ~ .infobox_toggle .infobox_label_down {
  915. display: block;
  916. }
  917. .infobox .infobox_checkbox ~ .infobox_toggle .infobox_label_up {
  918. display: none;
  919. }
  920. .infobox .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_up {
  921. display: block;
  922. }
  923. .infobox .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_down {
  924. display: none;
  925. }
  926. .infobox .infobox_checkbox ~ .infobox_body img.infobox_part {
  927. display: none;
  928. }
  929. .infobox .infobox_checkbox:checked ~ .infobox_body img.infobox_part {
  930. display: block;
  931. }
  932. .search_categories,
  933. #categories {
  934. text-transform: capitalize;
  935. margin-bottom: 1.5rem;
  936. margin-top: 1.5rem;
  937. display: flex;
  938. flex-wrap: wrap;
  939. align-content: stretch;
  940. }
  941. .search_categories label,
  942. #categories label,
  943. .search_categories .input-group-addon,
  944. #categories .input-group-addon {
  945. flex-grow: 1;
  946. flex-basis: auto;
  947. font-size: 1.3rem;
  948. font-weight: normal;
  949. background-color: white;
  950. border: #DDD 1px solid;
  951. border-right: none;
  952. color: #333;
  953. padding-bottom: 0.8rem;
  954. padding-top: 0.8rem;
  955. text-align: center;
  956. min-width: 50px;
  957. }
  958. .search_categories label:last-child,
  959. #categories label:last-child,
  960. .search_categories .input-group-addon:last-child,
  961. #categories .input-group-addon:last-child {
  962. border-right: #DDD 1px solid;
  963. }
  964. .search_categories input[type="checkbox"]:checked + label,
  965. #categories input[type="checkbox"]:checked + label {
  966. color: black;
  967. font-weight: bold;
  968. background-color: #EEE;
  969. }
  970. .visually-hidden {
  971. position: absolute !important;
  972. height: 1px;
  973. width: 1px;
  974. overflow: hidden;
  975. clip: rect(1px 1px 1px 1px);
  976. /* IE6, IE7 */
  977. clip: rect(1px, 1px, 1px, 1px);
  978. white-space: nowrap;
  979. /* added line */
  980. }
  981. #advanced-search-container {
  982. display: none;
  983. text-align: center;
  984. margin-bottom: 1rem;
  985. clear: both;
  986. }
  987. #advanced-search-container label,
  988. #advanced-search-container .input-group-addon {
  989. font-size: 1.3rem;
  990. font-weight: normal;
  991. background-color: white;
  992. border: #DDD 1px solid;
  993. border-right: none;
  994. color: #333;
  995. padding-bottom: 0.8rem;
  996. padding-left: 1.2rem;
  997. padding-right: 1.2rem;
  998. }
  999. #advanced-search-container label:last-child,
  1000. #advanced-search-container .input-group-addon:last-child {
  1001. border-right: #DDD 1px solid;
  1002. }
  1003. #advanced-search-container input[type="radio"] {
  1004. display: none;
  1005. }
  1006. #advanced-search-container input[type="radio"]:checked + label {
  1007. color: black;
  1008. font-weight: bold;
  1009. background-color: #EEE;
  1010. }
  1011. #check-advanced {
  1012. display: none;
  1013. }
  1014. #check-advanced:checked ~ #advanced-search-container {
  1015. display: block;
  1016. }
  1017. .advanced {
  1018. padding: 0;
  1019. margin-top: 0.3rem;
  1020. text-align: right;
  1021. }
  1022. .advanced label,
  1023. .advanced select {
  1024. cursor: pointer;
  1025. }
  1026. .cursor-text {
  1027. cursor: text !important;
  1028. }
  1029. .cursor-pointer {
  1030. cursor: pointer !important;
  1031. }
  1032. .searx-navbar {
  1033. background: #eee;
  1034. color: #aaa;
  1035. height: 2.3rem;
  1036. font-size: 1.3rem;
  1037. line-height: 1.3rem;
  1038. padding: 0.5rem;
  1039. font-weight: bold;
  1040. margin-bottom: 1.3rem;
  1041. }
  1042. .searx-navbar a,
  1043. .searx-navbar a:hover {
  1044. margin-right: 2rem;
  1045. text-decoration: none;
  1046. }
  1047. .searx-navbar .instance a {
  1048. color: #444;
  1049. margin-left: 2rem;
  1050. }
  1051. .table > tbody > tr > td,
  1052. .table > tbody > tr > th {
  1053. vertical-align: middle !important;
  1054. }
  1055. .engine-tooltip {
  1056. display: none;
  1057. position: absolute;
  1058. padding: 0.5rem 1rem;
  1059. margin: 0rem 0 0 2rem;
  1060. border: 1px solid #ddd;
  1061. box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  1062. background: white;
  1063. font-size: 14px;
  1064. font-weight: normal;
  1065. z-index: 1000000;
  1066. }
  1067. th:hover .engine-tooltip,
  1068. td:hover .engine-tooltip,
  1069. .engine-tooltip:hover {
  1070. display: inline-block;
  1071. }
  1072. /* stacked-bar-chart */
  1073. .stacked-bar-chart {
  1074. margin: 0;
  1075. padding: 0 0.125rem 0 3rem;
  1076. width: 100%;
  1077. width: -moz-available;
  1078. width: -webkit-fill-available;
  1079. width: fill;
  1080. flex-direction: row;
  1081. flex-wrap: nowrap;
  1082. flex-grow: 1;
  1083. align-items: center;
  1084. display: inline-flex;
  1085. }
  1086. .stacked-bar-chart-value {
  1087. width: 3rem;
  1088. display: inline-block;
  1089. position: absolute;
  1090. padding: 0 0.5rem;
  1091. text-align: right;
  1092. }
  1093. .stacked-bar-chart-base {
  1094. display: flex;
  1095. flex-shrink: 0;
  1096. flex-grow: 0;
  1097. flex-basis: unset;
  1098. }
  1099. .stacked-bar-chart-median {
  1100. display: flex;
  1101. flex-shrink: 0;
  1102. flex-grow: 0;
  1103. flex-basis: unset;
  1104. background: #000000;
  1105. border: 1px solid rgba(0, 0, 0, 0.9);
  1106. padding: 0.3rem 0;
  1107. }
  1108. .stacked-bar-chart-rate80 {
  1109. display: flex;
  1110. flex-shrink: 0;
  1111. flex-grow: 0;
  1112. flex-basis: unset;
  1113. background: transparent;
  1114. border: 1px solid rgba(0, 0, 0, 0.3);
  1115. padding: 0.3rem 0;
  1116. }
  1117. .stacked-bar-chart-rate95 {
  1118. display: flex;
  1119. flex-shrink: 0;
  1120. flex-grow: 0;
  1121. flex-basis: unset;
  1122. background: transparent;
  1123. border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  1124. padding: 0;
  1125. }
  1126. .stacked-bar-chart-rate100 {
  1127. display: flex;
  1128. flex-shrink: 0;
  1129. flex-grow: 0;
  1130. flex-basis: unset;
  1131. background: transparent;
  1132. border-left: 1px solid rgba(0, 0, 0, 0.9);
  1133. padding: 0.4rem 0;
  1134. width: 1px;
  1135. }