beige.css 6.1 KB

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