Skip to content

Instantly share code, notes, and snippets.

@jacekd
Created March 14, 2015 13:17
Show Gist options
  • Select an option

  • Save jacekd/92d08e758ca2ba38e2d9 to your computer and use it in GitHub Desktop.

Select an option

Save jacekd/92d08e758ca2ba38e2d9 to your computer and use it in GitHub Desktop.

Revisions

  1. jacekd created this gist Mar 14, 2015.
    43 changes: 43 additions & 0 deletions latex.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,43 @@
    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;
    }