-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 25ab1d3 🚀
- Loading branch information
Showing
11,252 changed files
with
5,599,329 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,284 @@ | ||
body { | ||
padding-top: 70px; | ||
} | ||
table.nostretch { | ||
width=100% | ||
} | ||
.nostretch td { | ||
class='block' | ||
} | ||
.nostretch tr td{ | ||
width:1%; | ||
white-space:nowrap; | ||
} | ||
|
||
html { | ||
scroll-padding-top: 70px; | ||
} | ||
|
||
ol.hierarchy { | ||
min-height: 40px; | ||
background-color: #f5f5f5; | ||
border: 1px solid #e3e3e3; | ||
border-radius: 3px; | ||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); | ||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); | ||
} | ||
|
||
.smallcaps { | ||
font-variant: small-caps; | ||
} | ||
.well .sidebar { | ||
padding: 8px 0 | ||
} | ||
.sidebar a { | ||
padding: 0px,0px,0px,0px | ||
} | ||
.varlist>tbody>tr>td { | ||
padding-left: 3px; | ||
padding-right: 3px; | ||
} | ||
.varlist>tbody>tr>td:first-child, .varlist>thead>tr>td:first-child { | ||
padding-left: 8px; | ||
} | ||
.varlist>tbody>td>td:last-child, .varlist>thead>tr>td:last-child { | ||
padding-right: 8px; | ||
} | ||
|
||
.highlight pre { | ||
overflow-x: auto; | ||
overflow-wrap: normal; | ||
white-space: pre | ||
} | ||
|
||
/* .hl is for when line numbers are included, .highlight is for all | ||
other cases. */ | ||
.hl pre { | ||
counter-reset: line-numbering; | ||
overflow-x: auto; | ||
overflow-wrap: normal; | ||
white-space: pre; | ||
padding: 0; | ||
padding-right: 9.5px; | ||
overflow-y: hidden; | ||
padding-bottom: 9.5px; | ||
} | ||
|
||
.hl pre a::before { | ||
content: counter(line-numbering); | ||
counter-increment: line-numbering; | ||
padding-right: 0.7em; /* space after numbers */ | ||
margin-top: 4.5em; | ||
width: 60px; | ||
text-align: right; | ||
opacity: 0.7; | ||
display: inline-block; | ||
color: #aaa; | ||
background: #eee; | ||
margin-right: 10px; | ||
border-right: 1px solid #ccc; | ||
-webkit-touch-callout: none; | ||
-webkit-user-select: none; | ||
-khtml-user-select: none; | ||
-moz-user-select: none; | ||
-ms-user-select: none; | ||
user-select: none; | ||
} | ||
|
||
.hl pre a:first-of-type::before { | ||
padding-top: 9.5px; | ||
} | ||
|
||
.hl pre a:last-of-type::before { | ||
padding-bottom: 9.5px; | ||
} | ||
|
||
.hl pre a:only-of-type::before { | ||
padding: 9.5px; | ||
} | ||
|
||
.hl pre a { | ||
display: inline-block; | ||
height: 4.5em; | ||
margin: -4.5em 0 0; | ||
} | ||
.codesum h3 { | ||
margin-top: 2px; | ||
margin-bottom: 2px; | ||
} | ||
|
||
h1.inline, h2.inline, h3.inline { | ||
display: inline; | ||
} | ||
|
||
.depwarn { | ||
float: right; | ||
} | ||
|
||
.anchor { | ||
position: absolute; | ||
margin: -4.5em; | ||
visibility:hidden; | ||
} | ||
|
||
.alert { | ||
margin-left: 5px; | ||
margin-right: 5px; | ||
margin-top: 5px; | ||
} | ||
|
||
div.toc { | ||
font-size: 14.73px; | ||
padding-left: 0px; | ||
padding-right: 0px; | ||
} | ||
|
||
div.toc a { | ||
padding-left: 20px; | ||
padding-right: 20px; | ||
margin-right: 15px; | ||
padding-top: 5px; | ||
padding-bottom: 5px; | ||
} | ||
|
||
div.toc li { | ||
font-size: 0.95em; | ||
padding-left: 15px; | ||
} | ||
|
||
div.toc li.title { | ||
font-size: 1em; | ||
} | ||
|
||
div.toc hr { | ||
margin-top: 12px; | ||
margin-bottom: 10px; | ||
} | ||
|
||
.in-well { | ||
padding: 0px 0px; | ||
margin-bottom: 0px; | ||
float:right; | ||
} | ||
|
||
table tr.submod>td { | ||
border-top: none; | ||
font-size: 13.5px; | ||
} | ||
|
||
.graph-help { | ||
font-size: 10px; | ||
} | ||
|
||
.depgraph { | ||
width: 100%; | ||
max-width: 1140px; | ||
} | ||
|
||
#sidebar a { | ||
white-space: nowrap; | ||
overflow: hidden; | ||
text-overflow: ellipsis; | ||
} | ||
|
||
.highlighttable { | ||
width: auto; | ||
table-layout: fixed; | ||
} | ||
|
||
ul.checklist { | ||
list-style-type: none; | ||
} | ||
|
||
ul.checklist input[type="checkbox"] { | ||
margin-left: -20.8px; | ||
margin-right: 4.55px; | ||
} | ||
|
||
.gitter-chat-embed { | ||
z-index: 100000; | ||
} | ||
|
||
table.graph { | ||
text-align: center; | ||
} | ||
|
||
|
||
.graph td.root { | ||
border:2px solid black; | ||
padding:10px; | ||
} | ||
|
||
.graph td.triangle-right:after { | ||
content: ""; | ||
display: block; | ||
border-top: 7px solid transparent; | ||
border-bottom: 7px solid transparent; | ||
border-left: 7px solid black; | ||
} | ||
|
||
.graph td.triangle-left:after { | ||
content: ""; | ||
display: block; | ||
border-top: 7px solid transparent; | ||
border-bottom: 7px solid transparent; | ||
border-right: 7px solid black; | ||
} | ||
|
||
.graph td.node { | ||
color: white; | ||
padding:10px; | ||
border-style: solid; | ||
border-width: 3px 0px 3px 0px; | ||
border-color: white; | ||
} | ||
|
||
.graph td.node a{ | ||
color: white; | ||
} | ||
|
||
.graph td.dashedText, | ||
.graph td.solidText { | ||
padding: 0px 10px 0px 10px; | ||
min-width: 40px; | ||
color: black; | ||
border-color: black; | ||
} | ||
|
||
.graph td.dashedText { | ||
border-bottom-style: dashed; | ||
} | ||
|
||
.graph td.solidText { | ||
border-bottom-style: solid; | ||
} | ||
|
||
.graph td.dashedBottom, | ||
.graph td.dashedTop, | ||
.graph td.solidTop, | ||
.graph td.solidBottom { | ||
min-width: 40px; | ||
color: transparent; | ||
border-color: black; | ||
} | ||
|
||
.graph td.dashedBottom { | ||
border-bottom-style: dashed; | ||
} | ||
|
||
.graph td.dashedTop { | ||
border-top-style: dashed; | ||
} | ||
|
||
.graph td.solidBottom { | ||
border-bottom-style: solid; | ||
} | ||
|
||
.graph td.solidTop { | ||
border-top-style: solid; | ||
} | ||
|
||
/* Ensure tables in Pages don't collapse horizontally */ | ||
td, th { | ||
padding-right: 10px; | ||
} |
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,61 @@ | ||
pre .hll { background-color: #ffffcc } | ||
pre .c { color: #408080; font-style: italic } /* Comment */ | ||
pre .err { border: 1px solid #FF0000 } /* Error */ | ||
pre .k { color: #008000; font-weight: bold } /* Keyword */ | ||
pre .o { color: #666666 } /* Operator */ | ||
pre .cm { color: #408080; font-style: italic } /* Comment.Multiline */ | ||
pre .cp { color: #BC7A00 } /* Comment.Preproc */ | ||
pre .c1 { color: #408080; font-style: italic } /* Comment.Single */ | ||
pre .cs { color: #408080; font-style: italic } /* Comment.Special */ | ||
pre .gd { color: #A00000 } /* Generic.Deleted */ | ||
pre .ge { font-style: italic } /* Generic.Emph */ | ||
pre .gr { color: #FF0000 } /* Generic.Error */ | ||
pre .gh { color: #000080; font-weight: bold } /* Generic.Heading */ | ||
pre .gi { color: #00A000 } /* Generic.Inserted */ | ||
pre .go { color: #888888 } /* Generic.Output */ | ||
pre .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ | ||
pre .gs { font-weight: bold } /* Generic.Strong */ | ||
pre .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ | ||
pre .gt { color: #0044DD } /* Generic.Traceback */ | ||
pre .kc { color: #008000; font-weight: bold } /* Keyword.Constant */ | ||
pre .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ | ||
pre .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ | ||
pre .kp { color: #008000 } /* Keyword.Pseudo */ | ||
pre .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ | ||
pre .kt { color: #B00040 } /* Keyword.Type */ | ||
pre .m { color: #666666 } /* Literal.Number */ | ||
pre .s { color: #BA2121 } /* Literal.String */ | ||
pre .na { color: #7D9029 } /* Name.Attribute */ | ||
pre .nb { color: #008000 } /* Name.Builtin */ | ||
pre .nc { color: #0000FF; font-weight: bold } /* Name.Class */ | ||
pre .no { color: #880000 } /* Name.Constant */ | ||
pre .nd { color: #AA22FF } /* Name.Decorator */ | ||
pre .ni { color: #999999; font-weight: bold } /* Name.Entity */ | ||
pre .ne { color: #D2413A; font-weight: bold } /* Name.Exception */ | ||
pre .nf { color: #0000FF } /* Name.Function */ | ||
pre .nl { color: #A0A000 } /* Name.Label */ | ||
pre .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ | ||
pre .nt { color: #008000; font-weight: bold } /* Name.Tag */ | ||
pre .nv { color: #19177C } /* Name.Variable */ | ||
pre .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ | ||
pre .w { color: #bbbbbb } /* Text.Whitespace */ | ||
pre .mf { color: #666666 } /* Literal.Number.Float */ | ||
pre .mh { color: #666666 } /* Literal.Number.Hex */ | ||
pre .mi { color: #666666 } /* Literal.Number.Integer */ | ||
pre .mo { color: #666666 } /* Literal.Number.Oct */ | ||
pre .sb { color: #BA2121 } /* Literal.String.Backtick */ | ||
pre .sc { color: #BA2121 } /* Literal.String.Char */ | ||
pre .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */ | ||
pre .s2 { color: #BA2121 } /* Literal.String.Double */ | ||
pre .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ | ||
pre .sh { color: #BA2121 } /* Literal.String.Heredoc */ | ||
pre .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ | ||
pre .sx { color: #008000 } /* Literal.String.Other */ | ||
pre .sr { color: #BB6688 } /* Literal.String.Regex */ | ||
pre .s1 { color: #BA2121 } /* Literal.String.Single */ | ||
pre .ss { color: #19177C } /* Literal.String.Symbol */ | ||
pre .bp { color: #008000 } /* Name.Builtin.Pseudo */ | ||
pre .vc { color: #19177C } /* Name.Variable.Class */ | ||
pre .vg { color: #19177C } /* Name.Variable.Global */ | ||
pre .vi { color: #19177C } /* Name.Variable.Instance */ | ||
pre .il { color: #666666 } /* Literal.Number.Integer.Long */ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.