| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314 |
- /*
- * This document has been created with Marked.app <http://markedapp.com>.
- * Copyright 2011 Brett Terpstra
- * ---------------------------------------------------------------------------
- * Please leave this notice in place, along with any additional credits below.
- *
- * Byword.css theme is based on Byword.app <http://bywordapp.com>
- * Authors: @brunodecarvalho, @jpedroso, @rcabaco
- * Copyright 2011 Metaclassy, Lda. <http://metaclassy.com>
- */
- html {
- font-size: 62.5%; /* base font-size: 10px */
- }
- body {
- background-color: #f2f2f2;
- color: #3c3c3c;
- /* Change font size below */
- font-size: 1.7em;
- line-height: 1.4em;
- /* Change font below */
- /* Sans-serif fonts */
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
- -webkit-font-smoothing: antialiased;
- /* Serif fonts */
- /*
- font-family: "Cochin", "Baskerville", "Georgia", serif;
- -webkit-font-smoothing: subpixel-antialiased;
- */
- /* Monospaced fonts */
- /*
- font-family: "Courier New", Menlo, Monaco, mono;
- -webkit-font-smoothing: antialiased;
- */
- margin: auto;
- max-width: 42em;
- }
- a {
- color: #308bd8;
- text-decoration:none;
- }
- a:hover {
- text-decoration: underline;
- }
- /* headings */
- h1, h2 {
- line-height:1.2em;
- margin-top:32px;
- margin-bottom:12px;
- }
- h1:first-child {
- margin-top:0;
- }
- h3, h4, h5, h6 {
- margin-top:12px;
- margin-bottom:0;
- }
- h5, h6 {
- font-size:0.9em;
- line-height:1.0em;
- }
- /* end of headings */
- p {
- margin:0 0 24px 0;
- }
- p:last-child {
- margin:0;
- }
- #wrapper hr {
- width: 100%;
- margin: 3em auto;
- border: 0;
- color: #eee;
- background-color: #ccc;
- height: 1px;
- -webkit-box-shadow:0px 1px 0px rgba(255, 255, 255, 0.75);
- }
- /* lists */
- ol {
- list-style: outside decimal;
- }
- ul {
- list-style: outside disc;
- }
- ol, ul {
- padding-left:0;
- margin-bottom:24px;
- }
- ol li {
- margin-left:28px;
- }
- ul li {
- margin-bottom:8px;
- margin-left:16px;
- }
- ol:last-child, ul:last-child {
- margin:0;
- }
- li > ol, li > ul {
- padding-left:12px;
- }
- dl {
- margin-bottom:24px;
- }
- dl dt {
- font-weight:bold;
- margin-bottom:8px;
- }
- dl dd {
- margin-left:0;
- margin-bottom:12px;
- }
- dl dd:last-child, dl:last-child {
- margin-bottom:0;
- }
- /* end of lists */
- pre {
- white-space: pre-wrap;
- width: 96%;
- margin-bottom: 24px;
- overflow: hidden;
- padding: 3px 10px;
- -webkit-border-radius: 3px;
- background-color: #eee;
- border: 1px solid #ddd;
- }
- code {
- white-space: nowrap;
- font-size: 1.1em;
- padding: 2px;
- -webkit-border-radius: 3px;
- background-color: #eee;
- border: 1px solid #ddd;
- }
- pre code {
- white-space: pre-wrap;
- border: none;
- padding: 0;
- background-color: transparent;
- -webkit-border-radius: 0;
- }
- blockquote {
- margin-left: 0;
- margin-right: 0;
- width: 96%;
- padding: 0 10px;
- border-left: 3px solid #ddd;
- color: #777;
- }
- table {
- margin-left: auto;
- margin-right: auto;
- margin-bottom: 24px;
- border-bottom: 1px solid #ddd;
- border-right: 1px solid #ddd;
- border-spacing: 0;
- }
- table th {
- padding: 3px 10px;
- background-color: #eee;
- border-top: 1px solid #ddd;
- border-left: 1px solid #ddd;
- }
- table tr {
- }
- table td {
- padding: 3px 10px;
- border-top: 1px solid #ddd;
- border-left: 1px solid #ddd;
- }
- caption {
- font-size: 1.2em;
- font-weight: bold;
- margin-bottom: 5px;
- }
- figure {
- display: block;
- text-align: center;
- }
- #wrapper img {
- border: none;
- display: block;
- margin: 1em auto;
- max-width: 100%;
- }
- figcaption {
- font-size: 0.8em;
- font-style: italic;
- }
- mark {
- background: #fefec0;
- padding:1px 3px;
- }
- /* classes */
- .markdowncitation {
- }
- .footnote {
- font-size: 0.8em;
- vertical-align: super;
- }
- .footnotes ol {
- font-weight: bold;
- }
- .footnotes ol li p {
- font-weight: normal;
- }
- /* custom formatting classes */
- .shadow {
- -webkit-box-shadow: 0 2px 4px #999;
- }
- .source {
- text-align: center;
- font-size: 0.8em;
- color: #777;
- margin: -40px;
- }
- @media screen {
- .inverted, .inverted #wrapper {
- background-color: #1a1a1a !important;
- color: #bebebe !important;
- /* SANS-SERIF */
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
- -webkit-font-smoothing: antialiased !important;
- /* SERIF */
- /*
- font-family: "Cochin", "Baskerville", "Georgia", serif !important;
- -webkit-font-smoothing: subpixel-antialiased !important;
- */
- /* MONO */
- /*
- font-family: "Courier", mono !important;
- -webkit-font-smoothing: antialiased !important;
- */
- }
- .inverted a {
- color: #308bd8 !important;
- }
- .inverted hr {
- color: #666 !important;
- border: 0;
- background-color: #666 !important;
- -webkit-box-shadow: none !important;
- }
- .inverted pre {
- background-color: #222 !important;
- border-color: #3c3c3c !important;
- }
- .inverted code {
- background-color: #222 !important;
- border-color: #3c3c3c !important;
- }
- .inverted blockquote {
- border-color: #333 !important;
- color: #999 !important;
- }
- .inverted table {
- border-color: #3c3c3c !important;
- }
- .inverted table th {
- background-color: #222 !important;
- border-color: #3c3c3c !important;
- }
- .inverted table td {
- border-color: #3c3c3c !important;
- }
- .inverted mark {
- background: #bc990b !important;
- color:#000 !important;
- }
- .inverted .shadow { -webkit-box-shadow: 0 2px 4px #000 !important; }
- #wrapper {
- background: transparent;
- margin: 40px;
- }
- }
- /* Printing support */
- @media print {
- body {
- overflow: auto;
- }
- img, pre, blockquote, table, figure {
- page-break-inside: avoid;
- }
- pre, code {
- border: none !important;
- }
- #wrapper {
- background: #fff;
- position: relative;
- text-indent: 0px;
- padding: 10px;
- font-size:85%;
- }
- .footnotes {
- page-break-before: always;
- }
- }
|