logicodev-dark.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785
  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: #068922;
  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: #666666;
  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: #007ab8;
  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: #888888;
  368. }
  369. #search_form .input-group-btn .btn {
  370. border-color: #888888;
  371. }
  372. #search_form .input-group-btn .btn:hover {
  373. background-color: #068922;
  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: #888888 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. .label-danger,
  409. .btn-danger {
  410. background: #c9432f;
  411. }
  412. .label-success,
  413. .btn-success {
  414. background: #068922;
  415. }
  416. select.form-control {
  417. border-color: #888888 !important;
  418. }
  419. #advanced-search-container {
  420. display: none;
  421. text-align: left;
  422. margin-bottom: 1rem;
  423. clear: both;
  424. }
  425. #advanced-search-container label,
  426. #advanced-search-container .input-group-addon {
  427. font-size: 1.2rem;
  428. font-weight: normal;
  429. background-color: white;
  430. border: #dddddd 1px solid;
  431. border-right: none;
  432. color: #666666;
  433. padding-bottom: 0.4rem;
  434. padding-right: 0.7rem;
  435. padding-left: 0.7rem;
  436. }
  437. #advanced-search-container label:last-child,
  438. #advanced-search-container .input-group-addon:last-child {
  439. border-right: #dddddd 1px solid;
  440. }
  441. #advanced-search-container input[type="radio"] {
  442. display: none;
  443. }
  444. #advanced-search-container input[type="radio"]:checked + label {
  445. color: #29314d;
  446. font-weight: bold;
  447. border-bottom: #01d7d4 5px solid;
  448. }
  449. #check-advanced:focus + label {
  450. text-decoration: underline;
  451. }
  452. #check-advanced:checked ~ #advanced-search-container {
  453. display: block;
  454. }
  455. .advanced {
  456. padding: 0;
  457. margin-top: 0.3rem;
  458. text-align: right;
  459. }
  460. .advanced label,
  461. .advanced select {
  462. cursor: pointer;
  463. }
  464. .cursor-text {
  465. cursor: text !important;
  466. }
  467. .cursor-pointer {
  468. cursor: pointer !important;
  469. }
  470. pre,
  471. code {
  472. font-family: 'Ubuntu Mono', 'Courier New', 'Lucida Console', monospace !important;
  473. }
  474. .lineno {
  475. margin-right: 5px;
  476. }
  477. .highlight .hll {
  478. background-color: #ffffcc;
  479. }
  480. .highlight {
  481. background: #f8f8f8;
  482. }
  483. .highlight .c {
  484. color: #556366;
  485. font-style: italic;
  486. }
  487. /* Comment */
  488. .highlight .err {
  489. border: 1px solid #ffa92f;
  490. }
  491. /* Error */
  492. .highlight .k {
  493. color: #BE74D5;
  494. font-weight: bold;
  495. }
  496. /* Keyword */
  497. .highlight .o {
  498. color: #d19a66;
  499. }
  500. /* Operator */
  501. .highlight .cm {
  502. color: #556366;
  503. font-style: italic;
  504. }
  505. /* Comment.Multiline */
  506. .highlight .cp {
  507. color: #bc7a00;
  508. }
  509. /* Comment.Preproc */
  510. .highlight .c1 {
  511. color: #556366;
  512. font-style: italic;
  513. }
  514. /* Comment.Single */
  515. .highlight .cs {
  516. color: #556366;
  517. font-style: italic;
  518. }
  519. /* Comment.Special */
  520. .highlight .gd {
  521. color: #a00000;
  522. }
  523. /* Generic.Deleted */
  524. .highlight .ge {
  525. font-style: italic;
  526. }
  527. /* Generic.Emph */
  528. .highlight .gr {
  529. color: #ff0000;
  530. }
  531. /* Generic.Error */
  532. .highlight .gh {
  533. color: #000080;
  534. font-weight: bold;
  535. }
  536. /* Generic.Heading */
  537. .highlight .gi {
  538. color: #00a000;
  539. }
  540. /* Generic.Inserted */
  541. .highlight .go {
  542. color: #888888;
  543. }
  544. /* Generic.Output */
  545. .highlight .gp {
  546. color: #000080;
  547. font-weight: bold;
  548. }
  549. /* Generic.Prompt */
  550. .highlight .gs {
  551. font-weight: bold;
  552. }
  553. /* Generic.Strong */
  554. .highlight .gu {
  555. color: #800080;
  556. font-weight: bold;
  557. }
  558. /* Generic.Subheading */
  559. .highlight .gt {
  560. color: #0044dd;
  561. }
  562. /* Generic.Traceback */
  563. .highlight .kc {
  564. color: #BE74D5;
  565. font-weight: bold;
  566. }
  567. /* Keyword.Constant */
  568. .highlight .kd {
  569. color: #BE74D5;
  570. font-weight: bold;
  571. }
  572. /* Keyword.Declaration */
  573. .highlight .kn {
  574. color: #BE74D5;
  575. font-weight: bold;
  576. }
  577. /* Keyword.Namespace */
  578. .highlight .kp {
  579. color: #be74d5;
  580. }
  581. /* Keyword.Pseudo */
  582. .highlight .kr {
  583. color: #BE74D5;
  584. font-weight: bold;
  585. }
  586. /* Keyword.Reserved */
  587. .highlight .kt {
  588. color: #d46c72;
  589. }
  590. /* Keyword.Type */
  591. .highlight .m {
  592. color: #d19a66;
  593. }
  594. /* Literal.Number */
  595. .highlight .s {
  596. color: #86c372;
  597. }
  598. /* Literal.String */
  599. .highlight .na {
  600. color: #7d9029;
  601. }
  602. /* Name.Attribute */
  603. .highlight .nb {
  604. color: #be74d5;
  605. }
  606. /* Name.Builtin */
  607. .highlight .nc {
  608. color: #61AFEF;
  609. font-weight: bold;
  610. }
  611. /* Name.Class */
  612. .highlight .no {
  613. color: #d19a66;
  614. }
  615. /* Name.Constant */
  616. .highlight .nd {
  617. color: #aa22ff;
  618. }
  619. /* Name.Decorator */
  620. .highlight .ni {
  621. color: #999999;
  622. font-weight: bold;
  623. }
  624. /* Name.Entity */
  625. .highlight .ne {
  626. color: #D2413A;
  627. font-weight: bold;
  628. }
  629. /* Name.Exception */
  630. .highlight .nf {
  631. color: #61afef;
  632. }
  633. /* Name.Function */
  634. .highlight .nl {
  635. color: #a0a000;
  636. }
  637. /* Name.Label */
  638. .highlight .nn {
  639. color: #61AFEF;
  640. font-weight: bold;
  641. }
  642. /* Name.Namespace */
  643. .highlight .nt {
  644. color: #BE74D5;
  645. font-weight: bold;
  646. }
  647. /* Name.Tag */
  648. .highlight .nv {
  649. color: #dfc06f;
  650. }
  651. /* Name.Variable */
  652. .highlight .ow {
  653. color: #AA22FF;
  654. font-weight: bold;
  655. }
  656. /* Operator.Word */
  657. .highlight .w {
  658. color: #d7dae0;
  659. }
  660. /* Text.Whitespace */
  661. .highlight .mf {
  662. color: #d19a66;
  663. }
  664. /* Literal.Number.Float */
  665. .highlight .mh {
  666. color: #d19a66;
  667. }
  668. /* Literal.Number.Hex */
  669. .highlight .mi {
  670. color: #d19a66;
  671. }
  672. /* Literal.Number.Integer */
  673. .highlight .mo {
  674. color: #d19a66;
  675. }
  676. /* Literal.Number.Oct */
  677. .highlight .sb {
  678. color: #86c372;
  679. }
  680. /* Literal.String.Backtick */
  681. .highlight .sc {
  682. color: #86c372;
  683. }
  684. /* Literal.String.Char */
  685. .highlight .sd {
  686. color: #86C372;
  687. font-style: italic;
  688. }
  689. /* Literal.String.Doc */
  690. .highlight .s2 {
  691. color: #86c372;
  692. }
  693. /* Literal.String.Double */
  694. .highlight .se {
  695. color: #BB6622;
  696. font-weight: bold;
  697. }
  698. /* Literal.String.Escape */
  699. .highlight .sh {
  700. color: #86c372;
  701. }
  702. /* Literal.String.Heredoc */
  703. .highlight .si {
  704. color: #BB6688;
  705. font-weight: bold;
  706. }
  707. /* Literal.String.Interpol */
  708. .highlight .sx {
  709. color: #be74d5;
  710. }
  711. /* Literal.String.Other */
  712. .highlight .sr {
  713. color: #bb6688;
  714. }
  715. /* Literal.String.Regex */
  716. .highlight .s1 {
  717. color: #86c372;
  718. }
  719. /* Literal.String.Single */
  720. .highlight .ss {
  721. color: #dfc06f;
  722. }
  723. /* Literal.String.Symbol */
  724. .highlight .bp {
  725. color: #be74d5;
  726. }
  727. /* Name.Builtin.Pseudo */
  728. .highlight .vc {
  729. color: #dfc06f;
  730. }
  731. /* Name.Variable.Class */
  732. .highlight .vg {
  733. color: #dfc06f;
  734. }
  735. /* Name.Variable.Global */
  736. .highlight .vi {
  737. color: #dfc06f;
  738. }
  739. /* Name.Variable.Instance */
  740. .highlight .il {
  741. color: #d19a66;
  742. }
  743. /* Literal.Number.Integer.Long */
  744. .highlight .lineno {
  745. -webkit-touch-callout: none;
  746. -webkit-user-select: none;
  747. -khtml-user-select: none;
  748. -moz-user-select: none;
  749. -ms-user-select: none;
  750. user-select: none;
  751. cursor: default;
  752. color: #556366;
  753. }
  754. .highlight .lineno::selection {
  755. background: transparent;
  756. /* WebKit/Blink Browsers */
  757. }
  758. .highlight .lineno::-moz-selection {
  759. background: transparent;
  760. /* Gecko Browsers */
  761. }
  762. .highlight pre {
  763. background-color: #282C34;
  764. color: #D7DAE0;
  765. border: none;
  766. margin-bottom: 25px;
  767. font-size: 15px;
  768. padding: 20px 10px;
  769. }
  770. .highlight {
  771. font-weight: 700;
  772. }
  773. .table > tbody > tr > td,
  774. .table > tbody > tr > th {
  775. vertical-align: middle !important;
  776. }
  777. .nav-tabs.nav-justified {
  778. margin-bottom: 20px;
  779. }
  780. p {
  781. margin: 10px 0;
  782. }
  783. input.cursor-text {
  784. margin: 10px 0;
  785. }