solarized.css 6.0 KB

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