logicodev.css 19 KB

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