您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

161 行
2.5 KiB

  1. /*
  2. Alpha 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. pre, code {
  8. position: relative;
  9. -ms-behavior: url("css/ie/PIE.htc");
  10. }
  11. /* Form */
  12. input[type="text"],
  13. input[type="password"],
  14. input[type="email"],
  15. select,
  16. textarea {
  17. position: relative;
  18. -ms-behavior: url("css/ie/PIE.htc");
  19. line-height: 3em;
  20. }
  21. input[type="checkbox"],
  22. input[type="radio"] {
  23. opacity: 1;
  24. z-index: auto;
  25. }
  26. input[type="checkbox"] + label:before,
  27. input[type="radio"] + label:before {
  28. display: none;
  29. }
  30. /* Button */
  31. input[type="submit"],
  32. input[type="reset"],
  33. input[type="button"],
  34. .button {
  35. position: relative;
  36. -ms-behavior: url("css/ie/PIE.htc");
  37. }
  38. input[type="submit"].alt,
  39. input[type="reset"].alt,
  40. input[type="button"].alt,
  41. .button.alt {
  42. border: solid 2px #e5e5e5;
  43. }
  44. /* Box */
  45. .box {
  46. position: relative;
  47. -ms-behavior: url("css/ie/PIE.htc");
  48. }
  49. .box .image.featured {
  50. margin: 2em 0;
  51. width: 100%;
  52. }
  53. /* Icon */
  54. .icon.major {
  55. position: relative;
  56. -ms-behavior: url("css/ie/PIE.htc");
  57. }
  58. /* Image */
  59. .image {
  60. position: relative;
  61. -ms-behavior: url("css/ie/PIE.htc");
  62. }
  63. .image img {
  64. position: relative;
  65. -ms-behavior: url("css/ie/PIE.htc");
  66. }
  67. /* Header */
  68. #header nav > ul > li a {
  69. color: #fff;
  70. display: inline-block;
  71. text-decoration: none;
  72. border: 0;
  73. }
  74. #header nav > ul > li a.icon:before {
  75. color: #fff;
  76. margin-right: 0.5em;
  77. }
  78. #header.alt {
  79. color: #fff;
  80. }
  81. #header.alt nav > ul > li a:not(.button).icon:before {
  82. color: rgba(255, 255, 255, 0.75);
  83. }
  84. #header.alt nav > ul > li.active a:not(.button) {
  85. background-color: rgba(255, 255, 255, 0.2);
  86. }
  87. .dropotron {
  88. border: solid 1px #e5e5e5;
  89. }
  90. .dropotron.level-0 {
  91. margin-top: 0;
  92. }
  93. .dropotron.level-0:before {
  94. display: none;
  95. }
  96. /* Banner */
  97. #banner {
  98. background-attachment: scroll;
  99. background-image: url("../../images/banner.jpg");
  100. background-position: auto;
  101. background-repeat: no-repeat;
  102. background-size: cover;
  103. -ms-behavior: url("css/ie/backgroundsize.min.htc");
  104. }
  105. #banner input[type="submit"],
  106. #banner input[type="reset"],
  107. #banner input[type="button"],
  108. #banner .button {
  109. border: solid 2px #fff;
  110. }
  111. /* Main */
  112. #main {
  113. position: relative;
  114. z-index: 1;
  115. }
  116. /* CTA */
  117. #cta input[type="text"],
  118. #cta input[type="password"],
  119. #cta input[type="email"],
  120. #cta select,
  121. #cta textarea {
  122. background: #e89980;
  123. border: solid 2px #fff;
  124. }
  125. #cta .formerize-placeholder {
  126. color: #fff !important;
  127. }