simple.css 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  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. .reveal table {
  119. margin: auto;
  120. border-collapse: collapse;
  121. border-spacing: 0; }
  122. .reveal table th {
  123. font-weight: bold; }
  124. .reveal table th, .reveal table td {
  125. text-align: left;
  126. padding: 0.2em 0.5em 0.2em 0.5em;
  127. border-bottom: 1px solid; }
  128. .reveal table th[align="center"], .reveal table td[align="center"] {
  129. text-align: center; }
  130. .reveal table th[align="right"], .reveal table td[align="right"] {
  131. text-align: right; }
  132. .reveal table tr:last-child td {
  133. border-bottom: none; }
  134. .reveal sup {
  135. vertical-align: super; }
  136. .reveal sub {
  137. vertical-align: sub; }
  138. .reveal small {
  139. display: inline-block;
  140. font-size: 0.6em;
  141. line-height: 1.2em;
  142. vertical-align: top; }
  143. .reveal small * {
  144. vertical-align: top; }
  145. /*********************************************
  146. * LINKS
  147. *********************************************/
  148. .reveal a {
  149. color: #00008B;
  150. text-decoration: none;
  151. -webkit-transition: color 0.15s ease;
  152. -moz-transition: color 0.15s ease;
  153. transition: color 0.15s ease; }
  154. .reveal a:hover {
  155. color: #0000f1;
  156. text-shadow: none;
  157. border: none; }
  158. .reveal .roll span:after {
  159. color: #fff;
  160. background: #00003f; }
  161. /*********************************************
  162. * IMAGES
  163. *********************************************/
  164. .reveal section img {
  165. margin: 15px 0px;
  166. background: rgba(255, 255, 255, 0.12);
  167. border: 4px solid #000;
  168. box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
  169. .reveal a img {
  170. -webkit-transition: all 0.15s linear;
  171. -moz-transition: all 0.15s linear;
  172. transition: all 0.15s linear; }
  173. .reveal a:hover img {
  174. background: rgba(255, 255, 255, 0.2);
  175. border-color: #00008B;
  176. box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
  177. /*********************************************
  178. * NAVIGATION CONTROLS
  179. *********************************************/
  180. .reveal .controls div.navigate-left, .reveal .controls div.navigate-left.enabled {
  181. border-right-color: #00008B; }
  182. .reveal .controls div.navigate-right, .reveal .controls div.navigate-right.enabled {
  183. border-left-color: #00008B; }
  184. .reveal .controls div.navigate-up, .reveal .controls div.navigate-up.enabled {
  185. border-bottom-color: #00008B; }
  186. .reveal .controls div.navigate-down, .reveal .controls div.navigate-down.enabled {
  187. border-top-color: #00008B; }
  188. .reveal .controls div.navigate-left.enabled:hover {
  189. border-right-color: #0000f1; }
  190. .reveal .controls div.navigate-right.enabled:hover {
  191. border-left-color: #0000f1; }
  192. .reveal .controls div.navigate-up.enabled:hover {
  193. border-bottom-color: #0000f1; }
  194. .reveal .controls div.navigate-down.enabled:hover {
  195. border-top-color: #0000f1; }
  196. /*********************************************
  197. * PROGRESS BAR
  198. *********************************************/
  199. .reveal .progress {
  200. background: rgba(0, 0, 0, 0.2); }
  201. .reveal .progress span {
  202. background: #00008B;
  203. -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  204. -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  205. transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
  206. /*********************************************
  207. * SLIDE NUMBER
  208. *********************************************/
  209. .reveal .slide-number {
  210. color: #00008B; }