2019-08-13 01:34:44 +02:00
|
|
|
#previewbar {
|
|
|
|
overflow: visible;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
pointer-events: none;
|
|
|
|
|
|
|
|
height: 100%;
|
|
|
|
transform: scaleY(0.6) translateY(-30%) translateY(1.5px);
|
|
|
|
z-index: 40;
|
|
|
|
}
|
|
|
|
|
2020-05-03 17:42:39 +02:00
|
|
|
.sbHidden {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2019-08-13 01:34:44 +02:00
|
|
|
.previewbar {
|
|
|
|
display: inline-block;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2020-05-03 17:42:39 +02:00
|
|
|
/* Preview Bar page hacks */
|
|
|
|
|
|
|
|
.sbTooltipTwoTitleThumbnailOffset {
|
|
|
|
bottom: -5px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sbTooltipOneTitleThumbnailOffset {
|
|
|
|
bottom: 10px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* */
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2019-07-10 21:11:55 +02:00
|
|
|
.sponsorSkipObject {
|
2019-08-14 20:07:00 +02:00
|
|
|
font-family: Roboto, Arial, Helvetica, sans-serif;
|
|
|
|
|
2019-08-14 05:43:02 +02:00
|
|
|
margin-left: 2px;
|
|
|
|
margin-right: 2px;
|
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; }
|
|
|
|
to { opacity: 1; }
|
|
|
|
}
|
|
|
|
|
2019-08-19 23:39:22 +02:00
|
|
|
@keyframes fadeOut {
|
|
|
|
from { opacity: 1; }
|
|
|
|
to { opacity: 0; }
|
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2019-07-18 01:42:13 +02:00
|
|
|
.sponsorSkipNotice {
|
2020-01-11 04:15:42 +01:00
|
|
|
min-width: 350px;
|
2019-08-14 20:07:00 +02:00
|
|
|
background-color: rgba(28, 28, 28, 0.9);
|
2019-07-10 20:43:14 +02:00
|
|
|
position: absolute;
|
2019-08-15 03:30:02 +02:00
|
|
|
right: 5px;
|
2019-08-14 05:43:02 +02:00
|
|
|
bottom: 100px;
|
|
|
|
right: 10px;
|
|
|
|
|
2019-08-14 20:07:00 +02:00
|
|
|
border-radius: 5px;
|
2019-07-18 01:42:13 +02:00
|
|
|
|
2019-08-15 03:30:02 +02:00
|
|
|
border-spacing: 5px 10px;
|
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 5px;
|
2020-04-26 05:46:55 +02:00
|
|
|
|
|
|
|
border-collapse: unset;
|
2019-08-14 20:07:00 +02:00
|
|
|
}
|
|
|
|
|
2020-03-11 22:50:50 +01:00
|
|
|
.sponsorSkipNoticeFadeIn {
|
|
|
|
animation: fadeIn 0.5s;
|
|
|
|
}
|
|
|
|
|
2019-08-19 23:57:10 +02:00
|
|
|
.sponsorSkipNoticeFadeOut {
|
|
|
|
animation: fadeOut 3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
2019-08-19 23:39:22 +02:00
|
|
|
}
|
|
|
|
|
2019-08-14 20:07:00 +02:00
|
|
|
.sponsorSkipNoticeTimeLeft {
|
|
|
|
color: #eeeeee;
|
|
|
|
|
|
|
|
border-radius: 4px;
|
|
|
|
padding: 2px 5px;
|
|
|
|
font-size: 12px;
|
|
|
|
|
|
|
|
border: 1px solid #eeeeee;
|
2019-07-18 01:42:13 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* if two are very close to eachother */
|
|
|
|
.secondSkipNotice {
|
2019-08-15 03:30:02 +02:00
|
|
|
bottom: 250px;
|
2019-07-18 01:42:13 +02:00
|
|
|
|
2019-08-02 02:32:04 +02:00
|
|
|
transition: bottom 0.2s;
|
2019-07-10 20:43:14 +02:00
|
|
|
}
|
|
|
|
|
2019-08-14 05:43:02 +02:00
|
|
|
.sponsorSkipNoticeUnskipSection {
|
|
|
|
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;
|
|
|
|
|
|
|
|
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;
|
|
|
|
|
|
|
|
transition: background-color 0.4s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sponsorTimesVoteButtonsContainer {
|
|
|
|
float: left;
|
|
|
|
|
|
|
|
padding: 2px 5px;
|
|
|
|
|
|
|
|
margin-right: 4px;
|
2019-08-14 05:43:02 +02:00
|
|
|
}
|
|
|
|
|
2019-08-15 03:46:30 +02:00
|
|
|
.sponsorSkipNoticeRightSection {
|
|
|
|
right: 0;
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
float: right;
|
|
|
|
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sponsorSkipNoticeRightButton {
|
2019-08-19 22:49:22 +02:00
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sponsorSkipNoticeCloseButton {
|
|
|
|
height: 10px;
|
|
|
|
width: 10px;
|
|
|
|
|
|
|
|
padding: 2px 5px;
|
|
|
|
|
|
|
|
margin-left: 2px;
|
|
|
|
float: right;
|
2019-08-15 03:46:30 +02:00
|
|
|
}
|
|
|
|
|
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);
|
2019-08-14 05:43:02 +02:00
|
|
|
|
|
|
|
display: inline-block;
|
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);
|
2019-07-16 02:38:26 +02:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2019-07-15 22:28:41 +02:00
|
|
|
.voteButton {
|
2019-08-15 17:23:19 +02:00
|
|
|
height: 17px;
|
2019-07-15 22:28:41 +02:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.voteButton:hover {
|
|
|
|
filter: brightness(80%);
|
2019-07-10 20:43:14 +02: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;
|
|
|
|
|
|
|
|
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;
|
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;
|
|
|
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sponsorTimeEditMinutes {
|
|
|
|
width: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sponsorTimeEditSeconds {
|
|
|
|
width: 60px;
|
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
|
|
|
}
|
|
|
|
|
|
|
|
.sponsorTimeCategories {
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
|
|
|
background-color: rgba(28, 28, 28, 0.9);
|
|
|
|
border-color: rgb(130,0,0,0.9);
|
|
|
|
color: white;
|
|
|
|
border-width: 3px;
|
|
|
|
padding: 3px;
|
2020-06-05 03:46:56 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.helpButton {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.helpButton {
|
|
|
|
height: 25px;
|
|
|
|
cursor: pointer;
|
|
|
|
padding: 5px;
|
|
|
|
|
|
|
|
margin: auto;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
.helpButton:hover {
|
|
|
|
filter: brightness(80%);
|
2019-07-10 20:43:14 +02:00
|
|
|
}
|