rebuild css
This commit is contained in:
		
							
								
								
									
										692
									
								
								css/reveal.css
									
									
									
									
									
								
							
							
						
						
									
										692
									
								
								css/reveal.css
									
									
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @@ -1,25 +1,25 @@ | ||||
| @import url(../../lib/font/league-gothic/league-gothic.css); | ||||
| @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); | ||||
| /** | ||||
|  * Beige theme for reveal.js. | ||||
|  * | ||||
|  * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se | ||||
|  */ | ||||
| @import url(../../lib/font/league-gothic/league-gothic.css); | ||||
| @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); | ||||
| /********************************************* | ||||
|  * GLOBAL STYLES | ||||
|  *********************************************/ | ||||
| body { | ||||
|   background: #f7f2d3; | ||||
|   background: -moz-radial-gradient(center, circle cover, #ffffff 0%, #f7f2d3 100%); | ||||
|   background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(100%, #f7f2d3)); | ||||
|   background: -webkit-radial-gradient(center, circle cover, #ffffff 0%, #f7f2d3 100%); | ||||
|   background: -o-radial-gradient(center, circle cover, #ffffff 0%, #f7f2d3 100%); | ||||
|   background: -ms-radial-gradient(center, circle cover, #ffffff 0%, #f7f2d3 100%); | ||||
|   background: radial-gradient(center, circle cover, #ffffff 0%, #f7f2d3 100%); | ||||
|   background: -moz-radial-gradient(center, circle cover, white 0%, #f7f2d3 100%); | ||||
|   background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, white), color-stop(100%, #f7f2d3)); | ||||
|   background: -webkit-radial-gradient(center, circle cover, white 0%, #f7f2d3 100%); | ||||
|   background: -o-radial-gradient(center, circle cover, white 0%, #f7f2d3 100%); | ||||
|   background: -ms-radial-gradient(center, circle cover, white 0%, #f7f2d3 100%); | ||||
|   background: radial-gradient(center, circle cover, white 0%, #f7f2d3 100%); | ||||
|   background-color: #f7f3de; } | ||||
|  | ||||
| .reveal { | ||||
|   font-family: 'Lato', sans-serif; | ||||
|   font-family: "Lato", sans-serif; | ||||
|   font-size: 36px; | ||||
|   font-weight: normal; | ||||
|   color: #333; } | ||||
| @@ -29,17 +29,23 @@ body { | ||||
|   background: rgba(79, 64, 28, 0.99); | ||||
|   text-shadow: none; } | ||||
|  | ||||
| .reveal .slides > section, .reveal .slides > section > section { | ||||
| .reveal .slides > section, | ||||
| .reveal .slides > section > section { | ||||
|   line-height: 1.3; | ||||
|   font-weight: inherit; } | ||||
|  | ||||
| /********************************************* | ||||
|  * HEADERS | ||||
|  *********************************************/ | ||||
| .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 { | ||||
| .reveal h1, | ||||
| .reveal h2, | ||||
| .reveal h3, | ||||
| .reveal h4, | ||||
| .reveal h5, | ||||
| .reveal h6 { | ||||
|   margin: 0 0 20px 0; | ||||
|   color: #333; | ||||
|   font-family: 'League Gothic', Impact, sans-serif; | ||||
|   font-family: "League Gothic", Impact, sans-serif; | ||||
|   font-weight: normal; | ||||
|   line-height: 1.2; | ||||
|   letter-spacing: normal; | ||||
| @@ -70,17 +76,22 @@ body { | ||||
|   line-height: 1.3; } | ||||
|  | ||||
| /* Ensure certain elements are never larger than the slide itself */ | ||||
| .reveal img, .reveal video, .reveal iframe { | ||||
| .reveal img, | ||||
| .reveal video, | ||||
| .reveal iframe { | ||||
|   max-width: 95%; | ||||
|   max-height: 95%; } | ||||
|  | ||||
| .reveal strong, .reveal b { | ||||
| .reveal strong, | ||||
| .reveal b { | ||||
|   font-weight: bold; } | ||||
|  | ||||
| .reveal em { | ||||
|   font-style: italic; } | ||||
|  | ||||
| .reveal ol, .reveal dl, .reveal ul { | ||||
| .reveal ol, | ||||
| .reveal dl, | ||||
| .reveal ul { | ||||
|   display: inline-block; | ||||
|   text-align: left; | ||||
|   margin: 0 0 0 1em; } | ||||
| @@ -97,7 +108,10 @@ body { | ||||
| .reveal ul ul ul { | ||||
|   list-style-type: circle; } | ||||
|  | ||||
| .reveal ul ul, .reveal ul ol, .reveal ol ol, .reveal ol ul { | ||||
| .reveal ul ul, | ||||
| .reveal ul ol, | ||||
| .reveal ol ol, | ||||
| .reveal ol ul { | ||||
|   display: block; | ||||
|   margin-left: 40px; } | ||||
|  | ||||
| @@ -107,7 +121,8 @@ body { | ||||
| .reveal dd { | ||||
|   margin-left: 40px; } | ||||
|  | ||||
| .reveal q, .reveal blockquote { | ||||
| .reveal q, | ||||
| .reveal blockquote { | ||||
|   quotes: none; } | ||||
|  | ||||
| .reveal blockquote { | ||||
| @@ -120,7 +135,8 @@ body { | ||||
|   background: rgba(255, 255, 255, 0.05); | ||||
|   box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); } | ||||
|  | ||||
| .reveal blockquote p:first-child, .reveal blockquote p:last-child { | ||||
| .reveal blockquote p:first-child, | ||||
| .reveal blockquote p:last-child { | ||||
|   display: inline-block; } | ||||
|  | ||||
| .reveal q { | ||||
| @@ -156,15 +172,18 @@ body { | ||||
| .reveal table th { | ||||
|   font-weight: bold; } | ||||
|  | ||||
| .reveal table th, .reveal table td { | ||||
| .reveal table th, | ||||
| .reveal table td { | ||||
|   text-align: left; | ||||
|   padding: 0.2em 0.5em 0.2em 0.5em; | ||||
|   border-bottom: 1px solid; } | ||||
|  | ||||
| .reveal table th[align="center"], .reveal table td[align="center"] { | ||||
| .reveal table th[align="center"], | ||||
| .reveal table td[align="center"] { | ||||
|   text-align: center; } | ||||
|  | ||||
| .reveal table th[align="right"], .reveal table td[align="right"] { | ||||
| .reveal table th[align="right"], | ||||
| .reveal table td[align="right"] { | ||||
|   text-align: right; } | ||||
|  | ||||
| .reveal table tr:last-child td { | ||||
| @@ -196,13 +215,13 @@ body { | ||||
|   transition: color 0.15s ease; } | ||||
|  | ||||
| .reveal a:hover { | ||||
|   color: #c0a76e; | ||||
|   color: #c0a86e; | ||||
|   text-shadow: none; | ||||
|   border: none; } | ||||
|  | ||||
| .reveal .roll span:after { | ||||
|   color: #fff; | ||||
|   background: #564726; } | ||||
|   background: #564826; } | ||||
|  | ||||
| /********************************************* | ||||
|  * IMAGES | ||||
| @@ -230,29 +249,33 @@ body { | ||||
| /********************************************* | ||||
|  * NAVIGATION CONTROLS | ||||
|  *********************************************/ | ||||
| .reveal .controls .navigate-left, .reveal .controls .navigate-left.enabled { | ||||
| .reveal .controls .navigate-left, | ||||
| .reveal .controls .navigate-left.enabled { | ||||
|   border-right-color: #8b743d; } | ||||
|  | ||||
| .reveal .controls .navigate-right, .reveal .controls .navigate-right.enabled { | ||||
| .reveal .controls .navigate-right, | ||||
| .reveal .controls .navigate-right.enabled { | ||||
|   border-left-color: #8b743d; } | ||||
|  | ||||
| .reveal .controls .navigate-up, .reveal .controls .navigate-up.enabled { | ||||
| .reveal .controls .navigate-up, | ||||
| .reveal .controls .navigate-up.enabled { | ||||
|   border-bottom-color: #8b743d; } | ||||
|  | ||||
| .reveal .controls .navigate-down, .reveal .controls .navigate-down.enabled { | ||||
| .reveal .controls .navigate-down, | ||||
| .reveal .controls .navigate-down.enabled { | ||||
|   border-top-color: #8b743d; } | ||||
|  | ||||
| .reveal .controls .navigate-left.enabled:hover { | ||||
|   border-right-color: #c0a76e; } | ||||
|   border-right-color: #c0a86e; } | ||||
|  | ||||
| .reveal .controls .navigate-right.enabled:hover { | ||||
|   border-left-color: #c0a76e; } | ||||
|   border-left-color: #c0a86e; } | ||||
|  | ||||
| .reveal .controls .navigate-up.enabled:hover { | ||||
|   border-bottom-color: #c0a76e; } | ||||
|   border-bottom-color: #c0a86e; } | ||||
|  | ||||
| .reveal .controls .navigate-down.enabled:hover { | ||||
|   border-top-color: #c0a76e; } | ||||
|   border-top-color: #c0a86e; } | ||||
|  | ||||
| /********************************************* | ||||
|  * PROGRESS BAR | ||||
|   | ||||
| @@ -1,9 +1,9 @@ | ||||
| @import url(../../lib/font/source-sans-pro/source-sans-pro.css); | ||||
| /** | ||||
|  * Black theme for reveal.js. This is the opposite of the 'white' theme. | ||||
|  * | ||||
|  * Copyright (C) 2015 Hakim El Hattab, http://hakim.se | ||||
|  */ | ||||
| @import url(../../lib/font/source-sans-pro/source-sans-pro.css); | ||||
| section.has-light-background, section.has-light-background h1, section.has-light-background h2, section.has-light-background h3, section.has-light-background h4, section.has-light-background h5, section.has-light-background h6 { | ||||
|   color: #222; } | ||||
|  | ||||
| @@ -15,7 +15,7 @@ body { | ||||
|   background-color: #222; } | ||||
|  | ||||
| .reveal { | ||||
|   font-family: 'Source Sans Pro', Helvetica, sans-serif; | ||||
|   font-family: "Source Sans Pro", Helvetica, sans-serif; | ||||
|   font-size: 38px; | ||||
|   font-weight: normal; | ||||
|   color: #fff; } | ||||
| @@ -25,17 +25,23 @@ body { | ||||
|   background: #bee4fd; | ||||
|   text-shadow: none; } | ||||
|  | ||||
| .reveal .slides > section, .reveal .slides > section > section { | ||||
| .reveal .slides > section, | ||||
| .reveal .slides > section > section { | ||||
|   line-height: 1.3; | ||||
|   font-weight: inherit; } | ||||
|  | ||||
| /********************************************* | ||||
|  * HEADERS | ||||
|  *********************************************/ | ||||
| .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 { | ||||
| .reveal h1, | ||||
| .reveal h2, | ||||
| .reveal h3, | ||||
| .reveal h4, | ||||
| .reveal h5, | ||||
| .reveal h6 { | ||||
|   margin: 0 0 20px 0; | ||||
|   color: #fff; | ||||
|   font-family: 'Source Sans Pro', Helvetica, sans-serif; | ||||
|   font-family: "Source Sans Pro", Helvetica, sans-serif; | ||||
|   font-weight: 600; | ||||
|   line-height: 1.2; | ||||
|   letter-spacing: normal; | ||||
| @@ -66,17 +72,22 @@ body { | ||||
|   line-height: 1.3; } | ||||
|  | ||||
| /* Ensure certain elements are never larger than the slide itself */ | ||||
| .reveal img, .reveal video, .reveal iframe { | ||||
| .reveal img, | ||||
| .reveal video, | ||||
| .reveal iframe { | ||||
|   max-width: 95%; | ||||
|   max-height: 95%; } | ||||
|  | ||||
| .reveal strong, .reveal b { | ||||
| .reveal strong, | ||||
| .reveal b { | ||||
|   font-weight: bold; } | ||||
|  | ||||
| .reveal em { | ||||
|   font-style: italic; } | ||||
|  | ||||
| .reveal ol, .reveal dl, .reveal ul { | ||||
| .reveal ol, | ||||
| .reveal dl, | ||||
| .reveal ul { | ||||
|   display: inline-block; | ||||
|   text-align: left; | ||||
|   margin: 0 0 0 1em; } | ||||
| @@ -93,7 +104,10 @@ body { | ||||
| .reveal ul ul ul { | ||||
|   list-style-type: circle; } | ||||
|  | ||||
| .reveal ul ul, .reveal ul ol, .reveal ol ol, .reveal ol ul { | ||||
| .reveal ul ul, | ||||
| .reveal ul ol, | ||||
| .reveal ol ol, | ||||
| .reveal ol ul { | ||||
|   display: block; | ||||
|   margin-left: 40px; } | ||||
|  | ||||
| @@ -103,7 +117,8 @@ body { | ||||
| .reveal dd { | ||||
|   margin-left: 40px; } | ||||
|  | ||||
| .reveal q, .reveal blockquote { | ||||
| .reveal q, | ||||
| .reveal blockquote { | ||||
|   quotes: none; } | ||||
|  | ||||
| .reveal blockquote { | ||||
| @@ -116,7 +131,8 @@ body { | ||||
|   background: rgba(255, 255, 255, 0.05); | ||||
|   box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); } | ||||
|  | ||||
| .reveal blockquote p:first-child, .reveal blockquote p:last-child { | ||||
| .reveal blockquote p:first-child, | ||||
| .reveal blockquote p:last-child { | ||||
|   display: inline-block; } | ||||
|  | ||||
| .reveal q { | ||||
| @@ -152,15 +168,18 @@ body { | ||||
| .reveal table th { | ||||
|   font-weight: bold; } | ||||
|  | ||||
| .reveal table th, .reveal table td { | ||||
| .reveal table th, | ||||
| .reveal table td { | ||||
|   text-align: left; | ||||
|   padding: 0.2em 0.5em 0.2em 0.5em; | ||||
|   border-bottom: 1px solid; } | ||||
|  | ||||
| .reveal table th[align="center"], .reveal table td[align="center"] { | ||||
| .reveal table th[align="center"], | ||||
| .reveal table td[align="center"] { | ||||
|   text-align: center; } | ||||
|  | ||||
| .reveal table th[align="right"], .reveal table td[align="right"] { | ||||
| .reveal table th[align="right"], | ||||
| .reveal table td[align="right"] { | ||||
|   text-align: right; } | ||||
|  | ||||
| .reveal table tr:last-child td { | ||||
| @@ -198,7 +217,7 @@ body { | ||||
|  | ||||
| .reveal .roll span:after { | ||||
|   color: #fff; | ||||
|   background: #068ee9; } | ||||
|   background: #068de9; } | ||||
|  | ||||
| /********************************************* | ||||
|  * IMAGES | ||||
| @@ -226,16 +245,20 @@ body { | ||||
| /********************************************* | ||||
|  * NAVIGATION CONTROLS | ||||
|  *********************************************/ | ||||
| .reveal .controls .navigate-left, .reveal .controls .navigate-left.enabled { | ||||
| .reveal .controls .navigate-left, | ||||
| .reveal .controls .navigate-left.enabled { | ||||
|   border-right-color: #42affa; } | ||||
|  | ||||
| .reveal .controls .navigate-right, .reveal .controls .navigate-right.enabled { | ||||
| .reveal .controls .navigate-right, | ||||
| .reveal .controls .navigate-right.enabled { | ||||
|   border-left-color: #42affa; } | ||||
|  | ||||
| .reveal .controls .navigate-up, .reveal .controls .navigate-up.enabled { | ||||
| .reveal .controls .navigate-up, | ||||
| .reveal .controls .navigate-up.enabled { | ||||
|   border-bottom-color: #42affa; } | ||||
|  | ||||
| .reveal .controls .navigate-down, .reveal .controls .navigate-down.enabled { | ||||
| .reveal .controls .navigate-down, | ||||
| .reveal .controls .navigate-down.enabled { | ||||
|   border-top-color: #42affa; } | ||||
|  | ||||
| .reveal .controls .navigate-left.enabled:hover { | ||||
|   | ||||
| @@ -1,4 +1,3 @@ | ||||
| @import url(https://fonts.googleapis.com/css?family=Ubuntu:300,700,300italic,700italic); | ||||
| /** | ||||
|  * Blood theme for reveal.js | ||||
|  * Author: Walther http://github.com/Walther | ||||
| @@ -10,6 +9,7 @@ | ||||
|  * For other themes, change $codeBackground accordingly. | ||||
|  * | ||||
|  */ | ||||
| @import url(https://fonts.googleapis.com/css?family=Ubuntu:300,700,300italic,700italic); | ||||
| /********************************************* | ||||
|  * GLOBAL STYLES | ||||
|  *********************************************/ | ||||
| @@ -18,7 +18,7 @@ body { | ||||
|   background-color: #222; } | ||||
|  | ||||
| .reveal { | ||||
|   font-family: Ubuntu, 'sans-serif'; | ||||
|   font-family: Ubuntu, "sans-serif"; | ||||
|   font-size: 36px; | ||||
|   font-weight: normal; | ||||
|   color: #eee; } | ||||
| @@ -28,17 +28,23 @@ body { | ||||
|   background: #a23; | ||||
|   text-shadow: none; } | ||||
|  | ||||
| .reveal .slides > section, .reveal .slides > section > section { | ||||
| .reveal .slides > section, | ||||
| .reveal .slides > section > section { | ||||
|   line-height: 1.3; | ||||
|   font-weight: inherit; } | ||||
|  | ||||
| /********************************************* | ||||
|  * HEADERS | ||||
|  *********************************************/ | ||||
| .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 { | ||||
| .reveal h1, | ||||
| .reveal h2, | ||||
| .reveal h3, | ||||
| .reveal h4, | ||||
| .reveal h5, | ||||
| .reveal h6 { | ||||
|   margin: 0 0 20px 0; | ||||
|   color: #eee; | ||||
|   font-family: Ubuntu, 'sans-serif'; | ||||
|   font-family: Ubuntu, "sans-serif"; | ||||
|   font-weight: normal; | ||||
|   line-height: 1.2; | ||||
|   letter-spacing: normal; | ||||
| @@ -69,17 +75,22 @@ body { | ||||
|   line-height: 1.3; } | ||||
|  | ||||
| /* Ensure certain elements are never larger than the slide itself */ | ||||
| .reveal img, .reveal video, .reveal iframe { | ||||
| .reveal img, | ||||
| .reveal video, | ||||
| .reveal iframe { | ||||
|   max-width: 95%; | ||||
|   max-height: 95%; } | ||||
|  | ||||
| .reveal strong, .reveal b { | ||||
| .reveal strong, | ||||
| .reveal b { | ||||
|   font-weight: bold; } | ||||
|  | ||||
| .reveal em { | ||||
|   font-style: italic; } | ||||
|  | ||||
| .reveal ol, .reveal dl, .reveal ul { | ||||
| .reveal ol, | ||||
| .reveal dl, | ||||
| .reveal ul { | ||||
|   display: inline-block; | ||||
|   text-align: left; | ||||
|   margin: 0 0 0 1em; } | ||||
| @@ -96,7 +107,10 @@ body { | ||||
| .reveal ul ul ul { | ||||
|   list-style-type: circle; } | ||||
|  | ||||
| .reveal ul ul, .reveal ul ol, .reveal ol ol, .reveal ol ul { | ||||
| .reveal ul ul, | ||||
| .reveal ul ol, | ||||
| .reveal ol ol, | ||||
| .reveal ol ul { | ||||
|   display: block; | ||||
|   margin-left: 40px; } | ||||
|  | ||||
| @@ -106,7 +120,8 @@ body { | ||||
| .reveal dd { | ||||
|   margin-left: 40px; } | ||||
|  | ||||
| .reveal q, .reveal blockquote { | ||||
| .reveal q, | ||||
| .reveal blockquote { | ||||
|   quotes: none; } | ||||
|  | ||||
| .reveal blockquote { | ||||
| @@ -119,7 +134,8 @@ body { | ||||
|   background: rgba(255, 255, 255, 0.05); | ||||
|   box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); } | ||||
|  | ||||
| .reveal blockquote p:first-child, .reveal blockquote p:last-child { | ||||
| .reveal blockquote p:first-child, | ||||
| .reveal blockquote p:last-child { | ||||
|   display: inline-block; } | ||||
|  | ||||
| .reveal q { | ||||
| @@ -155,15 +171,18 @@ body { | ||||
| .reveal table th { | ||||
|   font-weight: bold; } | ||||
|  | ||||
| .reveal table th, .reveal table td { | ||||
| .reveal table th, | ||||
| .reveal table td { | ||||
|   text-align: left; | ||||
|   padding: 0.2em 0.5em 0.2em 0.5em; | ||||
|   border-bottom: 1px solid; } | ||||
|  | ||||
| .reveal table th[align="center"], .reveal table td[align="center"] { | ||||
| .reveal table th[align="center"], | ||||
| .reveal table td[align="center"] { | ||||
|   text-align: center; } | ||||
|  | ||||
| .reveal table th[align="right"], .reveal table td[align="right"] { | ||||
| .reveal table th[align="right"], | ||||
| .reveal table td[align="right"] { | ||||
|   text-align: right; } | ||||
|  | ||||
| .reveal table tr:last-child td { | ||||
| @@ -195,13 +214,13 @@ body { | ||||
|   transition: color 0.15s ease; } | ||||
|  | ||||
| .reveal a:hover { | ||||
|   color: #dd5567; | ||||
|   color: #dd5566; | ||||
|   text-shadow: none; | ||||
|   border: none; } | ||||
|  | ||||
| .reveal .roll span:after { | ||||
|   color: #fff; | ||||
|   background: #6a1521; } | ||||
|   background: #6a1520; } | ||||
|  | ||||
| /********************************************* | ||||
|  * IMAGES | ||||
| @@ -229,29 +248,33 @@ body { | ||||
| /********************************************* | ||||
|  * NAVIGATION CONTROLS | ||||
|  *********************************************/ | ||||
| .reveal .controls .navigate-left, .reveal .controls .navigate-left.enabled { | ||||
| .reveal .controls .navigate-left, | ||||
| .reveal .controls .navigate-left.enabled { | ||||
|   border-right-color: #a23; } | ||||
|  | ||||
| .reveal .controls .navigate-right, .reveal .controls .navigate-right.enabled { | ||||
| .reveal .controls .navigate-right, | ||||
| .reveal .controls .navigate-right.enabled { | ||||
|   border-left-color: #a23; } | ||||
|  | ||||
| .reveal .controls .navigate-up, .reveal .controls .navigate-up.enabled { | ||||
| .reveal .controls .navigate-up, | ||||
| .reveal .controls .navigate-up.enabled { | ||||
|   border-bottom-color: #a23; } | ||||
|  | ||||
| .reveal .controls .navigate-down, .reveal .controls .navigate-down.enabled { | ||||
| .reveal .controls .navigate-down, | ||||
| .reveal .controls .navigate-down.enabled { | ||||
|   border-top-color: #a23; } | ||||
|  | ||||
| .reveal .controls .navigate-left.enabled:hover { | ||||
|   border-right-color: #dd5567; } | ||||
|   border-right-color: #dd5566; } | ||||
|  | ||||
| .reveal .controls .navigate-right.enabled:hover { | ||||
|   border-left-color: #dd5567; } | ||||
|   border-left-color: #dd5566; } | ||||
|  | ||||
| .reveal .controls .navigate-up.enabled:hover { | ||||
|   border-bottom-color: #dd5567; } | ||||
|   border-bottom-color: #dd5566; } | ||||
|  | ||||
| .reveal .controls .navigate-down.enabled:hover { | ||||
|   border-top-color: #dd5567; } | ||||
|   border-top-color: #dd5566; } | ||||
|  | ||||
| /********************************************* | ||||
|  * PROGRESS BAR | ||||
| @@ -275,7 +298,12 @@ body { | ||||
|   font-weight: 300; | ||||
|   text-shadow: 1px 1px #222; } | ||||
|  | ||||
| .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 { | ||||
| .reveal h1, | ||||
| .reveal h2, | ||||
| .reveal h3, | ||||
| .reveal h4, | ||||
| .reveal h5, | ||||
| .reveal h6 { | ||||
|   font-weight: 700; } | ||||
|  | ||||
| .reveal p code { | ||||
|   | ||||
| @@ -1,5 +1,3 @@ | ||||
| @import url(../../lib/font/league-gothic/league-gothic.css); | ||||
| @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); | ||||
| /** | ||||
|  * League theme for reveal.js. | ||||
|  * | ||||
| @@ -7,6 +5,8 @@ | ||||
|  * | ||||
|  * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se | ||||
|  */ | ||||
| @import url(../../lib/font/league-gothic/league-gothic.css); | ||||
| @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); | ||||
| /********************************************* | ||||
|  * GLOBAL STYLES | ||||
|  *********************************************/ | ||||
| @@ -21,7 +21,7 @@ body { | ||||
|   background-color: #2b2b2b; } | ||||
|  | ||||
| .reveal { | ||||
|   font-family: 'Lato', sans-serif; | ||||
|   font-family: "Lato", sans-serif; | ||||
|   font-size: 36px; | ||||
|   font-weight: normal; | ||||
|   color: #eee; } | ||||
| @@ -31,17 +31,23 @@ body { | ||||
|   background: #FF5E99; | ||||
|   text-shadow: none; } | ||||
|  | ||||
| .reveal .slides > section, .reveal .slides > section > section { | ||||
| .reveal .slides > section, | ||||
| .reveal .slides > section > section { | ||||
|   line-height: 1.3; | ||||
|   font-weight: inherit; } | ||||
|  | ||||
| /********************************************* | ||||
|  * HEADERS | ||||
|  *********************************************/ | ||||
| .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 { | ||||
| .reveal h1, | ||||
| .reveal h2, | ||||
| .reveal h3, | ||||
| .reveal h4, | ||||
| .reveal h5, | ||||
| .reveal h6 { | ||||
|   margin: 0 0 20px 0; | ||||
|   color: #eee; | ||||
|   font-family: 'League Gothic', Impact, sans-serif; | ||||
|   font-family: "League Gothic", Impact, sans-serif; | ||||
|   font-weight: normal; | ||||
|   line-height: 1.2; | ||||
|   letter-spacing: normal; | ||||
| @@ -72,17 +78,22 @@ body { | ||||
|   line-height: 1.3; } | ||||
|  | ||||
| /* Ensure certain elements are never larger than the slide itself */ | ||||
| .reveal img, .reveal video, .reveal iframe { | ||||
| .reveal img, | ||||
| .reveal video, | ||||
| .reveal iframe { | ||||
|   max-width: 95%; | ||||
|   max-height: 95%; } | ||||
|  | ||||
| .reveal strong, .reveal b { | ||||
| .reveal strong, | ||||
| .reveal b { | ||||
|   font-weight: bold; } | ||||
|  | ||||
| .reveal em { | ||||
|   font-style: italic; } | ||||
|  | ||||
| .reveal ol, .reveal dl, .reveal ul { | ||||
| .reveal ol, | ||||
| .reveal dl, | ||||
| .reveal ul { | ||||
|   display: inline-block; | ||||
|   text-align: left; | ||||
|   margin: 0 0 0 1em; } | ||||
| @@ -99,7 +110,10 @@ body { | ||||
| .reveal ul ul ul { | ||||
|   list-style-type: circle; } | ||||
|  | ||||
| .reveal ul ul, .reveal ul ol, .reveal ol ol, .reveal ol ul { | ||||
| .reveal ul ul, | ||||
| .reveal ul ol, | ||||
| .reveal ol ol, | ||||
| .reveal ol ul { | ||||
|   display: block; | ||||
|   margin-left: 40px; } | ||||
|  | ||||
| @@ -109,7 +123,8 @@ body { | ||||
| .reveal dd { | ||||
|   margin-left: 40px; } | ||||
|  | ||||
| .reveal q, .reveal blockquote { | ||||
| .reveal q, | ||||
| .reveal blockquote { | ||||
|   quotes: none; } | ||||
|  | ||||
| .reveal blockquote { | ||||
| @@ -122,7 +137,8 @@ body { | ||||
|   background: rgba(255, 255, 255, 0.05); | ||||
|   box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); } | ||||
|  | ||||
| .reveal blockquote p:first-child, .reveal blockquote p:last-child { | ||||
| .reveal blockquote p:first-child, | ||||
| .reveal blockquote p:last-child { | ||||
|   display: inline-block; } | ||||
|  | ||||
| .reveal q { | ||||
| @@ -158,15 +174,18 @@ body { | ||||
| .reveal table th { | ||||
|   font-weight: bold; } | ||||
|  | ||||
| .reveal table th, .reveal table td { | ||||
| .reveal table th, | ||||
| .reveal table td { | ||||
|   text-align: left; | ||||
|   padding: 0.2em 0.5em 0.2em 0.5em; | ||||
|   border-bottom: 1px solid; } | ||||
|  | ||||
| .reveal table th[align="center"], .reveal table td[align="center"] { | ||||
| .reveal table th[align="center"], | ||||
| .reveal table td[align="center"] { | ||||
|   text-align: center; } | ||||
|  | ||||
| .reveal table th[align="right"], .reveal table td[align="right"] { | ||||
| .reveal table th[align="right"], | ||||
| .reveal table td[align="right"] { | ||||
|   text-align: right; } | ||||
|  | ||||
| .reveal table tr:last-child td { | ||||
| @@ -198,13 +217,13 @@ body { | ||||
|   transition: color 0.15s ease; } | ||||
|  | ||||
| .reveal a:hover { | ||||
|   color: #71ebf4; | ||||
|   color: #71e9f4; | ||||
|   text-shadow: none; | ||||
|   border: none; } | ||||
|  | ||||
| .reveal .roll span:after { | ||||
|   color: #fff; | ||||
|   background: #0d9ba5; } | ||||
|   background: #0d99a5; } | ||||
|  | ||||
| /********************************************* | ||||
|  * IMAGES | ||||
| @@ -232,29 +251,33 @@ body { | ||||
| /********************************************* | ||||
|  * NAVIGATION CONTROLS | ||||
|  *********************************************/ | ||||
| .reveal .controls .navigate-left, .reveal .controls .navigate-left.enabled { | ||||
| .reveal .controls .navigate-left, | ||||
| .reveal .controls .navigate-left.enabled { | ||||
|   border-right-color: #13DAEC; } | ||||
|  | ||||
| .reveal .controls .navigate-right, .reveal .controls .navigate-right.enabled { | ||||
| .reveal .controls .navigate-right, | ||||
| .reveal .controls .navigate-right.enabled { | ||||
|   border-left-color: #13DAEC; } | ||||
|  | ||||
| .reveal .controls .navigate-up, .reveal .controls .navigate-up.enabled { | ||||
| .reveal .controls .navigate-up, | ||||
| .reveal .controls .navigate-up.enabled { | ||||
|   border-bottom-color: #13DAEC; } | ||||
|  | ||||
| .reveal .controls .navigate-down, .reveal .controls .navigate-down.enabled { | ||||
| .reveal .controls .navigate-down, | ||||
| .reveal .controls .navigate-down.enabled { | ||||
|   border-top-color: #13DAEC; } | ||||
|  | ||||
| .reveal .controls .navigate-left.enabled:hover { | ||||
|   border-right-color: #71ebf4; } | ||||
|   border-right-color: #71e9f4; } | ||||
|  | ||||
| .reveal .controls .navigate-right.enabled:hover { | ||||
|   border-left-color: #71ebf4; } | ||||
|   border-left-color: #71e9f4; } | ||||
|  | ||||
| .reveal .controls .navigate-up.enabled:hover { | ||||
|   border-bottom-color: #71ebf4; } | ||||
|   border-bottom-color: #71e9f4; } | ||||
|  | ||||
| .reveal .controls .navigate-down.enabled:hover { | ||||
|   border-top-color: #71ebf4; } | ||||
|   border-top-color: #71e9f4; } | ||||
|  | ||||
| /********************************************* | ||||
|  * PROGRESS BAR | ||||
|   | ||||
| @@ -1,9 +1,9 @@ | ||||
| @import url(../../lib/font/league-gothic/league-gothic.css); | ||||
| @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); | ||||
| /** | ||||
|  * Solarized Dark theme for reveal.js. | ||||
|  * Author: Achim Staebler | ||||
|  */ | ||||
| @import url(../../lib/font/league-gothic/league-gothic.css); | ||||
| @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); | ||||
| /** | ||||
|  * Solarized colors by Ethan Schoonover | ||||
|  */ | ||||
| @@ -19,7 +19,7 @@ body { | ||||
|   background-color: #002b36; } | ||||
|  | ||||
| .reveal { | ||||
|   font-family: 'Lato', sans-serif; | ||||
|   font-family: "Lato", sans-serif; | ||||
|   font-size: 36px; | ||||
|   font-weight: normal; | ||||
|   color: #93a1a1; } | ||||
| @@ -29,17 +29,23 @@ body { | ||||
|   background: #d33682; | ||||
|   text-shadow: none; } | ||||
|  | ||||
| .reveal .slides > section, .reveal .slides > section > section { | ||||
| .reveal .slides > section, | ||||
| .reveal .slides > section > section { | ||||
|   line-height: 1.3; | ||||
|   font-weight: inherit; } | ||||
|  | ||||
| /********************************************* | ||||
|  * HEADERS | ||||
|  *********************************************/ | ||||
| .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 { | ||||
| .reveal h1, | ||||
| .reveal h2, | ||||
| .reveal h3, | ||||
| .reveal h4, | ||||
| .reveal h5, | ||||
| .reveal h6 { | ||||
|   margin: 0 0 20px 0; | ||||
|   color: #eee8d5; | ||||
|   font-family: 'League Gothic', Impact, sans-serif; | ||||
|   font-family: "League Gothic", Impact, sans-serif; | ||||
|   font-weight: normal; | ||||
|   line-height: 1.2; | ||||
|   letter-spacing: normal; | ||||
| @@ -70,17 +76,22 @@ body { | ||||
|   line-height: 1.3; } | ||||
|  | ||||
| /* Ensure certain elements are never larger than the slide itself */ | ||||
| .reveal img, .reveal video, .reveal iframe { | ||||
| .reveal img, | ||||
| .reveal video, | ||||
| .reveal iframe { | ||||
|   max-width: 95%; | ||||
|   max-height: 95%; } | ||||
|  | ||||
| .reveal strong, .reveal b { | ||||
| .reveal strong, | ||||
| .reveal b { | ||||
|   font-weight: bold; } | ||||
|  | ||||
| .reveal em { | ||||
|   font-style: italic; } | ||||
|  | ||||
| .reveal ol, .reveal dl, .reveal ul { | ||||
| .reveal ol, | ||||
| .reveal dl, | ||||
| .reveal ul { | ||||
|   display: inline-block; | ||||
|   text-align: left; | ||||
|   margin: 0 0 0 1em; } | ||||
| @@ -97,7 +108,10 @@ body { | ||||
| .reveal ul ul ul { | ||||
|   list-style-type: circle; } | ||||
|  | ||||
| .reveal ul ul, .reveal ul ol, .reveal ol ol, .reveal ol ul { | ||||
| .reveal ul ul, | ||||
| .reveal ul ol, | ||||
| .reveal ol ol, | ||||
| .reveal ol ul { | ||||
|   display: block; | ||||
|   margin-left: 40px; } | ||||
|  | ||||
| @@ -107,7 +121,8 @@ body { | ||||
| .reveal dd { | ||||
|   margin-left: 40px; } | ||||
|  | ||||
| .reveal q, .reveal blockquote { | ||||
| .reveal q, | ||||
| .reveal blockquote { | ||||
|   quotes: none; } | ||||
|  | ||||
| .reveal blockquote { | ||||
| @@ -120,7 +135,8 @@ body { | ||||
|   background: rgba(255, 255, 255, 0.05); | ||||
|   box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); } | ||||
|  | ||||
| .reveal blockquote p:first-child, .reveal blockquote p:last-child { | ||||
| .reveal blockquote p:first-child, | ||||
| .reveal blockquote p:last-child { | ||||
|   display: inline-block; } | ||||
|  | ||||
| .reveal q { | ||||
| @@ -156,15 +172,18 @@ body { | ||||
| .reveal table th { | ||||
|   font-weight: bold; } | ||||
|  | ||||
| .reveal table th, .reveal table td { | ||||
| .reveal table th, | ||||
| .reveal table td { | ||||
|   text-align: left; | ||||
|   padding: 0.2em 0.5em 0.2em 0.5em; | ||||
|   border-bottom: 1px solid; } | ||||
|  | ||||
| .reveal table th[align="center"], .reveal table td[align="center"] { | ||||
| .reveal table th[align="center"], | ||||
| .reveal table td[align="center"] { | ||||
|   text-align: center; } | ||||
|  | ||||
| .reveal table th[align="right"], .reveal table td[align="right"] { | ||||
| .reveal table th[align="right"], | ||||
| .reveal table td[align="right"] { | ||||
|   text-align: right; } | ||||
|  | ||||
| .reveal table tr:last-child td { | ||||
| @@ -196,13 +215,13 @@ body { | ||||
|   transition: color 0.15s ease; } | ||||
|  | ||||
| .reveal a:hover { | ||||
|   color: #78bae6; | ||||
|   color: #78b9e6; | ||||
|   text-shadow: none; | ||||
|   border: none; } | ||||
|  | ||||
| .reveal .roll span:after { | ||||
|   color: #fff; | ||||
|   background: #1a6291; } | ||||
|   background: #1a6091; } | ||||
|  | ||||
| /********************************************* | ||||
|  * IMAGES | ||||
| @@ -230,29 +249,33 @@ body { | ||||
| /********************************************* | ||||
|  * NAVIGATION CONTROLS | ||||
|  *********************************************/ | ||||
| .reveal .controls .navigate-left, .reveal .controls .navigate-left.enabled { | ||||
| .reveal .controls .navigate-left, | ||||
| .reveal .controls .navigate-left.enabled { | ||||
|   border-right-color: #268bd2; } | ||||
|  | ||||
| .reveal .controls .navigate-right, .reveal .controls .navigate-right.enabled { | ||||
| .reveal .controls .navigate-right, | ||||
| .reveal .controls .navigate-right.enabled { | ||||
|   border-left-color: #268bd2; } | ||||
|  | ||||
| .reveal .controls .navigate-up, .reveal .controls .navigate-up.enabled { | ||||
| .reveal .controls .navigate-up, | ||||
| .reveal .controls .navigate-up.enabled { | ||||
|   border-bottom-color: #268bd2; } | ||||
|  | ||||
| .reveal .controls .navigate-down, .reveal .controls .navigate-down.enabled { | ||||
| .reveal .controls .navigate-down, | ||||
| .reveal .controls .navigate-down.enabled { | ||||
|   border-top-color: #268bd2; } | ||||
|  | ||||
| .reveal .controls .navigate-left.enabled:hover { | ||||
|   border-right-color: #78bae6; } | ||||
|   border-right-color: #78b9e6; } | ||||
|  | ||||
| .reveal .controls .navigate-right.enabled:hover { | ||||
|   border-left-color: #78bae6; } | ||||
|   border-left-color: #78b9e6; } | ||||
|  | ||||
| .reveal .controls .navigate-up.enabled:hover { | ||||
|   border-bottom-color: #78bae6; } | ||||
|   border-bottom-color: #78b9e6; } | ||||
|  | ||||
| .reveal .controls .navigate-down.enabled:hover { | ||||
|   border-top-color: #78bae6; } | ||||
|   border-top-color: #78b9e6; } | ||||
|  | ||||
| /********************************************* | ||||
|  * PROGRESS BAR | ||||
|   | ||||
| @@ -1,10 +1,10 @@ | ||||
| @import url(https://fonts.googleapis.com/css?family=Montserrat:700); | ||||
| @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic); | ||||
| /** | ||||
|  * Black theme for reveal.js. | ||||
|  * | ||||
|  * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se | ||||
|  */ | ||||
| @import url(https://fonts.googleapis.com/css?family=Montserrat:700); | ||||
| @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic); | ||||
| /********************************************* | ||||
|  * GLOBAL STYLES | ||||
|  *********************************************/ | ||||
| @@ -13,7 +13,7 @@ body { | ||||
|   background-color: #111; } | ||||
|  | ||||
| .reveal { | ||||
|   font-family: 'Open Sans', sans-serif; | ||||
|   font-family: "Open Sans", sans-serif; | ||||
|   font-size: 30px; | ||||
|   font-weight: normal; | ||||
|   color: #eee; } | ||||
| @@ -23,17 +23,23 @@ body { | ||||
|   background: #e7ad52; | ||||
|   text-shadow: none; } | ||||
|  | ||||
| .reveal .slides > section, .reveal .slides > section > section { | ||||
| .reveal .slides > section, | ||||
| .reveal .slides > section > section { | ||||
|   line-height: 1.3; | ||||
|   font-weight: inherit; } | ||||
|  | ||||
| /********************************************* | ||||
|  * HEADERS | ||||
|  *********************************************/ | ||||
| .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 { | ||||
| .reveal h1, | ||||
| .reveal h2, | ||||
| .reveal h3, | ||||
| .reveal h4, | ||||
| .reveal h5, | ||||
| .reveal h6 { | ||||
|   margin: 0 0 20px 0; | ||||
|   color: #eee; | ||||
|   font-family: 'Montserrat', Impact, sans-serif; | ||||
|   font-family: "Montserrat", Impact, sans-serif; | ||||
|   font-weight: normal; | ||||
|   line-height: 1.2; | ||||
|   letter-spacing: -0.03em; | ||||
| @@ -64,17 +70,22 @@ body { | ||||
|   line-height: 1.3; } | ||||
|  | ||||
| /* Ensure certain elements are never larger than the slide itself */ | ||||
| .reveal img, .reveal video, .reveal iframe { | ||||
| .reveal img, | ||||
| .reveal video, | ||||
| .reveal iframe { | ||||
|   max-width: 95%; | ||||
|   max-height: 95%; } | ||||
|  | ||||
| .reveal strong, .reveal b { | ||||
| .reveal strong, | ||||
| .reveal b { | ||||
|   font-weight: bold; } | ||||
|  | ||||
| .reveal em { | ||||
|   font-style: italic; } | ||||
|  | ||||
| .reveal ol, .reveal dl, .reveal ul { | ||||
| .reveal ol, | ||||
| .reveal dl, | ||||
| .reveal ul { | ||||
|   display: inline-block; | ||||
|   text-align: left; | ||||
|   margin: 0 0 0 1em; } | ||||
| @@ -91,7 +102,10 @@ body { | ||||
| .reveal ul ul ul { | ||||
|   list-style-type: circle; } | ||||
|  | ||||
| .reveal ul ul, .reveal ul ol, .reveal ol ol, .reveal ol ul { | ||||
| .reveal ul ul, | ||||
| .reveal ul ol, | ||||
| .reveal ol ol, | ||||
| .reveal ol ul { | ||||
|   display: block; | ||||
|   margin-left: 40px; } | ||||
|  | ||||
| @@ -101,7 +115,8 @@ body { | ||||
| .reveal dd { | ||||
|   margin-left: 40px; } | ||||
|  | ||||
| .reveal q, .reveal blockquote { | ||||
| .reveal q, | ||||
| .reveal blockquote { | ||||
|   quotes: none; } | ||||
|  | ||||
| .reveal blockquote { | ||||
| @@ -114,7 +129,8 @@ body { | ||||
|   background: rgba(255, 255, 255, 0.05); | ||||
|   box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); } | ||||
|  | ||||
| .reveal blockquote p:first-child, .reveal blockquote p:last-child { | ||||
| .reveal blockquote p:first-child, | ||||
| .reveal blockquote p:last-child { | ||||
|   display: inline-block; } | ||||
|  | ||||
| .reveal q { | ||||
| @@ -150,15 +166,18 @@ body { | ||||
| .reveal table th { | ||||
|   font-weight: bold; } | ||||
|  | ||||
| .reveal table th, .reveal table td { | ||||
| .reveal table th, | ||||
| .reveal table td { | ||||
|   text-align: left; | ||||
|   padding: 0.2em 0.5em 0.2em 0.5em; | ||||
|   border-bottom: 1px solid; } | ||||
|  | ||||
| .reveal table th[align="center"], .reveal table td[align="center"] { | ||||
| .reveal table th[align="center"], | ||||
| .reveal table td[align="center"] { | ||||
|   text-align: center; } | ||||
|  | ||||
| .reveal table th[align="right"], .reveal table td[align="right"] { | ||||
| .reveal table th[align="right"], | ||||
| .reveal table td[align="right"] { | ||||
|   text-align: right; } | ||||
|  | ||||
| .reveal table tr:last-child td { | ||||
| @@ -196,7 +215,7 @@ body { | ||||
|  | ||||
| .reveal .roll span:after { | ||||
|   color: #fff; | ||||
|   background: #d0881d; } | ||||
|   background: #d08a1d; } | ||||
|  | ||||
| /********************************************* | ||||
|  * IMAGES | ||||
| @@ -224,16 +243,20 @@ body { | ||||
| /********************************************* | ||||
|  * NAVIGATION CONTROLS | ||||
|  *********************************************/ | ||||
| .reveal .controls .navigate-left, .reveal .controls .navigate-left.enabled { | ||||
| .reveal .controls .navigate-left, | ||||
| .reveal .controls .navigate-left.enabled { | ||||
|   border-right-color: #e7ad52; } | ||||
|  | ||||
| .reveal .controls .navigate-right, .reveal .controls .navigate-right.enabled { | ||||
| .reveal .controls .navigate-right, | ||||
| .reveal .controls .navigate-right.enabled { | ||||
|   border-left-color: #e7ad52; } | ||||
|  | ||||
| .reveal .controls .navigate-up, .reveal .controls .navigate-up.enabled { | ||||
| .reveal .controls .navigate-up, | ||||
| .reveal .controls .navigate-up.enabled { | ||||
|   border-bottom-color: #e7ad52; } | ||||
|  | ||||
| .reveal .controls .navigate-down, .reveal .controls .navigate-down.enabled { | ||||
| .reveal .controls .navigate-down, | ||||
| .reveal .controls .navigate-down.enabled { | ||||
|   border-top-color: #e7ad52; } | ||||
|  | ||||
| .reveal .controls .navigate-left.enabled:hover { | ||||
|   | ||||
| @@ -15,7 +15,7 @@ body { | ||||
|   background-color: #F0F1EB; } | ||||
|  | ||||
| .reveal { | ||||
|   font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif; | ||||
|   font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif; | ||||
|   font-size: 36px; | ||||
|   font-weight: normal; | ||||
|   color: #000; } | ||||
| @@ -25,17 +25,23 @@ body { | ||||
|   background: #26351C; | ||||
|   text-shadow: none; } | ||||
|  | ||||
| .reveal .slides > section, .reveal .slides > section > section { | ||||
| .reveal .slides > section, | ||||
| .reveal .slides > section > section { | ||||
|   line-height: 1.3; | ||||
|   font-weight: inherit; } | ||||
|  | ||||
| /********************************************* | ||||
|  * HEADERS | ||||
|  *********************************************/ | ||||
| .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 { | ||||
| .reveal h1, | ||||
| .reveal h2, | ||||
| .reveal h3, | ||||
| .reveal h4, | ||||
| .reveal h5, | ||||
| .reveal h6 { | ||||
|   margin: 0 0 20px 0; | ||||
|   color: #383D3D; | ||||
|   font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif; | ||||
|   font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif; | ||||
|   font-weight: normal; | ||||
|   line-height: 1.2; | ||||
|   letter-spacing: normal; | ||||
| @@ -66,17 +72,22 @@ body { | ||||
|   line-height: 1.3; } | ||||
|  | ||||
| /* Ensure certain elements are never larger than the slide itself */ | ||||
| .reveal img, .reveal video, .reveal iframe { | ||||
| .reveal img, | ||||
| .reveal video, | ||||
| .reveal iframe { | ||||
|   max-width: 95%; | ||||
|   max-height: 95%; } | ||||
|  | ||||
| .reveal strong, .reveal b { | ||||
| .reveal strong, | ||||
| .reveal b { | ||||
|   font-weight: bold; } | ||||
|  | ||||
| .reveal em { | ||||
|   font-style: italic; } | ||||
|  | ||||
| .reveal ol, .reveal dl, .reveal ul { | ||||
| .reveal ol, | ||||
| .reveal dl, | ||||
| .reveal ul { | ||||
|   display: inline-block; | ||||
|   text-align: left; | ||||
|   margin: 0 0 0 1em; } | ||||
| @@ -93,7 +104,10 @@ body { | ||||
| .reveal ul ul ul { | ||||
|   list-style-type: circle; } | ||||
|  | ||||
| .reveal ul ul, .reveal ul ol, .reveal ol ol, .reveal ol ul { | ||||
| .reveal ul ul, | ||||
| .reveal ul ol, | ||||
| .reveal ol ol, | ||||
| .reveal ol ul { | ||||
|   display: block; | ||||
|   margin-left: 40px; } | ||||
|  | ||||
| @@ -103,7 +117,8 @@ body { | ||||
| .reveal dd { | ||||
|   margin-left: 40px; } | ||||
|  | ||||
| .reveal q, .reveal blockquote { | ||||
| .reveal q, | ||||
| .reveal blockquote { | ||||
|   quotes: none; } | ||||
|  | ||||
| .reveal blockquote { | ||||
| @@ -116,7 +131,8 @@ body { | ||||
|   background: rgba(255, 255, 255, 0.05); | ||||
|   box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); } | ||||
|  | ||||
| .reveal blockquote p:first-child, .reveal blockquote p:last-child { | ||||
| .reveal blockquote p:first-child, | ||||
| .reveal blockquote p:last-child { | ||||
|   display: inline-block; } | ||||
|  | ||||
| .reveal q { | ||||
| @@ -152,15 +168,18 @@ body { | ||||
| .reveal table th { | ||||
|   font-weight: bold; } | ||||
|  | ||||
| .reveal table th, .reveal table td { | ||||
| .reveal table th, | ||||
| .reveal table td { | ||||
|   text-align: left; | ||||
|   padding: 0.2em 0.5em 0.2em 0.5em; | ||||
|   border-bottom: 1px solid; } | ||||
|  | ||||
| .reveal table th[align="center"], .reveal table td[align="center"] { | ||||
| .reveal table th[align="center"], | ||||
| .reveal table td[align="center"] { | ||||
|   text-align: center; } | ||||
|  | ||||
| .reveal table th[align="right"], .reveal table td[align="right"] { | ||||
| .reveal table th[align="right"], | ||||
| .reveal table td[align="right"] { | ||||
|   text-align: right; } | ||||
|  | ||||
| .reveal table tr:last-child td { | ||||
| @@ -192,7 +211,7 @@ body { | ||||
|   transition: color 0.15s ease; } | ||||
|  | ||||
| .reveal a:hover { | ||||
|   color: #8b7b69; | ||||
|   color: #8b7c69; | ||||
|   text-shadow: none; | ||||
|   border: none; } | ||||
|  | ||||
| @@ -226,29 +245,33 @@ body { | ||||
| /********************************************* | ||||
|  * NAVIGATION CONTROLS | ||||
|  *********************************************/ | ||||
| .reveal .controls .navigate-left, .reveal .controls .navigate-left.enabled { | ||||
| .reveal .controls .navigate-left, | ||||
| .reveal .controls .navigate-left.enabled { | ||||
|   border-right-color: #51483D; } | ||||
|  | ||||
| .reveal .controls .navigate-right, .reveal .controls .navigate-right.enabled { | ||||
| .reveal .controls .navigate-right, | ||||
| .reveal .controls .navigate-right.enabled { | ||||
|   border-left-color: #51483D; } | ||||
|  | ||||
| .reveal .controls .navigate-up, .reveal .controls .navigate-up.enabled { | ||||
| .reveal .controls .navigate-up, | ||||
| .reveal .controls .navigate-up.enabled { | ||||
|   border-bottom-color: #51483D; } | ||||
|  | ||||
| .reveal .controls .navigate-down, .reveal .controls .navigate-down.enabled { | ||||
| .reveal .controls .navigate-down, | ||||
| .reveal .controls .navigate-down.enabled { | ||||
|   border-top-color: #51483D; } | ||||
|  | ||||
| .reveal .controls .navigate-left.enabled:hover { | ||||
|   border-right-color: #8b7b69; } | ||||
|   border-right-color: #8b7c69; } | ||||
|  | ||||
| .reveal .controls .navigate-right.enabled:hover { | ||||
|   border-left-color: #8b7b69; } | ||||
|   border-left-color: #8b7c69; } | ||||
|  | ||||
| .reveal .controls .navigate-up.enabled:hover { | ||||
|   border-bottom-color: #8b7b69; } | ||||
|   border-bottom-color: #8b7c69; } | ||||
|  | ||||
| .reveal .controls .navigate-down.enabled:hover { | ||||
|   border-top-color: #8b7b69; } | ||||
|   border-top-color: #8b7c69; } | ||||
|  | ||||
| /********************************************* | ||||
|  * PROGRESS BAR | ||||
|   | ||||
| @@ -1,5 +1,3 @@ | ||||
| @import url(https://fonts.googleapis.com/css?family=News+Cycle:400,700); | ||||
| @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); | ||||
| /** | ||||
|  * A simple theme for reveal.js presentations, similar | ||||
|  * to the default theme. The accent color is darkblue. | ||||
| @@ -7,6 +5,8 @@ | ||||
|  * This theme is Copyright (C) 2012 Owen Versteeg, https://github.com/StereotypicalApps. It is MIT licensed. | ||||
|  * reveal.js is Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se | ||||
|  */ | ||||
| @import url(https://fonts.googleapis.com/css?family=News+Cycle:400,700); | ||||
| @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); | ||||
| /********************************************* | ||||
|  * GLOBAL STYLES | ||||
|  *********************************************/ | ||||
| @@ -15,7 +15,7 @@ body { | ||||
|   background-color: #fff; } | ||||
|  | ||||
| .reveal { | ||||
|   font-family: 'Lato', sans-serif; | ||||
|   font-family: "Lato", sans-serif; | ||||
|   font-size: 36px; | ||||
|   font-weight: normal; | ||||
|   color: #000; } | ||||
| @@ -25,17 +25,23 @@ body { | ||||
|   background: rgba(0, 0, 0, 0.99); | ||||
|   text-shadow: none; } | ||||
|  | ||||
| .reveal .slides > section, .reveal .slides > section > section { | ||||
| .reveal .slides > section, | ||||
| .reveal .slides > section > section { | ||||
|   line-height: 1.3; | ||||
|   font-weight: inherit; } | ||||
|  | ||||
| /********************************************* | ||||
|  * HEADERS | ||||
|  *********************************************/ | ||||
| .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 { | ||||
| .reveal h1, | ||||
| .reveal h2, | ||||
| .reveal h3, | ||||
| .reveal h4, | ||||
| .reveal h5, | ||||
| .reveal h6 { | ||||
|   margin: 0 0 20px 0; | ||||
|   color: #000; | ||||
|   font-family: 'News Cycle', Impact, sans-serif; | ||||
|   font-family: "News Cycle", Impact, sans-serif; | ||||
|   font-weight: normal; | ||||
|   line-height: 1.2; | ||||
|   letter-spacing: normal; | ||||
| @@ -66,17 +72,22 @@ body { | ||||
|   line-height: 1.3; } | ||||
|  | ||||
| /* Ensure certain elements are never larger than the slide itself */ | ||||
| .reveal img, .reveal video, .reveal iframe { | ||||
| .reveal img, | ||||
| .reveal video, | ||||
| .reveal iframe { | ||||
|   max-width: 95%; | ||||
|   max-height: 95%; } | ||||
|  | ||||
| .reveal strong, .reveal b { | ||||
| .reveal strong, | ||||
| .reveal b { | ||||
|   font-weight: bold; } | ||||
|  | ||||
| .reveal em { | ||||
|   font-style: italic; } | ||||
|  | ||||
| .reveal ol, .reveal dl, .reveal ul { | ||||
| .reveal ol, | ||||
| .reveal dl, | ||||
| .reveal ul { | ||||
|   display: inline-block; | ||||
|   text-align: left; | ||||
|   margin: 0 0 0 1em; } | ||||
| @@ -93,7 +104,10 @@ body { | ||||
| .reveal ul ul ul { | ||||
|   list-style-type: circle; } | ||||
|  | ||||
| .reveal ul ul, .reveal ul ol, .reveal ol ol, .reveal ol ul { | ||||
| .reveal ul ul, | ||||
| .reveal ul ol, | ||||
| .reveal ol ol, | ||||
| .reveal ol ul { | ||||
|   display: block; | ||||
|   margin-left: 40px; } | ||||
|  | ||||
| @@ -103,7 +117,8 @@ body { | ||||
| .reveal dd { | ||||
|   margin-left: 40px; } | ||||
|  | ||||
| .reveal q, .reveal blockquote { | ||||
| .reveal q, | ||||
| .reveal blockquote { | ||||
|   quotes: none; } | ||||
|  | ||||
| .reveal blockquote { | ||||
| @@ -116,7 +131,8 @@ body { | ||||
|   background: rgba(255, 255, 255, 0.05); | ||||
|   box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); } | ||||
|  | ||||
| .reveal blockquote p:first-child, .reveal blockquote p:last-child { | ||||
| .reveal blockquote p:first-child, | ||||
| .reveal blockquote p:last-child { | ||||
|   display: inline-block; } | ||||
|  | ||||
| .reveal q { | ||||
| @@ -152,15 +168,18 @@ body { | ||||
| .reveal table th { | ||||
|   font-weight: bold; } | ||||
|  | ||||
| .reveal table th, .reveal table td { | ||||
| .reveal table th, | ||||
| .reveal table td { | ||||
|   text-align: left; | ||||
|   padding: 0.2em 0.5em 0.2em 0.5em; | ||||
|   border-bottom: 1px solid; } | ||||
|  | ||||
| .reveal table th[align="center"], .reveal table td[align="center"] { | ||||
| .reveal table th[align="center"], | ||||
| .reveal table td[align="center"] { | ||||
|   text-align: center; } | ||||
|  | ||||
| .reveal table th[align="right"], .reveal table td[align="right"] { | ||||
| .reveal table th[align="right"], | ||||
| .reveal table td[align="right"] { | ||||
|   text-align: right; } | ||||
|  | ||||
| .reveal table tr:last-child td { | ||||
| @@ -226,16 +245,20 @@ body { | ||||
| /********************************************* | ||||
|  * NAVIGATION CONTROLS | ||||
|  *********************************************/ | ||||
| .reveal .controls .navigate-left, .reveal .controls .navigate-left.enabled { | ||||
| .reveal .controls .navigate-left, | ||||
| .reveal .controls .navigate-left.enabled { | ||||
|   border-right-color: #00008B; } | ||||
|  | ||||
| .reveal .controls .navigate-right, .reveal .controls .navigate-right.enabled { | ||||
| .reveal .controls .navigate-right, | ||||
| .reveal .controls .navigate-right.enabled { | ||||
|   border-left-color: #00008B; } | ||||
|  | ||||
| .reveal .controls .navigate-up, .reveal .controls .navigate-up.enabled { | ||||
| .reveal .controls .navigate-up, | ||||
| .reveal .controls .navigate-up.enabled { | ||||
|   border-bottom-color: #00008B; } | ||||
|  | ||||
| .reveal .controls .navigate-down, .reveal .controls .navigate-down.enabled { | ||||
| .reveal .controls .navigate-down, | ||||
| .reveal .controls .navigate-down.enabled { | ||||
|   border-top-color: #00008B; } | ||||
|  | ||||
| .reveal .controls .navigate-left.enabled:hover { | ||||
|   | ||||
| @@ -1,10 +1,10 @@ | ||||
| @import url(https://fonts.googleapis.com/css?family=Quicksand:400,700,400italic,700italic); | ||||
| @import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700); | ||||
| /** | ||||
|  * Sky theme for reveal.js. | ||||
|  * | ||||
|  * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se | ||||
|  */ | ||||
| @import url(https://fonts.googleapis.com/css?family=Quicksand:400,700,400italic,700italic); | ||||
| @import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700); | ||||
| .reveal a { | ||||
|   line-height: 1.3em; } | ||||
|  | ||||
| @@ -22,7 +22,7 @@ body { | ||||
|   background-color: #f7fbfc; } | ||||
|  | ||||
| .reveal { | ||||
|   font-family: 'Open Sans', sans-serif; | ||||
|   font-family: "Open Sans", sans-serif; | ||||
|   font-size: 36px; | ||||
|   font-weight: normal; | ||||
|   color: #333; } | ||||
| @@ -32,17 +32,23 @@ body { | ||||
|   background: #134674; | ||||
|   text-shadow: none; } | ||||
|  | ||||
| .reveal .slides > section, .reveal .slides > section > section { | ||||
| .reveal .slides > section, | ||||
| .reveal .slides > section > section { | ||||
|   line-height: 1.3; | ||||
|   font-weight: inherit; } | ||||
|  | ||||
| /********************************************* | ||||
|  * HEADERS | ||||
|  *********************************************/ | ||||
| .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 { | ||||
| .reveal h1, | ||||
| .reveal h2, | ||||
| .reveal h3, | ||||
| .reveal h4, | ||||
| .reveal h5, | ||||
| .reveal h6 { | ||||
|   margin: 0 0 20px 0; | ||||
|   color: #333; | ||||
|   font-family: 'Quicksand', sans-serif; | ||||
|   font-family: "Quicksand", sans-serif; | ||||
|   font-weight: normal; | ||||
|   line-height: 1.2; | ||||
|   letter-spacing: -0.08em; | ||||
| @@ -73,17 +79,22 @@ body { | ||||
|   line-height: 1.3; } | ||||
|  | ||||
| /* Ensure certain elements are never larger than the slide itself */ | ||||
| .reveal img, .reveal video, .reveal iframe { | ||||
| .reveal img, | ||||
| .reveal video, | ||||
| .reveal iframe { | ||||
|   max-width: 95%; | ||||
|   max-height: 95%; } | ||||
|  | ||||
| .reveal strong, .reveal b { | ||||
| .reveal strong, | ||||
| .reveal b { | ||||
|   font-weight: bold; } | ||||
|  | ||||
| .reveal em { | ||||
|   font-style: italic; } | ||||
|  | ||||
| .reveal ol, .reveal dl, .reveal ul { | ||||
| .reveal ol, | ||||
| .reveal dl, | ||||
| .reveal ul { | ||||
|   display: inline-block; | ||||
|   text-align: left; | ||||
|   margin: 0 0 0 1em; } | ||||
| @@ -100,7 +111,10 @@ body { | ||||
| .reveal ul ul ul { | ||||
|   list-style-type: circle; } | ||||
|  | ||||
| .reveal ul ul, .reveal ul ol, .reveal ol ol, .reveal ol ul { | ||||
| .reveal ul ul, | ||||
| .reveal ul ol, | ||||
| .reveal ol ol, | ||||
| .reveal ol ul { | ||||
|   display: block; | ||||
|   margin-left: 40px; } | ||||
|  | ||||
| @@ -110,7 +124,8 @@ body { | ||||
| .reveal dd { | ||||
|   margin-left: 40px; } | ||||
|  | ||||
| .reveal q, .reveal blockquote { | ||||
| .reveal q, | ||||
| .reveal blockquote { | ||||
|   quotes: none; } | ||||
|  | ||||
| .reveal blockquote { | ||||
| @@ -123,7 +138,8 @@ body { | ||||
|   background: rgba(255, 255, 255, 0.05); | ||||
|   box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); } | ||||
|  | ||||
| .reveal blockquote p:first-child, .reveal blockquote p:last-child { | ||||
| .reveal blockquote p:first-child, | ||||
| .reveal blockquote p:last-child { | ||||
|   display: inline-block; } | ||||
|  | ||||
| .reveal q { | ||||
| @@ -159,15 +175,18 @@ body { | ||||
| .reveal table th { | ||||
|   font-weight: bold; } | ||||
|  | ||||
| .reveal table th, .reveal table td { | ||||
| .reveal table th, | ||||
| .reveal table td { | ||||
|   text-align: left; | ||||
|   padding: 0.2em 0.5em 0.2em 0.5em; | ||||
|   border-bottom: 1px solid; } | ||||
|  | ||||
| .reveal table th[align="center"], .reveal table td[align="center"] { | ||||
| .reveal table th[align="center"], | ||||
| .reveal table td[align="center"] { | ||||
|   text-align: center; } | ||||
|  | ||||
| .reveal table th[align="right"], .reveal table td[align="right"] { | ||||
| .reveal table th[align="right"], | ||||
| .reveal table td[align="right"] { | ||||
|   text-align: right; } | ||||
|  | ||||
| .reveal table tr:last-child td { | ||||
| @@ -199,13 +218,13 @@ body { | ||||
|   transition: color 0.15s ease; } | ||||
|  | ||||
| .reveal a:hover { | ||||
|   color: #74a8cb; | ||||
|   color: #74a7cb; | ||||
|   text-shadow: none; | ||||
|   border: none; } | ||||
|  | ||||
| .reveal .roll span:after { | ||||
|   color: #fff; | ||||
|   background: #264d66; } | ||||
|   background: #264c66; } | ||||
|  | ||||
| /********************************************* | ||||
|  * IMAGES | ||||
| @@ -233,29 +252,33 @@ body { | ||||
| /********************************************* | ||||
|  * NAVIGATION CONTROLS | ||||
|  *********************************************/ | ||||
| .reveal .controls .navigate-left, .reveal .controls .navigate-left.enabled { | ||||
| .reveal .controls .navigate-left, | ||||
| .reveal .controls .navigate-left.enabled { | ||||
|   border-right-color: #3b759e; } | ||||
|  | ||||
| .reveal .controls .navigate-right, .reveal .controls .navigate-right.enabled { | ||||
| .reveal .controls .navigate-right, | ||||
| .reveal .controls .navigate-right.enabled { | ||||
|   border-left-color: #3b759e; } | ||||
|  | ||||
| .reveal .controls .navigate-up, .reveal .controls .navigate-up.enabled { | ||||
| .reveal .controls .navigate-up, | ||||
| .reveal .controls .navigate-up.enabled { | ||||
|   border-bottom-color: #3b759e; } | ||||
|  | ||||
| .reveal .controls .navigate-down, .reveal .controls .navigate-down.enabled { | ||||
| .reveal .controls .navigate-down, | ||||
| .reveal .controls .navigate-down.enabled { | ||||
|   border-top-color: #3b759e; } | ||||
|  | ||||
| .reveal .controls .navigate-left.enabled:hover { | ||||
|   border-right-color: #74a8cb; } | ||||
|   border-right-color: #74a7cb; } | ||||
|  | ||||
| .reveal .controls .navigate-right.enabled:hover { | ||||
|   border-left-color: #74a8cb; } | ||||
|   border-left-color: #74a7cb; } | ||||
|  | ||||
| .reveal .controls .navigate-up.enabled:hover { | ||||
|   border-bottom-color: #74a8cb; } | ||||
|   border-bottom-color: #74a7cb; } | ||||
|  | ||||
| .reveal .controls .navigate-down.enabled:hover { | ||||
|   border-top-color: #74a8cb; } | ||||
|   border-top-color: #74a7cb; } | ||||
|  | ||||
| /********************************************* | ||||
|  * PROGRESS BAR | ||||
|   | ||||
| @@ -1,9 +1,9 @@ | ||||
| @import url(../../lib/font/league-gothic/league-gothic.css); | ||||
| @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); | ||||
| /** | ||||
|  * Solarized Light theme for reveal.js. | ||||
|  * Author: Achim Staebler | ||||
|  */ | ||||
| @import url(../../lib/font/league-gothic/league-gothic.css); | ||||
| @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); | ||||
| /** | ||||
|  * Solarized colors by Ethan Schoonover | ||||
|  */ | ||||
| @@ -19,7 +19,7 @@ body { | ||||
|   background-color: #fdf6e3; } | ||||
|  | ||||
| .reveal { | ||||
|   font-family: 'Lato', sans-serif; | ||||
|   font-family: "Lato", sans-serif; | ||||
|   font-size: 36px; | ||||
|   font-weight: normal; | ||||
|   color: #657b83; } | ||||
| @@ -29,17 +29,23 @@ body { | ||||
|   background: #d33682; | ||||
|   text-shadow: none; } | ||||
|  | ||||
| .reveal .slides > section, .reveal .slides > section > section { | ||||
| .reveal .slides > section, | ||||
| .reveal .slides > section > section { | ||||
|   line-height: 1.3; | ||||
|   font-weight: inherit; } | ||||
|  | ||||
| /********************************************* | ||||
|  * HEADERS | ||||
|  *********************************************/ | ||||
| .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 { | ||||
| .reveal h1, | ||||
| .reveal h2, | ||||
| .reveal h3, | ||||
| .reveal h4, | ||||
| .reveal h5, | ||||
| .reveal h6 { | ||||
|   margin: 0 0 20px 0; | ||||
|   color: #586e75; | ||||
|   font-family: 'League Gothic', Impact, sans-serif; | ||||
|   font-family: "League Gothic", Impact, sans-serif; | ||||
|   font-weight: normal; | ||||
|   line-height: 1.2; | ||||
|   letter-spacing: normal; | ||||
| @@ -70,17 +76,22 @@ body { | ||||
|   line-height: 1.3; } | ||||
|  | ||||
| /* Ensure certain elements are never larger than the slide itself */ | ||||
| .reveal img, .reveal video, .reveal iframe { | ||||
| .reveal img, | ||||
| .reveal video, | ||||
| .reveal iframe { | ||||
|   max-width: 95%; | ||||
|   max-height: 95%; } | ||||
|  | ||||
| .reveal strong, .reveal b { | ||||
| .reveal strong, | ||||
| .reveal b { | ||||
|   font-weight: bold; } | ||||
|  | ||||
| .reveal em { | ||||
|   font-style: italic; } | ||||
|  | ||||
| .reveal ol, .reveal dl, .reveal ul { | ||||
| .reveal ol, | ||||
| .reveal dl, | ||||
| .reveal ul { | ||||
|   display: inline-block; | ||||
|   text-align: left; | ||||
|   margin: 0 0 0 1em; } | ||||
| @@ -97,7 +108,10 @@ body { | ||||
| .reveal ul ul ul { | ||||
|   list-style-type: circle; } | ||||
|  | ||||
| .reveal ul ul, .reveal ul ol, .reveal ol ol, .reveal ol ul { | ||||
| .reveal ul ul, | ||||
| .reveal ul ol, | ||||
| .reveal ol ol, | ||||
| .reveal ol ul { | ||||
|   display: block; | ||||
|   margin-left: 40px; } | ||||
|  | ||||
| @@ -107,7 +121,8 @@ body { | ||||
| .reveal dd { | ||||
|   margin-left: 40px; } | ||||
|  | ||||
| .reveal q, .reveal blockquote { | ||||
| .reveal q, | ||||
| .reveal blockquote { | ||||
|   quotes: none; } | ||||
|  | ||||
| .reveal blockquote { | ||||
| @@ -120,7 +135,8 @@ body { | ||||
|   background: rgba(255, 255, 255, 0.05); | ||||
|   box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); } | ||||
|  | ||||
| .reveal blockquote p:first-child, .reveal blockquote p:last-child { | ||||
| .reveal blockquote p:first-child, | ||||
| .reveal blockquote p:last-child { | ||||
|   display: inline-block; } | ||||
|  | ||||
| .reveal q { | ||||
| @@ -156,15 +172,18 @@ body { | ||||
| .reveal table th { | ||||
|   font-weight: bold; } | ||||
|  | ||||
| .reveal table th, .reveal table td { | ||||
| .reveal table th, | ||||
| .reveal table td { | ||||
|   text-align: left; | ||||
|   padding: 0.2em 0.5em 0.2em 0.5em; | ||||
|   border-bottom: 1px solid; } | ||||
|  | ||||
| .reveal table th[align="center"], .reveal table td[align="center"] { | ||||
| .reveal table th[align="center"], | ||||
| .reveal table td[align="center"] { | ||||
|   text-align: center; } | ||||
|  | ||||
| .reveal table th[align="right"], .reveal table td[align="right"] { | ||||
| .reveal table th[align="right"], | ||||
| .reveal table td[align="right"] { | ||||
|   text-align: right; } | ||||
|  | ||||
| .reveal table tr:last-child td { | ||||
| @@ -196,13 +215,13 @@ body { | ||||
|   transition: color 0.15s ease; } | ||||
|  | ||||
| .reveal a:hover { | ||||
|   color: #78bae6; | ||||
|   color: #78b9e6; | ||||
|   text-shadow: none; | ||||
|   border: none; } | ||||
|  | ||||
| .reveal .roll span:after { | ||||
|   color: #fff; | ||||
|   background: #1a6291; } | ||||
|   background: #1a6091; } | ||||
|  | ||||
| /********************************************* | ||||
|  * IMAGES | ||||
| @@ -230,29 +249,33 @@ body { | ||||
| /********************************************* | ||||
|  * NAVIGATION CONTROLS | ||||
|  *********************************************/ | ||||
| .reveal .controls .navigate-left, .reveal .controls .navigate-left.enabled { | ||||
| .reveal .controls .navigate-left, | ||||
| .reveal .controls .navigate-left.enabled { | ||||
|   border-right-color: #268bd2; } | ||||
|  | ||||
| .reveal .controls .navigate-right, .reveal .controls .navigate-right.enabled { | ||||
| .reveal .controls .navigate-right, | ||||
| .reveal .controls .navigate-right.enabled { | ||||
|   border-left-color: #268bd2; } | ||||
|  | ||||
| .reveal .controls .navigate-up, .reveal .controls .navigate-up.enabled { | ||||
| .reveal .controls .navigate-up, | ||||
| .reveal .controls .navigate-up.enabled { | ||||
|   border-bottom-color: #268bd2; } | ||||
|  | ||||
| .reveal .controls .navigate-down, .reveal .controls .navigate-down.enabled { | ||||
| .reveal .controls .navigate-down, | ||||
| .reveal .controls .navigate-down.enabled { | ||||
|   border-top-color: #268bd2; } | ||||
|  | ||||
| .reveal .controls .navigate-left.enabled:hover { | ||||
|   border-right-color: #78bae6; } | ||||
|   border-right-color: #78b9e6; } | ||||
|  | ||||
| .reveal .controls .navigate-right.enabled:hover { | ||||
|   border-left-color: #78bae6; } | ||||
|   border-left-color: #78b9e6; } | ||||
|  | ||||
| .reveal .controls .navigate-up.enabled:hover { | ||||
|   border-bottom-color: #78bae6; } | ||||
|   border-bottom-color: #78b9e6; } | ||||
|  | ||||
| .reveal .controls .navigate-down.enabled:hover { | ||||
|   border-top-color: #78bae6; } | ||||
|   border-top-color: #78b9e6; } | ||||
|  | ||||
| /********************************************* | ||||
|  * PROGRESS BAR | ||||
|   | ||||
| @@ -1,9 +1,9 @@ | ||||
| @import url(../../lib/font/source-sans-pro/source-sans-pro.css); | ||||
| /** | ||||
|  * White theme for reveal.js. This is the opposite of the 'black' theme. | ||||
|  * | ||||
|  * Copyright (C) 2015 Hakim El Hattab, http://hakim.se | ||||
|  */ | ||||
| @import url(../../lib/font/source-sans-pro/source-sans-pro.css); | ||||
| section.has-dark-background, section.has-dark-background h1, section.has-dark-background h2, section.has-dark-background h3, section.has-dark-background h4, section.has-dark-background h5, section.has-dark-background h6 { | ||||
|   color: #fff; } | ||||
|  | ||||
| @@ -15,7 +15,7 @@ body { | ||||
|   background-color: #fff; } | ||||
|  | ||||
| .reveal { | ||||
|   font-family: 'Source Sans Pro', Helvetica, sans-serif; | ||||
|   font-family: "Source Sans Pro", Helvetica, sans-serif; | ||||
|   font-size: 38px; | ||||
|   font-weight: normal; | ||||
|   color: #222; } | ||||
| @@ -25,17 +25,23 @@ body { | ||||
|   background: #98bdef; | ||||
|   text-shadow: none; } | ||||
|  | ||||
| .reveal .slides > section, .reveal .slides > section > section { | ||||
| .reveal .slides > section, | ||||
| .reveal .slides > section > section { | ||||
|   line-height: 1.3; | ||||
|   font-weight: inherit; } | ||||
|  | ||||
| /********************************************* | ||||
|  * HEADERS | ||||
|  *********************************************/ | ||||
| .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 { | ||||
| .reveal h1, | ||||
| .reveal h2, | ||||
| .reveal h3, | ||||
| .reveal h4, | ||||
| .reveal h5, | ||||
| .reveal h6 { | ||||
|   margin: 0 0 20px 0; | ||||
|   color: #222; | ||||
|   font-family: 'Source Sans Pro', Helvetica, sans-serif; | ||||
|   font-family: "Source Sans Pro", Helvetica, sans-serif; | ||||
|   font-weight: 600; | ||||
|   line-height: 1.2; | ||||
|   letter-spacing: normal; | ||||
| @@ -66,17 +72,22 @@ body { | ||||
|   line-height: 1.3; } | ||||
|  | ||||
| /* Ensure certain elements are never larger than the slide itself */ | ||||
| .reveal img, .reveal video, .reveal iframe { | ||||
| .reveal img, | ||||
| .reveal video, | ||||
| .reveal iframe { | ||||
|   max-width: 95%; | ||||
|   max-height: 95%; } | ||||
|  | ||||
| .reveal strong, .reveal b { | ||||
| .reveal strong, | ||||
| .reveal b { | ||||
|   font-weight: bold; } | ||||
|  | ||||
| .reveal em { | ||||
|   font-style: italic; } | ||||
|  | ||||
| .reveal ol, .reveal dl, .reveal ul { | ||||
| .reveal ol, | ||||
| .reveal dl, | ||||
| .reveal ul { | ||||
|   display: inline-block; | ||||
|   text-align: left; | ||||
|   margin: 0 0 0 1em; } | ||||
| @@ -93,7 +104,10 @@ body { | ||||
| .reveal ul ul ul { | ||||
|   list-style-type: circle; } | ||||
|  | ||||
| .reveal ul ul, .reveal ul ol, .reveal ol ol, .reveal ol ul { | ||||
| .reveal ul ul, | ||||
| .reveal ul ol, | ||||
| .reveal ol ol, | ||||
| .reveal ol ul { | ||||
|   display: block; | ||||
|   margin-left: 40px; } | ||||
|  | ||||
| @@ -103,7 +117,8 @@ body { | ||||
| .reveal dd { | ||||
|   margin-left: 40px; } | ||||
|  | ||||
| .reveal q, .reveal blockquote { | ||||
| .reveal q, | ||||
| .reveal blockquote { | ||||
|   quotes: none; } | ||||
|  | ||||
| .reveal blockquote { | ||||
| @@ -116,7 +131,8 @@ body { | ||||
|   background: rgba(255, 255, 255, 0.05); | ||||
|   box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); } | ||||
|  | ||||
| .reveal blockquote p:first-child, .reveal blockquote p:last-child { | ||||
| .reveal blockquote p:first-child, | ||||
| .reveal blockquote p:last-child { | ||||
|   display: inline-block; } | ||||
|  | ||||
| .reveal q { | ||||
| @@ -152,15 +168,18 @@ body { | ||||
| .reveal table th { | ||||
|   font-weight: bold; } | ||||
|  | ||||
| .reveal table th, .reveal table td { | ||||
| .reveal table th, | ||||
| .reveal table td { | ||||
|   text-align: left; | ||||
|   padding: 0.2em 0.5em 0.2em 0.5em; | ||||
|   border-bottom: 1px solid; } | ||||
|  | ||||
| .reveal table th[align="center"], .reveal table td[align="center"] { | ||||
| .reveal table th[align="center"], | ||||
| .reveal table td[align="center"] { | ||||
|   text-align: center; } | ||||
|  | ||||
| .reveal table th[align="right"], .reveal table td[align="right"] { | ||||
| .reveal table th[align="right"], | ||||
| .reveal table td[align="right"] { | ||||
|   text-align: right; } | ||||
|  | ||||
| .reveal table tr:last-child td { | ||||
| @@ -192,13 +211,13 @@ body { | ||||
|   transition: color 0.15s ease; } | ||||
|  | ||||
| .reveal a:hover { | ||||
|   color: #6ca2e8; | ||||
|   color: #6ca0e8; | ||||
|   text-shadow: none; | ||||
|   border: none; } | ||||
|  | ||||
| .reveal .roll span:after { | ||||
|   color: #fff; | ||||
|   background: #1a54a1; } | ||||
|   background: #1a53a1; } | ||||
|  | ||||
| /********************************************* | ||||
|  * IMAGES | ||||
| @@ -226,29 +245,33 @@ body { | ||||
| /********************************************* | ||||
|  * NAVIGATION CONTROLS | ||||
|  *********************************************/ | ||||
| .reveal .controls .navigate-left, .reveal .controls .navigate-left.enabled { | ||||
| .reveal .controls .navigate-left, | ||||
| .reveal .controls .navigate-left.enabled { | ||||
|   border-right-color: #2a76dd; } | ||||
|  | ||||
| .reveal .controls .navigate-right, .reveal .controls .navigate-right.enabled { | ||||
| .reveal .controls .navigate-right, | ||||
| .reveal .controls .navigate-right.enabled { | ||||
|   border-left-color: #2a76dd; } | ||||
|  | ||||
| .reveal .controls .navigate-up, .reveal .controls .navigate-up.enabled { | ||||
| .reveal .controls .navigate-up, | ||||
| .reveal .controls .navigate-up.enabled { | ||||
|   border-bottom-color: #2a76dd; } | ||||
|  | ||||
| .reveal .controls .navigate-down, .reveal .controls .navigate-down.enabled { | ||||
| .reveal .controls .navigate-down, | ||||
| .reveal .controls .navigate-down.enabled { | ||||
|   border-top-color: #2a76dd; } | ||||
|  | ||||
| .reveal .controls .navigate-left.enabled:hover { | ||||
|   border-right-color: #6ca2e8; } | ||||
|   border-right-color: #6ca0e8; } | ||||
|  | ||||
| .reveal .controls .navigate-right.enabled:hover { | ||||
|   border-left-color: #6ca2e8; } | ||||
|   border-left-color: #6ca0e8; } | ||||
|  | ||||
| .reveal .controls .navigate-up.enabled:hover { | ||||
|   border-bottom-color: #6ca2e8; } | ||||
|   border-bottom-color: #6ca0e8; } | ||||
|  | ||||
| .reveal .controls .navigate-down.enabled:hover { | ||||
|   border-top-color: #6ca2e8; } | ||||
|   border-top-color: #6ca0e8; } | ||||
|  | ||||
| /********************************************* | ||||
|  * PROGRESS BAR | ||||
|   | ||||
		Reference in New Issue
	
	Block a user