rss.min.css 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788
  1. /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  2. /* Document
  3. ========================================================================== */
  4. /**
  5. * 1. Correct the line height in all browsers.
  6. * 2. Prevent adjustments of font size after orientation changes in iOS.
  7. */
  8. html {
  9. line-height: 1.15; /* 1 */
  10. -webkit-text-size-adjust: 100%; /* 2 */
  11. }
  12. /* Sections
  13. ========================================================================== */
  14. /**
  15. * Remove the margin in all browsers.
  16. */
  17. body {
  18. margin: 0;
  19. }
  20. /**
  21. * Render the `main` element consistently in IE.
  22. */
  23. main {
  24. display: block;
  25. }
  26. /**
  27. * Correct the font size and margin on `h1` elements within `section` and
  28. * `article` contexts in Chrome, Firefox, and Safari.
  29. */
  30. h1 {
  31. font-size: 2em;
  32. margin: 0.67em 0;
  33. }
  34. /* Grouping content
  35. ========================================================================== */
  36. /**
  37. * 1. Add the correct box sizing in Firefox.
  38. * 2. Show the overflow in Edge and IE.
  39. */
  40. hr {
  41. box-sizing: content-box; /* 1 */
  42. height: 0; /* 1 */
  43. overflow: visible; /* 2 */
  44. }
  45. /**
  46. * 1. Correct the inheritance and scaling of font size in all browsers.
  47. * 2. Correct the odd `em` font sizing in all browsers.
  48. */
  49. pre {
  50. font-family: monospace, monospace; /* 1 */
  51. font-size: 1em; /* 2 */
  52. }
  53. /* Text-level semantics
  54. ========================================================================== */
  55. /**
  56. * Remove the gray background on active links in IE 10.
  57. */
  58. a {
  59. background-color: transparent;
  60. }
  61. /**
  62. * 1. Remove the bottom border in Chrome 57-
  63. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  64. */
  65. abbr[title] {
  66. border-bottom: none; /* 1 */
  67. text-decoration: underline; /* 2 */
  68. text-decoration: underline dotted; /* 2 */
  69. }
  70. /**
  71. * Add the correct font weight in Chrome, Edge, and Safari.
  72. */
  73. b,
  74. strong {
  75. font-weight: bolder;
  76. }
  77. /**
  78. * 1. Correct the inheritance and scaling of font size in all browsers.
  79. * 2. Correct the odd `em` font sizing in all browsers.
  80. */
  81. code,
  82. kbd,
  83. samp {
  84. font-family: monospace, monospace; /* 1 */
  85. font-size: 1em; /* 2 */
  86. }
  87. /**
  88. * Add the correct font size in all browsers.
  89. */
  90. small {
  91. font-size: 80%;
  92. }
  93. /**
  94. * Prevent `sub` and `sup` elements from affecting the line height in
  95. * all browsers.
  96. */
  97. sub,
  98. sup {
  99. font-size: 75%;
  100. line-height: 0;
  101. position: relative;
  102. vertical-align: baseline;
  103. }
  104. sub {
  105. bottom: -0.25em;
  106. }
  107. sup {
  108. top: -0.5em;
  109. }
  110. /* Embedded content
  111. ========================================================================== */
  112. /**
  113. * Remove the border on images inside links in IE 10.
  114. */
  115. img {
  116. border-style: none;
  117. }
  118. /* Forms
  119. ========================================================================== */
  120. /**
  121. * 1. Change the font styles in all browsers.
  122. * 2. Remove the margin in Firefox and Safari.
  123. */
  124. button,
  125. input,
  126. optgroup,
  127. select,
  128. textarea {
  129. font-family: inherit; /* 1 */
  130. font-size: 100%; /* 1 */
  131. line-height: 1.15; /* 1 */
  132. margin: 0; /* 2 */
  133. }
  134. /**
  135. * Show the overflow in IE.
  136. * 1. Show the overflow in Edge.
  137. */
  138. button,
  139. input { /* 1 */
  140. overflow: visible;
  141. }
  142. /**
  143. * Remove the inheritance of text transform in Edge, Firefox, and IE.
  144. * 1. Remove the inheritance of text transform in Firefox.
  145. */
  146. button,
  147. select { /* 1 */
  148. text-transform: none;
  149. }
  150. /**
  151. * Correct the inability to style clickable types in iOS and Safari.
  152. */
  153. button,
  154. [type="button"],
  155. [type="reset"],
  156. [type="submit"] {
  157. -webkit-appearance: button;
  158. }
  159. /**
  160. * Remove the inner border and padding in Firefox.
  161. */
  162. button::-moz-focus-inner,
  163. [type="button"]::-moz-focus-inner,
  164. [type="reset"]::-moz-focus-inner,
  165. [type="submit"]::-moz-focus-inner {
  166. border-style: none;
  167. padding: 0;
  168. }
  169. /**
  170. * Restore the focus styles unset by the previous rule.
  171. */
  172. button:-moz-focusring,
  173. [type="button"]:-moz-focusring,
  174. [type="reset"]:-moz-focusring,
  175. [type="submit"]:-moz-focusring {
  176. outline: 1px dotted ButtonText;
  177. }
  178. /**
  179. * Correct the padding in Firefox.
  180. */
  181. fieldset {
  182. padding: 0.35em 0.75em 0.625em;
  183. }
  184. /**
  185. * 1. Correct the text wrapping in Edge and IE.
  186. * 2. Correct the color inheritance from `fieldset` elements in IE.
  187. * 3. Remove the padding so developers are not caught out when they zero out
  188. * `fieldset` elements in all browsers.
  189. */
  190. legend {
  191. box-sizing: border-box; /* 1 */
  192. color: inherit; /* 2 */
  193. display: table; /* 1 */
  194. max-width: 100%; /* 1 */
  195. padding: 0; /* 3 */
  196. white-space: normal; /* 1 */
  197. }
  198. /**
  199. * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  200. */
  201. progress {
  202. vertical-align: baseline;
  203. }
  204. /**
  205. * Remove the default vertical scrollbar in IE 10+.
  206. */
  207. textarea {
  208. overflow: auto;
  209. }
  210. /**
  211. * 1. Add the correct box sizing in IE 10.
  212. * 2. Remove the padding in IE 10.
  213. */
  214. [type="checkbox"],
  215. [type="radio"] {
  216. box-sizing: border-box; /* 1 */
  217. padding: 0; /* 2 */
  218. }
  219. /**
  220. * Correct the cursor style of increment and decrement buttons in Chrome.
  221. */
  222. [type="number"]::-webkit-inner-spin-button,
  223. [type="number"]::-webkit-outer-spin-button {
  224. height: auto;
  225. }
  226. /**
  227. * 1. Correct the odd appearance in Chrome and Safari.
  228. * 2. Correct the outline style in Safari.
  229. */
  230. [type="search"] {
  231. -webkit-appearance: textfield; /* 1 */
  232. outline-offset: -2px; /* 2 */
  233. }
  234. /**
  235. * Remove the inner padding in Chrome and Safari on macOS.
  236. */
  237. [type="search"]::-webkit-search-decoration {
  238. -webkit-appearance: none;
  239. }
  240. /**
  241. * 1. Correct the inability to style clickable types in iOS and Safari.
  242. * 2. Change font properties to `inherit` in Safari.
  243. */
  244. ::-webkit-file-upload-button {
  245. -webkit-appearance: button; /* 1 */
  246. font: inherit; /* 2 */
  247. }
  248. /* Interactive
  249. ========================================================================== */
  250. /*
  251. * Add the correct display in Edge, IE 10+, and Firefox.
  252. */
  253. details {
  254. display: block;
  255. }
  256. /*
  257. * Add the correct display in all browsers.
  258. */
  259. summary {
  260. display: list-item;
  261. }
  262. /* Misc
  263. ========================================================================== */
  264. /**
  265. * Add the correct display in IE 10+.
  266. */
  267. template {
  268. display: none;
  269. }
  270. /**
  271. * Add the correct display in IE 10.
  272. */
  273. [hidden] {
  274. display: none;
  275. }
  276. /*
  277. * SearXNG, A privacy-respecting, hackable metasearch engine
  278. *
  279. * To change the colors of the site, simple edit this variables
  280. */
  281. :root {
  282. --color-base-font: #444;
  283. --color-base-font-rgb: 68, 68, 68;
  284. --color-base-background: #fff;
  285. --color-base-background-mobile: #f2f5f8;
  286. --color-url-font: #334999;
  287. --color-url-visited-font: #9822c3;
  288. --color-header-background: #fdfbff;
  289. --color-header-border: #ddd;
  290. --color-footer-background: #fdfbff;
  291. --color-footer-border: #ddd;
  292. --color-sidebar-border: #ddd;
  293. --color-sidebar-font: #000;
  294. --color-sidebar-background: #fff;
  295. --color-backtotop-font: #444;
  296. --color-backtotop-border: #ddd;
  297. --color-backtotop-background: #fff;
  298. --color-btn-background: #3050ff;
  299. --color-btn-font: #fff;
  300. --color-show-btn-background: #bbb;
  301. --color-show-btn-font: #000;
  302. --color-search-border: #bbb;
  303. --color-search-shadow: 0 2px 8px rgba(34, 38, 46, 0.25);
  304. --color-search-background: #fff;
  305. --color-search-font: #222;
  306. --color-search-background-hover: #3050ff;
  307. --color-error: #db3434;
  308. --color-error-background: #fae1e1;
  309. --color-warning: #dbba34;
  310. --color-warning-background: #faf5e1;
  311. --color-success: #42db34;
  312. --color-success-background: #e3fae1;
  313. --color-categories-item-selected-font: #3050ff;
  314. --color-categories-item-border-selected: #3050ff;
  315. --color-autocomplete-font: #000;
  316. --color-autocomplete-border: #bbb;
  317. --color-autocomplete-shadow: 0 2px 8px rgba(34, 38, 46, 0.25);
  318. --color-autocomplete-background: #fff;
  319. --color-autocomplete-background-hover: #e3e3e3;
  320. --color-answer-font: #444;
  321. --color-answer-background: #fff;
  322. --color-result-background: #fff;
  323. --color-result-border: #ddd;
  324. --color-result-url-font: #000;
  325. --color-result-vim-selected: #f7f7f7;
  326. --color-result-vim-arrow: #000bbb;
  327. --color-result-description-highlight-font: #000;
  328. --color-result-link-font: #000bbb;
  329. --color-result-link-font-highlight: #000bbb;
  330. --color-result-link-visited-font: #9822c3;
  331. --color-result-publishdate-font: #777;
  332. --color-result-engines-font: #545454;
  333. --color-result-search-url-border: #ddd;
  334. --color-result-search-url-font: #000;
  335. --color-result-image-span-font: #444;
  336. --color-result-image-span-font-selected: #fff;
  337. --color-result-image-background: #fff;
  338. --color-settings-tr-hover: #ebebeb;
  339. --color-settings-engine-description-font: #545454;
  340. --color-settings-table-group-background: #0001;
  341. --color-result-detail-font: #fff;
  342. --color-result-detail-label-font: lightgray;
  343. --color-result-detail-background: #242424;
  344. --color-result-detail-hr: #555;
  345. --color-result-detail-link: #8af;
  346. --color-result-detail-loader-border: rgba(255, 255, 255, 0.2);
  347. --color-result-detail-loader-borderleft: rgba(0, 0, 0, 0);
  348. --color-toolkit-badge-font: #fff;
  349. --color-toolkit-badge-background: #545454;
  350. --color-toolkit-kbd-font: #fff;
  351. --color-toolkit-kbd-background: #000;
  352. --color-toolkit-dialog-border: #ddd;
  353. --color-toolkit-dialog-background: #fff;
  354. --color-toolkit-tabs-label-border: #fff;
  355. --color-toolkit-tabs-section-border: #ddd;
  356. --color-toolkit-select-background: #e1e1e1;
  357. --color-toolkit-select-border: #ddd;
  358. --color-toolkit-select-background-hover: #bbb;
  359. --color-toolkit-input-text-font: #222;
  360. --color-toolkit-checkbox-onoff-off-background: #ddd;
  361. --color-toolkit-checkbox-onoff-on-background: #ddd;
  362. --color-toolkit-checkbox-onoff-on-mark-background: #3050ff;
  363. --color-toolkit-checkbox-onoff-on-mark-color: #fff;
  364. --color-toolkit-checkbox-onoff-off-mark-background: #aaa;
  365. --color-toolkit-checkbox-onoff-off-mark-color: #fff;
  366. --color-toolkit-checkbox-label-background: #ddd;
  367. --color-toolkit-checkbox-label-border: #ddd;
  368. --color-toolkit-checkbox-input-border: #3050ff;
  369. --color-toolkit-engine-tooltip-border: #ddd;
  370. --color-toolkit-engine-tooltip-background: #fff;
  371. --color-toolkit-loader-border: rgba(0, 0, 0, 0.2);
  372. --color-toolkit-loader-borderleft: rgba(255, 255, 255, 0);
  373. --color-doc-code: #003;
  374. --color-doc-code-background: #ddeaff;
  375. --color-bar-chart-primary: #5bc0de;
  376. --color-bar-chart-secondary: #deb15b;
  377. --color-image-resolution-background: rgba(0, 0, 0, 0.5);
  378. --color-image-resolution-font: #fff;
  379. --color-loading-indicator: rgba(255, 255, 255, 0.2);
  380. --color-loading-indicator-gap: #fff;
  381. --color-line-number: #64708d;
  382. --color-favicon-background-color: #ddd;
  383. --color-favicon-border-color: #ccc;
  384. }
  385. @media (prefers-color-scheme: dark) {
  386. :root.theme-auto {
  387. --color-base-font: #bbb;
  388. --color-base-font-rgb: 187, 187, 187;
  389. --color-base-background: #222428;
  390. --color-base-background-mobile: #222428;
  391. --color-url-font: #8af;
  392. --color-url-visited-font: #c09cd9;
  393. --color-header-background: #1e1e22;
  394. --color-header-border: #333;
  395. --color-footer-background: #1e1e22;
  396. --color-footer-border: #333;
  397. --color-sidebar-border: #555;
  398. --color-sidebar-font: #fff;
  399. --color-sidebar-background: #292c34;
  400. --color-backtotop-font: #bbb;
  401. --color-backtotop-border: #333;
  402. --color-backtotop-background: #2b2e36;
  403. --color-btn-background: #58f;
  404. --color-btn-font: #222;
  405. --color-show-btn-background: #555;
  406. --color-show-btn-font: #fff;
  407. --color-search-border: #555;
  408. --color-search-shadow: 0 2px 8px rgba(34, 38, 46, 0.25);
  409. --color-search-background: #2b2e36;
  410. --color-search-font: #fff;
  411. --color-search-background-hover: #58f;
  412. --color-error: #f55b5b;
  413. --color-error-background: #390a0a;
  414. --color-warning: #f1d561;
  415. --color-warning-background: #39300a;
  416. --color-success: #79f56e;
  417. --color-success-background: #0e390a;
  418. --color-categories-item-selected-font: #58f;
  419. --color-categories-item-border-selected: #58f;
  420. --color-autocomplete-font: #fff;
  421. --color-autocomplete-border: #555;
  422. --color-autocomplete-shadow: 0 2px 8px rgba(34, 38, 46, 0.25);
  423. --color-autocomplete-background: #2b2e36;
  424. --color-autocomplete-background-hover: #1e1e22;
  425. --color-answer-font: #bbb;
  426. --color-answer-background: #26292f;
  427. --color-result-background: #26292f;
  428. --color-result-border: #333;
  429. --color-result-url-font: #fff;
  430. --color-result-vim-selected: #1f1f23cc;
  431. --color-result-vim-arrow: #8af;
  432. --color-result-description-highlight-font: #fff;
  433. --color-result-link-font: #8af;
  434. --color-result-link-font-highlight: #8af;
  435. --color-result-link-visited-font: #c09cd9;
  436. --color-result-publishdate-font: #888;
  437. --color-result-engines-font: #a4a4a4;
  438. --color-result-search-url-border: #555;
  439. --color-result-search-url-font: #fff;
  440. --color-result-detail-font: #fff;
  441. --color-result-detail-label-font: lightgray;
  442. --color-result-detail-background: #1a1a1c;
  443. --color-result-detail-hr: #555;
  444. --color-result-detail-link: #8af;
  445. --color-result-detail-loader-border: rgba(255, 255, 255, 0.2);
  446. --color-result-detail-loader-borderleft: rgba(0, 0, 0, 0);
  447. --color-result-image-span-font: #bbb;
  448. --color-result-image-span-font-selected: #222;
  449. --color-result-image-background: #222;
  450. --color-settings-tr-hover: #2c2c32;
  451. --color-settings-engine-description-font: #909090;
  452. --color-settings-table-group-background: #1b1b21;
  453. --color-toolkit-badge-font: #fff;
  454. --color-toolkit-badge-background: #555;
  455. --color-toolkit-kbd-font: #000;
  456. --color-toolkit-kbd-background: #fff;
  457. --color-toolkit-dialog-border: #555;
  458. --color-toolkit-dialog-background: #1e1e22;
  459. --color-toolkit-tabs-label-border: #222;
  460. --color-toolkit-tabs-section-border: #555;
  461. --color-toolkit-select-background: #313338;
  462. --color-toolkit-select-border: #555;
  463. --color-toolkit-select-background-hover: #373b49;
  464. --color-toolkit-input-text-font: #fff;
  465. --color-toolkit-checkbox-onoff-off-background: #313338;
  466. --color-toolkit-checkbox-onoff-on-background: #313338;
  467. --color-toolkit-checkbox-onoff-on-mark-background: #58f;
  468. --color-toolkit-checkbox-onoff-on-mark-color: #222;
  469. --color-toolkit-checkbox-onoff-off-mark-background: #ddd;
  470. --color-toolkit-checkbox-onoff-off-mark-color: #222;
  471. --color-toolkit-checkbox-label-background: #222;
  472. --color-toolkit-checkbox-label-border: #333;
  473. --color-toolkit-checkbox-input-border: #58f;
  474. --color-toolkit-engine-tooltip-border: #333;
  475. --color-toolkit-engine-tooltip-background: #222;
  476. --color-toolkit-loader-border: rgba(255, 255, 255, 0.2);
  477. --color-toolkit-loader-borderleft: rgba(0, 0, 0, 0);
  478. --color-doc-code: #ddd;
  479. --color-doc-code-background: #4d5a6f;
  480. --color-favicon-background-color: #ddd;
  481. --color-favicon-border-color: #ccc;
  482. }
  483. }
  484. :root.theme-dark {
  485. --color-base-font: #bbb;
  486. --color-base-font-rgb: 187, 187, 187;
  487. --color-base-background: #222428;
  488. --color-base-background-mobile: #222428;
  489. --color-url-font: #8af;
  490. --color-url-visited-font: #c09cd9;
  491. --color-header-background: #1e1e22;
  492. --color-header-border: #333;
  493. --color-footer-background: #1e1e22;
  494. --color-footer-border: #333;
  495. --color-sidebar-border: #555;
  496. --color-sidebar-font: #fff;
  497. --color-sidebar-background: #292c34;
  498. --color-backtotop-font: #bbb;
  499. --color-backtotop-border: #333;
  500. --color-backtotop-background: #2b2e36;
  501. --color-btn-background: #58f;
  502. --color-btn-font: #222;
  503. --color-show-btn-background: #555;
  504. --color-show-btn-font: #fff;
  505. --color-search-border: #555;
  506. --color-search-shadow: 0 2px 8px rgba(34, 38, 46, 0.25);
  507. --color-search-background: #2b2e36;
  508. --color-search-font: #fff;
  509. --color-search-background-hover: #58f;
  510. --color-error: #f55b5b;
  511. --color-error-background: #390a0a;
  512. --color-warning: #f1d561;
  513. --color-warning-background: #39300a;
  514. --color-success: #79f56e;
  515. --color-success-background: #0e390a;
  516. --color-categories-item-selected-font: #58f;
  517. --color-categories-item-border-selected: #58f;
  518. --color-autocomplete-font: #fff;
  519. --color-autocomplete-border: #555;
  520. --color-autocomplete-shadow: 0 2px 8px rgba(34, 38, 46, 0.25);
  521. --color-autocomplete-background: #2b2e36;
  522. --color-autocomplete-background-hover: #1e1e22;
  523. --color-answer-font: #bbb;
  524. --color-answer-background: #26292f;
  525. --color-result-background: #26292f;
  526. --color-result-border: #333;
  527. --color-result-url-font: #fff;
  528. --color-result-vim-selected: #1f1f23cc;
  529. --color-result-vim-arrow: #8af;
  530. --color-result-description-highlight-font: #fff;
  531. --color-result-link-font: #8af;
  532. --color-result-link-font-highlight: #8af;
  533. --color-result-link-visited-font: #c09cd9;
  534. --color-result-publishdate-font: #888;
  535. --color-result-engines-font: #a4a4a4;
  536. --color-result-search-url-border: #555;
  537. --color-result-search-url-font: #fff;
  538. --color-result-detail-font: #fff;
  539. --color-result-detail-label-font: lightgray;
  540. --color-result-detail-background: #1a1a1c;
  541. --color-result-detail-hr: #555;
  542. --color-result-detail-link: #8af;
  543. --color-result-detail-loader-border: rgba(255, 255, 255, 0.2);
  544. --color-result-detail-loader-borderleft: rgba(0, 0, 0, 0);
  545. --color-result-image-span-font: #bbb;
  546. --color-result-image-span-font-selected: #222;
  547. --color-result-image-background: #222;
  548. --color-settings-tr-hover: #2c2c32;
  549. --color-settings-engine-description-font: #909090;
  550. --color-settings-table-group-background: #1b1b21;
  551. --color-toolkit-badge-font: #fff;
  552. --color-toolkit-badge-background: #555;
  553. --color-toolkit-kbd-font: #000;
  554. --color-toolkit-kbd-background: #fff;
  555. --color-toolkit-dialog-border: #555;
  556. --color-toolkit-dialog-background: #1e1e22;
  557. --color-toolkit-tabs-label-border: #222;
  558. --color-toolkit-tabs-section-border: #555;
  559. --color-toolkit-select-background: #313338;
  560. --color-toolkit-select-border: #555;
  561. --color-toolkit-select-background-hover: #373b49;
  562. --color-toolkit-input-text-font: #fff;
  563. --color-toolkit-checkbox-onoff-off-background: #313338;
  564. --color-toolkit-checkbox-onoff-on-background: #313338;
  565. --color-toolkit-checkbox-onoff-on-mark-background: #58f;
  566. --color-toolkit-checkbox-onoff-on-mark-color: #222;
  567. --color-toolkit-checkbox-onoff-off-mark-background: #ddd;
  568. --color-toolkit-checkbox-onoff-off-mark-color: #222;
  569. --color-toolkit-checkbox-label-background: #222;
  570. --color-toolkit-checkbox-label-border: #333;
  571. --color-toolkit-checkbox-input-border: #58f;
  572. --color-toolkit-engine-tooltip-border: #333;
  573. --color-toolkit-engine-tooltip-background: #222;
  574. --color-toolkit-loader-border: rgba(255, 255, 255, 0.2);
  575. --color-toolkit-loader-borderleft: rgba(0, 0, 0, 0);
  576. --color-doc-code: #ddd;
  577. --color-doc-code-background: #4d5a6f;
  578. --color-favicon-background-color: #ddd;
  579. --color-favicon-border-color: #ccc;
  580. }
  581. :root.theme-black {
  582. --color-base-font: #bbb;
  583. --color-base-font-rgb: 187, 187, 187;
  584. --color-base-background: #222428;
  585. --color-base-background-mobile: #222428;
  586. --color-url-font: #8af;
  587. --color-url-visited-font: #c09cd9;
  588. --color-header-background: #1e1e22;
  589. --color-header-border: #333;
  590. --color-footer-background: #1e1e22;
  591. --color-footer-border: #333;
  592. --color-sidebar-border: #555;
  593. --color-sidebar-font: #fff;
  594. --color-sidebar-background: #292c34;
  595. --color-backtotop-font: #bbb;
  596. --color-backtotop-border: #333;
  597. --color-backtotop-background: #2b2e36;
  598. --color-btn-background: #58f;
  599. --color-btn-font: #222;
  600. --color-show-btn-background: #555;
  601. --color-show-btn-font: #fff;
  602. --color-search-border: #555;
  603. --color-search-shadow: 0 2px 8px rgba(34, 38, 46, 0.25);
  604. --color-search-background: #2b2e36;
  605. --color-search-font: #fff;
  606. --color-search-background-hover: #58f;
  607. --color-error: #f55b5b;
  608. --color-error-background: #390a0a;
  609. --color-warning: #f1d561;
  610. --color-warning-background: #39300a;
  611. --color-success: #79f56e;
  612. --color-success-background: #0e390a;
  613. --color-categories-item-selected-font: #58f;
  614. --color-categories-item-border-selected: #58f;
  615. --color-autocomplete-font: #fff;
  616. --color-autocomplete-border: #555;
  617. --color-autocomplete-shadow: 0 2px 8px rgba(34, 38, 46, 0.25);
  618. --color-autocomplete-background: #2b2e36;
  619. --color-autocomplete-background-hover: #1e1e22;
  620. --color-answer-font: #bbb;
  621. --color-answer-background: #26292f;
  622. --color-result-background: #26292f;
  623. --color-result-border: #333;
  624. --color-result-url-font: #fff;
  625. --color-result-vim-selected: #1f1f23cc;
  626. --color-result-vim-arrow: #8af;
  627. --color-result-description-highlight-font: #fff;
  628. --color-result-link-font: #8af;
  629. --color-result-link-font-highlight: #8af;
  630. --color-result-link-visited-font: #c09cd9;
  631. --color-result-publishdate-font: #888;
  632. --color-result-engines-font: #a4a4a4;
  633. --color-result-search-url-border: #555;
  634. --color-result-search-url-font: #fff;
  635. --color-result-detail-font: #fff;
  636. --color-result-detail-label-font: lightgray;
  637. --color-result-detail-background: #1a1a1c;
  638. --color-result-detail-hr: #555;
  639. --color-result-detail-link: #8af;
  640. --color-result-detail-loader-border: rgba(255, 255, 255, 0.2);
  641. --color-result-detail-loader-borderleft: rgba(0, 0, 0, 0);
  642. --color-result-image-span-font: #bbb;
  643. --color-result-image-span-font-selected: #222;
  644. --color-result-image-background: #222;
  645. --color-settings-tr-hover: #2c2c32;
  646. --color-settings-engine-description-font: #909090;
  647. --color-settings-table-group-background: #1b1b21;
  648. --color-toolkit-badge-font: #fff;
  649. --color-toolkit-badge-background: #555;
  650. --color-toolkit-kbd-font: #000;
  651. --color-toolkit-kbd-background: #fff;
  652. --color-toolkit-dialog-border: #555;
  653. --color-toolkit-dialog-background: #1e1e22;
  654. --color-toolkit-tabs-label-border: #222;
  655. --color-toolkit-tabs-section-border: #555;
  656. --color-toolkit-select-background: #313338;
  657. --color-toolkit-select-border: #555;
  658. --color-toolkit-select-background-hover: #373b49;
  659. --color-toolkit-input-text-font: #fff;
  660. --color-toolkit-checkbox-onoff-off-background: #313338;
  661. --color-toolkit-checkbox-onoff-on-background: #313338;
  662. --color-toolkit-checkbox-onoff-on-mark-background: #58f;
  663. --color-toolkit-checkbox-onoff-on-mark-color: #222;
  664. --color-toolkit-checkbox-onoff-off-mark-background: #ddd;
  665. --color-toolkit-checkbox-onoff-off-mark-color: #222;
  666. --color-toolkit-checkbox-label-background: #222;
  667. --color-toolkit-checkbox-label-border: #333;
  668. --color-toolkit-checkbox-input-border: #58f;
  669. --color-toolkit-engine-tooltip-border: #333;
  670. --color-toolkit-engine-tooltip-background: #222;
  671. --color-toolkit-loader-border: rgba(255, 255, 255, 0.2);
  672. --color-toolkit-loader-borderleft: rgba(0, 0, 0, 0);
  673. --color-doc-code: #ddd;
  674. --color-doc-code-background: #4d5a6f;
  675. --color-favicon-background-color: #ddd;
  676. --color-favicon-border-color: #ccc;
  677. --color-base-background: #000;
  678. --color-base-background-mobile: #000;
  679. --color-header-background: #000;
  680. --color-footer-background: #000;
  681. --color-sidebar-background: #000;
  682. }
  683. html,
  684. body,
  685. main {
  686. padding: 0;
  687. margin: 0;
  688. }
  689. html {
  690. font-family: sans-serif;
  691. font-size: 0.9em;
  692. -webkit-text-size-adjust: 100%;
  693. -ms-text-size-adjust: 100%;
  694. -moz-text-size-adjust: 100%;
  695. text-size-adjust: 100%;
  696. color: var(--color-base-font);
  697. background-color: var(--color-base-background);
  698. scroll-behavior: smooth;
  699. }
  700. body {
  701. margin-inline: 1rem;
  702. }
  703. a {
  704. text-decoration: none;
  705. color: var(--color-url-font);
  706. }
  707. a:visited {
  708. color: var(--color-url-visited-font);
  709. }
  710. a:visited .highlight {
  711. color: var(--color-url-visited-font);
  712. }
  713. /*# sourceMappingURL=rss.min.css.map */