style.css 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635
  1. /* http://meyerweb.com/eric/tools/css/reset/
  2. v2.0 | 20110126
  3. License: none (public domain)
  4. */
  5. html, body, div, span, applet, object, iframe,
  6. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  7. a, abbr, acronym, address, big, cite, code,
  8. del, dfn, em, img, ins, kbd, q, s, samp,
  9. small, strike, strong, sub, sup, tt, var,
  10. b, u, i, center,
  11. dl, dt, dd, ol, ul, li,
  12. fieldset, form, label, legend,
  13. table, caption, tbody, tfoot, thead, tr, th, td,
  14. article, aside, canvas, details, embed,
  15. figure, figcaption, footer, header, hgroup,
  16. menu, nav, output, ruby, section, summary,
  17. time, mark, audio, video {
  18. margin: 0;
  19. padding: 0;
  20. border: 0;
  21. font-size: 100%;
  22. font: inherit;
  23. vertical-align: baseline;
  24. }
  25. /* HTML5 display-role reset for older browsers */
  26. article, aside, details, figcaption, figure,
  27. footer, header, hgroup, menu, nav, section {
  28. display: block;
  29. }
  30. body {
  31. line-height: 1;
  32. }
  33. ol, ul {
  34. list-style: none;
  35. }
  36. blockquote, q {
  37. quotes: none;
  38. }
  39. blockquote:before, blockquote:after,
  40. q:before, q:after {
  41. content: '';
  42. content: none;
  43. }
  44. table {
  45. border-collapse: collapse;
  46. border-spacing: 0;
  47. }
  48. /* End Reset */
  49. * {
  50. box-sizing:border-box;
  51. -webkit-box-sizing:border-box;
  52. -moz-box-sizing:border-box;
  53. }
  54. html, body {
  55. height:100%;
  56. }
  57. body {
  58. font:400 15px/1.5 Arial, sans-serif;
  59. color: #6d6c67;
  60. background: #fff;
  61. -webkit-font-smoothing: antialiased;
  62. -moz-osx-font-smoothing: grayscale;
  63. }
  64. ::selection {
  65. background: #2f3538;
  66. color: #fff;
  67. }
  68. ::-moz-selection {
  69. background: #2f3538;
  70. color: #fff;
  71. }
  72. small {
  73. font-size:85%;
  74. }
  75. strong {
  76. font-weight:bold;
  77. }
  78. h1,
  79. h2,
  80. h3,
  81. h4,
  82. h5,
  83. h6 {
  84. font-family: Arial, sans-serif;
  85. line-height:1;
  86. margin-top:0;
  87. font-weight: 700;
  88. margin-bottom: 15px;
  89. color:#3a3a3a;
  90. }
  91. h1 {
  92. font-size: 32px;
  93. line-height: 40px;
  94. }
  95. h2{
  96. font-size: 26px;
  97. line-height: 34px;
  98. }
  99. h3 {
  100. font-size: 21px;
  101. line-height: 27px;
  102. }
  103. h4{
  104. font-size: 18px;
  105. line-height: 25px;
  106. }
  107. h5 {
  108. font-size: 16px;
  109. line-height: 22px;
  110. }
  111. h6 {
  112. font-size: 14px;
  113. line-height: 20px;
  114. }
  115. ul {
  116. list-style-type:none;
  117. padding-left:0;
  118. margin-bottom:0;
  119. }
  120. ul.list-disc {
  121. list-style-type:disc;
  122. padding-left:20px;
  123. margin-left:20px;
  124. }
  125. a {
  126. -webkit-transition:color .24s ease-in-out;
  127. -moz-transition:color .24s ease-in-out;
  128. -o-transition:color .24s ease-in-out;
  129. -ms-transition:color .24s ease-in-out;
  130. transition:color .24s ease-in-out;
  131. color:#2f3538;
  132. text-decoration:none;
  133. }
  134. a:active,
  135. a:hover {
  136. text-decoration:none;
  137. color:#5a5a5a;
  138. }
  139. a:active,
  140. a:focus,
  141. input,
  142. select,
  143. textarea {
  144. outline:none;
  145. }
  146. iframe {
  147. border:none;
  148. }
  149. hr {
  150. margin-top: 20px;
  151. margin-bottom: 20px;
  152. border: 0;
  153. border-top: 1px solid #ebebeb;
  154. }
  155. hr.big {
  156. margin-top: 40px;
  157. margin-bottom: 40px;
  158. }
  159. hr.sections {
  160. margin-top: 70px;
  161. margin-bottom: 70px;
  162. }
  163. p {
  164. margin-bottom:20px;
  165. }
  166. blockquote {
  167. padding:35px 20px 10px 60px;
  168. margin: 0 0 20px;
  169. border-left: none;
  170. position: relative;
  171. }
  172. blockquote p {
  173. font-size: 15px;
  174. font-weight: 400;
  175. line-height:21px;
  176. font-style:italic;
  177. }
  178. img {
  179. display: block;
  180. max-width: 100%;
  181. height: auto;
  182. vertical-align: middle;
  183. }
  184. code,
  185. pre {
  186. color: #888;
  187. font: 13px Arial, sans-serif;
  188. white-space: pre-wrap;
  189. word-wrap: break-word
  190. }
  191. pre {
  192. background-color: #f2f2f2;
  193. background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #f2f2f2), color-stop(50%, #e9e9e9));
  194. background-image: -webkit-linear-gradient(#f2f2f2 50%,#e9e9e9 50%);
  195. background-image: -moz-linear-gradient(#f2f2f2 50%,#e9e9e9 50%);
  196. background-image: -o-linear-gradient(#f2f2f2 50%,#e9e9e9 50%);
  197. background-image: linear-gradient(#f2f2f2 50%,#e9e9e9 50%);
  198. -moz-background-size: 54px 54px;
  199. background-size: 54px 54px;
  200. border: 1px solid #e0e0e0;
  201. display: block;
  202. line-height: 27px;
  203. margin-bottom: 15px;
  204. overflow: visible;
  205. overflow-y: hidden;
  206. padding:0 0 0 10px;
  207. }
  208. .xs-margin,
  209. .sm-margin,
  210. .md-margin,
  211. .lg-margin,
  212. .xlg-margin {
  213. min-height:1px;
  214. }
  215. .xs-margin {
  216. margin-bottom:10px !important;
  217. }
  218. .sm-margin {
  219. margin-bottom:20px !important;
  220. }
  221. .md-margin {
  222. margin-bottom:30px !important;
  223. }
  224. .lg-margin {
  225. margin-bottom:40px !important;
  226. }
  227. .xlg-margin {
  228. margin-bottom:50px !important;
  229. }
  230. .md-margin2x {
  231. margin-bottom:60px !important;
  232. }
  233. .lg-margin2x {
  234. margin-bottom:80px !important;
  235. }
  236. .xlg-margin2x {
  237. margin-bottom:100px !important;
  238. }
  239. .highlight {
  240. padding:1px 5px;
  241. color:#fff;
  242. background:#2f3538;
  243. }
  244. .clearfix {
  245. *zoom: 1;
  246. }
  247. .clearfix:before,.clearfix:after {
  248. display: table;
  249. line-height: 0;
  250. content: "";
  251. }
  252. .clearfix:after,
  253. .clear,
  254. .cl {
  255. clear: both;
  256. }
  257. /************************** content */
  258. .container {
  259. width:720px;
  260. margin-left:auto;
  261. margin-right:auto;
  262. }
  263. @media (min-width: 1200px) {
  264. .container {
  265. width:960px;
  266. }
  267. }
  268. @media (max-width: 991px) {
  269. .container {
  270. width: 100%;
  271. padding: 0 20px;
  272. }
  273. }
  274. @media (max-width: 767px) {
  275. .container {
  276. width:100%;
  277. padding:0 15px;
  278. }
  279. }
  280. .one-full {
  281. width: 100%;
  282. }
  283. .one-quarter {
  284. width: 25%;
  285. }
  286. .three-quarter {
  287. width: 75%;
  288. }
  289. .one-five {
  290. width:20%;
  291. }
  292. .four-five {
  293. width:80%;
  294. }
  295. .two-five {
  296. width:40%;
  297. }
  298. .three-five {
  299. width:60%;
  300. }
  301. .one-half {
  302. width: 50%;
  303. }
  304. .one-three {
  305. width: 33.333%;
  306. }
  307. .two-three {
  308. width: 66.666%;
  309. }
  310. .one-half.middle,
  311. .one-three.middle,
  312. .two-three.middle,
  313. .three-quarter.middle {
  314. float: none;
  315. margin-left: auto;
  316. margin-right: auto;
  317. }
  318. .one-half.middle {
  319. width: 50%;
  320. }
  321. .one-three.middle {
  322. width: 33.333%;
  323. }
  324. .two-three.middle {
  325. width: 66.666%;
  326. }
  327. .three-quarter.middle {
  328. width: 75%;
  329. }
  330. .one-quarter.first,
  331. .one-three.first,
  332. .one-half.first,
  333. .three-quarter.first,
  334. .two-three.first,
  335. .one-five.first,
  336. .two-five.first,
  337. .three-five.first,
  338. .four-five.first {
  339. padding-left: 0 !important;
  340. }
  341. .one-quarter.last,
  342. .one-three.last,
  343. .one-half.last,
  344. .three-quarter.last,
  345. .two-three.last,
  346. .one-five.last,
  347. .two-five.last,
  348. .three-five.last,
  349. .four-five.last {
  350. padding-right: 0 !important;
  351. }
  352. .one-full,
  353. .one-quarter,
  354. .three-quarter,
  355. .one-half,
  356. .one-three,
  357. .two-three,
  358. .one-five,
  359. .two-five,
  360. .three-five,
  361. .four-five {
  362. float: left;
  363. min-height: 1px;
  364. }
  365. .one-full,
  366. .one-quarter,
  367. .three-quarter,
  368. .one-half,
  369. .one-three,
  370. .two-three,
  371. .one-five,
  372. .two-five,
  373. .three-five,
  374. .four-five {
  375. padding-right: 5px;
  376. padding-left: 5px;
  377. }
  378. img {
  379. display: block;
  380. max-width: 100%;
  381. height: auto;
  382. }
  383. ul li img,
  384. ol li img {
  385. display: inline-block;
  386. margin-right: 9px;
  387. }
  388. #header {
  389. position:fixed;
  390. top:0;
  391. left:0;
  392. width:270px;
  393. height:100%;
  394. background:#fff;
  395. border-right:1px solid #fafafa;
  396. box-shadow:4px 0 5px rgba(0,0,0, 0.1);
  397. -webkit-box-shadow:4px 0 5px rgba(0,0,0, 0.1);
  398. padding:40px 0 20px;
  399. }
  400. @media (max-width: 991px) {
  401. #header {
  402. width:220px;
  403. }
  404. }
  405. @media (max-width: 767px) {
  406. #header {
  407. display: none;
  408. }
  409. }
  410. #header-inner {
  411. width:100%;
  412. height: calc(100% - 150px);
  413. padding:0 25px 15px;
  414. overflow-y: scroll;
  415. position: relative;
  416. }
  417. #logo-container {
  418. text-align:center;
  419. }
  420. #logo {
  421. display:inline-block;
  422. }
  423. #menu {
  424. list-style-type:none;
  425. padding:0;
  426. margin:0;
  427. border-top:1px solid rgba(0,0,0, 0.05);
  428. border-bottom:1px solid #fff;
  429. }
  430. #menu li{
  431. display:block;
  432. width:100%;
  433. }
  434. #menu li {
  435. font-size:16px;
  436. text-align:right;
  437. border-top:1px solid #fff;
  438. border-bottom:1px solid rgba(0,0,0, 0.04);
  439. }
  440. #menu li a{
  441. display:inline-block;
  442. padding:10px 0;
  443. }
  444. #menu li > .open-menu {
  445. display:inline-block;
  446. padding-left: 5px;
  447. color:#aeaeae;
  448. }
  449. #menu li ul {
  450. display:none;
  451. list-style-type:none;
  452. padding:0 10px 0 0;
  453. background: rgba(0,0,0, 0.01);
  454. border:none;
  455. margin:0 0 10px;
  456. padding:0 0 5px;
  457. }
  458. #menu li ul li {
  459. font-size:14px;
  460. border-top:1px solid #fff;
  461. border-bottom:1px solid rgba(0,0,0, 0.04);
  462. }
  463. #menu li ul li a{
  464. display:inline-block;
  465. padding:7px 15px;
  466. border:none;
  467. color:#999;
  468. }
  469. #menu li ul li a:hover {
  470. color:#6a6a6a;
  471. }
  472. #menu li ul li:first-child {
  473. border-top:none;
  474. }
  475. #menu li ul li:last-child {
  476. border-bottom:none;
  477. }
  478. #header-bottom-text {
  479. position: absolute;
  480. left:0;
  481. bottom:0;
  482. width:100%;
  483. text-align:center;
  484. font-size:13px;
  485. }
  486. /* Content */
  487. #content {
  488. padding:60px 0 0 270px;
  489. }
  490. @media (max-width: 991px) {
  491. #content {
  492. padding-top:50px;
  493. padding-left:220px;
  494. }
  495. }
  496. @media (max-width: 767px) {
  497. #content {
  498. padding-left:0;
  499. padding-top:40px;
  500. }
  501. }
  502. .title {
  503. text-align:center;
  504. }
  505. .sub-title {
  506. margin-bottom: 25px;
  507. }
  508. .include-list {
  509. margin-left:20px;
  510. }
  511. .include-list li {
  512. margin-bottom:5px;
  513. }
  514. .include-list li img {
  515. display:inline-block;
  516. margin-right:8px;
  517. width:20px;
  518. }
  519. .include-list li ol {
  520. margin:8px 0 8px 30px;
  521. }
  522. .include-list li ol li img {
  523. display:inline-block;
  524. margin-right:6px;
  525. width:18px;
  526. }
  527. .credits-list {
  528. list-style-type: square;
  529. padding-left:30px;
  530. }
  531. .faq-title {
  532. font-size:17px;
  533. line-height:22px;
  534. margin-bottom:8px;
  535. }
  536. #footer {
  537. text-align:center;
  538. }