-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
da836f2
commit 0ccf82f
Showing
21,003 changed files
with
3,740,968 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
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
104 changes: 104 additions & 0 deletions
104
public/assets/v:__PROJECT_VERSION_BUILD__xyzz/css/highlight.css
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,104 @@ | ||
@charset "UTF-8"; | ||
/*! | ||
Lithium - Bright Highlighting Theme for HighlightJS | ||
Works with HighlighJS and Prism. | ||
Copyright (c) 2014 Union of RAD - All rights reserved. | ||
The code is distributed under the terms of the BSD 3-clause | ||
License. For the full license text see the LICENSE file. | ||
*/ | ||
|
||
pre > code { | ||
display: block; | ||
color: #111; | ||
border-left: 8px solid #e8e8e8; | ||
background: rgb(253,252,255); | ||
overflow: auto; | ||
padding: 15px; | ||
margin-left: -23px; | ||
margin-right: -15px; | ||
|
||
white-space: pre; | ||
word-spacing: normal; | ||
word-break: normal; | ||
|
||
-moz-tab-size: 4; | ||
tab-size: 4; | ||
} | ||
/* inline literals */ | ||
:not(pre) > code { | ||
background: #F8F7F7; | ||
padding: .1em .2em .1em .3em; | ||
margin-left: -.3em; | ||
margin-right: -.2em; | ||
} | ||
|
||
pre > code.language-asciiart { | ||
font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace; | ||
border-left: 0; | ||
margin-left: 0; | ||
background: none; | ||
} | ||
|
||
.token.comment, | ||
.token.prolog, | ||
.token.doctype, | ||
.token.cdata, | ||
.hljs-phpdoc, | ||
.hljs-comment, | ||
code .comment, | ||
.template_comment, .javadoc { | ||
color: #ababab; | ||
} | ||
|
||
.token.selector, | ||
.token.attr-name, | ||
.token.string, | ||
.token.char, | ||
.token.builtin, | ||
.token.inserted, | ||
pre code .string, | ||
.hljs-string { | ||
color: #319931; | ||
} | ||
|
||
.token.punctuation, | ||
.token.operator, | ||
.token.entity, | ||
.token.url, | ||
.language-css .token.string, | ||
.style .token.string, | ||
code .keyword, | ||
.me1 { | ||
color: #111; | ||
} | ||
|
||
.token.boolean { | ||
color: #CB0532; | ||
} | ||
.token.number, | ||
code .hljs-number { | ||
color: #7044bb; | ||
color: #7745D1 | ||
} | ||
.token.variable, | ||
code .variable, | ||
.hljs-variable, .envvar { | ||
color: #2060ad; | ||
} | ||
|
||
.token.property, | ||
.token.tag, | ||
.token.constant, | ||
.token.symbol, | ||
.token.deleted { | ||
color: #f92672; | ||
} | ||
.token.atrule, | ||
.token.attr-value { | ||
color: #e6db74; | ||
} | ||
.token.keyword { | ||
color: #2F99A1; | ||
} |
141 changes: 141 additions & 0 deletions
141
public/assets/v:__PROJECT_VERSION_BUILD__xyzz/css/li3_docs.css
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,141 @@ | ||
@charset "UTF-8"; | ||
/*! | ||
i3_docs Styles | ||
Copyright (c) 2014 Union of RAD - All rights reserved. | ||
The code is distributed under the terms of the BSD 3-clause | ||
License. For the full license text see the LICENSE file. | ||
*/ | ||
|
||
.li3-docs #content h2 { | ||
margin-top: 60px; | ||
} | ||
.li3-docs #content h3 { | ||
margin-top: 40px; | ||
} | ||
|
||
.li3-docs pre { | ||
width: 120%; | ||
} | ||
|
||
.li3-docs p { | ||
hyphens: auto; | ||
} | ||
.li3-docs code { | ||
hyphens: none; | ||
} | ||
|
||
.li3-docs .nav-up { | ||
font-weight: bold; | ||
} | ||
|
||
.li3-docs .body .deprecated, | ||
.li3-docs .body .note { | ||
border-left: 8px solid #e8e8e8; | ||
background: rgb(253,252,255); | ||
margin-left: -23px; | ||
margin-right: -15px; | ||
} | ||
.li3-docs .body .note pre { | ||
width: auto; | ||
} | ||
|
||
.li3-docs .body .note-hint, | ||
.li3-docs .body .note-info, | ||
.li3-docs .body .note-caution, | ||
.li3-docs .body .note-version, | ||
.li3-docs .body .deprecated { | ||
padding: 15px; | ||
margin-top: 3em; | ||
margin-bottom: 2em; | ||
} | ||
|
||
.li3-docs .body .note-hint { | ||
border-color: #2F99A1; | ||
} | ||
.li3-docs .body .note-info { | ||
border-color: #319931; | ||
} | ||
.li3-docs .body .deprecated, | ||
.li3-docs .body .note-caution { | ||
border-color: #CB0532; | ||
} | ||
.li3-docs .body .note-version { | ||
margin-top: 1em; | ||
margin-bottom: .25em; | ||
padding: 0 0 0 15px; | ||
border-color: #180274; | ||
} | ||
|
||
/* --- Under Symbol name --- */ | ||
.li3-docs .under { | ||
margin: -1em 0 2em 0; | ||
} | ||
.li3-docs .under .extends { | ||
margin-bottom: .5em; | ||
} | ||
.li3-docs .extends__title { | ||
font-weight: bold; | ||
} | ||
.li3-docs .under .tag { | ||
border: 1px solid black; | ||
display: inline-block; | ||
margin-right: 5px; | ||
padding: 4px 10px; | ||
font-weight: bold; | ||
} | ||
|
||
.li3-docs .type { | ||
font-weight: bold; | ||
} | ||
.li3-docs .parameter ul { | ||
list-style-type: disc; | ||
} | ||
.li3-docs .summary { | ||
font-size: 25px; | ||
font-weight: bold; | ||
line-height: 1.2; | ||
} | ||
.li3-docs .return p, | ||
.li3-docs .parameter p { | ||
margin-top: 0; | ||
} | ||
.li3-docs .parameter p + ul { | ||
margin-top: -.5em; | ||
} | ||
.li3-docs .parameter ul p { | ||
margin: 0; | ||
} | ||
|
||
.li3-docs #content img { | ||
margin-top: 1em; | ||
margin-bottom: 1.5em; | ||
max-width: 90%; | ||
} | ||
|
||
.li3-docs #content > article.docs-index { | ||
max-width: none; | ||
} | ||
|
||
/* ----- Aside Menu ----- */ | ||
.li3-docs .aside .inherited a:not(:hover) { | ||
color: blue; | ||
} | ||
.li3-docs .aside .deprecated a:not(:hover) { | ||
text-decoration: line-through; | ||
} | ||
.li3-docs .aside .protected a:not(:hover) { | ||
opacity: .5; | ||
} | ||
|
||
.li3-docs .body .anchor:hover:after { | ||
display: inline-block; | ||
content: "¶"; | ||
color: #2F99A1; | ||
margin-left: 3px; | ||
} | ||
.li3-docs .ns-summary ul { | ||
list-style: none; | ||
padding-left: 0; | ||
} |
Oops, something went wrong.