io2013.scss 792 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. @import "compass/css3/background-size";
  2. @import "variables";
  3. * {
  4. line-height: 1.3;
  5. }
  6. h2 {
  7. font-weight: bold;
  8. }
  9. h2, h3 {
  10. color: $gray-4;
  11. }
  12. q, blockquote {
  13. font-weight: bold;
  14. }
  15. slides > slide {
  16. color: $gray-4;
  17. &.title-slide {
  18. &:after {
  19. content: '';
  20. background: url(../../images/io2013/google-io-lockup-1.png) no-repeat 100% 50%;
  21. @include background-size(contain);
  22. position: absolute;
  23. bottom: $slide-top-bottom-padding + 40;
  24. right: $slide-top-bottom-padding;
  25. width: 100%;
  26. height: 90px;
  27. }
  28. hgroup {
  29. h1 {
  30. font-weight: bold;
  31. line-height: 1.1;
  32. }
  33. h2, p {
  34. color: $gray-4;
  35. }
  36. h2 {
  37. margin-top: 0.25em;
  38. }
  39. p {
  40. margin-top: 3em;
  41. }
  42. }
  43. }
  44. }