1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-09-19 23:35:57 +01:00
fresh-themes/themes/compact/templates/pdf.css
2015-10-27 08:41:12 -04:00

64 lines
668 B
CSS

html, body, main, section, header, ul, p, h1, h2, h3 {
font-family: Helvetica, sans-serif;
font-size: 12px;
margin: 0; padding: 0;
display: block;
}
h2 {
text-transform: uppercase;
}
h3 {
font-size: 1em;
}
main {
padding: 15px;
max-width: 700px;
margin: 0 auto;
}
section {
margin-top: 1em;
}
li {
margin-left: 2em;
}
h3 {
margin-top: 1em;
}
p, li {
text-align: justify;
}
.tenure {
float: right;
}
thead {
display: none;
}
main > header {
width: 100%;
float: left;
margin-bottom: 1em;
}
main > header > h1 {
float: left;
}
#contact {
float: right;
}
#contact > div {
display: inline-block;
margin-left: 5px;
}