mirror of
https://github.com/searxng/searxng.git
synced 2025-02-22 06:46:16 +00:00
788 lines
No EOL
23 KiB
CSS
788 lines
No EOL
23 KiB
CSS
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
|
|
|
|
/* Document
|
|
========================================================================== */
|
|
|
|
/**
|
|
* 1. Correct the line height in all browsers.
|
|
* 2. Prevent adjustments of font size after orientation changes in iOS.
|
|
*/
|
|
|
|
html {
|
|
line-height: 1.15; /* 1 */
|
|
-webkit-text-size-adjust: 100%; /* 2 */
|
|
}
|
|
|
|
/* Sections
|
|
========================================================================== */
|
|
|
|
/**
|
|
* Remove the margin in all browsers.
|
|
*/
|
|
|
|
body {
|
|
margin: 0;
|
|
}
|
|
|
|
/**
|
|
* Render the `main` element consistently in IE.
|
|
*/
|
|
|
|
main {
|
|
display: block;
|
|
}
|
|
|
|
/**
|
|
* Correct the font size and margin on `h1` elements within `section` and
|
|
* `article` contexts in Chrome, Firefox, and Safari.
|
|
*/
|
|
|
|
h1 {
|
|
font-size: 2em;
|
|
margin: 0.67em 0;
|
|
}
|
|
|
|
/* Grouping content
|
|
========================================================================== */
|
|
|
|
/**
|
|
* 1. Add the correct box sizing in Firefox.
|
|
* 2. Show the overflow in Edge and IE.
|
|
*/
|
|
|
|
hr {
|
|
box-sizing: content-box; /* 1 */
|
|
height: 0; /* 1 */
|
|
overflow: visible; /* 2 */
|
|
}
|
|
|
|
/**
|
|
* 1. Correct the inheritance and scaling of font size in all browsers.
|
|
* 2. Correct the odd `em` font sizing in all browsers.
|
|
*/
|
|
|
|
pre {
|
|
font-family: monospace, monospace; /* 1 */
|
|
font-size: 1em; /* 2 */
|
|
}
|
|
|
|
/* Text-level semantics
|
|
========================================================================== */
|
|
|
|
/**
|
|
* Remove the gray background on active links in IE 10.
|
|
*/
|
|
|
|
a {
|
|
background-color: transparent;
|
|
}
|
|
|
|
/**
|
|
* 1. Remove the bottom border in Chrome 57-
|
|
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
|
|
*/
|
|
|
|
abbr[title] {
|
|
border-bottom: none; /* 1 */
|
|
text-decoration: underline; /* 2 */
|
|
text-decoration: underline dotted; /* 2 */
|
|
}
|
|
|
|
/**
|
|
* Add the correct font weight in Chrome, Edge, and Safari.
|
|
*/
|
|
|
|
b,
|
|
strong {
|
|
font-weight: bolder;
|
|
}
|
|
|
|
/**
|
|
* 1. Correct the inheritance and scaling of font size in all browsers.
|
|
* 2. Correct the odd `em` font sizing in all browsers.
|
|
*/
|
|
|
|
code,
|
|
kbd,
|
|
samp {
|
|
font-family: monospace, monospace; /* 1 */
|
|
font-size: 1em; /* 2 */
|
|
}
|
|
|
|
/**
|
|
* Add the correct font size in all browsers.
|
|
*/
|
|
|
|
small {
|
|
font-size: 80%;
|
|
}
|
|
|
|
/**
|
|
* Prevent `sub` and `sup` elements from affecting the line height in
|
|
* all browsers.
|
|
*/
|
|
|
|
sub,
|
|
sup {
|
|
font-size: 75%;
|
|
line-height: 0;
|
|
position: relative;
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
sub {
|
|
bottom: -0.25em;
|
|
}
|
|
|
|
sup {
|
|
top: -0.5em;
|
|
}
|
|
|
|
/* Embedded content
|
|
========================================================================== */
|
|
|
|
/**
|
|
* Remove the border on images inside links in IE 10.
|
|
*/
|
|
|
|
img {
|
|
border-style: none;
|
|
}
|
|
|
|
/* Forms
|
|
========================================================================== */
|
|
|
|
/**
|
|
* 1. Change the font styles in all browsers.
|
|
* 2. Remove the margin in Firefox and Safari.
|
|
*/
|
|
|
|
button,
|
|
input,
|
|
optgroup,
|
|
select,
|
|
textarea {
|
|
font-family: inherit; /* 1 */
|
|
font-size: 100%; /* 1 */
|
|
line-height: 1.15; /* 1 */
|
|
margin: 0; /* 2 */
|
|
}
|
|
|
|
/**
|
|
* Show the overflow in IE.
|
|
* 1. Show the overflow in Edge.
|
|
*/
|
|
|
|
button,
|
|
input { /* 1 */
|
|
overflow: visible;
|
|
}
|
|
|
|
/**
|
|
* Remove the inheritance of text transform in Edge, Firefox, and IE.
|
|
* 1. Remove the inheritance of text transform in Firefox.
|
|
*/
|
|
|
|
button,
|
|
select { /* 1 */
|
|
text-transform: none;
|
|
}
|
|
|
|
/**
|
|
* Correct the inability to style clickable types in iOS and Safari.
|
|
*/
|
|
|
|
button,
|
|
[type="button"],
|
|
[type="reset"],
|
|
[type="submit"] {
|
|
-webkit-appearance: button;
|
|
}
|
|
|
|
/**
|
|
* Remove the inner border and padding in Firefox.
|
|
*/
|
|
|
|
button::-moz-focus-inner,
|
|
[type="button"]::-moz-focus-inner,
|
|
[type="reset"]::-moz-focus-inner,
|
|
[type="submit"]::-moz-focus-inner {
|
|
border-style: none;
|
|
padding: 0;
|
|
}
|
|
|
|
/**
|
|
* Restore the focus styles unset by the previous rule.
|
|
*/
|
|
|
|
button:-moz-focusring,
|
|
[type="button"]:-moz-focusring,
|
|
[type="reset"]:-moz-focusring,
|
|
[type="submit"]:-moz-focusring {
|
|
outline: 1px dotted ButtonText;
|
|
}
|
|
|
|
/**
|
|
* Correct the padding in Firefox.
|
|
*/
|
|
|
|
fieldset {
|
|
padding: 0.35em 0.75em 0.625em;
|
|
}
|
|
|
|
/**
|
|
* 1. Correct the text wrapping in Edge and IE.
|
|
* 2. Correct the color inheritance from `fieldset` elements in IE.
|
|
* 3. Remove the padding so developers are not caught out when they zero out
|
|
* `fieldset` elements in all browsers.
|
|
*/
|
|
|
|
legend {
|
|
box-sizing: border-box; /* 1 */
|
|
color: inherit; /* 2 */
|
|
display: table; /* 1 */
|
|
max-width: 100%; /* 1 */
|
|
padding: 0; /* 3 */
|
|
white-space: normal; /* 1 */
|
|
}
|
|
|
|
/**
|
|
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
|
|
*/
|
|
|
|
progress {
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
/**
|
|
* Remove the default vertical scrollbar in IE 10+.
|
|
*/
|
|
|
|
textarea {
|
|
overflow: auto;
|
|
}
|
|
|
|
/**
|
|
* 1. Add the correct box sizing in IE 10.
|
|
* 2. Remove the padding in IE 10.
|
|
*/
|
|
|
|
[type="checkbox"],
|
|
[type="radio"] {
|
|
box-sizing: border-box; /* 1 */
|
|
padding: 0; /* 2 */
|
|
}
|
|
|
|
/**
|
|
* Correct the cursor style of increment and decrement buttons in Chrome.
|
|
*/
|
|
|
|
[type="number"]::-webkit-inner-spin-button,
|
|
[type="number"]::-webkit-outer-spin-button {
|
|
height: auto;
|
|
}
|
|
|
|
/**
|
|
* 1. Correct the odd appearance in Chrome and Safari.
|
|
* 2. Correct the outline style in Safari.
|
|
*/
|
|
|
|
[type="search"] {
|
|
-webkit-appearance: textfield; /* 1 */
|
|
outline-offset: -2px; /* 2 */
|
|
}
|
|
|
|
/**
|
|
* Remove the inner padding in Chrome and Safari on macOS.
|
|
*/
|
|
|
|
[type="search"]::-webkit-search-decoration {
|
|
-webkit-appearance: none;
|
|
}
|
|
|
|
/**
|
|
* 1. Correct the inability to style clickable types in iOS and Safari.
|
|
* 2. Change font properties to `inherit` in Safari.
|
|
*/
|
|
|
|
::-webkit-file-upload-button {
|
|
-webkit-appearance: button; /* 1 */
|
|
font: inherit; /* 2 */
|
|
}
|
|
|
|
/* Interactive
|
|
========================================================================== */
|
|
|
|
/*
|
|
* Add the correct display in Edge, IE 10+, and Firefox.
|
|
*/
|
|
|
|
details {
|
|
display: block;
|
|
}
|
|
|
|
/*
|
|
* Add the correct display in all browsers.
|
|
*/
|
|
|
|
summary {
|
|
display: list-item;
|
|
}
|
|
|
|
/* Misc
|
|
========================================================================== */
|
|
|
|
/**
|
|
* Add the correct display in IE 10+.
|
|
*/
|
|
|
|
template {
|
|
display: none;
|
|
}
|
|
|
|
/**
|
|
* Add the correct display in IE 10.
|
|
*/
|
|
|
|
[hidden] {
|
|
display: none;
|
|
}
|
|
|
|
/*
|
|
* SearXNG, A privacy-respecting, hackable metasearch engine
|
|
*
|
|
* To change the colors of the site, simple edit this variables
|
|
*/
|
|
:root {
|
|
--color-base-font: #444;
|
|
--color-base-font-rgb: 68, 68, 68;
|
|
--color-base-background: #fff;
|
|
--color-base-background-mobile: #f2f5f8;
|
|
--color-url-font: #334999;
|
|
--color-url-visited-font: #9822c3;
|
|
--color-header-background: #fdfbff;
|
|
--color-header-border: #ddd;
|
|
--color-footer-background: #fdfbff;
|
|
--color-footer-border: #ddd;
|
|
--color-sidebar-border: #ddd;
|
|
--color-sidebar-font: #000;
|
|
--color-sidebar-background: #fff;
|
|
--color-backtotop-font: #444;
|
|
--color-backtotop-border: #ddd;
|
|
--color-backtotop-background: #fff;
|
|
--color-btn-background: #3050ff;
|
|
--color-btn-font: #fff;
|
|
--color-show-btn-background: #bbb;
|
|
--color-show-btn-font: #000;
|
|
--color-search-border: #bbb;
|
|
--color-search-shadow: 0 2px 8px rgba(34, 38, 46, 0.25);
|
|
--color-search-background: #fff;
|
|
--color-search-font: #222;
|
|
--color-search-background-hover: #3050ff;
|
|
--color-error: #db3434;
|
|
--color-error-background: #fae1e1;
|
|
--color-warning: #dbba34;
|
|
--color-warning-background: #faf5e1;
|
|
--color-success: #42db34;
|
|
--color-success-background: #e3fae1;
|
|
--color-categories-item-selected-font: #3050ff;
|
|
--color-categories-item-border-selected: #3050ff;
|
|
--color-autocomplete-font: #000;
|
|
--color-autocomplete-border: #bbb;
|
|
--color-autocomplete-shadow: 0 2px 8px rgba(34, 38, 46, 0.25);
|
|
--color-autocomplete-background: #fff;
|
|
--color-autocomplete-background-hover: #e3e3e3;
|
|
--color-answer-font: #444;
|
|
--color-answer-background: #fff;
|
|
--color-result-background: #fff;
|
|
--color-result-border: #ddd;
|
|
--color-result-url-font: #000;
|
|
--color-result-vim-selected: #f7f7f7;
|
|
--color-result-vim-arrow: #000bbb;
|
|
--color-result-description-highlight-font: #000;
|
|
--color-result-link-font: #000bbb;
|
|
--color-result-link-font-highlight: #000bbb;
|
|
--color-result-link-visited-font: #9822c3;
|
|
--color-result-publishdate-font: #777;
|
|
--color-result-engines-font: #545454;
|
|
--color-result-search-url-border: #ddd;
|
|
--color-result-search-url-font: #000;
|
|
--color-result-image-span-font: #444;
|
|
--color-result-image-span-font-selected: #fff;
|
|
--color-result-image-background: #fff;
|
|
--color-settings-tr-hover: #ebebeb;
|
|
--color-settings-engine-description-font: #545454;
|
|
--color-settings-table-group-background: #0001;
|
|
--color-result-detail-font: #fff;
|
|
--color-result-detail-label-font: lightgray;
|
|
--color-result-detail-background: #242424;
|
|
--color-result-detail-hr: #555;
|
|
--color-result-detail-link: #8af;
|
|
--color-result-detail-loader-border: rgba(255, 255, 255, 0.2);
|
|
--color-result-detail-loader-borderleft: rgba(0, 0, 0, 0);
|
|
--color-toolkit-badge-font: #fff;
|
|
--color-toolkit-badge-background: #545454;
|
|
--color-toolkit-kbd-font: #fff;
|
|
--color-toolkit-kbd-background: #000;
|
|
--color-toolkit-dialog-border: #ddd;
|
|
--color-toolkit-dialog-background: #fff;
|
|
--color-toolkit-tabs-label-border: #fff;
|
|
--color-toolkit-tabs-section-border: #ddd;
|
|
--color-toolkit-select-background: #e1e1e1;
|
|
--color-toolkit-select-border: #ddd;
|
|
--color-toolkit-select-background-hover: #bbb;
|
|
--color-toolkit-input-text-font: #222;
|
|
--color-toolkit-checkbox-onoff-off-background: #ddd;
|
|
--color-toolkit-checkbox-onoff-on-background: #ddd;
|
|
--color-toolkit-checkbox-onoff-on-mark-background: #3050ff;
|
|
--color-toolkit-checkbox-onoff-on-mark-color: #fff;
|
|
--color-toolkit-checkbox-onoff-off-mark-background: #aaa;
|
|
--color-toolkit-checkbox-onoff-off-mark-color: #fff;
|
|
--color-toolkit-checkbox-label-background: #ddd;
|
|
--color-toolkit-checkbox-label-border: #ddd;
|
|
--color-toolkit-checkbox-input-border: #3050ff;
|
|
--color-toolkit-engine-tooltip-border: #ddd;
|
|
--color-toolkit-engine-tooltip-background: #fff;
|
|
--color-toolkit-loader-border: rgba(0, 0, 0, 0.2);
|
|
--color-toolkit-loader-borderleft: rgba(255, 255, 255, 0);
|
|
--color-doc-code: #003;
|
|
--color-doc-code-background: #ddeaff;
|
|
--color-bar-chart-primary: #5bc0de;
|
|
--color-bar-chart-secondary: #deb15b;
|
|
--color-image-resolution-background: rgba(0, 0, 0, 0.5);
|
|
--color-image-resolution-font: #fff;
|
|
--color-loading-indicator: rgba(255, 255, 255, 0.2);
|
|
--color-loading-indicator-gap: #fff;
|
|
--color-line-number: #64708d;
|
|
--color-favicon-background-color: #ddd;
|
|
--color-favicon-border-color: #ccc;
|
|
}
|
|
@media (prefers-color-scheme: dark) {
|
|
:root.theme-auto {
|
|
--color-base-font: #bbb;
|
|
--color-base-font-rgb: 187, 187, 187;
|
|
--color-base-background: #222428;
|
|
--color-base-background-mobile: #222428;
|
|
--color-url-font: #8af;
|
|
--color-url-visited-font: #c09cd9;
|
|
--color-header-background: #1e1e22;
|
|
--color-header-border: #333;
|
|
--color-footer-background: #1e1e22;
|
|
--color-footer-border: #333;
|
|
--color-sidebar-border: #555;
|
|
--color-sidebar-font: #fff;
|
|
--color-sidebar-background: #292c34;
|
|
--color-backtotop-font: #bbb;
|
|
--color-backtotop-border: #333;
|
|
--color-backtotop-background: #2b2e36;
|
|
--color-btn-background: #58f;
|
|
--color-btn-font: #222;
|
|
--color-show-btn-background: #555;
|
|
--color-show-btn-font: #fff;
|
|
--color-search-border: #555;
|
|
--color-search-shadow: 0 2px 8px rgba(34, 38, 46, 0.25);
|
|
--color-search-background: #2b2e36;
|
|
--color-search-font: #fff;
|
|
--color-search-background-hover: #58f;
|
|
--color-error: #f55b5b;
|
|
--color-error-background: #390a0a;
|
|
--color-warning: #f1d561;
|
|
--color-warning-background: #39300a;
|
|
--color-success: #79f56e;
|
|
--color-success-background: #0e390a;
|
|
--color-categories-item-selected-font: #58f;
|
|
--color-categories-item-border-selected: #58f;
|
|
--color-autocomplete-font: #fff;
|
|
--color-autocomplete-border: #555;
|
|
--color-autocomplete-shadow: 0 2px 8px rgba(34, 38, 46, 0.25);
|
|
--color-autocomplete-background: #2b2e36;
|
|
--color-autocomplete-background-hover: #1e1e22;
|
|
--color-answer-font: #bbb;
|
|
--color-answer-background: #26292f;
|
|
--color-result-background: #26292f;
|
|
--color-result-border: #333;
|
|
--color-result-url-font: #fff;
|
|
--color-result-vim-selected: #1f1f23cc;
|
|
--color-result-vim-arrow: #8af;
|
|
--color-result-description-highlight-font: #fff;
|
|
--color-result-link-font: #8af;
|
|
--color-result-link-font-highlight: #8af;
|
|
--color-result-link-visited-font: #c09cd9;
|
|
--color-result-publishdate-font: #888;
|
|
--color-result-engines-font: #a4a4a4;
|
|
--color-result-search-url-border: #555;
|
|
--color-result-search-url-font: #fff;
|
|
--color-result-detail-font: #fff;
|
|
--color-result-detail-label-font: lightgray;
|
|
--color-result-detail-background: #1a1a1c;
|
|
--color-result-detail-hr: #555;
|
|
--color-result-detail-link: #8af;
|
|
--color-result-detail-loader-border: rgba(255, 255, 255, 0.2);
|
|
--color-result-detail-loader-borderleft: rgba(0, 0, 0, 0);
|
|
--color-result-image-span-font: #bbb;
|
|
--color-result-image-span-font-selected: #222;
|
|
--color-result-image-background: #222;
|
|
--color-settings-tr-hover: #2c2c32;
|
|
--color-settings-engine-description-font: #909090;
|
|
--color-settings-table-group-background: #1b1b21;
|
|
--color-toolkit-badge-font: #fff;
|
|
--color-toolkit-badge-background: #555;
|
|
--color-toolkit-kbd-font: #000;
|
|
--color-toolkit-kbd-background: #fff;
|
|
--color-toolkit-dialog-border: #555;
|
|
--color-toolkit-dialog-background: #1e1e22;
|
|
--color-toolkit-tabs-label-border: #222;
|
|
--color-toolkit-tabs-section-border: #555;
|
|
--color-toolkit-select-background: #313338;
|
|
--color-toolkit-select-border: #555;
|
|
--color-toolkit-select-background-hover: #373b49;
|
|
--color-toolkit-input-text-font: #fff;
|
|
--color-toolkit-checkbox-onoff-off-background: #313338;
|
|
--color-toolkit-checkbox-onoff-on-background: #313338;
|
|
--color-toolkit-checkbox-onoff-on-mark-background: #58f;
|
|
--color-toolkit-checkbox-onoff-on-mark-color: #222;
|
|
--color-toolkit-checkbox-onoff-off-mark-background: #ddd;
|
|
--color-toolkit-checkbox-onoff-off-mark-color: #222;
|
|
--color-toolkit-checkbox-label-background: #222;
|
|
--color-toolkit-checkbox-label-border: #333;
|
|
--color-toolkit-checkbox-input-border: #58f;
|
|
--color-toolkit-engine-tooltip-border: #333;
|
|
--color-toolkit-engine-tooltip-background: #222;
|
|
--color-toolkit-loader-border: rgba(255, 255, 255, 0.2);
|
|
--color-toolkit-loader-borderleft: rgba(0, 0, 0, 0);
|
|
--color-doc-code: #ddd;
|
|
--color-doc-code-background: #4d5a6f;
|
|
--color-favicon-background-color: #ddd;
|
|
--color-favicon-border-color: #ccc;
|
|
}
|
|
}
|
|
:root.theme-dark {
|
|
--color-base-font: #bbb;
|
|
--color-base-font-rgb: 187, 187, 187;
|
|
--color-base-background: #222428;
|
|
--color-base-background-mobile: #222428;
|
|
--color-url-font: #8af;
|
|
--color-url-visited-font: #c09cd9;
|
|
--color-header-background: #1e1e22;
|
|
--color-header-border: #333;
|
|
--color-footer-background: #1e1e22;
|
|
--color-footer-border: #333;
|
|
--color-sidebar-border: #555;
|
|
--color-sidebar-font: #fff;
|
|
--color-sidebar-background: #292c34;
|
|
--color-backtotop-font: #bbb;
|
|
--color-backtotop-border: #333;
|
|
--color-backtotop-background: #2b2e36;
|
|
--color-btn-background: #58f;
|
|
--color-btn-font: #222;
|
|
--color-show-btn-background: #555;
|
|
--color-show-btn-font: #fff;
|
|
--color-search-border: #555;
|
|
--color-search-shadow: 0 2px 8px rgba(34, 38, 46, 0.25);
|
|
--color-search-background: #2b2e36;
|
|
--color-search-font: #fff;
|
|
--color-search-background-hover: #58f;
|
|
--color-error: #f55b5b;
|
|
--color-error-background: #390a0a;
|
|
--color-warning: #f1d561;
|
|
--color-warning-background: #39300a;
|
|
--color-success: #79f56e;
|
|
--color-success-background: #0e390a;
|
|
--color-categories-item-selected-font: #58f;
|
|
--color-categories-item-border-selected: #58f;
|
|
--color-autocomplete-font: #fff;
|
|
--color-autocomplete-border: #555;
|
|
--color-autocomplete-shadow: 0 2px 8px rgba(34, 38, 46, 0.25);
|
|
--color-autocomplete-background: #2b2e36;
|
|
--color-autocomplete-background-hover: #1e1e22;
|
|
--color-answer-font: #bbb;
|
|
--color-answer-background: #26292f;
|
|
--color-result-background: #26292f;
|
|
--color-result-border: #333;
|
|
--color-result-url-font: #fff;
|
|
--color-result-vim-selected: #1f1f23cc;
|
|
--color-result-vim-arrow: #8af;
|
|
--color-result-description-highlight-font: #fff;
|
|
--color-result-link-font: #8af;
|
|
--color-result-link-font-highlight: #8af;
|
|
--color-result-link-visited-font: #c09cd9;
|
|
--color-result-publishdate-font: #888;
|
|
--color-result-engines-font: #a4a4a4;
|
|
--color-result-search-url-border: #555;
|
|
--color-result-search-url-font: #fff;
|
|
--color-result-detail-font: #fff;
|
|
--color-result-detail-label-font: lightgray;
|
|
--color-result-detail-background: #1a1a1c;
|
|
--color-result-detail-hr: #555;
|
|
--color-result-detail-link: #8af;
|
|
--color-result-detail-loader-border: rgba(255, 255, 255, 0.2);
|
|
--color-result-detail-loader-borderleft: rgba(0, 0, 0, 0);
|
|
--color-result-image-span-font: #bbb;
|
|
--color-result-image-span-font-selected: #222;
|
|
--color-result-image-background: #222;
|
|
--color-settings-tr-hover: #2c2c32;
|
|
--color-settings-engine-description-font: #909090;
|
|
--color-settings-table-group-background: #1b1b21;
|
|
--color-toolkit-badge-font: #fff;
|
|
--color-toolkit-badge-background: #555;
|
|
--color-toolkit-kbd-font: #000;
|
|
--color-toolkit-kbd-background: #fff;
|
|
--color-toolkit-dialog-border: #555;
|
|
--color-toolkit-dialog-background: #1e1e22;
|
|
--color-toolkit-tabs-label-border: #222;
|
|
--color-toolkit-tabs-section-border: #555;
|
|
--color-toolkit-select-background: #313338;
|
|
--color-toolkit-select-border: #555;
|
|
--color-toolkit-select-background-hover: #373b49;
|
|
--color-toolkit-input-text-font: #fff;
|
|
--color-toolkit-checkbox-onoff-off-background: #313338;
|
|
--color-toolkit-checkbox-onoff-on-background: #313338;
|
|
--color-toolkit-checkbox-onoff-on-mark-background: #58f;
|
|
--color-toolkit-checkbox-onoff-on-mark-color: #222;
|
|
--color-toolkit-checkbox-onoff-off-mark-background: #ddd;
|
|
--color-toolkit-checkbox-onoff-off-mark-color: #222;
|
|
--color-toolkit-checkbox-label-background: #222;
|
|
--color-toolkit-checkbox-label-border: #333;
|
|
--color-toolkit-checkbox-input-border: #58f;
|
|
--color-toolkit-engine-tooltip-border: #333;
|
|
--color-toolkit-engine-tooltip-background: #222;
|
|
--color-toolkit-loader-border: rgba(255, 255, 255, 0.2);
|
|
--color-toolkit-loader-borderleft: rgba(0, 0, 0, 0);
|
|
--color-doc-code: #ddd;
|
|
--color-doc-code-background: #4d5a6f;
|
|
--color-favicon-background-color: #ddd;
|
|
--color-favicon-border-color: #ccc;
|
|
}
|
|
:root.theme-black {
|
|
--color-base-font: #bbb;
|
|
--color-base-font-rgb: 187, 187, 187;
|
|
--color-base-background: #222428;
|
|
--color-base-background-mobile: #222428;
|
|
--color-url-font: #8af;
|
|
--color-url-visited-font: #c09cd9;
|
|
--color-header-background: #1e1e22;
|
|
--color-header-border: #333;
|
|
--color-footer-background: #1e1e22;
|
|
--color-footer-border: #333;
|
|
--color-sidebar-border: #555;
|
|
--color-sidebar-font: #fff;
|
|
--color-sidebar-background: #292c34;
|
|
--color-backtotop-font: #bbb;
|
|
--color-backtotop-border: #333;
|
|
--color-backtotop-background: #2b2e36;
|
|
--color-btn-background: #58f;
|
|
--color-btn-font: #222;
|
|
--color-show-btn-background: #555;
|
|
--color-show-btn-font: #fff;
|
|
--color-search-border: #555;
|
|
--color-search-shadow: 0 2px 8px rgba(34, 38, 46, 0.25);
|
|
--color-search-background: #2b2e36;
|
|
--color-search-font: #fff;
|
|
--color-search-background-hover: #58f;
|
|
--color-error: #f55b5b;
|
|
--color-error-background: #390a0a;
|
|
--color-warning: #f1d561;
|
|
--color-warning-background: #39300a;
|
|
--color-success: #79f56e;
|
|
--color-success-background: #0e390a;
|
|
--color-categories-item-selected-font: #58f;
|
|
--color-categories-item-border-selected: #58f;
|
|
--color-autocomplete-font: #fff;
|
|
--color-autocomplete-border: #555;
|
|
--color-autocomplete-shadow: 0 2px 8px rgba(34, 38, 46, 0.25);
|
|
--color-autocomplete-background: #2b2e36;
|
|
--color-autocomplete-background-hover: #1e1e22;
|
|
--color-answer-font: #bbb;
|
|
--color-answer-background: #26292f;
|
|
--color-result-background: #26292f;
|
|
--color-result-border: #333;
|
|
--color-result-url-font: #fff;
|
|
--color-result-vim-selected: #1f1f23cc;
|
|
--color-result-vim-arrow: #8af;
|
|
--color-result-description-highlight-font: #fff;
|
|
--color-result-link-font: #8af;
|
|
--color-result-link-font-highlight: #8af;
|
|
--color-result-link-visited-font: #c09cd9;
|
|
--color-result-publishdate-font: #888;
|
|
--color-result-engines-font: #a4a4a4;
|
|
--color-result-search-url-border: #555;
|
|
--color-result-search-url-font: #fff;
|
|
--color-result-detail-font: #fff;
|
|
--color-result-detail-label-font: lightgray;
|
|
--color-result-detail-background: #1a1a1c;
|
|
--color-result-detail-hr: #555;
|
|
--color-result-detail-link: #8af;
|
|
--color-result-detail-loader-border: rgba(255, 255, 255, 0.2);
|
|
--color-result-detail-loader-borderleft: rgba(0, 0, 0, 0);
|
|
--color-result-image-span-font: #bbb;
|
|
--color-result-image-span-font-selected: #222;
|
|
--color-result-image-background: #222;
|
|
--color-settings-tr-hover: #2c2c32;
|
|
--color-settings-engine-description-font: #909090;
|
|
--color-settings-table-group-background: #1b1b21;
|
|
--color-toolkit-badge-font: #fff;
|
|
--color-toolkit-badge-background: #555;
|
|
--color-toolkit-kbd-font: #000;
|
|
--color-toolkit-kbd-background: #fff;
|
|
--color-toolkit-dialog-border: #555;
|
|
--color-toolkit-dialog-background: #1e1e22;
|
|
--color-toolkit-tabs-label-border: #222;
|
|
--color-toolkit-tabs-section-border: #555;
|
|
--color-toolkit-select-background: #313338;
|
|
--color-toolkit-select-border: #555;
|
|
--color-toolkit-select-background-hover: #373b49;
|
|
--color-toolkit-input-text-font: #fff;
|
|
--color-toolkit-checkbox-onoff-off-background: #313338;
|
|
--color-toolkit-checkbox-onoff-on-background: #313338;
|
|
--color-toolkit-checkbox-onoff-on-mark-background: #58f;
|
|
--color-toolkit-checkbox-onoff-on-mark-color: #222;
|
|
--color-toolkit-checkbox-onoff-off-mark-background: #ddd;
|
|
--color-toolkit-checkbox-onoff-off-mark-color: #222;
|
|
--color-toolkit-checkbox-label-background: #222;
|
|
--color-toolkit-checkbox-label-border: #333;
|
|
--color-toolkit-checkbox-input-border: #58f;
|
|
--color-toolkit-engine-tooltip-border: #333;
|
|
--color-toolkit-engine-tooltip-background: #222;
|
|
--color-toolkit-loader-border: rgba(255, 255, 255, 0.2);
|
|
--color-toolkit-loader-borderleft: rgba(0, 0, 0, 0);
|
|
--color-doc-code: #ddd;
|
|
--color-doc-code-background: #4d5a6f;
|
|
--color-favicon-background-color: #ddd;
|
|
--color-favicon-border-color: #ccc;
|
|
--color-base-background: #000;
|
|
--color-base-background-mobile: #000;
|
|
--color-header-background: #000;
|
|
--color-footer-background: #000;
|
|
--color-sidebar-background: #000;
|
|
}
|
|
html,
|
|
body,
|
|
main {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
html {
|
|
font-family: sans-serif;
|
|
font-size: 0.9em;
|
|
-webkit-text-size-adjust: 100%;
|
|
-ms-text-size-adjust: 100%;
|
|
-moz-text-size-adjust: 100%;
|
|
text-size-adjust: 100%;
|
|
color: var(--color-base-font);
|
|
background-color: var(--color-base-background);
|
|
scroll-behavior: smooth;
|
|
}
|
|
body {
|
|
margin-inline: 1rem;
|
|
}
|
|
a {
|
|
text-decoration: none;
|
|
color: var(--color-url-font);
|
|
}
|
|
a:visited {
|
|
color: var(--color-url-visited-font);
|
|
}
|
|
a:visited .highlight {
|
|
color: var(--color-url-visited-font);
|
|
}
|
|
/*# sourceMappingURL=rss.min.css.map */ |