bashtube/webroot/css/style.css

69 lines
972 B
CSS

/*inherited from HTTP.sh's /templates/head.sh */
body {
background-color: #1a1a1a;
color: #ccc;
}
a {
color: #3d3;
}
a:visited {
color: #3b3;
}
/* commented out cuz it's annoying
tr:nth-child(2n) {
background-color: #333;
}
*/
/*current CSS file*/
#root {
--accent-color: #b00ba5;
--background-color: #0c0012;
}
* {
font-family: sans-serif;
}
body {
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}
pre {
margin-top: 3px;
white-space: pre-wrap;
}
.comment {
margin-top: 5px;
margin-bottom: 15px;
}
.comment-thread {
margin-left: 16px;
}
.show-more {
cursor: pointer;
color: var(--accent-color);
}
.hide-cursor {
cursor: none;
}
.video-image {
width: 320px;
height: 180px;
}
.video-image-container {
width: 320px;
}
/* Unimplemented buttons */
.ytp-button-watch-later, .ytp-subtitles-button, .ytp-size-toggle-large {
display: none !important;
}
button.playersettingpicker {
width:100%;
}
select.playersettingpicker {
width:100%;
}