logicodev.css 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446
  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.12.0
  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. .searxng-navbar {
  759. background: #29314D;
  760. height: 2.3rem;
  761. font-size: 1.3rem;
  762. line-height: 1.3rem;
  763. padding: 0.5rem;
  764. font-weight: bold;
  765. margin-bottom: 0.8rem;
  766. }
  767. .searxng-navbar a,
  768. .searxng-navbar a:hover {
  769. margin-right: 2rem;
  770. color: white;
  771. text-decoration: none;
  772. }
  773. .searxng-navbar .instance a {
  774. color: #01D7D4;
  775. margin-left: 2rem;
  776. }
  777. #main-logo {
  778. margin-top: 20vh;
  779. margin-bottom: 25px;
  780. }
  781. #main-logo > img {
  782. max-width: 350px;
  783. width: 80%;
  784. }
  785. * {
  786. border-radius: 0 !important;
  787. }
  788. html {
  789. position: relative;
  790. min-height: 100%;
  791. color: #29314D;
  792. }
  793. body {
  794. /* Margin bottom by footer height */
  795. font-family: 'Roboto', Helvetica, Arial, sans-serif;
  796. margin-bottom: 80px;
  797. background-color: white;
  798. }
  799. body a {
  800. color: #0088CC;
  801. }
  802. .footer {
  803. position: absolute;
  804. bottom: 0;
  805. width: 100%;
  806. /* Set the fixed height of the footer here */
  807. height: 60px;
  808. text-align: center;
  809. color: #999;
  810. }
  811. input[type=checkbox]:checked + .label_hide_if_checked,
  812. input[type=checkbox]:checked + .label_hide_if_not_checked + .label_hide_if_checked {
  813. display: none;
  814. }
  815. input[type=checkbox]:not(:checked) + .label_hide_if_not_checked,
  816. input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not_checked {
  817. display: none;
  818. }
  819. .onoff-checkbox {
  820. width: 15%;
  821. }
  822. .onoffswitch {
  823. position: relative;
  824. width: 110px;
  825. -webkit-user-select: none;
  826. -moz-user-select: none;
  827. -ms-user-select: none;
  828. }
  829. .onoffswitch-checkbox {
  830. opacity: 0;
  831. position: absolute;
  832. }
  833. .onoffswitch-checkbox:before {
  834. content: "";
  835. display: inline-block;
  836. width: 16px;
  837. height: 16px;
  838. margin-right: 10px;
  839. position: absolute;
  840. left: 0;
  841. bottom: 1px;
  842. background-color: #fff;
  843. border: 1px solid #ccc;
  844. border-radius: 0px;
  845. }
  846. .onoffswitch-label {
  847. display: block;
  848. overflow: hidden;
  849. cursor: pointer;
  850. border: 2px solid #FFFFFF !important;
  851. border-radius: 50px !important;
  852. }
  853. .onoffswitch-inner {
  854. display: block;
  855. transition: margin 0.3s ease-in 0s;
  856. }
  857. .onoffswitch-inner:before,
  858. .onoffswitch-inner:after {
  859. display: block;
  860. float: left;
  861. width: 50%;
  862. height: 30px;
  863. padding: 0;
  864. line-height: 40px;
  865. font-size: 20px;
  866. box-sizing: border-box;
  867. content: "";
  868. background-color: #EEEEEE;
  869. }
  870. .onoffswitch-switch {
  871. display: block;
  872. width: 37px;
  873. background-color: #01D7D4;
  874. position: absolute;
  875. top: 0;
  876. bottom: 0;
  877. right: 0px;
  878. border: 2px solid #FFFFFF;
  879. border-radius: 50px !important;
  880. transition: all 0.3s ease-in 0s;
  881. }
  882. .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  883. margin-right: 0;
  884. }
  885. .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  886. right: 71px;
  887. background-color: #A1A1A1;
  888. }
  889. .onoffswitch-checkbox:focus + .onoffswitch-label .onoffswitch-switch {
  890. border: 3px solid #444444;
  891. }
  892. .result_header {
  893. margin-top: 0px;
  894. margin-bottom: 2px;
  895. font-size: 16px;
  896. }
  897. .result_header .favicon {
  898. margin-bottom: -3px;
  899. }
  900. .result_header a {
  901. color: #29314D;
  902. text-decoration: none;
  903. }
  904. .result_header a:hover {
  905. color: #0088CC;
  906. }
  907. .result_header a:visited {
  908. color: #684898;
  909. }
  910. .result_header a .highlight {
  911. background-color: #F6F9FA;
  912. }
  913. .result-content,
  914. .result-format,
  915. .result-source {
  916. margin-top: 2px;
  917. margin-bottom: 0;
  918. word-wrap: break-word;
  919. color: #666;
  920. font-size: 13px;
  921. }
  922. .result .highlight {
  923. font-weight: bold;
  924. }
  925. .result-source {
  926. font-size: 10px;
  927. float: left;
  928. }
  929. .result-format {
  930. font-size: 10px;
  931. float: right;
  932. }
  933. .result-abstract {
  934. margin-top: 0.5em;
  935. margin-bottom: 0.8em;
  936. }
  937. .external-link {
  938. color: #068922;
  939. font-size: 12px;
  940. margin-bottom: 15px;
  941. }
  942. .external-link a {
  943. margin-right: 3px;
  944. }
  945. .result-default,
  946. .result-code,
  947. .result-torrent,
  948. .result-videos,
  949. .result-map {
  950. clear: both;
  951. padding: 0.5em 4px;
  952. }
  953. .result-default:hover,
  954. .result-code:hover,
  955. .result-torrent:hover,
  956. .result-videos:hover,
  957. .result-map:hover {
  958. background-color: #F6F9FA;
  959. }
  960. .result-images {
  961. float: left !important;
  962. margin: 0;
  963. padding: 0;
  964. }
  965. .result-images a {
  966. display: block;
  967. width: 100%;
  968. background-size: cover;
  969. }
  970. .result-images a .img-thumbnail {
  971. border: none !important;
  972. padding: 0;
  973. }
  974. .result-images a:hover,
  975. .result-images a:focus {
  976. outline: 0;
  977. }
  978. .result-images a:hover .img-thumbnail,
  979. .result-images a:focus .img-thumbnail {
  980. box-shadow: 5px 5px 15px 0px black;
  981. }
  982. .result-images.js a .img-thumbnail {
  983. max-height: inherit;
  984. min-height: inherit;
  985. }
  986. .result-images:not(.js) {
  987. width: 25%;
  988. padding: 3px 13px 13px 3px;
  989. }
  990. .result-images:not(.js) a .img-thumbnail {
  991. margin: 0;
  992. max-height: 128px;
  993. min-height: 128px;
  994. }
  995. .img-thumbnail {
  996. margin: 5px;
  997. max-height: 128px;
  998. min-height: 128px;
  999. }
  1000. .result-videos {
  1001. clear: both;
  1002. }
  1003. .result-videos hr {
  1004. margin: 5px 0 15px 0;
  1005. }
  1006. .result-videos .collapse {
  1007. width: 100%;
  1008. }
  1009. .result-videos .in {
  1010. margin-bottom: 8px;
  1011. }
  1012. .result-torrent {
  1013. clear: both;
  1014. }
  1015. .result-torrent b {
  1016. margin-right: 5px;
  1017. margin-left: 5px;
  1018. }
  1019. .result-torrent .seeders {
  1020. color: #2ecc71;
  1021. }
  1022. .result-torrent .leechers {
  1023. color: #F35E77;
  1024. }
  1025. .result-metadata {
  1026. clear: both;
  1027. margin: 1em;
  1028. }
  1029. .result-metadata td {
  1030. padding-right: 1em;
  1031. color: #A4A4A4;
  1032. }
  1033. .result-metadata td:first-of-type {
  1034. color: #666;
  1035. }
  1036. .result-map {
  1037. clear: both;
  1038. }
  1039. .result-map .img-thumbnail {
  1040. float: right;
  1041. width: auto;
  1042. height: 120px;
  1043. border: 0;
  1044. background: inherit;
  1045. }
  1046. .result-map .img-type {
  1047. width: 20px;
  1048. max-height: 20px;
  1049. }
  1050. .result-map .result-map-details {
  1051. font-size: 13px;
  1052. border-collapse: separate;
  1053. border-spacing: 0 0.35rem;
  1054. }
  1055. .result-map .result-map-details th {
  1056. font-weight: inherit;
  1057. width: 20rem;
  1058. vertical-align: top;
  1059. }
  1060. .result-map .result-map-details td {
  1061. vertical-align: top;
  1062. }
  1063. .result-code {
  1064. clear: both;
  1065. }
  1066. .result-code .code-fork,
  1067. .result-code .code-fork a {
  1068. color: #666;
  1069. }
  1070. .suggestion_item {
  1071. margin: 2px 5px;
  1072. max-width: 100%;
  1073. }
  1074. .suggestion_item .btn {
  1075. max-width: 100%;
  1076. white-space: normal;
  1077. word-wrap: break-word;
  1078. text-align: left;
  1079. }
  1080. .result_download {
  1081. margin-right: 5px;
  1082. }
  1083. #pagination {
  1084. margin-top: 30px;
  1085. padding-bottom: 60px;
  1086. }
  1087. .label-default {
  1088. color: #666;
  1089. background: transparent;
  1090. }
  1091. .result .text-muted small {
  1092. word-wrap: break-word;
  1093. }
  1094. .modal-wrapper {
  1095. box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  1096. }
  1097. .modal-wrapper {
  1098. background-clip: padding-box;
  1099. background-color: #fff;
  1100. border: 1px solid rgba(0, 0, 0, 0.2);
  1101. border-radius: 6px;
  1102. box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  1103. outline: 0 none;
  1104. position: relative;
  1105. }
  1106. @media screen and (max-width: 75em) {
  1107. .img-thumbnail {
  1108. object-fit: cover;
  1109. }
  1110. }
  1111. .infobox .panel-heading {
  1112. background-color: #F6F9FA;
  1113. }
  1114. .infobox .panel-heading .panel-title {
  1115. font-weight: 700;
  1116. }
  1117. .infobox .header_url {
  1118. white-space: nowrap;
  1119. overflow: hidden;
  1120. text-overflow: ellipsis;
  1121. display: block;
  1122. }
  1123. .infobox p {
  1124. font-family: "DejaVu Serif", Georgia, Cambria, "Times New Roman", Times, serif !important;
  1125. font-style: italic;
  1126. }
  1127. .infobox img {
  1128. max-height: "250px";
  1129. }
  1130. .infobox .btn {
  1131. background-color: #007AB8;
  1132. border: none;
  1133. }
  1134. .infobox .btn a {
  1135. color: white;
  1136. margin: 5px;
  1137. }
  1138. .infobox .infobox_part {
  1139. margin-bottom: 20px;
  1140. word-wrap: break-word;
  1141. table-layout: fixed;
  1142. }
  1143. .infobox .infobox_part:last-child {
  1144. margin-bottom: 0;
  1145. }
  1146. .infobox .infobox_toggle {
  1147. width: 100%;
  1148. text-align: center;
  1149. margin-bottom: 0px;
  1150. cursor: pointer;
  1151. }
  1152. .infobox .infobox_toggle:hover {
  1153. background: #DDD;
  1154. }
  1155. .infobox .infobox_checkbox ~ .infobox_body {
  1156. max-height: 300px;
  1157. overflow: hidden;
  1158. }
  1159. .infobox .infobox_checkbox:checked ~ .infobox_body {
  1160. max-height: none;
  1161. }
  1162. .infobox .infobox_checkbox ~ .infobox_toggle .infobox_label_down {
  1163. display: block;
  1164. }
  1165. .infobox .infobox_checkbox ~ .infobox_toggle .infobox_label_up {
  1166. display: none;
  1167. }
  1168. .infobox .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_up {
  1169. display: block;
  1170. }
  1171. .infobox .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_down {
  1172. display: none;
  1173. }
  1174. .infobox .infobox_checkbox ~ .infobox_body img.infobox_part {
  1175. display: none;
  1176. }
  1177. .infobox .infobox_checkbox:checked ~ .infobox_body img.infobox_part {
  1178. display: block;
  1179. }
  1180. .search_categories,
  1181. #categories {
  1182. text-transform: capitalize;
  1183. margin-bottom: 0.5rem;
  1184. display: flex;
  1185. flex-wrap: wrap;
  1186. flex-flow: row wrap;
  1187. align-content: stretch;
  1188. }
  1189. .search_categories label,
  1190. #categories label,
  1191. .search_categories .input-group-addon,
  1192. #categories .input-group-addon {
  1193. flex-grow: 1;
  1194. flex-basis: auto;
  1195. font-size: 1.2rem;
  1196. font-weight: normal;
  1197. background-color: white;
  1198. border: #DDD 1px solid;
  1199. border-right: none;
  1200. color: #666;
  1201. padding-bottom: 0.4rem;
  1202. padding-top: 0.4rem;
  1203. text-align: center;
  1204. min-width: 50px;
  1205. }
  1206. .search_categories label:last-child,
  1207. #categories label:last-child,
  1208. .search_categories .input-group-addon:last-child,
  1209. #categories .input-group-addon:last-child {
  1210. border-right: #DDD 1px solid;
  1211. }
  1212. .search_categories input[type="checkbox"]:checked + label,
  1213. #categories input[type="checkbox"]:checked + label {
  1214. color: #29314D;
  1215. font-weight: bold;
  1216. border-bottom: #01D7D4 5px solid;
  1217. }
  1218. #main-logo {
  1219. margin-top: 24vh;
  1220. margin-bottom: 25px;
  1221. }
  1222. #main-logo > img {
  1223. max-width: 350px;
  1224. width: 80%;
  1225. }
  1226. #q {
  1227. box-shadow: none;
  1228. border-right: none;
  1229. border-color: #888;
  1230. }
  1231. #search_form .input-group-btn .btn {
  1232. border-color: #888;
  1233. }
  1234. #search_form .input-group-btn .btn:hover {
  1235. background-color: #068922;
  1236. color: white;
  1237. }
  1238. .custom-select,
  1239. .custom-select-rtl {
  1240. appearance: none;
  1241. -webkit-appearance: none;
  1242. -moz-appearance: none;
  1243. font-size: 1.2rem;
  1244. font-weight: normal;
  1245. background-color: white;
  1246. border: #888 1px solid;
  1247. color: #666;
  1248. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAQAAACR313BAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAABFkAAARZAVnbJUkAAAAHdElNRQfgBxgLDwB20OFsAAAAbElEQVQY073OsQ3CMAAEwJMYwJGnsAehpoXJItltBkmcdZBYgIIiQoLglnz3ui+eP+bk5uneteTMZJa6OJuIqvYzSJoqwqBq8gdmTTW86/dghxAUq4xsVYT9laBYXCw93Aajh7GPEF23t4fkBYevGFTANkPRAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA3LTI0VDExOjU1OjU4KzAyOjAwRFqFOQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wNy0yNFQxMToxNTowMCswMjowMP7RDgQAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) 96% no-repeat;
  1249. }
  1250. .custom-select-rtl {
  1251. background-position-x: 4%;
  1252. }
  1253. .search-margin {
  1254. margin-bottom: 0.6em;
  1255. }
  1256. .visually-hidden {
  1257. position: absolute !important;
  1258. height: 1px;
  1259. width: 1px;
  1260. overflow: hidden;
  1261. clip: rect(1px, 1px, 1px, 1px);
  1262. white-space: nowrap;
  1263. }
  1264. .label-danger,
  1265. .btn-danger {
  1266. background: #c9432f;
  1267. }
  1268. .label-success,
  1269. .btn-success {
  1270. background: #068922;
  1271. }
  1272. select.form-control {
  1273. border-color: #888 !important;
  1274. }
  1275. #advanced-search-container {
  1276. display: none;
  1277. text-align: left;
  1278. margin-bottom: 1rem;
  1279. clear: both;
  1280. }
  1281. #advanced-search-container label,
  1282. #advanced-search-container .input-group-addon {
  1283. font-size: 1.2rem;
  1284. font-weight: normal;
  1285. background-color: white;
  1286. border: #DDD 1px solid;
  1287. border-right: none;
  1288. color: #666;
  1289. padding-bottom: 0.4rem;
  1290. padding-right: 0.7rem;
  1291. padding-left: 0.7rem;
  1292. }
  1293. #advanced-search-container label:last-child,
  1294. #advanced-search-container .input-group-addon:last-child {
  1295. border-right: #DDD 1px solid;
  1296. }
  1297. #advanced-search-container input[type="radio"] {
  1298. display: none;
  1299. }
  1300. #advanced-search-container input[type="radio"]:checked + label {
  1301. color: #29314D;
  1302. font-weight: bold;
  1303. border-bottom: #01D7D4 5px solid;
  1304. }
  1305. #check-advanced:focus + label {
  1306. text-decoration: underline;
  1307. }
  1308. #check-advanced:checked ~ #advanced-search-container {
  1309. display: block;
  1310. }
  1311. .advanced {
  1312. padding: 0;
  1313. margin-top: 0.3rem;
  1314. text-align: right;
  1315. }
  1316. .advanced label,
  1317. .advanced select {
  1318. cursor: pointer;
  1319. }
  1320. .cursor-text {
  1321. cursor: text !important;
  1322. }
  1323. .cursor-pointer {
  1324. cursor: pointer !important;
  1325. }
  1326. pre,
  1327. code {
  1328. font-family: 'Ubuntu Mono', 'Courier New', 'Lucida Console', monospace !important;
  1329. }
  1330. .code-highlight pre {
  1331. margin-bottom: 25px;
  1332. padding: 20px 10px;
  1333. background-color: inherit;
  1334. color: inherit;
  1335. border: inherit;
  1336. color: #D7DAE0;
  1337. }
  1338. .table > tbody > tr > td,
  1339. .table > tbody > tr > th {
  1340. vertical-align: middle !important;
  1341. }
  1342. .nav-tabs.nav-justified {
  1343. margin-bottom: 20px;
  1344. }
  1345. p {
  1346. margin: 10px 0;
  1347. }
  1348. input.cursor-text {
  1349. margin: 10px 0;
  1350. }
  1351. .engine-tooltip {
  1352. display: none;
  1353. position: absolute;
  1354. padding: 0.5rem 1rem;
  1355. margin: 0rem 0 0 2rem;
  1356. border: 1px solid #ddd;
  1357. box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  1358. background: white;
  1359. font-size: 14px;
  1360. font-weight: normal;
  1361. z-index: 1000000;
  1362. max-width: 40rem;
  1363. }
  1364. td:hover .engine-tooltip,
  1365. th:hover .engine-tooltip,
  1366. .engine-tooltip:hover {
  1367. display: inline-block;
  1368. }
  1369. /* stacked-bar-chart */
  1370. .stacked-bar-chart {
  1371. margin: 0;
  1372. padding: 0 0.125rem 0 3rem;
  1373. width: 100%;
  1374. width: -moz-available;
  1375. width: -webkit-fill-available;
  1376. width: fill;
  1377. flex-direction: row;
  1378. flex-wrap: nowrap;
  1379. flex-grow: 1;
  1380. align-items: center;
  1381. display: inline-flex;
  1382. }
  1383. .stacked-bar-chart-value {
  1384. width: 3rem;
  1385. display: inline-block;
  1386. position: absolute;
  1387. padding: 0 0.5rem;
  1388. text-align: right;
  1389. }
  1390. .stacked-bar-chart-base {
  1391. display: flex;
  1392. flex-shrink: 0;
  1393. flex-grow: 0;
  1394. flex-basis: unset;
  1395. }
  1396. .stacked-bar-chart-median {
  1397. display: flex;
  1398. flex-shrink: 0;
  1399. flex-grow: 0;
  1400. flex-basis: unset;
  1401. background: #000000;
  1402. border: 1px solid rgba(0, 0, 0, 0.9);
  1403. padding: 0.3rem 0;
  1404. }
  1405. .stacked-bar-chart-rate80 {
  1406. display: flex;
  1407. flex-shrink: 0;
  1408. flex-grow: 0;
  1409. flex-basis: unset;
  1410. background: transparent;
  1411. border: 1px solid rgba(0, 0, 0, 0.3);
  1412. padding: 0.3rem 0;
  1413. }
  1414. .stacked-bar-chart-rate95 {
  1415. display: flex;
  1416. flex-shrink: 0;
  1417. flex-grow: 0;
  1418. flex-basis: unset;
  1419. background: transparent;
  1420. border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  1421. padding: 0;
  1422. }
  1423. .stacked-bar-chart-rate100 {
  1424. display: flex;
  1425. flex-shrink: 0;
  1426. flex-grow: 0;
  1427. flex-basis: unset;
  1428. background: transparent;
  1429. border-left: 1px solid rgba(0, 0, 0, 0.9);
  1430. padding: 0.4rem 0;
  1431. width: 1px;
  1432. }
  1433. /* Safari 9+
  1434. Conditional/Hack CSS from https://browserstrangeness.github.io/css_hacks.html
  1435. */
  1436. @supports (-webkit-marquee-repetition:infinite) and (object-fit:fill) {
  1437. .twitter-typeahead .tt-input:focus {
  1438. z-index: 2;
  1439. }
  1440. .input-group-btn:last-child > .btn,
  1441. .input-group-btn:last-child > .btn-group {
  1442. margin-left: inherit !important;
  1443. }
  1444. }