daw.css 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334
  1. /* @override http://macs.local/gwd/gapps/css/theme/daw.css */
  2. @import url(https://fonts.googleapis.com/css?family=Quicksand:400,700,400italic,700italic);
  3. @import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
  4. /**
  5. * Based on the Sky theme for reveal.js.
  6. */
  7. .reveal a:not(.image) {
  8. line-height: 1.3em; }
  9. /*********************************************
  10. * GLOBAL STYLES
  11. *********************************************/
  12. body {
  13. background: #add9e4;
  14. background: -moz-radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
  15. background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #f7fbfc), color-stop(100%, #add9e4));
  16. background: -webkit-radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
  17. background: -o-radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
  18. background: -ms-radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
  19. background: radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
  20. background-color: #f7fbfc; }
  21. .reveal {
  22. font-family: "Open Sans", sans-serif;
  23. font-size: 36px;
  24. font-weight: normal;
  25. letter-spacing: -0.02em;
  26. color: #333333; }
  27. ::selection {
  28. color: white;
  29. background: #134674;
  30. text-shadow: none; }
  31. /*********************************************
  32. * HEADERS
  33. *********************************************/
  34. .reveal h1,
  35. .reveal h2,
  36. .reveal h3,
  37. .reveal h4,
  38. .reveal h5,
  39. .reveal h6 {
  40. margin: 0 0 20px 0;
  41. color: #333333;
  42. font-family: "Quicksand", sans-serif;
  43. line-height: 0.9em;
  44. letter-spacing: -0.08em;
  45. text-transform: uppercase;
  46. text-shadow: none; }
  47. /*********************************************
  48. * LINKS
  49. *********************************************/
  50. .reveal a:not(.image) {
  51. color: #3b759e;
  52. text-decoration: none;
  53. -webkit-transition: color .15s ease;
  54. -moz-transition: color .15s ease;
  55. -ms-transition: color .15s ease;
  56. -o-transition: color .15s ease;
  57. transition: color .15s ease; }
  58. .reveal a:not(.image):hover {
  59. color: #0865A6;
  60. text-shadow: none;
  61. border: none; }
  62. .reveal .roll span:after {
  63. color: #fff;
  64. background: #0865A6; }
  65. /*********************************************
  66. * IMAGES
  67. *********************************************/
  68. .reveal section img {
  69. margin: 15px 0px;
  70. background: rgba(255, 255, 255, 0.12);
  71. border: 4px solid #333333;
  72. box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  73. -webkit-transition: all .2s linear;
  74. -moz-transition: all .2s linear;
  75. -ms-transition: all .2s linear;
  76. -o-transition: all .2s linear;
  77. transition: all .2s linear; }
  78. .reveal section img.noborder {
  79. border: none;
  80. }
  81. .reveal a:hover img {
  82. background: rgba(255, 255, 255, 0.2);
  83. border-color: #3b759e;
  84. box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
  85. /*********************************************
  86. * NAVIGATION CONTROLS
  87. *********************************************/
  88. .reveal .controls div.navigate-left,
  89. .reveal .controls div.navigate-left.enabled {
  90. border-right-color: #3b759e; }
  91. .reveal .controls div.navigate-right,
  92. .reveal .controls div.navigate-right.enabled {
  93. border-left-color: #3b759e; }
  94. .reveal .controls div.navigate-up,
  95. .reveal .controls div.navigate-up.enabled {
  96. border-bottom-color: #3b759e; }
  97. .reveal .controls div.navigate-down,
  98. .reveal .controls div.navigate-down.enabled {
  99. border-top-color: #3b759e; }
  100. .reveal .controls div.navigate-left.enabled:hover {
  101. border-right-color: #74a7cb; }
  102. .reveal .controls div.navigate-right.enabled:hover {
  103. border-left-color: #74a7cb; }
  104. .reveal .controls div.navigate-up.enabled:hover {
  105. border-bottom-color: #74a7cb; }
  106. .reveal .controls div.navigate-down.enabled:hover {
  107. border-top-color: #74a7cb; }
  108. /*********************************************
  109. * PROGRESS BAR
  110. *********************************************/
  111. .reveal .progress {
  112. background: rgba(0, 0, 0, 0.2); }
  113. .reveal .progress span {
  114. background: #3b759e;
  115. -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  116. -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  117. -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  118. -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  119. transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
  120. /*********************************************
  121. * SLIDE NUMBER
  122. *********************************************/
  123. .reveal .slide-number {
  124. color: #3b759e; }
  125. /*********************************************
  126. * Custom - windhamdavid
  127. *********************************************/
  128. .reveal h1 {
  129. text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }
  130. .reveal h1.light,
  131. .reveal h2.light,
  132. .reveal h3.light,
  133. .reveal h4.light {
  134. color: #e1e1e1;
  135. }
  136. .reveal p.light {
  137. color: #e1e1e1;
  138. }
  139. .bg-block {
  140. background: #fff;
  141. padding: 20px;
  142. opacity:0.8;
  143. filter:alpha(opacity=80); /* For IE8 and earlier */
  144. }
  145. .bg-block h4 {
  146. padding: 30px;
  147. }
  148. .reveal .theend {
  149. background: #000;
  150. }
  151. .reveal span.highlight {
  152. color:#cecece;
  153. text-shadow: 1px 1px 1px #000;
  154. /*text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
  155. text-shadow: 1px 1px 1px #000, 3px 3px 5px blue;*/
  156. }
  157. .reveal p.footnotes {
  158. font-size:14px;
  159. padding-bottom:10px;
  160. }
  161. .reveal a.light {
  162. color:#FF70F4;
  163. }
  164. @-webkit-keyframes pulse {
  165. 0% {color: #FF70F4;}
  166. 25% {color: #5974F7;}
  167. 50% {color: #63DAFF ;}
  168. 75% {color: #8FF763;}
  169. 100% {color: #F79A59;}
  170. }
  171. .reveal h1.colors {
  172. -webkit-text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
  173. -moz-text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
  174. text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
  175. color: #45CEEF; -webkit-animation: pulse 10s infinite alternate; }
  176. }
  177. @-webkit-keyframes pulse {
  178. 0% {color: #FF70F4;}
  179. 25% {color: #5974F7;}
  180. 50% {color: #63DAFF ;}
  181. 75% {color: #8FF763;}
  182. 100% {color: #F79A59;}
  183. }
  184. .reveal h1.colors span.g {
  185. -webkit-text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
  186. -moz-text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
  187. text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
  188. color: #45CEEF; -webkit-animation: pulse 5s infinite alternate; }
  189. }
  190. @-webkit-keyframes pulse {
  191. 0% {color: #FF70F4;}
  192. 25% {color: #5974F7;}
  193. 50% {color: #63DAFF ;}
  194. 75% {color: #8FF763;}
  195. 100% {color: #F79A59;}
  196. }
  197. .reveal h1.colors span.g2 {
  198. -webkit-text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
  199. -moz-text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
  200. text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
  201. color: #45CEEF; -webkit-animation: pulse 6s infinite alternate; }
  202. }
  203. @-webkit-keyframes pulse {
  204. 0% {color: #FF70F4;}
  205. 25% {color: #5974F7;}
  206. 50% {color: #63DAFF ;}
  207. 75% {color: #8FF763;}
  208. 100% {color: #F79A59;}
  209. }
  210. .reveal h1.colors span.o {
  211. -webkit-text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
  212. -moz-text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
  213. text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
  214. color: #45CEEF; -webkit-animation: pulse 7s infinite alternate; }
  215. }
  216. @-webkit-keyframes pulse {
  217. 0% {color: #FF70F4;}
  218. 25% {color: #5974F7;}
  219. 50% {color: #63DAFF ;}
  220. 75% {color: #8FF763;}
  221. 100% {color: #F79A59;}
  222. }
  223. .reveal h1.colors span.o2 {
  224. -webkit-text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
  225. -moz-text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
  226. text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
  227. color: #45CEEF; -webkit-animation: pulse 8s infinite alternate; }
  228. }
  229. @-webkit-keyframes pulse {
  230. 0% {color: #FF70F4;}
  231. 25% {color: #5974F7;}
  232. 50% {color: #63DAFF ;}
  233. 75% {color: #8FF763;}
  234. 100% {color: #F79A59;}
  235. }
  236. .reveal h1.colors span.l {
  237. -webkit-text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
  238. -moz-text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
  239. text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
  240. color: #45CEEF; -webkit-animation: pulse 9s infinite alternate; }
  241. }
  242. @-webkit-keyframes pulse {
  243. 0% {color: #FF70F4;}
  244. 25% {color: #5974F7;}
  245. 50% {color: #63DAFF ;}
  246. 75% {color: #8FF763;}
  247. 100% {color: #F79A59;}
  248. }
  249. .reveal h1.colors span.e {
  250. -webkit-text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
  251. -moz-text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
  252. text-shadow: 0px 0px 17px rgba(255, 255, 190, .75);
  253. color: #45CEEF; -webkit-animation: pulse 11s infinite alternate; }
  254. }
  255. #heart {
  256. position: relative;
  257. width: 100px;
  258. height: 90px;
  259. }
  260. #heart:before,
  261. #heart:after {
  262. position: absolute;
  263. content: "";
  264. left: 50px;
  265. top: 0;
  266. width: 50px;
  267. height: 80px;
  268. background: red;
  269. -moz-border-radius: 50px 50px 0 0;
  270. border-radius: 50px 50px 0 0;
  271. -webkit-transform: rotate(-45deg);
  272. -moz-transform: rotate(-45deg);
  273. -ms-transform: rotate(-45deg);
  274. -o-transform: rotate(-45deg);
  275. transform: rotate(-45deg);
  276. -webkit-transform-origin: 0 100%;
  277. -moz-transform-origin: 0 100%;
  278. -ms-transform-origin: 0 100%;
  279. -o-transform-origin: 0 100%;
  280. transform-origin: 0 100%;
  281. }
  282. #heart:after {
  283. left: 0;
  284. -webkit-transform: rotate(45deg);
  285. -moz-transform: rotate(45deg);
  286. -ms-transform: rotate(45deg);
  287. -o-transform: rotate(45deg);
  288. transform: rotate(45deg);
  289. -webkit-transform-origin: 100% 100%;
  290. -moz-transform-origin: 100% 100%;
  291. -ms-transform-origin: 100% 100%;
  292. -o-transform-origin: 100% 100%;
  293. transform-origin :100% 100%;
  294. }
  295. /* color key
  296. dark - 008F0B - GR | A68B08 - YL | 9C2500 - RD | 70089C - PP | 0865A6 - BL
  297. light -
  298. inverted - FF70F4 | 5974F7 | 63DAFF | 8FF763 | F79A59
  299. /*