@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300); @import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700); html, body { margin: 0; } body { background-color: #f2f4f6; font-family: 'Open Sans', sans-serif; text-align: center; } header h1 { font-family: 'Courgette', serif; font-size: 60px; color: #aaa; white-space: nowrap; margin: 50px auto; } header h1 span { margin: 0 10px; color: #f77; } @media all and (max-width: 440px) { header h1 { font-size: 50px; } } header h2 { font-size: 20px; color: #a9b2bc; line-height: 25px; text-transform: uppercase; font-weight: 300; text-align: center; display: block; } header h2 a { color: #3085d6; } .swal2-alert h2 { font-family: 'Open Sans', sans-serif; font-weight: 600; } .modal-types td { vertical-align: middle; text-align: center; width: 33%; } .modal-types .swal2-icon, .modal-types button { display: inline-block; margin: 0; } .modal-types .swal2-success::before, .modal-types .swal2-success::after { background: transparent !important; } .modal-input-types tr td:first-child { padding-top: 45px; } .modal-input-types td { vertical-align: middle; text-align: center; width: 33%; } h3 { font-size: 28px; color: #c7ccd1; text-transform: uppercase; font-family: 'Open Sans Condensed', sans-serif; margin-top: 100px; text-align: center; position: relative; } h3.download-section { margin-top: 50px; padding-top: 40px; } h3::after { content: ''; background-color: #e2e5e8; height: 4px; width: 700px; left: 50%; margin-left: -350px; position: absolute; margin-top: -50px; border-radius: 2px; } @media all and (max-width: 740px) { h3::after { width: auto; left: 20px; right: 20px; margin-left: 0; } } a { text-decoration: none; } p { max-width: 826px; margin: 30px auto; font-size: 17px; font-weight: 300; color: #848d94; line-height: 25px; text-align: left; } p.center { text-align: center; } p strong { color: #8a8f94; font-weight: 600; } p a { color: #9ecadf; font-weight: 600; } p a:hover { text-decoration: underline; } p a.twitter { color: #5eaade; } p a.github { color: #323131; } @media all and (max-width: 750px) { p { text-align: center; padding: 0 10px; } } button, .button { background-color: #3085d6; color: #fff; border: 0; box-shadow: none; font-size: 17px; font-weight: 500; border-radius: 3px; padding: 15px 35px; margin: 26px 5px 0; cursor: pointer; white-space: nowrap; } button:hover, .button:hover { background-color: #297dce; } button:active, .button:active { background-color: #236bb0; } button.cancel, .button.cancel { background-color: #d0d0d0; } button.cancel:hover, .button.cancel:hover { background-color: #c8c8c8; } button.cancel:active, .button.cancel:active { background-color: #b7b7b7; } .top-right-button { position: fixed; right: 80px; width: 170px; height: 50px; line-height: 50px; margin: 0; z-index: 3; text-transform: uppercase; font-weight: 500; background-color: rgba(255, 255, 255, 0.9); border-radius: 2px; cursor: pointer; } .top-right-button.download { top: 30px; color: #abcada; } .top-right-button.cdn { top: 90px; color: #eb4c36; } @media all and (max-width: 1278px) { .top-right-button { display: none; } } .center-container { max-width: 725px; margin: 70px auto; } pre { background-color: #49483e; color: #f8f8f2; padding: 10px; border-radius: 5px; text-align: left; font-size: 14px; overflow: hidden; } pre .str { color: #e6db74; } pre .func { color: #66d9ef; } pre .val { color: #a381ff; } pre .tag { color: #e92772; } pre .attr { color: #a6e22d; } pre .comment { color: #85939e; } .showcase { background-color: #eceef0; padding: 20px; display: inline-block; width: 383px; vertical-align: top; position: relative; } @media all and (max-width: 865px) { .showcase { margin: 5px auto; padding: 35px 10px; } } @media all and (max-width: 440px) { .showcase { width: auto; } } .showcase h4 { font-size: 16px; color: #bcbcbc; line-height: 22px; margin: 0 auto; font-weight: 800; } .showcase.sweet h4 { font-family: 'Courgette', serif; font-size: 24px; color: #aaa; } .showcase.sweet h4 span { margin: 0 4px; color: #f77; } .showcase h5 { margin-bottom: -7px; text-align: left; font-weight: 500; text-transform: uppercase; color: #c2c2c2; } .showcase button { margin-bottom: 10px; } .showcase .vs-icon { background-image: url("../images/vs_icon.png"); background-image: -webkit-image-set(url("../images/vs_icon.png") 1x, url("../images/vs_icon@2x.png") 2x); background-repeat: no-repeat; width: 69px; height: 69px; position: absolute; right: -34px; top: 60px; z-index: 2; } @media all and (max-width: 865px) { .showcase .vs-icon { margin: 5px auto; right: auto; left: 50%; margin-left: -35px; top: auto; bottom: -35px; } } .examples { list-style-type: none; width: 750px; margin: 0 auto; text-align: left; padding-left: 0; } @media all and (max-width: 758px) { .examples { width: auto; } } .examples li { padding-left: 0; } .examples .ui, .examples pre { display: inline-block; vertical-align: top; } @media all and (max-width: 758px) { .examples .ui, .examples pre { display: block; max-width: none; margin: 0 auto; } } .examples .ui { width: 300px; text-align: center; } .examples .ui button { margin-top: 12px; } .examples .ui p { text-align: center; margin-bottom: 0; } .examples pre { max-width: 420px; margin-top: 67px; } @media all and (max-width: 758px) { .examples pre { margin-top: 16px !important; margin-bottom: 60px; } } .examples .warning pre { margin-top: 93px; } ol { max-width: 725px; margin: 70px auto; list-style-position: inside; padding-left: 0; } ol li { color: #a7adb2; } ol li p { margin-bottom: 10px; } table { width: 725px; font-size: 14px; color: #8a8f94; margin: 10px auto; text-align: left; border-collapse: collapse; } @media all and (max-width: 750px) { table { width: auto; margin: 10px auto; } } table th { background-color: #fff; padding: 9px; color: #acb9be; font-weight: 400; text-align: center; position: relative; } @media all and (max-width: 750px) { table th:nth-child(2) { display: none; } } table td { padding: 10px 20px; vertical-align: top; } table td:first-child { padding-left: 0; } table td:last-child { padding-right: 0; } @media all and (max-width: 750px) { table td:nth-child(2) { display: none; } } @media all and (max-width: 360px) { table td { padding: 10px 4px; } table td b { font-size: 13px; } } @media all and (max-width: 750px) { .mobile-hidden { display: none; } } .github-corner { position: fixed; top: 0; right: 0; }