blood.css 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  1. /**
  2. * Blood theme for reveal.js
  3. * Author: Walther http://github.com/Walther
  4. *
  5. * Designed to be used with highlight.js theme
  6. * "monokai_sublime.css" available from
  7. * https://github.com/isagalaev/highlight.js/
  8. *
  9. * For other themes, change $codeBackground accordingly.
  10. *
  11. */
  12. @import url(https://fonts.googleapis.com/css?family=Ubuntu:300,700,300italic,700italic);
  13. /*********************************************
  14. * GLOBAL STYLES
  15. *********************************************/
  16. body {
  17. background: #222;
  18. background-color: #222; }
  19. .reveal {
  20. font-family: Ubuntu, "sans-serif";
  21. font-size: 40px;
  22. font-weight: normal;
  23. color: #eee; }
  24. ::selection {
  25. color: #fff;
  26. background: #a23;
  27. text-shadow: none; }
  28. ::-moz-selection {
  29. color: #fff;
  30. background: #a23;
  31. text-shadow: none; }
  32. .reveal .slides > section,
  33. .reveal .slides > section > section {
  34. line-height: 1.3;
  35. font-weight: inherit; }
  36. /*********************************************
  37. * HEADERS
  38. *********************************************/
  39. .reveal h1,
  40. .reveal h2,
  41. .reveal h3,
  42. .reveal h4,
  43. .reveal h5,
  44. .reveal h6 {
  45. margin: 0 0 20px 0;
  46. color: #eee;
  47. font-family: Ubuntu, "sans-serif";
  48. font-weight: normal;
  49. line-height: 1.2;
  50. letter-spacing: normal;
  51. text-transform: uppercase;
  52. text-shadow: 2px 2px 2px #222;
  53. word-wrap: break-word; }
  54. .reveal h1 {
  55. font-size: 3.77em; }
  56. .reveal h2 {
  57. font-size: 2.11em; }
  58. .reveal h3 {
  59. font-size: 1.55em; }
  60. .reveal h4 {
  61. font-size: 1em; }
  62. .reveal h1 {
  63. 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); }
  64. /*********************************************
  65. * OTHER
  66. *********************************************/
  67. .reveal p {
  68. margin: 20px 0;
  69. line-height: 1.3; }
  70. /* Ensure certain elements are never larger than the slide itself */
  71. .reveal img,
  72. .reveal video,
  73. .reveal iframe {
  74. max-width: 95%;
  75. max-height: 95%; }
  76. .reveal strong,
  77. .reveal b {
  78. font-weight: bold; }
  79. .reveal em {
  80. font-style: italic; }
  81. .reveal ol,
  82. .reveal dl,
  83. .reveal ul {
  84. display: inline-block;
  85. text-align: left;
  86. margin: 0 0 0 1em; }
  87. .reveal ol {
  88. list-style-type: decimal; }
  89. .reveal ul {
  90. list-style-type: disc; }
  91. .reveal ul ul {
  92. list-style-type: square; }
  93. .reveal ul ul ul {
  94. list-style-type: circle; }
  95. .reveal ul ul,
  96. .reveal ul ol,
  97. .reveal ol ol,
  98. .reveal ol ul {
  99. display: block;
  100. margin-left: 40px; }
  101. .reveal dt {
  102. font-weight: bold; }
  103. .reveal dd {
  104. margin-left: 40px; }
  105. .reveal blockquote {
  106. display: block;
  107. position: relative;
  108. width: 70%;
  109. margin: 20px auto;
  110. padding: 5px;
  111. font-style: italic;
  112. background: rgba(255, 255, 255, 0.05);
  113. box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }
  114. .reveal blockquote p:first-child,
  115. .reveal blockquote p:last-child {
  116. display: inline-block; }
  117. .reveal q {
  118. font-style: italic; }
  119. .reveal pre {
  120. display: block;
  121. position: relative;
  122. width: 90%;
  123. margin: 20px auto;
  124. text-align: left;
  125. font-size: 0.55em;
  126. font-family: monospace;
  127. line-height: 1.2em;
  128. word-wrap: break-word;
  129. box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }
  130. .reveal code {
  131. font-family: monospace;
  132. text-transform: none; }
  133. .reveal pre code {
  134. display: block;
  135. padding: 5px;
  136. overflow: auto;
  137. max-height: 400px;
  138. word-wrap: normal; }
  139. .reveal table {
  140. margin: auto;
  141. border-collapse: collapse;
  142. border-spacing: 0; }
  143. .reveal table th {
  144. font-weight: bold; }
  145. .reveal table th,
  146. .reveal table td {
  147. text-align: left;
  148. padding: 0.2em 0.5em 0.2em 0.5em;
  149. border-bottom: 1px solid; }
  150. .reveal table th[align="center"],
  151. .reveal table td[align="center"] {
  152. text-align: center; }
  153. .reveal table th[align="right"],
  154. .reveal table td[align="right"] {
  155. text-align: right; }
  156. .reveal table tbody tr:last-child th,
  157. .reveal table tbody tr:last-child td {
  158. border-bottom: none; }
  159. .reveal sup {
  160. vertical-align: super; }
  161. .reveal sub {
  162. vertical-align: sub; }
  163. .reveal small {
  164. display: inline-block;
  165. font-size: 0.6em;
  166. line-height: 1.2em;
  167. vertical-align: top; }
  168. .reveal small * {
  169. vertical-align: top; }
  170. /*********************************************
  171. * LINKS
  172. *********************************************/
  173. .reveal a {
  174. color: #a23;
  175. text-decoration: none;
  176. -webkit-transition: color .15s ease;
  177. -moz-transition: color .15s ease;
  178. transition: color .15s ease; }
  179. .reveal a:hover {
  180. color: #dd5566;
  181. text-shadow: none;
  182. border: none; }
  183. .reveal .roll span:after {
  184. color: #fff;
  185. background: #6a1520; }
  186. /*********************************************
  187. * IMAGES
  188. *********************************************/
  189. .reveal section img {
  190. margin: 15px 0px;
  191. background: rgba(255, 255, 255, 0.12);
  192. border: 4px solid #eee;
  193. box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
  194. .reveal section img.plain {
  195. border: 0;
  196. box-shadow: none; }
  197. .reveal a img {
  198. -webkit-transition: all .15s linear;
  199. -moz-transition: all .15s linear;
  200. transition: all .15s linear; }
  201. .reveal a:hover img {
  202. background: rgba(255, 255, 255, 0.2);
  203. border-color: #a23;
  204. box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
  205. /*********************************************
  206. * NAVIGATION CONTROLS
  207. *********************************************/
  208. .reveal .controls {
  209. color: #a23; }
  210. /*********************************************
  211. * PROGRESS BAR
  212. *********************************************/
  213. .reveal .progress {
  214. background: rgba(0, 0, 0, 0.2);
  215. color: #a23; }
  216. .reveal .progress span {
  217. -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  218. -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  219. transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
  220. .reveal p {
  221. font-weight: 300;
  222. text-shadow: 1px 1px #222; }
  223. .reveal h1,
  224. .reveal h2,
  225. .reveal h3,
  226. .reveal h4,
  227. .reveal h5,
  228. .reveal h6 {
  229. font-weight: 700; }
  230. .reveal p code {
  231. background-color: #23241f;
  232. display: inline-block;
  233. border-radius: 7px; }
  234. .reveal small code {
  235. vertical-align: baseline; }