User:Opencooper/highlightStrings.css
/*
This is the stylesheet for [[User:Opencooper/highlightStrings.js]].
It is loaded automatically.
License: CC0
*/
#oHL_configButton { display: none; }
:root {
--oHL-primary-color: orange;
--oHL-highlight-color: var(--oHL-primary-color);
--oHL-keyed-color-primary: tomato;
--oHL-keyed-color-secondary: gold;
--oHL-highlight-background-color: var(--oHL-primary-color);
--oHL-highlight-group-color: green;
--oHL-unclickable-color: #9fa1af;
--oHL-code-background-color: #eda625;
--oHL-code-border-color: #b3852f;
--oHL-underline-color: var(--oHL-primary-color);
--oHL-table-hover-color: #eaf3ff;
--oHL-uncommonWords-symbol-color: var(--oHL-primary-color);
--oHL-error-color: red;
--oHL-warning-color: orange;
--oHL-italic-overline-color: red;
--oHL-trailing-space-color: #efefeffc;
}
#oHL_info, #oHL_configPane, #oHL_matches, #oHL_results, #oHL_hover, .oHL_added,
.oHL_piped, .oHL_img_info, #oHL_wd_img, .oHL_shownAnchor, .oHL_ruby rt, .oHL_error,
.oHL_externalWarning, .oHL_internalWarning, .shortdescription, .cs1-maint {
font-family: system-ui;
}
.oHL_piped {
font-weight: lighter;
}
.oHL_hidePipes .oHL_piped {
display: none;
}
.oHL, .oHL-opt {
border-style: solid;
border-color: var(--oHL-highlight-color);
border-width: 2px;
}
.oHL_disabled {
border: none;
}
.oHL + .oHL, .oHL + .oHL-opt, .oHL-opt + .oHL, .oHL-opt + .oHL-opt {
margin-left: .1em;
}
.vector-body {
z-index: 1;
}
#oHL_hover {
position: fixed;
color: white;
background-color: var(--oHL-highlight-background-color);
padding: 0 4px;
z-index: 1;
}
#oHL_info {
position: fixed;
top: 5px;
left: 5px;
z-index: 1;
background-color: var(--oHL-highlight-background-color);
width: 160px;
padding: 2px 4px;
}
.skin-vector-2022 #oHL_info {
/* Account for sticky header */
top: calc(3.125rem + 20px);
}
/* Put on bottom right for mobile */
.skin-minerva #oHL_info {
top: initial;
left: initial;
bottom: 5px;
right: 5px;
}
.oHL_keyed {
padding: 2px;
}
.oHL.oHL_keyed {
border-color: var(--oHL-keyed-color-primary);
}
.oHL-opt.oHL_keyed {
border-color: var(--oHL-keyed-color-secondary);
}
.oHL_keyed ~ .oHL_quoteAdditional {
border-style: dashed;
border-color: var(--oHL-highlight-group-color);
border-width: 2px;
padding: 2px;
}
#oHL_results summary {
font-weight: bold;
}
.oHL_summaryCount {
font-weight: normal;
}
#oHL_summary table, .oHL_summaryDescription, .oHL_info_class, #oHL_configPane,
#oHL_hover, .oHL_added {
font-variant-numeric: oldstyle-nums;
}
.oHL_tableCount {
text-align: right;
font-variant-numeric: tabular-nums;
}
.oHL_autoWikilink[href^='/wiki/MOS:'], .oHL_autoWikilink[href^='/wiki/WP:'] {
font-variant: all-small-caps;
letter-spacing: 0.05em;
}
.oHL_autoSectionLink {
font-variant: none;
letter-spacing: normal;
}
.oHL_wikitext-match {
font-family: monospace;
overflow-wrap: break-word;
}
.oHL_wikitext-match-text {
text-decoration: underline;
text-decoration-color: var(--oHL-underline-color);
text-decoration-thickness: 2px;
text-underline-offset: 2px;
}
.oHL_wikitext-match::before, .oHL_wikitext-match::after, .oHL_plaintext-match::before, .oHL_plaintext-match::after {
content: "…";
}
#oHL_configPane {
padding-bottom: 1em;
}
.oHL_mono {
font-family: monospace;
}
.oHL_i {
text-decoration: overline solid var(--oHL-italic-overline-color);
}
/* Needed to reset the text-decoration overline */
.oHL_i .oHL_piped {
display: inline-block;
}
.oHL_trailingSpace {
background-color: var(--oHL-trailing-space-color);
}
.oHL_refTable {
text-align: center;
}
#oHL_refTable thead tr {
position: sticky;
inset-block-start: 0;
}
.skin-vector-2022 #oHL_refTable thead tr {
/* Account for sticky header */
top: calc(3.125rem);
}
.oHL_refTable tr:hover td, #oHL_configPane tr:hover td {
background-color: var(--oHL-table-hover-color);
}
.oHL_error {
color: var(--oHL-error-color);
}
.oHL_externalWarning, .oHL_internalWarning {
color: var(--oHL-warning-color);
}
.oHL_internalWarning {
display: none;
}
#oHL_info_counter {
font-variant-position: super;
}
#oHL_info_total {
font-variant-position: sub;
}
.oHL_counter_padding {
color: var(--oHL-highlight-background-color);
}
#oHL_info_class {
padding-top: .1em;
padding-bottom: .1em;
}
#oHL_info_class_name {
font-weight: bold;
}
#oHL_info_class_desc {
overflow-wrap: break-word;
}
#oHL_info_class_desc code {
background-color: var(--oHL-code-background-color);
border: 1px solid var(--oHL-code-border-color);
}
#oHL_info_arrows {
float: right;
user-select: none;
}
.oHL_arrow_disabled {
color: var(--oHL-unclickable-color);
pointer-events: none;
}
#oHL_uncommonFilters {
margin: 0;
position: sticky;
/* Account for sticky header */
top: calc(3.125rem);
background-color: var(--background-color-neutral, #eaecf0);
}
#oHL_uncommonFilters legend {
padding: 0.1em;
}
.oHL_uncommonWordHidden {
display: none;
}
#oHL_uncommonFilters label {
white-space: nowrap;
}
.oHL_filterDisabled .oHL_filterLabel {
text-decoration: line-through;
}
.oHL_filterableWordHighlighted {
outline-style: solid;
outline-color: var(--oHL-highlight-color);
outline-width: 2px;
}
.oHL_uncommonWordLowercase:not(.oHL_uncommonWordItalic, .oHL_uncommonWordQuote,
.oHL_uncommonWordWikilink, .oHL_uncommonWordReference,
.oHL_uncommonWordExternal, .oHL_uncommonWordConjugated) .oHL_uncommonWord {
text-decoration: underline;
text-decoration-color: var(--oHL-underline-color);
text-decoration-style: wavy;
}
#oHL_uncommon li {
margin-bottom: .2em;
}
#oHL_uncommon li:hover {
background-color: var(--oHL-table-hover-color);
}
.oHL_uncommonSymbols {
float: right;
font-family: monospace;
user-select: none;
}
.oHL_uncommonSymbols span {
color: var(--oHL-uncommonWords-symbol-color);
border: 1px solid var(--oHL-uncommonWords-symbol-color);
margin: 1px;
padding: 1px 5px;
font-size: 110%;
}
#oHL_unbalanced .oHL_wikitext-match-text {
color: var(--oHL-underline-color);
}
.oHL_ruby rt {
font-weight: normal;
}
.oHL_ruby rt:hover {
font-size: 100%;
}
.oHL_dupe_ref_active {
outline-style: dashed;
outline-color: var(--oHL-highlight-group-color);
outline-width: 2px;
}
.oHL_img_info {
line-height: 1.4em;
max-width: 220px;
font-size: 88.4%;
}
.oHL-infobox-br, .oHL-infobox-title-br, .oHL-table-br {
font-size: 55%;
}
.oHL_shownAnchor {
font-size: 85%;
}
.oHL_shownAnchor + .oHL_shownAnchor {
padding-left: .25em;
}
.oHL-misplaced-template {
float: right;
}
.oHL-misplaced-sisterbox {
float: right;
clear: both;
}
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.