logicodev-dark.css 29 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655
  1. .github-issue-button {
  2. display: block;
  3. padding: 8px 16px;
  4. font-family: sans-serif;
  5. font-size: 16px;
  6. color: white;
  7. background-color: #238636 !important;
  8. /* important is needed cause to an !important in logicodev-dark */
  9. border: #2ea043;
  10. border-radius: 10px !important;
  11. box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
  12. }
  13. .github-issue-button:hover {
  14. background-color: #2ea043;
  15. }
  16. .issue-hide {
  17. display: none;
  18. }
  19. .engine-stats .engine-name {
  20. width: 20rem;
  21. }
  22. .engine-stats .engine-score {
  23. width: 7rem;
  24. text-align: right;
  25. }
  26. .engine-stats .engine-reliability {
  27. text-align: right;
  28. }
  29. .engine-stats table.engine-error {
  30. max-width: 1280px;
  31. margin: 1rem;
  32. border: 1px solid gray;
  33. }
  34. .engine-stats table.engine-error th.engine-error-type,
  35. .engine-stats table.engine-error td.engine-error-type,
  36. .engine-stats failed-test {
  37. width: 10rem;
  38. }
  39. .engine-stats table.engine-error span.log_parameters {
  40. border-right: 1px solid gray;
  41. padding: 0 1rem 0 0;
  42. margin: 0 0 0 0.5rem;
  43. }
  44. .bar-chart-value {
  45. width: 3em;
  46. display: inline-block;
  47. text-align: right;
  48. padding-right: 0.5rem;
  49. }
  50. .bar-chart-graph {
  51. width: calc(100% - 5rem);
  52. display: inline-block;
  53. }
  54. .bar-chart-bar {
  55. border: 3px solid #5bc0de;
  56. margin: 1px 0;
  57. }
  58. .bar-chart-serie1 {
  59. border: 3px solid #5bc0de;
  60. margin: 1px 0;
  61. float: left;
  62. }
  63. .bar-chart-serie2 {
  64. border: 3px solid #deb15b;
  65. margin: 1px 0;
  66. float: left;
  67. }
  68. .bar0 {
  69. width: 0;
  70. border: 0;
  71. }
  72. .bar1 {
  73. width: 1%;
  74. }
  75. .bar2 {
  76. width: 2%;
  77. }
  78. .bar3 {
  79. width: 3%;
  80. }
  81. .bar4 {
  82. width: 4%;
  83. }
  84. .bar5 {
  85. width: 5%;
  86. }
  87. .bar6 {
  88. width: 6%;
  89. }
  90. .bar7 {
  91. width: 7%;
  92. }
  93. .bar8 {
  94. width: 8%;
  95. }
  96. .bar9 {
  97. width: 9%;
  98. }
  99. .bar10 {
  100. width: 10%;
  101. }
  102. .bar11 {
  103. width: 11%;
  104. }
  105. .bar12 {
  106. width: 12%;
  107. }
  108. .bar13 {
  109. width: 13%;
  110. }
  111. .bar14 {
  112. width: 14%;
  113. }
  114. .bar15 {
  115. width: 15%;
  116. }
  117. .bar16 {
  118. width: 16%;
  119. }
  120. .bar17 {
  121. width: 17%;
  122. }
  123. .bar18 {
  124. width: 18%;
  125. }
  126. .bar19 {
  127. width: 19%;
  128. }
  129. .bar20 {
  130. width: 20%;
  131. }
  132. .bar21 {
  133. width: 21%;
  134. }
  135. .bar22 {
  136. width: 22%;
  137. }
  138. .bar23 {
  139. width: 23%;
  140. }
  141. .bar24 {
  142. width: 24%;
  143. }
  144. .bar25 {
  145. width: 25%;
  146. }
  147. .bar26 {
  148. width: 26%;
  149. }
  150. .bar27 {
  151. width: 27%;
  152. }
  153. .bar28 {
  154. width: 28%;
  155. }
  156. .bar29 {
  157. width: 29%;
  158. }
  159. .bar30 {
  160. width: 30%;
  161. }
  162. .bar31 {
  163. width: 31%;
  164. }
  165. .bar32 {
  166. width: 32%;
  167. }
  168. .bar33 {
  169. width: 33%;
  170. }
  171. .bar34 {
  172. width: 34%;
  173. }
  174. .bar35 {
  175. width: 35%;
  176. }
  177. .bar36 {
  178. width: 36%;
  179. }
  180. .bar37 {
  181. width: 37%;
  182. }
  183. .bar38 {
  184. width: 38%;
  185. }
  186. .bar39 {
  187. width: 39%;
  188. }
  189. .bar40 {
  190. width: 40%;
  191. }
  192. .bar41 {
  193. width: 41%;
  194. }
  195. .bar42 {
  196. width: 42%;
  197. }
  198. .bar43 {
  199. width: 43%;
  200. }
  201. .bar44 {
  202. width: 44%;
  203. }
  204. .bar45 {
  205. width: 45%;
  206. }
  207. .bar46 {
  208. width: 46%;
  209. }
  210. .bar47 {
  211. width: 47%;
  212. }
  213. .bar48 {
  214. width: 48%;
  215. }
  216. .bar49 {
  217. width: 49%;
  218. }
  219. .bar50 {
  220. width: 50%;
  221. }
  222. .bar51 {
  223. width: 51%;
  224. }
  225. .bar52 {
  226. width: 52%;
  227. }
  228. .bar53 {
  229. width: 53%;
  230. }
  231. .bar54 {
  232. width: 54%;
  233. }
  234. .bar55 {
  235. width: 55%;
  236. }
  237. .bar56 {
  238. width: 56%;
  239. }
  240. .bar57 {
  241. width: 57%;
  242. }
  243. .bar58 {
  244. width: 58%;
  245. }
  246. .bar59 {
  247. width: 59%;
  248. }
  249. .bar60 {
  250. width: 60%;
  251. }
  252. .bar61 {
  253. width: 61%;
  254. }
  255. .bar62 {
  256. width: 62%;
  257. }
  258. .bar63 {
  259. width: 63%;
  260. }
  261. .bar64 {
  262. width: 64%;
  263. }
  264. .bar65 {
  265. width: 65%;
  266. }
  267. .bar66 {
  268. width: 66%;
  269. }
  270. .bar67 {
  271. width: 67%;
  272. }
  273. .bar68 {
  274. width: 68%;
  275. }
  276. .bar69 {
  277. width: 69%;
  278. }
  279. .bar70 {
  280. width: 70%;
  281. }
  282. .bar71 {
  283. width: 71%;
  284. }
  285. .bar72 {
  286. width: 72%;
  287. }
  288. .bar73 {
  289. width: 73%;
  290. }
  291. .bar74 {
  292. width: 74%;
  293. }
  294. .bar75 {
  295. width: 75%;
  296. }
  297. .bar76 {
  298. width: 76%;
  299. }
  300. .bar77 {
  301. width: 77%;
  302. }
  303. .bar78 {
  304. width: 78%;
  305. }
  306. .bar79 {
  307. width: 79%;
  308. }
  309. .bar80 {
  310. width: 80%;
  311. }
  312. .bar81 {
  313. width: 81%;
  314. }
  315. .bar82 {
  316. width: 82%;
  317. }
  318. .bar83 {
  319. width: 83%;
  320. }
  321. .bar84 {
  322. width: 84%;
  323. }
  324. .bar85 {
  325. width: 85%;
  326. }
  327. .bar86 {
  328. width: 86%;
  329. }
  330. .bar87 {
  331. width: 87%;
  332. }
  333. .bar88 {
  334. width: 88%;
  335. }
  336. .bar89 {
  337. width: 89%;
  338. }
  339. .bar90 {
  340. width: 90%;
  341. }
  342. .bar91 {
  343. width: 91%;
  344. }
  345. .bar92 {
  346. width: 92%;
  347. }
  348. .bar93 {
  349. width: 93%;
  350. }
  351. .bar94 {
  352. width: 94%;
  353. }
  354. .bar95 {
  355. width: 95%;
  356. }
  357. .bar96 {
  358. width: 96%;
  359. }
  360. .bar97 {
  361. width: 97%;
  362. }
  363. .bar98 {
  364. width: 98%;
  365. }
  366. .bar99 {
  367. width: 99%;
  368. }
  369. .bar100 {
  370. width: 100%;
  371. }
  372. .osm-map-box {
  373. height: 300px;
  374. width: 100%;
  375. margin: 10px 0;
  376. }
  377. .default-image-style {
  378. width: auto;
  379. max-height: 60px;
  380. min-height: 60px;
  381. }
  382. .col-stat {
  383. width: 10rem;
  384. }
  385. @keyframes rotate-forever {
  386. 0% {
  387. transform: rotate(0deg);
  388. }
  389. 100% {
  390. transform: rotate(360deg);
  391. }
  392. }
  393. .loading-spinner {
  394. animation-duration: 0.75s;
  395. animation-iteration-count: infinite;
  396. animation-name: rotate-forever;
  397. animation-timing-function: linear;
  398. height: 30px;
  399. width: 30px;
  400. border: 8px solid #666;
  401. border-right-color: transparent;
  402. border-radius: 50% !important;
  403. margin: 0 auto;
  404. }
  405. html.infinite_scroll #pagination button {
  406. visibility: hidden;
  407. }
  408. /*
  409. this file is generated automatically by searxng_extra/update/update_pygments.py
  410. using pygments version 2.11.2
  411. */
  412. .code-highlight .linenos {
  413. -webkit-touch-callout: none;
  414. -webkit-user-select: none;
  415. -khtml-user-select: none;
  416. -moz-user-select: none;
  417. -ms-user-select: none;
  418. user-select: none;
  419. cursor: default;
  420. margin-right: 8px;
  421. text-align: right;
  422. }
  423. .code-highlight .linenos::selection {
  424. background: transparent;
  425. /* WebKit/Blink Browsers */
  426. }
  427. .code-highlight .linenos::-moz-selection {
  428. background: transparent;
  429. /* Gecko Browsers */
  430. }
  431. .code-highlight pre {
  432. line-height: 125%;
  433. }
  434. .code-highlight td.linenos .normal {
  435. color: inherit;
  436. background-color: transparent;
  437. padding-left: 5px;
  438. padding-right: 5px;
  439. }
  440. .code-highlight span.linenos {
  441. color: inherit;
  442. background-color: transparent;
  443. padding-left: 5px;
  444. padding-right: 5px;
  445. }
  446. .code-highlight td.linenos .special {
  447. color: #000000;
  448. background-color: #ffffc0;
  449. padding-left: 5px;
  450. padding-right: 5px;
  451. }
  452. .code-highlight span.linenos.special {
  453. color: #000000;
  454. background-color: #ffffc0;
  455. padding-left: 5px;
  456. padding-right: 5px;
  457. }
  458. .code-highlight .hll {
  459. background-color: #ffffcc;
  460. }
  461. .code-highlight {
  462. background: #282C34;
  463. }
  464. .code-highlight .c {
  465. color: #556366;
  466. font-style: italic;
  467. }
  468. /* Comment */
  469. .code-highlight .err {
  470. border: 1px solid #ff0000;
  471. }
  472. /* Error */
  473. .code-highlight .k {
  474. color: #BE74D5;
  475. font-weight: bold;
  476. }
  477. /* Keyword */
  478. .code-highlight .o {
  479. color: #D19A66;
  480. }
  481. /* Operator */
  482. .code-highlight .ch {
  483. color: #556366;
  484. font-style: italic;
  485. }
  486. /* Comment.Hashbang */
  487. .code-highlight .cm {
  488. color: #556366;
  489. font-style: italic;
  490. }
  491. /* Comment.Multiline */
  492. .code-highlight .cp {
  493. color: #BC7A00;
  494. font-style: italic;
  495. }
  496. /* Comment.Preproc */
  497. .code-highlight .cpf {
  498. color: #556366;
  499. font-style: italic;
  500. }
  501. /* Comment.PreprocFile */
  502. .code-highlight .c1 {
  503. color: #556366;
  504. font-style: italic;
  505. }
  506. /* Comment.Single */
  507. .code-highlight .cs {
  508. color: #556366;
  509. font-style: italic;
  510. }
  511. /* Comment.Special */
  512. .code-highlight .gd {
  513. color: #A00000;
  514. }
  515. /* Generic.Deleted */
  516. .code-highlight .ge {
  517. font-style: italic;
  518. }
  519. /* Generic.Emph */
  520. .code-highlight .gr {
  521. color: #FF0000;
  522. }
  523. /* Generic.Error */
  524. .code-highlight .gh {
  525. color: #000080;
  526. font-weight: bold;
  527. }
  528. /* Generic.Heading */
  529. .code-highlight .gi {
  530. color: #00A000;
  531. }
  532. /* Generic.Inserted */
  533. .code-highlight .go {
  534. color: #888888;
  535. }
  536. /* Generic.Output */
  537. .code-highlight .gp {
  538. color: #000080;
  539. font-weight: bold;
  540. }
  541. /* Generic.Prompt */
  542. .code-highlight .gs {
  543. font-weight: bold;
  544. }
  545. /* Generic.Strong */
  546. .code-highlight .gu {
  547. color: #800080;
  548. font-weight: bold;
  549. }
  550. /* Generic.Subheading */
  551. .code-highlight .gt {
  552. color: #0044DD;
  553. }
  554. /* Generic.Traceback */
  555. .code-highlight .kc {
  556. color: #BE74D5;
  557. font-weight: bold;
  558. }
  559. /* Keyword.Constant */
  560. .code-highlight .kd {
  561. color: #BE74D5;
  562. font-weight: bold;
  563. }
  564. /* Keyword.Declaration */
  565. .code-highlight .kn {
  566. color: #BE74D5;
  567. font-weight: bold;
  568. }
  569. /* Keyword.Namespace */
  570. .code-highlight .kp {
  571. color: #BE74D5;
  572. font-weight: bold;
  573. }
  574. /* Keyword.Pseudo */
  575. .code-highlight .kr {
  576. color: #BE74D5;
  577. font-weight: bold;
  578. }
  579. /* Keyword.Reserved */
  580. .code-highlight .kt {
  581. color: #D46C72;
  582. font-weight: bold;
  583. }
  584. /* Keyword.Type */
  585. .code-highlight .m {
  586. color: #D19A66;
  587. }
  588. /* Literal.Number */
  589. .code-highlight .s {
  590. color: #86C372;
  591. }
  592. /* Literal.String */
  593. .code-highlight .na {
  594. color: #7D9029;
  595. }
  596. /* Name.Attribute */
  597. .code-highlight .nb {
  598. color: #BE74D5;
  599. }
  600. /* Name.Builtin */
  601. .code-highlight .nc {
  602. color: #61AFEF;
  603. font-weight: bold;
  604. }
  605. /* Name.Class */
  606. .code-highlight .no {
  607. color: #D19A66;
  608. }
  609. /* Name.Constant */
  610. .code-highlight .nd {
  611. color: #AA22FF;
  612. }
  613. /* Name.Decorator */
  614. .code-highlight .ni {
  615. color: #999999;
  616. font-weight: bold;
  617. }
  618. /* Name.Entity */
  619. .code-highlight .ne {
  620. color: #D2413A;
  621. font-weight: bold;
  622. }
  623. /* Name.Exception */
  624. .code-highlight .nf {
  625. color: #61AFEF;
  626. }
  627. /* Name.Function */
  628. .code-highlight .nl {
  629. color: #A0A000;
  630. }
  631. /* Name.Label */
  632. .code-highlight .nn {
  633. color: #61AFEF;
  634. font-weight: bold;
  635. }
  636. /* Name.Namespace */
  637. .code-highlight .nt {
  638. color: #BE74D5;
  639. font-weight: bold;
  640. }
  641. /* Name.Tag */
  642. .code-highlight .nv {
  643. color: #DFC06F;
  644. }
  645. /* Name.Variable */
  646. .code-highlight .ow {
  647. color: #AA22FF;
  648. font-weight: bold;
  649. }
  650. /* Operator.Word */
  651. .code-highlight .w {
  652. color: #D7DAE0;
  653. }
  654. /* Text.Whitespace */
  655. .code-highlight .mb {
  656. color: #D19A66;
  657. }
  658. /* Literal.Number.Bin */
  659. .code-highlight .mf {
  660. color: #D19A66;
  661. }
  662. /* Literal.Number.Float */
  663. .code-highlight .mh {
  664. color: #D19A66;
  665. }
  666. /* Literal.Number.Hex */
  667. .code-highlight .mi {
  668. color: #D19A66;
  669. }
  670. /* Literal.Number.Integer */
  671. .code-highlight .mo {
  672. color: #D19A66;
  673. }
  674. /* Literal.Number.Oct */
  675. .code-highlight .sa {
  676. color: #86C372;
  677. }
  678. /* Literal.String.Affix */
  679. .code-highlight .sb {
  680. color: #86C372;
  681. }
  682. /* Literal.String.Backtick */
  683. .code-highlight .sc {
  684. color: #86C372;
  685. }
  686. /* Literal.String.Char */
  687. .code-highlight .dl {
  688. color: #86C372;
  689. }
  690. /* Literal.String.Delimiter */
  691. .code-highlight .sd {
  692. color: #86C372;
  693. font-style: italic;
  694. }
  695. /* Literal.String.Doc */
  696. .code-highlight .s2 {
  697. color: #86C372;
  698. }
  699. /* Literal.String.Double */
  700. .code-highlight .se {
  701. color: #BB6622;
  702. font-weight: bold;
  703. }
  704. /* Literal.String.Escape */
  705. .code-highlight .sh {
  706. color: #86C372;
  707. }
  708. /* Literal.String.Heredoc */
  709. .code-highlight .si {
  710. color: #BB6688;
  711. font-weight: bold;
  712. }
  713. /* Literal.String.Interpol */
  714. .code-highlight .sx {
  715. color: #BE74D5;
  716. }
  717. /* Literal.String.Other */
  718. .code-highlight .sr {
  719. color: #BB6688;
  720. }
  721. /* Literal.String.Regex */
  722. .code-highlight .s1 {
  723. color: #86C372;
  724. }
  725. /* Literal.String.Single */
  726. .code-highlight .ss {
  727. color: #DFC06F;
  728. }
  729. /* Literal.String.Symbol */
  730. .code-highlight .bp {
  731. color: #BE74D5;
  732. }
  733. /* Name.Builtin.Pseudo */
  734. .code-highlight .fm {
  735. color: #61AFEF;
  736. }
  737. /* Name.Function.Magic */
  738. .code-highlight .vc {
  739. color: #DFC06F;
  740. }
  741. /* Name.Variable.Class */
  742. .code-highlight .vg {
  743. color: #DFC06F;
  744. }
  745. /* Name.Variable.Global */
  746. .code-highlight .vi {
  747. color: #DFC06F;
  748. }
  749. /* Name.Variable.Instance */
  750. .code-highlight .vm {
  751. color: #DFC06F;
  752. }
  753. /* Name.Variable.Magic */
  754. .code-highlight .il {
  755. color: #D19A66;
  756. }
  757. /* Literal.Number.Integer.Long */
  758. * {
  759. border-radius: 0 !important;
  760. }
  761. html {
  762. position: relative;
  763. min-height: 100%;
  764. color: #29314D;
  765. }
  766. body {
  767. /* Margin bottom by footer height */
  768. font-family: 'Roboto', Helvetica, Arial, sans-serif;
  769. margin-bottom: 80px;
  770. background-color: white;
  771. }
  772. body a {
  773. color: #0088CC;
  774. }
  775. .footer {
  776. position: absolute;
  777. bottom: 0;
  778. width: 100%;
  779. /* Set the fixed height of the footer here */
  780. height: 60px;
  781. text-align: center;
  782. color: #999;
  783. }
  784. input[type=checkbox]:checked + .label_hide_if_checked,
  785. input[type=checkbox]:checked + .label_hide_if_not_checked + .label_hide_if_checked {
  786. display: none;
  787. }
  788. input[type=checkbox]:not(:checked) + .label_hide_if_not_checked,
  789. input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not_checked {
  790. display: none;
  791. }
  792. .onoff-checkbox {
  793. width: 15%;
  794. }
  795. .onoffswitch {
  796. position: relative;
  797. width: 110px;
  798. -webkit-user-select: none;
  799. -moz-user-select: none;
  800. -ms-user-select: none;
  801. }
  802. .onoffswitch-checkbox {
  803. opacity: 0;
  804. position: absolute;
  805. }
  806. .onoffswitch-checkbox:before {
  807. content: "";
  808. display: inline-block;
  809. width: 16px;
  810. height: 16px;
  811. margin-right: 10px;
  812. position: absolute;
  813. left: 0;
  814. bottom: 1px;
  815. background-color: #fff;
  816. border: 1px solid #ccc;
  817. border-radius: 0px;
  818. }
  819. .onoffswitch-label {
  820. display: block;
  821. overflow: hidden;
  822. cursor: pointer;
  823. border: 2px solid #FFFFFF !important;
  824. border-radius: 50px !important;
  825. }
  826. .onoffswitch-inner {
  827. display: block;
  828. transition: margin 0.3s ease-in 0s;
  829. }
  830. .onoffswitch-inner:before,
  831. .onoffswitch-inner:after {
  832. display: block;
  833. float: left;
  834. width: 50%;
  835. height: 30px;
  836. padding: 0;
  837. line-height: 40px;
  838. font-size: 20px;
  839. box-sizing: border-box;
  840. content: "";
  841. background-color: #EEEEEE;
  842. }
  843. .onoffswitch-switch {
  844. display: block;
  845. width: 37px;
  846. background-color: #01D7D4;
  847. position: absolute;
  848. top: 0;
  849. bottom: 0;
  850. right: 0px;
  851. border: 2px solid #FFFFFF;
  852. border-radius: 50px !important;
  853. transition: all 0.3s ease-in 0s;
  854. }
  855. .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  856. margin-right: 0;
  857. }
  858. .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  859. right: 71px;
  860. background-color: #A1A1A1;
  861. }
  862. .onoffswitch-checkbox:focus + .onoffswitch-label .onoffswitch-switch {
  863. border: 3px solid #444444;
  864. }
  865. .result_header {
  866. margin-top: 0px;
  867. margin-bottom: 2px;
  868. font-size: 16px;
  869. }
  870. .result_header .favicon {
  871. margin-bottom: -3px;
  872. }
  873. .result_header a {
  874. color: #29314D;
  875. text-decoration: none;
  876. }
  877. .result_header a:hover {
  878. color: #0088CC;
  879. }
  880. .result_header a:visited {
  881. color: #684898;
  882. }
  883. .result_header a .highlight {
  884. background-color: #F6F9FA;
  885. }
  886. .result-content,
  887. .result-format,
  888. .result-source {
  889. margin-top: 2px;
  890. margin-bottom: 0;
  891. word-wrap: break-word;
  892. color: #666;
  893. font-size: 13px;
  894. }
  895. .result .highlight {
  896. font-weight: bold;
  897. }
  898. .result-source {
  899. font-size: 10px;
  900. float: left;
  901. }
  902. .result-format {
  903. font-size: 10px;
  904. float: right;
  905. }
  906. .result-abstract {
  907. margin-top: 0.5em;
  908. margin-bottom: 0.8em;
  909. }
  910. .external-link {
  911. color: #068922;
  912. font-size: 12px;
  913. margin-bottom: 15px;
  914. }
  915. .external-link a {
  916. margin-right: 3px;
  917. }
  918. .result-default,
  919. .result-code,
  920. .result-torrent,
  921. .result-videos,
  922. .result-map {
  923. clear: both;
  924. padding: 0.5em 4px;
  925. }
  926. .result-default:hover,
  927. .result-code:hover,
  928. .result-torrent:hover,
  929. .result-videos:hover,
  930. .result-map:hover {
  931. background-color: #F6F9FA;
  932. }
  933. .result-images {
  934. float: left !important;
  935. margin: 0;
  936. padding: 0;
  937. }
  938. .result-images a {
  939. display: block;
  940. width: 100%;
  941. background-size: cover;
  942. }
  943. .result-images a .img-thumbnail {
  944. border: none !important;
  945. padding: 0;
  946. }
  947. .result-images a:hover,
  948. .result-images a:focus {
  949. outline: 0;
  950. }
  951. .result-images a:hover .img-thumbnail,
  952. .result-images a:focus .img-thumbnail {
  953. box-shadow: 5px 5px 15px 0px black;
  954. }
  955. .result-images.js a .img-thumbnail {
  956. max-height: inherit;
  957. min-height: inherit;
  958. }
  959. .result-images:not(.js) {
  960. width: 25%;
  961. padding: 3px 13px 13px 3px;
  962. }
  963. .result-images:not(.js) a .img-thumbnail {
  964. margin: 0;
  965. max-height: 128px;
  966. min-height: 128px;
  967. }
  968. .img-thumbnail {
  969. margin: 5px;
  970. max-height: 128px;
  971. min-height: 128px;
  972. }
  973. .result-videos {
  974. clear: both;
  975. }
  976. .result-videos hr {
  977. margin: 5px 0 15px 0;
  978. }
  979. .result-videos .collapse {
  980. width: 100%;
  981. }
  982. .result-videos .in {
  983. margin-bottom: 8px;
  984. }
  985. .result-torrent {
  986. clear: both;
  987. }
  988. .result-torrent b {
  989. margin-right: 5px;
  990. margin-left: 5px;
  991. }
  992. .result-torrent .seeders {
  993. color: #2ecc71;
  994. }
  995. .result-torrent .leechers {
  996. color: #F35E77;
  997. }
  998. .result-metadata {
  999. clear: both;
  1000. margin: 1em;
  1001. }
  1002. .result-metadata td {
  1003. padding-right: 1em;
  1004. color: #A4A4A4;
  1005. }
  1006. .result-metadata td:first-of-type {
  1007. color: #666;
  1008. }
  1009. .result-map {
  1010. clear: both;
  1011. }
  1012. .result-map .img-thumbnail {
  1013. float: right;
  1014. width: auto;
  1015. height: 120px;
  1016. border: 0;
  1017. background: inherit;
  1018. }
  1019. .result-map .img-type {
  1020. width: 20px;
  1021. max-height: 20px;
  1022. }
  1023. .result-map .result-map-details {
  1024. font-size: 13px;
  1025. border-collapse: separate;
  1026. border-spacing: 0 0.35rem;
  1027. }
  1028. .result-map .result-map-details th {
  1029. font-weight: inherit;
  1030. width: 20rem;
  1031. vertical-align: top;
  1032. }
  1033. .result-map .result-map-details td {
  1034. vertical-align: top;
  1035. }
  1036. .result-code {
  1037. clear: both;
  1038. }
  1039. .result-code .code-fork,
  1040. .result-code .code-fork a {
  1041. color: #666;
  1042. }
  1043. .suggestion_item {
  1044. margin: 2px 5px;
  1045. max-width: 100%;
  1046. }
  1047. .suggestion_item .btn {
  1048. max-width: 100%;
  1049. white-space: normal;
  1050. word-wrap: break-word;
  1051. text-align: left;
  1052. }
  1053. .result_download {
  1054. margin-right: 5px;
  1055. }
  1056. #pagination {
  1057. margin-top: 30px;
  1058. padding-bottom: 60px;
  1059. }
  1060. .label-default {
  1061. color: #666;
  1062. background: transparent;
  1063. }
  1064. .result .text-muted small {
  1065. word-wrap: break-word;
  1066. }
  1067. .modal-wrapper {
  1068. box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  1069. }
  1070. .modal-wrapper {
  1071. background-clip: padding-box;
  1072. background-color: #fff;
  1073. border: 1px solid rgba(0, 0, 0, 0.2);
  1074. border-radius: 6px;
  1075. box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  1076. outline: 0 none;
  1077. position: relative;
  1078. }
  1079. @media screen and (max-width: 75em) {
  1080. .img-thumbnail {
  1081. object-fit: cover;
  1082. }
  1083. }
  1084. .infobox .panel-heading {
  1085. background-color: #F6F9FA;
  1086. }
  1087. .infobox .panel-heading .panel-title {
  1088. font-weight: 700;
  1089. }
  1090. .infobox .header_url {
  1091. white-space: nowrap;
  1092. overflow: hidden;
  1093. text-overflow: ellipsis;
  1094. display: block;
  1095. }
  1096. .infobox p {
  1097. font-family: "DejaVu Serif", Georgia, Cambria, "Times New Roman", Times, serif !important;
  1098. font-style: italic;
  1099. }
  1100. .infobox img {
  1101. max-height: "250px";
  1102. }
  1103. .infobox .btn {
  1104. background-color: #007AB8;
  1105. border: none;
  1106. }
  1107. .infobox .btn a {
  1108. color: white;
  1109. margin: 5px;
  1110. }
  1111. .infobox .infobox_part {
  1112. margin-bottom: 20px;
  1113. word-wrap: break-word;
  1114. table-layout: fixed;
  1115. }
  1116. .infobox .infobox_part:last-child {
  1117. margin-bottom: 0;
  1118. }
  1119. .infobox .infobox_toggle {
  1120. width: 100%;
  1121. text-align: center;
  1122. margin-bottom: 0px;
  1123. cursor: pointer;
  1124. }
  1125. .infobox .infobox_toggle:hover {
  1126. background: #DDD;
  1127. }
  1128. .infobox .infobox_checkbox ~ .infobox_body {
  1129. max-height: 300px;
  1130. overflow: hidden;
  1131. }
  1132. .infobox .infobox_checkbox:checked ~ .infobox_body {
  1133. max-height: none;
  1134. }
  1135. .infobox .infobox_checkbox ~ .infobox_toggle .infobox_label_down {
  1136. display: block;
  1137. }
  1138. .infobox .infobox_checkbox ~ .infobox_toggle .infobox_label_up {
  1139. display: none;
  1140. }
  1141. .infobox .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_up {
  1142. display: block;
  1143. }
  1144. .infobox .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_down {
  1145. display: none;
  1146. }
  1147. .infobox .infobox_checkbox ~ .infobox_body img.infobox_part {
  1148. display: none;
  1149. }
  1150. .infobox .infobox_checkbox:checked ~ .infobox_body img.infobox_part {
  1151. display: block;
  1152. }
  1153. .search_categories,
  1154. #categories {
  1155. text-transform: capitalize;
  1156. margin-bottom: 0.5rem;
  1157. display: flex;
  1158. flex-wrap: wrap;
  1159. flex-flow: row wrap;
  1160. align-content: stretch;
  1161. }
  1162. .search_categories label,
  1163. #categories label,
  1164. .search_categories .input-group-addon,
  1165. #categories .input-group-addon {
  1166. flex-grow: 1;
  1167. flex-basis: auto;
  1168. font-size: 1.2rem;
  1169. font-weight: normal;
  1170. background-color: white;
  1171. border: #DDD 1px solid;
  1172. border-right: none;
  1173. color: #666;
  1174. padding-bottom: 0.4rem;
  1175. padding-top: 0.4rem;
  1176. text-align: center;
  1177. min-width: 50px;
  1178. }
  1179. .search_categories label:last-child,
  1180. #categories label:last-child,
  1181. .search_categories .input-group-addon:last-child,
  1182. #categories .input-group-addon:last-child {
  1183. border-right: #DDD 1px solid;
  1184. }
  1185. .search_categories input[type="checkbox"]:checked + label,
  1186. #categories input[type="checkbox"]:checked + label {
  1187. color: #29314D;
  1188. font-weight: bold;
  1189. border-bottom: #01D7D4 5px solid;
  1190. }
  1191. #main-logo {
  1192. margin-top: 24vh;
  1193. margin-bottom: 25px;
  1194. }
  1195. #main-logo > img {
  1196. max-width: 350px;
  1197. width: 80%;
  1198. }
  1199. #q {
  1200. box-shadow: none;
  1201. border-right: none;
  1202. border-color: #888;
  1203. }
  1204. #search_form .input-group-btn .btn {
  1205. border-color: #888;
  1206. }
  1207. #search_form .input-group-btn .btn:hover {
  1208. background-color: #068922;
  1209. color: white;
  1210. }
  1211. .custom-select,
  1212. .custom-select-rtl {
  1213. appearance: none;
  1214. -webkit-appearance: none;
  1215. -moz-appearance: none;
  1216. font-size: 1.2rem;
  1217. font-weight: normal;
  1218. background-color: white;
  1219. border: #888 1px solid;
  1220. color: #666;
  1221. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAQAAACR313BAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAABFkAAARZAVnbJUkAAAAHdElNRQfgBxgLDwB20OFsAAAAbElEQVQY073OsQ3CMAAEwJMYwJGnsAehpoXJItltBkmcdZBYgIIiQoLglnz3ui+eP+bk5uneteTMZJa6OJuIqvYzSJoqwqBq8gdmTTW86/dghxAUq4xsVYT9laBYXCw93Aajh7GPEF23t4fkBYevGFTANkPRAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA3LTI0VDExOjU1OjU4KzAyOjAwRFqFOQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wNy0yNFQxMToxNTowMCswMjowMP7RDgQAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) 96% no-repeat;
  1222. }
  1223. .custom-select-rtl {
  1224. background-position-x: 4%;
  1225. }
  1226. .search-margin {
  1227. margin-bottom: 0.6em;
  1228. }
  1229. .visually-hidden {
  1230. position: absolute !important;
  1231. height: 1px;
  1232. width: 1px;
  1233. overflow: hidden;
  1234. clip: rect(1px, 1px, 1px, 1px);
  1235. white-space: nowrap;
  1236. }
  1237. .label-danger,
  1238. .btn-danger {
  1239. background: #c9432f;
  1240. }
  1241. .label-success,
  1242. .btn-success {
  1243. background: #068922;
  1244. }
  1245. select.form-control {
  1246. border-color: #888 !important;
  1247. }
  1248. #advanced-search-container {
  1249. display: none;
  1250. text-align: left;
  1251. margin-bottom: 1rem;
  1252. clear: both;
  1253. }
  1254. #advanced-search-container label,
  1255. #advanced-search-container .input-group-addon {
  1256. font-size: 1.2rem;
  1257. font-weight: normal;
  1258. background-color: white;
  1259. border: #DDD 1px solid;
  1260. border-right: none;
  1261. color: #666;
  1262. padding-bottom: 0.4rem;
  1263. padding-right: 0.7rem;
  1264. padding-left: 0.7rem;
  1265. }
  1266. #advanced-search-container label:last-child,
  1267. #advanced-search-container .input-group-addon:last-child {
  1268. border-right: #DDD 1px solid;
  1269. }
  1270. #advanced-search-container input[type="radio"] {
  1271. display: none;
  1272. }
  1273. #advanced-search-container input[type="radio"]:checked + label {
  1274. color: #29314D;
  1275. font-weight: bold;
  1276. border-bottom: #01D7D4 5px solid;
  1277. }
  1278. #check-advanced:focus + label {
  1279. text-decoration: underline;
  1280. }
  1281. #check-advanced:checked ~ #advanced-search-container {
  1282. display: block;
  1283. }
  1284. .advanced {
  1285. padding: 0;
  1286. margin-top: 0.3rem;
  1287. text-align: right;
  1288. }
  1289. .advanced label,
  1290. .advanced select {
  1291. cursor: pointer;
  1292. }
  1293. .cursor-text {
  1294. cursor: text !important;
  1295. }
  1296. .cursor-pointer {
  1297. cursor: pointer !important;
  1298. }
  1299. pre,
  1300. code {
  1301. font-family: 'Ubuntu Mono', 'Courier New', 'Lucida Console', monospace !important;
  1302. }
  1303. .code-highlight pre {
  1304. margin-bottom: 25px;
  1305. padding: 20px 10px;
  1306. background-color: inherit;
  1307. color: inherit;
  1308. border: inherit;
  1309. color: #D7DAE0;
  1310. }
  1311. .table > tbody > tr > td,
  1312. .table > tbody > tr > th {
  1313. vertical-align: middle !important;
  1314. }
  1315. .nav-tabs.nav-justified {
  1316. margin-bottom: 20px;
  1317. }
  1318. p {
  1319. margin: 10px 0;
  1320. }
  1321. input.cursor-text {
  1322. margin: 10px 0;
  1323. }
  1324. .engine-tooltip {
  1325. display: none;
  1326. position: absolute;
  1327. padding: 0.5rem 1rem;
  1328. margin: 0rem 0 0 2rem;
  1329. border: 1px solid #ddd;
  1330. box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  1331. background: white;
  1332. font-size: 14px;
  1333. font-weight: normal;
  1334. z-index: 1000000;
  1335. max-width: 40rem;
  1336. }
  1337. td:hover .engine-tooltip,
  1338. th:hover .engine-tooltip,
  1339. .engine-tooltip:hover {
  1340. display: inline-block;
  1341. }
  1342. /* stacked-bar-chart */
  1343. .stacked-bar-chart {
  1344. margin: 0;
  1345. padding: 0 0.125rem 0 3rem;
  1346. width: 100%;
  1347. width: -moz-available;
  1348. width: -webkit-fill-available;
  1349. width: fill;
  1350. flex-direction: row;
  1351. flex-wrap: nowrap;
  1352. flex-grow: 1;
  1353. align-items: center;
  1354. display: inline-flex;
  1355. }
  1356. .stacked-bar-chart-value {
  1357. width: 3rem;
  1358. display: inline-block;
  1359. position: absolute;
  1360. padding: 0 0.5rem;
  1361. text-align: right;
  1362. }
  1363. .stacked-bar-chart-base {
  1364. display: flex;
  1365. flex-shrink: 0;
  1366. flex-grow: 0;
  1367. flex-basis: unset;
  1368. }
  1369. .stacked-bar-chart-median {
  1370. display: flex;
  1371. flex-shrink: 0;
  1372. flex-grow: 0;
  1373. flex-basis: unset;
  1374. background: #d5d8d7;
  1375. border: 1px solid rgba(213, 216, 215, 0.9);
  1376. padding: 0.3rem 0;
  1377. }
  1378. .stacked-bar-chart-rate80 {
  1379. display: flex;
  1380. flex-shrink: 0;
  1381. flex-grow: 0;
  1382. flex-basis: unset;
  1383. background: transparent;
  1384. border: 1px solid rgba(213, 216, 215, 0.3);
  1385. padding: 0.3rem 0;
  1386. }
  1387. .stacked-bar-chart-rate95 {
  1388. display: flex;
  1389. flex-shrink: 0;
  1390. flex-grow: 0;
  1391. flex-basis: unset;
  1392. background: transparent;
  1393. border-bottom: 1px dotted rgba(213, 216, 215, 0.5);
  1394. padding: 0;
  1395. }
  1396. .stacked-bar-chart-rate100 {
  1397. display: flex;
  1398. flex-shrink: 0;
  1399. flex-grow: 0;
  1400. flex-basis: unset;
  1401. background: transparent;
  1402. border-left: 1px solid rgba(213, 216, 215, 0.9);
  1403. padding: 0.4rem 0;
  1404. width: 1px;
  1405. }
  1406. /* Safari 9+
  1407. Conditional/Hack CSS from https://browserstrangeness.github.io/css_hacks.html
  1408. */
  1409. @supports (-webkit-marquee-repetition:infinite) and (object-fit:fill) {
  1410. .twitter-typeahead .tt-input:focus {
  1411. z-index: 2;
  1412. }
  1413. .input-group-btn:last-child > .btn,
  1414. .input-group-btn:last-child > .btn-group {
  1415. margin-left: inherit !important;
  1416. }
  1417. }
  1418. /*Global*/
  1419. body {
  1420. background: #1d1f21 none !important;
  1421. color: #D5D8D7 !important;
  1422. }
  1423. a {
  1424. color: #41a2ce !important;
  1425. text-decoration: none !important;
  1426. }
  1427. a:hover {
  1428. color: #5F89AC !important;
  1429. }
  1430. input,
  1431. button,
  1432. textarea,
  1433. select {
  1434. border: 1px solid #282a2e !important;
  1435. background-color: #444 !important;
  1436. color: #BBB !important;
  1437. }
  1438. input:focus,
  1439. button:focus,
  1440. textarea:focus,
  1441. select:focus {
  1442. border: 1px solid #C5C8C6 !important;
  1443. box-shadow: initial !important;
  1444. }
  1445. div#advanced-search-container div#categories label {
  1446. background: none;
  1447. border: 1px solid #282a2e;
  1448. }
  1449. ul.nav li a {
  1450. border: 0 !important;
  1451. border-bottom: 1px solid #4d3f43 !important;
  1452. }
  1453. #categories *,
  1454. .modal-wrapper * {
  1455. background: #1d1f21 none !important;
  1456. color: #D5D8D7 !important;
  1457. }
  1458. #categories * {
  1459. border: 1px solid #3d3f43 !important;
  1460. }
  1461. #categories *:checked + label {
  1462. border-bottom: 4px solid #3d9f94 !important;
  1463. }
  1464. .result-content,
  1465. .result-source,
  1466. .result-format {
  1467. color: #B5B8B7 !important;
  1468. }
  1469. .external-link {
  1470. color: #35B887 !important;
  1471. }
  1472. .table-striped tr td,
  1473. .table-striped tr th {
  1474. border-color: #4d3f43 !important;
  1475. }
  1476. /*nav*/
  1477. .navbar {
  1478. background: #1d1f21 none;
  1479. border: none;
  1480. }
  1481. .navbar .active,
  1482. .menu {
  1483. background: none !important;
  1484. }
  1485. .label-default {
  1486. background: none;
  1487. color: #BBB;
  1488. }
  1489. .navbar-default .navbar-nav > .active > a,
  1490. .navbar-default .navbar-nav > .active > a:hover,
  1491. .navbar-default .navbar-nav > .active > a:focus,
  1492. .nav-tabs.nav-justified > .active > a {
  1493. background-color: #282a2e !important;
  1494. }
  1495. /*Search Page*/
  1496. .result-default:hover,
  1497. .result-code:hover,
  1498. .result-torrent:hover,
  1499. .result-videos:hover,
  1500. .result-map:hover {
  1501. background-color: #222426;
  1502. }
  1503. /*buttons*/
  1504. .btn {
  1505. color: #BBB;
  1506. background-color: #444;
  1507. border: 1px solid #282a2e;
  1508. }
  1509. .btn:hover {
  1510. color: #444 !important;
  1511. background-color: #BBB !important;
  1512. }
  1513. .btn-primary.active {
  1514. color: #C5C8C6;
  1515. background-color: #5F89AC;
  1516. border-color: #5F89AC;
  1517. }
  1518. /*Right Pannels*/
  1519. .panel {
  1520. border: 1px solid #111;
  1521. background: none;
  1522. }
  1523. .panel-heading {
  1524. color: #C5C8C6 !important;
  1525. background: #282a2e !important;
  1526. border-bottom: none;
  1527. }
  1528. .panel-body {
  1529. color: #C5C8C6 !important;
  1530. background: #1d1f21 !important;
  1531. border-color: #111 !important;
  1532. }
  1533. .panel-footer {
  1534. color: #C5C8C6 !important;
  1535. background: #282a2e !important;
  1536. border-top: 1px solid #111 !important;
  1537. }
  1538. .infobox_toggle:hover {
  1539. background: #3d3f43 !important;
  1540. }
  1541. p.btn.btn-default {
  1542. background: none;
  1543. }
  1544. .table-striped > tbody > tr:nth-child(odd) > td,
  1545. .table-striped > tbody > tr:nth-child(odd) > th,
  1546. .table-striped > thead > tr:nth-child(odd) > th {
  1547. background: #2d2f32 none !important;
  1548. color: #D5D8D7 !important;
  1549. }
  1550. .label-success {
  1551. background: #1d6f42 none !important;
  1552. }
  1553. .label-danger {
  1554. background: #ad1f12 none !important;
  1555. }
  1556. .searxng-navbar {
  1557. background: #333334;
  1558. height: 2.3rem;
  1559. font-size: 1.3rem;
  1560. line-height: 1.3rem;
  1561. padding: 0.5rem;
  1562. font-weight: bold;
  1563. margin-bottom: 0.8rem;
  1564. }
  1565. .searxng-navbar a,
  1566. .searxng-navbar a:hover {
  1567. margin-right: 2rem;
  1568. color: white;
  1569. text-decoration: none;
  1570. }
  1571. .searxng-navbar .instance a {
  1572. color: #01D7D4;
  1573. margin-left: 2rem;
  1574. }
  1575. #main-logo {
  1576. margin-top: 20vh;
  1577. margin-bottom: 25px;
  1578. }
  1579. #main-logo > img {
  1580. max-width: 350px;
  1581. width: 80%;
  1582. }
  1583. .onoffswitch-inner:before,
  1584. .onoffswitch-inner:after {
  1585. background: #1d1f21 none !important;
  1586. }
  1587. .onoffswitch-switch,
  1588. .onoffswitch-label {
  1589. border: 2px solid #3d3f43 !important;
  1590. }
  1591. .nav > li > a:hover,
  1592. .nav > li > a:focus {
  1593. background-color: #3d3f43 !important;
  1594. }
  1595. /*Images search*/
  1596. .img-thumbnail,
  1597. .thumbnail {
  1598. padding: 0px;
  1599. line-height: 1.42857143;
  1600. background: none;
  1601. border: none;
  1602. }
  1603. .modal-content {
  1604. background: #1d1f21 none !important;
  1605. }
  1606. /*Preferences*/
  1607. .table > thead > tr > td.danger,
  1608. .table > tbody > tr > td.danger,
  1609. .table > tfoot > tr > td.danger,
  1610. .table > thead > tr > th.danger,
  1611. .table > tbody > tr > th.danger,
  1612. .table > tfoot > tr > th.danger,
  1613. .table > thead > tr.danger > td,
  1614. .table > tbody > tr.danger > td,
  1615. .table > tfoot > tr.danger > td,
  1616. .table > thead > tr.danger > th,
  1617. .table > tbody > tr.danger > th,
  1618. .table > tfoot > tr.danger > th {
  1619. background: rgba(240, 0, 0, 0.56) !important;
  1620. color: #C5C8C6 !important;
  1621. }
  1622. .table-hover > tbody > tr > td.danger:hover,
  1623. .table-hover > tbody > tr > th.danger:hover,
  1624. .table-hover > tbody > tr.danger:hover > td,
  1625. .table-hover > tbody > tr:hover > .danger,
  1626. .table-hover > tbody > tr.danger:hover > th {
  1627. background: rgba(237, 59, 59, 0.61) !important;
  1628. color: #C5C8C6 !important;
  1629. }
  1630. .table-hover > tbody > tr:hover > td,
  1631. .table-hover > tbody > tr:hover > th {
  1632. background: #66696e !important;
  1633. }
  1634. .btn-success {
  1635. color: #C5C8C6;
  1636. background: #449d44;
  1637. }
  1638. .btn-danger {
  1639. color: #C5C8C6;
  1640. background: #d9534f;
  1641. }
  1642. .well {
  1643. background: #444;
  1644. border-color: #282a2e;
  1645. }
  1646. .highlight {
  1647. background-color: transparent !important;
  1648. }
  1649. /* engine tooltip */
  1650. .engine-tooltip {
  1651. border: 1px solid #3d3f43;
  1652. background: #1d1f21;
  1653. }