1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-06-26 13:10:06 +01:00
fresh-themes/themes/positive/src/positive-pdf.css

215 lines
2.8 KiB
CSS
Raw Normal View History

2015-12-18 14:41:57 +00:00
html, body, main, section, header, ul, p, h1, h2, h3 {
2018-02-06 08:54:28 +00:00
font-family: {{{fontList 'default'}}};
2015-12-18 21:07:01 +00:00
font-size: 14px;
2016-03-17 20:20:41 +00:00
line-height: 1.4;
2015-12-18 14:41:57 +00:00
margin: 0; padding: 0;
display: block;
}
2018-02-06 08:54:28 +00:00
::selection {
color: #fff;
background: #e48a8a; /* WebKit/Blink Browsers */
}
::-moz-selection {
color: #fff;
background: #e48a8a; /* Gecko Browsers */
}
p::selection {
color: #fff;
}
2015-12-18 14:41:57 +00:00
a {
2018-02-06 08:54:28 +00:00
color: #{{color 'hyperlink'}};
2015-12-18 14:41:57 +00:00
text-decoration: none;
}
a:visited {
color: #7B0796;
}
a:hover {
text-decoration: underline;
}
2015-12-18 21:07:01 +00:00
h1 {
text-transform: uppercase;
font-size:
}
2015-12-18 14:41:57 +00:00
h2 {
text-transform: uppercase;
2015-12-18 21:07:01 +00:00
color: #898989;
font-size: 2em;
position: relative;
font-weight: 400;
2015-12-18 14:41:57 +00:00
}
2016-03-17 20:20:41 +00:00
h3, .tenure {
font-size: 1.5em;
2018-02-06 08:54:28 +00:00
font-weight: 400;
2016-03-17 20:20:41 +00:00
}
2015-12-18 14:41:57 +00:00
h3 {
2016-01-12 14:49:28 +00:00
margin-top: 0;
2016-03-17 20:20:41 +00:00
margin-bottom: 5px;
2018-02-06 08:54:28 +00:00
/*width: 85%;*/
2016-01-12 14:49:28 +00:00
float: left;
2015-12-18 14:41:57 +00:00
}
2015-12-18 21:07:01 +00:00
table {
width: 100%;
text-transform: uppercase;
}
td:first-child {
2018-02-06 08:54:28 +00:00
letter-spacing: 0;
color: #bd5b5b;
font-size: 20px;
2015-12-18 21:07:01 +00:00
}
td:last-child {
text-align: justify; /* HTML justification sucks, but in this case... */
}
2016-01-12 14:49:28 +00:00
hr {
display: none;
}
2015-12-18 14:41:57 +00:00
main {
padding: 15px;
2015-12-18 21:07:01 +00:00
max-width: 800px;
2015-12-18 14:41:57 +00:00
margin: 0 auto;
}
section {
2016-03-17 20:20:41 +00:00
margin-top: 2em;
2015-12-18 14:41:57 +00:00
}
2016-01-12 14:49:28 +00:00
section > div {
2018-02-06 08:54:28 +00:00
margin-top: 2em;
2016-01-12 14:49:28 +00:00
overflow: hidden; /* Clear floated children */
2015-12-18 14:41:57 +00:00
}
2016-01-12 14:49:28 +00:00
section > div p {
clear: both;
}
section > header {
position: relative;
}
2016-03-17 20:20:41 +00:00
p + ul {
margin: 1em;
}
ul {
clear: both;
}
2016-01-12 14:49:28 +00:00
li {
margin-left: 2em;
2015-12-18 14:41:57 +00:00
}
p, li {
text-align: justify;
}
.tenure {
float: right;
2016-03-17 20:20:41 +00:00
color: #6F6F6F;
background-color: #F5F5F5;
border-radius: 6px;
padding: 4px 6px;
font-size: 85%;
2018-02-06 08:54:28 +00:00
font-weight: 600;
margin-top: 3px;
}
.location {
border: #e2aaaa dashed 1px;
background-color: #ffffff;
padding: 3px 6px;
border-radius: 6px;
float: right;
margin-right: 5px;
float: right;
font-size: 85%;
color: #717171;
font-weight: 600;
margin-top: 3px;
2016-03-17 20:20:41 +00:00
}
span.keywords {
font-size: 12px;
color: #B16666;
2015-12-18 14:41:57 +00:00
}
thead {
display: none;
}
main > header {
width: 100%;
float: left;
margin-bottom: 1em;
}
2016-01-12 14:49:28 +00:00
h1 {
2015-12-18 14:41:57 +00:00
float: left;
}
2015-12-18 21:07:01 +00:00
2016-01-12 14:49:28 +00:00
h1, h2, .label {
2015-12-18 21:07:01 +00:00
font-size: 2.5em;
text-transform: uppercase;
font-weight: 300;
2018-02-06 08:54:28 +00:00
font-family: {{{fontList 'heading1'}}}
2015-12-18 14:41:57 +00:00
}
2015-12-18 21:07:01 +00:00
#contact {
clear: both;
float: right;
2016-03-17 20:20:41 +00:00
margin-top: 2px;
}
#contact span + span {
margin-left: 10px;
2015-12-18 14:41:57 +00:00
}
2016-01-12 14:49:28 +00:00
header > span.fa {
2015-12-18 21:07:01 +00:00
text-align: center;
2015-12-18 14:41:57 +00:00
margin-right: 3px;
2015-12-18 21:07:01 +00:00
position: absolute;
width: 40px;
2018-02-06 08:54:28 +00:00
top: 14px;
2016-01-12 14:49:28 +00:00
font-size: 30px;
2016-01-24 01:18:40 +00:00
/*transform: translateX(-110%); PDF no likey */
margin-left: -50px;
2015-12-18 21:07:01 +00:00
color: #DADADA;
}
.label {
float: right;
color: #DADADA;
}
#summary {
color: #717171;
font-size: 1.25em;
2016-03-17 20:20:41 +00:00
margin-top: 6em;
}
#skills td {
padding-top: 7px;
padding-bottom: 7px;
2015-12-18 14:41:57 +00:00
}
2018-02-06 08:54:28 +00:00
#references > p, #references > p > a {
color: #961e1e;
text-align: center;
margin: 30px;
font-weight: bold;
letter-spacing: 0;
text-transform: uppercase;
}