logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git

searx.css (41085B)


  1. /*! searx | 14-08-2018 | https://github.com/asciimoo/searx */
  2. /*
  3. * searx, A privacy-respecting, hackable metasearch engine
  4. *
  5. * To convert "style.less" to "style.css" run: $make styles
  6. */
  7. /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
  8. /* Document
  9. ========================================================================== */
  10. /**
  11. * 1. Correct the line height in all browsers.
  12. * 2. Prevent adjustments of font size after orientation changes in iOS.
  13. */
  14. html {
  15. line-height: 1.15;
  16. /* 1 */
  17. -webkit-text-size-adjust: 100%;
  18. /* 2 */
  19. }
  20. /* Sections
  21. ========================================================================== */
  22. /**
  23. * Remove the margin in all browsers.
  24. */
  25. body {
  26. margin: 0;
  27. }
  28. /**
  29. * Correct the font size and margin on `h1` elements within `section` and
  30. * `article` contexts in Chrome, Firefox, and Safari.
  31. */
  32. h1 {
  33. font-size: 2em;
  34. margin: 0.67em 0;
  35. }
  36. /* Grouping content
  37. ========================================================================== */
  38. /**
  39. * 1. Add the correct box sizing in Firefox.
  40. * 2. Show the overflow in Edge and IE.
  41. */
  42. hr {
  43. box-sizing: content-box;
  44. /* 1 */
  45. height: 0;
  46. /* 1 */
  47. overflow: visible;
  48. /* 2 */
  49. }
  50. /**
  51. * 1. Correct the inheritance and scaling of font size in all browsers.
  52. * 2. Correct the odd `em` font sizing in all browsers.
  53. */
  54. pre {
  55. font-family: monospace, monospace;
  56. /* 1 */
  57. font-size: 1em;
  58. /* 2 */
  59. }
  60. /* Text-level semantics
  61. ========================================================================== */
  62. /**
  63. * Remove the gray background on active links in IE 10.
  64. */
  65. a {
  66. background-color: transparent;
  67. }
  68. /**
  69. * 1. Remove the bottom border in Chrome 57-
  70. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  71. */
  72. abbr[title] {
  73. border-bottom: none;
  74. /* 1 */
  75. text-decoration: underline;
  76. /* 2 */
  77. text-decoration: underline dotted;
  78. /* 2 */
  79. }
  80. /**
  81. * Add the correct font weight in Chrome, Edge, and Safari.
  82. */
  83. b,
  84. strong {
  85. font-weight: bolder;
  86. }
  87. /**
  88. * 1. Correct the inheritance and scaling of font size in all browsers.
  89. * 2. Correct the odd `em` font sizing in all browsers.
  90. */
  91. code,
  92. kbd,
  93. samp {
  94. font-family: monospace, monospace;
  95. /* 1 */
  96. font-size: 1em;
  97. /* 2 */
  98. }
  99. /**
  100. * Add the correct font size in all browsers.
  101. */
  102. small {
  103. font-size: 80%;
  104. }
  105. /**
  106. * Prevent `sub` and `sup` elements from affecting the line height in
  107. * all browsers.
  108. */
  109. sub,
  110. sup {
  111. font-size: 75%;
  112. line-height: 0;
  113. position: relative;
  114. vertical-align: baseline;
  115. }
  116. sub {
  117. bottom: -0.25em;
  118. }
  119. sup {
  120. top: -0.5em;
  121. }
  122. /* Embedded content
  123. ========================================================================== */
  124. /**
  125. * Remove the border on images inside links in IE 10.
  126. */
  127. img {
  128. border-style: none;
  129. }
  130. /* Forms
  131. ========================================================================== */
  132. /**
  133. * 1. Change the font styles in all browsers.
  134. * 2. Remove the margin in Firefox and Safari.
  135. */
  136. button,
  137. input,
  138. optgroup,
  139. select,
  140. textarea {
  141. font-family: inherit;
  142. /* 1 */
  143. font-size: 100%;
  144. /* 1 */
  145. line-height: 1.15;
  146. /* 1 */
  147. margin: 0;
  148. /* 2 */
  149. }
  150. /**
  151. * Show the overflow in IE.
  152. * 1. Show the overflow in Edge.
  153. */
  154. button,
  155. input {
  156. /* 1 */
  157. overflow: visible;
  158. }
  159. /**
  160. * Remove the inheritance of text transform in Edge, Firefox, and IE.
  161. * 1. Remove the inheritance of text transform in Firefox.
  162. */
  163. button,
  164. select {
  165. /* 1 */
  166. text-transform: none;
  167. }
  168. /**
  169. * Correct the inability to style clickable types in iOS and Safari.
  170. */
  171. button,
  172. [type="button"],
  173. [type="reset"],
  174. [type="submit"] {
  175. -webkit-appearance: button;
  176. }
  177. /**
  178. * Remove the inner border and padding in Firefox.
  179. */
  180. button::-moz-focus-inner,
  181. [type="button"]::-moz-focus-inner,
  182. [type="reset"]::-moz-focus-inner,
  183. [type="submit"]::-moz-focus-inner {
  184. border-style: none;
  185. padding: 0;
  186. }
  187. /**
  188. * Restore the focus styles unset by the previous rule.
  189. */
  190. button:-moz-focusring,
  191. [type="button"]:-moz-focusring,
  192. [type="reset"]:-moz-focusring,
  193. [type="submit"]:-moz-focusring {
  194. outline: 1px dotted ButtonText;
  195. }
  196. /**
  197. * Correct the padding in Firefox.
  198. */
  199. fieldset {
  200. padding: 0.35em 0.75em 0.625em;
  201. }
  202. /**
  203. * 1. Correct the text wrapping in Edge and IE.
  204. * 2. Correct the color inheritance from `fieldset` elements in IE.
  205. * 3. Remove the padding so developers are not caught out when they zero out
  206. * `fieldset` elements in all browsers.
  207. */
  208. legend {
  209. box-sizing: border-box;
  210. /* 1 */
  211. color: inherit;
  212. /* 2 */
  213. display: table;
  214. /* 1 */
  215. max-width: 100%;
  216. /* 1 */
  217. padding: 0;
  218. /* 3 */
  219. white-space: normal;
  220. /* 1 */
  221. }
  222. /**
  223. * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  224. */
  225. progress {
  226. vertical-align: baseline;
  227. }
  228. /**
  229. * Remove the default vertical scrollbar in IE 10+.
  230. */
  231. textarea {
  232. overflow: auto;
  233. }
  234. /**
  235. * 1. Add the correct box sizing in IE 10.
  236. * 2. Remove the padding in IE 10.
  237. */
  238. [type="checkbox"],
  239. [type="radio"] {
  240. box-sizing: border-box;
  241. /* 1 */
  242. padding: 0;
  243. /* 2 */
  244. }
  245. /**
  246. * Correct the cursor style of increment and decrement buttons in Chrome.
  247. */
  248. [type="number"]::-webkit-inner-spin-button,
  249. [type="number"]::-webkit-outer-spin-button {
  250. height: auto;
  251. }
  252. /**
  253. * 1. Correct the odd appearance in Chrome and Safari.
  254. * 2. Correct the outline style in Safari.
  255. */
  256. [type="search"] {
  257. -webkit-appearance: textfield;
  258. /* 1 */
  259. outline-offset: -2px;
  260. /* 2 */
  261. }
  262. /**
  263. * Remove the inner padding in Chrome and Safari on macOS.
  264. */
  265. [type="search"]::-webkit-search-decoration {
  266. -webkit-appearance: none;
  267. }
  268. /**
  269. * 1. Correct the inability to style clickable types in iOS and Safari.
  270. * 2. Change font properties to `inherit` in Safari.
  271. */
  272. ::-webkit-file-upload-button {
  273. -webkit-appearance: button;
  274. /* 1 */
  275. font: inherit;
  276. /* 2 */
  277. }
  278. /* Interactive
  279. ========================================================================== */
  280. /*
  281. * Add the correct display in Edge, IE 10+, and Firefox.
  282. */
  283. details {
  284. display: block;
  285. }
  286. /*
  287. * Add the correct display in all browsers.
  288. */
  289. summary {
  290. display: list-item;
  291. }
  292. /* Misc
  293. ========================================================================== */
  294. /**
  295. * Add the correct display in IE 10+.
  296. */
  297. template {
  298. display: none;
  299. }
  300. /**
  301. * Add the correct display in IE 10.
  302. */
  303. [hidden] {
  304. display: none;
  305. }
  306. /*
  307. * searx, A privacy-respecting, hackable metasearch engine
  308. *
  309. * To change the colors of the site, simple edit this variables
  310. */
  311. /*
  312. * searx, A privacy-respecting, hackable metasearch engine
  313. */
  314. .highlight .hll {
  315. background-color: #ffffcc;
  316. }
  317. .highlight {
  318. background: #f8f8f8;
  319. }
  320. .highlight .c {
  321. color: #408080;
  322. font-style: italic;
  323. }
  324. /* Comment */
  325. .highlight .err {
  326. border: 1px solid #FF0000;
  327. }
  328. /* Error */
  329. .highlight .k {
  330. color: #008000;
  331. font-weight: bold;
  332. }
  333. /* Keyword */
  334. .highlight .o {
  335. color: #666666;
  336. }
  337. /* Operator */
  338. .highlight .cm {
  339. color: #408080;
  340. font-style: italic;
  341. }
  342. /* Comment.Multiline */
  343. .highlight .cp {
  344. color: #BC7A00;
  345. }
  346. /* Comment.Preproc */
  347. .highlight .c1 {
  348. color: #408080;
  349. font-style: italic;
  350. }
  351. /* Comment.Single */
  352. .highlight .cs {
  353. color: #408080;
  354. font-style: italic;
  355. }
  356. /* Comment.Special */
  357. .highlight .gd {
  358. color: #A00000;
  359. }
  360. /* Generic.Deleted */
  361. .highlight .ge {
  362. font-style: italic;
  363. }
  364. /* Generic.Emph */
  365. .highlight .gr {
  366. color: #FF0000;
  367. }
  368. /* Generic.Error */
  369. .highlight .gh {
  370. color: #000080;
  371. font-weight: bold;
  372. }
  373. /* Generic.Heading */
  374. .highlight .gi {
  375. color: #00A000;
  376. }
  377. /* Generic.Inserted */
  378. .highlight .go {
  379. color: #888888;
  380. }
  381. /* Generic.Output */
  382. .highlight .gp {
  383. color: #000080;
  384. font-weight: bold;
  385. }
  386. /* Generic.Prompt */
  387. .highlight .gs {
  388. font-weight: bold;
  389. }
  390. /* Generic.Strong */
  391. .highlight .gu {
  392. color: #800080;
  393. font-weight: bold;
  394. }
  395. /* Generic.Subheading */
  396. .highlight .gt {
  397. color: #0044DD;
  398. }
  399. /* Generic.Traceback */
  400. .highlight .kc {
  401. color: #008000;
  402. font-weight: bold;
  403. }
  404. /* Keyword.Constant */
  405. .highlight .kd {
  406. color: #008000;
  407. font-weight: bold;
  408. }
  409. /* Keyword.Declaration */
  410. .highlight .kn {
  411. color: #008000;
  412. font-weight: bold;
  413. }
  414. /* Keyword.Namespace */
  415. .highlight .kp {
  416. color: #008000;
  417. }
  418. /* Keyword.Pseudo */
  419. .highlight .kr {
  420. color: #008000;
  421. font-weight: bold;
  422. }
  423. /* Keyword.Reserved */
  424. .highlight .kt {
  425. color: #B00040;
  426. }
  427. /* Keyword.Type */
  428. .highlight .m {
  429. color: #666666;
  430. }
  431. /* Literal.Number */
  432. .highlight .s {
  433. color: #BA2121;
  434. }
  435. /* Literal.String */
  436. .highlight .na {
  437. color: #7D9029;
  438. }
  439. /* Name.Attribute */
  440. .highlight .nb {
  441. color: #008000;
  442. }
  443. /* Name.Builtin */
  444. .highlight .nc {
  445. color: #0000FF;
  446. font-weight: bold;
  447. }
  448. /* Name.Class */
  449. .highlight .no {
  450. color: #880000;
  451. }
  452. /* Name.Constant */
  453. .highlight .nd {
  454. color: #AA22FF;
  455. }
  456. /* Name.Decorator */
  457. .highlight .ni {
  458. color: #999999;
  459. font-weight: bold;
  460. }
  461. /* Name.Entity */
  462. .highlight .ne {
  463. color: #D2413A;
  464. font-weight: bold;
  465. }
  466. /* Name.Exception */
  467. .highlight .nf {
  468. color: #0000FF;
  469. }
  470. /* Name.Function */
  471. .highlight .nl {
  472. color: #A0A000;
  473. }
  474. /* Name.Label */
  475. .highlight .nn {
  476. color: #0000FF;
  477. font-weight: bold;
  478. }
  479. /* Name.Namespace */
  480. .highlight .nt {
  481. color: #008000;
  482. font-weight: bold;
  483. }
  484. /* Name.Tag */
  485. .highlight .nv {
  486. color: #19177C;
  487. }
  488. /* Name.Variable */
  489. .highlight .ow {
  490. color: #AA22FF;
  491. font-weight: bold;
  492. }
  493. /* Operator.Word */
  494. .highlight .w {
  495. color: #bbbbbb;
  496. }
  497. /* Text.Whitespace */
  498. .highlight .mf {
  499. color: #666666;
  500. }
  501. /* Literal.Number.Float */
  502. .highlight .mh {
  503. color: #666666;
  504. }
  505. /* Literal.Number.Hex */
  506. .highlight .mi {
  507. color: #666666;
  508. }
  509. /* Literal.Number.Integer */
  510. .highlight .mo {
  511. color: #666666;
  512. }
  513. /* Literal.Number.Oct */
  514. .highlight .sb {
  515. color: #BA2121;
  516. }
  517. /* Literal.String.Backtick */
  518. .highlight .sc {
  519. color: #BA2121;
  520. }
  521. /* Literal.String.Char */
  522. .highlight .sd {
  523. color: #BA2121;
  524. font-style: italic;
  525. }
  526. /* Literal.String.Doc */
  527. .highlight .s2 {
  528. color: #BA2121;
  529. }
  530. /* Literal.String.Double */
  531. .highlight .se {
  532. color: #BB6622;
  533. font-weight: bold;
  534. }
  535. /* Literal.String.Escape */
  536. .highlight .sh {
  537. color: #BA2121;
  538. }
  539. /* Literal.String.Heredoc */
  540. .highlight .si {
  541. color: #BB6688;
  542. font-weight: bold;
  543. }
  544. /* Literal.String.Interpol */
  545. .highlight .sx {
  546. color: #008000;
  547. }
  548. /* Literal.String.Other */
  549. .highlight .sr {
  550. color: #BB6688;
  551. }
  552. /* Literal.String.Regex */
  553. .highlight .s1 {
  554. color: #BA2121;
  555. }
  556. /* Literal.String.Single */
  557. .highlight .ss {
  558. color: #19177C;
  559. }
  560. /* Literal.String.Symbol */
  561. .highlight .bp {
  562. color: #008000;
  563. }
  564. /* Name.Builtin.Pseudo */
  565. .highlight .vc {
  566. color: #19177C;
  567. }
  568. /* Name.Variable.Class */
  569. .highlight .vg {
  570. color: #19177C;
  571. }
  572. /* Name.Variable.Global */
  573. .highlight .vi {
  574. color: #19177C;
  575. }
  576. /* Name.Variable.Instance */
  577. .highlight .il {
  578. color: #666666;
  579. }
  580. /* Literal.Number.Integer.Long */
  581. .highlight pre {
  582. overflow: auto;
  583. }
  584. .highlight .lineno {
  585. -webkit-touch-callout: none;
  586. -webkit-user-select: none;
  587. -khtml-user-select: none;
  588. -moz-user-select: none;
  589. -ms-user-select: none;
  590. user-select: none;
  591. cursor: default;
  592. }
  593. .highlight .lineno::selection {
  594. background: transparent;
  595. /* WebKit/Blink Browsers */
  596. }
  597. .highlight .lineno::-moz-selection {
  598. background: transparent;
  599. /* Gecko Browsers */
  600. }
  601. html.no-js .hide_if_nojs {
  602. display: none;
  603. }
  604. html.js .show_if_nojs {
  605. display: none;
  606. }
  607. .center {
  608. text-align: center;
  609. }
  610. .right {
  611. float: right ;
  612. }
  613. .left {
  614. float: left;
  615. }
  616. .invisible {
  617. display: none !important;
  618. }
  619. .list-unstyled {
  620. list-style-type: none;
  621. }
  622. .list-unstyled li {
  623. margin-top: 4px;
  624. margin-bottom: 4px;
  625. }
  626. .danger {
  627. background-color: #fae1e1;
  628. }
  629. .badge {
  630. display: inline-block;
  631. color: #fff;
  632. background-color: #777;
  633. text-align: center;
  634. white-space: nowrap;
  635. vertical-align: baseline;
  636. min-width: 10px;
  637. padding: 1px 5px;
  638. border-radius: 5px;
  639. }
  640. kbd {
  641. padding: 2px 4px;
  642. margin: 1px;
  643. font-size: 90%;
  644. color: white;
  645. background: black;
  646. }
  647. table {
  648. width: 100%;
  649. }
  650. table.striped tr {
  651. border-bottom: 1px solid #ececec;
  652. }
  653. th {
  654. padding: 0.4em;
  655. }
  656. td {
  657. padding: 0 4px;
  658. }
  659. tr:hover {
  660. background: #ececec;
  661. }
  662. div.selectable_url {
  663. border: 1px solid #888;
  664. padding: 4px;
  665. color: #444;
  666. width: 100%;
  667. display: block;
  668. margin: 0.1em;
  669. overflow: hidden;
  670. height: 1.2em;
  671. line-height: 1.2em;
  672. }
  673. div.selectable_url pre {
  674. display: block;
  675. font-size: 0.8em;
  676. word-break: break-all;
  677. margin: 0.1em;
  678. -webkit-user-select: all;
  679. -moz-user-select: all;
  680. -ms-user-select: element;
  681. user-select: all;
  682. }
  683. .dialog-error {
  684. position: relative;
  685. width: 70%;
  686. padding: 1em 1em 1em 2.7em;
  687. margin: 0em 8% 1em 8%;
  688. border: 1px solid black;
  689. border-radius: 4px;
  690. text-align: left;
  691. color: #db3434;
  692. background: #fae1e1;
  693. border-color: #db3434;
  694. }
  695. .dialog-error:before {
  696. position: absolute;
  697. top: 0.5em;
  698. left: 0.5em;
  699. font-family: "ion";
  700. font-size: 1.5em;
  701. }
  702. .dialog-error .close {
  703. float: right;
  704. position: relative;
  705. top: -3px;
  706. color: inherit;
  707. font-size: 1.5em;
  708. }
  709. .dialog-error ul,
  710. .dialog-error ol,
  711. .dialog-error p {
  712. margin: 1px 0 0 0;
  713. }
  714. .dialog-error table {
  715. width: auto;
  716. }
  717. .dialog-error tr {
  718. vertical-align: text-top;
  719. }
  720. .dialog-error tr:hover {
  721. background: transparent;
  722. }
  723. .dialog-error td {
  724. padding: 0 1em 0 0;
  725. }
  726. .dialog-error h4 {
  727. margin-top: 0.3em;
  728. margin-bottom: 0.3em;
  729. }
  730. .dialog-error:before {
  731. content: "\f110";
  732. }
  733. .dialog-warning {
  734. position: relative;
  735. width: 70%;
  736. padding: 1em 1em 1em 2.7em;
  737. margin: 0em 8% 1em 8%;
  738. border: 1px solid black;
  739. border-radius: 4px;
  740. text-align: left;
  741. color: #dbba34;
  742. background: #faf5e1;
  743. border-color: #dbba34;
  744. }
  745. .dialog-warning:before {
  746. position: absolute;
  747. top: 0.5em;
  748. left: 0.5em;
  749. font-family: "ion";
  750. font-size: 1.5em;
  751. }
  752. .dialog-warning .close {
  753. float: right;
  754. position: relative;
  755. top: -3px;
  756. color: inherit;
  757. font-size: 1.5em;
  758. }
  759. .dialog-warning ul,
  760. .dialog-warning ol,
  761. .dialog-warning p {
  762. margin: 1px 0 0 0;
  763. }
  764. .dialog-warning table {
  765. width: auto;
  766. }
  767. .dialog-warning tr {
  768. vertical-align: text-top;
  769. }
  770. .dialog-warning tr:hover {
  771. background: transparent;
  772. }
  773. .dialog-warning td {
  774. padding: 0 1em 0 0;
  775. }
  776. .dialog-warning h4 {
  777. margin-top: 0.3em;
  778. margin-bottom: 0.3em;
  779. }
  780. .dialog-warning:before {
  781. content: "\f10f";
  782. }
  783. .dialog-modal {
  784. position: relative;
  785. width: 70%;
  786. padding: 1em 1em 1em 2.7em;
  787. margin: 0em 8% 1em 8%;
  788. border: 1px solid black;
  789. border-radius: 4px;
  790. text-align: left;
  791. background: white;
  792. position: fixed;
  793. top: 50%;
  794. left: 50%;
  795. /* bring your own prefixes */
  796. transform: translate(-50%, -50%);
  797. z-index: 100000;
  798. margin: 0 50% 0 0;
  799. box-shadow: 0 0 1em;
  800. }
  801. .dialog-modal:before {
  802. position: absolute;
  803. top: 0.5em;
  804. left: 0.5em;
  805. font-family: "ion";
  806. font-size: 1.5em;
  807. }
  808. .dialog-modal .close {
  809. float: right;
  810. position: relative;
  811. top: -3px;
  812. color: inherit;
  813. font-size: 1.5em;
  814. }
  815. .dialog-modal ul,
  816. .dialog-modal ol,
  817. .dialog-modal p {
  818. margin: 1px 0 0 0;
  819. }
  820. .dialog-modal table {
  821. width: auto;
  822. }
  823. .dialog-modal tr {
  824. vertical-align: text-top;
  825. }
  826. .dialog-modal tr:hover {
  827. background: transparent;
  828. }
  829. .dialog-modal td {
  830. padding: 0 1em 0 0;
  831. }
  832. .dialog-modal h4 {
  833. margin-top: 0.3em;
  834. margin-bottom: 0.3em;
  835. }
  836. .btn-collapse {
  837. cursor: pointer;
  838. }
  839. .scrollx {
  840. overflow-x: auto;
  841. overflow-y: hidden;
  842. display: block;
  843. padding: 0;
  844. margin: 0;
  845. border: none;
  846. }
  847. /* -- tabs --*/
  848. .tabs .tabs > label {
  849. font-size: 90%;
  850. }
  851. .tabs {
  852. display: -webkit-box;
  853. display: -moz-box;
  854. display: -webkit-flex;
  855. display: -ms-flexbox;
  856. display: flex;
  857. flex-wrap: wrap;
  858. width: 100%;
  859. min-width: 100%;
  860. }
  861. .tabs > * {
  862. order: 2;
  863. }
  864. .tabs > input[type=radio] {
  865. display: none;
  866. }
  867. .tabs > label {
  868. order: 1;
  869. padding: 0.7em;
  870. margin: 0 0.7em;
  871. letter-spacing: 0.5px;
  872. text-transform: uppercase;
  873. border: solid white;
  874. border-width: 0px 0px 2px 0;
  875. -webkit-touch-callout: none;
  876. -webkit-user-select: none;
  877. -khtml-user-select: none;
  878. -moz-user-select: none;
  879. -ms-user-select: none;
  880. user-select: none;
  881. cursor: pointer;
  882. }
  883. .tabs > label:hover {
  884. border-bottom: 2px solid #084999;
  885. }
  886. .tabs > section {
  887. min-width: 100%;
  888. padding: 0.7rem 0;
  889. box-sizing: border-box;
  890. border-top: 1px solid black;
  891. display: none;
  892. }
  893. .tabs > label:last-of-type {
  894. border-bottom: 2px solid #084999;
  895. background: #3498DB;
  896. color: #FFF;
  897. font-weight: bold;
  898. letter-spacing: -0.1px;
  899. }
  900. .tabs > section:last-of-type {
  901. display: block;
  902. }
  903. html body .tabs > input:checked ~ section {
  904. display: none;
  905. }
  906. html body .tabs > input:checked ~ label {
  907. position: inherited;
  908. background: inherit;
  909. border-bottom: 2px solid transparent;
  910. font-weight: normal;
  911. color: inherit;
  912. }
  913. html body .tabs > input:checked ~ label:hover {
  914. border-bottom: 2px solid #084999;
  915. }
  916. html body .tabs > input:checked + label {
  917. border-bottom: 2px solid #084999;
  918. background: #3498DB;
  919. color: #FFF;
  920. font-weight: bold;
  921. letter-spacing: -0.1px;
  922. }
  923. html body .tabs > input:checked + label + section {
  924. display: block;
  925. }
  926. /* -- select -- */
  927. select {
  928. height: 28px;
  929. margin: 0 1em 0 0;
  930. padding: 2px 8px 2px 0 !important;
  931. color: #222;
  932. font-size: 12px;
  933. z-index: 2;
  934. }
  935. select:hover,
  936. select:focus {
  937. cursor: pointer;
  938. }
  939. @supports ((background-position-x: 100%) and ((appearance: none) or (-webkit-appearance: none) or (-moz-appearance: none))) {
  940. select {
  941. appearance: none;
  942. -webkit-appearance: none;
  943. -moz-appearance: none;
  944. border: none;
  945. border-bottom: 1px solid #d7d7d7;
  946. background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIHBvaW50cz0iMTI4LDE5MiAyNTYsMzIwIDM4NCwxOTIiLz48L2c+PC9zdmc+Cg==) no-repeat;
  947. background-position-x: 105%;
  948. background-size: 2em;
  949. background-origin: content-box;
  950. outline: medium none;
  951. }
  952. select:hover,
  953. select:focus {
  954. border-bottom: 1px solid #3498DB;
  955. }
  956. }
  957. /* -- checkbox-onoff -- */
  958. @supports (border-radius: 50px) {
  959. .checkbox-onoff {
  960. display: inline-block;
  961. width: 40px;
  962. height: 10px;
  963. background: #dcdcdc;
  964. margin: 8px auto;
  965. position: relative;
  966. border-radius: 50px;
  967. }
  968. .checkbox-onoff label {
  969. display: block;
  970. width: 20px;
  971. height: 20px;
  972. position: absolute;
  973. top: -5px;
  974. cursor: pointer;
  975. border-radius: 50px;
  976. box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  977. transition: all 0.4s ease;
  978. left: 27px;
  979. background-color: #3498DB;
  980. }
  981. .checkbox-onoff input[type=checkbox] {
  982. visibility: hidden;
  983. }
  984. .checkbox-onoff input[type=checkbox]:checked + label {
  985. left: -5px;
  986. background: #dcdcdc;
  987. }
  988. }
  989. /* -- checkbox --*/
  990. @supports (transform: rotate(-45deg)) {
  991. .checkbox {
  992. width: 20px;
  993. position: relative;
  994. margin: 20px auto;
  995. }
  996. .checkbox label {
  997. width: 20px;
  998. height: 20px;
  999. cursor: pointer;
  1000. position: absolute;
  1001. top: 0;
  1002. left: 0;
  1003. background: white;
  1004. border-radius: 4px;
  1005. box-shadow: inset 0px 1px 1px white, 0px 1px 4px rgba(0, 0, 0, 0.5);
  1006. }
  1007. .checkbox label:after {
  1008. content: '';
  1009. width: 9px;
  1010. height: 5px;
  1011. position: absolute;
  1012. top: 4px;
  1013. left: 4px;
  1014. border: 3px solid #333;
  1015. border-top: none;
  1016. border-right: none;
  1017. background: transparent;
  1018. opacity: 0;
  1019. transform: rotate(-45deg);
  1020. }
  1021. .checkbox input[type=checkbox] {
  1022. visibility: hidden;
  1023. }
  1024. .checkbox input[type=checkbox]:checked + label:after {
  1025. border-color: #3498DB;
  1026. opacity: 1;
  1027. }
  1028. .checkbox input[disabled] + label {
  1029. background-color: transparent !important;
  1030. box-shadow: none !important;
  1031. cursor: inherit;
  1032. }
  1033. .checkbox input:not(:checked):not([readonly]):not([disabled]) + label:hover::after {
  1034. opacity: 0.5;
  1035. }
  1036. }
  1037. @media screen and (max-width: 50em) {
  1038. .tabs > label {
  1039. width: 100%;
  1040. }
  1041. }
  1042. /* -- loader -- */
  1043. .loader,
  1044. .loader:after {
  1045. border-radius: 50%;
  1046. width: 2em;
  1047. height: 2em;
  1048. }
  1049. .loader {
  1050. margin: 1em auto;
  1051. font-size: 10px;
  1052. position: relative;
  1053. text-indent: -9999em;
  1054. border-top: 0.5em solid rgba(0, 0, 0, 0.2);
  1055. border-right: 0.5em solid rgba(0, 0, 0, 0.2);
  1056. border-bottom: 0.5em solid rgba(0, 0, 0, 0.2);
  1057. border-left: 0.5em solid rgba(255, 255, 255, 0);
  1058. -webkit-transform: translateZ(0);
  1059. -ms-transform: translateZ(0);
  1060. transform: translateZ(0);
  1061. -webkit-animation: load8 1.2s infinite linear;
  1062. animation: load8 1.2s infinite linear;
  1063. }
  1064. @-webkit-keyframes load8 {
  1065. 0% {
  1066. -webkit-transform: rotate(0deg);
  1067. transform: rotate(0deg);
  1068. }
  1069. 100% {
  1070. -webkit-transform: rotate(360deg);
  1071. transform: rotate(360deg);
  1072. }
  1073. }
  1074. @keyframes load8 {
  1075. 0% {
  1076. -webkit-transform: rotate(0deg);
  1077. transform: rotate(0deg);
  1078. }
  1079. 100% {
  1080. -webkit-transform: rotate(360deg);
  1081. transform: rotate(360deg);
  1082. }
  1083. }
  1084. /*! Autocomplete.js v2.6.3 | license MIT | (c) 2017, Baptiste Donaux | http://autocomplete-js.com */
  1085. .autocomplete {
  1086. position: absolute;
  1087. max-height: 0;
  1088. overflow-y: hidden;
  1089. text-align: left;
  1090. }
  1091. .autocomplete:active,
  1092. .autocomplete:focus,
  1093. .autocomplete:hover {
  1094. background-color: white;
  1095. }
  1096. .autocomplete:empty {
  1097. display: none;
  1098. }
  1099. .autocomplete > ul {
  1100. list-style-type: none;
  1101. margin: 0;
  1102. padding: 0;
  1103. }
  1104. .autocomplete > ul > li {
  1105. cursor: pointer;
  1106. padding: 5px 0 5px 10px;
  1107. }
  1108. .autocomplete > ul > li.active,
  1109. .autocomplete > ul > li:active,
  1110. .autocomplete > ul > li:focus {
  1111. background-color: #3498DB;
  1112. }
  1113. .autocomplete > ul > li.active a:active,
  1114. .autocomplete > ul > li:active a:active,
  1115. .autocomplete > ul > li:focus a:active,
  1116. .autocomplete > ul > li.active a:focus,
  1117. .autocomplete > ul > li:active a:focus,
  1118. .autocomplete > ul > li:focus a:focus,
  1119. .autocomplete > ul > li.active a:hover,
  1120. .autocomplete > ul > li:active a:hover,
  1121. .autocomplete > ul > li:focus a:hover {
  1122. text-decoration: none;
  1123. }
  1124. .autocomplete > ul > li.locked {
  1125. cursor: inherit;
  1126. }
  1127. .autocomplete.open {
  1128. display: block;
  1129. background-color: white;
  1130. border: 1px solid #3498DB;
  1131. max-height: 500px;
  1132. overflow-y: auto;
  1133. z-index: 100;
  1134. }
  1135. .autocomplete.open:empty {
  1136. display: none;
  1137. }
  1138. @media screen and (max-width: 50em) {
  1139. .autocomplete {
  1140. bottom: 0;
  1141. }
  1142. .autocomplete > ul > li {
  1143. padding: 7px 0 7px 10px;
  1144. border-bottom: 1px solid #E8E7E6;
  1145. text-align: left;
  1146. }
  1147. }
  1148. @font-face {
  1149. font-family: "ion";
  1150. src: url("../fonts/ion.eot?ce7a0ead692560b4405a96d5b8471f51");
  1151. src: url("../fonts/ion.eot?#iefix") format("embedded-opentype"), url("../fonts/ion.woff2?ce7a0ead692560b4405a96d5b8471f51") format("woff2"), url("../fonts/ion.woff?ce7a0ead692560b4405a96d5b8471f51") format("woff"), url("../fonts/ion.ttf?ce7a0ead692560b4405a96d5b8471f51") format("truetype"), url("../fonts/ion.svg?ce7a0ead692560b4405a96d5b8471f51#ion") format("svg");
  1152. font-weight: normal;
  1153. font-style: normal;
  1154. }
  1155. .ion-icon {
  1156. display: inline-block;
  1157. vertical-align: middle;
  1158. line-height: 1;
  1159. font-weight: normal;
  1160. font-style: normal;
  1161. speak: none;
  1162. text-decoration: inherit;
  1163. text-transform: none;
  1164. text-rendering: auto;
  1165. -webkit-font-smoothing: antialiased;
  1166. -moz-osx-font-smoothing: grayscale;
  1167. }
  1168. .ion-icon:before {
  1169. font-family: "ion";
  1170. }
  1171. .ion-navicon-round:before {
  1172. content: "\f101";
  1173. }
  1174. .ion-search:before {
  1175. content: "\f102";
  1176. }
  1177. .ion-play:before {
  1178. content: "\f103";
  1179. }
  1180. .ion-link:before {
  1181. content: "\f104";
  1182. }
  1183. .ion-chevron-up:before {
  1184. content: "\f105";
  1185. }
  1186. .ion-chevron-left:before {
  1187. content: "\f106";
  1188. }
  1189. .ion-chevron-right:before {
  1190. content: "\f107";
  1191. }
  1192. .ion-arrow-down-a:before {
  1193. content: "\f108";
  1194. }
  1195. .ion-arrow-up-a:before {
  1196. content: "\f109";
  1197. }
  1198. .ion-arrow-swap:before {
  1199. content: "\f10a";
  1200. }
  1201. .ion-arrow-dropdown:before {
  1202. content: "\f10b";
  1203. }
  1204. .ion-globe:before {
  1205. content: "\f10c";
  1206. }
  1207. .ion-time:before {
  1208. content: "\f10d";
  1209. }
  1210. .ion-location:before {
  1211. content: "\f10e";
  1212. }
  1213. .ion-warning:before {
  1214. content: "\f10f";
  1215. }
  1216. .ion-error:before {
  1217. content: "\f110";
  1218. }
  1219. .ion-film-outline:before {
  1220. content: "\f111";
  1221. }
  1222. .ion-music-note:before {
  1223. content: "\f112";
  1224. }
  1225. .ion-more-vertical:before {
  1226. content: "\f113";
  1227. }
  1228. .ion-magnet:before {
  1229. content: "\f114";
  1230. }
  1231. .ion-close:before {
  1232. content: "\f115";
  1233. }
  1234. .ion-icon-big {
  1235. display: inline-block;
  1236. vertical-align: middle;
  1237. line-height: 1;
  1238. font-weight: normal;
  1239. font-style: normal;
  1240. speak: none;
  1241. text-decoration: inherit;
  1242. text-transform: none;
  1243. text-rendering: auto;
  1244. -webkit-font-smoothing: antialiased;
  1245. -moz-osx-font-smoothing: grayscale;
  1246. font-size: 149%;
  1247. }
  1248. .ion-icon-big:before {
  1249. font-family: "ion";
  1250. }
  1251. .index {
  1252. text-align: center;
  1253. }
  1254. .index .title {
  1255. background: url('../img/searx.png') no-repeat;
  1256. width: 100%;
  1257. min-height: 80px;
  1258. background-position: center;
  1259. }
  1260. .index h1 {
  1261. font-size: 5em;
  1262. visibility: hidden;
  1263. }
  1264. .index #search {
  1265. margin: 0 auto;
  1266. background: inherit;
  1267. border: inherit;
  1268. }
  1269. .index .search_filters {
  1270. display: block;
  1271. margin: 1em 0;
  1272. }
  1273. .index .category label {
  1274. padding: 6px 10px;
  1275. border-bottom: initial !important;
  1276. }
  1277. @media screen and (max-width: 75em) {
  1278. div.title h1 {
  1279. font-size: 1em;
  1280. }
  1281. }
  1282. #main_preferences form {
  1283. width: 100%;
  1284. }
  1285. #main_preferences fieldset {
  1286. margin: 8px;
  1287. border: none;
  1288. }
  1289. #main_preferences legend {
  1290. margin: 0;
  1291. padding: 5px 0 0 0;
  1292. display: block;
  1293. float: left;
  1294. width: 300px;
  1295. }
  1296. #main_preferences .value {
  1297. margin: 0;
  1298. padding: 0;
  1299. float: left;
  1300. width: 15em;
  1301. }
  1302. #main_preferences .description {
  1303. margin: 0;
  1304. padding: 5px 0 0 0;
  1305. float: left;
  1306. width: 50%;
  1307. color: #909090;
  1308. font-size: 90%;
  1309. }
  1310. #main_preferences select {
  1311. width: 200px;
  1312. font-size: inherit !important;
  1313. }
  1314. #main_preferences table {
  1315. border-collapse: collapse;
  1316. }
  1317. #main_preferences table td {
  1318. text-align: center;
  1319. }
  1320. #main_preferences table.cookies {
  1321. width: auto;
  1322. }
  1323. #main_preferences table.cookies th,
  1324. #main_preferences table.cookies td {
  1325. text-align: left;
  1326. padding: 0.25em;
  1327. }
  1328. #main_preferences table.cookies th:first-child,
  1329. #main_preferences table.cookies td:first-child {
  1330. padding-right: 4em;
  1331. }
  1332. #main_preferences table.cookies > tbody > tr:nth-child(even) > th,
  1333. #main_preferences table.cookies > tbody > tr:nth-child(even) > td {
  1334. background-color: #ececec;
  1335. }
  1336. #main_preferences .name,
  1337. #main_preferences .shortcut {
  1338. text-align: left;
  1339. }
  1340. #main_preferences .preferences_back {
  1341. background: none repeat scroll 0 0 #3498DB;
  1342. color: white;
  1343. border: 0 none;
  1344. -webkit-border-radius: 4px;
  1345. -moz-border-radius: 4px;
  1346. border-radius: 4px;
  1347. cursor: pointer;
  1348. display: inline-block;
  1349. margin: 2px 4px;
  1350. padding: 0.5em;
  1351. }
  1352. #main_preferences .preferences_back a {
  1353. display: block;
  1354. color: #FFF;
  1355. }
  1356. #main_preferences .preferences_back a::first-letter {
  1357. text-transform: uppercase;
  1358. }
  1359. #main_preferences div.selectable_url pre {
  1360. width: 100%;
  1361. }
  1362. @media screen and (max-width: 75em) {
  1363. .preferences_back {
  1364. clear: both;
  1365. }
  1366. }
  1367. /*
  1368. * searx, A privacy-respecting, hackable metasearch engine
  1369. */
  1370. #search {
  1371. padding: 0 2em;
  1372. margin: 0;
  1373. background: #f7f7f7;
  1374. border-bottom: 1px solid #d7d7d7;
  1375. }
  1376. #search_wrapper {
  1377. padding: 10px 0;
  1378. }
  1379. .search_box {
  1380. margin: 0 12px 0 0;
  1381. display: inline-flex;
  1382. flex-direction: row;
  1383. white-space: nowrap;
  1384. /*
  1385. &:has(q:focus) {
  1386. box-shadow: 0px 0px 5px #CCC;
  1387. }
  1388. */
  1389. }
  1390. #clear_search {
  1391. display: block;
  1392. border-collapse: separate;
  1393. box-sizing: border-box;
  1394. width: 1.8em;
  1395. margin: 0;
  1396. padding: 2px;
  1397. height: 2.2em;
  1398. background: none repeat scroll 0 0 #FFF;
  1399. border-top: 1px solid #3498DB;
  1400. border-bottom: 1px solid #3498DB;
  1401. border-right: none;
  1402. border-left: none;
  1403. border-radius: 0px;
  1404. outline: none;
  1405. color: #222;
  1406. font-size: 16px;
  1407. z-index: 10000;
  1408. }
  1409. #clear_search:hover {
  1410. color: #3498DB;
  1411. }
  1412. #clear_search.empty * {
  1413. display: none;
  1414. }
  1415. #q::-ms-clear,
  1416. #q::-webkit-search-cancel-button {
  1417. display: none;
  1418. }
  1419. #q,
  1420. #send_search {
  1421. display: block !important;
  1422. border-collapse: separate;
  1423. box-sizing: border-box;
  1424. margin: 0;
  1425. padding: 2px;
  1426. height: 2.2em;
  1427. background: none repeat scroll 0 0 #FFF;
  1428. border: 1px solid #3498DB;
  1429. border-radius: 0px;
  1430. outline: none;
  1431. color: #222;
  1432. font-size: 16px;
  1433. z-index: 2;
  1434. }
  1435. #q {
  1436. outline: medium none;
  1437. padding-left: 8px;
  1438. padding-right: 0px !important;
  1439. border-right: none;
  1440. width: 40em;
  1441. }
  1442. #send_search {
  1443. border-left: none;
  1444. width: 2.2em;
  1445. }
  1446. #send_search:hover {
  1447. cursor: pointer;
  1448. background-color: #3498DB;
  1449. color: #ECF0F1;
  1450. }
  1451. .no-js #send_search {
  1452. width: auto !important;
  1453. }
  1454. .search_filters {
  1455. display: inline-block;
  1456. vertical-align: middle;
  1457. }
  1458. @media screen and (max-width: 75em) {
  1459. #categories {
  1460. font-size: 90%;
  1461. clear: both;
  1462. }
  1463. #categories .checkbox_container {
  1464. margin-top: 2px;
  1465. margin: auto;
  1466. }
  1467. html.touch #main_index #categories_container,
  1468. html.touch #main_results #categories_container {
  1469. width: 1000px;
  1470. width: -moz-max-content;
  1471. width: -webkit-max-content;
  1472. width: max-content;
  1473. }
  1474. html.touch #main_index #categories_container .category,
  1475. html.touch #main_results #categories_container .category {
  1476. display: inline-block;
  1477. width: auto;
  1478. }
  1479. html.touch #main_index #categories,
  1480. html.touch #main_results #categories {
  1481. width: 100%;
  1482. margin: 0;
  1483. text-align: left;
  1484. overflow-x: scroll;
  1485. overflow-y: hidden;
  1486. -webkit-overflow-scrolling: touch;
  1487. }
  1488. }
  1489. @media screen and (max-width: 50em) {
  1490. #search {
  1491. width: 100%;
  1492. margin: 0;
  1493. padding: 0.1em 0 0 0;
  1494. }
  1495. #search_wrapper {
  1496. width: 100%;
  1497. margin: 0 0 0.7em 0;
  1498. padding: 0;
  1499. }
  1500. .search_box {
  1501. width: 99%;
  1502. margin: 0.1em;
  1503. padding: 0 0.1em 0 0;
  1504. display: flex;
  1505. flex-direction: row;
  1506. }
  1507. #q {
  1508. width: auto !important;
  1509. flex: 1;
  1510. }
  1511. .search_filters {
  1512. display: block;
  1513. margin: 0.5em;
  1514. }
  1515. .language,
  1516. .time_range {
  1517. width: 45%;
  1518. }
  1519. .category {
  1520. display: block;
  1521. width: 90%;
  1522. }
  1523. .category label {
  1524. border-bottom: 0;
  1525. }
  1526. }
  1527. #categories {
  1528. margin: 0 10px 0 0;
  1529. -webkit-touch-callout: none;
  1530. -webkit-user-select: none;
  1531. -khtml-user-select: none;
  1532. -moz-user-select: none;
  1533. -ms-user-select: none;
  1534. user-select: none;
  1535. }
  1536. #categories::-webkit-scrollbar {
  1537. width: 0;
  1538. height: 0;
  1539. }
  1540. .category {
  1541. display: inline-block;
  1542. position: relative;
  1543. margin: 0 3px;
  1544. padding: 0px;
  1545. /*label:hover {
  1546. border-bottom: 2px solid @color-categories-item-border-unselected-hover;
  1547. }*/
  1548. }
  1549. .category input {
  1550. display: none;
  1551. }
  1552. .category label {
  1553. cursor: pointer;
  1554. padding: 4px 10px;
  1555. margin: 0;
  1556. display: block;
  1557. text-transform: capitalize;
  1558. font-size: 0.9em;
  1559. border-bottom: 2px solid transparent;
  1560. -webkit-touch-callout: none;
  1561. -webkit-user-select: none;
  1562. -khtml-user-select: none;
  1563. -moz-user-select: none;
  1564. -ms-user-select: none;
  1565. user-select: none;
  1566. }
  1567. .category input[type="checkbox"]:focus + label {
  1568. box-shadow: 0px 0px 8px #3498DB;
  1569. }
  1570. .category input[type="checkbox"]:checked + label {
  1571. background: #3498DB;
  1572. color: #FFF;
  1573. border-bottom: 2px solid #084999;
  1574. }
  1575. #categories_container {
  1576. position: relative;
  1577. }
  1578. #categories_container .help {
  1579. position: absolute;
  1580. width: 100%;
  1581. bottom: -20px;
  1582. overflow: hidden;
  1583. opacity: 0;
  1584. transition: opacity 1s ease;
  1585. font-size: 0.8em;
  1586. text-position: center;
  1587. background: white;
  1588. }
  1589. #categories_container:hover .help {
  1590. opacity: 0.8;
  1591. transition: opacity 1s ease;
  1592. }
  1593. html {
  1594. font-family: arial, sans-serif;
  1595. font-size: 0.9em;
  1596. -webkit-text-size-adjust: 100%;
  1597. -ms-text-size-adjust: 100%;
  1598. -moz-text-size-adjust: 100%;
  1599. text-size-adjust: 100%;
  1600. color: #444;
  1601. padding: 0;
  1602. margin: 0;
  1603. }
  1604. body,
  1605. main {
  1606. padding: 0;
  1607. margin: 0;
  1608. }
  1609. main {
  1610. width: 100%;
  1611. }
  1612. footer {
  1613. bottom: 0;
  1614. width: 100%;
  1615. height: 50px;
  1616. }
  1617. #main_preferences,
  1618. #main_about,
  1619. #main_stats {
  1620. margin: 3em;
  1621. width: auto;
  1622. }
  1623. footer {
  1624. bottom: 0;
  1625. height: 3em;
  1626. margin: 1em 0;
  1627. padding: 1em 0;
  1628. clear: both;
  1629. width: 100%;
  1630. text-align: center;
  1631. }
  1632. footer p {
  1633. font-size: 0.9em;
  1634. }
  1635. #main_preferences h1,
  1636. #main_stats h1 {
  1637. background: url('../img/searx.png') no-repeat;
  1638. background-size: auto 75%;
  1639. min-height: 40px;
  1640. margin: 0 auto;
  1641. }
  1642. #main_preferences h1 span,
  1643. #main_stats h1 span {
  1644. visibility: hidden;
  1645. }
  1646. input[type="submit"],
  1647. #results button[type="submit"] {
  1648. padding: 0.5rem;
  1649. margin: 2px 4px;
  1650. display: inline-block;
  1651. background: #3498DB;
  1652. color: #FFF;
  1653. -webkit-border-radius: 4px;
  1654. -moz-border-radius: 4px;
  1655. border-radius: 4px;
  1656. border: 0;
  1657. cursor: pointer;
  1658. }
  1659. a {
  1660. text-decoration: none;
  1661. color: #29314d;
  1662. }
  1663. a:visited {
  1664. color: #684898;
  1665. }
  1666. a:visited .highlight {
  1667. color: #684898;
  1668. }
  1669. article[data-vim-selected] {
  1670. background: #f7f7f7;
  1671. }
  1672. article[data-vim-selected]::before {
  1673. position: absolute;
  1674. left: 1em;
  1675. padding: 2px;
  1676. content: ">";
  1677. font-weight: bold;
  1678. color: #3498DB;
  1679. }
  1680. article.result-images[data-vim-selected] {
  1681. background: #3498DB;
  1682. }
  1683. article.result-images[data-vim-selected]::before {
  1684. display: none;
  1685. content: "";
  1686. }
  1687. .result {
  1688. margin: 19px 0 18px 0;
  1689. padding: 0;
  1690. }
  1691. .result h3 {
  1692. font-size: 1.1em;
  1693. word-wrap: break-word;
  1694. margin: 5px 0 1px 0;
  1695. padding: 0;
  1696. margin-bottom: 0;
  1697. }
  1698. .result h3 a {
  1699. color: #084999;
  1700. font-weight: normal;
  1701. font-size: 1.1em;
  1702. }
  1703. .result h3 a:visited {
  1704. color: #684898;
  1705. }
  1706. .result h3 a:focus,
  1707. .result h3 a:hover {
  1708. text-decoration: underline;
  1709. border: none;
  1710. -webkit-box-shadow: none;
  1711. box-shadow: none;
  1712. outline: none;
  1713. }
  1714. .result .cache_link,
  1715. .result .proxyfied_link {
  1716. font-size: 0.9em !important;
  1717. }
  1718. .result .content,
  1719. .result .stat,
  1720. .result .altlink {
  1721. font-size: 0.9em;
  1722. margin: 0;
  1723. padding: 0;
  1724. max-width: 54em;
  1725. word-wrap: break-word;
  1726. line-height: 1.24;
  1727. }
  1728. .result .content .highlight,
  1729. .result .stat .highlight,
  1730. .result .altlink .highlight {
  1731. color: #000000;
  1732. background: inherit;
  1733. font-weight: bold;
  1734. }
  1735. .result .codelines .highlight {
  1736. color: inherit;
  1737. background: inherit;
  1738. font-weight: normal;
  1739. }
  1740. .result .url {
  1741. font-size: 0.9em;
  1742. margin: 0 0 3px 0;
  1743. padding: 0;
  1744. max-width: 54em;
  1745. word-wrap: break-word;
  1746. color: #25a55b;
  1747. }
  1748. .result .published_date {
  1749. font-size: 0.8em;
  1750. color: #888;
  1751. }
  1752. .result img.thumbnail {
  1753. float: left;
  1754. padding: 0 5px 10px 0;
  1755. width: 20em;
  1756. min-width: 20em;
  1757. min-height: 8em;
  1758. }
  1759. .result img.image {
  1760. float: left;
  1761. padding: 0 5px 10px 0;
  1762. width: 100px;
  1763. max-height: 100px;
  1764. object-fit: scale-down;
  1765. object-position: right top;
  1766. }
  1767. .result .break {
  1768. clear: both;
  1769. }
  1770. .category-social .image {
  1771. width: auto !important;
  1772. min-width: 48px;
  1773. min-height: 48px;
  1774. padding: 0 5px 25px 0 !important;
  1775. }
  1776. .result-videos .content {
  1777. overflow: hidden;
  1778. }
  1779. .engines {
  1780. float: right;
  1781. color: #888;
  1782. }
  1783. .engines span {
  1784. font-size: smaller;
  1785. margin: 0 0.5em 0 0;
  1786. }
  1787. .small_font {
  1788. font-size: 0.8em;
  1789. }
  1790. .highlight {
  1791. color: #094089;
  1792. background: inherit;
  1793. font-weight: bold;
  1794. }
  1795. .result-images {
  1796. display: inline-block;
  1797. margin: 0;
  1798. padding: 0;
  1799. position: relative;
  1800. max-height: 200px;
  1801. }
  1802. .result-images img {
  1803. float: inherit;
  1804. margin: 0;
  1805. padding: 0;
  1806. border: none;
  1807. max-height: 200px;
  1808. background: #084999;
  1809. }
  1810. .result-images span a {
  1811. display: none;
  1812. color: #FFF;
  1813. }
  1814. .result-images:hover span a {
  1815. display: block;
  1816. position: absolute;
  1817. bottom: 0;
  1818. right: 0;
  1819. padding: 4px;
  1820. margin: 0 0 4px 4px;
  1821. background-color: rgba(0, 0, 0, 0.6);
  1822. font-size: 0.7em;
  1823. }
  1824. .torrent_result {
  1825. border-left: 10px solid lightgray;
  1826. padding-left: 3px;
  1827. }
  1828. .torrent_result p {
  1829. margin: 3px;
  1830. font-size: 0.8em;
  1831. }
  1832. .torrent_result a {
  1833. color: #084999;
  1834. }
  1835. .torrent_result a:hover {
  1836. text-decoration: underline;
  1837. }
  1838. .torrent_result a:visited {
  1839. color: #684898;
  1840. }
  1841. #results {
  1842. margin: 2em 2em 20px 2em;
  1843. padding: 0;
  1844. width: 50em;
  1845. }
  1846. #suggestions .wrapper {
  1847. display: flex;
  1848. flex-flow: row wrap;
  1849. justify-content: flex-end;
  1850. }
  1851. #suggestions .wrapper form {
  1852. display: inline-block;
  1853. flex: 1 1 50%;
  1854. }
  1855. #suggestions,
  1856. #answers,
  1857. #corrections {
  1858. max-width: 50em;
  1859. }
  1860. #suggestions input,
  1861. #answers input,
  1862. #infoboxes input,
  1863. #corrections input {
  1864. padding: 0;
  1865. margin: 3px;
  1866. font-size: 0.9em;
  1867. display: inline-block;
  1868. background: transparent;
  1869. color: #444;
  1870. cursor: pointer;
  1871. }
  1872. #suggestions input[type="submit"],
  1873. #answers input[type="submit"],
  1874. #infoboxes input[type="submit"],
  1875. #corrections input[type="submit"],
  1876. #suggestions .infobox .url a,
  1877. #answers .infobox .url a,
  1878. #infoboxes .infobox .url a,
  1879. #corrections .infobox .url a {
  1880. color: #084999;
  1881. text-decoration: none;
  1882. font-size: 0.9rem;
  1883. }
  1884. #suggestions input[type="submit"]:hover,
  1885. #answers input[type="submit"]:hover,
  1886. #infoboxes input[type="submit"]:hover,
  1887. #corrections input[type="submit"]:hover,
  1888. #suggestions .infobox .url a:hover,
  1889. #answers .infobox .url a:hover,
  1890. #infoboxes .infobox .url a:hover,
  1891. #corrections .infobox .url a:hover {
  1892. text-decoration: underline;
  1893. }
  1894. #corrections {
  1895. display: flex;
  1896. flex-flow: row wrap;
  1897. margin: 1em 0;
  1898. }
  1899. #corrections h4,
  1900. #corrections input[type="submit"] {
  1901. display: inline-block;
  1902. margin: 0 0.5em 0 0;
  1903. }
  1904. #corrections input[type="submit"]::after {
  1905. content: ", ";
  1906. }
  1907. #suggestions .title,
  1908. #search_url .title,
  1909. #apis .title {
  1910. margin: 2em 0 0.5em 0;
  1911. color: #444;
  1912. }
  1913. #answers {
  1914. margin: 10px 8px 10px 8px;
  1915. border: 1px solid #ddd;
  1916. padding: 0.9em;
  1917. box-shadow: 0px 0px 5px #CCC;
  1918. }
  1919. #answers h4 {
  1920. display: none;
  1921. }
  1922. #answers .answer {
  1923. display: block;
  1924. font-size: 1.2em;
  1925. font-weight: bold;
  1926. }
  1927. #answers form,
  1928. #infoboxes form {
  1929. min-width: 210px;
  1930. }
  1931. #sidebar {
  1932. position: absolute;
  1933. top: 100px;
  1934. left: 57em;
  1935. margin: 0px 2px 5px 5px;
  1936. padding: 0px 2px 2px;
  1937. max-width: 25em;
  1938. word-wrap: break-word;
  1939. }
  1940. #sidebar .infobox {
  1941. margin: 10px 0 10px;
  1942. border: 1px solid #ddd;
  1943. padding: 0.9em;
  1944. font-size: 0.9em;
  1945. box-shadow: 0px 0px 5px #CCC;
  1946. }
  1947. #sidebar .infobox h2 {
  1948. margin: 0 0 .5em 0;
  1949. }
  1950. #sidebar .infobox img {
  1951. max-width: 100%;
  1952. max-height: 12em;
  1953. display: block;
  1954. margin: 0;
  1955. padding: 0;
  1956. }
  1957. #sidebar .infobox dl {
  1958. margin: 0.5em 0;
  1959. }
  1960. #sidebar .infobox dt {
  1961. display: inline;
  1962. margin: 0.5em 0.25em 0.5em 0;
  1963. padding: 0;
  1964. font-weight: bold;
  1965. }
  1966. #sidebar .infobox dd {
  1967. display: inline;
  1968. margin: 0.5em 0;
  1969. padding: 0;
  1970. }
  1971. #sidebar .infobox input {
  1972. font-size: 1em;
  1973. }
  1974. #sidebar .infobox br {
  1975. clear: both;
  1976. }
  1977. #sidebar .infobox .attributes,
  1978. #sidebar .infobox .urls {
  1979. clear: both;
  1980. }
  1981. #search_url {
  1982. margin-top: 8px;
  1983. }
  1984. #search_url div.selectable_url pre {
  1985. width: 200em;
  1986. }
  1987. #linkto_preferences {
  1988. position: absolute;
  1989. right: 10px;
  1990. top: 0.9em;
  1991. padding: 0;
  1992. border: 0;
  1993. display: block;
  1994. font-size: 1.2em;
  1995. color: #222;
  1996. }
  1997. #linkto_preferences a:link *,
  1998. #linkto_preferences a:hover *,
  1999. #linkto_preferences a:visited *,
  2000. #linkto_preferences a:active * {
  2001. color: #222;
  2002. }
  2003. #pagination {
  2004. clear: both;
  2005. }
  2006. #pagination br {
  2007. clear: both;
  2008. }
  2009. #apis {
  2010. margin-top: 8px;
  2011. clear: both;
  2012. }
  2013. #backToTop {
  2014. border: 1px solid #ddd;
  2015. margin: 0 0 0 2em;
  2016. padding: 0;
  2017. font-size: 1em;
  2018. box-shadow: 0px 0px 5px #CCC;
  2019. background: white;
  2020. position: fixed;
  2021. bottom: 85px;
  2022. left: 50em;
  2023. transition: opacity 0.5s;
  2024. opacity: 0;
  2025. }
  2026. #backToTop a {
  2027. display: block;
  2028. margin: 0;
  2029. padding: 0.6em;
  2030. }
  2031. @media screen and (max-width: 75em) {
  2032. #main_preferences,
  2033. #main_about,
  2034. #main_stats {
  2035. margin: 0.5em;
  2036. width: auto;
  2037. }
  2038. #suggestions,
  2039. #answers {
  2040. margin-top: 1em;
  2041. }
  2042. #infoboxes {
  2043. position: inherit;
  2044. max-width: inherit;
  2045. }
  2046. #infoboxes .infobox {
  2047. clear: both;
  2048. }
  2049. #infoboxes .infobox img {
  2050. float: left;
  2051. max-width: 10em;
  2052. margin: 0.5em 0.5em 0.5em 0;
  2053. }
  2054. #sidebar {
  2055. position: static;
  2056. max-width: 50em;
  2057. margin: 0 0 2px 0;
  2058. padding: 0;
  2059. float: none;
  2060. border: none;
  2061. width: auto;
  2062. }
  2063. #sidebar input {
  2064. border: 0;
  2065. }
  2066. #apis {
  2067. display: none;
  2068. }
  2069. #search_url {
  2070. display: none;
  2071. }
  2072. .result {
  2073. border-bottom: 1px solid #E8E7E6;
  2074. margin: 0;
  2075. padding-top: 8px;
  2076. padding-bottom: 6px;
  2077. }
  2078. .result h3 {
  2079. margin: 0 0 1px 0;
  2080. }
  2081. .result .thumbnail {
  2082. max-width: 98%;
  2083. }
  2084. .result .url span.url {
  2085. display: block;
  2086. white-space: nowrap;
  2087. text-overflow: ellipsis;
  2088. overflow: hidden;
  2089. width: 100%;
  2090. }
  2091. .result .url a {
  2092. float: right;
  2093. padding: 0 0.5em;
  2094. }
  2095. .result .engines {
  2096. float: right;
  2097. padding: 0 0 3px 0;
  2098. }
  2099. .result-images {
  2100. border-bottom: none !important;
  2101. }
  2102. .image_result {
  2103. max-width: 98%;
  2104. }
  2105. .image_result img {
  2106. max-width: 98%;
  2107. }
  2108. }
  2109. #main_results div#results.only_template_images {
  2110. flex-direction: column;
  2111. width: auto;
  2112. display: flex;
  2113. }
  2114. #main_results div#results.only_template_images #sidebar {
  2115. position: relative;
  2116. top: auto;
  2117. order: 2;
  2118. }
  2119. #main_results div#results.only_template_images #urls {
  2120. position: relative;
  2121. order: 1;
  2122. }
  2123. #main_results div#results.only_template_images #backToTop {
  2124. right: 0.5em;
  2125. left: auto;
  2126. }
  2127. #main_results div#results.only_template_images #pagination {
  2128. position: relative;
  2129. order: 3;
  2130. }
  2131. @media screen and (max-width: 50em) {
  2132. article[data-vim-selected]::before {
  2133. display: none;
  2134. content: "";
  2135. }
  2136. #linkto_preferences {
  2137. display: none;
  2138. postion: fixed !important;
  2139. top: 100px;
  2140. right: 0px;
  2141. }
  2142. #sidebar {
  2143. margin: 0 5px 2px 5px;
  2144. }
  2145. #corrections {
  2146. margin: 1em 5px 1em 5px;
  2147. }
  2148. #results {
  2149. margin: 0;
  2150. padding: 0;
  2151. width: initial;
  2152. }
  2153. #backToTop {
  2154. left: 40em;
  2155. bottom: 35px;
  2156. }
  2157. .result {
  2158. padding: 8px 10px 6px 10px;
  2159. }
  2160. .result-images {
  2161. margin: 0;
  2162. padding: 0;
  2163. border: none;
  2164. }
  2165. }
  2166. @media screen and (max-width: 35em) {
  2167. .result-videos img.thumbnail {
  2168. float: none !important;
  2169. }
  2170. .result-videos .content {
  2171. overflow: inherit;
  2172. }
  2173. }