Skip to content

Instantly share code, notes, and snippets.

@jilm
Last active May 25, 2019 18:57
Show Gist options
  • Save jilm/e0695b9fb2825b97ae8db1d3b4f72aac to your computer and use it in GitHub Desktop.
Save jilm/e0695b9fb2825b97ae8db1d3b4f72aac to your computer and use it in GitHub Desktop.
body {
background-color: #fcf8f1;
text-align: left;
display: flex;
flex-direction: column;
width: 100%;
flex-grow: 1;
padding: 0;
margin: 0;
height: 100%;
font-family: 'Times New Roman', Times, serif;
font-size: 14pt;
line-height: 1.5;
}
p {
font-family: 'Palatino', Times, serif;
}
span.eq_disp {
display: inline-block;
width: 100%;
margin-top: 1em;
text-align: center;
font-style: italic;
}
span.tolerance {
font-variant-position: super;
}
p.title {
text-align: center;
font-family: "Cinzel", serif;
font-style: normal;
font-size: 46pt;
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
}
h1 {
text-align: center;
font-family: "Palatino Header", sans-serif;
font-style: normal;
font-size: 16pt;
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
}
h2 {
text-align: left;
font-family: "Verdana";
font-size: 14pt;
display: block;
font-style: normal;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
}
.book {
background-color: #fcf8f1;
width: 657px;
margin: 0 auto;
}
table {
border-collapse: collapse;
margin-left: auto;
margin-right: auto;
margin-top: 2em;
font-size: 14pt;
}
tr.total {
border-top: 1px solid black;
}
tr.thead {
border-bottom: 1px solid black;
}
th {
font-style: normal;
}
div.caption {
font-family: "lust", georgia, serif;
font-style: italic;
font-size: 12pt;
text-align: center;
margin-top: 1em;
margin-bottom: 2em;
color: gray;
}
th, td {
text-align: center;
padding: 8px;
padding-left: 1em;
padding-right: 1em;
}
.lcprodstop {
background-color: #FF0000;
}
td.fail {
color: #FF0000;
}
.foot {
color: gray;
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment