123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495 |
- /* line 3, ../scss/stylesheet.scss */
- * {
- box-sizing: border-box;
- }
- /* line 7, ../scss/stylesheet.scss */
- body {
- padding: 0;
- margin: 0;
- font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-size: 16px;
- line-height: 1.5;
- color: #606c71;
- }
- /* line 33, ../scss/stylesheet.scss */
- a {
- color: #1e6bb8;
- text-decoration: none;
- }
- /* line 36, ../scss/stylesheet.scss */
- a:hover {
- text-decoration: underline;
- }
- /* line 41, ../scss/stylesheet.scss */
- .btn {
- display: inline-block;
- margin-bottom: 1rem;
- color: rgba(255, 255, 255, 0.7);
- background-color: rgba(255, 255, 255, 0.08);
- border-color: rgba(255, 255, 255, 0.2);
- border-style: solid;
- border-width: 1px;
- border-radius: 0.3rem;
- transition: color 0.2s, background-color 0.2s, border-color 0.2s;
- }
- /* line 51, ../scss/stylesheet.scss */
- .btn + .btn {
- margin-left: 1rem;
- }
- /* line 54, ../scss/stylesheet.scss */
- .btn:hover {
- color: rgba(255, 255, 255, 0.8);
- text-decoration: none;
- background-color: rgba(255, 255, 255, 0.2);
- border-color: rgba(255, 255, 255, 0.3);
- }
- /* line 60, ../scss/stylesheet.scss */
- .btn .fa {
- font-size: 1.1em;
- margin-right: 6px;
- top: 1px;
- position: relative;
- }
- /* line 65, ../scss/stylesheet.scss */
- .btn .fa.fa-github {
- font-size: 1.3em;
- }
- @media screen and (min-width: 64em) {
- /* line 72, ../scss/stylesheet.scss */
- .btn {
- padding: 0.75rem 1rem;
- }
- }
- @media screen and (min-width: 42em) and (max-width: 64em) {
- /* line 78, ../scss/stylesheet.scss */
- .btn {
- padding: 0.6rem 0.9rem;
- font-size: 0.9rem;
- }
- }
- @media screen and (max-width: 42em) {
- /* line 85, ../scss/stylesheet.scss */
- .btn {
- display: block;
- margin-left: 0 !important;
- width: 100%;
- padding: 0.75rem;
- font-size: 0.9rem;
- }
- /* line 92, ../scss/stylesheet.scss */
- .btn .btn {
- margin-top: 1rem;
- margin-left: 0;
- }
- }
- /* line 99, ../scss/stylesheet.scss */
- .top {
- position: relative;
- overflow: hidden;
- height: 870px;
- }
- /* line 111, ../scss/stylesheet.scss */
- .top h1 {
- font-size: 60px;
- font-weight: 100;
- text-transform: uppercase;
- line-height: 1em;
- margin-bottom: 60px;
- letter-spacing: .1em;
- }
- /* line 121, ../scss/stylesheet.scss */
- .page-header {
- color: #fff;
- text-align: center;
- position: relative;
- }
- @media screen and (min-width: 64em) {
- /* line 146, ../scss/stylesheet.scss */
- .page-header {
- padding: 2rem 6rem;
- }
- }
- @media screen and (min-width: 42em) and (max-width: 64em) {
- /* line 152, ../scss/stylesheet.scss */
- .page-header {
- padding: 2rem 4rem;
- }
- }
- @media screen and (max-width: 42em) {
- /* line 158, ../scss/stylesheet.scss */
- .page-header {
- padding: 1rem 1rem;
- }
- }
- /* line 163, ../scss/stylesheet.scss */
- .project-name {
- margin-top: 0;
- margin-bottom: 0.1rem;
- }
- @media screen and (min-width: 64em) {
- /* line 169, ../scss/stylesheet.scss */
- .project-name {
- font-size: 3.25rem;
- }
- }
- @media screen and (min-width: 42em) and (max-width: 64em) {
- /* line 175, ../scss/stylesheet.scss */
- .project-name {
- font-size: 2.25rem;
- }
- }
- @media screen and (max-width: 42em) {
- /* line 181, ../scss/stylesheet.scss */
- .project-name {
- font-size: 1.75rem;
- }
- }
- /* line 186, ../scss/stylesheet.scss */
- .project-tagline {
- margin-bottom: 2rem;
- font-weight: normal;
- opacity: 0.7;
- }
- @media screen and (min-width: 64em) {
- /* line 193, ../scss/stylesheet.scss */
- .project-tagline {
- font-size: 1.25rem;
- }
- }
- @media screen and (min-width: 42em) and (max-width: 64em) {
- /* line 199, ../scss/stylesheet.scss */
- .project-tagline {
- font-size: 1.15rem;
- }
- }
- @media screen and (max-width: 42em) {
- /* line 203, ../scss/stylesheet.scss */
- .project-tagline {
- font-size: 1rem;
- }
- }
- /* line 207, ../scss/stylesheet.scss */
- .main-content {
- background: #fff;
- position: relative;
- }
- /* line 209, ../scss/stylesheet.scss */
- .main-content textarea {
- height: 160px;
- width: 100%;
- padding: 6px 12px;
- font-size: 14px;
- background-color: #fff;
- background-image: none;
- border: 1px solid #ccc;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- -moz-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
- -o-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
- -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
- transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
- /* line 221, ../scss/stylesheet.scss */
- .main-content textarea:focus {
- border-color: #66afe9;
- outline: 0;
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
- }
- /* line 231, ../scss/stylesheet.scss */
- .main-content :first-child {
- margin-top: 0;
- }
- /* line 235, ../scss/stylesheet.scss */
- .main-content img {
- max-width: 100%;
- }
- /* line 239, ../scss/stylesheet.scss */
- .main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
- position: relative;
- margin-top: 2rem;
- margin-bottom: 1rem;
- font-weight: normal;
- color: #49606D;
- }
- /* line 245, ../scss/stylesheet.scss */
- .main-content h1 .anchor, .main-content h2 .anchor, .main-content h3 .anchor, .main-content h4 .anchor, .main-content h5 .anchor, .main-content h6 .anchor {
- position: absolute;
- top: 0;
- left: 0;
- display: block;
- padding-right: 6px;
- padding-left: 8px;
- margin-left: -30px;
- color: inherit;
- }
- /* line 254, ../scss/stylesheet.scss */
- .main-content h1 .anchor .fa, .main-content h2 .anchor .fa, .main-content h3 .anchor .fa, .main-content h4 .anchor .fa, .main-content h5 .anchor .fa, .main-content h6 .anchor .fa {
- font-size: 0.8em;
- }
- /* line 258, ../scss/stylesheet.scss */
- .main-content h1:hover .anchor, .main-content h2:hover .anchor, .main-content h3:hover .anchor, .main-content h4:hover .anchor, .main-content h5:hover .anchor, .main-content h6:hover .anchor {
- text-decoration: none;
- }
- /* line 263, ../scss/stylesheet.scss */
- .main-content p {
- margin-bottom: 1em;
- }
- /* line 267, ../scss/stylesheet.scss */
- .main-content .row {
- margin-right: -10px;
- margin-left: -10px;
- margin-bottom: 15px;
- }
- /* line 272, ../scss/stylesheet.scss */
- .main-content .row:before, .main-content .row:after {
- display: table;
- content: " ";
- }
- /* line 278, ../scss/stylesheet.scss */
- .main-content .col-1, .main-content .col-10, .main-content .col-11, .main-content .col-12, .main-content .col-2, .main-content .col-3, .main-content .col-4, .main-content .col-5, .main-content .col-6, .main-content .col-7, .main-content .col-8, .main-content .col-9 {
- position: relative;
- min-height: 1px;
- padding-right: 10px;
- padding-left: 10px;
- float: left;
- }
- /* line 285, ../scss/stylesheet.scss */
- .main-content .col-1 {
- width: 8.33333%;
- }
- /* line 288, ../scss/stylesheet.scss */
- .main-content .col-2 {
- width: 16.66667%;
- }
- /* line 291, ../scss/stylesheet.scss */
- .main-content .col-3 {
- width: 25%;
- }
- /* line 294, ../scss/stylesheet.scss */
- .main-content .col-4 {
- width: 33.33333%;
- }
- /* line 297, ../scss/stylesheet.scss */
- .main-content .col-5 {
- width: 41.66667%;
- }
- /* line 300, ../scss/stylesheet.scss */
- .main-content .col-6 {
- width: 50%;
- }
- /* line 303, ../scss/stylesheet.scss */
- .main-content .col-7 {
- width: 58.33333%;
- }
- /* line 306, ../scss/stylesheet.scss */
- .main-content .col-8 {
- width: 66.66667%;
- }
- /* line 309, ../scss/stylesheet.scss */
- .main-content .col-9 {
- width: 75%;
- }
- /* line 313, ../scss/stylesheet.scss */
- .main-content code {
- padding: 2px 4px;
- font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
- font-size: 0.9rem;
- color: #383e41;
- background-color: #f3f6fa;
- border-radius: 0.3rem;
- }
- /* line 322, ../scss/stylesheet.scss */
- .main-content pre {
- padding: 0.8rem;
- margin-top: 0;
- margin-bottom: 1rem;
- font: 1rem Consolas, "Liberation Mono", Menlo, Courier, monospace;
- color: #567482;
- word-wrap: normal;
- background-color: #f3f6fa;
- border: solid 1px #dce6f0;
- border-radius: 0.3rem;
- }
- /* line 333, ../scss/stylesheet.scss */
- .main-content pre > code {
- padding: 0;
- margin: 0;
- font-size: 0.9rem;
- color: #567482;
- word-break: normal;
- white-space: pre;
- background: transparent;
- border: 0;
- }
- /* line 345, ../scss/stylesheet.scss */
- .main-content .highlight {
- margin-bottom: 1rem;
- }
- /* line 348, ../scss/stylesheet.scss */
- .main-content .highlight pre {
- margin-bottom: 0;
- word-break: normal;
- }
- /* line 354, ../scss/stylesheet.scss */
- .main-content .highlight pre, .main-content pre {
- padding: 0.8rem;
- overflow: auto;
- font-size: 0.9rem;
- line-height: 1.45;
- border-radius: 0.3rem;
- }
- /* line 362, ../scss/stylesheet.scss */
- .main-content pre code, .main-content pre tt {
- display: inline;
- max-width: initial;
- padding: 0;
- margin: 0;
- overflow: initial;
- line-height: inherit;
- word-wrap: normal;
- background-color: transparent;
- border: 0;
- }
- /* line 372, ../scss/stylesheet.scss */
- .main-content pre code:before, .main-content pre code:after, .main-content pre code:before, .main-content pre code:after, .main-content pre tt:before, .main-content pre tt:after, .main-content pre tt:before, .main-content pre tt:after {
- content: normal;
- }
- /* line 377, ../scss/stylesheet.scss */
- .main-content ul, .main-content ol {
- margin-top: 0;
- }
- /* line 381, ../scss/stylesheet.scss */
- .main-content blockquote {
- padding: 0 1rem;
- margin-left: 0;
- color: #819198;
- border-left: 0.3rem solid #dce6f0;
- }
- /* line 386, ../scss/stylesheet.scss */
- .main-content blockquote > :first-child {
- margin-top: 0;
- }
- /* line 389, ../scss/stylesheet.scss */
- .main-content blockquote > :last-child {
- margin-bottom: 0;
- }
- /* line 394, ../scss/stylesheet.scss */
- .main-content table {
- display: block;
- width: 100%;
- overflow: auto;
- word-break: normal;
- word-break: keep-all;
- }
- /* line 400, ../scss/stylesheet.scss */
- .main-content table th {
- font-weight: bold;
- }
- /* line 403, ../scss/stylesheet.scss */
- .main-content table th, .main-content table td {
- padding: 0.5rem 1rem;
- border: 1px solid #e9ebec;
- }
- /* line 409, ../scss/stylesheet.scss */
- .main-content dl {
- padding: 0;
- }
- /* line 411, ../scss/stylesheet.scss */
- .main-content dl dt {
- padding: 0;
- margin-top: 1rem;
- font-size: 1rem;
- font-weight: bold;
- }
- /* line 417, ../scss/stylesheet.scss */
- .main-content dl dd {
- padding: 0;
- margin-bottom: 1rem;
- }
- /* line 423, ../scss/stylesheet.scss */
- .main-content hr {
- height: 2px;
- padding: 0;
- margin: 1rem 0;
- background-color: #eff0f1;
- border: 0;
- }
- @media screen and (min-width: 64em) {
- /* line 436, ../scss/stylesheet.scss */
- .main-content {
- max-width: 64rem;
- padding: 2rem 6rem;
- margin: 0 auto;
- font-size: 1.1rem;
- }
- }
- @media screen and (min-width: 42em) and (max-width: 64em) {
- /* line 443, ../scss/stylesheet.scss */
- .main-content {
- padding: 2rem 4rem;
- font-size: 1.1rem;
- }
- }
- @media screen and (max-width: 42em) {
- /* line 448, ../scss/stylesheet.scss */
- .main-content {
- padding: 2rem 1rem;
- font-size: 1rem;
- }
- }
- /* line 452, ../scss/stylesheet.scss */
- .site-footer {
- padding-top: 2rem;
- border-top: solid 1px #eff0f1;
- }
- /* line 456, ../scss/stylesheet.scss */
- .site-footer-owner {
- display: block;
- font-weight: bold;
- }
- /* line 460, ../scss/stylesheet.scss */
- .site-footer-credits {
- color: #819198;
- }
- @media screen and (min-width: 64em) {
- /* line 464, ../scss/stylesheet.scss */
- .site-footer {
- font-size: 1rem;
- }
- }
- @media screen and (min-width: 42em) and (max-width: 64em) {
- /* line 468, ../scss/stylesheet.scss */
- .site-footer {
- font-size: 1rem;
- }
- }
- @media screen and (max-width: 42em) {
- /* line 472, ../scss/stylesheet.scss */
- .site-footer {
- font-size: 0.9rem;
- }
- }
|