logicodev.css 23 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400
  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. /*
  378. this file is generated automatically by searx_extra/update/update_pygments.py
  379. using pygments version 2.10.0
  380. */
  381. .code-highlight .linenos {
  382. -webkit-touch-callout: none;
  383. -webkit-user-select: none;
  384. -khtml-user-select: none;
  385. -moz-user-select: none;
  386. -ms-user-select: none;
  387. user-select: none;
  388. cursor: default;
  389. margin-right: 8px;
  390. text-align: right;
  391. }
  392. .code-highlight .linenos::selection {
  393. background: transparent;
  394. /* WebKit/Blink Browsers */
  395. }
  396. .code-highlight .linenos::-moz-selection {
  397. background: transparent;
  398. /* Gecko Browsers */
  399. }
  400. .code-highlight pre {
  401. line-height: 125%;
  402. }
  403. .code-highlight td.linenos .normal {
  404. color: inherit;
  405. background-color: transparent;
  406. padding-left: 5px;
  407. padding-right: 5px;
  408. }
  409. .code-highlight span.linenos {
  410. color: inherit;
  411. background-color: transparent;
  412. padding-left: 5px;
  413. padding-right: 5px;
  414. }
  415. .code-highlight td.linenos .special {
  416. color: #000000;
  417. background-color: #ffffc0;
  418. padding-left: 5px;
  419. padding-right: 5px;
  420. }
  421. .code-highlight span.linenos.special {
  422. color: #000000;
  423. background-color: #ffffc0;
  424. padding-left: 5px;
  425. padding-right: 5px;
  426. }
  427. .code-highlight .hll {
  428. background-color: #ffffcc;
  429. }
  430. .code-highlight {
  431. background: #282C34;
  432. }
  433. .code-highlight .c {
  434. color: #556366;
  435. font-style: italic;
  436. }
  437. /* Comment */
  438. .code-highlight .err {
  439. border: 1px solid #ff0000;
  440. }
  441. /* Error */
  442. .code-highlight .k {
  443. color: #BE74D5;
  444. font-weight: bold;
  445. }
  446. /* Keyword */
  447. .code-highlight .o {
  448. color: #D19A66;
  449. }
  450. /* Operator */
  451. .code-highlight .ch {
  452. color: #556366;
  453. font-style: italic;
  454. }
  455. /* Comment.Hashbang */
  456. .code-highlight .cm {
  457. color: #556366;
  458. font-style: italic;
  459. }
  460. /* Comment.Multiline */
  461. .code-highlight .cp {
  462. color: #BC7A00;
  463. font-style: italic;
  464. }
  465. /* Comment.Preproc */
  466. .code-highlight .cpf {
  467. color: #556366;
  468. font-style: italic;
  469. }
  470. /* Comment.PreprocFile */
  471. .code-highlight .c1 {
  472. color: #556366;
  473. font-style: italic;
  474. }
  475. /* Comment.Single */
  476. .code-highlight .cs {
  477. color: #556366;
  478. font-style: italic;
  479. }
  480. /* Comment.Special */
  481. .code-highlight .gd {
  482. color: #A00000;
  483. }
  484. /* Generic.Deleted */
  485. .code-highlight .ge {
  486. font-style: italic;
  487. }
  488. /* Generic.Emph */
  489. .code-highlight .gr {
  490. color: #FF0000;
  491. }
  492. /* Generic.Error */
  493. .code-highlight .gh {
  494. color: #000080;
  495. font-weight: bold;
  496. }
  497. /* Generic.Heading */
  498. .code-highlight .gi {
  499. color: #00A000;
  500. }
  501. /* Generic.Inserted */
  502. .code-highlight .go {
  503. color: #888888;
  504. }
  505. /* Generic.Output */
  506. .code-highlight .gp {
  507. color: #000080;
  508. font-weight: bold;
  509. }
  510. /* Generic.Prompt */
  511. .code-highlight .gs {
  512. font-weight: bold;
  513. }
  514. /* Generic.Strong */
  515. .code-highlight .gu {
  516. color: #800080;
  517. font-weight: bold;
  518. }
  519. /* Generic.Subheading */
  520. .code-highlight .gt {
  521. color: #0044DD;
  522. }
  523. /* Generic.Traceback */
  524. .code-highlight .kc {
  525. color: #BE74D5;
  526. font-weight: bold;
  527. }
  528. /* Keyword.Constant */
  529. .code-highlight .kd {
  530. color: #BE74D5;
  531. font-weight: bold;
  532. }
  533. /* Keyword.Declaration */
  534. .code-highlight .kn {
  535. color: #BE74D5;
  536. font-weight: bold;
  537. }
  538. /* Keyword.Namespace */
  539. .code-highlight .kp {
  540. color: #BE74D5;
  541. font-weight: bold;
  542. }
  543. /* Keyword.Pseudo */
  544. .code-highlight .kr {
  545. color: #BE74D5;
  546. font-weight: bold;
  547. }
  548. /* Keyword.Reserved */
  549. .code-highlight .kt {
  550. color: #D46C72;
  551. font-weight: bold;
  552. }
  553. /* Keyword.Type */
  554. .code-highlight .m {
  555. color: #D19A66;
  556. }
  557. /* Literal.Number */
  558. .code-highlight .s {
  559. color: #86C372;
  560. }
  561. /* Literal.String */
  562. .code-highlight .na {
  563. color: #7D9029;
  564. }
  565. /* Name.Attribute */
  566. .code-highlight .nb {
  567. color: #BE74D5;
  568. }
  569. /* Name.Builtin */
  570. .code-highlight .nc {
  571. color: #61AFEF;
  572. font-weight: bold;
  573. }
  574. /* Name.Class */
  575. .code-highlight .no {
  576. color: #D19A66;
  577. }
  578. /* Name.Constant */
  579. .code-highlight .nd {
  580. color: #AA22FF;
  581. }
  582. /* Name.Decorator */
  583. .code-highlight .ni {
  584. color: #999999;
  585. font-weight: bold;
  586. }
  587. /* Name.Entity */
  588. .code-highlight .ne {
  589. color: #D2413A;
  590. font-weight: bold;
  591. }
  592. /* Name.Exception */
  593. .code-highlight .nf {
  594. color: #61AFEF;
  595. }
  596. /* Name.Function */
  597. .code-highlight .nl {
  598. color: #A0A000;
  599. }
  600. /* Name.Label */
  601. .code-highlight .nn {
  602. color: #61AFEF;
  603. font-weight: bold;
  604. }
  605. /* Name.Namespace */
  606. .code-highlight .nt {
  607. color: #BE74D5;
  608. font-weight: bold;
  609. }
  610. /* Name.Tag */
  611. .code-highlight .nv {
  612. color: #DFC06F;
  613. }
  614. /* Name.Variable */
  615. .code-highlight .ow {
  616. color: #AA22FF;
  617. font-weight: bold;
  618. }
  619. /* Operator.Word */
  620. .code-highlight .w {
  621. color: #D7DAE0;
  622. }
  623. /* Text.Whitespace */
  624. .code-highlight .mb {
  625. color: #D19A66;
  626. }
  627. /* Literal.Number.Bin */
  628. .code-highlight .mf {
  629. color: #D19A66;
  630. }
  631. /* Literal.Number.Float */
  632. .code-highlight .mh {
  633. color: #D19A66;
  634. }
  635. /* Literal.Number.Hex */
  636. .code-highlight .mi {
  637. color: #D19A66;
  638. }
  639. /* Literal.Number.Integer */
  640. .code-highlight .mo {
  641. color: #D19A66;
  642. }
  643. /* Literal.Number.Oct */
  644. .code-highlight .sa {
  645. color: #86C372;
  646. }
  647. /* Literal.String.Affix */
  648. .code-highlight .sb {
  649. color: #86C372;
  650. }
  651. /* Literal.String.Backtick */
  652. .code-highlight .sc {
  653. color: #86C372;
  654. }
  655. /* Literal.String.Char */
  656. .code-highlight .dl {
  657. color: #86C372;
  658. }
  659. /* Literal.String.Delimiter */
  660. .code-highlight .sd {
  661. color: #86C372;
  662. font-style: italic;
  663. }
  664. /* Literal.String.Doc */
  665. .code-highlight .s2 {
  666. color: #86C372;
  667. }
  668. /* Literal.String.Double */
  669. .code-highlight .se {
  670. color: #BB6622;
  671. font-weight: bold;
  672. }
  673. /* Literal.String.Escape */
  674. .code-highlight .sh {
  675. color: #86C372;
  676. }
  677. /* Literal.String.Heredoc */
  678. .code-highlight .si {
  679. color: #BB6688;
  680. font-weight: bold;
  681. }
  682. /* Literal.String.Interpol */
  683. .code-highlight .sx {
  684. color: #BE74D5;
  685. }
  686. /* Literal.String.Other */
  687. .code-highlight .sr {
  688. color: #BB6688;
  689. }
  690. /* Literal.String.Regex */
  691. .code-highlight .s1 {
  692. color: #86C372;
  693. }
  694. /* Literal.String.Single */
  695. .code-highlight .ss {
  696. color: #DFC06F;
  697. }
  698. /* Literal.String.Symbol */
  699. .code-highlight .bp {
  700. color: #BE74D5;
  701. }
  702. /* Name.Builtin.Pseudo */
  703. .code-highlight .fm {
  704. color: #61AFEF;
  705. }
  706. /* Name.Function.Magic */
  707. .code-highlight .vc {
  708. color: #DFC06F;
  709. }
  710. /* Name.Variable.Class */
  711. .code-highlight .vg {
  712. color: #DFC06F;
  713. }
  714. /* Name.Variable.Global */
  715. .code-highlight .vi {
  716. color: #DFC06F;
  717. }
  718. /* Name.Variable.Instance */
  719. .code-highlight .vm {
  720. color: #DFC06F;
  721. }
  722. /* Name.Variable.Magic */
  723. .code-highlight .il {
  724. color: #D19A66;
  725. }
  726. /* Literal.Number.Integer.Long */
  727. .searx-navbar {
  728. background: #29314D;
  729. height: 2.3rem;
  730. font-size: 1.3rem;
  731. line-height: 1.3rem;
  732. padding: 0.5rem;
  733. font-weight: bold;
  734. margin-bottom: 0.8rem;
  735. }
  736. .searx-navbar a,
  737. .searx-navbar a:hover {
  738. margin-right: 2rem;
  739. color: white;
  740. text-decoration: none;
  741. }
  742. .searx-navbar .instance a {
  743. color: #01D7D4;
  744. margin-left: 2rem;
  745. }
  746. #main-logo {
  747. margin-top: 20vh;
  748. margin-bottom: 25px;
  749. }
  750. #main-logo > img {
  751. max-width: 350px;
  752. width: 80%;
  753. }
  754. * {
  755. border-radius: 0 !important;
  756. }
  757. html {
  758. position: relative;
  759. min-height: 100%;
  760. color: #29314D;
  761. }
  762. body {
  763. /* Margin bottom by footer height */
  764. font-family: 'Roboto', Helvetica, Arial, sans-serif;
  765. margin-bottom: 80px;
  766. background-color: white;
  767. }
  768. body a {
  769. color: #0088CC;
  770. }
  771. .footer {
  772. position: absolute;
  773. bottom: 0;
  774. width: 100%;
  775. /* Set the fixed height of the footer here */
  776. height: 60px;
  777. text-align: center;
  778. color: #999;
  779. }
  780. input[type=checkbox]:checked + .label_hide_if_checked,
  781. input[type=checkbox]:checked + .label_hide_if_not_checked + .label_hide_if_checked {
  782. display: none;
  783. }
  784. input[type=checkbox]:not(:checked) + .label_hide_if_not_checked,
  785. input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not_checked {
  786. display: none;
  787. }
  788. .onoff-checkbox {
  789. width: 15%;
  790. }
  791. .onoffswitch {
  792. position: relative;
  793. width: 110px;
  794. -webkit-user-select: none;
  795. -moz-user-select: none;
  796. -ms-user-select: none;
  797. }
  798. .onoffswitch-checkbox {
  799. opacity: 0;
  800. position: absolute;
  801. }
  802. .onoffswitch-checkbox:before {
  803. content: "";
  804. display: inline-block;
  805. width: 16px;
  806. height: 16px;
  807. margin-right: 10px;
  808. position: absolute;
  809. left: 0;
  810. bottom: 1px;
  811. background-color: #fff;
  812. border: 1px solid #ccc;
  813. border-radius: 0px;
  814. }
  815. .onoffswitch-label {
  816. display: block;
  817. overflow: hidden;
  818. cursor: pointer;
  819. border: 2px solid #FFFFFF !important;
  820. border-radius: 50px !important;
  821. }
  822. .onoffswitch-inner {
  823. display: block;
  824. transition: margin 0.3s ease-in 0s;
  825. }
  826. .onoffswitch-inner:before,
  827. .onoffswitch-inner:after {
  828. display: block;
  829. float: left;
  830. width: 50%;
  831. height: 30px;
  832. padding: 0;
  833. line-height: 40px;
  834. font-size: 20px;
  835. box-sizing: border-box;
  836. content: "";
  837. background-color: #EEEEEE;
  838. }
  839. .onoffswitch-switch {
  840. display: block;
  841. width: 37px;
  842. background-color: #01D7D4;
  843. position: absolute;
  844. top: 0;
  845. bottom: 0;
  846. right: 0px;
  847. border: 2px solid #FFFFFF;
  848. border-radius: 50px !important;
  849. transition: all 0.3s ease-in 0s;
  850. }
  851. .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  852. margin-right: 0;
  853. }
  854. .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  855. right: 71px;
  856. background-color: #A1A1A1;
  857. }
  858. .onoffswitch-checkbox:focus + .onoffswitch-label .onoffswitch-switch {
  859. border: 3px solid #444444;
  860. }
  861. .result_header {
  862. margin-top: 0px;
  863. margin-bottom: 2px;
  864. font-size: 16px;
  865. }
  866. .result_header .favicon {
  867. margin-bottom: -3px;
  868. }
  869. .result_header a {
  870. color: #29314D;
  871. text-decoration: none;
  872. }
  873. .result_header a:hover {
  874. color: #0088CC;
  875. }
  876. .result_header a:visited {
  877. color: #684898;
  878. }
  879. .result_header a .highlight {
  880. background-color: #F6F9FA;
  881. }
  882. .result-content,
  883. .result-format,
  884. .result-source {
  885. margin-top: 2px;
  886. margin-bottom: 0;
  887. word-wrap: break-word;
  888. color: #666;
  889. font-size: 13px;
  890. }
  891. .result .highlight {
  892. font-weight: bold;
  893. }
  894. .result-source {
  895. font-size: 10px;
  896. float: left;
  897. }
  898. .result-format {
  899. font-size: 10px;
  900. float: right;
  901. }
  902. .result-abstract {
  903. margin-top: 0.5em;
  904. margin-bottom: 0.8em;
  905. }
  906. .external-link {
  907. color: #068922;
  908. font-size: 12px;
  909. margin-bottom: 15px;
  910. }
  911. .external-link a {
  912. margin-right: 3px;
  913. }
  914. .result-default,
  915. .result-code,
  916. .result-torrent,
  917. .result-videos,
  918. .result-map {
  919. clear: both;
  920. padding: 0.5em 4px;
  921. }
  922. .result-default:hover,
  923. .result-code:hover,
  924. .result-torrent:hover,
  925. .result-videos:hover,
  926. .result-map:hover {
  927. background-color: #F6F9FA;
  928. }
  929. .result-images {
  930. float: left !important;
  931. margin: 0;
  932. padding: 0;
  933. }
  934. .result-images a {
  935. display: block;
  936. width: 100%;
  937. background-size: cover;
  938. }
  939. .result-images a .img-thumbnail {
  940. border: none !important;
  941. padding: 0;
  942. }
  943. .result-images a:hover,
  944. .result-images a:focus {
  945. outline: 0;
  946. }
  947. .result-images a:hover .img-thumbnail,
  948. .result-images a:focus .img-thumbnail {
  949. box-shadow: 5px 5px 15px 0px black;
  950. }
  951. .result-images.js a .img-thumbnail {
  952. max-height: inherit;
  953. min-height: inherit;
  954. }
  955. .result-images:not(.js) {
  956. width: 25%;
  957. padding: 3px 13px 13px 3px;
  958. }
  959. .result-images:not(.js) a .img-thumbnail {
  960. margin: 0;
  961. max-height: 128px;
  962. min-height: 128px;
  963. }
  964. .img-thumbnail {
  965. margin: 5px;
  966. max-height: 128px;
  967. min-height: 128px;
  968. }
  969. .result-videos {
  970. clear: both;
  971. }
  972. .result-videos hr {
  973. margin: 5px 0 15px 0;
  974. }
  975. .result-videos .collapse {
  976. width: 100%;
  977. }
  978. .result-videos .in {
  979. margin-bottom: 8px;
  980. }
  981. .result-torrent {
  982. clear: both;
  983. }
  984. .result-torrent b {
  985. margin-right: 5px;
  986. margin-left: 5px;
  987. }
  988. .result-torrent .seeders {
  989. color: #2ecc71;
  990. }
  991. .result-torrent .leechers {
  992. color: #F35E77;
  993. }
  994. .result-metadata {
  995. clear: both;
  996. margin: 1em;
  997. }
  998. .result-metadata td {
  999. padding-right: 1em;
  1000. color: #A4A4A4;
  1001. }
  1002. .result-metadata td:first-of-type {
  1003. color: #666;
  1004. }
  1005. .result-map {
  1006. clear: both;
  1007. }
  1008. .result-map .img-thumbnail {
  1009. float: right;
  1010. width: auto;
  1011. height: 120px;
  1012. border: 0;
  1013. background: inherit;
  1014. }
  1015. .result-map .img-type {
  1016. width: 20px;
  1017. max-height: 20px;
  1018. }
  1019. .result-map .result-map-details {
  1020. font-size: 13px;
  1021. border-collapse: separate;
  1022. border-spacing: 0 0.35rem;
  1023. }
  1024. .result-map .result-map-details th {
  1025. font-weight: inherit;
  1026. width: 20rem;
  1027. vertical-align: top;
  1028. }
  1029. .result-map .result-map-details td {
  1030. vertical-align: top;
  1031. }
  1032. .result-code {
  1033. clear: both;
  1034. }
  1035. .result-code .code-fork,
  1036. .result-code .code-fork a {
  1037. color: #666;
  1038. }
  1039. .suggestion_item {
  1040. margin: 2px 5px;
  1041. max-width: 100%;
  1042. }
  1043. .suggestion_item .btn {
  1044. max-width: 100%;
  1045. white-space: normal;
  1046. word-wrap: break-word;
  1047. text-align: left;
  1048. }
  1049. .result_download {
  1050. margin-right: 5px;
  1051. }
  1052. #pagination {
  1053. margin-top: 30px;
  1054. padding-bottom: 60px;
  1055. }
  1056. .label-default {
  1057. color: #666;
  1058. background: transparent;
  1059. }
  1060. .result .text-muted small {
  1061. word-wrap: break-word;
  1062. }
  1063. .modal-wrapper {
  1064. box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  1065. }
  1066. .modal-wrapper {
  1067. background-clip: padding-box;
  1068. background-color: #fff;
  1069. border: 1px solid rgba(0, 0, 0, 0.2);
  1070. border-radius: 6px;
  1071. box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  1072. outline: 0 none;
  1073. position: relative;
  1074. }
  1075. @media screen and (max-width: 75em) {
  1076. .img-thumbnail {
  1077. object-fit: cover;
  1078. }
  1079. }
  1080. .infobox .panel-heading {
  1081. background-color: #F6F9FA;
  1082. }
  1083. .infobox .panel-heading .panel-title {
  1084. font-weight: 700;
  1085. }
  1086. .infobox .header_url {
  1087. white-space: nowrap;
  1088. overflow: hidden;
  1089. text-overflow: ellipsis;
  1090. display: block;
  1091. }
  1092. .infobox p {
  1093. font-family: "DejaVu Serif", Georgia, Cambria, "Times New Roman", Times, serif !important;
  1094. font-style: italic;
  1095. }
  1096. .infobox img {
  1097. max-height: "250px";
  1098. }
  1099. .infobox .btn {
  1100. background-color: #007AB8;
  1101. border: none;
  1102. }
  1103. .infobox .btn a {
  1104. color: white;
  1105. margin: 5px;
  1106. }
  1107. .infobox .infobox_part {
  1108. margin-bottom: 20px;
  1109. word-wrap: break-word;
  1110. table-layout: fixed;
  1111. }
  1112. .infobox .infobox_part:last-child {
  1113. margin-bottom: 0;
  1114. }
  1115. .infobox .infobox_toggle {
  1116. width: 100%;
  1117. text-align: center;
  1118. margin-bottom: 0px;
  1119. cursor: pointer;
  1120. }
  1121. .infobox .infobox_toggle:hover {
  1122. background: #DDD;
  1123. }
  1124. .infobox .infobox_checkbox ~ .infobox_body {
  1125. max-height: 300px;
  1126. overflow: hidden;
  1127. }
  1128. .infobox .infobox_checkbox:checked ~ .infobox_body {
  1129. max-height: none;
  1130. }
  1131. .infobox .infobox_checkbox ~ .infobox_toggle .infobox_label_down {
  1132. display: block;
  1133. }
  1134. .infobox .infobox_checkbox ~ .infobox_toggle .infobox_label_up {
  1135. display: none;
  1136. }
  1137. .infobox .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_up {
  1138. display: block;
  1139. }
  1140. .infobox .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_down {
  1141. display: none;
  1142. }
  1143. .infobox .infobox_checkbox ~ .infobox_body img.infobox_part {
  1144. display: none;
  1145. }
  1146. .infobox .infobox_checkbox:checked ~ .infobox_body img.infobox_part {
  1147. display: block;
  1148. }
  1149. .search_categories,
  1150. #categories {
  1151. text-transform: capitalize;
  1152. margin-bottom: 0.5rem;
  1153. display: flex;
  1154. flex-wrap: wrap;
  1155. flex-flow: row wrap;
  1156. align-content: stretch;
  1157. }
  1158. .search_categories label,
  1159. #categories label,
  1160. .search_categories .input-group-addon,
  1161. #categories .input-group-addon {
  1162. flex-grow: 1;
  1163. flex-basis: auto;
  1164. font-size: 1.2rem;
  1165. font-weight: normal;
  1166. background-color: white;
  1167. border: #DDD 1px solid;
  1168. border-right: none;
  1169. color: #666;
  1170. padding-bottom: 0.4rem;
  1171. padding-top: 0.4rem;
  1172. text-align: center;
  1173. min-width: 50px;
  1174. }
  1175. .search_categories label:last-child,
  1176. #categories label:last-child,
  1177. .search_categories .input-group-addon:last-child,
  1178. #categories .input-group-addon:last-child {
  1179. border-right: #DDD 1px solid;
  1180. }
  1181. .search_categories input[type="checkbox"]:checked + label,
  1182. #categories input[type="checkbox"]:checked + label {
  1183. color: #29314D;
  1184. font-weight: bold;
  1185. border-bottom: #01D7D4 5px solid;
  1186. }
  1187. #main-logo {
  1188. margin-top: 10vh;
  1189. margin-bottom: 25px;
  1190. }
  1191. #main-logo > img {
  1192. max-width: 350px;
  1193. width: 80%;
  1194. }
  1195. #q {
  1196. box-shadow: none;
  1197. border-right: none;
  1198. border-color: #888;
  1199. }
  1200. #search_form .input-group-btn .btn {
  1201. border-color: #888;
  1202. }
  1203. #search_form .input-group-btn .btn:hover {
  1204. background-color: #068922;
  1205. color: white;
  1206. }
  1207. .custom-select,
  1208. .custom-select-rtl {
  1209. appearance: none;
  1210. -webkit-appearance: none;
  1211. -moz-appearance: none;
  1212. font-size: 1.2rem;
  1213. font-weight: normal;
  1214. background-color: white;
  1215. border: #888 1px solid;
  1216. color: #666;
  1217. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAQAAACR313BAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAABFkAAARZAVnbJUkAAAAHdElNRQfgBxgLDwB20OFsAAAAbElEQVQY073OsQ3CMAAEwJMYwJGnsAehpoXJItltBkmcdZBYgIIiQoLglnz3ui+eP+bk5uneteTMZJa6OJuIqvYzSJoqwqBq8gdmTTW86/dghxAUq4xsVYT9laBYXCw93Aajh7GPEF23t4fkBYevGFTANkPRAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA3LTI0VDExOjU1OjU4KzAyOjAwRFqFOQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wNy0yNFQxMToxNTowMCswMjowMP7RDgQAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) 96% no-repeat;
  1218. }
  1219. .custom-select-rtl {
  1220. background-position-x: 4%;
  1221. }
  1222. .search-margin {
  1223. margin-bottom: 0.6em;
  1224. }
  1225. .visually-hidden {
  1226. position: absolute !important;
  1227. height: 1px;
  1228. width: 1px;
  1229. overflow: hidden;
  1230. clip: rect(1px, 1px, 1px, 1px);
  1231. white-space: nowrap;
  1232. }
  1233. .label-danger,
  1234. .btn-danger {
  1235. background: #c9432f;
  1236. }
  1237. .label-success,
  1238. .btn-success {
  1239. background: #068922;
  1240. }
  1241. select.form-control {
  1242. border-color: #888 !important;
  1243. }
  1244. #advanced-search-container {
  1245. display: none;
  1246. text-align: left;
  1247. margin-bottom: 1rem;
  1248. clear: both;
  1249. }
  1250. #advanced-search-container label,
  1251. #advanced-search-container .input-group-addon {
  1252. font-size: 1.2rem;
  1253. font-weight: normal;
  1254. background-color: white;
  1255. border: #DDD 1px solid;
  1256. border-right: none;
  1257. color: #666;
  1258. padding-bottom: 0.4rem;
  1259. padding-right: 0.7rem;
  1260. padding-left: 0.7rem;
  1261. }
  1262. #advanced-search-container label:last-child,
  1263. #advanced-search-container .input-group-addon:last-child {
  1264. border-right: #DDD 1px solid;
  1265. }
  1266. #advanced-search-container input[type="radio"] {
  1267. display: none;
  1268. }
  1269. #advanced-search-container input[type="radio"]:checked + label {
  1270. color: #29314D;
  1271. font-weight: bold;
  1272. border-bottom: #01D7D4 5px solid;
  1273. }
  1274. #check-advanced:focus + label {
  1275. text-decoration: underline;
  1276. }
  1277. #check-advanced:checked ~ #advanced-search-container {
  1278. display: block;
  1279. }
  1280. .advanced {
  1281. padding: 0;
  1282. margin-top: 0.3rem;
  1283. text-align: right;
  1284. }
  1285. .advanced label,
  1286. .advanced select {
  1287. cursor: pointer;
  1288. }
  1289. .cursor-text {
  1290. cursor: text !important;
  1291. }
  1292. .cursor-pointer {
  1293. cursor: pointer !important;
  1294. }
  1295. pre,
  1296. code {
  1297. font-family: 'Ubuntu Mono', 'Courier New', 'Lucida Console', monospace !important;
  1298. }
  1299. .code-highlight pre {
  1300. margin-bottom: 25px;
  1301. padding: 20px 10px;
  1302. background-color: inherit;
  1303. color: inherit;
  1304. border: inherit;
  1305. color: #D7DAE0;
  1306. }
  1307. .table > tbody > tr > td,
  1308. .table > tbody > tr > th {
  1309. vertical-align: middle !important;
  1310. }
  1311. .nav-tabs.nav-justified {
  1312. margin-bottom: 20px;
  1313. }
  1314. p {
  1315. margin: 10px 0;
  1316. }
  1317. input.cursor-text {
  1318. margin: 10px 0;
  1319. }
  1320. .engine-tooltip {
  1321. display: none;
  1322. position: absolute;
  1323. padding: 0.5rem 1rem;
  1324. margin: 0rem 0 0 2rem;
  1325. border: 1px solid #ddd;
  1326. box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  1327. background: white;
  1328. font-size: 14px;
  1329. font-weight: normal;
  1330. z-index: 1000000;
  1331. }
  1332. td:hover .engine-tooltip,
  1333. th:hover .engine-tooltip,
  1334. .engine-tooltip:hover {
  1335. display: inline-block;
  1336. }
  1337. /* stacked-bar-chart */
  1338. .stacked-bar-chart {
  1339. margin: 0;
  1340. padding: 0 0.125rem 0 3rem;
  1341. width: 100%;
  1342. width: -moz-available;
  1343. width: -webkit-fill-available;
  1344. width: fill;
  1345. flex-direction: row;
  1346. flex-wrap: nowrap;
  1347. flex-grow: 1;
  1348. align-items: center;
  1349. display: inline-flex;
  1350. }
  1351. .stacked-bar-chart-value {
  1352. width: 3rem;
  1353. display: inline-block;
  1354. position: absolute;
  1355. padding: 0 0.5rem;
  1356. text-align: right;
  1357. }
  1358. .stacked-bar-chart-base {
  1359. display: flex;
  1360. flex-shrink: 0;
  1361. flex-grow: 0;
  1362. flex-basis: unset;
  1363. }
  1364. .stacked-bar-chart-median {
  1365. display: flex;
  1366. flex-shrink: 0;
  1367. flex-grow: 0;
  1368. flex-basis: unset;
  1369. background: #000000;
  1370. border: 1px solid rgba(0, 0, 0, 0.9);
  1371. padding: 0.3rem 0;
  1372. }
  1373. .stacked-bar-chart-rate80 {
  1374. display: flex;
  1375. flex-shrink: 0;
  1376. flex-grow: 0;
  1377. flex-basis: unset;
  1378. background: transparent;
  1379. border: 1px solid rgba(0, 0, 0, 0.3);
  1380. padding: 0.3rem 0;
  1381. }
  1382. .stacked-bar-chart-rate95 {
  1383. display: flex;
  1384. flex-shrink: 0;
  1385. flex-grow: 0;
  1386. flex-basis: unset;
  1387. background: transparent;
  1388. border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  1389. padding: 0;
  1390. }
  1391. .stacked-bar-chart-rate100 {
  1392. display: flex;
  1393. flex-shrink: 0;
  1394. flex-grow: 0;
  1395. flex-basis: unset;
  1396. background: transparent;
  1397. border-left: 1px solid rgba(0, 0, 0, 0.9);
  1398. padding: 0.4rem 0;
  1399. width: 1px;
  1400. }