move large chunk of content styles from core css to theme css
This commit is contained in:
		
							
								
								
									
										155
									
								
								css/reveal.css
									
									
									
									
									
								
							
							
						
						
									
										155
									
								
								css/reveal.css
									
									
									
									
									
								
							| @@ -236,121 +236,16 @@ body { | |||||||
| 	z-index: 1; | 	z-index: 1; | ||||||
| } | } | ||||||
|  |  | ||||||
| /* Ensure certain elements are never larger than the slide itself */ |  | ||||||
| .reveal img, |  | ||||||
| .reveal video, |  | ||||||
| .reveal iframe { |  | ||||||
| 	max-width: 95%; |  | ||||||
| 	max-height: 95%; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| /** Prevents layering issues in certain browser/transition combinations */ | /** Prevents layering issues in certain browser/transition combinations */ | ||||||
| .reveal a { | .reveal a { | ||||||
| 	position: relative; | 	position: relative; | ||||||
| } | } | ||||||
|  |  | ||||||
| .reveal strong, | .reveal .stretch { | ||||||
| .reveal b { | 	max-width: none; | ||||||
| 	font-weight: bold; | 	max-height: none; | ||||||
| } | } | ||||||
|  |  | ||||||
| .reveal em { |  | ||||||
| 	font-style: italic; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .reveal ol, |  | ||||||
| .reveal dl, |  | ||||||
| .reveal ul { |  | ||||||
| 	display: inline-block; |  | ||||||
|  |  | ||||||
| 	text-align: left; |  | ||||||
| 	margin: 0 0 0 1em; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .reveal ol { |  | ||||||
| 	list-style-type: decimal; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .reveal ul { |  | ||||||
| 	list-style-type: disc; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .reveal ul ul { |  | ||||||
| 	list-style-type: square; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .reveal ul ul ul { |  | ||||||
| 	list-style-type: circle; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .reveal ul ul, |  | ||||||
| .reveal ul ol, |  | ||||||
| .reveal ol ol, |  | ||||||
| .reveal ol ul { |  | ||||||
| 	display: block; |  | ||||||
| 	margin-left: 40px; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .reveal dt { |  | ||||||
| 	font-weight: bold; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .reveal dd { |  | ||||||
| 	margin-left: 40px; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .reveal q, |  | ||||||
| .reveal blockquote { |  | ||||||
| 	quotes: none; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .reveal blockquote { |  | ||||||
| 	display: block; |  | ||||||
| 	position: relative; |  | ||||||
| 	width: 70%; |  | ||||||
| 	margin: 5px auto; |  | ||||||
| 	padding: 5px; |  | ||||||
|  |  | ||||||
| 	font-style: italic; |  | ||||||
| 	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 { |  | ||||||
| 		display: inline-block; |  | ||||||
| 	} |  | ||||||
|  |  | ||||||
| .reveal q { |  | ||||||
| 	font-style: italic; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .reveal pre { |  | ||||||
| 	display: block; |  | ||||||
| 	position: relative; |  | ||||||
| 	width: 90%; |  | ||||||
| 	margin: 15px auto; |  | ||||||
|  |  | ||||||
| 	text-align: left; |  | ||||||
| 	font-size: 0.55em; |  | ||||||
| 	font-family: monospace; |  | ||||||
| 	line-height: 1.2em; |  | ||||||
|  |  | ||||||
| 	word-wrap: break-word; |  | ||||||
|  |  | ||||||
| 	box-shadow: 0px 0px 6px rgba(0,0,0,0.3); |  | ||||||
| } |  | ||||||
| .reveal code { |  | ||||||
| 	font-family: monospace; |  | ||||||
| } |  | ||||||
| .reveal pre code { |  | ||||||
| 	display: block; |  | ||||||
| 	padding: 5px; |  | ||||||
| 	overflow: auto; |  | ||||||
| 	max-height: 400px; |  | ||||||
| 	word-wrap: normal; |  | ||||||
| 	background: #3F3F3F; |  | ||||||
| 	color: #DCDCDC; |  | ||||||
| } |  | ||||||
| .reveal pre.stretch code { | .reveal pre.stretch code { | ||||||
| 	height: 100%; | 	height: 100%; | ||||||
| 	max-height: 100%; | 	max-height: 100%; | ||||||
| @@ -360,50 +255,6 @@ body { | |||||||
| 	        box-sizing: border-box; | 	        box-sizing: border-box; | ||||||
| } | } | ||||||
|  |  | ||||||
| .reveal table { |  | ||||||
|   margin: auto; |  | ||||||
|   border-collapse: collapse; |  | ||||||
|   border-spacing: 0; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .reveal table th { |  | ||||||
|   font-weight: bold; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .reveal table th, |  | ||||||
| .reveal table td { |  | ||||||
|   text-align: left; |  | ||||||
|   padding: 0.2em 0.5em 0.2em 0.5em; |  | ||||||
|   border-bottom: 1px solid; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .reveal table tr:last-child td { |  | ||||||
|     border-bottom: none; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .reveal sup { |  | ||||||
| 	vertical-align: super; |  | ||||||
| } |  | ||||||
| .reveal sub { |  | ||||||
| 	vertical-align: sub; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .reveal small { |  | ||||||
| 	display: inline-block; |  | ||||||
| 	font-size: 0.6em; |  | ||||||
| 	line-height: 1.2em; |  | ||||||
| 	vertical-align: top; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .reveal small * { |  | ||||||
| 	vertical-align: top; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .reveal .stretch { |  | ||||||
| 	max-width: none; |  | ||||||
| 	max-height: none; |  | ||||||
| } |  | ||||||
|  |  | ||||||
|  |  | ||||||
| /********************************************* | /********************************************* | ||||||
|  * CONTROLS |  * CONTROLS | ||||||
|   | |||||||
| @@ -60,7 +60,130 @@ body { | |||||||
|  *********************************************/ |  *********************************************/ | ||||||
| .reveal p { | .reveal p { | ||||||
|   margin-bottom: 10px; |   margin-bottom: 10px; | ||||||
|   line-height: 1.3; } |   line-height: 1.2em; } | ||||||
|  |  | ||||||
|  | /* Ensure certain elements are never larger than the slide itself */ | ||||||
|  | .reveal img, | ||||||
|  | .reveal video, | ||||||
|  | .reveal iframe { | ||||||
|  |   max-width: 95%; | ||||||
|  |   max-height: 95%; } | ||||||
|  |  | ||||||
|  | .reveal strong, | ||||||
|  | .reveal b { | ||||||
|  |   font-weight: bold; } | ||||||
|  |  | ||||||
|  | .reveal em { | ||||||
|  |   font-style: italic; } | ||||||
|  |  | ||||||
|  | .reveal ol, | ||||||
|  | .reveal dl, | ||||||
|  | .reveal ul { | ||||||
|  |   display: inline-block; | ||||||
|  |   text-align: left; | ||||||
|  |   margin: 0 0 0 1em; } | ||||||
|  |  | ||||||
|  | .reveal ol { | ||||||
|  |   list-style-type: decimal; } | ||||||
|  |  | ||||||
|  | .reveal ul { | ||||||
|  |   list-style-type: disc; } | ||||||
|  |  | ||||||
|  | .reveal ul ul { | ||||||
|  |   list-style-type: square; } | ||||||
|  |  | ||||||
|  | .reveal ul ul ul { | ||||||
|  |   list-style-type: circle; } | ||||||
|  |  | ||||||
|  | .reveal ul ul, | ||||||
|  | .reveal ul ol, | ||||||
|  | .reveal ol ol, | ||||||
|  | .reveal ol ul { | ||||||
|  |   display: block; | ||||||
|  |   margin-left: 40px; } | ||||||
|  |  | ||||||
|  | .reveal dt { | ||||||
|  |   font-weight: bold; } | ||||||
|  |  | ||||||
|  | .reveal dd { | ||||||
|  |   margin-left: 40px; } | ||||||
|  |  | ||||||
|  | .reveal q, | ||||||
|  | .reveal blockquote { | ||||||
|  |   quotes: none; } | ||||||
|  |  | ||||||
|  | .reveal blockquote { | ||||||
|  |   display: block; | ||||||
|  |   position: relative; | ||||||
|  |   width: 70%; | ||||||
|  |   margin: 5px auto; | ||||||
|  |   padding: 5px; | ||||||
|  |   font-style: italic; | ||||||
|  |   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 { | ||||||
|  |   display: inline-block; } | ||||||
|  |  | ||||||
|  | .reveal q { | ||||||
|  |   font-style: italic; } | ||||||
|  |  | ||||||
|  | .reveal pre { | ||||||
|  |   display: block; | ||||||
|  |   position: relative; | ||||||
|  |   width: 90%; | ||||||
|  |   margin: 15px auto; | ||||||
|  |   text-align: left; | ||||||
|  |   font-size: 0.55em; | ||||||
|  |   font-family: monospace; | ||||||
|  |   line-height: 1.2em; | ||||||
|  |   word-wrap: break-word; | ||||||
|  |   box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); } | ||||||
|  |  | ||||||
|  | .reveal code { | ||||||
|  |   font-family: monospace; } | ||||||
|  |  | ||||||
|  | .reveal pre code { | ||||||
|  |   display: block; | ||||||
|  |   padding: 5px; | ||||||
|  |   overflow: auto; | ||||||
|  |   max-height: 400px; | ||||||
|  |   word-wrap: normal; | ||||||
|  |   background: #3F3F3F; | ||||||
|  |   color: #DCDCDC; } | ||||||
|  |  | ||||||
|  | .reveal table { | ||||||
|  |   margin: auto; | ||||||
|  |   border-collapse: collapse; | ||||||
|  |   border-spacing: 0; } | ||||||
|  |  | ||||||
|  | .reveal table th { | ||||||
|  |   font-weight: bold; } | ||||||
|  |  | ||||||
|  | .reveal table th, | ||||||
|  | .reveal table td { | ||||||
|  |   text-align: left; | ||||||
|  |   padding: 0.2em 0.5em 0.2em 0.5em; | ||||||
|  |   border-bottom: 1px solid; } | ||||||
|  |  | ||||||
|  | .reveal table tr:last-child td { | ||||||
|  |   border-bottom: none; } | ||||||
|  |  | ||||||
|  | .reveal sup { | ||||||
|  |   vertical-align: super; } | ||||||
|  |  | ||||||
|  | .reveal sub { | ||||||
|  |   vertical-align: sub; } | ||||||
|  |  | ||||||
|  | .reveal small { | ||||||
|  |   display: inline-block; | ||||||
|  |   font-size: 0.6em; | ||||||
|  |   line-height: 1.2em; | ||||||
|  |   vertical-align: top; } | ||||||
|  |  | ||||||
|  | .reveal small * { | ||||||
|  |   vertical-align: top; } | ||||||
|  |  | ||||||
| /********************************************* | /********************************************* | ||||||
|  * LINKS |  * LINKS | ||||||
|   | |||||||
| @@ -60,7 +60,130 @@ body { | |||||||
|  *********************************************/ |  *********************************************/ | ||||||
| .reveal p { | .reveal p { | ||||||
|   margin-bottom: 10px; |   margin-bottom: 10px; | ||||||
|   line-height: 1.3; } |   line-height: 1.2em; } | ||||||
|  |  | ||||||
|  | /* Ensure certain elements are never larger than the slide itself */ | ||||||
|  | .reveal img, | ||||||
|  | .reveal video, | ||||||
|  | .reveal iframe { | ||||||
|  |   max-width: 95%; | ||||||
|  |   max-height: 95%; } | ||||||
|  |  | ||||||
|  | .reveal strong, | ||||||
|  | .reveal b { | ||||||
|  |   font-weight: bold; } | ||||||
|  |  | ||||||
|  | .reveal em { | ||||||
|  |   font-style: italic; } | ||||||
|  |  | ||||||
|  | .reveal ol, | ||||||
|  | .reveal dl, | ||||||
|  | .reveal ul { | ||||||
|  |   display: inline-block; | ||||||
|  |   text-align: left; | ||||||
|  |   margin: 0 0 0 1em; } | ||||||
|  |  | ||||||
|  | .reveal ol { | ||||||
|  |   list-style-type: decimal; } | ||||||
|  |  | ||||||
|  | .reveal ul { | ||||||
|  |   list-style-type: disc; } | ||||||
|  |  | ||||||
|  | .reveal ul ul { | ||||||
|  |   list-style-type: square; } | ||||||
|  |  | ||||||
|  | .reveal ul ul ul { | ||||||
|  |   list-style-type: circle; } | ||||||
|  |  | ||||||
|  | .reveal ul ul, | ||||||
|  | .reveal ul ol, | ||||||
|  | .reveal ol ol, | ||||||
|  | .reveal ol ul { | ||||||
|  |   display: block; | ||||||
|  |   margin-left: 40px; } | ||||||
|  |  | ||||||
|  | .reveal dt { | ||||||
|  |   font-weight: bold; } | ||||||
|  |  | ||||||
|  | .reveal dd { | ||||||
|  |   margin-left: 40px; } | ||||||
|  |  | ||||||
|  | .reveal q, | ||||||
|  | .reveal blockquote { | ||||||
|  |   quotes: none; } | ||||||
|  |  | ||||||
|  | .reveal blockquote { | ||||||
|  |   display: block; | ||||||
|  |   position: relative; | ||||||
|  |   width: 70%; | ||||||
|  |   margin: 5px auto; | ||||||
|  |   padding: 5px; | ||||||
|  |   font-style: italic; | ||||||
|  |   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 { | ||||||
|  |   display: inline-block; } | ||||||
|  |  | ||||||
|  | .reveal q { | ||||||
|  |   font-style: italic; } | ||||||
|  |  | ||||||
|  | .reveal pre { | ||||||
|  |   display: block; | ||||||
|  |   position: relative; | ||||||
|  |   width: 90%; | ||||||
|  |   margin: 15px auto; | ||||||
|  |   text-align: left; | ||||||
|  |   font-size: 0.55em; | ||||||
|  |   font-family: monospace; | ||||||
|  |   line-height: 1.2em; | ||||||
|  |   word-wrap: break-word; | ||||||
|  |   box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); } | ||||||
|  |  | ||||||
|  | .reveal code { | ||||||
|  |   font-family: monospace; } | ||||||
|  |  | ||||||
|  | .reveal pre code { | ||||||
|  |   display: block; | ||||||
|  |   padding: 5px; | ||||||
|  |   overflow: auto; | ||||||
|  |   max-height: 400px; | ||||||
|  |   word-wrap: normal; | ||||||
|  |   background: #3F3F3F; | ||||||
|  |   color: #DCDCDC; } | ||||||
|  |  | ||||||
|  | .reveal table { | ||||||
|  |   margin: auto; | ||||||
|  |   border-collapse: collapse; | ||||||
|  |   border-spacing: 0; } | ||||||
|  |  | ||||||
|  | .reveal table th { | ||||||
|  |   font-weight: bold; } | ||||||
|  |  | ||||||
|  | .reveal table th, | ||||||
|  | .reveal table td { | ||||||
|  |   text-align: left; | ||||||
|  |   padding: 0.2em 0.5em 0.2em 0.5em; | ||||||
|  |   border-bottom: 1px solid; } | ||||||
|  |  | ||||||
|  | .reveal table tr:last-child td { | ||||||
|  |   border-bottom: none; } | ||||||
|  |  | ||||||
|  | .reveal sup { | ||||||
|  |   vertical-align: super; } | ||||||
|  |  | ||||||
|  | .reveal sub { | ||||||
|  |   vertical-align: sub; } | ||||||
|  |  | ||||||
|  | .reveal small { | ||||||
|  |   display: inline-block; | ||||||
|  |   font-size: 0.6em; | ||||||
|  |   line-height: 1.2em; | ||||||
|  |   vertical-align: top; } | ||||||
|  |  | ||||||
|  | .reveal small * { | ||||||
|  |   vertical-align: top; } | ||||||
|  |  | ||||||
| /********************************************* | /********************************************* | ||||||
|  * LINKS |  * LINKS | ||||||
|   | |||||||
| @@ -60,7 +60,130 @@ body { | |||||||
|  *********************************************/ |  *********************************************/ | ||||||
| .reveal p { | .reveal p { | ||||||
|   margin-bottom: 10px; |   margin-bottom: 10px; | ||||||
|   line-height: 1.3; } |   line-height: 1.2em; } | ||||||
|  |  | ||||||
|  | /* Ensure certain elements are never larger than the slide itself */ | ||||||
|  | .reveal img, | ||||||
|  | .reveal video, | ||||||
|  | .reveal iframe { | ||||||
|  |   max-width: 95%; | ||||||
|  |   max-height: 95%; } | ||||||
|  |  | ||||||
|  | .reveal strong, | ||||||
|  | .reveal b { | ||||||
|  |   font-weight: bold; } | ||||||
|  |  | ||||||
|  | .reveal em { | ||||||
|  |   font-style: italic; } | ||||||
|  |  | ||||||
|  | .reveal ol, | ||||||
|  | .reveal dl, | ||||||
|  | .reveal ul { | ||||||
|  |   display: inline-block; | ||||||
|  |   text-align: left; | ||||||
|  |   margin: 0 0 0 1em; } | ||||||
|  |  | ||||||
|  | .reveal ol { | ||||||
|  |   list-style-type: decimal; } | ||||||
|  |  | ||||||
|  | .reveal ul { | ||||||
|  |   list-style-type: disc; } | ||||||
|  |  | ||||||
|  | .reveal ul ul { | ||||||
|  |   list-style-type: square; } | ||||||
|  |  | ||||||
|  | .reveal ul ul ul { | ||||||
|  |   list-style-type: circle; } | ||||||
|  |  | ||||||
|  | .reveal ul ul, | ||||||
|  | .reveal ul ol, | ||||||
|  | .reveal ol ol, | ||||||
|  | .reveal ol ul { | ||||||
|  |   display: block; | ||||||
|  |   margin-left: 40px; } | ||||||
|  |  | ||||||
|  | .reveal dt { | ||||||
|  |   font-weight: bold; } | ||||||
|  |  | ||||||
|  | .reveal dd { | ||||||
|  |   margin-left: 40px; } | ||||||
|  |  | ||||||
|  | .reveal q, | ||||||
|  | .reveal blockquote { | ||||||
|  |   quotes: none; } | ||||||
|  |  | ||||||
|  | .reveal blockquote { | ||||||
|  |   display: block; | ||||||
|  |   position: relative; | ||||||
|  |   width: 70%; | ||||||
|  |   margin: 5px auto; | ||||||
|  |   padding: 5px; | ||||||
|  |   font-style: italic; | ||||||
|  |   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 { | ||||||
|  |   display: inline-block; } | ||||||
|  |  | ||||||
|  | .reveal q { | ||||||
|  |   font-style: italic; } | ||||||
|  |  | ||||||
|  | .reveal pre { | ||||||
|  |   display: block; | ||||||
|  |   position: relative; | ||||||
|  |   width: 90%; | ||||||
|  |   margin: 15px auto; | ||||||
|  |   text-align: left; | ||||||
|  |   font-size: 0.55em; | ||||||
|  |   font-family: monospace; | ||||||
|  |   line-height: 1.2em; | ||||||
|  |   word-wrap: break-word; | ||||||
|  |   box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); } | ||||||
|  |  | ||||||
|  | .reveal code { | ||||||
|  |   font-family: monospace; } | ||||||
|  |  | ||||||
|  | .reveal pre code { | ||||||
|  |   display: block; | ||||||
|  |   padding: 5px; | ||||||
|  |   overflow: auto; | ||||||
|  |   max-height: 400px; | ||||||
|  |   word-wrap: normal; | ||||||
|  |   background: #3F3F3F; | ||||||
|  |   color: #DCDCDC; } | ||||||
|  |  | ||||||
|  | .reveal table { | ||||||
|  |   margin: auto; | ||||||
|  |   border-collapse: collapse; | ||||||
|  |   border-spacing: 0; } | ||||||
|  |  | ||||||
|  | .reveal table th { | ||||||
|  |   font-weight: bold; } | ||||||
|  |  | ||||||
|  | .reveal table th, | ||||||
|  | .reveal table td { | ||||||
|  |   text-align: left; | ||||||
|  |   padding: 0.2em 0.5em 0.2em 0.5em; | ||||||
|  |   border-bottom: 1px solid; } | ||||||
|  |  | ||||||
|  | .reveal table tr:last-child td { | ||||||
|  |   border-bottom: none; } | ||||||
|  |  | ||||||
|  | .reveal sup { | ||||||
|  |   vertical-align: super; } | ||||||
|  |  | ||||||
|  | .reveal sub { | ||||||
|  |   vertical-align: sub; } | ||||||
|  |  | ||||||
|  | .reveal small { | ||||||
|  |   display: inline-block; | ||||||
|  |   font-size: 0.6em; | ||||||
|  |   line-height: 1.2em; | ||||||
|  |   vertical-align: top; } | ||||||
|  |  | ||||||
|  | .reveal small * { | ||||||
|  |   vertical-align: top; } | ||||||
|  |  | ||||||
| /********************************************* | /********************************************* | ||||||
|  * LINKS |  * LINKS | ||||||
|   | |||||||
| @@ -60,7 +60,130 @@ body { | |||||||
|  *********************************************/ |  *********************************************/ | ||||||
| .reveal p { | .reveal p { | ||||||
|   margin-bottom: 10px; |   margin-bottom: 10px; | ||||||
|   line-height: 1.3; } |   line-height: 1.2em; } | ||||||
|  |  | ||||||
|  | /* Ensure certain elements are never larger than the slide itself */ | ||||||
|  | .reveal img, | ||||||
|  | .reveal video, | ||||||
|  | .reveal iframe { | ||||||
|  |   max-width: 95%; | ||||||
|  |   max-height: 95%; } | ||||||
|  |  | ||||||
|  | .reveal strong, | ||||||
|  | .reveal b { | ||||||
|  |   font-weight: bold; } | ||||||
|  |  | ||||||
|  | .reveal em { | ||||||
|  |   font-style: italic; } | ||||||
|  |  | ||||||
|  | .reveal ol, | ||||||
|  | .reveal dl, | ||||||
|  | .reveal ul { | ||||||
|  |   display: inline-block; | ||||||
|  |   text-align: left; | ||||||
|  |   margin: 0 0 0 1em; } | ||||||
|  |  | ||||||
|  | .reveal ol { | ||||||
|  |   list-style-type: decimal; } | ||||||
|  |  | ||||||
|  | .reveal ul { | ||||||
|  |   list-style-type: disc; } | ||||||
|  |  | ||||||
|  | .reveal ul ul { | ||||||
|  |   list-style-type: square; } | ||||||
|  |  | ||||||
|  | .reveal ul ul ul { | ||||||
|  |   list-style-type: circle; } | ||||||
|  |  | ||||||
|  | .reveal ul ul, | ||||||
|  | .reveal ul ol, | ||||||
|  | .reveal ol ol, | ||||||
|  | .reveal ol ul { | ||||||
|  |   display: block; | ||||||
|  |   margin-left: 40px; } | ||||||
|  |  | ||||||
|  | .reveal dt { | ||||||
|  |   font-weight: bold; } | ||||||
|  |  | ||||||
|  | .reveal dd { | ||||||
|  |   margin-left: 40px; } | ||||||
|  |  | ||||||
|  | .reveal q, | ||||||
|  | .reveal blockquote { | ||||||
|  |   quotes: none; } | ||||||
|  |  | ||||||
|  | .reveal blockquote { | ||||||
|  |   display: block; | ||||||
|  |   position: relative; | ||||||
|  |   width: 70%; | ||||||
|  |   margin: 5px auto; | ||||||
|  |   padding: 5px; | ||||||
|  |   font-style: italic; | ||||||
|  |   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 { | ||||||
|  |   display: inline-block; } | ||||||
|  |  | ||||||
|  | .reveal q { | ||||||
|  |   font-style: italic; } | ||||||
|  |  | ||||||
|  | .reveal pre { | ||||||
|  |   display: block; | ||||||
|  |   position: relative; | ||||||
|  |   width: 90%; | ||||||
|  |   margin: 15px auto; | ||||||
|  |   text-align: left; | ||||||
|  |   font-size: 0.55em; | ||||||
|  |   font-family: monospace; | ||||||
|  |   line-height: 1.2em; | ||||||
|  |   word-wrap: break-word; | ||||||
|  |   box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); } | ||||||
|  |  | ||||||
|  | .reveal code { | ||||||
|  |   font-family: monospace; } | ||||||
|  |  | ||||||
|  | .reveal pre code { | ||||||
|  |   display: block; | ||||||
|  |   padding: 5px; | ||||||
|  |   overflow: auto; | ||||||
|  |   max-height: 400px; | ||||||
|  |   word-wrap: normal; | ||||||
|  |   background: #3F3F3F; | ||||||
|  |   color: #DCDCDC; } | ||||||
|  |  | ||||||
|  | .reveal table { | ||||||
|  |   margin: auto; | ||||||
|  |   border-collapse: collapse; | ||||||
|  |   border-spacing: 0; } | ||||||
|  |  | ||||||
|  | .reveal table th { | ||||||
|  |   font-weight: bold; } | ||||||
|  |  | ||||||
|  | .reveal table th, | ||||||
|  | .reveal table td { | ||||||
|  |   text-align: left; | ||||||
|  |   padding: 0.2em 0.5em 0.2em 0.5em; | ||||||
|  |   border-bottom: 1px solid; } | ||||||
|  |  | ||||||
|  | .reveal table tr:last-child td { | ||||||
|  |   border-bottom: none; } | ||||||
|  |  | ||||||
|  | .reveal sup { | ||||||
|  |   vertical-align: super; } | ||||||
|  |  | ||||||
|  | .reveal sub { | ||||||
|  |   vertical-align: sub; } | ||||||
|  |  | ||||||
|  | .reveal small { | ||||||
|  |   display: inline-block; | ||||||
|  |   font-size: 0.6em; | ||||||
|  |   line-height: 1.2em; | ||||||
|  |   vertical-align: top; } | ||||||
|  |  | ||||||
|  | .reveal small * { | ||||||
|  |   vertical-align: top; } | ||||||
|  |  | ||||||
| /********************************************* | /********************************************* | ||||||
|  * LINKS |  * LINKS | ||||||
|   | |||||||
| @@ -49,7 +49,130 @@ body { | |||||||
|  *********************************************/ |  *********************************************/ | ||||||
| .reveal p { | .reveal p { | ||||||
|   margin-bottom: 10px; |   margin-bottom: 10px; | ||||||
|   line-height: 1.3; } |   line-height: 1.2em; } | ||||||
|  |  | ||||||
|  | /* Ensure certain elements are never larger than the slide itself */ | ||||||
|  | .reveal img, | ||||||
|  | .reveal video, | ||||||
|  | .reveal iframe { | ||||||
|  |   max-width: 95%; | ||||||
|  |   max-height: 95%; } | ||||||
|  |  | ||||||
|  | .reveal strong, | ||||||
|  | .reveal b { | ||||||
|  |   font-weight: bold; } | ||||||
|  |  | ||||||
|  | .reveal em { | ||||||
|  |   font-style: italic; } | ||||||
|  |  | ||||||
|  | .reveal ol, | ||||||
|  | .reveal dl, | ||||||
|  | .reveal ul { | ||||||
|  |   display: inline-block; | ||||||
|  |   text-align: left; | ||||||
|  |   margin: 0 0 0 1em; } | ||||||
|  |  | ||||||
|  | .reveal ol { | ||||||
|  |   list-style-type: decimal; } | ||||||
|  |  | ||||||
|  | .reveal ul { | ||||||
|  |   list-style-type: disc; } | ||||||
|  |  | ||||||
|  | .reveal ul ul { | ||||||
|  |   list-style-type: square; } | ||||||
|  |  | ||||||
|  | .reveal ul ul ul { | ||||||
|  |   list-style-type: circle; } | ||||||
|  |  | ||||||
|  | .reveal ul ul, | ||||||
|  | .reveal ul ol, | ||||||
|  | .reveal ol ol, | ||||||
|  | .reveal ol ul { | ||||||
|  |   display: block; | ||||||
|  |   margin-left: 40px; } | ||||||
|  |  | ||||||
|  | .reveal dt { | ||||||
|  |   font-weight: bold; } | ||||||
|  |  | ||||||
|  | .reveal dd { | ||||||
|  |   margin-left: 40px; } | ||||||
|  |  | ||||||
|  | .reveal q, | ||||||
|  | .reveal blockquote { | ||||||
|  |   quotes: none; } | ||||||
|  |  | ||||||
|  | .reveal blockquote { | ||||||
|  |   display: block; | ||||||
|  |   position: relative; | ||||||
|  |   width: 70%; | ||||||
|  |   margin: 5px auto; | ||||||
|  |   padding: 5px; | ||||||
|  |   font-style: italic; | ||||||
|  |   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 { | ||||||
|  |   display: inline-block; } | ||||||
|  |  | ||||||
|  | .reveal q { | ||||||
|  |   font-style: italic; } | ||||||
|  |  | ||||||
|  | .reveal pre { | ||||||
|  |   display: block; | ||||||
|  |   position: relative; | ||||||
|  |   width: 90%; | ||||||
|  |   margin: 15px auto; | ||||||
|  |   text-align: left; | ||||||
|  |   font-size: 0.55em; | ||||||
|  |   font-family: monospace; | ||||||
|  |   line-height: 1.2em; | ||||||
|  |   word-wrap: break-word; | ||||||
|  |   box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); } | ||||||
|  |  | ||||||
|  | .reveal code { | ||||||
|  |   font-family: monospace; } | ||||||
|  |  | ||||||
|  | .reveal pre code { | ||||||
|  |   display: block; | ||||||
|  |   padding: 5px; | ||||||
|  |   overflow: auto; | ||||||
|  |   max-height: 400px; | ||||||
|  |   word-wrap: normal; | ||||||
|  |   background: #3F3F3F; | ||||||
|  |   color: #DCDCDC; } | ||||||
|  |  | ||||||
|  | .reveal table { | ||||||
|  |   margin: auto; | ||||||
|  |   border-collapse: collapse; | ||||||
|  |   border-spacing: 0; } | ||||||
|  |  | ||||||
|  | .reveal table th { | ||||||
|  |   font-weight: bold; } | ||||||
|  |  | ||||||
|  | .reveal table th, | ||||||
|  | .reveal table td { | ||||||
|  |   text-align: left; | ||||||
|  |   padding: 0.2em 0.5em 0.2em 0.5em; | ||||||
|  |   border-bottom: 1px solid; } | ||||||
|  |  | ||||||
|  | .reveal table tr:last-child td { | ||||||
|  |   border-bottom: none; } | ||||||
|  |  | ||||||
|  | .reveal sup { | ||||||
|  |   vertical-align: super; } | ||||||
|  |  | ||||||
|  | .reveal sub { | ||||||
|  |   vertical-align: sub; } | ||||||
|  |  | ||||||
|  | .reveal small { | ||||||
|  |   display: inline-block; | ||||||
|  |   font-size: 0.6em; | ||||||
|  |   line-height: 1.2em; | ||||||
|  |   vertical-align: top; } | ||||||
|  |  | ||||||
|  | .reveal small * { | ||||||
|  |   vertical-align: top; } | ||||||
|  |  | ||||||
| /********************************************* | /********************************************* | ||||||
|  * LINKS |  * LINKS | ||||||
|   | |||||||
| @@ -51,7 +51,130 @@ body { | |||||||
|  *********************************************/ |  *********************************************/ | ||||||
| .reveal p { | .reveal p { | ||||||
|   margin-bottom: 10px; |   margin-bottom: 10px; | ||||||
|   line-height: 1.3; } |   line-height: 1.2em; } | ||||||
|  |  | ||||||
|  | /* Ensure certain elements are never larger than the slide itself */ | ||||||
|  | .reveal img, | ||||||
|  | .reveal video, | ||||||
|  | .reveal iframe { | ||||||
|  |   max-width: 95%; | ||||||
|  |   max-height: 95%; } | ||||||
|  |  | ||||||
|  | .reveal strong, | ||||||
|  | .reveal b { | ||||||
|  |   font-weight: bold; } | ||||||
|  |  | ||||||
|  | .reveal em { | ||||||
|  |   font-style: italic; } | ||||||
|  |  | ||||||
|  | .reveal ol, | ||||||
|  | .reveal dl, | ||||||
|  | .reveal ul { | ||||||
|  |   display: inline-block; | ||||||
|  |   text-align: left; | ||||||
|  |   margin: 0 0 0 1em; } | ||||||
|  |  | ||||||
|  | .reveal ol { | ||||||
|  |   list-style-type: decimal; } | ||||||
|  |  | ||||||
|  | .reveal ul { | ||||||
|  |   list-style-type: disc; } | ||||||
|  |  | ||||||
|  | .reveal ul ul { | ||||||
|  |   list-style-type: square; } | ||||||
|  |  | ||||||
|  | .reveal ul ul ul { | ||||||
|  |   list-style-type: circle; } | ||||||
|  |  | ||||||
|  | .reveal ul ul, | ||||||
|  | .reveal ul ol, | ||||||
|  | .reveal ol ol, | ||||||
|  | .reveal ol ul { | ||||||
|  |   display: block; | ||||||
|  |   margin-left: 40px; } | ||||||
|  |  | ||||||
|  | .reveal dt { | ||||||
|  |   font-weight: bold; } | ||||||
|  |  | ||||||
|  | .reveal dd { | ||||||
|  |   margin-left: 40px; } | ||||||
|  |  | ||||||
|  | .reveal q, | ||||||
|  | .reveal blockquote { | ||||||
|  |   quotes: none; } | ||||||
|  |  | ||||||
|  | .reveal blockquote { | ||||||
|  |   display: block; | ||||||
|  |   position: relative; | ||||||
|  |   width: 70%; | ||||||
|  |   margin: 5px auto; | ||||||
|  |   padding: 5px; | ||||||
|  |   font-style: italic; | ||||||
|  |   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 { | ||||||
|  |   display: inline-block; } | ||||||
|  |  | ||||||
|  | .reveal q { | ||||||
|  |   font-style: italic; } | ||||||
|  |  | ||||||
|  | .reveal pre { | ||||||
|  |   display: block; | ||||||
|  |   position: relative; | ||||||
|  |   width: 90%; | ||||||
|  |   margin: 15px auto; | ||||||
|  |   text-align: left; | ||||||
|  |   font-size: 0.55em; | ||||||
|  |   font-family: monospace; | ||||||
|  |   line-height: 1.2em; | ||||||
|  |   word-wrap: break-word; | ||||||
|  |   box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); } | ||||||
|  |  | ||||||
|  | .reveal code { | ||||||
|  |   font-family: monospace; } | ||||||
|  |  | ||||||
|  | .reveal pre code { | ||||||
|  |   display: block; | ||||||
|  |   padding: 5px; | ||||||
|  |   overflow: auto; | ||||||
|  |   max-height: 400px; | ||||||
|  |   word-wrap: normal; | ||||||
|  |   background: #3F3F3F; | ||||||
|  |   color: #DCDCDC; } | ||||||
|  |  | ||||||
|  | .reveal table { | ||||||
|  |   margin: auto; | ||||||
|  |   border-collapse: collapse; | ||||||
|  |   border-spacing: 0; } | ||||||
|  |  | ||||||
|  | .reveal table th { | ||||||
|  |   font-weight: bold; } | ||||||
|  |  | ||||||
|  | .reveal table th, | ||||||
|  | .reveal table td { | ||||||
|  |   text-align: left; | ||||||
|  |   padding: 0.2em 0.5em 0.2em 0.5em; | ||||||
|  |   border-bottom: 1px solid; } | ||||||
|  |  | ||||||
|  | .reveal table tr:last-child td { | ||||||
|  |   border-bottom: none; } | ||||||
|  |  | ||||||
|  | .reveal sup { | ||||||
|  |   vertical-align: super; } | ||||||
|  |  | ||||||
|  | .reveal sub { | ||||||
|  |   vertical-align: sub; } | ||||||
|  |  | ||||||
|  | .reveal small { | ||||||
|  |   display: inline-block; | ||||||
|  |   font-size: 0.6em; | ||||||
|  |   line-height: 1.2em; | ||||||
|  |   vertical-align: top; } | ||||||
|  |  | ||||||
|  | .reveal small * { | ||||||
|  |   vertical-align: top; } | ||||||
|  |  | ||||||
| /********************************************* | /********************************************* | ||||||
|  * LINKS |  * LINKS | ||||||
|   | |||||||
| @@ -51,7 +51,130 @@ body { | |||||||
|  *********************************************/ |  *********************************************/ | ||||||
| .reveal p { | .reveal p { | ||||||
|   margin-bottom: 10px; |   margin-bottom: 10px; | ||||||
|   line-height: 1.3; } |   line-height: 1.2em; } | ||||||
|  |  | ||||||
|  | /* Ensure certain elements are never larger than the slide itself */ | ||||||
|  | .reveal img, | ||||||
|  | .reveal video, | ||||||
|  | .reveal iframe { | ||||||
|  |   max-width: 95%; | ||||||
|  |   max-height: 95%; } | ||||||
|  |  | ||||||
|  | .reveal strong, | ||||||
|  | .reveal b { | ||||||
|  |   font-weight: bold; } | ||||||
|  |  | ||||||
|  | .reveal em { | ||||||
|  |   font-style: italic; } | ||||||
|  |  | ||||||
|  | .reveal ol, | ||||||
|  | .reveal dl, | ||||||
|  | .reveal ul { | ||||||
|  |   display: inline-block; | ||||||
|  |   text-align: left; | ||||||
|  |   margin: 0 0 0 1em; } | ||||||
|  |  | ||||||
|  | .reveal ol { | ||||||
|  |   list-style-type: decimal; } | ||||||
|  |  | ||||||
|  | .reveal ul { | ||||||
|  |   list-style-type: disc; } | ||||||
|  |  | ||||||
|  | .reveal ul ul { | ||||||
|  |   list-style-type: square; } | ||||||
|  |  | ||||||
|  | .reveal ul ul ul { | ||||||
|  |   list-style-type: circle; } | ||||||
|  |  | ||||||
|  | .reveal ul ul, | ||||||
|  | .reveal ul ol, | ||||||
|  | .reveal ol ol, | ||||||
|  | .reveal ol ul { | ||||||
|  |   display: block; | ||||||
|  |   margin-left: 40px; } | ||||||
|  |  | ||||||
|  | .reveal dt { | ||||||
|  |   font-weight: bold; } | ||||||
|  |  | ||||||
|  | .reveal dd { | ||||||
|  |   margin-left: 40px; } | ||||||
|  |  | ||||||
|  | .reveal q, | ||||||
|  | .reveal blockquote { | ||||||
|  |   quotes: none; } | ||||||
|  |  | ||||||
|  | .reveal blockquote { | ||||||
|  |   display: block; | ||||||
|  |   position: relative; | ||||||
|  |   width: 70%; | ||||||
|  |   margin: 5px auto; | ||||||
|  |   padding: 5px; | ||||||
|  |   font-style: italic; | ||||||
|  |   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 { | ||||||
|  |   display: inline-block; } | ||||||
|  |  | ||||||
|  | .reveal q { | ||||||
|  |   font-style: italic; } | ||||||
|  |  | ||||||
|  | .reveal pre { | ||||||
|  |   display: block; | ||||||
|  |   position: relative; | ||||||
|  |   width: 90%; | ||||||
|  |   margin: 15px auto; | ||||||
|  |   text-align: left; | ||||||
|  |   font-size: 0.55em; | ||||||
|  |   font-family: monospace; | ||||||
|  |   line-height: 1.2em; | ||||||
|  |   word-wrap: break-word; | ||||||
|  |   box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); } | ||||||
|  |  | ||||||
|  | .reveal code { | ||||||
|  |   font-family: monospace; } | ||||||
|  |  | ||||||
|  | .reveal pre code { | ||||||
|  |   display: block; | ||||||
|  |   padding: 5px; | ||||||
|  |   overflow: auto; | ||||||
|  |   max-height: 400px; | ||||||
|  |   word-wrap: normal; | ||||||
|  |   background: #3F3F3F; | ||||||
|  |   color: #DCDCDC; } | ||||||
|  |  | ||||||
|  | .reveal table { | ||||||
|  |   margin: auto; | ||||||
|  |   border-collapse: collapse; | ||||||
|  |   border-spacing: 0; } | ||||||
|  |  | ||||||
|  | .reveal table th { | ||||||
|  |   font-weight: bold; } | ||||||
|  |  | ||||||
|  | .reveal table th, | ||||||
|  | .reveal table td { | ||||||
|  |   text-align: left; | ||||||
|  |   padding: 0.2em 0.5em 0.2em 0.5em; | ||||||
|  |   border-bottom: 1px solid; } | ||||||
|  |  | ||||||
|  | .reveal table tr:last-child td { | ||||||
|  |   border-bottom: none; } | ||||||
|  |  | ||||||
|  | .reveal sup { | ||||||
|  |   vertical-align: super; } | ||||||
|  |  | ||||||
|  | .reveal sub { | ||||||
|  |   vertical-align: sub; } | ||||||
|  |  | ||||||
|  | .reveal small { | ||||||
|  |   display: inline-block; | ||||||
|  |   font-size: 0.6em; | ||||||
|  |   line-height: 1.2em; | ||||||
|  |   vertical-align: top; } | ||||||
|  |  | ||||||
|  | .reveal small * { | ||||||
|  |   vertical-align: top; } | ||||||
|  |  | ||||||
| /********************************************* | /********************************************* | ||||||
|  * LINKS |  * LINKS | ||||||
|   | |||||||
| @@ -58,7 +58,130 @@ body { | |||||||
|  *********************************************/ |  *********************************************/ | ||||||
| .reveal p { | .reveal p { | ||||||
|   margin-bottom: 10px; |   margin-bottom: 10px; | ||||||
|   line-height: 1.3; } |   line-height: 1.2em; } | ||||||
|  |  | ||||||
|  | /* Ensure certain elements are never larger than the slide itself */ | ||||||
|  | .reveal img, | ||||||
|  | .reveal video, | ||||||
|  | .reveal iframe { | ||||||
|  |   max-width: 95%; | ||||||
|  |   max-height: 95%; } | ||||||
|  |  | ||||||
|  | .reveal strong, | ||||||
|  | .reveal b { | ||||||
|  |   font-weight: bold; } | ||||||
|  |  | ||||||
|  | .reveal em { | ||||||
|  |   font-style: italic; } | ||||||
|  |  | ||||||
|  | .reveal ol, | ||||||
|  | .reveal dl, | ||||||
|  | .reveal ul { | ||||||
|  |   display: inline-block; | ||||||
|  |   text-align: left; | ||||||
|  |   margin: 0 0 0 1em; } | ||||||
|  |  | ||||||
|  | .reveal ol { | ||||||
|  |   list-style-type: decimal; } | ||||||
|  |  | ||||||
|  | .reveal ul { | ||||||
|  |   list-style-type: disc; } | ||||||
|  |  | ||||||
|  | .reveal ul ul { | ||||||
|  |   list-style-type: square; } | ||||||
|  |  | ||||||
|  | .reveal ul ul ul { | ||||||
|  |   list-style-type: circle; } | ||||||
|  |  | ||||||
|  | .reveal ul ul, | ||||||
|  | .reveal ul ol, | ||||||
|  | .reveal ol ol, | ||||||
|  | .reveal ol ul { | ||||||
|  |   display: block; | ||||||
|  |   margin-left: 40px; } | ||||||
|  |  | ||||||
|  | .reveal dt { | ||||||
|  |   font-weight: bold; } | ||||||
|  |  | ||||||
|  | .reveal dd { | ||||||
|  |   margin-left: 40px; } | ||||||
|  |  | ||||||
|  | .reveal q, | ||||||
|  | .reveal blockquote { | ||||||
|  |   quotes: none; } | ||||||
|  |  | ||||||
|  | .reveal blockquote { | ||||||
|  |   display: block; | ||||||
|  |   position: relative; | ||||||
|  |   width: 70%; | ||||||
|  |   margin: 5px auto; | ||||||
|  |   padding: 5px; | ||||||
|  |   font-style: italic; | ||||||
|  |   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 { | ||||||
|  |   display: inline-block; } | ||||||
|  |  | ||||||
|  | .reveal q { | ||||||
|  |   font-style: italic; } | ||||||
|  |  | ||||||
|  | .reveal pre { | ||||||
|  |   display: block; | ||||||
|  |   position: relative; | ||||||
|  |   width: 90%; | ||||||
|  |   margin: 15px auto; | ||||||
|  |   text-align: left; | ||||||
|  |   font-size: 0.55em; | ||||||
|  |   font-family: monospace; | ||||||
|  |   line-height: 1.2em; | ||||||
|  |   word-wrap: break-word; | ||||||
|  |   box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); } | ||||||
|  |  | ||||||
|  | .reveal code { | ||||||
|  |   font-family: monospace; } | ||||||
|  |  | ||||||
|  | .reveal pre code { | ||||||
|  |   display: block; | ||||||
|  |   padding: 5px; | ||||||
|  |   overflow: auto; | ||||||
|  |   max-height: 400px; | ||||||
|  |   word-wrap: normal; | ||||||
|  |   background: #3F3F3F; | ||||||
|  |   color: #DCDCDC; } | ||||||
|  |  | ||||||
|  | .reveal table { | ||||||
|  |   margin: auto; | ||||||
|  |   border-collapse: collapse; | ||||||
|  |   border-spacing: 0; } | ||||||
|  |  | ||||||
|  | .reveal table th { | ||||||
|  |   font-weight: bold; } | ||||||
|  |  | ||||||
|  | .reveal table th, | ||||||
|  | .reveal table td { | ||||||
|  |   text-align: left; | ||||||
|  |   padding: 0.2em 0.5em 0.2em 0.5em; | ||||||
|  |   border-bottom: 1px solid; } | ||||||
|  |  | ||||||
|  | .reveal table tr:last-child td { | ||||||
|  |   border-bottom: none; } | ||||||
|  |  | ||||||
|  | .reveal sup { | ||||||
|  |   vertical-align: super; } | ||||||
|  |  | ||||||
|  | .reveal sub { | ||||||
|  |   vertical-align: sub; } | ||||||
|  |  | ||||||
|  | .reveal small { | ||||||
|  |   display: inline-block; | ||||||
|  |   font-size: 0.6em; | ||||||
|  |   line-height: 1.2em; | ||||||
|  |   vertical-align: top; } | ||||||
|  |  | ||||||
|  | .reveal small * { | ||||||
|  |   vertical-align: top; } | ||||||
|  |  | ||||||
| /********************************************* | /********************************************* | ||||||
|  * LINKS |  * LINKS | ||||||
|   | |||||||
| @@ -60,7 +60,130 @@ body { | |||||||
|  *********************************************/ |  *********************************************/ | ||||||
| .reveal p { | .reveal p { | ||||||
|   margin-bottom: 10px; |   margin-bottom: 10px; | ||||||
|   line-height: 1.3; } |   line-height: 1.2em; } | ||||||
|  |  | ||||||
|  | /* Ensure certain elements are never larger than the slide itself */ | ||||||
|  | .reveal img, | ||||||
|  | .reveal video, | ||||||
|  | .reveal iframe { | ||||||
|  |   max-width: 95%; | ||||||
|  |   max-height: 95%; } | ||||||
|  |  | ||||||
|  | .reveal strong, | ||||||
|  | .reveal b { | ||||||
|  |   font-weight: bold; } | ||||||
|  |  | ||||||
|  | .reveal em { | ||||||
|  |   font-style: italic; } | ||||||
|  |  | ||||||
|  | .reveal ol, | ||||||
|  | .reveal dl, | ||||||
|  | .reveal ul { | ||||||
|  |   display: inline-block; | ||||||
|  |   text-align: left; | ||||||
|  |   margin: 0 0 0 1em; } | ||||||
|  |  | ||||||
|  | .reveal ol { | ||||||
|  |   list-style-type: decimal; } | ||||||
|  |  | ||||||
|  | .reveal ul { | ||||||
|  |   list-style-type: disc; } | ||||||
|  |  | ||||||
|  | .reveal ul ul { | ||||||
|  |   list-style-type: square; } | ||||||
|  |  | ||||||
|  | .reveal ul ul ul { | ||||||
|  |   list-style-type: circle; } | ||||||
|  |  | ||||||
|  | .reveal ul ul, | ||||||
|  | .reveal ul ol, | ||||||
|  | .reveal ol ol, | ||||||
|  | .reveal ol ul { | ||||||
|  |   display: block; | ||||||
|  |   margin-left: 40px; } | ||||||
|  |  | ||||||
|  | .reveal dt { | ||||||
|  |   font-weight: bold; } | ||||||
|  |  | ||||||
|  | .reveal dd { | ||||||
|  |   margin-left: 40px; } | ||||||
|  |  | ||||||
|  | .reveal q, | ||||||
|  | .reveal blockquote { | ||||||
|  |   quotes: none; } | ||||||
|  |  | ||||||
|  | .reveal blockquote { | ||||||
|  |   display: block; | ||||||
|  |   position: relative; | ||||||
|  |   width: 70%; | ||||||
|  |   margin: 5px auto; | ||||||
|  |   padding: 5px; | ||||||
|  |   font-style: italic; | ||||||
|  |   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 { | ||||||
|  |   display: inline-block; } | ||||||
|  |  | ||||||
|  | .reveal q { | ||||||
|  |   font-style: italic; } | ||||||
|  |  | ||||||
|  | .reveal pre { | ||||||
|  |   display: block; | ||||||
|  |   position: relative; | ||||||
|  |   width: 90%; | ||||||
|  |   margin: 15px auto; | ||||||
|  |   text-align: left; | ||||||
|  |   font-size: 0.55em; | ||||||
|  |   font-family: monospace; | ||||||
|  |   line-height: 1.2em; | ||||||
|  |   word-wrap: break-word; | ||||||
|  |   box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); } | ||||||
|  |  | ||||||
|  | .reveal code { | ||||||
|  |   font-family: monospace; } | ||||||
|  |  | ||||||
|  | .reveal pre code { | ||||||
|  |   display: block; | ||||||
|  |   padding: 5px; | ||||||
|  |   overflow: auto; | ||||||
|  |   max-height: 400px; | ||||||
|  |   word-wrap: normal; | ||||||
|  |   background: #3F3F3F; | ||||||
|  |   color: #DCDCDC; } | ||||||
|  |  | ||||||
|  | .reveal table { | ||||||
|  |   margin: auto; | ||||||
|  |   border-collapse: collapse; | ||||||
|  |   border-spacing: 0; } | ||||||
|  |  | ||||||
|  | .reveal table th { | ||||||
|  |   font-weight: bold; } | ||||||
|  |  | ||||||
|  | .reveal table th, | ||||||
|  | .reveal table td { | ||||||
|  |   text-align: left; | ||||||
|  |   padding: 0.2em 0.5em 0.2em 0.5em; | ||||||
|  |   border-bottom: 1px solid; } | ||||||
|  |  | ||||||
|  | .reveal table tr:last-child td { | ||||||
|  |   border-bottom: none; } | ||||||
|  |  | ||||||
|  | .reveal sup { | ||||||
|  |   vertical-align: super; } | ||||||
|  |  | ||||||
|  | .reveal sub { | ||||||
|  |   vertical-align: sub; } | ||||||
|  |  | ||||||
|  | .reveal small { | ||||||
|  |   display: inline-block; | ||||||
|  |   font-size: 0.6em; | ||||||
|  |   line-height: 1.2em; | ||||||
|  |   vertical-align: top; } | ||||||
|  |  | ||||||
|  | .reveal small * { | ||||||
|  |   vertical-align: top; } | ||||||
|  |  | ||||||
| /********************************************* | /********************************************* | ||||||
|  * LINKS |  * LINKS | ||||||
|   | |||||||
| @@ -55,7 +55,157 @@ body { | |||||||
|  |  | ||||||
| .reveal p { | .reveal p { | ||||||
| 	margin-bottom: 10px; | 	margin-bottom: 10px; | ||||||
| 	line-height: 1.3; | 	line-height: 1.2em; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | /* Ensure certain elements are never larger than the slide itself */ | ||||||
|  | .reveal img, | ||||||
|  | .reveal video, | ||||||
|  | .reveal iframe { | ||||||
|  | 	max-width: 95%; | ||||||
|  | 	max-height: 95%; | ||||||
|  | } | ||||||
|  | .reveal strong, | ||||||
|  | .reveal b { | ||||||
|  | 	font-weight: bold; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | .reveal em { | ||||||
|  | 	font-style: italic; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | .reveal ol, | ||||||
|  | .reveal dl, | ||||||
|  | .reveal ul { | ||||||
|  | 	display: inline-block; | ||||||
|  |  | ||||||
|  | 	text-align: left; | ||||||
|  | 	margin: 0 0 0 1em; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | .reveal ol { | ||||||
|  | 	list-style-type: decimal; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | .reveal ul { | ||||||
|  | 	list-style-type: disc; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | .reveal ul ul { | ||||||
|  | 	list-style-type: square; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | .reveal ul ul ul { | ||||||
|  | 	list-style-type: circle; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | .reveal ul ul, | ||||||
|  | .reveal ul ol, | ||||||
|  | .reveal ol ol, | ||||||
|  | .reveal ol ul { | ||||||
|  | 	display: block; | ||||||
|  | 	margin-left: 40px; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | .reveal dt { | ||||||
|  | 	font-weight: bold; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | .reveal dd { | ||||||
|  | 	margin-left: 40px; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | .reveal q, | ||||||
|  | .reveal blockquote { | ||||||
|  | 	quotes: none; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | .reveal blockquote { | ||||||
|  | 	display: block; | ||||||
|  | 	position: relative; | ||||||
|  | 	width: 70%; | ||||||
|  | 	margin: 5px auto; | ||||||
|  | 	padding: 5px; | ||||||
|  |  | ||||||
|  | 	font-style: italic; | ||||||
|  | 	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 { | ||||||
|  | 		display: inline-block; | ||||||
|  | 	} | ||||||
|  |  | ||||||
|  | .reveal q { | ||||||
|  | 	font-style: italic; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | .reveal pre { | ||||||
|  | 	display: block; | ||||||
|  | 	position: relative; | ||||||
|  | 	width: 90%; | ||||||
|  | 	margin: 15px auto; | ||||||
|  |  | ||||||
|  | 	text-align: left; | ||||||
|  | 	font-size: 0.55em; | ||||||
|  | 	font-family: monospace; | ||||||
|  | 	line-height: 1.2em; | ||||||
|  |  | ||||||
|  | 	word-wrap: break-word; | ||||||
|  |  | ||||||
|  | 	box-shadow: 0px 0px 6px rgba(0,0,0,0.3); | ||||||
|  | } | ||||||
|  | .reveal code { | ||||||
|  | 	font-family: monospace; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | .reveal pre code { | ||||||
|  | 	display: block; | ||||||
|  | 	padding: 5px; | ||||||
|  | 	overflow: auto; | ||||||
|  | 	max-height: 400px; | ||||||
|  | 	word-wrap: normal; | ||||||
|  | 	background: #3F3F3F; | ||||||
|  | 	color: #DCDCDC; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | .reveal table { | ||||||
|  | 	margin: auto; | ||||||
|  | 	border-collapse: collapse; | ||||||
|  | 	border-spacing: 0; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | .reveal table th { | ||||||
|  | 	font-weight: bold; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | .reveal table th, | ||||||
|  | .reveal table td { | ||||||
|  | 	text-align: left; | ||||||
|  | 	padding: 0.2em 0.5em 0.2em 0.5em; | ||||||
|  | 	border-bottom: 1px solid; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | .reveal table tr:last-child td { | ||||||
|  |     border-bottom: none; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | .reveal sup { | ||||||
|  | 	vertical-align: super; | ||||||
|  | } | ||||||
|  | .reveal sub { | ||||||
|  | 	vertical-align: sub; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | .reveal small { | ||||||
|  | 	display: inline-block; | ||||||
|  | 	font-size: 0.6em; | ||||||
|  | 	line-height: 1.2em; | ||||||
|  | 	vertical-align: top; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | .reveal small * { | ||||||
|  | 	vertical-align: top; | ||||||
| } | } | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user