standard.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. /* basics */
  2. *
  3. {
  4. margin: 0;
  5. padding: 0;
  6. box-sizing: border-box;
  7. }
  8. html, body
  9. {
  10. height: 100%;
  11. background-color: #131313;
  12. }
  13. a
  14. {
  15. cursor: pointer;
  16. outline: 0;
  17. }
  18. p
  19. {
  20. padding-top: 13px;
  21. margin: 0;
  22. }
  23. ul
  24. {
  25. list-style: none;
  26. padding: 0;
  27. margin: 0;
  28. }
  29. .clear
  30. {
  31. clear: both;
  32. }
  33. .not
  34. {
  35. text-decoration: none;
  36. }
  37. .nowrap
  38. {
  39. white-space: nowrap;
  40. }
  41. .wrap
  42. {
  43. word-wrap: break-word;
  44. }
  45. .center
  46. {
  47. text-align: center;
  48. }
  49. .image
  50. {
  51. width: auto;
  52. }
  53. /* buttons, icons */
  54. .btn-1
  55. {
  56. display: inline-block;
  57. font: 13px/1 'Source Code Pro', monospace;
  58. color: #fff;
  59. text-transform: uppercase;
  60. letter-spacing: 2px;
  61. padding: 26px 46px;
  62. text-decoration: none;
  63. text-align: center;
  64. background-color: rgba(246, 185, 59, 0.8);
  65. border-radius: 3px;
  66. outline: 0;
  67. transition: all 0.5s ease;
  68. cursor: pointer;
  69. }
  70. .btn-1:hover
  71. {
  72. background-color: rgba(246, 185, 59, 0.9);
  73. }
  74. /* fonts */
  75. h2
  76. {
  77. font: 300 32px/1.4 Merriweather, serif;
  78. color: #111;
  79. }
  80. h3
  81. {
  82. font: 75px/1.1 'Abril Fatface', serif;
  83. color: #fff;
  84. }
  85. .fo-1
  86. {
  87. font: 12px/1.9 'Source Code Pro', monospace;
  88. color: #dedede;
  89. text-transform: uppercase;
  90. letter-spacing: 1px;
  91. }
  92. .fo-1 a
  93. {
  94. color: #dedede;
  95. text-decoration: none;
  96. }
  97. .fo-2
  98. {
  99. font: 300 28px/1.7 Merriweather, serif;
  100. color: #333;
  101. }
  102. .fo-3
  103. {
  104. font: 300 18px/1.7 Merriweather, serif;
  105. color: #333;
  106. }
  107. .fo-2 a
  108. {
  109. color: #333;
  110. text-decoration: none;
  111. }
  112. .fo-2 a:hover
  113. {
  114. border-bottom: 1px solid #333;
  115. }
  116. .fo-3 a
  117. {
  118. color: #333;
  119. text-decoration: none;
  120. box-shadow: inset 0 0 0 white, inset 0 -5px 0 #c5f9af;
  121. transition: all 0.2s ease;
  122. }
  123. .fo-3 a:hover
  124. {
  125. box-shadow: none;
  126. }
  127. .fa-1
  128. {
  129. color: #999;
  130. }
  131. code
  132. {
  133. font: 18px/1.3 'Source Code Pro', monospace;
  134. color: #111;
  135. background-color: #f9f9f9;
  136. padding: 2px;
  137. white-space: nowrap;
  138. }
  139. /* lo */
  140. .block, .block-978, .block-790
  141. {
  142. margin: 0 auto;
  143. max-width: 1180px;
  144. padding: 0 30px;
  145. }
  146. .block-978
  147. {
  148. max-width: 978px;
  149. }
  150. .block-790
  151. {
  152. max-width: 790px;
  153. background-color: #fff;
  154. }
  155. .head
  156. {
  157. position: relative;
  158. background-size: cover;
  159. background-image: url('../img/surface.jpg');
  160. background-position: center;
  161. min-height: 670px;
  162. }
  163. .slab
  164. {
  165. position: relative;
  166. background-color: #fff;
  167. padding: 30px 30px 30px 43px;
  168. margin-top: -110px;
  169. z-index: 70;
  170. }
  171. /* head, foot */
  172. #head
  173. {
  174. position: fixed;
  175. top: 0;
  176. width: 100%;
  177. height: 53px;
  178. background-color: #131313;
  179. z-index: 100;
  180. }
  181. .ban
  182. {
  183. float: left;
  184. font: 32px/1 'Squada One', sans-serif;
  185. color: #fff;
  186. text-transform: uppercase;
  187. letter-spacing: 1px;
  188. padding-top: 10px;
  189. }
  190. .cont
  191. {
  192. min-height: 100%;
  193. background-color: #fff;
  194. margin-bottom: -219px;
  195. }
  196. .cont:after
  197. {
  198. content: "";
  199. display: block;
  200. }
  201. .foot, .cont:after
  202. {
  203. height: 219px;
  204. }
  205. .foot
  206. {
  207. padding-top: 39px;
  208. background-color: #131313;
  209. }