simple.css 6.1 KB

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