Last active
September 6, 2018 19:09
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@page PDF { | |
size: letter landscape; | |
margin: 0in; | |
} | |
div.container { | |
page: PDF; | |
max-width: 8.5in; | |
} | |
h2 { | |
font-family: 'Merriweather', serif; | |
font-size: 24px !important; | |
font-weight: 700; | |
color: #337ab7; | |
} | |
#content-container { | |
height: 100%; | |
padding-top: 0; | |
/*padding-bottom: 8px;*/ | |
} | |
.clear { | |
clear: both; | |
} | |
.byline { | |
font-style: italic; | |
} | |
.abstract { | |
font-size: 1.25em !important; | |
font-weight: 400; | |
} | |
.downloadlink { | |
font-style: italic; | |
} | |
a, | |
a:visited, | |
a:hover { | |
color: #39619a; | |
} | |
a { | |
color: #337ab7; | |
text-decoration: none; | |
background-color: transparent; | |
} | |
.author { | |
color: #201f1f !important; | |
font-style: normal; | |
} | |
.author:not(:first-child)::before { | |
content: " | "; | |
padding-right: .1em; | |
color: #201f1f !important; | |
} | |
.separator-bottom { | |
/*border-bottom: 1px dotted #ddd;*/ | |
margin-bottom: 1em; | |
padding-bottom: 1em; | |
} | |
p, | |
div, | |
td, | |
span, | |
select, | |
option, | |
li { | |
color: #333; | |
} | |
p { | |
margin: 0 0 10px; | |
} | |
* { | |
-webkit-box-sizing: border-box; | |
-moz-box-sizing: border-box; | |
box-sizing: border-box; | |
} | |
#content-container { | |
font-size: 1.1em; | |
} | |
html, | |
body { | |
/*font-family: 'Lato', sans-serif;*/ | |
font-family: 'Lato'; | |
font-style: normal; | |
font-weight: 400; | |
} | |
.card-title { | |
color: #337ab7; | |
font-family: 'Merriweather'; | |
font-style: normal; | |
font-weight: 700; | |
font-size: 20px !important; | |
/*font-weight: 700;*/ | |
} | |
.card-body hr { | |
margin: 3px 0 2px; | |
padding: 0; | |
/*border-top: 1px solid #e67a17;*/ | |
border-bottom: 1px solid #dbd9d9; | |
} | |
.date { | |
display: block; | |
color: #e67a17; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment