logicodev-dark.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765
  1. .searx-navbar {
  2. background: #29314d;
  3. height: 2.3rem;
  4. font-size: 1.3rem;
  5. line-height: 1.3rem;
  6. padding: 0.5rem;
  7. font-weight: bold;
  8. margin-bottom: 0.8rem;
  9. }
  10. .searx-navbar a,
  11. .searx-navbar a:hover {
  12. margin-right: 2.0rem;
  13. color: white;
  14. text-decoration: none;
  15. }
  16. .searx-navbar .instance a {
  17. color: #01d7d4;
  18. margin-left: 2.0rem;
  19. }
  20. #main-logo {
  21. margin-top: 20vh;
  22. margin-bottom: 25px;
  23. }
  24. #main-logo > img {
  25. max-width: 350px;
  26. width: 80%;
  27. }
  28. * {
  29. border-radius: 0 !important;
  30. }
  31. html {
  32. position: relative;
  33. min-height: 100%;
  34. color: #29314d;
  35. }
  36. body {
  37. /* Margin bottom by footer height */
  38. font-family: 'Roboto', Helvetica, Arial, sans-serif;
  39. margin-bottom: 80px;
  40. background-color: white;
  41. }
  42. body a {
  43. color: #0088cc;
  44. }
  45. .footer {
  46. position: absolute;
  47. bottom: 0;
  48. width: 100%;
  49. /* Set the fixed height of the footer here */
  50. height: 60px;
  51. text-align: center;
  52. color: #999;
  53. }
  54. input[type=checkbox]:checked + .label_hide_if_checked,
  55. input[type=checkbox]:checked + .label_hide_if_not_checked + .label_hide_if_checked {
  56. display: none;
  57. }
  58. input[type=checkbox]:not(:checked) + .label_hide_if_not_checked,
  59. input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not_checked {
  60. display: none;
  61. }
  62. .onoff-checkbox {
  63. width: 15%;
  64. }
  65. .onoffswitch {
  66. position: relative;
  67. width: 110px;
  68. -webkit-user-select: none;
  69. -moz-user-select: none;
  70. -ms-user-select: none;
  71. }
  72. .onoffswitch-checkbox {
  73. opacity: 0;
  74. position: absolute;
  75. }
  76. .onoffswitch-checkbox:before {
  77. content: "";
  78. display: inline-block;
  79. width: 16px;
  80. height: 16px;
  81. margin-right: 10px;
  82. position: absolute;
  83. left: 0;
  84. bottom: 1px;
  85. background-color: #fff;
  86. border: 1px solid #ccc;
  87. border-radius: 0px;
  88. }
  89. .onoffswitch-label {
  90. display: block;
  91. overflow: hidden;
  92. cursor: pointer;
  93. border: 2px solid #FFFFFF !important;
  94. border-radius: 50px !important;
  95. }
  96. .onoffswitch-inner {
  97. display: block;
  98. transition: margin 0.3s ease-in 0s;
  99. }
  100. .onoffswitch-inner:before,
  101. .onoffswitch-inner:after {
  102. display: block;
  103. float: left;
  104. width: 50%;
  105. height: 30px;
  106. padding: 0;
  107. line-height: 40px;
  108. font-size: 20px;
  109. box-sizing: border-box;
  110. content: "";
  111. background-color: #EEEEEE;
  112. }
  113. .onoffswitch-switch {
  114. display: block;
  115. width: 37px;
  116. background-color: #01d7d4;
  117. position: absolute;
  118. top: 0;
  119. bottom: 0;
  120. right: 0px;
  121. border: 2px solid #FFFFFF;
  122. border-radius: 50px !important;
  123. transition: all 0.3s ease-in 0s;
  124. }
  125. .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  126. margin-right: 0;
  127. }
  128. .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  129. right: 71px;
  130. background-color: #A1A1A1;
  131. }
  132. .onoffswitch-checkbox:focus + .onoffswitch-label .onoffswitch-switch {
  133. border: 3px solid #444444;
  134. }
  135. .result_header {
  136. margin-top: 0px;
  137. margin-bottom: 2px;
  138. font-size: 16px;
  139. }
  140. .result_header .favicon {
  141. margin-bottom: -3px;
  142. }
  143. .result_header a {
  144. color: #29314d;
  145. text-decoration: none;
  146. }
  147. .result_header a:hover {
  148. color: #0088cc;
  149. }
  150. .result_header a:visited {
  151. color: #684898;
  152. }
  153. .result_header a .highlight {
  154. background-color: #f6f9fa;
  155. }
  156. .result-content,
  157. .result-format,
  158. .result-source {
  159. margin-top: 2px;
  160. margin-bottom: 0;
  161. word-wrap: break-word;
  162. color: #666666;
  163. font-size: 13px;
  164. }
  165. .result-content .highlight,
  166. .result-format .highlight,
  167. .result-source .highlight {
  168. font-weight: bold;
  169. }
  170. .result-source {
  171. font-size: 10px;
  172. float: left;
  173. }
  174. .result-format {
  175. font-size: 10px;
  176. float: right;
  177. }
  178. .external-link {
  179. color: #069025;
  180. font-size: 12px;
  181. margin-bottom: 15px;
  182. }
  183. .external-link a {
  184. margin-right: 3px;
  185. }
  186. .result-default,
  187. .result-code,
  188. .result-torrent,
  189. .result-videos,
  190. .result-map {
  191. clear: both;
  192. padding: 0.5em 4px;
  193. }
  194. .result-default:hover,
  195. .result-code:hover,
  196. .result-torrent:hover,
  197. .result-videos:hover,
  198. .result-map:hover {
  199. background-color: #f6f9fa;
  200. }
  201. .result-images {
  202. float: left !important;
  203. width: 24%;
  204. margin: .5%;
  205. }
  206. .result-images a {
  207. display: block;
  208. width: 100%;
  209. background-size: cover;
  210. }
  211. .img-thumbnail {
  212. margin: 5px;
  213. max-height: 128px;
  214. min-height: 128px;
  215. }
  216. .result-videos {
  217. clear: both;
  218. }
  219. .result-videos hr {
  220. margin: 5px 0 15px 0;
  221. }
  222. .result-videos .collapse {
  223. width: 100%;
  224. }
  225. .result-videos .in {
  226. margin-bottom: 8px;
  227. }
  228. .result-torrent {
  229. clear: both;
  230. }
  231. .result-torrent b {
  232. margin-right: 5px;
  233. margin-left: 5px;
  234. }
  235. .result-torrent .seeders {
  236. color: #2ecc71;
  237. }
  238. .result-torrent .leechers {
  239. color: #f35e77;
  240. }
  241. .result-map {
  242. clear: both;
  243. }
  244. .result-code {
  245. clear: both;
  246. }
  247. .result-code .code-fork,
  248. .result-code .code-fork a {
  249. color: #666666;
  250. }
  251. .suggestion_item {
  252. margin: 2px 5px;
  253. max-width: 100%;
  254. }
  255. .suggestion_item .btn {
  256. max-width: 100%;
  257. white-space: normal;
  258. word-wrap: break-word;
  259. text-align: left;
  260. }
  261. .result_download {
  262. margin-right: 5px;
  263. }
  264. #pagination {
  265. margin-top: 30px;
  266. padding-bottom: 60px;
  267. }
  268. .label-default {
  269. color: #a4a4a4;
  270. background: transparent;
  271. }
  272. .result .text-muted small {
  273. word-wrap: break-word;
  274. }
  275. .modal-wrapper {
  276. box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  277. }
  278. .modal-wrapper {
  279. background-clip: padding-box;
  280. background-color: #fff;
  281. border: 1px solid rgba(0, 0, 0, 0.2);
  282. border-radius: 6px;
  283. box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  284. outline: 0 none;
  285. position: relative;
  286. }
  287. @media screen and (max-width: 75em) {
  288. .img-thumbnail {
  289. object-fit: cover;
  290. }
  291. }
  292. .infobox .panel-heading {
  293. background-color: #f6f9fa;
  294. }
  295. .infobox .panel-heading .panel-title {
  296. font-weight: 700;
  297. }
  298. .infobox p {
  299. font-family: "DejaVu Serif", Georgia, Cambria, "Times New Roman", Times, serif !important;
  300. font-style: italic;
  301. }
  302. .infobox .btn {
  303. background-color: #2ecc71;
  304. border: none;
  305. }
  306. .infobox .btn a {
  307. color: white;
  308. margin: 5px;
  309. }
  310. .infobox .infobox_part {
  311. margin-bottom: 20px;
  312. word-wrap: break-word;
  313. table-layout: fixed;
  314. }
  315. .infobox .infobox_part:last-child {
  316. margin-bottom: 0;
  317. }
  318. .search_categories,
  319. #categories {
  320. text-transform: capitalize;
  321. margin-bottom: 0.5rem;
  322. display: flex;
  323. flex-wrap: wrap;
  324. flex-flow: row wrap;
  325. align-content: stretch;
  326. }
  327. .search_categories label,
  328. #categories label,
  329. .search_categories .input-group-addon,
  330. #categories .input-group-addon {
  331. flex-grow: 1;
  332. flex-basis: auto;
  333. font-size: 1.2rem;
  334. font-weight: normal;
  335. background-color: white;
  336. border: #dddddd 1px solid;
  337. border-right: none;
  338. color: #666666;
  339. padding-bottom: 0.4rem;
  340. padding-top: 0.4rem;
  341. text-align: center;
  342. min-width: 50px;
  343. }
  344. .search_categories label:last-child,
  345. #categories label:last-child,
  346. .search_categories .input-group-addon:last-child,
  347. #categories .input-group-addon:last-child {
  348. border-right: #dddddd 1px solid;
  349. }
  350. .search_categories input[type="checkbox"]:checked + label,
  351. #categories input[type="checkbox"]:checked + label {
  352. color: #29314d;
  353. font-weight: bold;
  354. border-bottom: #01d7d4 5px solid;
  355. }
  356. #main-logo {
  357. margin-top: 10vh;
  358. margin-bottom: 25px;
  359. }
  360. #main-logo > img {
  361. max-width: 350px;
  362. width: 80%;
  363. }
  364. #q {
  365. box-shadow: none;
  366. border-right: none;
  367. border-color: #a4a4a4;
  368. }
  369. #search_form .input-group-btn .btn {
  370. border-color: #a4a4a4;
  371. }
  372. #search_form .input-group-btn .btn:hover {
  373. background-color: #2ecc71;
  374. color: white;
  375. }
  376. .custom-select {
  377. appearance: none;
  378. -webkit-appearance: none;
  379. -moz-appearance: none;
  380. font-size: 1.2rem;
  381. font-weight: normal;
  382. background-color: white;
  383. border: #dddddd 1px solid;
  384. color: #666666;
  385. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAQAAACR313BAAAABGdBTUEAALGPC/xhBQAAACBjSFJN
  386. AAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZ
  387. cwAABFkAAARZAVnbJUkAAAAHdElNRQfgBxgLDwB20OFsAAAAbElEQVQY073OsQ3CMAAEwJMYwJGn
  388. sAehpoXJItltBkmcdZBYgIIiQoLglnz3ui+eP+bk5uneteTMZJa6OJuIqvYzSJoqwqBq8gdmTTW8
  389. 6/dghxAUq4xsVYT9laBYXCw93Aajh7GPEF23t4fkBYevGFTANkPRAAAAJXRFWHRkYXRlOmNyZWF0
  390. ZQAyMDE2LTA3LTI0VDExOjU1OjU4KzAyOjAwRFqFOQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0w
  391. Ny0yNFQxMToxNTowMCswMjowMP7RDgQAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb
  392. 7jwaAAAAAElFTkSuQmCC) 96% no-repeat;
  393. }
  394. .search-margin {
  395. margin-bottom: 0.6em;
  396. }
  397. .visually-hidden {
  398. position: absolute !important;
  399. height: 1px;
  400. width: 1px;
  401. overflow: hidden;
  402. clip: rect(1px 1px 1px 1px);
  403. /* IE6, IE7 */
  404. clip: rect(1px, 1px, 1px, 1px);
  405. white-space: nowrap;
  406. /* added line */
  407. }
  408. #advanced-search-container {
  409. display: none;
  410. text-align: left;
  411. margin-bottom: 1rem;
  412. clear: both;
  413. }
  414. #advanced-search-container label,
  415. #advanced-search-container .input-group-addon {
  416. font-size: 1.2rem;
  417. font-weight: normal;
  418. background-color: white;
  419. border: #dddddd 1px solid;
  420. border-right: none;
  421. color: #666666;
  422. padding-bottom: 0.4rem;
  423. padding-right: 0.7rem;
  424. padding-left: 0.7rem;
  425. }
  426. #advanced-search-container label:last-child,
  427. #advanced-search-container .input-group-addon:last-child {
  428. border-right: #dddddd 1px solid;
  429. }
  430. #advanced-search-container input[type="radio"] {
  431. display: none;
  432. }
  433. #advanced-search-container input[type="radio"]:checked + label {
  434. color: #29314d;
  435. font-weight: bold;
  436. border-bottom: #01d7d4 5px solid;
  437. }
  438. #check-advanced {
  439. display: none;
  440. }
  441. #check-advanced:checked ~ #advanced-search-container {
  442. display: block;
  443. }
  444. .advanced {
  445. padding: 0;
  446. margin-top: 0.3rem;
  447. text-align: right;
  448. }
  449. .advanced label,
  450. .advanced select {
  451. cursor: pointer;
  452. }
  453. .cursor-text {
  454. cursor: text !important;
  455. }
  456. .cursor-pointer {
  457. cursor: pointer !important;
  458. }
  459. pre,
  460. code {
  461. font-family: 'Ubuntu Mono', 'Courier New', 'Lucida Console', monospace !important;
  462. }
  463. .lineno {
  464. margin-right: 5px;
  465. }
  466. .highlight .hll {
  467. background-color: #ffffcc;
  468. }
  469. .highlight {
  470. background: #f8f8f8;
  471. }
  472. .highlight .c {
  473. color: #556366;
  474. font-style: italic;
  475. }
  476. /* Comment */
  477. .highlight .err {
  478. border: 1px solid #ffa92f;
  479. }
  480. /* Error */
  481. .highlight .k {
  482. color: #BE74D5;
  483. font-weight: bold;
  484. }
  485. /* Keyword */
  486. .highlight .o {
  487. color: #d19a66;
  488. }
  489. /* Operator */
  490. .highlight .cm {
  491. color: #556366;
  492. font-style: italic;
  493. }
  494. /* Comment.Multiline */
  495. .highlight .cp {
  496. color: #bc7a00;
  497. }
  498. /* Comment.Preproc */
  499. .highlight .c1 {
  500. color: #556366;
  501. font-style: italic;
  502. }
  503. /* Comment.Single */
  504. .highlight .cs {
  505. color: #556366;
  506. font-style: italic;
  507. }
  508. /* Comment.Special */
  509. .highlight .gd {
  510. color: #a00000;
  511. }
  512. /* Generic.Deleted */
  513. .highlight .ge {
  514. font-style: italic;
  515. }
  516. /* Generic.Emph */
  517. .highlight .gr {
  518. color: #ff0000;
  519. }
  520. /* Generic.Error */
  521. .highlight .gh {
  522. color: #000080;
  523. font-weight: bold;
  524. }
  525. /* Generic.Heading */
  526. .highlight .gi {
  527. color: #00a000;
  528. }
  529. /* Generic.Inserted */
  530. .highlight .go {
  531. color: #888888;
  532. }
  533. /* Generic.Output */
  534. .highlight .gp {
  535. color: #000080;
  536. font-weight: bold;
  537. }
  538. /* Generic.Prompt */
  539. .highlight .gs {
  540. font-weight: bold;
  541. }
  542. /* Generic.Strong */
  543. .highlight .gu {
  544. color: #800080;
  545. font-weight: bold;
  546. }
  547. /* Generic.Subheading */
  548. .highlight .gt {
  549. color: #0044dd;
  550. }
  551. /* Generic.Traceback */
  552. .highlight .kc {
  553. color: #BE74D5;
  554. font-weight: bold;
  555. }
  556. /* Keyword.Constant */
  557. .highlight .kd {
  558. color: #BE74D5;
  559. font-weight: bold;
  560. }
  561. /* Keyword.Declaration */
  562. .highlight .kn {
  563. color: #BE74D5;
  564. font-weight: bold;
  565. }
  566. /* Keyword.Namespace */
  567. .highlight .kp {
  568. color: #be74d5;
  569. }
  570. /* Keyword.Pseudo */
  571. .highlight .kr {
  572. color: #BE74D5;
  573. font-weight: bold;
  574. }
  575. /* Keyword.Reserved */
  576. .highlight .kt {
  577. color: #d46c72;
  578. }
  579. /* Keyword.Type */
  580. .highlight .m {
  581. color: #d19a66;
  582. }
  583. /* Literal.Number */
  584. .highlight .s {
  585. color: #86c372;
  586. }
  587. /* Literal.String */
  588. .highlight .na {
  589. color: #7d9029;
  590. }
  591. /* Name.Attribute */
  592. .highlight .nb {
  593. color: #be74d5;
  594. }
  595. /* Name.Builtin */
  596. .highlight .nc {
  597. color: #61AFEF;
  598. font-weight: bold;
  599. }
  600. /* Name.Class */
  601. .highlight .no {
  602. color: #d19a66;
  603. }
  604. /* Name.Constant */
  605. .highlight .nd {
  606. color: #aa22ff;
  607. }
  608. /* Name.Decorator */
  609. .highlight .ni {
  610. color: #999999;
  611. font-weight: bold;
  612. }
  613. /* Name.Entity */
  614. .highlight .ne {
  615. color: #D2413A;
  616. font-weight: bold;
  617. }
  618. /* Name.Exception */
  619. .highlight .nf {
  620. color: #61afef;
  621. }
  622. /* Name.Function */
  623. .highlight .nl {
  624. color: #a0a000;
  625. }
  626. /* Name.Label */
  627. .highlight .nn {
  628. color: #61AFEF;
  629. font-weight: bold;
  630. }
  631. /* Name.Namespace */
  632. .highlight .nt {
  633. color: #BE74D5;
  634. font-weight: bold;
  635. }
  636. /* Name.Tag */
  637. .highlight .nv {
  638. color: #dfc06f;
  639. }
  640. /* Name.Variable */
  641. .highlight .ow {
  642. color: #AA22FF;
  643. font-weight: bold;
  644. }
  645. /* Operator.Word */
  646. .highlight .w {
  647. color: #d7dae0;
  648. }
  649. /* Text.Whitespace */
  650. .highlight .mf {
  651. color: #d19a66;
  652. }
  653. /* Literal.Number.Float */
  654. .highlight .mh {
  655. color: #d19a66;
  656. }
  657. /* Literal.Number.Hex */
  658. .highlight .mi {
  659. color: #d19a66;
  660. }
  661. /* Literal.Number.Integer */
  662. .highlight .mo {
  663. color: #d19a66;
  664. }
  665. /* Literal.Number.Oct */
  666. .highlight .sb {
  667. color: #86c372;
  668. }
  669. /* Literal.String.Backtick */
  670. .highlight .sc {
  671. color: #86c372;
  672. }
  673. /* Literal.String.Char */
  674. .highlight .sd {
  675. color: #86C372;
  676. font-style: italic;
  677. }
  678. /* Literal.String.Doc */
  679. .highlight .s2 {
  680. color: #86c372;
  681. }
  682. /* Literal.String.Double */
  683. .highlight .se {
  684. color: #BB6622;
  685. font-weight: bold;
  686. }
  687. /* Literal.String.Escape */
  688. .highlight .sh {
  689. color: #86c372;
  690. }
  691. /* Literal.String.Heredoc */
  692. .highlight .si {
  693. color: #BB6688;
  694. font-weight: bold;
  695. }
  696. /* Literal.String.Interpol */
  697. .highlight .sx {
  698. color: #be74d5;
  699. }
  700. /* Literal.String.Other */
  701. .highlight .sr {
  702. color: #bb6688;
  703. }
  704. /* Literal.String.Regex */
  705. .highlight .s1 {
  706. color: #86c372;
  707. }
  708. /* Literal.String.Single */
  709. .highlight .ss {
  710. color: #dfc06f;
  711. }
  712. /* Literal.String.Symbol */
  713. .highlight .bp {
  714. color: #be74d5;
  715. }
  716. /* Name.Builtin.Pseudo */
  717. .highlight .vc {
  718. color: #dfc06f;
  719. }
  720. /* Name.Variable.Class */
  721. .highlight .vg {
  722. color: #dfc06f;
  723. }
  724. /* Name.Variable.Global */
  725. .highlight .vi {
  726. color: #dfc06f;
  727. }
  728. /* Name.Variable.Instance */
  729. .highlight .il {
  730. color: #d19a66;
  731. }
  732. /* Literal.Number.Integer.Long */
  733. .highlight .lineno {
  734. -webkit-touch-callout: none;
  735. -webkit-user-select: none;
  736. -khtml-user-select: none;
  737. -moz-user-select: none;
  738. -ms-user-select: none;
  739. user-select: none;
  740. cursor: default;
  741. color: #556366;
  742. }
  743. .highlight .lineno::selection {
  744. background: transparent;
  745. /* WebKit/Blink Browsers */
  746. }
  747. .highlight .lineno::-moz-selection {
  748. background: transparent;
  749. /* Gecko Browsers */
  750. }
  751. .highlight pre {
  752. background-color: #282C34;
  753. color: #D7DAE0;
  754. border: none;
  755. margin-bottom: 25px;
  756. font-size: 15px;
  757. padding: 20px 10px;
  758. }
  759. .highlight {
  760. font-weight: 700;
  761. }
  762. .table > tbody > tr > td,
  763. .table > tbody > tr > th {
  764. vertical-align: middle !important;
  765. }