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* Sky 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=Quicksand:400,700,400italic,700italic);6@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);7.reveal a {8line-height: 1.3em; }910/*********************************************11* GLOBAL STYLES12*********************************************/13body {14background: #add9e4;15background: -moz-radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);16background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #f7fbfc), color-stop(100%, #add9e4));17background: -webkit-radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);18background: -o-radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);19background: -ms-radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);20background: radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);21background-color: #f7fbfc; }2223.reveal {24font-family: "Open Sans", sans-serif;25font-size: 40px;26font-weight: normal;27color: #333; }2829::selection {30color: #fff;31background: #134674;32text-shadow: none; }3334::-moz-selection {35color: #fff;36background: #134674;37text-shadow: none; }3839.reveal .slides > section,40.reveal .slides > section > section {41line-height: 1.3;42font-weight: inherit; }4344/*********************************************45* HEADERS46*********************************************/47.reveal h1,48.reveal h2,49.reveal h3,50.reveal h4,51.reveal h5,52.reveal h6 {53margin: 0 0 20px 0;54color: #333;55font-family: "Quicksand", sans-serif;56font-weight: normal;57line-height: 1.2;58letter-spacing: -0.08em;59text-transform: uppercase;60text-shadow: none;61word-wrap: break-word; }6263.reveal h1 {64font-size: 3.77em; }6566.reveal h2 {67font-size: 2.11em; }6869.reveal h3 {70font-size: 1.55em; }7172.reveal h4 {73font-size: 1em; }7475.reveal h1 {76text-shadow: none; }7778/*********************************************79* OTHER80*********************************************/81.reveal p {82margin: 20px 0;83line-height: 1.3; }8485/* Ensure certain elements are never larger than the slide itself */86.reveal img,87.reveal video,88.reveal iframe {89max-width: 95%;90max-height: 95%; }9192.reveal strong,93.reveal b {94font-weight: bold; }9596.reveal em {97font-style: italic; }9899.reveal ol,100.reveal dl,101.reveal ul {102display: inline-block;103text-align: left;104margin: 0 0 0 1em; }105106.reveal ol {107list-style-type: decimal; }108109.reveal ul {110list-style-type: disc; }111112.reveal ul ul {113list-style-type: square; }114115.reveal ul ul ul {116list-style-type: circle; }117118.reveal ul ul,119.reveal ul ol,120.reveal ol ol,121.reveal ol ul {122display: block;123margin-left: 40px; }124125.reveal dt {126font-weight: bold; }127128.reveal dd {129margin-left: 40px; }130131.reveal blockquote {132display: block;133position: relative;134width: 70%;135margin: 20px auto;136padding: 5px;137font-style: italic;138background: rgba(255, 255, 255, 0.05);139box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }140141.reveal blockquote p:first-child,142.reveal blockquote p:last-child {143display: inline-block; }144145.reveal q {146font-style: italic; }147148.reveal pre {149display: block;150position: relative;151width: 90%;152margin: 20px auto;153text-align: left;154font-size: 0.55em;155font-family: monospace;156line-height: 1.2em;157word-wrap: break-word;158box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }159160.reveal code {161font-family: monospace;162text-transform: none; }163164.reveal pre code {165display: block;166padding: 5px;167overflow: auto;168max-height: 400px;169word-wrap: normal; }170171.reveal table {172margin: auto;173border-collapse: collapse;174border-spacing: 0; }175176.reveal table th {177font-weight: bold; }178179.reveal table th,180.reveal table td {181text-align: left;182padding: 0.2em 0.5em 0.2em 0.5em;183border-bottom: 1px solid; }184185.reveal table th[align="center"],186.reveal table td[align="center"] {187text-align: center; }188189.reveal table th[align="right"],190.reveal table td[align="right"] {191text-align: right; }192193.reveal table tbody tr:last-child th,194.reveal table tbody tr:last-child td {195border-bottom: none; }196197.reveal sup {198vertical-align: super; }199200.reveal sub {201vertical-align: sub; }202203.reveal small {204display: inline-block;205font-size: 0.6em;206line-height: 1.2em;207vertical-align: top; }208209.reveal small * {210vertical-align: top; }211212/*********************************************213* LINKS214*********************************************/215.reveal a {216color: #3b759e;217text-decoration: none;218-webkit-transition: color .15s ease;219-moz-transition: color .15s ease;220transition: color .15s ease; }221222.reveal a:hover {223color: #74a7cb;224text-shadow: none;225border: none; }226227.reveal .roll span:after {228color: #fff;229background: #264c66; }230231/*********************************************232* IMAGES233*********************************************/234.reveal section img {235margin: 15px 0px;236background: rgba(255, 255, 255, 0.12);237border: 4px solid #333;238box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }239240.reveal section img.plain {241border: 0;242box-shadow: none; }243244.reveal a img {245-webkit-transition: all .15s linear;246-moz-transition: all .15s linear;247transition: all .15s linear; }248249.reveal a:hover img {250background: rgba(255, 255, 255, 0.2);251border-color: #3b759e;252box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }253254/*********************************************255* NAVIGATION CONTROLS256*********************************************/257.reveal .controls {258color: #3b759e; }259260/*********************************************261* PROGRESS BAR262*********************************************/263.reveal .progress {264background: rgba(0, 0, 0, 0.2);265color: #3b759e; }266267.reveal .progress span {268-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);269-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);270transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }271272273