Files
youtube-downloader/legacy/public/style.css
2020-06-15 22:50:08 +00:00

57 lines
982 B
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;
}
#VideoContainer {
padding: 30px, 0px, 30px, 0px;
}
#VideoBox {
padding-top: 10px;
font-weight: lighter;
}
#Updater {
position: absolute;
top: 5px;
right: 10px;}
#copyright {
position: absolute;
bottom: 5px;
right: 10px;
color: #2f2f2f;
}