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* League theme for reveal.js.2*3* This was the default theme pre-3.0.0.4*5* Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se6*/7@import url(../../lib/font/league-gothic/league-gothic.css);8@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);9/*********************************************10* GLOBAL STYLES11*********************************************/12body {13background: #1c1e20;14background: -moz-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);15background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #555a5f), color-stop(100%, #1c1e20));16background: -webkit-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);17background: -o-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);18background: -ms-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);19background: radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);20background-color: #2b2b2b; }2122.reveal {23font-family: "Lato", sans-serif;24font-size: 40px;25font-weight: normal;26color: #eee; }2728::selection {29color: #fff;30background: #FF5E99;31text-shadow: none; }3233::-moz-selection {34color: #fff;35background: #FF5E99;36text-shadow: none; }3738.reveal .slides > section,39.reveal .slides > section > section {40line-height: 1.3;41font-weight: inherit; }4243/*********************************************44* HEADERS45*********************************************/46.reveal h1,47.reveal h2,48.reveal h3,49.reveal h4,50.reveal h5,51.reveal h6 {52margin: 0 0 20px 0;53color: #eee;54font-family: "League Gothic", Impact, sans-serif;55font-weight: normal;56line-height: 1.2;57letter-spacing: normal;58text-transform: uppercase;59text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);60word-wrap: break-word; }6162.reveal h1 {63font-size: 3.77em; }6465.reveal h2 {66font-size: 2.11em; }6768.reveal h3 {69font-size: 1.55em; }7071.reveal h4 {72font-size: 1em; }7374.reveal h1 {75text-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); }7677/*********************************************78* OTHER79*********************************************/80.reveal p {81margin: 20px 0;82line-height: 1.3; }8384/* Ensure certain elements are never larger than the slide itself */85.reveal img,86.reveal video,87.reveal iframe {88max-width: 95%;89max-height: 95%; }9091.reveal strong,92.reveal b {93font-weight: bold; }9495.reveal em {96font-style: italic; }9798.reveal ol,99.reveal dl,100.reveal ul {101display: inline-block;102text-align: left;103margin: 0 0 0 1em; }104105.reveal ol {106list-style-type: decimal; }107108.reveal ul {109list-style-type: disc; }110111.reveal ul ul {112list-style-type: square; }113114.reveal ul ul ul {115list-style-type: circle; }116117.reveal ul ul,118.reveal ul ol,119.reveal ol ol,120.reveal ol ul {121display: block;122margin-left: 40px; }123124.reveal dt {125font-weight: bold; }126127.reveal dd {128margin-left: 40px; }129130.reveal blockquote {131display: block;132position: relative;133width: 70%;134margin: 20px auto;135padding: 5px;136font-style: italic;137background: rgba(255, 255, 255, 0.05);138box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }139140.reveal blockquote p:first-child,141.reveal blockquote p:last-child {142display: inline-block; }143144.reveal q {145font-style: italic; }146147.reveal pre {148display: block;149position: relative;150width: 90%;151margin: 20px auto;152text-align: left;153font-size: 0.55em;154font-family: monospace;155line-height: 1.2em;156word-wrap: break-word;157box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }158159.reveal code {160font-family: monospace;161text-transform: none; }162163.reveal pre code {164display: block;165padding: 5px;166overflow: auto;167max-height: 400px;168word-wrap: normal; }169170.reveal table {171margin: auto;172border-collapse: collapse;173border-spacing: 0; }174175.reveal table th {176font-weight: bold; }177178.reveal table th,179.reveal table td {180text-align: left;181padding: 0.2em 0.5em 0.2em 0.5em;182border-bottom: 1px solid; }183184.reveal table th[align="center"],185.reveal table td[align="center"] {186text-align: center; }187188.reveal table th[align="right"],189.reveal table td[align="right"] {190text-align: right; }191192.reveal table tbody tr:last-child th,193.reveal table tbody tr:last-child td {194border-bottom: none; }195196.reveal sup {197vertical-align: super; }198199.reveal sub {200vertical-align: sub; }201202.reveal small {203display: inline-block;204font-size: 0.6em;205line-height: 1.2em;206vertical-align: top; }207208.reveal small * {209vertical-align: top; }210211/*********************************************212* LINKS213*********************************************/214.reveal a {215color: #13DAEC;216text-decoration: none;217-webkit-transition: color .15s ease;218-moz-transition: color .15s ease;219transition: color .15s ease; }220221.reveal a:hover {222color: #71e9f4;223text-shadow: none;224border: none; }225226.reveal .roll span:after {227color: #fff;228background: #0d99a5; }229230/*********************************************231* IMAGES232*********************************************/233.reveal section img {234margin: 15px 0px;235background: rgba(255, 255, 255, 0.12);236border: 4px solid #eee;237box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }238239.reveal section img.plain {240border: 0;241box-shadow: none; }242243.reveal a img {244-webkit-transition: all .15s linear;245-moz-transition: all .15s linear;246transition: all .15s linear; }247248.reveal a:hover img {249background: rgba(255, 255, 255, 0.2);250border-color: #13DAEC;251box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }252253/*********************************************254* NAVIGATION CONTROLS255*********************************************/256.reveal .controls {257color: #13DAEC; }258259/*********************************************260* PROGRESS BAR261*********************************************/262.reveal .progress {263background: rgba(0, 0, 0, 0.2);264color: #13DAEC; }265266.reveal .progress span {267-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);268-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);269transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }270271272