├── 1.05 ├── markdeep.min.js ├── latex.css ├── website.css ├── dark.css └── slides.css ├── 1.093 ├── markdeep.min.js ├── company │ ├── company-logo-1024.png │ ├── api │ │ └── company-logo-512.png │ └── whitepaper │ │ ├── company-background.png │ │ └── company-logo-256.png ├── latex.css ├── website.css └── dark.css ├── 1.08 ├── company │ ├── company-logo-1024.png │ ├── api │ │ └── company-logo-512.png │ └── whitepaper │ │ ├── company-logo-256.png │ │ └── company-background.png ├── latex.css ├── website.css └── dark.css ├── 1.09 ├── company │ ├── company-logo-1024.png │ ├── api │ │ └── company-logo-512.png │ └── whitepaper │ │ ├── company-logo-256.png │ │ └── company-background.png ├── latex.css ├── website.css └── dark.css ├── 1.10 ├── company │ ├── company-logo-1024.png │ ├── api │ │ └── company-logo-512.png │ └── whitepaper │ │ ├── company-logo-256.png │ │ └── company-background.png ├── latex.css ├── website.css └── dark.css ├── 1.11 ├── company │ ├── company-logo-1024.png │ ├── api │ │ └── company-logo-512.png │ └── whitepaper │ │ ├── company-logo-256.png │ │ └── company-background.png ├── latex.css ├── website.css └── dark.css ├── 1.12 ├── company │ ├── company-logo-1024.png │ ├── api │ │ └── company-logo-512.png │ └── whitepaper │ │ ├── company-logo-256.png │ │ └── company-background.png ├── latex.css ├── website.css └── dark.css ├── 1.13 ├── company │ ├── company-logo-1024.png │ ├── api │ │ └── company-logo-512.png │ └── whitepaper │ │ ├── company-logo-256.png │ │ └── company-background.png ├── latex.css ├── website.css └── dark.css ├── 1.14 ├── company │ ├── company-logo-1024.png │ ├── api │ │ └── company-logo-512.png │ └── whitepaper │ │ ├── company-logo-256.png │ │ └── company-background.png ├── latex.css ├── website.css └── dark.css ├── 1.094 ├── company │ ├── company-logo-1024.png │ ├── api │ │ └── company-logo-512.png │ └── whitepaper │ │ ├── company-background.png │ │ └── company-logo-256.png ├── latex.css ├── website.css └── dark.css ├── latest ├── company │ ├── company-logo-1024.png │ ├── api │ │ └── company-logo-512.png │ └── whitepaper │ │ ├── company-logo-256.png │ │ └── company-background.png ├── latex.css ├── website.css └── dark.css ├── README.md ├── .github └── FUNDING.yml ├── LICENSE ├── 0.17 ├── dark.css └── latex.css ├── 0.18 ├── dark.css └── latex.css ├── 0.19 ├── latex.css ├── dark.css └── slides.css ├── 0.20 ├── latex.css ├── dark.css └── slides.css ├── 0.21 ├── latex.css ├── dark.css └── slides.css ├── 0.22 ├── latex.css ├── dark.css └── slides.css ├── 0.23 ├── latex.css ├── dark.css └── slides.css ├── 1.00 ├── latex.css ├── dark.css └── slides.css ├── 1.01 ├── latex.css ├── dark.css └── slides.css ├── 1.02 ├── latex.css ├── dark.css └── slides.css ├── 1.03 ├── latex.css ├── dark.css └── slides.css ├── 1.04 ├── latex.css ├── website.css ├── dark.css └── slides.css ├── 1.06 ├── latex.css ├── website.css ├── dark.css └── slides.css └── 1.07 ├── latex.css ├── website.css └── dark.css /1.05/markdeep.min.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /1.093/markdeep.min.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /1.08/company/company-logo-1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietroppeter/markdeep/master/1.08/company/company-logo-1024.png -------------------------------------------------------------------------------- /1.09/company/company-logo-1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietroppeter/markdeep/master/1.09/company/company-logo-1024.png -------------------------------------------------------------------------------- /1.10/company/company-logo-1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietroppeter/markdeep/master/1.10/company/company-logo-1024.png -------------------------------------------------------------------------------- /1.11/company/company-logo-1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietroppeter/markdeep/master/1.11/company/company-logo-1024.png -------------------------------------------------------------------------------- /1.12/company/company-logo-1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietroppeter/markdeep/master/1.12/company/company-logo-1024.png -------------------------------------------------------------------------------- /1.13/company/company-logo-1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietroppeter/markdeep/master/1.13/company/company-logo-1024.png -------------------------------------------------------------------------------- /1.14/company/company-logo-1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietroppeter/markdeep/master/1.14/company/company-logo-1024.png -------------------------------------------------------------------------------- /1.08/company/api/company-logo-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietroppeter/markdeep/master/1.08/company/api/company-logo-512.png -------------------------------------------------------------------------------- /1.09/company/api/company-logo-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietroppeter/markdeep/master/1.09/company/api/company-logo-512.png -------------------------------------------------------------------------------- /1.093/company/company-logo-1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietroppeter/markdeep/master/1.093/company/company-logo-1024.png -------------------------------------------------------------------------------- /1.094/company/company-logo-1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietroppeter/markdeep/master/1.094/company/company-logo-1024.png -------------------------------------------------------------------------------- /1.10/company/api/company-logo-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietroppeter/markdeep/master/1.10/company/api/company-logo-512.png -------------------------------------------------------------------------------- /1.11/company/api/company-logo-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietroppeter/markdeep/master/1.11/company/api/company-logo-512.png -------------------------------------------------------------------------------- /1.12/company/api/company-logo-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietroppeter/markdeep/master/1.12/company/api/company-logo-512.png -------------------------------------------------------------------------------- /1.13/company/api/company-logo-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietroppeter/markdeep/master/1.13/company/api/company-logo-512.png -------------------------------------------------------------------------------- /1.14/company/api/company-logo-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietroppeter/markdeep/master/1.14/company/api/company-logo-512.png -------------------------------------------------------------------------------- /latest/company/company-logo-1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietroppeter/markdeep/master/latest/company/company-logo-1024.png -------------------------------------------------------------------------------- /1.093/company/api/company-logo-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietroppeter/markdeep/master/1.093/company/api/company-logo-512.png -------------------------------------------------------------------------------- /1.094/company/api/company-logo-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietroppeter/markdeep/master/1.094/company/api/company-logo-512.png -------------------------------------------------------------------------------- /latest/company/api/company-logo-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietroppeter/markdeep/master/latest/company/api/company-logo-512.png -------------------------------------------------------------------------------- /1.08/company/whitepaper/company-logo-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietroppeter/markdeep/master/1.08/company/whitepaper/company-logo-256.png -------------------------------------------------------------------------------- /1.09/company/whitepaper/company-logo-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietroppeter/markdeep/master/1.09/company/whitepaper/company-logo-256.png -------------------------------------------------------------------------------- /1.10/company/whitepaper/company-logo-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietroppeter/markdeep/master/1.10/company/whitepaper/company-logo-256.png -------------------------------------------------------------------------------- /1.11/company/whitepaper/company-logo-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietroppeter/markdeep/master/1.11/company/whitepaper/company-logo-256.png -------------------------------------------------------------------------------- /1.12/company/whitepaper/company-logo-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietroppeter/markdeep/master/1.12/company/whitepaper/company-logo-256.png -------------------------------------------------------------------------------- /1.13/company/whitepaper/company-logo-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietroppeter/markdeep/master/1.13/company/whitepaper/company-logo-256.png -------------------------------------------------------------------------------- /1.14/company/whitepaper/company-logo-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietroppeter/markdeep/master/1.14/company/whitepaper/company-logo-256.png -------------------------------------------------------------------------------- /1.08/company/whitepaper/company-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietroppeter/markdeep/master/1.08/company/whitepaper/company-background.png -------------------------------------------------------------------------------- /1.09/company/whitepaper/company-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietroppeter/markdeep/master/1.09/company/whitepaper/company-background.png -------------------------------------------------------------------------------- /1.093/company/whitepaper/company-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietroppeter/markdeep/master/1.093/company/whitepaper/company-background.png -------------------------------------------------------------------------------- /1.093/company/whitepaper/company-logo-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietroppeter/markdeep/master/1.093/company/whitepaper/company-logo-256.png -------------------------------------------------------------------------------- /1.094/company/whitepaper/company-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietroppeter/markdeep/master/1.094/company/whitepaper/company-background.png -------------------------------------------------------------------------------- /1.094/company/whitepaper/company-logo-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietroppeter/markdeep/master/1.094/company/whitepaper/company-logo-256.png -------------------------------------------------------------------------------- /1.10/company/whitepaper/company-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietroppeter/markdeep/master/1.10/company/whitepaper/company-background.png -------------------------------------------------------------------------------- /1.11/company/whitepaper/company-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietroppeter/markdeep/master/1.11/company/whitepaper/company-background.png -------------------------------------------------------------------------------- /1.12/company/whitepaper/company-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietroppeter/markdeep/master/1.12/company/whitepaper/company-background.png -------------------------------------------------------------------------------- /1.13/company/whitepaper/company-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietroppeter/markdeep/master/1.13/company/whitepaper/company-background.png -------------------------------------------------------------------------------- /1.14/company/whitepaper/company-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietroppeter/markdeep/master/1.14/company/whitepaper/company-background.png -------------------------------------------------------------------------------- /latest/company/whitepaper/company-logo-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietroppeter/markdeep/master/latest/company/whitepaper/company-logo-256.png -------------------------------------------------------------------------------- /latest/company/whitepaper/company-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pietroppeter/markdeep/master/latest/company/whitepaper/company-background.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Markdeep 2 | Official public mirror of Markdeep by Morgan McGuire. BSD License. 3 | 4 | See the [Markdeep homepage](https://casual-effects.com/markdeep) for documentation and a hosted 5 | version. 6 | 7 | If you wish to support Markdeep development, please [sponsor my open source projects](https://github.com/sponsors/morgan3d). 8 | That funds my open source projects by defraying licensing, subcontracting, 9 | and hosting costs. 10 | 11 | I do not accept pull requests through this repository because this is a 12 | mirror of the private repo. Email to discuss features. 13 | -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: morgan3d # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] 4 | patreon: # Replace with a single Patreon username 5 | open_collective: # Replace with a single Open Collective username 6 | ko_fi: # Replace with a single Ko-fi username 7 | tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel 8 | community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry 9 | liberapay: # Replace with a single Liberapay username 10 | issuehunt: # Replace with a single IssueHunt username 11 | otechie: # Replace with a single Otechie username 12 | custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] 13 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | BSD 2-Clause License 2 | 3 | Copyright (c) 2020, Morgan McGuire 4 | All rights reserved. 5 | 6 | Redistribution and use in source and binary forms, with or without 7 | modification, are permitted provided that the following conditions are met: 8 | 9 | 1. Redistributions of source code must retain the above copyright notice, this 10 | list of conditions and the following disclaimer. 11 | 12 | 2. Redistributions in binary form must reproduce the above copyright notice, 13 | this list of conditions and the following disclaimer in the documentation 14 | and/or other materials provided with the distribution. 15 | 16 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 17 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 18 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 19 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 20 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 21 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 22 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 23 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 24 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 25 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26 | -------------------------------------------------------------------------------- /0.17/dark.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | 8 | @import url('https://fonts.googleapis.com/css?family=Teko:700'); 9 | 10 | body { 11 | background: #000; 12 | color: #ccc; 13 | font-family: Arial, Helvetica, "sans serif"; 14 | text-align: left; 15 | } 16 | 17 | .md div.title { 18 | color: #d6ab62; 19 | font-family: Teko, Arial; 20 | font-size: 200%; 21 | background: -webkit-linear-gradient(#f9deae, #a87215); 22 | -webkit-background-clip: text; 23 | -webkit-text-fill-color: transparent; 24 | } 25 | 26 | .md a:link, .md a:visited{ 27 | color:#6dafff; 28 | font-family: Arial, Helvetica, "sans serif"; 29 | } 30 | 31 | .md hr { 32 | height: 0px; 33 | border: none; 34 | border-top: 0.1pt solid #777; 35 | } 36 | 37 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 38 | color: #bc9249; 39 | border-color: #bc9249; 40 | font-family: Teko, Arial; 41 | font-size: 150%; 42 | padding-bottom: 0px; 43 | background: -webkit-linear-gradient(#f9deae, #a87215); 44 | -webkit-background-clip: text; 45 | -webkit-text-fill-color: transparent; 46 | } 47 | 48 | .md svg.diagram { 49 | stroke: #ccc; 50 | fill: #ccc; 51 | } 52 | 53 | .md svg.diagram .opendot { 54 | fill: #000; 55 | } 56 | 57 | .md .listing { 58 | background: #ddd; 59 | } 60 | 61 | .md .tilde code { 62 | color: #000; 63 | } 64 | 65 | .md .backtick code { 66 | color: #000; 67 | } 68 | 69 | div.markdeepFooter, div.markdeepFooter a { 70 | color: #bc9249 !important; 71 | } 72 | -------------------------------------------------------------------------------- /0.18/dark.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | 8 | @import url('https://fonts.googleapis.com/css?family=Teko:700'); 9 | 10 | body { 11 | background: #000; 12 | color: #ccc; 13 | font-family: Arial, Helvetica, "sans serif"; 14 | text-align: left; 15 | } 16 | 17 | .md div.title { 18 | color: #d6ab62; 19 | font-family: Teko, Arial; 20 | font-size: 200%; 21 | background: -webkit-linear-gradient(#f9deae, #a87215); 22 | -webkit-background-clip: text; 23 | -webkit-text-fill-color: transparent; 24 | } 25 | 26 | .md a:link, .md a:visited{ 27 | color:#6dafff; 28 | font-family: Arial, Helvetica, "sans serif"; 29 | } 30 | 31 | .md hr { 32 | height: 0px; 33 | border: none; 34 | border-top: 0.1pt solid #777; 35 | } 36 | 37 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 38 | color: #bc9249; 39 | border-color: #bc9249; 40 | font-family: Teko, Arial; 41 | font-size: 150%; 42 | padding-bottom: 0px; 43 | background: -webkit-linear-gradient(#f9deae, #a87215); 44 | -webkit-background-clip: text; 45 | -webkit-text-fill-color: transparent; 46 | } 47 | 48 | .md svg.diagram { 49 | stroke: #ccc; 50 | fill: #ccc; 51 | } 52 | 53 | .md svg.diagram .opendot { 54 | fill: #000; 55 | } 56 | 57 | .md .listing { 58 | background: #ddd; 59 | } 60 | 61 | .md .tilde code { 62 | color: #000; 63 | } 64 | 65 | .md .backtick code { 66 | color: #000; 67 | } 68 | 69 | div.markdeepFooter, div.markdeepFooter a { 70 | color: #bc9249 !important; 71 | } 72 | -------------------------------------------------------------------------------- /0.17/latex.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | body { 8 | max-width: 440px; 9 | font-size: 12.5px; 10 | color: #000; 11 | } 12 | 13 | .md div.title { 14 | font-family: Palatino,Georgia,"Times New Roman",serif; 15 | font-weight: normal; 16 | font-size: 24px; 17 | padding-top: 170px; 18 | padding-bottom: 12px; 19 | } 20 | 21 | @media print { 22 | body { 23 | max-width: 64%; 24 | } 25 | 26 | .md div.title { 27 | padding-top: 150px; 28 | } 29 | } 30 | 31 | .md div.subtitle { 32 | font-size: 15px; 33 | padding-bottom: 12px; 34 | } 35 | 36 | .md h1, .md div.nonumberh1 { 37 | font-family: Palatino,Georgia,"Times New Roman",serif; 38 | border: none; 39 | font-size: 18px; 40 | color: #000; 41 | } 42 | 43 | .md h2, .md div.nonumberh2 { 44 | font-family: Palatino,Georgia,"Times New Roman",serif; 45 | border: none; 46 | font-size: 15px; 47 | color: #000; 48 | } 49 | 50 | .md sup { 51 | vertical-align: baseline; 52 | position: relative; 53 | top: -0.4em; 54 | } 55 | 56 | .md sub { 57 | top: 0.4em; 58 | } 59 | 60 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 61 | font-family: Palatino,Georgia,"Times New Roman",serif; 62 | border: none; 63 | font-size: 14px; 64 | color: #000; 65 | } 66 | 67 | .md div.imagecaption { 68 | font-style: normal; 69 | } 70 | 71 | .md hr { 72 | height: 0px; 73 | border: none; 74 | border-top: 0.1pt solid #777; 75 | } 76 | 77 | .md div.endnote { 78 | font-size: 11px; 79 | } 80 | 81 | .md div.bib b { 82 | font-weight: normal; 83 | } 84 | 85 | .md code { 86 | font-size: 82%; 87 | } 88 | 89 | .md svg.diagram { 90 | zoom: 80%; 91 | } 92 | 93 | 94 | .md ul li.asterisk:before, .md ul li.minus:before { 95 | content: "●"; 96 | display: block; 97 | float: left; 98 | width: 1.2em; 99 | margin-left: -18px; 100 | } 101 | 102 | .md ul li.asterisk, .md ul li.minus { 103 | list-style-type: none; 104 | margin-bottom: 10px; 105 | padding-left: 4pt; 106 | } 107 | 108 | .md ol li { 109 | margin-bottom: 10px; 110 | padding-left: 4pt; 111 | } 112 | -------------------------------------------------------------------------------- /0.18/latex.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | body { 8 | max-width: 440px; 9 | font-size: 12.5px; 10 | color: #000; 11 | } 12 | 13 | .md div.title { 14 | font-family: Palatino,Georgia,"Times New Roman",serif; 15 | font-weight: normal; 16 | font-size: 24px; 17 | padding-top: 170px; 18 | padding-bottom: 12px; 19 | } 20 | 21 | @media print { 22 | body { 23 | max-width: 64%; 24 | } 25 | 26 | .md div.title { 27 | padding-top: 150px; 28 | } 29 | } 30 | 31 | .md div.subtitle { 32 | font-size: 15px; 33 | padding-bottom: 12px; 34 | } 35 | 36 | .md h1, .md div.nonumberh1 { 37 | font-family: Palatino,Georgia,"Times New Roman",serif; 38 | border: none; 39 | font-size: 18px; 40 | color: #000; 41 | } 42 | 43 | .md h2, .md div.nonumberh2 { 44 | font-family: Palatino,Georgia,"Times New Roman",serif; 45 | border: none; 46 | font-size: 15px; 47 | color: #000; 48 | } 49 | 50 | .md sup { 51 | vertical-align: baseline; 52 | position: relative; 53 | top: -0.4em; 54 | } 55 | 56 | .md sub { 57 | top: 0.4em; 58 | } 59 | 60 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 61 | font-family: Palatino,Georgia,"Times New Roman",serif; 62 | border: none; 63 | font-size: 14px; 64 | color: #000; 65 | } 66 | 67 | .md div.imagecaption { 68 | font-style: normal; 69 | } 70 | 71 | .md hr { 72 | height: 0px; 73 | border: none; 74 | border-top: 0.1pt solid #777; 75 | } 76 | 77 | .md div.endnote { 78 | font-size: 11px; 79 | } 80 | 81 | .md div.bib b { 82 | font-weight: normal; 83 | } 84 | 85 | .md code { 86 | font-size: 82%; 87 | } 88 | 89 | .md svg.diagram { 90 | zoom: 80%; 91 | } 92 | 93 | 94 | .md ul li.asterisk:before, .md ul li.minus:before { 95 | content: "●"; 96 | display: block; 97 | float: left; 98 | width: 1.2em; 99 | margin-left: -18px; 100 | } 101 | 102 | .md ul li.asterisk, .md ul li.minus { 103 | list-style-type: none; 104 | margin-bottom: 10px; 105 | padding-left: 4pt; 106 | } 107 | 108 | .md ol li { 109 | margin-bottom: 10px; 110 | padding-left: 4pt; 111 | } 112 | -------------------------------------------------------------------------------- /0.19/latex.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | body { 8 | max-width: 440px; 9 | font-size: 12.5px; 10 | color: #000; 11 | } 12 | 13 | .md div.title { 14 | font-family: Palatino,Georgia,"Times New Roman",serif; 15 | font-weight: normal; 16 | font-size: 24px; 17 | padding-top: 170px; 18 | padding-bottom: 12px; 19 | } 20 | 21 | @media print { 22 | body { 23 | max-width: 64%; 24 | } 25 | 26 | .md div.title { 27 | padding-top: 150px; 28 | } 29 | } 30 | 31 | .md div.subtitle { 32 | font-size: 15px; 33 | padding-bottom: 12px; 34 | } 35 | 36 | .md h1, .md div.nonumberh1 { 37 | font-family: Palatino,Georgia,"Times New Roman",serif; 38 | border: none; 39 | font-size: 18px; 40 | color: #000; 41 | } 42 | 43 | .md h2, .md div.nonumberh2 { 44 | font-family: Palatino,Georgia,"Times New Roman",serif; 45 | border: none; 46 | font-size: 15px; 47 | color: #000; 48 | } 49 | 50 | .md sup { 51 | vertical-align: baseline; 52 | position: relative; 53 | top: -0.4em; 54 | } 55 | 56 | .md sub { 57 | top: 0.4em; 58 | } 59 | 60 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 61 | font-family: Palatino,Georgia,"Times New Roman",serif; 62 | border: none; 63 | font-size: 14px; 64 | color: #000; 65 | } 66 | 67 | .md div.imagecaption { 68 | font-style: normal; 69 | } 70 | 71 | .md hr { 72 | height: 0px; 73 | border: none; 74 | border-top: 0.1pt solid #777; 75 | } 76 | 77 | .md div.endnote { 78 | font-size: 11px; 79 | } 80 | 81 | .md div.bib b { 82 | font-weight: normal; 83 | } 84 | 85 | .md code { 86 | font-size: 82%; 87 | } 88 | 89 | .md svg.diagram { 90 | zoom: 80%; 91 | } 92 | 93 | 94 | .md ul li.asterisk:before, .md ul li.minus:before { 95 | content: "●"; 96 | display: block; 97 | float: left; 98 | width: 1.2em; 99 | margin-left: -18px; 100 | } 101 | 102 | .md ul li.asterisk, .md ul li.minus { 103 | list-style-type: none; 104 | margin-bottom: 10px; 105 | padding-left: 4pt; 106 | } 107 | 108 | .md ol li { 109 | margin-bottom: 10px; 110 | padding-left: 4pt; 111 | } 112 | -------------------------------------------------------------------------------- /0.20/latex.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | body { 8 | max-width: 440px; 9 | font-size: 12.5px; 10 | color: #000; 11 | } 12 | 13 | .md div.title { 14 | font-family: Palatino,Georgia,"Times New Roman",serif; 15 | font-weight: normal; 16 | font-size: 24px; 17 | padding-top: 170px; 18 | padding-bottom: 12px; 19 | } 20 | 21 | @media print { 22 | body { 23 | max-width: 64%; 24 | } 25 | 26 | .md div.title { 27 | padding-top: 150px; 28 | } 29 | } 30 | 31 | .md div.subtitle { 32 | font-size: 15px; 33 | padding-bottom: 12px; 34 | } 35 | 36 | .md h1, .md div.nonumberh1 { 37 | font-family: Palatino,Georgia,"Times New Roman",serif; 38 | border: none; 39 | font-size: 18px; 40 | color: #000; 41 | } 42 | 43 | .md h2, .md div.nonumberh2 { 44 | font-family: Palatino,Georgia,"Times New Roman",serif; 45 | border: none; 46 | font-size: 15px; 47 | color: #000; 48 | } 49 | 50 | .md sup { 51 | vertical-align: baseline; 52 | position: relative; 53 | top: -0.4em; 54 | } 55 | 56 | .md sub { 57 | top: 0.4em; 58 | } 59 | 60 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 61 | font-family: Palatino,Georgia,"Times New Roman",serif; 62 | border: none; 63 | font-size: 14px; 64 | color: #000; 65 | } 66 | 67 | .md div.imagecaption { 68 | font-style: normal; 69 | } 70 | 71 | .md hr { 72 | height: 0px; 73 | border: none; 74 | border-top: 0.1pt solid #777; 75 | } 76 | 77 | .md div.endnote { 78 | font-size: 11px; 79 | } 80 | 81 | .md div.bib b { 82 | font-weight: normal; 83 | } 84 | 85 | .md code { 86 | font-size: 82%; 87 | } 88 | 89 | .md svg.diagram { 90 | zoom: 80%; 91 | } 92 | 93 | 94 | .md ul li.asterisk:before, .md ul li.minus:before { 95 | content: "●"; 96 | display: block; 97 | float: left; 98 | width: 1.2em; 99 | margin-left: -18px; 100 | } 101 | 102 | .md ul li.asterisk, .md ul li.minus { 103 | list-style-type: none; 104 | margin-bottom: 10px; 105 | padding-left: 4pt; 106 | } 107 | 108 | .md ol li { 109 | margin-bottom: 10px; 110 | padding-left: 4pt; 111 | } 112 | -------------------------------------------------------------------------------- /0.21/latex.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | body { 8 | max-width: 440px; 9 | font-size: 12.5px; 10 | color: #000; 11 | } 12 | 13 | .md div.title { 14 | font-family: Palatino,Georgia,"Times New Roman",serif; 15 | font-weight: normal; 16 | font-size: 24px; 17 | padding-top: 170px; 18 | padding-bottom: 12px; 19 | } 20 | 21 | @media print { 22 | body { 23 | max-width: 64%; 24 | } 25 | 26 | .md div.title { 27 | padding-top: 150px; 28 | } 29 | } 30 | 31 | .md div.subtitle { 32 | font-size: 15px; 33 | padding-bottom: 12px; 34 | } 35 | 36 | .md h1, .md div.nonumberh1 { 37 | font-family: Palatino,Georgia,"Times New Roman",serif; 38 | border: none; 39 | font-size: 18px; 40 | color: #000; 41 | } 42 | 43 | .md h2, .md div.nonumberh2 { 44 | font-family: Palatino,Georgia,"Times New Roman",serif; 45 | border: none; 46 | font-size: 15px; 47 | color: #000; 48 | } 49 | 50 | .md sup { 51 | vertical-align: baseline; 52 | position: relative; 53 | top: -0.4em; 54 | } 55 | 56 | .md sub { 57 | top: 0.4em; 58 | } 59 | 60 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 61 | font-family: Palatino,Georgia,"Times New Roman",serif; 62 | border: none; 63 | font-size: 14px; 64 | color: #000; 65 | } 66 | 67 | .md div.imagecaption { 68 | font-style: normal; 69 | } 70 | 71 | .md hr { 72 | height: 0px; 73 | border: none; 74 | border-top: 0.1pt solid #777; 75 | } 76 | 77 | .md div.endnote { 78 | font-size: 11px; 79 | } 80 | 81 | .md div.bib b { 82 | font-weight: normal; 83 | } 84 | 85 | .md code { 86 | font-size: 82%; 87 | } 88 | 89 | .md svg.diagram { 90 | zoom: 80%; 91 | } 92 | 93 | 94 | .md ul li.asterisk:before, .md ul li.minus:before { 95 | content: "●"; 96 | display: block; 97 | float: left; 98 | width: 1.2em; 99 | margin-left: -18px; 100 | } 101 | 102 | .md ul li.asterisk, .md ul li.minus { 103 | list-style-type: none; 104 | margin-bottom: 10px; 105 | padding-left: 4pt; 106 | } 107 | 108 | .md ol li { 109 | margin-bottom: 10px; 110 | padding-left: 4pt; 111 | } 112 | -------------------------------------------------------------------------------- /0.22/latex.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | body { 8 | max-width: 440px; 9 | font-size: 12.5px; 10 | color: #000; 11 | } 12 | 13 | .md div.title { 14 | font-family: Palatino,Georgia,"Times New Roman",serif; 15 | font-weight: normal; 16 | font-size: 24px; 17 | padding-top: 170px; 18 | padding-bottom: 12px; 19 | } 20 | 21 | @media print { 22 | body { 23 | max-width: 64%; 24 | } 25 | 26 | .md div.title { 27 | padding-top: 150px; 28 | } 29 | } 30 | 31 | .md div.subtitle { 32 | font-size: 15px; 33 | padding-bottom: 12px; 34 | } 35 | 36 | .md h1, .md div.nonumberh1 { 37 | font-family: Palatino,Georgia,"Times New Roman",serif; 38 | border: none; 39 | font-size: 18px; 40 | color: #000; 41 | } 42 | 43 | .md h2, .md div.nonumberh2 { 44 | font-family: Palatino,Georgia,"Times New Roman",serif; 45 | border: none; 46 | font-size: 15px; 47 | color: #000; 48 | } 49 | 50 | .md sup { 51 | vertical-align: baseline; 52 | position: relative; 53 | top: -0.4em; 54 | } 55 | 56 | .md sub { 57 | top: 0.4em; 58 | } 59 | 60 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 61 | font-family: Palatino,Georgia,"Times New Roman",serif; 62 | border: none; 63 | font-size: 14px; 64 | color: #000; 65 | } 66 | 67 | .md div.imagecaption { 68 | font-style: normal; 69 | } 70 | 71 | .md hr { 72 | height: 0px; 73 | border: none; 74 | border-top: 0.1pt solid #777; 75 | } 76 | 77 | .md div.endnote { 78 | font-size: 11px; 79 | } 80 | 81 | .md div.bib b { 82 | font-weight: normal; 83 | } 84 | 85 | .md code { 86 | font-size: 82%; 87 | } 88 | 89 | .md svg.diagram { 90 | zoom: 80%; 91 | } 92 | 93 | 94 | .md ul li.asterisk:before, .md ul li.minus:before { 95 | content: "●"; 96 | display: block; 97 | float: left; 98 | width: 1.2em; 99 | margin-left: -18px; 100 | } 101 | 102 | .md ul li.asterisk, .md ul li.minus { 103 | list-style-type: none; 104 | margin-bottom: 10px; 105 | padding-left: 4pt; 106 | } 107 | 108 | .md ol li { 109 | margin-bottom: 10px; 110 | padding-left: 4pt; 111 | } 112 | -------------------------------------------------------------------------------- /0.23/latex.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | body { 8 | max-width: 440px; 9 | font-size: 12.5px; 10 | color: #000; 11 | } 12 | 13 | .md div.title { 14 | font-family: Palatino,Georgia,"Times New Roman",serif; 15 | font-weight: normal; 16 | font-size: 24px; 17 | padding-top: 170px; 18 | padding-bottom: 12px; 19 | } 20 | 21 | @media print { 22 | body { 23 | max-width: 64%; 24 | } 25 | 26 | .md div.title { 27 | padding-top: 150px; 28 | } 29 | } 30 | 31 | .md div.subtitle { 32 | font-size: 15px; 33 | padding-bottom: 12px; 34 | } 35 | 36 | .md h1, .md div.nonumberh1 { 37 | font-family: Palatino,Georgia,"Times New Roman",serif; 38 | border: none; 39 | font-size: 18px; 40 | color: #000; 41 | } 42 | 43 | .md h2, .md div.nonumberh2 { 44 | font-family: Palatino,Georgia,"Times New Roman",serif; 45 | border: none; 46 | font-size: 15px; 47 | color: #000; 48 | } 49 | 50 | .md sup { 51 | vertical-align: baseline; 52 | position: relative; 53 | top: -0.4em; 54 | } 55 | 56 | .md sub { 57 | top: 0.4em; 58 | } 59 | 60 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 61 | font-family: Palatino,Georgia,"Times New Roman",serif; 62 | border: none; 63 | font-size: 14px; 64 | color: #000; 65 | } 66 | 67 | .md div.imagecaption { 68 | font-style: normal; 69 | } 70 | 71 | .md hr { 72 | height: 0px; 73 | border: none; 74 | border-top: 0.1pt solid #777; 75 | } 76 | 77 | .md div.endnote { 78 | font-size: 11px; 79 | } 80 | 81 | .md div.bib b { 82 | font-weight: normal; 83 | } 84 | 85 | .md code { 86 | font-size: 82%; 87 | } 88 | 89 | .md svg.diagram { 90 | zoom: 80%; 91 | } 92 | 93 | 94 | .md ul li.asterisk:before, .md ul li.minus:before { 95 | content: "●"; 96 | display: block; 97 | float: left; 98 | width: 1.2em; 99 | margin-left: -18px; 100 | } 101 | 102 | .md ul li.asterisk, .md ul li.minus { 103 | list-style-type: none; 104 | margin-bottom: 10px; 105 | padding-left: 4pt; 106 | } 107 | 108 | .md ol li { 109 | margin-bottom: 10px; 110 | padding-left: 4pt; 111 | } 112 | -------------------------------------------------------------------------------- /1.00/latex.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | body { 8 | max-width: 440px; 9 | font-size: 12.5px; 10 | color: #000; 11 | } 12 | 13 | .md div.title { 14 | font-family: Palatino,Georgia,"Times New Roman",serif; 15 | font-weight: normal; 16 | font-size: 24px; 17 | padding-top: 170px; 18 | padding-bottom: 12px; 19 | } 20 | 21 | @media print { 22 | body { 23 | max-width: 64%; 24 | } 25 | 26 | .md div.title { 27 | padding-top: 150px; 28 | } 29 | } 30 | 31 | .md div.subtitle { 32 | font-size: 15px; 33 | padding-bottom: 12px; 34 | } 35 | 36 | .md h1, .md div.nonumberh1 { 37 | font-family: Palatino,Georgia,"Times New Roman",serif; 38 | border: none; 39 | font-size: 18px; 40 | color: #000; 41 | } 42 | 43 | .md h2, .md div.nonumberh2 { 44 | font-family: Palatino,Georgia,"Times New Roman",serif; 45 | border: none; 46 | font-size: 15px; 47 | color: #000; 48 | } 49 | 50 | .md sup { 51 | vertical-align: baseline; 52 | position: relative; 53 | top: -0.4em; 54 | } 55 | 56 | .md sub { 57 | top: 0.4em; 58 | } 59 | 60 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 61 | font-family: Palatino,Georgia,"Times New Roman",serif; 62 | border: none; 63 | font-size: 14px; 64 | color: #000; 65 | } 66 | 67 | .md div.imagecaption { 68 | font-style: normal; 69 | } 70 | 71 | .md hr { 72 | height: 0px; 73 | border: none; 74 | border-top: 0.1pt solid #777; 75 | } 76 | 77 | .md div.endnote { 78 | font-size: 11px; 79 | } 80 | 81 | .md div.bib b { 82 | font-weight: normal; 83 | } 84 | 85 | .md code { 86 | font-size: 82%; 87 | } 88 | 89 | .md svg.diagram { 90 | zoom: 80%; 91 | } 92 | 93 | 94 | .md ul li.asterisk:before, .md ul li.minus:before { 95 | content: "●"; 96 | display: block; 97 | float: left; 98 | width: 1.2em; 99 | margin-left: -18px; 100 | } 101 | 102 | .md ul li.asterisk, .md ul li.minus { 103 | list-style-type: none; 104 | margin-bottom: 10px; 105 | padding-left: 4pt; 106 | } 107 | 108 | .md ol li { 109 | margin-bottom: 10px; 110 | padding-left: 4pt; 111 | } 112 | -------------------------------------------------------------------------------- /1.01/latex.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | body { 8 | max-width: 440px; 9 | font-size: 12.5px; 10 | color: #000; 11 | } 12 | 13 | .md div.title { 14 | font-family: Palatino,Georgia,"Times New Roman",serif; 15 | font-weight: normal; 16 | font-size: 24px; 17 | padding-top: 170px; 18 | padding-bottom: 12px; 19 | } 20 | 21 | @media print { 22 | body { 23 | max-width: 64%; 24 | } 25 | 26 | .md div.title { 27 | padding-top: 150px; 28 | } 29 | } 30 | 31 | .md div.subtitle { 32 | font-size: 15px; 33 | padding-bottom: 12px; 34 | } 35 | 36 | .md h1, .md div.nonumberh1 { 37 | font-family: Palatino,Georgia,"Times New Roman",serif; 38 | border: none; 39 | font-size: 18px; 40 | color: #000; 41 | } 42 | 43 | .md h2, .md div.nonumberh2 { 44 | font-family: Palatino,Georgia,"Times New Roman",serif; 45 | border: none; 46 | font-size: 15px; 47 | color: #000; 48 | } 49 | 50 | .md sup { 51 | vertical-align: baseline; 52 | position: relative; 53 | top: -0.4em; 54 | } 55 | 56 | .md sub { 57 | top: 0.4em; 58 | } 59 | 60 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 61 | font-family: Palatino,Georgia,"Times New Roman",serif; 62 | border: none; 63 | font-size: 14px; 64 | color: #000; 65 | } 66 | 67 | .md div.imagecaption { 68 | font-style: normal; 69 | } 70 | 71 | .md hr { 72 | height: 0px; 73 | border: none; 74 | border-top: 0.1pt solid #777; 75 | } 76 | 77 | .md div.endnote { 78 | font-size: 11px; 79 | } 80 | 81 | .md div.bib b { 82 | font-weight: normal; 83 | } 84 | 85 | .md code { 86 | font-size: 82%; 87 | } 88 | 89 | .md svg.diagram { 90 | zoom: 80%; 91 | } 92 | 93 | 94 | .md ul li.asterisk:before, .md ul li.minus:before { 95 | content: "●"; 96 | display: block; 97 | float: left; 98 | width: 1.2em; 99 | margin-left: -18px; 100 | } 101 | 102 | .md ul li.asterisk, .md ul li.minus { 103 | list-style-type: none; 104 | margin-bottom: 10px; 105 | padding-left: 4pt; 106 | } 107 | 108 | .md ol li { 109 | margin-bottom: 10px; 110 | padding-left: 4pt; 111 | } 112 | -------------------------------------------------------------------------------- /1.02/latex.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | body { 8 | max-width: 440px; 9 | font-size: 12.5px; 10 | color: #000; 11 | } 12 | 13 | .md div.title { 14 | font-family: Palatino,Georgia,"Times New Roman",serif; 15 | font-weight: normal; 16 | font-size: 24px; 17 | padding-top: 170px; 18 | padding-bottom: 12px; 19 | } 20 | 21 | @media print { 22 | body { 23 | max-width: 64%; 24 | } 25 | 26 | .md div.title { 27 | padding-top: 150px; 28 | } 29 | } 30 | 31 | .md div.subtitle { 32 | font-size: 15px; 33 | padding-bottom: 12px; 34 | } 35 | 36 | .md h1, .md div.nonumberh1 { 37 | font-family: Palatino,Georgia,"Times New Roman",serif; 38 | border: none; 39 | font-size: 18px; 40 | color: #000; 41 | } 42 | 43 | .md h2, .md div.nonumberh2 { 44 | font-family: Palatino,Georgia,"Times New Roman",serif; 45 | border: none; 46 | font-size: 15px; 47 | color: #000; 48 | } 49 | 50 | .md sup { 51 | vertical-align: baseline; 52 | position: relative; 53 | top: -0.4em; 54 | } 55 | 56 | .md sub { 57 | top: 0.4em; 58 | } 59 | 60 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 61 | font-family: Palatino,Georgia,"Times New Roman",serif; 62 | border: none; 63 | font-size: 14px; 64 | color: #000; 65 | } 66 | 67 | .md div.imagecaption { 68 | font-style: normal; 69 | } 70 | 71 | .md hr { 72 | height: 0px; 73 | border: none; 74 | border-top: 0.1pt solid #777; 75 | } 76 | 77 | .md div.endnote { 78 | font-size: 11px; 79 | } 80 | 81 | .md div.bib b { 82 | font-weight: normal; 83 | } 84 | 85 | .md code { 86 | font-size: 82%; 87 | } 88 | 89 | .md svg.diagram { 90 | zoom: 80%; 91 | } 92 | 93 | 94 | .md ul li.asterisk:before, .md ul li.minus:before { 95 | content: "●"; 96 | display: block; 97 | float: left; 98 | width: 1.2em; 99 | margin-left: -18px; 100 | } 101 | 102 | .md ul li.asterisk, .md ul li.minus { 103 | list-style-type: none; 104 | margin-bottom: 10px; 105 | padding-left: 4pt; 106 | } 107 | 108 | .md ol li { 109 | margin-bottom: 10px; 110 | padding-left: 4pt; 111 | } 112 | -------------------------------------------------------------------------------- /1.03/latex.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | body { 8 | max-width: 440px; 9 | font-size: 12.5px; 10 | color: #000; 11 | } 12 | 13 | .md div.title { 14 | font-family: Palatino,Georgia,"Times New Roman",serif; 15 | font-weight: normal; 16 | font-size: 24px; 17 | padding-top: 170px; 18 | padding-bottom: 12px; 19 | } 20 | 21 | @media print { 22 | body { 23 | max-width: 64%; 24 | } 25 | 26 | .md div.title { 27 | padding-top: 150px; 28 | } 29 | } 30 | 31 | .md div.subtitle { 32 | font-size: 15px; 33 | padding-bottom: 12px; 34 | } 35 | 36 | .md h1, .md div.nonumberh1 { 37 | font-family: Palatino,Georgia,"Times New Roman",serif; 38 | border: none; 39 | font-size: 18px; 40 | color: #000; 41 | } 42 | 43 | .md h2, .md div.nonumberh2 { 44 | font-family: Palatino,Georgia,"Times New Roman",serif; 45 | border: none; 46 | font-size: 15px; 47 | color: #000; 48 | } 49 | 50 | .md sup { 51 | vertical-align: baseline; 52 | position: relative; 53 | top: -0.4em; 54 | } 55 | 56 | .md sub { 57 | top: 0.4em; 58 | } 59 | 60 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 61 | font-family: Palatino,Georgia,"Times New Roman",serif; 62 | border: none; 63 | font-size: 14px; 64 | color: #000; 65 | } 66 | 67 | .md div.imagecaption { 68 | font-style: normal; 69 | } 70 | 71 | .md hr { 72 | height: 0px; 73 | border: none; 74 | border-top: 0.1pt solid #777; 75 | } 76 | 77 | .md div.endnote { 78 | font-size: 11px; 79 | } 80 | 81 | .md div.bib b { 82 | font-weight: normal; 83 | } 84 | 85 | .md code { 86 | font-size: 82%; 87 | } 88 | 89 | .md svg.diagram { 90 | zoom: 80%; 91 | } 92 | 93 | 94 | .md ul li.asterisk:before, .md ul li.minus:before { 95 | content: "●"; 96 | display: block; 97 | float: left; 98 | width: 1.2em; 99 | margin-left: -18px; 100 | } 101 | 102 | .md ul li.asterisk, .md ul li.minus { 103 | list-style-type: none; 104 | margin-bottom: 10px; 105 | padding-left: 4pt; 106 | } 107 | 108 | .md ol li { 109 | margin-bottom: 10px; 110 | padding-left: 4pt; 111 | } 112 | -------------------------------------------------------------------------------- /1.04/latex.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | body { 8 | max-width: 440px; 9 | font-size: 12.5px; 10 | color: #000; 11 | } 12 | 13 | .md div.title { 14 | font-family: Palatino,Georgia,"Times New Roman",serif; 15 | font-weight: normal; 16 | font-size: 24px; 17 | padding-top: 170px; 18 | padding-bottom: 12px; 19 | } 20 | 21 | @media print { 22 | body { 23 | max-width: 64%; 24 | } 25 | 26 | .md div.title { 27 | padding-top: 150px; 28 | } 29 | } 30 | 31 | .md div.subtitle { 32 | font-size: 15px; 33 | padding-bottom: 12px; 34 | } 35 | 36 | .md h1, .md div.nonumberh1 { 37 | font-family: Palatino,Georgia,"Times New Roman",serif; 38 | border: none; 39 | font-size: 18px; 40 | color: #000; 41 | } 42 | 43 | .md h2, .md div.nonumberh2 { 44 | font-family: Palatino,Georgia,"Times New Roman",serif; 45 | border: none; 46 | font-size: 15px; 47 | color: #000; 48 | } 49 | 50 | .md sup { 51 | vertical-align: baseline; 52 | position: relative; 53 | top: -0.4em; 54 | } 55 | 56 | .md sub { 57 | top: 0.4em; 58 | } 59 | 60 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 61 | font-family: Palatino,Georgia,"Times New Roman",serif; 62 | border: none; 63 | font-size: 14px; 64 | color: #000; 65 | } 66 | 67 | .md div.imagecaption { 68 | font-style: normal; 69 | } 70 | 71 | .md hr { 72 | height: 0px; 73 | border: none; 74 | border-top: 0.1pt solid #777; 75 | } 76 | 77 | .md div.endnote { 78 | font-size: 11px; 79 | } 80 | 81 | .md div.bib b { 82 | font-weight: normal; 83 | } 84 | 85 | .md code { 86 | font-size: 82%; 87 | } 88 | 89 | .md svg.diagram { 90 | zoom: 80%; 91 | } 92 | 93 | 94 | .md ul li.asterisk:before, .md ul li.minus:before { 95 | content: "●"; 96 | display: block; 97 | float: left; 98 | width: 1.2em; 99 | margin-left: -18px; 100 | } 101 | 102 | .md ul li.asterisk, .md ul li.minus { 103 | list-style-type: none; 104 | margin-bottom: 10px; 105 | padding-left: 4pt; 106 | } 107 | 108 | .md ol li { 109 | margin-bottom: 10px; 110 | padding-left: 4pt; 111 | } 112 | -------------------------------------------------------------------------------- /1.05/latex.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | body { 8 | max-width: 440px; 9 | font-size: 12.5px; 10 | color: #000; 11 | } 12 | 13 | .md div.title { 14 | font-family: Palatino,Georgia,"Times New Roman",serif; 15 | font-weight: normal; 16 | font-size: 24px; 17 | padding-top: 170px; 18 | padding-bottom: 12px; 19 | } 20 | 21 | @media print { 22 | body { 23 | max-width: 64%; 24 | } 25 | 26 | .md div.title { 27 | padding-top: 150px; 28 | } 29 | } 30 | 31 | .md div.subtitle { 32 | font-size: 15px; 33 | padding-bottom: 12px; 34 | } 35 | 36 | .md h1, .md div.nonumberh1 { 37 | font-family: Palatino,Georgia,"Times New Roman",serif; 38 | border: none; 39 | font-size: 18px; 40 | color: #000; 41 | } 42 | 43 | .md h2, .md div.nonumberh2 { 44 | font-family: Palatino,Georgia,"Times New Roman",serif; 45 | border: none; 46 | font-size: 15px; 47 | color: #000; 48 | } 49 | 50 | .md sup { 51 | vertical-align: baseline; 52 | position: relative; 53 | top: -0.4em; 54 | } 55 | 56 | .md sub { 57 | top: 0.4em; 58 | } 59 | 60 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 61 | font-family: Palatino,Georgia,"Times New Roman",serif; 62 | border: none; 63 | font-size: 14px; 64 | color: #000; 65 | } 66 | 67 | .md div.imagecaption { 68 | font-style: normal; 69 | } 70 | 71 | .md hr { 72 | height: 0px; 73 | border: none; 74 | border-top: 0.1pt solid #777; 75 | } 76 | 77 | .md div.endnote { 78 | font-size: 11px; 79 | } 80 | 81 | .md div.bib b { 82 | font-weight: normal; 83 | } 84 | 85 | .md code { 86 | font-size: 82%; 87 | } 88 | 89 | .md svg.diagram { 90 | zoom: 80%; 91 | } 92 | 93 | 94 | .md ul li.asterisk:before, .md ul li.minus:before { 95 | content: "●"; 96 | display: block; 97 | float: left; 98 | width: 1.2em; 99 | margin-left: -18px; 100 | } 101 | 102 | .md ul li.asterisk, .md ul li.minus { 103 | list-style-type: none; 104 | margin-bottom: 10px; 105 | padding-left: 4pt; 106 | } 107 | 108 | .md ol li { 109 | margin-bottom: 10px; 110 | padding-left: 4pt; 111 | } 112 | -------------------------------------------------------------------------------- /1.06/latex.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | body { 8 | max-width: 440px; 9 | font-size: 12.5px; 10 | color: #000; 11 | } 12 | 13 | .md div.title { 14 | font-family: Palatino,Georgia,"Times New Roman",serif; 15 | font-weight: normal; 16 | font-size: 24px; 17 | padding-top: 170px; 18 | padding-bottom: 12px; 19 | } 20 | 21 | @media print { 22 | body { 23 | max-width: 64%; 24 | } 25 | 26 | .md div.title { 27 | padding-top: 150px; 28 | } 29 | } 30 | 31 | .md div.subtitle { 32 | font-size: 15px; 33 | padding-bottom: 12px; 34 | } 35 | 36 | .md h1, .md div.nonumberh1 { 37 | font-family: Palatino,Georgia,"Times New Roman",serif; 38 | border: none; 39 | font-size: 18px; 40 | color: #000; 41 | } 42 | 43 | .md h2, .md div.nonumberh2 { 44 | font-family: Palatino,Georgia,"Times New Roman",serif; 45 | border: none; 46 | font-size: 15px; 47 | color: #000; 48 | } 49 | 50 | .md sup { 51 | vertical-align: baseline; 52 | position: relative; 53 | top: -0.4em; 54 | } 55 | 56 | .md sub { 57 | top: 0.4em; 58 | } 59 | 60 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 61 | font-family: Palatino,Georgia,"Times New Roman",serif; 62 | border: none; 63 | font-size: 14px; 64 | color: #000; 65 | } 66 | 67 | .md div.imagecaption { 68 | font-style: normal; 69 | } 70 | 71 | .md hr { 72 | height: 0px; 73 | border: none; 74 | border-top: 0.1pt solid #777; 75 | } 76 | 77 | .md div.endnote { 78 | font-size: 11px; 79 | } 80 | 81 | .md div.bib b { 82 | font-weight: normal; 83 | } 84 | 85 | .md code { 86 | font-size: 82%; 87 | } 88 | 89 | .md svg.diagram { 90 | zoom: 80%; 91 | } 92 | 93 | 94 | .md ul li.asterisk:before, .md ul li.minus:before { 95 | content: "●"; 96 | display: block; 97 | float: left; 98 | width: 1.2em; 99 | margin-left: -18px; 100 | } 101 | 102 | .md ul li.asterisk, .md ul li.minus { 103 | list-style-type: none; 104 | margin-bottom: 10px; 105 | padding-left: 4pt; 106 | } 107 | 108 | .md ol li { 109 | margin-bottom: 10px; 110 | padding-left: 4pt; 111 | } 112 | -------------------------------------------------------------------------------- /1.07/latex.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | body { 8 | max-width: 440px; 9 | font-size: 12.5px; 10 | color: #000; 11 | } 12 | 13 | .md div.title { 14 | font-family: Palatino,Georgia,"Times New Roman",serif; 15 | font-weight: normal; 16 | font-size: 24px; 17 | padding-top: 170px; 18 | padding-bottom: 12px; 19 | } 20 | 21 | @media print { 22 | body { 23 | max-width: 64%; 24 | } 25 | 26 | .md div.title { 27 | padding-top: 150px; 28 | } 29 | } 30 | 31 | .md div.subtitle { 32 | font-size: 15px; 33 | padding-bottom: 12px; 34 | } 35 | 36 | .md h1, .md div.nonumberh1 { 37 | font-family: Palatino,Georgia,"Times New Roman",serif; 38 | border: none; 39 | font-size: 18px; 40 | color: #000; 41 | } 42 | 43 | .md h2, .md div.nonumberh2 { 44 | font-family: Palatino,Georgia,"Times New Roman",serif; 45 | border: none; 46 | font-size: 15px; 47 | color: #000; 48 | } 49 | 50 | .md sup { 51 | vertical-align: baseline; 52 | position: relative; 53 | top: -0.4em; 54 | } 55 | 56 | .md sub { 57 | top: 0.4em; 58 | } 59 | 60 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 61 | font-family: Palatino,Georgia,"Times New Roman",serif; 62 | border: none; 63 | font-size: 14px; 64 | color: #000; 65 | } 66 | 67 | .md div.imagecaption { 68 | font-style: normal; 69 | } 70 | 71 | .md hr { 72 | height: 0px; 73 | border: none; 74 | border-top: 0.1pt solid #777; 75 | } 76 | 77 | .md div.endnote { 78 | font-size: 11px; 79 | } 80 | 81 | .md div.bib b { 82 | font-weight: normal; 83 | } 84 | 85 | .md code { 86 | font-size: 82%; 87 | } 88 | 89 | .md svg.diagram { 90 | zoom: 80%; 91 | } 92 | 93 | 94 | .md ul li.asterisk:before, .md ul li.minus:before { 95 | content: "●"; 96 | display: block; 97 | float: left; 98 | width: 1.2em; 99 | margin-left: -18px; 100 | } 101 | 102 | .md ul li.asterisk, .md ul li.minus { 103 | list-style-type: none; 104 | margin-bottom: 10px; 105 | padding-left: 4pt; 106 | } 107 | 108 | .md ol li { 109 | margin-bottom: 10px; 110 | padding-left: 4pt; 111 | } 112 | -------------------------------------------------------------------------------- /1.08/latex.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | body { 8 | max-width: 440px; 9 | font-size: 12.5px; 10 | color: #000; 11 | } 12 | 13 | .md div.title { 14 | font-family: Palatino,Georgia,"Times New Roman",serif; 15 | font-weight: normal; 16 | font-size: 24px; 17 | padding-top: 170px; 18 | padding-bottom: 12px; 19 | } 20 | 21 | @media print { 22 | body { 23 | max-width: 64%; 24 | } 25 | 26 | .md div.title { 27 | padding-top: 150px; 28 | } 29 | } 30 | 31 | .md div.subtitle { 32 | font-size: 15px; 33 | padding-bottom: 12px; 34 | } 35 | 36 | .md h1, .md div.nonumberh1 { 37 | font-family: Palatino,Georgia,"Times New Roman",serif; 38 | border: none; 39 | font-size: 18px; 40 | color: #000; 41 | } 42 | 43 | .md h2, .md div.nonumberh2 { 44 | font-family: Palatino,Georgia,"Times New Roman",serif; 45 | border: none; 46 | font-size: 15px; 47 | color: #000; 48 | } 49 | 50 | .md sup { 51 | vertical-align: baseline; 52 | position: relative; 53 | top: -0.4em; 54 | } 55 | 56 | .md sub { 57 | top: 0.4em; 58 | } 59 | 60 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 61 | font-family: Palatino,Georgia,"Times New Roman",serif; 62 | border: none; 63 | font-size: 14px; 64 | color: #000; 65 | } 66 | 67 | .md div.imagecaption { 68 | font-style: normal; 69 | } 70 | 71 | .md hr { 72 | height: 0px; 73 | border: none; 74 | border-top: 0.1pt solid #777; 75 | } 76 | 77 | .md div.endnote { 78 | font-size: 11px; 79 | } 80 | 81 | .md div.bib b { 82 | font-weight: normal; 83 | } 84 | 85 | .md code { 86 | font-size: 82%; 87 | } 88 | 89 | .md svg.diagram { 90 | zoom: 80%; 91 | } 92 | 93 | 94 | .md ul li.asterisk:before, .md ul li.minus:before { 95 | content: "●"; 96 | display: block; 97 | float: left; 98 | width: 1.2em; 99 | margin-left: -18px; 100 | } 101 | 102 | .md ul li.asterisk, .md ul li.minus { 103 | list-style-type: none; 104 | margin-bottom: 10px; 105 | padding-left: 4pt; 106 | } 107 | 108 | .md ol li { 109 | margin-bottom: 10px; 110 | padding-left: 4pt; 111 | } 112 | -------------------------------------------------------------------------------- /1.09/latex.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | body#md { 8 | max-width: 440px; 9 | font-size: 12.5px; 10 | color: #000; 11 | } 12 | 13 | .md div.title { 14 | font-family: Palatino,Georgia,"Times New Roman",serif; 15 | font-weight: normal; 16 | font-size: 24px; 17 | padding-top: 170px; 18 | padding-bottom: 12px; 19 | } 20 | 21 | @media print { 22 | body { 23 | max-width: 64%; 24 | } 25 | 26 | .md div.title { 27 | padding-top: 150px; 28 | } 29 | } 30 | 31 | .md div.subtitle { 32 | font-size: 15px; 33 | padding-bottom: 12px; 34 | } 35 | 36 | .md h1, .md div.nonumberh1 { 37 | font-family: Palatino,Georgia,"Times New Roman",serif; 38 | border: none; 39 | font-size: 18px; 40 | color: #000; 41 | } 42 | 43 | .md h2, .md div.nonumberh2 { 44 | font-family: Palatino,Georgia,"Times New Roman",serif; 45 | border: none; 46 | font-size: 15px; 47 | color: #000; 48 | } 49 | 50 | .md sup { 51 | vertical-align: baseline; 52 | position: relative; 53 | top: -0.4em; 54 | } 55 | 56 | .md sub { 57 | top: 0.4em; 58 | } 59 | 60 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 61 | font-family: Palatino,Georgia,"Times New Roman",serif; 62 | border: none; 63 | font-size: 14px; 64 | color: #000; 65 | } 66 | 67 | .md div.imagecaption { 68 | font-style: normal; 69 | } 70 | 71 | .md hr { 72 | height: 0px; 73 | border: none; 74 | border-top: 0.1pt solid #777; 75 | } 76 | 77 | .md div.endnote { 78 | font-size: 11px; 79 | } 80 | 81 | .md div.bib b { 82 | font-weight: normal; 83 | } 84 | 85 | .md code { 86 | font-size: 82%; 87 | } 88 | 89 | .md svg.diagram { 90 | zoom: 80%; 91 | } 92 | 93 | 94 | .md ul li.asterisk:before, .md ul li.minus:before { 95 | content: "●"; 96 | display: block; 97 | float: left; 98 | width: 1.2em; 99 | margin-left: -18px; 100 | } 101 | 102 | .md ul li.asterisk, .md ul li.minus { 103 | list-style-type: none; 104 | margin-bottom: 10px; 105 | padding-left: 4pt; 106 | } 107 | 108 | .md ol li { 109 | margin-bottom: 10px; 110 | padding-left: 4pt; 111 | } 112 | -------------------------------------------------------------------------------- /1.10/latex.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | body#md { 8 | max-width: 440px; 9 | font-size: 12.5px; 10 | color: #000; 11 | } 12 | 13 | .md div.title { 14 | font-family: Palatino,Georgia,"Times New Roman",serif; 15 | font-weight: normal; 16 | font-size: 24px; 17 | padding-top: 170px; 18 | padding-bottom: 12px; 19 | } 20 | 21 | @media print { 22 | body { 23 | max-width: 64%; 24 | } 25 | 26 | .md div.title { 27 | padding-top: 150px; 28 | } 29 | } 30 | 31 | .md div.subtitle { 32 | font-size: 15px; 33 | padding-bottom: 12px; 34 | } 35 | 36 | .md h1, .md div.nonumberh1 { 37 | font-family: Palatino,Georgia,"Times New Roman",serif; 38 | border: none; 39 | font-size: 18px; 40 | color: #000; 41 | } 42 | 43 | .md h2, .md div.nonumberh2 { 44 | font-family: Palatino,Georgia,"Times New Roman",serif; 45 | border: none; 46 | font-size: 15px; 47 | color: #000; 48 | } 49 | 50 | .md sup { 51 | vertical-align: baseline; 52 | position: relative; 53 | top: -0.4em; 54 | } 55 | 56 | .md sub { 57 | top: 0.4em; 58 | } 59 | 60 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 61 | font-family: Palatino,Georgia,"Times New Roman",serif; 62 | border: none; 63 | font-size: 14px; 64 | color: #000; 65 | } 66 | 67 | .md div.imagecaption { 68 | font-style: normal; 69 | } 70 | 71 | .md hr { 72 | height: 0px; 73 | border: none; 74 | border-top: 0.1pt solid #777; 75 | } 76 | 77 | .md div.endnote { 78 | font-size: 11px; 79 | } 80 | 81 | .md div.bib b { 82 | font-weight: normal; 83 | } 84 | 85 | .md code { 86 | font-size: 82%; 87 | } 88 | 89 | .md svg.diagram { 90 | zoom: 80%; 91 | } 92 | 93 | 94 | .md ul li.asterisk:before, .md ul li.minus:before { 95 | content: "●"; 96 | display: block; 97 | float: left; 98 | width: 1.2em; 99 | margin-left: -18px; 100 | } 101 | 102 | .md ul li.asterisk, .md ul li.minus { 103 | list-style-type: none; 104 | margin-bottom: 10px; 105 | padding-left: 4pt; 106 | } 107 | 108 | .md ol li { 109 | margin-bottom: 10px; 110 | padding-left: 4pt; 111 | } 112 | -------------------------------------------------------------------------------- /1.11/latex.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | body#md { 8 | max-width: 440px; 9 | font-size: 12.5px; 10 | color: #000; 11 | } 12 | 13 | .md div.title { 14 | font-family: Palatino,Georgia,"Times New Roman",serif; 15 | font-weight: normal; 16 | font-size: 24px; 17 | padding-top: 170px; 18 | padding-bottom: 12px; 19 | } 20 | 21 | @media print { 22 | body { 23 | max-width: 64%; 24 | } 25 | 26 | .md div.title { 27 | padding-top: 150px; 28 | } 29 | } 30 | 31 | .md div.subtitle { 32 | font-size: 15px; 33 | padding-bottom: 12px; 34 | } 35 | 36 | .md h1, .md div.nonumberh1 { 37 | font-family: Palatino,Georgia,"Times New Roman",serif; 38 | border: none; 39 | font-size: 18px; 40 | color: #000; 41 | } 42 | 43 | .md h2, .md div.nonumberh2 { 44 | font-family: Palatino,Georgia,"Times New Roman",serif; 45 | border: none; 46 | font-size: 15px; 47 | color: #000; 48 | } 49 | 50 | .md sup { 51 | vertical-align: baseline; 52 | position: relative; 53 | top: -0.4em; 54 | } 55 | 56 | .md sub { 57 | top: 0.4em; 58 | } 59 | 60 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 61 | font-family: Palatino,Georgia,"Times New Roman",serif; 62 | border: none; 63 | font-size: 14px; 64 | color: #000; 65 | } 66 | 67 | .md div.imagecaption { 68 | font-style: normal; 69 | } 70 | 71 | .md hr { 72 | height: 0px; 73 | border: none; 74 | border-top: 0.1pt solid #777; 75 | } 76 | 77 | .md div.endnote { 78 | font-size: 11px; 79 | } 80 | 81 | .md div.bib b { 82 | font-weight: normal; 83 | } 84 | 85 | .md code { 86 | font-size: 82%; 87 | } 88 | 89 | .md svg.diagram { 90 | zoom: 80%; 91 | } 92 | 93 | 94 | .md ul li.asterisk:before, .md ul li.minus:before { 95 | content: "●"; 96 | display: block; 97 | float: left; 98 | width: 1.2em; 99 | margin-left: -18px; 100 | } 101 | 102 | .md ul li.asterisk, .md ul li.minus { 103 | list-style-type: none; 104 | margin-bottom: 10px; 105 | padding-left: 4pt; 106 | } 107 | 108 | .md ol li { 109 | margin-bottom: 10px; 110 | padding-left: 4pt; 111 | } 112 | -------------------------------------------------------------------------------- /1.12/latex.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | body#md { 8 | max-width: 440px; 9 | font-size: 12.5px; 10 | color: #000; 11 | } 12 | 13 | .md div.title { 14 | font-family: Palatino,Georgia,"Times New Roman",serif; 15 | font-weight: normal; 16 | font-size: 24px; 17 | padding-top: 170px; 18 | padding-bottom: 12px; 19 | } 20 | 21 | @media print { 22 | body { 23 | max-width: 64%; 24 | } 25 | 26 | .md div.title { 27 | padding-top: 150px; 28 | } 29 | } 30 | 31 | .md div.subtitle { 32 | font-size: 15px; 33 | padding-bottom: 12px; 34 | } 35 | 36 | .md h1, .md div.nonumberh1 { 37 | font-family: Palatino,Georgia,"Times New Roman",serif; 38 | border: none; 39 | font-size: 18px; 40 | color: #000; 41 | } 42 | 43 | .md h2, .md div.nonumberh2 { 44 | font-family: Palatino,Georgia,"Times New Roman",serif; 45 | border: none; 46 | font-size: 15px; 47 | color: #000; 48 | } 49 | 50 | .md sup { 51 | vertical-align: baseline; 52 | position: relative; 53 | top: -0.4em; 54 | } 55 | 56 | .md sub { 57 | top: 0.4em; 58 | } 59 | 60 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 61 | font-family: Palatino,Georgia,"Times New Roman",serif; 62 | border: none; 63 | font-size: 14px; 64 | color: #000; 65 | } 66 | 67 | .md div.imagecaption { 68 | font-style: normal; 69 | } 70 | 71 | .md hr { 72 | height: 0px; 73 | border: none; 74 | border-top: 0.1pt solid #777; 75 | } 76 | 77 | .md div.endnote { 78 | font-size: 11px; 79 | } 80 | 81 | .md div.bib b { 82 | font-weight: normal; 83 | } 84 | 85 | .md code { 86 | font-size: 82%; 87 | } 88 | 89 | .md svg.diagram { 90 | zoom: 80%; 91 | } 92 | 93 | 94 | .md ul li.asterisk:before, .md ul li.minus:before { 95 | content: "●"; 96 | display: block; 97 | float: left; 98 | width: 1.2em; 99 | margin-left: -18px; 100 | } 101 | 102 | .md ul li.asterisk, .md ul li.minus { 103 | list-style-type: none; 104 | margin-bottom: 10px; 105 | padding-left: 4pt; 106 | } 107 | 108 | .md ol li { 109 | margin-bottom: 10px; 110 | padding-left: 4pt; 111 | } 112 | -------------------------------------------------------------------------------- /1.13/latex.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | body#md { 8 | max-width: 440px; 9 | font-size: 12.5px; 10 | color: #000; 11 | } 12 | 13 | .md div.title { 14 | font-family: Palatino,Georgia,"Times New Roman",serif; 15 | font-weight: normal; 16 | font-size: 24px; 17 | padding-top: 170px; 18 | padding-bottom: 12px; 19 | } 20 | 21 | @media print { 22 | body { 23 | max-width: 64%; 24 | } 25 | 26 | .md div.title { 27 | padding-top: 150px; 28 | } 29 | } 30 | 31 | .md div.subtitle { 32 | font-size: 15px; 33 | padding-bottom: 12px; 34 | } 35 | 36 | .md h1, .md div.nonumberh1 { 37 | font-family: Palatino,Georgia,"Times New Roman",serif; 38 | border: none; 39 | font-size: 18px; 40 | color: #000; 41 | } 42 | 43 | .md h2, .md div.nonumberh2 { 44 | font-family: Palatino,Georgia,"Times New Roman",serif; 45 | border: none; 46 | font-size: 15px; 47 | color: #000; 48 | } 49 | 50 | .md sup { 51 | vertical-align: baseline; 52 | position: relative; 53 | top: -0.4em; 54 | } 55 | 56 | .md sub { 57 | top: 0.4em; 58 | } 59 | 60 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 61 | font-family: Palatino,Georgia,"Times New Roman",serif; 62 | border: none; 63 | font-size: 14px; 64 | color: #000; 65 | } 66 | 67 | .md div.imagecaption { 68 | font-style: normal; 69 | } 70 | 71 | .md hr { 72 | height: 0px; 73 | border: none; 74 | border-top: 0.1pt solid #777; 75 | } 76 | 77 | .md div.endnote { 78 | font-size: 11px; 79 | } 80 | 81 | .md div.bib b { 82 | font-weight: normal; 83 | } 84 | 85 | .md code { 86 | font-size: 82%; 87 | } 88 | 89 | .md svg.diagram { 90 | zoom: 80%; 91 | } 92 | 93 | 94 | .md ul li.asterisk:before, .md ul li.minus:before { 95 | content: "●"; 96 | display: block; 97 | float: left; 98 | width: 1.2em; 99 | margin-left: -18px; 100 | } 101 | 102 | .md ul li.asterisk, .md ul li.minus { 103 | list-style-type: none; 104 | margin-bottom: 10px; 105 | padding-left: 4pt; 106 | } 107 | 108 | .md ol li { 109 | margin-bottom: 10px; 110 | padding-left: 4pt; 111 | } 112 | -------------------------------------------------------------------------------- /1.14/latex.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | body#md { 8 | max-width: 440px; 9 | font-size: 12.5px; 10 | color: #000; 11 | } 12 | 13 | .md div.title { 14 | font-family: Palatino,Georgia,"Times New Roman",serif; 15 | font-weight: normal; 16 | font-size: 24px; 17 | padding-top: 170px; 18 | padding-bottom: 12px; 19 | } 20 | 21 | @media print { 22 | body { 23 | max-width: 64%; 24 | } 25 | 26 | .md div.title { 27 | padding-top: 150px; 28 | } 29 | } 30 | 31 | .md div.subtitle { 32 | font-size: 15px; 33 | padding-bottom: 12px; 34 | } 35 | 36 | .md h1, .md div.nonumberh1 { 37 | font-family: Palatino,Georgia,"Times New Roman",serif; 38 | border: none; 39 | font-size: 18px; 40 | color: #000; 41 | } 42 | 43 | .md h2, .md div.nonumberh2 { 44 | font-family: Palatino,Georgia,"Times New Roman",serif; 45 | border: none; 46 | font-size: 15px; 47 | color: #000; 48 | } 49 | 50 | .md sup { 51 | vertical-align: baseline; 52 | position: relative; 53 | top: -0.4em; 54 | } 55 | 56 | .md sub { 57 | top: 0.4em; 58 | } 59 | 60 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 61 | font-family: Palatino,Georgia,"Times New Roman",serif; 62 | border: none; 63 | font-size: 14px; 64 | color: #000; 65 | } 66 | 67 | .md div.imagecaption { 68 | font-style: normal; 69 | } 70 | 71 | .md hr { 72 | height: 0px; 73 | border: none; 74 | border-top: 0.1pt solid #777; 75 | } 76 | 77 | .md div.endnote { 78 | font-size: 11px; 79 | } 80 | 81 | .md div.bib b { 82 | font-weight: normal; 83 | } 84 | 85 | .md code { 86 | font-size: 82%; 87 | } 88 | 89 | .md svg.diagram { 90 | zoom: 80%; 91 | } 92 | 93 | 94 | .md ul li.asterisk:before, .md ul li.minus:before { 95 | content: "●"; 96 | display: block; 97 | float: left; 98 | width: 1.2em; 99 | margin-left: -18px; 100 | } 101 | 102 | .md ul li.asterisk, .md ul li.minus { 103 | list-style-type: none; 104 | margin-bottom: 10px; 105 | padding-left: 4pt; 106 | } 107 | 108 | .md ol li { 109 | margin-bottom: 10px; 110 | padding-left: 4pt; 111 | } 112 | -------------------------------------------------------------------------------- /1.093/latex.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | body#md { 8 | max-width: 440px; 9 | font-size: 12.5px; 10 | color: #000; 11 | } 12 | 13 | .md div.title { 14 | font-family: Palatino,Georgia,"Times New Roman",serif; 15 | font-weight: normal; 16 | font-size: 24px; 17 | padding-top: 170px; 18 | padding-bottom: 12px; 19 | } 20 | 21 | @media print { 22 | body { 23 | max-width: 64%; 24 | } 25 | 26 | .md div.title { 27 | padding-top: 150px; 28 | } 29 | } 30 | 31 | .md div.subtitle { 32 | font-size: 15px; 33 | padding-bottom: 12px; 34 | } 35 | 36 | .md h1, .md div.nonumberh1 { 37 | font-family: Palatino,Georgia,"Times New Roman",serif; 38 | border: none; 39 | font-size: 18px; 40 | color: #000; 41 | } 42 | 43 | .md h2, .md div.nonumberh2 { 44 | font-family: Palatino,Georgia,"Times New Roman",serif; 45 | border: none; 46 | font-size: 15px; 47 | color: #000; 48 | } 49 | 50 | .md sup { 51 | vertical-align: baseline; 52 | position: relative; 53 | top: -0.4em; 54 | } 55 | 56 | .md sub { 57 | top: 0.4em; 58 | } 59 | 60 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 61 | font-family: Palatino,Georgia,"Times New Roman",serif; 62 | border: none; 63 | font-size: 14px; 64 | color: #000; 65 | } 66 | 67 | .md div.imagecaption { 68 | font-style: normal; 69 | } 70 | 71 | .md hr { 72 | height: 0px; 73 | border: none; 74 | border-top: 0.1pt solid #777; 75 | } 76 | 77 | .md div.endnote { 78 | font-size: 11px; 79 | } 80 | 81 | .md div.bib b { 82 | font-weight: normal; 83 | } 84 | 85 | .md code { 86 | font-size: 82%; 87 | } 88 | 89 | .md svg.diagram { 90 | zoom: 80%; 91 | } 92 | 93 | 94 | .md ul li.asterisk:before, .md ul li.minus:before { 95 | content: "●"; 96 | display: block; 97 | float: left; 98 | width: 1.2em; 99 | margin-left: -18px; 100 | } 101 | 102 | .md ul li.asterisk, .md ul li.minus { 103 | list-style-type: none; 104 | margin-bottom: 10px; 105 | padding-left: 4pt; 106 | } 107 | 108 | .md ol li { 109 | margin-bottom: 10px; 110 | padding-left: 4pt; 111 | } 112 | -------------------------------------------------------------------------------- /1.094/latex.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | body#md { 8 | max-width: 440px; 9 | font-size: 12.5px; 10 | color: #000; 11 | } 12 | 13 | .md div.title { 14 | font-family: Palatino,Georgia,"Times New Roman",serif; 15 | font-weight: normal; 16 | font-size: 24px; 17 | padding-top: 170px; 18 | padding-bottom: 12px; 19 | } 20 | 21 | @media print { 22 | body { 23 | max-width: 64%; 24 | } 25 | 26 | .md div.title { 27 | padding-top: 150px; 28 | } 29 | } 30 | 31 | .md div.subtitle { 32 | font-size: 15px; 33 | padding-bottom: 12px; 34 | } 35 | 36 | .md h1, .md div.nonumberh1 { 37 | font-family: Palatino,Georgia,"Times New Roman",serif; 38 | border: none; 39 | font-size: 18px; 40 | color: #000; 41 | } 42 | 43 | .md h2, .md div.nonumberh2 { 44 | font-family: Palatino,Georgia,"Times New Roman",serif; 45 | border: none; 46 | font-size: 15px; 47 | color: #000; 48 | } 49 | 50 | .md sup { 51 | vertical-align: baseline; 52 | position: relative; 53 | top: -0.4em; 54 | } 55 | 56 | .md sub { 57 | top: 0.4em; 58 | } 59 | 60 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 61 | font-family: Palatino,Georgia,"Times New Roman",serif; 62 | border: none; 63 | font-size: 14px; 64 | color: #000; 65 | } 66 | 67 | .md div.imagecaption { 68 | font-style: normal; 69 | } 70 | 71 | .md hr { 72 | height: 0px; 73 | border: none; 74 | border-top: 0.1pt solid #777; 75 | } 76 | 77 | .md div.endnote { 78 | font-size: 11px; 79 | } 80 | 81 | .md div.bib b { 82 | font-weight: normal; 83 | } 84 | 85 | .md code { 86 | font-size: 82%; 87 | } 88 | 89 | .md svg.diagram { 90 | zoom: 80%; 91 | } 92 | 93 | 94 | .md ul li.asterisk:before, .md ul li.minus:before { 95 | content: "●"; 96 | display: block; 97 | float: left; 98 | width: 1.2em; 99 | margin-left: -18px; 100 | } 101 | 102 | .md ul li.asterisk, .md ul li.minus { 103 | list-style-type: none; 104 | margin-bottom: 10px; 105 | padding-left: 4pt; 106 | } 107 | 108 | .md ol li { 109 | margin-bottom: 10px; 110 | padding-left: 4pt; 111 | } 112 | -------------------------------------------------------------------------------- /latest/latex.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | body#md { 8 | max-width: 440px; 9 | font-size: 12.5px; 10 | color: #000; 11 | } 12 | 13 | .md div.title { 14 | font-family: Palatino,Georgia,"Times New Roman",serif; 15 | font-weight: normal; 16 | font-size: 24px; 17 | padding-top: 170px; 18 | padding-bottom: 12px; 19 | } 20 | 21 | @media print { 22 | body { 23 | max-width: 64%; 24 | } 25 | 26 | .md div.title { 27 | padding-top: 150px; 28 | } 29 | } 30 | 31 | .md div.subtitle { 32 | font-size: 15px; 33 | padding-bottom: 12px; 34 | } 35 | 36 | .md h1, .md div.nonumberh1 { 37 | font-family: Palatino,Georgia,"Times New Roman",serif; 38 | border: none; 39 | font-size: 18px; 40 | color: #000; 41 | } 42 | 43 | .md h2, .md div.nonumberh2 { 44 | font-family: Palatino,Georgia,"Times New Roman",serif; 45 | border: none; 46 | font-size: 15px; 47 | color: #000; 48 | } 49 | 50 | .md sup { 51 | vertical-align: baseline; 52 | position: relative; 53 | top: -0.4em; 54 | } 55 | 56 | .md sub { 57 | top: 0.4em; 58 | } 59 | 60 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 61 | font-family: Palatino,Georgia,"Times New Roman",serif; 62 | border: none; 63 | font-size: 14px; 64 | color: #000; 65 | } 66 | 67 | .md div.imagecaption { 68 | font-style: normal; 69 | } 70 | 71 | .md hr { 72 | height: 0px; 73 | border: none; 74 | border-top: 0.1pt solid #777; 75 | } 76 | 77 | .md div.endnote { 78 | font-size: 11px; 79 | } 80 | 81 | .md div.bib b { 82 | font-weight: normal; 83 | } 84 | 85 | .md code { 86 | font-size: 82%; 87 | } 88 | 89 | .md svg.diagram { 90 | zoom: 80%; 91 | } 92 | 93 | 94 | .md ul li.asterisk:before, .md ul li.minus:before { 95 | content: "●"; 96 | display: block; 97 | float: left; 98 | width: 1.2em; 99 | margin-left: -18px; 100 | } 101 | 102 | .md ul li.asterisk, .md ul li.minus { 103 | list-style-type: none; 104 | margin-bottom: 10px; 105 | padding-left: 4pt; 106 | } 107 | 108 | .md ol li { 109 | margin-bottom: 10px; 110 | padding-left: 4pt; 111 | } 112 | -------------------------------------------------------------------------------- /0.19/dark.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | 8 | @import url('https://fonts.googleapis.com/css?family=Teko:700'); 9 | 10 | @media screen { 11 | body { 12 | background: #000; 13 | color: #ccc; 14 | font-family: Arial, Helvetica, "sans serif"; 15 | text-align: left; 16 | } 17 | } 18 | 19 | .md div.title { 20 | color: #d6ab62; 21 | font-family: Teko, Arial; 22 | font-size: 200%; 23 | background: -webkit-linear-gradient(#f9deae, #a87215); 24 | -webkit-background-clip: text; 25 | -webkit-text-fill-color: transparent; 26 | } 27 | 28 | .md a:link, .md a:visited{ 29 | color:#6dafff; 30 | font-family: Arial, Helvetica, "sans serif"; 31 | } 32 | 33 | .md hr { 34 | height: 0px; 35 | border: none; 36 | border-top: 0.1pt solid #777; 37 | } 38 | 39 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 40 | color: #bc9249; 41 | border-color: #bc9249; 42 | font-family: Teko, Arial; 43 | font-size: 150%; 44 | padding-bottom: 0px; 45 | } 46 | 47 | @media screen { 48 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 49 | background: -webkit-linear-gradient(#f9deae, #a87215); 50 | -webkit-background-clip: text; 51 | -webkit-text-fill-color: transparent; 52 | } 53 | } 54 | 55 | .md svg.diagram { 56 | stroke: #ccc; 57 | fill: #ccc; 58 | } 59 | 60 | .md svg.diagram .opendot { 61 | fill: #000; 62 | } 63 | 64 | .md .listing { 65 | background: #ddd; 66 | } 67 | 68 | .md .tilde code { 69 | color: #000; 70 | } 71 | 72 | .md .backtick code { 73 | color: #000; 74 | } 75 | 76 | div.markdeepFooter, div.markdeepFooter a { 77 | color: #bc9249 !important; 78 | } 79 | 80 | b, em.asterisk { 81 | font-style: normal; font-weight: bold; 82 | } 83 | 84 | @media screen { 85 | b, em.asterisk { 86 | color: #CBA; 87 | } 88 | } 89 | 90 | a em.asterisk { 91 | color: #6dafff; 92 | } 93 | 94 | .md h2, .md .nonumberh2 { 95 | font-size: 125% 96 | } 97 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 98 | font-size: 115% 99 | } 100 | -------------------------------------------------------------------------------- /1.04/website.css: -------------------------------------------------------------------------------- 1 | @import url('https://fonts.googleapis.com/css?family=Raleway:800i'); 2 | 3 | body { 4 | position: absolute; 5 | font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 6 | text-align: left; 7 | left: 200px; 8 | right: 0px; 9 | margin: 0; 10 | padding: 0; 11 | max-width: none; 12 | color: #555; 13 | font-size: 15px; 14 | padding-right: 20px; 15 | overflow-x: hidden; 16 | text-overflow: ellipses; 17 | } 18 | 19 | 20 | .md .longTOC { 21 | width: 170px; 22 | display: block; 23 | border-right: 3px solid #00c8c8; 24 | overflow-y:scroll; 25 | font-size: 15px; 26 | font-family: inherit; 27 | background: #FFF; 28 | 29 | position: absolute; 30 | top: 90px; 31 | left:-190px; 32 | bottom:0px; 33 | margin: 0px; 34 | padding: 0px; 35 | } 36 | 37 | .scrolled .md .longTOC { 38 | position: fixed; 39 | left: 0px; 40 | top: 0px; 41 | border-left: 10px solid #fff; 42 | } 43 | 44 | 45 | /* no numbering of headings */ 46 | .md h1:before, .md h2:before, .md h3:before, .md h4:before, .md h5:before, .md h6:before { content: none; } 47 | 48 | .md .longTOC a { 49 | color: #000; 50 | } 51 | 52 | .md .tocHeader, .md .tocNumber { 53 | display: none; 54 | } 55 | 56 | .md a, 57 | .md div.title, contents, .md .tocHeader, 58 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, 59 | .md .nonumberh1, .md .nonumberh2, .md .nonumberh3, .md .nonumberh4, .md .nonumberh5, .md .nonumberh6, 60 | .md .shortTOC, .md .mediumTOC, .md .longTOC { 61 | font-family: inherit; 62 | } 63 | 64 | 65 | .md div.title, .md h1, .md h2, .md h3, .md h4 { 66 | font-family: 'Raleway', Arial; 67 | font-weight: 800; 68 | } 69 | 70 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6 { 71 | color: #00c8c8; 72 | border-color: inherit; 73 | } 74 | 75 | .md h2, .md h3, .md h4 { 76 | border: none; 77 | } 78 | 79 | .md .tocTop { 80 | display: inline; 81 | } 82 | 83 | .md div.title, .md div.subtitle { 84 | text-align: left; 85 | } 86 | 87 | .md div.title { 88 | position: absolute; 89 | top: -14px; 90 | left:-200px; 91 | right: 0px; 92 | font-weight: 900; 93 | padding-left: 10px; 94 | padding-top: 20px; 95 | padding-bottom: 20px; 96 | text-shadow: 0px 0px 3px #00c8c8; 97 | background-color: #00c8c8; 98 | background-image: url('https://casual-effects.com/markdeep/website-banner.png'); 99 | background-repeat: no-repeat; 100 | background-position: top right; 101 | background-size: contain; 102 | color: #fff; 103 | font-size: 45px; 104 | z-index: 10; 105 | } 106 | 107 | .md div.afterTitles { 108 | height: 90px; 109 | } 110 | -------------------------------------------------------------------------------- /1.05/website.css: -------------------------------------------------------------------------------- 1 | @import url('https://fonts.googleapis.com/css?family=Raleway:800i'); 2 | 3 | body { 4 | position: absolute; 5 | font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 6 | text-align: left; 7 | left: 200px; 8 | right: 0px; 9 | margin: 0; 10 | padding: 0; 11 | max-width: none; 12 | color: #555; 13 | font-size: 15px; 14 | padding-right: 20px; 15 | overflow-x: hidden; 16 | text-overflow: ellipses; 17 | } 18 | 19 | 20 | .md .longTOC { 21 | width: 170px; 22 | display: block; 23 | border-right: 3px solid #00c8c8; 24 | overflow-y:scroll; 25 | font-size: 15px; 26 | font-family: inherit; 27 | background: #FFF; 28 | 29 | position: absolute; 30 | top: 90px; 31 | left:-190px; 32 | bottom:0px; 33 | margin: 0px; 34 | padding: 0px; 35 | } 36 | 37 | .scrolled .md .longTOC { 38 | position: fixed; 39 | left: 0px; 40 | top: 0px; 41 | border-left: 10px solid #fff; 42 | } 43 | 44 | 45 | /* no numbering of headings */ 46 | .md h1:before, .md h2:before, .md h3:before, .md h4:before, .md h5:before, .md h6:before { content: none; } 47 | 48 | .md .longTOC a { 49 | color: #000; 50 | } 51 | 52 | .md .tocHeader, .md .tocNumber { 53 | display: none; 54 | } 55 | 56 | .md a, 57 | .md div.title, contents, .md .tocHeader, 58 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, 59 | .md .nonumberh1, .md .nonumberh2, .md .nonumberh3, .md .nonumberh4, .md .nonumberh5, .md .nonumberh6, 60 | .md .shortTOC, .md .mediumTOC, .md .longTOC { 61 | font-family: inherit; 62 | } 63 | 64 | 65 | .md div.title, .md h1, .md h2, .md h3, .md h4 { 66 | font-family: 'Raleway', Arial; 67 | font-weight: 800; 68 | } 69 | 70 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6 { 71 | color: #00c8c8; 72 | border-color: inherit; 73 | } 74 | 75 | .md h2, .md h3, .md h4 { 76 | border: none; 77 | } 78 | 79 | .md .tocTop { 80 | display: inline; 81 | } 82 | 83 | .md div.title, .md div.subtitle { 84 | text-align: left; 85 | } 86 | 87 | .md div.title { 88 | position: absolute; 89 | top: -14px; 90 | left:-200px; 91 | right: 0px; 92 | font-weight: 900; 93 | padding-left: 10px; 94 | padding-top: 20px; 95 | padding-bottom: 20px; 96 | text-shadow: 0px 0px 3px #00c8c8; 97 | background-color: #00c8c8; 98 | background-image: url('https://casual-effects.com/markdeep/website-banner.png'); 99 | background-repeat: no-repeat; 100 | background-position: top right; 101 | background-size: contain; 102 | color: #fff; 103 | font-size: 45px; 104 | z-index: 10; 105 | } 106 | 107 | .md div.afterTitles { 108 | height: 90px; 109 | } 110 | -------------------------------------------------------------------------------- /1.06/website.css: -------------------------------------------------------------------------------- 1 | @import url('https://fonts.googleapis.com/css?family=Raleway:800i'); 2 | 3 | body { 4 | position: absolute; 5 | font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 6 | text-align: left; 7 | left: 200px; 8 | right: 0px; 9 | margin: 0; 10 | padding: 0; 11 | max-width: none; 12 | color: #555; 13 | font-size: 15px; 14 | padding-right: 20px; 15 | overflow-x: hidden; 16 | text-overflow: ellipses; 17 | } 18 | 19 | 20 | .md .longTOC { 21 | width: 170px; 22 | display: block; 23 | border-right: 3px solid #00c8c8; 24 | overflow-y:scroll; 25 | font-size: 15px; 26 | font-family: inherit; 27 | background: #FFF; 28 | 29 | position: absolute; 30 | top: 90px; 31 | left:-190px; 32 | bottom:0px; 33 | margin: 0px; 34 | padding: 0px; 35 | } 36 | 37 | .scrolled .md .longTOC { 38 | position: fixed; 39 | left: 0px; 40 | top: 0px; 41 | border-left: 10px solid #fff; 42 | } 43 | 44 | 45 | /* no numbering of headings */ 46 | .md h1:before, .md h2:before, .md h3:before, .md h4:before, .md h5:before, .md h6:before { content: none; } 47 | 48 | .md .longTOC a { 49 | color: #000; 50 | } 51 | 52 | .md .tocHeader, .md .tocNumber { 53 | display: none; 54 | } 55 | 56 | .md a, 57 | .md div.title, contents, .md .tocHeader, 58 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, 59 | .md .nonumberh1, .md .nonumberh2, .md .nonumberh3, .md .nonumberh4, .md .nonumberh5, .md .nonumberh6, 60 | .md .shortTOC, .md .mediumTOC, .md .longTOC { 61 | font-family: inherit; 62 | } 63 | 64 | 65 | .md div.title, .md h1, .md h2, .md h3, .md h4 { 66 | font-family: 'Raleway', Arial; 67 | font-weight: 800; 68 | } 69 | 70 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6 { 71 | color: #00c8c8; 72 | border-color: inherit; 73 | } 74 | 75 | .md h2, .md h3, .md h4 { 76 | border: none; 77 | } 78 | 79 | .md .tocTop { 80 | display: inline; 81 | } 82 | 83 | .md div.title, .md div.subtitle { 84 | text-align: left; 85 | } 86 | 87 | .md div.title { 88 | position: absolute; 89 | top: -14px; 90 | left:-200px; 91 | right: 0px; 92 | font-weight: 900; 93 | padding-left: 10px; 94 | padding-top: 20px; 95 | padding-bottom: 20px; 96 | text-shadow: 0px 0px 3px #00c8c8; 97 | background-color: #00c8c8; 98 | background-image: url('https://casual-effects.com/markdeep/website-banner.png'); 99 | background-repeat: no-repeat; 100 | background-position: top right; 101 | background-size: contain; 102 | color: #fff; 103 | font-size: 45px; 104 | z-index: 10; 105 | } 106 | 107 | .md div.afterTitles { 108 | height: 90px; 109 | } 110 | -------------------------------------------------------------------------------- /1.07/website.css: -------------------------------------------------------------------------------- 1 | @import url('https://fonts.googleapis.com/css?family=Raleway:800i'); 2 | 3 | body { 4 | position: absolute; 5 | font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 6 | text-align: left; 7 | left: 200px; 8 | right: 0px; 9 | margin: 0; 10 | padding: 0; 11 | max-width: none; 12 | color: #555; 13 | font-size: 15px; 14 | padding-right: 20px; 15 | overflow-x: hidden; 16 | text-overflow: ellipses; 17 | } 18 | 19 | 20 | .md .longTOC { 21 | width: 170px; 22 | display: block; 23 | border-right: 3px solid #00c8c8; 24 | overflow-y:scroll; 25 | font-size: 15px; 26 | font-family: inherit; 27 | background: #FFF; 28 | 29 | position: absolute; 30 | top: 90px; 31 | left:-190px; 32 | bottom:0px; 33 | margin: 0px; 34 | padding: 0px; 35 | } 36 | 37 | .scrolled .md .longTOC { 38 | position: fixed; 39 | left: 0px; 40 | top: 0px; 41 | border-left: 10px solid #fff; 42 | } 43 | 44 | 45 | /* no numbering of headings */ 46 | .md h1:before, .md h2:before, .md h3:before, .md h4:before, .md h5:before, .md h6:before { content: none; } 47 | 48 | .md .longTOC a { 49 | color: #000; 50 | } 51 | 52 | .md .tocHeader, .md .tocNumber { 53 | display: none; 54 | } 55 | 56 | .md a, 57 | .md div.title, contents, .md .tocHeader, 58 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, 59 | .md .nonumberh1, .md .nonumberh2, .md .nonumberh3, .md .nonumberh4, .md .nonumberh5, .md .nonumberh6, 60 | .md .shortTOC, .md .mediumTOC, .md .longTOC { 61 | font-family: inherit; 62 | } 63 | 64 | 65 | .md div.title, .md h1, .md h2, .md h3, .md h4 { 66 | font-family: 'Raleway', Arial; 67 | font-weight: 800; 68 | } 69 | 70 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6 { 71 | color: #00c8c8; 72 | border-color: inherit; 73 | } 74 | 75 | .md h2, .md h3, .md h4 { 76 | border: none; 77 | } 78 | 79 | .md .tocTop { 80 | display: inline; 81 | } 82 | 83 | .md div.title, .md div.subtitle { 84 | text-align: left; 85 | } 86 | 87 | .md div.title { 88 | position: absolute; 89 | top: -14px; 90 | left:-200px; 91 | right: 0px; 92 | font-weight: 900; 93 | padding-left: 10px; 94 | padding-top: 20px; 95 | padding-bottom: 20px; 96 | text-shadow: 0px 0px 3px #00c8c8; 97 | background-color: #00c8c8; 98 | background-image: url('https://casual-effects.com/markdeep/website-banner.png'); 99 | background-repeat: no-repeat; 100 | background-position: top right; 101 | background-size: contain; 102 | color: #fff; 103 | font-size: 45px; 104 | z-index: 10; 105 | } 106 | 107 | .md div.afterTitles { 108 | height: 90px; 109 | } 110 | -------------------------------------------------------------------------------- /1.08/website.css: -------------------------------------------------------------------------------- 1 | @import url('https://fonts.googleapis.com/css?family=Raleway:800i'); 2 | 3 | body { 4 | position: absolute; 5 | font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 6 | text-align: left; 7 | left: 200px; 8 | right: 0px; 9 | margin: 0; 10 | padding: 0; 11 | max-width: none; 12 | color: #555; 13 | font-size: 15px; 14 | padding-right: 20px; 15 | overflow-x: hidden; 16 | text-overflow: ellipses; 17 | } 18 | 19 | 20 | .md .longTOC { 21 | width: 170px; 22 | display: block; 23 | border-right: 3px solid #00c8c8; 24 | overflow-y:scroll; 25 | font-size: 15px; 26 | font-family: inherit; 27 | background: #FFF; 28 | 29 | position: absolute; 30 | top: 90px; 31 | left:-190px; 32 | bottom:0px; 33 | margin: 0px; 34 | padding: 0px; 35 | } 36 | 37 | .scrolled .md .longTOC { 38 | position: fixed; 39 | left: 0px; 40 | top: 0px; 41 | border-left: 10px solid #fff; 42 | } 43 | 44 | 45 | /* no numbering of headings */ 46 | .md h1:before, .md h2:before, .md h3:before, .md h4:before, .md h5:before, .md h6:before { content: none; } 47 | 48 | .md .longTOC a { 49 | color: #000; 50 | } 51 | 52 | .md .tocHeader, .md .tocNumber { 53 | display: none; 54 | } 55 | 56 | .md a, 57 | .md div.title, contents, .md .tocHeader, 58 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, 59 | .md .nonumberh1, .md .nonumberh2, .md .nonumberh3, .md .nonumberh4, .md .nonumberh5, .md .nonumberh6, 60 | .md .shortTOC, .md .mediumTOC, .md .longTOC { 61 | font-family: inherit; 62 | } 63 | 64 | 65 | .md div.title, .md h1, .md h2, .md h3, .md h4 { 66 | font-family: 'Raleway', Arial; 67 | font-weight: 800; 68 | } 69 | 70 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6 { 71 | color: #00c8c8; 72 | border-color: inherit; 73 | } 74 | 75 | .md h2, .md h3, .md h4 { 76 | border: none; 77 | } 78 | 79 | .md .tocTop { 80 | display: inline; 81 | } 82 | 83 | .md div.title, .md div.subtitle { 84 | text-align: left; 85 | } 86 | 87 | .md div.title { 88 | position: absolute; 89 | top: -14px; 90 | left:-200px; 91 | right: 0px; 92 | font-weight: 900; 93 | padding-left: 10px; 94 | padding-top: 20px; 95 | padding-bottom: 20px; 96 | text-shadow: 0px 0px 3px #00c8c8; 97 | background-color: #00c8c8; 98 | background-image: url('https://casual-effects.com/markdeep/website-banner.png'); 99 | background-repeat: no-repeat; 100 | background-position: top right; 101 | background-size: contain; 102 | color: #fff; 103 | font-size: 45px; 104 | z-index: 10; 105 | } 106 | 107 | .md div.afterTitles { 108 | height: 90px; 109 | } 110 | -------------------------------------------------------------------------------- /1.09/website.css: -------------------------------------------------------------------------------- 1 | @import url('https://fonts.googleapis.com/css?family=Raleway:800i'); 2 | 3 | body#md { 4 | position: absolute; 5 | font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 6 | text-align: left; 7 | left: 200px; 8 | right: 0px; 9 | margin: 0; 10 | padding: 0; 11 | max-width: none; 12 | color: #555; 13 | font-size: 15px; 14 | padding-right: 20px; 15 | overflow-x: hidden; 16 | text-overflow: ellipses; 17 | } 18 | 19 | 20 | .md .longTOC { 21 | width: 170px; 22 | display: block; 23 | border-right: 3px solid #00c8c8; 24 | overflow-y:scroll; 25 | font-size: 15px; 26 | font-family: inherit; 27 | background: #FFF; 28 | 29 | position: absolute; 30 | top: 90px; 31 | left:-190px; 32 | bottom:0px; 33 | margin: 0px; 34 | padding: 0px; 35 | } 36 | 37 | .scrolled .md .longTOC { 38 | position: fixed; 39 | left: 0px; 40 | top: 0px; 41 | border-left: 10px solid #fff; 42 | } 43 | 44 | 45 | /* no numbering of headings */ 46 | .md h1:before, .md h2:before, .md h3:before, .md h4:before, .md h5:before, .md h6:before { content: none; } 47 | 48 | .md .longTOC a { 49 | color: #000; 50 | } 51 | 52 | .md .tocHeader, .md .tocNumber { 53 | display: none; 54 | } 55 | 56 | .md a, 57 | .md div.title, contents, .md .tocHeader, 58 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, 59 | .md .nonumberh1, .md .nonumberh2, .md .nonumberh3, .md .nonumberh4, .md .nonumberh5, .md .nonumberh6, 60 | .md .shortTOC, .md .mediumTOC, .md .longTOC { 61 | font-family: inherit; 62 | } 63 | 64 | 65 | .md div.title, .md h1, .md h2, .md h3, .md h4 { 66 | font-family: 'Raleway', Arial; 67 | font-weight: 800; 68 | } 69 | 70 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6 { 71 | color: #00c8c8; 72 | border-color: inherit; 73 | } 74 | 75 | .md h2, .md h3, .md h4 { 76 | border: none; 77 | } 78 | 79 | .md .tocTop { 80 | display: inline; 81 | } 82 | 83 | .md div.title, .md div.subtitle { 84 | text-align: left; 85 | } 86 | 87 | .md div.title { 88 | position: absolute; 89 | top: -14px; 90 | left:-200px; 91 | right: 0px; 92 | font-weight: 900; 93 | padding-left: 10px; 94 | padding-top: 20px; 95 | padding-bottom: 20px; 96 | text-shadow: 0px 0px 3px #00c8c8; 97 | background-color: #00c8c8; 98 | background-image: url('https://casual-effects.com/markdeep/website-banner.png'); 99 | background-repeat: no-repeat; 100 | background-position: top right; 101 | background-size: contain; 102 | color: #fff; 103 | font-size: 45px; 104 | z-index: 10; 105 | } 106 | 107 | .md div.afterTitles { 108 | height: 90px; 109 | } 110 | -------------------------------------------------------------------------------- /1.10/website.css: -------------------------------------------------------------------------------- 1 | @import url('https://fonts.googleapis.com/css?family=Raleway:800i'); 2 | 3 | body#md { 4 | position: absolute; 5 | font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 6 | text-align: left; 7 | left: 200px; 8 | right: 0px; 9 | margin: 0; 10 | padding: 0; 11 | max-width: none; 12 | color: #555; 13 | font-size: 15px; 14 | padding-right: 20px; 15 | overflow-x: hidden; 16 | text-overflow: ellipses; 17 | } 18 | 19 | 20 | .md .longTOC { 21 | width: 170px; 22 | display: block; 23 | border-right: 3px solid #00c8c8; 24 | overflow-y:scroll; 25 | font-size: 15px; 26 | font-family: inherit; 27 | background: #FFF; 28 | 29 | position: absolute; 30 | top: 90px; 31 | left:-190px; 32 | bottom:0px; 33 | margin: 0px; 34 | padding: 0px; 35 | } 36 | 37 | .scrolled .md .longTOC { 38 | position: fixed; 39 | left: 0px; 40 | top: 0px; 41 | border-left: 10px solid #fff; 42 | } 43 | 44 | 45 | /* no numbering of headings */ 46 | .md h1:before, .md h2:before, .md h3:before, .md h4:before, .md h5:before, .md h6:before { content: none; } 47 | 48 | .md .longTOC a { 49 | color: #000; 50 | } 51 | 52 | .md .tocHeader, .md .tocNumber { 53 | display: none; 54 | } 55 | 56 | .md a, 57 | .md div.title, contents, .md .tocHeader, 58 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, 59 | .md .nonumberh1, .md .nonumberh2, .md .nonumberh3, .md .nonumberh4, .md .nonumberh5, .md .nonumberh6, 60 | .md .shortTOC, .md .mediumTOC, .md .longTOC { 61 | font-family: inherit; 62 | } 63 | 64 | 65 | .md div.title, .md h1, .md h2, .md h3, .md h4 { 66 | font-family: 'Raleway', Arial; 67 | font-weight: 800; 68 | } 69 | 70 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6 { 71 | color: #00c8c8; 72 | border-color: inherit; 73 | } 74 | 75 | .md h2, .md h3, .md h4 { 76 | border: none; 77 | } 78 | 79 | .md .tocTop { 80 | display: inline; 81 | } 82 | 83 | .md div.title, .md div.subtitle { 84 | text-align: left; 85 | } 86 | 87 | .md div.title { 88 | position: absolute; 89 | top: -14px; 90 | left:-200px; 91 | right: 0px; 92 | font-weight: 900; 93 | padding-left: 10px; 94 | padding-top: 20px; 95 | padding-bottom: 20px; 96 | text-shadow: 0px 0px 3px #00c8c8; 97 | background-color: #00c8c8; 98 | background-image: url('https://casual-effects.com/markdeep/website-banner.png'); 99 | background-repeat: no-repeat; 100 | background-position: top right; 101 | background-size: contain; 102 | color: #fff; 103 | font-size: 45px; 104 | z-index: 10; 105 | } 106 | 107 | .md div.afterTitles { 108 | height: 90px; 109 | } 110 | -------------------------------------------------------------------------------- /1.11/website.css: -------------------------------------------------------------------------------- 1 | @import url('https://fonts.googleapis.com/css?family=Raleway:800i'); 2 | 3 | body#md { 4 | position: absolute; 5 | font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 6 | text-align: left; 7 | left: 200px; 8 | right: 0px; 9 | margin: 0; 10 | padding: 0; 11 | max-width: none; 12 | color: #555; 13 | font-size: 15px; 14 | padding-right: 20px; 15 | overflow-x: hidden; 16 | text-overflow: ellipses; 17 | } 18 | 19 | 20 | .md .longTOC { 21 | width: 170px; 22 | display: block; 23 | border-right: 3px solid #00c8c8; 24 | overflow-y:scroll; 25 | font-size: 15px; 26 | font-family: inherit; 27 | background: #FFF; 28 | 29 | position: absolute; 30 | top: 90px; 31 | left:-190px; 32 | bottom:0px; 33 | margin: 0px; 34 | padding: 0px; 35 | } 36 | 37 | .scrolled .md .longTOC { 38 | position: fixed; 39 | left: 0px; 40 | top: 0px; 41 | border-left: 10px solid #fff; 42 | } 43 | 44 | 45 | /* no numbering of headings */ 46 | .md h1:before, .md h2:before, .md h3:before, .md h4:before, .md h5:before, .md h6:before { content: none; } 47 | 48 | .md .longTOC a { 49 | color: #000; 50 | } 51 | 52 | .md .tocHeader, .md .tocNumber { 53 | display: none; 54 | } 55 | 56 | .md a, 57 | .md div.title, contents, .md .tocHeader, 58 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, 59 | .md .nonumberh1, .md .nonumberh2, .md .nonumberh3, .md .nonumberh4, .md .nonumberh5, .md .nonumberh6, 60 | .md .shortTOC, .md .mediumTOC, .md .longTOC { 61 | font-family: inherit; 62 | } 63 | 64 | 65 | .md div.title, .md h1, .md h2, .md h3, .md h4 { 66 | font-family: 'Raleway', Arial; 67 | font-weight: 800; 68 | } 69 | 70 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6 { 71 | color: #00c8c8; 72 | border-color: inherit; 73 | } 74 | 75 | .md h2, .md h3, .md h4 { 76 | border: none; 77 | } 78 | 79 | .md .tocTop { 80 | display: inline; 81 | } 82 | 83 | .md div.title, .md div.subtitle { 84 | text-align: left; 85 | } 86 | 87 | .md div.title { 88 | position: absolute; 89 | top: -14px; 90 | left:-200px; 91 | right: 0px; 92 | font-weight: 900; 93 | padding-left: 10px; 94 | padding-top: 20px; 95 | padding-bottom: 20px; 96 | text-shadow: 0px 0px 3px #00c8c8; 97 | background-color: #00c8c8; 98 | background-image: url('https://casual-effects.com/markdeep/website-banner.png'); 99 | background-repeat: no-repeat; 100 | background-position: top right; 101 | background-size: contain; 102 | color: #fff; 103 | font-size: 45px; 104 | z-index: 10; 105 | } 106 | 107 | .md div.afterTitles { 108 | height: 90px; 109 | } 110 | -------------------------------------------------------------------------------- /1.12/website.css: -------------------------------------------------------------------------------- 1 | @import url('https://fonts.googleapis.com/css?family=Raleway:800i'); 2 | 3 | body#md { 4 | position: absolute; 5 | font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 6 | text-align: left; 7 | left: 200px; 8 | right: 0px; 9 | margin: 0; 10 | padding: 0; 11 | max-width: none; 12 | color: #555; 13 | font-size: 15px; 14 | padding-right: 20px; 15 | overflow-x: hidden; 16 | text-overflow: ellipses; 17 | } 18 | 19 | 20 | .md .longTOC { 21 | width: 170px; 22 | display: block; 23 | border-right: 3px solid #00c8c8; 24 | overflow-y:scroll; 25 | font-size: 15px; 26 | font-family: inherit; 27 | background: #FFF; 28 | 29 | position: absolute; 30 | top: 90px; 31 | left:-190px; 32 | bottom:0px; 33 | margin: 0px; 34 | padding: 0px; 35 | } 36 | 37 | .scrolled .md .longTOC { 38 | position: fixed; 39 | left: 0px; 40 | top: 0px; 41 | border-left: 10px solid #fff; 42 | } 43 | 44 | 45 | /* no numbering of headings */ 46 | .md h1:before, .md h2:before, .md h3:before, .md h4:before, .md h5:before, .md h6:before { content: none; } 47 | 48 | .md .longTOC a { 49 | color: #000; 50 | } 51 | 52 | .md .tocHeader, .md .tocNumber { 53 | display: none; 54 | } 55 | 56 | .md a, 57 | .md div.title, contents, .md .tocHeader, 58 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, 59 | .md .nonumberh1, .md .nonumberh2, .md .nonumberh3, .md .nonumberh4, .md .nonumberh5, .md .nonumberh6, 60 | .md .shortTOC, .md .mediumTOC, .md .longTOC { 61 | font-family: inherit; 62 | } 63 | 64 | 65 | .md div.title, .md h1, .md h2, .md h3, .md h4 { 66 | font-family: 'Raleway', Arial; 67 | font-weight: 800; 68 | } 69 | 70 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6 { 71 | color: #00c8c8; 72 | border-color: inherit; 73 | } 74 | 75 | .md h2, .md h3, .md h4 { 76 | border: none; 77 | } 78 | 79 | .md .tocTop { 80 | display: inline; 81 | } 82 | 83 | .md div.title, .md div.subtitle { 84 | text-align: left; 85 | } 86 | 87 | .md div.title { 88 | position: absolute; 89 | top: -14px; 90 | left:-200px; 91 | right: 0px; 92 | font-weight: 900; 93 | padding-left: 10px; 94 | padding-top: 20px; 95 | padding-bottom: 20px; 96 | text-shadow: 0px 0px 3px #00c8c8; 97 | background-color: #00c8c8; 98 | background-image: url('https://casual-effects.com/markdeep/website-banner.png'); 99 | background-repeat: no-repeat; 100 | background-position: top right; 101 | background-size: contain; 102 | color: #fff; 103 | font-size: 45px; 104 | z-index: 10; 105 | } 106 | 107 | .md div.afterTitles { 108 | height: 90px; 109 | } 110 | -------------------------------------------------------------------------------- /1.13/website.css: -------------------------------------------------------------------------------- 1 | @import url('https://fonts.googleapis.com/css?family=Raleway:800i'); 2 | 3 | body#md { 4 | position: absolute; 5 | font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 6 | text-align: left; 7 | left: 200px; 8 | right: 0px; 9 | margin: 0; 10 | padding: 0; 11 | max-width: none; 12 | color: #555; 13 | font-size: 15px; 14 | padding-right: 20px; 15 | overflow-x: hidden; 16 | text-overflow: ellipses; 17 | } 18 | 19 | 20 | .md .longTOC { 21 | width: 170px; 22 | display: block; 23 | border-right: 3px solid #00c8c8; 24 | overflow-y:scroll; 25 | font-size: 15px; 26 | font-family: inherit; 27 | background: #FFF; 28 | 29 | position: absolute; 30 | top: 90px; 31 | left:-190px; 32 | bottom:0px; 33 | margin: 0px; 34 | padding: 0px; 35 | } 36 | 37 | .scrolled .md .longTOC { 38 | position: fixed; 39 | left: 0px; 40 | top: 0px; 41 | border-left: 10px solid #fff; 42 | } 43 | 44 | 45 | /* no numbering of headings */ 46 | .md h1:before, .md h2:before, .md h3:before, .md h4:before, .md h5:before, .md h6:before { content: none; } 47 | 48 | .md .longTOC a { 49 | color: #000; 50 | } 51 | 52 | .md .tocHeader, .md .tocNumber { 53 | display: none; 54 | } 55 | 56 | .md a, 57 | .md div.title, contents, .md .tocHeader, 58 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, 59 | .md .nonumberh1, .md .nonumberh2, .md .nonumberh3, .md .nonumberh4, .md .nonumberh5, .md .nonumberh6, 60 | .md .shortTOC, .md .mediumTOC, .md .longTOC { 61 | font-family: inherit; 62 | } 63 | 64 | 65 | .md div.title, .md h1, .md h2, .md h3, .md h4 { 66 | font-family: 'Raleway', Arial; 67 | font-weight: 800; 68 | } 69 | 70 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6 { 71 | color: #00c8c8; 72 | border-color: inherit; 73 | } 74 | 75 | .md h2, .md h3, .md h4 { 76 | border: none; 77 | } 78 | 79 | .md .tocTop { 80 | display: inline; 81 | } 82 | 83 | .md div.title, .md div.subtitle { 84 | text-align: left; 85 | } 86 | 87 | .md div.title { 88 | position: absolute; 89 | top: -14px; 90 | left:-200px; 91 | right: 0px; 92 | font-weight: 900; 93 | padding-left: 10px; 94 | padding-top: 20px; 95 | padding-bottom: 20px; 96 | text-shadow: 0px 0px 3px #00c8c8; 97 | background-color: #00c8c8; 98 | background-image: url('https://casual-effects.com/markdeep/website-banner.png'); 99 | background-repeat: no-repeat; 100 | background-position: top right; 101 | background-size: contain; 102 | color: #fff; 103 | font-size: 45px; 104 | z-index: 10; 105 | } 106 | 107 | .md div.afterTitles { 108 | height: 90px; 109 | } 110 | -------------------------------------------------------------------------------- /1.14/website.css: -------------------------------------------------------------------------------- 1 | @import url('https://fonts.googleapis.com/css?family=Raleway:800i'); 2 | 3 | body#md { 4 | position: absolute; 5 | font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 6 | text-align: left; 7 | left: 200px; 8 | right: 0px; 9 | margin: 0; 10 | padding: 0; 11 | max-width: none; 12 | color: #555; 13 | font-size: 15px; 14 | padding-right: 20px; 15 | overflow-x: hidden; 16 | text-overflow: ellipses; 17 | } 18 | 19 | 20 | .md .longTOC { 21 | width: 170px; 22 | display: block; 23 | border-right: 3px solid #00c8c8; 24 | overflow-y:scroll; 25 | font-size: 15px; 26 | font-family: inherit; 27 | background: #FFF; 28 | 29 | position: absolute; 30 | top: 90px; 31 | left:-190px; 32 | bottom:0px; 33 | margin: 0px; 34 | padding: 0px; 35 | } 36 | 37 | .scrolled .md .longTOC { 38 | position: fixed; 39 | left: 0px; 40 | top: 0px; 41 | border-left: 10px solid #fff; 42 | } 43 | 44 | 45 | /* no numbering of headings */ 46 | .md h1:before, .md h2:before, .md h3:before, .md h4:before, .md h5:before, .md h6:before { content: none; } 47 | 48 | .md .longTOC a { 49 | color: #000; 50 | } 51 | 52 | .md .tocHeader, .md .tocNumber { 53 | display: none; 54 | } 55 | 56 | .md a, 57 | .md div.title, contents, .md .tocHeader, 58 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, 59 | .md .nonumberh1, .md .nonumberh2, .md .nonumberh3, .md .nonumberh4, .md .nonumberh5, .md .nonumberh6, 60 | .md .shortTOC, .md .mediumTOC, .md .longTOC { 61 | font-family: inherit; 62 | } 63 | 64 | 65 | .md div.title, .md h1, .md h2, .md h3, .md h4 { 66 | font-family: 'Raleway', Arial; 67 | font-weight: 800; 68 | } 69 | 70 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6 { 71 | color: #00c8c8; 72 | border-color: inherit; 73 | } 74 | 75 | .md h2, .md h3, .md h4 { 76 | border: none; 77 | } 78 | 79 | .md .tocTop { 80 | display: inline; 81 | } 82 | 83 | .md div.title, .md div.subtitle { 84 | text-align: left; 85 | } 86 | 87 | .md div.title { 88 | position: absolute; 89 | top: -14px; 90 | left:-200px; 91 | right: 0px; 92 | font-weight: 900; 93 | padding-left: 10px; 94 | padding-top: 20px; 95 | padding-bottom: 20px; 96 | text-shadow: 0px 0px 3px #00c8c8; 97 | background-color: #00c8c8; 98 | background-image: url('https://casual-effects.com/markdeep/website-banner.png'); 99 | background-repeat: no-repeat; 100 | background-position: top right; 101 | background-size: contain; 102 | color: #fff; 103 | font-size: 45px; 104 | z-index: 10; 105 | } 106 | 107 | .md div.afterTitles { 108 | height: 90px; 109 | } 110 | -------------------------------------------------------------------------------- /1.093/website.css: -------------------------------------------------------------------------------- 1 | @import url('https://fonts.googleapis.com/css?family=Raleway:800i'); 2 | 3 | body#md { 4 | position: absolute; 5 | font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 6 | text-align: left; 7 | left: 200px; 8 | right: 0px; 9 | margin: 0; 10 | padding: 0; 11 | max-width: none; 12 | color: #555; 13 | font-size: 15px; 14 | padding-right: 20px; 15 | overflow-x: hidden; 16 | text-overflow: ellipses; 17 | } 18 | 19 | 20 | .md .longTOC { 21 | width: 170px; 22 | display: block; 23 | border-right: 3px solid #00c8c8; 24 | overflow-y:scroll; 25 | font-size: 15px; 26 | font-family: inherit; 27 | background: #FFF; 28 | 29 | position: absolute; 30 | top: 90px; 31 | left:-190px; 32 | bottom:0px; 33 | margin: 0px; 34 | padding: 0px; 35 | } 36 | 37 | .scrolled .md .longTOC { 38 | position: fixed; 39 | left: 0px; 40 | top: 0px; 41 | border-left: 10px solid #fff; 42 | } 43 | 44 | 45 | /* no numbering of headings */ 46 | .md h1:before, .md h2:before, .md h3:before, .md h4:before, .md h5:before, .md h6:before { content: none; } 47 | 48 | .md .longTOC a { 49 | color: #000; 50 | } 51 | 52 | .md .tocHeader, .md .tocNumber { 53 | display: none; 54 | } 55 | 56 | .md a, 57 | .md div.title, contents, .md .tocHeader, 58 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, 59 | .md .nonumberh1, .md .nonumberh2, .md .nonumberh3, .md .nonumberh4, .md .nonumberh5, .md .nonumberh6, 60 | .md .shortTOC, .md .mediumTOC, .md .longTOC { 61 | font-family: inherit; 62 | } 63 | 64 | 65 | .md div.title, .md h1, .md h2, .md h3, .md h4 { 66 | font-family: 'Raleway', Arial; 67 | font-weight: 800; 68 | } 69 | 70 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6 { 71 | color: #00c8c8; 72 | border-color: inherit; 73 | } 74 | 75 | .md h2, .md h3, .md h4 { 76 | border: none; 77 | } 78 | 79 | .md .tocTop { 80 | display: inline; 81 | } 82 | 83 | .md div.title, .md div.subtitle { 84 | text-align: left; 85 | } 86 | 87 | .md div.title { 88 | position: absolute; 89 | top: -14px; 90 | left:-200px; 91 | right: 0px; 92 | font-weight: 900; 93 | padding-left: 10px; 94 | padding-top: 20px; 95 | padding-bottom: 20px; 96 | text-shadow: 0px 0px 3px #00c8c8; 97 | background-color: #00c8c8; 98 | background-image: url('https://casual-effects.com/markdeep/website-banner.png'); 99 | background-repeat: no-repeat; 100 | background-position: top right; 101 | background-size: contain; 102 | color: #fff; 103 | font-size: 45px; 104 | z-index: 10; 105 | } 106 | 107 | .md div.afterTitles { 108 | height: 90px; 109 | } 110 | -------------------------------------------------------------------------------- /1.094/website.css: -------------------------------------------------------------------------------- 1 | @import url('https://fonts.googleapis.com/css?family=Raleway:800i'); 2 | 3 | body#md { 4 | position: absolute; 5 | font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 6 | text-align: left; 7 | left: 200px; 8 | right: 0px; 9 | margin: 0; 10 | padding: 0; 11 | max-width: none; 12 | color: #555; 13 | font-size: 15px; 14 | padding-right: 20px; 15 | overflow-x: hidden; 16 | text-overflow: ellipses; 17 | } 18 | 19 | 20 | .md .longTOC { 21 | width: 170px; 22 | display: block; 23 | border-right: 3px solid #00c8c8; 24 | overflow-y:scroll; 25 | font-size: 15px; 26 | font-family: inherit; 27 | background: #FFF; 28 | 29 | position: absolute; 30 | top: 90px; 31 | left:-190px; 32 | bottom:0px; 33 | margin: 0px; 34 | padding: 0px; 35 | } 36 | 37 | .scrolled .md .longTOC { 38 | position: fixed; 39 | left: 0px; 40 | top: 0px; 41 | border-left: 10px solid #fff; 42 | } 43 | 44 | 45 | /* no numbering of headings */ 46 | .md h1:before, .md h2:before, .md h3:before, .md h4:before, .md h5:before, .md h6:before { content: none; } 47 | 48 | .md .longTOC a { 49 | color: #000; 50 | } 51 | 52 | .md .tocHeader, .md .tocNumber { 53 | display: none; 54 | } 55 | 56 | .md a, 57 | .md div.title, contents, .md .tocHeader, 58 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, 59 | .md .nonumberh1, .md .nonumberh2, .md .nonumberh3, .md .nonumberh4, .md .nonumberh5, .md .nonumberh6, 60 | .md .shortTOC, .md .mediumTOC, .md .longTOC { 61 | font-family: inherit; 62 | } 63 | 64 | 65 | .md div.title, .md h1, .md h2, .md h3, .md h4 { 66 | font-family: 'Raleway', Arial; 67 | font-weight: 800; 68 | } 69 | 70 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6 { 71 | color: #00c8c8; 72 | border-color: inherit; 73 | } 74 | 75 | .md h2, .md h3, .md h4 { 76 | border: none; 77 | } 78 | 79 | .md .tocTop { 80 | display: inline; 81 | } 82 | 83 | .md div.title, .md div.subtitle { 84 | text-align: left; 85 | } 86 | 87 | .md div.title { 88 | position: absolute; 89 | top: -14px; 90 | left:-200px; 91 | right: 0px; 92 | font-weight: 900; 93 | padding-left: 10px; 94 | padding-top: 20px; 95 | padding-bottom: 20px; 96 | text-shadow: 0px 0px 3px #00c8c8; 97 | background-color: #00c8c8; 98 | background-image: url('https://casual-effects.com/markdeep/website-banner.png'); 99 | background-repeat: no-repeat; 100 | background-position: top right; 101 | background-size: contain; 102 | color: #fff; 103 | font-size: 45px; 104 | z-index: 10; 105 | } 106 | 107 | .md div.afterTitles { 108 | height: 90px; 109 | } 110 | -------------------------------------------------------------------------------- /latest/website.css: -------------------------------------------------------------------------------- 1 | @import url('https://fonts.googleapis.com/css?family=Raleway:800i'); 2 | 3 | body#md { 4 | position: absolute; 5 | font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 6 | text-align: left; 7 | left: 200px; 8 | right: 0px; 9 | margin: 0; 10 | padding: 0; 11 | max-width: none; 12 | color: #555; 13 | font-size: 15px; 14 | padding-right: 20px; 15 | overflow-x: hidden; 16 | text-overflow: ellipses; 17 | } 18 | 19 | 20 | .md .longTOC { 21 | width: 170px; 22 | display: block; 23 | border-right: 3px solid #00c8c8; 24 | overflow-y:scroll; 25 | font-size: 15px; 26 | font-family: inherit; 27 | background: #FFF; 28 | 29 | position: absolute; 30 | top: 90px; 31 | left:-190px; 32 | bottom:0px; 33 | margin: 0px; 34 | padding: 0px; 35 | } 36 | 37 | .scrolled .md .longTOC { 38 | position: fixed; 39 | left: 0px; 40 | top: 0px; 41 | border-left: 10px solid #fff; 42 | } 43 | 44 | 45 | /* no numbering of headings */ 46 | .md h1:before, .md h2:before, .md h3:before, .md h4:before, .md h5:before, .md h6:before { content: none; } 47 | 48 | .md .longTOC a { 49 | color: #000; 50 | } 51 | 52 | .md .tocHeader, .md .tocNumber { 53 | display: none; 54 | } 55 | 56 | .md a, 57 | .md div.title, contents, .md .tocHeader, 58 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, 59 | .md .nonumberh1, .md .nonumberh2, .md .nonumberh3, .md .nonumberh4, .md .nonumberh5, .md .nonumberh6, 60 | .md .shortTOC, .md .mediumTOC, .md .longTOC { 61 | font-family: inherit; 62 | } 63 | 64 | 65 | .md div.title, .md h1, .md h2, .md h3, .md h4 { 66 | font-family: 'Raleway', Arial; 67 | font-weight: 800; 68 | } 69 | 70 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6 { 71 | color: #00c8c8; 72 | border-color: inherit; 73 | } 74 | 75 | .md h2, .md h3, .md h4 { 76 | border: none; 77 | } 78 | 79 | .md .tocTop { 80 | display: inline; 81 | } 82 | 83 | .md div.title, .md div.subtitle { 84 | text-align: left; 85 | } 86 | 87 | .md div.title { 88 | position: absolute; 89 | top: -14px; 90 | left:-200px; 91 | right: 0px; 92 | font-weight: 900; 93 | padding-left: 10px; 94 | padding-top: 20px; 95 | padding-bottom: 20px; 96 | text-shadow: 0px 0px 3px #00c8c8; 97 | background-color: #00c8c8; 98 | background-image: url('https://casual-effects.com/markdeep/website-banner.png'); 99 | background-repeat: no-repeat; 100 | background-position: top right; 101 | background-size: contain; 102 | color: #fff; 103 | font-size: 45px; 104 | z-index: 10; 105 | } 106 | 107 | .md div.afterTitles { 108 | height: 90px; 109 | } 110 | -------------------------------------------------------------------------------- /0.20/dark.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | 8 | @import url('https://fonts.googleapis.com/css?family=Teko:700'); 9 | 10 | @media screen { 11 | body { 12 | background: #000; 13 | color: #ccc; 14 | font-family: Arial, Helvetica, "sans serif"; 15 | text-align: left; 16 | } 17 | } 18 | 19 | .md div.title { 20 | color: #d6ab62; 21 | font-family: Teko, Arial; 22 | font-size: 200%; 23 | background: -webkit-linear-gradient(#f9deae, #a87215); 24 | -webkit-background-clip: text; 25 | -webkit-text-fill-color: transparent; 26 | } 27 | 28 | .md a:link, .md a:visited{ 29 | color:#6dafff; 30 | font-family: Arial, Helvetica, "sans serif"; 31 | } 32 | 33 | .md hr { 34 | height: 0px; 35 | border: none; 36 | border-top: 0.1pt solid #777; 37 | } 38 | 39 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 40 | color: #bc9249; 41 | border-color: #bc9249; 42 | font-family: Teko, Arial; 43 | font-size: 150%; 44 | padding-bottom: 0px; 45 | } 46 | 47 | @media screen { 48 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 49 | background: -webkit-linear-gradient(#f9deae, #a87215); 50 | -webkit-background-clip: text; 51 | -webkit-text-fill-color: transparent; 52 | } 53 | } 54 | 55 | .md svg.diagram { 56 | stroke: #ccc; 57 | fill: #ccc; 58 | } 59 | 60 | .md svg.diagram .opendot { 61 | fill: #000; 62 | } 63 | 64 | .md .listing { 65 | background: #ddd; 66 | } 67 | 68 | .md .tilde code { 69 | color: #000; 70 | } 71 | 72 | .md .backtick code { 73 | color: #000; 74 | } 75 | 76 | div.markdeepFooter, div.markdeepFooter a { 77 | color: #bc9249 !important; 78 | } 79 | 80 | b, em.asterisk { 81 | font-style: normal; font-weight: bold; 82 | } 83 | 84 | @media screen { 85 | b, em.asterisk { 86 | color: #CBA; 87 | } 88 | } 89 | 90 | a em.asterisk { 91 | color: #6dafff; 92 | } 93 | 94 | .md h2, .md .nonumberh2 { 95 | font-size: 125% 96 | } 97 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 98 | font-size: 115% 99 | } 100 | 101 | @media screen { 102 | .md table.table td { 103 | border: 1px solid #513302; 104 | } 105 | 106 | .md table.table th { 107 | background: #af730c; 108 | background: -webkit-linear-gradient(#d3a658, #af730c); 109 | border: none; 110 | } 111 | 112 | .md table.table th:last-child { 113 | border-right: 1px solid #845509; 114 | } 115 | 116 | .md table.table tr:nth-child(even) { 117 | background-color: #231601; 118 | } 119 | } 120 | -------------------------------------------------------------------------------- /0.21/dark.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | 8 | @import url('https://fonts.googleapis.com/css?family=Teko:700'); 9 | 10 | @media screen { 11 | body { 12 | background: #000; 13 | color: #ccc; 14 | font-family: Arial, Helvetica, "sans serif"; 15 | text-align: left; 16 | } 17 | } 18 | 19 | .md div.title { 20 | color: #d6ab62; 21 | font-family: Teko, Arial; 22 | font-size: 200%; 23 | background: -webkit-linear-gradient(#f9deae, #a87215); 24 | -webkit-background-clip: text; 25 | -webkit-text-fill-color: transparent; 26 | } 27 | 28 | .md a:link, .md a:visited{ 29 | color:#6dafff; 30 | font-family: Arial, Helvetica, "sans serif"; 31 | } 32 | 33 | .md hr { 34 | height: 0px; 35 | border: none; 36 | border-top: 0.1pt solid #777; 37 | } 38 | 39 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 40 | color: #bc9249; 41 | border-color: #bc9249; 42 | font-family: Teko, Arial; 43 | font-size: 150%; 44 | padding-bottom: 0px; 45 | } 46 | 47 | @media screen { 48 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 49 | background: -webkit-linear-gradient(#f9deae, #a87215); 50 | -webkit-background-clip: text; 51 | -webkit-text-fill-color: transparent; 52 | } 53 | } 54 | 55 | .md svg.diagram { 56 | stroke: #ccc; 57 | fill: #ccc; 58 | } 59 | 60 | .md svg.diagram .opendot { 61 | fill: #000; 62 | } 63 | 64 | .md .listing { 65 | background: #ddd; 66 | } 67 | 68 | .md .tilde code { 69 | color: #000; 70 | } 71 | 72 | .md .backtick code { 73 | color: #000; 74 | } 75 | 76 | div.markdeepFooter, div.markdeepFooter a { 77 | color: #bc9249 !important; 78 | } 79 | 80 | b, em.asterisk { 81 | font-style: normal; font-weight: bold; 82 | } 83 | 84 | @media screen { 85 | b, em.asterisk { 86 | color: #CBA; 87 | } 88 | } 89 | 90 | a em.asterisk { 91 | color: #6dafff; 92 | } 93 | 94 | .md h2, .md .nonumberh2 { 95 | font-size: 125% 96 | } 97 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 98 | font-size: 115% 99 | } 100 | 101 | @media screen { 102 | .md table.table td { 103 | border: 1px solid #513302; 104 | } 105 | 106 | .md table.table th { 107 | background: #af730c; 108 | background: -webkit-linear-gradient(#d3a658, #af730c); 109 | border: none; 110 | } 111 | 112 | .md table.table th:last-child { 113 | border-right: 1px solid #845509; 114 | } 115 | 116 | .md table.table tr:nth-child(even) { 117 | background-color: #231601; 118 | } 119 | } 120 | -------------------------------------------------------------------------------- /0.22/dark.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | 8 | @import url('https://fonts.googleapis.com/css?family=Teko:700'); 9 | 10 | @media screen { 11 | body { 12 | background: #000; 13 | color: #ccc; 14 | font-family: Arial, Helvetica, "sans serif"; 15 | text-align: left; 16 | } 17 | } 18 | 19 | .md div.title { 20 | color: #d6ab62; 21 | font-family: Teko, Arial; 22 | font-size: 200%; 23 | background: -webkit-linear-gradient(#f9deae, #a87215); 24 | -webkit-background-clip: text; 25 | -webkit-text-fill-color: transparent; 26 | } 27 | 28 | .md a:link, .md a:visited{ 29 | color:#6dafff; 30 | font-family: Arial, Helvetica, "sans serif"; 31 | } 32 | 33 | .md hr { 34 | height: 0px; 35 | border: none; 36 | border-top: 0.1pt solid #777; 37 | } 38 | 39 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 40 | color: #bc9249; 41 | border-color: #bc9249; 42 | font-family: Teko, Arial; 43 | font-size: 150%; 44 | padding-bottom: 0px; 45 | } 46 | 47 | @media screen { 48 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 49 | background: -webkit-linear-gradient(#f9deae, #a87215); 50 | -webkit-background-clip: text; 51 | -webkit-text-fill-color: transparent; 52 | } 53 | } 54 | 55 | .md svg.diagram { 56 | stroke: #ccc; 57 | fill: #ccc; 58 | } 59 | 60 | .md svg.diagram .opendot { 61 | fill: #000; 62 | } 63 | 64 | .md .listing { 65 | background: #ddd; 66 | } 67 | 68 | .md .tilde code { 69 | color: #000; 70 | } 71 | 72 | .md .backtick code { 73 | color: #000; 74 | } 75 | 76 | div.markdeepFooter, div.markdeepFooter a { 77 | color: #bc9249 !important; 78 | } 79 | 80 | b, em.asterisk { 81 | font-style: normal; font-weight: bold; 82 | } 83 | 84 | @media screen { 85 | b, em.asterisk { 86 | color: #CBA; 87 | } 88 | } 89 | 90 | a em.asterisk { 91 | color: #6dafff; 92 | } 93 | 94 | .md h2, .md .nonumberh2 { 95 | font-size: 125% 96 | } 97 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 98 | font-size: 115% 99 | } 100 | 101 | @media screen { 102 | .md table.table td { 103 | border: 1px solid #513302; 104 | } 105 | 106 | .md table.table th { 107 | background: #af730c; 108 | background: -webkit-linear-gradient(#d3a658, #af730c); 109 | border: none; 110 | } 111 | 112 | .md table.table th:last-child { 113 | border-right: 1px solid #845509; 114 | } 115 | 116 | .md table.table tr:nth-child(even) { 117 | background-color: #231601; 118 | } 119 | } 120 | -------------------------------------------------------------------------------- /0.23/dark.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | 8 | @import url('https://fonts.googleapis.com/css?family=Teko:700'); 9 | 10 | @media screen { 11 | body { 12 | background: #000; 13 | color: #ccc; 14 | font-family: Arial, Helvetica, "sans serif"; 15 | text-align: left; 16 | } 17 | } 18 | 19 | .md div.title { 20 | color: #d6ab62; 21 | font-family: Teko, Arial; 22 | font-size: 200%; 23 | background: -webkit-linear-gradient(#f9deae, #a87215); 24 | -webkit-background-clip: text; 25 | -webkit-text-fill-color: transparent; 26 | } 27 | 28 | .md a:link, .md a:visited{ 29 | color:#6dafff; 30 | font-family: Arial, Helvetica, "sans serif"; 31 | } 32 | 33 | .md hr { 34 | height: 0px; 35 | border: none; 36 | border-top: 0.1pt solid #777; 37 | } 38 | 39 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 40 | color: #bc9249; 41 | border-color: #bc9249; 42 | font-family: Teko, Arial; 43 | font-size: 150%; 44 | padding-bottom: 0px; 45 | } 46 | 47 | @media screen { 48 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 49 | background: -webkit-linear-gradient(#f9deae, #a87215); 50 | -webkit-background-clip: text; 51 | -webkit-text-fill-color: transparent; 52 | } 53 | } 54 | 55 | .md svg.diagram { 56 | stroke: #ccc; 57 | fill: #ccc; 58 | } 59 | 60 | .md svg.diagram .opendot { 61 | fill: #000; 62 | } 63 | 64 | .md .listing { 65 | background: #ddd; 66 | } 67 | 68 | .md .tilde code { 69 | color: #000; 70 | } 71 | 72 | .md .backtick code { 73 | color: #000; 74 | } 75 | 76 | div.markdeepFooter, div.markdeepFooter a { 77 | color: #bc9249 !important; 78 | } 79 | 80 | b, em.asterisk { 81 | font-style: normal; font-weight: bold; 82 | } 83 | 84 | @media screen { 85 | b, em.asterisk { 86 | color: #CBA; 87 | } 88 | } 89 | 90 | a em.asterisk { 91 | color: #6dafff; 92 | } 93 | 94 | .md h2, .md .nonumberh2 { 95 | font-size: 125% 96 | } 97 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 98 | font-size: 115% 99 | } 100 | 101 | @media screen { 102 | .md table.table td { 103 | border: 1px solid #513302; 104 | } 105 | 106 | .md table.table th { 107 | background: #af730c; 108 | background: -webkit-linear-gradient(#d3a658, #af730c); 109 | border: none; 110 | } 111 | 112 | .md table.table th:last-child { 113 | border-right: 1px solid #845509; 114 | } 115 | 116 | .md table.table tr:nth-child(even) { 117 | background-color: #231601; 118 | } 119 | } 120 | -------------------------------------------------------------------------------- /1.00/dark.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | 8 | @import url('https://fonts.googleapis.com/css?family=Teko:700'); 9 | 10 | @media screen { 11 | body { 12 | background: #000; 13 | color: #ccc; 14 | font-family: Arial, Helvetica, "sans serif"; 15 | text-align: left; 16 | } 17 | } 18 | 19 | .md div.title { 20 | color: #d6ab62; 21 | font-family: Teko, Arial; 22 | font-size: 200%; 23 | background: -webkit-linear-gradient(#f9deae, #a87215); 24 | -webkit-background-clip: text; 25 | -webkit-text-fill-color: transparent; 26 | } 27 | 28 | .md a:link, .md a:visited{ 29 | color:#6dafff; 30 | font-family: Arial, Helvetica, "sans serif"; 31 | } 32 | 33 | .md hr { 34 | height: 0px; 35 | border: none; 36 | border-top: 0.1pt solid #777; 37 | } 38 | 39 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 40 | color: #bc9249; 41 | border-color: #bc9249; 42 | font-family: Teko, Arial; 43 | font-size: 150%; 44 | padding-bottom: 0px; 45 | } 46 | 47 | @media screen { 48 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 49 | background: -webkit-linear-gradient(#f9deae, #a87215); 50 | -webkit-background-clip: text; 51 | -webkit-text-fill-color: transparent; 52 | } 53 | } 54 | 55 | .md svg.diagram { 56 | stroke: #ccc; 57 | fill: #ccc; 58 | } 59 | 60 | .md svg.diagram .opendot { 61 | fill: #000; 62 | } 63 | 64 | .md .listing { 65 | background: #ddd; 66 | } 67 | 68 | .md .tilde code { 69 | color: #000; 70 | } 71 | 72 | .md .backtick code { 73 | color: #000; 74 | } 75 | 76 | div.markdeepFooter, div.markdeepFooter a { 77 | color: #bc9249 !important; 78 | } 79 | 80 | b, em.asterisk { 81 | font-style: normal; font-weight: bold; 82 | } 83 | 84 | @media screen { 85 | b, em.asterisk { 86 | color: #CBA; 87 | } 88 | } 89 | 90 | a em.asterisk { 91 | color: #6dafff; 92 | } 93 | 94 | .md h2, .md .nonumberh2 { 95 | font-size: 125% 96 | } 97 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 98 | font-size: 115% 99 | } 100 | 101 | @media screen { 102 | .md table.table td { 103 | border: 1px solid #513302; 104 | } 105 | 106 | .md table.table th { 107 | background: #af730c; 108 | background: -webkit-linear-gradient(#d3a658, #af730c); 109 | border: none; 110 | } 111 | 112 | .md table.table th:last-child { 113 | border-right: 1px solid #845509; 114 | } 115 | 116 | .md table.table tr:nth-child(even) { 117 | background-color: #231601; 118 | } 119 | } 120 | -------------------------------------------------------------------------------- /1.01/dark.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | 8 | @import url('https://fonts.googleapis.com/css?family=Teko:700'); 9 | 10 | @media screen { 11 | body { 12 | background: #000; 13 | color: #ccc; 14 | font-family: Arial, Helvetica, "sans serif"; 15 | text-align: left; 16 | } 17 | } 18 | 19 | .md div.title { 20 | color: #d6ab62; 21 | font-family: Teko, Arial; 22 | font-size: 200%; 23 | background: -webkit-linear-gradient(#f9deae, #a87215); 24 | -webkit-background-clip: text; 25 | -webkit-text-fill-color: transparent; 26 | } 27 | 28 | .md a:link, .md a:visited{ 29 | color:#6dafff; 30 | font-family: Arial, Helvetica, "sans serif"; 31 | } 32 | 33 | .md hr { 34 | height: 0px; 35 | border: none; 36 | border-top: 0.1pt solid #777; 37 | } 38 | 39 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 40 | color: #bc9249; 41 | border-color: #bc9249; 42 | font-family: Teko, Arial; 43 | font-size: 150%; 44 | padding-bottom: 0px; 45 | } 46 | 47 | @media screen { 48 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 49 | background: -webkit-linear-gradient(#f9deae, #a87215); 50 | -webkit-background-clip: text; 51 | -webkit-text-fill-color: transparent; 52 | } 53 | } 54 | 55 | .md svg.diagram { 56 | stroke: #ccc; 57 | fill: #ccc; 58 | } 59 | 60 | .md svg.diagram .opendot { 61 | fill: #000; 62 | } 63 | 64 | .md .listing { 65 | background: #ddd; 66 | } 67 | 68 | .md .tilde code { 69 | color: #000; 70 | } 71 | 72 | .md .backtick code { 73 | color: #000; 74 | } 75 | 76 | div.markdeepFooter, div.markdeepFooter a { 77 | color: #bc9249 !important; 78 | } 79 | 80 | b, em.asterisk { 81 | font-style: normal; font-weight: bold; 82 | } 83 | 84 | @media screen { 85 | b, em.asterisk { 86 | color: #CBA; 87 | } 88 | } 89 | 90 | a em.asterisk { 91 | color: #6dafff; 92 | } 93 | 94 | .md h2, .md .nonumberh2 { 95 | font-size: 125% 96 | } 97 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 98 | font-size: 115% 99 | } 100 | 101 | @media screen { 102 | .md table.table td { 103 | border: 1px solid #513302; 104 | } 105 | 106 | .md table.table th { 107 | background: #af730c; 108 | background: -webkit-linear-gradient(#d3a658, #af730c); 109 | border: none; 110 | } 111 | 112 | .md table.table th:last-child { 113 | border-right: 1px solid #845509; 114 | } 115 | 116 | .md table.table tr:nth-child(even) { 117 | background-color: #231601; 118 | } 119 | } 120 | -------------------------------------------------------------------------------- /1.02/dark.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | 8 | @import url('https://fonts.googleapis.com/css?family=Teko:700'); 9 | 10 | @media screen { 11 | body { 12 | background: #000; 13 | color: #ccc; 14 | font-family: Arial, Helvetica, "sans serif"; 15 | text-align: left; 16 | } 17 | } 18 | 19 | .md div.title { 20 | color: #d6ab62; 21 | font-family: Teko, Arial; 22 | font-size: 200%; 23 | background: -webkit-linear-gradient(#f9deae, #a87215); 24 | -webkit-background-clip: text; 25 | -webkit-text-fill-color: transparent; 26 | } 27 | 28 | .md a:link, .md a:visited{ 29 | color:#6dafff; 30 | font-family: Arial, Helvetica, "sans serif"; 31 | } 32 | 33 | .md hr { 34 | height: 0px; 35 | border: none; 36 | border-top: 0.1pt solid #777; 37 | } 38 | 39 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 40 | color: #bc9249; 41 | border-color: #bc9249; 42 | font-family: Teko, Arial; 43 | font-size: 150%; 44 | padding-bottom: 0px; 45 | } 46 | 47 | @media screen { 48 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 49 | background: -webkit-linear-gradient(#f9deae, #a87215); 50 | -webkit-background-clip: text; 51 | -webkit-text-fill-color: transparent; 52 | } 53 | } 54 | 55 | .md svg.diagram { 56 | stroke: #ccc; 57 | fill: #ccc; 58 | } 59 | 60 | .md svg.diagram .opendot { 61 | fill: #000; 62 | } 63 | 64 | .md .listing { 65 | background: #ddd; 66 | } 67 | 68 | .md .tilde code { 69 | color: #000; 70 | } 71 | 72 | .md .backtick code { 73 | color: #000; 74 | } 75 | 76 | div.markdeepFooter, div.markdeepFooter a { 77 | color: #bc9249 !important; 78 | } 79 | 80 | b, em.asterisk { 81 | font-style: normal; font-weight: bold; 82 | } 83 | 84 | @media screen { 85 | b, em.asterisk { 86 | color: #CBA; 87 | } 88 | } 89 | 90 | a em.asterisk { 91 | color: #6dafff; 92 | } 93 | 94 | .md h2, .md .nonumberh2 { 95 | font-size: 125% 96 | } 97 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 98 | font-size: 115% 99 | } 100 | 101 | @media screen { 102 | .md table.table td { 103 | border: 1px solid #513302; 104 | } 105 | 106 | .md table.table th { 107 | background: #af730c; 108 | background: -webkit-linear-gradient(#d3a658, #af730c); 109 | border: none; 110 | } 111 | 112 | .md table.table th:last-child { 113 | border-right: 1px solid #845509; 114 | } 115 | 116 | .md table.table tr:nth-child(even) { 117 | background-color: #231601; 118 | } 119 | } 120 | -------------------------------------------------------------------------------- /1.03/dark.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | 8 | @import url('https://fonts.googleapis.com/css?family=Teko:700'); 9 | 10 | @media screen { 11 | body { 12 | background: #000; 13 | color: #ccc; 14 | font-family: Arial, Helvetica, "sans serif"; 15 | text-align: left; 16 | } 17 | } 18 | 19 | .md div.title { 20 | color: #d6ab62; 21 | font-family: Teko, Arial; 22 | font-size: 200%; 23 | background: -webkit-linear-gradient(#f9deae, #a87215); 24 | -webkit-background-clip: text; 25 | -webkit-text-fill-color: transparent; 26 | } 27 | 28 | .md a:link, .md a:visited{ 29 | color:#6dafff; 30 | font-family: Arial, Helvetica, "sans serif"; 31 | } 32 | 33 | .md hr { 34 | height: 0px; 35 | border: none; 36 | border-top: 0.1pt solid #777; 37 | } 38 | 39 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 40 | color: #bc9249; 41 | border-color: #bc9249; 42 | font-family: Teko, Arial; 43 | font-size: 150%; 44 | padding-bottom: 0px; 45 | } 46 | 47 | @media screen { 48 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 49 | background: -webkit-linear-gradient(#f9deae, #a87215); 50 | -webkit-background-clip: text; 51 | -webkit-text-fill-color: transparent; 52 | } 53 | } 54 | 55 | .md svg.diagram { 56 | stroke: #ccc; 57 | fill: #ccc; 58 | } 59 | 60 | .md svg.diagram .opendot { 61 | fill: #000; 62 | } 63 | 64 | .md .listing { 65 | background: #ddd; 66 | } 67 | 68 | .md .tilde code { 69 | color: #000; 70 | } 71 | 72 | .md .backtick code { 73 | color: #000; 74 | } 75 | 76 | div.markdeepFooter, div.markdeepFooter a { 77 | color: #bc9249 !important; 78 | } 79 | 80 | b, em.asterisk { 81 | font-style: normal; font-weight: bold; 82 | } 83 | 84 | @media screen { 85 | b, em.asterisk { 86 | color: #CBA; 87 | } 88 | } 89 | 90 | a em.asterisk { 91 | color: #6dafff; 92 | } 93 | 94 | .md h2, .md .nonumberh2 { 95 | font-size: 125% 96 | } 97 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 98 | font-size: 115% 99 | } 100 | 101 | @media screen { 102 | .md table.table td { 103 | border: 1px solid #513302; 104 | } 105 | 106 | .md table.table th { 107 | background: #af730c; 108 | background: -webkit-linear-gradient(#d3a658, #af730c); 109 | border: none; 110 | } 111 | 112 | .md table.table th:last-child { 113 | border-right: 1px solid #845509; 114 | } 115 | 116 | .md table.table tr:nth-child(even) { 117 | background-color: #231601; 118 | } 119 | } 120 | -------------------------------------------------------------------------------- /1.04/dark.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | 8 | @import url('https://fonts.googleapis.com/css?family=Teko:700'); 9 | 10 | @media screen { 11 | body { 12 | background: #000; 13 | color: #ccc; 14 | font-family: Arial, Helvetica, "sans serif"; 15 | text-align: left; 16 | } 17 | } 18 | 19 | .md div.title { 20 | color: #d6ab62; 21 | font-family: Teko, Arial; 22 | font-size: 200%; 23 | background: -webkit-linear-gradient(#f9deae, #a87215); 24 | -webkit-background-clip: text; 25 | -webkit-text-fill-color: transparent; 26 | } 27 | 28 | .md a:link, .md a:visited{ 29 | color:#6dafff; 30 | font-family: Arial, Helvetica, "sans serif"; 31 | } 32 | 33 | .md hr { 34 | height: 0px; 35 | border: none; 36 | border-top: 0.1pt solid #777; 37 | } 38 | 39 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 40 | color: #bc9249; 41 | border-color: #bc9249; 42 | font-family: Teko, Arial; 43 | font-size: 150%; 44 | padding-bottom: 0px; 45 | } 46 | 47 | @media screen { 48 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 49 | background: -webkit-linear-gradient(#f9deae, #a87215); 50 | -webkit-background-clip: text; 51 | -webkit-text-fill-color: transparent; 52 | } 53 | } 54 | 55 | .md svg.diagram { 56 | stroke: #ccc; 57 | fill: #ccc; 58 | } 59 | 60 | .md svg.diagram .opendot { 61 | fill: #000; 62 | } 63 | 64 | .md .listing { 65 | background: #ddd; 66 | } 67 | 68 | .md .tilde code { 69 | color: #000; 70 | } 71 | 72 | .md .backtick code { 73 | color: #000; 74 | } 75 | 76 | div.markdeepFooter, div.markdeepFooter a { 77 | color: #bc9249 !important; 78 | } 79 | 80 | b, em.asterisk { 81 | font-style: normal; font-weight: bold; 82 | } 83 | 84 | @media screen { 85 | b, em.asterisk { 86 | color: #CBA; 87 | } 88 | } 89 | 90 | a em.asterisk { 91 | color: #6dafff; 92 | } 93 | 94 | .md h2, .md .nonumberh2 { 95 | font-size: 125% 96 | } 97 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 98 | font-size: 115% 99 | } 100 | 101 | @media screen { 102 | .md table.table td { 103 | border: 1px solid #513302; 104 | } 105 | 106 | .md table.table th { 107 | background: #af730c; 108 | background: -webkit-linear-gradient(#d3a658, #af730c); 109 | border: none; 110 | } 111 | 112 | .md table.table th:last-child { 113 | border-right: 1px solid #845509; 114 | } 115 | 116 | .md table.table tr:nth-child(even) { 117 | background-color: #231601; 118 | } 119 | } 120 | -------------------------------------------------------------------------------- /1.05/dark.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | 8 | @import url('https://fonts.googleapis.com/css?family=Teko:700'); 9 | 10 | @media screen { 11 | body { 12 | background: #000; 13 | color: #ccc; 14 | font-family: Arial, Helvetica, "sans serif"; 15 | text-align: left; 16 | } 17 | } 18 | 19 | .md div.title { 20 | color: #d6ab62; 21 | font-family: Teko, Arial; 22 | font-size: 200%; 23 | background: -webkit-linear-gradient(#f9deae, #a87215); 24 | -webkit-background-clip: text; 25 | -webkit-text-fill-color: transparent; 26 | } 27 | 28 | .md a:link, .md a:visited{ 29 | color:#6dafff; 30 | font-family: Arial, Helvetica, "sans serif"; 31 | } 32 | 33 | .md hr { 34 | height: 0px; 35 | border: none; 36 | border-top: 0.1pt solid #777; 37 | } 38 | 39 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 40 | color: #bc9249; 41 | border-color: #bc9249; 42 | font-family: Teko, Arial; 43 | font-size: 150%; 44 | padding-bottom: 0px; 45 | } 46 | 47 | @media screen { 48 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 49 | background: -webkit-linear-gradient(#f9deae, #a87215); 50 | -webkit-background-clip: text; 51 | -webkit-text-fill-color: transparent; 52 | } 53 | } 54 | 55 | .md svg.diagram { 56 | stroke: #ccc; 57 | fill: #ccc; 58 | } 59 | 60 | .md svg.diagram .opendot { 61 | fill: #000; 62 | } 63 | 64 | .md .listing { 65 | background: #ddd; 66 | } 67 | 68 | .md .tilde code { 69 | color: #000; 70 | } 71 | 72 | .md .backtick code { 73 | color: #000; 74 | } 75 | 76 | div.markdeepFooter, div.markdeepFooter a { 77 | color: #bc9249 !important; 78 | } 79 | 80 | b, em.asterisk { 81 | font-style: normal; font-weight: bold; 82 | } 83 | 84 | @media screen { 85 | b, em.asterisk { 86 | color: #CBA; 87 | } 88 | } 89 | 90 | a em.asterisk { 91 | color: #6dafff; 92 | } 93 | 94 | .md h2, .md .nonumberh2 { 95 | font-size: 125% 96 | } 97 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 98 | font-size: 115% 99 | } 100 | 101 | @media screen { 102 | .md table.table td { 103 | border: 1px solid #513302; 104 | } 105 | 106 | .md table.table th { 107 | background: #af730c; 108 | background: -webkit-linear-gradient(#d3a658, #af730c); 109 | border: none; 110 | } 111 | 112 | .md table.table th:last-child { 113 | border-right: 1px solid #845509; 114 | } 115 | 116 | .md table.table tr:nth-child(even) { 117 | background-color: #231601; 118 | } 119 | } 120 | -------------------------------------------------------------------------------- /1.06/dark.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | 8 | @import url('https://fonts.googleapis.com/css?family=Teko:700'); 9 | 10 | @media screen { 11 | body { 12 | background: #000; 13 | color: #ccc; 14 | font-family: Arial, Helvetica, "sans serif"; 15 | text-align: left; 16 | } 17 | } 18 | 19 | .md div.title { 20 | color: #d6ab62; 21 | font-family: Teko, Arial; 22 | font-size: 200%; 23 | background: -webkit-linear-gradient(#f9deae, #a87215); 24 | -webkit-background-clip: text; 25 | -webkit-text-fill-color: transparent; 26 | } 27 | 28 | .md a:link, .md a:visited{ 29 | color:#6dafff; 30 | font-family: Arial, Helvetica, "sans serif"; 31 | } 32 | 33 | .md hr { 34 | height: 0px; 35 | border: none; 36 | border-top: 0.1pt solid #777; 37 | } 38 | 39 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 40 | color: #bc9249; 41 | border-color: #bc9249; 42 | font-family: Teko, Arial; 43 | font-size: 150%; 44 | padding-bottom: 0px; 45 | } 46 | 47 | @media screen { 48 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 49 | background: -webkit-linear-gradient(#f9deae, #a87215); 50 | -webkit-background-clip: text; 51 | -webkit-text-fill-color: transparent; 52 | } 53 | } 54 | 55 | .md svg.diagram { 56 | stroke: #ccc; 57 | fill: #ccc; 58 | } 59 | 60 | .md svg.diagram .opendot { 61 | fill: #000; 62 | } 63 | 64 | .md .listing { 65 | background: #ddd; 66 | } 67 | 68 | .md .tilde code { 69 | color: #000; 70 | } 71 | 72 | .md .backtick code { 73 | color: #000; 74 | } 75 | 76 | div.markdeepFooter, div.markdeepFooter a { 77 | color: #bc9249 !important; 78 | } 79 | 80 | b, em.asterisk { 81 | font-style: normal; font-weight: bold; 82 | } 83 | 84 | @media screen { 85 | b, em.asterisk { 86 | color: #CBA; 87 | } 88 | } 89 | 90 | a em.asterisk { 91 | color: #6dafff; 92 | } 93 | 94 | .md h2, .md .nonumberh2 { 95 | font-size: 125% 96 | } 97 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 98 | font-size: 115% 99 | } 100 | 101 | @media screen { 102 | .md table.table td { 103 | border: 1px solid #513302; 104 | } 105 | 106 | .md table.table th { 107 | background: #af730c; 108 | background: -webkit-linear-gradient(#d3a658, #af730c); 109 | border: none; 110 | } 111 | 112 | .md table.table th:last-child { 113 | border-right: 1px solid #845509; 114 | } 115 | 116 | .md table.table tr:nth-child(even) { 117 | background-color: #231601; 118 | } 119 | } 120 | -------------------------------------------------------------------------------- /1.07/dark.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | 8 | @import url('https://fonts.googleapis.com/css?family=Teko:700'); 9 | 10 | @media screen { 11 | body { 12 | background: #000; 13 | color: #ccc; 14 | font-family: Arial, Helvetica, "sans serif"; 15 | text-align: left; 16 | } 17 | } 18 | 19 | .md div.title { 20 | color: #d6ab62; 21 | font-family: Teko, Arial; 22 | font-size: 200%; 23 | background: -webkit-linear-gradient(#f9deae, #a87215); 24 | -webkit-background-clip: text; 25 | -webkit-text-fill-color: transparent; 26 | } 27 | 28 | .md a:link, .md a:visited{ 29 | color:#6dafff; 30 | font-family: Arial, Helvetica, "sans serif"; 31 | } 32 | 33 | .md hr { 34 | height: 0px; 35 | border: none; 36 | border-top: 0.1pt solid #777; 37 | } 38 | 39 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 40 | color: #bc9249; 41 | border-color: #bc9249; 42 | font-family: Teko, Arial; 43 | font-size: 150%; 44 | padding-bottom: 0px; 45 | } 46 | 47 | @media screen { 48 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 49 | background: -webkit-linear-gradient(#f9deae, #a87215); 50 | -webkit-background-clip: text; 51 | -webkit-text-fill-color: transparent; 52 | } 53 | } 54 | 55 | .md svg.diagram { 56 | stroke: #ccc; 57 | fill: #ccc; 58 | } 59 | 60 | .md svg.diagram .opendot { 61 | fill: #000; 62 | } 63 | 64 | .md .listing { 65 | background: #ddd; 66 | } 67 | 68 | .md .tilde code { 69 | color: #000; 70 | } 71 | 72 | .md .backtick code { 73 | color: #000; 74 | } 75 | 76 | div.markdeepFooter, div.markdeepFooter a { 77 | color: #bc9249 !important; 78 | } 79 | 80 | b, em.asterisk { 81 | font-style: normal; font-weight: bold; 82 | } 83 | 84 | @media screen { 85 | b, em.asterisk { 86 | color: #CBA; 87 | } 88 | } 89 | 90 | a em.asterisk { 91 | color: #6dafff; 92 | } 93 | 94 | .md h2, .md .nonumberh2 { 95 | font-size: 125% 96 | } 97 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 98 | font-size: 115% 99 | } 100 | 101 | @media screen { 102 | .md table.table td { 103 | border: 1px solid #513302; 104 | } 105 | 106 | .md table.table th { 107 | background: #af730c; 108 | background: -webkit-linear-gradient(#d3a658, #af730c); 109 | border: none; 110 | } 111 | 112 | .md table.table th:last-child { 113 | border-right: 1px solid #845509; 114 | } 115 | 116 | .md table.table tr:nth-child(even) { 117 | background-color: #231601; 118 | } 119 | } 120 | -------------------------------------------------------------------------------- /1.08/dark.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | 8 | @import url('https://fonts.googleapis.com/css?family=Teko:700'); 9 | 10 | @media screen { 11 | body { 12 | background: #000; 13 | color: #ccc; 14 | font-family: Arial, Helvetica, "sans serif"; 15 | text-align: left; 16 | } 17 | } 18 | 19 | .md div.title { 20 | color: #d6ab62; 21 | font-family: Teko, Arial; 22 | font-size: 200%; 23 | background: -webkit-linear-gradient(#f9deae, #a87215); 24 | -webkit-background-clip: text; 25 | -webkit-text-fill-color: transparent; 26 | } 27 | 28 | .md a:link, .md a:visited{ 29 | color:#6dafff; 30 | font-family: Arial, Helvetica, "sans serif"; 31 | } 32 | 33 | .md hr { 34 | height: 0px; 35 | border: none; 36 | border-top: 0.1pt solid #777; 37 | } 38 | 39 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 40 | color: #bc9249; 41 | border-color: #bc9249; 42 | font-family: Teko, Arial; 43 | font-size: 150%; 44 | padding-bottom: 0px; 45 | } 46 | 47 | @media screen { 48 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 49 | background: -webkit-linear-gradient(#f9deae, #a87215); 50 | -webkit-background-clip: text; 51 | -webkit-text-fill-color: transparent; 52 | } 53 | } 54 | 55 | .md svg.diagram { 56 | stroke: #ccc; 57 | fill: #ccc; 58 | } 59 | 60 | .md svg.diagram .opendot { 61 | fill: #000; 62 | } 63 | 64 | .md .listing { 65 | background: #ddd; 66 | } 67 | 68 | .md .tilde code { 69 | color: #000; 70 | } 71 | 72 | .md .backtick code { 73 | color: #000; 74 | } 75 | 76 | div.markdeepFooter, div.markdeepFooter a { 77 | color: #bc9249 !important; 78 | } 79 | 80 | b, em.asterisk { 81 | font-style: normal; font-weight: bold; 82 | } 83 | 84 | @media screen { 85 | b, em.asterisk { 86 | color: #CBA; 87 | } 88 | } 89 | 90 | a em.asterisk { 91 | color: #6dafff; 92 | } 93 | 94 | .md h2, .md .nonumberh2 { 95 | font-size: 125% 96 | } 97 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 98 | font-size: 115% 99 | } 100 | 101 | @media screen { 102 | .md table.table td { 103 | border: 1px solid #513302; 104 | } 105 | 106 | .md table.table th { 107 | background: #af730c; 108 | background: -webkit-linear-gradient(#d3a658, #af730c); 109 | border: none; 110 | } 111 | 112 | .md table.table th:last-child { 113 | border-right: 1px solid #845509; 114 | } 115 | 116 | .md table.table tr:nth-child(even) { 117 | background-color: #231601; 118 | } 119 | } 120 | -------------------------------------------------------------------------------- /1.09/dark.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | 8 | @import url('https://fonts.googleapis.com/css?family=Teko:700'); 9 | 10 | @media screen { 11 | body#md { 12 | background: #000; 13 | color: #ccc; 14 | font-family: Arial, Helvetica, "sans serif"; 15 | text-align: left; 16 | } 17 | } 18 | 19 | .md div.title { 20 | color: #d6ab62; 21 | font-family: Teko, Arial; 22 | font-size: 200%; 23 | background: -webkit-linear-gradient(#f9deae, #a87215); 24 | -webkit-background-clip: text; 25 | -webkit-text-fill-color: transparent; 26 | } 27 | 28 | .md a:link, .md a:visited{ 29 | color:#6dafff; 30 | font-family: Arial, Helvetica, "sans serif"; 31 | } 32 | 33 | .md hr { 34 | height: 0px; 35 | border: none; 36 | border-top: 0.1pt solid #777; 37 | } 38 | 39 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 40 | color: #bc9249; 41 | border-color: #bc9249; 42 | font-family: Teko, Arial; 43 | font-size: 150%; 44 | padding-bottom: 0px; 45 | } 46 | 47 | @media screen { 48 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 49 | background: -webkit-linear-gradient(#f9deae, #a87215); 50 | -webkit-background-clip: text; 51 | -webkit-text-fill-color: transparent; 52 | } 53 | } 54 | 55 | .md svg.diagram { 56 | stroke: #ccc; 57 | fill: #ccc; 58 | } 59 | 60 | .md svg.diagram .opendot { 61 | fill: #000; 62 | } 63 | 64 | .md .listing { 65 | background: #ddd; 66 | } 67 | 68 | .md .tilde code { 69 | color: #000; 70 | } 71 | 72 | .md .backtick code { 73 | color: #000; 74 | } 75 | 76 | div.markdeepFooter, div.markdeepFooter a { 77 | color: #bc9249 !important; 78 | } 79 | 80 | b, em.asterisk { 81 | font-style: normal; font-weight: bold; 82 | } 83 | 84 | @media screen { 85 | b, em.asterisk { 86 | color: #CBA; 87 | } 88 | } 89 | 90 | a em.asterisk { 91 | color: #6dafff; 92 | } 93 | 94 | .md h2, .md .nonumberh2 { 95 | font-size: 125% 96 | } 97 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 98 | font-size: 115% 99 | } 100 | 101 | @media screen { 102 | .md table.table td { 103 | border: 1px solid #513302; 104 | } 105 | 106 | .md table.table th { 107 | background: #af730c; 108 | background: -webkit-linear-gradient(#d3a658, #af730c); 109 | border: none; 110 | } 111 | 112 | .md table.table th:last-child { 113 | border-right: 1px solid #845509; 114 | } 115 | 116 | .md table.table tr:nth-child(even) { 117 | background-color: #231601; 118 | } 119 | } 120 | -------------------------------------------------------------------------------- /1.093/dark.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | 8 | @import url('https://fonts.googleapis.com/css?family=Teko:700'); 9 | 10 | @media screen { 11 | body#md { 12 | background: #000; 13 | color: #ccc; 14 | font-family: Arial, Helvetica, "sans serif"; 15 | text-align: left; 16 | } 17 | } 18 | 19 | .md div.title { 20 | color: #d6ab62; 21 | font-family: Teko, Arial; 22 | font-size: 200%; 23 | background: -webkit-linear-gradient(#f9deae, #a87215); 24 | -webkit-background-clip: text; 25 | -webkit-text-fill-color: transparent; 26 | } 27 | 28 | .md a:link, .md a:visited{ 29 | color:#6dafff; 30 | font-family: Arial, Helvetica, "sans serif"; 31 | } 32 | 33 | .md hr { 34 | height: 0px; 35 | border: none; 36 | border-top: 0.1pt solid #777; 37 | } 38 | 39 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 40 | color: #bc9249; 41 | border-color: #bc9249; 42 | font-family: Teko, Arial; 43 | font-size: 150%; 44 | padding-bottom: 0px; 45 | } 46 | 47 | @media screen { 48 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 49 | background: -webkit-linear-gradient(#f9deae, #a87215); 50 | -webkit-background-clip: text; 51 | -webkit-text-fill-color: transparent; 52 | } 53 | } 54 | 55 | .md svg.diagram { 56 | stroke: #ccc; 57 | fill: #ccc; 58 | } 59 | 60 | .md svg.diagram .opendot { 61 | fill: #000; 62 | } 63 | 64 | .md .listing { 65 | background: #ddd; 66 | } 67 | 68 | .md .tilde code { 69 | color: #000; 70 | } 71 | 72 | .md .backtick code { 73 | color: #000; 74 | } 75 | 76 | div.markdeepFooter, div.markdeepFooter a { 77 | color: #bc9249 !important; 78 | } 79 | 80 | b, em.asterisk { 81 | font-style: normal; font-weight: bold; 82 | } 83 | 84 | @media screen { 85 | b, em.asterisk { 86 | color: #CBA; 87 | } 88 | } 89 | 90 | a em.asterisk { 91 | color: #6dafff; 92 | } 93 | 94 | .md h2, .md .nonumberh2 { 95 | font-size: 125% 96 | } 97 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 98 | font-size: 115% 99 | } 100 | 101 | @media screen { 102 | .md table.table td { 103 | border: 1px solid #513302; 104 | } 105 | 106 | .md table.table th { 107 | background: #af730c; 108 | background: -webkit-linear-gradient(#d3a658, #af730c); 109 | border: none; 110 | } 111 | 112 | .md table.table th:last-child { 113 | border-right: 1px solid #845509; 114 | } 115 | 116 | .md table.table tr:nth-child(even) { 117 | background-color: #231601; 118 | } 119 | } 120 | -------------------------------------------------------------------------------- /1.094/dark.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | 8 | @import url('https://fonts.googleapis.com/css?family=Teko:700'); 9 | 10 | @media screen { 11 | body#md { 12 | background: #000; 13 | color: #ccc; 14 | font-family: Arial, Helvetica, "sans serif"; 15 | text-align: left; 16 | } 17 | } 18 | 19 | .md div.title { 20 | color: #d6ab62; 21 | font-family: Teko, Arial; 22 | font-size: 200%; 23 | background: -webkit-linear-gradient(#f9deae, #a87215); 24 | -webkit-background-clip: text; 25 | -webkit-text-fill-color: transparent; 26 | } 27 | 28 | .md a:link, .md a:visited{ 29 | color:#6dafff; 30 | font-family: Arial, Helvetica, "sans serif"; 31 | } 32 | 33 | .md hr { 34 | height: 0px; 35 | border: none; 36 | border-top: 0.1pt solid #777; 37 | } 38 | 39 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 40 | color: #bc9249; 41 | border-color: #bc9249; 42 | font-family: Teko, Arial; 43 | font-size: 150%; 44 | padding-bottom: 0px; 45 | } 46 | 47 | @media screen { 48 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 49 | background: -webkit-linear-gradient(#f9deae, #a87215); 50 | -webkit-background-clip: text; 51 | -webkit-text-fill-color: transparent; 52 | } 53 | } 54 | 55 | .md svg.diagram { 56 | stroke: #ccc; 57 | fill: #ccc; 58 | } 59 | 60 | .md svg.diagram .opendot { 61 | fill: #000; 62 | } 63 | 64 | .md .listing { 65 | background: #ddd; 66 | } 67 | 68 | .md .tilde code { 69 | color: #000; 70 | } 71 | 72 | .md .backtick code { 73 | color: #000; 74 | } 75 | 76 | div.markdeepFooter, div.markdeepFooter a { 77 | color: #bc9249 !important; 78 | } 79 | 80 | b, em.asterisk { 81 | font-style: normal; font-weight: bold; 82 | } 83 | 84 | @media screen { 85 | b, em.asterisk { 86 | color: #CBA; 87 | } 88 | } 89 | 90 | a em.asterisk { 91 | color: #6dafff; 92 | } 93 | 94 | .md h2, .md .nonumberh2 { 95 | font-size: 125% 96 | } 97 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 98 | font-size: 115% 99 | } 100 | 101 | @media screen { 102 | .md table.table td { 103 | border: 1px solid #513302; 104 | } 105 | 106 | .md table.table th { 107 | background: #af730c; 108 | background: -webkit-linear-gradient(#d3a658, #af730c); 109 | border: none; 110 | } 111 | 112 | .md table.table th:last-child { 113 | border-right: 1px solid #845509; 114 | } 115 | 116 | .md table.table tr:nth-child(even) { 117 | background-color: #231601; 118 | } 119 | } 120 | -------------------------------------------------------------------------------- /1.10/dark.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | 8 | @import url('https://fonts.googleapis.com/css?family=Teko:700'); 9 | 10 | @media screen { 11 | body#md { 12 | background: #000; 13 | color: #ccc; 14 | font-family: Arial, Helvetica, "sans serif"; 15 | text-align: left; 16 | } 17 | } 18 | 19 | .md div.title { 20 | color: #d6ab62; 21 | font-family: Teko, Arial; 22 | font-size: 200%; 23 | background: -webkit-linear-gradient(#f9deae, #a87215); 24 | -webkit-background-clip: text; 25 | -webkit-text-fill-color: transparent; 26 | } 27 | 28 | .md a:link, .md a:visited{ 29 | color:#6dafff; 30 | font-family: Arial, Helvetica, "sans serif"; 31 | } 32 | 33 | .md hr { 34 | height: 0px; 35 | border: none; 36 | border-top: 0.1pt solid #777; 37 | } 38 | 39 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 40 | color: #bc9249; 41 | border-color: #bc9249; 42 | font-family: Teko, Arial; 43 | font-size: 150%; 44 | padding-bottom: 0px; 45 | } 46 | 47 | @media screen { 48 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 49 | background: -webkit-linear-gradient(#f9deae, #a87215); 50 | -webkit-background-clip: text; 51 | -webkit-text-fill-color: transparent; 52 | } 53 | } 54 | 55 | .md svg.diagram { 56 | stroke: #ccc; 57 | fill: #ccc; 58 | } 59 | 60 | .md svg.diagram .opendot { 61 | fill: #000; 62 | } 63 | 64 | .md .listing { 65 | background: #ddd; 66 | } 67 | 68 | .md .tilde code { 69 | color: #000; 70 | } 71 | 72 | .md .backtick code { 73 | color: #000; 74 | } 75 | 76 | div.markdeepFooter, div.markdeepFooter a { 77 | color: #bc9249 !important; 78 | } 79 | 80 | b, em.asterisk { 81 | font-style: normal; font-weight: bold; 82 | } 83 | 84 | @media screen { 85 | b, em.asterisk { 86 | color: #CBA; 87 | } 88 | } 89 | 90 | a em.asterisk { 91 | color: #6dafff; 92 | } 93 | 94 | .md h2, .md .nonumberh2 { 95 | font-size: 125% 96 | } 97 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 98 | font-size: 115% 99 | } 100 | 101 | @media screen { 102 | .md table.table td { 103 | border: 1px solid #513302; 104 | } 105 | 106 | .md table.table th { 107 | background: #af730c; 108 | background: -webkit-linear-gradient(#d3a658, #af730c); 109 | border: none; 110 | } 111 | 112 | .md table.table th:last-child { 113 | border-right: 1px solid #845509; 114 | } 115 | 116 | .md table.table tr:nth-child(even) { 117 | background-color: #231601; 118 | } 119 | } 120 | -------------------------------------------------------------------------------- /1.11/dark.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | 8 | @import url('https://fonts.googleapis.com/css?family=Teko:700'); 9 | 10 | @media screen { 11 | body#md { 12 | background: #000; 13 | color: #ccc; 14 | font-family: Arial, Helvetica, "sans serif"; 15 | text-align: left; 16 | } 17 | } 18 | 19 | .md div.title { 20 | color: #d6ab62; 21 | font-family: Teko, Arial; 22 | font-size: 200%; 23 | background: -webkit-linear-gradient(#f9deae, #a87215); 24 | -webkit-background-clip: text; 25 | -webkit-text-fill-color: transparent; 26 | } 27 | 28 | .md a:link, .md a:visited{ 29 | color:#6dafff; 30 | font-family: Arial, Helvetica, "sans serif"; 31 | } 32 | 33 | .md hr { 34 | height: 0px; 35 | border: none; 36 | border-top: 0.1pt solid #777; 37 | } 38 | 39 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 40 | color: #bc9249; 41 | border-color: #bc9249; 42 | font-family: Teko, Arial; 43 | font-size: 150%; 44 | padding-bottom: 0px; 45 | } 46 | 47 | @media screen { 48 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 49 | background: -webkit-linear-gradient(#f9deae, #a87215); 50 | -webkit-background-clip: text; 51 | -webkit-text-fill-color: transparent; 52 | } 53 | } 54 | 55 | .md svg.diagram { 56 | stroke: #ccc; 57 | fill: #ccc; 58 | } 59 | 60 | .md svg.diagram .opendot { 61 | fill: #000; 62 | } 63 | 64 | .md .listing { 65 | background: #ddd; 66 | } 67 | 68 | .md .tilde code { 69 | color: #000; 70 | } 71 | 72 | .md .backtick code { 73 | color: #000; 74 | } 75 | 76 | div.markdeepFooter, div.markdeepFooter a { 77 | color: #bc9249 !important; 78 | } 79 | 80 | b, em.asterisk { 81 | font-style: normal; font-weight: bold; 82 | } 83 | 84 | @media screen { 85 | b, em.asterisk { 86 | color: #CBA; 87 | } 88 | } 89 | 90 | a em.asterisk { 91 | color: #6dafff; 92 | } 93 | 94 | .md h2, .md .nonumberh2 { 95 | font-size: 125% 96 | } 97 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 98 | font-size: 115% 99 | } 100 | 101 | @media screen { 102 | .md table.table td { 103 | border: 1px solid #513302; 104 | } 105 | 106 | .md table.table th { 107 | background: #af730c; 108 | background: -webkit-linear-gradient(#d3a658, #af730c); 109 | border: none; 110 | } 111 | 112 | .md table.table th:last-child { 113 | border-right: 1px solid #845509; 114 | } 115 | 116 | .md table.table tr:nth-child(even) { 117 | background-color: #231601; 118 | } 119 | } 120 | -------------------------------------------------------------------------------- /1.12/dark.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | 8 | @import url('https://fonts.googleapis.com/css?family=Teko:700'); 9 | 10 | @media screen { 11 | body#md { 12 | background: #000; 13 | color: #ccc; 14 | font-family: Arial, Helvetica, "sans serif"; 15 | text-align: left; 16 | } 17 | } 18 | 19 | .md div.title { 20 | color: #d6ab62; 21 | font-family: Teko, Arial; 22 | font-size: 200%; 23 | background: -webkit-linear-gradient(#f9deae, #a87215); 24 | -webkit-background-clip: text; 25 | -webkit-text-fill-color: transparent; 26 | } 27 | 28 | .md a:link, .md a:visited{ 29 | color:#6dafff; 30 | font-family: Arial, Helvetica, "sans serif"; 31 | } 32 | 33 | .md hr { 34 | height: 0px; 35 | border: none; 36 | border-top: 0.1pt solid #777; 37 | } 38 | 39 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 40 | color: #bc9249; 41 | border-color: #bc9249; 42 | font-family: Teko, Arial; 43 | font-size: 150%; 44 | padding-bottom: 0px; 45 | } 46 | 47 | @media screen { 48 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 49 | background: -webkit-linear-gradient(#f9deae, #a87215); 50 | -webkit-background-clip: text; 51 | -webkit-text-fill-color: transparent; 52 | } 53 | } 54 | 55 | .md svg.diagram { 56 | stroke: #ccc; 57 | fill: #ccc; 58 | } 59 | 60 | .md svg.diagram .opendot { 61 | fill: #000; 62 | } 63 | 64 | .md .listing { 65 | background: #ddd; 66 | } 67 | 68 | .md .tilde code { 69 | color: #000; 70 | } 71 | 72 | .md .backtick code { 73 | color: #000; 74 | } 75 | 76 | div.markdeepFooter, div.markdeepFooter a { 77 | color: #bc9249 !important; 78 | } 79 | 80 | b, em.asterisk { 81 | font-style: normal; font-weight: bold; 82 | } 83 | 84 | @media screen { 85 | b, em.asterisk { 86 | color: #CBA; 87 | } 88 | } 89 | 90 | a em.asterisk { 91 | color: #6dafff; 92 | } 93 | 94 | .md h2, .md .nonumberh2 { 95 | font-size: 125% 96 | } 97 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 98 | font-size: 115% 99 | } 100 | 101 | @media screen { 102 | .md table.table td { 103 | border: 1px solid #513302; 104 | } 105 | 106 | .md table.table th { 107 | background: #af730c; 108 | background: -webkit-linear-gradient(#d3a658, #af730c); 109 | border: none; 110 | } 111 | 112 | .md table.table th:last-child { 113 | border-right: 1px solid #845509; 114 | } 115 | 116 | .md table.table tr:nth-child(even) { 117 | background-color: #231601; 118 | } 119 | } 120 | -------------------------------------------------------------------------------- /1.13/dark.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | 8 | @import url('https://fonts.googleapis.com/css?family=Teko:700'); 9 | 10 | @media screen { 11 | body#md { 12 | background: #000; 13 | color: #ccc; 14 | font-family: Arial, Helvetica, "sans serif"; 15 | text-align: left; 16 | } 17 | } 18 | 19 | .md div.title { 20 | color: #d6ab62; 21 | font-family: Teko, Arial; 22 | font-size: 200%; 23 | background: -webkit-linear-gradient(#f9deae, #a87215); 24 | -webkit-background-clip: text; 25 | -webkit-text-fill-color: transparent; 26 | } 27 | 28 | .md a:link, .md a:visited{ 29 | color:#6dafff; 30 | font-family: Arial, Helvetica, "sans serif"; 31 | } 32 | 33 | .md hr { 34 | height: 0px; 35 | border: none; 36 | border-top: 0.1pt solid #777; 37 | } 38 | 39 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 40 | color: #bc9249; 41 | border-color: #bc9249; 42 | font-family: Teko, Arial; 43 | font-size: 150%; 44 | padding-bottom: 0px; 45 | } 46 | 47 | @media screen { 48 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 49 | background: -webkit-linear-gradient(#f9deae, #a87215); 50 | -webkit-background-clip: text; 51 | -webkit-text-fill-color: transparent; 52 | } 53 | } 54 | 55 | .md svg.diagram { 56 | stroke: #ccc; 57 | fill: #ccc; 58 | } 59 | 60 | .md svg.diagram .opendot { 61 | fill: #000; 62 | } 63 | 64 | .md .listing { 65 | background: #ddd; 66 | } 67 | 68 | .md .tilde code { 69 | color: #000; 70 | } 71 | 72 | .md .backtick code { 73 | color: #000; 74 | } 75 | 76 | div.markdeepFooter, div.markdeepFooter a { 77 | color: #bc9249 !important; 78 | } 79 | 80 | b, em.asterisk { 81 | font-style: normal; font-weight: bold; 82 | } 83 | 84 | @media screen { 85 | b, em.asterisk { 86 | color: #CBA; 87 | } 88 | } 89 | 90 | a em.asterisk { 91 | color: #6dafff; 92 | } 93 | 94 | .md h2, .md .nonumberh2 { 95 | font-size: 125% 96 | } 97 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 98 | font-size: 115% 99 | } 100 | 101 | @media screen { 102 | .md table.table td { 103 | border: 1px solid #513302; 104 | } 105 | 106 | .md table.table th { 107 | background: #af730c; 108 | background: -webkit-linear-gradient(#d3a658, #af730c); 109 | border: none; 110 | } 111 | 112 | .md table.table th:last-child { 113 | border-right: 1px solid #845509; 114 | } 115 | 116 | .md table.table tr:nth-child(even) { 117 | background-color: #231601; 118 | } 119 | } 120 | -------------------------------------------------------------------------------- /1.14/dark.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | 8 | @import url('https://fonts.googleapis.com/css?family=Teko:700'); 9 | 10 | @media screen { 11 | body#md { 12 | background: #000; 13 | color: #ccc; 14 | font-family: Arial, Helvetica, "sans serif"; 15 | text-align: left; 16 | } 17 | } 18 | 19 | .md div.title { 20 | color: #d6ab62; 21 | font-family: Teko, Arial; 22 | font-size: 200%; 23 | background: -webkit-linear-gradient(#f9deae, #a87215); 24 | -webkit-background-clip: text; 25 | -webkit-text-fill-color: transparent; 26 | } 27 | 28 | .md a:link, .md a:visited{ 29 | color:#6dafff; 30 | font-family: Arial, Helvetica, "sans serif"; 31 | } 32 | 33 | .md hr { 34 | height: 0px; 35 | border: none; 36 | border-top: 0.1pt solid #777; 37 | } 38 | 39 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 40 | color: #bc9249; 41 | border-color: #bc9249; 42 | font-family: Teko, Arial; 43 | font-size: 150%; 44 | padding-bottom: 0px; 45 | } 46 | 47 | @media screen { 48 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 49 | background: -webkit-linear-gradient(#f9deae, #a87215); 50 | -webkit-background-clip: text; 51 | -webkit-text-fill-color: transparent; 52 | } 53 | } 54 | 55 | .md svg.diagram { 56 | stroke: #ccc; 57 | fill: #ccc; 58 | } 59 | 60 | .md svg.diagram .opendot { 61 | fill: #000; 62 | } 63 | 64 | .md .listing { 65 | background: #ddd; 66 | } 67 | 68 | .md .tilde code { 69 | color: #000; 70 | } 71 | 72 | .md .backtick code { 73 | color: #000; 74 | } 75 | 76 | div.markdeepFooter, div.markdeepFooter a { 77 | color: #bc9249 !important; 78 | } 79 | 80 | b, em.asterisk { 81 | font-style: normal; font-weight: bold; 82 | } 83 | 84 | @media screen { 85 | b, em.asterisk { 86 | color: #CBA; 87 | } 88 | } 89 | 90 | a em.asterisk { 91 | color: #6dafff; 92 | } 93 | 94 | .md h2, .md .nonumberh2 { 95 | font-size: 125% 96 | } 97 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 98 | font-size: 115% 99 | } 100 | 101 | @media screen { 102 | .md table.table td { 103 | border: 1px solid #513302; 104 | } 105 | 106 | .md table.table th { 107 | background: #af730c; 108 | background: -webkit-linear-gradient(#d3a658, #af730c); 109 | border: none; 110 | } 111 | 112 | .md table.table th:last-child { 113 | border-right: 1px solid #845509; 114 | } 115 | 116 | .md table.table tr:nth-child(even) { 117 | background-color: #231601; 118 | } 119 | } 120 | -------------------------------------------------------------------------------- /latest/dark.css: -------------------------------------------------------------------------------- 1 | /* Style sheet for Markdeep that corresponds closely to the default Latex article format 2 | Put the following in your Markdeep document to use this: 3 | 4 | 5 | */ 6 | 7 | 8 | @import url('https://fonts.googleapis.com/css?family=Teko:700'); 9 | 10 | @media screen { 11 | body#md { 12 | background: #000; 13 | color: #ccc; 14 | font-family: Arial, Helvetica, "sans serif"; 15 | text-align: left; 16 | } 17 | } 18 | 19 | .md div.title { 20 | color: #d6ab62; 21 | font-family: Teko, Arial; 22 | font-size: 200%; 23 | background: -webkit-linear-gradient(#f9deae, #a87215); 24 | -webkit-background-clip: text; 25 | -webkit-text-fill-color: transparent; 26 | } 27 | 28 | .md a:link, .md a:visited{ 29 | color:#6dafff; 30 | font-family: Arial, Helvetica, "sans serif"; 31 | } 32 | 33 | .md hr { 34 | height: 0px; 35 | border: none; 36 | border-top: 0.1pt solid #777; 37 | } 38 | 39 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 40 | color: #bc9249; 41 | border-color: #bc9249; 42 | font-family: Teko, Arial; 43 | font-size: 150%; 44 | padding-bottom: 0px; 45 | } 46 | 47 | @media screen { 48 | .md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 49 | background: -webkit-linear-gradient(#f9deae, #a87215); 50 | -webkit-background-clip: text; 51 | -webkit-text-fill-color: transparent; 52 | } 53 | } 54 | 55 | .md svg.diagram { 56 | stroke: #ccc; 57 | fill: #ccc; 58 | } 59 | 60 | .md svg.diagram .opendot { 61 | fill: #000; 62 | } 63 | 64 | .md .listing { 65 | background: #ddd; 66 | } 67 | 68 | .md .tilde code { 69 | color: #000; 70 | } 71 | 72 | .md .backtick code { 73 | color: #000; 74 | } 75 | 76 | div.markdeepFooter, div.markdeepFooter a { 77 | color: #bc9249 !important; 78 | } 79 | 80 | b, em.asterisk { 81 | font-style: normal; font-weight: bold; 82 | } 83 | 84 | @media screen { 85 | b, em.asterisk { 86 | color: #CBA; 87 | } 88 | } 89 | 90 | a em.asterisk { 91 | color: #6dafff; 92 | } 93 | 94 | .md h2, .md .nonumberh2 { 95 | font-size: 125% 96 | } 97 | .md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { 98 | font-size: 115% 99 | } 100 | 101 | @media screen { 102 | .md table.table td { 103 | border: 1px solid #513302; 104 | } 105 | 106 | .md table.table th { 107 | background: #af730c; 108 | background: -webkit-linear-gradient(#d3a658, #af730c); 109 | border: none; 110 | } 111 | 112 | .md table.table th:last-child { 113 | border-right: 1px solid #845509; 114 | } 115 | 116 | .md table.table tr:nth-child(even) { 117 | background-color: #231601; 118 | } 119 | } 120 | -------------------------------------------------------------------------------- /0.19/slides.css: -------------------------------------------------------------------------------- 1 | /* Request lanscape from the printer/browser */ 2 | @page { 3 | size: landscape; 4 | margin-bottom: 100px; 5 | } 6 | 7 | .md div.title { 8 | margin-top: 250px; 9 | margin-bottom: 40px; 10 | font-size: 50px; 11 | font-weight: bold; 12 | counter-increment: page; 13 | } 14 | 15 | .md div.subtitle { 16 | font-size: 30px; 17 | } 18 | 19 | .md hr { 20 | page-break-before: always; 21 | } 22 | 23 | body { 24 | width: 900px; 25 | max-width: 100%; 26 | font-size: 25px; 27 | padding: 40px; 28 | counter-reset: page; 29 | --accent-color: #F61; 30 | } 31 | 32 | /* Disable section numbering */ 33 | .md h1:before {content: ""} 34 | .md h2:before {content: ""} 35 | 36 | .md svg.diagram { 37 | zoom: 150%; 38 | } 39 | 40 | /* Sections become presentation sections */ 41 | .md h1, .md .nonumberh1 { 42 | page-break-before: always; 43 | width: 1100px; 44 | text-align: center; 45 | margin-top: 20px; 46 | margin-bottom: 20px; 47 | padding-top: 300px; 48 | padding-bottom: 20px; 49 | border: none; 50 | color: var(--accent-color); 51 | margin-left: -100px; 52 | margin-right:-100px; 53 | font-size: 50px; 54 | counter-increment: page; 55 | } 56 | 57 | /* Subsections become slides */ 58 | .md h2, .md .nonumberh2 { 59 | page-break-before: always; 60 | width: 1100px; 61 | text-align: center; 62 | background: var(--accent-color); 63 | color: #FFF; 64 | margin-top: 100px; 65 | margin-bottom: 50px; 66 | padding-top: 20px; 67 | padding-bottom: 20px; 68 | border: none; 69 | margin-left: -100px; 70 | margin-right:-100px; 71 | font-size: 34px; 72 | counter-increment: page; 73 | } 74 | 75 | @media print{ 76 | footer { 77 | position: fixed; 78 | bottom: 0; 79 | right: 0; 80 | color: #AAA; 81 | font-size: 50%; 82 | } 83 | } 84 | 85 | @media screen { 86 | footer { display: none } 87 | 88 | .md h1, .md .nonumberh1 { 89 | /* Show slide divisions */ 90 | border-top: 1px solid black; 91 | } 92 | } 93 | 94 | /* Hide HR in printing */ 95 | @media print { 96 | .md hr { 97 | visibility: hidden; 98 | } 99 | } 100 | 101 | .md hr { 102 | counter-increment: page; 103 | } 104 | 105 | .md code { 106 | font-size: 100%; 107 | } 108 | 109 | .md pre.listing { 110 | font-size: 80%; 111 | border: 1px solid #CCC; 112 | } 113 | 114 | .md strong, .md b { 115 | color: var(--accent-color); 116 | } 117 | 118 | .md table { 119 | font-size: 100%; 120 | background-color: #eee; 121 | } 122 | 123 | .md table.table td { 124 | border: none; 125 | } 126 | 127 | .md table.table th { 128 | background-color: black; 129 | color: white; 130 | border: none; 131 | font-family: Verdana,Helvetica,Arial,sans-serif; 132 | } 133 | 134 | .md table.table th + th { 135 | border-left: 3px solid white; 136 | } 137 | 138 | .md table.table td + td { 139 | border-left: 3px solid white; 140 | } 141 | 142 | .md table.table tr:nth-child(n) { 143 | background-color: none; 144 | } 145 | 146 | -------------------------------------------------------------------------------- /0.20/slides.css: -------------------------------------------------------------------------------- 1 | /* Request lanscape from the printer/browser */ 2 | @page { 3 | size: landscape; 4 | margin-bottom: 100px; 5 | } 6 | 7 | .md div.title { 8 | margin-top: 250px; 9 | margin-bottom: 40px; 10 | font-size: 50px; 11 | font-weight: bold; 12 | counter-increment: page; 13 | } 14 | 15 | .md div.subtitle { 16 | font-size: 30px; 17 | } 18 | 19 | .md hr { 20 | page-break-before: always; 21 | } 22 | 23 | body { 24 | width: 900px; 25 | max-width: 100%; 26 | font-size: 25px; 27 | padding: 40px; 28 | counter-reset: page; 29 | --accent-color: #F61; 30 | } 31 | 32 | /* Disable section numbering */ 33 | .md h1:before {content: ""} 34 | .md h2:before {content: ""} 35 | 36 | .md svg.diagram { 37 | zoom: 150%; 38 | } 39 | 40 | /* Sections become presentation sections */ 41 | .md h1, .md .nonumberh1 { 42 | page-break-before: always; 43 | width: 1100px; 44 | text-align: center; 45 | margin-top: 20px; 46 | margin-bottom: 20px; 47 | padding-top: 300px; 48 | padding-bottom: 20px; 49 | border: none; 50 | color: var(--accent-color); 51 | margin-left: -100px; 52 | margin-right:-100px; 53 | font-size: 50px; 54 | counter-increment: page; 55 | } 56 | 57 | /* Subsections become slides */ 58 | .md h2, .md .nonumberh2 { 59 | page-break-before: always; 60 | width: 1100px; 61 | text-align: center; 62 | background: var(--accent-color); 63 | color: #FFF; 64 | margin-top: 100px; 65 | margin-bottom: 50px; 66 | padding-top: 20px; 67 | padding-bottom: 20px; 68 | border: none; 69 | margin-left: -100px; 70 | margin-right:-100px; 71 | font-size: 34px; 72 | counter-increment: page; 73 | } 74 | 75 | @media print{ 76 | footer { 77 | position: fixed; 78 | bottom: 0; 79 | right: 0; 80 | color: #AAA; 81 | font-size: 50%; 82 | } 83 | } 84 | 85 | @media screen { 86 | footer { display: none } 87 | 88 | .md h1, .md .nonumberh1 { 89 | /* Show slide divisions */ 90 | border-top: 1px solid black; 91 | } 92 | } 93 | 94 | /* Hide HR in printing */ 95 | @media print { 96 | .md hr { 97 | visibility: hidden; 98 | } 99 | } 100 | 101 | .md hr { 102 | counter-increment: page; 103 | } 104 | 105 | .md code { 106 | font-size: 100%; 107 | } 108 | 109 | .md pre.listing { 110 | font-size: 80%; 111 | border: 1px solid #CCC; 112 | } 113 | 114 | .md strong, .md b { 115 | color: var(--accent-color); 116 | } 117 | 118 | .md table { 119 | font-size: 100%; 120 | background-color: #eee; 121 | } 122 | 123 | .md table.table td { 124 | border: none; 125 | } 126 | 127 | .md table.table th { 128 | background-color: black; 129 | color: white; 130 | border: none; 131 | font-family: Verdana,Helvetica,Arial,sans-serif; 132 | } 133 | 134 | .md table.table th + th { 135 | border-left: 3px solid white; 136 | } 137 | 138 | .md table.table td + td { 139 | border-left: 3px solid white; 140 | } 141 | 142 | .md table.table tr:nth-child(n) { 143 | background-color: none; 144 | } 145 | 146 | -------------------------------------------------------------------------------- /0.21/slides.css: -------------------------------------------------------------------------------- 1 | /* Request lanscape from the printer/browser */ 2 | @page { 3 | size: landscape; 4 | margin-bottom: 100px; 5 | } 6 | 7 | .md div.title { 8 | margin-top: 250px; 9 | margin-bottom: 40px; 10 | font-size: 50px; 11 | font-weight: bold; 12 | counter-increment: page; 13 | } 14 | 15 | .md div.subtitle { 16 | font-size: 30px; 17 | } 18 | 19 | .md hr { 20 | page-break-before: always; 21 | } 22 | 23 | body { 24 | width: 900px; 25 | max-width: 100%; 26 | font-size: 25px; 27 | padding: 40px; 28 | counter-reset: page; 29 | --accent-color: #F61; 30 | } 31 | 32 | /* Disable section numbering */ 33 | .md h1:before {content: ""} 34 | .md h2:before {content: ""} 35 | 36 | .md svg.diagram { 37 | zoom: 150%; 38 | } 39 | 40 | /* Sections become presentation sections */ 41 | .md h1, .md .nonumberh1 { 42 | page-break-before: always; 43 | width: 1100px; 44 | text-align: center; 45 | margin-top: 20px; 46 | margin-bottom: 20px; 47 | padding-top: 300px; 48 | padding-bottom: 20px; 49 | border: none; 50 | color: var(--accent-color); 51 | margin-left: -100px; 52 | margin-right:-100px; 53 | font-size: 50px; 54 | counter-increment: page; 55 | } 56 | 57 | /* Subsections become slides */ 58 | .md h2, .md .nonumberh2 { 59 | page-break-before: always; 60 | width: 1100px; 61 | text-align: center; 62 | background: var(--accent-color); 63 | color: #FFF; 64 | margin-top: 100px; 65 | margin-bottom: 50px; 66 | padding-top: 20px; 67 | padding-bottom: 20px; 68 | border: none; 69 | margin-left: -100px; 70 | margin-right:-100px; 71 | font-size: 34px; 72 | counter-increment: page; 73 | } 74 | 75 | @media print{ 76 | footer { 77 | position: fixed; 78 | bottom: 0; 79 | right: 0; 80 | color: #AAA; 81 | font-size: 50%; 82 | } 83 | } 84 | 85 | @media screen { 86 | footer { display: none } 87 | 88 | .md h1, .md .nonumberh1 { 89 | /* Show slide divisions */ 90 | border-top: 1px solid black; 91 | } 92 | } 93 | 94 | /* Hide HR in printing */ 95 | @media print { 96 | .md hr { 97 | visibility: hidden; 98 | } 99 | } 100 | 101 | .md hr { 102 | counter-increment: page; 103 | } 104 | 105 | .md code { 106 | font-size: 100%; 107 | } 108 | 109 | .md pre.listing { 110 | font-size: 80%; 111 | border: 1px solid #CCC; 112 | } 113 | 114 | .md strong, .md b { 115 | color: var(--accent-color); 116 | } 117 | 118 | .md table { 119 | font-size: 100%; 120 | background-color: #eee; 121 | } 122 | 123 | .md table.table td { 124 | border: none; 125 | } 126 | 127 | .md table.table th { 128 | background-color: black; 129 | color: white; 130 | border: none; 131 | font-family: Verdana,Helvetica,Arial,sans-serif; 132 | } 133 | 134 | .md table.table th + th { 135 | border-left: 3px solid white; 136 | } 137 | 138 | .md table.table td + td { 139 | border-left: 3px solid white; 140 | } 141 | 142 | .md table.table tr:nth-child(n) { 143 | background-color: none; 144 | } 145 | 146 | -------------------------------------------------------------------------------- /0.22/slides.css: -------------------------------------------------------------------------------- 1 | /* Request lanscape from the printer/browser */ 2 | @page { 3 | size: landscape; 4 | margin-bottom: 100px; 5 | } 6 | 7 | .md div.title { 8 | margin-top: 250px; 9 | margin-bottom: 40px; 10 | font-size: 50px; 11 | font-weight: bold; 12 | counter-increment: page; 13 | } 14 | 15 | .md div.subtitle { 16 | font-size: 30px; 17 | } 18 | 19 | .md hr { 20 | page-break-before: always; 21 | } 22 | 23 | body { 24 | width: 900px; 25 | max-width: 100%; 26 | font-size: 25px; 27 | padding: 40px; 28 | counter-reset: page; 29 | --accent-color: #F61; 30 | } 31 | 32 | /* Disable section numbering */ 33 | .md h1:before {content: ""} 34 | .md h2:before {content: ""} 35 | 36 | .md svg.diagram { 37 | zoom: 150%; 38 | } 39 | 40 | /* Sections become presentation sections */ 41 | .md h1, .md .nonumberh1 { 42 | page-break-before: always; 43 | width: 1100px; 44 | text-align: center; 45 | margin-top: 20px; 46 | margin-bottom: 20px; 47 | padding-top: 300px; 48 | padding-bottom: 20px; 49 | border: none; 50 | color: var(--accent-color); 51 | margin-left: -100px; 52 | margin-right:-100px; 53 | font-size: 50px; 54 | counter-increment: page; 55 | } 56 | 57 | /* Subsections become slides */ 58 | .md h2, .md .nonumberh2 { 59 | page-break-before: always; 60 | width: 1100px; 61 | text-align: center; 62 | background: var(--accent-color); 63 | color: #FFF; 64 | margin-top: 100px; 65 | margin-bottom: 50px; 66 | padding-top: 20px; 67 | padding-bottom: 20px; 68 | border: none; 69 | margin-left: -100px; 70 | margin-right:-100px; 71 | font-size: 34px; 72 | counter-increment: page; 73 | } 74 | 75 | @media print{ 76 | footer { 77 | position: fixed; 78 | bottom: 0; 79 | right: 0; 80 | color: #AAA; 81 | font-size: 50%; 82 | } 83 | } 84 | 85 | @media screen { 86 | footer { display: none } 87 | 88 | .md h1, .md .nonumberh1 { 89 | /* Show slide divisions */ 90 | border-top: 1px solid black; 91 | } 92 | } 93 | 94 | /* Hide HR in printing */ 95 | @media print { 96 | .md hr { 97 | visibility: hidden; 98 | } 99 | } 100 | 101 | .md hr { 102 | counter-increment: page; 103 | } 104 | 105 | .md code { 106 | font-size: 100%; 107 | } 108 | 109 | .md pre.listing { 110 | font-size: 80%; 111 | border: 1px solid #CCC; 112 | } 113 | 114 | .md strong, .md b { 115 | color: var(--accent-color); 116 | } 117 | 118 | .md table { 119 | font-size: 100%; 120 | background-color: #eee; 121 | } 122 | 123 | .md table.table td { 124 | border: none; 125 | } 126 | 127 | .md table.table th { 128 | background-color: black; 129 | color: white; 130 | border: none; 131 | font-family: Verdana,Helvetica,Arial,sans-serif; 132 | } 133 | 134 | .md table.table th + th { 135 | border-left: 3px solid white; 136 | } 137 | 138 | .md table.table td + td { 139 | border-left: 3px solid white; 140 | } 141 | 142 | .md table.table tr:nth-child(n) { 143 | background-color: none; 144 | } 145 | 146 | -------------------------------------------------------------------------------- /0.23/slides.css: -------------------------------------------------------------------------------- 1 | /* Request lanscape from the printer/browser */ 2 | @page { 3 | size: landscape; 4 | margin-bottom: 100px; 5 | } 6 | 7 | .md div.title { 8 | margin-top: 250px; 9 | margin-bottom: 40px; 10 | font-size: 50px; 11 | font-weight: bold; 12 | counter-increment: page; 13 | } 14 | 15 | .md div.subtitle { 16 | font-size: 30px; 17 | } 18 | 19 | .md hr { 20 | page-break-before: always; 21 | } 22 | 23 | body { 24 | width: 900px; 25 | max-width: 100%; 26 | font-size: 25px; 27 | padding: 40px; 28 | counter-reset: page; 29 | --accent-color: #F61; 30 | } 31 | 32 | /* Disable section numbering */ 33 | .md h1:before {content: ""} 34 | .md h2:before {content: ""} 35 | 36 | .md svg.diagram { 37 | zoom: 150%; 38 | } 39 | 40 | /* Sections become presentation sections */ 41 | .md h1, .md .nonumberh1 { 42 | page-break-before: always; 43 | width: 1100px; 44 | text-align: center; 45 | margin-top: 20px; 46 | margin-bottom: 20px; 47 | padding-top: 300px; 48 | padding-bottom: 20px; 49 | border: none; 50 | color: var(--accent-color); 51 | margin-left: -100px; 52 | margin-right:-100px; 53 | font-size: 50px; 54 | counter-increment: page; 55 | } 56 | 57 | /* Subsections become slides */ 58 | .md h2, .md .nonumberh2 { 59 | page-break-before: always; 60 | width: 1100px; 61 | text-align: center; 62 | background: var(--accent-color); 63 | color: #FFF; 64 | margin-top: 100px; 65 | margin-bottom: 50px; 66 | padding-top: 20px; 67 | padding-bottom: 20px; 68 | border: none; 69 | margin-left: -100px; 70 | margin-right:-100px; 71 | font-size: 34px; 72 | counter-increment: page; 73 | } 74 | 75 | @media print{ 76 | footer { 77 | position: fixed; 78 | bottom: 0; 79 | right: 0; 80 | color: #AAA; 81 | font-size: 50%; 82 | } 83 | } 84 | 85 | @media screen { 86 | footer { display: none } 87 | 88 | .md h1, .md .nonumberh1 { 89 | /* Show slide divisions */ 90 | border-top: 1px solid black; 91 | } 92 | } 93 | 94 | /* Hide HR in printing */ 95 | @media print { 96 | .md hr { 97 | visibility: hidden; 98 | } 99 | } 100 | 101 | .md hr { 102 | counter-increment: page; 103 | } 104 | 105 | .md code { 106 | font-size: 100%; 107 | } 108 | 109 | .md pre.listing { 110 | font-size: 80%; 111 | border: 1px solid #CCC; 112 | } 113 | 114 | .md strong, .md b { 115 | color: var(--accent-color); 116 | } 117 | 118 | .md table { 119 | font-size: 100%; 120 | background-color: #eee; 121 | } 122 | 123 | .md table.table td { 124 | border: none; 125 | } 126 | 127 | .md table.table th { 128 | background-color: black; 129 | color: white; 130 | border: none; 131 | font-family: Verdana,Helvetica,Arial,sans-serif; 132 | } 133 | 134 | .md table.table th + th { 135 | border-left: 3px solid white; 136 | } 137 | 138 | .md table.table td + td { 139 | border-left: 3px solid white; 140 | } 141 | 142 | .md table.table tr:nth-child(n) { 143 | background-color: none; 144 | } 145 | 146 | -------------------------------------------------------------------------------- /1.00/slides.css: -------------------------------------------------------------------------------- 1 | /* Request lanscape from the printer/browser */ 2 | @page { 3 | size: landscape; 4 | margin-bottom: 100px; 5 | } 6 | 7 | .md div.title { 8 | margin-top: 250px; 9 | margin-bottom: 40px; 10 | font-size: 50px; 11 | font-weight: bold; 12 | counter-increment: page; 13 | } 14 | 15 | .md div.subtitle { 16 | font-size: 30px; 17 | } 18 | 19 | .md hr { 20 | page-break-before: always; 21 | } 22 | 23 | body { 24 | width: 900px; 25 | max-width: 100%; 26 | font-size: 25px; 27 | padding: 40px; 28 | counter-reset: page; 29 | --accent-color: #F61; 30 | } 31 | 32 | /* Disable section numbering */ 33 | .md h1:before {content: ""} 34 | .md h2:before {content: ""} 35 | 36 | .md svg.diagram { 37 | zoom: 150%; 38 | } 39 | 40 | /* Sections become presentation sections */ 41 | .md h1, .md .nonumberh1 { 42 | page-break-before: always; 43 | width: 1100px; 44 | text-align: center; 45 | margin-top: 20px; 46 | margin-bottom: 20px; 47 | padding-top: 300px; 48 | padding-bottom: 20px; 49 | border: none; 50 | color: var(--accent-color); 51 | margin-left: -100px; 52 | margin-right:-100px; 53 | font-size: 50px; 54 | counter-increment: page; 55 | } 56 | 57 | /* Subsections become slides */ 58 | .md h2, .md .nonumberh2 { 59 | page-break-before: always; 60 | width: 1100px; 61 | text-align: center; 62 | background: var(--accent-color); 63 | color: #FFF; 64 | margin-top: 100px; 65 | margin-bottom: 50px; 66 | padding-top: 20px; 67 | padding-bottom: 20px; 68 | border: none; 69 | margin-left: -100px; 70 | margin-right:-100px; 71 | font-size: 34px; 72 | counter-increment: page; 73 | } 74 | 75 | @media print{ 76 | footer { 77 | position: fixed; 78 | bottom: 0; 79 | right: 0; 80 | color: #AAA; 81 | font-size: 50%; 82 | } 83 | } 84 | 85 | @media screen { 86 | footer { display: none } 87 | 88 | .md h1, .md .nonumberh1 { 89 | /* Show slide divisions */ 90 | border-top: 1px solid black; 91 | } 92 | } 93 | 94 | /* Hide HR in printing */ 95 | @media print { 96 | .md hr { 97 | visibility: hidden; 98 | } 99 | } 100 | 101 | .md hr { 102 | counter-increment: page; 103 | } 104 | 105 | .md code { 106 | font-size: 100%; 107 | } 108 | 109 | .md pre.listing { 110 | font-size: 80%; 111 | border: 1px solid #CCC; 112 | } 113 | 114 | .md strong, .md b { 115 | color: var(--accent-color); 116 | } 117 | 118 | .md table { 119 | font-size: 100%; 120 | background-color: #eee; 121 | } 122 | 123 | .md table.table td { 124 | border: none; 125 | } 126 | 127 | .md table.table th { 128 | background-color: black; 129 | color: white; 130 | border: none; 131 | font-family: Verdana,Helvetica,Arial,sans-serif; 132 | } 133 | 134 | .md table.table th + th { 135 | border-left: 3px solid white; 136 | } 137 | 138 | .md table.table td + td { 139 | border-left: 3px solid white; 140 | } 141 | 142 | .md table.table tr:nth-child(n) { 143 | background-color: none; 144 | } 145 | 146 | -------------------------------------------------------------------------------- /1.01/slides.css: -------------------------------------------------------------------------------- 1 | /* Request lanscape from the printer/browser */ 2 | @page { 3 | size: landscape; 4 | margin-bottom: 100px; 5 | } 6 | 7 | .md div.title { 8 | margin-top: 250px; 9 | margin-bottom: 40px; 10 | font-size: 50px; 11 | font-weight: bold; 12 | counter-increment: page; 13 | } 14 | 15 | .md div.subtitle { 16 | font-size: 30px; 17 | } 18 | 19 | .md hr { 20 | page-break-before: always; 21 | } 22 | 23 | body { 24 | width: 900px; 25 | max-width: 100%; 26 | font-size: 25px; 27 | padding: 40px; 28 | counter-reset: page; 29 | --accent-color: #F61; 30 | } 31 | 32 | /* Disable section numbering */ 33 | .md h1:before {content: ""} 34 | .md h2:before {content: ""} 35 | 36 | .md svg.diagram { 37 | zoom: 150%; 38 | } 39 | 40 | /* Sections become presentation sections */ 41 | .md h1, .md .nonumberh1 { 42 | page-break-before: always; 43 | width: 1100px; 44 | text-align: center; 45 | margin-top: 20px; 46 | margin-bottom: 20px; 47 | padding-top: 300px; 48 | padding-bottom: 20px; 49 | border: none; 50 | color: var(--accent-color); 51 | margin-left: -100px; 52 | margin-right:-100px; 53 | font-size: 50px; 54 | counter-increment: page; 55 | } 56 | 57 | /* Subsections become slides */ 58 | .md h2, .md .nonumberh2 { 59 | page-break-before: always; 60 | width: 1100px; 61 | text-align: center; 62 | background: var(--accent-color); 63 | color: #FFF; 64 | margin-top: 100px; 65 | margin-bottom: 50px; 66 | padding-top: 20px; 67 | padding-bottom: 20px; 68 | border: none; 69 | margin-left: -100px; 70 | margin-right:-100px; 71 | font-size: 34px; 72 | counter-increment: page; 73 | } 74 | 75 | @media print{ 76 | footer { 77 | position: fixed; 78 | bottom: 0; 79 | right: 0; 80 | color: #AAA; 81 | font-size: 50%; 82 | } 83 | } 84 | 85 | @media screen { 86 | footer { display: none } 87 | 88 | .md h1, .md .nonumberh1 { 89 | /* Show slide divisions */ 90 | border-top: 1px solid black; 91 | } 92 | } 93 | 94 | /* Hide HR in printing */ 95 | @media print { 96 | .md hr { 97 | visibility: hidden; 98 | } 99 | } 100 | 101 | .md hr { 102 | counter-increment: page; 103 | } 104 | 105 | .md code { 106 | font-size: 100%; 107 | } 108 | 109 | .md pre.listing { 110 | font-size: 80%; 111 | border: 1px solid #CCC; 112 | } 113 | 114 | .md strong, .md b { 115 | color: var(--accent-color); 116 | } 117 | 118 | .md table { 119 | font-size: 100%; 120 | background-color: #eee; 121 | } 122 | 123 | .md table.table td { 124 | border: none; 125 | } 126 | 127 | .md table.table th { 128 | background-color: black; 129 | color: white; 130 | border: none; 131 | font-family: Verdana,Helvetica,Arial,sans-serif; 132 | } 133 | 134 | .md table.table th + th { 135 | border-left: 3px solid white; 136 | } 137 | 138 | .md table.table td + td { 139 | border-left: 3px solid white; 140 | } 141 | 142 | .md table.table tr:nth-child(n) { 143 | background-color: none; 144 | } 145 | 146 | -------------------------------------------------------------------------------- /1.02/slides.css: -------------------------------------------------------------------------------- 1 | /* Request lanscape from the printer/browser */ 2 | @page { 3 | size: landscape; 4 | margin-bottom: 100px; 5 | } 6 | 7 | .md div.title { 8 | margin-top: 250px; 9 | margin-bottom: 40px; 10 | font-size: 50px; 11 | font-weight: bold; 12 | counter-increment: page; 13 | } 14 | 15 | .md div.subtitle { 16 | font-size: 30px; 17 | } 18 | 19 | .md hr { 20 | page-break-before: always; 21 | } 22 | 23 | body { 24 | width: 900px; 25 | max-width: 100%; 26 | font-size: 25px; 27 | padding: 40px; 28 | counter-reset: page; 29 | --accent-color: #F61; 30 | } 31 | 32 | /* Disable section numbering */ 33 | .md h1:before {content: ""} 34 | .md h2:before {content: ""} 35 | 36 | .md svg.diagram { 37 | zoom: 150%; 38 | } 39 | 40 | /* Sections become presentation sections */ 41 | .md h1, .md .nonumberh1 { 42 | page-break-before: always; 43 | width: 1100px; 44 | text-align: center; 45 | margin-top: 20px; 46 | margin-bottom: 20px; 47 | padding-top: 300px; 48 | padding-bottom: 20px; 49 | border: none; 50 | color: var(--accent-color); 51 | margin-left: -100px; 52 | margin-right:-100px; 53 | font-size: 50px; 54 | counter-increment: page; 55 | } 56 | 57 | /* Subsections become slides */ 58 | .md h2, .md .nonumberh2 { 59 | page-break-before: always; 60 | width: 1100px; 61 | text-align: center; 62 | background: var(--accent-color); 63 | color: #FFF; 64 | margin-top: 100px; 65 | margin-bottom: 50px; 66 | padding-top: 20px; 67 | padding-bottom: 20px; 68 | border: none; 69 | margin-left: -100px; 70 | margin-right:-100px; 71 | font-size: 34px; 72 | counter-increment: page; 73 | } 74 | 75 | @media print{ 76 | footer { 77 | position: fixed; 78 | bottom: 0; 79 | right: 0; 80 | color: #AAA; 81 | font-size: 50%; 82 | } 83 | } 84 | 85 | @media screen { 86 | footer { display: none } 87 | 88 | .md h1, .md .nonumberh1 { 89 | /* Show slide divisions */ 90 | border-top: 1px solid black; 91 | } 92 | } 93 | 94 | /* Hide HR in printing */ 95 | @media print { 96 | .md hr { 97 | visibility: hidden; 98 | } 99 | } 100 | 101 | .md hr { 102 | counter-increment: page; 103 | } 104 | 105 | .md code { 106 | font-size: 100%; 107 | } 108 | 109 | .md pre.listing { 110 | font-size: 80%; 111 | border: 1px solid #CCC; 112 | } 113 | 114 | .md strong, .md b { 115 | color: var(--accent-color); 116 | } 117 | 118 | .md table { 119 | font-size: 100%; 120 | background-color: #eee; 121 | } 122 | 123 | .md table.table td { 124 | border: none; 125 | } 126 | 127 | .md table.table th { 128 | background-color: black; 129 | color: white; 130 | border: none; 131 | font-family: Verdana,Helvetica,Arial,sans-serif; 132 | } 133 | 134 | .md table.table th + th { 135 | border-left: 3px solid white; 136 | } 137 | 138 | .md table.table td + td { 139 | border-left: 3px solid white; 140 | } 141 | 142 | .md table.table tr:nth-child(n) { 143 | background-color: none; 144 | } 145 | 146 | -------------------------------------------------------------------------------- /1.03/slides.css: -------------------------------------------------------------------------------- 1 | /* Request lanscape from the printer/browser */ 2 | @page { 3 | size: landscape; 4 | margin-bottom: 100px; 5 | } 6 | 7 | .md div.title { 8 | margin-top: 250px; 9 | margin-bottom: 40px; 10 | font-size: 50px; 11 | font-weight: bold; 12 | counter-increment: page; 13 | } 14 | 15 | .md div.subtitle { 16 | font-size: 30px; 17 | } 18 | 19 | .md hr { 20 | page-break-before: always; 21 | } 22 | 23 | body { 24 | width: 900px; 25 | max-width: 100%; 26 | font-size: 25px; 27 | padding: 40px; 28 | counter-reset: page; 29 | --accent-color: #F61; 30 | } 31 | 32 | /* Disable section numbering */ 33 | .md h1:before {content: ""} 34 | .md h2:before {content: ""} 35 | 36 | .md svg.diagram { 37 | zoom: 150%; 38 | } 39 | 40 | /* Sections become presentation sections */ 41 | .md h1, .md .nonumberh1 { 42 | page-break-before: always; 43 | width: 1100px; 44 | text-align: center; 45 | margin-top: 20px; 46 | margin-bottom: 20px; 47 | padding-top: 300px; 48 | padding-bottom: 20px; 49 | border: none; 50 | color: var(--accent-color); 51 | margin-left: -100px; 52 | margin-right:-100px; 53 | font-size: 50px; 54 | counter-increment: page; 55 | } 56 | 57 | /* Subsections become slides */ 58 | .md h2, .md .nonumberh2 { 59 | page-break-before: always; 60 | width: 1100px; 61 | text-align: center; 62 | background: var(--accent-color); 63 | color: #FFF; 64 | margin-top: 100px; 65 | margin-bottom: 50px; 66 | padding-top: 20px; 67 | padding-bottom: 20px; 68 | border: none; 69 | margin-left: -100px; 70 | margin-right:-100px; 71 | font-size: 34px; 72 | counter-increment: page; 73 | } 74 | 75 | @media print{ 76 | footer { 77 | position: fixed; 78 | bottom: 0; 79 | right: 0; 80 | color: #AAA; 81 | font-size: 50%; 82 | } 83 | } 84 | 85 | @media screen { 86 | footer { display: none } 87 | 88 | .md h1, .md .nonumberh1 { 89 | /* Show slide divisions */ 90 | border-top: 1px solid black; 91 | } 92 | } 93 | 94 | /* Hide HR in printing */ 95 | @media print { 96 | .md hr { 97 | visibility: hidden; 98 | } 99 | } 100 | 101 | .md hr { 102 | counter-increment: page; 103 | } 104 | 105 | .md code { 106 | font-size: 100%; 107 | } 108 | 109 | .md pre.listing { 110 | font-size: 80%; 111 | border: 1px solid #CCC; 112 | } 113 | 114 | .md strong, .md b { 115 | color: var(--accent-color); 116 | } 117 | 118 | .md table { 119 | font-size: 100%; 120 | background-color: #eee; 121 | } 122 | 123 | .md table.table td { 124 | border: none; 125 | } 126 | 127 | .md table.table th { 128 | background-color: black; 129 | color: white; 130 | border: none; 131 | font-family: Verdana,Helvetica,Arial,sans-serif; 132 | } 133 | 134 | .md table.table th + th { 135 | border-left: 3px solid white; 136 | } 137 | 138 | .md table.table td + td { 139 | border-left: 3px solid white; 140 | } 141 | 142 | .md table.table tr:nth-child(n) { 143 | background-color: none; 144 | } 145 | 146 | -------------------------------------------------------------------------------- /1.04/slides.css: -------------------------------------------------------------------------------- 1 | /* Request lanscape from the printer/browser */ 2 | @page { 3 | size: landscape; 4 | margin-bottom: 100px; 5 | } 6 | 7 | .md div.title { 8 | margin-top: 250px; 9 | margin-bottom: 40px; 10 | font-size: 50px; 11 | font-weight: bold; 12 | counter-increment: page; 13 | } 14 | 15 | .md div.subtitle { 16 | font-size: 30px; 17 | } 18 | 19 | .md hr { 20 | page-break-before: always; 21 | } 22 | 23 | body { 24 | width: 900px; 25 | max-width: 100%; 26 | font-size: 25px; 27 | padding: 40px; 28 | counter-reset: page; 29 | --accent-color: #F61; 30 | } 31 | 32 | /* Disable section numbering */ 33 | .md h1:before {content: ""} 34 | .md h2:before {content: ""} 35 | 36 | .md svg.diagram { 37 | zoom: 150%; 38 | } 39 | 40 | /* Sections become presentation sections */ 41 | .md h1, .md .nonumberh1 { 42 | page-break-before: always; 43 | width: 1100px; 44 | text-align: center; 45 | margin-top: 20px; 46 | margin-bottom: 20px; 47 | padding-top: 300px; 48 | padding-bottom: 20px; 49 | border: none; 50 | color: var(--accent-color); 51 | margin-left: -100px; 52 | margin-right:-100px; 53 | font-size: 50px; 54 | counter-increment: page; 55 | } 56 | 57 | /* Subsections become slides */ 58 | .md h2, .md .nonumberh2 { 59 | page-break-before: always; 60 | width: 1100px; 61 | text-align: center; 62 | background: var(--accent-color); 63 | color: #FFF; 64 | margin-top: 100px; 65 | margin-bottom: 50px; 66 | padding-top: 20px; 67 | padding-bottom: 20px; 68 | border: none; 69 | margin-left: -100px; 70 | margin-right:-100px; 71 | font-size: 34px; 72 | counter-increment: page; 73 | } 74 | 75 | @media print{ 76 | footer { 77 | position: fixed; 78 | bottom: 0; 79 | right: 0; 80 | color: #AAA; 81 | font-size: 50%; 82 | } 83 | } 84 | 85 | @media screen { 86 | footer { display: none } 87 | 88 | .md h1, .md .nonumberh1 { 89 | /* Show slide divisions */ 90 | border-top: 1px solid black; 91 | } 92 | } 93 | 94 | /* Hide HR in printing */ 95 | @media print { 96 | .md hr { 97 | visibility: hidden; 98 | } 99 | } 100 | 101 | .md hr { 102 | counter-increment: page; 103 | } 104 | 105 | .md code { 106 | font-size: 100%; 107 | } 108 | 109 | .md pre.listing { 110 | font-size: 80%; 111 | border: 1px solid #CCC; 112 | } 113 | 114 | .md strong, .md b { 115 | color: var(--accent-color); 116 | } 117 | 118 | .md table { 119 | font-size: 100%; 120 | background-color: #eee; 121 | } 122 | 123 | .md table.table td { 124 | border: none; 125 | } 126 | 127 | .md table.table th { 128 | background-color: black; 129 | color: white; 130 | border: none; 131 | font-family: Verdana,Helvetica,Arial,sans-serif; 132 | } 133 | 134 | .md table.table th + th { 135 | border-left: 3px solid white; 136 | } 137 | 138 | .md table.table td + td { 139 | border-left: 3px solid white; 140 | } 141 | 142 | .md table.table tr:nth-child(n) { 143 | background-color: none; 144 | } 145 | 146 | -------------------------------------------------------------------------------- /1.05/slides.css: -------------------------------------------------------------------------------- 1 | /* Request lanscape from the printer/browser */ 2 | @page { 3 | size: landscape; 4 | margin-bottom: 100px; 5 | } 6 | 7 | .md div.title { 8 | margin-top: 250px; 9 | margin-bottom: 40px; 10 | font-size: 50px; 11 | font-weight: bold; 12 | counter-increment: page; 13 | } 14 | 15 | .md div.subtitle { 16 | font-size: 30px; 17 | } 18 | 19 | .md hr { 20 | page-break-before: always; 21 | } 22 | 23 | body { 24 | width: 900px; 25 | max-width: 100%; 26 | font-size: 25px; 27 | padding: 40px; 28 | counter-reset: page; 29 | --accent-color: #F61; 30 | } 31 | 32 | /* Disable section numbering */ 33 | .md h1:before {content: ""} 34 | .md h2:before {content: ""} 35 | 36 | .md svg.diagram { 37 | zoom: 150%; 38 | } 39 | 40 | /* Sections become presentation sections */ 41 | .md h1, .md .nonumberh1 { 42 | page-break-before: always; 43 | width: 1100px; 44 | text-align: center; 45 | margin-top: 20px; 46 | margin-bottom: 20px; 47 | padding-top: 300px; 48 | padding-bottom: 20px; 49 | border: none; 50 | color: var(--accent-color); 51 | margin-left: -100px; 52 | margin-right:-100px; 53 | font-size: 50px; 54 | counter-increment: page; 55 | } 56 | 57 | /* Subsections become slides */ 58 | .md h2, .md .nonumberh2 { 59 | page-break-before: always; 60 | width: 1100px; 61 | text-align: center; 62 | background: var(--accent-color); 63 | color: #FFF; 64 | margin-top: 100px; 65 | margin-bottom: 50px; 66 | padding-top: 20px; 67 | padding-bottom: 20px; 68 | border: none; 69 | margin-left: -100px; 70 | margin-right:-100px; 71 | font-size: 34px; 72 | counter-increment: page; 73 | } 74 | 75 | @media print{ 76 | footer { 77 | position: fixed; 78 | bottom: 0; 79 | right: 0; 80 | color: #AAA; 81 | font-size: 50%; 82 | } 83 | } 84 | 85 | @media screen { 86 | footer { display: none } 87 | 88 | .md h1, .md .nonumberh1 { 89 | /* Show slide divisions */ 90 | border-top: 1px solid black; 91 | } 92 | } 93 | 94 | /* Hide HR in printing */ 95 | @media print { 96 | .md hr { 97 | visibility: hidden; 98 | } 99 | } 100 | 101 | .md hr { 102 | counter-increment: page; 103 | } 104 | 105 | .md code { 106 | font-size: 100%; 107 | } 108 | 109 | .md pre.listing { 110 | font-size: 80%; 111 | border: 1px solid #CCC; 112 | } 113 | 114 | .md strong, .md b { 115 | color: var(--accent-color); 116 | } 117 | 118 | .md table { 119 | font-size: 100%; 120 | background-color: #eee; 121 | } 122 | 123 | .md table.table td { 124 | border: none; 125 | } 126 | 127 | .md table.table th { 128 | background-color: black; 129 | color: white; 130 | border: none; 131 | font-family: Verdana,Helvetica,Arial,sans-serif; 132 | } 133 | 134 | .md table.table th + th { 135 | border-left: 3px solid white; 136 | } 137 | 138 | .md table.table td + td { 139 | border-left: 3px solid white; 140 | } 141 | 142 | .md table.table tr:nth-child(n) { 143 | background-color: none; 144 | } 145 | 146 | -------------------------------------------------------------------------------- /1.06/slides.css: -------------------------------------------------------------------------------- 1 | /* Request lanscape from the printer/browser */ 2 | @page { 3 | size: landscape; 4 | margin-bottom: 100px; 5 | } 6 | 7 | .md div.title { 8 | margin-top: 250px; 9 | margin-bottom: 40px; 10 | font-size: 50px; 11 | font-weight: bold; 12 | counter-increment: page; 13 | } 14 | 15 | .md div.subtitle { 16 | font-size: 30px; 17 | } 18 | 19 | .md hr { 20 | page-break-before: always; 21 | } 22 | 23 | body { 24 | width: 900px; 25 | max-width: 100%; 26 | font-size: 25px; 27 | padding: 40px; 28 | counter-reset: page; 29 | --accent-color: #F61; 30 | } 31 | 32 | /* Disable section numbering */ 33 | .md h1:before {content: ""} 34 | .md h2:before {content: ""} 35 | 36 | .md svg.diagram { 37 | zoom: 150%; 38 | } 39 | 40 | /* Sections become presentation sections */ 41 | .md h1, .md .nonumberh1 { 42 | page-break-before: always; 43 | width: 1100px; 44 | text-align: center; 45 | margin-top: 20px; 46 | margin-bottom: 20px; 47 | padding-top: 300px; 48 | padding-bottom: 20px; 49 | border: none; 50 | color: var(--accent-color); 51 | margin-left: -100px; 52 | margin-right:-100px; 53 | font-size: 50px; 54 | counter-increment: page; 55 | } 56 | 57 | /* Subsections become slides */ 58 | .md h2, .md .nonumberh2 { 59 | page-break-before: always; 60 | width: 1100px; 61 | text-align: center; 62 | background: var(--accent-color); 63 | color: #FFF; 64 | margin-top: 100px; 65 | margin-bottom: 50px; 66 | padding-top: 20px; 67 | padding-bottom: 20px; 68 | border: none; 69 | margin-left: -100px; 70 | margin-right:-100px; 71 | font-size: 34px; 72 | counter-increment: page; 73 | } 74 | 75 | @media print{ 76 | footer { 77 | position: fixed; 78 | bottom: 0; 79 | right: 0; 80 | color: #AAA; 81 | font-size: 50%; 82 | } 83 | } 84 | 85 | @media screen { 86 | footer { display: none } 87 | 88 | .md h1, .md .nonumberh1 { 89 | /* Show slide divisions */ 90 | border-top: 1px solid black; 91 | } 92 | } 93 | 94 | /* Hide HR in printing */ 95 | @media print { 96 | .md hr { 97 | visibility: hidden; 98 | } 99 | } 100 | 101 | .md hr { 102 | counter-increment: page; 103 | } 104 | 105 | .md code { 106 | font-size: 100%; 107 | } 108 | 109 | .md pre.listing { 110 | font-size: 80%; 111 | border: 1px solid #CCC; 112 | } 113 | 114 | .md strong, .md b { 115 | color: var(--accent-color); 116 | } 117 | 118 | .md table { 119 | font-size: 100%; 120 | background-color: #eee; 121 | } 122 | 123 | .md table.table td { 124 | border: none; 125 | } 126 | 127 | .md table.table th { 128 | background-color: black; 129 | color: white; 130 | border: none; 131 | font-family: Verdana,Helvetica,Arial,sans-serif; 132 | } 133 | 134 | .md table.table th + th { 135 | border-left: 3px solid white; 136 | } 137 | 138 | .md table.table td + td { 139 | border-left: 3px solid white; 140 | } 141 | 142 | .md table.table tr:nth-child(n) { 143 | background-color: none; 144 | } 145 | 146 | --------------------------------------------------------------------------------