--- title: cleaver-default --- <style> .reveal { font-size: 30px; font-family: 'optima','Palatino', 'DFKai-sb', serif; } .reveal .slides { text-align: left; } body { font-size: 100%; text-align: left; background: #f1f1f1; background-color: #f1f1f1; } .slide { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: white; } .slide-content { width: 800px; height: 600px; overflow: hidden; font-size: 100%; line-height: 1.5; } .controls { position: absolute; top: 20px; bottom: 20px; left: 20px; right: 20px; } .arrow { width: 0; height: 0; border: 30px solid #333; float: left; margin-right: 30px; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .prev { border-top-color: transparent; border-bottom-color: transparent; border-left-color: transparent; border-left-width: 0; border-right-width: 50px; } .next { border-top-color: transparent; border-bottom-color: transparent; border-right-color: transparent; border-left-width: 50px; border-right-width: 0; } .prev:hover { border-right-color: #888; cursor: pointer; } .next:hover { border-left-color: #888; cursor: pointer; } h1 { font-size: 130%; line-height: 1.2; text-align: center; margin: 170px 0 0; padding-top: 100px; } h2 { font-size: 120%; line-height: 1.2; padding-bottom: 15px; border-bottom: 1px solid #aaa; margin: 5px 0; text-align: left; font-weight: 200; } h3 { font-size: 120%; line-height: 1.2; border-bottom: 1px solid #aaa; margin: 0; padding-bottom: 15px; } ul { padding: 20px 0 0 60px; font-weight: 200; line-height: 1.5; } .author h1 { font-size: 170%; font-weight: 200; text-align: center; margin-bottom: 30px; } .author h3 { font-weight: 100; text-align: center; font-size: 95%; border: none; } a { text-decoration: none; color: #44a4dd; } a:hover { color: #66b5ff; } pre { font-size: 60%; line-height: 1.3; } .hidden { display: none; } </style>