feat: update styles

This commit is contained in:
hacksalot 2018-02-06 03:54:28 -05:00
parent 68e69a92a6
commit 7c2a9c6706
No known key found for this signature in database
GPG Key ID: 2F343EC247CA4B06
2 changed files with 49 additions and 17 deletions

View File

@ -65,7 +65,7 @@ table {
td:first-child { td:first-child {
letter-spacing: 2px; letter-spacing: 2px;
color: #bd5b5b; color: #bd5b5b;
font-size: 1.35rem; font-size: 20px;
} }
td:last-child { td:last-child {
@ -140,10 +140,6 @@ p, li {
margin-top: 3px; margin-top: 3px;
} }
.light-bubble {
}
span.keywords { span.keywords {
font-size: 12px; font-size: 12px;
color: #B16666; color: #B16666;

View File

@ -1,13 +1,26 @@
html, body, main, section, header, ul, p, h1, h2, h3 { html, body, main, section, header, ul, p, h1, h2, h3 {
font-family: Calibri, 'Open Sans', sans-serif; font-family: {{{fontList 'default'}}};
font-size: 14px; font-size: 14px;
line-height: 1.4; line-height: 1.4;
margin: 0; padding: 0; margin: 0; padding: 0;
display: block; display: block;
} }
::selection {
color: #fff;
background: #e48a8a; /* WebKit/Blink Browsers */
}
::-moz-selection {
color: #fff;
background: #e48a8a; /* Gecko Browsers */
}
p::selection {
color: #fff;
}
a { a {
color: #0064BD; color: #{{color 'hyperlink'}};
text-decoration: none; text-decoration: none;
} }
@ -34,27 +47,25 @@ h2 {
h3, .tenure { h3, .tenure {
font-size: 1.5em; font-size: 1.5em;
font-weight: 300; font-weight: 400;
} }
h3 { h3 {
margin-top: 0; margin-top: 0;
margin-bottom: 5px; margin-bottom: 5px;
width: 85%; /*width: 85%;*/
float: left; float: left;
} }
table { table {
width: 100%; width: 100%;
text-transform: uppercase; text-transform: uppercase;
font-size: 1.3em;
} }
td:first-child { td:first-child {
text-align: right; letter-spacing: 0;
color: #c00000; color: #bd5b5b;
/* letter-spacing: 2px; PDF hates letter spacing */ font-size: 20px;
font-weight: bold;
} }
td:last-child { td:last-child {
@ -76,7 +87,7 @@ section {
} }
section > div { section > div {
margin-top: 1em; margin-top: 2em;
overflow: hidden; /* Clear floated children */ overflow: hidden; /* Clear floated children */
} }
@ -111,6 +122,22 @@ p, li {
border-radius: 6px; border-radius: 6px;
padding: 4px 6px; padding: 4px 6px;
font-size: 85%; font-size: 85%;
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;
} }
span.keywords { span.keywords {
@ -136,7 +163,7 @@ h1, h2, .label {
font-size: 2.5em; font-size: 2.5em;
text-transform: uppercase; text-transform: uppercase;
font-weight: 300; font-weight: 300;
font-family: 'Open Sans', 'Segoe UI', sans-serif; font-family: {{{fontList 'heading1'}}}
} }
#contact { #contact {
@ -154,7 +181,7 @@ header > span.fa {
margin-right: 3px; margin-right: 3px;
position: absolute; position: absolute;
width: 40px; width: 40px;
top: 10px; top: 14px;
font-size: 30px; font-size: 30px;
/*transform: translateX(-110%); PDF no likey */ /*transform: translateX(-110%); PDF no likey */
margin-left: -50px; margin-left: -50px;
@ -176,3 +203,12 @@ header > span.fa {
padding-top: 7px; padding-top: 7px;
padding-bottom: 7px; padding-bottom: 7px;
} }
#references > p, #references > p > a {
color: #961e1e;
text-align: center;
margin: 30px;
font-weight: bold;
letter-spacing: 0;
text-transform: uppercase;
}