2019-07-30 19:27:20 +02:00
|
|
|
/* reset some properties to default (youtube messes with them */
|
|
|
|
p.popupElement {
|
|
|
|
margin-block-start: 1em;
|
|
|
|
margin-block-end: 1em;
|
|
|
|
margin-inline-start: 0px;
|
|
|
|
margin-inline-end: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1.popupElement {
|
|
|
|
margin-block-start: 0.67em;
|
|
|
|
margin-block-end: 0.67em;
|
|
|
|
margin-inline-start: 0px;
|
2019-07-30 21:57:28 +02:00
|
|
|
margin-inline-end: 0px;
|
|
|
|
font-weight: bold;
|
2019-07-30 19:27:20 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
h2.popupElement {
|
|
|
|
margin-block-start: 0.83em;
|
|
|
|
margin-block-end: 0.83em;
|
|
|
|
margin-inline-start: 0px;
|
2019-07-30 21:57:28 +02:00
|
|
|
margin-inline-end: 0px;
|
|
|
|
font-weight: bold;
|
2019-07-30 19:27:20 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
h3.popupElement {
|
|
|
|
margin-block-start: 1em;
|
|
|
|
margin-block-end: 1em;
|
|
|
|
margin-inline-start: 0px;
|
2019-07-30 21:57:28 +02:00
|
|
|
margin-inline-end: 0px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
sub.popupElement {
|
|
|
|
font-size: smaller;
|
2019-07-30 19:27:20 +02:00
|
|
|
}
|
|
|
|
/* end reset */
|
|
|
|
|
|
|
|
.popupElement {
|
2019-07-10 21:00:48 +02:00
|
|
|
font-family: 'Source Sans Pro', sans-serif;
|
2019-07-30 21:57:28 +02:00
|
|
|
|
|
|
|
color: black;
|
2019-07-09 05:43:06 +02:00
|
|
|
}
|
|
|
|
|
2019-07-30 19:27:20 +02:00
|
|
|
h1.popupElement {
|
2019-07-11 22:15:47 +02:00
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
|
2019-07-30 19:27:20 +02:00
|
|
|
.popupBody {
|
|
|
|
font-size: 14px;
|
|
|
|
background-color: #ffd9d9;
|
|
|
|
padding: 5px;
|
2019-07-10 18:20:29 +02:00
|
|
|
}
|
|
|
|
|
2019-07-30 19:27:20 +02:00
|
|
|
.recordingSubtitle.popupElement {
|
2019-07-23 01:08:21 +02:00
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2019-07-30 19:27:20 +02:00
|
|
|
.voteButton.popupElement {
|
2019-07-18 04:53:42 +02:00
|
|
|
height: 32px;
|
|
|
|
margin-right: 15px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2019-07-30 19:27:20 +02:00
|
|
|
.voteButton:hover.popupElement {
|
2019-07-18 04:53:42 +02:00
|
|
|
filter: brightness(80%);
|
|
|
|
}
|
|
|
|
|
2019-07-30 19:27:20 +02:00
|
|
|
#discordButtonContainer.popupElement {
|
2019-07-29 05:52:32 +02:00
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
2019-07-30 19:27:20 +02:00
|
|
|
.sponsorTime.popupElement {
|
2019-07-30 03:19:29 +02:00
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
|
2019-07-30 19:27:20 +02:00
|
|
|
.smallLink.popupElement {
|
2019-07-29 05:52:32 +02:00
|
|
|
font-size: 10px;
|
|
|
|
text-decoration: underline;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2019-07-30 19:27:20 +02:00
|
|
|
.mediumLink.popupElement {
|
2019-07-30 03:19:29 +02:00
|
|
|
font-size: 15px;
|
2019-08-12 18:04:57 +02:00
|
|
|
margin-left: 25px;
|
|
|
|
margin-right: 25px;
|
2019-07-30 03:19:29 +02:00
|
|
|
text-decoration: underline;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2019-08-04 03:35:41 +02:00
|
|
|
.whitelistButton.popupElement {
|
|
|
|
background-color:#3acc3a;
|
|
|
|
-moz-border-radius:28px;
|
|
|
|
-webkit-border-radius:28px;
|
|
|
|
border-radius:28px;
|
|
|
|
border: none;
|
|
|
|
display:inline-block;
|
|
|
|
cursor:pointer;
|
|
|
|
color:#ffffff;
|
|
|
|
font-size:16px;
|
|
|
|
padding:8px 37px;
|
|
|
|
text-decoration:none;
|
|
|
|
text-shadow:0px 0px 0px #27663c;
|
|
|
|
}
|
|
|
|
.whitelistButton:hover.popupElement {
|
|
|
|
background-color:#218b26;
|
|
|
|
}
|
|
|
|
.whitelistButton:focus.popupElement {
|
|
|
|
outline: none;
|
|
|
|
background-color:#218b26;
|
|
|
|
}
|
|
|
|
.whitelistButton:active.popupElement {
|
|
|
|
position:relative;
|
|
|
|
top:1px;
|
|
|
|
}
|
|
|
|
|
2019-07-30 19:27:20 +02:00
|
|
|
.greenButton.popupElement {
|
|
|
|
background-color:#ec1c1c;
|
2019-07-10 18:20:29 +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 18:20:29 +02:00
|
|
|
display:inline-block;
|
|
|
|
cursor:pointer;
|
|
|
|
color:#ffffff;
|
|
|
|
font-size:16px;
|
|
|
|
padding:8px 37px;
|
|
|
|
text-decoration:none;
|
2019-07-11 22:15:47 +02:00
|
|
|
text-shadow:0px 0px 0px #662727;
|
2019-07-10 18:20:29 +02:00
|
|
|
}
|
2019-07-30 19:27:20 +02:00
|
|
|
.greenButton:hover.popupElement {
|
2019-07-11 22:15:47 +02:00
|
|
|
background-color:#bf2a2a;
|
2019-07-10 18:20:29 +02:00
|
|
|
}
|
2019-07-30 19:27:20 +02:00
|
|
|
.greenButton:focus.popupElement {
|
2019-07-15 22:28:41 +02:00
|
|
|
outline: none;
|
|
|
|
background-color:#bf2a2a;
|
|
|
|
}
|
2019-07-30 19:27:20 +02:00
|
|
|
.greenButton:active.popupElement {
|
2019-07-10 18:20:29 +02:00
|
|
|
position:relative;
|
|
|
|
top:1px;
|
|
|
|
}
|
|
|
|
|
2019-07-30 19:27:20 +02:00
|
|
|
.dangerButton.popupElement {
|
2019-07-10 18:20:29 +02:00
|
|
|
-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;
|
|
|
|
}
|
2019-07-30 19:27:20 +02:00
|
|
|
.dangerButton:hover.popupElement {
|
2019-07-10 18:20:29 +02:00
|
|
|
background-color:#bc3315;
|
|
|
|
}
|
2019-07-30 19:27:20 +02:00
|
|
|
.dangerButton:focus.popupElement {
|
2019-07-15 22:28:41 +02:00
|
|
|
outline: none;
|
|
|
|
background-color:#bc3315;
|
|
|
|
}
|
2019-07-30 19:27:20 +02:00
|
|
|
.dangerButton:active.popupElement {
|
2019-07-10 18:20:29 +02:00
|
|
|
position:relative;
|
|
|
|
top:1px;
|
|
|
|
}
|
|
|
|
|
2019-07-30 19:27:20 +02:00
|
|
|
.warningButton.popupElement {
|
2019-07-13 01:04:24 +02:00
|
|
|
-moz-box-shadow:inset 0px 1px 0px 0px #cfbd6c;
|
|
|
|
-webkit-box-shadow:inset 0px 1px 0px 0px #cfbd6c;
|
|
|
|
box-shadow:inset 0px 1px 0px 0px #cfbd6c;
|
|
|
|
background-color:#d0821b;
|
|
|
|
-moz-border-radius:3px;
|
|
|
|
-webkit-border-radius:3px;
|
|
|
|
border-radius:3px;
|
|
|
|
border:1px solid #948b11;
|
|
|
|
display:inline-block;
|
|
|
|
cursor:pointer;
|
|
|
|
color:#ffffff;
|
|
|
|
font-size:13px;
|
|
|
|
padding:6px 24px;
|
|
|
|
text-decoration:none;
|
|
|
|
text-shadow:0px 1px 0px #856829;
|
|
|
|
}
|
2019-07-30 19:27:20 +02:00
|
|
|
.warningButton:hover.popupElement {
|
2019-07-13 01:04:24 +02:00
|
|
|
background-color:#bc8215;
|
|
|
|
}
|
2019-07-30 19:27:20 +02:00
|
|
|
.warningButton:focus.popupElement {
|
2019-07-15 22:28:41 +02:00
|
|
|
outline: none;
|
|
|
|
background-color:#bc8215;
|
|
|
|
}
|
2019-07-30 19:27:20 +02:00
|
|
|
.warningButton:active.popupElement {
|
2019-07-13 01:04:24 +02:00
|
|
|
position:relative;
|
|
|
|
top:1px;
|
|
|
|
}
|
|
|
|
|
2019-07-30 19:27:20 +02:00
|
|
|
.smallButton.popupElement {
|
2019-07-11 22:15:47 +02:00
|
|
|
background-color:#f9902d;
|
2019-07-10 18:20:29 +02:00
|
|
|
-moz-border-radius:3px;
|
|
|
|
-webkit-border-radius:3px;
|
|
|
|
border-radius:3px;
|
2019-07-11 22:15:47 +02:00
|
|
|
border:1px solid #f9a72d;
|
2019-07-10 18:20:29 +02:00
|
|
|
display:inline-block;
|
|
|
|
cursor:pointer;
|
|
|
|
color:#ffffff;
|
|
|
|
font-size:14px;
|
|
|
|
padding:6px 10px;
|
|
|
|
text-decoration:none;
|
|
|
|
}
|
2019-07-30 19:27:20 +02:00
|
|
|
.smallButton:hover.popupElement {
|
2019-07-11 22:15:47 +02:00
|
|
|
background-color:#fa9806;
|
2019-07-10 18:20:29 +02:00
|
|
|
}
|
2019-07-30 19:27:20 +02:00
|
|
|
.smallButton:focus.popupElement {
|
2019-07-15 22:28:41 +02:00
|
|
|
outline: none;
|
|
|
|
background-color:#fa9806;
|
|
|
|
}
|
2019-07-30 19:27:20 +02:00
|
|
|
.smallButton:active.popupElement {
|
2019-07-10 18:20:29 +02:00
|
|
|
position:relative;
|
|
|
|
top:1px;
|
2019-07-30 19:27:20 +02:00
|
|
|
}
|