-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #250 from ccbaumler/update-markdowncv
[MRG] Update markdowncv to include icons, customizable colors with a new template
- Loading branch information
Showing
10 changed files
with
2,303 additions
and
102 deletions.
There are no files selected for viewing
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
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
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
Binary file modified
BIN
+29.3 KB
(180%)
inst/rmarkdown/templates/markdowncv/skeleton/fonts/academicons.eot
Binary file not shown.
1,941 changes: 1,854 additions & 87 deletions
1,941
inst/rmarkdown/templates/markdowncv/skeleton/fonts/academicons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified
BIN
+91.5 KB
(350%)
inst/rmarkdown/templates/markdowncv/skeleton/fonts/academicons.woff
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
inst/rmarkdown/templates/markdowncv/skeleton/media/academicons.min.css
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
200 changes: 200 additions & 0 deletions
200
inst/rmarkdown/templates/markdowncv/skeleton/media/ccbaumler-print.css
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,200 @@ | ||
/* http://meyerweb.com/eric/tools/css/reset/ | ||
v2.0 | 20110126 | ||
License: none (public domain) | ||
*/ | ||
|
||
html, body, div, span, applet, object, iframe, | ||
h1, h2, h3, h4, h5, h6, p, blockquote, pre, | ||
a, abbr, acronym, address, big, cite, code, | ||
del, dfn, em, img, ins, kbd, q, s, samp, | ||
small, strike, strong, sub, sup, tt, var, | ||
b, u, i, center, | ||
dl, dt, dd, ol, ul, li, | ||
fieldset, form, label, legend, | ||
table, caption, tbody, tfoot, thead, tr, th, td, | ||
article, aside, canvas, details, embed, | ||
figure, figcaption, footer, header, hgroup, | ||
menu, nav, output, ruby, section, summary, | ||
time, mark, audio, video { | ||
margin: 0; | ||
padding: 0; | ||
border: 0; | ||
font-size: 100%; | ||
font: inherit; | ||
vertical-align: baseline; | ||
} | ||
/* HTML5 display-role reset for older browsers */ | ||
article, aside, details, figcaption, figure, | ||
footer, header, hgroup, menu, nav, section { | ||
display: block; | ||
} | ||
body { | ||
line-height: 1; | ||
} | ||
ol, ul { | ||
list-style: none; | ||
} | ||
blockquote, q { | ||
quotes: none; | ||
} | ||
blockquote:before, blockquote:after, | ||
q:before, q:after { | ||
content: ''; | ||
content: none; | ||
} | ||
table { | ||
border-collapse: collapse; | ||
border-spacing: 0; | ||
} | ||
|
||
/* end of reset */ | ||
|
||
body { | ||
font: normal normal 400; | ||
font-size: 12pt; | ||
line-height: 1.35em; | ||
/*also written as... font: normal normal 400 100%/1.5em;*/ | ||
font-family: Verdana,sans-serif; | ||
} | ||
|
||
p { | ||
position: relative; | ||
left: 25%; | ||
margin-bottom: 0.2em; | ||
margin-right: 0; | ||
width: 60%; | ||
} | ||
|
||
.csl-left-margin { | ||
position: relative; | ||
float: left; | ||
left: 25%; | ||
margin-left: -3em; | ||
margin-bottom: 0.2em; | ||
margin-right: 0.5em; | ||
} | ||
.csl-right-inline { | ||
position: relative; | ||
left: 25%; | ||
margin-bottom: 0.2em; | ||
margin-right: 0; | ||
width: 70%; | ||
} | ||
|
||
code { | ||
font: normal normal; | ||
font-size: 90%; | ||
/*line-height: 1em;*/ | ||
font-family: Menlo,monospace,sans-serif; | ||
color: var(--codecolor); | ||
} | ||
|
||
p code { | ||
position: absolute; | ||
text-align: right; | ||
right: -20%; | ||
} | ||
|
||
|
||
ul { | ||
position: relative; | ||
left: 26%; /*Adjust the indent on detail list items*/ | ||
width: 55%; | ||
margin-bottom: 1em; | ||
} | ||
|
||
/*comment to remove dashes in the list*/ | ||
li:before { | ||
content: "\1F896";/*\2192;*/ | ||
position: relative; | ||
left: -0.25em; | ||
} | ||
|
||
li { | ||
/*second line indent*/ | ||
padding-left: 1.25em; | ||
text-indent: -1.25em; | ||
/*color: #777;*/ | ||
} | ||
|
||
li ul { | ||
position: relative; | ||
left: 0; | ||
width: 100%; | ||
margin-top: 0.25em; | ||
} | ||
|
||
h1,h2,h3,h4 { | ||
font-weight: 400; | ||
font-family: Cousine,Verdana,sans-serif; | ||
width: 65%; | ||
} | ||
|
||
h1 { | ||
text-align: left; | ||
font-size: 3em; | ||
line-height: 1em; | ||
position: relative; | ||
left: 25%; | ||
} | ||
|
||
h1+p { | ||
/*subtitle*/ | ||
margin-top: 1em; | ||
font-style: italic; | ||
font-size: 110%; | ||
} | ||
|
||
h2 { | ||
font-size: 1.1em; | ||
color: var(--headcolor); | ||
margin-top: 3em; | ||
position: relative; | ||
top: 1.4em; | ||
text-align: right; | ||
width: 20%; | ||
} | ||
h3 { | ||
font-size: 1em; | ||
line-height: 2em; | ||
position: relative; | ||
top: 1.7em; | ||
text-align: right; | ||
width: 20%; | ||
} | ||
|
||
a { | ||
color: inherit; | ||
/*text-decoration:none*/ | ||
} | ||
|
||
a:hover { | ||
color:#39f | ||
} | ||
|
||
#webaddress { | ||
margin-top: 1em; | ||
position: relative; | ||
left: 25%; | ||
color: var(--addresscolor); | ||
font-family: Menlo,monospace,sans-serif; | ||
font-size: 80%; | ||
} | ||
|
||
#webaddress a { | ||
text-decoration: none; | ||
} | ||
|
||
em { | ||
font-weight: bold; | ||
font-style: italic; | ||
} | ||
|
||
strong { | ||
font-weight: bold; | ||
} | ||
|
||
#ghbutton { | ||
display: none; | ||
visibility: hidden; | ||
} |
Oops, something went wrong.