l1ving_youtube-dl/style.css

92 lines
1.3 KiB
CSS
Raw Normal View History

2020-03-20 12:39:55 -03:00
html{
position: relative;
min-height: 100%;
}
body {
font-family: sans-serif;
2020-03-20 12:39:55 -03:00
margin: 0;
margin-bottom: 3ex;
2020-03-20 12:39:55 -03:00
background-color: #ffefdd;
color: #292929;
margin-left: 10vw;
margin-right: 10vw;
2010-11-19 18:19:41 +01:00
}
2020-03-20 12:39:55 -03:00
.header h1 a {
2010-11-19 18:19:41 +01:00
text-decoration: none;
color: black;
}
2020-03-20 12:39:55 -03:00
.header {
text-align: center;
2020-03-20 12:39:55 -03:00
line-height: 1.5em;
}
2020-03-20 12:39:55 -03:00
.container {
display: block;
margin: 0 0 120px;
}
2020-03-20 12:39:55 -03:00
.terminal {
margin-top: 25px;
background-color: #2d2d2d;
color: #5eff00;
text-align: left;
padding-bottom: 25px;
line-height: 0.5em;
padding-top: 1px;
padding-left: 10px;
border-radius: 5px;
margin-bottom: 20px;
}
.download {
text-align: center;
max-width: 50%;
margin-left: 25%;
margin-bottom: 50px;
}
2020-03-20 12:39:55 -03:00
.note {
position: absolute;
left: 0;
bottom: 0;
text-align: center;
height: 85px;
width: 100%;
font-size: 12px;
line-height: 0.5em;
overflow: hidden;
2010-11-19 18:19:41 +01:00
}
2020-03-20 12:39:55 -03:00
.download-button {
padding: 10px 20px;
text-align: center;
font-size: 20px;
line-height: 15px;
border-radius: 2px;
text-decoration: none;
2010-11-19 18:19:41 +01:00
color: white;
2020-03-20 12:39:55 -03:00
border: 1px solid #7d7d7d;
}
.bottom-navbar {
2010-11-19 18:19:41 +01:00
font-size: x-large;
text-align: center;
2020-03-20 12:39:55 -03:00
margin-top: 30px;
line-height: 2em;
}
2012-12-11 17:52:56 +01:00
2020-03-20 12:39:55 -03:00
.bottom-navbar a{
padding: 5px;
text-decoration: none;
color: #004687;
border: 2px solid #004687;
margin-left: 20px;
margin-right: 20px;
border-radius: 5px;
2012-12-11 17:52:56 +01:00
}
2020-03-20 12:39:55 -03:00
#g {
background-color: #007bff;
border-color: #007bff;
}