123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635 |
- /* http://meyerweb.com/eric/tools/css/reset/
- v2.0 | 20110126
- License: none (public domain)
- */
- html, body, div, span, applet, object, iframe,
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
- a, abbr, acronym, address, big, cite, code,
- del, dfn, em, img, ins, kbd, q, s, samp,
- small, strike, strong, sub, sup, tt, var,
- b, u, i, center,
- dl, dt, dd, ol, ul, li,
- fieldset, form, label, legend,
- table, caption, tbody, tfoot, thead, tr, th, td,
- article, aside, canvas, details, embed,
- figure, figcaption, footer, header, hgroup,
- menu, nav, output, ruby, section, summary,
- time, mark, audio, video {
- margin: 0;
- padding: 0;
- border: 0;
- font-size: 100%;
- font: inherit;
- vertical-align: baseline;
- }
- /* HTML5 display-role reset for older browsers */
- article, aside, details, figcaption, figure,
- footer, header, hgroup, menu, nav, section {
- display: block;
- }
- body {
- line-height: 1;
- }
- ol, ul {
- list-style: none;
- }
- blockquote, q {
- quotes: none;
- }
- blockquote:before, blockquote:after,
- q:before, q:after {
- content: '';
- content: none;
- }
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
- /* End Reset */
- * {
- box-sizing:border-box;
- -webkit-box-sizing:border-box;
- -moz-box-sizing:border-box;
- }
- html, body {
- height:100%;
- }
- body {
- font:400 15px/1.5 Arial, sans-serif;
- color: #6d6c67;
- background: #fff;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- ::selection {
- background: #2f3538;
- color: #fff;
- }
- ::-moz-selection {
- background: #2f3538;
- color: #fff;
- }
- small {
- font-size:85%;
- }
- strong {
- font-weight:bold;
- }
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- font-family: Arial, sans-serif;
- line-height:1;
- margin-top:0;
- font-weight: 700;
- margin-bottom: 15px;
- color:#3a3a3a;
- }
- h1 {
- font-size: 32px;
- line-height: 40px;
- }
- h2{
- font-size: 26px;
- line-height: 34px;
- }
- h3 {
- font-size: 21px;
- line-height: 27px;
- }
- h4{
- font-size: 18px;
- line-height: 25px;
- }
- h5 {
- font-size: 16px;
- line-height: 22px;
- }
- h6 {
- font-size: 14px;
- line-height: 20px;
- }
- ul {
- list-style-type:none;
- padding-left:0;
- margin-bottom:0;
- }
- ul.list-disc {
- list-style-type:disc;
- padding-left:20px;
- margin-left:20px;
- }
- a {
- -webkit-transition:color .24s ease-in-out;
- -moz-transition:color .24s ease-in-out;
- -o-transition:color .24s ease-in-out;
- -ms-transition:color .24s ease-in-out;
- transition:color .24s ease-in-out;
- color:#2f3538;
- text-decoration:none;
- }
- a:active,
- a:hover {
- text-decoration:none;
- color:#5a5a5a;
- }
- a:active,
- a:focus,
- input,
- select,
- textarea {
- outline:none;
- }
- iframe {
- border:none;
- }
- hr {
- margin-top: 20px;
- margin-bottom: 20px;
- border: 0;
- border-top: 1px solid #ebebeb;
- }
- hr.big {
- margin-top: 40px;
- margin-bottom: 40px;
- }
- hr.sections {
- margin-top: 70px;
- margin-bottom: 70px;
- }
- p {
- margin-bottom:20px;
- }
- blockquote {
- padding:35px 20px 10px 60px;
- margin: 0 0 20px;
- border-left: none;
- position: relative;
- }
- blockquote p {
- font-size: 15px;
- font-weight: 400;
- line-height:21px;
- font-style:italic;
- }
- img {
- display: block;
- max-width: 100%;
- height: auto;
- vertical-align: middle;
- }
- code,
- pre {
- color: #888;
- font: 13px Arial, sans-serif;
- white-space: pre-wrap;
- word-wrap: break-word
- }
- pre {
- background-color: #f2f2f2;
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #f2f2f2), color-stop(50%, #e9e9e9));
- background-image: -webkit-linear-gradient(#f2f2f2 50%,#e9e9e9 50%);
- background-image: -moz-linear-gradient(#f2f2f2 50%,#e9e9e9 50%);
- background-image: -o-linear-gradient(#f2f2f2 50%,#e9e9e9 50%);
- background-image: linear-gradient(#f2f2f2 50%,#e9e9e9 50%);
- -moz-background-size: 54px 54px;
- background-size: 54px 54px;
- border: 1px solid #e0e0e0;
- display: block;
- line-height: 27px;
- margin-bottom: 15px;
- overflow: visible;
- overflow-y: hidden;
- padding:0 0 0 10px;
- }
- .xs-margin,
- .sm-margin,
- .md-margin,
- .lg-margin,
- .xlg-margin {
- min-height:1px;
- }
- .xs-margin {
- margin-bottom:10px !important;
- }
- .sm-margin {
- margin-bottom:20px !important;
- }
- .md-margin {
- margin-bottom:30px !important;
- }
- .lg-margin {
- margin-bottom:40px !important;
- }
- .xlg-margin {
- margin-bottom:50px !important;
- }
- .md-margin2x {
- margin-bottom:60px !important;
- }
- .lg-margin2x {
- margin-bottom:80px !important;
- }
- .xlg-margin2x {
- margin-bottom:100px !important;
- }
- .highlight {
- padding:1px 5px;
- color:#fff;
- background:#2f3538;
- }
- .clearfix {
- *zoom: 1;
- }
- .clearfix:before,.clearfix:after {
- display: table;
- line-height: 0;
- content: "";
- }
- .clearfix:after,
- .clear,
- .cl {
- clear: both;
- }
- /************************** content */
- .container {
- width:720px;
- margin-left:auto;
- margin-right:auto;
- }
- @media (min-width: 1200px) {
- .container {
- width:960px;
- }
- }
- @media (max-width: 991px) {
- .container {
- width: 100%;
- padding: 0 20px;
- }
- }
- @media (max-width: 767px) {
- .container {
- width:100%;
- padding:0 15px;
- }
- }
- .one-full {
- width: 100%;
- }
- .one-quarter {
- width: 25%;
- }
- .three-quarter {
- width: 75%;
- }
- .one-five {
- width:20%;
- }
- .four-five {
- width:80%;
- }
- .two-five {
- width:40%;
- }
- .three-five {
- width:60%;
- }
- .one-half {
- width: 50%;
- }
- .one-three {
- width: 33.333%;
- }
- .two-three {
- width: 66.666%;
- }
- .one-half.middle,
- .one-three.middle,
- .two-three.middle,
- .three-quarter.middle {
- float: none;
- margin-left: auto;
- margin-right: auto;
- }
- .one-half.middle {
- width: 50%;
- }
- .one-three.middle {
- width: 33.333%;
- }
- .two-three.middle {
- width: 66.666%;
- }
- .three-quarter.middle {
- width: 75%;
- }
- .one-quarter.first,
- .one-three.first,
- .one-half.first,
- .three-quarter.first,
- .two-three.first,
- .one-five.first,
- .two-five.first,
- .three-five.first,
- .four-five.first {
- padding-left: 0 !important;
- }
- .one-quarter.last,
- .one-three.last,
- .one-half.last,
- .three-quarter.last,
- .two-three.last,
- .one-five.last,
- .two-five.last,
- .three-five.last,
- .four-five.last {
- padding-right: 0 !important;
- }
- .one-full,
- .one-quarter,
- .three-quarter,
- .one-half,
- .one-three,
- .two-three,
- .one-five,
- .two-five,
- .three-five,
- .four-five {
- float: left;
- min-height: 1px;
- }
- .one-full,
- .one-quarter,
- .three-quarter,
- .one-half,
- .one-three,
- .two-three,
- .one-five,
- .two-five,
- .three-five,
- .four-five {
- padding-right: 5px;
- padding-left: 5px;
- }
- img {
- display: block;
- max-width: 100%;
- height: auto;
- }
- ul li img,
- ol li img {
- display: inline-block;
- margin-right: 9px;
- }
- #header {
- position:fixed;
- top:0;
- left:0;
- width:270px;
- height:100%;
- background:#fff;
- border-right:1px solid #fafafa;
- box-shadow:4px 0 5px rgba(0,0,0, 0.1);
- -webkit-box-shadow:4px 0 5px rgba(0,0,0, 0.1);
- padding:40px 0 20px;
- }
- @media (max-width: 991px) {
- #header {
- width:220px;
- }
- }
- @media (max-width: 767px) {
- #header {
- display: none;
- }
- }
- #header-inner {
- width:100%;
- height: calc(100% - 150px);
- padding:0 25px 15px;
- overflow-y: scroll;
- position: relative;
- }
- #logo-container {
- text-align:center;
- }
- #logo {
- display:inline-block;
- }
- #menu {
- list-style-type:none;
- padding:0;
- margin:0;
- border-top:1px solid rgba(0,0,0, 0.05);
- border-bottom:1px solid #fff;
- }
- #menu li{
- display:block;
- width:100%;
- }
- #menu li {
- font-size:16px;
- text-align:right;
- border-top:1px solid #fff;
- border-bottom:1px solid rgba(0,0,0, 0.04);
- }
- #menu li a{
- display:inline-block;
- padding:10px 0;
- }
- #menu li > .open-menu {
- display:inline-block;
- padding-left: 5px;
- color:#aeaeae;
- }
- #menu li ul {
- display:none;
- list-style-type:none;
- padding:0 10px 0 0;
- background: rgba(0,0,0, 0.01);
- border:none;
- margin:0 0 10px;
- padding:0 0 5px;
- }
- #menu li ul li {
- font-size:14px;
- border-top:1px solid #fff;
- border-bottom:1px solid rgba(0,0,0, 0.04);
- }
- #menu li ul li a{
- display:inline-block;
- padding:7px 15px;
- border:none;
- color:#999;
- }
- #menu li ul li a:hover {
- color:#6a6a6a;
- }
- #menu li ul li:first-child {
- border-top:none;
- }
- #menu li ul li:last-child {
- border-bottom:none;
- }
- #header-bottom-text {
- position: absolute;
- left:0;
- bottom:0;
- width:100%;
- text-align:center;
- font-size:13px;
- }
- /* Content */
- #content {
- padding:60px 0 0 270px;
- }
- @media (max-width: 991px) {
- #content {
- padding-top:50px;
- padding-left:220px;
- }
- }
- @media (max-width: 767px) {
- #content {
- padding-left:0;
- padding-top:40px;
- }
- }
- .title {
- text-align:center;
- }
- .sub-title {
- margin-bottom: 25px;
- }
- .include-list {
- margin-left:20px;
- }
- .include-list li {
- margin-bottom:5px;
- }
- .include-list li img {
- display:inline-block;
- margin-right:8px;
- width:20px;
- }
- .include-list li ol {
- margin:8px 0 8px 30px;
- }
- .include-list li ol li img {
- display:inline-block;
- margin-right:6px;
- width:18px;
- }
- .credits-list {
- list-style-type: square;
- padding-left:30px;
- }
- .faq-title {
- font-size:17px;
- line-height:22px;
- margin-bottom:8px;
- }
- #footer {
- text-align:center;
- }
|