logicodev.css 23 KB

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