index.css 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423
  1. html,
  2. body {
  3. height: 100%;
  4. width: 100%;
  5. }
  6. body {
  7. font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
  8. }
  9. a {
  10. -webkit-transition: all 0.35s;
  11. -moz-transition: all 0.35s;
  12. transition: all 0.35s;
  13. color: #fdcc52;
  14. }
  15. a:hover,
  16. a:focus {
  17. color: #fcbd20;
  18. }
  19. hr {
  20. max-width: 100px;
  21. margin: 25px auto 0;
  22. border-width: 1px;
  23. border-color: rgba(34, 34, 34, 0.1);
  24. }
  25. hr.light {
  26. border-color: white;
  27. }
  28. h1,
  29. h2,
  30. h3,
  31. h4,
  32. h5,
  33. h6 {
  34. font-weight: 200;
  35. letter-spacing: 1px;
  36. }
  37. p {
  38. font-size: 16px;
  39. line-height: 1.5;
  40. margin-bottom: 20px;
  41. }
  42. .navbar-default {
  43. background-color: white;
  44. border-color: rgba(34, 34, 34, 0.05);
  45. -webkit-transition: all 0.35s;
  46. -moz-transition: all 0.35s;
  47. transition: all 0.35s;
  48. font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  49. font-weight: 200;
  50. letter-spacing: 1px;
  51. }
  52. .navbar-default .navbar-header .navbar-brand {
  53. font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  54. font-weight: 200;
  55. letter-spacing: 1px;
  56. color: #fdcc52;
  57. }
  58. .navbar-default .navbar-header .navbar-brand:hover,
  59. .navbar-default .navbar-header .navbar-brand:focus {
  60. color: #fcbd20;
  61. }
  62. .navbar-default .navbar-header .navbar-toggle {
  63. font-size: 12px;
  64. color: #222222;
  65. padding: 8px 10px;
  66. }
  67. .navbar-default .nav > li > a {
  68. text-transform: uppercase;
  69. letter-spacing: 2px;
  70. font-size: 14px;
  71. }
  72. .navbar-default .nav > li > a,
  73. .navbar-default .nav > li > a:focus {
  74. color: #222222;
  75. }
  76. .navbar-default .nav > li > a:hover,
  77. .navbar-default .nav > li > a:focus:hover {
  78. color: #fdcc52;
  79. }
  80. .navbar-default .nav > li.active > a,
  81. .navbar-default .nav > li.active > a:focus {
  82. color: #fdcc52 !important;
  83. background-color: transparent;
  84. }
  85. .navbar-default .nav > li.active > a:hover,
  86. .navbar-default .nav > li.active > a:focus:hover {
  87. background-color: transparent;
  88. }
  89. .navbar-default .navbar-header .navbar-brand {
  90. padding-top:3px;
  91. }
  92. @media (min-width: 768px) {
  93. .navbar-default {
  94. background-color: transparent;
  95. border-color: transparent;
  96. }
  97. .navbar-default .navbar-header .navbar-brand {
  98. color: rgba(255, 255, 255, 0.7);
  99. }
  100. .navbar-default .navbar-header .navbar-brand:hover,
  101. .navbar-default .navbar-header .navbar-brand:focus {
  102. color: white;
  103. }
  104. .navbar-default .nav > li > a,
  105. .navbar-default .nav > li > a:focus {
  106. color: rgba(255, 255, 255, 0.7);
  107. }
  108. .navbar-default .nav > li > a:hover,
  109. .navbar-default .nav > li > a:focus:hover {
  110. color: white;
  111. }
  112. .navbar-default.affix {
  113. background-color: white;
  114. border-color: rgba(34, 34, 34, 0.1);
  115. }
  116. .navbar-default.affix .navbar-header .navbar-brand {
  117. color: #222222;
  118. }
  119. .navbar-default.affix .navbar-header .navbar-brand:hover,
  120. .navbar-default.affix .navbar-header .navbar-brand:focus {
  121. color: #fdcc52;
  122. }
  123. .navbar-default.affix .nav > li > a,
  124. .navbar-default.affix .nav > li > a:focus {
  125. color: #222222;
  126. }
  127. .navbar-default.affix .nav > li > a:hover,
  128. .navbar-default.affix .nav > li > a:focus:hover {
  129. color: #fdcc52;
  130. }
  131. }
  132. header {
  133. position: relative;
  134. width: 100%;
  135. min-height: auto;
  136. overflow-y: hidden;
  137. background: url("../img/bg-pattern.png"), #7b4397;
  138. /* fallback for old browsers */
  139. background: url("../img/bg-pattern.png"), -webkit-linear-gradient(to left, #328944, #247cdc);
  140. /* Chrome 10-25, Safari 5.1-6 */
  141. background: url(../img/bg-pattern.png), linear-gradient(to left, #328944, #247cdc);
  142. /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  143. color: white;
  144. }
  145. header .header-content {
  146. text-align: center;
  147. padding: 150px 0 50px;
  148. position: relative;
  149. }
  150. header .header-content .header-content-inner {
  151. position: relative;
  152. margin: 0 auto;
  153. }
  154. header .header-content .header-content-inner h1 {
  155. margin-top: 0;
  156. margin-bottom: 30px;
  157. font-size: 80px;
  158. }
  159. header .header-content .header-content-inner .list-badges {
  160. margin-bottom: 25px;
  161. }
  162. header .header-content .header-content-inner .list-badges img {
  163. height: 50px;
  164. margin-bottom: 25px;
  165. }
  166. header .device-container {
  167. max-width: 300px;
  168. margin: 0 auto 100px;
  169. }
  170. header .device-container .screen img {
  171. border-radius: 3px;
  172. }
  173. @media (min-width: 768px) {
  174. header {
  175. min-height: 100%;
  176. }
  177. header .header-content {
  178. text-align: center;
  179. padding: 0;
  180. height: 100vh;
  181. }
  182. header .header-content .header-content-inner {
  183. width:100%;
  184. margin: 0;
  185. position: absolute;
  186. top: 50%;
  187. transform: translateY(-50%);
  188. }
  189. header .header-content .header-content-inner h1 {
  190. font-size: 35px;
  191. }
  192. header .device-container {
  193. max-width: none;
  194. max-height: calc(0vh);
  195. margin: 100px auto 0;
  196. }
  197. }
  198. @media (min-width: 992px) {
  199. header .header-content .header-content-inner h1 {
  200. font-size: 80px;
  201. }
  202. }
  203. @media (max-width: 767px) {
  204. header .header-content .header-content-inner h1 {
  205. font-size: 50px;
  206. }
  207. }
  208. section {
  209. padding: 100px 0;
  210. }
  211. section h2 {
  212. font-size: 50px;
  213. }
  214. section.download {
  215. padding: 150px 0;
  216. position: relative;
  217. }
  218. section.download h2 {
  219. margin-top: 0;
  220. font-size: 50px;
  221. }
  222. section.download .badges .badge-link {
  223. display: block;
  224. margin-bottom: 25px;
  225. }
  226. section.download .badges .badge-link:last-child {
  227. margin-bottom: 0;
  228. }
  229. section.download .badges .badge-link img {
  230. height: 60px;
  231. }
  232. @media (min-width: 768px) {
  233. section.download .badges .badge-link {
  234. display: inline-block;
  235. margin-bottom: 0;
  236. }
  237. }
  238. @media (min-width: 768px) {
  239. section.download h2 {
  240. font-size: 70px;
  241. }
  242. }
  243. section.features .section-heading {
  244. margin-bottom: 100px;
  245. }
  246. section.features .section-heading h2 {
  247. margin-top: 0;
  248. }
  249. section.features .section-heading p {
  250. margin-bottom: 0;
  251. }
  252. section.features .device-container,
  253. section.features .feature-item {
  254. max-width: 300px;
  255. margin: 0 auto;
  256. height:215px;
  257. }
  258. section.features .device-container {
  259. margin-bottom: 100px;
  260. }
  261. @media (min-width: 992px) {
  262. section.features .device-container {
  263. margin-bottom: 0;
  264. }
  265. }
  266. section.features .feature-item {
  267. text-align: center;
  268. margin-bottom: 80px;
  269. }
  270. section.features .feature-item h3 {
  271. font-size: 24px;
  272. }
  273. section.features .feature-item i {
  274. font-size: 60px;
  275. background: -webkit-linear-gradient(to left,#328944, #247cdc);
  276. background: linear-gradient(to left, #328944, #247cdc);
  277. -webkit-background-clip: text;
  278. -webkit-text-fill-color: transparent;
  279. }
  280. @media (min-width: 992px) {
  281. section.features .device-container,
  282. section.features .feature-item {
  283. max-width: none;
  284. }
  285. }
  286. section.cta {
  287. position: relative;
  288. -webkit-background-size: cover;
  289. -moz-background-size: cover;
  290. background-size: cover;
  291. -o-background-size: cover;
  292. background-position: center;
  293. background-image: url('../img/bg-middle.jpg');
  294. padding: 250px 0;
  295. }
  296. section.cta .cta-content {
  297. position: relative;
  298. z-index: 1;
  299. }
  300. section.cta .cta-content h2 {
  301. margin-top: 0;
  302. margin-bottom: 25px;
  303. color: white;
  304. max-width: 450px;
  305. font-size: 50px;
  306. }
  307. @media (min-width: 768px) {
  308. section.cta .cta-content h2 {
  309. font-size: 70px;
  310. }
  311. }
  312. section.cta .overlay {
  313. height: 100%;
  314. width: 100%;
  315. background-color: rgba(0, 0, 0, 0.5);
  316. position: absolute;
  317. top: 0;
  318. left: 0;
  319. }
  320. section.contact {
  321. text-align: center;
  322. }
  323. section.contact h2 {
  324. margin-top: 0;
  325. margin-bottom: 25px;
  326. }
  327. section.contact h2 i {
  328. color: #dd4b39;
  329. }
  330. section.contact ul.list-social {
  331. margin-bottom: 0;
  332. }
  333. section.contact ul.list-social li a {
  334. display: block;
  335. height: 80px;
  336. width: 80px;
  337. line-height: 80px;
  338. font-size: 40px;
  339. border-radius: 100%;
  340. color: white;
  341. }
  342. section.contact ul.list-social li.social-github a {
  343. background-color: #444;
  344. }
  345. section.contact ul.list-social li.social-github a:hover {
  346. background-color: #111;
  347. }
  348. section.contact ul.list-social li.social-qq a {
  349. background-color: #1da1f2;
  350. }
  351. section.contact ul.list-social li.social-qq a:hover {
  352. background-color: #0d95e8;
  353. }
  354. section.contact ul.list-social li.social-weibo a {
  355. background-color: #dd4b39;
  356. }
  357. section.contact ul.list-social li.social-weibo a:hover {
  358. background-color: #d73925;
  359. }
  360. footer {
  361. background-color: #222222;
  362. padding: 25px 0;
  363. color: rgba(255, 255, 255, 0.3);
  364. text-align: center;
  365. }
  366. footer p {
  367. font-size: 12px;
  368. margin: 0;
  369. }
  370. footer ul {
  371. margin-bottom: 0;
  372. }
  373. footer ul li a {
  374. font-size: 12px;
  375. color: rgba(255, 255, 255, 0.3);
  376. }
  377. footer ul li a:hover,
  378. footer ul li a:focus,
  379. footer ul li a:active,
  380. footer ul li a.active {
  381. text-decoration: none;
  382. }
  383. .bg-primary {
  384. background: #fdcc52;
  385. background: -webkit-linear-gradient(#fdcc52, #fdc539);
  386. background: linear-gradient(#fdcc52, #fdc539);
  387. }
  388. .text-primary {
  389. color: #fdcc52;
  390. }
  391. .no-gutter > [class*='col-'] {
  392. padding-right: 0;
  393. padding-left: 0;
  394. }
  395. .btn-outline {
  396. color: white;
  397. border-color: white;
  398. border: 1px solid;
  399. }
  400. .btn-outline:hover,
  401. .btn-outline:focus,
  402. .btn-outline:active,
  403. .btn-outline.active {
  404. color: white;
  405. background-color: #fdcc52;
  406. border-color: #fdcc52;
  407. }
  408. .btn {
  409. text-transform: uppercase;
  410. letter-spacing: 2px;
  411. border-radius: 300px;
  412. }
  413. .btn-xl {
  414. margin-top:20px;
  415. padding: 10px 45px;
  416. font-size: 14px;
  417. }
  418. body {
  419. webkit-tap-highlight-color: #222222;
  420. }