youtube-dl/style.css

45 lines
592 B
CSS
Raw Normal View History

body {
font-family: sans-serif;
margin-left: 10%;
margin-right: 10%;
margin-top: 2ex;
margin-bottom: 3ex;
background-color: white;
color: black;
}
.note {
text-align: center;
font-size: x-small;
}
h1 {
color: #006699;
text-align: center;
border: 1px solid #dddddd;
background: #eeeeee;
2010-11-01 10:28:23 +00:00
margin-bottom: 3ex;
}
h2 {
2010-11-01 10:28:23 +00:00
margin-top: 2ex;
color: #006699;
}
h3 {
margin-left: 5%;
margin-right: 5%;
}
2010-11-01 10:28:23 +00:00
p {
margin-left: 5%;
margin-right: 5%;
}
ul {
margin-left: 5%;
margin-right: 5%;
}
li {
margin-left: 3%;
margin-top: 0.5ex;
margin-bottom: 0.5ex;
}
tt {
background: #dddddd;
}