-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
5,192 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,170 @@ | ||
/* Custom stylesheet for API documentation by Aras Pranckevičius, http://aras-p.info/ | ||
and tweaked by Morgan McGuire. | ||
Licensed as public domain or BSD 2-clause, whichever is more convenient for you. | ||
Originally from https://github.com/aras-p/markdeep-docs-style */ | ||
body { | ||
max-width: 50em; | ||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | ||
text-align: left; | ||
margin: 1.5em; | ||
padding: 0 1em; | ||
} | ||
|
||
/* if screen is wide enough, put table of contents on the right side */ | ||
@media screen and (min-width: 64em) { | ||
.md .longTOC, .md .mediumTOC, .md .shortTOC { | ||
max-width: 20em; | ||
left: 54em; | ||
display:block; | ||
position: fixed; | ||
top:0; | ||
bottom:0; | ||
overflow-y:scroll; | ||
margin-top:0; | ||
margin-bottom:0; | ||
padding-top:1em; | ||
} | ||
} | ||
|
||
/* for narrow screens or print, hide table of contents */ | ||
@media screen and (max-width: 64em) { | ||
.md .longTOC, .md .mediumTOC, .md .shortTOC { display: none; } | ||
} | ||
|
||
@media print { | ||
.md .longTOC, .md .mediumTOC, .md .shortTOC { display: none; } | ||
body { max-width: 100%; } | ||
} | ||
|
||
/* reset heading/link fonts to that of body */ | ||
.md a, | ||
.md div.title, contents, .md .tocHeader, | ||
.md h1, .md h2, .md h3, .md h4, .md h5, .md h6, | ||
.md .nonumberh1, .md .nonumberh2, .md .nonumberh3, .md .nonumberh4, .md .nonumberh5, .md .nonumberh6, | ||
.md .shortTOC, .md .mediumTOC, .md .longTOC { | ||
font-family: inherit; | ||
} | ||
|
||
.md div.title { | ||
margin: 0.4em 0 0 0; | ||
padding: 0; | ||
text-align: inherit; | ||
} | ||
|
||
.md div.subtitle { | ||
text-align: inherit; | ||
} | ||
|
||
/* faint border below headings */ | ||
.md h1, .md h2, .md h3, .md h4, | ||
.md .nonumberh1, .md .nonumberh2, .md .nonumberh3, .md .nonumberh4 { | ||
border-bottom: 1px solid rgba(0,0,0,.1); | ||
} | ||
/* heading font styles */ | ||
.md h1, .md .nonumberh1, .md div.title { | ||
font-size: 150%; | ||
font-weight: 600; | ||
color: rgba(0,0,0,.7); | ||
} | ||
.md h2, .md .nonumberh2 { | ||
font-size: 120%; | ||
font-weight: 400; | ||
color: rgba(0,0,0,.9); | ||
} | ||
.md h3, .md .nonumberh3 { | ||
font-size: 110%; | ||
font-weight: 400; | ||
color: rgba(0,0,0,.7); | ||
} | ||
/* no numbering of headings */ | ||
.md h1:before, .md h2:before, .md h3:before, .md h4:before { content: none; } | ||
|
||
/* link styling */ | ||
.md a:link, .md a:visited { | ||
color: #3f51b5; | ||
} | ||
|
||
/* inline and block code */ | ||
.md code, .md pre.listing { | ||
background-color: rgba(0,0,0,.05); | ||
padding: 0.1em 0.2em; | ||
border-radius: 0.15em; | ||
} | ||
.md pre.listing code { | ||
background-color: transparent; | ||
padding: 0; | ||
border: none; | ||
} | ||
|
||
/* table of contents styling; make all 3 forms of it look the same */ | ||
.md .longTOC, .md .mediumTOC, .md .shortTOC { | ||
font-size: inherit; | ||
line-height: 120%; | ||
margin: 1em 0; | ||
padding: .4rem; | ||
border-left: .1rem solid #3f51b5; | ||
} | ||
|
||
.md .tocHeader { | ||
margin: 0; | ||
padding: 0; | ||
border: none; | ||
font-size: inherit; | ||
} | ||
|
||
.md .tocNumber { | ||
display: none; | ||
} | ||
|
||
.md .longTOC .level1, .md .mediumTOC .level1, .md .shortTOC .level1 { | ||
font-weight: inherit; | ||
padding: 0; | ||
margin: 0; | ||
} | ||
|
||
.md .longTOC p, .md .mediumTOC p, .md .shortTOC p { | ||
overflow: hidden; | ||
text-overflow: ellipsis; | ||
} | ||
|
||
.md .longTOC center, .md .mediumTOC center, .md .shortTOC center, .md .tocHeader { | ||
text-align: left; | ||
} | ||
|
||
.md .longTOC b, .md .mediumTOC b, .md .shortTOC b { | ||
font-weight: 400; | ||
} | ||
|
||
.md .longTOC center b, .md .mediumTOC center b, .md .shortTOC center b { | ||
font-weight: bold; | ||
} | ||
|
||
.md .longTOC a, .md .mediumTOC a, .md .shortTOC a { | ||
color: black; | ||
} | ||
|
||
.md .longTOC .level1, .md .mediumTOC .level1, .md .shortTOC .level1, | ||
.md .longTOC .level2, .md .mediumTOC .level2, .md .shortTOC .level2, | ||
.md .longTOC .level3, .md .mediumTOC .level3, .md .shortTOC .level3 { | ||
white-space: nowrap; | ||
margin: 0; | ||
padding: 0; | ||
font-size: 90%; | ||
} | ||
|
||
/* tables; use fainter colors than regular markdeep style */ | ||
.md table.table { | ||
font-size: 90%; | ||
} | ||
.md table.table th { | ||
border: none; | ||
background-color: #ccc; | ||
color: rgba(0,0,0,.6); | ||
} | ||
.md table.table tr, .md table.table td { | ||
border-color: #eee; | ||
} | ||
.md table.table tr:nth-child(even) { | ||
background-color: #f4f4f4; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
untrusted comment: signature from minisign secret key | ||
RWSmY4o5Bad1vV+J1Zn+v6FvfQyUna+TDbwmFIwZ3qNY6mY2Dro2+jCbIWc4j9GY4VC/bscmdvfOdGRQQUepaKYl3zUrVNV7lww= | ||
trusted comment: timestamp:1538628509 file:apidoc.css | ||
j1zGybALKjiSGvryamZY8d2jWGM3WRBKrPe/2v1VHweopj6QghgLZ60DuFhujvChL5Ve4hYpFVs7yYKsK2EgBA== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,119 @@ | ||
/* Style sheet for Markdeep that corresponds closely to the default Latex article format | ||
Put the following in your Markdeep document to use this: | ||
<link rel="stylesheet" href="https://casual-effects.com/markdeep/latest/dark.css"> | ||
*/ | ||
|
||
|
||
@import url('https://fonts.googleapis.com/css?family=Teko:700'); | ||
|
||
@media screen { | ||
body { | ||
background: #000; | ||
color: #ccc; | ||
font-family: Arial, Helvetica, "sans serif"; | ||
text-align: left; | ||
} | ||
} | ||
|
||
.md div.title { | ||
color: #d6ab62; | ||
font-family: Teko, Arial; | ||
font-size: 200%; | ||
background: -webkit-linear-gradient(#f9deae, #a87215); | ||
-webkit-background-clip: text; | ||
-webkit-text-fill-color: transparent; | ||
} | ||
|
||
.md a:link, .md a:visited{ | ||
color:#6dafff; | ||
font-family: Arial, Helvetica, "sans serif"; | ||
} | ||
|
||
.md hr { | ||
height: 0px; | ||
border: none; | ||
border-top: 0.1pt solid #777; | ||
} | ||
|
||
.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 { | ||
color: #bc9249; | ||
border-color: #bc9249; | ||
font-family: Teko, Arial; | ||
font-size: 150%; | ||
padding-bottom: 0px; | ||
} | ||
|
||
@media screen { | ||
.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 { | ||
background: -webkit-linear-gradient(#f9deae, #a87215); | ||
-webkit-background-clip: text; | ||
-webkit-text-fill-color: transparent; | ||
} | ||
} | ||
|
||
.md svg.diagram { | ||
stroke: #ccc; | ||
fill: #ccc; | ||
} | ||
|
||
.md svg.diagram .opendot { | ||
fill: #000; | ||
} | ||
|
||
.md .listing { | ||
background: #ddd; | ||
} | ||
|
||
.md .tilde code { | ||
color: #000; | ||
} | ||
|
||
.md .backtick code { | ||
color: #000; | ||
} | ||
|
||
div.markdeepFooter, div.markdeepFooter a { | ||
color: #bc9249 !important; | ||
} | ||
|
||
b, em.asterisk { | ||
font-style: normal; font-weight: bold; | ||
} | ||
|
||
@media screen { | ||
b, em.asterisk { | ||
color: #CBA; | ||
} | ||
} | ||
|
||
a em.asterisk { | ||
color: #6dafff; | ||
} | ||
|
||
.md h2, .md .nonumberh2 { | ||
font-size: 125% | ||
} | ||
.md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 { | ||
font-size: 115% | ||
} | ||
|
||
@media screen { | ||
.md table.table td { | ||
border: 1px solid #513302; | ||
} | ||
|
||
.md table.table th { | ||
background: #af730c; | ||
background: -webkit-linear-gradient(#d3a658, #af730c); | ||
border: none; | ||
} | ||
|
||
.md table.table th:last-child { | ||
border-right: 1px solid #845509; | ||
} | ||
|
||
.md table.table tr:nth-child(even) { | ||
background-color: #231601; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
untrusted comment: signature from minisign secret key | ||
RWSmY4o5Bad1vTUfqGUK/eZigsHuRQmgOKLW6Q8JLqwmVgeO5ZrMSxIyYs3Yv1yjjbOVWAOtBcVOo6bQUXdozBZ2KEw83NnSBwc= | ||
trusted comment: timestamp:1538628509 file:dark.css | ||
pW5wIN57/mXRsK97+6sCxt+KAf0DaFxOOCksH/ymm+2Piq9r7/LHtfTOKCuMJGW+G1PDqtoguo7Db3+7YNpzAQ== |
Oops, something went wrong.