logicodev-dark.css 28 KB

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