ADDED Ko-Fi, Fourthwall, TipeeeStream and Patreon
This commit is contained in:
@@ -37,12 +37,12 @@ a { color: #ffcc00; }
|
||||
}
|
||||
|
||||
.url-bar {
|
||||
margin: 20px 0;
|
||||
margin: 0 0 20px 0;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.url-bar input[type=text] {
|
||||
font-family: "Inter", sans-serif;
|
||||
/*font-family: "Inter", sans-serif;
|
||||
border: none;
|
||||
background: #171717;
|
||||
color: #FFF;
|
||||
@@ -51,7 +51,8 @@ a { color: #ffcc00; }
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
outline: none;
|
||||
font-size: 14px;
|
||||
font-size: 14px;*/
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
@@ -99,6 +100,11 @@ a { color: #ffcc00; }
|
||||
fill: #FFF;
|
||||
}
|
||||
|
||||
.tab-content h2 img {
|
||||
width: 26px;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.tab-content .setting {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
@@ -292,10 +298,29 @@ a { color: #ffcc00; }
|
||||
background-color: #00dd63;
|
||||
}
|
||||
|
||||
.tab-content#patreon .setting input[type=checkbox]:checked + .slider {
|
||||
background-color: #ff5900;
|
||||
}
|
||||
|
||||
.tab-content#tipeee .setting input[type=checkbox]:checked + .slider {
|
||||
background-color: #e02f44;
|
||||
}
|
||||
|
||||
.tab-content#kofi .setting input[type=checkbox]:checked + .slider {
|
||||
background-color: #72a5f2;
|
||||
}
|
||||
|
||||
.tab-content#fourthwall .setting input[type=checkbox]:checked + .slider {
|
||||
background-color: #0042ff;
|
||||
}
|
||||
|
||||
.tab-content .setting input[type=checkbox]:disabled + .slider {
|
||||
background-color: #000 !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
#font-value {
|
||||
display: inline-block;
|
||||
font-style: normal;
|
||||
@@ -331,6 +356,11 @@ footer a svg {
|
||||
fill: #ffcc00;
|
||||
}
|
||||
|
||||
footer a img {
|
||||
width: 24px;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
footer .nav-bar {
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
|
Reference in New Issue
Block a user