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* A simple theme for reveal.js presentations, similar2* to the default theme. The accent color is brown.3*4* This theme is Copyright (C) 2012-2013 Owen Versteeg, http://owenversteeg.com - it is MIT licensed.5*/6.reveal a {7line-height: 1.3em; }89/*********************************************10* GLOBAL STYLES11*********************************************/12body {13background: #F0F1EB;14background-color: #F0F1EB; }1516.reveal {17font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;18font-size: 40px;19font-weight: normal;20color: #000; }2122::selection {23color: #fff;24background: #26351C;25text-shadow: none; }2627::-moz-selection {28color: #fff;29background: #26351C;30text-shadow: none; }3132.reveal .slides > section,33.reveal .slides > section > section {34line-height: 1.3;35font-weight: inherit; }3637/*********************************************38* HEADERS39*********************************************/40.reveal h1,41.reveal h2,42.reveal h3,43.reveal h4,44.reveal h5,45.reveal h6 {46margin: 0 0 20px 0;47color: #383D3D;48font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;49font-weight: normal;50line-height: 1.2;51letter-spacing: normal;52text-transform: none;53text-shadow: none;54word-wrap: break-word; }5556.reveal h1 {57font-size: 3.77em; }5859.reveal h2 {60font-size: 2.11em; }6162.reveal h3 {63font-size: 1.55em; }6465.reveal h4 {66font-size: 1em; }6768.reveal h1 {69text-shadow: none; }7071/*********************************************72* OTHER73*********************************************/74.reveal p {75margin: 20px 0;76line-height: 1.3; }7778/* Ensure certain elements are never larger than the slide itself */79.reveal img,80.reveal video,81.reveal iframe {82max-width: 95%;83max-height: 95%; }8485.reveal strong,86.reveal b {87font-weight: bold; }8889.reveal em {90font-style: italic; }9192.reveal ol,93.reveal dl,94.reveal ul {95display: inline-block;96text-align: left;97margin: 0 0 0 1em; }9899.reveal ol {100list-style-type: decimal; }101102.reveal ul {103list-style-type: disc; }104105.reveal ul ul {106list-style-type: square; }107108.reveal ul ul ul {109list-style-type: circle; }110111.reveal ul ul,112.reveal ul ol,113.reveal ol ol,114.reveal ol ul {115display: block;116margin-left: 40px; }117118.reveal dt {119font-weight: bold; }120121.reveal dd {122margin-left: 40px; }123124.reveal blockquote {125display: block;126position: relative;127width: 70%;128margin: 20px auto;129padding: 5px;130font-style: italic;131background: rgba(255, 255, 255, 0.05);132box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }133134.reveal blockquote p:first-child,135.reveal blockquote p:last-child {136display: inline-block; }137138.reveal q {139font-style: italic; }140141.reveal pre {142display: block;143position: relative;144width: 90%;145margin: 20px auto;146text-align: left;147font-size: 0.55em;148font-family: monospace;149line-height: 1.2em;150word-wrap: break-word;151box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }152153.reveal code {154font-family: monospace;155text-transform: none; }156157.reveal pre code {158display: block;159padding: 5px;160overflow: auto;161max-height: 400px;162word-wrap: normal; }163164.reveal table {165margin: auto;166border-collapse: collapse;167border-spacing: 0; }168169.reveal table th {170font-weight: bold; }171172.reveal table th,173.reveal table td {174text-align: left;175padding: 0.2em 0.5em 0.2em 0.5em;176border-bottom: 1px solid; }177178.reveal table th[align="center"],179.reveal table td[align="center"] {180text-align: center; }181182.reveal table th[align="right"],183.reveal table td[align="right"] {184text-align: right; }185186.reveal table tbody tr:last-child th,187.reveal table tbody tr:last-child td {188border-bottom: none; }189190.reveal sup {191vertical-align: super; }192193.reveal sub {194vertical-align: sub; }195196.reveal small {197display: inline-block;198font-size: 0.6em;199line-height: 1.2em;200vertical-align: top; }201202.reveal small * {203vertical-align: top; }204205/*********************************************206* LINKS207*********************************************/208.reveal a {209color: #51483D;210text-decoration: none;211-webkit-transition: color .15s ease;212-moz-transition: color .15s ease;213transition: color .15s ease; }214215.reveal a:hover {216color: #8b7c69;217text-shadow: none;218border: none; }219220.reveal .roll span:after {221color: #fff;222background: #25211c; }223224/*********************************************225* IMAGES226*********************************************/227.reveal section img {228margin: 15px 0px;229background: rgba(255, 255, 255, 0.12);230border: 4px solid #000;231box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }232233.reveal section img.plain {234border: 0;235box-shadow: none; }236237.reveal a img {238-webkit-transition: all .15s linear;239-moz-transition: all .15s linear;240transition: all .15s linear; }241242.reveal a:hover img {243background: rgba(255, 255, 255, 0.2);244border-color: #51483D;245box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }246247/*********************************************248* NAVIGATION CONTROLS249*********************************************/250.reveal .controls {251color: #51483D; }252253/*********************************************254* PROGRESS BAR255*********************************************/256.reveal .progress {257background: rgba(0, 0, 0, 0.2);258color: #51483D; }259260.reveal .progress span {261-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);262-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);263transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }264265266