logicodev-dark.css 28 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609
  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. * {
  728. border-radius: 0 !important;
  729. }
  730. html {
  731. position: relative;
  732. min-height: 100%;
  733. color: #29314D;
  734. }
  735. body {
  736. /* Margin bottom by footer height */
  737. font-family: 'Roboto', Helvetica, Arial, sans-serif;
  738. margin-bottom: 80px;
  739. background-color: white;
  740. }
  741. body a {
  742. color: #0088CC;
  743. }
  744. .footer {
  745. position: absolute;
  746. bottom: 0;
  747. width: 100%;
  748. /* Set the fixed height of the footer here */
  749. height: 60px;
  750. text-align: center;
  751. color: #999;
  752. }
  753. input[type=checkbox]:checked + .label_hide_if_checked,
  754. input[type=checkbox]:checked + .label_hide_if_not_checked + .label_hide_if_checked {
  755. display: none;
  756. }
  757. input[type=checkbox]:not(:checked) + .label_hide_if_not_checked,
  758. input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not_checked {
  759. display: none;
  760. }
  761. .onoff-checkbox {
  762. width: 15%;
  763. }
  764. .onoffswitch {
  765. position: relative;
  766. width: 110px;
  767. -webkit-user-select: none;
  768. -moz-user-select: none;
  769. -ms-user-select: none;
  770. }
  771. .onoffswitch-checkbox {
  772. opacity: 0;
  773. position: absolute;
  774. }
  775. .onoffswitch-checkbox:before {
  776. content: "";
  777. display: inline-block;
  778. width: 16px;
  779. height: 16px;
  780. margin-right: 10px;
  781. position: absolute;
  782. left: 0;
  783. bottom: 1px;
  784. background-color: #fff;
  785. border: 1px solid #ccc;
  786. border-radius: 0px;
  787. }
  788. .onoffswitch-label {
  789. display: block;
  790. overflow: hidden;
  791. cursor: pointer;
  792. border: 2px solid #FFFFFF !important;
  793. border-radius: 50px !important;
  794. }
  795. .onoffswitch-inner {
  796. display: block;
  797. transition: margin 0.3s ease-in 0s;
  798. }
  799. .onoffswitch-inner:before,
  800. .onoffswitch-inner:after {
  801. display: block;
  802. float: left;
  803. width: 50%;
  804. height: 30px;
  805. padding: 0;
  806. line-height: 40px;
  807. font-size: 20px;
  808. box-sizing: border-box;
  809. content: "";
  810. background-color: #EEEEEE;
  811. }
  812. .onoffswitch-switch {
  813. display: block;
  814. width: 37px;
  815. background-color: #01D7D4;
  816. position: absolute;
  817. top: 0;
  818. bottom: 0;
  819. right: 0px;
  820. border: 2px solid #FFFFFF;
  821. border-radius: 50px !important;
  822. transition: all 0.3s ease-in 0s;
  823. }
  824. .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  825. margin-right: 0;
  826. }
  827. .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  828. right: 71px;
  829. background-color: #A1A1A1;
  830. }
  831. .onoffswitch-checkbox:focus + .onoffswitch-label .onoffswitch-switch {
  832. border: 3px solid #444444;
  833. }
  834. .result_header {
  835. margin-top: 0px;
  836. margin-bottom: 2px;
  837. font-size: 16px;
  838. }
  839. .result_header .favicon {
  840. margin-bottom: -3px;
  841. }
  842. .result_header a {
  843. color: #29314D;
  844. text-decoration: none;
  845. }
  846. .result_header a:hover {
  847. color: #0088CC;
  848. }
  849. .result_header a:visited {
  850. color: #684898;
  851. }
  852. .result_header a .highlight {
  853. background-color: #F6F9FA;
  854. }
  855. .result-content,
  856. .result-format,
  857. .result-source {
  858. margin-top: 2px;
  859. margin-bottom: 0;
  860. word-wrap: break-word;
  861. color: #666;
  862. font-size: 13px;
  863. }
  864. .result .highlight {
  865. font-weight: bold;
  866. }
  867. .result-source {
  868. font-size: 10px;
  869. float: left;
  870. }
  871. .result-format {
  872. font-size: 10px;
  873. float: right;
  874. }
  875. .result-abstract {
  876. margin-top: 0.5em;
  877. margin-bottom: 0.8em;
  878. }
  879. .external-link {
  880. color: #068922;
  881. font-size: 12px;
  882. margin-bottom: 15px;
  883. }
  884. .external-link a {
  885. margin-right: 3px;
  886. }
  887. .result-default,
  888. .result-code,
  889. .result-torrent,
  890. .result-videos,
  891. .result-map {
  892. clear: both;
  893. padding: 0.5em 4px;
  894. }
  895. .result-default:hover,
  896. .result-code:hover,
  897. .result-torrent:hover,
  898. .result-videos:hover,
  899. .result-map:hover {
  900. background-color: #F6F9FA;
  901. }
  902. .result-images {
  903. float: left !important;
  904. margin: 0;
  905. padding: 0;
  906. }
  907. .result-images a {
  908. display: block;
  909. width: 100%;
  910. background-size: cover;
  911. }
  912. .result-images a .img-thumbnail {
  913. border: none !important;
  914. padding: 0;
  915. }
  916. .result-images a:hover,
  917. .result-images a:focus {
  918. outline: 0;
  919. }
  920. .result-images a:hover .img-thumbnail,
  921. .result-images a:focus .img-thumbnail {
  922. box-shadow: 5px 5px 15px 0px black;
  923. }
  924. .result-images.js a .img-thumbnail {
  925. max-height: inherit;
  926. min-height: inherit;
  927. }
  928. .result-images:not(.js) {
  929. width: 25%;
  930. padding: 3px 13px 13px 3px;
  931. }
  932. .result-images:not(.js) a .img-thumbnail {
  933. margin: 0;
  934. max-height: 128px;
  935. min-height: 128px;
  936. }
  937. .img-thumbnail {
  938. margin: 5px;
  939. max-height: 128px;
  940. min-height: 128px;
  941. }
  942. .result-videos {
  943. clear: both;
  944. }
  945. .result-videos hr {
  946. margin: 5px 0 15px 0;
  947. }
  948. .result-videos .collapse {
  949. width: 100%;
  950. }
  951. .result-videos .in {
  952. margin-bottom: 8px;
  953. }
  954. .result-torrent {
  955. clear: both;
  956. }
  957. .result-torrent b {
  958. margin-right: 5px;
  959. margin-left: 5px;
  960. }
  961. .result-torrent .seeders {
  962. color: #2ecc71;
  963. }
  964. .result-torrent .leechers {
  965. color: #F35E77;
  966. }
  967. .result-metadata {
  968. clear: both;
  969. margin: 1em;
  970. }
  971. .result-metadata td {
  972. padding-right: 1em;
  973. color: #A4A4A4;
  974. }
  975. .result-metadata td:first-of-type {
  976. color: #666;
  977. }
  978. .result-map {
  979. clear: both;
  980. }
  981. .result-map .img-thumbnail {
  982. float: right;
  983. width: auto;
  984. height: 120px;
  985. border: 0;
  986. background: inherit;
  987. }
  988. .result-map .img-type {
  989. width: 20px;
  990. max-height: 20px;
  991. }
  992. .result-map .result-map-details {
  993. font-size: 13px;
  994. border-collapse: separate;
  995. border-spacing: 0 0.35rem;
  996. }
  997. .result-map .result-map-details th {
  998. font-weight: inherit;
  999. width: 20rem;
  1000. vertical-align: top;
  1001. }
  1002. .result-map .result-map-details td {
  1003. vertical-align: top;
  1004. }
  1005. .result-code {
  1006. clear: both;
  1007. }
  1008. .result-code .code-fork,
  1009. .result-code .code-fork a {
  1010. color: #666;
  1011. }
  1012. .suggestion_item {
  1013. margin: 2px 5px;
  1014. max-width: 100%;
  1015. }
  1016. .suggestion_item .btn {
  1017. max-width: 100%;
  1018. white-space: normal;
  1019. word-wrap: break-word;
  1020. text-align: left;
  1021. }
  1022. .result_download {
  1023. margin-right: 5px;
  1024. }
  1025. #pagination {
  1026. margin-top: 30px;
  1027. padding-bottom: 60px;
  1028. }
  1029. .label-default {
  1030. color: #666;
  1031. background: transparent;
  1032. }
  1033. .result .text-muted small {
  1034. word-wrap: break-word;
  1035. }
  1036. .modal-wrapper {
  1037. box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  1038. }
  1039. .modal-wrapper {
  1040. background-clip: padding-box;
  1041. background-color: #fff;
  1042. border: 1px solid rgba(0, 0, 0, 0.2);
  1043. border-radius: 6px;
  1044. box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  1045. outline: 0 none;
  1046. position: relative;
  1047. }
  1048. @media screen and (max-width: 75em) {
  1049. .img-thumbnail {
  1050. object-fit: cover;
  1051. }
  1052. }
  1053. .infobox .panel-heading {
  1054. background-color: #F6F9FA;
  1055. }
  1056. .infobox .panel-heading .panel-title {
  1057. font-weight: 700;
  1058. }
  1059. .infobox .header_url {
  1060. white-space: nowrap;
  1061. overflow: hidden;
  1062. text-overflow: ellipsis;
  1063. display: block;
  1064. }
  1065. .infobox p {
  1066. font-family: "DejaVu Serif", Georgia, Cambria, "Times New Roman", Times, serif !important;
  1067. font-style: italic;
  1068. }
  1069. .infobox img {
  1070. max-height: "250px";
  1071. }
  1072. .infobox .btn {
  1073. background-color: #007AB8;
  1074. border: none;
  1075. }
  1076. .infobox .btn a {
  1077. color: white;
  1078. margin: 5px;
  1079. }
  1080. .infobox .infobox_part {
  1081. margin-bottom: 20px;
  1082. word-wrap: break-word;
  1083. table-layout: fixed;
  1084. }
  1085. .infobox .infobox_part:last-child {
  1086. margin-bottom: 0;
  1087. }
  1088. .infobox .infobox_toggle {
  1089. width: 100%;
  1090. text-align: center;
  1091. margin-bottom: 0px;
  1092. cursor: pointer;
  1093. }
  1094. .infobox .infobox_toggle:hover {
  1095. background: #DDD;
  1096. }
  1097. .infobox .infobox_checkbox ~ .infobox_body {
  1098. max-height: 300px;
  1099. overflow: hidden;
  1100. }
  1101. .infobox .infobox_checkbox:checked ~ .infobox_body {
  1102. max-height: none;
  1103. }
  1104. .infobox .infobox_checkbox ~ .infobox_toggle .infobox_label_down {
  1105. display: block;
  1106. }
  1107. .infobox .infobox_checkbox ~ .infobox_toggle .infobox_label_up {
  1108. display: none;
  1109. }
  1110. .infobox .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_up {
  1111. display: block;
  1112. }
  1113. .infobox .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_down {
  1114. display: none;
  1115. }
  1116. .infobox .infobox_checkbox ~ .infobox_body img.infobox_part {
  1117. display: none;
  1118. }
  1119. .infobox .infobox_checkbox:checked ~ .infobox_body img.infobox_part {
  1120. display: block;
  1121. }
  1122. .search_categories,
  1123. #categories {
  1124. text-transform: capitalize;
  1125. margin-bottom: 0.5rem;
  1126. display: flex;
  1127. flex-wrap: wrap;
  1128. flex-flow: row wrap;
  1129. align-content: stretch;
  1130. }
  1131. .search_categories label,
  1132. #categories label,
  1133. .search_categories .input-group-addon,
  1134. #categories .input-group-addon {
  1135. flex-grow: 1;
  1136. flex-basis: auto;
  1137. font-size: 1.2rem;
  1138. font-weight: normal;
  1139. background-color: white;
  1140. border: #DDD 1px solid;
  1141. border-right: none;
  1142. color: #666;
  1143. padding-bottom: 0.4rem;
  1144. padding-top: 0.4rem;
  1145. text-align: center;
  1146. min-width: 50px;
  1147. }
  1148. .search_categories label:last-child,
  1149. #categories label:last-child,
  1150. .search_categories .input-group-addon:last-child,
  1151. #categories .input-group-addon:last-child {
  1152. border-right: #DDD 1px solid;
  1153. }
  1154. .search_categories input[type="checkbox"]:checked + label,
  1155. #categories input[type="checkbox"]:checked + label {
  1156. color: #29314D;
  1157. font-weight: bold;
  1158. border-bottom: #01D7D4 5px solid;
  1159. }
  1160. #main-logo {
  1161. margin-top: 10vh;
  1162. margin-bottom: 25px;
  1163. }
  1164. #main-logo > img {
  1165. max-width: 350px;
  1166. width: 80%;
  1167. }
  1168. #q {
  1169. box-shadow: none;
  1170. border-right: none;
  1171. border-color: #888;
  1172. }
  1173. #search_form .input-group-btn .btn {
  1174. border-color: #888;
  1175. }
  1176. #search_form .input-group-btn .btn:hover {
  1177. background-color: #068922;
  1178. color: white;
  1179. }
  1180. .custom-select,
  1181. .custom-select-rtl {
  1182. appearance: none;
  1183. -webkit-appearance: none;
  1184. -moz-appearance: none;
  1185. font-size: 1.2rem;
  1186. font-weight: normal;
  1187. background-color: white;
  1188. border: #888 1px solid;
  1189. color: #666;
  1190. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAQAAACR313BAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAABFkAAARZAVnbJUkAAAAHdElNRQfgBxgLDwB20OFsAAAAbElEQVQY073OsQ3CMAAEwJMYwJGnsAehpoXJItltBkmcdZBYgIIiQoLglnz3ui+eP+bk5uneteTMZJa6OJuIqvYzSJoqwqBq8gdmTTW86/dghxAUq4xsVYT9laBYXCw93Aajh7GPEF23t4fkBYevGFTANkPRAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA3LTI0VDExOjU1OjU4KzAyOjAwRFqFOQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wNy0yNFQxMToxNTowMCswMjowMP7RDgQAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) 96% no-repeat;
  1191. }
  1192. .custom-select-rtl {
  1193. background-position-x: 4%;
  1194. }
  1195. .search-margin {
  1196. margin-bottom: 0.6em;
  1197. }
  1198. .visually-hidden {
  1199. position: absolute !important;
  1200. height: 1px;
  1201. width: 1px;
  1202. overflow: hidden;
  1203. clip: rect(1px, 1px, 1px, 1px);
  1204. white-space: nowrap;
  1205. }
  1206. .label-danger,
  1207. .btn-danger {
  1208. background: #c9432f;
  1209. }
  1210. .label-success,
  1211. .btn-success {
  1212. background: #068922;
  1213. }
  1214. select.form-control {
  1215. border-color: #888 !important;
  1216. }
  1217. #advanced-search-container {
  1218. display: none;
  1219. text-align: left;
  1220. margin-bottom: 1rem;
  1221. clear: both;
  1222. }
  1223. #advanced-search-container label,
  1224. #advanced-search-container .input-group-addon {
  1225. font-size: 1.2rem;
  1226. font-weight: normal;
  1227. background-color: white;
  1228. border: #DDD 1px solid;
  1229. border-right: none;
  1230. color: #666;
  1231. padding-bottom: 0.4rem;
  1232. padding-right: 0.7rem;
  1233. padding-left: 0.7rem;
  1234. }
  1235. #advanced-search-container label:last-child,
  1236. #advanced-search-container .input-group-addon:last-child {
  1237. border-right: #DDD 1px solid;
  1238. }
  1239. #advanced-search-container input[type="radio"] {
  1240. display: none;
  1241. }
  1242. #advanced-search-container input[type="radio"]:checked + label {
  1243. color: #29314D;
  1244. font-weight: bold;
  1245. border-bottom: #01D7D4 5px solid;
  1246. }
  1247. #check-advanced:focus + label {
  1248. text-decoration: underline;
  1249. }
  1250. #check-advanced:checked ~ #advanced-search-container {
  1251. display: block;
  1252. }
  1253. .advanced {
  1254. padding: 0;
  1255. margin-top: 0.3rem;
  1256. text-align: right;
  1257. }
  1258. .advanced label,
  1259. .advanced select {
  1260. cursor: pointer;
  1261. }
  1262. .cursor-text {
  1263. cursor: text !important;
  1264. }
  1265. .cursor-pointer {
  1266. cursor: pointer !important;
  1267. }
  1268. pre,
  1269. code {
  1270. font-family: 'Ubuntu Mono', 'Courier New', 'Lucida Console', monospace !important;
  1271. }
  1272. .code-highlight pre {
  1273. margin-bottom: 25px;
  1274. padding: 20px 10px;
  1275. background-color: inherit;
  1276. color: inherit;
  1277. border: inherit;
  1278. color: #D7DAE0;
  1279. }
  1280. .table > tbody > tr > td,
  1281. .table > tbody > tr > th {
  1282. vertical-align: middle !important;
  1283. }
  1284. .nav-tabs.nav-justified {
  1285. margin-bottom: 20px;
  1286. }
  1287. p {
  1288. margin: 10px 0;
  1289. }
  1290. input.cursor-text {
  1291. margin: 10px 0;
  1292. }
  1293. .engine-tooltip {
  1294. display: none;
  1295. position: absolute;
  1296. padding: 0.5rem 1rem;
  1297. margin: 0rem 0 0 2rem;
  1298. border: 1px solid #ddd;
  1299. box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  1300. background: white;
  1301. font-size: 14px;
  1302. font-weight: normal;
  1303. z-index: 1000000;
  1304. }
  1305. td:hover .engine-tooltip,
  1306. th:hover .engine-tooltip,
  1307. .engine-tooltip:hover {
  1308. display: inline-block;
  1309. }
  1310. /* stacked-bar-chart */
  1311. .stacked-bar-chart {
  1312. margin: 0;
  1313. padding: 0 0.125rem 0 3rem;
  1314. width: 100%;
  1315. width: -moz-available;
  1316. width: -webkit-fill-available;
  1317. width: fill;
  1318. flex-direction: row;
  1319. flex-wrap: nowrap;
  1320. flex-grow: 1;
  1321. align-items: center;
  1322. display: inline-flex;
  1323. }
  1324. .stacked-bar-chart-value {
  1325. width: 3rem;
  1326. display: inline-block;
  1327. position: absolute;
  1328. padding: 0 0.5rem;
  1329. text-align: right;
  1330. }
  1331. .stacked-bar-chart-base {
  1332. display: flex;
  1333. flex-shrink: 0;
  1334. flex-grow: 0;
  1335. flex-basis: unset;
  1336. }
  1337. .stacked-bar-chart-median {
  1338. display: flex;
  1339. flex-shrink: 0;
  1340. flex-grow: 0;
  1341. flex-basis: unset;
  1342. background: #d5d8d7;
  1343. border: 1px solid rgba(213, 216, 215, 0.9);
  1344. padding: 0.3rem 0;
  1345. }
  1346. .stacked-bar-chart-rate80 {
  1347. display: flex;
  1348. flex-shrink: 0;
  1349. flex-grow: 0;
  1350. flex-basis: unset;
  1351. background: transparent;
  1352. border: 1px solid rgba(213, 216, 215, 0.3);
  1353. padding: 0.3rem 0;
  1354. }
  1355. .stacked-bar-chart-rate95 {
  1356. display: flex;
  1357. flex-shrink: 0;
  1358. flex-grow: 0;
  1359. flex-basis: unset;
  1360. background: transparent;
  1361. border-bottom: 1px dotted rgba(213, 216, 215, 0.5);
  1362. padding: 0;
  1363. }
  1364. .stacked-bar-chart-rate100 {
  1365. display: flex;
  1366. flex-shrink: 0;
  1367. flex-grow: 0;
  1368. flex-basis: unset;
  1369. background: transparent;
  1370. border-left: 1px solid rgba(213, 216, 215, 0.9);
  1371. padding: 0.4rem 0;
  1372. width: 1px;
  1373. }
  1374. /*Global*/
  1375. body {
  1376. background: #1d1f21 none !important;
  1377. color: #D5D8D7 !important;
  1378. }
  1379. a {
  1380. color: #41a2ce !important;
  1381. text-decoration: none !important;
  1382. }
  1383. a:hover {
  1384. color: #5F89AC !important;
  1385. }
  1386. input,
  1387. button,
  1388. textarea,
  1389. select {
  1390. border: 1px solid #282a2e !important;
  1391. background-color: #444 !important;
  1392. color: #BBB !important;
  1393. }
  1394. input:focus,
  1395. button:focus,
  1396. textarea:focus,
  1397. select:focus {
  1398. border: 1px solid #C5C8C6 !important;
  1399. box-shadow: initial !important;
  1400. }
  1401. div#advanced-search-container div#categories label {
  1402. background: none;
  1403. border: 1px solid #282a2e;
  1404. }
  1405. ul.nav li a {
  1406. border: 0 !important;
  1407. border-bottom: 1px solid #4d3f43 !important;
  1408. }
  1409. #categories *,
  1410. .modal-wrapper * {
  1411. background: #1d1f21 none !important;
  1412. color: #D5D8D7 !important;
  1413. }
  1414. #categories * {
  1415. border: 1px solid #3d3f43 !important;
  1416. }
  1417. #categories *:checked + label {
  1418. border-bottom: 4px solid #3d9f94 !important;
  1419. }
  1420. .result-content,
  1421. .result-source,
  1422. .result-format {
  1423. color: #B5B8B7 !important;
  1424. }
  1425. .external-link {
  1426. color: #35B887 !important;
  1427. }
  1428. .table-striped tr td,
  1429. .table-striped tr th {
  1430. border-color: #4d3f43 !important;
  1431. }
  1432. /*nav*/
  1433. .navbar {
  1434. background: #1d1f21 none;
  1435. border: none;
  1436. }
  1437. .navbar .active,
  1438. .menu {
  1439. background: none !important;
  1440. }
  1441. .label-default {
  1442. background: none;
  1443. color: #BBB;
  1444. }
  1445. .navbar-default .navbar-nav > .active > a,
  1446. .navbar-default .navbar-nav > .active > a:hover,
  1447. .navbar-default .navbar-nav > .active > a:focus,
  1448. .nav-tabs.nav-justified > .active > a {
  1449. background-color: #282a2e !important;
  1450. }
  1451. /*Search Page*/
  1452. .result-default:hover,
  1453. .result-code:hover,
  1454. .result-torrent:hover,
  1455. .result-videos:hover,
  1456. .result-map:hover {
  1457. background-color: #222426;
  1458. }
  1459. /*buttons*/
  1460. .btn {
  1461. color: #BBB;
  1462. background-color: #444;
  1463. border: 1px solid #282a2e;
  1464. }
  1465. .btn:hover {
  1466. color: #444 !important;
  1467. background-color: #BBB !important;
  1468. }
  1469. .btn-primary.active {
  1470. color: #C5C8C6;
  1471. background-color: #5F89AC;
  1472. border-color: #5F89AC;
  1473. }
  1474. /*Right Pannels*/
  1475. .panel {
  1476. border: 1px solid #111;
  1477. background: none;
  1478. }
  1479. .panel-heading {
  1480. color: #C5C8C6 !important;
  1481. background: #282a2e !important;
  1482. border-bottom: none;
  1483. }
  1484. .panel-body {
  1485. color: #C5C8C6 !important;
  1486. background: #1d1f21 !important;
  1487. border-color: #111 !important;
  1488. }
  1489. .panel-footer {
  1490. color: #C5C8C6 !important;
  1491. background: #282a2e !important;
  1492. border-top: 1px solid #111 !important;
  1493. }
  1494. .infobox_toggle:hover {
  1495. background: #3d3f43 !important;
  1496. }
  1497. p.btn.btn-default {
  1498. background: none;
  1499. }
  1500. .table-striped > tbody > tr:nth-child(odd) > td,
  1501. .table-striped > tbody > tr:nth-child(odd) > th,
  1502. .table-striped > thead > tr:nth-child(odd) > th {
  1503. background: #2d2f32 none !important;
  1504. color: #D5D8D7 !important;
  1505. }
  1506. .label-success {
  1507. background: #1d6f42 none !important;
  1508. }
  1509. .label-danger {
  1510. background: #ad1f12 none !important;
  1511. }
  1512. .searx-navbar {
  1513. background: #333334;
  1514. height: 2.3rem;
  1515. font-size: 1.3rem;
  1516. line-height: 1.3rem;
  1517. padding: 0.5rem;
  1518. font-weight: bold;
  1519. margin-bottom: 0.8rem;
  1520. }
  1521. .searx-navbar a,
  1522. .searx-navbar a:hover {
  1523. margin-right: 2rem;
  1524. color: white;
  1525. text-decoration: none;
  1526. }
  1527. .searx-navbar .instance a {
  1528. color: #01D7D4;
  1529. margin-left: 2rem;
  1530. }
  1531. #main-logo {
  1532. margin-top: 20vh;
  1533. margin-bottom: 25px;
  1534. }
  1535. #main-logo > img {
  1536. max-width: 350px;
  1537. width: 80%;
  1538. }
  1539. .onoffswitch-inner:before,
  1540. .onoffswitch-inner:after {
  1541. background: #1d1f21 none !important;
  1542. }
  1543. .onoffswitch-switch,
  1544. .onoffswitch-label {
  1545. border: 2px solid #3d3f43 !important;
  1546. }
  1547. .nav > li > a:hover,
  1548. .nav > li > a:focus {
  1549. background-color: #3d3f43 !important;
  1550. }
  1551. /*Images search*/
  1552. .img-thumbnail,
  1553. .thumbnail {
  1554. padding: 0px;
  1555. line-height: 1.42857143;
  1556. background: none;
  1557. border: none;
  1558. }
  1559. .modal-content {
  1560. background: #1d1f21 none !important;
  1561. }
  1562. /*Preferences*/
  1563. .table > thead > tr > td.danger,
  1564. .table > tbody > tr > td.danger,
  1565. .table > tfoot > tr > td.danger,
  1566. .table > thead > tr > th.danger,
  1567. .table > tbody > tr > th.danger,
  1568. .table > tfoot > tr > th.danger,
  1569. .table > thead > tr.danger > td,
  1570. .table > tbody > tr.danger > td,
  1571. .table > tfoot > tr.danger > td,
  1572. .table > thead > tr.danger > th,
  1573. .table > tbody > tr.danger > th,
  1574. .table > tfoot > tr.danger > th {
  1575. background: rgba(240, 0, 0, 0.56) !important;
  1576. color: #C5C8C6 !important;
  1577. }
  1578. .table-hover > tbody > tr > td.danger:hover,
  1579. .table-hover > tbody > tr > th.danger:hover,
  1580. .table-hover > tbody > tr.danger:hover > td,
  1581. .table-hover > tbody > tr:hover > .danger,
  1582. .table-hover > tbody > tr.danger:hover > th {
  1583. background: rgba(237, 59, 59, 0.61) !important;
  1584. color: #C5C8C6 !important;
  1585. }
  1586. .table-hover > tbody > tr:hover > td,
  1587. .table-hover > tbody > tr:hover > th {
  1588. background: #66696e !important;
  1589. }
  1590. .btn-success {
  1591. color: #C5C8C6;
  1592. background: #449d44;
  1593. }
  1594. .btn-danger {
  1595. color: #C5C8C6;
  1596. background: #d9534f;
  1597. }
  1598. .well {
  1599. background: #444;
  1600. border-color: #282a2e;
  1601. }
  1602. .highlight {
  1603. background-color: transparent !important;
  1604. }
  1605. /* engine tooltip */
  1606. .engine-tooltip {
  1607. border: 1px solid #3d3f43;
  1608. background: #1d1f21;
  1609. }