logicodev-dark.css 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975
  1. .searx-navbar {
  2. background: #29314D;
  3. height: 2.3rem;
  4. font-size: 1.3rem;
  5. line-height: 1.3rem;
  6. padding: 0.5rem;
  7. font-weight: bold;
  8. margin-bottom: 0.8rem;
  9. }
  10. .searx-navbar a,
  11. .searx-navbar a:hover {
  12. margin-right: 2rem;
  13. color: white;
  14. text-decoration: none;
  15. }
  16. .searx-navbar .instance a {
  17. color: #01D7D4;
  18. margin-left: 2rem;
  19. }
  20. #main-logo {
  21. margin-top: 20vh;
  22. margin-bottom: 25px;
  23. }
  24. #main-logo > img {
  25. max-width: 350px;
  26. width: 80%;
  27. }
  28. * {
  29. border-radius: 0 !important;
  30. }
  31. html {
  32. position: relative;
  33. min-height: 100%;
  34. color: #29314D;
  35. }
  36. body {
  37. /* Margin bottom by footer height */
  38. font-family: 'Roboto', Helvetica, Arial, sans-serif;
  39. margin-bottom: 80px;
  40. background-color: white;
  41. }
  42. body a {
  43. color: #0088CC;
  44. }
  45. .footer {
  46. position: absolute;
  47. bottom: 0;
  48. width: 100%;
  49. /* Set the fixed height of the footer here */
  50. height: 60px;
  51. text-align: center;
  52. color: #999;
  53. }
  54. input[type=checkbox]:checked + .label_hide_if_checked,
  55. input[type=checkbox]:checked + .label_hide_if_not_checked + .label_hide_if_checked {
  56. display: none;
  57. }
  58. input[type=checkbox]:not(:checked) + .label_hide_if_not_checked,
  59. input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not_checked {
  60. display: none;
  61. }
  62. .onoff-checkbox {
  63. width: 15%;
  64. }
  65. .onoffswitch {
  66. position: relative;
  67. width: 110px;
  68. -webkit-user-select: none;
  69. -moz-user-select: none;
  70. -ms-user-select: none;
  71. }
  72. .onoffswitch-checkbox {
  73. opacity: 0;
  74. position: absolute;
  75. }
  76. .onoffswitch-checkbox:before {
  77. content: "";
  78. display: inline-block;
  79. width: 16px;
  80. height: 16px;
  81. margin-right: 10px;
  82. position: absolute;
  83. left: 0;
  84. bottom: 1px;
  85. background-color: #fff;
  86. border: 1px solid #ccc;
  87. border-radius: 0px;
  88. }
  89. .onoffswitch-label {
  90. display: block;
  91. overflow: hidden;
  92. cursor: pointer;
  93. border: 2px solid #FFFFFF !important;
  94. border-radius: 50px !important;
  95. }
  96. .onoffswitch-inner {
  97. display: block;
  98. transition: margin 0.3s ease-in 0s;
  99. }
  100. .onoffswitch-inner:before,
  101. .onoffswitch-inner:after {
  102. display: block;
  103. float: left;
  104. width: 50%;
  105. height: 30px;
  106. padding: 0;
  107. line-height: 40px;
  108. font-size: 20px;
  109. box-sizing: border-box;
  110. content: "";
  111. background-color: #EEEEEE;
  112. }
  113. .onoffswitch-switch {
  114. display: block;
  115. width: 37px;
  116. background-color: #01D7D4;
  117. position: absolute;
  118. top: 0;
  119. bottom: 0;
  120. right: 0px;
  121. border: 2px solid #FFFFFF;
  122. border-radius: 50px !important;
  123. transition: all 0.3s ease-in 0s;
  124. }
  125. .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  126. margin-right: 0;
  127. }
  128. .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  129. right: 71px;
  130. background-color: #A1A1A1;
  131. }
  132. .onoffswitch-checkbox:focus + .onoffswitch-label .onoffswitch-switch {
  133. border: 3px solid #444444;
  134. }
  135. .result_header {
  136. margin-top: 0px;
  137. margin-bottom: 2px;
  138. font-size: 16px;
  139. }
  140. .result_header .favicon {
  141. margin-bottom: -3px;
  142. }
  143. .result_header a {
  144. color: #29314D;
  145. text-decoration: none;
  146. }
  147. .result_header a:hover {
  148. color: #0088CC;
  149. }
  150. .result_header a:visited {
  151. color: #684898;
  152. }
  153. .result_header a .highlight {
  154. background-color: #F6F9FA;
  155. }
  156. .result-content,
  157. .result-format,
  158. .result-source {
  159. margin-top: 2px;
  160. margin-bottom: 0;
  161. word-wrap: break-word;
  162. color: #666;
  163. font-size: 13px;
  164. }
  165. .result .highlight {
  166. font-weight: bold;
  167. }
  168. .result-source {
  169. font-size: 10px;
  170. float: left;
  171. }
  172. .result-format {
  173. font-size: 10px;
  174. float: right;
  175. }
  176. .result-abstract {
  177. margin-top: 0.5em;
  178. margin-bottom: 0.8em;
  179. }
  180. .external-link {
  181. color: #068922;
  182. font-size: 12px;
  183. margin-bottom: 15px;
  184. }
  185. .external-link a {
  186. margin-right: 3px;
  187. }
  188. .result-default,
  189. .result-code,
  190. .result-torrent,
  191. .result-videos,
  192. .result-map {
  193. clear: both;
  194. padding: 0.5em 4px;
  195. }
  196. .result-default:hover,
  197. .result-code:hover,
  198. .result-torrent:hover,
  199. .result-videos:hover,
  200. .result-map:hover {
  201. background-color: #F6F9FA;
  202. }
  203. .result-images {
  204. float: left !important;
  205. margin: 0;
  206. padding: 0;
  207. }
  208. .result-images a {
  209. display: block;
  210. width: 100%;
  211. background-size: cover;
  212. }
  213. .result-images a .img-thumbnail {
  214. border: none !important;
  215. padding: 0;
  216. }
  217. .result-images a:hover,
  218. .result-images a:focus {
  219. outline: 0;
  220. }
  221. .result-images a:hover .img-thumbnail,
  222. .result-images a:focus .img-thumbnail {
  223. box-shadow: 5px 5px 15px 0px black;
  224. }
  225. .result-images.js a .img-thumbnail {
  226. max-height: inherit;
  227. min-height: inherit;
  228. }
  229. .result-images:not(.js) {
  230. width: 25%;
  231. padding: 3px 13px 13px 3px;
  232. }
  233. .result-images:not(.js) a .img-thumbnail {
  234. margin: 0;
  235. max-height: 128px;
  236. min-height: 128px;
  237. }
  238. .img-thumbnail {
  239. margin: 5px;
  240. max-height: 128px;
  241. min-height: 128px;
  242. }
  243. .result-videos {
  244. clear: both;
  245. }
  246. .result-videos hr {
  247. margin: 5px 0 15px 0;
  248. }
  249. .result-videos .collapse {
  250. width: 100%;
  251. }
  252. .result-videos .in {
  253. margin-bottom: 8px;
  254. }
  255. .result-torrent {
  256. clear: both;
  257. }
  258. .result-torrent b {
  259. margin-right: 5px;
  260. margin-left: 5px;
  261. }
  262. .result-torrent .seeders {
  263. color: #2ecc71;
  264. }
  265. .result-torrent .leechers {
  266. color: #F35E77;
  267. }
  268. .result-metadata {
  269. clear: both;
  270. margin: 1em;
  271. }
  272. .result-metadata td {
  273. padding-right: 1em;
  274. color: #A4A4A4;
  275. }
  276. .result-metadata td:first-of-type {
  277. color: #666;
  278. }
  279. .result-map {
  280. clear: both;
  281. }
  282. .result-map .img-thumbnail {
  283. float: right;
  284. width: auto;
  285. height: 120px;
  286. border: 0;
  287. background: inherit;
  288. }
  289. .result-map .img-type {
  290. width: 20px;
  291. max-height: 20px;
  292. }
  293. .result-map .result-map-details {
  294. font-size: 13px;
  295. border-collapse: separate;
  296. border-spacing: 0 0.35rem;
  297. }
  298. .result-map .result-map-details th {
  299. font-weight: inherit;
  300. width: 20rem;
  301. vertical-align: top;
  302. }
  303. .result-map .result-map-details td {
  304. vertical-align: top;
  305. }
  306. .result-code {
  307. clear: both;
  308. }
  309. .result-code .code-fork,
  310. .result-code .code-fork a {
  311. color: #666;
  312. }
  313. .suggestion_item {
  314. margin: 2px 5px;
  315. max-width: 100%;
  316. }
  317. .suggestion_item .btn {
  318. max-width: 100%;
  319. white-space: normal;
  320. word-wrap: break-word;
  321. text-align: left;
  322. }
  323. .result_download {
  324. margin-right: 5px;
  325. }
  326. #pagination {
  327. margin-top: 30px;
  328. padding-bottom: 60px;
  329. }
  330. .label-default {
  331. color: #666;
  332. background: transparent;
  333. }
  334. .result .text-muted small {
  335. word-wrap: break-word;
  336. }
  337. .modal-wrapper {
  338. box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  339. }
  340. .modal-wrapper {
  341. background-clip: padding-box;
  342. background-color: #fff;
  343. border: 1px solid rgba(0, 0, 0, 0.2);
  344. border-radius: 6px;
  345. box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  346. outline: 0 none;
  347. position: relative;
  348. }
  349. @media screen and (max-width: 75em) {
  350. .img-thumbnail {
  351. object-fit: cover;
  352. }
  353. }
  354. .infobox .panel-heading {
  355. background-color: #F6F9FA;
  356. }
  357. .infobox .panel-heading .panel-title {
  358. font-weight: 700;
  359. }
  360. .infobox .header_url {
  361. white-space: nowrap;
  362. overflow: hidden;
  363. text-overflow: ellipsis;
  364. display: block;
  365. }
  366. .infobox p {
  367. font-family: "DejaVu Serif", Georgia, Cambria, "Times New Roman", Times, serif !important;
  368. font-style: italic;
  369. }
  370. .infobox img {
  371. max-height: "250px";
  372. }
  373. .infobox .btn {
  374. background-color: #007AB8;
  375. border: none;
  376. }
  377. .infobox .btn a {
  378. color: white;
  379. margin: 5px;
  380. }
  381. .infobox .infobox_part {
  382. margin-bottom: 20px;
  383. word-wrap: break-word;
  384. table-layout: fixed;
  385. }
  386. .infobox .infobox_part:last-child {
  387. margin-bottom: 0;
  388. }
  389. .infobox .infobox_toggle {
  390. width: 100%;
  391. text-align: center;
  392. margin-bottom: 0px;
  393. cursor: pointer;
  394. }
  395. .infobox .infobox_toggle:hover {
  396. background: #DDD;
  397. }
  398. .infobox .infobox_checkbox ~ .infobox_body {
  399. max-height: 300px;
  400. overflow: hidden;
  401. }
  402. .infobox .infobox_checkbox:checked ~ .infobox_body {
  403. max-height: none;
  404. }
  405. .infobox .infobox_checkbox ~ .infobox_toggle .infobox_label_down {
  406. display: block;
  407. }
  408. .infobox .infobox_checkbox ~ .infobox_toggle .infobox_label_up {
  409. display: none;
  410. }
  411. .infobox .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_up {
  412. display: block;
  413. }
  414. .infobox .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_down {
  415. display: none;
  416. }
  417. .infobox .infobox_checkbox ~ .infobox_body img.infobox_part {
  418. display: none;
  419. }
  420. .infobox .infobox_checkbox:checked ~ .infobox_body img.infobox_part {
  421. display: block;
  422. }
  423. .search_categories,
  424. #categories {
  425. text-transform: capitalize;
  426. margin-bottom: 0.5rem;
  427. display: flex;
  428. flex-wrap: wrap;
  429. flex-flow: row wrap;
  430. align-content: stretch;
  431. }
  432. .search_categories a,
  433. #categories a {
  434. height: 3rem;
  435. flex-grow: 1;
  436. flex-basis: auto;
  437. border: #DDD 1px solid;
  438. border-right: none;
  439. color: #666;
  440. padding-bottom: 0.3rem;
  441. padding-top: 0.1rem;
  442. text-align: center;
  443. min-width: 50px;
  444. }
  445. .search_categories label,
  446. #categories label,
  447. .search_categories .input-group-addon,
  448. #categories .input-group-addon {
  449. flex-grow: 1;
  450. flex-basis: auto;
  451. font-size: 1.2rem;
  452. font-weight: normal;
  453. background-color: white;
  454. border: none;
  455. border-right: none;
  456. color: #666;
  457. padding-bottom: 0;
  458. padding-top: 0;
  459. text-align: center;
  460. width: 100%;
  461. height: 100%;
  462. }
  463. .search_categories a:last-child,
  464. #categories a:last-child,
  465. .search_categories .input-group-addon:last-child,
  466. #categories .input-group-addon:last-child {
  467. border-right: #DDD 1px solid;
  468. }
  469. .search_categories input[type="checkbox"]:checked + a,
  470. #categories input[type="checkbox"]:checked + a {
  471. color: #29314D;
  472. font-weight: bold;
  473. border-bottom: #01D7D4 5px solid;
  474. }
  475. #main-logo {
  476. margin-top: 10vh;
  477. margin-bottom: 25px;
  478. }
  479. #main-logo > img {
  480. max-width: 350px;
  481. width: 80%;
  482. }
  483. #q {
  484. box-shadow: none;
  485. border-right: none;
  486. border-color: #888;
  487. }
  488. #search_form .input-group-btn .btn {
  489. border-color: #888;
  490. }
  491. #search_form .input-group-btn .btn:hover {
  492. background-color: #068922;
  493. color: white;
  494. }
  495. .custom-select,
  496. .custom-select-rtl {
  497. appearance: none;
  498. -webkit-appearance: none;
  499. -moz-appearance: none;
  500. font-size: 1.2rem;
  501. font-weight: normal;
  502. background-color: white;
  503. border: #888 1px solid;
  504. color: #666;
  505. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAQAAACR313BAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAABFkAAARZAVnbJUkAAAAHdElNRQfgBxgLDwB20OFsAAAAbElEQVQY073OsQ3CMAAEwJMYwJGnsAehpoXJItltBkmcdZBYgIIiQoLglnz3ui+eP+bk5uneteTMZJa6OJuIqvYzSJoqwqBq8gdmTTW86/dghxAUq4xsVYT9laBYXCw93Aajh7GPEF23t4fkBYevGFTANkPRAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA3LTI0VDExOjU1OjU4KzAyOjAwRFqFOQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wNy0yNFQxMToxNTowMCswMjowMP7RDgQAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) 96% no-repeat;
  506. padding-right: 26px;
  507. text-overflow: ellipsis;
  508. }
  509. .custom-select-rtl {
  510. background-position-x: 4%;
  511. }
  512. .search-margin {
  513. margin-bottom: 0.6em;
  514. }
  515. .visually-hidden {
  516. position: absolute !important;
  517. height: 1px;
  518. width: 1px;
  519. overflow: hidden;
  520. clip: rect(1px, 1px, 1px, 1px);
  521. white-space: nowrap;
  522. }
  523. .label-danger,
  524. .btn-danger {
  525. background: #c9432f;
  526. }
  527. .label-success,
  528. .btn-success {
  529. background: #068922;
  530. }
  531. select.form-control {
  532. border-color: #888 !important;
  533. }
  534. #advanced-search-container {
  535. display: none;
  536. text-align: left;
  537. margin-bottom: 1rem;
  538. clear: both;
  539. }
  540. #advanced-search-container label,
  541. #advanced-search-container .input-group-addon {
  542. font-size: 1.2rem;
  543. font-weight: normal;
  544. background-color: white;
  545. border: #DDD 1px solid;
  546. border-right: none;
  547. color: #666;
  548. padding-bottom: 0.4rem;
  549. padding-right: 0.7rem;
  550. padding-left: 0.7rem;
  551. }
  552. #advanced-search-container label:last-child,
  553. #advanced-search-container .input-group-addon:last-child {
  554. border-right: #DDD 1px solid;
  555. }
  556. #advanced-search-container input[type="radio"] {
  557. display: none;
  558. }
  559. #advanced-search-container input[type="radio"]:checked + label {
  560. color: #29314D;
  561. font-weight: bold;
  562. border-bottom: #01D7D4 5px solid;
  563. }
  564. #check-advanced:focus + label {
  565. text-decoration: underline;
  566. }
  567. #check-advanced:checked ~ #advanced-search-container {
  568. display: block;
  569. }
  570. .advanced {
  571. padding: 0;
  572. margin-top: 0.3rem;
  573. text-align: right;
  574. }
  575. .advanced label,
  576. .advanced select {
  577. cursor: pointer;
  578. }
  579. .cursor-text {
  580. cursor: text !important;
  581. }
  582. .cursor-pointer {
  583. cursor: pointer !important;
  584. }
  585. pre,
  586. code {
  587. font-family: 'Ubuntu Mono', 'Courier New', 'Lucida Console', monospace !important;
  588. }
  589. /*
  590. this file is generated automatically by searx_extra/update/update_pygments.py
  591. using pygments version 2.8.0
  592. */
  593. .code-highlight .linenos {
  594. -webkit-touch-callout: none;
  595. -webkit-user-select: none;
  596. -khtml-user-select: none;
  597. -moz-user-select: none;
  598. -ms-user-select: none;
  599. user-select: none;
  600. cursor: default;
  601. margin-right: 8px;
  602. text-align: right;
  603. }
  604. .code-highlight .linenos::selection {
  605. background: transparent;
  606. /* WebKit/Blink Browsers */
  607. }
  608. .code-highlight .linenos::-moz-selection {
  609. background: transparent;
  610. /* Gecko Browsers */
  611. }
  612. .code-highlight pre {
  613. line-height: 125%;
  614. }
  615. .code-highlight td.linenos .normal {
  616. color: inherit;
  617. background-color: transparent;
  618. padding-left: 5px;
  619. padding-right: 5px;
  620. }
  621. .code-highlight span.linenos {
  622. color: inherit;
  623. background-color: transparent;
  624. padding-left: 5px;
  625. padding-right: 5px;
  626. }
  627. .code-highlight td.linenos .special {
  628. color: #000000;
  629. background-color: #ffffc0;
  630. padding-left: 5px;
  631. padding-right: 5px;
  632. }
  633. .code-highlight span.linenos.special {
  634. color: #000000;
  635. background-color: #ffffc0;
  636. padding-left: 5px;
  637. padding-right: 5px;
  638. }
  639. .code-highlight .hll {
  640. background-color: #ffffcc;
  641. }
  642. .code-highlight {
  643. background: #282C34;
  644. }
  645. .code-highlight .c {
  646. color: #556366;
  647. font-style: italic;
  648. }
  649. /* Comment */
  650. .code-highlight .err {
  651. border: 1px solid #ff0000;
  652. }
  653. /* Error */
  654. .code-highlight .k {
  655. color: #BE74D5;
  656. font-weight: bold;
  657. }
  658. /* Keyword */
  659. .code-highlight .o {
  660. color: #D19A66;
  661. }
  662. /* Operator */
  663. .code-highlight .ch {
  664. color: #556366;
  665. font-style: italic;
  666. }
  667. /* Comment.Hashbang */
  668. .code-highlight .cm {
  669. color: #556366;
  670. font-style: italic;
  671. }
  672. /* Comment.Multiline */
  673. .code-highlight .cp {
  674. color: #BC7A00;
  675. font-style: italic;
  676. }
  677. /* Comment.Preproc */
  678. .code-highlight .cpf {
  679. color: #556366;
  680. font-style: italic;
  681. }
  682. /* Comment.PreprocFile */
  683. .code-highlight .c1 {
  684. color: #556366;
  685. font-style: italic;
  686. }
  687. /* Comment.Single */
  688. .code-highlight .cs {
  689. color: #556366;
  690. font-style: italic;
  691. }
  692. /* Comment.Special */
  693. .code-highlight .gd {
  694. color: #A00000;
  695. }
  696. /* Generic.Deleted */
  697. .code-highlight .ge {
  698. font-style: italic;
  699. }
  700. /* Generic.Emph */
  701. .code-highlight .gr {
  702. color: #FF0000;
  703. }
  704. /* Generic.Error */
  705. .code-highlight .gh {
  706. color: #000080;
  707. font-weight: bold;
  708. }
  709. /* Generic.Heading */
  710. .code-highlight .gi {
  711. color: #00A000;
  712. }
  713. /* Generic.Inserted */
  714. .code-highlight .go {
  715. color: #888888;
  716. }
  717. /* Generic.Output */
  718. .code-highlight .gp {
  719. color: #000080;
  720. font-weight: bold;
  721. }
  722. /* Generic.Prompt */
  723. .code-highlight .gs {
  724. font-weight: bold;
  725. }
  726. /* Generic.Strong */
  727. .code-highlight .gu {
  728. color: #800080;
  729. font-weight: bold;
  730. }
  731. /* Generic.Subheading */
  732. .code-highlight .gt {
  733. color: #0044DD;
  734. }
  735. /* Generic.Traceback */
  736. .code-highlight .kc {
  737. color: #BE74D5;
  738. font-weight: bold;
  739. }
  740. /* Keyword.Constant */
  741. .code-highlight .kd {
  742. color: #BE74D5;
  743. font-weight: bold;
  744. }
  745. /* Keyword.Declaration */
  746. .code-highlight .kn {
  747. color: #BE74D5;
  748. font-weight: bold;
  749. }
  750. /* Keyword.Namespace */
  751. .code-highlight .kp {
  752. color: #BE74D5;
  753. font-weight: bold;
  754. }
  755. /* Keyword.Pseudo */
  756. .code-highlight .kr {
  757. color: #BE74D5;
  758. font-weight: bold;
  759. }
  760. /* Keyword.Reserved */
  761. .code-highlight .kt {
  762. color: #D46C72;
  763. font-weight: bold;
  764. }
  765. /* Keyword.Type */
  766. .code-highlight .m {
  767. color: #D19A66;
  768. }
  769. /* Literal.Number */
  770. .code-highlight .s {
  771. color: #86C372;
  772. }
  773. /* Literal.String */
  774. .code-highlight .na {
  775. color: #7D9029;
  776. }
  777. /* Name.Attribute */
  778. .code-highlight .nb {
  779. color: #BE74D5;
  780. }
  781. /* Name.Builtin */
  782. .code-highlight .nc {
  783. color: #61AFEF;
  784. font-weight: bold;
  785. }
  786. /* Name.Class */
  787. .code-highlight .no {
  788. color: #D19A66;
  789. }
  790. /* Name.Constant */
  791. .code-highlight .nd {
  792. color: #AA22FF;
  793. }
  794. /* Name.Decorator */
  795. .code-highlight .ni {
  796. color: #999999;
  797. font-weight: bold;
  798. }
  799. /* Name.Entity */
  800. .code-highlight .ne {
  801. color: #D2413A;
  802. font-weight: bold;
  803. }
  804. /* Name.Exception */
  805. .code-highlight .nf {
  806. color: #61AFEF;
  807. }
  808. /* Name.Function */
  809. .code-highlight .nl {
  810. color: #A0A000;
  811. }
  812. /* Name.Label */
  813. .code-highlight .nn {
  814. color: #61AFEF;
  815. font-weight: bold;
  816. }
  817. /* Name.Namespace */
  818. .code-highlight .nt {
  819. color: #BE74D5;
  820. font-weight: bold;
  821. }
  822. /* Name.Tag */
  823. .code-highlight .nv {
  824. color: #DFC06F;
  825. }
  826. /* Name.Variable */
  827. .code-highlight .ow {
  828. color: #AA22FF;
  829. font-weight: bold;
  830. }
  831. /* Operator.Word */
  832. .code-highlight .w {
  833. color: #D7DAE0;
  834. }
  835. /* Text.Whitespace */
  836. .code-highlight .mb {
  837. color: #D19A66;
  838. }
  839. /* Literal.Number.Bin */
  840. .code-highlight .mf {
  841. color: #D19A66;
  842. }
  843. /* Literal.Number.Float */
  844. .code-highlight .mh {
  845. color: #D19A66;
  846. }
  847. /* Literal.Number.Hex */
  848. .code-highlight .mi {
  849. color: #D19A66;
  850. }
  851. /* Literal.Number.Integer */
  852. .code-highlight .mo {
  853. color: #D19A66;
  854. }
  855. /* Literal.Number.Oct */
  856. .code-highlight .sa {
  857. color: #86C372;
  858. }
  859. /* Literal.String.Affix */
  860. .code-highlight .sb {
  861. color: #86C372;
  862. }
  863. /* Literal.String.Backtick */
  864. .code-highlight .sc {
  865. color: #86C372;
  866. }
  867. /* Literal.String.Char */
  868. .code-highlight .dl {
  869. color: #86C372;
  870. }
  871. /* Literal.String.Delimiter */
  872. .code-highlight .sd {
  873. color: #86C372;
  874. font-style: italic;
  875. }
  876. /* Literal.String.Doc */
  877. .code-highlight .s2 {
  878. color: #86C372;
  879. }
  880. /* Literal.String.Double */
  881. .code-highlight .se {
  882. color: #BB6622;
  883. font-weight: bold;
  884. }
  885. /* Literal.String.Escape */
  886. .code-highlight .sh {
  887. color: #86C372;
  888. }
  889. /* Literal.String.Heredoc */
  890. .code-highlight .si {
  891. color: #BB6688;
  892. font-weight: bold;
  893. }
  894. /* Literal.String.Interpol */
  895. .code-highlight .sx {
  896. color: #BE74D5;
  897. }
  898. /* Literal.String.Other */
  899. .code-highlight .sr {
  900. color: #BB6688;
  901. }
  902. /* Literal.String.Regex */
  903. .code-highlight .s1 {
  904. color: #86C372;
  905. }
  906. /* Literal.String.Single */
  907. .code-highlight .ss {
  908. color: #DFC06F;
  909. }
  910. /* Literal.String.Symbol */
  911. .code-highlight .bp {
  912. color: #BE74D5;
  913. }
  914. /* Name.Builtin.Pseudo */
  915. .code-highlight .fm {
  916. color: #61AFEF;
  917. }
  918. /* Name.Function.Magic */
  919. .code-highlight .vc {
  920. color: #DFC06F;
  921. }
  922. /* Name.Variable.Class */
  923. .code-highlight .vg {
  924. color: #DFC06F;
  925. }
  926. /* Name.Variable.Global */
  927. .code-highlight .vi {
  928. color: #DFC06F;
  929. }
  930. /* Name.Variable.Instance */
  931. .code-highlight .vm {
  932. color: #DFC06F;
  933. }
  934. /* Name.Variable.Magic */
  935. .code-highlight .il {
  936. color: #D19A66;
  937. }
  938. /* Literal.Number.Integer.Long */
  939. .code-highlight pre {
  940. margin-bottom: 25px;
  941. padding: 20px 10px;
  942. background-color: inherit;
  943. color: inherit;
  944. border: inherit;
  945. color: #D7DAE0;
  946. }
  947. .table > tbody > tr > td,
  948. .table > tbody > tr > th {
  949. vertical-align: middle !important;
  950. }
  951. .nav-tabs.nav-justified {
  952. margin-bottom: 20px;
  953. }
  954. p {
  955. margin: 10px 0;
  956. }
  957. input.cursor-text {
  958. margin: 10px 0;
  959. }
  960. .engine-tooltip {
  961. display: none;
  962. position: absolute;
  963. padding: 0.5rem 1rem;
  964. margin: 0rem 0 0 2rem;
  965. border: 1px solid #ddd;
  966. background: white;
  967. font-size: 14px;
  968. font-weight: normal;
  969. z-index: 1000000;
  970. }
  971. th:hover .engine-tooltip,
  972. .engine-tooltip:hover {
  973. display: inline-block;
  974. }