xaringan.css
/* ------------------------------------------------------- | |
* | |
* !! This file was generated by xaringanthemer !! | |
* | |
* Changes made to this file directly will be overwritten | |
* if you used xaringanthemer in your xaringan slides Rmd | |
* | |
* Issues or likes? | |
* - https://github.com/gadenbuie/xaringanthemer | |
* - https://www.garrickadenbuie.com | |
* | |
* Need help? Try: | |
* - vignette(package = "xaringanthemer") | |
* - ?xaringanthemer::write_xaringan_theme | |
* - xaringan wiki: https://github.com/yihui/xaringan/wiki | |
* - remarkjs wiki: https://github.com/gnab/remark/wiki | |
* | |
* ------------------------------------------------------- */ | |
@import url(https://fonts.googleapis.com/css?family=Montserrat:500,400i); | |
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans); | |
@import url(https://fonts.googleapis.com/css?family=Droid+Mono); | |
@import url(https://fonts.googleapis.com/css?family=Crimson+Text); | |
body { | |
font-family: Montserrat, 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC', serif; | |
font-weight: 500; | |
color: black; | |
} | |
h1, h2, h3 { | |
font-family: Josefin Sans; | |
font-weight: normal; | |
color: #002733; | |
} | |
.remark-slide-content { | |
background-color: white; | |
font-size: 25px; | |
padding: 1em 2em 1em 2em; | |
} | |
.remark-slide-content h1 { | |
font-size: 55px; | |
} | |
.remark-slide-content h2 { | |
font-size: 45px; | |
} | |
.remark-slide-content h3 { | |
font-size: 35px; | |
} | |
.remark-code, .remark-inline-code { | |
font-family: Droid Mono, 'Lucida Console', Monaco, monospace; | |
} | |
.remark-code { | |
font-size: 0.9em; | |
} | |
.remark-inline-code { | |
font-size: 1em; | |
color: white; | |
} | |
.remark-slide-number { | |
color: white; | |
opacity: 1; | |
font-size: 0.9em; | |
} | |
strong{color:#00589a;} | |
a, a > code { | |
color: #eb1455; | |
text-decoration: none; | |
} | |
.footnote { | |
position: absolute; | |
bottom: 3em; | |
padding-right: 4em; | |
font-size: 0.9em; | |
} | |
.remark-code-line-highlighted { | |
background-color: rgba(255,255,0,0.5); | |
} | |
.inverse { | |
background-color: #272822; | |
color: #FFFFFF; | |
} | |
.inverse h1, .inverse h2, .inverse h3 { | |
color: #FFFFFF; | |
} | |
.title-slide, .title-slide h1, .title-slide h2, .title-slide h3 { | |
color: black; | |
} | |
.title-slide { | |
background-color: white; | |
} | |
.title-slide .remark-slide-number { | |
display: none; | |
} | |
/* Two-column layout */ | |
.left-column { | |
width: 20%; | |
height: 92%; | |
float: left; | |
} | |
.left-column h2, .left-column h3 { | |
color: white99; | |
} | |
.left-column h2:last-of-type, .left-column h3:last-child { | |
color: white; | |
} | |
.right-column { | |
width: 75%; | |
float: right; | |
padding-top: 1em; | |
} | |
.pull-left { | |
float: left; | |
width: 47%; | |
} | |
.pull-right { | |
float: right; | |
width: 47%; | |
} | |
.pull-right ~ * { | |
clear: both; | |
} | |
img, video, iframe { | |
max-width: 100%; | |
} | |
blockquote { | |
border-left: solid 5px #27282280; | |
padding-left: 1em; | |
} | |
.remark-slide table { | |
margin: auto; | |
border-top: 1px solid #666; | |
border-bottom: 1px solid #666; | |
} | |
.remark-slide table thead th { border-bottom: 1px solid #ddd; } | |
th, td { padding: 5px; } | |
.remark-slide thead, .remark-slide tfoot, .remark-slide tr:nth-child(even) { background: #1B1C17 } | |
table.dataTable tbody { | |
background-color: white; | |
color: black; | |
} | |
table.dataTable.display tbody tr.odd { | |
background-color: white; | |
} | |
table.dataTable.display tbody tr.even { | |
background-color: #1B1C17; | |
} | |
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover { | |
background-color: rgba(255, 255, 255, 0.5); | |
} | |
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate { | |
color: black; | |
} | |
.dataTables_wrapper .dataTables_paginate .paginate_button { | |
color: black !important; | |
} | |
@page { margin: 0; } | |
@media print { | |
.remark-slide-scaler { | |
width: 100% !important; | |
height: 100% !important; | |
transform: scale(1) !important; | |
top: 0 !important; | |
left: 0 !important; | |
} | |
} | |
/* ------------------------------------------------------- | |
* | |
* !! This file was generated by xaringanthemer !! | |
* | |
* Changes made to this file directly will be overwritten | |
* if you used xaringanthemer in your xaringan slides Rmd | |
* | |
* Issues or likes? | |
* - https://github.com/gadenbuie/xaringanthemer | |
* - https://www.garrickadenbuie.com | |
* | |
* Need help? Try: | |
* - vignette(package = "xaringanthemer") | |
* - ?xaringanthemer::write_xaringan_theme | |
* - xaringan wiki: https://github.com/yihui/xaringan/wiki | |
* - remarkjs wiki: https://github.com/gnab/remark/wiki | |
* | |
* ------------------------------------------------------- */ | |
@import url(https://fonts.googleapis.com/css?family=Montserrat:500,400i); | |
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans); | |
@import url(https://fonts.googleapis.com/css?family=Droid+Mono); | |
@import url(https://fonts.googleapis.com/css?family=IBM+Plex+Mono); | |
body { | |
font-family: Montserrat, 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC', serif; | |
font-weight: 500; | |
color: black; | |
} | |
h1, h2, h3 { | |
font-family: Josefin Sans; | |
font-weight: normal; | |
color: #002733; | |
} | |
.remark-slide-content { | |
background-color: white; | |
font-size: 25px; | |
padding: 1em 2em 1em 2em; | |
} | |
.remark-slide-content h1 { | |
font-size: 55px; | |
} | |
.remark-slide-content h2 { | |
font-size: 45px; | |
} | |
.remark-slide-content h3 { | |
font-size: 35px; | |
} | |
.remark-code, .remark-inline-code { | |
font-family: Droid Mono, 'Lucida Console', Monaco, monospace; | |
} | |
.remark-code { | |
font-size: 0.9em; | |
} | |
.remark-inline-code { | |
font-size: 1em; | |
color: white; | |
} | |
.remark-slide-number { | |
color: white; | |
opacity: 1; | |
font-size: 0.9em; | |
} | |
strong{color:#00589a;} | |
a, a > code { | |
color: #eb1455; | |
text-decoration: none; | |
} | |
.footnote { | |
position: absolute; | |
bottom: 3em; | |
padding-right: 4em; | |
font-size: 0.9em; | |
} | |
.remark-code-line-highlighted { | |
background-color: rgba(255,255,0,0.5); | |
} | |
.inverse { | |
background-color: #272822; | |
color: #FFFFFF; | |
} | |
.inverse h1, .inverse h2, .inverse h3 { | |
color: #FFFFFF; | |
} | |
.title-slide, .title-slide h1, .title-slide h2, .title-slide h3 { | |
color: black; | |
} | |
.title-slide { | |
background-color: white; | |
} | |
.title-slide .remark-slide-number { | |
display: none; | |
} | |
/* Two-column layout */ | |
.left-column { | |
width: 20%; | |
height: 92%; | |
float: left; | |
} | |
.left-column h2, .left-column h3 { | |
color: white99; | |
} | |
.left-column h2:last-of-type, .left-column h3:last-child { | |
color: white; | |
} | |
.right-column { | |
width: 75%; | |
float: right; | |
padding-top: 1em; | |
} | |
.pull-left { | |
float: left; | |
width: 47%; | |
} | |
.pull-right { | |
float: right; | |
width: 47%; | |
} | |
.pull-right ~ * { | |
clear: both; | |
} | |
img, video, iframe { | |
max-width: 100%; | |
} | |
blockquote { | |
border-left: solid 5px #27282280; | |
padding-left: 1em; | |
} | |
.remark-slide table { | |
margin: auto; | |
border-top: 1px solid #666; | |
border-bottom: 1px solid #666; | |
} | |
.remark-slide table thead th { border-bottom: 1px solid #ddd; } | |
th, td { padding: 5px; } | |
.remark-slide thead, .remark-slide tfoot, .remark-slide tr:nth-child(even) { background: #1B1C17 } | |
table.dataTable tbody { | |
background-color: white; | |
color: black; | |
} | |
table.dataTable.display tbody tr.odd { | |
background-color: white; | |
} | |
table.dataTable.display tbody tr.even { | |
background-color: #1B1C17; | |
} | |
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover { | |
background-color: rgba(255, 255, 255, 0.5); | |
} | |
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate { | |
color: black; | |
} | |
.dataTables_wrapper .dataTables_paginate .paginate_button { | |
color: black !important; | |
} | |
@page { margin: 0; } | |
@media print { | |
.remark-slide-scaler { | |
width: 100% !important; | |
height: 100% !important; | |
transform: scale(1) !important; | |
top: 0 !important; | |
left: 0 !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment