league.css 7.1 KB

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