sky.css 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  1. @import url(https://fonts.googleapis.com/css?family=Quicksand:400,700,400italic,700italic);
  2. @import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
  3. /**
  4. * Sky theme for reveal.js.
  5. *
  6. * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
  7. */
  8. .reveal a {
  9. line-height: 1.3em; }
  10. /*********************************************
  11. * GLOBAL STYLES
  12. *********************************************/
  13. body {
  14. background: #add9e4;
  15. background: -moz-radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
  16. background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #f7fbfc), color-stop(100%, #add9e4));
  17. background: -webkit-radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
  18. background: -o-radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
  19. background: -ms-radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
  20. background: radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
  21. background-color: #f7fbfc; }
  22. .reveal {
  23. font-family: 'Open Sans', sans-serif;
  24. font-size: 36px;
  25. font-weight: normal;
  26. color: #333; }
  27. ::selection {
  28. color: #fff;
  29. background: #134674;
  30. text-shadow: none; }
  31. .reveal .slides > section, .reveal .slides > section > section {
  32. line-height: 1.3;
  33. font-weight: inherit; }
  34. /*********************************************
  35. * HEADERS
  36. *********************************************/
  37. .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {
  38. margin: 0 0 20px 0;
  39. color: #333;
  40. font-family: 'Quicksand', sans-serif;
  41. font-weight: normal;
  42. line-height: 1.2;
  43. letter-spacing: -0.08em;
  44. text-transform: uppercase;
  45. text-shadow: none;
  46. word-wrap: break-word; }
  47. .reveal h1 {
  48. font-size: 3.77em; }
  49. .reveal h2 {
  50. font-size: 2.11em; }
  51. .reveal h3 {
  52. font-size: 1.55em; }
  53. .reveal h4 {
  54. font-size: 1em; }
  55. .reveal h1 {
  56. text-shadow: none; }
  57. /*********************************************
  58. * OTHER
  59. *********************************************/
  60. .reveal p {
  61. margin: 20px 0;
  62. line-height: 1.3; }
  63. /* Ensure certain elements are never larger than the slide itself */
  64. .reveal img, .reveal video, .reveal iframe {
  65. max-width: 95%;
  66. max-height: 95%; }
  67. .reveal strong, .reveal b {
  68. font-weight: bold; }
  69. .reveal em {
  70. font-style: italic; }
  71. .reveal ol, .reveal dl, .reveal ul {
  72. display: inline-block;
  73. text-align: left;
  74. margin: 0 0 0 1em; }
  75. .reveal ol {
  76. list-style-type: decimal; }
  77. .reveal ul {
  78. list-style-type: disc; }
  79. .reveal ul ul {
  80. list-style-type: square; }
  81. .reveal ul ul ul {
  82. list-style-type: circle; }
  83. .reveal ul ul, .reveal ul ol, .reveal ol ol, .reveal ol ul {
  84. display: block;
  85. margin-left: 40px; }
  86. .reveal dt {
  87. font-weight: bold; }
  88. .reveal dd {
  89. margin-left: 40px; }
  90. .reveal q, .reveal blockquote {
  91. quotes: none; }
  92. .reveal blockquote {
  93. display: block;
  94. position: relative;
  95. width: 70%;
  96. margin: 20px auto;
  97. padding: 5px;
  98. font-style: italic;
  99. background: rgba(255, 255, 255, 0.05);
  100. box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }
  101. .reveal blockquote p:first-child, .reveal blockquote p:last-child {
  102. display: inline-block; }
  103. .reveal q {
  104. font-style: italic; }
  105. .reveal pre {
  106. display: block;
  107. position: relative;
  108. width: 90%;
  109. margin: 20px auto;
  110. text-align: left;
  111. font-size: 0.55em;
  112. font-family: monospace;
  113. line-height: 1.2em;
  114. word-wrap: break-word;
  115. box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }
  116. .reveal code {
  117. font-family: monospace; }
  118. .reveal pre code {
  119. display: block;
  120. padding: 5px;
  121. overflow: auto;
  122. max-height: 400px;
  123. word-wrap: normal;
  124. background: #3F3F3F;
  125. color: #DCDCDC; }
  126. .reveal table {
  127. margin: auto;
  128. border-collapse: collapse;
  129. border-spacing: 0; }
  130. .reveal table th {
  131. font-weight: bold; }
  132. .reveal table th, .reveal table td {
  133. text-align: left;
  134. padding: 0.2em 0.5em 0.2em 0.5em;
  135. border-bottom: 1px solid; }
  136. .reveal table tr:last-child td {
  137. border-bottom: none; }
  138. .reveal sup {
  139. vertical-align: super; }
  140. .reveal sub {
  141. vertical-align: sub; }
  142. .reveal small {
  143. display: inline-block;
  144. font-size: 0.6em;
  145. line-height: 1.2em;
  146. vertical-align: top; }
  147. .reveal small * {
  148. vertical-align: top; }
  149. /*********************************************
  150. * LINKS
  151. *********************************************/
  152. .reveal a {
  153. color: #3b759e;
  154. text-decoration: none;
  155. -webkit-transition: color 0.15s ease;
  156. -moz-transition: color 0.15s ease;
  157. transition: color 0.15s ease; }
  158. .reveal a:hover {
  159. color: #74a8cb;
  160. text-shadow: none;
  161. border: none; }
  162. .reveal .roll span:after {
  163. color: #fff;
  164. background: #264d66; }
  165. /*********************************************
  166. * IMAGES
  167. *********************************************/
  168. .reveal section img {
  169. margin: 15px 0px;
  170. background: rgba(255, 255, 255, 0.12);
  171. border: 4px solid #333;
  172. box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
  173. .reveal a img {
  174. -webkit-transition: all 0.15s linear;
  175. -moz-transition: all 0.15s linear;
  176. transition: all 0.15s linear; }
  177. .reveal a:hover img {
  178. background: rgba(255, 255, 255, 0.2);
  179. border-color: #3b759e;
  180. box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
  181. /*********************************************
  182. * NAVIGATION CONTROLS
  183. *********************************************/
  184. .reveal .controls div.navigate-left, .reveal .controls div.navigate-left.enabled {
  185. border-right-color: #3b759e; }
  186. .reveal .controls div.navigate-right, .reveal .controls div.navigate-right.enabled {
  187. border-left-color: #3b759e; }
  188. .reveal .controls div.navigate-up, .reveal .controls div.navigate-up.enabled {
  189. border-bottom-color: #3b759e; }
  190. .reveal .controls div.navigate-down, .reveal .controls div.navigate-down.enabled {
  191. border-top-color: #3b759e; }
  192. .reveal .controls div.navigate-left.enabled:hover {
  193. border-right-color: #74a8cb; }
  194. .reveal .controls div.navigate-right.enabled:hover {
  195. border-left-color: #74a8cb; }
  196. .reveal .controls div.navigate-up.enabled:hover {
  197. border-bottom-color: #74a8cb; }
  198. .reveal .controls div.navigate-down.enabled:hover {
  199. border-top-color: #74a8cb; }
  200. /*********************************************
  201. * PROGRESS BAR
  202. *********************************************/
  203. .reveal .progress {
  204. background: rgba(0, 0, 0, 0.2); }
  205. .reveal .progress span {
  206. background: #3b759e;
  207. -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  208. -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  209. transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
  210. /*********************************************
  211. * SLIDE NUMBER
  212. *********************************************/
  213. .reveal .slide-number {
  214. color: #3b759e; }