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: 16994/**1* Solarized Dark theme for reveal.js.2* Author: Achim Staebler3*/4@import url(../../lib/font/league-gothic/league-gothic.css);5@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);6/**7* Solarized colors by Ethan Schoonover8*/9html * {10color-profile: sRGB;11rendering-intent: auto; }1213/*********************************************14* GLOBAL STYLES15*********************************************/16body {17background: #002b36;18background-color: #002b36; }1920.reveal {21font-family: "Lato", sans-serif;22font-size: 40px;23font-weight: normal;24color: #93a1a1; }2526::selection {27color: #fff;28background: #d33682;29text-shadow: none; }3031::-moz-selection {32color: #fff;33background: #d33682;34text-shadow: none; }3536.reveal .slides > section,37.reveal .slides > section > section {38line-height: 1.3;39font-weight: inherit; }4041/*********************************************42* HEADERS43*********************************************/44.reveal h1,45.reveal h2,46.reveal h3,47.reveal h4,48.reveal h5,49.reveal h6 {50margin: 0 0 20px 0;51color: #eee8d5;52font-family: "League Gothic", Impact, sans-serif;53font-weight: normal;54line-height: 1.2;55letter-spacing: normal;56text-transform: uppercase;57text-shadow: none;58word-wrap: break-word; }5960.reveal h1 {61font-size: 3.77em; }6263.reveal h2 {64font-size: 2.11em; }6566.reveal h3 {67font-size: 1.55em; }6869.reveal h4 {70font-size: 1em; }7172.reveal h1 {73text-shadow: none; }7475/*********************************************76* OTHER77*********************************************/78.reveal p {79margin: 20px 0;80line-height: 1.3; }8182/* Ensure certain elements are never larger than the slide itself */83.reveal img,84.reveal video,85.reveal iframe {86max-width: 95%;87max-height: 95%; }8889.reveal strong,90.reveal b {91font-weight: bold; }9293.reveal em {94font-style: italic; }9596.reveal ol,97.reveal dl,98.reveal ul {99display: inline-block;100text-align: left;101margin: 0 0 0 1em; }102103.reveal ol {104list-style-type: decimal; }105106.reveal ul {107list-style-type: disc; }108109.reveal ul ul {110list-style-type: square; }111112.reveal ul ul ul {113list-style-type: circle; }114115.reveal ul ul,116.reveal ul ol,117.reveal ol ol,118.reveal ol ul {119display: block;120margin-left: 40px; }121122.reveal dt {123font-weight: bold; }124125.reveal dd {126margin-left: 40px; }127128.reveal blockquote {129display: block;130position: relative;131width: 70%;132margin: 20px auto;133padding: 5px;134font-style: italic;135background: rgba(255, 255, 255, 0.05);136box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }137138.reveal blockquote p:first-child,139.reveal blockquote p:last-child {140display: inline-block; }141142.reveal q {143font-style: italic; }144145.reveal pre {146display: block;147position: relative;148width: 90%;149margin: 20px auto;150text-align: left;151font-size: 0.55em;152font-family: monospace;153line-height: 1.2em;154word-wrap: break-word;155box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }156157.reveal code {158font-family: monospace;159text-transform: none; }160161.reveal pre code {162display: block;163padding: 5px;164overflow: auto;165max-height: 400px;166word-wrap: normal; }167168.reveal table {169margin: auto;170border-collapse: collapse;171border-spacing: 0; }172173.reveal table th {174font-weight: bold; }175176.reveal table th,177.reveal table td {178text-align: left;179padding: 0.2em 0.5em 0.2em 0.5em;180border-bottom: 1px solid; }181182.reveal table th[align="center"],183.reveal table td[align="center"] {184text-align: center; }185186.reveal table th[align="right"],187.reveal table td[align="right"] {188text-align: right; }189190.reveal table tbody tr:last-child th,191.reveal table tbody tr:last-child td {192border-bottom: none; }193194.reveal sup {195vertical-align: super; }196197.reveal sub {198vertical-align: sub; }199200.reveal small {201display: inline-block;202font-size: 0.6em;203line-height: 1.2em;204vertical-align: top; }205206.reveal small * {207vertical-align: top; }208209/*********************************************210* LINKS211*********************************************/212.reveal a {213color: #268bd2;214text-decoration: none;215-webkit-transition: color .15s ease;216-moz-transition: color .15s ease;217transition: color .15s ease; }218219.reveal a:hover {220color: #78b9e6;221text-shadow: none;222border: none; }223224.reveal .roll span:after {225color: #fff;226background: #1a6091; }227228/*********************************************229* IMAGES230*********************************************/231.reveal section img {232margin: 15px 0px;233background: rgba(255, 255, 255, 0.12);234border: 4px solid #93a1a1;235box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }236237.reveal section img.plain {238border: 0;239box-shadow: none; }240241.reveal a img {242-webkit-transition: all .15s linear;243-moz-transition: all .15s linear;244transition: all .15s linear; }245246.reveal a:hover img {247background: rgba(255, 255, 255, 0.2);248border-color: #268bd2;249box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }250251/*********************************************252* NAVIGATION CONTROLS253*********************************************/254.reveal .controls {255color: #268bd2; }256257/*********************************************258* PROGRESS BAR259*********************************************/260.reveal .progress {261background: rgba(0, 0, 0, 0.2);262color: #268bd2; }263264.reveal .progress span {265-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);266-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);267transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }268269270