Rename site.selectors.relative to site.selectors.highlightable
This commit is contained in:
parent
ce099ae6de
commit
114d234c87
@ -67,16 +67,16 @@
|
|||||||
:root.spooky .qphl {
|
:root.spooky .qphl {
|
||||||
outline: 2px solid rgba(145, 182, 214, .8);
|
outline: 2px solid rgba(145, 182, 214, .8);
|
||||||
}
|
}
|
||||||
:root.spooky.highlight-you .quotesYou$site$relative$opHighlight,
|
:root.spooky.highlight-you .quotesYou$site$highlightable$op,
|
||||||
:root.spooky.highlight-you .quotesYou$site$relative$replyHighlight {
|
:root.spooky.highlight-you .quotesYou$site$highlightable$reply {
|
||||||
border-left: 3px solid rgba(145, 182, 214, .8);
|
border-left: 3px solid rgba(145, 182, 214, .8);
|
||||||
}
|
}
|
||||||
:root.spooky.highlight-own .yourPost$site$relative$opHighlight,
|
:root.spooky.highlight-own .yourPost$site$highlightable$op,
|
||||||
:root.spooky.highlight-own .yourPost$site$relative$replyHighlight {
|
:root.spooky.highlight-own .yourPost$site$highlightable$reply {
|
||||||
border-left: 3px dashed rgba(145, 182, 214, .8);
|
border-left: 3px dashed rgba(145, 182, 214, .8);
|
||||||
}
|
}
|
||||||
:root.spooky .filter-highlight$site$relative$opHighlight,
|
:root.spooky .filter-highlight$site$highlightable$op,
|
||||||
:root.spooky .filter-highlight$site$relative$replyHighlight {
|
:root.spooky .filter-highlight$site$highlightable$reply {
|
||||||
box-shadow: inset 5px 0 rgba(145, 182, 214, .5);
|
box-shadow: inset 5px 0 rgba(145, 182, 214, .5);
|
||||||
}
|
}
|
||||||
:root.spooky.highlight-own .yourPost > $site$sideArrows,
|
:root.spooky.highlight-own .yourPost > $site$sideArrows,
|
||||||
|
|||||||
@ -1440,16 +1440,16 @@ input[name="Default Volume"] {
|
|||||||
.qphl {
|
.qphl {
|
||||||
outline: 2px solid rgba(216, 94, 49, .8);
|
outline: 2px solid rgba(216, 94, 49, .8);
|
||||||
}
|
}
|
||||||
:root.highlight-you .quotesYou$site$relative$opHighlight,
|
:root.highlight-you .quotesYou$site$highlightable$op,
|
||||||
:root.highlight-you .quotesYou$site$relative$replyHighlight {
|
:root.highlight-you .quotesYou$site$highlightable$reply {
|
||||||
border-left: 3px solid rgba(221, 0, 0, .8);
|
border-left: 3px solid rgba(221, 0, 0, .8);
|
||||||
}
|
}
|
||||||
:root.highlight-own .yourPost$site$relative$opHighlight,
|
:root.highlight-own .yourPost$site$highlightable$op,
|
||||||
:root.highlight-own .yourPost$site$relative$replyHighlight {
|
:root.highlight-own .yourPost$site$highlightable$reply {
|
||||||
border-left: 3px dashed rgba(221, 0, 0, .8);
|
border-left: 3px dashed rgba(221, 0, 0, .8);
|
||||||
}
|
}
|
||||||
.filter-highlight$site$relative$opHighlight,
|
.filter-highlight$site$highlightable$op,
|
||||||
.filter-highlight$site$relative$replyHighlight {
|
.filter-highlight$site$highlightable$reply {
|
||||||
box-shadow: inset 5px 0 rgba(221, 0, 0, .5);
|
box-shadow: inset 5px 0 rgba(221, 0, 0, .5);
|
||||||
}
|
}
|
||||||
:root.highlight-own .yourPost > $site$sideArrows,
|
:root.highlight-own .yourPost > $site$sideArrows,
|
||||||
@ -1457,9 +1457,9 @@ input[name="Default Volume"] {
|
|||||||
.filter-highlight > $site$sideArrows {
|
.filter-highlight > $site$sideArrows {
|
||||||
color: rgba(221, 0, 0, .8);
|
color: rgba(221, 0, 0, .8);
|
||||||
}
|
}
|
||||||
:root.highlight-own .yourPost$site$relative$opHighlight::after,
|
:root.highlight-own .yourPost$site$highlightable$op::after,
|
||||||
:root.highlight-you .quotesYou$site$relative$opHighlight::after,
|
:root.highlight-you .quotesYou$site$highlightable$op::after,
|
||||||
.filter-highlight$site$relative$opHighlight::after {
|
.filter-highlight$site$highlightable$op::after {
|
||||||
content: "";
|
content: "";
|
||||||
display: block;
|
display: block;
|
||||||
clear: both;
|
clear: both;
|
||||||
@ -1468,7 +1468,7 @@ input[name="Default Volume"] {
|
|||||||
:root.werkTyme .catalog-thread.filter-highlight:not(:hover),
|
:root.werkTyme .catalog-thread.filter-highlight:not(:hover),
|
||||||
:root.werkTyme:not(.catalog-hover-expand) .catalog-thread.filter-highlight,
|
:root.werkTyme:not(.catalog-hover-expand) .catalog-thread.filter-highlight,
|
||||||
:root.werkTyme.catalog-hover-expand .catalog-thread.filter-highlight > .catalog-container:hover > .catalog-post,
|
:root.werkTyme.catalog-hover-expand .catalog-thread.filter-highlight > .catalog-container:hover > .catalog-post,
|
||||||
:root.catalog $site$catalog$thread.filter-highlight$site$relative$catalogHighlight {
|
:root.catalog $site$catalog$thread.filter-highlight$site$highlightable$catalog {
|
||||||
box-shadow: 0 0 3px 3px rgba(255, 0, 0, .5);
|
box-shadow: 0 0 3px 3px rgba(255, 0, 0, .5);
|
||||||
}
|
}
|
||||||
:root:not(.werkTyme) .catalog-thread.watched .catalog-thumb,
|
:root:not(.werkTyme) .catalog-thread.watched .catalog-thumb,
|
||||||
|
|||||||
@ -63,16 +63,16 @@
|
|||||||
:root.tomorrow .qphl {
|
:root.tomorrow .qphl {
|
||||||
outline: 2px solid rgba(145, 182, 214, .8);
|
outline: 2px solid rgba(145, 182, 214, .8);
|
||||||
}
|
}
|
||||||
:root.tomorrow.highlight-you .quotesYou$site$relative$opHighlight,
|
:root.tomorrow.highlight-you .quotesYou$site$highlightable$op,
|
||||||
:root.tomorrow.highlight-you .quotesYou$site$relative$replyHighlight {
|
:root.tomorrow.highlight-you .quotesYou$site$highlightable$reply {
|
||||||
border-left: 3px solid rgba(145, 182, 214, .8);
|
border-left: 3px solid rgba(145, 182, 214, .8);
|
||||||
}
|
}
|
||||||
:root.tomorrow.highlight-own .yourPost$site$relative$opHighlight,
|
:root.tomorrow.highlight-own .yourPost$site$highlightable$op,
|
||||||
:root.tomorrow.highlight-own .yourPost$site$relative$replyHighlight {
|
:root.tomorrow.highlight-own .yourPost$site$highlightable$reply {
|
||||||
border-left: 3px dashed rgba(145, 182, 214, .8);
|
border-left: 3px dashed rgba(145, 182, 214, .8);
|
||||||
}
|
}
|
||||||
:root.tomorrow .filter-highlight$site$relative$opHighlight,
|
:root.tomorrow .filter-highlight$site$highlightable$op,
|
||||||
:root.tomorrow .filter-highlight$site$relative$replyHighlight {
|
:root.tomorrow .filter-highlight$site$highlightable$reply {
|
||||||
box-shadow: inset 5px 0 rgba(145, 182, 214, .5);
|
box-shadow: inset 5px 0 rgba(145, 182, 214, .5);
|
||||||
}
|
}
|
||||||
:root.tomorrow.highlight-own .yourPost > $site$sideArrows,
|
:root.tomorrow.highlight-own .yourPost > $site$sideArrows,
|
||||||
|
|||||||
@ -91,10 +91,10 @@ SW.tinyboard =
|
|||||||
thumb: 'a > .post-image'
|
thumb: 'a > .post-image'
|
||||||
thumbLink: '.file > a'
|
thumbLink: '.file > a'
|
||||||
multifile: '.files > .file'
|
multifile: '.files > .file'
|
||||||
relative:
|
highlightable:
|
||||||
opHighlight: ' > .op'
|
op: ' > .op'
|
||||||
replyHighlight: '.reply'
|
reply: '.reply'
|
||||||
catalogHighlight: ' > .thread'
|
catalog: ' > .thread'
|
||||||
comment: '.body'
|
comment: '.body'
|
||||||
spoiler: '.spoiler'
|
spoiler: '.spoiler'
|
||||||
quotelink: 'a[onclick^="highlightReply("]'
|
quotelink: 'a[onclick^="highlightReply("]'
|
||||||
|
|||||||
@ -54,10 +54,10 @@ SW.yotsuba =
|
|||||||
link: '.fileText > a'
|
link: '.fileText > a'
|
||||||
thumb: 'a.fileThumb > [data-md5]'
|
thumb: 'a.fileThumb > [data-md5]'
|
||||||
thumbLink: 'a.fileThumb'
|
thumbLink: 'a.fileThumb'
|
||||||
relative:
|
highlightable:
|
||||||
opHighlight: '.opContainer'
|
op: '.opContainer'
|
||||||
replyHighlight: ' > .reply'
|
reply: ' > .reply'
|
||||||
catalogHighlight: ''
|
catalog: ''
|
||||||
comment: '.postMessage'
|
comment: '.postMessage'
|
||||||
spoiler: 's'
|
spoiler: 's'
|
||||||
quotelink: ':not(pre) > .quotelink' # XXX https://github.com/4chan/4chan-JS/issues/77: 4chan currently creates quote links inside [code] tags; ignore them
|
quotelink: ':not(pre) > .quotelink' # XXX https://github.com/4chan/4chan-JS/issues/77: 4chan currently creates quote links inside [code] tags; ignore them
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user