ie9.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. /*
  2. Hyperspace by HTML5 UP
  3. html5up.net | @ajlkn
  4. Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
  5. */
  6. /* Type */
  7. h1.major:after {
  8. background: #b74e91;
  9. }
  10. /* Wrapper */
  11. .wrapper.fullscreen {
  12. min-height: 0;
  13. padding-bottom: 6em;
  14. padding-top: 6em;
  15. }
  16. body.is-ie .wrapper.fullscreen {
  17. height: auto;
  18. }
  19. /* Spotlights */
  20. .spotlights > section {
  21. padding-left: 20em;
  22. position: relative;
  23. }
  24. .spotlights > section > .image {
  25. height: 100%;
  26. left: 0;
  27. position: absolute;
  28. top: 0;
  29. width: 20em;
  30. }
  31. .spotlights > section > .content {
  32. width: 100%;
  33. }
  34. /* Features */
  35. .features:after {
  36. clear: both;
  37. content: '';
  38. display: block;
  39. }
  40. .features section {
  41. float: left;
  42. }
  43. /* Split */
  44. .split:after {
  45. clear: both;
  46. content: '';
  47. display: block;
  48. }
  49. .split > * {
  50. float: left;
  51. }
  52. /* Sidebar */
  53. #sidebar nav a:after {
  54. background-color: #b74e91;
  55. }
  56. /* Header */
  57. #header:after {
  58. clear: both;
  59. content: '';
  60. display: block;
  61. }
  62. #header > .title {
  63. float: left;
  64. }
  65. #header > nav {
  66. float: right;
  67. }