Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
| Download
Project: KOB1
Views: 16993/**1* Blood theme for reveal.js2* Author: Walther http://github.com/Walther3*4* Designed to be used with highlight.js theme5* "monokai_sublime.css" available from6* https://github.com/isagalaev/highlight.js/7*8* For other themes, change $codeBackground accordingly.9*10*/11@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,700,300italic,700italic);12/*********************************************13* GLOBAL STYLES14*********************************************/15body {16background: #222;17background-color: #222; }1819.reveal {20font-family: Ubuntu, "sans-serif";21font-size: 40px;22font-weight: normal;23color: #eee; }2425::selection {26color: #fff;27background: #a23;28text-shadow: none; }2930::-moz-selection {31color: #fff;32background: #a23;33text-shadow: none; }3435.reveal .slides > section,36.reveal .slides > section > section {37line-height: 1.3;38font-weight: inherit; }3940/*********************************************41* HEADERS42*********************************************/43.reveal h1,44.reveal h2,45.reveal h3,46.reveal h4,47.reveal h5,48.reveal h6 {49margin: 0 0 20px 0;50color: #eee;51font-family: Ubuntu, "sans-serif";52font-weight: normal;53line-height: 1.2;54letter-spacing: normal;55text-transform: uppercase;56text-shadow: 2px 2px 2px #222;57word-wrap: break-word; }5859.reveal h1 {60font-size: 3.77em; }6162.reveal h2 {63font-size: 2.11em; }6465.reveal h3 {66font-size: 1.55em; }6768.reveal h4 {69font-size: 1em; }7071.reveal h1 {72text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 20px 20px rgba(0, 0, 0, 0.15); }7374/*********************************************75* OTHER76*********************************************/77.reveal p {78margin: 20px 0;79line-height: 1.3; }8081/* Ensure certain elements are never larger than the slide itself */82.reveal img,83.reveal video,84.reveal iframe {85max-width: 95%;86max-height: 95%; }8788.reveal strong,89.reveal b {90font-weight: bold; }9192.reveal em {93font-style: italic; }9495.reveal ol,96.reveal dl,97.reveal ul {98display: inline-block;99text-align: left;100margin: 0 0 0 1em; }101102.reveal ol {103list-style-type: decimal; }104105.reveal ul {106list-style-type: disc; }107108.reveal ul ul {109list-style-type: square; }110111.reveal ul ul ul {112list-style-type: circle; }113114.reveal ul ul,115.reveal ul ol,116.reveal ol ol,117.reveal ol ul {118display: block;119margin-left: 40px; }120121.reveal dt {122font-weight: bold; }123124.reveal dd {125margin-left: 40px; }126127.reveal blockquote {128display: block;129position: relative;130width: 70%;131margin: 20px auto;132padding: 5px;133font-style: italic;134background: rgba(255, 255, 255, 0.05);135box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }136137.reveal blockquote p:first-child,138.reveal blockquote p:last-child {139display: inline-block; }140141.reveal q {142font-style: italic; }143144.reveal pre {145display: block;146position: relative;147width: 90%;148margin: 20px auto;149text-align: left;150font-size: 0.55em;151font-family: monospace;152line-height: 1.2em;153word-wrap: break-word;154box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }155156.reveal code {157font-family: monospace;158text-transform: none; }159160.reveal pre code {161display: block;162padding: 5px;163overflow: auto;164max-height: 400px;165word-wrap: normal; }166167.reveal table {168margin: auto;169border-collapse: collapse;170border-spacing: 0; }171172.reveal table th {173font-weight: bold; }174175.reveal table th,176.reveal table td {177text-align: left;178padding: 0.2em 0.5em 0.2em 0.5em;179border-bottom: 1px solid; }180181.reveal table th[align="center"],182.reveal table td[align="center"] {183text-align: center; }184185.reveal table th[align="right"],186.reveal table td[align="right"] {187text-align: right; }188189.reveal table tbody tr:last-child th,190.reveal table tbody tr:last-child td {191border-bottom: none; }192193.reveal sup {194vertical-align: super; }195196.reveal sub {197vertical-align: sub; }198199.reveal small {200display: inline-block;201font-size: 0.6em;202line-height: 1.2em;203vertical-align: top; }204205.reveal small * {206vertical-align: top; }207208/*********************************************209* LINKS210*********************************************/211.reveal a {212color: #a23;213text-decoration: none;214-webkit-transition: color .15s ease;215-moz-transition: color .15s ease;216transition: color .15s ease; }217218.reveal a:hover {219color: #dd5566;220text-shadow: none;221border: none; }222223.reveal .roll span:after {224color: #fff;225background: #6a1520; }226227/*********************************************228* IMAGES229*********************************************/230.reveal section img {231margin: 15px 0px;232background: rgba(255, 255, 255, 0.12);233border: 4px solid #eee;234box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }235236.reveal section img.plain {237border: 0;238box-shadow: none; }239240.reveal a img {241-webkit-transition: all .15s linear;242-moz-transition: all .15s linear;243transition: all .15s linear; }244245.reveal a:hover img {246background: rgba(255, 255, 255, 0.2);247border-color: #a23;248box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }249250/*********************************************251* NAVIGATION CONTROLS252*********************************************/253.reveal .controls {254color: #a23; }255256/*********************************************257* PROGRESS BAR258*********************************************/259.reveal .progress {260background: rgba(0, 0, 0, 0.2);261color: #a23; }262263.reveal .progress span {264-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);265-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);266transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }267268.reveal p {269font-weight: 300;270text-shadow: 1px 1px #222; }271272.reveal h1,273.reveal h2,274.reveal h3,275.reveal h4,276.reveal h5,277.reveal h6 {278font-weight: 700; }279280.reveal p code {281background-color: #23241f;282display: inline-block;283border-radius: 7px; }284285.reveal small code {286vertical-align: baseline; }287288289