2021-11-07 06:05:32 +01:00
|
|
|
:root {
|
|
|
|
--skip-notice-right: 10px;
|
|
|
|
--skip-notice-padding: 5px;
|
|
|
|
--skip-notice-margin: 5px;
|
|
|
|
--skip-notice-border-horizontal: 5px;
|
|
|
|
--skip-notice-border-vertical: 10px;
|
|
|
|
--sb-dark-red-outline: rgb(130,0,0,0.9);
|
|
|
|
}
|
|
|
|
|
2021-10-22 03:58:43 +02:00
|
|
|
.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2019-08-13 01:34:44 +02:00
|
|
|
#previewbar {
|
|
|
|
overflow: visible;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
pointer-events: none;
|
2022-04-23 15:51:52 +02:00
|
|
|
|
2019-08-13 01:34:44 +02:00
|
|
|
height: 100%;
|
|
|
|
transform: scaleY(0.6) translateY(-30%) translateY(1.5px);
|
2021-10-31 02:48:52 +01:00
|
|
|
z-index: 42;
|
2021-06-11 19:58:40 +02:00
|
|
|
|
|
|
|
transition: transform .1s cubic-bezier(0,0,0.2,1);
|
|
|
|
}
|
|
|
|
|
2022-09-14 05:59:00 +02:00
|
|
|
.ytp-big-mode #previewbar {
|
|
|
|
transform: scaleY(0.625) translateY(-30%) translateY(1.5px);
|
|
|
|
}
|
|
|
|
|
2022-10-07 23:20:19 +02:00
|
|
|
.ytp-big-mode .sponsorTwoTooltips .sponsorCategoryTooltip {
|
|
|
|
top: 75px !important;
|
|
|
|
}
|
|
|
|
|
2022-07-03 22:42:45 +02:00
|
|
|
.progress-bar-line > #previewbar {
|
2022-05-17 19:55:39 +02:00
|
|
|
height: 3px;
|
|
|
|
}
|
|
|
|
|
2022-09-16 05:37:11 +02:00
|
|
|
div:hover > #previewbar.sbNotInvidious {
|
2021-06-11 19:58:40 +02:00
|
|
|
transform: scaleY(1)
|
2019-08-13 01:34:44 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.previewbar {
|
|
|
|
display: inline-block;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2022-09-02 03:35:58 +02:00
|
|
|
.previewbar.requiredSegment {
|
|
|
|
transform: scaleY(3)
|
|
|
|
}
|
|
|
|
|
2021-12-29 06:35:33 +01:00
|
|
|
/* Make sure settings are upfront */
|
|
|
|
.ytp-settings-menu {
|
|
|
|
z-index: 6000 !important;
|
|
|
|
}
|
|
|
|
|
2020-05-03 17:42:39 +02:00
|
|
|
/* Preview Bar page hacks */
|
|
|
|
|
2020-11-08 06:09:51 +01:00
|
|
|
.ytp-tooltip:not(.sponsorCategoryTooltipVisible) .sponsorCategoryTooltip {
|
2020-12-26 18:34:46 +01:00
|
|
|
display: none !important;
|
2020-11-08 06:09:51 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.ytp-tooltip.sponsorCategoryTooltipVisible {
|
2020-12-30 04:10:16 +01:00
|
|
|
transform: translateY(-1em) !important;
|
2020-11-08 06:09:51 +01:00
|
|
|
}
|
|
|
|
|
2021-12-25 07:09:34 +01:00
|
|
|
.ytp-tooltip.sponsorCategoryTooltipVisible.sponsorTwoTooltips {
|
|
|
|
transform: translateY(-2em) !important;
|
|
|
|
}
|
|
|
|
|
2020-11-08 06:09:51 +01:00
|
|
|
.ytp-big-mode .ytp-tooltip.sponsorCategoryTooltipVisible {
|
2020-12-30 04:10:16 +01:00
|
|
|
transform: translateY(-2em) !important;
|
2020-11-08 06:09:51 +01:00
|
|
|
}
|
|
|
|
|
2021-12-25 07:09:34 +01:00
|
|
|
.ytp-big-mode .ytp-tooltip.sponsorCategoryTooltipVisible.sponsorTwoTooltips {
|
|
|
|
transform: translateY(-4em) !important;
|
|
|
|
}
|
|
|
|
|
2020-11-08 06:09:51 +01:00
|
|
|
#movie_player:not(.ytp-big-mode) .ytp-tooltip.sponsorCategoryTooltipVisible > .ytp-tooltip-text-wrapper {
|
2020-12-30 04:10:16 +01:00
|
|
|
transform: translateY(1em) !important;
|
2020-05-03 17:42:39 +02:00
|
|
|
}
|
|
|
|
|
2021-12-25 07:09:34 +01:00
|
|
|
#movie_player:not(.ytp-big-mode) .ytp-tooltip.sponsorCategoryTooltipVisible.sponsorTwoTooltips > .ytp-tooltip-text-wrapper {
|
|
|
|
transform: translateY(2em) !important;
|
|
|
|
}
|
|
|
|
|
2020-11-08 06:09:51 +01:00
|
|
|
.ytp-big-mode .ytp-tooltip.sponsorCategoryTooltipVisible > .ytp-tooltip-text-wrapper {
|
2020-12-30 04:10:16 +01:00
|
|
|
transform: translateY(0.5em) !important;
|
2020-11-08 06:09:51 +01:00
|
|
|
}
|
|
|
|
|
2021-12-25 07:09:34 +01:00
|
|
|
.ytp-big-mode .ytp-tooltip.sponsorCategoryTooltipVisible.sponsorTwoTooltips > .ytp-tooltip-text-wrapper {
|
|
|
|
transform: translateY(1em) !important;
|
|
|
|
}
|
|
|
|
|
2020-11-08 06:09:51 +01:00
|
|
|
.ytp-big-mode .ytp-tooltip.sponsorCategoryTooltipVisible > .ytp-tooltip-text-wrapper > .ytp-tooltip-text {
|
2020-12-30 04:10:16 +01:00
|
|
|
display: block !important;
|
|
|
|
transform: translateY(1em) !important;
|
2020-05-03 17:42:39 +02:00
|
|
|
}
|
|
|
|
|
2021-12-25 07:09:34 +01:00
|
|
|
.ytp-big-mode .ytp-tooltip.sponsorCategoryTooltipVisible.sponsorTwoTooltips > .ytp-tooltip-text-wrapper > .ytp-tooltip-text {
|
|
|
|
display: block !important;
|
|
|
|
transform: translateY(2em) !important;
|
|
|
|
}
|
|
|
|
|
2021-10-31 02:32:54 +01:00
|
|
|
div:hover > .sponsorBlockChapterBar {
|
2021-10-29 06:02:46 +02:00
|
|
|
z-index: 41 !important;
|
2021-10-29 05:57:53 +02:00
|
|
|
}
|
|
|
|
|
2020-05-03 17:42:39 +02:00
|
|
|
/* */
|
|
|
|
|
2019-07-29 21:42:14 +02:00
|
|
|
.popup {
|
|
|
|
z-index: 10;
|
|
|
|
width: 100%;
|
|
|
|
height: 500px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.smallLink {
|
|
|
|
font-size: 10px;
|
|
|
|
text-decoration: underline;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2019-07-23 03:11:37 +02:00
|
|
|
.playerButtonImage {
|
2019-07-22 00:19:56 +02:00
|
|
|
height: 60%;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
display: block;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
2019-07-23 03:11:37 +02:00
|
|
|
.playerButton {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
2022-09-15 21:35:38 +02:00
|
|
|
.playerButton.hidden:not(.autoHiding) {
|
2022-09-05 06:14:23 +02:00
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
2022-08-29 05:38:40 +02:00
|
|
|
/* Removes auto width from being a ytp-player-button */
|
|
|
|
.sbPlayerDownvote {
|
|
|
|
width: auto !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Adds back the padding */
|
|
|
|
.sbPlayerDownvote svg {
|
|
|
|
padding-right: 3.6px;
|
|
|
|
}
|
|
|
|
|
2021-10-01 00:15:06 +02:00
|
|
|
.autoHiding {
|
|
|
|
overflow: visible !important;
|
|
|
|
}
|
|
|
|
|
2021-09-30 06:43:10 +02:00
|
|
|
.autoHiding:not(.hidden) {
|
2021-06-21 02:45:41 +02:00
|
|
|
transform: translateX(0%) scale(1);
|
|
|
|
/* opacity is from YouTube page */
|
2021-10-02 00:08:02 +02:00
|
|
|
transition: transform 0.2s, width 0.2s, opacity .1s cubic-bezier(0.4,0.0,1,1) !important;
|
2021-06-21 02:45:41 +02:00
|
|
|
}
|
|
|
|
|
2021-09-30 06:43:10 +02:00
|
|
|
.autoHiding.hidden {
|
2021-06-21 02:45:41 +02:00
|
|
|
transform: translateX(100%) scale(0);
|
|
|
|
/* opacity is from YouTube page */
|
2021-10-02 00:08:02 +02:00
|
|
|
transition: transform 0.2s, width 0.2s, opacity .1s cubic-bezier(0.4,0.0,1,1) !important;
|
2021-10-01 00:15:06 +02:00
|
|
|
|
|
|
|
width: 0px !important;
|
2021-06-21 02:45:41 +02:00
|
|
|
}
|
|
|
|
|
2021-09-30 06:43:10 +02:00
|
|
|
.autoHiding.hidden.autoHideLeft {
|
|
|
|
transform: translateX(-100%) scale(0);
|
|
|
|
}
|
|
|
|
|
2019-07-10 21:11:55 +02:00
|
|
|
.sponsorSkipObject {
|
2019-08-14 20:07:00 +02:00
|
|
|
font-family: Roboto, Arial, Helvetica, sans-serif;
|
2022-04-23 15:51:52 +02:00
|
|
|
|
2021-11-07 06:05:32 +01:00
|
|
|
margin-left: var(--skip-notice-margin);
|
|
|
|
margin-right: var(--skip-notice-margin);
|
2019-07-10 21:11:55 +02:00
|
|
|
}
|
|
|
|
|
2019-07-18 01:42:13 +02:00
|
|
|
.sponsorSkipLogo {
|
2019-08-14 05:43:02 +02:00
|
|
|
height: 18px;
|
|
|
|
|
|
|
|
float: left;
|
2019-07-11 22:15:47 +02:00
|
|
|
}
|
|
|
|
|
2019-07-18 01:42:13 +02:00
|
|
|
@keyframes fadeIn {
|
|
|
|
from { opacity: 0; }
|
|
|
|
}
|
|
|
|
|
2019-08-19 23:39:22 +02:00
|
|
|
@keyframes fadeOut {
|
2021-07-01 03:50:54 +02:00
|
|
|
to { opacity: 0; }
|
2019-08-19 23:39:22 +02:00
|
|
|
}
|
|
|
|
|
2019-08-14 05:43:02 +02:00
|
|
|
.sponsorBlockSpacer {
|
2019-08-14 20:07:00 +02:00
|
|
|
background-color: rgb(100, 100, 100);
|
|
|
|
border-color: rgb(100, 100, 100);
|
2019-08-15 03:30:02 +02:00
|
|
|
|
|
|
|
margin-left: 5px;
|
2019-08-14 05:43:02 +02:00
|
|
|
}
|
|
|
|
|
2021-07-30 00:34:31 +02:00
|
|
|
.sbChatNotice {
|
2021-07-30 00:16:44 +02:00
|
|
|
min-width: 350px;
|
|
|
|
height: 70%;
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
right: 5px;
|
|
|
|
bottom: 100px;
|
2021-11-07 06:05:32 +01:00
|
|
|
right: var(--skip-notice-right);
|
2021-07-30 00:16:44 +02:00
|
|
|
}
|
|
|
|
|
2021-07-01 05:43:45 +02:00
|
|
|
.sponsorSkipNoticeParent {
|
2019-07-10 20:43:14 +02:00
|
|
|
position: absolute;
|
2021-07-01 05:43:45 +02:00
|
|
|
|
2019-08-14 05:43:02 +02:00
|
|
|
bottom: 100px;
|
|
|
|
right: 10px;
|
2021-07-01 06:54:52 +02:00
|
|
|
}
|
2021-07-01 05:43:45 +02:00
|
|
|
|
2021-07-01 06:54:52 +02:00
|
|
|
.sponsorSkipNoticeParent, .sponsorSkipNotice {
|
2021-07-01 05:43:45 +02:00
|
|
|
border-spacing: 5px 10px;
|
2021-07-01 07:13:06 +02:00
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 5px;
|
2021-07-01 05:43:45 +02:00
|
|
|
|
|
|
|
border-collapse: unset;
|
|
|
|
}
|
|
|
|
|
2022-05-31 08:55:44 +02:00
|
|
|
.sponsorSkipNoticeParent {
|
|
|
|
min-width: 350px;
|
|
|
|
max-width: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sponsorSkipNotice {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2021-09-02 06:05:13 +02:00
|
|
|
.sponsorSkipNoticeTableContainer {
|
2022-07-30 00:27:09 +02:00
|
|
|
color: white;
|
2021-07-01 05:43:45 +02:00
|
|
|
background-color: rgba(28, 28, 28, 0.9);
|
2021-09-02 06:05:13 +02:00
|
|
|
border-radius: 5px;
|
|
|
|
min-width: 100%;
|
|
|
|
}
|
|
|
|
|
2022-09-23 03:58:03 +02:00
|
|
|
.exportCopiedNotice .sponsorSkipNoticeTableContainer {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
2021-09-02 06:05:13 +02:00
|
|
|
.sponsorSkipNotice {
|
2021-07-01 05:43:45 +02:00
|
|
|
transition: all 0.1s ease-out;
|
2019-08-14 20:07:00 +02:00
|
|
|
}
|
|
|
|
|
2021-09-02 17:44:25 +02:00
|
|
|
.sponsorSkipNoticeLimitWidth {
|
2022-05-31 09:06:48 +02:00
|
|
|
max-width: calc(100% - 50px);
|
2021-09-02 17:44:25 +02:00
|
|
|
}
|
|
|
|
|
2021-05-14 02:03:05 +02:00
|
|
|
.sponsorSkipNotice .hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2021-06-18 06:23:58 +02:00
|
|
|
/* For Cloudtube */
|
|
|
|
.sponsorSkipNotice td, .sponsorSkipNotice table, .sponsorSkipNotice th {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2020-03-11 22:50:50 +01:00
|
|
|
.sponsorSkipNoticeFadeIn {
|
2021-07-01 03:50:54 +02:00
|
|
|
animation: fadeIn 0.5s ease-out;
|
|
|
|
}
|
|
|
|
|
2022-09-23 03:58:03 +02:00
|
|
|
.exportCopiedNotice .sponsorSkipNoticeFadeIn {
|
|
|
|
animation: none;
|
|
|
|
}
|
|
|
|
|
2021-07-01 03:50:54 +02:00
|
|
|
.sponsorSkipNoticeFaded {
|
2021-08-18 04:05:19 +02:00
|
|
|
opacity: 0.5;
|
2020-03-11 22:50:50 +01:00
|
|
|
}
|
|
|
|
|
2019-08-19 23:57:10 +02:00
|
|
|
.sponsorSkipNoticeFadeOut {
|
2021-07-01 03:50:54 +02:00
|
|
|
transition: opacity 3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
|
|
|
opacity: 0 !important;
|
|
|
|
animation: none !important;
|
2019-08-19 23:39:22 +02:00
|
|
|
}
|
|
|
|
|
2021-06-18 06:23:58 +02:00
|
|
|
.sponsorSkipNotice .sponsorSkipNoticeTimeLeft {
|
2019-08-14 20:07:00 +02:00
|
|
|
color: #eeeeee;
|
|
|
|
|
|
|
|
border-radius: 4px;
|
|
|
|
padding: 2px 5px;
|
|
|
|
font-size: 12px;
|
|
|
|
|
2021-05-14 02:03:05 +02:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
|
2019-08-14 20:07:00 +02:00
|
|
|
border: 1px solid #eeeeee;
|
2019-07-18 01:42:13 +02:00
|
|
|
}
|
|
|
|
|
2021-05-14 02:03:05 +02:00
|
|
|
.sponsorSkipNoticeTimeLeft img {
|
|
|
|
vertical-align: middle;
|
|
|
|
height: 13px;
|
|
|
|
|
|
|
|
padding-top: 7.8%;
|
|
|
|
padding-bottom: 7.8%;
|
|
|
|
}
|
|
|
|
|
2019-07-18 01:42:13 +02:00
|
|
|
/* if two are very close to eachother */
|
|
|
|
.secondSkipNotice {
|
2021-10-10 00:41:21 +02:00
|
|
|
bottom: 290px;
|
2019-07-10 20:43:14 +02:00
|
|
|
}
|
|
|
|
|
2021-05-14 02:03:05 +02:00
|
|
|
.noticeLeftIcon {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
2021-06-18 06:23:58 +02:00
|
|
|
.sponsorSkipNotice .sponsorSkipNoticeUnskipSection {
|
2019-08-14 05:43:02 +02:00
|
|
|
float: left;
|
|
|
|
|
2019-08-14 20:07:00 +02:00
|
|
|
border-left: 1px solid rgb(150, 150, 150);
|
2019-08-14 05:43:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.sponsorSkipNoticeButton {
|
|
|
|
background: none;
|
2019-08-14 20:07:00 +02:00
|
|
|
color: rgb(235, 235, 235);
|
2019-08-14 05:43:02 +02:00
|
|
|
border: none;
|
|
|
|
display: inline-block;
|
2020-07-05 06:17:54 +02:00
|
|
|
font-size: 13.3333px !important;
|
2019-08-14 05:43:02 +02:00
|
|
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
margin-right: 10px;
|
2019-08-19 18:11:19 +02:00
|
|
|
|
2019-08-19 22:49:22 +02:00
|
|
|
padding: 2px 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sponsorSkipNoticeButton:hover {
|
|
|
|
background-color: rgba(235, 235, 235,0.2);
|
|
|
|
border-radius: 4px;
|
2022-04-23 15:51:52 +02:00
|
|
|
|
2019-08-19 22:49:22 +02:00
|
|
|
transition: background-color 0.4s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sponsorTimesVoteButtonsContainer {
|
|
|
|
float: left;
|
2021-10-09 02:43:39 +02:00
|
|
|
vertical-align:middle;
|
2019-08-19 22:49:22 +02:00
|
|
|
padding: 2px 5px;
|
|
|
|
|
|
|
|
margin-right: 4px;
|
2019-08-14 05:43:02 +02:00
|
|
|
}
|
|
|
|
|
2021-10-09 02:43:39 +02:00
|
|
|
.sponsorTimesVoteButtonsContainer div{
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2019-08-15 03:46:30 +02:00
|
|
|
.sponsorSkipNoticeRightSection {
|
|
|
|
right: 0;
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
float: right;
|
|
|
|
|
2021-07-01 07:11:34 +02:00
|
|
|
margin-right: 10px;
|
2021-05-14 02:03:05 +02:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2019-08-15 03:46:30 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.sponsorSkipNoticeRightButton {
|
2019-08-19 22:49:22 +02:00
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sponsorSkipNoticeCloseButton {
|
|
|
|
height: 10px;
|
|
|
|
width: 10px;
|
2020-07-05 06:17:54 +02:00
|
|
|
box-sizing: unset;
|
2022-04-23 15:51:52 +02:00
|
|
|
|
2019-08-19 22:49:22 +02:00
|
|
|
padding: 2px 5px;
|
|
|
|
|
|
|
|
margin-left: 2px;
|
|
|
|
float: right;
|
2019-08-15 03:46:30 +02:00
|
|
|
}
|
|
|
|
|
2021-10-22 04:11:26 +02:00
|
|
|
.sponsorSkipNoticeCloseButton.biggerCloseButton {
|
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
|
2019-07-18 01:42:13 +02:00
|
|
|
.sponsorSkipMessage {
|
2019-08-14 05:43:02 +02:00
|
|
|
font-size: 14px;
|
2019-07-12 00:47:03 +02:00
|
|
|
font-weight: bold;
|
2019-08-14 20:07:00 +02:00
|
|
|
color: rgb(235, 235, 235);
|
2022-04-23 15:51:52 +02:00
|
|
|
|
2021-05-14 02:03:05 +02:00
|
|
|
margin-top: auto;
|
2019-08-14 05:43:02 +02:00
|
|
|
display: inline-block;
|
2021-05-14 02:03:05 +02:00
|
|
|
margin-right: 10px;
|
2021-10-22 04:11:26 +02:00
|
|
|
margin-bottom: auto;
|
2019-07-12 00:47:03 +02:00
|
|
|
}
|
|
|
|
|
2019-07-18 01:42:13 +02:00
|
|
|
.sponsorSkipInfo {
|
2019-07-12 00:47:03 +02:00
|
|
|
font-size: 10px;
|
|
|
|
color: #000000;
|
2019-07-15 22:28:41 +02:00
|
|
|
text-align: center;
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
|
2019-07-16 02:38:26 +02:00
|
|
|
#sponsorTimesThanksForVotingText {
|
|
|
|
font-size: 20px;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #000000;
|
|
|
|
text-align: center;
|
2019-07-20 19:41:13 +02:00
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: 0px;
|
2019-07-16 02:38:26 +02:00
|
|
|
}
|
|
|
|
|
2019-07-20 19:41:13 +02:00
|
|
|
#sponsorTimesThanksForVotingInfoText {
|
|
|
|
font-size: 12px;
|
2019-07-20 04:24:59 +02:00
|
|
|
font-weight: bold;
|
|
|
|
color: #000000;
|
|
|
|
text-align: center;
|
2019-07-20 19:41:13 +02:00
|
|
|
margin-top: 0px;
|
2019-07-20 04:24:59 +02:00
|
|
|
}
|
|
|
|
|
2019-08-15 03:30:02 +02:00
|
|
|
.sponsorTimesVoteButtonMessage {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2019-07-20 19:41:13 +02:00
|
|
|
.sponsorTimesInfoMessage {
|
2019-08-15 03:30:02 +02:00
|
|
|
font-size: 13.3333px;
|
|
|
|
color: rgb(235, 235, 235);
|
2022-07-21 00:48:53 +02:00
|
|
|
overflow-wrap: anywhere;
|
2019-07-16 02:38:26 +02:00
|
|
|
}
|
|
|
|
|
2022-05-31 06:50:32 +02:00
|
|
|
.sb-guidelines-notice .sponsorTimesInfoMessage td {
|
|
|
|
padding-left: 5px;
|
|
|
|
padding-top: 2px;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
font-size: 15px;
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sponsorTimesInfoIcon {
|
|
|
|
width: 30px;
|
|
|
|
padding-right: 10px;
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
|
2022-03-17 05:27:36 +01:00
|
|
|
.segmentSummary {
|
2022-03-17 05:29:33 +01:00
|
|
|
outline: none !important;
|
2022-03-17 05:27:36 +01:00
|
|
|
}
|
|
|
|
|
2019-07-22 00:19:56 +02:00
|
|
|
.submitButton {
|
|
|
|
background-color:#ec1c1c;
|
|
|
|
-moz-border-radius:28px;
|
|
|
|
-webkit-border-radius:28px;
|
|
|
|
border-radius:28px;
|
|
|
|
border:1px solid #d31919;
|
|
|
|
display:inline-block;
|
|
|
|
cursor:pointer;
|
|
|
|
color:#ffffff;
|
|
|
|
font-size:14px;
|
|
|
|
padding:4px 15px;
|
|
|
|
text-decoration:none;
|
|
|
|
text-shadow:0px 0px 0px #662727;
|
2022-04-23 15:51:52 +02:00
|
|
|
|
2019-07-22 00:19:56 +02:00
|
|
|
margin-top: 5px;
|
|
|
|
margin-right: 15px;
|
|
|
|
}
|
|
|
|
.submitButton:hover {
|
|
|
|
background-color:#bf2a2a;
|
|
|
|
}
|
|
|
|
|
|
|
|
.submitButton:focus {
|
|
|
|
outline: none;
|
|
|
|
background-color:#bf2a2a;
|
|
|
|
}
|
|
|
|
|
|
|
|
.submitButton:active {
|
|
|
|
position:relative;
|
|
|
|
top:1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes rotate {
|
|
|
|
from { transform: rotate(0deg); }
|
|
|
|
to { transform: rotate(360deg); }
|
|
|
|
}
|
|
|
|
|
2019-07-10 20:43:14 +02:00
|
|
|
.sponsorSkipButton {
|
2019-07-11 22:15:47 +02:00
|
|
|
background-color:#ec1c1c;
|
2019-07-10 20:43:14 +02:00
|
|
|
-moz-border-radius:28px;
|
|
|
|
-webkit-border-radius:28px;
|
|
|
|
border-radius:28px;
|
2019-07-11 22:15:47 +02:00
|
|
|
border:1px solid #d31919;
|
2019-07-10 20:43:14 +02:00
|
|
|
display:inline-block;
|
|
|
|
cursor:pointer;
|
|
|
|
color:#ffffff;
|
2019-07-10 21:11:55 +02:00
|
|
|
font-size:14px;
|
|
|
|
padding:4px 15px;
|
2019-07-10 20:43:14 +02:00
|
|
|
text-decoration:none;
|
2019-07-11 22:15:47 +02:00
|
|
|
text-shadow:0px 0px 0px #662727;
|
2022-04-23 15:51:52 +02:00
|
|
|
|
2019-07-10 20:43:14 +02:00
|
|
|
margin-top: 5px;
|
|
|
|
margin-right: 15px;
|
|
|
|
}
|
|
|
|
.sponsorSkipButton:hover {
|
2019-07-11 22:15:47 +02:00
|
|
|
background-color:#bf2a2a;
|
2019-07-10 20:43:14 +02:00
|
|
|
}
|
2019-07-15 22:28:41 +02:00
|
|
|
|
|
|
|
.sponsorSkipButton:focus {
|
|
|
|
outline: none;
|
|
|
|
background-color:#bf2a2a;
|
|
|
|
}
|
|
|
|
|
2019-07-10 20:43:14 +02:00
|
|
|
.sponsorSkipButton:active {
|
|
|
|
position:relative;
|
|
|
|
top:1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sponsorSkipDontShowButton {
|
|
|
|
-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
|
|
|
|
-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
|
|
|
|
box-shadow:inset 0px 1px 0px 0px #cf866c;
|
|
|
|
background-color:#d0451b;
|
|
|
|
-moz-border-radius:3px;
|
|
|
|
-webkit-border-radius:3px;
|
|
|
|
border-radius:3px;
|
|
|
|
border:1px solid #942911;
|
|
|
|
display:inline-block;
|
|
|
|
cursor:pointer;
|
|
|
|
color:#ffffff;
|
|
|
|
font-size:13px;
|
|
|
|
padding:6px 24px;
|
|
|
|
text-decoration:none;
|
|
|
|
text-shadow:0px 1px 0px #854629;
|
|
|
|
}
|
|
|
|
.sponsorSkipDontShowButton:hover {
|
|
|
|
background-color:#bc3315;
|
|
|
|
}
|
2019-07-15 22:28:41 +02:00
|
|
|
|
|
|
|
.sponsorSkipDontShowButton:focus {
|
|
|
|
outline: none;
|
|
|
|
background-color:#bc3315;
|
|
|
|
}
|
|
|
|
|
2019-07-10 20:43:14 +02:00
|
|
|
.sponsorSkipDontShowButton:active {
|
|
|
|
position:relative;
|
|
|
|
top:1px;
|
2020-03-12 00:35:20 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Submission Notice */
|
|
|
|
|
|
|
|
.sponsorTimeDisplay {
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sponsorTimeEditButton {
|
|
|
|
text-decoration: underline;
|
|
|
|
|
|
|
|
margin-left: 20px;
|
|
|
|
margin-right: 20px;
|
|
|
|
|
|
|
|
font-size: 13px;
|
2022-04-23 15:51:52 +02:00
|
|
|
|
2020-03-12 00:35:20 +01:00
|
|
|
cursor: pointer;
|
2020-04-02 02:06:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.sponsorTimeEdit > input::-webkit-outer-spin-button,
|
|
|
|
input::-webkit-inner-spin-button {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2020-04-14 03:48:55 +02:00
|
|
|
.sponsorTimeMessagesRow {
|
|
|
|
max-height: 300px;
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
2020-04-02 02:06:46 +02:00
|
|
|
.sponsorTimeEdit {
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
|
|
-moz-appearance: textfield;
|
|
|
|
}
|
|
|
|
|
2020-11-06 13:21:39 +01:00
|
|
|
.sponsorTimeEditInput {
|
|
|
|
width: 90px;
|
2022-09-19 03:47:04 +02:00
|
|
|
border: 3px solid var(--sb-dark-red-outline);
|
|
|
|
}
|
|
|
|
|
|
|
|
.sponsorTimeEditInput.sponsorChapterNameInput {
|
|
|
|
width: auto;
|
|
|
|
padding: 3px;
|
2020-04-02 02:38:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.sponsorNowButton {
|
|
|
|
font-size: 11px;
|
|
|
|
|
|
|
|
cursor: pointer;
|
|
|
|
text-decoration: underline;
|
2020-04-02 07:25:06 +02:00
|
|
|
}
|
|
|
|
|
2021-09-01 22:30:17 +02:00
|
|
|
.sponsorTimeEditSelector {
|
2020-04-02 07:25:06 +02:00
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
|
|
|
background-color: rgba(28, 28, 28, 0.9);
|
2021-11-07 06:05:32 +01:00
|
|
|
border-color: var(--sb-dark-red-outline);
|
2020-04-02 07:25:06 +02:00
|
|
|
color: white;
|
|
|
|
border-width: 3px;
|
|
|
|
padding: 3px;
|
2020-06-05 03:46:56 +02:00
|
|
|
}
|
|
|
|
|
2022-07-30 00:27:09 +02:00
|
|
|
.sponsorTimeEditSelector > option {
|
|
|
|
background-color: rgba(28, 28, 28, 0.9);
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2021-11-07 06:05:32 +01:00
|
|
|
/* Start SelectorComponent */
|
|
|
|
|
|
|
|
.sbSelector {
|
|
|
|
position: absolute;
|
|
|
|
text-align: center;
|
|
|
|
width: calc(100% - var(--skip-notice-right) - var(--skip-notice-padding) * 2 - var(--skip-notice-margin) * 2 - var(--skip-notice-border-horizontal) * 2);
|
|
|
|
|
|
|
|
z-index: 1000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sbSelectorBackground {
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
background-color: rgba(28, 28, 28, 0.9);
|
|
|
|
border-radius: 6px;
|
|
|
|
padding: 3px;
|
|
|
|
margin: auto;
|
|
|
|
width: 170px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sbSelectorOption {
|
|
|
|
cursor: pointer;
|
|
|
|
background-color: rgb(43, 43, 43);
|
|
|
|
padding: 5px;
|
|
|
|
margin: 5px;
|
|
|
|
color: white;
|
|
|
|
border-radius: 5px;
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sbSelectorOption:hover {
|
|
|
|
background-color: #3a0000;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* End SelectorComponent */
|
|
|
|
|
2020-06-05 03:46:56 +02:00
|
|
|
.helpButton {
|
|
|
|
height: 25px;
|
|
|
|
cursor: pointer;
|
|
|
|
padding: 5px;
|
2022-04-23 15:51:52 +02:00
|
|
|
|
2020-06-05 03:46:56 +02:00
|
|
|
margin: auto;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
.helpButton:hover {
|
2022-04-23 15:51:52 +02:00
|
|
|
opacity: 0.8;
|
2021-07-30 00:34:31 +02:00
|
|
|
}
|
|
|
|
|
2021-08-18 08:07:24 +02:00
|
|
|
.skipButtonControlBarContainer {
|
|
|
|
cursor: pointer;
|
|
|
|
display: flex;
|
2021-10-21 07:30:52 +02:00
|
|
|
color: white;
|
2021-08-18 08:07:24 +02:00
|
|
|
}
|
|
|
|
|
2021-08-18 17:18:24 +02:00
|
|
|
.skipButtonControlBarContainer.hidden {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
2021-10-21 07:30:52 +02:00
|
|
|
.skipButtonControlBarContainer.mobile {
|
|
|
|
bottom: 30%;
|
|
|
|
margin-left: 5px;
|
|
|
|
position: absolute;
|
|
|
|
height: 20px;
|
|
|
|
|
|
|
|
background-color: #00000030;
|
|
|
|
opacity: 0.5;
|
|
|
|
border-radius: 10px;
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
|
2021-10-22 03:58:43 +02:00
|
|
|
.skipButtonControlBarContainer.mobile.textDisabled {
|
|
|
|
padding: 0;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
2021-10-21 07:30:52 +02:00
|
|
|
.skipButtonControlBarContainer.mobile > div {
|
|
|
|
margin: auto;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
2021-08-18 08:07:24 +02:00
|
|
|
#sbSkipIconControlBarImage {
|
|
|
|
height: 60%;
|
|
|
|
top: 0px;
|
|
|
|
bottom: 0px;
|
|
|
|
display: block;
|
|
|
|
margin: auto;
|
2021-08-20 09:54:49 +02:00
|
|
|
}
|
|
|
|
|
2021-10-21 07:30:52 +02:00
|
|
|
.mobile #sbSkipIconControlBarImage {
|
|
|
|
height: 100%;
|
2021-10-22 03:58:43 +02:00
|
|
|
width: 20px;
|
2021-10-21 07:30:52 +02:00
|
|
|
}
|
|
|
|
|
2021-08-20 09:54:49 +02:00
|
|
|
.sponsorBlockTooltip {
|
|
|
|
position: absolute;
|
|
|
|
background-color: rgba(28, 28, 28, 0.7);
|
|
|
|
border-radius: 5px;
|
|
|
|
padding: 10px;
|
|
|
|
max-width: 300px;
|
|
|
|
white-space: normal;
|
|
|
|
line-height: 1.5em;
|
2022-01-07 02:08:12 +01:00
|
|
|
color: white;
|
|
|
|
font-size: 12px;
|
2022-03-22 03:42:47 +01:00
|
|
|
z-index: 1000;
|
2022-01-07 02:08:12 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.sponsorBlockTooltip a {
|
|
|
|
color: white;
|
2021-08-20 09:54:49 +02:00
|
|
|
}
|
|
|
|
|
2022-02-07 00:48:03 +01:00
|
|
|
.sponsorBlockTooltip.sbTriangle::after {
|
2021-08-20 09:54:49 +02:00
|
|
|
content: " ";
|
|
|
|
position: absolute;
|
|
|
|
top: 100%;
|
|
|
|
left: 15%;
|
|
|
|
margin-left: -15px;
|
|
|
|
border-width: 15px;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: rgba(28, 28, 28, 0.7) transparent transparent transparent;
|
2021-10-11 03:49:14 +02:00
|
|
|
}
|
|
|
|
|
2022-08-29 05:38:40 +02:00
|
|
|
.sponsorBlockTooltip.sbTriangle.centeredSBTriangle::after {
|
|
|
|
left: 50%;
|
|
|
|
right: 50%;
|
|
|
|
}
|
|
|
|
|
2021-10-15 06:56:48 +02:00
|
|
|
.sponsorBlockLockedColor {
|
2022-09-29 00:47:15 +02:00
|
|
|
color: #ffc83d !important;
|
2021-10-14 07:16:55 +02:00
|
|
|
}
|
|
|
|
|
2021-10-04 20:20:04 +02:00
|
|
|
.sponsorBlockRectangleTooltip {
|
|
|
|
position: absolute;
|
|
|
|
border-radius: 5px;
|
|
|
|
padding: 10px;
|
2021-10-13 06:19:48 +02:00
|
|
|
min-width: 250px;
|
|
|
|
min-height: 75px;
|
2021-10-04 20:20:04 +02:00
|
|
|
white-space: normal;
|
|
|
|
line-height: 1.5em;
|
2021-10-13 06:19:48 +02:00
|
|
|
}
|
2021-10-14 07:16:55 +02:00
|
|
|
|
2022-01-05 08:35:58 +01:00
|
|
|
.sponsorBlockCategoryPill {
|
|
|
|
border-radius: 25px;
|
|
|
|
padding-left: 8px;
|
|
|
|
padding-right: 8px;
|
|
|
|
margin-right: 3px;
|
2022-01-05 23:26:05 +01:00
|
|
|
cursor: pointer;
|
|
|
|
font-size: 75%;
|
|
|
|
height: 100%;
|
2022-01-06 02:49:56 +01:00
|
|
|
align-items: center;
|
2022-01-27 17:57:14 +01:00
|
|
|
inline-size: max-content;
|
2022-01-05 08:35:58 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.sponsorBlockCategoryPillTitleSection {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2022-01-14 04:55:08 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.categoryPillClose {
|
|
|
|
display: none;
|
|
|
|
height: 10px;
|
|
|
|
width: 10px;
|
|
|
|
box-sizing: unset;
|
2022-04-23 15:51:52 +02:00
|
|
|
|
2022-01-14 04:55:08 +01:00
|
|
|
margin: 0px 0px 0px 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sponsorBlockCategoryPill:hover .categoryPillClose {
|
|
|
|
display: inherit;
|
2022-04-09 04:36:44 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* tweak for mobile duration */
|
|
|
|
#sponsorBlockDurationAfterSkips.ytm-time-display {
|
|
|
|
padding-left: 4px;
|
|
|
|
margin: 0px;
|
2022-05-17 19:50:30 +02:00
|
|
|
color: #fff;
|
|
|
|
opacity: .7;
|
2022-04-23 15:51:52 +02:00
|
|
|
}
|