Skip to content

Instantly share code, notes, and snippets.

@berekuk
Created October 1, 2018 11:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save berekuk/ea5dadb528fc7a438d93d25158266ffb to your computer and use it in GitHub Desktop.
Save berekuk/ea5dadb528fc7a438d93d25158266ffb to your computer and use it in GitHub Desktop.
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
@page {
size: 1210px 681px;
margin: 0;
}
@media print {
.remark-slide-scaler {
width: 100% !important;
height: 100% !important;
transform: scale(1) !important;
top: 0 !important;
left: 0 !important;
}
}
body {
font-family: 'Open Sans';
}
.header {
font-family: 'Intro Regular';
font-size: 1.2em;
padding: 0 0.3em;
background: #eee;
color: #444;
}
.header p {
padding: 0;
margin-top: 0;
}
h1, h2, h3 {
font-family: 'Intro Regular';
font-weight: normal;
}
.remark-code, .remark-inline-code {
font-family: 'Ubuntu Mono';
}
.footnote {
position: absolute;
bottom: 3em;
font-size: 0.8em;
}
.good {
color: green;
}
.bad {
color: red;
}
.timer, .react-timer {
position: fixed;
display: block;
padding-left: 5px;
padding-right: 5px;
top: 1em;
right: 2em;
font-size: 2em;
font-weight: bold;
font-family: 'Ubuntu Mono';
background: #f55;
}
.bias {
font-size: 1.4em;
font-family: 'Ubuntu Mono';
color: red;
}
.practice {
font-size: 1.4em;
font-family: 'Ubuntu Mono';
color: green;
}
.center-image-wide {
display: block;
text-align: center;
}
.center-image-wide img {
max-width: 100%;
max-height: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment