Skip to content

Instantly share code, notes, and snippets.

@jacekd
Created March 14, 2015 13:17
Show Gist options
  • Save jacekd/92d08e758ca2ba38e2d9 to your computer and use it in GitHub Desktop.
Save jacekd/92d08e758ca2ba38e2d9 to your computer and use it in GitHub Desktop.
Latex css file
body {
font-family:garamond, helvetica;
margin: 4em 5em 10em 5em;
width: 60%;
max-width: 50em;
text-align: justify;
text-justify: newspaper;
}
a:link { text-decoration:underline; border-width: 0px; }
a:visited { text-decoration:underline; border-width: 0px; }
a:hover { text-decoration:underline; border-width: 0px; font-style: italic; }
a:active { text-decoration:underline; border-width: 0px; }
img { border: none; }
blockquote {
width: 500px;
}
td {
padding: 5px;
margin: 0;
}
table {
border-collapse: collapse;
}
table thead {
border-top: 1px solid #000;
}
table thead th {
padding: 5px;
}
table tbody {
border-top: 1px solid #666;
border-bottom: 1px solid #666
}
code {
padding: 5px;
font-weight: 600;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment