|
|
|
|
|
|
|
|
|
html, |
|
body { |
|
font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, |
|
Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, |
|
Arial, sans-serif; |
|
} |
|
|
|
#contents { |
|
display: flex; |
|
flex-direction: column; |
|
min-height: 100vh; |
|
margin: auto; |
|
} |
|
|
|
.h-box { |
|
padding-left: 1em; |
|
padding-right: 1em; |
|
} |
|
|
|
.v-box { |
|
padding-top: 1em; |
|
padding-bottom: 1em; |
|
} |
|
|
|
.deleted { |
|
background-color: rgb(255, 0, 0, 0.5); |
|
} |
|
|
|
.underlined { |
|
border-bottom: 1px solid; |
|
margin-bottom: 20px; |
|
} |
|
|
|
.title { |
|
margin: 0.5em 0 1em 0; |
|
} |
|
|
|
|
|
.flexible { |
|
display: flex; |
|
align-items: center; |
|
} |
|
|
|
.flex-left { |
|
display: flex; |
|
flex: 1 1 auto; |
|
flex-flow: row wrap; |
|
justify-content: flex-start; |
|
} |
|
.flex-right { |
|
display: flex; |
|
flex: 2 0 auto; |
|
flex-flow: row nowrap; |
|
justify-content: flex-end; |
|
} |
|
|
|
button.simulated_a { |
|
background: none; |
|
border: none; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
.channel-profile > * { |
|
font-size: 1.17em; |
|
font-weight: bold; |
|
vertical-align: middle; |
|
border-radius: 50%; |
|
} |
|
|
|
.channel-profile > img { |
|
width: 48px; |
|
height: auto; |
|
} |
|
|
|
body a.channel-owner { |
|
background-color: #008bec; |
|
color: #fff; |
|
border-radius: 9px; |
|
padding: 1px 6px; |
|
} |
|
|
|
.creator-heart-container { |
|
display: inline-block; |
|
padding: 0px 7px 6px 0px; |
|
margin: 0px -7px -4px 0px; |
|
} |
|
|
|
.creator-heart { |
|
display: inline-block; |
|
position: relative; |
|
width: 16px; |
|
height: 16px; |
|
border: 2px none; |
|
} |
|
|
|
.creator-heart-background-hearted { |
|
width: 16px; |
|
height: 16px; |
|
padding: 0px; |
|
position: relative; |
|
} |
|
|
|
.creator-heart-small-hearted { |
|
position: absolute; |
|
right: -7px; |
|
bottom: -4px; |
|
} |
|
|
|
.creator-heart-small-container { |
|
display: block; |
|
position: relative; |
|
width: 13px; |
|
height: 13px; |
|
color: rgb(255, 0, 0); |
|
} |
|
|
|
.feed-menu { |
|
display: flex; |
|
justify-content: center; |
|
flex-wrap: wrap; |
|
margin-bottom: 1.2vh; |
|
} |
|
|
|
.feed-menu-item { |
|
text-align: center; |
|
} |
|
|
|
@media screen and (max-width: 640px) { |
|
.feed-menu-item { |
|
flex: 0 0 40%; |
|
} |
|
} |
|
|
|
div { |
|
overflow-wrap: break-word; |
|
word-wrap: break-word; |
|
} |
|
|
|
.loading { |
|
display: inline-block; |
|
animation: spin 2s linear infinite; |
|
} |
|
|
|
.playlist-restricted { |
|
height: 20em; |
|
padding-right: 10px; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
body a.pure-button { |
|
color: rgba(0,0,0,.8); |
|
} |
|
|
|
button.pure-button-primary, |
|
body a.pure-button-primary, |
|
.channel-owner:hover, |
|
.channel-owner:focus { |
|
background-color: #a0a0a0; |
|
color: rgba(35, 35, 35, 1); |
|
} |
|
|
|
.pure-button-primary, |
|
.pure-button-secondary { |
|
border: 1px solid #a0a0a0; |
|
border-radius: 3px; |
|
margin: 0 .4em; |
|
} |
|
|
|
.pure-button-secondary.low-profile { |
|
padding: 5px 10px; |
|
margin: 0; |
|
} |
|
|
|
|
|
.button-container { |
|
flex-flow: wrap; |
|
gap: 0.5em 0.75em; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
div.thumbnail { |
|
position: relative; |
|
width: 100%; |
|
box-sizing: border-box; |
|
} |
|
|
|
img.thumbnail { |
|
display: block; |
|
width: 100%; |
|
object-fit: cover; |
|
aspect-ratio: 16 / 9; |
|
} |
|
|
|
.thumbnail-placeholder { |
|
min-height: 50px; |
|
border: 2px dotted; |
|
} |
|
|
|
div.watched-overlay { |
|
z-index: 50; |
|
position: absolute; |
|
top: 0; |
|
left: 0; |
|
right: 0; |
|
bottom: 0; |
|
background-color: rgba(255,255,255,.4); |
|
} |
|
|
|
div.watched-indicator { |
|
position: absolute; |
|
left: 0; |
|
bottom: 0; |
|
height: 4px; |
|
width: 100%; |
|
background-color: red; |
|
} |
|
|
|
div.thumbnail > .top-left-overlay, |
|
div.thumbnail > .bottom-right-overlay { |
|
z-index: 100; |
|
position: absolute; |
|
padding: 0; |
|
margin: 0; |
|
font-size: 16px; |
|
} |
|
|
|
.top-left-overlay { top: 0.6em; left: 0.6em; } |
|
.bottom-right-overlay { bottom: 0.6em; right: 0.6em; } |
|
|
|
.length { |
|
padding: 1px; |
|
margin: -2px 0; |
|
color: #fff; |
|
border-radius: 3px; |
|
} |
|
|
|
.length, .top-left-overlay button { |
|
color: #eee; |
|
background-color: rgba(35, 35, 35, 0.85) !important; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
.navbar { |
|
margin: 1em 0; |
|
display: flex; |
|
align-items: center; |
|
justify-content: space-between; |
|
} |
|
|
|
.navbar > div { |
|
flex: 1; |
|
} |
|
|
|
.searchbar { |
|
flex-grow: 2; |
|
} |
|
|
|
.navbar a { |
|
padding: 0; |
|
} |
|
|
|
.navbar .index-link { |
|
font-weight: bold; |
|
display: inline; |
|
} |
|
|
|
.searchbar .pure-form { |
|
display: flex; |
|
} |
|
|
|
.searchbar .pure-form fieldset { |
|
padding: 0; |
|
flex: 1; |
|
} |
|
|
|
.searchbar input[type="search"] { |
|
width: 100%; |
|
margin: 1px; |
|
|
|
border: 1px solid; |
|
border-color: rgba(0,0,0,0); |
|
border-bottom-color: #CCC; |
|
border-radius: 0; |
|
|
|
box-shadow: none; |
|
appearance: none; |
|
-webkit-appearance: none; |
|
} |
|
|
|
.searchbar input[type="search"]:focus { |
|
margin: 0; |
|
border: 2px solid; |
|
border-color: rgba(0,0,0,0); |
|
border-bottom-color: #FED; |
|
} |
|
|
|
|
|
input[type="search"]::-webkit-search-cancel-button { |
|
-webkit-appearance: none; |
|
height: 14px; |
|
width: 14px; |
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAn0lEQVR42u3UMQrDMBBEUZ9WfQqDmm22EaTyjRMHAlM5K+Y7lb0wnUZPIKHlnutOa+25Z4D++MRBX98MD1V/trSppLKHqj9TTBWKcoUqffbUcbBBEhTjBOV4ja4l4OIAZThEOV6jHO8ARXD+gPPvKMABinGOrnu6gTNUawrcQKNCAQ7QeTxORzle3+sDfjJpPCqhJh7GixZq4rHcc9l5A9qZ+WeBhgEuAAAAAElFTkSuQmCC); |
|
background-size: 14px; |
|
} |
|
|
|
.searchbar #searchbutton { |
|
border: none; |
|
background: none; |
|
margin-top: 0; |
|
} |
|
|
|
.searchbar #searchbutton:hover { |
|
color: rgb(0, 182, 240); |
|
} |
|
|
|
.user-field { |
|
display: flex; |
|
flex-direction: row; |
|
justify-content: flex-end; |
|
align-items: center; |
|
} |
|
|
|
.user-field div { |
|
width: auto; |
|
} |
|
|
|
.user-field div:not(:last-child) { |
|
margin-right: 1em; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
@media only screen and (max-aspect-ratio: 16/9) { |
|
.player-dimensions.vjs-fluid { |
|
padding-top: 46.86% !important; |
|
} |
|
|
|
#player-container { |
|
padding-bottom: 46.86% !important; |
|
} |
|
} |
|
|
|
@media screen and (max-width: 767px) { |
|
.navbar { |
|
flex-direction: column; |
|
} |
|
|
|
.navbar > div { |
|
display: flex; |
|
justify-content: center; |
|
margin-bottom: 25px; |
|
} |
|
|
|
.navbar > .searchbar > form { |
|
width: 75%; |
|
} |
|
|
|
h1 { |
|
font-size: 1.25em; |
|
margin: 0.42em 0; |
|
} |
|
|
|
|
|
.title.flexible { display: block; } |
|
.title.flexible > .flex-right { margin: 0.75em 0; justify-content: flex-start; } |
|
|
|
|
|
.user-field { font-size: 125%; } |
|
.user-field > :not(:last-child) { margin-right: 1.75em; } |
|
|
|
.icon-buttons { font-size: 125%; } |
|
.icon-buttons > :not(:last-child) { margin-right: 0.75em; } |
|
} |
|
|
|
@media screen and (max-width: 320px) { |
|
.navbar > .searchbar > form { |
|
width: 100%; |
|
margin: 0 1em; |
|
} |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
.video-card-row { margin: 15px 0; } |
|
|
|
p.channel-name { margin: 0; } |
|
p.video-data { margin: 0; font-weight: bold; font-size: 80%; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
.comments { |
|
max-width: 800px; |
|
margin: auto; |
|
} |
|
|
|
|
|
|
|
|
|
.comments.post-comments { |
|
margin-bottom: 0; |
|
margin-top: 0; |
|
} |
|
|
|
.video-iframe-wrapper { |
|
position: relative; |
|
height: 0; |
|
padding-bottom: 56.25%; |
|
} |
|
|
|
.video-iframe { |
|
position: absolute; |
|
top: 0; |
|
left: 0; |
|
width: 100%; |
|
height: 100%; |
|
border: none; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
.page-nav-container { margin: 15px 0 30px 0; } |
|
|
|
.page-prev-container { text-align: start; } |
|
.page-next-container { text-align: end; } |
|
|
|
.page-prev-container, |
|
.page-next-container { |
|
display: inline-block; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
footer { |
|
color: #919191; |
|
margin-top: 2.5em; |
|
padding: 1.5em 0; |
|
} |
|
|
|
#footer-content-container { |
|
display: flex; |
|
flex-direction: column; |
|
gap: 20px; |
|
} |
|
|
|
#footer-content-container > hr { |
|
margin: 0; |
|
color: rgb(241, 241, 241); |
|
} |
|
|
|
.footer-content { |
|
display: flex; |
|
justify-content: space-between; |
|
flex-wrap: wrap; |
|
margin-top: -10px; |
|
} |
|
|
|
footer a { |
|
color: #919191; |
|
} |
|
|
|
.footer-content #footer-custom-text > b { |
|
font-size: 30px; |
|
} |
|
|
|
.footer-section { |
|
margin-right: 20px; |
|
margin-top: 20px; |
|
} |
|
|
|
.footer-section-list { |
|
margin-top: 8px; |
|
} |
|
|
|
.footer-section-item { |
|
margin-bottom: 4px; |
|
} |
|
|
|
.footer-footer .left { |
|
float: left |
|
} |
|
|
|
.footer-footer .right { |
|
float: right; |
|
display: flex; |
|
gap: 5px; |
|
} |
|
|
|
.footer-right .right a { |
|
color: #919191 |
|
} |
|
|
|
@media screen and (max-width: 929px) { |
|
#footer-custom-text { |
|
display: none; |
|
} |
|
} |
|
|
|
|
|
|
|
@keyframes spin { |
|
0% { |
|
transform: rotate(0deg); |
|
} |
|
100% { |
|
transform: rotate(360deg); |
|
} |
|
} |
|
|
|
fieldset > select, |
|
span > select { |
|
color: rgba(49, 49, 51, 1); |
|
} |
|
|
|
.pure-control-group label { |
|
word-wrap: normal; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
.light-theme a:hover, |
|
.light-theme a:active, |
|
.light-theme summary:hover, |
|
.light-theme a:focus, |
|
.light-theme summary:focus, |
|
.light-theme .simulated_a:hover, |
|
.light-theme .simulated_a:active { |
|
color: #075A9E !important; |
|
} |
|
|
|
.light-theme .pure-button-primary:hover, |
|
.light-theme .pure-button-primary:focus, |
|
.light-theme .pure-button-secondary:hover, |
|
.light-theme .pure-button-secondary:focus { |
|
color: #fff !important; |
|
border-color: rgba(0, 182, 240, 0.75) !important; |
|
background-color: rgba(0, 182, 240, 0.75) !important; |
|
} |
|
|
|
.light-theme .pure-button-secondary:not(.low-profile) { |
|
color: #335d7a; |
|
background-color: #fff2; |
|
} |
|
|
|
.light-theme a, .light-theme .simulated_a { |
|
color: #335d7a; |
|
text-decoration: none; |
|
} |
|
|
|
|
|
.light-theme a:not([data-id]) > .icon, |
|
.light-theme .pure-u-lg-1-5 > .h-box > a[href^="/watch?"], |
|
.light-theme .playlist-restricted > ol > li > a { |
|
color: #303030; |
|
} |
|
|
|
.light-theme .pure-menu-heading { |
|
color: #565d64; |
|
} |
|
|
|
.light-theme footer { |
|
color: #7a7a7a; |
|
background: #f2f2f2; |
|
} |
|
|
|
.light-theme #footer-content-container > hr { |
|
color: rgb(241, 241, 241); |
|
} |
|
|
|
.light-theme footer a { |
|
color: #7c7c7c !important; |
|
} |
|
|
|
.light-theme footer #footer-custom-text > b { |
|
color: #565D64; |
|
} |
|
|
|
.light-theme .error-card { |
|
border: 1px solid black; |
|
} |
|
|
|
@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, |
|
.no-theme .simulated_a:hover, |
|
.no-theme .simulated_a:active { |
|
color: #075A9E !important; |
|
} |
|
|
|
.no-theme .pure-button-primary:hover, |
|
.no-theme .pure-button-primary:focus, |
|
.no-theme .pure-button-secondary:hover, |
|
.no-theme .pure-button-secondary:focus { |
|
color: #fff !important; |
|
border-color: rgba(0, 182, 240, 0.75) !important; |
|
background-color: rgba(0, 182, 240, 0.75) !important; |
|
} |
|
|
|
.no-theme .pure-button-secondary:not(.low-profile) { |
|
color: #335d7a; |
|
background-color: #fff2; |
|
} |
|
|
|
.no-theme a, .no-theme .simulated_a{ |
|
color: #335d7a; |
|
text-decoration: none; |
|
} |
|
|
|
|
|
.no-theme a:not([data-id]) > .icon, |
|
.no-theme .pure-u-lg-1-5 > .h-box > a[href^="/watch?"], |
|
.no-theme .playlist-restricted > ol > li > a { |
|
color: #303030; |
|
} |
|
|
|
.light-theme .pure-menu-heading { |
|
color: #565d64; |
|
} |
|
|
|
.no-theme footer { |
|
background: #f2f2f2; |
|
color: #7c7c7c; |
|
} |
|
|
|
.no-theme footer #footer-custom-text > b { |
|
color: #565D64; |
|
} |
|
|
|
.no-theme footer a { |
|
color: #7c7c7c !important; |
|
} |
|
|
|
.light-theme .pure-menu-heading { |
|
color: #565d64; |
|
} |
|
|
|
.no-theme .error-card { |
|
border: 1px solid black; |
|
} |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
.dark-theme a:hover, |
|
.dark-theme a:active, |
|
.dark-theme summary:hover, |
|
.dark-theme a:focus, |
|
.dark-theme summary:focus, |
|
.dark-theme .simulated_a:hover, |
|
.dark-theme .simulated_a:active { |
|
color: rgb(0, 182, 240); |
|
} |
|
|
|
.dark-theme .pure-button-primary:hover, |
|
.dark-theme .pure-button-primary:focus, |
|
.dark-theme .pure-button-secondary:hover, |
|
.dark-theme .pure-button-secondary:focus { |
|
color: #fff !important; |
|
border-color: rgb(0, 182, 240) !important; |
|
background-color: rgba(0, 182, 240, 1) !important; |
|
} |
|
|
|
.dark-theme .pure-button-secondary { |
|
background-color: #0002; |
|
color: #ddd; |
|
} |
|
|
|
.dark-theme a, .dark-theme .simulated_a { |
|
color: #adadad; |
|
text-decoration: none; |
|
} |
|
|
|
body.dark-theme { |
|
background-color: rgba(18, 18, 18, 1); |
|
color: #f0f0f0; |
|
} |
|
|
|
.dark-theme .pure-form legend { |
|
color: #f0f0f0; |
|
} |
|
|
|
.dark-theme .pure-menu-heading { |
|
color: #f0f0f0; |
|
} |
|
|
|
.dark-theme input, |
|
.dark-theme select, |
|
.dark-theme textarea { |
|
color: rgba(35, 35, 35, 1); |
|
} |
|
|
|
.dark-theme .pure-form input[type="file"] { |
|
color: #f0f0f0; |
|
} |
|
|
|
.dark-theme .searchbar input { |
|
background-color: inherit; |
|
color: inherit; |
|
} |
|
|
|
|
|
.dark-theme footer { |
|
background: #16191a; |
|
} |
|
|
|
.dark-theme #footer-content-container > hr { |
|
color: #313131; |
|
} |
|
|
|
.dark-theme .footer-content #footer-custom-text > b { |
|
color: #ccc; |
|
} |
|
|
|
.dark-theme .error-card { |
|
border: 1px solid #5e5e5e; |
|
} |
|
|
|
@media (prefers-color-scheme: dark) { |
|
.no-theme a:hover, |
|
.no-theme a:active, |
|
.no-theme a:focus, |
|
.no-theme .simulated_a:hover, |
|
.no-theme .simulated_a:active { |
|
color: rgb(0, 182, 240); |
|
} |
|
|
|
.no-theme .pure-button-primary:hover, |
|
.no-theme .pure-button-primary:focus, |
|
.no-theme .pure-button-secondary:hover, |
|
.no-theme .pure-button-secondary:focus { |
|
color: #fff !important; |
|
border-color: rgb(0, 182, 240) !important; |
|
background-color: rgba(0, 182, 240, 1) !important; |
|
} |
|
|
|
.no-theme .pure-button-secondary { |
|
background-color: #0002; |
|
color: #ddd; |
|
} |
|
|
|
.no-theme a, .no-theme .simulated_a{ |
|
color: #adadad; |
|
text-decoration: none; |
|
} |
|
|
|
body.no-theme { |
|
background-color: rgba(18, 18, 18, 1); |
|
color: #f0f0f0; |
|
} |
|
|
|
.no-theme .pure-form legend { |
|
color: #f0f0f0; |
|
} |
|
|
|
.no-theme .pure-menu-heading { |
|
color: #f0f0f0; |
|
} |
|
|
|
.no-theme input, |
|
.no-theme select, |
|
.no-theme textarea { |
|
color: rgba(35, 35, 35, 1); |
|
} |
|
|
|
.no-theme .pure-form input[type="file"] { |
|
color: #f0f0f0; |
|
} |
|
|
|
.no-theme .searchbar input { |
|
background-color: inherit; |
|
color: inherit; |
|
} |
|
|
|
.no-theme footer { |
|
background: #16191a; |
|
color: #313131; |
|
} |
|
|
|
.no-theme footer #footer-custom-text > b { |
|
color: #ccc; |
|
} |
|
|
|
.no-theme .error-card { |
|
border: 1px solid #5e5e5e; |
|
} |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
hr { |
|
margin: 10px 0 10px 0; |
|
} |
|
|
|
|
|
#descexpansionbutton, |
|
#music-desc-expansion { |
|
display: none; |
|
} |
|
|
|
#descexpansionbutton ~ div { |
|
overflow: hidden; |
|
} |
|
|
|
#descexpansionbutton:not(:checked) ~ div { |
|
max-height: 8.3em; |
|
} |
|
|
|
#descexpansionbutton:checked ~ div { |
|
overflow: unset; |
|
height: 100%; |
|
} |
|
|
|
#descexpansionbutton ~ label { |
|
order: 1; |
|
margin-top: 20px; |
|
} |
|
|
|
label[for="descexpansionbutton"]:hover, |
|
label[for="music-desc-expansion"]:hover { |
|
cursor: pointer; |
|
} |
|
|
|
|
|
h1, h2, h3, h4, h5, p, |
|
#descriptionWrapper, |
|
#description-box, |
|
#music-description-box { |
|
unicode-bidi: plaintext; |
|
text-align: start; |
|
} |
|
|
|
#descriptionWrapper { |
|
max-width: 600px; |
|
white-space: pre-wrap; |
|
} |
|
|
|
#music-description-box { |
|
display: none; |
|
} |
|
|
|
#music-desc-expansion:checked ~ #music-description-box { |
|
display: block; |
|
} |
|
|
|
#music-desc-expansion ~ label > h3 > .ion-ios-arrow-up, |
|
#music-desc-expansion:checked ~ label > h3 > .ion-ios-arrow-down { |
|
display: none; |
|
} |
|
|
|
#music-desc-expansion:checked ~ label > h3 > .ion-ios-arrow-up, |
|
#music-desc-expansion ~ label > h3 > .ion-ios-arrow-down { |
|
display: inline; |
|
} |
|
|
|
|
|
.music-item + .music-item { |
|
border-top: 1px solid #ffffff; |
|
} |
|
|
|
|
|
#logo > h1 { text-align: center; } |
|
|
|
#footer_buffer { |
|
margin-top: 12.5vh; |
|
} |
|
|
|
@media screen and (max-width: 450px) { |
|
#footer_buffer { |
|
display: none; |
|
} |
|
} |
|
|
|
|
|
|
|
:-ms-input-placeholder { color: #888; } |
|
|
|
|
|
.pure-form-aligned .pure-control-group label { width: 19em; } |
|
|
|
.channel-emoji { |
|
margin: 0 2px; |
|
} |
|
|
|
#download_widget { |
|
width: 100%; |
|
} |
|
|
|
.error-card { |
|
display: flex; |
|
flex-direction: column; |
|
align-items: center; |
|
padding: 25px; |
|
margin-bottom: 1em; |
|
border-radius: 10px; |
|
box-sizing: border-box; |
|
height: 100%; |
|
} |
|
|
|
.error-card > .explanation { |
|
display: grid; |
|
grid-template-columns: max-content 1fr; |
|
grid-template-rows: 1fr max-content; |
|
align-items: center; |
|
column-gap: 10px; |
|
row-gap: 4px; |
|
} |
|
|
|
.error-card > .explanation > i { |
|
color: #f44; |
|
font-size: 24px; |
|
grid-area: 1 / 1 / 2 / 2; |
|
} |
|
|
|
.error-card > .explanation > h4 { |
|
grid-area: 1 / 2 / 2 / 3; |
|
margin: 0; |
|
} |
|
|
|
.error-card > .explanation > p { |
|
grid-area: 2 / 2 / 3 / 3; |
|
margin: 0; |
|
} |
|
|
|
.error-card details { |
|
margin-top: 10px; |
|
width: 100%; |
|
} |
|
|
|
.error-card summary { |
|
width: 100%; |
|
} |
|
|
|
.error-card pre { |
|
height: 300px; |
|
} |
|
|
|
.error-issue-template { |
|
padding: 20px; |
|
background: rgba(0, 0, 0, 0.12345); |
|
} |
|
|
|
#comments-turned-off-on-video-message > p, #comments-disabled-message > p { |
|
text-align: center; |
|
} |
|
|
|
.description-widget { |
|
display: flex; |
|
white-space: normal; |
|
gap: 15px; |
|
|
|
border-top: 1px solid black; |
|
} |
|
|
|
.description-show-transcript-widget { |
|
padding: 10px; |
|
flex-direction: column |
|
} |
|
|
|
.description-show-transcript-widget > * { |
|
margin: 0; |
|
} |
|
|
|
.video-transcript { |
|
display: flex; |
|
flex-direction: column; |
|
gap: 25px; |
|
height: 30em; |
|
padding: 10px; |
|
border: 1px solid #a0a0a0; |
|
border-radius: 10px; |
|
} |
|
|
|
.video-transcript header { |
|
padding-bottom: 5px; |
|
border-bottom: 1px solid #a0a0a0; |
|
} |
|
|
|
.video-transcript > #lines { |
|
display: flex; |
|
flex-direction: column; |
|
overflow: scroll; |
|
} |
|
|
|
.transcript-line, .transcript-title-line { |
|
display: flex; |
|
align-items: center; |
|
padding: 20px 10px; |
|
gap: 10px; |
|
border-radius: 10px; |
|
} |
|
|
|
.transcript-line > .length { |
|
padding: 0px 5px; |
|
background: #363636 !important; |
|
} |
|
|
|
.transcript-line > p, .video-transcript > header > h3, .transcript-title-line > h4 { |
|
margin: 0; |
|
} |
|
|
|
.transcript-line:hover, .selected.transcript-line, .transcript-title-line:hover, .selected.transcript-title-line { |
|
background: #4f4f4f; |
|
} |
|
|
|
.light-theme .transcript-line:hover, .selected.transcript-line, .transcript-title-line:hover, .selected.transcript-title-line { |
|
background: #cacaca; |
|
} |
|
|
|
.video-transcript > footer { |
|
padding-bottom: 14px; |
|
border-top: 1px solid #a0a0a0 |
|
} |
|
|
|
.video-transcript > footer > form { |
|
display: flex; |
|
justify-content: center; |
|
} |
|
|
|
.video-transcript > footer select { |
|
width: 75%; |
|
} |
|
|