daw.css 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  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. .reveal h1 {
  48. text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }
  49. .reveal h1.light,
  50. .reveal h2.light,
  51. .reveal h3.light,
  52. .reveal h4.light {
  53. color: #e1e1e1;
  54. }
  55. .reveal p.light {
  56. color: #e1e1e1;
  57. }
  58. .bg-block {
  59. background: #cecece;
  60. padding: 20px;
  61. opacity:0.8;
  62. filter:alpha(opacity=80); /* For IE8 and earlier */
  63. }
  64. .bg-block h4 {
  65. padding: 30px;
  66. }
  67. .reveal .theend {
  68. background: #000;
  69. }
  70. .reveal span.highlight {
  71. color:#cecece;
  72. text-shadow: 1px 1px 1px #000;
  73. /*text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
  74. text-shadow: 1px 1px 1px #000, 3px 3px 5px blue;*/
  75. }
  76. /*********************************************
  77. * LINKS
  78. *********************************************/
  79. .reveal a:not(.image) {
  80. color: #3b759e;
  81. text-decoration: none;
  82. -webkit-transition: color .15s ease;
  83. -moz-transition: color .15s ease;
  84. -ms-transition: color .15s ease;
  85. -o-transition: color .15s ease;
  86. transition: color .15s ease; }
  87. .reveal a:not(.image):hover {
  88. color: #74a7cb;
  89. text-shadow: none;
  90. border: none; }
  91. .reveal .roll span:after {
  92. color: #fff;
  93. background: #264c66; }
  94. /*********************************************
  95. * IMAGES
  96. *********************************************/
  97. .reveal section img {
  98. margin: 15px 0px;
  99. background: rgba(255, 255, 255, 0.12);
  100. border: 4px solid #333333;
  101. box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  102. -webkit-transition: all .2s linear;
  103. -moz-transition: all .2s linear;
  104. -ms-transition: all .2s linear;
  105. -o-transition: all .2s linear;
  106. transition: all .2s linear; }
  107. .reveal section img.noborder {
  108. border: none;
  109. }
  110. .reveal a:hover img {
  111. background: rgba(255, 255, 255, 0.2);
  112. border-color: #3b759e;
  113. box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
  114. /*********************************************
  115. * NAVIGATION CONTROLS
  116. *********************************************/
  117. .reveal .controls div.navigate-left,
  118. .reveal .controls div.navigate-left.enabled {
  119. border-right-color: #3b759e; }
  120. .reveal .controls div.navigate-right,
  121. .reveal .controls div.navigate-right.enabled {
  122. border-left-color: #3b759e; }
  123. .reveal .controls div.navigate-up,
  124. .reveal .controls div.navigate-up.enabled {
  125. border-bottom-color: #3b759e; }
  126. .reveal .controls div.navigate-down,
  127. .reveal .controls div.navigate-down.enabled {
  128. border-top-color: #3b759e; }
  129. .reveal .controls div.navigate-left.enabled:hover {
  130. border-right-color: #74a7cb; }
  131. .reveal .controls div.navigate-right.enabled:hover {
  132. border-left-color: #74a7cb; }
  133. .reveal .controls div.navigate-up.enabled:hover {
  134. border-bottom-color: #74a7cb; }
  135. .reveal .controls div.navigate-down.enabled:hover {
  136. border-top-color: #74a7cb; }
  137. /*********************************************
  138. * PROGRESS BAR
  139. *********************************************/
  140. .reveal .progress {
  141. background: rgba(0, 0, 0, 0.2); }
  142. .reveal .progress span {
  143. background: #3b759e;
  144. -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  145. -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  146. -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  147. -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  148. transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
  149. /*********************************************
  150. * SLIDE NUMBER
  151. *********************************************/
  152. .reveal .slide-number {
  153. color: #3b759e; }