logicodev-dark.css 28 KB

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