theme: lca2019: add border around videos
Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
		| @@ -365,6 +365,28 @@ body { | |||||||
|     box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); |     box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); | ||||||
| } | } | ||||||
|  |  | ||||||
|  | /********************************************* | ||||||
|  |  * VIDEOS | ||||||
|  |  *********************************************/ | ||||||
|  |  | ||||||
|  |  .reveal section video { | ||||||
|  |     margin: 15px 0px; | ||||||
|  |     background: rgba(255, 255, 255, 0.12); | ||||||
|  |     border: 4px solid #fff; | ||||||
|  |     box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); | ||||||
|  | } | ||||||
|  |  | ||||||
|  | .reveal section video.plain { | ||||||
|  |     border: 0; | ||||||
|  |     box-shadow: none; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | .reveal a video { | ||||||
|  |     -webkit-transition: all .15s linear; | ||||||
|  |     -moz-transition: all .15s linear; | ||||||
|  |     transition: all .15s linear; | ||||||
|  | } | ||||||
|  |  | ||||||
| /********************************************* | /********************************************* | ||||||
|  * NAVIGATION CONTROLS |  * NAVIGATION CONTROLS | ||||||
|  *********************************************/ |  *********************************************/ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user