logicodev-dark.css 13 KB

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