|
|
|
@ -1,10 +1,23 @@
|
|
|
|
|
html,
|
|
|
|
|
body {
|
|
|
|
|
font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen,
|
|
|
|
|
font-family: 'Roboto,Arial', BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen,
|
|
|
|
|
Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica,
|
|
|
|
|
Arial, sans-serif;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'Lemon Yellow Sun';
|
|
|
|
|
src: url("../fonts/LemonYellowSun.otf") format("opentype");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pure-menu-heading, h1, h2 {
|
|
|
|
|
font-family: 'Lemon Yellow Sun' !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pure-menu-heading {
|
|
|
|
|
font-size: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#contents {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
@ -33,7 +46,7 @@ body {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body a.channel-owner {
|
|
|
|
|
background-color: #008bec;
|
|
|
|
|
background-color: #fdd835;
|
|
|
|
|
color: #fff;
|
|
|
|
|
border-radius: 9px;
|
|
|
|
|
padding: 1px 6px;
|
|
|
|
@ -126,10 +139,8 @@ body a.pure-button-primary,
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button.pure-button-primary:hover,
|
|
|
|
|
body a.pure-button-primary:hover,
|
|
|
|
|
button.pure-button-primary:focus,
|
|
|
|
|
body a.pure-button-primary:focus {
|
|
|
|
|
background-color: rgba(0, 182, 240, 1);
|
|
|
|
|
body a.pure-button-primary:hover {
|
|
|
|
|
background-color: #fdd835;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -393,10 +404,8 @@ span > select {
|
|
|
|
|
|
|
|
|
|
.light-theme a:hover,
|
|
|
|
|
.light-theme a:active,
|
|
|
|
|
.light-theme summary:hover,
|
|
|
|
|
.light-theme a:focus,
|
|
|
|
|
.light-theme summary:focus {
|
|
|
|
|
color: #075A9E !important;
|
|
|
|
|
.light-theme summary:hover {
|
|
|
|
|
color: #fdd835 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.light-theme a.pure-button-primary:hover,
|
|
|
|
@ -423,10 +432,8 @@ span > select {
|
|
|
|
|
@media (prefers-color-scheme: light) {
|
|
|
|
|
.no-theme a:hover,
|
|
|
|
|
.no-theme a:active,
|
|
|
|
|
.no-theme summary:hover,
|
|
|
|
|
.no-theme a:focus,
|
|
|
|
|
.no-theme summary:focus {
|
|
|
|
|
color: #075A9E !important;
|
|
|
|
|
.no-theme summary:hover {
|
|
|
|
|
color: #fdd835 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.no-theme a.pure-button-primary:hover,
|
|
|
|
@ -457,10 +464,8 @@ span > select {
|
|
|
|
|
|
|
|
|
|
.dark-theme a:hover,
|
|
|
|
|
.dark-theme a:active,
|
|
|
|
|
.dark-theme summary:hover,
|
|
|
|
|
.dark-theme a:focus,
|
|
|
|
|
.dark-theme summary:focus {
|
|
|
|
|
color: rgb(0, 182, 240);
|
|
|
|
|
.dark-theme summary:hover {
|
|
|
|
|
color: #fdd835;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dark-theme a {
|
|
|
|
@ -498,9 +503,8 @@ body.dark-theme {
|
|
|
|
|
|
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
|
|
|
.no-theme a:hover,
|
|
|
|
|
.no-theme a:active,
|
|
|
|
|
.no-theme a:focus {
|
|
|
|
|
color: rgb(0, 182, 240);
|
|
|
|
|
.no-theme a:active {
|
|
|
|
|
color: #fdd835;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.no-theme a {
|
|
|
|
|