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* Black theme for reveal.js.2*3* Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se4*/5@import url(https://fonts.googleapis.com/css?family=Montserrat:700);6@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic);7/*********************************************8* GLOBAL STYLES9*********************************************/10body {11background: #111;12background-color: #111; }1314.reveal {15font-family: "Open Sans", sans-serif;16font-size: 40px;17font-weight: normal;18color: #eee; }1920::selection {21color: #fff;22background: #e7ad52;23text-shadow: none; }2425::-moz-selection {26color: #fff;27background: #e7ad52;28text-shadow: none; }2930.reveal .slides > section,31.reveal .slides > section > section {32line-height: 1.3;33font-weight: inherit; }3435/*********************************************36* HEADERS37*********************************************/38.reveal h1,39.reveal h2,40.reveal h3,41.reveal h4,42.reveal h5,43.reveal h6 {44margin: 0 0 20px 0;45color: #eee;46font-family: "Montserrat", Impact, sans-serif;47font-weight: normal;48line-height: 1.2;49letter-spacing: -0.03em;50text-transform: none;51text-shadow: none;52word-wrap: break-word; }5354.reveal h1 {55font-size: 3.77em; }5657.reveal h2 {58font-size: 2.11em; }5960.reveal h3 {61font-size: 1.55em; }6263.reveal h4 {64font-size: 1em; }6566.reveal h1 {67text-shadow: none; }6869/*********************************************70* OTHER71*********************************************/72.reveal p {73margin: 20px 0;74line-height: 1.3; }7576/* Ensure certain elements are never larger than the slide itself */77.reveal img,78.reveal video,79.reveal iframe {80max-width: 95%;81max-height: 95%; }8283.reveal strong,84.reveal b {85font-weight: bold; }8687.reveal em {88font-style: italic; }8990.reveal ol,91.reveal dl,92.reveal ul {93display: inline-block;94text-align: left;95margin: 0 0 0 1em; }9697.reveal ol {98list-style-type: decimal; }99100.reveal ul {101list-style-type: disc; }102103.reveal ul ul {104list-style-type: square; }105106.reveal ul ul ul {107list-style-type: circle; }108109.reveal ul ul,110.reveal ul ol,111.reveal ol ol,112.reveal ol ul {113display: block;114margin-left: 40px; }115116.reveal dt {117font-weight: bold; }118119.reveal dd {120margin-left: 40px; }121122.reveal blockquote {123display: block;124position: relative;125width: 70%;126margin: 20px auto;127padding: 5px;128font-style: italic;129background: rgba(255, 255, 255, 0.05);130box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }131132.reveal blockquote p:first-child,133.reveal blockquote p:last-child {134display: inline-block; }135136.reveal q {137font-style: italic; }138139.reveal pre {140display: block;141position: relative;142width: 90%;143margin: 20px auto;144text-align: left;145font-size: 0.55em;146font-family: monospace;147line-height: 1.2em;148word-wrap: break-word;149box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }150151.reveal code {152font-family: monospace;153text-transform: none; }154155.reveal pre code {156display: block;157padding: 5px;158overflow: auto;159max-height: 400px;160word-wrap: normal; }161162.reveal table {163margin: auto;164border-collapse: collapse;165border-spacing: 0; }166167.reveal table th {168font-weight: bold; }169170.reveal table th,171.reveal table td {172text-align: left;173padding: 0.2em 0.5em 0.2em 0.5em;174border-bottom: 1px solid; }175176.reveal table th[align="center"],177.reveal table td[align="center"] {178text-align: center; }179180.reveal table th[align="right"],181.reveal table td[align="right"] {182text-align: right; }183184.reveal table tbody tr:last-child th,185.reveal table tbody tr:last-child td {186border-bottom: none; }187188.reveal sup {189vertical-align: super; }190191.reveal sub {192vertical-align: sub; }193194.reveal small {195display: inline-block;196font-size: 0.6em;197line-height: 1.2em;198vertical-align: top; }199200.reveal small * {201vertical-align: top; }202203/*********************************************204* LINKS205*********************************************/206.reveal a {207color: #e7ad52;208text-decoration: none;209-webkit-transition: color .15s ease;210-moz-transition: color .15s ease;211transition: color .15s ease; }212213.reveal a:hover {214color: #f3d7ac;215text-shadow: none;216border: none; }217218.reveal .roll span:after {219color: #fff;220background: #d08a1d; }221222/*********************************************223* IMAGES224*********************************************/225.reveal section img {226margin: 15px 0px;227background: rgba(255, 255, 255, 0.12);228border: 4px solid #eee;229box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }230231.reveal section img.plain {232border: 0;233box-shadow: none; }234235.reveal a img {236-webkit-transition: all .15s linear;237-moz-transition: all .15s linear;238transition: all .15s linear; }239240.reveal a:hover img {241background: rgba(255, 255, 255, 0.2);242border-color: #e7ad52;243box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }244245/*********************************************246* NAVIGATION CONTROLS247*********************************************/248.reveal .controls {249color: #e7ad52; }250251/*********************************************252* PROGRESS BAR253*********************************************/254.reveal .progress {255background: rgba(0, 0, 0, 0.2);256color: #e7ad52; }257258.reveal .progress span {259-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);260-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);261transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }262263264