logicodev.css 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209
  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: #666;
  136. font-size: 13px;
  137. }
  138. .result .highlight {
  139. font-weight: bold;
  140. }
  141. .result-source {
  142. font-size: 10px;
  143. float: left;
  144. }
  145. .result-format {
  146. font-size: 10px;
  147. float: right;
  148. }
  149. .result-abstract {
  150. margin-top: 0.5em;
  151. margin-bottom: 0.8em;
  152. }
  153. .external-link {
  154. color: #068922;
  155. font-size: 12px;
  156. margin-bottom: 15px;
  157. }
  158. .external-link a {
  159. margin-right: 3px;
  160. }
  161. .result-default,
  162. .result-code,
  163. .result-torrent,
  164. .result-videos,
  165. .result-map {
  166. clear: both;
  167. padding: 0.5em 4px;
  168. }
  169. .result-default:hover,
  170. .result-code:hover,
  171. .result-torrent:hover,
  172. .result-videos:hover,
  173. .result-map:hover {
  174. background-color: #F6F9FA;
  175. }
  176. .result-images {
  177. float: left !important;
  178. margin: 0;
  179. padding: 0;
  180. }
  181. .result-images a {
  182. display: block;
  183. width: 100%;
  184. background-size: cover;
  185. }
  186. .result-images a .img-thumbnail {
  187. border: none !important;
  188. padding: 0;
  189. }
  190. .result-images a:hover,
  191. .result-images a:focus {
  192. outline: 0;
  193. }
  194. .result-images a:hover .img-thumbnail,
  195. .result-images a:focus .img-thumbnail {
  196. box-shadow: 5px 5px 15px 0px black;
  197. }
  198. .result-images.js a .img-thumbnail {
  199. max-height: inherit;
  200. min-height: inherit;
  201. }
  202. .result-images:not(.js) {
  203. width: 25%;
  204. padding: 3px 13px 13px 3px;
  205. }
  206. .result-images:not(.js) a .img-thumbnail {
  207. margin: 0;
  208. max-height: 128px;
  209. min-height: 128px;
  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-metadata {
  242. clear: both;
  243. margin: 1em;
  244. }
  245. .result-metadata td {
  246. padding-right: 1em;
  247. color: #A4A4A4;
  248. }
  249. .result-metadata td:first-of-type {
  250. color: #666;
  251. }
  252. .result-map {
  253. clear: both;
  254. }
  255. .result-code {
  256. clear: both;
  257. }
  258. .result-code .code-fork,
  259. .result-code .code-fork a {
  260. color: #666;
  261. }
  262. .suggestion_item {
  263. margin: 2px 5px;
  264. max-width: 100%;
  265. }
  266. .suggestion_item .btn {
  267. max-width: 100%;
  268. white-space: normal;
  269. word-wrap: break-word;
  270. text-align: left;
  271. }
  272. .result_download {
  273. margin-right: 5px;
  274. }
  275. #pagination {
  276. margin-top: 30px;
  277. padding-bottom: 60px;
  278. }
  279. .label-default {
  280. color: #666;
  281. background: transparent;
  282. }
  283. .result .text-muted small {
  284. word-wrap: break-word;
  285. }
  286. .modal-wrapper {
  287. box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  288. }
  289. .modal-wrapper {
  290. background-clip: padding-box;
  291. background-color: #fff;
  292. border: 1px solid rgba(0, 0, 0, 0.2);
  293. border-radius: 6px;
  294. box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  295. outline: 0 none;
  296. position: relative;
  297. }
  298. @media screen and (max-width: 75em) {
  299. .img-thumbnail {
  300. object-fit: cover;
  301. }
  302. }
  303. .infobox .panel-heading {
  304. background-color: #F6F9FA;
  305. }
  306. .infobox .panel-heading .panel-title {
  307. font-weight: 700;
  308. }
  309. .infobox .header_url {
  310. white-space: nowrap;
  311. overflow: hidden;
  312. text-overflow: ellipsis;
  313. display: block;
  314. }
  315. .infobox p {
  316. font-family: "DejaVu Serif", Georgia, Cambria, "Times New Roman", Times, serif !important;
  317. font-style: italic;
  318. }
  319. .infobox img {
  320. max-height: "250px";
  321. }
  322. .infobox .btn {
  323. background-color: #007AB8;
  324. border: none;
  325. }
  326. .infobox .btn a {
  327. color: white;
  328. margin: 5px;
  329. }
  330. .infobox .infobox_part {
  331. margin-bottom: 20px;
  332. word-wrap: break-word;
  333. table-layout: fixed;
  334. }
  335. .infobox .infobox_part:last-child {
  336. margin-bottom: 0;
  337. }
  338. .infobox .infobox_toggle {
  339. width: 100%;
  340. text-align: center;
  341. margin-bottom: 0px;
  342. cursor: pointer;
  343. }
  344. .infobox .infobox_toggle:hover {
  345. background: #DDD;
  346. }
  347. .infobox .infobox_checkbox ~ .infobox_body {
  348. max-height: 300px;
  349. overflow: hidden;
  350. }
  351. .infobox .infobox_checkbox:checked ~ .infobox_body {
  352. max-height: none;
  353. }
  354. .infobox .infobox_checkbox ~ .infobox_toggle .infobox_label_down {
  355. display: block;
  356. }
  357. .infobox .infobox_checkbox ~ .infobox_toggle .infobox_label_up {
  358. display: none;
  359. }
  360. .infobox .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_up {
  361. display: block;
  362. }
  363. .infobox .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_down {
  364. display: none;
  365. }
  366. .infobox .infobox_checkbox ~ .infobox_body img.infobox_part {
  367. display: none;
  368. }
  369. .infobox .infobox_checkbox:checked ~ .infobox_body img.infobox_part {
  370. display: block;
  371. }
  372. .search_categories,
  373. #categories {
  374. text-transform: capitalize;
  375. margin-bottom: 0.5rem;
  376. display: flex;
  377. flex-wrap: wrap;
  378. flex-flow: row wrap;
  379. align-content: stretch;
  380. }
  381. .search_categories label,
  382. #categories label,
  383. .search_categories .input-group-addon,
  384. #categories .input-group-addon {
  385. flex-grow: 1;
  386. flex-basis: auto;
  387. font-size: 1.2rem;
  388. font-weight: normal;
  389. background-color: white;
  390. border: #DDD 1px solid;
  391. border-right: none;
  392. color: #666;
  393. padding-bottom: 0.4rem;
  394. padding-top: 0.4rem;
  395. text-align: center;
  396. min-width: 50px;
  397. }
  398. .search_categories label:last-child,
  399. #categories label:last-child,
  400. .search_categories .input-group-addon:last-child,
  401. #categories .input-group-addon:last-child {
  402. border-right: #DDD 1px solid;
  403. }
  404. .search_categories input[type="checkbox"]:checked + label,
  405. #categories input[type="checkbox"]:checked + label {
  406. color: #29314D;
  407. font-weight: bold;
  408. border-bottom: #01D7D4 5px solid;
  409. }
  410. #main-logo {
  411. margin-top: 10vh;
  412. margin-bottom: 25px;
  413. }
  414. #main-logo > img {
  415. max-width: 350px;
  416. width: 80%;
  417. }
  418. #q {
  419. box-shadow: none;
  420. border-right: none;
  421. border-color: #888;
  422. }
  423. #search_form .input-group-btn .btn {
  424. border-color: #888;
  425. }
  426. #search_form .input-group-btn .btn:hover {
  427. background-color: #068922;
  428. color: white;
  429. }
  430. .custom-select,
  431. .custom-select-rtl {
  432. appearance: none;
  433. -webkit-appearance: none;
  434. -moz-appearance: none;
  435. font-size: 1.2rem;
  436. font-weight: normal;
  437. background-color: white;
  438. border: #888 1px solid;
  439. color: #666;
  440. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAQAAACR313BAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAABFkAAARZAVnbJUkAAAAHdElNRQfgBxgLDwB20OFsAAAAbElEQVQY073OsQ3CMAAEwJMYwJGnsAehpoXJItltBkmcdZBYgIIiQoLglnz3ui+eP+bk5uneteTMZJa6OJuIqvYzSJoqwqBq8gdmTTW86/dghxAUq4xsVYT9laBYXCw93Aajh7GPEF23t4fkBYevGFTANkPRAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA3LTI0VDExOjU1OjU4KzAyOjAwRFqFOQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wNy0yNFQxMToxNTowMCswMjowMP7RDgQAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) 96% no-repeat;
  441. }
  442. .custom-select-rtl {
  443. background-position-x: 4%;
  444. }
  445. .search-margin {
  446. margin-bottom: 0.6em;
  447. }
  448. .visually-hidden {
  449. position: absolute !important;
  450. height: 1px;
  451. width: 1px;
  452. overflow: hidden;
  453. clip: rect(1px, 1px, 1px, 1px);
  454. white-space: nowrap;
  455. }
  456. .label-danger,
  457. .btn-danger {
  458. background: #c9432f;
  459. }
  460. .label-success,
  461. .btn-success {
  462. background: #068922;
  463. }
  464. select.form-control {
  465. border-color: #888 !important;
  466. }
  467. #advanced-search-container {
  468. display: none;
  469. text-align: left;
  470. margin-bottom: 1rem;
  471. clear: both;
  472. }
  473. #advanced-search-container label,
  474. #advanced-search-container .input-group-addon {
  475. font-size: 1.2rem;
  476. font-weight: normal;
  477. background-color: white;
  478. border: #DDD 1px solid;
  479. border-right: none;
  480. color: #666;
  481. padding-bottom: 0.4rem;
  482. padding-right: 0.7rem;
  483. padding-left: 0.7rem;
  484. }
  485. #advanced-search-container label:last-child,
  486. #advanced-search-container .input-group-addon:last-child {
  487. border-right: #DDD 1px solid;
  488. }
  489. #advanced-search-container input[type="radio"] {
  490. display: none;
  491. }
  492. #advanced-search-container input[type="radio"]:checked + label {
  493. color: #29314D;
  494. font-weight: bold;
  495. border-bottom: #01D7D4 5px solid;
  496. }
  497. #check-advanced:focus + label {
  498. text-decoration: underline;
  499. }
  500. #check-advanced:checked ~ #advanced-search-container {
  501. display: block;
  502. }
  503. .advanced {
  504. padding: 0;
  505. margin-top: 0.3rem;
  506. text-align: right;
  507. }
  508. .advanced label,
  509. .advanced select {
  510. cursor: pointer;
  511. }
  512. .cursor-text {
  513. cursor: text !important;
  514. }
  515. .cursor-pointer {
  516. cursor: pointer !important;
  517. }
  518. pre,
  519. code {
  520. font-family: 'Ubuntu Mono', 'Courier New', 'Lucida Console', monospace !important;
  521. }
  522. /*
  523. this file is generated automatically by searx_extra/update/update_pygments.py
  524. using pygments version 2.8.0
  525. */
  526. .code-highlight .linenos {
  527. -webkit-touch-callout: none;
  528. -webkit-user-select: none;
  529. -khtml-user-select: none;
  530. -moz-user-select: none;
  531. -ms-user-select: none;
  532. user-select: none;
  533. cursor: default;
  534. margin-right: 8px;
  535. text-align: right;
  536. }
  537. .code-highlight .linenos::selection {
  538. background: transparent;
  539. /* WebKit/Blink Browsers */
  540. }
  541. .code-highlight .linenos::-moz-selection {
  542. background: transparent;
  543. /* Gecko Browsers */
  544. }
  545. .code-highlight pre {
  546. line-height: 125%;
  547. }
  548. .code-highlight td.linenos .normal {
  549. color: inherit;
  550. background-color: transparent;
  551. padding-left: 5px;
  552. padding-right: 5px;
  553. }
  554. .code-highlight span.linenos {
  555. color: inherit;
  556. background-color: transparent;
  557. padding-left: 5px;
  558. padding-right: 5px;
  559. }
  560. .code-highlight td.linenos .special {
  561. color: #000000;
  562. background-color: #ffffc0;
  563. padding-left: 5px;
  564. padding-right: 5px;
  565. }
  566. .code-highlight span.linenos.special {
  567. color: #000000;
  568. background-color: #ffffc0;
  569. padding-left: 5px;
  570. padding-right: 5px;
  571. }
  572. .code-highlight .hll {
  573. background-color: #ffffcc;
  574. }
  575. .code-highlight {
  576. background: #282C34;
  577. }
  578. .code-highlight .c {
  579. color: #556366;
  580. font-style: italic;
  581. }
  582. /* Comment */
  583. .code-highlight .err {
  584. border: 1px solid #ff0000;
  585. }
  586. /* Error */
  587. .code-highlight .k {
  588. color: #BE74D5;
  589. font-weight: bold;
  590. }
  591. /* Keyword */
  592. .code-highlight .o {
  593. color: #D19A66;
  594. }
  595. /* Operator */
  596. .code-highlight .ch {
  597. color: #556366;
  598. font-style: italic;
  599. }
  600. /* Comment.Hashbang */
  601. .code-highlight .cm {
  602. color: #556366;
  603. font-style: italic;
  604. }
  605. /* Comment.Multiline */
  606. .code-highlight .cp {
  607. color: #BC7A00;
  608. font-style: italic;
  609. }
  610. /* Comment.Preproc */
  611. .code-highlight .cpf {
  612. color: #556366;
  613. font-style: italic;
  614. }
  615. /* Comment.PreprocFile */
  616. .code-highlight .c1 {
  617. color: #556366;
  618. font-style: italic;
  619. }
  620. /* Comment.Single */
  621. .code-highlight .cs {
  622. color: #556366;
  623. font-style: italic;
  624. }
  625. /* Comment.Special */
  626. .code-highlight .gd {
  627. color: #A00000;
  628. }
  629. /* Generic.Deleted */
  630. .code-highlight .ge {
  631. font-style: italic;
  632. }
  633. /* Generic.Emph */
  634. .code-highlight .gr {
  635. color: #FF0000;
  636. }
  637. /* Generic.Error */
  638. .code-highlight .gh {
  639. color: #000080;
  640. font-weight: bold;
  641. }
  642. /* Generic.Heading */
  643. .code-highlight .gi {
  644. color: #00A000;
  645. }
  646. /* Generic.Inserted */
  647. .code-highlight .go {
  648. color: #888888;
  649. }
  650. /* Generic.Output */
  651. .code-highlight .gp {
  652. color: #000080;
  653. font-weight: bold;
  654. }
  655. /* Generic.Prompt */
  656. .code-highlight .gs {
  657. font-weight: bold;
  658. }
  659. /* Generic.Strong */
  660. .code-highlight .gu {
  661. color: #800080;
  662. font-weight: bold;
  663. }
  664. /* Generic.Subheading */
  665. .code-highlight .gt {
  666. color: #0044DD;
  667. }
  668. /* Generic.Traceback */
  669. .code-highlight .kc {
  670. color: #BE74D5;
  671. font-weight: bold;
  672. }
  673. /* Keyword.Constant */
  674. .code-highlight .kd {
  675. color: #BE74D5;
  676. font-weight: bold;
  677. }
  678. /* Keyword.Declaration */
  679. .code-highlight .kn {
  680. color: #BE74D5;
  681. font-weight: bold;
  682. }
  683. /* Keyword.Namespace */
  684. .code-highlight .kp {
  685. color: #BE74D5;
  686. font-weight: bold;
  687. }
  688. /* Keyword.Pseudo */
  689. .code-highlight .kr {
  690. color: #BE74D5;
  691. font-weight: bold;
  692. }
  693. /* Keyword.Reserved */
  694. .code-highlight .kt {
  695. color: #D46C72;
  696. font-weight: bold;
  697. }
  698. /* Keyword.Type */
  699. .code-highlight .m {
  700. color: #D19A66;
  701. }
  702. /* Literal.Number */
  703. .code-highlight .s {
  704. color: #86C372;
  705. }
  706. /* Literal.String */
  707. .code-highlight .na {
  708. color: #7D9029;
  709. }
  710. /* Name.Attribute */
  711. .code-highlight .nb {
  712. color: #BE74D5;
  713. }
  714. /* Name.Builtin */
  715. .code-highlight .nc {
  716. color: #61AFEF;
  717. font-weight: bold;
  718. }
  719. /* Name.Class */
  720. .code-highlight .no {
  721. color: #D19A66;
  722. }
  723. /* Name.Constant */
  724. .code-highlight .nd {
  725. color: #AA22FF;
  726. }
  727. /* Name.Decorator */
  728. .code-highlight .ni {
  729. color: #999999;
  730. font-weight: bold;
  731. }
  732. /* Name.Entity */
  733. .code-highlight .ne {
  734. color: #D2413A;
  735. font-weight: bold;
  736. }
  737. /* Name.Exception */
  738. .code-highlight .nf {
  739. color: #61AFEF;
  740. }
  741. /* Name.Function */
  742. .code-highlight .nl {
  743. color: #A0A000;
  744. }
  745. /* Name.Label */
  746. .code-highlight .nn {
  747. color: #61AFEF;
  748. font-weight: bold;
  749. }
  750. /* Name.Namespace */
  751. .code-highlight .nt {
  752. color: #BE74D5;
  753. font-weight: bold;
  754. }
  755. /* Name.Tag */
  756. .code-highlight .nv {
  757. color: #DFC06F;
  758. }
  759. /* Name.Variable */
  760. .code-highlight .ow {
  761. color: #AA22FF;
  762. font-weight: bold;
  763. }
  764. /* Operator.Word */
  765. .code-highlight .w {
  766. color: #D7DAE0;
  767. }
  768. /* Text.Whitespace */
  769. .code-highlight .mb {
  770. color: #D19A66;
  771. }
  772. /* Literal.Number.Bin */
  773. .code-highlight .mf {
  774. color: #D19A66;
  775. }
  776. /* Literal.Number.Float */
  777. .code-highlight .mh {
  778. color: #D19A66;
  779. }
  780. /* Literal.Number.Hex */
  781. .code-highlight .mi {
  782. color: #D19A66;
  783. }
  784. /* Literal.Number.Integer */
  785. .code-highlight .mo {
  786. color: #D19A66;
  787. }
  788. /* Literal.Number.Oct */
  789. .code-highlight .sa {
  790. color: #86C372;
  791. }
  792. /* Literal.String.Affix */
  793. .code-highlight .sb {
  794. color: #86C372;
  795. }
  796. /* Literal.String.Backtick */
  797. .code-highlight .sc {
  798. color: #86C372;
  799. }
  800. /* Literal.String.Char */
  801. .code-highlight .dl {
  802. color: #86C372;
  803. }
  804. /* Literal.String.Delimiter */
  805. .code-highlight .sd {
  806. color: #86C372;
  807. font-style: italic;
  808. }
  809. /* Literal.String.Doc */
  810. .code-highlight .s2 {
  811. color: #86C372;
  812. }
  813. /* Literal.String.Double */
  814. .code-highlight .se {
  815. color: #BB6622;
  816. font-weight: bold;
  817. }
  818. /* Literal.String.Escape */
  819. .code-highlight .sh {
  820. color: #86C372;
  821. }
  822. /* Literal.String.Heredoc */
  823. .code-highlight .si {
  824. color: #BB6688;
  825. font-weight: bold;
  826. }
  827. /* Literal.String.Interpol */
  828. .code-highlight .sx {
  829. color: #BE74D5;
  830. }
  831. /* Literal.String.Other */
  832. .code-highlight .sr {
  833. color: #BB6688;
  834. }
  835. /* Literal.String.Regex */
  836. .code-highlight .s1 {
  837. color: #86C372;
  838. }
  839. /* Literal.String.Single */
  840. .code-highlight .ss {
  841. color: #DFC06F;
  842. }
  843. /* Literal.String.Symbol */
  844. .code-highlight .bp {
  845. color: #BE74D5;
  846. }
  847. /* Name.Builtin.Pseudo */
  848. .code-highlight .fm {
  849. color: #61AFEF;
  850. }
  851. /* Name.Function.Magic */
  852. .code-highlight .vc {
  853. color: #DFC06F;
  854. }
  855. /* Name.Variable.Class */
  856. .code-highlight .vg {
  857. color: #DFC06F;
  858. }
  859. /* Name.Variable.Global */
  860. .code-highlight .vi {
  861. color: #DFC06F;
  862. }
  863. /* Name.Variable.Instance */
  864. .code-highlight .vm {
  865. color: #DFC06F;
  866. }
  867. /* Name.Variable.Magic */
  868. .code-highlight .il {
  869. color: #D19A66;
  870. }
  871. /* Literal.Number.Integer.Long */
  872. .code-highlight pre {
  873. margin-bottom: 25px;
  874. padding: 20px 10px;
  875. background-color: inherit;
  876. color: inherit;
  877. border: inherit;
  878. color: #D7DAE0;
  879. }
  880. .table > tbody > tr > td,
  881. .table > tbody > tr > th {
  882. vertical-align: middle !important;
  883. }
  884. .nav-tabs.nav-justified {
  885. margin-bottom: 20px;
  886. }
  887. p {
  888. margin: 10px 0;
  889. }
  890. input.cursor-text {
  891. margin: 10px 0;
  892. }
  893. .engine-tooltip {
  894. display: none;
  895. position: absolute;
  896. padding: 0.5rem 1rem;
  897. margin: 0rem 0 0 2rem;
  898. border: 1px solid #ddd;
  899. box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  900. background: white;
  901. font-size: 14px;
  902. font-weight: normal;
  903. z-index: 1000000;
  904. }
  905. td:hover .engine-tooltip,
  906. th:hover .engine-tooltip,
  907. .engine-tooltip:hover {
  908. display: inline-block;
  909. }
  910. /* stacked-bar-chart */
  911. .stacked-bar-chart {
  912. margin: 0;
  913. padding: 0 0.125rem 0 3rem;
  914. width: 100%;
  915. width: -moz-available;
  916. width: -webkit-fill-available;
  917. width: fill;
  918. flex-direction: row;
  919. flex-wrap: nowrap;
  920. flex-grow: 1;
  921. align-items: center;
  922. display: inline-flex;
  923. }
  924. .stacked-bar-chart-value {
  925. width: 3rem;
  926. display: inline-block;
  927. position: absolute;
  928. padding: 0 0.5rem;
  929. text-align: right;
  930. }
  931. .stacked-bar-chart-base {
  932. display: flex;
  933. flex-shrink: 0;
  934. flex-grow: 0;
  935. flex-basis: unset;
  936. }
  937. .stacked-bar-chart-median {
  938. display: flex;
  939. flex-shrink: 0;
  940. flex-grow: 0;
  941. flex-basis: unset;
  942. background: #d5d8d7;
  943. border: 1px solid rgba(213, 216, 215, 0.9);
  944. padding: 0.3rem 0;
  945. }
  946. .stacked-bar-chart-rate80 {
  947. display: flex;
  948. flex-shrink: 0;
  949. flex-grow: 0;
  950. flex-basis: unset;
  951. background: transparent;
  952. border: 1px solid rgba(213, 216, 215, 0.3);
  953. padding: 0.3rem 0;
  954. }
  955. .stacked-bar-chart-rate95 {
  956. display: flex;
  957. flex-shrink: 0;
  958. flex-grow: 0;
  959. flex-basis: unset;
  960. background: transparent;
  961. border-bottom: 1px dotted rgba(213, 216, 215, 0.5);
  962. padding: 0;
  963. }
  964. .stacked-bar-chart-rate100 {
  965. display: flex;
  966. flex-shrink: 0;
  967. flex-grow: 0;
  968. flex-basis: unset;
  969. background: transparent;
  970. border-left: 1px solid rgba(213, 216, 215, 0.9);
  971. padding: 0.4rem 0;
  972. width: 1px;
  973. }
  974. /*Global*/
  975. body {
  976. background: #1d1f21 none !important;
  977. color: #D5D8D7 !important;
  978. }
  979. a {
  980. color: #41a2ce !important;
  981. text-decoration: none !important;
  982. }
  983. a:hover {
  984. color: #5F89AC !important;
  985. }
  986. input,
  987. button,
  988. textarea,
  989. select {
  990. border: 1px solid #282a2e !important;
  991. background-color: #444 !important;
  992. color: #BBB !important;
  993. }
  994. input:focus,
  995. button:focus,
  996. textarea:focus,
  997. select:focus {
  998. border: 1px solid #C5C8C6 !important;
  999. box-shadow: initial !important;
  1000. }
  1001. div#advanced-search-container div#categories label {
  1002. background: none;
  1003. border: 1px solid #282a2e;
  1004. }
  1005. ul.nav li a {
  1006. border: 0 !important;
  1007. border-bottom: 1px solid #4d3f43 !important;
  1008. }
  1009. #categories *,
  1010. .modal-wrapper * {
  1011. background: #1d1f21 none !important;
  1012. color: #D5D8D7 !important;
  1013. }
  1014. #categories * {
  1015. border: 1px solid #3d3f43 !important;
  1016. }
  1017. #categories *:checked + label {
  1018. border-bottom: 4px solid #3d9f94 !important;
  1019. }
  1020. .result-content,
  1021. .result-source,
  1022. .result-format {
  1023. color: #B5B8B7 !important;
  1024. }
  1025. .external-link {
  1026. color: #35B887 !important;
  1027. }
  1028. .table-striped tr td,
  1029. .table-striped tr th {
  1030. border-color: #4d3f43 !important;
  1031. }
  1032. /*nav*/
  1033. .navbar {
  1034. background: #1d1f21 none;
  1035. border: none;
  1036. }
  1037. .navbar .active,
  1038. .menu {
  1039. background: none !important;
  1040. }
  1041. .label-default {
  1042. background: none;
  1043. color: #BBB;
  1044. }
  1045. .navbar-default .navbar-nav > .active > a,
  1046. .navbar-default .navbar-nav > .active > a:hover,
  1047. .navbar-default .navbar-nav > .active > a:focus,
  1048. .nav-tabs.nav-justified > .active > a {
  1049. background-color: #282a2e !important;
  1050. }
  1051. /*Search Page*/
  1052. .result-default:hover,
  1053. .result-code:hover,
  1054. .result-torrent:hover,
  1055. .result-videos:hover,
  1056. .result-map:hover {
  1057. background-color: #222426;
  1058. }
  1059. /*buttons*/
  1060. .btn {
  1061. color: #BBB;
  1062. background-color: #444;
  1063. border: 1px solid #282a2e;
  1064. }
  1065. .btn:hover {
  1066. color: #444 !important;
  1067. background-color: #BBB !important;
  1068. }
  1069. .btn-primary.active {
  1070. color: #C5C8C6;
  1071. background-color: #5F89AC;
  1072. border-color: #5F89AC;
  1073. }
  1074. /*Right Pannels*/
  1075. .panel {
  1076. border: 1px solid #111;
  1077. background: none;
  1078. }
  1079. .panel-heading {
  1080. color: #C5C8C6 !important;
  1081. background: #282a2e !important;
  1082. border-bottom: none;
  1083. }
  1084. .panel-body {
  1085. color: #C5C8C6 !important;
  1086. background: #1d1f21 !important;
  1087. border-color: #111 !important;
  1088. }
  1089. .panel-footer {
  1090. color: #C5C8C6 !important;
  1091. background: #282a2e !important;
  1092. border-top: 1px solid #111 !important;
  1093. }
  1094. .infobox_toggle:hover {
  1095. background: #3d3f43 !important;
  1096. }
  1097. p.btn.btn-default {
  1098. background: none;
  1099. }
  1100. .table-striped > tbody > tr:nth-child(odd) > td,
  1101. .table-striped > tbody > tr:nth-child(odd) > th,
  1102. .table-striped > thead > tr:nth-child(odd) > th {
  1103. background: #2d2f32 none !important;
  1104. color: #D5D8D7 !important;
  1105. }
  1106. .label-success {
  1107. background: #1d6f42 none !important;
  1108. }
  1109. .label-danger {
  1110. background: #ad1f12 none !important;
  1111. }
  1112. .searx-navbar {
  1113. background: #333334;
  1114. height: 2.3rem;
  1115. font-size: 1.3rem;
  1116. line-height: 1.3rem;
  1117. padding: 0.5rem;
  1118. font-weight: bold;
  1119. margin-bottom: 0.8rem;
  1120. }
  1121. .searx-navbar a,
  1122. .searx-navbar a:hover {
  1123. margin-right: 2rem;
  1124. color: white;
  1125. text-decoration: none;
  1126. }
  1127. .searx-navbar .instance a {
  1128. color: #01D7D4;
  1129. margin-left: 2rem;
  1130. }
  1131. #main-logo {
  1132. margin-top: 20vh;
  1133. margin-bottom: 25px;
  1134. }
  1135. #main-logo > img {
  1136. max-width: 350px;
  1137. width: 80%;
  1138. }
  1139. .onoffswitch-inner:before,
  1140. .onoffswitch-inner:after {
  1141. background: #1d1f21 none !important;
  1142. }
  1143. .onoffswitch-switch,
  1144. .onoffswitch-label {
  1145. border: 2px solid #3d3f43 !important;
  1146. }
  1147. .nav > li > a:hover,
  1148. .nav > li > a:focus {
  1149. background-color: #3d3f43 !important;
  1150. }
  1151. /*Images search*/
  1152. .img-thumbnail,
  1153. .thumbnail {
  1154. padding: 0px;
  1155. line-height: 1.42857143;
  1156. background: none;
  1157. border: none;
  1158. }
  1159. .modal-content {
  1160. background: #1d1f21 none !important;
  1161. }
  1162. /*Preferences*/
  1163. .table > thead > tr > td.danger,
  1164. .table > tbody > tr > td.danger,
  1165. .table > tfoot > tr > td.danger,
  1166. .table > thead > tr > th.danger,
  1167. .table > tbody > tr > th.danger,
  1168. .table > tfoot > tr > th.danger,
  1169. .table > thead > tr.danger > td,
  1170. .table > tbody > tr.danger > td,
  1171. .table > tfoot > tr.danger > td,
  1172. .table > thead > tr.danger > th,
  1173. .table > tbody > tr.danger > th,
  1174. .table > tfoot > tr.danger > th {
  1175. background: rgba(240, 0, 0, 0.56) !important;
  1176. color: #C5C8C6 !important;
  1177. }
  1178. .table-hover > tbody > tr > td.danger:hover,
  1179. .table-hover > tbody > tr > th.danger:hover,
  1180. .table-hover > tbody > tr.danger:hover > td,
  1181. .table-hover > tbody > tr:hover > .danger,
  1182. .table-hover > tbody > tr.danger:hover > th {
  1183. background: rgba(237, 59, 59, 0.61) !important;
  1184. color: #C5C8C6 !important;
  1185. }
  1186. .table-hover > tbody > tr:hover > td,
  1187. .table-hover > tbody > tr:hover > th {
  1188. background: #66696e !important;
  1189. }
  1190. .btn-success {
  1191. color: #C5C8C6;
  1192. background: #449d44;
  1193. }
  1194. .btn-danger {
  1195. color: #C5C8C6;
  1196. background: #d9534f;
  1197. }
  1198. .well {
  1199. background: #444;
  1200. border-color: #282a2e;
  1201. }
  1202. .highlight {
  1203. background-color: transparent !important;
  1204. }
  1205. /* engine tooltip */
  1206. .engine-tooltip {
  1207. border: 1px solid #3d3f43;
  1208. background: #1d1f21;
  1209. }