SponsorBlock/public/popup.css

242 lines
4.3 KiB
CSS
Raw Normal View History

/* 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;
2019-08-20 02:05:33 +02:00
margin-block-end: 0.67em;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
}
h2.popupElement {
margin-block-start: 0.83em;
2019-08-20 02:05:33 +02:00
margin-block-end: 0.83em;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
}
h3.popupElement {
margin-block-start: 1em;
2019-08-20 02:05:33 +02:00
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
}
sub.popupElement {
font-size: smaller;
}
/* end reset */
#sponsorBlockPopupLogo {
vertical-align: text-bottom;
}
2020-04-20 22:56:12 +02:00
.logoText {
color: white;
}
h1.popupElement {
margin-top: 0px;
margin-bottom: 10px;
}
.popupBody {
font-size: 14px;
2020-04-20 22:56:12 +02:00
background-color: #333;
padding: 0px 5px;
2020-04-20 22:56:12 +02:00
font-family: 'Source Sans Pro', sans-serif;
color: #dddddd;
2019-07-10 18:20:29 +02:00
}
2020-04-20 21:57:07 +02:00
.outerPopupBody {
2020-04-20 22:56:12 +02:00
background-color: #222626;
2020-04-20 21:57:07 +02:00
overflow-y: scroll;
}
2019-08-13 20:39:20 +02:00
.discreteLink.popupElement {
2020-04-20 22:56:12 +02:00
color: #dddddd;
2019-08-13 20:39:20 +02:00
}
.recordingSubtitle.popupElement {
margin-bottom: 10px;
}
.voteButton.popupElement {
height: 32px;
margin-right: 15px;
cursor: pointer;
}
.voteButton:hover.popupElement {
filter: brightness(80%);
}
#discordButtonContainer.popupElement {
2019-07-29 05:52:32 +02:00
font-size: 12px;
}
.sponsorTime.popupElement {
font-size: 20px;
}
.smallLink.popupElement {
2019-07-29 05:52:32 +02:00
font-size: 10px;
text-decoration: underline;
cursor: pointer;
}
.mediumLink.popupElement {
font-size: 15px;
2019-08-12 18:04:57 +02:00
margin-left: 25px;
margin-right: 25px;
text-decoration: underline;
cursor: pointer;
}
.tinyLink.popupElement {
font-size: 10px;
text-decoration: underline;
cursor: pointer;
}
.whitelistButton.popupElement {
2020-04-20 22:56:12 +02:00
background-color:#27a52d;
-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;
2020-04-20 22:56:12 +02:00
transition: 0.01s background-color;
}
2019-08-20 02:05:33 +02:00
.whitelistButton:hover.popupElement {
2020-04-20 22:56:12 +02:00
background-color:#3acc3a;
2019-08-20 02:05:33 +02:00
}
.whitelistButton:focus.popupElement {
outline: none;
2020-04-20 22:56:12 +02:00
background-color:#3acc3a;
2019-08-20 02:05:33 +02:00
}
.whitelistButton:active.popupElement {
position:relative;
top:1px;
}
.greenButton.popupElement {
2020-04-20 22:56:12 +02:00
background-color:#cc1717;
2019-08-20 01:21:19 +02:00
-moz-border-radius:28px;
-webkit-border-radius:28px;
border-radius:28px;
2020-04-20 22:56:12 +02:00
border: none;
2019-08-20 01:21:19 +02:00
display:inline-block;
cursor:pointer;
color:#ffffff;
font-size:16px;
padding:8px 37px;
text-decoration:none;
2020-04-20 22:56:12 +02:00
text-shadow:0px 0px 0px #662727;
transition: 0.01s background-color;
2019-07-10 18:20:29 +02:00
}
.greenButton:hover.popupElement {
2020-04-20 22:56:12 +02:00
background-color:#ec1c1c;
2019-07-10 18:20:29 +02:00
}
.greenButton:focus.popupElement {
2019-07-15 22:28:41 +02:00
outline: none;
2020-04-20 22:56:12 +02:00
background-color:#ec1c1c;
2019-07-15 22:28:41 +02:00
}
.greenButton:active.popupElement {
2019-08-20 01:21:19 +02:00
position:relative;
top:1px;
2019-07-10 18:20:29 +02:00
}
.dangerButton.popupElement {
2020-04-20 22:56:12 +02:00
background-color:#bc3315;
2019-07-10 18:20:29 +02:00
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
2020-04-20 22:56:12 +02:00
border: none;
2019-07-10 18:20:29 +02:00
display:inline-block;
cursor:pointer;
color:#ffffff;
font-size:13px;
padding:6px 24px;
text-decoration:none;
text-shadow:0px 1px 0px #854629;
}
.dangerButton:hover.popupElement {
2020-04-20 22:56:12 +02:00
background-color:#d0451b;
2019-07-10 18:20:29 +02:00
}
.dangerButton:focus.popupElement {
2019-07-15 22:28:41 +02:00
outline: none;
2020-04-20 22:56:12 +02:00
background-color:#d0451b;
2019-07-15 22:28:41 +02:00
}
.dangerButton:active.popupElement {
2019-07-10 18:20:29 +02:00
position:relative;
top:1px;
}
.warningButton.popupElement {
2020-04-20 22:56:12 +02:00
background-color:#bc8215;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
2020-04-20 22:56:12 +02:00
border: none;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-size:13px;
padding:6px 24px;
text-decoration:none;
text-shadow:0px 1px 0px #856829;
}
.warningButton:hover.popupElement {
2020-04-20 22:56:12 +02:00
background-color:#d0821b;
}
.warningButton:focus.popupElement {
2019-07-15 22:28:41 +02:00
outline: none;
2020-04-20 22:56:12 +02:00
background-color:#d0821b;
2019-07-15 22:28:41 +02:00
}
.warningButton:active.popupElement {
position:relative;
top:1px;
}
.smallButton.popupElement {
background-color:#f9902d;
2019-07-10 18:20:29 +02:00
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
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;
}
.smallButton:hover.popupElement {
background-color:#fa9806;
2019-07-10 18:20:29 +02:00
}
.smallButton:focus.popupElement {
2019-07-15 22:28:41 +02:00
outline: none;
background-color:#fa9806;
}
.smallButton:active.popupElement {
2019-07-10 18:20:29 +02:00
position:relative;
top:1px;
}