logicodev-dark.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788
  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 img {
  303. max-height: 250px;
  304. }
  305. .infobox .btn {
  306. background-color: #007ab8;
  307. border: none;
  308. }
  309. .infobox .btn a {
  310. color: white;
  311. margin: 5px;
  312. }
  313. .infobox .infobox_part {
  314. margin-bottom: 20px;
  315. word-wrap: break-word;
  316. table-layout: fixed;
  317. }
  318. .infobox .infobox_part:last-child {
  319. margin-bottom: 0;
  320. }
  321. .search_categories,
  322. #categories {
  323. text-transform: capitalize;
  324. margin-bottom: 0.5rem;
  325. display: flex;
  326. flex-wrap: wrap;
  327. flex-flow: row wrap;
  328. align-content: stretch;
  329. }
  330. .search_categories label,
  331. #categories label,
  332. .search_categories .input-group-addon,
  333. #categories .input-group-addon {
  334. flex-grow: 1;
  335. flex-basis: auto;
  336. font-size: 1.2rem;
  337. font-weight: normal;
  338. background-color: white;
  339. border: #dddddd 1px solid;
  340. border-right: none;
  341. color: #666666;
  342. padding-bottom: 0.4rem;
  343. padding-top: 0.4rem;
  344. text-align: center;
  345. min-width: 50px;
  346. }
  347. .search_categories label:last-child,
  348. #categories label:last-child,
  349. .search_categories .input-group-addon:last-child,
  350. #categories .input-group-addon:last-child {
  351. border-right: #dddddd 1px solid;
  352. }
  353. .search_categories input[type="checkbox"]:checked + label,
  354. #categories input[type="checkbox"]:checked + label {
  355. color: #29314d;
  356. font-weight: bold;
  357. border-bottom: #01d7d4 5px solid;
  358. }
  359. #main-logo {
  360. margin-top: 10vh;
  361. margin-bottom: 25px;
  362. }
  363. #main-logo > img {
  364. max-width: 350px;
  365. width: 80%;
  366. }
  367. #q {
  368. box-shadow: none;
  369. border-right: none;
  370. border-color: #888888;
  371. }
  372. #search_form .input-group-btn .btn {
  373. border-color: #888888;
  374. }
  375. #search_form .input-group-btn .btn:hover {
  376. background-color: #068922;
  377. color: white;
  378. }
  379. .custom-select {
  380. appearance: none;
  381. -webkit-appearance: none;
  382. -moz-appearance: none;
  383. font-size: 1.2rem;
  384. font-weight: normal;
  385. background-color: white;
  386. border: #888888 1px solid;
  387. color: #666666;
  388. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAQAAACR313BAAAABGdBTUEAALGPC/xhBQAAACBjSFJN
  389. AAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZ
  390. cwAABFkAAARZAVnbJUkAAAAHdElNRQfgBxgLDwB20OFsAAAAbElEQVQY073OsQ3CMAAEwJMYwJGn
  391. sAehpoXJItltBkmcdZBYgIIiQoLglnz3ui+eP+bk5uneteTMZJa6OJuIqvYzSJoqwqBq8gdmTTW8
  392. 6/dghxAUq4xsVYT9laBYXCw93Aajh7GPEF23t4fkBYevGFTANkPRAAAAJXRFWHRkYXRlOmNyZWF0
  393. ZQAyMDE2LTA3LTI0VDExOjU1OjU4KzAyOjAwRFqFOQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0w
  394. Ny0yNFQxMToxNTowMCswMjowMP7RDgQAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb
  395. 7jwaAAAAAElFTkSuQmCC) 96% no-repeat;
  396. }
  397. .search-margin {
  398. margin-bottom: 0.6em;
  399. }
  400. .visually-hidden {
  401. position: absolute !important;
  402. height: 1px;
  403. width: 1px;
  404. overflow: hidden;
  405. clip: rect(1px 1px 1px 1px);
  406. /* IE6, IE7 */
  407. clip: rect(1px, 1px, 1px, 1px);
  408. white-space: nowrap;
  409. /* added line */
  410. }
  411. .label-danger,
  412. .btn-danger {
  413. background: #c9432f;
  414. }
  415. .label-success,
  416. .btn-success {
  417. background: #068922;
  418. }
  419. select.form-control {
  420. border-color: #888888 !important;
  421. }
  422. #advanced-search-container {
  423. display: none;
  424. text-align: left;
  425. margin-bottom: 1rem;
  426. clear: both;
  427. }
  428. #advanced-search-container label,
  429. #advanced-search-container .input-group-addon {
  430. font-size: 1.2rem;
  431. font-weight: normal;
  432. background-color: white;
  433. border: #dddddd 1px solid;
  434. border-right: none;
  435. color: #666666;
  436. padding-bottom: 0.4rem;
  437. padding-right: 0.7rem;
  438. padding-left: 0.7rem;
  439. }
  440. #advanced-search-container label:last-child,
  441. #advanced-search-container .input-group-addon:last-child {
  442. border-right: #dddddd 1px solid;
  443. }
  444. #advanced-search-container input[type="radio"] {
  445. display: none;
  446. }
  447. #advanced-search-container input[type="radio"]:checked + label {
  448. color: #29314d;
  449. font-weight: bold;
  450. border-bottom: #01d7d4 5px solid;
  451. }
  452. #check-advanced:focus + label {
  453. text-decoration: underline;
  454. }
  455. #check-advanced:checked ~ #advanced-search-container {
  456. display: block;
  457. }
  458. .advanced {
  459. padding: 0;
  460. margin-top: 0.3rem;
  461. text-align: right;
  462. }
  463. .advanced label,
  464. .advanced select {
  465. cursor: pointer;
  466. }
  467. .cursor-text {
  468. cursor: text !important;
  469. }
  470. .cursor-pointer {
  471. cursor: pointer !important;
  472. }
  473. pre,
  474. code {
  475. font-family: 'Ubuntu Mono', 'Courier New', 'Lucida Console', monospace !important;
  476. }
  477. .lineno {
  478. margin-right: 5px;
  479. }
  480. .highlight .hll {
  481. background-color: #ffffcc;
  482. }
  483. .highlight {
  484. background: #f8f8f8;
  485. }
  486. .highlight .c {
  487. color: #556366;
  488. font-style: italic;
  489. }
  490. /* Comment */
  491. .highlight .err {
  492. border: 1px solid #ffa92f;
  493. }
  494. /* Error */
  495. .highlight .k {
  496. color: #BE74D5;
  497. font-weight: bold;
  498. }
  499. /* Keyword */
  500. .highlight .o {
  501. color: #d19a66;
  502. }
  503. /* Operator */
  504. .highlight .cm {
  505. color: #556366;
  506. font-style: italic;
  507. }
  508. /* Comment.Multiline */
  509. .highlight .cp {
  510. color: #bc7a00;
  511. }
  512. /* Comment.Preproc */
  513. .highlight .c1 {
  514. color: #556366;
  515. font-style: italic;
  516. }
  517. /* Comment.Single */
  518. .highlight .cs {
  519. color: #556366;
  520. font-style: italic;
  521. }
  522. /* Comment.Special */
  523. .highlight .gd {
  524. color: #a00000;
  525. }
  526. /* Generic.Deleted */
  527. .highlight .ge {
  528. font-style: italic;
  529. }
  530. /* Generic.Emph */
  531. .highlight .gr {
  532. color: #ff0000;
  533. }
  534. /* Generic.Error */
  535. .highlight .gh {
  536. color: #000080;
  537. font-weight: bold;
  538. }
  539. /* Generic.Heading */
  540. .highlight .gi {
  541. color: #00a000;
  542. }
  543. /* Generic.Inserted */
  544. .highlight .go {
  545. color: #888888;
  546. }
  547. /* Generic.Output */
  548. .highlight .gp {
  549. color: #000080;
  550. font-weight: bold;
  551. }
  552. /* Generic.Prompt */
  553. .highlight .gs {
  554. font-weight: bold;
  555. }
  556. /* Generic.Strong */
  557. .highlight .gu {
  558. color: #800080;
  559. font-weight: bold;
  560. }
  561. /* Generic.Subheading */
  562. .highlight .gt {
  563. color: #0044dd;
  564. }
  565. /* Generic.Traceback */
  566. .highlight .kc {
  567. color: #BE74D5;
  568. font-weight: bold;
  569. }
  570. /* Keyword.Constant */
  571. .highlight .kd {
  572. color: #BE74D5;
  573. font-weight: bold;
  574. }
  575. /* Keyword.Declaration */
  576. .highlight .kn {
  577. color: #BE74D5;
  578. font-weight: bold;
  579. }
  580. /* Keyword.Namespace */
  581. .highlight .kp {
  582. color: #be74d5;
  583. }
  584. /* Keyword.Pseudo */
  585. .highlight .kr {
  586. color: #BE74D5;
  587. font-weight: bold;
  588. }
  589. /* Keyword.Reserved */
  590. .highlight .kt {
  591. color: #d46c72;
  592. }
  593. /* Keyword.Type */
  594. .highlight .m {
  595. color: #d19a66;
  596. }
  597. /* Literal.Number */
  598. .highlight .s {
  599. color: #86c372;
  600. }
  601. /* Literal.String */
  602. .highlight .na {
  603. color: #7d9029;
  604. }
  605. /* Name.Attribute */
  606. .highlight .nb {
  607. color: #be74d5;
  608. }
  609. /* Name.Builtin */
  610. .highlight .nc {
  611. color: #61AFEF;
  612. font-weight: bold;
  613. }
  614. /* Name.Class */
  615. .highlight .no {
  616. color: #d19a66;
  617. }
  618. /* Name.Constant */
  619. .highlight .nd {
  620. color: #aa22ff;
  621. }
  622. /* Name.Decorator */
  623. .highlight .ni {
  624. color: #999999;
  625. font-weight: bold;
  626. }
  627. /* Name.Entity */
  628. .highlight .ne {
  629. color: #D2413A;
  630. font-weight: bold;
  631. }
  632. /* Name.Exception */
  633. .highlight .nf {
  634. color: #61afef;
  635. }
  636. /* Name.Function */
  637. .highlight .nl {
  638. color: #a0a000;
  639. }
  640. /* Name.Label */
  641. .highlight .nn {
  642. color: #61AFEF;
  643. font-weight: bold;
  644. }
  645. /* Name.Namespace */
  646. .highlight .nt {
  647. color: #BE74D5;
  648. font-weight: bold;
  649. }
  650. /* Name.Tag */
  651. .highlight .nv {
  652. color: #dfc06f;
  653. }
  654. /* Name.Variable */
  655. .highlight .ow {
  656. color: #AA22FF;
  657. font-weight: bold;
  658. }
  659. /* Operator.Word */
  660. .highlight .w {
  661. color: #d7dae0;
  662. }
  663. /* Text.Whitespace */
  664. .highlight .mf {
  665. color: #d19a66;
  666. }
  667. /* Literal.Number.Float */
  668. .highlight .mh {
  669. color: #d19a66;
  670. }
  671. /* Literal.Number.Hex */
  672. .highlight .mi {
  673. color: #d19a66;
  674. }
  675. /* Literal.Number.Integer */
  676. .highlight .mo {
  677. color: #d19a66;
  678. }
  679. /* Literal.Number.Oct */
  680. .highlight .sb {
  681. color: #86c372;
  682. }
  683. /* Literal.String.Backtick */
  684. .highlight .sc {
  685. color: #86c372;
  686. }
  687. /* Literal.String.Char */
  688. .highlight .sd {
  689. color: #86C372;
  690. font-style: italic;
  691. }
  692. /* Literal.String.Doc */
  693. .highlight .s2 {
  694. color: #86c372;
  695. }
  696. /* Literal.String.Double */
  697. .highlight .se {
  698. color: #BB6622;
  699. font-weight: bold;
  700. }
  701. /* Literal.String.Escape */
  702. .highlight .sh {
  703. color: #86c372;
  704. }
  705. /* Literal.String.Heredoc */
  706. .highlight .si {
  707. color: #BB6688;
  708. font-weight: bold;
  709. }
  710. /* Literal.String.Interpol */
  711. .highlight .sx {
  712. color: #be74d5;
  713. }
  714. /* Literal.String.Other */
  715. .highlight .sr {
  716. color: #bb6688;
  717. }
  718. /* Literal.String.Regex */
  719. .highlight .s1 {
  720. color: #86c372;
  721. }
  722. /* Literal.String.Single */
  723. .highlight .ss {
  724. color: #dfc06f;
  725. }
  726. /* Literal.String.Symbol */
  727. .highlight .bp {
  728. color: #be74d5;
  729. }
  730. /* Name.Builtin.Pseudo */
  731. .highlight .vc {
  732. color: #dfc06f;
  733. }
  734. /* Name.Variable.Class */
  735. .highlight .vg {
  736. color: #dfc06f;
  737. }
  738. /* Name.Variable.Global */
  739. .highlight .vi {
  740. color: #dfc06f;
  741. }
  742. /* Name.Variable.Instance */
  743. .highlight .il {
  744. color: #d19a66;
  745. }
  746. /* Literal.Number.Integer.Long */
  747. .highlight .lineno {
  748. -webkit-touch-callout: none;
  749. -webkit-user-select: none;
  750. -khtml-user-select: none;
  751. -moz-user-select: none;
  752. -ms-user-select: none;
  753. user-select: none;
  754. cursor: default;
  755. color: #556366;
  756. }
  757. .highlight .lineno::selection {
  758. background: transparent;
  759. /* WebKit/Blink Browsers */
  760. }
  761. .highlight .lineno::-moz-selection {
  762. background: transparent;
  763. /* Gecko Browsers */
  764. }
  765. .highlight pre {
  766. background-color: #282C34;
  767. color: #D7DAE0;
  768. border: none;
  769. margin-bottom: 25px;
  770. font-size: 15px;
  771. padding: 20px 10px;
  772. }
  773. .highlight {
  774. font-weight: 700;
  775. }
  776. .table > tbody > tr > td,
  777. .table > tbody > tr > th {
  778. vertical-align: middle !important;
  779. }
  780. .nav-tabs.nav-justified {
  781. margin-bottom: 20px;
  782. }
  783. p {
  784. margin: 10px 0;
  785. }
  786. input.cursor-text {
  787. margin: 10px 0;
  788. }