beige.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. @import url(http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
  2. /*
  3. * Beige theme for reveal.js.
  4. *
  5. * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
  6. */
  7. @font-face {
  8. font-family: 'League Gothic';
  9. src: url("../../lib/font/league_gothic-webfont.eot");
  10. 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");
  11. font-weight: normal;
  12. font-style: normal;
  13. }
  14. /*********************************************
  15. * GLOBAL STYLES
  16. *********************************************/
  17. body {
  18. background: white;
  19. background: -moz-radial-gradient(center, circle cover, white 0%, #f7f2d3 100%);
  20. background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, white), color-stop(100%, #f7f2d3));
  21. background: -webkit-radial-gradient(center, circle cover, white 0%, #f7f2d3 100%);
  22. background: -o-radial-gradient(center, circle cover, white 0%, #f7f2d3 100%);
  23. background: -ms-radial-gradient(center, circle cover, white 0%, #f7f2d3 100%);
  24. background: radial-gradient(center, circle cover, white 0%, #f7f2d3 100%);
  25. }
  26. .reveal {
  27. font-family: "Lato", Times, "Times New Roman", serif;
  28. font-size: 36px;
  29. font-weight: 200;
  30. letter-spacing: -0.02em;
  31. color: #333333;
  32. }
  33. ::selection {
  34. color: white;
  35. background: rgba(79, 64, 28, 0.99);
  36. text-shadow: none;
  37. }
  38. /*********************************************
  39. * HEADERS
  40. *********************************************/
  41. .reveal h1,
  42. .reveal h2,
  43. .reveal h3,
  44. .reveal h4,
  45. .reveal h5,
  46. .reveal h6 {
  47. margin: 0 0 20px 0;
  48. color: #333333;
  49. font-family: "League Gothic", Impact, sans-serif;
  50. line-height: 0.9em;
  51. letter-spacing: 0.02em;
  52. text-transform: uppercase;
  53. text-shadow: none;
  54. }
  55. .reveal h1 {
  56. 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);
  57. }
  58. /*********************************************
  59. * LINKS
  60. *********************************************/
  61. .reveal a:not(.image) {
  62. color: #8b743d;
  63. text-decoration: none;
  64. -webkit-transition: color .15s ease;
  65. -moz-transition: color .15s ease;
  66. -ms-transition: color .15s ease;
  67. -o-transition: color .15s ease;
  68. transition: color .15s ease;
  69. }
  70. .reveal a:not(.image):hover {
  71. color: #c0a86e;
  72. text-shadow: none;
  73. border: none;
  74. border-radius: 2px;
  75. }
  76. .reveal .roll span:after {
  77. color: #fff;
  78. background: #564826;
  79. }
  80. /*********************************************
  81. * IMAGES
  82. *********************************************/
  83. .reveal section img {
  84. margin: 15px;
  85. background: rgba(255, 255, 255, 0.12);
  86. border: 4px solid #333333;
  87. box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  88. -webkit-transition: all .2s linear;
  89. -moz-transition: all .2s linear;
  90. -ms-transition: all .2s linear;
  91. -o-transition: all .2s linear;
  92. transition: all .2s linear;
  93. }
  94. .reveal a:hover img {
  95. background: rgba(255, 255, 255, 0.2);
  96. border-color: #8b743d;
  97. box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
  98. }
  99. /*********************************************
  100. * NAVIGATION CONTROLS
  101. *********************************************/
  102. .reveal .controls a {
  103. color: #333333;
  104. }
  105. .reveal .controls a.enabled {
  106. color: #c0a86e;
  107. text-shadow: 0px 0px 2px rgba(144, 207, 213, 0.3);
  108. }
  109. /*********************************************
  110. * PROGRESS BAR
  111. *********************************************/
  112. .reveal .progress {
  113. background: rgba(0, 0, 0, 0.2);
  114. }
  115. .reveal .progress span {
  116. background: #8b743d;
  117. -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  118. -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  119. -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  120. -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  121. transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  122. }