From 2bc9b00cd7951329be4bd1e4374b485dd7060aec Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Tue, 22 Jun 2021 08:04:10 +0200 Subject: Static build --- searx/static/themes/oscar/css/pointhi.css | 1020 ++++++++++++++--------------- 1 file changed, 510 insertions(+), 510 deletions(-) (limited to 'searx/static/themes/oscar/css/pointhi.css') diff --git a/searx/static/themes/oscar/css/pointhi.css b/searx/static/themes/oscar/css/pointhi.css index 2309d4e26..e3eb94093 100644 --- a/searx/static/themes/oscar/css/pointhi.css +++ b/searx/static/themes/oscar/css/pointhi.css @@ -369,661 +369,661 @@ .bar100 { width: 100%; } -html { - position: relative; - min-height: 100%; -} -body { - /* Margin bottom by footer height */ - margin-bottom: 80px; -} -.footer { - position: absolute; - bottom: 0; - width: 100%; - /* Set the fixed height of the footer here */ - height: 60px; -} -input[type=checkbox]:checked + .label_hide_if_checked, -input[type=checkbox]:checked + .label_hide_if_not_checked + .label_hide_if_checked { - display: none; -} -input[type=checkbox]:not(:checked) + .label_hide_if_not_checked, -input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not_checked { - display: none; -} -.onoff-checkbox { - width: 15%; -} -.onoffswitch { - position: relative; - width: 110px; +/* + this file is generated automatically by searx_extra/update/update_pygments.py + using pygments version 2.9.0 +*/ +.code-highlight .linenos { + -webkit-touch-callout: none; -webkit-user-select: none; + -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; + user-select: none; + cursor: default; + margin-right: 8px; + text-align: right; } -.onoffswitch-checkbox { - display: none; +.code-highlight .linenos::selection { + background: transparent; + /* WebKit/Blink Browsers */ } -.onoffswitch-label { - display: block; - overflow: hidden; - cursor: pointer; - border: 2px solid #FFFFFF !important; - border-radius: 50px !important; +.code-highlight .linenos::-moz-selection { + background: transparent; + /* Gecko Browsers */ } -.onoffswitch-inner { - display: block; - transition: margin 0.3s ease-in 0s; +.code-highlight pre { + line-height: 125%; } -.onoffswitch-inner:before, -.onoffswitch-inner:after { - display: block; - float: left; - width: 50%; - height: 30px; - padding: 0; - line-height: 40px; - font-size: 20px; - box-sizing: border-box; - content: ""; - background-color: #EEEEEE; +.code-highlight td.linenos .normal { + color: inherit; + background-color: transparent; + padding-left: 5px; + padding-right: 5px; } -.onoffswitch-switch { - display: block; - width: 37px; - background-color: #00CC00; - position: absolute; - top: 0; - bottom: 0; - right: 0px; - border: 2px solid #FFFFFF !important; - border-radius: 50px !important; - transition: all 0.3s ease-in 0s; +.code-highlight span.linenos { + color: inherit; + background-color: transparent; + padding-left: 5px; + padding-right: 5px; } -.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner { - margin-right: 0; +.code-highlight td.linenos .special { + color: #000000; + background-color: #ffffc0; + padding-left: 5px; + padding-right: 5px; } -.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch { - right: 71px; - background-color: #A1A1A1; +.code-highlight span.linenos.special { + color: #000000; + background-color: #ffffc0; + padding-left: 5px; + padding-right: 5px; } -.result_header { - margin-bottom: 5px; - margin-top: 20px; +.code-highlight .hll { + background-color: #ffffcc; } -.result_header .favicon { - margin-bottom: -3px; +.code-highlight { + background: #f8f8f8; } -.result_header a { - vertical-align: bottom; +.code-highlight .c { + color: #408080; + font-style: italic; } -.result_header a .highlight { +/* Comment */ +.code-highlight .err { + border: 1px solid #FF0000; +} +/* Error */ +.code-highlight .k { + color: #008000; font-weight: bold; } -.result-content { - margin-top: 5px; - word-wrap: break-word; +/* Keyword */ +.code-highlight .o { + color: #666666; } -.result-content .highlight { - font-weight: bold; +/* Operator */ +.code-highlight .ch { + color: #408080; + font-style: italic; } -.result-default { - clear: both; +/* Comment.Hashbang */ +.code-highlight .cm { + color: #408080; + font-style: italic; } -.result-images { - float: left !important; - height: 138px; +/* Comment.Multiline */ +.code-highlight .cp { + color: #BC7A00; } -.img-thumbnail { - margin: 5px; - max-height: 128px; +/* Comment.Preproc */ +.code-highlight .cpf { + color: #408080; + font-style: italic; } -.result-videos { - clear: both; +/* Comment.PreprocFile */ +.code-highlight .c1 { + color: #408080; + font-style: italic; } -.result-torrents { - clear: both; +/* Comment.Single */ +.code-highlight .cs { + color: #408080; + font-style: italic; } -.result-map { - clear: both; +/* Comment.Special */ +.code-highlight .gd { + color: #A00000; } -.result-code { - clear: both; +/* Generic.Deleted */ +.code-highlight .ge { + font-style: italic; } -.suggestion_item { - margin: 2px 5px; - max-width: 100%; +/* Generic.Emph */ +.code-highlight .gr { + color: #FF0000; } -.suggestion_item .btn { - max-width: 100%; - white-space: normal; - word-wrap: break-word; - text-align: left; +/* Generic.Error */ +.code-highlight .gh { + color: #000080; + font-weight: bold; } -.result_download { - margin-right: 5px; +/* Generic.Heading */ +.code-highlight .gi { + color: #00A000; } -#pagination { - margin-top: 30px; - padding-bottom: 50px; +/* Generic.Inserted */ +.code-highlight .go { + color: #888888; } -.label-default { - color: #AAA; - background: #FFF; +/* Generic.Output */ +.code-highlight .gp { + color: #000080; + font-weight: bold; } -.result .text-muted small { - word-wrap: break-word; +/* Generic.Prompt */ +.code-highlight .gs { + font-weight: bold; } -.modal-wrapper { - box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); +/* Generic.Strong */ +.code-highlight .gu { + color: #800080; + font-weight: bold; } -.modal-wrapper { - background-clip: padding-box; - background-color: #fff; - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 6px; - box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); - outline: 0 none; - position: relative; +/* Generic.Subheading */ +.code-highlight .gt { + color: #0044DD; } -.highlight { - font-weight: 700; +/* Generic.Traceback */ +.code-highlight .kc { + color: #008000; + font-weight: bold; } -.infobox img { - max-height: 250px; +/* Keyword.Constant */ +.code-highlight .kd { + color: #008000; + font-weight: bold; } -.infobox .infobox_part { - margin-bottom: 20px; - word-wrap: break-word; - table-layout: fixed; +/* Keyword.Declaration */ +.code-highlight .kn { + color: #008000; + font-weight: bold; } -.infobox .infobox_part:last-child { - margin-bottom: 0; +/* Keyword.Namespace */ +.code-highlight .kp { + color: #008000; } -.infobox .header_url { - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - display: block; +/* Keyword.Pseudo */ +.code-highlight .kr { + color: #008000; + font-weight: bold; } -.infobox .infobox_toggle { - width: 100%; - text-align: center; - margin-bottom: 0px; +/* Keyword.Reserved */ +.code-highlight .kt { + color: #B00040; } -.infobox .infobox_checkbox ~ .infobox_body { - max-height: 300px; - overflow: hidden; +/* Keyword.Type */ +.code-highlight .m { + color: #666666; } -.infobox .infobox_checkbox:checked ~ .infobox_body { - max-height: none; +/* Literal.Number */ +.code-highlight .s { + color: #BA2121; } -.infobox .infobox_checkbox ~ .infobox_toggle .infobox_label_down { - display: block; +/* Literal.String */ +.code-highlight .na { + color: #7D9029; } -.infobox .infobox_checkbox ~ .infobox_toggle .infobox_label_up { - display: none; +/* Name.Attribute */ +.code-highlight .nb { + color: #008000; } -.infobox .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_up { - display: block; +/* Name.Builtin */ +.code-highlight .nc { + color: #0000FF; + font-weight: bold; } -.infobox .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_down { - display: none; +/* Name.Class */ +.code-highlight .no { + color: #880000; } -.infobox .infobox_checkbox ~ .infobox_body img.infobox_part { - display: none; +/* Name.Constant */ +.code-highlight .nd { + color: #AA22FF; } -.infobox .infobox_checkbox:checked ~ .infobox_body img.infobox_part { - display: block; +/* Name.Decorator */ +.code-highlight .ni { + color: #999999; + font-weight: bold; } -.search_categories, -#categories { - text-transform: capitalize; - margin-bottom: 1.5rem; - margin-top: 1.5rem; - display: flex; - flex-wrap: wrap; - align-content: stretch; +/* Name.Entity */ +.code-highlight .ne { + color: #D2413A; + font-weight: bold; } -.search_categories label, -#categories label, -.search_categories .input-group-addon, -#categories .input-group-addon { - flex-grow: 1; - flex-basis: auto; - font-size: 1.3rem; - font-weight: normal; - background-color: white; - border: #DDD 1px solid; - border-right: none; - color: #333; - padding-bottom: 0.8rem; - padding-top: 0.8rem; - text-align: center; - min-width: 50px; +/* Name.Exception */ +.code-highlight .nf { + color: #0000FF; } -.search_categories label:last-child, -#categories label:last-child, -.search_categories .input-group-addon:last-child, -#categories .input-group-addon:last-child { - border-right: #DDD 1px solid; +/* Name.Function */ +.code-highlight .nl { + color: #A0A000; } -.search_categories input[type="checkbox"]:checked + label, -#categories input[type="checkbox"]:checked + label { - color: black; +/* Name.Label */ +.code-highlight .nn { + color: #0000FF; font-weight: bold; - background-color: #EEE; } -.visually-hidden { - position: absolute !important; - height: 1px; - width: 1px; - overflow: hidden; - clip: rect(1px 1px 1px 1px); - /* IE6, IE7 */ - clip: rect(1px, 1px, 1px, 1px); - white-space: nowrap; - /* added line */ +/* Name.Namespace */ +.code-highlight .nt { + color: #008000; + font-weight: bold; } -#advanced-search-container { - display: none; - text-align: center; - margin-bottom: 1rem; - clear: both; +/* Name.Tag */ +.code-highlight .nv { + color: #19177C; } -#advanced-search-container label, -#advanced-search-container .input-group-addon { - font-size: 1.3rem; - font-weight: normal; - background-color: white; - border: #DDD 1px solid; - border-right: none; - color: #333; - padding-bottom: 0.8rem; - padding-left: 1.2rem; - padding-right: 1.2rem; +/* Name.Variable */ +.code-highlight .ow { + color: #AA22FF; + font-weight: bold; } -#advanced-search-container label:last-child, -#advanced-search-container .input-group-addon:last-child { - border-right: #DDD 1px solid; +/* Operator.Word */ +.code-highlight .w { + color: #bbbbbb; } -#advanced-search-container input[type="radio"] { - display: none; +/* Text.Whitespace */ +.code-highlight .mb { + color: #666666; } -#advanced-search-container input[type="radio"]:checked + label { - color: black; - font-weight: bold; - background-color: #EEE; +/* Literal.Number.Bin */ +.code-highlight .mf { + color: #666666; } -#check-advanced { - display: none; +/* Literal.Number.Float */ +.code-highlight .mh { + color: #666666; } -#check-advanced:checked ~ #advanced-search-container { - display: block; +/* Literal.Number.Hex */ +.code-highlight .mi { + color: #666666; } -.advanced { - padding: 0; - margin-top: 0.3rem; - text-align: right; +/* Literal.Number.Integer */ +.code-highlight .mo { + color: #666666; } -.advanced label, -.advanced select { - cursor: pointer; +/* Literal.Number.Oct */ +.code-highlight .sa { + color: #BA2121; } -.cursor-text { - cursor: text !important; +/* Literal.String.Affix */ +.code-highlight .sb { + color: #BA2121; } -.cursor-pointer { - cursor: pointer !important; +/* Literal.String.Backtick */ +.code-highlight .sc { + color: #BA2121; } -/* - this file is generated automatically by searx_extra/update/update_pygments.py - using pygments version 2.8.1 -*/ -.code-highlight .linenos { - -webkit-touch-callout: none; - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - cursor: default; - margin-right: 8px; - text-align: right; +/* Literal.String.Char */ +.code-highlight .dl { + color: #BA2121; } -.code-highlight .linenos::selection { - background: transparent; - /* WebKit/Blink Browsers */ +/* Literal.String.Delimiter */ +.code-highlight .sd { + color: #BA2121; + font-style: italic; } -.code-highlight .linenos::-moz-selection { - background: transparent; - /* Gecko Browsers */ +/* Literal.String.Doc */ +.code-highlight .s2 { + color: #BA2121; } -.code-highlight pre { - line-height: 125%; +/* Literal.String.Double */ +.code-highlight .se { + color: #BB6622; + font-weight: bold; } -.code-highlight td.linenos .normal { - color: inherit; - background-color: transparent; - padding-left: 5px; - padding-right: 5px; +/* Literal.String.Escape */ +.code-highlight .sh { + color: #BA2121; +} +/* Literal.String.Heredoc */ +.code-highlight .si { + color: #BB6688; + font-weight: bold; +} +/* Literal.String.Interpol */ +.code-highlight .sx { + color: #008000; } -.code-highlight span.linenos { - color: inherit; - background-color: transparent; - padding-left: 5px; - padding-right: 5px; +/* Literal.String.Other */ +.code-highlight .sr { + color: #BB6688; } -.code-highlight td.linenos .special { - color: #000000; - background-color: #ffffc0; - padding-left: 5px; - padding-right: 5px; +/* Literal.String.Regex */ +.code-highlight .s1 { + color: #BA2121; } -.code-highlight span.linenos.special { - color: #000000; - background-color: #ffffc0; - padding-left: 5px; - padding-right: 5px; +/* Literal.String.Single */ +.code-highlight .ss { + color: #19177C; } -.code-highlight .hll { - background-color: #ffffcc; +/* Literal.String.Symbol */ +.code-highlight .bp { + color: #008000; } -.code-highlight { - background: #f8f8f8; +/* Name.Builtin.Pseudo */ +.code-highlight .fm { + color: #0000FF; } -.code-highlight .c { - color: #408080; - font-style: italic; +/* Name.Function.Magic */ +.code-highlight .vc { + color: #19177C; } -/* Comment */ -.code-highlight .err { - border: 1px solid #FF0000; +/* Name.Variable.Class */ +.code-highlight .vg { + color: #19177C; } -/* Error */ -.code-highlight .k { - color: #008000; - font-weight: bold; +/* Name.Variable.Global */ +.code-highlight .vi { + color: #19177C; } -/* Keyword */ -.code-highlight .o { +/* Name.Variable.Instance */ +.code-highlight .vm { + color: #19177C; +} +/* Name.Variable.Magic */ +.code-highlight .il { color: #666666; } -/* Operator */ -.code-highlight .ch { - color: #408080; - font-style: italic; +/* Literal.Number.Integer.Long */ +html { + position: relative; + min-height: 100%; } -/* Comment.Hashbang */ -.code-highlight .cm { - color: #408080; - font-style: italic; +body { + /* Margin bottom by footer height */ + margin-bottom: 80px; } -/* Comment.Multiline */ -.code-highlight .cp { - color: #BC7A00; +.footer { + position: absolute; + bottom: 0; + width: 100%; + /* Set the fixed height of the footer here */ + height: 60px; } -/* Comment.Preproc */ -.code-highlight .cpf { - color: #408080; - font-style: italic; +input[type=checkbox]:checked + .label_hide_if_checked, +input[type=checkbox]:checked + .label_hide_if_not_checked + .label_hide_if_checked { + display: none; } -/* Comment.PreprocFile */ -.code-highlight .c1 { - color: #408080; - font-style: italic; +input[type=checkbox]:not(:checked) + .label_hide_if_not_checked, +input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not_checked { + display: none; } -/* Comment.Single */ -.code-highlight .cs { - color: #408080; - font-style: italic; +.onoff-checkbox { + width: 15%; } -/* Comment.Special */ -.code-highlight .gd { - color: #A00000; +.onoffswitch { + position: relative; + width: 110px; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; } -/* Generic.Deleted */ -.code-highlight .ge { - font-style: italic; +.onoffswitch-checkbox { + display: none; } -/* Generic.Emph */ -.code-highlight .gr { - color: #FF0000; +.onoffswitch-label { + display: block; + overflow: hidden; + cursor: pointer; + border: 2px solid #FFFFFF !important; + border-radius: 50px !important; } -/* Generic.Error */ -.code-highlight .gh { - color: #000080; - font-weight: bold; +.onoffswitch-inner { + display: block; + transition: margin 0.3s ease-in 0s; } -/* Generic.Heading */ -.code-highlight .gi { - color: #00A000; +.onoffswitch-inner:before, +.onoffswitch-inner:after { + display: block; + float: left; + width: 50%; + height: 30px; + padding: 0; + line-height: 40px; + font-size: 20px; + box-sizing: border-box; + content: ""; + background-color: #EEEEEE; } -/* Generic.Inserted */ -.code-highlight .go { - color: #888888; +.onoffswitch-switch { + display: block; + width: 37px; + background-color: #00CC00; + position: absolute; + top: 0; + bottom: 0; + right: 0px; + border: 2px solid #FFFFFF !important; + border-radius: 50px !important; + transition: all 0.3s ease-in 0s; } -/* Generic.Output */ -.code-highlight .gp { - color: #000080; - font-weight: bold; +.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner { + margin-right: 0; } -/* Generic.Prompt */ -.code-highlight .gs { - font-weight: bold; +.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch { + right: 71px; + background-color: #A1A1A1; } -/* Generic.Strong */ -.code-highlight .gu { - color: #800080; - font-weight: bold; +.result_header { + margin-bottom: 5px; + margin-top: 20px; } -/* Generic.Subheading */ -.code-highlight .gt { - color: #0044DD; +.result_header .favicon { + margin-bottom: -3px; } -/* Generic.Traceback */ -.code-highlight .kc { - color: #008000; - font-weight: bold; +.result_header a { + vertical-align: bottom; } -/* Keyword.Constant */ -.code-highlight .kd { - color: #008000; +.result_header a .highlight { font-weight: bold; } -/* Keyword.Declaration */ -.code-highlight .kn { - color: #008000; +.result-content { + margin-top: 5px; + word-wrap: break-word; +} +.result-content .highlight { font-weight: bold; } -/* Keyword.Namespace */ -.code-highlight .kp { - color: #008000; +.result-default { + clear: both; } -/* Keyword.Pseudo */ -.code-highlight .kr { - color: #008000; - font-weight: bold; +.result-images { + float: left !important; + height: 138px; } -/* Keyword.Reserved */ -.code-highlight .kt { - color: #B00040; +.img-thumbnail { + margin: 5px; + max-height: 128px; } -/* Keyword.Type */ -.code-highlight .m { - color: #666666; +.result-videos { + clear: both; } -/* Literal.Number */ -.code-highlight .s { - color: #BA2121; +.result-torrents { + clear: both; } -/* Literal.String */ -.code-highlight .na { - color: #7D9029; +.result-map { + clear: both; } -/* Name.Attribute */ -.code-highlight .nb { - color: #008000; +.result-code { + clear: both; } -/* Name.Builtin */ -.code-highlight .nc { - color: #0000FF; - font-weight: bold; +.suggestion_item { + margin: 2px 5px; + max-width: 100%; } -/* Name.Class */ -.code-highlight .no { - color: #880000; +.suggestion_item .btn { + max-width: 100%; + white-space: normal; + word-wrap: break-word; + text-align: left; } -/* Name.Constant */ -.code-highlight .nd { - color: #AA22FF; +.result_download { + margin-right: 5px; } -/* Name.Decorator */ -.code-highlight .ni { - color: #999999; - font-weight: bold; +#pagination { + margin-top: 30px; + padding-bottom: 50px; } -/* Name.Entity */ -.code-highlight .ne { - color: #D2413A; - font-weight: bold; +.label-default { + color: #AAA; + background: #FFF; } -/* Name.Exception */ -.code-highlight .nf { - color: #0000FF; +.result .text-muted small { + word-wrap: break-word; } -/* Name.Function */ -.code-highlight .nl { - color: #A0A000; +.modal-wrapper { + box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } -/* Name.Label */ -.code-highlight .nn { - color: #0000FF; - font-weight: bold; +.modal-wrapper { + background-clip: padding-box; + background-color: #fff; + border: 1px solid rgba(0, 0, 0, 0.2); + border-radius: 6px; + box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); + outline: 0 none; + position: relative; } -/* Name.Namespace */ -.code-highlight .nt { - color: #008000; - font-weight: bold; +.highlight { + font-weight: 700; } -/* Name.Tag */ -.code-highlight .nv { - color: #19177C; +.infobox img { + max-height: 250px; } -/* Name.Variable */ -.code-highlight .ow { - color: #AA22FF; - font-weight: bold; +.infobox .infobox_part { + margin-bottom: 20px; + word-wrap: break-word; + table-layout: fixed; } -/* Operator.Word */ -.code-highlight .w { - color: #bbbbbb; +.infobox .infobox_part:last-child { + margin-bottom: 0; } -/* Text.Whitespace */ -.code-highlight .mb { - color: #666666; +.infobox .header_url { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + display: block; } -/* Literal.Number.Bin */ -.code-highlight .mf { - color: #666666; +.infobox .infobox_toggle { + width: 100%; + text-align: center; + margin-bottom: 0px; } -/* Literal.Number.Float */ -.code-highlight .mh { - color: #666666; +.infobox .infobox_checkbox ~ .infobox_body { + max-height: 300px; + overflow: hidden; } -/* Literal.Number.Hex */ -.code-highlight .mi { - color: #666666; +.infobox .infobox_checkbox:checked ~ .infobox_body { + max-height: none; } -/* Literal.Number.Integer */ -.code-highlight .mo { - color: #666666; +.infobox .infobox_checkbox ~ .infobox_toggle .infobox_label_down { + display: block; } -/* Literal.Number.Oct */ -.code-highlight .sa { - color: #BA2121; +.infobox .infobox_checkbox ~ .infobox_toggle .infobox_label_up { + display: none; } -/* Literal.String.Affix */ -.code-highlight .sb { - color: #BA2121; +.infobox .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_up { + display: block; } -/* Literal.String.Backtick */ -.code-highlight .sc { - color: #BA2121; +.infobox .infobox_checkbox:checked ~ .infobox_toggle .infobox_label_down { + display: none; } -/* Literal.String.Char */ -.code-highlight .dl { - color: #BA2121; +.infobox .infobox_checkbox ~ .infobox_body img.infobox_part { + display: none; } -/* Literal.String.Delimiter */ -.code-highlight .sd { - color: #BA2121; - font-style: italic; +.infobox .infobox_checkbox:checked ~ .infobox_body img.infobox_part { + display: block; } -/* Literal.String.Doc */ -.code-highlight .s2 { - color: #BA2121; +.search_categories, +#categories { + text-transform: capitalize; + margin-bottom: 1.5rem; + margin-top: 1.5rem; + display: flex; + flex-wrap: wrap; + align-content: stretch; } -/* Literal.String.Double */ -.code-highlight .se { - color: #BB6622; - font-weight: bold; +.search_categories label, +#categories label, +.search_categories .input-group-addon, +#categories .input-group-addon { + flex-grow: 1; + flex-basis: auto; + font-size: 1.3rem; + font-weight: normal; + background-color: white; + border: #DDD 1px solid; + border-right: none; + color: #333; + padding-bottom: 0.8rem; + padding-top: 0.8rem; + text-align: center; + min-width: 50px; } -/* Literal.String.Escape */ -.code-highlight .sh { - color: #BA2121; +.search_categories label:last-child, +#categories label:last-child, +.search_categories .input-group-addon:last-child, +#categories .input-group-addon:last-child { + border-right: #DDD 1px solid; } -/* Literal.String.Heredoc */ -.code-highlight .si { - color: #BB6688; +.search_categories input[type="checkbox"]:checked + label, +#categories input[type="checkbox"]:checked + label { + color: black; font-weight: bold; + background-color: #EEE; } -/* Literal.String.Interpol */ -.code-highlight .sx { - color: #008000; +.visually-hidden { + position: absolute !important; + height: 1px; + width: 1px; + overflow: hidden; + clip: rect(1px 1px 1px 1px); + /* IE6, IE7 */ + clip: rect(1px, 1px, 1px, 1px); + white-space: nowrap; + /* added line */ } -/* Literal.String.Other */ -.code-highlight .sr { - color: #BB6688; +#advanced-search-container { + display: none; + text-align: center; + margin-bottom: 1rem; + clear: both; } -/* Literal.String.Regex */ -.code-highlight .s1 { - color: #BA2121; +#advanced-search-container label, +#advanced-search-container .input-group-addon { + font-size: 1.3rem; + font-weight: normal; + background-color: white; + border: #DDD 1px solid; + border-right: none; + color: #333; + padding-bottom: 0.8rem; + padding-left: 1.2rem; + padding-right: 1.2rem; } -/* Literal.String.Single */ -.code-highlight .ss { - color: #19177C; +#advanced-search-container label:last-child, +#advanced-search-container .input-group-addon:last-child { + border-right: #DDD 1px solid; } -/* Literal.String.Symbol */ -.code-highlight .bp { - color: #008000; +#advanced-search-container input[type="radio"] { + display: none; } -/* Name.Builtin.Pseudo */ -.code-highlight .fm { - color: #0000FF; +#advanced-search-container input[type="radio"]:checked + label { + color: black; + font-weight: bold; + background-color: #EEE; } -/* Name.Function.Magic */ -.code-highlight .vc { - color: #19177C; +#check-advanced { + display: none; } -/* Name.Variable.Class */ -.code-highlight .vg { - color: #19177C; +#check-advanced:checked ~ #advanced-search-container { + display: block; } -/* Name.Variable.Global */ -.code-highlight .vi { - color: #19177C; +.advanced { + padding: 0; + margin-top: 0.3rem; + text-align: right; } -/* Name.Variable.Instance */ -.code-highlight .vm { - color: #19177C; +.advanced label, +.advanced select { + cursor: pointer; } -/* Name.Variable.Magic */ -.code-highlight .il { - color: #666666; +.cursor-text { + cursor: text !important; +} +.cursor-pointer { + cursor: pointer !important; } -/* Literal.Number.Integer.Long */ .searx-navbar { background: #eee; color: #aaa; -- cgit v1.2.3