-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
134 changed files
with
28,327 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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,14 @@ | ||
/* Add maven for code font (keep other xaringan defaults */ | ||
@import url(https://fonts.googleapis.com/css?family=Inconsolata); | ||
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz); | ||
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic); | ||
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700); | ||
|
||
body { font-family: 'Droid Serif', 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC', serif; } | ||
h1, h2, h3 { | ||
font-family: 'Yanone Kaffeesatz'; | ||
font-weight: normal; | ||
} | ||
|
||
.remark-code, .remark-inline-code { font-family: 'Inconsolata', monospace; } | ||
.remark-code-line-highlighted { background-color: #ffff88; } |
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,283 @@ | ||
/* | ||
CSS for xaringan slides in RU flavor | ||
Author: Joseph V. Casillas | ||
Updated: 03/06/2018 | ||
*/ | ||
|
||
/* Package defaults that we slightly tweak */ | ||
|
||
a, a > code { | ||
color: #cc0033; /* rgb(249, 38, 114) */ | ||
text-decoration: none; | ||
} | ||
|
||
/* slightly lower and bigger than default */ | ||
.footnote { | ||
position: absolute; | ||
bottom: 1em; | ||
padding-right: 4em; | ||
font-size: 95%; | ||
} | ||
|
||
/* important code slightly red */ | ||
.remark-code-line-highlighted { | ||
background-color: #FFD3DE !important; | ||
} | ||
|
||
/* color tweak */ | ||
.inverse { | ||
background-color: #272822; | ||
color: #777872; | ||
text-shadow: 0 0 20px #333; | ||
} | ||
|
||
/* slightly spacing change */ | ||
.inverse h1, .inverse h2, .inverse h3 { | ||
color: #f3f3f3; | ||
line-height: 1.0em; | ||
} | ||
|
||
/* Two-column layout (slightly wider for aspect ration) */ | ||
.left-column { | ||
color: #777; | ||
width: 25%; | ||
height: 92%; | ||
float: left; | ||
} | ||
|
||
.left-column h2:last-of-type, .left-column h3:last-child { | ||
color: #000; | ||
} | ||
|
||
/* slightly thiner to suppor aspect ration */ | ||
.right-column { | ||
width: 70%; | ||
float: right; | ||
padding-top: 1em; | ||
} | ||
|
||
.pull-left { | ||
float: left; | ||
width: 45%; | ||
} | ||
|
||
.pull-right { | ||
float: right; | ||
width: 45%; | ||
} | ||
|
||
.pull-right ~ * { | ||
clear: both; | ||
} | ||
|
||
img, video, iframe { | ||
max-width: 100%; | ||
} | ||
|
||
blockquote { | ||
border-left: solid 5px lightgray; | ||
padding-left: 1em; | ||
} | ||
|
||
/* adjust table horizontal spacing */ | ||
th, td { | ||
padding:0 15px 0 15px; | ||
} | ||
|
||
/* remove color from tables */ | ||
table { | ||
margin: auto; | ||
border-top: none; | ||
border-bottom: none; | ||
} | ||
|
||
table thead th { border-bottom: none; } | ||
thead, tfoot, tr:nth-child(even) { background: none; } | ||
|
||
/* leave this alone */ | ||
@page { margin: 0; } | ||
@media print { | ||
.remark-slide-scaler { | ||
width: 100% !important; | ||
height: 100% !important; | ||
transform: scale(1) !important; | ||
top: 0 !important; | ||
left: 0 !important; | ||
} | ||
} | ||
|
||
/*~~~~~~~~~~~~~~*/ | ||
/* RU additions */ | ||
/*~~~~~~~~~~~~~~*/ | ||
|
||
/* Title slide */ | ||
|
||
/* Add image and change bg color */ | ||
.title-slide { | ||
background-image: url(https://github.com/rstudio/hex-stickers/raw/master/SVG/rmarkdown.svg); | ||
background-position: 13% 35%; | ||
background-size: 95px; | ||
background-color: #fff; | ||
padding-left: 100px; /* delete this for 4:3 aspect ratio */ | ||
} | ||
|
||
/* H1 fonts */ | ||
.title-slide h1 { | ||
color: #515151; | ||
padding-top: 250px; | ||
font-weight: normal; | ||
font-size: 45px; | ||
line-height: 0.05; | ||
text-align: left; | ||
text-shadow: none; | ||
padding-bottom: 18px; | ||
margin-bottom: 18px; | ||
} | ||
|
||
/* H2 fonts */ | ||
.title-slide h2 { | ||
color: #cc0033; | ||
font-size: 35px; | ||
text-align: left; | ||
text-shadow: none; | ||
padding-top: 0px; | ||
margin-top: 0px; | ||
} | ||
|
||
/* H3 fonts */ | ||
.title-slide h3 { | ||
font-size: 28px; | ||
font-weight: normal; | ||
color: #666666; | ||
text-align: left; | ||
text-shadow: none; | ||
padding: 0px; | ||
margin: 0px; | ||
line-height: 1; | ||
} | ||
|
||
/* Remove slide count */ | ||
.title-slide .remark-slide-number { | ||
text-shadow: none; | ||
} | ||
|
||
/*~~~~~~~~~~~~~~~~~~*/ | ||
/* SECTION DIVIDERS */ | ||
/*~~~~~~~~~~~~~~~~~~*/ | ||
|
||
/* section divider red */ | ||
.title-slide-section-red { | ||
background-color: #cc0033; | ||
padding-left: 100px; /* delete this for 4:3 aspect ratio */ | ||
} | ||
|
||
/* section divider red H1 fonts */ | ||
.title-slide-section-red h1, .title-slide-section-red h2, .title-slide-section-red h3, .title-slide-section-red p { | ||
color: #fff; | ||
} | ||
|
||
/* section divider grey */ | ||
.title-slide-section-grey { | ||
background-color: #515151; | ||
padding-left: 100px; /* delete this for 4:3 aspect ratio */ | ||
} | ||
|
||
/* section divider grey H1 fonts */ | ||
.title-slide-section-grey h1, .title-slide-section-grey h2, .title-slide-section-grey h3 { | ||
color: #fff; | ||
} | ||
|
||
.title-slide-section-grey p { | ||
color: #fff; | ||
} | ||
|
||
/*~~~~~~~~~~~~~~~~~~*/ | ||
/* FINAL SLIDE */ | ||
/*~~~~~~~~~~~~~~~~~~*/ | ||
|
||
.title-slide-final { | ||
background-color: #272822; | ||
color: #fff; | ||
padding-left: 100px; | ||
text-shadow: 0 0 20px #333; | ||
text-align: center; | ||
} | ||
|
||
.title-slide-final h1 { | ||
color: #cc0033; | ||
} | ||
|
||
/*~~~~~~~~~~~~~~~~~~~~*/ | ||
/* Global adjustments */ | ||
/*~~~~~~~~~~~~~~~~~~~~*/ | ||
|
||
/* Add padding to all slides for 16:9 aspect ratio */ | ||
.remark-slide-content { | ||
padding-left: 100px; /* delete this for 4:3 aspect ratio */ | ||
} | ||
|
||
/* Color adjustments for text */ | ||
|
||
/* Make bold syntax compile to RU-red */ | ||
strong { | ||
color: #cc0033; | ||
} | ||
|
||
.RUred { | ||
color: #cc0033; | ||
} | ||
|
||
/* Add blue tag */ | ||
.blue { | ||
color: #0000CC; | ||
font-weight: bold; | ||
} | ||
|
||
/* Add grey tag */ | ||
.grey { | ||
color: #515151; | ||
} | ||
|
||
.lightgrey { | ||
color: #818181; | ||
} | ||
|
||
/* Force black */ | ||
.black { | ||
color: black; | ||
font-weight: bold; | ||
} | ||
|
||
/* Add white tag */ | ||
.white { | ||
color: white; | ||
} | ||
|
||
/* Color adjustments to headers */ | ||
h1 { | ||
color: #cc0033; | ||
} | ||
|
||
h3 { | ||
color: #515151; | ||
} | ||
|
||
/* Font size tags */ | ||
.big { | ||
font-size: 1.5em; | ||
} | ||
|
||
/* ru blockquote */ | ||
ru-blockquote { | ||
display: block; | ||
margin-top: 1em; | ||
margin-bottom: 1em; | ||
margin-left: 40px; | ||
margin-right: 40px; | ||
border-left: solid 10px #cc0033; | ||
background-color: #818181; | ||
padding: 1em; | ||
color: #fff; | ||
-moz-border-radius: 5px; | ||
-webkit-border-radius: 5px; | ||
} |
Oops, something went wrong.