Files
youtube-downloader/public/style.css
2020-06-22 00:14:28 +01:00

80 lines
1.2 KiB
CSS

@import url('https://fonts.googleapis.com/css?family=Roboto:400,100');
@import url('https://fonts.googleapis.com/css?family=Roboto');
a {
color: inherit;
text-decoration: none;
}
body {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
padding-left: 25px;
background-size: cover;
background: rgb(249, 249, 249);
color: rgb(1, 1, 1);
font-family: 'Roboto', sans-serif;
}
code {
font-size: 90%;
font-family: Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
color: #444444;
background: #e0e0e0;
}
textarea {
resize: none;
width: 400px;
height: 100px;
}
h {
font-weight: 400;
}
.table {
width: 60%;
}
.thumbnail {
max-width: 150%;
height: auto;
}
.videotitle {
font-size: 1rem;
}
.channel {
font-size: 0.9rem;
}
.views {
font-size: 0.9rem;
}
.desc {
font-size: 0.8rem;
display: inline-block;
text-overflow: ellipsis;
word-wrap: break-word;
overflow: hidden;
line-height: 1.2em;
max-height: 2.4em;
font-style: italic;
}
.downloadbuttons {
font-size: 0.8rem;
}
#copyright {
position: absolute;
bottom: 5px;
right: 10px;
color: #2f2f2f;
}