ie8.css 790 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. body, input, select, textarea {
  8. color: #ffffff;
  9. }
  10. /* Button */
  11. input[type="submit"],
  12. input[type="reset"],
  13. input[type="button"],
  14. button,
  15. .button {
  16. position: relative;
  17. }
  18. input[type="submit"]:after,
  19. input[type="reset"]:after,
  20. input[type="button"]:after,
  21. button:after,
  22. .button:after {
  23. display: none;
  24. }
  25. /* Features */
  26. .features {
  27. border: solid 1px;
  28. }
  29. /* Form */
  30. input[type="text"],
  31. input[type="password"],
  32. input[type="email"],
  33. input[type="tel"],
  34. select,
  35. textarea {
  36. background: transparent;
  37. border: solid 1px;
  38. }
  39. /* Split */
  40. .split.style1 > :first-child {
  41. padding-right: 2em;
  42. width: 70%;
  43. }