default.css 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. /*
  2. @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
  3. */
  4. /**
  5. * Default theme for reveal.js.
  6. *
  7. * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
  8. */
  9. @font-face {
  10. font-family: 'League Gothic';
  11. src: url("../../lib/font/league_gothic-webfont.eot");
  12. src: url("../../lib/font/league_gothic-webfont.eot?#iefix") format("embedded-opentype"), url("../../lib/font/league_gothic-webfont.woff") format("woff"), url("../../lib/font/league_gothic-webfont.ttf") format("truetype"), url("../../lib/font/league_gothic-webfont.svg#LeagueGothicRegular") format("svg");
  13. font-weight: normal;
  14. font-style: normal; }
  15. /*********************************************
  16. * GLOBAL STYLES
  17. *********************************************/
  18. body {
  19. background: #1c1e20;
  20. background: -moz-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
  21. background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #555a5f), color-stop(100%, #1c1e20));
  22. background: -webkit-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
  23. background: -o-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
  24. background: -ms-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
  25. background: radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
  26. background-color: #2b2b2b; }
  27. .reveal {
  28. font-family: "Lato", sans-serif;
  29. font-size: 36px;
  30. font-weight: 200;
  31. letter-spacing: -0.02em;
  32. color: #eeeeee; }
  33. ::selection {
  34. color: white;
  35. background: #ff5e99;
  36. text-shadow: none; }
  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: #eeeeee;
  48. font-family: "League Gothic", Impact, sans-serif;
  49. line-height: 0.9em;
  50. letter-spacing: 0.02em;
  51. text-transform: uppercase;
  52. text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }
  53. .reveal h1 {
  54. text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 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); }
  55. /*********************************************
  56. * LINKS
  57. *********************************************/
  58. .reveal a:not(.image) {
  59. color: #13daec;
  60. text-decoration: none;
  61. -webkit-transition: color .15s ease;
  62. -moz-transition: color .15s ease;
  63. -ms-transition: color .15s ease;
  64. -o-transition: color .15s ease;
  65. transition: color .15s ease; }
  66. .reveal a:not(.image):hover {
  67. color: #71e9f4;
  68. text-shadow: none;
  69. border: none; }
  70. .reveal .roll span:after {
  71. color: #fff;
  72. background: #0d99a5; }
  73. /*********************************************
  74. * IMAGES
  75. *********************************************/
  76. .reveal section img {
  77. margin: 15px 0px;
  78. background: rgba(255, 255, 255, 0.12);
  79. border: 4px solid #eeeeee;
  80. box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  81. -webkit-transition: all .2s linear;
  82. -moz-transition: all .2s linear;
  83. -ms-transition: all .2s linear;
  84. -o-transition: all .2s linear;
  85. transition: all .2s linear; }
  86. .reveal a:hover img {
  87. background: rgba(255, 255, 255, 0.2);
  88. border-color: #13daec;
  89. box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
  90. /*********************************************
  91. * NAVIGATION CONTROLS
  92. *********************************************/
  93. .reveal .controls div.navigate-left,
  94. .reveal .controls div.navigate-left.enabled {
  95. border-right-color: #13daec; }
  96. .reveal .controls div.navigate-right,
  97. .reveal .controls div.navigate-right.enabled {
  98. border-left-color: #13daec; }
  99. .reveal .controls div.navigate-up,
  100. .reveal .controls div.navigate-up.enabled {
  101. border-bottom-color: #13daec; }
  102. .reveal .controls div.navigate-down,
  103. .reveal .controls div.navigate-down.enabled {
  104. border-top-color: #13daec; }
  105. .reveal .controls div.navigate-left.enabled:hover {
  106. border-right-color: #71e9f4; }
  107. .reveal .controls div.navigate-right.enabled:hover {
  108. border-left-color: #71e9f4; }
  109. .reveal .controls div.navigate-up.enabled:hover {
  110. border-bottom-color: #71e9f4; }
  111. .reveal .controls div.navigate-down.enabled:hover {
  112. border-top-color: #71e9f4; }
  113. /*********************************************
  114. * PROGRESS BAR
  115. *********************************************/
  116. .reveal .progress {
  117. background: rgba(0, 0, 0, 0.2); }
  118. .reveal .progress span {
  119. background: #13daec;
  120. -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  121. -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  122. -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  123. -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  124. transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }