This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
magicka/deps/ftplib-4.0-1/html/doc.css
2018-05-27 09:39:05 +10:00

30 lines
492 B
CSS

body {
font-family: Georgia, "Times New Roman", serif;
font-size: 0.9em;
background-color: #F8F8F8;
color: #000000;
}
h1, h2, h3 {
font-family: Verdana, Tahoma, "Lucida Grande", Arial, sans-serif;
margin-bottom: .5em;
}
pre, code {
font-family: "Lucida Console", monospace;
font-size: smaller;
}
table, pre, p, li, dt {
margin-left: 2em;
margin-right: 2em;
}
dt {
font-weight: bolder;
}
dd {
margin-left: 4em;
margin-right: 2em;
}
td {
padding-left: 1em;
padding-right: 1em;
}