v8.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. /*
  2. Highlights by HTML5 UP
  3. html5up.net | @n33co
  4. Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
  5. */
  6. /* Basic */
  7. body, html {
  8. height: 100%;
  9. }
  10. html {
  11. background: none;
  12. }
  13. /* List */
  14. ul.actions li {
  15. padding: 0 0 0 1em;
  16. }
  17. ul.actions li:first-child {
  18. padding-left: 0;
  19. }
  20. /* Form */
  21. input[type="text"],
  22. input[type="password"],
  23. input[type="email"],
  24. select,
  25. textarea {
  26. border: solid 2px #dddddd;
  27. position: relative;
  28. }
  29. input[type="text"],
  30. input[type="password"],
  31. input[type="email"] {
  32. line-height: 3em;
  33. }
  34. input[type="checkbox"],
  35. input[type="radio"] {
  36. font-size: 3em;
  37. }
  38. input[type="checkbox"] + label:before,
  39. input[type="radio"] + label:before {
  40. display: none;
  41. }
  42. /* Button */
  43. input[type="submit"],
  44. input[type="reset"],
  45. input[type="button"],
  46. button,
  47. .button {
  48. border: solid 2px #dddddd;
  49. }
  50. /* Main BG */
  51. .main-bg {
  52. z-index: 0;
  53. }
  54. /* Main */
  55. .main {
  56. background-size: cover;
  57. }
  58. .main .container {
  59. background: #fff;
  60. border-top: solid 1px #dddddd;
  61. position: relative;
  62. z-index: 1;
  63. }
  64. .main .goto-next {
  65. text-decoration: none;
  66. }
  67. .main .goto-next:before {
  68. -moz-osx-font-smoothing: grayscale;
  69. -webkit-font-smoothing: antialiased;
  70. font-family: FontAwesome;
  71. font-style: normal;
  72. font-weight: normal;
  73. text-transform: none !important;
  74. }
  75. .main .goto-next:before {
  76. color: #dddddd;
  77. content: '\f063';
  78. display: block;
  79. font-size: 2em;
  80. height: 2em;
  81. left: 0;
  82. line-height: 2em;
  83. position: absolute;
  84. text-align: center;
  85. text-indent: 0;
  86. top: 0;
  87. width: 2em;
  88. }
  89. /* Header */
  90. #header {
  91. -ms-behavior: url("css/ie/backgroundsize.min.htc");
  92. background-image: url("../../images/bg.jpg");
  93. background-size: cover;
  94. height: 100%;
  95. }
  96. #header:after {
  97. min-height: 100%;
  98. }
  99. #header header {
  100. position: relative;
  101. z-index: 1;
  102. }
  103. #header .container {
  104. background: #fff;
  105. z-index: 1;
  106. }
  107. /* Footer */
  108. #footer {
  109. -ms-behavior: url("css/ie/backgroundsize.min.htc");
  110. background-image: url("../../images/bg.jpg");
  111. background-size: cover;
  112. }
  113. #footer .container {
  114. background: #fff;
  115. border-top: solid 1px #dddddd;
  116. position: relative;
  117. z-index: 1;
  118. }