mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2026-03-18 03:46:33 +03:00
Added logo and changed up colours to support logo.
Logo by @munadikieh
This commit is contained in:
18
content.css
18
content.css
@@ -2,10 +2,18 @@
|
||||
font-family: 'Source Sans Pro', sans-serif;
|
||||
}
|
||||
|
||||
#sponsorSkipLogo {
|
||||
height: 64px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
#sponsorSkipNotice {
|
||||
min-height: 120px;
|
||||
min-width: 400px;
|
||||
background-color: rgba(217, 255, 220, 0.8);
|
||||
background-color: rgba(255, 217, 217, 0.8);
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
}
|
||||
@@ -19,24 +27,24 @@
|
||||
}
|
||||
|
||||
.sponsorSkipButton {
|
||||
background-color:#44c767;
|
||||
background-color:#ec1c1c;
|
||||
-moz-border-radius:28px;
|
||||
-webkit-border-radius:28px;
|
||||
border-radius:28px;
|
||||
border:1px solid #18ab29;
|
||||
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 #2f6627;
|
||||
text-shadow:0px 0px 0px #662727;
|
||||
|
||||
margin-top: 5px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
.sponsorSkipButton:hover {
|
||||
background-color:#5cbf2a;
|
||||
background-color:#bf2a2a;
|
||||
}
|
||||
.sponsorSkipButton:active {
|
||||
position:relative;
|
||||
|
||||
Reference in New Issue
Block a user