MDL-73853 core_h5p: Upgrade editor lib to moodle-1.22.4
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -2,21 +2,21 @@ Software License Agreement
|
||||
==========================
|
||||
|
||||
CKEditor - The text editor for Internet - https://ckeditor.com/
|
||||
Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
|
||||
Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
|
||||
|
||||
Licensed under the terms of any of the following licenses at your
|
||||
choice:
|
||||
|
||||
- GNU General Public License Version 2 or later (the "GPL")
|
||||
https://www.gnu.org/licenses/gpl.html
|
||||
https://www.gnu.org/licenses/gpl.html
|
||||
(See Appendix A)
|
||||
|
||||
- GNU Lesser General Public License Version 2.1 or later (the "LGPL")
|
||||
https://www.gnu.org/licenses/lgpl.html
|
||||
https://www.gnu.org/licenses/lgpl.html
|
||||
(See Appendix B)
|
||||
|
||||
- Mozilla Public License Version 1.1 or later (the "MPL")
|
||||
https://www.mozilla.org/MPL/MPL-1.1.html
|
||||
https://www.mozilla.org/MPL/MPL-1.1.html
|
||||
(See Appendix C)
|
||||
|
||||
You are not required to, but if you want to explicitly declare the
|
||||
@@ -37,15 +37,15 @@ done by developers outside of CKSource with their express permission.
|
||||
|
||||
The following libraries are included in CKEditor under the MIT license (see Appendix D):
|
||||
|
||||
* CKSource Samples Framework (included in the samples) - Copyright (c) 2014-2021, CKSource - Frederico Knabben.
|
||||
* CKSource Samples Framework (included in the samples) - Copyright (c) 2014-2021, CKSource - Frederico Knabben.
|
||||
* PicoModal (included in `samples/js/sf.js`) - Copyright (c) 2012 James Frasca.
|
||||
* CodeMirror (included in the samples) - Copyright (C) 2014 by Marijn Haverbeke <marijnh@gmail.com> and others.
|
||||
* ES6Promise - Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors.
|
||||
* A polyfill for `CSS.escape` (adopted with modifications in `core/tools.js`), Mathias Bynens, v1.5.1, https://mths.be/cssescape.
|
||||
* A polyfill for `CSS.escape` (adopted with modifications in `core/tools.js`), Mathias Bynens, v1.5.1, https://mths.be/cssescape.
|
||||
|
||||
Parts of code taken from the following libraries are included in CKEditor under the MIT license (see Appendix D):
|
||||
|
||||
* jQuery (inspired the domReady function, ckeditor_base.js) - Copyright (c) 2011 John Resig, https://jquery.com/
|
||||
* jQuery (inspired the domReady function, ckeditor_base.js) - Copyright (c) 2011 John Resig, https://jquery.com/
|
||||
|
||||
The following libraries are included in CKEditor under the SIL Open Font License, Version 1.1 (see Appendix E):
|
||||
|
||||
@@ -1420,17 +1420,17 @@ Redistribution and use in source and binary forms, with or without modification,
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
```
|
||||
|
||||
|
||||
Appendix H: The BSD-2 License
|
||||
-----------------------------
|
||||
|
||||
```
|
||||
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
||||
|
||||
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
||||
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
```
|
||||
|
||||
(Ignore this line: %REMOVE_START%)
|
||||
|
||||
Appendix H: The BSD-2 License
|
||||
-----------------------------
|
||||
|
||||
```
|
||||
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
||||
|
||||
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
||||
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
```
|
||||
|
||||
(Ignore this line: %REMOVE_START%)
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
# Reporting a security issues
|
||||
|
||||
If you believe you have found a security issue in the CKEditor 4 software, please contact us immediately.
|
||||
|
||||
When reporting a potential security problem, please bear this in mind:
|
||||
|
||||
* Make sure to provide as many details as possible about the vulnerability.
|
||||
* Please do not disclose publicly any security issues until we fix them and publish security releases.
|
||||
|
||||
Contact the security team at security@cksource.com. As soon as we receive the security report, we will work promptly to confirm the issue and then to provide a security fix.
|
||||
# Reporting a security issues
|
||||
|
||||
If you believe you have found a security issue in the CKEditor 4 software, please contact us immediately.
|
||||
|
||||
When reporting a potential security problem, please bear this in mind:
|
||||
|
||||
* Make sure to provide as many details as possible about the vulnerability.
|
||||
* Please do not disclose publicly any security issues until we fix them and publish security releases.
|
||||
|
||||
Contact the security team at security@cksource.com. As soon as we receive the security report, we will work promptly to confirm the issue and then to provide a security fix.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
|
||||
Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
|
||||
Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
|
||||
cs.js Found: 30 Missing: 0
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
Code tag in CKEditor
|
||||
==============
|
||||
|
||||

|
||||
|
||||
Install by placing in ckeditor/plugins/ and add the following to ckeditor/config.js
|
||||
|
||||
config.extraPlugins = 'codeTag';
|
||||
Code tag in CKEditor
|
||||
==============
|
||||
|
||||

|
||||
|
||||
Install by placing in ckeditor/plugins/ and add the following to ckeditor/config.js
|
||||
|
||||
config.extraPlugins = 'codeTag';
|
||||
|
||||
+827
-827
File diff suppressed because it is too large
Load Diff
+167
-167
@@ -1,167 +1,167 @@
|
||||
# Highlight.js
|
||||
|
||||
Highlight.js highlights syntax in code examples on blogs, forums and,
|
||||
in fact, on any web page. It's very easy to use because it works
|
||||
automatically: finds blocks of code, detects a language, highlights it.
|
||||
|
||||
Autodetection can be fine tuned when it fails by itself (see "Heuristics").
|
||||
|
||||
|
||||
## Basic usage
|
||||
|
||||
Link the library and a stylesheet from your page and hook highlighting to
|
||||
the page load event:
|
||||
|
||||
```html
|
||||
<link rel="stylesheet" href="styles/default.css">
|
||||
<script src="highlight.pack.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
```
|
||||
|
||||
This will highlight all code on the page marked up as `<pre><code> .. </code></pre>`.
|
||||
If you use different markup or need to apply highlighting dynamically, read
|
||||
"Custom initialization" below.
|
||||
|
||||
- You can download your own customized version of "highlight.pack.js" or
|
||||
use the hosted one as described on the download page:
|
||||
<http://highlightjs.org/download/>
|
||||
|
||||
- Style themes are available in the download package or as hosted files.
|
||||
To create a custom style for your site see the class reference in the file
|
||||
[CSS classes reference][cr] from the downloaded package.
|
||||
|
||||
[cr]: http://highlightjs.readthedocs.org/en/latest/css-classes-reference.html
|
||||
|
||||
|
||||
## node.js
|
||||
|
||||
Highlight.js can be used under node.js. The package with all supported languages is
|
||||
installable from NPM:
|
||||
|
||||
npm install highlight.js
|
||||
|
||||
Alternatively, you can build it from the source with only languages you need:
|
||||
|
||||
python3 tools/build.py -tnode lang1 lang2 ..
|
||||
|
||||
Using the library:
|
||||
|
||||
```javascript
|
||||
var hljs = require('highlight.js');
|
||||
|
||||
// If you know the language
|
||||
hljs.highlight(lang, code).value;
|
||||
|
||||
// Automatic language detection
|
||||
hljs.highlightAuto(code).value;
|
||||
```
|
||||
|
||||
|
||||
## AMD
|
||||
|
||||
Highlight.js can be used with an AMD loader. You will need to build it from
|
||||
source in order to do so:
|
||||
|
||||
```bash
|
||||
$ python3 tools/build.py -tamd lang1 lang2 ..
|
||||
```
|
||||
|
||||
Which will generate a `build/highlight.pack.js` which will load as an AMD
|
||||
module with support for the built languages and can be used like so:
|
||||
|
||||
```javascript
|
||||
require(["highlight.js/build/highlight.pack"], function(hljs){
|
||||
|
||||
// If you know the language
|
||||
hljs.highlight(lang, code).value;
|
||||
|
||||
// Automatic language detection
|
||||
hljs.highlightAuto(code).value;
|
||||
});
|
||||
```
|
||||
|
||||
|
||||
## Tab replacement
|
||||
|
||||
You can replace TAB ('\x09') characters used for indentation in your code
|
||||
with some fixed number of spaces or with a `<span>` to give them special
|
||||
styling:
|
||||
|
||||
```html
|
||||
<script type="text/javascript">
|
||||
hljs.configure({tabReplace: ' '}); // 4 spaces
|
||||
// ... or
|
||||
hljs.configure({tabReplace: '<span class="indent">\t</span>'});
|
||||
|
||||
hljs.initHighlightingOnLoad();
|
||||
</script>
|
||||
```
|
||||
|
||||
## Custom initialization
|
||||
|
||||
If you use different markup for code blocks you can initialize them manually
|
||||
with `highlightBlock(code)` function. It takes a DOM element containing the
|
||||
code to highlight and optionally a string with which to replace TAB
|
||||
characters.
|
||||
|
||||
Initialization using, for example, jQuery might look like this:
|
||||
|
||||
```javascript
|
||||
$(document).ready(function() {
|
||||
$('pre code').each(function(i, e) {hljs.highlightBlock(e)});
|
||||
});
|
||||
```
|
||||
|
||||
You can use `highlightBlock` to highlight blocks dynamically inserted into
|
||||
the page. Just make sure you don't do it twice for already highlighted
|
||||
blocks.
|
||||
|
||||
If your code container relies on `<br>` tags instead of line breaks (i.e. if
|
||||
it's not `<pre>`) set the `useBR` option to `true`:
|
||||
|
||||
```javascript
|
||||
hljs.configure({useBR: true});
|
||||
$('div.code').each(function(i, e) {hljs.highlightBlock(e)});
|
||||
```
|
||||
|
||||
|
||||
## Heuristics
|
||||
|
||||
Autodetection of a code's language is done using a simple heuristic:
|
||||
the program tries to highlight a fragment with all available languages and
|
||||
counts all syntactic structures that it finds along the way. The language
|
||||
with greatest count wins.
|
||||
|
||||
This means that in short fragments the probability of an error is high
|
||||
(and it really happens sometimes). In this cases you can set the fragment's
|
||||
language explicitly by assigning a class to the `<code>` element:
|
||||
|
||||
```html
|
||||
<pre><code class="html">...</code></pre>
|
||||
```
|
||||
|
||||
You can use class names recommended in HTML5: "language-html",
|
||||
"language-php". Classes also can be assigned to the `<pre>` element.
|
||||
|
||||
To disable highlighting of a fragment altogether use "no-highlight" class:
|
||||
|
||||
```html
|
||||
<pre><code class="no-highlight">...</code></pre>
|
||||
```
|
||||
|
||||
|
||||
## Export
|
||||
|
||||
File export.html contains a little program that allows you to paste in a code
|
||||
snippet and then copy and paste the resulting HTML code generated by the
|
||||
highlighter. This is useful in situations when you can't use the script itself
|
||||
on a site.
|
||||
|
||||
|
||||
## Meta
|
||||
|
||||
- Version: 8.0
|
||||
- URL: http://highlightjs.org/
|
||||
|
||||
For the license terms see LICENSE files.
|
||||
For authors and contributors see AUTHORS.en.txt file.
|
||||
# Highlight.js
|
||||
|
||||
Highlight.js highlights syntax in code examples on blogs, forums and,
|
||||
in fact, on any web page. It's very easy to use because it works
|
||||
automatically: finds blocks of code, detects a language, highlights it.
|
||||
|
||||
Autodetection can be fine tuned when it fails by itself (see "Heuristics").
|
||||
|
||||
|
||||
## Basic usage
|
||||
|
||||
Link the library and a stylesheet from your page and hook highlighting to
|
||||
the page load event:
|
||||
|
||||
```html
|
||||
<link rel="stylesheet" href="styles/default.css">
|
||||
<script src="highlight.pack.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
```
|
||||
|
||||
This will highlight all code on the page marked up as `<pre><code> .. </code></pre>`.
|
||||
If you use different markup or need to apply highlighting dynamically, read
|
||||
"Custom initialization" below.
|
||||
|
||||
- You can download your own customized version of "highlight.pack.js" or
|
||||
use the hosted one as described on the download page:
|
||||
<http://highlightjs.org/download/>
|
||||
|
||||
- Style themes are available in the download package or as hosted files.
|
||||
To create a custom style for your site see the class reference in the file
|
||||
[CSS classes reference][cr] from the downloaded package.
|
||||
|
||||
[cr]: http://highlightjs.readthedocs.org/en/latest/css-classes-reference.html
|
||||
|
||||
|
||||
## node.js
|
||||
|
||||
Highlight.js can be used under node.js. The package with all supported languages is
|
||||
installable from NPM:
|
||||
|
||||
npm install highlight.js
|
||||
|
||||
Alternatively, you can build it from the source with only languages you need:
|
||||
|
||||
python3 tools/build.py -tnode lang1 lang2 ..
|
||||
|
||||
Using the library:
|
||||
|
||||
```javascript
|
||||
var hljs = require('highlight.js');
|
||||
|
||||
// If you know the language
|
||||
hljs.highlight(lang, code).value;
|
||||
|
||||
// Automatic language detection
|
||||
hljs.highlightAuto(code).value;
|
||||
```
|
||||
|
||||
|
||||
## AMD
|
||||
|
||||
Highlight.js can be used with an AMD loader. You will need to build it from
|
||||
source in order to do so:
|
||||
|
||||
```bash
|
||||
$ python3 tools/build.py -tamd lang1 lang2 ..
|
||||
```
|
||||
|
||||
Which will generate a `build/highlight.pack.js` which will load as an AMD
|
||||
module with support for the built languages and can be used like so:
|
||||
|
||||
```javascript
|
||||
require(["highlight.js/build/highlight.pack"], function(hljs){
|
||||
|
||||
// If you know the language
|
||||
hljs.highlight(lang, code).value;
|
||||
|
||||
// Automatic language detection
|
||||
hljs.highlightAuto(code).value;
|
||||
});
|
||||
```
|
||||
|
||||
|
||||
## Tab replacement
|
||||
|
||||
You can replace TAB ('\x09') characters used for indentation in your code
|
||||
with some fixed number of spaces or with a `<span>` to give them special
|
||||
styling:
|
||||
|
||||
```html
|
||||
<script type="text/javascript">
|
||||
hljs.configure({tabReplace: ' '}); // 4 spaces
|
||||
// ... or
|
||||
hljs.configure({tabReplace: '<span class="indent">\t</span>'});
|
||||
|
||||
hljs.initHighlightingOnLoad();
|
||||
</script>
|
||||
```
|
||||
|
||||
## Custom initialization
|
||||
|
||||
If you use different markup for code blocks you can initialize them manually
|
||||
with `highlightBlock(code)` function. It takes a DOM element containing the
|
||||
code to highlight and optionally a string with which to replace TAB
|
||||
characters.
|
||||
|
||||
Initialization using, for example, jQuery might look like this:
|
||||
|
||||
```javascript
|
||||
$(document).ready(function() {
|
||||
$('pre code').each(function(i, e) {hljs.highlightBlock(e)});
|
||||
});
|
||||
```
|
||||
|
||||
You can use `highlightBlock` to highlight blocks dynamically inserted into
|
||||
the page. Just make sure you don't do it twice for already highlighted
|
||||
blocks.
|
||||
|
||||
If your code container relies on `<br>` tags instead of line breaks (i.e. if
|
||||
it's not `<pre>`) set the `useBR` option to `true`:
|
||||
|
||||
```javascript
|
||||
hljs.configure({useBR: true});
|
||||
$('div.code').each(function(i, e) {hljs.highlightBlock(e)});
|
||||
```
|
||||
|
||||
|
||||
## Heuristics
|
||||
|
||||
Autodetection of a code's language is done using a simple heuristic:
|
||||
the program tries to highlight a fragment with all available languages and
|
||||
counts all syntactic structures that it finds along the way. The language
|
||||
with greatest count wins.
|
||||
|
||||
This means that in short fragments the probability of an error is high
|
||||
(and it really happens sometimes). In this cases you can set the fragment's
|
||||
language explicitly by assigning a class to the `<code>` element:
|
||||
|
||||
```html
|
||||
<pre><code class="html">...</code></pre>
|
||||
```
|
||||
|
||||
You can use class names recommended in HTML5: "language-html",
|
||||
"language-php". Classes also can be assigned to the `<pre>` element.
|
||||
|
||||
To disable highlighting of a fragment altogether use "no-highlight" class:
|
||||
|
||||
```html
|
||||
<pre><code class="no-highlight">...</code></pre>
|
||||
```
|
||||
|
||||
|
||||
## Export
|
||||
|
||||
File export.html contains a little program that allows you to paste in a code
|
||||
snippet and then copy and paste the resulting HTML code generated by the
|
||||
highlighter. This is useful in situations when you can't use the script itself
|
||||
on a site.
|
||||
|
||||
|
||||
## Meta
|
||||
|
||||
- Version: 8.0
|
||||
- URL: http://highlightjs.org/
|
||||
|
||||
For the license terms see LICENSE files.
|
||||
For authors and contributors see AUTHORS.en.txt file.
|
||||
|
||||
+171
-171
@@ -1,171 +1,171 @@
|
||||
# Highlight.js
|
||||
|
||||
Highlight.js нужен для подсветки синтаксиса в примерах кода в блогах,
|
||||
форумах и вообще на любых веб-страницах. Пользоваться им очень просто,
|
||||
потому что работает он автоматически: сам находит блоки кода, сам
|
||||
определяет язык, сам подсвечивает.
|
||||
|
||||
Автоопределением языка можно управлять, когда оно не справляется само (см.
|
||||
дальше "Эвристика").
|
||||
|
||||
|
||||
## Простое использование
|
||||
|
||||
Подключите библиотеку и стиль на страницу и повесть вызов подсветки на
|
||||
загрузку страницы:
|
||||
|
||||
```html
|
||||
<link rel="stylesheet" href="styles/default.css">
|
||||
<script src="highlight.pack.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
```
|
||||
|
||||
Весь код на странице, обрамлённый в теги `<pre><code> .. </code></pre>`
|
||||
будет автоматически подсвечен. Если вы используете другие теги или хотите
|
||||
подсвечивать блоки кода динамически, читайте "Инициализацию вручную" ниже.
|
||||
|
||||
- Вы можете скачать собственную версию "highlight.pack.js" или сослаться
|
||||
на захостенный файл, как описано на странице загрузки:
|
||||
<http://highlightjs.org/download/>
|
||||
|
||||
- Стилевые темы можно найти в загруженном архиве или также использовать
|
||||
захостенные. Чтобы сделать собственный стиль для своего сайта, вам
|
||||
будет полезен [CSS classes reference][cr], который тоже есть в архиве.
|
||||
|
||||
[cr]: http://highlightjs.readthedocs.org/en/latest/css-classes-reference.html
|
||||
|
||||
|
||||
## node.js
|
||||
|
||||
Highlight.js можно использовать в node.js. Библиотеку со всеми возможными языками можно
|
||||
установить с NPM:
|
||||
|
||||
npm install highlight.js
|
||||
|
||||
Также её можно собрать из исходников с только теми языками, которые нужны:
|
||||
|
||||
python3 tools/build.py -tnode lang1 lang2 ..
|
||||
|
||||
Использование библиотеки:
|
||||
|
||||
```javascript
|
||||
var hljs = require('highlight.js');
|
||||
|
||||
// Если вы знаете язык
|
||||
hljs.highlight(lang, code).value;
|
||||
|
||||
// Автоопределение языка
|
||||
hljs.highlightAuto(code).value;
|
||||
```
|
||||
|
||||
|
||||
## AMD
|
||||
|
||||
Highlight.js можно использовать с загрузчиком AMD-модулей. Для этого его
|
||||
нужно собрать из исходников следующей командой:
|
||||
|
||||
```bash
|
||||
$ python3 tools/build.py -tamd lang1 lang2 ..
|
||||
```
|
||||
|
||||
Она создаст файл `build/highlight.pack.js`, который является загружаемым
|
||||
AMD-модулем и содержит все выбранные при сборке языки. Используется он так:
|
||||
|
||||
```javascript
|
||||
require(["highlight.js/build/highlight.pack"], function(hljs){
|
||||
|
||||
// Если вы знаете язык
|
||||
hljs.highlight(lang, code).value;
|
||||
|
||||
// Автоопределение языка
|
||||
hljs.highlightAuto(code).value;
|
||||
});
|
||||
```
|
||||
|
||||
|
||||
## Замена TABов
|
||||
|
||||
Также вы можете заменить символы TAB ('\x09'), используемые для отступов, на
|
||||
фиксированное количество пробелов или на отдельный `<span>`, чтобы задать ему
|
||||
какой-нибудь специальный стиль:
|
||||
|
||||
```html
|
||||
<script type="text/javascript">
|
||||
hljs.configure({tabReplace: ' '}); // 4 spaces
|
||||
// ... or
|
||||
hljs.configure({tabReplace: '<span class="indent">\t</span>'});
|
||||
|
||||
hljs.initHighlightingOnLoad();
|
||||
</script>
|
||||
```
|
||||
|
||||
|
||||
## Инициализация вручную
|
||||
|
||||
Если вы используете другие теги для блоков кода, вы можете инициализировать их
|
||||
явно с помощью функции `highlightBlock(code)`. Она принимает DOM-элемент с
|
||||
текстом расцвечиваемого кода и опционально - строчку для замены символов TAB.
|
||||
|
||||
Например с использованием jQuery код инициализации может выглядеть так:
|
||||
|
||||
```javascript
|
||||
$(document).ready(function() {
|
||||
$('pre code').each(function(i, e) {hljs.highlightBlock(e)});
|
||||
});
|
||||
```
|
||||
|
||||
`highlightBlock` можно также использовать, чтобы подсветить блоки кода,
|
||||
добавленные на страницу динамически. Только убедитесь, что вы не делаете этого
|
||||
повторно для уже раскрашенных блоков.
|
||||
|
||||
Если ваш блок кода использует `<br>` вместо переводов строки (т.е. если это не
|
||||
`<pre>`), включите опцию `useBR`:
|
||||
|
||||
```javascript
|
||||
hljs.configure({useBR: true});
|
||||
$('div.code').each(function(i, e) {hljs.highlightBlock(e)});
|
||||
```
|
||||
|
||||
|
||||
## Эвристика
|
||||
|
||||
Определение языка, на котором написан фрагмент, делается с помощью
|
||||
довольно простой эвристики: программа пытается расцветить фрагмент всеми
|
||||
языками подряд, и для каждого языка считает количество подошедших
|
||||
синтаксически конструкций и ключевых слов. Для какого языка нашлось больше,
|
||||
тот и выбирается.
|
||||
|
||||
Это означает, что в коротких фрагментах высока вероятность ошибки, что
|
||||
периодически и случается. Чтобы указать язык фрагмента явно, надо написать
|
||||
его название в виде класса к элементу `<code>`:
|
||||
|
||||
```html
|
||||
<pre><code class="html">...</code></pre>
|
||||
```
|
||||
|
||||
Можно использовать рекомендованные в HTML5 названия классов:
|
||||
"language-html", "language-php". Также можно назначать классы на элемент
|
||||
`<pre>`.
|
||||
|
||||
Чтобы запретить расцветку фрагмента вообще, используется класс "no-highlight":
|
||||
|
||||
```html
|
||||
<pre><code class="no-highlight">...</code></pre>
|
||||
```
|
||||
|
||||
|
||||
## Экспорт
|
||||
|
||||
В файле export.html находится небольшая программка, которая показывает и дает
|
||||
скопировать непосредственно HTML-код подсветки для любого заданного фрагмента кода.
|
||||
Это может понадобится например на сайте, на котором нельзя подключить сам скрипт
|
||||
highlight.js.
|
||||
|
||||
|
||||
## Координаты
|
||||
|
||||
- Версия: 8.0
|
||||
- URL: http://highlightjs.org/
|
||||
|
||||
Лицензионное соглашение читайте в файле LICENSE.
|
||||
Список авторов и соавторов читайте в файле AUTHORS.ru.txt
|
||||
# Highlight.js
|
||||
|
||||
Highlight.js нужен для подсветки синтаксиса в примерах кода в блогах,
|
||||
форумах и вообще на любых веб-страницах. Пользоваться им очень просто,
|
||||
потому что работает он автоматически: сам находит блоки кода, сам
|
||||
определяет язык, сам подсвечивает.
|
||||
|
||||
Автоопределением языка можно управлять, когда оно не справляется само (см.
|
||||
дальше "Эвристика").
|
||||
|
||||
|
||||
## Простое использование
|
||||
|
||||
Подключите библиотеку и стиль на страницу и повесть вызов подсветки на
|
||||
загрузку страницы:
|
||||
|
||||
```html
|
||||
<link rel="stylesheet" href="styles/default.css">
|
||||
<script src="highlight.pack.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
```
|
||||
|
||||
Весь код на странице, обрамлённый в теги `<pre><code> .. </code></pre>`
|
||||
будет автоматически подсвечен. Если вы используете другие теги или хотите
|
||||
подсвечивать блоки кода динамически, читайте "Инициализацию вручную" ниже.
|
||||
|
||||
- Вы можете скачать собственную версию "highlight.pack.js" или сослаться
|
||||
на захостенный файл, как описано на странице загрузки:
|
||||
<http://highlightjs.org/download/>
|
||||
|
||||
- Стилевые темы можно найти в загруженном архиве или также использовать
|
||||
захостенные. Чтобы сделать собственный стиль для своего сайта, вам
|
||||
будет полезен [CSS classes reference][cr], который тоже есть в архиве.
|
||||
|
||||
[cr]: http://highlightjs.readthedocs.org/en/latest/css-classes-reference.html
|
||||
|
||||
|
||||
## node.js
|
||||
|
||||
Highlight.js можно использовать в node.js. Библиотеку со всеми возможными языками можно
|
||||
установить с NPM:
|
||||
|
||||
npm install highlight.js
|
||||
|
||||
Также её можно собрать из исходников с только теми языками, которые нужны:
|
||||
|
||||
python3 tools/build.py -tnode lang1 lang2 ..
|
||||
|
||||
Использование библиотеки:
|
||||
|
||||
```javascript
|
||||
var hljs = require('highlight.js');
|
||||
|
||||
// Если вы знаете язык
|
||||
hljs.highlight(lang, code).value;
|
||||
|
||||
// Автоопределение языка
|
||||
hljs.highlightAuto(code).value;
|
||||
```
|
||||
|
||||
|
||||
## AMD
|
||||
|
||||
Highlight.js можно использовать с загрузчиком AMD-модулей. Для этого его
|
||||
нужно собрать из исходников следующей командой:
|
||||
|
||||
```bash
|
||||
$ python3 tools/build.py -tamd lang1 lang2 ..
|
||||
```
|
||||
|
||||
Она создаст файл `build/highlight.pack.js`, который является загружаемым
|
||||
AMD-модулем и содержит все выбранные при сборке языки. Используется он так:
|
||||
|
||||
```javascript
|
||||
require(["highlight.js/build/highlight.pack"], function(hljs){
|
||||
|
||||
// Если вы знаете язык
|
||||
hljs.highlight(lang, code).value;
|
||||
|
||||
// Автоопределение языка
|
||||
hljs.highlightAuto(code).value;
|
||||
});
|
||||
```
|
||||
|
||||
|
||||
## Замена TABов
|
||||
|
||||
Также вы можете заменить символы TAB ('\x09'), используемые для отступов, на
|
||||
фиксированное количество пробелов или на отдельный `<span>`, чтобы задать ему
|
||||
какой-нибудь специальный стиль:
|
||||
|
||||
```html
|
||||
<script type="text/javascript">
|
||||
hljs.configure({tabReplace: ' '}); // 4 spaces
|
||||
// ... or
|
||||
hljs.configure({tabReplace: '<span class="indent">\t</span>'});
|
||||
|
||||
hljs.initHighlightingOnLoad();
|
||||
</script>
|
||||
```
|
||||
|
||||
|
||||
## Инициализация вручную
|
||||
|
||||
Если вы используете другие теги для блоков кода, вы можете инициализировать их
|
||||
явно с помощью функции `highlightBlock(code)`. Она принимает DOM-элемент с
|
||||
текстом расцвечиваемого кода и опционально - строчку для замены символов TAB.
|
||||
|
||||
Например с использованием jQuery код инициализации может выглядеть так:
|
||||
|
||||
```javascript
|
||||
$(document).ready(function() {
|
||||
$('pre code').each(function(i, e) {hljs.highlightBlock(e)});
|
||||
});
|
||||
```
|
||||
|
||||
`highlightBlock` можно также использовать, чтобы подсветить блоки кода,
|
||||
добавленные на страницу динамически. Только убедитесь, что вы не делаете этого
|
||||
повторно для уже раскрашенных блоков.
|
||||
|
||||
Если ваш блок кода использует `<br>` вместо переводов строки (т.е. если это не
|
||||
`<pre>`), включите опцию `useBR`:
|
||||
|
||||
```javascript
|
||||
hljs.configure({useBR: true});
|
||||
$('div.code').each(function(i, e) {hljs.highlightBlock(e)});
|
||||
```
|
||||
|
||||
|
||||
## Эвристика
|
||||
|
||||
Определение языка, на котором написан фрагмент, делается с помощью
|
||||
довольно простой эвристики: программа пытается расцветить фрагмент всеми
|
||||
языками подряд, и для каждого языка считает количество подошедших
|
||||
синтаксически конструкций и ключевых слов. Для какого языка нашлось больше,
|
||||
тот и выбирается.
|
||||
|
||||
Это означает, что в коротких фрагментах высока вероятность ошибки, что
|
||||
периодически и случается. Чтобы указать язык фрагмента явно, надо написать
|
||||
его название в виде класса к элементу `<code>`:
|
||||
|
||||
```html
|
||||
<pre><code class="html">...</code></pre>
|
||||
```
|
||||
|
||||
Можно использовать рекомендованные в HTML5 названия классов:
|
||||
"language-html", "language-php". Также можно назначать классы на элемент
|
||||
`<pre>`.
|
||||
|
||||
Чтобы запретить расцветку фрагмента вообще, используется класс "no-highlight":
|
||||
|
||||
```html
|
||||
<pre><code class="no-highlight">...</code></pre>
|
||||
```
|
||||
|
||||
|
||||
## Экспорт
|
||||
|
||||
В файле export.html находится небольшая программка, которая показывает и дает
|
||||
скопировать непосредственно HTML-код подсветки для любого заданного фрагмента кода.
|
||||
Это может понадобится например на сайте, на котором нельзя подключить сам скрипт
|
||||
highlight.js.
|
||||
|
||||
|
||||
## Координаты
|
||||
|
||||
- Версия: 8.0
|
||||
- URL: http://highlightjs.org/
|
||||
|
||||
Лицензионное соглашение читайте в файле LICENSE.
|
||||
Список авторов и соавторов читайте в файле AUTHORS.ru.txt
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+160
-160
@@ -1,160 +1,160 @@
|
||||
/*
|
||||
Date: 17.V.2011
|
||||
Author: pumbur <[email protected]>
|
||||
*/
|
||||
|
||||
.hljs
|
||||
{
|
||||
display: block; padding: 0.5em;
|
||||
background: #222;
|
||||
}
|
||||
|
||||
.profile .hljs-header *,
|
||||
.ini .hljs-title,
|
||||
.nginx .hljs-title
|
||||
{
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-javadoc,
|
||||
.hljs-preprocessor,
|
||||
.hljs-preprocessor .hljs-title,
|
||||
.hljs-pragma,
|
||||
.hljs-shebang,
|
||||
.profile .hljs-summary,
|
||||
.diff,
|
||||
.hljs-pi,
|
||||
.hljs-doctype,
|
||||
.hljs-tag,
|
||||
.hljs-template_comment,
|
||||
.css .hljs-rules,
|
||||
.tex .hljs-special
|
||||
{
|
||||
color: #444;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.hljs-symbol,
|
||||
.diff .hljs-change,
|
||||
.hljs-regexp,
|
||||
.xml .hljs-attribute,
|
||||
.smalltalk .hljs-char,
|
||||
.xml .hljs-value,
|
||||
.ini .hljs-value,
|
||||
.clojure .hljs-attribute,
|
||||
.coffeescript .hljs-attribute
|
||||
{
|
||||
color: #ffcc33;
|
||||
}
|
||||
|
||||
.hljs-number,
|
||||
.hljs-addition
|
||||
{
|
||||
color: #00cc66;
|
||||
}
|
||||
|
||||
.hljs-built_in,
|
||||
.hljs-literal,
|
||||
.vhdl .hljs-typename,
|
||||
.go .hljs-constant,
|
||||
.go .hljs-typename,
|
||||
.ini .hljs-keyword,
|
||||
.lua .hljs-title,
|
||||
.perl .hljs-variable,
|
||||
.php .hljs-variable,
|
||||
.mel .hljs-variable,
|
||||
.django .hljs-variable,
|
||||
.css .funtion,
|
||||
.smalltalk .method,
|
||||
.hljs-hexcolor,
|
||||
.hljs-important,
|
||||
.hljs-flow,
|
||||
.hljs-inheritance,
|
||||
.parser3 .hljs-variable
|
||||
{
|
||||
color: #32AAEE;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-tag .hljs-title,
|
||||
.css .hljs-tag,
|
||||
.css .hljs-class,
|
||||
.css .hljs-id,
|
||||
.css .hljs-pseudo,
|
||||
.css .hljs-attr_selector,
|
||||
.lisp .hljs-title,
|
||||
.clojure .hljs-built_in,
|
||||
.hljs-winutils,
|
||||
.tex .hljs-command,
|
||||
.hljs-request,
|
||||
.hljs-status
|
||||
{
|
||||
color: #6644aa;
|
||||
}
|
||||
|
||||
.hljs-title,
|
||||
.ruby .hljs-constant,
|
||||
.vala .hljs-constant,
|
||||
.hljs-parent,
|
||||
.hljs-deletion,
|
||||
.hljs-template_tag,
|
||||
.css .hljs-keyword,
|
||||
.objectivec .hljs-class .hljs-id,
|
||||
.smalltalk .hljs-class,
|
||||
.lisp .hljs-keyword,
|
||||
.apache .hljs-tag,
|
||||
.nginx .hljs-variable,
|
||||
.hljs-envvar,
|
||||
.bash .hljs-variable,
|
||||
.go .hljs-built_in,
|
||||
.vbscript .hljs-built_in,
|
||||
.lua .hljs-built_in,
|
||||
.rsl .hljs-built_in,
|
||||
.tail,
|
||||
.avrasm .hljs-label,
|
||||
.tex .hljs-formula,
|
||||
.tex .hljs-formula *
|
||||
{
|
||||
color: #bb1166;
|
||||
}
|
||||
|
||||
.hljs-yardoctag,
|
||||
.hljs-phpdoc,
|
||||
.profile .hljs-header,
|
||||
.ini .hljs-title,
|
||||
.apache .hljs-tag,
|
||||
.parser3 .hljs-title
|
||||
{
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata
|
||||
{
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.hljs,
|
||||
.javascript,
|
||||
.css,
|
||||
.xml,
|
||||
.hljs-subst,
|
||||
.diff .hljs-chunk,
|
||||
.css .hljs-value,
|
||||
.css .hljs-attribute,
|
||||
.lisp .hljs-string,
|
||||
.lisp .hljs-number,
|
||||
.tail .hljs-params,
|
||||
.hljs-container,
|
||||
.haskell *,
|
||||
.erlang *,
|
||||
.erlang_repl *
|
||||
{
|
||||
color: #aaa;
|
||||
}
|
||||
/*
|
||||
Date: 17.V.2011
|
||||
Author: pumbur <[email protected]>
|
||||
*/
|
||||
|
||||
.hljs
|
||||
{
|
||||
display: block; padding: 0.5em;
|
||||
background: #222;
|
||||
}
|
||||
|
||||
.profile .hljs-header *,
|
||||
.ini .hljs-title,
|
||||
.nginx .hljs-title
|
||||
{
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-javadoc,
|
||||
.hljs-preprocessor,
|
||||
.hljs-preprocessor .hljs-title,
|
||||
.hljs-pragma,
|
||||
.hljs-shebang,
|
||||
.profile .hljs-summary,
|
||||
.diff,
|
||||
.hljs-pi,
|
||||
.hljs-doctype,
|
||||
.hljs-tag,
|
||||
.hljs-template_comment,
|
||||
.css .hljs-rules,
|
||||
.tex .hljs-special
|
||||
{
|
||||
color: #444;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.hljs-symbol,
|
||||
.diff .hljs-change,
|
||||
.hljs-regexp,
|
||||
.xml .hljs-attribute,
|
||||
.smalltalk .hljs-char,
|
||||
.xml .hljs-value,
|
||||
.ini .hljs-value,
|
||||
.clojure .hljs-attribute,
|
||||
.coffeescript .hljs-attribute
|
||||
{
|
||||
color: #ffcc33;
|
||||
}
|
||||
|
||||
.hljs-number,
|
||||
.hljs-addition
|
||||
{
|
||||
color: #00cc66;
|
||||
}
|
||||
|
||||
.hljs-built_in,
|
||||
.hljs-literal,
|
||||
.vhdl .hljs-typename,
|
||||
.go .hljs-constant,
|
||||
.go .hljs-typename,
|
||||
.ini .hljs-keyword,
|
||||
.lua .hljs-title,
|
||||
.perl .hljs-variable,
|
||||
.php .hljs-variable,
|
||||
.mel .hljs-variable,
|
||||
.django .hljs-variable,
|
||||
.css .funtion,
|
||||
.smalltalk .method,
|
||||
.hljs-hexcolor,
|
||||
.hljs-important,
|
||||
.hljs-flow,
|
||||
.hljs-inheritance,
|
||||
.parser3 .hljs-variable
|
||||
{
|
||||
color: #32AAEE;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-tag .hljs-title,
|
||||
.css .hljs-tag,
|
||||
.css .hljs-class,
|
||||
.css .hljs-id,
|
||||
.css .hljs-pseudo,
|
||||
.css .hljs-attr_selector,
|
||||
.lisp .hljs-title,
|
||||
.clojure .hljs-built_in,
|
||||
.hljs-winutils,
|
||||
.tex .hljs-command,
|
||||
.hljs-request,
|
||||
.hljs-status
|
||||
{
|
||||
color: #6644aa;
|
||||
}
|
||||
|
||||
.hljs-title,
|
||||
.ruby .hljs-constant,
|
||||
.vala .hljs-constant,
|
||||
.hljs-parent,
|
||||
.hljs-deletion,
|
||||
.hljs-template_tag,
|
||||
.css .hljs-keyword,
|
||||
.objectivec .hljs-class .hljs-id,
|
||||
.smalltalk .hljs-class,
|
||||
.lisp .hljs-keyword,
|
||||
.apache .hljs-tag,
|
||||
.nginx .hljs-variable,
|
||||
.hljs-envvar,
|
||||
.bash .hljs-variable,
|
||||
.go .hljs-built_in,
|
||||
.vbscript .hljs-built_in,
|
||||
.lua .hljs-built_in,
|
||||
.rsl .hljs-built_in,
|
||||
.tail,
|
||||
.avrasm .hljs-label,
|
||||
.tex .hljs-formula,
|
||||
.tex .hljs-formula *
|
||||
{
|
||||
color: #bb1166;
|
||||
}
|
||||
|
||||
.hljs-yardoctag,
|
||||
.hljs-phpdoc,
|
||||
.profile .hljs-header,
|
||||
.ini .hljs-title,
|
||||
.apache .hljs-tag,
|
||||
.parser3 .hljs-title
|
||||
{
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata
|
||||
{
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.hljs,
|
||||
.javascript,
|
||||
.css,
|
||||
.xml,
|
||||
.hljs-subst,
|
||||
.diff .hljs-chunk,
|
||||
.css .hljs-value,
|
||||
.css .hljs-attribute,
|
||||
.lisp .hljs-string,
|
||||
.lisp .hljs-number,
|
||||
.tail .hljs-params,
|
||||
.hljs-container,
|
||||
.haskell *,
|
||||
.erlang *,
|
||||
.erlang_repl *
|
||||
{
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
+50
-50
@@ -1,50 +1,50 @@
|
||||
/*
|
||||
|
||||
Original style from softwaremaniacs.org (c) Ivan Sagalaev <[email protected]>
|
||||
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
background: white; color: black;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.hljs-tag .hljs-value,
|
||||
.hljs-filter .hljs-argument,
|
||||
.hljs-addition,
|
||||
.hljs-change,
|
||||
.apache .hljs-tag,
|
||||
.apache .hljs-cbracket,
|
||||
.nginx .hljs-built_in,
|
||||
.tex .hljs-formula {
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-template_comment,
|
||||
.hljs-shebang,
|
||||
.hljs-doctype,
|
||||
.hljs-pi,
|
||||
.hljs-javadoc,
|
||||
.hljs-deletion,
|
||||
.apache .hljs-sqbracket {
|
||||
color: #CCC;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-tag .hljs-title,
|
||||
.ini .hljs-title,
|
||||
.lisp .hljs-title,
|
||||
.clojure .hljs-title,
|
||||
.http .hljs-title,
|
||||
.nginx .hljs-title,
|
||||
.css .hljs-tag,
|
||||
.hljs-winutils,
|
||||
.hljs-flow,
|
||||
.apache .hljs-tag,
|
||||
.tex .hljs-command,
|
||||
.hljs-request,
|
||||
.hljs-status {
|
||||
font-weight: bold;
|
||||
}
|
||||
/*
|
||||
|
||||
Original style from softwaremaniacs.org (c) Ivan Sagalaev <[email protected]>
|
||||
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
background: white; color: black;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.hljs-tag .hljs-value,
|
||||
.hljs-filter .hljs-argument,
|
||||
.hljs-addition,
|
||||
.hljs-change,
|
||||
.apache .hljs-tag,
|
||||
.apache .hljs-cbracket,
|
||||
.nginx .hljs-built_in,
|
||||
.tex .hljs-formula {
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-template_comment,
|
||||
.hljs-shebang,
|
||||
.hljs-doctype,
|
||||
.hljs-pi,
|
||||
.hljs-javadoc,
|
||||
.hljs-deletion,
|
||||
.apache .hljs-sqbracket {
|
||||
color: #CCC;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-tag .hljs-title,
|
||||
.ini .hljs-title,
|
||||
.lisp .hljs-title,
|
||||
.clojure .hljs-title,
|
||||
.http .hljs-title,
|
||||
.nginx .hljs-title,
|
||||
.css .hljs-tag,
|
||||
.hljs-winutils,
|
||||
.hljs-flow,
|
||||
.apache .hljs-tag,
|
||||
.tex .hljs-command,
|
||||
.hljs-request,
|
||||
.hljs-status {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
+93
-93
@@ -1,93 +1,93 @@
|
||||
/* Base16 Atelier Dune Dark - Theme */
|
||||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/dune) */
|
||||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
|
||||
/* https://github.com/jmblog/color-themes-for-highlightjs */
|
||||
|
||||
/* Atelier Dune Dark Comment */
|
||||
.hljs-comment,
|
||||
.hljs-title {
|
||||
color: #999580;
|
||||
}
|
||||
|
||||
/* Atelier Dune Dark Red */
|
||||
.hljs-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-regexp,
|
||||
.ruby .hljs-constant,
|
||||
.xml .hljs-tag .hljs-title,
|
||||
.xml .hljs-pi,
|
||||
.xml .hljs-doctype,
|
||||
.html .hljs-doctype,
|
||||
.css .hljs-id,
|
||||
.css .hljs-class,
|
||||
.css .hljs-pseudo {
|
||||
color: #d73737;
|
||||
}
|
||||
|
||||
/* Atelier Dune Dark Orange */
|
||||
.hljs-number,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-built_in,
|
||||
.hljs-literal,
|
||||
.hljs-params,
|
||||
.hljs-constant {
|
||||
color: #b65611;
|
||||
}
|
||||
|
||||
/* Atelier Dune Dark Yellow */
|
||||
.ruby .hljs-class .hljs-title,
|
||||
.css .hljs-rules .hljs-attribute {
|
||||
color: #cfb017;
|
||||
}
|
||||
|
||||
/* Atelier Dune Dark Green */
|
||||
.hljs-string,
|
||||
.hljs-value,
|
||||
.hljs-inheritance,
|
||||
.hljs-header,
|
||||
.ruby .hljs-symbol,
|
||||
.xml .hljs-cdata {
|
||||
color: #60ac39;
|
||||
}
|
||||
|
||||
/* Atelier Dune Dark Aqua */
|
||||
.css .hljs-hexcolor {
|
||||
color: #1fad83;
|
||||
}
|
||||
|
||||
/* Atelier Dune Dark Blue */
|
||||
.hljs-function,
|
||||
.python .hljs-decorator,
|
||||
.python .hljs-title,
|
||||
.ruby .hljs-function .hljs-title,
|
||||
.ruby .hljs-title .hljs-keyword,
|
||||
.perl .hljs-sub,
|
||||
.javascript .hljs-title,
|
||||
.coffeescript .hljs-title {
|
||||
color: #6684e1;
|
||||
}
|
||||
|
||||
/* Atelier Dune Dark Purple */
|
||||
.hljs-keyword,
|
||||
.javascript .hljs-function {
|
||||
color: #b854d4;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
background: #292824;
|
||||
color: #a6a28c;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
/* Base16 Atelier Dune Dark - Theme */
|
||||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/dune) */
|
||||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
|
||||
/* https://github.com/jmblog/color-themes-for-highlightjs */
|
||||
|
||||
/* Atelier Dune Dark Comment */
|
||||
.hljs-comment,
|
||||
.hljs-title {
|
||||
color: #999580;
|
||||
}
|
||||
|
||||
/* Atelier Dune Dark Red */
|
||||
.hljs-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-regexp,
|
||||
.ruby .hljs-constant,
|
||||
.xml .hljs-tag .hljs-title,
|
||||
.xml .hljs-pi,
|
||||
.xml .hljs-doctype,
|
||||
.html .hljs-doctype,
|
||||
.css .hljs-id,
|
||||
.css .hljs-class,
|
||||
.css .hljs-pseudo {
|
||||
color: #d73737;
|
||||
}
|
||||
|
||||
/* Atelier Dune Dark Orange */
|
||||
.hljs-number,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-built_in,
|
||||
.hljs-literal,
|
||||
.hljs-params,
|
||||
.hljs-constant {
|
||||
color: #b65611;
|
||||
}
|
||||
|
||||
/* Atelier Dune Dark Yellow */
|
||||
.ruby .hljs-class .hljs-title,
|
||||
.css .hljs-rules .hljs-attribute {
|
||||
color: #cfb017;
|
||||
}
|
||||
|
||||
/* Atelier Dune Dark Green */
|
||||
.hljs-string,
|
||||
.hljs-value,
|
||||
.hljs-inheritance,
|
||||
.hljs-header,
|
||||
.ruby .hljs-symbol,
|
||||
.xml .hljs-cdata {
|
||||
color: #60ac39;
|
||||
}
|
||||
|
||||
/* Atelier Dune Dark Aqua */
|
||||
.css .hljs-hexcolor {
|
||||
color: #1fad83;
|
||||
}
|
||||
|
||||
/* Atelier Dune Dark Blue */
|
||||
.hljs-function,
|
||||
.python .hljs-decorator,
|
||||
.python .hljs-title,
|
||||
.ruby .hljs-function .hljs-title,
|
||||
.ruby .hljs-title .hljs-keyword,
|
||||
.perl .hljs-sub,
|
||||
.javascript .hljs-title,
|
||||
.coffeescript .hljs-title {
|
||||
color: #6684e1;
|
||||
}
|
||||
|
||||
/* Atelier Dune Dark Purple */
|
||||
.hljs-keyword,
|
||||
.javascript .hljs-function {
|
||||
color: #b854d4;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
background: #292824;
|
||||
color: #a6a28c;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
+93
-93
@@ -1,93 +1,93 @@
|
||||
/* Base16 Atelier Dune Light - Theme */
|
||||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/dune) */
|
||||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
|
||||
/* https://github.com/jmblog/color-themes-for-highlightjs */
|
||||
|
||||
/* Atelier Dune Light Comment */
|
||||
.hljs-comment,
|
||||
.hljs-title {
|
||||
color: #7d7a68;
|
||||
}
|
||||
|
||||
/* Atelier Dune Light Red */
|
||||
.hljs-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-regexp,
|
||||
.ruby .hljs-constant,
|
||||
.xml .hljs-tag .hljs-title,
|
||||
.xml .hljs-pi,
|
||||
.xml .hljs-doctype,
|
||||
.html .hljs-doctype,
|
||||
.css .hljs-id,
|
||||
.css .hljs-class,
|
||||
.css .hljs-pseudo {
|
||||
color: #d73737;
|
||||
}
|
||||
|
||||
/* Atelier Dune Light Orange */
|
||||
.hljs-number,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-built_in,
|
||||
.hljs-literal,
|
||||
.hljs-params,
|
||||
.hljs-constant {
|
||||
color: #b65611;
|
||||
}
|
||||
|
||||
/* Atelier Dune Light Yellow */
|
||||
.hljs-ruby .hljs-class .hljs-title,
|
||||
.css .hljs-rules .hljs-attribute {
|
||||
color: #cfb017;
|
||||
}
|
||||
|
||||
/* Atelier Dune Light Green */
|
||||
.hljs-string,
|
||||
.hljs-value,
|
||||
.hljs-inheritance,
|
||||
.hljs-header,
|
||||
.ruby .hljs-symbol,
|
||||
.xml .hljs-cdata {
|
||||
color: #60ac39;
|
||||
}
|
||||
|
||||
/* Atelier Dune Light Aqua */
|
||||
.css .hljs-hexcolor {
|
||||
color: #1fad83;
|
||||
}
|
||||
|
||||
/* Atelier Dune Light Blue */
|
||||
.hljs-function,
|
||||
.python .hljs-decorator,
|
||||
.python .hljs-title,
|
||||
.ruby .hljs-function .hljs-title,
|
||||
.ruby .hljs-title .hljs-keyword,
|
||||
.perl .hljs-sub,
|
||||
.javascript .hljs-title,
|
||||
.coffeescript .hljs-title {
|
||||
color: #6684e1;
|
||||
}
|
||||
|
||||
/* Atelier Dune Light Purple */
|
||||
.hljs-keyword,
|
||||
.javascript .hljs-function {
|
||||
color: #b854d4;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
background: #fefbec;
|
||||
color: #6e6b5e;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
/* Base16 Atelier Dune Light - Theme */
|
||||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/dune) */
|
||||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
|
||||
/* https://github.com/jmblog/color-themes-for-highlightjs */
|
||||
|
||||
/* Atelier Dune Light Comment */
|
||||
.hljs-comment,
|
||||
.hljs-title {
|
||||
color: #7d7a68;
|
||||
}
|
||||
|
||||
/* Atelier Dune Light Red */
|
||||
.hljs-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-regexp,
|
||||
.ruby .hljs-constant,
|
||||
.xml .hljs-tag .hljs-title,
|
||||
.xml .hljs-pi,
|
||||
.xml .hljs-doctype,
|
||||
.html .hljs-doctype,
|
||||
.css .hljs-id,
|
||||
.css .hljs-class,
|
||||
.css .hljs-pseudo {
|
||||
color: #d73737;
|
||||
}
|
||||
|
||||
/* Atelier Dune Light Orange */
|
||||
.hljs-number,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-built_in,
|
||||
.hljs-literal,
|
||||
.hljs-params,
|
||||
.hljs-constant {
|
||||
color: #b65611;
|
||||
}
|
||||
|
||||
/* Atelier Dune Light Yellow */
|
||||
.hljs-ruby .hljs-class .hljs-title,
|
||||
.css .hljs-rules .hljs-attribute {
|
||||
color: #cfb017;
|
||||
}
|
||||
|
||||
/* Atelier Dune Light Green */
|
||||
.hljs-string,
|
||||
.hljs-value,
|
||||
.hljs-inheritance,
|
||||
.hljs-header,
|
||||
.ruby .hljs-symbol,
|
||||
.xml .hljs-cdata {
|
||||
color: #60ac39;
|
||||
}
|
||||
|
||||
/* Atelier Dune Light Aqua */
|
||||
.css .hljs-hexcolor {
|
||||
color: #1fad83;
|
||||
}
|
||||
|
||||
/* Atelier Dune Light Blue */
|
||||
.hljs-function,
|
||||
.python .hljs-decorator,
|
||||
.python .hljs-title,
|
||||
.ruby .hljs-function .hljs-title,
|
||||
.ruby .hljs-title .hljs-keyword,
|
||||
.perl .hljs-sub,
|
||||
.javascript .hljs-title,
|
||||
.coffeescript .hljs-title {
|
||||
color: #6684e1;
|
||||
}
|
||||
|
||||
/* Atelier Dune Light Purple */
|
||||
.hljs-keyword,
|
||||
.javascript .hljs-function {
|
||||
color: #b854d4;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
background: #fefbec;
|
||||
color: #6e6b5e;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
+93
-93
@@ -1,93 +1,93 @@
|
||||
/* Base16 Atelier Forest Dark - Theme */
|
||||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/forest) */
|
||||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
|
||||
/* https://github.com/jmblog/color-themes-for-highlightjs */
|
||||
|
||||
/* Atelier Forest Dark Comment */
|
||||
.hljs-comment,
|
||||
.hljs-title {
|
||||
color: #9c9491;
|
||||
}
|
||||
|
||||
/* Atelier Forest Dark Red */
|
||||
.hljs-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-regexp,
|
||||
.ruby .hljs-constant,
|
||||
.xml .hljs-tag .hljs-title,
|
||||
.xml .hljs-pi,
|
||||
.xml .hljs-doctype,
|
||||
.html .hljs-doctype,
|
||||
.css .hljs-id,
|
||||
.css .hljs-class,
|
||||
.css .hljs-pseudo {
|
||||
color: #f22c40;
|
||||
}
|
||||
|
||||
/* Atelier Forest Dark Orange */
|
||||
.hljs-number,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-built_in,
|
||||
.hljs-literal,
|
||||
.hljs-params,
|
||||
.hljs-constant {
|
||||
color: #df5320;
|
||||
}
|
||||
|
||||
/* Atelier Forest Dark Yellow */
|
||||
.hljs-ruby .hljs-class .hljs-title,
|
||||
.css .hljs-rules .hljs-attribute {
|
||||
color: #d5911a;
|
||||
}
|
||||
|
||||
/* Atelier Forest Dark Green */
|
||||
.hljs-string,
|
||||
.hljs-value,
|
||||
.hljs-inheritance,
|
||||
.hljs-header,
|
||||
.ruby .hljs-symbol,
|
||||
.xml .hljs-cdata {
|
||||
color: #5ab738;
|
||||
}
|
||||
|
||||
/* Atelier Forest Dark Aqua */
|
||||
.css .hljs-hexcolor {
|
||||
color: #00ad9c;
|
||||
}
|
||||
|
||||
/* Atelier Forest Dark Blue */
|
||||
.hljs-function,
|
||||
.python .hljs-decorator,
|
||||
.python .hljs-title,
|
||||
.ruby .hljs-function .hljs-title,
|
||||
.ruby .hljs-title .hljs-keyword,
|
||||
.perl .hljs-sub,
|
||||
.javascript .hljs-title,
|
||||
.coffeescript .hljs-title {
|
||||
color: #407ee7;
|
||||
}
|
||||
|
||||
/* Atelier Forest Dark Purple */
|
||||
.hljs-keyword,
|
||||
.javascript .hljs-function {
|
||||
color: #6666ea;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
background: #2c2421;
|
||||
color: #a8a19f;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
/* Base16 Atelier Forest Dark - Theme */
|
||||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/forest) */
|
||||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
|
||||
/* https://github.com/jmblog/color-themes-for-highlightjs */
|
||||
|
||||
/* Atelier Forest Dark Comment */
|
||||
.hljs-comment,
|
||||
.hljs-title {
|
||||
color: #9c9491;
|
||||
}
|
||||
|
||||
/* Atelier Forest Dark Red */
|
||||
.hljs-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-regexp,
|
||||
.ruby .hljs-constant,
|
||||
.xml .hljs-tag .hljs-title,
|
||||
.xml .hljs-pi,
|
||||
.xml .hljs-doctype,
|
||||
.html .hljs-doctype,
|
||||
.css .hljs-id,
|
||||
.css .hljs-class,
|
||||
.css .hljs-pseudo {
|
||||
color: #f22c40;
|
||||
}
|
||||
|
||||
/* Atelier Forest Dark Orange */
|
||||
.hljs-number,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-built_in,
|
||||
.hljs-literal,
|
||||
.hljs-params,
|
||||
.hljs-constant {
|
||||
color: #df5320;
|
||||
}
|
||||
|
||||
/* Atelier Forest Dark Yellow */
|
||||
.hljs-ruby .hljs-class .hljs-title,
|
||||
.css .hljs-rules .hljs-attribute {
|
||||
color: #d5911a;
|
||||
}
|
||||
|
||||
/* Atelier Forest Dark Green */
|
||||
.hljs-string,
|
||||
.hljs-value,
|
||||
.hljs-inheritance,
|
||||
.hljs-header,
|
||||
.ruby .hljs-symbol,
|
||||
.xml .hljs-cdata {
|
||||
color: #5ab738;
|
||||
}
|
||||
|
||||
/* Atelier Forest Dark Aqua */
|
||||
.css .hljs-hexcolor {
|
||||
color: #00ad9c;
|
||||
}
|
||||
|
||||
/* Atelier Forest Dark Blue */
|
||||
.hljs-function,
|
||||
.python .hljs-decorator,
|
||||
.python .hljs-title,
|
||||
.ruby .hljs-function .hljs-title,
|
||||
.ruby .hljs-title .hljs-keyword,
|
||||
.perl .hljs-sub,
|
||||
.javascript .hljs-title,
|
||||
.coffeescript .hljs-title {
|
||||
color: #407ee7;
|
||||
}
|
||||
|
||||
/* Atelier Forest Dark Purple */
|
||||
.hljs-keyword,
|
||||
.javascript .hljs-function {
|
||||
color: #6666ea;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
background: #2c2421;
|
||||
color: #a8a19f;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
+93
-93
@@ -1,93 +1,93 @@
|
||||
/* Base16 Atelier Forest Light - Theme */
|
||||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/forest) */
|
||||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
|
||||
/* https://github.com/jmblog/color-themes-for-highlightjs */
|
||||
|
||||
/* Atelier Forest Light Comment */
|
||||
.hljs-comment,
|
||||
.hljs-title {
|
||||
color: #766e6b;
|
||||
}
|
||||
|
||||
/* Atelier Forest Light Red */
|
||||
.hljs-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-regexp,
|
||||
.ruby .hljs-constant,
|
||||
.xml .hljs-tag .hljs-title,
|
||||
.xml .hljs-pi,
|
||||
.xml .hljs-doctype,
|
||||
.html .hljs-doctype,
|
||||
.css .hljs-id,
|
||||
.css .hljs-class,
|
||||
.css .hljs-pseudo {
|
||||
color: #f22c40;
|
||||
}
|
||||
|
||||
/* Atelier Forest Light Orange */
|
||||
.hljs-number,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-built_in,
|
||||
.hljs-literal,
|
||||
.hljs-params,
|
||||
.hljs-constant {
|
||||
color: #df5320;
|
||||
}
|
||||
|
||||
/* Atelier Forest Light Yellow */
|
||||
.hljs-ruby .hljs-class .hljs-title,
|
||||
.css .hljs-rules .hljs-attribute {
|
||||
color: #d5911a;
|
||||
}
|
||||
|
||||
/* Atelier Forest Light Green */
|
||||
.hljs-string,
|
||||
.hljs-value,
|
||||
.hljs-inheritance,
|
||||
.hljs-header,
|
||||
.ruby .hljs-symbol,
|
||||
.xml .hljs-cdata {
|
||||
color: #5ab738;
|
||||
}
|
||||
|
||||
/* Atelier Forest Light Aqua */
|
||||
.css .hljs-hexcolor {
|
||||
color: #00ad9c;
|
||||
}
|
||||
|
||||
/* Atelier Forest Light Blue */
|
||||
.hljs-function,
|
||||
.python .hljs-decorator,
|
||||
.python .hljs-title,
|
||||
.ruby .hljs-function .hljs-title,
|
||||
.ruby .hljs-title .hljs-keyword,
|
||||
.perl .hljs-sub,
|
||||
.javascript .hljs-title,
|
||||
.coffeescript .hljs-title {
|
||||
color: #407ee7;
|
||||
}
|
||||
|
||||
/* Atelier Forest Light Purple */
|
||||
.hljs-keyword,
|
||||
.javascript .hljs-function {
|
||||
color: #6666ea;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
background: #f1efee;
|
||||
color: #68615e;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
/* Base16 Atelier Forest Light - Theme */
|
||||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/forest) */
|
||||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
|
||||
/* https://github.com/jmblog/color-themes-for-highlightjs */
|
||||
|
||||
/* Atelier Forest Light Comment */
|
||||
.hljs-comment,
|
||||
.hljs-title {
|
||||
color: #766e6b;
|
||||
}
|
||||
|
||||
/* Atelier Forest Light Red */
|
||||
.hljs-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-regexp,
|
||||
.ruby .hljs-constant,
|
||||
.xml .hljs-tag .hljs-title,
|
||||
.xml .hljs-pi,
|
||||
.xml .hljs-doctype,
|
||||
.html .hljs-doctype,
|
||||
.css .hljs-id,
|
||||
.css .hljs-class,
|
||||
.css .hljs-pseudo {
|
||||
color: #f22c40;
|
||||
}
|
||||
|
||||
/* Atelier Forest Light Orange */
|
||||
.hljs-number,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-built_in,
|
||||
.hljs-literal,
|
||||
.hljs-params,
|
||||
.hljs-constant {
|
||||
color: #df5320;
|
||||
}
|
||||
|
||||
/* Atelier Forest Light Yellow */
|
||||
.hljs-ruby .hljs-class .hljs-title,
|
||||
.css .hljs-rules .hljs-attribute {
|
||||
color: #d5911a;
|
||||
}
|
||||
|
||||
/* Atelier Forest Light Green */
|
||||
.hljs-string,
|
||||
.hljs-value,
|
||||
.hljs-inheritance,
|
||||
.hljs-header,
|
||||
.ruby .hljs-symbol,
|
||||
.xml .hljs-cdata {
|
||||
color: #5ab738;
|
||||
}
|
||||
|
||||
/* Atelier Forest Light Aqua */
|
||||
.css .hljs-hexcolor {
|
||||
color: #00ad9c;
|
||||
}
|
||||
|
||||
/* Atelier Forest Light Blue */
|
||||
.hljs-function,
|
||||
.python .hljs-decorator,
|
||||
.python .hljs-title,
|
||||
.ruby .hljs-function .hljs-title,
|
||||
.ruby .hljs-title .hljs-keyword,
|
||||
.perl .hljs-sub,
|
||||
.javascript .hljs-title,
|
||||
.coffeescript .hljs-title {
|
||||
color: #407ee7;
|
||||
}
|
||||
|
||||
/* Atelier Forest Light Purple */
|
||||
.hljs-keyword,
|
||||
.javascript .hljs-function {
|
||||
color: #6666ea;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
background: #f1efee;
|
||||
color: #68615e;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
+93
-93
@@ -1,93 +1,93 @@
|
||||
/* Base16 Atelier Heath Dark - Theme */
|
||||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/heath) */
|
||||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
|
||||
/* https://github.com/jmblog/color-themes-for-highlightjs */
|
||||
|
||||
/* Atelier Heath Dark Comment */
|
||||
.hljs-comment,
|
||||
.hljs-title {
|
||||
color: #9e8f9e;
|
||||
}
|
||||
|
||||
/* Atelier Heath Dark Red */
|
||||
.hljs-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-regexp,
|
||||
.ruby .hljs-constant,
|
||||
.xml .hljs-tag .hljs-title,
|
||||
.xml .hljs-pi,
|
||||
.xml .hljs-doctype,
|
||||
.html .hljs-doctype,
|
||||
.css .hljs-id,
|
||||
.css .hljs-class,
|
||||
.css .hljs-pseudo {
|
||||
color: #ca402b;
|
||||
}
|
||||
|
||||
/* Atelier Heath Dark Orange */
|
||||
.hljs-number,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-built_in,
|
||||
.hljs-literal,
|
||||
.hljs-params,
|
||||
.hljs-constant {
|
||||
color: #a65926;
|
||||
}
|
||||
|
||||
/* Atelier Heath Dark Yellow */
|
||||
.hljs-ruby .hljs-class .hljs-title,
|
||||
.css .hljs-rules .hljs-attribute {
|
||||
color: #bb8a35;
|
||||
}
|
||||
|
||||
/* Atelier Heath Dark Green */
|
||||
.hljs-string,
|
||||
.hljs-value,
|
||||
.hljs-inheritance,
|
||||
.hljs-header,
|
||||
.ruby .hljs-symbol,
|
||||
.xml .hljs-cdata {
|
||||
color: #379a37;
|
||||
}
|
||||
|
||||
/* Atelier Heath Dark Aqua */
|
||||
.css .hljs-hexcolor {
|
||||
color: #159393;
|
||||
}
|
||||
|
||||
/* Atelier Heath Dark Blue */
|
||||
.hljs-function,
|
||||
.python .hljs-decorator,
|
||||
.python .hljs-title,
|
||||
.ruby .hljs-function .hljs-title,
|
||||
.ruby .hljs-title .hljs-keyword,
|
||||
.perl .hljs-sub,
|
||||
.javascript .hljs-title,
|
||||
.coffeescript .hljs-title {
|
||||
color: #516aec;
|
||||
}
|
||||
|
||||
/* Atelier Heath Dark Purple */
|
||||
.hljs-keyword,
|
||||
.javascript .hljs-function {
|
||||
color: #7b59c0;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
background: #292329;
|
||||
color: #ab9bab;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
/* Base16 Atelier Heath Dark - Theme */
|
||||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/heath) */
|
||||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
|
||||
/* https://github.com/jmblog/color-themes-for-highlightjs */
|
||||
|
||||
/* Atelier Heath Dark Comment */
|
||||
.hljs-comment,
|
||||
.hljs-title {
|
||||
color: #9e8f9e;
|
||||
}
|
||||
|
||||
/* Atelier Heath Dark Red */
|
||||
.hljs-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-regexp,
|
||||
.ruby .hljs-constant,
|
||||
.xml .hljs-tag .hljs-title,
|
||||
.xml .hljs-pi,
|
||||
.xml .hljs-doctype,
|
||||
.html .hljs-doctype,
|
||||
.css .hljs-id,
|
||||
.css .hljs-class,
|
||||
.css .hljs-pseudo {
|
||||
color: #ca402b;
|
||||
}
|
||||
|
||||
/* Atelier Heath Dark Orange */
|
||||
.hljs-number,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-built_in,
|
||||
.hljs-literal,
|
||||
.hljs-params,
|
||||
.hljs-constant {
|
||||
color: #a65926;
|
||||
}
|
||||
|
||||
/* Atelier Heath Dark Yellow */
|
||||
.hljs-ruby .hljs-class .hljs-title,
|
||||
.css .hljs-rules .hljs-attribute {
|
||||
color: #bb8a35;
|
||||
}
|
||||
|
||||
/* Atelier Heath Dark Green */
|
||||
.hljs-string,
|
||||
.hljs-value,
|
||||
.hljs-inheritance,
|
||||
.hljs-header,
|
||||
.ruby .hljs-symbol,
|
||||
.xml .hljs-cdata {
|
||||
color: #379a37;
|
||||
}
|
||||
|
||||
/* Atelier Heath Dark Aqua */
|
||||
.css .hljs-hexcolor {
|
||||
color: #159393;
|
||||
}
|
||||
|
||||
/* Atelier Heath Dark Blue */
|
||||
.hljs-function,
|
||||
.python .hljs-decorator,
|
||||
.python .hljs-title,
|
||||
.ruby .hljs-function .hljs-title,
|
||||
.ruby .hljs-title .hljs-keyword,
|
||||
.perl .hljs-sub,
|
||||
.javascript .hljs-title,
|
||||
.coffeescript .hljs-title {
|
||||
color: #516aec;
|
||||
}
|
||||
|
||||
/* Atelier Heath Dark Purple */
|
||||
.hljs-keyword,
|
||||
.javascript .hljs-function {
|
||||
color: #7b59c0;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
background: #292329;
|
||||
color: #ab9bab;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
+93
-93
@@ -1,93 +1,93 @@
|
||||
/* Base16 Atelier Heath Light - Theme */
|
||||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/heath) */
|
||||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
|
||||
/* https://github.com/jmblog/color-themes-for-highlightjs */
|
||||
|
||||
/* Atelier Heath Light Comment */
|
||||
.hljs-comment,
|
||||
.hljs-title {
|
||||
color: #776977;
|
||||
}
|
||||
|
||||
/* Atelier Heath Light Red */
|
||||
.hljs-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-regexp,
|
||||
.ruby .hljs-constant,
|
||||
.xml .hljs-tag .hljs-title,
|
||||
.xml .hljs-pi,
|
||||
.xml .hljs-doctype,
|
||||
.html .hljs-doctype,
|
||||
.css .hljs-id,
|
||||
.css .hljs-class,
|
||||
.css .hljs-pseudo {
|
||||
color: #ca402b;
|
||||
}
|
||||
|
||||
/* Atelier Heath Light Orange */
|
||||
.hljs-number,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-built_in,
|
||||
.hljs-literal,
|
||||
.hljs-params,
|
||||
.hljs-constant {
|
||||
color: #a65926;
|
||||
}
|
||||
|
||||
/* Atelier Heath Light Yellow */
|
||||
.hljs-ruby .hljs-class .hljs-title,
|
||||
.css .hljs-rules .hljs-attribute {
|
||||
color: #bb8a35;
|
||||
}
|
||||
|
||||
/* Atelier Heath Light Green */
|
||||
.hljs-string,
|
||||
.hljs-value,
|
||||
.hljs-inheritance,
|
||||
.hljs-header,
|
||||
.ruby .hljs-symbol,
|
||||
.xml .hljs-cdata {
|
||||
color: #379a37;
|
||||
}
|
||||
|
||||
/* Atelier Heath Light Aqua */
|
||||
.css .hljs-hexcolor {
|
||||
color: #159393;
|
||||
}
|
||||
|
||||
/* Atelier Heath Light Blue */
|
||||
.hljs-function,
|
||||
.python .hljs-decorator,
|
||||
.python .hljs-title,
|
||||
.ruby .hljs-function .hljs-title,
|
||||
.ruby .hljs-title .hljs-keyword,
|
||||
.perl .hljs-sub,
|
||||
.javascript .hljs-title,
|
||||
.coffeescript .hljs-title {
|
||||
color: #516aec;
|
||||
}
|
||||
|
||||
/* Atelier Heath Light Purple */
|
||||
.hljs-keyword,
|
||||
.javascript .hljs-function {
|
||||
color: #7b59c0;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
background: #f7f3f7;
|
||||
color: #695d69;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
/* Base16 Atelier Heath Light - Theme */
|
||||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/heath) */
|
||||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
|
||||
/* https://github.com/jmblog/color-themes-for-highlightjs */
|
||||
|
||||
/* Atelier Heath Light Comment */
|
||||
.hljs-comment,
|
||||
.hljs-title {
|
||||
color: #776977;
|
||||
}
|
||||
|
||||
/* Atelier Heath Light Red */
|
||||
.hljs-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-regexp,
|
||||
.ruby .hljs-constant,
|
||||
.xml .hljs-tag .hljs-title,
|
||||
.xml .hljs-pi,
|
||||
.xml .hljs-doctype,
|
||||
.html .hljs-doctype,
|
||||
.css .hljs-id,
|
||||
.css .hljs-class,
|
||||
.css .hljs-pseudo {
|
||||
color: #ca402b;
|
||||
}
|
||||
|
||||
/* Atelier Heath Light Orange */
|
||||
.hljs-number,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-built_in,
|
||||
.hljs-literal,
|
||||
.hljs-params,
|
||||
.hljs-constant {
|
||||
color: #a65926;
|
||||
}
|
||||
|
||||
/* Atelier Heath Light Yellow */
|
||||
.hljs-ruby .hljs-class .hljs-title,
|
||||
.css .hljs-rules .hljs-attribute {
|
||||
color: #bb8a35;
|
||||
}
|
||||
|
||||
/* Atelier Heath Light Green */
|
||||
.hljs-string,
|
||||
.hljs-value,
|
||||
.hljs-inheritance,
|
||||
.hljs-header,
|
||||
.ruby .hljs-symbol,
|
||||
.xml .hljs-cdata {
|
||||
color: #379a37;
|
||||
}
|
||||
|
||||
/* Atelier Heath Light Aqua */
|
||||
.css .hljs-hexcolor {
|
||||
color: #159393;
|
||||
}
|
||||
|
||||
/* Atelier Heath Light Blue */
|
||||
.hljs-function,
|
||||
.python .hljs-decorator,
|
||||
.python .hljs-title,
|
||||
.ruby .hljs-function .hljs-title,
|
||||
.ruby .hljs-title .hljs-keyword,
|
||||
.perl .hljs-sub,
|
||||
.javascript .hljs-title,
|
||||
.coffeescript .hljs-title {
|
||||
color: #516aec;
|
||||
}
|
||||
|
||||
/* Atelier Heath Light Purple */
|
||||
.hljs-keyword,
|
||||
.javascript .hljs-function {
|
||||
color: #7b59c0;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
background: #f7f3f7;
|
||||
color: #695d69;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
+93
-93
@@ -1,93 +1,93 @@
|
||||
/* Base16 Atelier Lakeside Dark - Theme */
|
||||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/lakeside/) */
|
||||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
|
||||
/* https://github.com/jmblog/color-themes-for-highlightjs */
|
||||
|
||||
/* Atelier Lakeside Dark Comment */
|
||||
.hljs-comment,
|
||||
.hljs-title {
|
||||
color: #7195a8;
|
||||
}
|
||||
|
||||
/* Atelier Lakeside Dark Red */
|
||||
.hljs-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-regexp,
|
||||
.ruby .hljs-constant,
|
||||
.xml .hljs-tag .hljs-title,
|
||||
.xml .hljs-pi,
|
||||
.xml .hljs-doctype,
|
||||
.html .hljs-doctype,
|
||||
.css .hljs-id,
|
||||
.css .hljs-class,
|
||||
.css .hljs-pseudo {
|
||||
color: #d22d72;
|
||||
}
|
||||
|
||||
/* Atelier Lakeside Dark Orange */
|
||||
.hljs-number,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-built_in,
|
||||
.hljs-literal,
|
||||
.hljs-params,
|
||||
.hljs-constant {
|
||||
color: #935c25;
|
||||
}
|
||||
|
||||
/* Atelier Lakeside Dark Yellow */
|
||||
.hljs-ruby .hljs-class .hljs-title,
|
||||
.css .hljs-rules .hljs-attribute {
|
||||
color: #8a8a0f;
|
||||
}
|
||||
|
||||
/* Atelier Lakeside Dark Green */
|
||||
.hljs-string,
|
||||
.hljs-value,
|
||||
.hljs-inheritance,
|
||||
.hljs-header,
|
||||
.ruby .hljs-symbol,
|
||||
.xml .hljs-cdata {
|
||||
color: #568c3b;
|
||||
}
|
||||
|
||||
/* Atelier Lakeside Dark Aqua */
|
||||
.css .hljs-hexcolor {
|
||||
color: #2d8f6f;
|
||||
}
|
||||
|
||||
/* Atelier Lakeside Dark Blue */
|
||||
.hljs-function,
|
||||
.python .hljs-decorator,
|
||||
.python .hljs-title,
|
||||
.ruby .hljs-function .hljs-title,
|
||||
.ruby .hljs-title .hljs-keyword,
|
||||
.perl .hljs-sub,
|
||||
.javascript .hljs-title,
|
||||
.coffeescript .hljs-title {
|
||||
color: #257fad;
|
||||
}
|
||||
|
||||
/* Atelier Lakeside Dark Purple */
|
||||
.hljs-keyword,
|
||||
.javascript .hljs-function {
|
||||
color: #5d5db1;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
background: #1f292e;
|
||||
color: #7ea2b4;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
/* Base16 Atelier Lakeside Dark - Theme */
|
||||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/lakeside/) */
|
||||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
|
||||
/* https://github.com/jmblog/color-themes-for-highlightjs */
|
||||
|
||||
/* Atelier Lakeside Dark Comment */
|
||||
.hljs-comment,
|
||||
.hljs-title {
|
||||
color: #7195a8;
|
||||
}
|
||||
|
||||
/* Atelier Lakeside Dark Red */
|
||||
.hljs-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-regexp,
|
||||
.ruby .hljs-constant,
|
||||
.xml .hljs-tag .hljs-title,
|
||||
.xml .hljs-pi,
|
||||
.xml .hljs-doctype,
|
||||
.html .hljs-doctype,
|
||||
.css .hljs-id,
|
||||
.css .hljs-class,
|
||||
.css .hljs-pseudo {
|
||||
color: #d22d72;
|
||||
}
|
||||
|
||||
/* Atelier Lakeside Dark Orange */
|
||||
.hljs-number,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-built_in,
|
||||
.hljs-literal,
|
||||
.hljs-params,
|
||||
.hljs-constant {
|
||||
color: #935c25;
|
||||
}
|
||||
|
||||
/* Atelier Lakeside Dark Yellow */
|
||||
.hljs-ruby .hljs-class .hljs-title,
|
||||
.css .hljs-rules .hljs-attribute {
|
||||
color: #8a8a0f;
|
||||
}
|
||||
|
||||
/* Atelier Lakeside Dark Green */
|
||||
.hljs-string,
|
||||
.hljs-value,
|
||||
.hljs-inheritance,
|
||||
.hljs-header,
|
||||
.ruby .hljs-symbol,
|
||||
.xml .hljs-cdata {
|
||||
color: #568c3b;
|
||||
}
|
||||
|
||||
/* Atelier Lakeside Dark Aqua */
|
||||
.css .hljs-hexcolor {
|
||||
color: #2d8f6f;
|
||||
}
|
||||
|
||||
/* Atelier Lakeside Dark Blue */
|
||||
.hljs-function,
|
||||
.python .hljs-decorator,
|
||||
.python .hljs-title,
|
||||
.ruby .hljs-function .hljs-title,
|
||||
.ruby .hljs-title .hljs-keyword,
|
||||
.perl .hljs-sub,
|
||||
.javascript .hljs-title,
|
||||
.coffeescript .hljs-title {
|
||||
color: #257fad;
|
||||
}
|
||||
|
||||
/* Atelier Lakeside Dark Purple */
|
||||
.hljs-keyword,
|
||||
.javascript .hljs-function {
|
||||
color: #5d5db1;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
background: #1f292e;
|
||||
color: #7ea2b4;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
+93
-93
@@ -1,93 +1,93 @@
|
||||
/* Base16 Atelier Lakeside Light - Theme */
|
||||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/lakeside/) */
|
||||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
|
||||
/* https://github.com/jmblog/color-themes-for-highlightjs */
|
||||
|
||||
/* Atelier Lakeside Light Comment */
|
||||
.hljs-comment,
|
||||
.hljs-title {
|
||||
color: #5a7b8c;
|
||||
}
|
||||
|
||||
/* Atelier Lakeside Light Red */
|
||||
.hljs-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-regexp,
|
||||
.ruby .hljs-constant,
|
||||
.xml .hljs-tag .hljs-title,
|
||||
.xml .hljs-pi,
|
||||
.xml .hljs-doctype,
|
||||
.html .hljs-doctype,
|
||||
.css .hljs-id,
|
||||
.css .hljs-class,
|
||||
.css .hljs-pseudo {
|
||||
color: #d22d72;
|
||||
}
|
||||
|
||||
/* Atelier Lakeside Light Orange */
|
||||
.hljs-number,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-built_in,
|
||||
.hljs-literal,
|
||||
.hljs-params,
|
||||
.hljs-constant {
|
||||
color: #935c25;
|
||||
}
|
||||
|
||||
/* Atelier Lakeside Light Yellow */
|
||||
.hljs-ruby .hljs-class .hljs-title,
|
||||
.css .hljs-rules .hljs-attribute {
|
||||
color: #8a8a0f;
|
||||
}
|
||||
|
||||
/* Atelier Lakeside Light Green */
|
||||
.hljs-string,
|
||||
.hljs-value,
|
||||
.hljs-inheritance,
|
||||
.hljs-header,
|
||||
.ruby .hljs-symbol,
|
||||
.xml .hljs-cdata {
|
||||
color: #568c3b;
|
||||
}
|
||||
|
||||
/* Atelier Lakeside Light Aqua */
|
||||
.css .hljs-hexcolor {
|
||||
color: #2d8f6f;
|
||||
}
|
||||
|
||||
/* Atelier Lakeside Light Blue */
|
||||
.hljs-function,
|
||||
.python .hljs-decorator,
|
||||
.python .hljs-title,
|
||||
.ruby .hljs-function .hljs-title,
|
||||
.ruby .hljs-title .hljs-keyword,
|
||||
.perl .hljs-sub,
|
||||
.javascript .hljs-title,
|
||||
.coffeescript .hljs-title {
|
||||
color: #257fad;
|
||||
}
|
||||
|
||||
/* Atelier Lakeside Light Purple */
|
||||
.hljs-keyword,
|
||||
.javascript .hljs-function {
|
||||
color: #5d5db1;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
background: #ebf8ff;
|
||||
color: #516d7b;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
/* Base16 Atelier Lakeside Light - Theme */
|
||||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/lakeside/) */
|
||||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
|
||||
/* https://github.com/jmblog/color-themes-for-highlightjs */
|
||||
|
||||
/* Atelier Lakeside Light Comment */
|
||||
.hljs-comment,
|
||||
.hljs-title {
|
||||
color: #5a7b8c;
|
||||
}
|
||||
|
||||
/* Atelier Lakeside Light Red */
|
||||
.hljs-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-regexp,
|
||||
.ruby .hljs-constant,
|
||||
.xml .hljs-tag .hljs-title,
|
||||
.xml .hljs-pi,
|
||||
.xml .hljs-doctype,
|
||||
.html .hljs-doctype,
|
||||
.css .hljs-id,
|
||||
.css .hljs-class,
|
||||
.css .hljs-pseudo {
|
||||
color: #d22d72;
|
||||
}
|
||||
|
||||
/* Atelier Lakeside Light Orange */
|
||||
.hljs-number,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-built_in,
|
||||
.hljs-literal,
|
||||
.hljs-params,
|
||||
.hljs-constant {
|
||||
color: #935c25;
|
||||
}
|
||||
|
||||
/* Atelier Lakeside Light Yellow */
|
||||
.hljs-ruby .hljs-class .hljs-title,
|
||||
.css .hljs-rules .hljs-attribute {
|
||||
color: #8a8a0f;
|
||||
}
|
||||
|
||||
/* Atelier Lakeside Light Green */
|
||||
.hljs-string,
|
||||
.hljs-value,
|
||||
.hljs-inheritance,
|
||||
.hljs-header,
|
||||
.ruby .hljs-symbol,
|
||||
.xml .hljs-cdata {
|
||||
color: #568c3b;
|
||||
}
|
||||
|
||||
/* Atelier Lakeside Light Aqua */
|
||||
.css .hljs-hexcolor {
|
||||
color: #2d8f6f;
|
||||
}
|
||||
|
||||
/* Atelier Lakeside Light Blue */
|
||||
.hljs-function,
|
||||
.python .hljs-decorator,
|
||||
.python .hljs-title,
|
||||
.ruby .hljs-function .hljs-title,
|
||||
.ruby .hljs-title .hljs-keyword,
|
||||
.perl .hljs-sub,
|
||||
.javascript .hljs-title,
|
||||
.coffeescript .hljs-title {
|
||||
color: #257fad;
|
||||
}
|
||||
|
||||
/* Atelier Lakeside Light Purple */
|
||||
.hljs-keyword,
|
||||
.javascript .hljs-function {
|
||||
color: #5d5db1;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
background: #ebf8ff;
|
||||
color: #516d7b;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
+93
-93
@@ -1,93 +1,93 @@
|
||||
/* Base16 Atelier Seaside Dark - Theme */
|
||||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/seaside/) */
|
||||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
|
||||
/* https://github.com/jmblog/color-themes-for-highlightjs */
|
||||
|
||||
/* Atelier Seaside Dark Comment */
|
||||
.hljs-comment,
|
||||
.hljs-title {
|
||||
color: #809980;
|
||||
}
|
||||
|
||||
/* Atelier Seaside Dark Red */
|
||||
.hljs-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-regexp,
|
||||
.ruby .hljs-constant,
|
||||
.xml .hljs-tag .hljs-title,
|
||||
.xml .hljs-pi,
|
||||
.xml .hljs-doctype,
|
||||
.html .hljs-doctype,
|
||||
.css .hljs-id,
|
||||
.css .hljs-class,
|
||||
.css .hljs-pseudo {
|
||||
color: #e6193c;
|
||||
}
|
||||
|
||||
/* Atelier Seaside Dark Orange */
|
||||
.hljs-number,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-built_in,
|
||||
.hljs-literal,
|
||||
.hljs-params,
|
||||
.hljs-constant {
|
||||
color: #87711d;
|
||||
}
|
||||
|
||||
/* Atelier Seaside Dark Yellow */
|
||||
.hljs-ruby .hljs-class .hljs-title,
|
||||
.css .hljs-rules .hljs-attribute {
|
||||
color: #c3c322;
|
||||
}
|
||||
|
||||
/* Atelier Seaside Dark Green */
|
||||
.hljs-string,
|
||||
.hljs-value,
|
||||
.hljs-inheritance,
|
||||
.hljs-header,
|
||||
.ruby .hljs-symbol,
|
||||
.xml .hljs-cdata {
|
||||
color: #29a329;
|
||||
}
|
||||
|
||||
/* Atelier Seaside Dark Aqua */
|
||||
.css .hljs-hexcolor {
|
||||
color: #1999b3;
|
||||
}
|
||||
|
||||
/* Atelier Seaside Dark Blue */
|
||||
.hljs-function,
|
||||
.python .hljs-decorator,
|
||||
.python .hljs-title,
|
||||
.ruby .hljs-function .hljs-title,
|
||||
.ruby .hljs-title .hljs-keyword,
|
||||
.perl .hljs-sub,
|
||||
.javascript .hljs-title,
|
||||
.coffeescript .hljs-title {
|
||||
color: #3d62f5;
|
||||
}
|
||||
|
||||
/* Atelier Seaside Dark Purple */
|
||||
.hljs-keyword,
|
||||
.javascript .hljs-function {
|
||||
color: #ad2bee;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
background: #242924;
|
||||
color: #8ca68c;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
/* Base16 Atelier Seaside Dark - Theme */
|
||||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/seaside/) */
|
||||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
|
||||
/* https://github.com/jmblog/color-themes-for-highlightjs */
|
||||
|
||||
/* Atelier Seaside Dark Comment */
|
||||
.hljs-comment,
|
||||
.hljs-title {
|
||||
color: #809980;
|
||||
}
|
||||
|
||||
/* Atelier Seaside Dark Red */
|
||||
.hljs-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-regexp,
|
||||
.ruby .hljs-constant,
|
||||
.xml .hljs-tag .hljs-title,
|
||||
.xml .hljs-pi,
|
||||
.xml .hljs-doctype,
|
||||
.html .hljs-doctype,
|
||||
.css .hljs-id,
|
||||
.css .hljs-class,
|
||||
.css .hljs-pseudo {
|
||||
color: #e6193c;
|
||||
}
|
||||
|
||||
/* Atelier Seaside Dark Orange */
|
||||
.hljs-number,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-built_in,
|
||||
.hljs-literal,
|
||||
.hljs-params,
|
||||
.hljs-constant {
|
||||
color: #87711d;
|
||||
}
|
||||
|
||||
/* Atelier Seaside Dark Yellow */
|
||||
.hljs-ruby .hljs-class .hljs-title,
|
||||
.css .hljs-rules .hljs-attribute {
|
||||
color: #c3c322;
|
||||
}
|
||||
|
||||
/* Atelier Seaside Dark Green */
|
||||
.hljs-string,
|
||||
.hljs-value,
|
||||
.hljs-inheritance,
|
||||
.hljs-header,
|
||||
.ruby .hljs-symbol,
|
||||
.xml .hljs-cdata {
|
||||
color: #29a329;
|
||||
}
|
||||
|
||||
/* Atelier Seaside Dark Aqua */
|
||||
.css .hljs-hexcolor {
|
||||
color: #1999b3;
|
||||
}
|
||||
|
||||
/* Atelier Seaside Dark Blue */
|
||||
.hljs-function,
|
||||
.python .hljs-decorator,
|
||||
.python .hljs-title,
|
||||
.ruby .hljs-function .hljs-title,
|
||||
.ruby .hljs-title .hljs-keyword,
|
||||
.perl .hljs-sub,
|
||||
.javascript .hljs-title,
|
||||
.coffeescript .hljs-title {
|
||||
color: #3d62f5;
|
||||
}
|
||||
|
||||
/* Atelier Seaside Dark Purple */
|
||||
.hljs-keyword,
|
||||
.javascript .hljs-function {
|
||||
color: #ad2bee;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
background: #242924;
|
||||
color: #8ca68c;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
+93
-93
@@ -1,93 +1,93 @@
|
||||
/* Base16 Atelier Seaside Light - Theme */
|
||||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/seaside/) */
|
||||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
|
||||
/* https://github.com/jmblog/color-themes-for-highlightjs */
|
||||
|
||||
/* Atelier Seaside Light Comment */
|
||||
.hljs-comment,
|
||||
.hljs-title {
|
||||
color: #687d68;
|
||||
}
|
||||
|
||||
/* Atelier Seaside Light Red */
|
||||
.hljs-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-regexp,
|
||||
.ruby .hljs-constant,
|
||||
.xml .hljs-tag .hljs-title,
|
||||
.xml .hljs-pi,
|
||||
.xml .hljs-doctype,
|
||||
.html .hljs-doctype,
|
||||
.css .hljs-id,
|
||||
.css .hljs-class,
|
||||
.css .hljs-pseudo {
|
||||
color: #e6193c;
|
||||
}
|
||||
|
||||
/* Atelier Seaside Light Orange */
|
||||
.hljs-number,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-built_in,
|
||||
.hljs-literal,
|
||||
.hljs-params,
|
||||
.hljs-constant {
|
||||
color: #87711d;
|
||||
}
|
||||
|
||||
/* Atelier Seaside Light Yellow */
|
||||
.hljs-ruby .hljs-class .hljs-title,
|
||||
.css .hljs-rules .hljs-attribute {
|
||||
color: #c3c322;
|
||||
}
|
||||
|
||||
/* Atelier Seaside Light Green */
|
||||
.hljs-string,
|
||||
.hljs-value,
|
||||
.hljs-inheritance,
|
||||
.hljs-header,
|
||||
.ruby .hljs-symbol,
|
||||
.xml .hljs-cdata {
|
||||
color: #29a329;
|
||||
}
|
||||
|
||||
/* Atelier Seaside Light Aqua */
|
||||
.css .hljs-hexcolor {
|
||||
color: #1999b3;
|
||||
}
|
||||
|
||||
/* Atelier Seaside Light Blue */
|
||||
.hljs-function,
|
||||
.python .hljs-decorator,
|
||||
.python .hljs-title,
|
||||
.ruby .hljs-function .hljs-title,
|
||||
.ruby .hljs-title .hljs-keyword,
|
||||
.perl .hljs-sub,
|
||||
.javascript .hljs-title,
|
||||
.coffeescript .hljs-title {
|
||||
color: #3d62f5;
|
||||
}
|
||||
|
||||
/* Atelier Seaside Light Purple */
|
||||
.hljs-keyword,
|
||||
.javascript .hljs-function {
|
||||
color: #ad2bee;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
background: #f0fff0;
|
||||
color: #5e6e5e;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
/* Base16 Atelier Seaside Light - Theme */
|
||||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/seaside/) */
|
||||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
|
||||
/* https://github.com/jmblog/color-themes-for-highlightjs */
|
||||
|
||||
/* Atelier Seaside Light Comment */
|
||||
.hljs-comment,
|
||||
.hljs-title {
|
||||
color: #687d68;
|
||||
}
|
||||
|
||||
/* Atelier Seaside Light Red */
|
||||
.hljs-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-regexp,
|
||||
.ruby .hljs-constant,
|
||||
.xml .hljs-tag .hljs-title,
|
||||
.xml .hljs-pi,
|
||||
.xml .hljs-doctype,
|
||||
.html .hljs-doctype,
|
||||
.css .hljs-id,
|
||||
.css .hljs-class,
|
||||
.css .hljs-pseudo {
|
||||
color: #e6193c;
|
||||
}
|
||||
|
||||
/* Atelier Seaside Light Orange */
|
||||
.hljs-number,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-built_in,
|
||||
.hljs-literal,
|
||||
.hljs-params,
|
||||
.hljs-constant {
|
||||
color: #87711d;
|
||||
}
|
||||
|
||||
/* Atelier Seaside Light Yellow */
|
||||
.hljs-ruby .hljs-class .hljs-title,
|
||||
.css .hljs-rules .hljs-attribute {
|
||||
color: #c3c322;
|
||||
}
|
||||
|
||||
/* Atelier Seaside Light Green */
|
||||
.hljs-string,
|
||||
.hljs-value,
|
||||
.hljs-inheritance,
|
||||
.hljs-header,
|
||||
.ruby .hljs-symbol,
|
||||
.xml .hljs-cdata {
|
||||
color: #29a329;
|
||||
}
|
||||
|
||||
/* Atelier Seaside Light Aqua */
|
||||
.css .hljs-hexcolor {
|
||||
color: #1999b3;
|
||||
}
|
||||
|
||||
/* Atelier Seaside Light Blue */
|
||||
.hljs-function,
|
||||
.python .hljs-decorator,
|
||||
.python .hljs-title,
|
||||
.ruby .hljs-function .hljs-title,
|
||||
.ruby .hljs-title .hljs-keyword,
|
||||
.perl .hljs-sub,
|
||||
.javascript .hljs-title,
|
||||
.coffeescript .hljs-title {
|
||||
color: #3d62f5;
|
||||
}
|
||||
|
||||
/* Atelier Seaside Light Purple */
|
||||
.hljs-keyword,
|
||||
.javascript .hljs-function {
|
||||
color: #ad2bee;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
background: #f0fff0;
|
||||
color: #5e6e5e;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
+105
-105
@@ -1,105 +1,105 @@
|
||||
/*
|
||||
|
||||
Brown Paper style from goldblog.com.ua (c) Zaripov Yura <[email protected]>
|
||||
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
background:#b7a68e url(./brown_papersq.png);
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-literal,
|
||||
.hljs-change,
|
||||
.hljs-winutils,
|
||||
.hljs-flow,
|
||||
.lisp .hljs-title,
|
||||
.clojure .hljs-built_in,
|
||||
.nginx .hljs-title,
|
||||
.tex .hljs-special,
|
||||
.hljs-request,
|
||||
.hljs-status {
|
||||
color:#005599;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.hljs,
|
||||
.hljs-subst,
|
||||
.hljs-tag .hljs-keyword {
|
||||
color: #363C69;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.hljs-title,
|
||||
.haskell .hljs-type,
|
||||
.hljs-tag .hljs-value,
|
||||
.css .hljs-rules .hljs-value,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.ruby .hljs-symbol,
|
||||
.ruby .hljs-symbol .hljs-string,
|
||||
.ruby .hljs-class .hljs-parent,
|
||||
.hljs-built_in,
|
||||
.sql .hljs-aggregate,
|
||||
.django .hljs-template_tag,
|
||||
.django .hljs-variable,
|
||||
.smalltalk .hljs-class,
|
||||
.hljs-javadoc,
|
||||
.ruby .hljs-string,
|
||||
.django .hljs-filter .hljs-argument,
|
||||
.smalltalk .hljs-localvars,
|
||||
.smalltalk .hljs-array,
|
||||
.hljs-attr_selector,
|
||||
.hljs-pseudo,
|
||||
.hljs-addition,
|
||||
.hljs-stream,
|
||||
.hljs-envvar,
|
||||
.apache .hljs-tag,
|
||||
.apache .hljs-cbracket,
|
||||
.tex .hljs-number {
|
||||
color: #2C009F;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.java .hljs-annotation,
|
||||
.python .hljs-decorator,
|
||||
.hljs-template_comment,
|
||||
.hljs-pi,
|
||||
.hljs-doctype,
|
||||
.hljs-deletion,
|
||||
.hljs-shebang,
|
||||
.apache .hljs-sqbracket,
|
||||
.nginx .hljs-built_in,
|
||||
.tex .hljs-formula {
|
||||
color: #802022;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-literal,
|
||||
.css .hljs-id,
|
||||
.hljs-phpdoc,
|
||||
.hljs-title,
|
||||
.haskell .hljs-type,
|
||||
.vbscript .hljs-built_in,
|
||||
.sql .hljs-aggregate,
|
||||
.rsl .hljs-built_in,
|
||||
.smalltalk .hljs-class,
|
||||
.diff .hljs-header,
|
||||
.hljs-chunk,
|
||||
.hljs-winutils,
|
||||
.bash .hljs-variable,
|
||||
.apache .hljs-tag,
|
||||
.tex .hljs-command {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.8;
|
||||
}
|
||||
/*
|
||||
|
||||
Brown Paper style from goldblog.com.ua (c) Zaripov Yura <[email protected]>
|
||||
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
background:#b7a68e url(./brown_papersq.png);
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-literal,
|
||||
.hljs-change,
|
||||
.hljs-winutils,
|
||||
.hljs-flow,
|
||||
.lisp .hljs-title,
|
||||
.clojure .hljs-built_in,
|
||||
.nginx .hljs-title,
|
||||
.tex .hljs-special,
|
||||
.hljs-request,
|
||||
.hljs-status {
|
||||
color:#005599;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.hljs,
|
||||
.hljs-subst,
|
||||
.hljs-tag .hljs-keyword {
|
||||
color: #363C69;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.hljs-title,
|
||||
.haskell .hljs-type,
|
||||
.hljs-tag .hljs-value,
|
||||
.css .hljs-rules .hljs-value,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.ruby .hljs-symbol,
|
||||
.ruby .hljs-symbol .hljs-string,
|
||||
.ruby .hljs-class .hljs-parent,
|
||||
.hljs-built_in,
|
||||
.sql .hljs-aggregate,
|
||||
.django .hljs-template_tag,
|
||||
.django .hljs-variable,
|
||||
.smalltalk .hljs-class,
|
||||
.hljs-javadoc,
|
||||
.ruby .hljs-string,
|
||||
.django .hljs-filter .hljs-argument,
|
||||
.smalltalk .hljs-localvars,
|
||||
.smalltalk .hljs-array,
|
||||
.hljs-attr_selector,
|
||||
.hljs-pseudo,
|
||||
.hljs-addition,
|
||||
.hljs-stream,
|
||||
.hljs-envvar,
|
||||
.apache .hljs-tag,
|
||||
.apache .hljs-cbracket,
|
||||
.tex .hljs-number {
|
||||
color: #2C009F;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.java .hljs-annotation,
|
||||
.python .hljs-decorator,
|
||||
.hljs-template_comment,
|
||||
.hljs-pi,
|
||||
.hljs-doctype,
|
||||
.hljs-deletion,
|
||||
.hljs-shebang,
|
||||
.apache .hljs-sqbracket,
|
||||
.nginx .hljs-built_in,
|
||||
.tex .hljs-formula {
|
||||
color: #802022;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-literal,
|
||||
.css .hljs-id,
|
||||
.hljs-phpdoc,
|
||||
.hljs-title,
|
||||
.haskell .hljs-type,
|
||||
.vbscript .hljs-built_in,
|
||||
.sql .hljs-aggregate,
|
||||
.rsl .hljs-built_in,
|
||||
.smalltalk .hljs-class,
|
||||
.diff .hljs-header,
|
||||
.hljs-chunk,
|
||||
.hljs-winutils,
|
||||
.bash .hljs-variable,
|
||||
.apache .hljs-tag,
|
||||
.tex .hljs-command {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
+105
-105
@@ -1,105 +1,105 @@
|
||||
/*
|
||||
|
||||
Dark style from softwaremaniacs.org (c) Ivan Sagalaev <[email protected]>
|
||||
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
background: #444;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-literal,
|
||||
.hljs-change,
|
||||
.hljs-winutils,
|
||||
.hljs-flow,
|
||||
.lisp .hljs-title,
|
||||
.clojure .hljs-built_in,
|
||||
.nginx .hljs-title,
|
||||
.tex .hljs-special {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.hljs,
|
||||
.hljs-subst {
|
||||
color: #DDD;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.hljs-title,
|
||||
.haskell .hljs-type,
|
||||
.ini .hljs-title,
|
||||
.hljs-tag .hljs-value,
|
||||
.css .hljs-rules .hljs-value,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.ruby .hljs-symbol,
|
||||
.ruby .hljs-symbol .hljs-string,
|
||||
.ruby .hljs-class .hljs-parent,
|
||||
.hljs-built_in,
|
||||
.sql .hljs-aggregate,
|
||||
.django .hljs-template_tag,
|
||||
.django .hljs-variable,
|
||||
.smalltalk .hljs-class,
|
||||
.hljs-javadoc,
|
||||
.ruby .hljs-string,
|
||||
.django .hljs-filter .hljs-argument,
|
||||
.smalltalk .hljs-localvars,
|
||||
.smalltalk .hljs-array,
|
||||
.hljs-attr_selector,
|
||||
.hljs-pseudo,
|
||||
.hljs-addition,
|
||||
.hljs-stream,
|
||||
.hljs-envvar,
|
||||
.apache .hljs-tag,
|
||||
.apache .hljs-cbracket,
|
||||
.tex .hljs-command,
|
||||
.hljs-prompt,
|
||||
.coffeescript .hljs-attribute {
|
||||
color: #D88;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.java .hljs-annotation,
|
||||
.python .hljs-decorator,
|
||||
.hljs-template_comment,
|
||||
.hljs-pi,
|
||||
.hljs-doctype,
|
||||
.hljs-deletion,
|
||||
.hljs-shebang,
|
||||
.apache .hljs-sqbracket,
|
||||
.tex .hljs-formula {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-literal,
|
||||
.hljs-title,
|
||||
.css .hljs-id,
|
||||
.hljs-phpdoc,
|
||||
.haskell .hljs-type,
|
||||
.vbscript .hljs-built_in,
|
||||
.sql .hljs-aggregate,
|
||||
.rsl .hljs-built_in,
|
||||
.smalltalk .hljs-class,
|
||||
.diff .hljs-header,
|
||||
.hljs-chunk,
|
||||
.hljs-winutils,
|
||||
.bash .hljs-variable,
|
||||
.apache .hljs-tag,
|
||||
.tex .hljs-special,
|
||||
.hljs-request,
|
||||
.hljs-status {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
/*
|
||||
|
||||
Dark style from softwaremaniacs.org (c) Ivan Sagalaev <[email protected]>
|
||||
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
background: #444;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-literal,
|
||||
.hljs-change,
|
||||
.hljs-winutils,
|
||||
.hljs-flow,
|
||||
.lisp .hljs-title,
|
||||
.clojure .hljs-built_in,
|
||||
.nginx .hljs-title,
|
||||
.tex .hljs-special {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.hljs,
|
||||
.hljs-subst {
|
||||
color: #DDD;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.hljs-title,
|
||||
.haskell .hljs-type,
|
||||
.ini .hljs-title,
|
||||
.hljs-tag .hljs-value,
|
||||
.css .hljs-rules .hljs-value,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.ruby .hljs-symbol,
|
||||
.ruby .hljs-symbol .hljs-string,
|
||||
.ruby .hljs-class .hljs-parent,
|
||||
.hljs-built_in,
|
||||
.sql .hljs-aggregate,
|
||||
.django .hljs-template_tag,
|
||||
.django .hljs-variable,
|
||||
.smalltalk .hljs-class,
|
||||
.hljs-javadoc,
|
||||
.ruby .hljs-string,
|
||||
.django .hljs-filter .hljs-argument,
|
||||
.smalltalk .hljs-localvars,
|
||||
.smalltalk .hljs-array,
|
||||
.hljs-attr_selector,
|
||||
.hljs-pseudo,
|
||||
.hljs-addition,
|
||||
.hljs-stream,
|
||||
.hljs-envvar,
|
||||
.apache .hljs-tag,
|
||||
.apache .hljs-cbracket,
|
||||
.tex .hljs-command,
|
||||
.hljs-prompt,
|
||||
.coffeescript .hljs-attribute {
|
||||
color: #D88;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.java .hljs-annotation,
|
||||
.python .hljs-decorator,
|
||||
.hljs-template_comment,
|
||||
.hljs-pi,
|
||||
.hljs-doctype,
|
||||
.hljs-deletion,
|
||||
.hljs-shebang,
|
||||
.apache .hljs-sqbracket,
|
||||
.tex .hljs-formula {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-literal,
|
||||
.hljs-title,
|
||||
.css .hljs-id,
|
||||
.hljs-phpdoc,
|
||||
.haskell .hljs-type,
|
||||
.vbscript .hljs-built_in,
|
||||
.sql .hljs-aggregate,
|
||||
.rsl .hljs-built_in,
|
||||
.smalltalk .hljs-class,
|
||||
.diff .hljs-header,
|
||||
.hljs-chunk,
|
||||
.hljs-winutils,
|
||||
.bash .hljs-variable,
|
||||
.apache .hljs-tag,
|
||||
.tex .hljs-special,
|
||||
.hljs-request,
|
||||
.hljs-status {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
+153
-153
@@ -1,153 +1,153 @@
|
||||
/*
|
||||
|
||||
Original style from softwaremaniacs.org (c) Ivan Sagalaev <[email protected]>
|
||||
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
background: #F0F0F0;
|
||||
}
|
||||
|
||||
.hljs,
|
||||
.hljs-subst,
|
||||
.hljs-tag .hljs-title,
|
||||
.lisp .hljs-title,
|
||||
.clojure .hljs-built_in,
|
||||
.nginx .hljs-title {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.hljs-title,
|
||||
.hljs-constant,
|
||||
.hljs-parent,
|
||||
.hljs-tag .hljs-value,
|
||||
.hljs-rules .hljs-value,
|
||||
.hljs-rules .hljs-value .hljs-number,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.haml .hljs-symbol,
|
||||
.ruby .hljs-symbol,
|
||||
.ruby .hljs-symbol .hljs-string,
|
||||
.hljs-aggregate,
|
||||
.hljs-template_tag,
|
||||
.django .hljs-variable,
|
||||
.smalltalk .hljs-class,
|
||||
.hljs-addition,
|
||||
.hljs-flow,
|
||||
.hljs-stream,
|
||||
.bash .hljs-variable,
|
||||
.apache .hljs-tag,
|
||||
.apache .hljs-cbracket,
|
||||
.tex .hljs-command,
|
||||
.tex .hljs-special,
|
||||
.erlang_repl .hljs-function_or_atom,
|
||||
.asciidoc .hljs-header,
|
||||
.markdown .hljs-header,
|
||||
.coffeescript .hljs-attribute {
|
||||
color: #800;
|
||||
}
|
||||
|
||||
.smartquote,
|
||||
.hljs-comment,
|
||||
.hljs-annotation,
|
||||
.hljs-template_comment,
|
||||
.diff .hljs-header,
|
||||
.hljs-chunk,
|
||||
.asciidoc .hljs-blockquote,
|
||||
.markdown .hljs-blockquote {
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.hljs-number,
|
||||
.hljs-date,
|
||||
.hljs-regexp,
|
||||
.hljs-literal,
|
||||
.hljs-hexcolor,
|
||||
.smalltalk .hljs-symbol,
|
||||
.smalltalk .hljs-char,
|
||||
.go .hljs-constant,
|
||||
.hljs-change,
|
||||
.lasso .hljs-variable,
|
||||
.makefile .hljs-variable,
|
||||
.asciidoc .hljs-bullet,
|
||||
.markdown .hljs-bullet,
|
||||
.asciidoc .hljs-link_url,
|
||||
.markdown .hljs-link_url {
|
||||
color: #080;
|
||||
}
|
||||
|
||||
.hljs-label,
|
||||
.hljs-javadoc,
|
||||
.ruby .hljs-string,
|
||||
.hljs-decorator,
|
||||
.hljs-filter .hljs-argument,
|
||||
.hljs-localvars,
|
||||
.hljs-array,
|
||||
.hljs-attr_selector,
|
||||
.hljs-important,
|
||||
.hljs-pseudo,
|
||||
.hljs-pi,
|
||||
.haml .hljs-bullet,
|
||||
.hljs-doctype,
|
||||
.hljs-deletion,
|
||||
.hljs-envvar,
|
||||
.hljs-shebang,
|
||||
.apache .hljs-sqbracket,
|
||||
.nginx .hljs-built_in,
|
||||
.tex .hljs-formula,
|
||||
.erlang_repl .hljs-reserved,
|
||||
.hljs-prompt,
|
||||
.asciidoc .hljs-link_label,
|
||||
.markdown .hljs-link_label,
|
||||
.vhdl .hljs-attribute,
|
||||
.clojure .hljs-attribute,
|
||||
.asciidoc .hljs-attribute,
|
||||
.lasso .hljs-attribute,
|
||||
.coffeescript .hljs-property,
|
||||
.hljs-phony {
|
||||
color: #88F
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-id,
|
||||
.hljs-title,
|
||||
.hljs-built_in,
|
||||
.hljs-aggregate,
|
||||
.css .hljs-tag,
|
||||
.hljs-javadoctag,
|
||||
.hljs-phpdoc,
|
||||
.hljs-yardoctag,
|
||||
.smalltalk .hljs-class,
|
||||
.hljs-winutils,
|
||||
.bash .hljs-variable,
|
||||
.apache .hljs-tag,
|
||||
.go .hljs-typename,
|
||||
.tex .hljs-command,
|
||||
.asciidoc .hljs-strong,
|
||||
.markdown .hljs-strong,
|
||||
.hljs-request,
|
||||
.hljs-status {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.asciidoc .hljs-emphasis,
|
||||
.markdown .hljs-emphasis {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.nginx .hljs-built_in {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.lasso .markup,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
/*
|
||||
|
||||
Original style from softwaremaniacs.org (c) Ivan Sagalaev <[email protected]>
|
||||
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
background: #F0F0F0;
|
||||
}
|
||||
|
||||
.hljs,
|
||||
.hljs-subst,
|
||||
.hljs-tag .hljs-title,
|
||||
.lisp .hljs-title,
|
||||
.clojure .hljs-built_in,
|
||||
.nginx .hljs-title {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.hljs-title,
|
||||
.hljs-constant,
|
||||
.hljs-parent,
|
||||
.hljs-tag .hljs-value,
|
||||
.hljs-rules .hljs-value,
|
||||
.hljs-rules .hljs-value .hljs-number,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.haml .hljs-symbol,
|
||||
.ruby .hljs-symbol,
|
||||
.ruby .hljs-symbol .hljs-string,
|
||||
.hljs-aggregate,
|
||||
.hljs-template_tag,
|
||||
.django .hljs-variable,
|
||||
.smalltalk .hljs-class,
|
||||
.hljs-addition,
|
||||
.hljs-flow,
|
||||
.hljs-stream,
|
||||
.bash .hljs-variable,
|
||||
.apache .hljs-tag,
|
||||
.apache .hljs-cbracket,
|
||||
.tex .hljs-command,
|
||||
.tex .hljs-special,
|
||||
.erlang_repl .hljs-function_or_atom,
|
||||
.asciidoc .hljs-header,
|
||||
.markdown .hljs-header,
|
||||
.coffeescript .hljs-attribute {
|
||||
color: #800;
|
||||
}
|
||||
|
||||
.smartquote,
|
||||
.hljs-comment,
|
||||
.hljs-annotation,
|
||||
.hljs-template_comment,
|
||||
.diff .hljs-header,
|
||||
.hljs-chunk,
|
||||
.asciidoc .hljs-blockquote,
|
||||
.markdown .hljs-blockquote {
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.hljs-number,
|
||||
.hljs-date,
|
||||
.hljs-regexp,
|
||||
.hljs-literal,
|
||||
.hljs-hexcolor,
|
||||
.smalltalk .hljs-symbol,
|
||||
.smalltalk .hljs-char,
|
||||
.go .hljs-constant,
|
||||
.hljs-change,
|
||||
.lasso .hljs-variable,
|
||||
.makefile .hljs-variable,
|
||||
.asciidoc .hljs-bullet,
|
||||
.markdown .hljs-bullet,
|
||||
.asciidoc .hljs-link_url,
|
||||
.markdown .hljs-link_url {
|
||||
color: #080;
|
||||
}
|
||||
|
||||
.hljs-label,
|
||||
.hljs-javadoc,
|
||||
.ruby .hljs-string,
|
||||
.hljs-decorator,
|
||||
.hljs-filter .hljs-argument,
|
||||
.hljs-localvars,
|
||||
.hljs-array,
|
||||
.hljs-attr_selector,
|
||||
.hljs-important,
|
||||
.hljs-pseudo,
|
||||
.hljs-pi,
|
||||
.haml .hljs-bullet,
|
||||
.hljs-doctype,
|
||||
.hljs-deletion,
|
||||
.hljs-envvar,
|
||||
.hljs-shebang,
|
||||
.apache .hljs-sqbracket,
|
||||
.nginx .hljs-built_in,
|
||||
.tex .hljs-formula,
|
||||
.erlang_repl .hljs-reserved,
|
||||
.hljs-prompt,
|
||||
.asciidoc .hljs-link_label,
|
||||
.markdown .hljs-link_label,
|
||||
.vhdl .hljs-attribute,
|
||||
.clojure .hljs-attribute,
|
||||
.asciidoc .hljs-attribute,
|
||||
.lasso .hljs-attribute,
|
||||
.coffeescript .hljs-property,
|
||||
.hljs-phony {
|
||||
color: #88F
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-id,
|
||||
.hljs-title,
|
||||
.hljs-built_in,
|
||||
.hljs-aggregate,
|
||||
.css .hljs-tag,
|
||||
.hljs-javadoctag,
|
||||
.hljs-phpdoc,
|
||||
.hljs-yardoctag,
|
||||
.smalltalk .hljs-class,
|
||||
.hljs-winutils,
|
||||
.bash .hljs-variable,
|
||||
.apache .hljs-tag,
|
||||
.go .hljs-typename,
|
||||
.tex .hljs-command,
|
||||
.asciidoc .hljs-strong,
|
||||
.markdown .hljs-strong,
|
||||
.hljs-request,
|
||||
.hljs-status {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.asciidoc .hljs-emphasis,
|
||||
.markdown .hljs-emphasis {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.nginx .hljs-built_in {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.lasso .markup,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
+132
-132
@@ -1,132 +1,132 @@
|
||||
/*
|
||||
Docco style used in http://jashkenas.github.com/docco/ converted by Simon Madine (@thingsinjars)
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
color: #000;
|
||||
background: #f8f8ff
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-template_comment,
|
||||
.diff .hljs-header,
|
||||
.hljs-javadoc {
|
||||
color: #408080;
|
||||
font-style: italic
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.assignment,
|
||||
.hljs-literal,
|
||||
.css .rule .hljs-keyword,
|
||||
.hljs-winutils,
|
||||
.javascript .hljs-title,
|
||||
.lisp .hljs-title,
|
||||
.hljs-subst {
|
||||
color: #954121;
|
||||
}
|
||||
|
||||
.hljs-number,
|
||||
.hljs-hexcolor {
|
||||
color: #40a070
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.hljs-tag .hljs-value,
|
||||
.hljs-phpdoc,
|
||||
.tex .hljs-formula {
|
||||
color: #219161;
|
||||
}
|
||||
|
||||
.hljs-title,
|
||||
.hljs-id {
|
||||
color: #19469D;
|
||||
}
|
||||
.hljs-params {
|
||||
color: #00F;
|
||||
}
|
||||
|
||||
.javascript .hljs-title,
|
||||
.lisp .hljs-title,
|
||||
.hljs-subst {
|
||||
font-weight: normal
|
||||
}
|
||||
|
||||
.hljs-class .hljs-title,
|
||||
.haskell .hljs-label,
|
||||
.tex .hljs-command {
|
||||
color: #458;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
.hljs-tag,
|
||||
.hljs-tag .hljs-title,
|
||||
.hljs-rules .hljs-property,
|
||||
.django .hljs-tag .hljs-keyword {
|
||||
color: #000080;
|
||||
font-weight: normal
|
||||
}
|
||||
|
||||
.hljs-attribute,
|
||||
.hljs-variable,
|
||||
.instancevar,
|
||||
.lisp .hljs-body {
|
||||
color: #008080
|
||||
}
|
||||
|
||||
.hljs-regexp {
|
||||
color: #B68
|
||||
}
|
||||
|
||||
.hljs-class {
|
||||
color: #458;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
.hljs-symbol,
|
||||
.ruby .hljs-symbol .hljs-string,
|
||||
.ruby .hljs-symbol .hljs-keyword,
|
||||
.ruby .hljs-symbol .keymethods,
|
||||
.lisp .hljs-keyword,
|
||||
.tex .hljs-special,
|
||||
.input_number {
|
||||
color: #990073
|
||||
}
|
||||
|
||||
.builtin,
|
||||
.constructor,
|
||||
.hljs-built_in,
|
||||
.lisp .hljs-title {
|
||||
color: #0086b3
|
||||
}
|
||||
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-pi,
|
||||
.hljs-doctype,
|
||||
.hljs-shebang,
|
||||
.hljs-cdata {
|
||||
color: #999;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
.hljs-deletion {
|
||||
background: #fdd
|
||||
}
|
||||
|
||||
.hljs-addition {
|
||||
background: #dfd
|
||||
}
|
||||
|
||||
.diff .hljs-change {
|
||||
background: #0086b3
|
||||
}
|
||||
|
||||
.hljs-chunk {
|
||||
color: #aaa
|
||||
}
|
||||
|
||||
.tex .hljs-formula {
|
||||
opacity: 0.5;
|
||||
}
|
||||
/*
|
||||
Docco style used in http://jashkenas.github.com/docco/ converted by Simon Madine (@thingsinjars)
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
color: #000;
|
||||
background: #f8f8ff
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-template_comment,
|
||||
.diff .hljs-header,
|
||||
.hljs-javadoc {
|
||||
color: #408080;
|
||||
font-style: italic
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.assignment,
|
||||
.hljs-literal,
|
||||
.css .rule .hljs-keyword,
|
||||
.hljs-winutils,
|
||||
.javascript .hljs-title,
|
||||
.lisp .hljs-title,
|
||||
.hljs-subst {
|
||||
color: #954121;
|
||||
}
|
||||
|
||||
.hljs-number,
|
||||
.hljs-hexcolor {
|
||||
color: #40a070
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.hljs-tag .hljs-value,
|
||||
.hljs-phpdoc,
|
||||
.tex .hljs-formula {
|
||||
color: #219161;
|
||||
}
|
||||
|
||||
.hljs-title,
|
||||
.hljs-id {
|
||||
color: #19469D;
|
||||
}
|
||||
.hljs-params {
|
||||
color: #00F;
|
||||
}
|
||||
|
||||
.javascript .hljs-title,
|
||||
.lisp .hljs-title,
|
||||
.hljs-subst {
|
||||
font-weight: normal
|
||||
}
|
||||
|
||||
.hljs-class .hljs-title,
|
||||
.haskell .hljs-label,
|
||||
.tex .hljs-command {
|
||||
color: #458;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
.hljs-tag,
|
||||
.hljs-tag .hljs-title,
|
||||
.hljs-rules .hljs-property,
|
||||
.django .hljs-tag .hljs-keyword {
|
||||
color: #000080;
|
||||
font-weight: normal
|
||||
}
|
||||
|
||||
.hljs-attribute,
|
||||
.hljs-variable,
|
||||
.instancevar,
|
||||
.lisp .hljs-body {
|
||||
color: #008080
|
||||
}
|
||||
|
||||
.hljs-regexp {
|
||||
color: #B68
|
||||
}
|
||||
|
||||
.hljs-class {
|
||||
color: #458;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
.hljs-symbol,
|
||||
.ruby .hljs-symbol .hljs-string,
|
||||
.ruby .hljs-symbol .hljs-keyword,
|
||||
.ruby .hljs-symbol .keymethods,
|
||||
.lisp .hljs-keyword,
|
||||
.tex .hljs-special,
|
||||
.input_number {
|
||||
color: #990073
|
||||
}
|
||||
|
||||
.builtin,
|
||||
.constructor,
|
||||
.hljs-built_in,
|
||||
.lisp .hljs-title {
|
||||
color: #0086b3
|
||||
}
|
||||
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-pi,
|
||||
.hljs-doctype,
|
||||
.hljs-shebang,
|
||||
.hljs-cdata {
|
||||
color: #999;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
.hljs-deletion {
|
||||
background: #fdd
|
||||
}
|
||||
|
||||
.hljs-addition {
|
||||
background: #dfd
|
||||
}
|
||||
|
||||
.diff .hljs-change {
|
||||
background: #0086b3
|
||||
}
|
||||
|
||||
.hljs-chunk {
|
||||
color: #aaa
|
||||
}
|
||||
|
||||
.tex .hljs-formula {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
+113
-113
@@ -1,113 +1,113 @@
|
||||
/*
|
||||
|
||||
FAR Style (c) MajestiC <[email protected]>
|
||||
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
background: #000080;
|
||||
}
|
||||
|
||||
.hljs,
|
||||
.hljs-subst {
|
||||
color: #0FF;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.ruby .hljs-string,
|
||||
.haskell .hljs-type,
|
||||
.hljs-tag .hljs-value,
|
||||
.css .hljs-rules .hljs-value,
|
||||
.css .hljs-rules .hljs-value .hljs-number,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.ruby .hljs-symbol,
|
||||
.ruby .hljs-symbol .hljs-string,
|
||||
.hljs-built_in,
|
||||
.sql .hljs-aggregate,
|
||||
.django .hljs-template_tag,
|
||||
.django .hljs-variable,
|
||||
.smalltalk .hljs-class,
|
||||
.hljs-addition,
|
||||
.apache .hljs-tag,
|
||||
.apache .hljs-cbracket,
|
||||
.tex .hljs-command,
|
||||
.clojure .hljs-title,
|
||||
.coffeescript .hljs-attribute {
|
||||
color: #FF0;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.css .hljs-id,
|
||||
.hljs-title,
|
||||
.haskell .hljs-type,
|
||||
.vbscript .hljs-built_in,
|
||||
.sql .hljs-aggregate,
|
||||
.rsl .hljs-built_in,
|
||||
.smalltalk .hljs-class,
|
||||
.xml .hljs-tag .hljs-title,
|
||||
.hljs-winutils,
|
||||
.hljs-flow,
|
||||
.hljs-change,
|
||||
.hljs-envvar,
|
||||
.bash .hljs-variable,
|
||||
.tex .hljs-special,
|
||||
.clojure .hljs-built_in {
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-phpdoc,
|
||||
.hljs-javadoc,
|
||||
.java .hljs-annotation,
|
||||
.hljs-template_comment,
|
||||
.hljs-deletion,
|
||||
.apache .hljs-sqbracket,
|
||||
.tex .hljs-formula {
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.hljs-number,
|
||||
.hljs-date,
|
||||
.hljs-regexp,
|
||||
.hljs-literal,
|
||||
.smalltalk .hljs-symbol,
|
||||
.smalltalk .hljs-char,
|
||||
.clojure .hljs-attribute {
|
||||
color: #0F0;
|
||||
}
|
||||
|
||||
.python .hljs-decorator,
|
||||
.django .hljs-filter .hljs-argument,
|
||||
.smalltalk .hljs-localvars,
|
||||
.smalltalk .hljs-array,
|
||||
.hljs-attr_selector,
|
||||
.hljs-pseudo,
|
||||
.xml .hljs-pi,
|
||||
.diff .hljs-header,
|
||||
.hljs-chunk,
|
||||
.hljs-shebang,
|
||||
.nginx .hljs-built_in,
|
||||
.hljs-prompt {
|
||||
color: #008080;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.css .hljs-id,
|
||||
.hljs-title,
|
||||
.haskell .hljs-type,
|
||||
.vbscript .hljs-built_in,
|
||||
.sql .hljs-aggregate,
|
||||
.rsl .hljs-built_in,
|
||||
.smalltalk .hljs-class,
|
||||
.hljs-winutils,
|
||||
.hljs-flow,
|
||||
.apache .hljs-tag,
|
||||
.nginx .hljs-built_in,
|
||||
.tex .hljs-command,
|
||||
.tex .hljs-special,
|
||||
.hljs-request,
|
||||
.hljs-status {
|
||||
font-weight: bold;
|
||||
}
|
||||
/*
|
||||
|
||||
FAR Style (c) MajestiC <[email protected]>
|
||||
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
background: #000080;
|
||||
}
|
||||
|
||||
.hljs,
|
||||
.hljs-subst {
|
||||
color: #0FF;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.ruby .hljs-string,
|
||||
.haskell .hljs-type,
|
||||
.hljs-tag .hljs-value,
|
||||
.css .hljs-rules .hljs-value,
|
||||
.css .hljs-rules .hljs-value .hljs-number,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.ruby .hljs-symbol,
|
||||
.ruby .hljs-symbol .hljs-string,
|
||||
.hljs-built_in,
|
||||
.sql .hljs-aggregate,
|
||||
.django .hljs-template_tag,
|
||||
.django .hljs-variable,
|
||||
.smalltalk .hljs-class,
|
||||
.hljs-addition,
|
||||
.apache .hljs-tag,
|
||||
.apache .hljs-cbracket,
|
||||
.tex .hljs-command,
|
||||
.clojure .hljs-title,
|
||||
.coffeescript .hljs-attribute {
|
||||
color: #FF0;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.css .hljs-id,
|
||||
.hljs-title,
|
||||
.haskell .hljs-type,
|
||||
.vbscript .hljs-built_in,
|
||||
.sql .hljs-aggregate,
|
||||
.rsl .hljs-built_in,
|
||||
.smalltalk .hljs-class,
|
||||
.xml .hljs-tag .hljs-title,
|
||||
.hljs-winutils,
|
||||
.hljs-flow,
|
||||
.hljs-change,
|
||||
.hljs-envvar,
|
||||
.bash .hljs-variable,
|
||||
.tex .hljs-special,
|
||||
.clojure .hljs-built_in {
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-phpdoc,
|
||||
.hljs-javadoc,
|
||||
.java .hljs-annotation,
|
||||
.hljs-template_comment,
|
||||
.hljs-deletion,
|
||||
.apache .hljs-sqbracket,
|
||||
.tex .hljs-formula {
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.hljs-number,
|
||||
.hljs-date,
|
||||
.hljs-regexp,
|
||||
.hljs-literal,
|
||||
.smalltalk .hljs-symbol,
|
||||
.smalltalk .hljs-char,
|
||||
.clojure .hljs-attribute {
|
||||
color: #0F0;
|
||||
}
|
||||
|
||||
.python .hljs-decorator,
|
||||
.django .hljs-filter .hljs-argument,
|
||||
.smalltalk .hljs-localvars,
|
||||
.smalltalk .hljs-array,
|
||||
.hljs-attr_selector,
|
||||
.hljs-pseudo,
|
||||
.xml .hljs-pi,
|
||||
.diff .hljs-header,
|
||||
.hljs-chunk,
|
||||
.hljs-shebang,
|
||||
.nginx .hljs-built_in,
|
||||
.hljs-prompt {
|
||||
color: #008080;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.css .hljs-id,
|
||||
.hljs-title,
|
||||
.haskell .hljs-type,
|
||||
.vbscript .hljs-built_in,
|
||||
.sql .hljs-aggregate,
|
||||
.rsl .hljs-built_in,
|
||||
.smalltalk .hljs-class,
|
||||
.hljs-winutils,
|
||||
.hljs-flow,
|
||||
.apache .hljs-tag,
|
||||
.nginx .hljs-built_in,
|
||||
.tex .hljs-command,
|
||||
.tex .hljs-special,
|
||||
.hljs-request,
|
||||
.hljs-status {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
Vendored
+133
-133
@@ -1,133 +1,133 @@
|
||||
/*
|
||||
Description: Foundation 4 docs style for highlight.js
|
||||
Author: Dan Allen <[email protected]>
|
||||
Website: http://foundation.zurb.com/docs/
|
||||
Version: 1.0
|
||||
Date: 2013-04-02
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
.hljs-header,
|
||||
.hljs-decorator,
|
||||
.hljs-annotation {
|
||||
color: #000077;
|
||||
}
|
||||
|
||||
.hljs-horizontal_rule,
|
||||
.hljs-link_url,
|
||||
.hljs-emphasis,
|
||||
.hljs-attribute {
|
||||
color: #070;
|
||||
}
|
||||
|
||||
.hljs-emphasis {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-link_label,
|
||||
.hljs-strong,
|
||||
.hljs-value,
|
||||
.hljs-string,
|
||||
.scss .hljs-value .hljs-string {
|
||||
color: #d14;
|
||||
}
|
||||
|
||||
.hljs-strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.hljs-blockquote,
|
||||
.hljs-comment {
|
||||
color: #998;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.asciidoc .hljs-title,
|
||||
.hljs-function .hljs-title {
|
||||
color: #900;
|
||||
}
|
||||
|
||||
.hljs-class {
|
||||
color: #458;
|
||||
}
|
||||
|
||||
.hljs-id,
|
||||
.hljs-pseudo,
|
||||
.hljs-constant,
|
||||
.hljs-hexcolor {
|
||||
color: teal;
|
||||
}
|
||||
|
||||
.hljs-variable {
|
||||
color: #336699;
|
||||
}
|
||||
|
||||
.hljs-bullet,
|
||||
.hljs-javadoc {
|
||||
color: #997700;
|
||||
}
|
||||
|
||||
.hljs-pi,
|
||||
.hljs-doctype {
|
||||
color: #3344bb;
|
||||
}
|
||||
|
||||
.hljs-code,
|
||||
.hljs-number {
|
||||
color: #099;
|
||||
}
|
||||
|
||||
.hljs-important {
|
||||
color: #f00;
|
||||
}
|
||||
|
||||
.smartquote,
|
||||
.hljs-label {
|
||||
color: #970;
|
||||
}
|
||||
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma {
|
||||
color: #579;
|
||||
}
|
||||
|
||||
.hljs-reserved,
|
||||
.hljs-keyword,
|
||||
.scss .hljs-value {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.hljs-regexp {
|
||||
background-color: #fff0ff;
|
||||
color: #880088;
|
||||
}
|
||||
|
||||
.hljs-symbol {
|
||||
color: #990073;
|
||||
}
|
||||
|
||||
.hljs-symbol .hljs-string {
|
||||
color: #a60;
|
||||
}
|
||||
|
||||
.hljs-tag {
|
||||
color: #007700;
|
||||
}
|
||||
|
||||
.hljs-at_rule,
|
||||
.hljs-at_rule .hljs-keyword {
|
||||
color: #088;
|
||||
}
|
||||
|
||||
.hljs-at_rule .hljs-preprocessor {
|
||||
color: #808;
|
||||
}
|
||||
|
||||
.scss .hljs-tag,
|
||||
.scss .hljs-attribute {
|
||||
color: #339;
|
||||
}
|
||||
/*
|
||||
Description: Foundation 4 docs style for highlight.js
|
||||
Author: Dan Allen <[email protected]>
|
||||
Website: http://foundation.zurb.com/docs/
|
||||
Version: 1.0
|
||||
Date: 2013-04-02
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
.hljs-header,
|
||||
.hljs-decorator,
|
||||
.hljs-annotation {
|
||||
color: #000077;
|
||||
}
|
||||
|
||||
.hljs-horizontal_rule,
|
||||
.hljs-link_url,
|
||||
.hljs-emphasis,
|
||||
.hljs-attribute {
|
||||
color: #070;
|
||||
}
|
||||
|
||||
.hljs-emphasis {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-link_label,
|
||||
.hljs-strong,
|
||||
.hljs-value,
|
||||
.hljs-string,
|
||||
.scss .hljs-value .hljs-string {
|
||||
color: #d14;
|
||||
}
|
||||
|
||||
.hljs-strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.hljs-blockquote,
|
||||
.hljs-comment {
|
||||
color: #998;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.asciidoc .hljs-title,
|
||||
.hljs-function .hljs-title {
|
||||
color: #900;
|
||||
}
|
||||
|
||||
.hljs-class {
|
||||
color: #458;
|
||||
}
|
||||
|
||||
.hljs-id,
|
||||
.hljs-pseudo,
|
||||
.hljs-constant,
|
||||
.hljs-hexcolor {
|
||||
color: teal;
|
||||
}
|
||||
|
||||
.hljs-variable {
|
||||
color: #336699;
|
||||
}
|
||||
|
||||
.hljs-bullet,
|
||||
.hljs-javadoc {
|
||||
color: #997700;
|
||||
}
|
||||
|
||||
.hljs-pi,
|
||||
.hljs-doctype {
|
||||
color: #3344bb;
|
||||
}
|
||||
|
||||
.hljs-code,
|
||||
.hljs-number {
|
||||
color: #099;
|
||||
}
|
||||
|
||||
.hljs-important {
|
||||
color: #f00;
|
||||
}
|
||||
|
||||
.smartquote,
|
||||
.hljs-label {
|
||||
color: #970;
|
||||
}
|
||||
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma {
|
||||
color: #579;
|
||||
}
|
||||
|
||||
.hljs-reserved,
|
||||
.hljs-keyword,
|
||||
.scss .hljs-value {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.hljs-regexp {
|
||||
background-color: #fff0ff;
|
||||
color: #880088;
|
||||
}
|
||||
|
||||
.hljs-symbol {
|
||||
color: #990073;
|
||||
}
|
||||
|
||||
.hljs-symbol .hljs-string {
|
||||
color: #a60;
|
||||
}
|
||||
|
||||
.hljs-tag {
|
||||
color: #007700;
|
||||
}
|
||||
|
||||
.hljs-at_rule,
|
||||
.hljs-at_rule .hljs-keyword {
|
||||
color: #088;
|
||||
}
|
||||
|
||||
.hljs-at_rule .hljs-preprocessor {
|
||||
color: #808;
|
||||
}
|
||||
|
||||
.scss .hljs-tag,
|
||||
.scss .hljs-attribute {
|
||||
color: #339;
|
||||
}
|
||||
|
||||
+125
-125
@@ -1,125 +1,125 @@
|
||||
/*
|
||||
|
||||
github.com style (c) Vasily Polovnyov <[email protected]>
|
||||
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
color: #333;
|
||||
background: #f8f8f8
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-template_comment,
|
||||
.diff .hljs-header,
|
||||
.hljs-javadoc {
|
||||
color: #998;
|
||||
font-style: italic
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.css .rule .hljs-keyword,
|
||||
.hljs-winutils,
|
||||
.javascript .hljs-title,
|
||||
.nginx .hljs-title,
|
||||
.hljs-subst,
|
||||
.hljs-request,
|
||||
.hljs-status {
|
||||
color: #333;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
.hljs-number,
|
||||
.hljs-hexcolor,
|
||||
.ruby .hljs-constant {
|
||||
color: #099;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.hljs-tag .hljs-value,
|
||||
.hljs-phpdoc,
|
||||
.tex .hljs-formula {
|
||||
color: #d14
|
||||
}
|
||||
|
||||
.hljs-title,
|
||||
.hljs-id,
|
||||
.coffeescript .hljs-params,
|
||||
.scss .hljs-preprocessor {
|
||||
color: #900;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
.javascript .hljs-title,
|
||||
.lisp .hljs-title,
|
||||
.clojure .hljs-title,
|
||||
.hljs-subst {
|
||||
font-weight: normal
|
||||
}
|
||||
|
||||
.hljs-class .hljs-title,
|
||||
.haskell .hljs-type,
|
||||
.vhdl .hljs-literal,
|
||||
.tex .hljs-command {
|
||||
color: #458;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
.hljs-tag,
|
||||
.hljs-tag .hljs-title,
|
||||
.hljs-rules .hljs-property,
|
||||
.django .hljs-tag .hljs-keyword {
|
||||
color: #000080;
|
||||
font-weight: normal
|
||||
}
|
||||
|
||||
.hljs-attribute,
|
||||
.hljs-variable,
|
||||
.lisp .hljs-body {
|
||||
color: #008080
|
||||
}
|
||||
|
||||
.hljs-regexp {
|
||||
color: #009926
|
||||
}
|
||||
|
||||
.hljs-symbol,
|
||||
.ruby .hljs-symbol .hljs-string,
|
||||
.lisp .hljs-keyword,
|
||||
.tex .hljs-special,
|
||||
.hljs-prompt {
|
||||
color: #990073
|
||||
}
|
||||
|
||||
.hljs-built_in,
|
||||
.lisp .hljs-title,
|
||||
.clojure .hljs-built_in {
|
||||
color: #0086b3
|
||||
}
|
||||
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-pi,
|
||||
.hljs-doctype,
|
||||
.hljs-shebang,
|
||||
.hljs-cdata {
|
||||
color: #999;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
.hljs-deletion {
|
||||
background: #fdd
|
||||
}
|
||||
|
||||
.hljs-addition {
|
||||
background: #dfd
|
||||
}
|
||||
|
||||
.diff .hljs-change {
|
||||
background: #0086b3
|
||||
}
|
||||
|
||||
.hljs-chunk {
|
||||
color: #aaa
|
||||
}
|
||||
/*
|
||||
|
||||
github.com style (c) Vasily Polovnyov <[email protected]>
|
||||
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
color: #333;
|
||||
background: #f8f8f8
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-template_comment,
|
||||
.diff .hljs-header,
|
||||
.hljs-javadoc {
|
||||
color: #998;
|
||||
font-style: italic
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.css .rule .hljs-keyword,
|
||||
.hljs-winutils,
|
||||
.javascript .hljs-title,
|
||||
.nginx .hljs-title,
|
||||
.hljs-subst,
|
||||
.hljs-request,
|
||||
.hljs-status {
|
||||
color: #333;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
.hljs-number,
|
||||
.hljs-hexcolor,
|
||||
.ruby .hljs-constant {
|
||||
color: #099;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.hljs-tag .hljs-value,
|
||||
.hljs-phpdoc,
|
||||
.tex .hljs-formula {
|
||||
color: #d14
|
||||
}
|
||||
|
||||
.hljs-title,
|
||||
.hljs-id,
|
||||
.coffeescript .hljs-params,
|
||||
.scss .hljs-preprocessor {
|
||||
color: #900;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
.javascript .hljs-title,
|
||||
.lisp .hljs-title,
|
||||
.clojure .hljs-title,
|
||||
.hljs-subst {
|
||||
font-weight: normal
|
||||
}
|
||||
|
||||
.hljs-class .hljs-title,
|
||||
.haskell .hljs-type,
|
||||
.vhdl .hljs-literal,
|
||||
.tex .hljs-command {
|
||||
color: #458;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
.hljs-tag,
|
||||
.hljs-tag .hljs-title,
|
||||
.hljs-rules .hljs-property,
|
||||
.django .hljs-tag .hljs-keyword {
|
||||
color: #000080;
|
||||
font-weight: normal
|
||||
}
|
||||
|
||||
.hljs-attribute,
|
||||
.hljs-variable,
|
||||
.lisp .hljs-body {
|
||||
color: #008080
|
||||
}
|
||||
|
||||
.hljs-regexp {
|
||||
color: #009926
|
||||
}
|
||||
|
||||
.hljs-symbol,
|
||||
.ruby .hljs-symbol .hljs-string,
|
||||
.lisp .hljs-keyword,
|
||||
.tex .hljs-special,
|
||||
.hljs-prompt {
|
||||
color: #990073
|
||||
}
|
||||
|
||||
.hljs-built_in,
|
||||
.lisp .hljs-title,
|
||||
.clojure .hljs-built_in {
|
||||
color: #0086b3
|
||||
}
|
||||
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-pi,
|
||||
.hljs-doctype,
|
||||
.hljs-shebang,
|
||||
.hljs-cdata {
|
||||
color: #999;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
.hljs-deletion {
|
||||
background: #fdd
|
||||
}
|
||||
|
||||
.hljs-addition {
|
||||
background: #dfd
|
||||
}
|
||||
|
||||
.diff .hljs-change {
|
||||
background: #0086b3
|
||||
}
|
||||
|
||||
.hljs-chunk {
|
||||
color: #aaa
|
||||
}
|
||||
|
||||
+147
-147
@@ -1,147 +1,147 @@
|
||||
/*
|
||||
|
||||
Google Code style (c) Aahan Krish <[email protected]>
|
||||
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
background: white; color: black;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-template_comment,
|
||||
.hljs-javadoc,
|
||||
.hljs-comment * {
|
||||
color: #800;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.method,
|
||||
.hljs-list .hljs-title,
|
||||
.clojure .hljs-built_in,
|
||||
.nginx .hljs-title,
|
||||
.hljs-tag .hljs-title,
|
||||
.setting .hljs-value,
|
||||
.hljs-winutils,
|
||||
.tex .hljs-command,
|
||||
.http .hljs-title,
|
||||
.hljs-request,
|
||||
.hljs-status {
|
||||
color: #008;
|
||||
}
|
||||
|
||||
.hljs-envvar,
|
||||
.tex .hljs-special {
|
||||
color: #660;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.hljs-tag .hljs-value,
|
||||
.hljs-cdata,
|
||||
.hljs-filter .hljs-argument,
|
||||
.hljs-attr_selector,
|
||||
.apache .hljs-cbracket,
|
||||
.hljs-date,
|
||||
.hljs-regexp,
|
||||
.coffeescript .hljs-attribute {
|
||||
color: #080;
|
||||
}
|
||||
|
||||
.hljs-sub .hljs-identifier,
|
||||
.hljs-pi,
|
||||
.hljs-tag,
|
||||
.hljs-tag .hljs-keyword,
|
||||
.hljs-decorator,
|
||||
.ini .hljs-title,
|
||||
.hljs-shebang,
|
||||
.hljs-prompt,
|
||||
.hljs-hexcolor,
|
||||
.hljs-rules .hljs-value,
|
||||
.css .hljs-value .hljs-number,
|
||||
.hljs-literal,
|
||||
.hljs-symbol,
|
||||
.ruby .hljs-symbol .hljs-string,
|
||||
.hljs-number,
|
||||
.css .hljs-function,
|
||||
.clojure .hljs-attribute {
|
||||
color: #066;
|
||||
}
|
||||
|
||||
.hljs-class .hljs-title,
|
||||
.haskell .hljs-type,
|
||||
.smalltalk .hljs-class,
|
||||
.hljs-javadoctag,
|
||||
.hljs-yardoctag,
|
||||
.hljs-phpdoc,
|
||||
.hljs-typename,
|
||||
.hljs-tag .hljs-attribute,
|
||||
.hljs-doctype,
|
||||
.hljs-class .hljs-id,
|
||||
.hljs-built_in,
|
||||
.setting,
|
||||
.hljs-params,
|
||||
.hljs-variable,
|
||||
.clojure .hljs-title {
|
||||
color: #606;
|
||||
}
|
||||
|
||||
.css .hljs-tag,
|
||||
.hljs-rules .hljs-property,
|
||||
.hljs-pseudo,
|
||||
.hljs-subst {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.css .hljs-class,
|
||||
.css .hljs-id {
|
||||
color: #9B703F;
|
||||
}
|
||||
|
||||
.hljs-value .hljs-important {
|
||||
color: #ff7700;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.hljs-rules .hljs-keyword {
|
||||
color: #C5AF75;
|
||||
}
|
||||
|
||||
.hljs-annotation,
|
||||
.apache .hljs-sqbracket,
|
||||
.nginx .hljs-built_in {
|
||||
color: #9B859D;
|
||||
}
|
||||
|
||||
.hljs-preprocessor,
|
||||
.hljs-preprocessor *,
|
||||
.hljs-pragma {
|
||||
color: #444;
|
||||
}
|
||||
|
||||
.tex .hljs-formula {
|
||||
background-color: #EEE;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.diff .hljs-header,
|
||||
.hljs-chunk {
|
||||
color: #808080;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.diff .hljs-change {
|
||||
background-color: #BCCFF9;
|
||||
}
|
||||
|
||||
.hljs-addition {
|
||||
background-color: #BAEEBA;
|
||||
}
|
||||
|
||||
.hljs-deletion {
|
||||
background-color: #FFC8BD;
|
||||
}
|
||||
|
||||
.hljs-comment .hljs-yardoctag {
|
||||
font-weight: bold;
|
||||
}
|
||||
/*
|
||||
|
||||
Google Code style (c) Aahan Krish <[email protected]>
|
||||
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
background: white; color: black;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-template_comment,
|
||||
.hljs-javadoc,
|
||||
.hljs-comment * {
|
||||
color: #800;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.method,
|
||||
.hljs-list .hljs-title,
|
||||
.clojure .hljs-built_in,
|
||||
.nginx .hljs-title,
|
||||
.hljs-tag .hljs-title,
|
||||
.setting .hljs-value,
|
||||
.hljs-winutils,
|
||||
.tex .hljs-command,
|
||||
.http .hljs-title,
|
||||
.hljs-request,
|
||||
.hljs-status {
|
||||
color: #008;
|
||||
}
|
||||
|
||||
.hljs-envvar,
|
||||
.tex .hljs-special {
|
||||
color: #660;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.hljs-tag .hljs-value,
|
||||
.hljs-cdata,
|
||||
.hljs-filter .hljs-argument,
|
||||
.hljs-attr_selector,
|
||||
.apache .hljs-cbracket,
|
||||
.hljs-date,
|
||||
.hljs-regexp,
|
||||
.coffeescript .hljs-attribute {
|
||||
color: #080;
|
||||
}
|
||||
|
||||
.hljs-sub .hljs-identifier,
|
||||
.hljs-pi,
|
||||
.hljs-tag,
|
||||
.hljs-tag .hljs-keyword,
|
||||
.hljs-decorator,
|
||||
.ini .hljs-title,
|
||||
.hljs-shebang,
|
||||
.hljs-prompt,
|
||||
.hljs-hexcolor,
|
||||
.hljs-rules .hljs-value,
|
||||
.css .hljs-value .hljs-number,
|
||||
.hljs-literal,
|
||||
.hljs-symbol,
|
||||
.ruby .hljs-symbol .hljs-string,
|
||||
.hljs-number,
|
||||
.css .hljs-function,
|
||||
.clojure .hljs-attribute {
|
||||
color: #066;
|
||||
}
|
||||
|
||||
.hljs-class .hljs-title,
|
||||
.haskell .hljs-type,
|
||||
.smalltalk .hljs-class,
|
||||
.hljs-javadoctag,
|
||||
.hljs-yardoctag,
|
||||
.hljs-phpdoc,
|
||||
.hljs-typename,
|
||||
.hljs-tag .hljs-attribute,
|
||||
.hljs-doctype,
|
||||
.hljs-class .hljs-id,
|
||||
.hljs-built_in,
|
||||
.setting,
|
||||
.hljs-params,
|
||||
.hljs-variable,
|
||||
.clojure .hljs-title {
|
||||
color: #606;
|
||||
}
|
||||
|
||||
.css .hljs-tag,
|
||||
.hljs-rules .hljs-property,
|
||||
.hljs-pseudo,
|
||||
.hljs-subst {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.css .hljs-class,
|
||||
.css .hljs-id {
|
||||
color: #9B703F;
|
||||
}
|
||||
|
||||
.hljs-value .hljs-important {
|
||||
color: #ff7700;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.hljs-rules .hljs-keyword {
|
||||
color: #C5AF75;
|
||||
}
|
||||
|
||||
.hljs-annotation,
|
||||
.apache .hljs-sqbracket,
|
||||
.nginx .hljs-built_in {
|
||||
color: #9B859D;
|
||||
}
|
||||
|
||||
.hljs-preprocessor,
|
||||
.hljs-preprocessor *,
|
||||
.hljs-pragma {
|
||||
color: #444;
|
||||
}
|
||||
|
||||
.tex .hljs-formula {
|
||||
background-color: #EEE;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.diff .hljs-header,
|
||||
.hljs-chunk {
|
||||
color: #808080;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.diff .hljs-change {
|
||||
background-color: #BCCFF9;
|
||||
}
|
||||
|
||||
.hljs-addition {
|
||||
background-color: #BAEEBA;
|
||||
}
|
||||
|
||||
.hljs-deletion {
|
||||
background-color: #FFC8BD;
|
||||
}
|
||||
|
||||
.hljs-comment .hljs-yardoctag {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
+122
-122
@@ -1,122 +1,122 @@
|
||||
/*
|
||||
|
||||
Intellij Idea-like styling (c) Vasily Polovnyov <[email protected]>
|
||||
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
color: #000;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.hljs-subst,
|
||||
.hljs-title {
|
||||
font-weight: normal;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-template_comment,
|
||||
.hljs-javadoc,
|
||||
.diff .hljs-header {
|
||||
color: #808080;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-annotation,
|
||||
.hljs-decorator,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-doctype,
|
||||
.hljs-pi,
|
||||
.hljs-chunk,
|
||||
.hljs-shebang,
|
||||
.apache .hljs-cbracket,
|
||||
.hljs-prompt,
|
||||
.http .hljs-title {
|
||||
color: #808000;
|
||||
}
|
||||
|
||||
.hljs-tag,
|
||||
.hljs-pi {
|
||||
background: #efefef;
|
||||
}
|
||||
|
||||
.hljs-tag .hljs-title,
|
||||
.hljs-id,
|
||||
.hljs-attr_selector,
|
||||
.hljs-pseudo,
|
||||
.hljs-literal,
|
||||
.hljs-keyword,
|
||||
.hljs-hexcolor,
|
||||
.css .hljs-function,
|
||||
.ini .hljs-title,
|
||||
.css .hljs-class,
|
||||
.hljs-list .hljs-title,
|
||||
.clojure .hljs-title,
|
||||
.nginx .hljs-title,
|
||||
.tex .hljs-command,
|
||||
.hljs-request,
|
||||
.hljs-status {
|
||||
font-weight: bold;
|
||||
color: #000080;
|
||||
}
|
||||
|
||||
.hljs-attribute,
|
||||
.hljs-rules .hljs-keyword,
|
||||
.hljs-number,
|
||||
.hljs-date,
|
||||
.hljs-regexp,
|
||||
.tex .hljs-special {
|
||||
font-weight: bold;
|
||||
color: #0000ff;
|
||||
}
|
||||
|
||||
.hljs-number,
|
||||
.hljs-regexp {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.hljs-value,
|
||||
.hljs-filter .hljs-argument,
|
||||
.css .hljs-function .hljs-params,
|
||||
.apache .hljs-tag {
|
||||
color: #008000;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.hljs-symbol,
|
||||
.ruby .hljs-symbol .hljs-string,
|
||||
.hljs-char,
|
||||
.tex .hljs-formula {
|
||||
color: #000;
|
||||
background: #d0eded;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-phpdoc,
|
||||
.hljs-yardoctag,
|
||||
.hljs-javadoctag {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.hljs-variable,
|
||||
.hljs-envvar,
|
||||
.apache .hljs-sqbracket,
|
||||
.nginx .hljs-built_in {
|
||||
color: #660e7a;
|
||||
}
|
||||
|
||||
.hljs-addition {
|
||||
background: #baeeba;
|
||||
}
|
||||
|
||||
.hljs-deletion {
|
||||
background: #ffc8bd;
|
||||
}
|
||||
|
||||
.diff .hljs-change {
|
||||
background: #bccff9;
|
||||
}
|
||||
/*
|
||||
|
||||
Intellij Idea-like styling (c) Vasily Polovnyov <[email protected]>
|
||||
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
color: #000;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.hljs-subst,
|
||||
.hljs-title {
|
||||
font-weight: normal;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-template_comment,
|
||||
.hljs-javadoc,
|
||||
.diff .hljs-header {
|
||||
color: #808080;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-annotation,
|
||||
.hljs-decorator,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-doctype,
|
||||
.hljs-pi,
|
||||
.hljs-chunk,
|
||||
.hljs-shebang,
|
||||
.apache .hljs-cbracket,
|
||||
.hljs-prompt,
|
||||
.http .hljs-title {
|
||||
color: #808000;
|
||||
}
|
||||
|
||||
.hljs-tag,
|
||||
.hljs-pi {
|
||||
background: #efefef;
|
||||
}
|
||||
|
||||
.hljs-tag .hljs-title,
|
||||
.hljs-id,
|
||||
.hljs-attr_selector,
|
||||
.hljs-pseudo,
|
||||
.hljs-literal,
|
||||
.hljs-keyword,
|
||||
.hljs-hexcolor,
|
||||
.css .hljs-function,
|
||||
.ini .hljs-title,
|
||||
.css .hljs-class,
|
||||
.hljs-list .hljs-title,
|
||||
.clojure .hljs-title,
|
||||
.nginx .hljs-title,
|
||||
.tex .hljs-command,
|
||||
.hljs-request,
|
||||
.hljs-status {
|
||||
font-weight: bold;
|
||||
color: #000080;
|
||||
}
|
||||
|
||||
.hljs-attribute,
|
||||
.hljs-rules .hljs-keyword,
|
||||
.hljs-number,
|
||||
.hljs-date,
|
||||
.hljs-regexp,
|
||||
.tex .hljs-special {
|
||||
font-weight: bold;
|
||||
color: #0000ff;
|
||||
}
|
||||
|
||||
.hljs-number,
|
||||
.hljs-regexp {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.hljs-value,
|
||||
.hljs-filter .hljs-argument,
|
||||
.css .hljs-function .hljs-params,
|
||||
.apache .hljs-tag {
|
||||
color: #008000;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.hljs-symbol,
|
||||
.ruby .hljs-symbol .hljs-string,
|
||||
.hljs-char,
|
||||
.tex .hljs-formula {
|
||||
color: #000;
|
||||
background: #d0eded;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-phpdoc,
|
||||
.hljs-yardoctag,
|
||||
.hljs-javadoctag {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.hljs-variable,
|
||||
.hljs-envvar,
|
||||
.apache .hljs-sqbracket,
|
||||
.nginx .hljs-built_in {
|
||||
color: #660e7a;
|
||||
}
|
||||
|
||||
.hljs-addition {
|
||||
background: #baeeba;
|
||||
}
|
||||
|
||||
.hljs-deletion {
|
||||
background: #ffc8bd;
|
||||
}
|
||||
|
||||
.diff .hljs-change {
|
||||
background: #bccff9;
|
||||
}
|
||||
|
||||
+105
-105
@@ -1,105 +1,105 @@
|
||||
/*
|
||||
IR_Black style (c) Vasily Mikhailitchenko <[email protected]>
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
background: #000; color: #f8f8f8;
|
||||
}
|
||||
|
||||
.hljs-shebang,
|
||||
.hljs-comment,
|
||||
.hljs-template_comment,
|
||||
.hljs-javadoc {
|
||||
color: #7c7c7c;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-tag,
|
||||
.tex .hljs-command,
|
||||
.hljs-request,
|
||||
.hljs-status,
|
||||
.clojure .hljs-attribute {
|
||||
color: #96CBFE;
|
||||
}
|
||||
|
||||
.hljs-sub .hljs-keyword,
|
||||
.method,
|
||||
.hljs-list .hljs-title,
|
||||
.nginx .hljs-title {
|
||||
color: #FFFFB6;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.hljs-tag .hljs-value,
|
||||
.hljs-cdata,
|
||||
.hljs-filter .hljs-argument,
|
||||
.hljs-attr_selector,
|
||||
.apache .hljs-cbracket,
|
||||
.hljs-date,
|
||||
.coffeescript .hljs-attribute {
|
||||
color: #A8FF60;
|
||||
}
|
||||
|
||||
.hljs-subst {
|
||||
color: #DAEFA3;
|
||||
}
|
||||
|
||||
.hljs-regexp {
|
||||
color: #E9C062;
|
||||
}
|
||||
|
||||
.hljs-title,
|
||||
.hljs-sub .hljs-identifier,
|
||||
.hljs-pi,
|
||||
.hljs-decorator,
|
||||
.tex .hljs-special,
|
||||
.haskell .hljs-type,
|
||||
.hljs-constant,
|
||||
.smalltalk .hljs-class,
|
||||
.hljs-javadoctag,
|
||||
.hljs-yardoctag,
|
||||
.hljs-phpdoc,
|
||||
.nginx .hljs-built_in {
|
||||
color: #FFFFB6;
|
||||
}
|
||||
|
||||
.hljs-symbol,
|
||||
.ruby .hljs-symbol .hljs-string,
|
||||
.hljs-number,
|
||||
.hljs-variable,
|
||||
.vbscript,
|
||||
.hljs-literal {
|
||||
color: #C6C5FE;
|
||||
}
|
||||
|
||||
.css .hljs-tag {
|
||||
color: #96CBFE;
|
||||
}
|
||||
|
||||
.css .hljs-rules .hljs-property,
|
||||
.css .hljs-id {
|
||||
color: #FFFFB6;
|
||||
}
|
||||
|
||||
.css .hljs-class {
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.hljs-hexcolor {
|
||||
color: #C6C5FE;
|
||||
}
|
||||
|
||||
.hljs-number {
|
||||
color:#FF73FD;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.7;
|
||||
}
|
||||
/*
|
||||
IR_Black style (c) Vasily Mikhailitchenko <[email protected]>
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
background: #000; color: #f8f8f8;
|
||||
}
|
||||
|
||||
.hljs-shebang,
|
||||
.hljs-comment,
|
||||
.hljs-template_comment,
|
||||
.hljs-javadoc {
|
||||
color: #7c7c7c;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-tag,
|
||||
.tex .hljs-command,
|
||||
.hljs-request,
|
||||
.hljs-status,
|
||||
.clojure .hljs-attribute {
|
||||
color: #96CBFE;
|
||||
}
|
||||
|
||||
.hljs-sub .hljs-keyword,
|
||||
.method,
|
||||
.hljs-list .hljs-title,
|
||||
.nginx .hljs-title {
|
||||
color: #FFFFB6;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.hljs-tag .hljs-value,
|
||||
.hljs-cdata,
|
||||
.hljs-filter .hljs-argument,
|
||||
.hljs-attr_selector,
|
||||
.apache .hljs-cbracket,
|
||||
.hljs-date,
|
||||
.coffeescript .hljs-attribute {
|
||||
color: #A8FF60;
|
||||
}
|
||||
|
||||
.hljs-subst {
|
||||
color: #DAEFA3;
|
||||
}
|
||||
|
||||
.hljs-regexp {
|
||||
color: #E9C062;
|
||||
}
|
||||
|
||||
.hljs-title,
|
||||
.hljs-sub .hljs-identifier,
|
||||
.hljs-pi,
|
||||
.hljs-decorator,
|
||||
.tex .hljs-special,
|
||||
.haskell .hljs-type,
|
||||
.hljs-constant,
|
||||
.smalltalk .hljs-class,
|
||||
.hljs-javadoctag,
|
||||
.hljs-yardoctag,
|
||||
.hljs-phpdoc,
|
||||
.nginx .hljs-built_in {
|
||||
color: #FFFFB6;
|
||||
}
|
||||
|
||||
.hljs-symbol,
|
||||
.ruby .hljs-symbol .hljs-string,
|
||||
.hljs-number,
|
||||
.hljs-variable,
|
||||
.vbscript,
|
||||
.hljs-literal {
|
||||
color: #C6C5FE;
|
||||
}
|
||||
|
||||
.css .hljs-tag {
|
||||
color: #96CBFE;
|
||||
}
|
||||
|
||||
.css .hljs-rules .hljs-property,
|
||||
.css .hljs-id {
|
||||
color: #FFFFB6;
|
||||
}
|
||||
|
||||
.css .hljs-class {
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.hljs-hexcolor {
|
||||
color: #C6C5FE;
|
||||
}
|
||||
|
||||
.hljs-number {
|
||||
color:#FF73FD;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
+122
-122
@@ -1,122 +1,122 @@
|
||||
/*
|
||||
Description: Magula style for highligh.js
|
||||
Author: Ruslan Keba <[email protected]>
|
||||
Website: http://rukeba.com/
|
||||
Version: 1.0
|
||||
Date: 2009-01-03
|
||||
Music: Aphex Twin / Xtal
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
|
||||
.hljs,
|
||||
.hljs-subst,
|
||||
.lisp .hljs-title,
|
||||
.clojure .hljs-built_in {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.hljs-title,
|
||||
.hljs-parent,
|
||||
.hljs-tag .hljs-value,
|
||||
.hljs-rules .hljs-value,
|
||||
.hljs-rules .hljs-value .hljs-number,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.ruby .hljs-symbol,
|
||||
.ruby .hljs-symbol .hljs-string,
|
||||
.hljs-aggregate,
|
||||
.hljs-template_tag,
|
||||
.django .hljs-variable,
|
||||
.smalltalk .hljs-class,
|
||||
.hljs-addition,
|
||||
.hljs-flow,
|
||||
.hljs-stream,
|
||||
.bash .hljs-variable,
|
||||
.apache .hljs-cbracket,
|
||||
.coffeescript .hljs-attribute {
|
||||
color: #050;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-annotation,
|
||||
.hljs-template_comment,
|
||||
.diff .hljs-header,
|
||||
.hljs-chunk {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
.hljs-number,
|
||||
.hljs-date,
|
||||
.hljs-regexp,
|
||||
.hljs-literal,
|
||||
.smalltalk .hljs-symbol,
|
||||
.smalltalk .hljs-char,
|
||||
.hljs-change,
|
||||
.tex .hljs-special {
|
||||
color: #800;
|
||||
}
|
||||
|
||||
.hljs-label,
|
||||
.hljs-javadoc,
|
||||
.ruby .hljs-string,
|
||||
.hljs-decorator,
|
||||
.hljs-filter .hljs-argument,
|
||||
.hljs-localvars,
|
||||
.hljs-array,
|
||||
.hljs-attr_selector,
|
||||
.hljs-pseudo,
|
||||
.hljs-pi,
|
||||
.hljs-doctype,
|
||||
.hljs-deletion,
|
||||
.hljs-envvar,
|
||||
.hljs-shebang,
|
||||
.apache .hljs-sqbracket,
|
||||
.nginx .hljs-built_in,
|
||||
.tex .hljs-formula,
|
||||
.hljs-prompt,
|
||||
.clojure .hljs-attribute {
|
||||
color: #00e;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-id,
|
||||
.hljs-phpdoc,
|
||||
.hljs-title,
|
||||
.hljs-built_in,
|
||||
.hljs-aggregate,
|
||||
.smalltalk .hljs-class,
|
||||
.hljs-winutils,
|
||||
.bash .hljs-variable,
|
||||
.apache .hljs-tag,
|
||||
.xml .hljs-tag,
|
||||
.tex .hljs-command,
|
||||
.hljs-request,
|
||||
.hljs-status {
|
||||
font-weight: bold;
|
||||
color: navy;
|
||||
}
|
||||
|
||||
.nginx .hljs-built_in {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
/* --- */
|
||||
.apache .hljs-tag {
|
||||
font-weight: bold;
|
||||
color: blue;
|
||||
}
|
||||
/*
|
||||
Description: Magula style for highligh.js
|
||||
Author: Ruslan Keba <[email protected]>
|
||||
Website: http://rukeba.com/
|
||||
Version: 1.0
|
||||
Date: 2009-01-03
|
||||
Music: Aphex Twin / Xtal
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
|
||||
.hljs,
|
||||
.hljs-subst,
|
||||
.lisp .hljs-title,
|
||||
.clojure .hljs-built_in {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.hljs-title,
|
||||
.hljs-parent,
|
||||
.hljs-tag .hljs-value,
|
||||
.hljs-rules .hljs-value,
|
||||
.hljs-rules .hljs-value .hljs-number,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.ruby .hljs-symbol,
|
||||
.ruby .hljs-symbol .hljs-string,
|
||||
.hljs-aggregate,
|
||||
.hljs-template_tag,
|
||||
.django .hljs-variable,
|
||||
.smalltalk .hljs-class,
|
||||
.hljs-addition,
|
||||
.hljs-flow,
|
||||
.hljs-stream,
|
||||
.bash .hljs-variable,
|
||||
.apache .hljs-cbracket,
|
||||
.coffeescript .hljs-attribute {
|
||||
color: #050;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-annotation,
|
||||
.hljs-template_comment,
|
||||
.diff .hljs-header,
|
||||
.hljs-chunk {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
.hljs-number,
|
||||
.hljs-date,
|
||||
.hljs-regexp,
|
||||
.hljs-literal,
|
||||
.smalltalk .hljs-symbol,
|
||||
.smalltalk .hljs-char,
|
||||
.hljs-change,
|
||||
.tex .hljs-special {
|
||||
color: #800;
|
||||
}
|
||||
|
||||
.hljs-label,
|
||||
.hljs-javadoc,
|
||||
.ruby .hljs-string,
|
||||
.hljs-decorator,
|
||||
.hljs-filter .hljs-argument,
|
||||
.hljs-localvars,
|
||||
.hljs-array,
|
||||
.hljs-attr_selector,
|
||||
.hljs-pseudo,
|
||||
.hljs-pi,
|
||||
.hljs-doctype,
|
||||
.hljs-deletion,
|
||||
.hljs-envvar,
|
||||
.hljs-shebang,
|
||||
.apache .hljs-sqbracket,
|
||||
.nginx .hljs-built_in,
|
||||
.tex .hljs-formula,
|
||||
.hljs-prompt,
|
||||
.clojure .hljs-attribute {
|
||||
color: #00e;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-id,
|
||||
.hljs-phpdoc,
|
||||
.hljs-title,
|
||||
.hljs-built_in,
|
||||
.hljs-aggregate,
|
||||
.smalltalk .hljs-class,
|
||||
.hljs-winutils,
|
||||
.bash .hljs-variable,
|
||||
.apache .hljs-tag,
|
||||
.xml .hljs-tag,
|
||||
.tex .hljs-command,
|
||||
.hljs-request,
|
||||
.hljs-status {
|
||||
font-weight: bold;
|
||||
color: navy;
|
||||
}
|
||||
|
||||
.nginx .hljs-built_in {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
/* --- */
|
||||
.apache .hljs-tag {
|
||||
font-weight: bold;
|
||||
color: blue;
|
||||
}
|
||||
|
||||
+62
-62
@@ -1,62 +1,62 @@
|
||||
/*
|
||||
Five-color theme from a single blue hue.
|
||||
*/
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
background: #EAEEF3; color: #00193A;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-title,
|
||||
.hljs-important,
|
||||
.hljs-request,
|
||||
.hljs-header,
|
||||
.hljs-javadoctag {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-chunk,
|
||||
.hljs-template_comment {
|
||||
color: #738191;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.hljs-title,
|
||||
.hljs-parent,
|
||||
.hljs-built_in,
|
||||
.hljs-literal,
|
||||
.hljs-filename,
|
||||
.hljs-value,
|
||||
.hljs-addition,
|
||||
.hljs-tag,
|
||||
.hljs-argument,
|
||||
.hljs-link_label,
|
||||
.hljs-blockquote,
|
||||
.hljs-header {
|
||||
color: #0048AB;
|
||||
}
|
||||
|
||||
.hljs-decorator,
|
||||
.hljs-prompt,
|
||||
.hljs-yardoctag,
|
||||
.hljs-subst,
|
||||
.hljs-symbol,
|
||||
.hljs-doctype,
|
||||
.hljs-regexp,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-pi,
|
||||
.hljs-attribute,
|
||||
.hljs-attr_selector,
|
||||
.hljs-javadoc,
|
||||
.hljs-xmlDocTag,
|
||||
.hljs-deletion,
|
||||
.hljs-shebang,
|
||||
.hljs-string .hljs-variable,
|
||||
.hljs-link_url,
|
||||
.hljs-bullet,
|
||||
.hljs-sqbracket,
|
||||
.hljs-phony {
|
||||
color: #4C81C9;
|
||||
}
|
||||
/*
|
||||
Five-color theme from a single blue hue.
|
||||
*/
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
background: #EAEEF3; color: #00193A;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-title,
|
||||
.hljs-important,
|
||||
.hljs-request,
|
||||
.hljs-header,
|
||||
.hljs-javadoctag {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-chunk,
|
||||
.hljs-template_comment {
|
||||
color: #738191;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.hljs-title,
|
||||
.hljs-parent,
|
||||
.hljs-built_in,
|
||||
.hljs-literal,
|
||||
.hljs-filename,
|
||||
.hljs-value,
|
||||
.hljs-addition,
|
||||
.hljs-tag,
|
||||
.hljs-argument,
|
||||
.hljs-link_label,
|
||||
.hljs-blockquote,
|
||||
.hljs-header {
|
||||
color: #0048AB;
|
||||
}
|
||||
|
||||
.hljs-decorator,
|
||||
.hljs-prompt,
|
||||
.hljs-yardoctag,
|
||||
.hljs-subst,
|
||||
.hljs-symbol,
|
||||
.hljs-doctype,
|
||||
.hljs-regexp,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-pi,
|
||||
.hljs-attribute,
|
||||
.hljs-attr_selector,
|
||||
.hljs-javadoc,
|
||||
.hljs-xmlDocTag,
|
||||
.hljs-deletion,
|
||||
.hljs-shebang,
|
||||
.hljs-string .hljs-variable,
|
||||
.hljs-link_url,
|
||||
.hljs-bullet,
|
||||
.hljs-sqbracket,
|
||||
.hljs-phony {
|
||||
color: #4C81C9;
|
||||
}
|
||||
|
||||
+127
-127
@@ -1,127 +1,127 @@
|
||||
/*
|
||||
Monokai style - ported by Luigi Maselli - http://grigio.org
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
background: #272822;
|
||||
}
|
||||
|
||||
.hljs-tag,
|
||||
.hljs-tag .hljs-title,
|
||||
.hljs-keyword,
|
||||
.hljs-literal,
|
||||
.hljs-strong,
|
||||
.hljs-change,
|
||||
.hljs-winutils,
|
||||
.hljs-flow,
|
||||
.lisp .hljs-title,
|
||||
.clojure .hljs-built_in,
|
||||
.nginx .hljs-title,
|
||||
.tex .hljs-special {
|
||||
color: #F92672;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
color: #DDD;
|
||||
}
|
||||
|
||||
.hljs .hljs-constant,
|
||||
.asciidoc .hljs-code {
|
||||
color: #66D9EF;
|
||||
}
|
||||
|
||||
.hljs-code,
|
||||
.hljs-class .hljs-title,
|
||||
.hljs-header {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.hljs-link_label,
|
||||
.hljs-attribute,
|
||||
.hljs-symbol,
|
||||
.hljs-symbol .hljs-string,
|
||||
.hljs-value,
|
||||
.hljs-regexp {
|
||||
color: #BF79DB;
|
||||
}
|
||||
|
||||
.hljs-link_url,
|
||||
.hljs-tag .hljs-value,
|
||||
.hljs-string,
|
||||
.hljs-bullet,
|
||||
.hljs-subst,
|
||||
.hljs-title,
|
||||
.hljs-emphasis,
|
||||
.haskell .hljs-type,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.ruby .hljs-class .hljs-parent,
|
||||
.hljs-built_in,
|
||||
.sql .hljs-aggregate,
|
||||
.django .hljs-template_tag,
|
||||
.django .hljs-variable,
|
||||
.smalltalk .hljs-class,
|
||||
.hljs-javadoc,
|
||||
.django .hljs-filter .hljs-argument,
|
||||
.smalltalk .hljs-localvars,
|
||||
.smalltalk .hljs-array,
|
||||
.hljs-attr_selector,
|
||||
.hljs-pseudo,
|
||||
.hljs-addition,
|
||||
.hljs-stream,
|
||||
.hljs-envvar,
|
||||
.apache .hljs-tag,
|
||||
.apache .hljs-cbracket,
|
||||
.tex .hljs-command,
|
||||
.hljs-prompt {
|
||||
color: #A6E22E;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.java .hljs-annotation,
|
||||
.smartquote,
|
||||
.hljs-blockquote,
|
||||
.hljs-horizontal_rule,
|
||||
.python .hljs-decorator,
|
||||
.hljs-template_comment,
|
||||
.hljs-pi,
|
||||
.hljs-doctype,
|
||||
.hljs-deletion,
|
||||
.hljs-shebang,
|
||||
.apache .hljs-sqbracket,
|
||||
.tex .hljs-formula {
|
||||
color: #75715E;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-literal,
|
||||
.css .hljs-id,
|
||||
.hljs-phpdoc,
|
||||
.hljs-title,
|
||||
.hljs-header,
|
||||
.haskell .hljs-type,
|
||||
.vbscript .hljs-built_in,
|
||||
.sql .hljs-aggregate,
|
||||
.rsl .hljs-built_in,
|
||||
.smalltalk .hljs-class,
|
||||
.diff .hljs-header,
|
||||
.hljs-chunk,
|
||||
.hljs-winutils,
|
||||
.bash .hljs-variable,
|
||||
.apache .hljs-tag,
|
||||
.tex .hljs-special,
|
||||
.hljs-request,
|
||||
.hljs-status {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
/*
|
||||
Monokai style - ported by Luigi Maselli - http://grigio.org
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
background: #272822;
|
||||
}
|
||||
|
||||
.hljs-tag,
|
||||
.hljs-tag .hljs-title,
|
||||
.hljs-keyword,
|
||||
.hljs-literal,
|
||||
.hljs-strong,
|
||||
.hljs-change,
|
||||
.hljs-winutils,
|
||||
.hljs-flow,
|
||||
.lisp .hljs-title,
|
||||
.clojure .hljs-built_in,
|
||||
.nginx .hljs-title,
|
||||
.tex .hljs-special {
|
||||
color: #F92672;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
color: #DDD;
|
||||
}
|
||||
|
||||
.hljs .hljs-constant,
|
||||
.asciidoc .hljs-code {
|
||||
color: #66D9EF;
|
||||
}
|
||||
|
||||
.hljs-code,
|
||||
.hljs-class .hljs-title,
|
||||
.hljs-header {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.hljs-link_label,
|
||||
.hljs-attribute,
|
||||
.hljs-symbol,
|
||||
.hljs-symbol .hljs-string,
|
||||
.hljs-value,
|
||||
.hljs-regexp {
|
||||
color: #BF79DB;
|
||||
}
|
||||
|
||||
.hljs-link_url,
|
||||
.hljs-tag .hljs-value,
|
||||
.hljs-string,
|
||||
.hljs-bullet,
|
||||
.hljs-subst,
|
||||
.hljs-title,
|
||||
.hljs-emphasis,
|
||||
.haskell .hljs-type,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.ruby .hljs-class .hljs-parent,
|
||||
.hljs-built_in,
|
||||
.sql .hljs-aggregate,
|
||||
.django .hljs-template_tag,
|
||||
.django .hljs-variable,
|
||||
.smalltalk .hljs-class,
|
||||
.hljs-javadoc,
|
||||
.django .hljs-filter .hljs-argument,
|
||||
.smalltalk .hljs-localvars,
|
||||
.smalltalk .hljs-array,
|
||||
.hljs-attr_selector,
|
||||
.hljs-pseudo,
|
||||
.hljs-addition,
|
||||
.hljs-stream,
|
||||
.hljs-envvar,
|
||||
.apache .hljs-tag,
|
||||
.apache .hljs-cbracket,
|
||||
.tex .hljs-command,
|
||||
.hljs-prompt {
|
||||
color: #A6E22E;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.java .hljs-annotation,
|
||||
.smartquote,
|
||||
.hljs-blockquote,
|
||||
.hljs-horizontal_rule,
|
||||
.python .hljs-decorator,
|
||||
.hljs-template_comment,
|
||||
.hljs-pi,
|
||||
.hljs-doctype,
|
||||
.hljs-deletion,
|
||||
.hljs-shebang,
|
||||
.apache .hljs-sqbracket,
|
||||
.tex .hljs-formula {
|
||||
color: #75715E;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-literal,
|
||||
.css .hljs-id,
|
||||
.hljs-phpdoc,
|
||||
.hljs-title,
|
||||
.hljs-header,
|
||||
.haskell .hljs-type,
|
||||
.vbscript .hljs-built_in,
|
||||
.sql .hljs-aggregate,
|
||||
.rsl .hljs-built_in,
|
||||
.smalltalk .hljs-class,
|
||||
.diff .hljs-header,
|
||||
.hljs-chunk,
|
||||
.hljs-winutils,
|
||||
.bash .hljs-variable,
|
||||
.apache .hljs-tag,
|
||||
.tex .hljs-special,
|
||||
.hljs-request,
|
||||
.hljs-status {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
+149
-149
@@ -1,149 +1,149 @@
|
||||
/*
|
||||
|
||||
Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-license.org/
|
||||
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
padding: 0.5em;
|
||||
background: #23241f;
|
||||
}
|
||||
|
||||
.hljs,
|
||||
.hljs-tag,
|
||||
.css .hljs-rules,
|
||||
.css .hljs-value,
|
||||
.css .hljs-function
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma {
|
||||
color: #f8f8f2;
|
||||
}
|
||||
|
||||
.hljs-strongemphasis,
|
||||
.hljs-strong,
|
||||
.hljs-emphasis {
|
||||
color: #a8a8a2;
|
||||
}
|
||||
|
||||
.hljs-bullet,
|
||||
.hljs-blockquote,
|
||||
.hljs-horizontal_rule,
|
||||
.hljs-number,
|
||||
.hljs-regexp,
|
||||
.alias .hljs-keyword,
|
||||
.hljs-literal,
|
||||
.hljs-hexcolor {
|
||||
color: #ae81ff;
|
||||
}
|
||||
|
||||
.hljs-tag .hljs-value,
|
||||
.hljs-code,
|
||||
.hljs-title,
|
||||
.css .hljs-class,
|
||||
.hljs-class .hljs-title:last-child {
|
||||
color: #a6e22e;
|
||||
}
|
||||
|
||||
.hljs-link_url {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
.hljs-strong,
|
||||
.hljs-strongemphasis {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.hljs-emphasis,
|
||||
.hljs-strongemphasis,
|
||||
.hljs-class .hljs-title:last-child {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-function,
|
||||
.hljs-change,
|
||||
.hljs-winutils,
|
||||
.hljs-flow,
|
||||
.lisp .hljs-title,
|
||||
.clojure .hljs-built_in,
|
||||
.nginx .hljs-title,
|
||||
.tex .hljs-special,
|
||||
.hljs-header,
|
||||
.hljs-attribute,
|
||||
.hljs-symbol,
|
||||
.hljs-symbol .hljs-string,
|
||||
.hljs-tag .hljs-title,
|
||||
.hljs-value,
|
||||
.alias .hljs-keyword:first-child,
|
||||
.css .hljs-tag,
|
||||
.css .unit,
|
||||
.css .hljs-important {
|
||||
color: #F92672;
|
||||
}
|
||||
|
||||
.hljs-function .hljs-keyword,
|
||||
.hljs-class .hljs-keyword:first-child,
|
||||
.hljs-constant,
|
||||
.css .hljs-attribute {
|
||||
color: #66d9ef;
|
||||
}
|
||||
|
||||
.hljs-variable,
|
||||
.hljs-params,
|
||||
.hljs-class .hljs-title {
|
||||
color: #f8f8f2;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.css .hljs-id,
|
||||
.hljs-subst,
|
||||
.haskell .hljs-type,
|
||||
.ruby .hljs-class .hljs-parent,
|
||||
.hljs-built_in,
|
||||
.sql .hljs-aggregate,
|
||||
.django .hljs-template_tag,
|
||||
.django .hljs-variable,
|
||||
.smalltalk .hljs-class,
|
||||
.django .hljs-filter .hljs-argument,
|
||||
.smalltalk .hljs-localvars,
|
||||
.smalltalk .hljs-array,
|
||||
.hljs-attr_selector,
|
||||
.hljs-pseudo,
|
||||
.hljs-addition,
|
||||
.hljs-stream,
|
||||
.hljs-envvar,
|
||||
.apache .hljs-tag,
|
||||
.apache .hljs-cbracket,
|
||||
.tex .hljs-command,
|
||||
.hljs-prompt,
|
||||
.hljs-link_label,
|
||||
.hljs-link_url {
|
||||
color: #e6db74;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-javadoc,
|
||||
.java .hljs-annotation,
|
||||
.python .hljs-decorator,
|
||||
.hljs-template_comment,
|
||||
.hljs-pi,
|
||||
.hljs-doctype,
|
||||
.hljs-deletion,
|
||||
.hljs-shebang,
|
||||
.apache .hljs-sqbracket,
|
||||
.tex .hljs-formula {
|
||||
color: #75715e;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata,
|
||||
.xml .php,
|
||||
.php .xml {
|
||||
opacity: 0.5;
|
||||
}
|
||||
/*
|
||||
|
||||
Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-license.org/
|
||||
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
padding: 0.5em;
|
||||
background: #23241f;
|
||||
}
|
||||
|
||||
.hljs,
|
||||
.hljs-tag,
|
||||
.css .hljs-rules,
|
||||
.css .hljs-value,
|
||||
.css .hljs-function
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma {
|
||||
color: #f8f8f2;
|
||||
}
|
||||
|
||||
.hljs-strongemphasis,
|
||||
.hljs-strong,
|
||||
.hljs-emphasis {
|
||||
color: #a8a8a2;
|
||||
}
|
||||
|
||||
.hljs-bullet,
|
||||
.hljs-blockquote,
|
||||
.hljs-horizontal_rule,
|
||||
.hljs-number,
|
||||
.hljs-regexp,
|
||||
.alias .hljs-keyword,
|
||||
.hljs-literal,
|
||||
.hljs-hexcolor {
|
||||
color: #ae81ff;
|
||||
}
|
||||
|
||||
.hljs-tag .hljs-value,
|
||||
.hljs-code,
|
||||
.hljs-title,
|
||||
.css .hljs-class,
|
||||
.hljs-class .hljs-title:last-child {
|
||||
color: #a6e22e;
|
||||
}
|
||||
|
||||
.hljs-link_url {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
.hljs-strong,
|
||||
.hljs-strongemphasis {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.hljs-emphasis,
|
||||
.hljs-strongemphasis,
|
||||
.hljs-class .hljs-title:last-child {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-function,
|
||||
.hljs-change,
|
||||
.hljs-winutils,
|
||||
.hljs-flow,
|
||||
.lisp .hljs-title,
|
||||
.clojure .hljs-built_in,
|
||||
.nginx .hljs-title,
|
||||
.tex .hljs-special,
|
||||
.hljs-header,
|
||||
.hljs-attribute,
|
||||
.hljs-symbol,
|
||||
.hljs-symbol .hljs-string,
|
||||
.hljs-tag .hljs-title,
|
||||
.hljs-value,
|
||||
.alias .hljs-keyword:first-child,
|
||||
.css .hljs-tag,
|
||||
.css .unit,
|
||||
.css .hljs-important {
|
||||
color: #F92672;
|
||||
}
|
||||
|
||||
.hljs-function .hljs-keyword,
|
||||
.hljs-class .hljs-keyword:first-child,
|
||||
.hljs-constant,
|
||||
.css .hljs-attribute {
|
||||
color: #66d9ef;
|
||||
}
|
||||
|
||||
.hljs-variable,
|
||||
.hljs-params,
|
||||
.hljs-class .hljs-title {
|
||||
color: #f8f8f2;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.css .hljs-id,
|
||||
.hljs-subst,
|
||||
.haskell .hljs-type,
|
||||
.ruby .hljs-class .hljs-parent,
|
||||
.hljs-built_in,
|
||||
.sql .hljs-aggregate,
|
||||
.django .hljs-template_tag,
|
||||
.django .hljs-variable,
|
||||
.smalltalk .hljs-class,
|
||||
.django .hljs-filter .hljs-argument,
|
||||
.smalltalk .hljs-localvars,
|
||||
.smalltalk .hljs-array,
|
||||
.hljs-attr_selector,
|
||||
.hljs-pseudo,
|
||||
.hljs-addition,
|
||||
.hljs-stream,
|
||||
.hljs-envvar,
|
||||
.apache .hljs-tag,
|
||||
.apache .hljs-cbracket,
|
||||
.tex .hljs-command,
|
||||
.hljs-prompt,
|
||||
.hljs-link_label,
|
||||
.hljs-link_url {
|
||||
color: #e6db74;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-javadoc,
|
||||
.java .hljs-annotation,
|
||||
.python .hljs-decorator,
|
||||
.hljs-template_comment,
|
||||
.hljs-pi,
|
||||
.hljs-doctype,
|
||||
.hljs-deletion,
|
||||
.hljs-shebang,
|
||||
.apache .hljs-sqbracket,
|
||||
.tex .hljs-formula {
|
||||
color: #75715e;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata,
|
||||
.xml .php,
|
||||
.php .xml {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
+154
-154
@@ -1,154 +1,154 @@
|
||||
/**
|
||||
* Obsidian style
|
||||
* ported by Alexander Marenin (http://github.com/ioncreature)
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
background: #282B2E;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-literal,
|
||||
.hljs-change,
|
||||
.hljs-winutils,
|
||||
.hljs-flow,
|
||||
.lisp .hljs-title,
|
||||
.clojure .hljs-built_in,
|
||||
.nginx .hljs-title,
|
||||
.css .hljs-id,
|
||||
.tex .hljs-special {
|
||||
color: #93C763;
|
||||
}
|
||||
|
||||
.hljs-number {
|
||||
color: #FFCD22;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
color: #E0E2E4;
|
||||
}
|
||||
|
||||
.css .hljs-tag,
|
||||
.css .hljs-pseudo {
|
||||
color: #D0D2B5;
|
||||
}
|
||||
|
||||
.hljs-attribute,
|
||||
.hljs .hljs-constant {
|
||||
color: #668BB0;
|
||||
}
|
||||
|
||||
.xml .hljs-attribute {
|
||||
color: #B3B689;
|
||||
}
|
||||
|
||||
.xml .hljs-tag .hljs-value {
|
||||
color: #E8E2B7;
|
||||
}
|
||||
|
||||
.hljs-code,
|
||||
.hljs-class .hljs-title,
|
||||
.hljs-header {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.hljs-class,
|
||||
.hljs-hexcolor {
|
||||
color: #93C763;
|
||||
}
|
||||
|
||||
.hljs-regexp {
|
||||
color: #D39745;
|
||||
}
|
||||
|
||||
.hljs-at_rule,
|
||||
.hljs-at_rule .hljs-keyword {
|
||||
color: #A082BD;
|
||||
}
|
||||
|
||||
.hljs-doctype {
|
||||
color: #557182;
|
||||
}
|
||||
|
||||
.hljs-link_url,
|
||||
.hljs-tag,
|
||||
.hljs-tag .hljs-title,
|
||||
.hljs-bullet,
|
||||
.hljs-subst,
|
||||
.hljs-emphasis,
|
||||
.haskell .hljs-type,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.ruby .hljs-class .hljs-parent,
|
||||
.hljs-built_in,
|
||||
.sql .hljs-aggregate,
|
||||
.django .hljs-template_tag,
|
||||
.django .hljs-variable,
|
||||
.smalltalk .hljs-class,
|
||||
.hljs-javadoc,
|
||||
.django .hljs-filter .hljs-argument,
|
||||
.smalltalk .hljs-localvars,
|
||||
.smalltalk .hljs-array,
|
||||
.hljs-attr_selector,
|
||||
.hljs-pseudo,
|
||||
.hljs-addition,
|
||||
.hljs-stream,
|
||||
.hljs-envvar,
|
||||
.apache .hljs-tag,
|
||||
.apache .hljs-cbracket,
|
||||
.tex .hljs-command,
|
||||
.hljs-prompt {
|
||||
color: #8CBBAD;
|
||||
}
|
||||
|
||||
.hljs-string {
|
||||
color: #EC7600;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.java .hljs-annotation,
|
||||
.hljs-blockquote,
|
||||
.hljs-horizontal_rule,
|
||||
.python .hljs-decorator,
|
||||
.hljs-template_comment,
|
||||
.hljs-pi,
|
||||
.hljs-deletion,
|
||||
.hljs-shebang,
|
||||
.apache .hljs-sqbracket,
|
||||
.tex .hljs-formula {
|
||||
color: #818E96;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-literal,
|
||||
.css .hljs-id,
|
||||
.hljs-phpdoc,
|
||||
.hljs-title,
|
||||
.hljs-header,
|
||||
.haskell .hljs-type,
|
||||
.vbscript .hljs-built_in,
|
||||
.sql .hljs-aggregate,
|
||||
.rsl .hljs-built_in,
|
||||
.smalltalk .hljs-class,
|
||||
.diff .hljs-header,
|
||||
.hljs-chunk,
|
||||
.hljs-winutils,
|
||||
.bash .hljs-variable,
|
||||
.apache .hljs-tag,
|
||||
.tex .hljs-special,
|
||||
.hljs-request,
|
||||
.hljs-at_rule .hljs-keyword,
|
||||
.hljs-status {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
/**
|
||||
* Obsidian style
|
||||
* ported by Alexander Marenin (http://github.com/ioncreature)
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
background: #282B2E;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-literal,
|
||||
.hljs-change,
|
||||
.hljs-winutils,
|
||||
.hljs-flow,
|
||||
.lisp .hljs-title,
|
||||
.clojure .hljs-built_in,
|
||||
.nginx .hljs-title,
|
||||
.css .hljs-id,
|
||||
.tex .hljs-special {
|
||||
color: #93C763;
|
||||
}
|
||||
|
||||
.hljs-number {
|
||||
color: #FFCD22;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
color: #E0E2E4;
|
||||
}
|
||||
|
||||
.css .hljs-tag,
|
||||
.css .hljs-pseudo {
|
||||
color: #D0D2B5;
|
||||
}
|
||||
|
||||
.hljs-attribute,
|
||||
.hljs .hljs-constant {
|
||||
color: #668BB0;
|
||||
}
|
||||
|
||||
.xml .hljs-attribute {
|
||||
color: #B3B689;
|
||||
}
|
||||
|
||||
.xml .hljs-tag .hljs-value {
|
||||
color: #E8E2B7;
|
||||
}
|
||||
|
||||
.hljs-code,
|
||||
.hljs-class .hljs-title,
|
||||
.hljs-header {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.hljs-class,
|
||||
.hljs-hexcolor {
|
||||
color: #93C763;
|
||||
}
|
||||
|
||||
.hljs-regexp {
|
||||
color: #D39745;
|
||||
}
|
||||
|
||||
.hljs-at_rule,
|
||||
.hljs-at_rule .hljs-keyword {
|
||||
color: #A082BD;
|
||||
}
|
||||
|
||||
.hljs-doctype {
|
||||
color: #557182;
|
||||
}
|
||||
|
||||
.hljs-link_url,
|
||||
.hljs-tag,
|
||||
.hljs-tag .hljs-title,
|
||||
.hljs-bullet,
|
||||
.hljs-subst,
|
||||
.hljs-emphasis,
|
||||
.haskell .hljs-type,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.ruby .hljs-class .hljs-parent,
|
||||
.hljs-built_in,
|
||||
.sql .hljs-aggregate,
|
||||
.django .hljs-template_tag,
|
||||
.django .hljs-variable,
|
||||
.smalltalk .hljs-class,
|
||||
.hljs-javadoc,
|
||||
.django .hljs-filter .hljs-argument,
|
||||
.smalltalk .hljs-localvars,
|
||||
.smalltalk .hljs-array,
|
||||
.hljs-attr_selector,
|
||||
.hljs-pseudo,
|
||||
.hljs-addition,
|
||||
.hljs-stream,
|
||||
.hljs-envvar,
|
||||
.apache .hljs-tag,
|
||||
.apache .hljs-cbracket,
|
||||
.tex .hljs-command,
|
||||
.hljs-prompt {
|
||||
color: #8CBBAD;
|
||||
}
|
||||
|
||||
.hljs-string {
|
||||
color: #EC7600;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.java .hljs-annotation,
|
||||
.hljs-blockquote,
|
||||
.hljs-horizontal_rule,
|
||||
.python .hljs-decorator,
|
||||
.hljs-template_comment,
|
||||
.hljs-pi,
|
||||
.hljs-deletion,
|
||||
.hljs-shebang,
|
||||
.apache .hljs-sqbracket,
|
||||
.tex .hljs-formula {
|
||||
color: #818E96;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-literal,
|
||||
.css .hljs-id,
|
||||
.hljs-phpdoc,
|
||||
.hljs-title,
|
||||
.hljs-header,
|
||||
.haskell .hljs-type,
|
||||
.vbscript .hljs-built_in,
|
||||
.sql .hljs-aggregate,
|
||||
.rsl .hljs-built_in,
|
||||
.smalltalk .hljs-class,
|
||||
.diff .hljs-header,
|
||||
.hljs-chunk,
|
||||
.hljs-winutils,
|
||||
.bash .hljs-variable,
|
||||
.apache .hljs-tag,
|
||||
.tex .hljs-special,
|
||||
.hljs-request,
|
||||
.hljs-at_rule .hljs-keyword,
|
||||
.hljs-status {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
+93
-93
@@ -1,93 +1,93 @@
|
||||
/*
|
||||
Paraíso (dark)
|
||||
Created by Jan T. Sott (http://github.com/idleberg)
|
||||
Inspired by the art of Rubens LP (http://www.rubenslp.com.br)
|
||||
*/
|
||||
|
||||
/* Paraíso Comment */
|
||||
.hljs-comment,
|
||||
.hljs-title {
|
||||
color: #8d8687;
|
||||
}
|
||||
|
||||
/* Paraíso Red */
|
||||
.hljs-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-regexp,
|
||||
.ruby .hljs-constant,
|
||||
.xml .hljs-tag .hljs-title,
|
||||
.xml .hljs-pi,
|
||||
.xml .hljs-doctype,
|
||||
.html .hljs-doctype,
|
||||
.css .hljs-id,
|
||||
.css .hljs-class,
|
||||
.css .hljs-pseudo {
|
||||
color: #ef6155;
|
||||
}
|
||||
|
||||
/* Paraíso Orange */
|
||||
.hljs-number,
|
||||
.hljs-preprocessor,
|
||||
.hljs-built_in,
|
||||
.hljs-literal,
|
||||
.hljs-params,
|
||||
.hljs-constant {
|
||||
color: #f99b15;
|
||||
}
|
||||
|
||||
/* Paraíso Yellow */
|
||||
.ruby .hljs-class .hljs-title,
|
||||
.css .hljs-rules .hljs-attribute {
|
||||
color: #fec418;
|
||||
}
|
||||
|
||||
/* Paraíso Green */
|
||||
.hljs-string,
|
||||
.hljs-value,
|
||||
.hljs-inheritance,
|
||||
.hljs-header,
|
||||
.ruby .hljs-symbol,
|
||||
.xml .hljs-cdata {
|
||||
color: #48b685;
|
||||
}
|
||||
|
||||
/* Paraíso Aqua */
|
||||
.css .hljs-hexcolor {
|
||||
color: #5bc4bf;
|
||||
}
|
||||
|
||||
/* Paraíso Blue */
|
||||
.hljs-function,
|
||||
.python .hljs-decorator,
|
||||
.python .hljs-title,
|
||||
.ruby .hljs-function .hljs-title,
|
||||
.ruby .hljs-title .hljs-keyword,
|
||||
.perl .hljs-sub,
|
||||
.javascript .hljs-title,
|
||||
.coffeescript .hljs-title {
|
||||
color: #06b6ef;
|
||||
}
|
||||
|
||||
/* Paraíso Purple */
|
||||
.hljs-keyword,
|
||||
.javascript .hljs-function {
|
||||
color: #815ba4;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
background: #2f1e2e;
|
||||
color: #a39e9b;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
/*
|
||||
Paraíso (dark)
|
||||
Created by Jan T. Sott (http://github.com/idleberg)
|
||||
Inspired by the art of Rubens LP (http://www.rubenslp.com.br)
|
||||
*/
|
||||
|
||||
/* Paraíso Comment */
|
||||
.hljs-comment,
|
||||
.hljs-title {
|
||||
color: #8d8687;
|
||||
}
|
||||
|
||||
/* Paraíso Red */
|
||||
.hljs-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-regexp,
|
||||
.ruby .hljs-constant,
|
||||
.xml .hljs-tag .hljs-title,
|
||||
.xml .hljs-pi,
|
||||
.xml .hljs-doctype,
|
||||
.html .hljs-doctype,
|
||||
.css .hljs-id,
|
||||
.css .hljs-class,
|
||||
.css .hljs-pseudo {
|
||||
color: #ef6155;
|
||||
}
|
||||
|
||||
/* Paraíso Orange */
|
||||
.hljs-number,
|
||||
.hljs-preprocessor,
|
||||
.hljs-built_in,
|
||||
.hljs-literal,
|
||||
.hljs-params,
|
||||
.hljs-constant {
|
||||
color: #f99b15;
|
||||
}
|
||||
|
||||
/* Paraíso Yellow */
|
||||
.ruby .hljs-class .hljs-title,
|
||||
.css .hljs-rules .hljs-attribute {
|
||||
color: #fec418;
|
||||
}
|
||||
|
||||
/* Paraíso Green */
|
||||
.hljs-string,
|
||||
.hljs-value,
|
||||
.hljs-inheritance,
|
||||
.hljs-header,
|
||||
.ruby .hljs-symbol,
|
||||
.xml .hljs-cdata {
|
||||
color: #48b685;
|
||||
}
|
||||
|
||||
/* Paraíso Aqua */
|
||||
.css .hljs-hexcolor {
|
||||
color: #5bc4bf;
|
||||
}
|
||||
|
||||
/* Paraíso Blue */
|
||||
.hljs-function,
|
||||
.python .hljs-decorator,
|
||||
.python .hljs-title,
|
||||
.ruby .hljs-function .hljs-title,
|
||||
.ruby .hljs-title .hljs-keyword,
|
||||
.perl .hljs-sub,
|
||||
.javascript .hljs-title,
|
||||
.coffeescript .hljs-title {
|
||||
color: #06b6ef;
|
||||
}
|
||||
|
||||
/* Paraíso Purple */
|
||||
.hljs-keyword,
|
||||
.javascript .hljs-function {
|
||||
color: #815ba4;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
background: #2f1e2e;
|
||||
color: #a39e9b;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
+93
-93
@@ -1,93 +1,93 @@
|
||||
/*
|
||||
Paraíso (light)
|
||||
Created by Jan T. Sott (http://github.com/idleberg)
|
||||
Inspired by the art of Rubens LP (http://www.rubenslp.com.br)
|
||||
*/
|
||||
|
||||
/* Paraíso Comment */
|
||||
.hljs-comment,
|
||||
.hljs-title {
|
||||
color: #776e71;
|
||||
}
|
||||
|
||||
/* Paraíso Red */
|
||||
.hljs-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-regexp,
|
||||
.ruby .hljs-constant,
|
||||
.xml .hljs-tag .hljs-title,
|
||||
.xml .hljs-pi,
|
||||
.xml .hljs-doctype,
|
||||
.html .hljs-doctype,
|
||||
.css .hljs-id,
|
||||
.css .hljs-class,
|
||||
.css .hljs-pseudo {
|
||||
color: #ef6155;
|
||||
}
|
||||
|
||||
/* Paraíso Orange */
|
||||
.hljs-number,
|
||||
.hljs-preprocessor,
|
||||
.hljs-built_in,
|
||||
.hljs-literal,
|
||||
.hljs-params,
|
||||
.hljs-constant {
|
||||
color: #f99b15;
|
||||
}
|
||||
|
||||
/* Paraíso Yellow */
|
||||
.ruby .hljs-class .hljs-title,
|
||||
.css .hljs-rules .hljs-attribute {
|
||||
color: #fec418;
|
||||
}
|
||||
|
||||
/* Paraíso Green */
|
||||
.hljs-string,
|
||||
.hljs-value,
|
||||
.hljs-inheritance,
|
||||
.hljs-header,
|
||||
.ruby .hljs-symbol,
|
||||
.xml .hljs-cdata {
|
||||
color: #48b685;
|
||||
}
|
||||
|
||||
/* Paraíso Aqua */
|
||||
.css .hljs-hexcolor {
|
||||
color: #5bc4bf;
|
||||
}
|
||||
|
||||
/* Paraíso Blue */
|
||||
.hljs-function,
|
||||
.python .hljs-decorator,
|
||||
.python .hljs-title,
|
||||
.ruby .hljs-function .hljs-title,
|
||||
.ruby .hljs-title .hljs-keyword,
|
||||
.perl .hljs-sub,
|
||||
.javascript .hljs-title,
|
||||
.coffeescript .hljs-title {
|
||||
color: #06b6ef;
|
||||
}
|
||||
|
||||
/* Paraíso Purple */
|
||||
.hljs-keyword,
|
||||
.javascript .hljs-function {
|
||||
color: #815ba4;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
background: #e7e9db;
|
||||
color: #4f424c;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
/*
|
||||
Paraíso (light)
|
||||
Created by Jan T. Sott (http://github.com/idleberg)
|
||||
Inspired by the art of Rubens LP (http://www.rubenslp.com.br)
|
||||
*/
|
||||
|
||||
/* Paraíso Comment */
|
||||
.hljs-comment,
|
||||
.hljs-title {
|
||||
color: #776e71;
|
||||
}
|
||||
|
||||
/* Paraíso Red */
|
||||
.hljs-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-regexp,
|
||||
.ruby .hljs-constant,
|
||||
.xml .hljs-tag .hljs-title,
|
||||
.xml .hljs-pi,
|
||||
.xml .hljs-doctype,
|
||||
.html .hljs-doctype,
|
||||
.css .hljs-id,
|
||||
.css .hljs-class,
|
||||
.css .hljs-pseudo {
|
||||
color: #ef6155;
|
||||
}
|
||||
|
||||
/* Paraíso Orange */
|
||||
.hljs-number,
|
||||
.hljs-preprocessor,
|
||||
.hljs-built_in,
|
||||
.hljs-literal,
|
||||
.hljs-params,
|
||||
.hljs-constant {
|
||||
color: #f99b15;
|
||||
}
|
||||
|
||||
/* Paraíso Yellow */
|
||||
.ruby .hljs-class .hljs-title,
|
||||
.css .hljs-rules .hljs-attribute {
|
||||
color: #fec418;
|
||||
}
|
||||
|
||||
/* Paraíso Green */
|
||||
.hljs-string,
|
||||
.hljs-value,
|
||||
.hljs-inheritance,
|
||||
.hljs-header,
|
||||
.ruby .hljs-symbol,
|
||||
.xml .hljs-cdata {
|
||||
color: #48b685;
|
||||
}
|
||||
|
||||
/* Paraíso Aqua */
|
||||
.css .hljs-hexcolor {
|
||||
color: #5bc4bf;
|
||||
}
|
||||
|
||||
/* Paraíso Blue */
|
||||
.hljs-function,
|
||||
.python .hljs-decorator,
|
||||
.python .hljs-title,
|
||||
.ruby .hljs-function .hljs-title,
|
||||
.ruby .hljs-title .hljs-keyword,
|
||||
.perl .hljs-sub,
|
||||
.javascript .hljs-title,
|
||||
.coffeescript .hljs-title {
|
||||
color: #06b6ef;
|
||||
}
|
||||
|
||||
/* Paraíso Purple */
|
||||
.hljs-keyword,
|
||||
.javascript .hljs-function {
|
||||
color: #815ba4;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
background: #e7e9db;
|
||||
color: #4f424c;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
+106
-106
@@ -1,106 +1,106 @@
|
||||
/*
|
||||
|
||||
Pojoaque Style by Jason Tate
|
||||
http://web-cms-designs.com/ftopict-10-pojoaque-style-for-highlight-js-code-highlighter.html
|
||||
Based on Solarized Style from http://ethanschoonover.com/solarized
|
||||
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
color: #DCCF8F;
|
||||
background: url(./pojoaque.jpg) repeat scroll left top #181914;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-template_comment,
|
||||
.diff .hljs-header,
|
||||
.hljs-doctype,
|
||||
.lisp .hljs-string,
|
||||
.hljs-javadoc {
|
||||
color: #586e75;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.css .rule .hljs-keyword,
|
||||
.hljs-winutils,
|
||||
.javascript .hljs-title,
|
||||
.method,
|
||||
.hljs-addition,
|
||||
.css .hljs-tag,
|
||||
.clojure .hljs-title,
|
||||
.nginx .hljs-title {
|
||||
color: #B64926;
|
||||
}
|
||||
|
||||
.hljs-number,
|
||||
.hljs-command,
|
||||
.hljs-string,
|
||||
.hljs-tag .hljs-value,
|
||||
.hljs-phpdoc,
|
||||
.tex .hljs-formula,
|
||||
.hljs-regexp,
|
||||
.hljs-hexcolor {
|
||||
color: #468966;
|
||||
}
|
||||
|
||||
.hljs-title,
|
||||
.hljs-localvars,
|
||||
.hljs-function .hljs-title,
|
||||
.hljs-chunk,
|
||||
.hljs-decorator,
|
||||
.hljs-built_in,
|
||||
.lisp .hljs-title,
|
||||
.clojure .hljs-built_in,
|
||||
.hljs-identifier,
|
||||
.hljs-id {
|
||||
color: #FFB03B;
|
||||
}
|
||||
|
||||
.hljs-attribute,
|
||||
.hljs-variable,
|
||||
.lisp .hljs-body,
|
||||
.smalltalk .hljs-number,
|
||||
.hljs-constant,
|
||||
.hljs-class .hljs-title,
|
||||
.hljs-parent,
|
||||
.haskell .hljs-type {
|
||||
color: #b58900;
|
||||
}
|
||||
|
||||
.css .hljs-attribute {
|
||||
color: #b89859;
|
||||
}
|
||||
|
||||
.css .hljs-number,
|
||||
.css .hljs-hexcolor {
|
||||
color: #DCCF8F;
|
||||
}
|
||||
|
||||
.css .hljs-class {
|
||||
color: #d3a60c;
|
||||
}
|
||||
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-pi,
|
||||
.hljs-shebang,
|
||||
.hljs-symbol,
|
||||
.hljs-symbol .hljs-string,
|
||||
.diff .hljs-change,
|
||||
.hljs-special,
|
||||
.hljs-attr_selector,
|
||||
.hljs-important,
|
||||
.hljs-subst,
|
||||
.hljs-cdata {
|
||||
color: #cb4b16;
|
||||
}
|
||||
|
||||
.hljs-deletion {
|
||||
color: #dc322f;
|
||||
}
|
||||
|
||||
.tex .hljs-formula {
|
||||
background: #073642;
|
||||
}
|
||||
/*
|
||||
|
||||
Pojoaque Style by Jason Tate
|
||||
http://web-cms-designs.com/ftopict-10-pojoaque-style-for-highlight-js-code-highlighter.html
|
||||
Based on Solarized Style from http://ethanschoonover.com/solarized
|
||||
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
color: #DCCF8F;
|
||||
background: url(./pojoaque.jpg) repeat scroll left top #181914;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-template_comment,
|
||||
.diff .hljs-header,
|
||||
.hljs-doctype,
|
||||
.lisp .hljs-string,
|
||||
.hljs-javadoc {
|
||||
color: #586e75;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.css .rule .hljs-keyword,
|
||||
.hljs-winutils,
|
||||
.javascript .hljs-title,
|
||||
.method,
|
||||
.hljs-addition,
|
||||
.css .hljs-tag,
|
||||
.clojure .hljs-title,
|
||||
.nginx .hljs-title {
|
||||
color: #B64926;
|
||||
}
|
||||
|
||||
.hljs-number,
|
||||
.hljs-command,
|
||||
.hljs-string,
|
||||
.hljs-tag .hljs-value,
|
||||
.hljs-phpdoc,
|
||||
.tex .hljs-formula,
|
||||
.hljs-regexp,
|
||||
.hljs-hexcolor {
|
||||
color: #468966;
|
||||
}
|
||||
|
||||
.hljs-title,
|
||||
.hljs-localvars,
|
||||
.hljs-function .hljs-title,
|
||||
.hljs-chunk,
|
||||
.hljs-decorator,
|
||||
.hljs-built_in,
|
||||
.lisp .hljs-title,
|
||||
.clojure .hljs-built_in,
|
||||
.hljs-identifier,
|
||||
.hljs-id {
|
||||
color: #FFB03B;
|
||||
}
|
||||
|
||||
.hljs-attribute,
|
||||
.hljs-variable,
|
||||
.lisp .hljs-body,
|
||||
.smalltalk .hljs-number,
|
||||
.hljs-constant,
|
||||
.hljs-class .hljs-title,
|
||||
.hljs-parent,
|
||||
.haskell .hljs-type {
|
||||
color: #b58900;
|
||||
}
|
||||
|
||||
.css .hljs-attribute {
|
||||
color: #b89859;
|
||||
}
|
||||
|
||||
.css .hljs-number,
|
||||
.css .hljs-hexcolor {
|
||||
color: #DCCF8F;
|
||||
}
|
||||
|
||||
.css .hljs-class {
|
||||
color: #d3a60c;
|
||||
}
|
||||
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-pi,
|
||||
.hljs-shebang,
|
||||
.hljs-symbol,
|
||||
.hljs-symbol .hljs-string,
|
||||
.diff .hljs-change,
|
||||
.hljs-special,
|
||||
.hljs-attr_selector,
|
||||
.hljs-important,
|
||||
.hljs-subst,
|
||||
.hljs-cdata {
|
||||
color: #cb4b16;
|
||||
}
|
||||
|
||||
.hljs-deletion {
|
||||
color: #dc322f;
|
||||
}
|
||||
|
||||
.tex .hljs-formula {
|
||||
background: #073642;
|
||||
}
|
||||
|
||||
+182
-182
@@ -1,182 +1,182 @@
|
||||
/*
|
||||
|
||||
Railscasts-like style (c) Visoft, Inc. (Damien White)
|
||||
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
padding: 0.5em;
|
||||
background: #232323;
|
||||
color: #E6E1DC;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-template_comment,
|
||||
.hljs-javadoc,
|
||||
.hljs-shebang {
|
||||
color: #BC9458;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.ruby .hljs-function .hljs-keyword,
|
||||
.hljs-request,
|
||||
.hljs-status,
|
||||
.nginx .hljs-title,
|
||||
.method,
|
||||
.hljs-list .hljs-title {
|
||||
color: #C26230;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.hljs-number,
|
||||
.hljs-regexp,
|
||||
.hljs-tag .hljs-value,
|
||||
.hljs-cdata,
|
||||
.hljs-filter .hljs-argument,
|
||||
.hljs-attr_selector,
|
||||
.apache .hljs-cbracket,
|
||||
.hljs-date,
|
||||
.tex .hljs-command,
|
||||
.markdown .hljs-link_label {
|
||||
color: #A5C261;
|
||||
}
|
||||
|
||||
.hljs-subst {
|
||||
color: #519F50;
|
||||
}
|
||||
|
||||
.hljs-tag,
|
||||
.hljs-tag .hljs-keyword,
|
||||
.hljs-tag .hljs-title,
|
||||
.hljs-doctype,
|
||||
.hljs-sub .hljs-identifier,
|
||||
.hljs-pi,
|
||||
.input_number {
|
||||
color: #E8BF6A;
|
||||
}
|
||||
|
||||
.hljs-identifier {
|
||||
color: #D0D0FF;
|
||||
}
|
||||
|
||||
.hljs-class .hljs-title,
|
||||
.haskell .hljs-type,
|
||||
.smalltalk .hljs-class,
|
||||
.hljs-javadoctag,
|
||||
.hljs-yardoctag,
|
||||
.hljs-phpdoc {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.hljs-constant {
|
||||
color: #DA4939;
|
||||
}
|
||||
|
||||
|
||||
.hljs-symbol,
|
||||
.hljs-built_in,
|
||||
.ruby .hljs-symbol .hljs-string,
|
||||
.ruby .hljs-symbol .hljs-identifier,
|
||||
.markdown .hljs-link_url,
|
||||
.hljs-attribute {
|
||||
color: #6D9CBE;
|
||||
}
|
||||
|
||||
.markdown .hljs-link_url {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.hljs-params,
|
||||
.hljs-variable,
|
||||
.clojure .hljs-attribute {
|
||||
color: #D0D0FF;
|
||||
}
|
||||
|
||||
.css .hljs-tag,
|
||||
.hljs-rules .hljs-property,
|
||||
.hljs-pseudo,
|
||||
.tex .hljs-special {
|
||||
color: #CDA869;
|
||||
}
|
||||
|
||||
.css .hljs-class {
|
||||
color: #9B703F;
|
||||
}
|
||||
|
||||
.hljs-rules .hljs-keyword {
|
||||
color: #C5AF75;
|
||||
}
|
||||
|
||||
.hljs-rules .hljs-value {
|
||||
color: #CF6A4C;
|
||||
}
|
||||
|
||||
.css .hljs-id {
|
||||
color: #8B98AB;
|
||||
}
|
||||
|
||||
.hljs-annotation,
|
||||
.apache .hljs-sqbracket,
|
||||
.nginx .hljs-built_in {
|
||||
color: #9B859D;
|
||||
}
|
||||
|
||||
.hljs-preprocessor,
|
||||
.hljs-preprocessor *,
|
||||
.hljs-pragma {
|
||||
color: #8996A8 !important;
|
||||
}
|
||||
|
||||
.hljs-hexcolor,
|
||||
.css .hljs-value .hljs-number {
|
||||
color: #A5C261;
|
||||
}
|
||||
|
||||
.hljs-title,
|
||||
.hljs-decorator,
|
||||
.css .hljs-function {
|
||||
color: #FFC66D;
|
||||
}
|
||||
|
||||
.diff .hljs-header,
|
||||
.hljs-chunk {
|
||||
background-color: #2F33AB;
|
||||
color: #E6E1DC;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.diff .hljs-change {
|
||||
background-color: #4A410D;
|
||||
color: #F8F8F8;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.hljs-addition {
|
||||
background-color: #144212;
|
||||
color: #E6E1DC;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.hljs-deletion {
|
||||
background-color: #600;
|
||||
color: #E6E1DC;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.7;
|
||||
}
|
||||
/*
|
||||
|
||||
Railscasts-like style (c) Visoft, Inc. (Damien White)
|
||||
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
padding: 0.5em;
|
||||
background: #232323;
|
||||
color: #E6E1DC;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-template_comment,
|
||||
.hljs-javadoc,
|
||||
.hljs-shebang {
|
||||
color: #BC9458;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.ruby .hljs-function .hljs-keyword,
|
||||
.hljs-request,
|
||||
.hljs-status,
|
||||
.nginx .hljs-title,
|
||||
.method,
|
||||
.hljs-list .hljs-title {
|
||||
color: #C26230;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.hljs-number,
|
||||
.hljs-regexp,
|
||||
.hljs-tag .hljs-value,
|
||||
.hljs-cdata,
|
||||
.hljs-filter .hljs-argument,
|
||||
.hljs-attr_selector,
|
||||
.apache .hljs-cbracket,
|
||||
.hljs-date,
|
||||
.tex .hljs-command,
|
||||
.markdown .hljs-link_label {
|
||||
color: #A5C261;
|
||||
}
|
||||
|
||||
.hljs-subst {
|
||||
color: #519F50;
|
||||
}
|
||||
|
||||
.hljs-tag,
|
||||
.hljs-tag .hljs-keyword,
|
||||
.hljs-tag .hljs-title,
|
||||
.hljs-doctype,
|
||||
.hljs-sub .hljs-identifier,
|
||||
.hljs-pi,
|
||||
.input_number {
|
||||
color: #E8BF6A;
|
||||
}
|
||||
|
||||
.hljs-identifier {
|
||||
color: #D0D0FF;
|
||||
}
|
||||
|
||||
.hljs-class .hljs-title,
|
||||
.haskell .hljs-type,
|
||||
.smalltalk .hljs-class,
|
||||
.hljs-javadoctag,
|
||||
.hljs-yardoctag,
|
||||
.hljs-phpdoc {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.hljs-constant {
|
||||
color: #DA4939;
|
||||
}
|
||||
|
||||
|
||||
.hljs-symbol,
|
||||
.hljs-built_in,
|
||||
.ruby .hljs-symbol .hljs-string,
|
||||
.ruby .hljs-symbol .hljs-identifier,
|
||||
.markdown .hljs-link_url,
|
||||
.hljs-attribute {
|
||||
color: #6D9CBE;
|
||||
}
|
||||
|
||||
.markdown .hljs-link_url {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.hljs-params,
|
||||
.hljs-variable,
|
||||
.clojure .hljs-attribute {
|
||||
color: #D0D0FF;
|
||||
}
|
||||
|
||||
.css .hljs-tag,
|
||||
.hljs-rules .hljs-property,
|
||||
.hljs-pseudo,
|
||||
.tex .hljs-special {
|
||||
color: #CDA869;
|
||||
}
|
||||
|
||||
.css .hljs-class {
|
||||
color: #9B703F;
|
||||
}
|
||||
|
||||
.hljs-rules .hljs-keyword {
|
||||
color: #C5AF75;
|
||||
}
|
||||
|
||||
.hljs-rules .hljs-value {
|
||||
color: #CF6A4C;
|
||||
}
|
||||
|
||||
.css .hljs-id {
|
||||
color: #8B98AB;
|
||||
}
|
||||
|
||||
.hljs-annotation,
|
||||
.apache .hljs-sqbracket,
|
||||
.nginx .hljs-built_in {
|
||||
color: #9B859D;
|
||||
}
|
||||
|
||||
.hljs-preprocessor,
|
||||
.hljs-preprocessor *,
|
||||
.hljs-pragma {
|
||||
color: #8996A8 !important;
|
||||
}
|
||||
|
||||
.hljs-hexcolor,
|
||||
.css .hljs-value .hljs-number {
|
||||
color: #A5C261;
|
||||
}
|
||||
|
||||
.hljs-title,
|
||||
.hljs-decorator,
|
||||
.css .hljs-function {
|
||||
color: #FFC66D;
|
||||
}
|
||||
|
||||
.diff .hljs-header,
|
||||
.hljs-chunk {
|
||||
background-color: #2F33AB;
|
||||
color: #E6E1DC;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.diff .hljs-change {
|
||||
background-color: #4A410D;
|
||||
color: #F8F8F8;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.hljs-addition {
|
||||
background-color: #144212;
|
||||
color: #E6E1DC;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.hljs-deletion {
|
||||
background-color: #600;
|
||||
color: #E6E1DC;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
+112
-112
@@ -1,112 +1,112 @@
|
||||
/*
|
||||
|
||||
Style with support for rainbow parens
|
||||
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
background: #474949; color: #D1D9E1;
|
||||
}
|
||||
|
||||
|
||||
.hljs-body,
|
||||
.hljs-collection {
|
||||
color: #D1D9E1;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-template_comment,
|
||||
.diff .hljs-header,
|
||||
.hljs-doctype,
|
||||
.lisp .hljs-string,
|
||||
.hljs-javadoc {
|
||||
color: #969896;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.clojure .hljs-attribute,
|
||||
.hljs-winutils,
|
||||
.javascript .hljs-title,
|
||||
.hljs-addition,
|
||||
.css .hljs-tag {
|
||||
color: #cc99cc;
|
||||
}
|
||||
|
||||
.hljs-number { color: #f99157; }
|
||||
|
||||
.hljs-command,
|
||||
.hljs-string,
|
||||
.hljs-tag .hljs-value,
|
||||
.hljs-phpdoc,
|
||||
.tex .hljs-formula,
|
||||
.hljs-regexp,
|
||||
.hljs-hexcolor {
|
||||
color: #8abeb7;
|
||||
}
|
||||
|
||||
.hljs-title,
|
||||
.hljs-localvars,
|
||||
.hljs-function .hljs-title,
|
||||
.hljs-chunk,
|
||||
.hljs-decorator,
|
||||
.hljs-built_in,
|
||||
.lisp .hljs-title,
|
||||
.hljs-identifier
|
||||
{
|
||||
color: #b5bd68;
|
||||
}
|
||||
|
||||
.hljs-class .hljs-keyword
|
||||
{
|
||||
color: #f2777a;
|
||||
}
|
||||
|
||||
.hljs-variable,
|
||||
.lisp .hljs-body,
|
||||
.smalltalk .hljs-number,
|
||||
.hljs-constant,
|
||||
.hljs-class .hljs-title,
|
||||
.hljs-parent,
|
||||
.haskell .hljs-label,
|
||||
.hljs-id,
|
||||
.lisp .hljs-title,
|
||||
.clojure .hljs-title .hljs-built_in {
|
||||
color: #ffcc66;
|
||||
}
|
||||
|
||||
.hljs-tag .hljs-title,
|
||||
.hljs-rules .hljs-property,
|
||||
.django .hljs-tag .hljs-keyword,
|
||||
.clojure .hljs-title .hljs-built_in {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.hljs-attribute,
|
||||
.clojure .hljs-title {
|
||||
color: #81a2be;
|
||||
}
|
||||
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-pi,
|
||||
.hljs-shebang,
|
||||
.hljs-symbol,
|
||||
.hljs-symbol .hljs-string,
|
||||
.diff .hljs-change,
|
||||
.hljs-special,
|
||||
.hljs-attr_selector,
|
||||
.hljs-important,
|
||||
.hljs-subst,
|
||||
.hljs-cdata {
|
||||
color: #f99157;
|
||||
}
|
||||
|
||||
.hljs-deletion {
|
||||
color: #dc322f;
|
||||
}
|
||||
|
||||
.tex .hljs-formula {
|
||||
background: #eee8d5;
|
||||
}
|
||||
/*
|
||||
|
||||
Style with support for rainbow parens
|
||||
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
background: #474949; color: #D1D9E1;
|
||||
}
|
||||
|
||||
|
||||
.hljs-body,
|
||||
.hljs-collection {
|
||||
color: #D1D9E1;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-template_comment,
|
||||
.diff .hljs-header,
|
||||
.hljs-doctype,
|
||||
.lisp .hljs-string,
|
||||
.hljs-javadoc {
|
||||
color: #969896;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.clojure .hljs-attribute,
|
||||
.hljs-winutils,
|
||||
.javascript .hljs-title,
|
||||
.hljs-addition,
|
||||
.css .hljs-tag {
|
||||
color: #cc99cc;
|
||||
}
|
||||
|
||||
.hljs-number { color: #f99157; }
|
||||
|
||||
.hljs-command,
|
||||
.hljs-string,
|
||||
.hljs-tag .hljs-value,
|
||||
.hljs-phpdoc,
|
||||
.tex .hljs-formula,
|
||||
.hljs-regexp,
|
||||
.hljs-hexcolor {
|
||||
color: #8abeb7;
|
||||
}
|
||||
|
||||
.hljs-title,
|
||||
.hljs-localvars,
|
||||
.hljs-function .hljs-title,
|
||||
.hljs-chunk,
|
||||
.hljs-decorator,
|
||||
.hljs-built_in,
|
||||
.lisp .hljs-title,
|
||||
.hljs-identifier
|
||||
{
|
||||
color: #b5bd68;
|
||||
}
|
||||
|
||||
.hljs-class .hljs-keyword
|
||||
{
|
||||
color: #f2777a;
|
||||
}
|
||||
|
||||
.hljs-variable,
|
||||
.lisp .hljs-body,
|
||||
.smalltalk .hljs-number,
|
||||
.hljs-constant,
|
||||
.hljs-class .hljs-title,
|
||||
.hljs-parent,
|
||||
.haskell .hljs-label,
|
||||
.hljs-id,
|
||||
.lisp .hljs-title,
|
||||
.clojure .hljs-title .hljs-built_in {
|
||||
color: #ffcc66;
|
||||
}
|
||||
|
||||
.hljs-tag .hljs-title,
|
||||
.hljs-rules .hljs-property,
|
||||
.django .hljs-tag .hljs-keyword,
|
||||
.clojure .hljs-title .hljs-built_in {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.hljs-attribute,
|
||||
.clojure .hljs-title {
|
||||
color: #81a2be;
|
||||
}
|
||||
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-pi,
|
||||
.hljs-shebang,
|
||||
.hljs-symbol,
|
||||
.hljs-symbol .hljs-string,
|
||||
.diff .hljs-change,
|
||||
.hljs-special,
|
||||
.hljs-attr_selector,
|
||||
.hljs-important,
|
||||
.hljs-subst,
|
||||
.hljs-cdata {
|
||||
color: #f99157;
|
||||
}
|
||||
|
||||
.hljs-deletion {
|
||||
color: #dc322f;
|
||||
}
|
||||
|
||||
.tex .hljs-formula {
|
||||
background: #eee8d5;
|
||||
}
|
||||
|
||||
+113
-113
@@ -1,113 +1,113 @@
|
||||
/*
|
||||
|
||||
School Book style from goldblog.com.ua (c) Zaripov Yura <[email protected]>
|
||||
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block; padding: 15px 0.5em 0.5em 30px;
|
||||
font-size: 11px !important;
|
||||
line-height:16px !important;
|
||||
}
|
||||
|
||||
pre{
|
||||
background:#f6f6ae url(./school_book.png);
|
||||
border-top: solid 2px #d2e8b9;
|
||||
border-bottom: solid 1px #d2e8b9;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-literal,
|
||||
.hljs-change,
|
||||
.hljs-winutils,
|
||||
.hljs-flow,
|
||||
.lisp .hljs-title,
|
||||
.clojure .hljs-built_in,
|
||||
.nginx .hljs-title,
|
||||
.tex .hljs-special {
|
||||
color:#005599;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.hljs,
|
||||
.hljs-subst,
|
||||
.hljs-tag .hljs-keyword {
|
||||
color: #3E5915;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.hljs-title,
|
||||
.haskell .hljs-type,
|
||||
.hljs-tag .hljs-value,
|
||||
.css .hljs-rules .hljs-value,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.ruby .hljs-symbol,
|
||||
.ruby .hljs-symbol .hljs-string,
|
||||
.ruby .hljs-class .hljs-parent,
|
||||
.hljs-built_in,
|
||||
.sql .hljs-aggregate,
|
||||
.django .hljs-template_tag,
|
||||
.django .hljs-variable,
|
||||
.smalltalk .hljs-class,
|
||||
.hljs-javadoc,
|
||||
.ruby .hljs-string,
|
||||
.django .hljs-filter .hljs-argument,
|
||||
.smalltalk .hljs-localvars,
|
||||
.smalltalk .hljs-array,
|
||||
.hljs-attr_selector,
|
||||
.hljs-pseudo,
|
||||
.hljs-addition,
|
||||
.hljs-stream,
|
||||
.hljs-envvar,
|
||||
.apache .hljs-tag,
|
||||
.apache .hljs-cbracket,
|
||||
.nginx .hljs-built_in,
|
||||
.tex .hljs-command,
|
||||
.coffeescript .hljs-attribute {
|
||||
color: #2C009F;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.java .hljs-annotation,
|
||||
.python .hljs-decorator,
|
||||
.hljs-template_comment,
|
||||
.hljs-pi,
|
||||
.hljs-doctype,
|
||||
.hljs-deletion,
|
||||
.hljs-shebang,
|
||||
.apache .hljs-sqbracket {
|
||||
color: #E60415;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-literal,
|
||||
.css .hljs-id,
|
||||
.hljs-phpdoc,
|
||||
.hljs-title,
|
||||
.haskell .hljs-type,
|
||||
.vbscript .hljs-built_in,
|
||||
.sql .hljs-aggregate,
|
||||
.rsl .hljs-built_in,
|
||||
.smalltalk .hljs-class,
|
||||
.xml .hljs-tag .hljs-title,
|
||||
.diff .hljs-header,
|
||||
.hljs-chunk,
|
||||
.hljs-winutils,
|
||||
.bash .hljs-variable,
|
||||
.apache .hljs-tag,
|
||||
.tex .hljs-command,
|
||||
.hljs-request,
|
||||
.hljs-status {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
/*
|
||||
|
||||
School Book style from goldblog.com.ua (c) Zaripov Yura <[email protected]>
|
||||
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block; padding: 15px 0.5em 0.5em 30px;
|
||||
font-size: 11px !important;
|
||||
line-height:16px !important;
|
||||
}
|
||||
|
||||
pre{
|
||||
background:#f6f6ae url(./school_book.png);
|
||||
border-top: solid 2px #d2e8b9;
|
||||
border-bottom: solid 1px #d2e8b9;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-literal,
|
||||
.hljs-change,
|
||||
.hljs-winutils,
|
||||
.hljs-flow,
|
||||
.lisp .hljs-title,
|
||||
.clojure .hljs-built_in,
|
||||
.nginx .hljs-title,
|
||||
.tex .hljs-special {
|
||||
color:#005599;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.hljs,
|
||||
.hljs-subst,
|
||||
.hljs-tag .hljs-keyword {
|
||||
color: #3E5915;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.hljs-title,
|
||||
.haskell .hljs-type,
|
||||
.hljs-tag .hljs-value,
|
||||
.css .hljs-rules .hljs-value,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.ruby .hljs-symbol,
|
||||
.ruby .hljs-symbol .hljs-string,
|
||||
.ruby .hljs-class .hljs-parent,
|
||||
.hljs-built_in,
|
||||
.sql .hljs-aggregate,
|
||||
.django .hljs-template_tag,
|
||||
.django .hljs-variable,
|
||||
.smalltalk .hljs-class,
|
||||
.hljs-javadoc,
|
||||
.ruby .hljs-string,
|
||||
.django .hljs-filter .hljs-argument,
|
||||
.smalltalk .hljs-localvars,
|
||||
.smalltalk .hljs-array,
|
||||
.hljs-attr_selector,
|
||||
.hljs-pseudo,
|
||||
.hljs-addition,
|
||||
.hljs-stream,
|
||||
.hljs-envvar,
|
||||
.apache .hljs-tag,
|
||||
.apache .hljs-cbracket,
|
||||
.nginx .hljs-built_in,
|
||||
.tex .hljs-command,
|
||||
.coffeescript .hljs-attribute {
|
||||
color: #2C009F;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.java .hljs-annotation,
|
||||
.python .hljs-decorator,
|
||||
.hljs-template_comment,
|
||||
.hljs-pi,
|
||||
.hljs-doctype,
|
||||
.hljs-deletion,
|
||||
.hljs-shebang,
|
||||
.apache .hljs-sqbracket {
|
||||
color: #E60415;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-literal,
|
||||
.css .hljs-id,
|
||||
.hljs-phpdoc,
|
||||
.hljs-title,
|
||||
.haskell .hljs-type,
|
||||
.vbscript .hljs-built_in,
|
||||
.sql .hljs-aggregate,
|
||||
.rsl .hljs-built_in,
|
||||
.smalltalk .hljs-class,
|
||||
.xml .hljs-tag .hljs-title,
|
||||
.diff .hljs-header,
|
||||
.hljs-chunk,
|
||||
.hljs-winutils,
|
||||
.bash .hljs-variable,
|
||||
.apache .hljs-tag,
|
||||
.tex .hljs-command,
|
||||
.hljs-request,
|
||||
.hljs-status {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
+107
-107
@@ -1,107 +1,107 @@
|
||||
/*
|
||||
|
||||
Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull <[email protected]>
|
||||
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
padding: 0.5em;
|
||||
background: #002b36;
|
||||
color: #839496;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-template_comment,
|
||||
.diff .hljs-header,
|
||||
.hljs-doctype,
|
||||
.hljs-pi,
|
||||
.lisp .hljs-string,
|
||||
.hljs-javadoc {
|
||||
color: #586e75;
|
||||
}
|
||||
|
||||
/* Solarized Green */
|
||||
.hljs-keyword,
|
||||
.hljs-winutils,
|
||||
.method,
|
||||
.hljs-addition,
|
||||
.css .hljs-tag,
|
||||
.hljs-request,
|
||||
.hljs-status,
|
||||
.nginx .hljs-title {
|
||||
color: #859900;
|
||||
}
|
||||
|
||||
/* Solarized Cyan */
|
||||
.hljs-number,
|
||||
.hljs-command,
|
||||
.hljs-string,
|
||||
.hljs-tag .hljs-value,
|
||||
.hljs-rules .hljs-value,
|
||||
.hljs-phpdoc,
|
||||
.tex .hljs-formula,
|
||||
.hljs-regexp,
|
||||
.hljs-hexcolor,
|
||||
.hljs-link_url {
|
||||
color: #2aa198;
|
||||
}
|
||||
|
||||
/* Solarized Blue */
|
||||
.hljs-title,
|
||||
.hljs-localvars,
|
||||
.hljs-chunk,
|
||||
.hljs-decorator,
|
||||
.hljs-built_in,
|
||||
.hljs-identifier,
|
||||
.vhdl .hljs-literal,
|
||||
.hljs-id,
|
||||
.css .hljs-function {
|
||||
color: #268bd2;
|
||||
}
|
||||
|
||||
/* Solarized Yellow */
|
||||
.hljs-attribute,
|
||||
.hljs-variable,
|
||||
.lisp .hljs-body,
|
||||
.smalltalk .hljs-number,
|
||||
.hljs-constant,
|
||||
.hljs-class .hljs-title,
|
||||
.hljs-parent,
|
||||
.haskell .hljs-type,
|
||||
.hljs-link_reference {
|
||||
color: #b58900;
|
||||
}
|
||||
|
||||
/* Solarized Orange */
|
||||
.hljs-preprocessor,
|
||||
.hljs-preprocessor .hljs-keyword,
|
||||
.hljs-pragma,
|
||||
.hljs-shebang,
|
||||
.hljs-symbol,
|
||||
.hljs-symbol .hljs-string,
|
||||
.diff .hljs-change,
|
||||
.hljs-special,
|
||||
.hljs-attr_selector,
|
||||
.hljs-subst,
|
||||
.hljs-cdata,
|
||||
.clojure .hljs-title,
|
||||
.css .hljs-pseudo,
|
||||
.hljs-header {
|
||||
color: #cb4b16;
|
||||
}
|
||||
|
||||
/* Solarized Red */
|
||||
.hljs-deletion,
|
||||
.hljs-important {
|
||||
color: #dc322f;
|
||||
}
|
||||
|
||||
/* Solarized Violet */
|
||||
.hljs-link_label {
|
||||
color: #6c71c4;
|
||||
}
|
||||
|
||||
.tex .hljs-formula {
|
||||
background: #073642;
|
||||
}
|
||||
/*
|
||||
|
||||
Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull <[email protected]>
|
||||
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
padding: 0.5em;
|
||||
background: #002b36;
|
||||
color: #839496;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-template_comment,
|
||||
.diff .hljs-header,
|
||||
.hljs-doctype,
|
||||
.hljs-pi,
|
||||
.lisp .hljs-string,
|
||||
.hljs-javadoc {
|
||||
color: #586e75;
|
||||
}
|
||||
|
||||
/* Solarized Green */
|
||||
.hljs-keyword,
|
||||
.hljs-winutils,
|
||||
.method,
|
||||
.hljs-addition,
|
||||
.css .hljs-tag,
|
||||
.hljs-request,
|
||||
.hljs-status,
|
||||
.nginx .hljs-title {
|
||||
color: #859900;
|
||||
}
|
||||
|
||||
/* Solarized Cyan */
|
||||
.hljs-number,
|
||||
.hljs-command,
|
||||
.hljs-string,
|
||||
.hljs-tag .hljs-value,
|
||||
.hljs-rules .hljs-value,
|
||||
.hljs-phpdoc,
|
||||
.tex .hljs-formula,
|
||||
.hljs-regexp,
|
||||
.hljs-hexcolor,
|
||||
.hljs-link_url {
|
||||
color: #2aa198;
|
||||
}
|
||||
|
||||
/* Solarized Blue */
|
||||
.hljs-title,
|
||||
.hljs-localvars,
|
||||
.hljs-chunk,
|
||||
.hljs-decorator,
|
||||
.hljs-built_in,
|
||||
.hljs-identifier,
|
||||
.vhdl .hljs-literal,
|
||||
.hljs-id,
|
||||
.css .hljs-function {
|
||||
color: #268bd2;
|
||||
}
|
||||
|
||||
/* Solarized Yellow */
|
||||
.hljs-attribute,
|
||||
.hljs-variable,
|
||||
.lisp .hljs-body,
|
||||
.smalltalk .hljs-number,
|
||||
.hljs-constant,
|
||||
.hljs-class .hljs-title,
|
||||
.hljs-parent,
|
||||
.haskell .hljs-type,
|
||||
.hljs-link_reference {
|
||||
color: #b58900;
|
||||
}
|
||||
|
||||
/* Solarized Orange */
|
||||
.hljs-preprocessor,
|
||||
.hljs-preprocessor .hljs-keyword,
|
||||
.hljs-pragma,
|
||||
.hljs-shebang,
|
||||
.hljs-symbol,
|
||||
.hljs-symbol .hljs-string,
|
||||
.diff .hljs-change,
|
||||
.hljs-special,
|
||||
.hljs-attr_selector,
|
||||
.hljs-subst,
|
||||
.hljs-cdata,
|
||||
.clojure .hljs-title,
|
||||
.css .hljs-pseudo,
|
||||
.hljs-header {
|
||||
color: #cb4b16;
|
||||
}
|
||||
|
||||
/* Solarized Red */
|
||||
.hljs-deletion,
|
||||
.hljs-important {
|
||||
color: #dc322f;
|
||||
}
|
||||
|
||||
/* Solarized Violet */
|
||||
.hljs-link_label {
|
||||
color: #6c71c4;
|
||||
}
|
||||
|
||||
.tex .hljs-formula {
|
||||
background: #073642;
|
||||
}
|
||||
|
||||
+107
-107
@@ -1,107 +1,107 @@
|
||||
/*
|
||||
|
||||
Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull <[email protected]>
|
||||
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
padding: 0.5em;
|
||||
background: #fdf6e3;
|
||||
color: #657b83;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-template_comment,
|
||||
.diff .hljs-header,
|
||||
.hljs-doctype,
|
||||
.hljs-pi,
|
||||
.lisp .hljs-string,
|
||||
.hljs-javadoc {
|
||||
color: #93a1a1;
|
||||
}
|
||||
|
||||
/* Solarized Green */
|
||||
.hljs-keyword,
|
||||
.hljs-winutils,
|
||||
.method,
|
||||
.hljs-addition,
|
||||
.css .hljs-tag,
|
||||
.hljs-request,
|
||||
.hljs-status,
|
||||
.nginx .hljs-title {
|
||||
color: #859900;
|
||||
}
|
||||
|
||||
/* Solarized Cyan */
|
||||
.hljs-number,
|
||||
.hljs-command,
|
||||
.hljs-string,
|
||||
.hljs-tag .hljs-value,
|
||||
.hljs-rules .hljs-value,
|
||||
.hljs-phpdoc,
|
||||
.tex .hljs-formula,
|
||||
.hljs-regexp,
|
||||
.hljs-hexcolor,
|
||||
.hljs-link_url {
|
||||
color: #2aa198;
|
||||
}
|
||||
|
||||
/* Solarized Blue */
|
||||
.hljs-title,
|
||||
.hljs-localvars,
|
||||
.hljs-chunk,
|
||||
.hljs-decorator,
|
||||
.hljs-built_in,
|
||||
.hljs-identifier,
|
||||
.vhdl .hljs-literal,
|
||||
.hljs-id,
|
||||
.css .hljs-function {
|
||||
color: #268bd2;
|
||||
}
|
||||
|
||||
/* Solarized Yellow */
|
||||
.hljs-attribute,
|
||||
.hljs-variable,
|
||||
.lisp .hljs-body,
|
||||
.smalltalk .hljs-number,
|
||||
.hljs-constant,
|
||||
.hljs-class .hljs-title,
|
||||
.hljs-parent,
|
||||
.haskell .hljs-type,
|
||||
.hljs-link_reference {
|
||||
color: #b58900;
|
||||
}
|
||||
|
||||
/* Solarized Orange */
|
||||
.hljs-preprocessor,
|
||||
.hljs-preprocessor .hljs-keyword,
|
||||
.hljs-pragma,
|
||||
.hljs-shebang,
|
||||
.hljs-symbol,
|
||||
.hljs-symbol .hljs-string,
|
||||
.diff .hljs-change,
|
||||
.hljs-special,
|
||||
.hljs-attr_selector,
|
||||
.hljs-subst,
|
||||
.hljs-cdata,
|
||||
.clojure .hljs-title,
|
||||
.css .hljs-pseudo,
|
||||
.hljs-header {
|
||||
color: #cb4b16;
|
||||
}
|
||||
|
||||
/* Solarized Red */
|
||||
.hljs-deletion,
|
||||
.hljs-important {
|
||||
color: #dc322f;
|
||||
}
|
||||
|
||||
/* Solarized Violet */
|
||||
.hljs-link_label {
|
||||
color: #6c71c4;
|
||||
}
|
||||
|
||||
.tex .hljs-formula {
|
||||
background: #eee8d5;
|
||||
}
|
||||
/*
|
||||
|
||||
Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull <[email protected]>
|
||||
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
padding: 0.5em;
|
||||
background: #fdf6e3;
|
||||
color: #657b83;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-template_comment,
|
||||
.diff .hljs-header,
|
||||
.hljs-doctype,
|
||||
.hljs-pi,
|
||||
.lisp .hljs-string,
|
||||
.hljs-javadoc {
|
||||
color: #93a1a1;
|
||||
}
|
||||
|
||||
/* Solarized Green */
|
||||
.hljs-keyword,
|
||||
.hljs-winutils,
|
||||
.method,
|
||||
.hljs-addition,
|
||||
.css .hljs-tag,
|
||||
.hljs-request,
|
||||
.hljs-status,
|
||||
.nginx .hljs-title {
|
||||
color: #859900;
|
||||
}
|
||||
|
||||
/* Solarized Cyan */
|
||||
.hljs-number,
|
||||
.hljs-command,
|
||||
.hljs-string,
|
||||
.hljs-tag .hljs-value,
|
||||
.hljs-rules .hljs-value,
|
||||
.hljs-phpdoc,
|
||||
.tex .hljs-formula,
|
||||
.hljs-regexp,
|
||||
.hljs-hexcolor,
|
||||
.hljs-link_url {
|
||||
color: #2aa198;
|
||||
}
|
||||
|
||||
/* Solarized Blue */
|
||||
.hljs-title,
|
||||
.hljs-localvars,
|
||||
.hljs-chunk,
|
||||
.hljs-decorator,
|
||||
.hljs-built_in,
|
||||
.hljs-identifier,
|
||||
.vhdl .hljs-literal,
|
||||
.hljs-id,
|
||||
.css .hljs-function {
|
||||
color: #268bd2;
|
||||
}
|
||||
|
||||
/* Solarized Yellow */
|
||||
.hljs-attribute,
|
||||
.hljs-variable,
|
||||
.lisp .hljs-body,
|
||||
.smalltalk .hljs-number,
|
||||
.hljs-constant,
|
||||
.hljs-class .hljs-title,
|
||||
.hljs-parent,
|
||||
.haskell .hljs-type,
|
||||
.hljs-link_reference {
|
||||
color: #b58900;
|
||||
}
|
||||
|
||||
/* Solarized Orange */
|
||||
.hljs-preprocessor,
|
||||
.hljs-preprocessor .hljs-keyword,
|
||||
.hljs-pragma,
|
||||
.hljs-shebang,
|
||||
.hljs-symbol,
|
||||
.hljs-symbol .hljs-string,
|
||||
.diff .hljs-change,
|
||||
.hljs-special,
|
||||
.hljs-attr_selector,
|
||||
.hljs-subst,
|
||||
.hljs-cdata,
|
||||
.clojure .hljs-title,
|
||||
.css .hljs-pseudo,
|
||||
.hljs-header {
|
||||
color: #cb4b16;
|
||||
}
|
||||
|
||||
/* Solarized Red */
|
||||
.hljs-deletion,
|
||||
.hljs-important {
|
||||
color: #dc322f;
|
||||
}
|
||||
|
||||
/* Solarized Violet */
|
||||
.hljs-link_label {
|
||||
color: #6c71c4;
|
||||
}
|
||||
|
||||
.tex .hljs-formula {
|
||||
background: #eee8d5;
|
||||
}
|
||||
|
||||
+160
-160
@@ -1,160 +1,160 @@
|
||||
/*
|
||||
|
||||
Sunburst-like style (c) Vasily Polovnyov <[email protected]>
|
||||
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
background: #000; color: #f8f8f8;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-template_comment,
|
||||
.hljs-javadoc {
|
||||
color: #aeaeae;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.ruby .hljs-function .hljs-keyword,
|
||||
.hljs-request,
|
||||
.hljs-status,
|
||||
.nginx .hljs-title {
|
||||
color: #E28964;
|
||||
}
|
||||
|
||||
.hljs-function .hljs-keyword,
|
||||
.hljs-sub .hljs-keyword,
|
||||
.method,
|
||||
.hljs-list .hljs-title {
|
||||
color: #99CF50;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.hljs-tag .hljs-value,
|
||||
.hljs-cdata,
|
||||
.hljs-filter .hljs-argument,
|
||||
.hljs-attr_selector,
|
||||
.apache .hljs-cbracket,
|
||||
.hljs-date,
|
||||
.tex .hljs-command,
|
||||
.coffeescript .hljs-attribute {
|
||||
color: #65B042;
|
||||
}
|
||||
|
||||
.hljs-subst {
|
||||
color: #DAEFA3;
|
||||
}
|
||||
|
||||
.hljs-regexp {
|
||||
color: #E9C062;
|
||||
}
|
||||
|
||||
.hljs-title,
|
||||
.hljs-sub .hljs-identifier,
|
||||
.hljs-pi,
|
||||
.hljs-tag,
|
||||
.hljs-tag .hljs-keyword,
|
||||
.hljs-decorator,
|
||||
.hljs-shebang,
|
||||
.hljs-prompt {
|
||||
color: #89BDFF;
|
||||
}
|
||||
|
||||
.hljs-class .hljs-title,
|
||||
.haskell .hljs-type,
|
||||
.smalltalk .hljs-class,
|
||||
.hljs-javadoctag,
|
||||
.hljs-yardoctag,
|
||||
.hljs-phpdoc {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.hljs-symbol,
|
||||
.ruby .hljs-symbol .hljs-string,
|
||||
.hljs-number {
|
||||
color: #3387CC;
|
||||
}
|
||||
|
||||
.hljs-params,
|
||||
.hljs-variable,
|
||||
.clojure .hljs-attribute {
|
||||
color: #3E87E3;
|
||||
}
|
||||
|
||||
.css .hljs-tag,
|
||||
.hljs-rules .hljs-property,
|
||||
.hljs-pseudo,
|
||||
.tex .hljs-special {
|
||||
color: #CDA869;
|
||||
}
|
||||
|
||||
.css .hljs-class {
|
||||
color: #9B703F;
|
||||
}
|
||||
|
||||
.hljs-rules .hljs-keyword {
|
||||
color: #C5AF75;
|
||||
}
|
||||
|
||||
.hljs-rules .hljs-value {
|
||||
color: #CF6A4C;
|
||||
}
|
||||
|
||||
.css .hljs-id {
|
||||
color: #8B98AB;
|
||||
}
|
||||
|
||||
.hljs-annotation,
|
||||
.apache .hljs-sqbracket,
|
||||
.nginx .hljs-built_in {
|
||||
color: #9B859D;
|
||||
}
|
||||
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma {
|
||||
color: #8996A8;
|
||||
}
|
||||
|
||||
.hljs-hexcolor,
|
||||
.css .hljs-value .hljs-number {
|
||||
color: #DD7B3B;
|
||||
}
|
||||
|
||||
.css .hljs-function {
|
||||
color: #DAD085;
|
||||
}
|
||||
|
||||
.diff .hljs-header,
|
||||
.hljs-chunk,
|
||||
.tex .hljs-formula {
|
||||
background-color: #0E2231;
|
||||
color: #F8F8F8;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.diff .hljs-change {
|
||||
background-color: #4A410D;
|
||||
color: #F8F8F8;
|
||||
}
|
||||
|
||||
.hljs-addition {
|
||||
background-color: #253B22;
|
||||
color: #F8F8F8;
|
||||
}
|
||||
|
||||
.hljs-deletion {
|
||||
background-color: #420E09;
|
||||
color: #F8F8F8;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
/*
|
||||
|
||||
Sunburst-like style (c) Vasily Polovnyov <[email protected]>
|
||||
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
background: #000; color: #f8f8f8;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-template_comment,
|
||||
.hljs-javadoc {
|
||||
color: #aeaeae;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.ruby .hljs-function .hljs-keyword,
|
||||
.hljs-request,
|
||||
.hljs-status,
|
||||
.nginx .hljs-title {
|
||||
color: #E28964;
|
||||
}
|
||||
|
||||
.hljs-function .hljs-keyword,
|
||||
.hljs-sub .hljs-keyword,
|
||||
.method,
|
||||
.hljs-list .hljs-title {
|
||||
color: #99CF50;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.hljs-tag .hljs-value,
|
||||
.hljs-cdata,
|
||||
.hljs-filter .hljs-argument,
|
||||
.hljs-attr_selector,
|
||||
.apache .hljs-cbracket,
|
||||
.hljs-date,
|
||||
.tex .hljs-command,
|
||||
.coffeescript .hljs-attribute {
|
||||
color: #65B042;
|
||||
}
|
||||
|
||||
.hljs-subst {
|
||||
color: #DAEFA3;
|
||||
}
|
||||
|
||||
.hljs-regexp {
|
||||
color: #E9C062;
|
||||
}
|
||||
|
||||
.hljs-title,
|
||||
.hljs-sub .hljs-identifier,
|
||||
.hljs-pi,
|
||||
.hljs-tag,
|
||||
.hljs-tag .hljs-keyword,
|
||||
.hljs-decorator,
|
||||
.hljs-shebang,
|
||||
.hljs-prompt {
|
||||
color: #89BDFF;
|
||||
}
|
||||
|
||||
.hljs-class .hljs-title,
|
||||
.haskell .hljs-type,
|
||||
.smalltalk .hljs-class,
|
||||
.hljs-javadoctag,
|
||||
.hljs-yardoctag,
|
||||
.hljs-phpdoc {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.hljs-symbol,
|
||||
.ruby .hljs-symbol .hljs-string,
|
||||
.hljs-number {
|
||||
color: #3387CC;
|
||||
}
|
||||
|
||||
.hljs-params,
|
||||
.hljs-variable,
|
||||
.clojure .hljs-attribute {
|
||||
color: #3E87E3;
|
||||
}
|
||||
|
||||
.css .hljs-tag,
|
||||
.hljs-rules .hljs-property,
|
||||
.hljs-pseudo,
|
||||
.tex .hljs-special {
|
||||
color: #CDA869;
|
||||
}
|
||||
|
||||
.css .hljs-class {
|
||||
color: #9B703F;
|
||||
}
|
||||
|
||||
.hljs-rules .hljs-keyword {
|
||||
color: #C5AF75;
|
||||
}
|
||||
|
||||
.hljs-rules .hljs-value {
|
||||
color: #CF6A4C;
|
||||
}
|
||||
|
||||
.css .hljs-id {
|
||||
color: #8B98AB;
|
||||
}
|
||||
|
||||
.hljs-annotation,
|
||||
.apache .hljs-sqbracket,
|
||||
.nginx .hljs-built_in {
|
||||
color: #9B859D;
|
||||
}
|
||||
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma {
|
||||
color: #8996A8;
|
||||
}
|
||||
|
||||
.hljs-hexcolor,
|
||||
.css .hljs-value .hljs-number {
|
||||
color: #DD7B3B;
|
||||
}
|
||||
|
||||
.css .hljs-function {
|
||||
color: #DAD085;
|
||||
}
|
||||
|
||||
.diff .hljs-header,
|
||||
.hljs-chunk,
|
||||
.tex .hljs-formula {
|
||||
background-color: #0E2231;
|
||||
color: #F8F8F8;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.diff .hljs-change {
|
||||
background-color: #4A410D;
|
||||
color: #F8F8F8;
|
||||
}
|
||||
|
||||
.hljs-addition {
|
||||
background-color: #253B22;
|
||||
color: #F8F8F8;
|
||||
}
|
||||
|
||||
.hljs-deletion {
|
||||
background-color: #420E09;
|
||||
color: #F8F8F8;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
+93
-93
@@ -1,93 +1,93 @@
|
||||
/* Tomorrow Night Blue Theme */
|
||||
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
|
||||
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
|
||||
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
|
||||
|
||||
/* Tomorrow Comment */
|
||||
.hljs-comment,
|
||||
.hljs-title {
|
||||
color: #7285b7;
|
||||
}
|
||||
|
||||
/* Tomorrow Red */
|
||||
.hljs-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-regexp,
|
||||
.ruby .hljs-constant,
|
||||
.xml .hljs-tag .hljs-title,
|
||||
.xml .hljs-pi,
|
||||
.xml .hljs-doctype,
|
||||
.html .hljs-doctype,
|
||||
.css .hljs-id,
|
||||
.css .hljs-class,
|
||||
.css .hljs-pseudo {
|
||||
color: #ff9da4;
|
||||
}
|
||||
|
||||
/* Tomorrow Orange */
|
||||
.hljs-number,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-built_in,
|
||||
.hljs-literal,
|
||||
.hljs-params,
|
||||
.hljs-constant {
|
||||
color: #ffc58f;
|
||||
}
|
||||
|
||||
/* Tomorrow Yellow */
|
||||
.ruby .hljs-class .hljs-title,
|
||||
.css .hljs-rules .hljs-attribute {
|
||||
color: #ffeead;
|
||||
}
|
||||
|
||||
/* Tomorrow Green */
|
||||
.hljs-string,
|
||||
.hljs-value,
|
||||
.hljs-inheritance,
|
||||
.hljs-header,
|
||||
.ruby .hljs-symbol,
|
||||
.xml .hljs-cdata {
|
||||
color: #d1f1a9;
|
||||
}
|
||||
|
||||
/* Tomorrow Aqua */
|
||||
.css .hljs-hexcolor {
|
||||
color: #99ffff;
|
||||
}
|
||||
|
||||
/* Tomorrow Blue */
|
||||
.hljs-function,
|
||||
.python .hljs-decorator,
|
||||
.python .hljs-title,
|
||||
.ruby .hljs-function .hljs-title,
|
||||
.ruby .hljs-title .hljs-keyword,
|
||||
.perl .hljs-sub,
|
||||
.javascript .hljs-title,
|
||||
.coffeescript .hljs-title {
|
||||
color: #bbdaff;
|
||||
}
|
||||
|
||||
/* Tomorrow Purple */
|
||||
.hljs-keyword,
|
||||
.javascript .hljs-function {
|
||||
color: #ebbbff;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
background: #002451;
|
||||
color: white;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
/* Tomorrow Night Blue Theme */
|
||||
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
|
||||
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
|
||||
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
|
||||
|
||||
/* Tomorrow Comment */
|
||||
.hljs-comment,
|
||||
.hljs-title {
|
||||
color: #7285b7;
|
||||
}
|
||||
|
||||
/* Tomorrow Red */
|
||||
.hljs-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-regexp,
|
||||
.ruby .hljs-constant,
|
||||
.xml .hljs-tag .hljs-title,
|
||||
.xml .hljs-pi,
|
||||
.xml .hljs-doctype,
|
||||
.html .hljs-doctype,
|
||||
.css .hljs-id,
|
||||
.css .hljs-class,
|
||||
.css .hljs-pseudo {
|
||||
color: #ff9da4;
|
||||
}
|
||||
|
||||
/* Tomorrow Orange */
|
||||
.hljs-number,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-built_in,
|
||||
.hljs-literal,
|
||||
.hljs-params,
|
||||
.hljs-constant {
|
||||
color: #ffc58f;
|
||||
}
|
||||
|
||||
/* Tomorrow Yellow */
|
||||
.ruby .hljs-class .hljs-title,
|
||||
.css .hljs-rules .hljs-attribute {
|
||||
color: #ffeead;
|
||||
}
|
||||
|
||||
/* Tomorrow Green */
|
||||
.hljs-string,
|
||||
.hljs-value,
|
||||
.hljs-inheritance,
|
||||
.hljs-header,
|
||||
.ruby .hljs-symbol,
|
||||
.xml .hljs-cdata {
|
||||
color: #d1f1a9;
|
||||
}
|
||||
|
||||
/* Tomorrow Aqua */
|
||||
.css .hljs-hexcolor {
|
||||
color: #99ffff;
|
||||
}
|
||||
|
||||
/* Tomorrow Blue */
|
||||
.hljs-function,
|
||||
.python .hljs-decorator,
|
||||
.python .hljs-title,
|
||||
.ruby .hljs-function .hljs-title,
|
||||
.ruby .hljs-title .hljs-keyword,
|
||||
.perl .hljs-sub,
|
||||
.javascript .hljs-title,
|
||||
.coffeescript .hljs-title {
|
||||
color: #bbdaff;
|
||||
}
|
||||
|
||||
/* Tomorrow Purple */
|
||||
.hljs-keyword,
|
||||
.javascript .hljs-function {
|
||||
color: #ebbbff;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
background: #002451;
|
||||
color: white;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
+92
-92
@@ -1,92 +1,92 @@
|
||||
/* Tomorrow Night Bright Theme */
|
||||
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
|
||||
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
|
||||
|
||||
/* Tomorrow Comment */
|
||||
.hljs-comment,
|
||||
.hljs-title {
|
||||
color: #969896;
|
||||
}
|
||||
|
||||
/* Tomorrow Red */
|
||||
.hljs-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-regexp,
|
||||
.ruby .hljs-constant,
|
||||
.xml .hljs-tag .hljs-title,
|
||||
.xml .hljs-pi,
|
||||
.xml .hljs-doctype,
|
||||
.html .hljs-doctype,
|
||||
.css .hljs-id,
|
||||
.css .hljs-class,
|
||||
.css .hljs-pseudo {
|
||||
color: #d54e53;
|
||||
}
|
||||
|
||||
/* Tomorrow Orange */
|
||||
.hljs-number,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-built_in,
|
||||
.hljs-literal,
|
||||
.hljs-params,
|
||||
.hljs-constant {
|
||||
color: #e78c45;
|
||||
}
|
||||
|
||||
/* Tomorrow Yellow */
|
||||
.ruby .hljs-class .hljs-title,
|
||||
.css .hljs-rules .hljs-attribute {
|
||||
color: #e7c547;
|
||||
}
|
||||
|
||||
/* Tomorrow Green */
|
||||
.hljs-string,
|
||||
.hljs-value,
|
||||
.hljs-inheritance,
|
||||
.hljs-header,
|
||||
.ruby .hljs-symbol,
|
||||
.xml .hljs-cdata {
|
||||
color: #b9ca4a;
|
||||
}
|
||||
|
||||
/* Tomorrow Aqua */
|
||||
.css .hljs-hexcolor {
|
||||
color: #70c0b1;
|
||||
}
|
||||
|
||||
/* Tomorrow Blue */
|
||||
.hljs-function,
|
||||
.python .hljs-decorator,
|
||||
.python .hljs-title,
|
||||
.ruby .hljs-function .hljs-title,
|
||||
.ruby .hljs-title .hljs-keyword,
|
||||
.perl .hljs-sub,
|
||||
.javascript .hljs-title,
|
||||
.coffeescript .hljs-title {
|
||||
color: #7aa6da;
|
||||
}
|
||||
|
||||
/* Tomorrow Purple */
|
||||
.hljs-keyword,
|
||||
.javascript .hljs-function {
|
||||
color: #c397d8;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
background: black;
|
||||
color: #eaeaea;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
/* Tomorrow Night Bright Theme */
|
||||
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
|
||||
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
|
||||
|
||||
/* Tomorrow Comment */
|
||||
.hljs-comment,
|
||||
.hljs-title {
|
||||
color: #969896;
|
||||
}
|
||||
|
||||
/* Tomorrow Red */
|
||||
.hljs-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-regexp,
|
||||
.ruby .hljs-constant,
|
||||
.xml .hljs-tag .hljs-title,
|
||||
.xml .hljs-pi,
|
||||
.xml .hljs-doctype,
|
||||
.html .hljs-doctype,
|
||||
.css .hljs-id,
|
||||
.css .hljs-class,
|
||||
.css .hljs-pseudo {
|
||||
color: #d54e53;
|
||||
}
|
||||
|
||||
/* Tomorrow Orange */
|
||||
.hljs-number,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-built_in,
|
||||
.hljs-literal,
|
||||
.hljs-params,
|
||||
.hljs-constant {
|
||||
color: #e78c45;
|
||||
}
|
||||
|
||||
/* Tomorrow Yellow */
|
||||
.ruby .hljs-class .hljs-title,
|
||||
.css .hljs-rules .hljs-attribute {
|
||||
color: #e7c547;
|
||||
}
|
||||
|
||||
/* Tomorrow Green */
|
||||
.hljs-string,
|
||||
.hljs-value,
|
||||
.hljs-inheritance,
|
||||
.hljs-header,
|
||||
.ruby .hljs-symbol,
|
||||
.xml .hljs-cdata {
|
||||
color: #b9ca4a;
|
||||
}
|
||||
|
||||
/* Tomorrow Aqua */
|
||||
.css .hljs-hexcolor {
|
||||
color: #70c0b1;
|
||||
}
|
||||
|
||||
/* Tomorrow Blue */
|
||||
.hljs-function,
|
||||
.python .hljs-decorator,
|
||||
.python .hljs-title,
|
||||
.ruby .hljs-function .hljs-title,
|
||||
.ruby .hljs-title .hljs-keyword,
|
||||
.perl .hljs-sub,
|
||||
.javascript .hljs-title,
|
||||
.coffeescript .hljs-title {
|
||||
color: #7aa6da;
|
||||
}
|
||||
|
||||
/* Tomorrow Purple */
|
||||
.hljs-keyword,
|
||||
.javascript .hljs-function {
|
||||
color: #c397d8;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
background: black;
|
||||
color: #eaeaea;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
+92
-92
@@ -1,92 +1,92 @@
|
||||
/* Tomorrow Night Eighties Theme */
|
||||
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
|
||||
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
|
||||
|
||||
/* Tomorrow Comment */
|
||||
.hljs-comment,
|
||||
.hljs-title {
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
/* Tomorrow Red */
|
||||
.hljs-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-regexp,
|
||||
.ruby .hljs-constant,
|
||||
.xml .hljs-tag .hljs-title,
|
||||
.xml .hljs-pi,
|
||||
.xml .hljs-doctype,
|
||||
.html .hljs-doctype,
|
||||
.css .hljs-id,
|
||||
.css .hljs-class,
|
||||
.css .hljs-pseudo {
|
||||
color: #f2777a;
|
||||
}
|
||||
|
||||
/* Tomorrow Orange */
|
||||
.hljs-number,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-built_in,
|
||||
.hljs-literal,
|
||||
.hljs-params,
|
||||
.hljs-constant {
|
||||
color: #f99157;
|
||||
}
|
||||
|
||||
/* Tomorrow Yellow */
|
||||
.ruby .hljs-class .hljs-title,
|
||||
.css .hljs-rules .hljs-attribute {
|
||||
color: #ffcc66;
|
||||
}
|
||||
|
||||
/* Tomorrow Green */
|
||||
.hljs-string,
|
||||
.hljs-value,
|
||||
.hljs-inheritance,
|
||||
.hljs-header,
|
||||
.ruby .hljs-symbol,
|
||||
.xml .hljs-cdata {
|
||||
color: #99cc99;
|
||||
}
|
||||
|
||||
/* Tomorrow Aqua */
|
||||
.css .hljs-hexcolor {
|
||||
color: #66cccc;
|
||||
}
|
||||
|
||||
/* Tomorrow Blue */
|
||||
.hljs-function,
|
||||
.python .hljs-decorator,
|
||||
.python .hljs-title,
|
||||
.ruby .hljs-function .hljs-title,
|
||||
.ruby .hljs-title .hljs-keyword,
|
||||
.perl .hljs-sub,
|
||||
.javascript .hljs-title,
|
||||
.coffeescript .hljs-title {
|
||||
color: #6699cc;
|
||||
}
|
||||
|
||||
/* Tomorrow Purple */
|
||||
.hljs-keyword,
|
||||
.javascript .hljs-function {
|
||||
color: #cc99cc;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
background: #2d2d2d;
|
||||
color: #cccccc;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
/* Tomorrow Night Eighties Theme */
|
||||
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
|
||||
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
|
||||
|
||||
/* Tomorrow Comment */
|
||||
.hljs-comment,
|
||||
.hljs-title {
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
/* Tomorrow Red */
|
||||
.hljs-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-regexp,
|
||||
.ruby .hljs-constant,
|
||||
.xml .hljs-tag .hljs-title,
|
||||
.xml .hljs-pi,
|
||||
.xml .hljs-doctype,
|
||||
.html .hljs-doctype,
|
||||
.css .hljs-id,
|
||||
.css .hljs-class,
|
||||
.css .hljs-pseudo {
|
||||
color: #f2777a;
|
||||
}
|
||||
|
||||
/* Tomorrow Orange */
|
||||
.hljs-number,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-built_in,
|
||||
.hljs-literal,
|
||||
.hljs-params,
|
||||
.hljs-constant {
|
||||
color: #f99157;
|
||||
}
|
||||
|
||||
/* Tomorrow Yellow */
|
||||
.ruby .hljs-class .hljs-title,
|
||||
.css .hljs-rules .hljs-attribute {
|
||||
color: #ffcc66;
|
||||
}
|
||||
|
||||
/* Tomorrow Green */
|
||||
.hljs-string,
|
||||
.hljs-value,
|
||||
.hljs-inheritance,
|
||||
.hljs-header,
|
||||
.ruby .hljs-symbol,
|
||||
.xml .hljs-cdata {
|
||||
color: #99cc99;
|
||||
}
|
||||
|
||||
/* Tomorrow Aqua */
|
||||
.css .hljs-hexcolor {
|
||||
color: #66cccc;
|
||||
}
|
||||
|
||||
/* Tomorrow Blue */
|
||||
.hljs-function,
|
||||
.python .hljs-decorator,
|
||||
.python .hljs-title,
|
||||
.ruby .hljs-function .hljs-title,
|
||||
.ruby .hljs-title .hljs-keyword,
|
||||
.perl .hljs-sub,
|
||||
.javascript .hljs-title,
|
||||
.coffeescript .hljs-title {
|
||||
color: #6699cc;
|
||||
}
|
||||
|
||||
/* Tomorrow Purple */
|
||||
.hljs-keyword,
|
||||
.javascript .hljs-function {
|
||||
color: #cc99cc;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
background: #2d2d2d;
|
||||
color: #cccccc;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
+93
-93
@@ -1,93 +1,93 @@
|
||||
/* Tomorrow Night Theme */
|
||||
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
|
||||
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
|
||||
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
|
||||
|
||||
/* Tomorrow Comment */
|
||||
.hljs-comment,
|
||||
.hljs-title {
|
||||
color: #969896;
|
||||
}
|
||||
|
||||
/* Tomorrow Red */
|
||||
.hljs-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-regexp,
|
||||
.ruby .hljs-constant,
|
||||
.xml .hljs-tag .hljs-title,
|
||||
.xml .hljs-pi,
|
||||
.xml .hljs-doctype,
|
||||
.html .hljs-doctype,
|
||||
.css .hljs-id,
|
||||
.css .hljs-class,
|
||||
.css .hljs-pseudo {
|
||||
color: #cc6666;
|
||||
}
|
||||
|
||||
/* Tomorrow Orange */
|
||||
.hljs-number,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-built_in,
|
||||
.hljs-literal,
|
||||
.hljs-params,
|
||||
.hljs-constant {
|
||||
color: #de935f;
|
||||
}
|
||||
|
||||
/* Tomorrow Yellow */
|
||||
.ruby .hljs-class .hljs-title,
|
||||
.css .hljs-rules .hljs-attribute {
|
||||
color: #f0c674;
|
||||
}
|
||||
|
||||
/* Tomorrow Green */
|
||||
.hljs-string,
|
||||
.hljs-value,
|
||||
.hljs-inheritance,
|
||||
.hljs-header,
|
||||
.ruby .hljs-symbol,
|
||||
.xml .hljs-cdata {
|
||||
color: #b5bd68;
|
||||
}
|
||||
|
||||
/* Tomorrow Aqua */
|
||||
.css .hljs-hexcolor {
|
||||
color: #8abeb7;
|
||||
}
|
||||
|
||||
/* Tomorrow Blue */
|
||||
.hljs-function,
|
||||
.python .hljs-decorator,
|
||||
.python .hljs-title,
|
||||
.ruby .hljs-function .hljs-title,
|
||||
.ruby .hljs-title .hljs-keyword,
|
||||
.perl .hljs-sub,
|
||||
.javascript .hljs-title,
|
||||
.coffeescript .hljs-title {
|
||||
color: #81a2be;
|
||||
}
|
||||
|
||||
/* Tomorrow Purple */
|
||||
.hljs-keyword,
|
||||
.javascript .hljs-function {
|
||||
color: #b294bb;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
background: #1d1f21;
|
||||
color: #c5c8c6;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
/* Tomorrow Night Theme */
|
||||
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
|
||||
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
|
||||
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
|
||||
|
||||
/* Tomorrow Comment */
|
||||
.hljs-comment,
|
||||
.hljs-title {
|
||||
color: #969896;
|
||||
}
|
||||
|
||||
/* Tomorrow Red */
|
||||
.hljs-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-regexp,
|
||||
.ruby .hljs-constant,
|
||||
.xml .hljs-tag .hljs-title,
|
||||
.xml .hljs-pi,
|
||||
.xml .hljs-doctype,
|
||||
.html .hljs-doctype,
|
||||
.css .hljs-id,
|
||||
.css .hljs-class,
|
||||
.css .hljs-pseudo {
|
||||
color: #cc6666;
|
||||
}
|
||||
|
||||
/* Tomorrow Orange */
|
||||
.hljs-number,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-built_in,
|
||||
.hljs-literal,
|
||||
.hljs-params,
|
||||
.hljs-constant {
|
||||
color: #de935f;
|
||||
}
|
||||
|
||||
/* Tomorrow Yellow */
|
||||
.ruby .hljs-class .hljs-title,
|
||||
.css .hljs-rules .hljs-attribute {
|
||||
color: #f0c674;
|
||||
}
|
||||
|
||||
/* Tomorrow Green */
|
||||
.hljs-string,
|
||||
.hljs-value,
|
||||
.hljs-inheritance,
|
||||
.hljs-header,
|
||||
.ruby .hljs-symbol,
|
||||
.xml .hljs-cdata {
|
||||
color: #b5bd68;
|
||||
}
|
||||
|
||||
/* Tomorrow Aqua */
|
||||
.css .hljs-hexcolor {
|
||||
color: #8abeb7;
|
||||
}
|
||||
|
||||
/* Tomorrow Blue */
|
||||
.hljs-function,
|
||||
.python .hljs-decorator,
|
||||
.python .hljs-title,
|
||||
.ruby .hljs-function .hljs-title,
|
||||
.ruby .hljs-title .hljs-keyword,
|
||||
.perl .hljs-sub,
|
||||
.javascript .hljs-title,
|
||||
.coffeescript .hljs-title {
|
||||
color: #81a2be;
|
||||
}
|
||||
|
||||
/* Tomorrow Purple */
|
||||
.hljs-keyword,
|
||||
.javascript .hljs-function {
|
||||
color: #b294bb;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
background: #1d1f21;
|
||||
color: #c5c8c6;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
+90
-90
@@ -1,90 +1,90 @@
|
||||
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
|
||||
|
||||
/* Tomorrow Comment */
|
||||
.hljs-comment,
|
||||
.hljs-title {
|
||||
color: #8e908c;
|
||||
}
|
||||
|
||||
/* Tomorrow Red */
|
||||
.hljs-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-regexp,
|
||||
.ruby .hljs-constant,
|
||||
.xml .hljs-tag .hljs-title,
|
||||
.xml .hljs-pi,
|
||||
.xml .hljs-doctype,
|
||||
.html .hljs-doctype,
|
||||
.css .hljs-id,
|
||||
.css .hljs-class,
|
||||
.css .hljs-pseudo {
|
||||
color: #c82829;
|
||||
}
|
||||
|
||||
/* Tomorrow Orange */
|
||||
.hljs-number,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-built_in,
|
||||
.hljs-literal,
|
||||
.hljs-params,
|
||||
.hljs-constant {
|
||||
color: #f5871f;
|
||||
}
|
||||
|
||||
/* Tomorrow Yellow */
|
||||
.ruby .hljs-class .hljs-title,
|
||||
.css .hljs-rules .hljs-attribute {
|
||||
color: #eab700;
|
||||
}
|
||||
|
||||
/* Tomorrow Green */
|
||||
.hljs-string,
|
||||
.hljs-value,
|
||||
.hljs-inheritance,
|
||||
.hljs-header,
|
||||
.ruby .hljs-symbol,
|
||||
.xml .hljs-cdata {
|
||||
color: #718c00;
|
||||
}
|
||||
|
||||
/* Tomorrow Aqua */
|
||||
.css .hljs-hexcolor {
|
||||
color: #3e999f;
|
||||
}
|
||||
|
||||
/* Tomorrow Blue */
|
||||
.hljs-function,
|
||||
.python .hljs-decorator,
|
||||
.python .hljs-title,
|
||||
.ruby .hljs-function .hljs-title,
|
||||
.ruby .hljs-title .hljs-keyword,
|
||||
.perl .hljs-sub,
|
||||
.javascript .hljs-title,
|
||||
.coffeescript .hljs-title {
|
||||
color: #4271ae;
|
||||
}
|
||||
|
||||
/* Tomorrow Purple */
|
||||
.hljs-keyword,
|
||||
.javascript .hljs-function {
|
||||
color: #8959a8;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
background: white;
|
||||
color: #4d4d4c;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
|
||||
|
||||
/* Tomorrow Comment */
|
||||
.hljs-comment,
|
||||
.hljs-title {
|
||||
color: #8e908c;
|
||||
}
|
||||
|
||||
/* Tomorrow Red */
|
||||
.hljs-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-regexp,
|
||||
.ruby .hljs-constant,
|
||||
.xml .hljs-tag .hljs-title,
|
||||
.xml .hljs-pi,
|
||||
.xml .hljs-doctype,
|
||||
.html .hljs-doctype,
|
||||
.css .hljs-id,
|
||||
.css .hljs-class,
|
||||
.css .hljs-pseudo {
|
||||
color: #c82829;
|
||||
}
|
||||
|
||||
/* Tomorrow Orange */
|
||||
.hljs-number,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-built_in,
|
||||
.hljs-literal,
|
||||
.hljs-params,
|
||||
.hljs-constant {
|
||||
color: #f5871f;
|
||||
}
|
||||
|
||||
/* Tomorrow Yellow */
|
||||
.ruby .hljs-class .hljs-title,
|
||||
.css .hljs-rules .hljs-attribute {
|
||||
color: #eab700;
|
||||
}
|
||||
|
||||
/* Tomorrow Green */
|
||||
.hljs-string,
|
||||
.hljs-value,
|
||||
.hljs-inheritance,
|
||||
.hljs-header,
|
||||
.ruby .hljs-symbol,
|
||||
.xml .hljs-cdata {
|
||||
color: #718c00;
|
||||
}
|
||||
|
||||
/* Tomorrow Aqua */
|
||||
.css .hljs-hexcolor {
|
||||
color: #3e999f;
|
||||
}
|
||||
|
||||
/* Tomorrow Blue */
|
||||
.hljs-function,
|
||||
.python .hljs-decorator,
|
||||
.python .hljs-title,
|
||||
.ruby .hljs-function .hljs-title,
|
||||
.ruby .hljs-title .hljs-keyword,
|
||||
.perl .hljs-sub,
|
||||
.javascript .hljs-title,
|
||||
.coffeescript .hljs-title {
|
||||
color: #4271ae;
|
||||
}
|
||||
|
||||
/* Tomorrow Purple */
|
||||
.hljs-keyword,
|
||||
.javascript .hljs-function {
|
||||
color: #8959a8;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
background: white;
|
||||
color: #4d4d4c;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
+89
-89
@@ -1,89 +1,89 @@
|
||||
/*
|
||||
|
||||
Visual Studio-like style based on original C# coloring by Jason Diamond <[email protected]>
|
||||
|
||||
*/
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
background: white; color: black;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-annotation,
|
||||
.hljs-template_comment,
|
||||
.diff .hljs-header,
|
||||
.hljs-chunk,
|
||||
.apache .hljs-cbracket {
|
||||
color: #008000;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-id,
|
||||
.hljs-built_in,
|
||||
.smalltalk .hljs-class,
|
||||
.hljs-winutils,
|
||||
.bash .hljs-variable,
|
||||
.tex .hljs-command,
|
||||
.hljs-request,
|
||||
.hljs-status,
|
||||
.nginx .hljs-title,
|
||||
.xml .hljs-tag,
|
||||
.xml .hljs-tag .hljs-value {
|
||||
color: #00f;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.hljs-title,
|
||||
.hljs-parent,
|
||||
.hljs-tag .hljs-value,
|
||||
.hljs-rules .hljs-value,
|
||||
.hljs-rules .hljs-value .hljs-number,
|
||||
.ruby .hljs-symbol,
|
||||
.ruby .hljs-symbol .hljs-string,
|
||||
.hljs-aggregate,
|
||||
.hljs-template_tag,
|
||||
.django .hljs-variable,
|
||||
.hljs-addition,
|
||||
.hljs-flow,
|
||||
.hljs-stream,
|
||||
.apache .hljs-tag,
|
||||
.hljs-date,
|
||||
.tex .hljs-formula,
|
||||
.coffeescript .hljs-attribute {
|
||||
color: #a31515;
|
||||
}
|
||||
|
||||
.ruby .hljs-string,
|
||||
.hljs-decorator,
|
||||
.hljs-filter .hljs-argument,
|
||||
.hljs-localvars,
|
||||
.hljs-array,
|
||||
.hljs-attr_selector,
|
||||
.hljs-pseudo,
|
||||
.hljs-pi,
|
||||
.hljs-doctype,
|
||||
.hljs-deletion,
|
||||
.hljs-envvar,
|
||||
.hljs-shebang,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.userType,
|
||||
.apache .hljs-sqbracket,
|
||||
.nginx .hljs-built_in,
|
||||
.tex .hljs-special,
|
||||
.hljs-prompt {
|
||||
color: #2b91af;
|
||||
}
|
||||
|
||||
.hljs-phpdoc,
|
||||
.hljs-javadoc,
|
||||
.hljs-xmlDocTag {
|
||||
color: #808080;
|
||||
}
|
||||
|
||||
.vhdl .hljs-typename { font-weight: bold; }
|
||||
.vhdl .hljs-string { color: #666666; }
|
||||
.vhdl .hljs-literal { color: #a31515; }
|
||||
.vhdl .hljs-attribute { color: #00B0E8; }
|
||||
|
||||
.xml .hljs-attribute { color: #f00; }
|
||||
/*
|
||||
|
||||
Visual Studio-like style based on original C# coloring by Jason Diamond <[email protected]>
|
||||
|
||||
*/
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
background: white; color: black;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-annotation,
|
||||
.hljs-template_comment,
|
||||
.diff .hljs-header,
|
||||
.hljs-chunk,
|
||||
.apache .hljs-cbracket {
|
||||
color: #008000;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-id,
|
||||
.hljs-built_in,
|
||||
.smalltalk .hljs-class,
|
||||
.hljs-winutils,
|
||||
.bash .hljs-variable,
|
||||
.tex .hljs-command,
|
||||
.hljs-request,
|
||||
.hljs-status,
|
||||
.nginx .hljs-title,
|
||||
.xml .hljs-tag,
|
||||
.xml .hljs-tag .hljs-value {
|
||||
color: #00f;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.hljs-title,
|
||||
.hljs-parent,
|
||||
.hljs-tag .hljs-value,
|
||||
.hljs-rules .hljs-value,
|
||||
.hljs-rules .hljs-value .hljs-number,
|
||||
.ruby .hljs-symbol,
|
||||
.ruby .hljs-symbol .hljs-string,
|
||||
.hljs-aggregate,
|
||||
.hljs-template_tag,
|
||||
.django .hljs-variable,
|
||||
.hljs-addition,
|
||||
.hljs-flow,
|
||||
.hljs-stream,
|
||||
.apache .hljs-tag,
|
||||
.hljs-date,
|
||||
.tex .hljs-formula,
|
||||
.coffeescript .hljs-attribute {
|
||||
color: #a31515;
|
||||
}
|
||||
|
||||
.ruby .hljs-string,
|
||||
.hljs-decorator,
|
||||
.hljs-filter .hljs-argument,
|
||||
.hljs-localvars,
|
||||
.hljs-array,
|
||||
.hljs-attr_selector,
|
||||
.hljs-pseudo,
|
||||
.hljs-pi,
|
||||
.hljs-doctype,
|
||||
.hljs-deletion,
|
||||
.hljs-envvar,
|
||||
.hljs-shebang,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.userType,
|
||||
.apache .hljs-sqbracket,
|
||||
.nginx .hljs-built_in,
|
||||
.tex .hljs-special,
|
||||
.hljs-prompt {
|
||||
color: #2b91af;
|
||||
}
|
||||
|
||||
.hljs-phpdoc,
|
||||
.hljs-javadoc,
|
||||
.hljs-xmlDocTag {
|
||||
color: #808080;
|
||||
}
|
||||
|
||||
.vhdl .hljs-typename { font-weight: bold; }
|
||||
.vhdl .hljs-string { color: #666666; }
|
||||
.vhdl .hljs-literal { color: #a31515; }
|
||||
.vhdl .hljs-attribute { color: #00B0E8; }
|
||||
|
||||
.xml .hljs-attribute { color: #f00; }
|
||||
|
||||
+158
-158
@@ -1,158 +1,158 @@
|
||||
/*
|
||||
|
||||
XCode style (c) Angel Garcia <[email protected]>
|
||||
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
background: #fff; color: black;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-template_comment,
|
||||
.hljs-javadoc,
|
||||
.hljs-comment * {
|
||||
color: #006a00;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-literal,
|
||||
.nginx .hljs-title {
|
||||
color: #aa0d91;
|
||||
}
|
||||
.method,
|
||||
.hljs-list .hljs-title,
|
||||
.hljs-tag .hljs-title,
|
||||
.setting .hljs-value,
|
||||
.hljs-winutils,
|
||||
.tex .hljs-command,
|
||||
.http .hljs-title,
|
||||
.hljs-request,
|
||||
.hljs-status {
|
||||
color: #008;
|
||||
}
|
||||
|
||||
.hljs-envvar,
|
||||
.tex .hljs-special {
|
||||
color: #660;
|
||||
}
|
||||
|
||||
.hljs-string {
|
||||
color: #c41a16;
|
||||
}
|
||||
.hljs-tag .hljs-value,
|
||||
.hljs-cdata,
|
||||
.hljs-filter .hljs-argument,
|
||||
.hljs-attr_selector,
|
||||
.apache .hljs-cbracket,
|
||||
.hljs-date,
|
||||
.hljs-regexp {
|
||||
color: #080;
|
||||
}
|
||||
|
||||
.hljs-sub .hljs-identifier,
|
||||
.hljs-pi,
|
||||
.hljs-tag,
|
||||
.hljs-tag .hljs-keyword,
|
||||
.hljs-decorator,
|
||||
.ini .hljs-title,
|
||||
.hljs-shebang,
|
||||
.hljs-prompt,
|
||||
.hljs-hexcolor,
|
||||
.hljs-rules .hljs-value,
|
||||
.css .hljs-value .hljs-number,
|
||||
.hljs-symbol,
|
||||
.hljs-symbol .hljs-string,
|
||||
.hljs-number,
|
||||
.css .hljs-function,
|
||||
.clojure .hljs-title,
|
||||
.clojure .hljs-built_in,
|
||||
.hljs-function .hljs-title,
|
||||
.coffeescript .hljs-attribute {
|
||||
color: #1c00cf;
|
||||
}
|
||||
|
||||
.hljs-class .hljs-title,
|
||||
.haskell .hljs-type,
|
||||
.smalltalk .hljs-class,
|
||||
.hljs-javadoctag,
|
||||
.hljs-yardoctag,
|
||||
.hljs-phpdoc,
|
||||
.hljs-typename,
|
||||
.hljs-tag .hljs-attribute,
|
||||
.hljs-doctype,
|
||||
.hljs-class .hljs-id,
|
||||
.hljs-built_in,
|
||||
.setting,
|
||||
.hljs-params,
|
||||
.clojure .hljs-attribute {
|
||||
color: #5c2699;
|
||||
}
|
||||
|
||||
.hljs-variable {
|
||||
color: #3f6e74;
|
||||
}
|
||||
.css .hljs-tag,
|
||||
.hljs-rules .hljs-property,
|
||||
.hljs-pseudo,
|
||||
.hljs-subst {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.css .hljs-class,
|
||||
.css .hljs-id {
|
||||
color: #9B703F;
|
||||
}
|
||||
|
||||
.hljs-value .hljs-important {
|
||||
color: #ff7700;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.hljs-rules .hljs-keyword {
|
||||
color: #C5AF75;
|
||||
}
|
||||
|
||||
.hljs-annotation,
|
||||
.apache .hljs-sqbracket,
|
||||
.nginx .hljs-built_in {
|
||||
color: #9B859D;
|
||||
}
|
||||
|
||||
.hljs-preprocessor,
|
||||
.hljs-preprocessor *,
|
||||
.hljs-pragma {
|
||||
color: #643820;
|
||||
}
|
||||
|
||||
.tex .hljs-formula {
|
||||
background-color: #EEE;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.diff .hljs-header,
|
||||
.hljs-chunk {
|
||||
color: #808080;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.diff .hljs-change {
|
||||
background-color: #BCCFF9;
|
||||
}
|
||||
|
||||
.hljs-addition {
|
||||
background-color: #BAEEBA;
|
||||
}
|
||||
|
||||
.hljs-deletion {
|
||||
background-color: #FFC8BD;
|
||||
}
|
||||
|
||||
.hljs-comment .hljs-yardoctag {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.method .hljs-id {
|
||||
color: #000;
|
||||
}
|
||||
/*
|
||||
|
||||
XCode style (c) Angel Garcia <[email protected]>
|
||||
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
background: #fff; color: black;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-template_comment,
|
||||
.hljs-javadoc,
|
||||
.hljs-comment * {
|
||||
color: #006a00;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-literal,
|
||||
.nginx .hljs-title {
|
||||
color: #aa0d91;
|
||||
}
|
||||
.method,
|
||||
.hljs-list .hljs-title,
|
||||
.hljs-tag .hljs-title,
|
||||
.setting .hljs-value,
|
||||
.hljs-winutils,
|
||||
.tex .hljs-command,
|
||||
.http .hljs-title,
|
||||
.hljs-request,
|
||||
.hljs-status {
|
||||
color: #008;
|
||||
}
|
||||
|
||||
.hljs-envvar,
|
||||
.tex .hljs-special {
|
||||
color: #660;
|
||||
}
|
||||
|
||||
.hljs-string {
|
||||
color: #c41a16;
|
||||
}
|
||||
.hljs-tag .hljs-value,
|
||||
.hljs-cdata,
|
||||
.hljs-filter .hljs-argument,
|
||||
.hljs-attr_selector,
|
||||
.apache .hljs-cbracket,
|
||||
.hljs-date,
|
||||
.hljs-regexp {
|
||||
color: #080;
|
||||
}
|
||||
|
||||
.hljs-sub .hljs-identifier,
|
||||
.hljs-pi,
|
||||
.hljs-tag,
|
||||
.hljs-tag .hljs-keyword,
|
||||
.hljs-decorator,
|
||||
.ini .hljs-title,
|
||||
.hljs-shebang,
|
||||
.hljs-prompt,
|
||||
.hljs-hexcolor,
|
||||
.hljs-rules .hljs-value,
|
||||
.css .hljs-value .hljs-number,
|
||||
.hljs-symbol,
|
||||
.hljs-symbol .hljs-string,
|
||||
.hljs-number,
|
||||
.css .hljs-function,
|
||||
.clojure .hljs-title,
|
||||
.clojure .hljs-built_in,
|
||||
.hljs-function .hljs-title,
|
||||
.coffeescript .hljs-attribute {
|
||||
color: #1c00cf;
|
||||
}
|
||||
|
||||
.hljs-class .hljs-title,
|
||||
.haskell .hljs-type,
|
||||
.smalltalk .hljs-class,
|
||||
.hljs-javadoctag,
|
||||
.hljs-yardoctag,
|
||||
.hljs-phpdoc,
|
||||
.hljs-typename,
|
||||
.hljs-tag .hljs-attribute,
|
||||
.hljs-doctype,
|
||||
.hljs-class .hljs-id,
|
||||
.hljs-built_in,
|
||||
.setting,
|
||||
.hljs-params,
|
||||
.clojure .hljs-attribute {
|
||||
color: #5c2699;
|
||||
}
|
||||
|
||||
.hljs-variable {
|
||||
color: #3f6e74;
|
||||
}
|
||||
.css .hljs-tag,
|
||||
.hljs-rules .hljs-property,
|
||||
.hljs-pseudo,
|
||||
.hljs-subst {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.css .hljs-class,
|
||||
.css .hljs-id {
|
||||
color: #9B703F;
|
||||
}
|
||||
|
||||
.hljs-value .hljs-important {
|
||||
color: #ff7700;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.hljs-rules .hljs-keyword {
|
||||
color: #C5AF75;
|
||||
}
|
||||
|
||||
.hljs-annotation,
|
||||
.apache .hljs-sqbracket,
|
||||
.nginx .hljs-built_in {
|
||||
color: #9B859D;
|
||||
}
|
||||
|
||||
.hljs-preprocessor,
|
||||
.hljs-preprocessor *,
|
||||
.hljs-pragma {
|
||||
color: #643820;
|
||||
}
|
||||
|
||||
.tex .hljs-formula {
|
||||
background-color: #EEE;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.diff .hljs-header,
|
||||
.hljs-chunk {
|
||||
color: #808080;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.diff .hljs-change {
|
||||
background-color: #BCCFF9;
|
||||
}
|
||||
|
||||
.hljs-addition {
|
||||
background-color: #BAEEBA;
|
||||
}
|
||||
|
||||
.hljs-deletion {
|
||||
background-color: #FFC8BD;
|
||||
}
|
||||
|
||||
.hljs-comment .hljs-yardoctag {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.method .hljs-id {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
+116
-116
@@ -1,116 +1,116 @@
|
||||
/*
|
||||
|
||||
Zenburn style from voldmar.ru (c) Vladimir Epifanov <[email protected]>
|
||||
based on dark.css by Ivan Sagalaev
|
||||
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
background: #3F3F3F;
|
||||
color: #DCDCDC;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-tag,
|
||||
.css .hljs-class,
|
||||
.css .hljs-id,
|
||||
.lisp .hljs-title,
|
||||
.nginx .hljs-title,
|
||||
.hljs-request,
|
||||
.hljs-status,
|
||||
.clojure .hljs-attribute {
|
||||
color: #E3CEAB;
|
||||
}
|
||||
|
||||
.django .hljs-template_tag,
|
||||
.django .hljs-variable,
|
||||
.django .hljs-filter .hljs-argument {
|
||||
color: #DCDCDC;
|
||||
}
|
||||
|
||||
.hljs-number,
|
||||
.hljs-date {
|
||||
color: #8CD0D3;
|
||||
}
|
||||
|
||||
.dos .hljs-envvar,
|
||||
.dos .hljs-stream,
|
||||
.hljs-variable,
|
||||
.apache .hljs-sqbracket {
|
||||
color: #EFDCBC;
|
||||
}
|
||||
|
||||
.dos .hljs-flow,
|
||||
.diff .hljs-change,
|
||||
.python .exception,
|
||||
.python .hljs-built_in,
|
||||
.hljs-literal,
|
||||
.tex .hljs-special {
|
||||
color: #EFEFAF;
|
||||
}
|
||||
|
||||
.diff .hljs-chunk,
|
||||
.hljs-subst {
|
||||
color: #8F8F8F;
|
||||
}
|
||||
|
||||
.dos .hljs-keyword,
|
||||
.python .hljs-decorator,
|
||||
.hljs-title,
|
||||
.haskell .hljs-type,
|
||||
.diff .hljs-header,
|
||||
.ruby .hljs-class .hljs-parent,
|
||||
.apache .hljs-tag,
|
||||
.nginx .hljs-built_in,
|
||||
.tex .hljs-command,
|
||||
.hljs-prompt {
|
||||
color: #efef8f;
|
||||
}
|
||||
|
||||
.dos .hljs-winutils,
|
||||
.ruby .hljs-symbol,
|
||||
.ruby .hljs-symbol .hljs-string,
|
||||
.ruby .hljs-string {
|
||||
color: #DCA3A3;
|
||||
}
|
||||
|
||||
.diff .hljs-deletion,
|
||||
.hljs-string,
|
||||
.hljs-tag .hljs-value,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-built_in,
|
||||
.sql .hljs-aggregate,
|
||||
.hljs-javadoc,
|
||||
.smalltalk .hljs-class,
|
||||
.smalltalk .hljs-localvars,
|
||||
.smalltalk .hljs-array,
|
||||
.css .hljs-rules .hljs-value,
|
||||
.hljs-attr_selector,
|
||||
.hljs-pseudo,
|
||||
.apache .hljs-cbracket,
|
||||
.tex .hljs-formula,
|
||||
.coffeescript .hljs-attribute {
|
||||
color: #CC9393;
|
||||
}
|
||||
|
||||
.hljs-shebang,
|
||||
.diff .hljs-addition,
|
||||
.hljs-comment,
|
||||
.java .hljs-annotation,
|
||||
.hljs-template_comment,
|
||||
.hljs-pi,
|
||||
.hljs-doctype {
|
||||
color: #7F9F7F;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
/*
|
||||
|
||||
Zenburn style from voldmar.ru (c) Vladimir Epifanov <[email protected]>
|
||||
based on dark.css by Ivan Sagalaev
|
||||
|
||||
*/
|
||||
|
||||
.hljs {
|
||||
display: block; padding: 0.5em;
|
||||
background: #3F3F3F;
|
||||
color: #DCDCDC;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-tag,
|
||||
.css .hljs-class,
|
||||
.css .hljs-id,
|
||||
.lisp .hljs-title,
|
||||
.nginx .hljs-title,
|
||||
.hljs-request,
|
||||
.hljs-status,
|
||||
.clojure .hljs-attribute {
|
||||
color: #E3CEAB;
|
||||
}
|
||||
|
||||
.django .hljs-template_tag,
|
||||
.django .hljs-variable,
|
||||
.django .hljs-filter .hljs-argument {
|
||||
color: #DCDCDC;
|
||||
}
|
||||
|
||||
.hljs-number,
|
||||
.hljs-date {
|
||||
color: #8CD0D3;
|
||||
}
|
||||
|
||||
.dos .hljs-envvar,
|
||||
.dos .hljs-stream,
|
||||
.hljs-variable,
|
||||
.apache .hljs-sqbracket {
|
||||
color: #EFDCBC;
|
||||
}
|
||||
|
||||
.dos .hljs-flow,
|
||||
.diff .hljs-change,
|
||||
.python .exception,
|
||||
.python .hljs-built_in,
|
||||
.hljs-literal,
|
||||
.tex .hljs-special {
|
||||
color: #EFEFAF;
|
||||
}
|
||||
|
||||
.diff .hljs-chunk,
|
||||
.hljs-subst {
|
||||
color: #8F8F8F;
|
||||
}
|
||||
|
||||
.dos .hljs-keyword,
|
||||
.python .hljs-decorator,
|
||||
.hljs-title,
|
||||
.haskell .hljs-type,
|
||||
.diff .hljs-header,
|
||||
.ruby .hljs-class .hljs-parent,
|
||||
.apache .hljs-tag,
|
||||
.nginx .hljs-built_in,
|
||||
.tex .hljs-command,
|
||||
.hljs-prompt {
|
||||
color: #efef8f;
|
||||
}
|
||||
|
||||
.dos .hljs-winutils,
|
||||
.ruby .hljs-symbol,
|
||||
.ruby .hljs-symbol .hljs-string,
|
||||
.ruby .hljs-string {
|
||||
color: #DCA3A3;
|
||||
}
|
||||
|
||||
.diff .hljs-deletion,
|
||||
.hljs-string,
|
||||
.hljs-tag .hljs-value,
|
||||
.hljs-preprocessor,
|
||||
.hljs-pragma,
|
||||
.hljs-built_in,
|
||||
.sql .hljs-aggregate,
|
||||
.hljs-javadoc,
|
||||
.smalltalk .hljs-class,
|
||||
.smalltalk .hljs-localvars,
|
||||
.smalltalk .hljs-array,
|
||||
.css .hljs-rules .hljs-value,
|
||||
.hljs-attr_selector,
|
||||
.hljs-pseudo,
|
||||
.apache .hljs-cbracket,
|
||||
.tex .hljs-formula,
|
||||
.coffeescript .hljs-attribute {
|
||||
color: #CC9393;
|
||||
}
|
||||
|
||||
.hljs-shebang,
|
||||
.diff .hljs-addition,
|
||||
.hljs-comment,
|
||||
.java .hljs-annotation,
|
||||
.hljs-template_comment,
|
||||
.hljs-pi,
|
||||
.hljs-doctype {
|
||||
color: #7F9F7F;
|
||||
}
|
||||
|
||||
.coffeescript .javascript,
|
||||
.javascript .xml,
|
||||
.tex .hljs-formula,
|
||||
.xml .javascript,
|
||||
.xml .vbscript,
|
||||
.xml .css,
|
||||
.xml .hljs-cdata {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
|
||||
* @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
.cke_dialog_open {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.cke_dialog_container {
|
||||
position: fixed;
|
||||
overflow-y: auto;
|
||||
overflow-x: auto;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 10010;
|
||||
}
|
||||
|
||||
.cke_dialog_body {
|
||||
position: relative;
|
||||
}
|
||||
.cke_dialog_open {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.cke_dialog_container {
|
||||
position: fixed;
|
||||
overflow-y: auto;
|
||||
overflow-x: auto;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 10010;
|
||||
}
|
||||
|
||||
.cke_dialog_body {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
|
||||
Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
|
||||
cs.js Found: 118 Missing: 0
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
|
||||
* Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
<?php
|
||||
|
||||
namespace Moodle;
|
||||
|
||||
abstract class H5PEditorEndpoints {
|
||||
|
||||
/**
|
||||
@@ -21,6 +19,11 @@ abstract class H5PEditorEndpoints {
|
||||
*/
|
||||
const CONTENT_TYPE_CACHE = 'content-type-cache';
|
||||
|
||||
/**
|
||||
* Endpoint for retrieving the currently stored content hub metadata cache
|
||||
*/
|
||||
const CONTENT_HUB_METADATA_CACHE = 'content-hub-metadata-cache';
|
||||
|
||||
/**
|
||||
* Endpoint for installing libraries from the Content Type Hub
|
||||
*/
|
||||
@@ -46,6 +49,11 @@ abstract class H5PEditorEndpoints {
|
||||
* Endpoint for filtering parameters.
|
||||
*/
|
||||
const FILTER = 'filter';
|
||||
|
||||
/**
|
||||
* Endpoint for installing libraries from the Content Type Hub
|
||||
*/
|
||||
const GET_HUB_CONTENT = 'get-hub-content';
|
||||
}
|
||||
|
||||
|
||||
@@ -56,7 +64,7 @@ abstract class H5PEditorEndpoints {
|
||||
class H5PEditorAjax {
|
||||
|
||||
/**
|
||||
* @var H5PCore
|
||||
* @var \H5PCore
|
||||
*/
|
||||
public $core;
|
||||
|
||||
@@ -108,6 +116,13 @@ class H5PEditorAjax {
|
||||
H5PCore::ajaxSuccess($this->getContentTypeCache(!$this->isContentTypeCacheUpdated()), TRUE);
|
||||
break;
|
||||
|
||||
case H5PEditorEndpoints::CONTENT_HUB_METADATA_CACHE:
|
||||
if (!$this->isHubOn()) return;
|
||||
header('Cache-Control: no-cache');
|
||||
header('Content-Type: application/json; charset=utf-8');
|
||||
print '{"success":true,"data":' . $this->core->getUpdatedContentHubMetadataCache(func_get_arg(1)) . '}';
|
||||
break;
|
||||
|
||||
case H5PEditorEndpoints::LIBRARY_INSTALL:
|
||||
if (!$this->isPostRequest()) return;
|
||||
|
||||
@@ -146,6 +161,13 @@ class H5PEditorAjax {
|
||||
if (!$this->isValidEditorToken($token)) return;
|
||||
$this->filter(func_get_arg(2));
|
||||
break;
|
||||
|
||||
case H5PEditorEndpoints::GET_HUB_CONTENT:
|
||||
if (!$this->isPostRequest() || !$this->isValidEditorToken(func_get_arg(1))) {
|
||||
return;
|
||||
}
|
||||
$this->getHubContent(func_get_arg(2), func_get_arg(3));
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -191,10 +213,22 @@ class H5PEditorAjax {
|
||||
$file = $this->saveFileTemporarily($uploadFilePath, TRUE);
|
||||
if (!$file) return;
|
||||
|
||||
// These has to be set instead of sending parameteres to the validation function.
|
||||
if (!$this->isValidPackage()) return;
|
||||
$this->processContent($contentId);
|
||||
}
|
||||
|
||||
// Install any required dependencies
|
||||
/**
|
||||
* Process H5P content from local H5P package.
|
||||
*
|
||||
* @param integer $contentId The Local Content ID / vid. TODO Remove when JI-366 is fixed
|
||||
*/
|
||||
private function processContent($contentId) {
|
||||
// Check if the downloaded package is valid
|
||||
if (!$this->isValidPackage()) {
|
||||
return; // Validation errors
|
||||
}
|
||||
|
||||
// Install any required dependencies (libraries) from the package
|
||||
// (if permission allows it, of course)
|
||||
$storage = new H5PStorage($this->core->h5pF, $this->core);
|
||||
$storage->savePackage(NULL, NULL, TRUE);
|
||||
|
||||
@@ -227,7 +261,7 @@ class H5PEditorAjax {
|
||||
private function isValidEditorToken($token) {
|
||||
$isValidToken = $this->editor->ajaxInterface->validateEditorToken($token);
|
||||
if (!$isValidToken) {
|
||||
H5PCore::ajaxError(
|
||||
\H5PCore::ajaxError(
|
||||
$this->core->h5pF->t('Invalid security token.'),
|
||||
'INVALID_TOKEN'
|
||||
);
|
||||
@@ -305,6 +339,21 @@ class H5PEditorAjax {
|
||||
H5PCore::ajaxSuccess($libraryParameters);
|
||||
}
|
||||
|
||||
/**
|
||||
* Download and use content from the HUB
|
||||
*
|
||||
* @param integer $hubId The Hub Content ID
|
||||
* @param integer $localContentId The Local Content ID
|
||||
*/
|
||||
private function getHubContent($hubId, $localContentId) {
|
||||
// Download H5P file
|
||||
if (!$this->callHubEndpoint(H5PHubEndpoints::CONTENT . '/' . $hubId . '/export')) {
|
||||
return; // Download failed
|
||||
}
|
||||
|
||||
$this->processContent($localContentId);
|
||||
}
|
||||
|
||||
/**
|
||||
* Validates the package. Sets error messages if validation fails.
|
||||
*
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
|
||||
namespace Moodle;
|
||||
|
||||
/**
|
||||
* Handles Ajax functionality that must be implemented separately for each of the
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
<?php
|
||||
|
||||
namespace Moodle;
|
||||
|
||||
use stdClass;
|
||||
/**
|
||||
* Class
|
||||
*/
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
<?php
|
||||
|
||||
namespace Moodle;
|
||||
|
||||
/**
|
||||
* A defined interface for the editor to communicate with the database of the
|
||||
* web system.
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
<?php
|
||||
|
||||
namespace Moodle;
|
||||
|
||||
use stdClass;
|
||||
|
||||
class H5peditor {
|
||||
|
||||
private static $hasWYSIWYGEditor = array(
|
||||
@@ -60,9 +56,9 @@ class H5peditor {
|
||||
/**
|
||||
* Constructor for the core editor library.
|
||||
*
|
||||
* @param H5PCore $h5p Instance of core
|
||||
* @param H5peditorStorage $storage Instance of h5peditor storage interface
|
||||
* @param H5PEditorAjaxInterface $ajaxInterface Instance of h5peditor ajax
|
||||
* @param \H5PCore $h5p Instance of core
|
||||
* @param \H5peditorStorage $storage Instance of h5peditor storage interface
|
||||
* @param \H5PEditorAjaxInterface $ajaxInterface Instance of h5peditor ajax
|
||||
* interface
|
||||
*/
|
||||
function __construct($h5p, $storage, $ajaxInterface) {
|
||||
@@ -383,21 +379,21 @@ class H5peditor {
|
||||
$library = $this->h5p->loadLibrary($machineName, $majorVersion, $minorVersion);
|
||||
|
||||
// Include name and version in data object for convenience
|
||||
$libraryData->name = $machineName;
|
||||
$libraryData->version = (object) array('major' => $majorVersion, 'minor' => $minorVersion);
|
||||
$libraryData->name = $library['machineName'];
|
||||
$libraryData->version = (object) array('major' => $library['majorVersion'], 'minor' => $library['minorVersion']);
|
||||
$libraryData->title = $library['title'];
|
||||
|
||||
$libraryData->upgradesScript = $this->h5p->fs->getUpgradeScript($machineName, $majorVersion, $minorVersion);
|
||||
$libraryData->upgradesScript = $this->h5p->fs->getUpgradeScript($library['machineName'], $library['majorVersion'], $library['minorVersion']);
|
||||
if ($libraryData->upgradesScript !== NULL) {
|
||||
// If valid add URL prefix
|
||||
$libraryData->upgradesScript = $this->h5p->url . $prefix . $libraryData->upgradesScript;
|
||||
}
|
||||
|
||||
$libraries = $this->findEditorLibraries($machineName, $majorVersion, $minorVersion);
|
||||
$libraryData->semantics = $this->h5p->loadLibrarySemantics($machineName, $majorVersion, $minorVersion);
|
||||
$libraryData->language = $this->getLibraryLanguage($machineName, $majorVersion, $minorVersion, $languageCode);
|
||||
$libraryData->defaultLanguage = empty($defaultLanguage) ? NULL : $this->getLibraryLanguage($machineName, $majorVersion, $minorVersion, $defaultLanguage);
|
||||
$libraryData->languages = $this->storage->getAvailableLanguages($machineName, $majorVersion, $minorVersion);
|
||||
$libraries = $this->findEditorLibraries($library['machineName'], $library['majorVersion'], $library['minorVersion']);
|
||||
$libraryData->semantics = $this->h5p->loadLibrarySemantics($library['machineName'], $library['majorVersion'], $library['minorVersion']);
|
||||
$libraryData->language = $this->getLibraryLanguage($library['machineName'], $library['majorVersion'], $library['minorVersion'], $languageCode);
|
||||
$libraryData->defaultLanguage = empty($defaultLanguage) ? NULL : $this->getLibraryLanguage($library['machineName'], $library['majorVersion'], $library['minorVersion'], $defaultLanguage);
|
||||
$libraryData->languages = $this->storage->getAvailableLanguages($library['machineName'], $library['majorVersion'], $library['minorVersion']);
|
||||
|
||||
// Temporarily disable asset aggregation
|
||||
$aggregateAssets = $this->h5p->aggregateAssets;
|
||||
@@ -600,6 +596,9 @@ class H5peditor {
|
||||
if (!empty($cached_library->example)) {
|
||||
$lib['example'] = $cached_library->example;
|
||||
}
|
||||
if (!empty($cached_library->icons)) {
|
||||
$lib['icons'] = json_decode($cached_library->icons);
|
||||
}
|
||||
|
||||
return $lib;
|
||||
}
|
||||
|
||||
@@ -49,12 +49,12 @@ H5PEditor.language.core = {
|
||||
selectFiletoUpload: 'حدد ملفا لتحميله',
|
||||
or: 'أو',
|
||||
enterAudioUrl: 'أدخل عنوان مصدر الصوت',
|
||||
enterVideoUrl: 'أدخل عنوان مصدر الفيديو أو رابط اليوتيوب',
|
||||
enterVideoUrl: 'Enter video URL',
|
||||
enterAudioTitle: 'الصق الرابط أو عنوان مصدر الصوت الاخر',
|
||||
enterVideoTitle: 'ألصق رابط اليوتيوب أو عنوان مصدر الفيديو الاخر',
|
||||
uploadAudioTitle: 'رفع ملف الصوت',
|
||||
uploadVideoTitle: 'رفع ملف الفيديو',
|
||||
addVideoDescription: 'النظام يدعم جميع مصادر الفيديو الخارجية بتنسيق MP4 ,webm or ogv ويدعم روابط يوتيوب',
|
||||
addVideoDescription: 'H5P supports all external video sources formatted as mp4, webm or ogv, like Vimeo Pro, and has support for YouTube and Panopto links.',
|
||||
insert: 'ادراج',
|
||||
cancel: 'الغاء',
|
||||
height: 'ارتفاع',
|
||||
@@ -213,5 +213,8 @@ H5PEditor.language.core = {
|
||||
unknownLibrary: 'Unfortunately, the selected content type \'%lib\' isn\'t installed on this system.',
|
||||
proceedButtonLabel: 'Proceed to save',
|
||||
enterFullscreenButtonLabel: 'Enter fullscreen',
|
||||
exitFullscreenButtonLabel: 'Exit fullscreen'
|
||||
exitFullscreenButtonLabel: 'Exit fullscreen',
|
||||
a11yTitleShowLabel: 'Show label for AT',
|
||||
a11yTitleHideLabel: 'Hide label for AT',
|
||||
reuseSuccess: ':title was successfully imported from the H5P Hub.',
|
||||
};
|
||||
|
||||
@@ -49,12 +49,12 @@ H5PEditor.language.core = {
|
||||
selectFiletoUpload: 'Označite fajl za upload',
|
||||
or: 'ili',
|
||||
enterAudioUrl: 'Unesite URL za audio fajl',
|
||||
enterVideoUrl: 'Unesite URL za video fajl ili YouTube link',
|
||||
enterVideoUrl: 'Enter video URL',
|
||||
enterAudioTitle: 'Prenesite link ili izvorni URL audio fajla',
|
||||
enterVideoTitle: 'Prenesite YouTube link ili izvorni URL audio fajla',
|
||||
uploadAudioTitle: 'Upload audio fajla',
|
||||
uploadVideoTitle: 'Upload video fajla',
|
||||
addVideoDescription: 'H5P podržava sve vanjske video formate kao što su mp4, webm or ogv, i ima podršku za Vimeo Pro i YouTube linkove.',
|
||||
addVideoDescription: 'H5P supports all external video sources formatted as mp4, webm or ogv, like Vimeo Pro, and has support for YouTube and Panopto links.',
|
||||
insert: 'Ubaciti',
|
||||
cancel: 'Otkazati',
|
||||
height: 'visina',
|
||||
@@ -213,5 +213,8 @@ H5PEditor.language.core = {
|
||||
unknownLibrary: 'Unfortunately, the selected content type \'%lib\' isn\'t installed on this system.',
|
||||
proceedButtonLabel: 'Proceed to save',
|
||||
enterFullscreenButtonLabel: 'Enter fullscreen',
|
||||
exitFullscreenButtonLabel: 'Exit fullscreen'
|
||||
exitFullscreenButtonLabel: 'Exit fullscreen',
|
||||
a11yTitleShowLabel: 'Show label for AT',
|
||||
a11yTitleHideLabel: 'Hide label for AT',
|
||||
reuseSuccess: ':title was successfully imported from the H5P Hub.',
|
||||
};
|
||||
|
||||
@@ -0,0 +1,220 @@
|
||||
H5PEditor.language.core = {
|
||||
missingTranslation: '[Chybí překlad :key]',
|
||||
loading: 'Načítám, čekejte prosím ...',
|
||||
selectLibrary: 'Vyberte knihovnu, kterou chcete pro svůj obsah použít.',
|
||||
unknownFieldPath: 'Nelze najít ":path".',
|
||||
notImageField: '":path" není obrázek.',
|
||||
notImageOrDimensionsField: '":path" není obrázku nebo pole dimenze.',
|
||||
requiredProperty: ' :property je povinné a musí mít hodnotu.',
|
||||
onlyNumbers: ' :property hodnota může obsahovat pouze čísla.',
|
||||
illegalDecimalNumber: ':property může obsahovat pouze čísla s maximálně :decimals desetinných míst.',
|
||||
exceedsMax: ' :property hodnota překračuje maximum :max.',
|
||||
listExceedsMax: 'Seznam překračuje maximum :max položek.',
|
||||
belowMin: ' :property hodnota je pod minimem :min.',
|
||||
listBelowMin: 'Seznam musí obsahovat alespoň :min položek, aby obsah fungoval správně.',
|
||||
outOfStep: ' :property hodnotu lze změnit pouze v krocích :step.',
|
||||
add: 'Přidat',
|
||||
addFile: 'Přidat soubor',
|
||||
removeFile: 'Odstranit soubor',
|
||||
confirmRemoval: 'Opravdu chcete odstranit :type?',
|
||||
removeImage: 'Odstranit obrázek',
|
||||
confirmImageRemoval: 'Tím se odstraní váš obrázek. Opravdu chcete pokračovat?',
|
||||
changeFile: 'Změnit soubor',
|
||||
changeLibrary: 'Změnit typ obsahu?',
|
||||
semanticsError: 'Sémantická chyba: :error',
|
||||
missingProperty: 'Poli :index chybí jeho :property vlastnost.',
|
||||
expandCollapse: 'Rozbalit/Sbalit',
|
||||
addEntity: 'Přidat :entity',
|
||||
tooLong: 'Hodnota pole je příliš dlouhá, měla by obsahovat :max znaků nebo méně.',
|
||||
invalidFormat: 'Hodnota pole obsahuje neplatný formát nebo znaky, které jsou zakázány.',
|
||||
confirmChangeLibrary: 'Tím ztratíte veškerou práci s aktuálním typem obsahu. Opravdu chcete změnit typ obsahu?',
|
||||
commonFields: 'Přepisy a překlady textu',
|
||||
commonFieldsDescription: 'Zde můžete upravovat nastavení nebo překládat texty použité v tomto obsahu.',
|
||||
uploading: 'Nahrávám, počkejte prosím...',
|
||||
noFollow: 'Nelze sledovat pole ":path".',
|
||||
editCopyright: 'Upravit autorská práva',
|
||||
close: 'Zavřít',
|
||||
tutorial: 'Tutoriál',
|
||||
editMode: 'Režim úprav',
|
||||
listLabel: 'Seznam',
|
||||
uploadError: 'Chyba nahrávání souboru',
|
||||
fileToLarge: 'Soubor, který se pokoušíte nahrát, může být příliš velký.',
|
||||
unknownFileUploadError: 'Chyba při nahrávání neznámého souboru',
|
||||
noSemantics: 'Chyba, nelze načíst formulář typu obsahu.',
|
||||
editImage: 'Upravit obrázek',
|
||||
saveLabel: 'Uložit',
|
||||
cancelLabel: 'Zrušit',
|
||||
resetToOriginalLabel: 'Obnovit původní',
|
||||
loadingImageEditor: 'Načítání editoru obrázků, počkejte prosím...',
|
||||
selectFiletoUpload: 'Vyberte soubor, který chcete nahrát',
|
||||
or: 'nebo',
|
||||
enterAudioUrl: 'Zadejte adresu URL zdroje zvuku',
|
||||
enterVideoUrl: 'Enter video URL',
|
||||
enterAudioTitle: 'Vložte odkaz nebo jinou adresu URL zdroje zvuku',
|
||||
enterVideoTitle: 'Vložte odkaz na YouTube nebo jinou adresu URL zdroje videa',
|
||||
uploadAudioTitle: 'Nahrajte zvukový soubor',
|
||||
uploadVideoTitle: 'Nahrajte soubor videa',
|
||||
addVideoDescription: 'H5P supports all external video sources formatted as mp4, webm or ogv, like Vimeo Pro, and has support for YouTube and Panopto links.',
|
||||
insert: 'Vložit',
|
||||
cancel: 'Zrušit',
|
||||
height: 'výška',
|
||||
width: 'šířka',
|
||||
textField: 'textové pole',
|
||||
numberField: 'numerické pole',
|
||||
orderItemUp: 'Seřaďte položky vzestupně',
|
||||
orderItemDown: 'Seřaďte položky sestupně',
|
||||
removeItem: 'Odstranit položku',
|
||||
hubPanelLabel: 'Vyberte typ obsahu',
|
||||
importantInstructions: 'Důležité pokyny',
|
||||
showImportantInstructions: 'Zobrazit pokyny',
|
||||
hideImportantInstructions: 'Skrýt důležité pokyny',
|
||||
hide: 'Skrýt',
|
||||
example: 'Příklad',
|
||||
createContentTabLabel: 'Vytvořit obsah',
|
||||
uploadTabLabel: 'Nahrát',
|
||||
uploadPlaceholder: 'Nebyl vybrán soubor',
|
||||
uploadInstructionsTitle: 'Nahrát H5P soubor.',
|
||||
uploadInstructionsContent: 'Můžete začít příklady z <a href="https://h5p.org/content-types-and-applications" target="blank">H5P.org</a>.',
|
||||
uploadFileButtonLabel: 'Nahrát soubor',
|
||||
uploadFileButtonChangeLabel: 'Změnit soubor',
|
||||
uploadingThrobber: 'Nyní se nahrává...',
|
||||
uploadSuccess: ':title byl úspěšně nahrán!',
|
||||
unableToInterpretError: 'Odpověď nelze interpretovat.',
|
||||
unableToInterpretSolution: 'Zkontrolujte prosím svůj protokol chyb.',
|
||||
h5pFileWrongExtensionTitle: 'Vybraný soubor nelze nahrát',
|
||||
h5pFileWrongExtensionContent: 'Povoleny jsou pouze soubory s příponou .h5p.',
|
||||
h5pFileValidationFailedTitle: 'Nelze ověřit soubor H5P.',
|
||||
h5pFileValidationFailedContent: 'Ujistěte se, že nahraný H5P obsahuje platný obsah H5P. H5P' +
|
||||
' soubory obsahující pouze knihovny by měly být nahrány přes stránku Knihovny H5P.',
|
||||
h5pFileUploadServerErrorTitle: 'The H5P file could not be uploaded',
|
||||
h5pFileUploadServerErrorContent: 'Došlo k neočekávané chybě. Zkontrolujte protokol chyb serveru' +
|
||||
' kde je více informací.',
|
||||
contentTypeSectionAll: 'Všechny typy obsahu',
|
||||
searchResults: 'Search Results',
|
||||
contentTypeSearchFieldPlaceholder: 'Vyhledejte typy obsahu',
|
||||
contentTypeInstallButtonLabel: 'Instalovat',
|
||||
contentTypeInstallingButtonLabel: 'Instalování',
|
||||
contentTypeUseButtonLabel: 'Použít',
|
||||
contentTypeDetailButtonLabel: 'Detaily',
|
||||
contentTypeUpdateButtonLabel: 'Aktualizovat',
|
||||
contentTypeUpdatingButtonLabel: 'Aktualizování',
|
||||
contentTypeGetButtonLabel: 'Získat',
|
||||
contentTypeBackButtonLabel: 'Zpět',
|
||||
contentTypeIconAltText: 'Ikona',
|
||||
contentTypeInstallSuccess: ':contentType úspěšně nainstalován!',
|
||||
contentTypeUpdateSuccess: ':contentType úspěšně aktualizován!',
|
||||
contentTypeInstallError: ':contentType nelze nainstalovat. Obraťte se na správce.',
|
||||
contentTypeLicensePanelTitle: 'Licence',
|
||||
contentTypeDemoButtonLabel: 'Ukázka obsahu',
|
||||
numResults: ':num výsledky',
|
||||
show: 'Zobrazit',
|
||||
recentlyUsedFirst: 'Naposledy použité ',
|
||||
popularFirst: 'Nejpopulárnější',
|
||||
newestFirst: 'Nejnovější',
|
||||
aToZ: 'A to Z',
|
||||
noResultsFound: 'Nebyly nalezeny žádné výsledky',
|
||||
noResultsFoundDesc: 'Vyhledávacím kritériím neodpovídá žádný typ obsahu.',
|
||||
readMore: 'Přečíst více',
|
||||
readLess: 'Přečíst méně',
|
||||
contentTypeOwner: 'Podle :owner',
|
||||
contentTypeUnsupportedApiVersionTitle: 'Tento typ obsahu vyžaduje novější základní verzi',
|
||||
contentTypeUnsupportedApiVersionContent: 'Obraťte se na správce systému, který vám poskytne potřebné aktualizace',
|
||||
contentTypeUpdateAvailable: 'Aktualizace je k dispozici',
|
||||
contentTypeRestricted: 'Zakázaný typ obsahu',
|
||||
contentTypeRestrictedDesc: 'Použití tohoto typu obsahu bylo omezeno správcem.',
|
||||
contentTypeNotInstalled: 'Typ obsahu není nainstalován',
|
||||
contentTypeNotInstalledDesc: 'Nemáte oprávnění k instalaci typů obsahu.',
|
||||
theContentType: 'typ obsahu',
|
||||
currentMenuSelected: 'aktuální výběr',
|
||||
errorCommunicatingHubTitle: 'Nelze komunikovat s hubem.',
|
||||
errorCommunicatingHubContent: 'Nastala chyba. Prosím zkuste to znov.',
|
||||
warningNoContentTypesInstalled: "YNemáte nainstalován žádný typ obsahu.",
|
||||
warningChangeBrowsingToSeeResults: 'Kliknutím na <em> Vše </em> získáte seznam všech typů obsahu, které můžete nainstalovat.',
|
||||
warningUpdateAvailableTitle: 'K dispozici je nová verze :contentType .',
|
||||
warningUpdateAvailableBody: 'Aktualizace na nejnovější verzi pro lepší zážitek.',
|
||||
licenseDescription: 'Některé funkce této licence jsou uvedeny níže. Kliknutím na ikonu informace výše zobrazíte původní text licence.',
|
||||
licenseModalTitle: 'Detail licences',
|
||||
licenseModalSubtitle: 'Vyberte licenci pro zobrazení informací o správném použití',
|
||||
licenseUnspecified: 'Nespecifikováno',
|
||||
licenseCanUseCommercially: 'Lze použít komerčně',
|
||||
licenseCanModify: 'Lze upravit',
|
||||
licenseCanDistribute: 'Může se šířit',
|
||||
licenseCanSublicense: 'Může se sublicencovat',
|
||||
licenseCanHoldLiable: 'Může se nést odpovědnost',
|
||||
licenseCannotHoldLiable: 'Nelze nést odpovědnost',
|
||||
licenseMustIncludeCopyright: 'Musí zahrnovat autorská práva',
|
||||
licenseMustIncludeLicense: 'Musí obsahovat licenci',
|
||||
licenseFetchDetailsFailed: 'Nepodařilo se načíst podrobnosti o licenci',
|
||||
imageLightboxTitle: 'Obrázky',
|
||||
imageLightBoxProgress: ':num ze :total',
|
||||
nextImage: 'Další obrázek',
|
||||
previousImage: 'Předchozí obrázek',
|
||||
screenshots: 'Ukázky',
|
||||
reloadButtonLabel: 'Znovu načíst',
|
||||
videoQuality: 'Popisek kvality videa',
|
||||
videoQualityDescription: 'Tento popisek pomáhá uživateli zjistit aktuální kvalitu videa. Např. 1080p, 720p, HD nebo Mobile',
|
||||
videoQualityDefaultLabel: 'Kvalita :index',
|
||||
noContentTypesAvailable: 'Nejsou k dispozici žádné typy obsahu',
|
||||
noContentTypesAvailableDesc: 'Váš web má potíže s připojením k H5P.org a se seznamem dostupných typů obsahu.',
|
||||
contentTypeCacheOutdated: 'Seznam typů obsahu je zastaralý',
|
||||
contentTypeCacheOutdatedDesc: 'Váš web má potíže s připojením k serveru H5P.org, aby mohl zkontrolovat aktualizace typu obsahu. Možná nebudete moci aktualizovat nebo instalovat nové typy obsahu.',
|
||||
tryAgain: 'Zkusit znovu',
|
||||
getHelp: 'Získat pomoc',
|
||||
untitled: 'Nepojmenovaná :libraryTitle',
|
||||
title: 'Název',
|
||||
metadata: 'Metadata',
|
||||
addTitle: 'Přidat název',
|
||||
usedForSearchingReportsAndCopyrightInformation: 'Používá se pro vyhledávání, zprávy a informace o autorských právech',
|
||||
metadataSharingAndLicensingInfo: 'Metadata (informace o sdílení a licenci)',
|
||||
fillInTheFieldsBelow : 'Vyplnit v poli níže',
|
||||
saveMetadata: 'Uložit metadata',
|
||||
addAuthor: 'Uložit autora',
|
||||
confirmRemoveAuthor: 'Opravdu chcete tohoto autora odebrat?',
|
||||
addNewChange: 'Přidat novou změnu',
|
||||
confirmDeleteChangeLog: 'Opravdu chcete odstranit tuto položku protokolu změn?',
|
||||
changelogDescription: 'Některé licence vyžadují, aby změny provedené v původním díle nebo derivátech byly zaznamenány a zobrazeny. Můžete zde protokolovat své změny z licenčních důvodů nebo jen proto, abyste sami a ostatní mohli sledovat změny provedené v tomto obsahu.',
|
||||
logThisChange: 'Protokolovat tuto změnu',
|
||||
newChangeHasBeenLogged: 'Byla zaznamenána nová změna',
|
||||
loggedChanges: 'Protokolované změny',
|
||||
noChangesHaveBeenLogged: 'Nebyly zaznamenány žádné změny',
|
||||
errorHeader: 'Nastala chyba',
|
||||
errorCalculatingMaxScore: 'Nelze vypočítat maximální skóre pro tento obsah. Předpokládá se, že maximální skóre je 0. Pokud to není správné, kontaktujte svého správce.',
|
||||
maxScoreSemanticsMissing: 'Nelze najít očekávanou sémantiku v obsahu.',
|
||||
copyButton: 'Kopírovat',
|
||||
copiedButton: 'Zkopírováno',
|
||||
pasteButton: 'Vložit',
|
||||
pasteAndReplaceButton: 'Vložit a nahradit',
|
||||
pasteContent: 'Nahradit obsah',
|
||||
confirmPasteContent: 'Tímto způsobem nahradíte aktuální obsah obsahem ze své schránky. Aktuální obsah bude ztracen. Opravdu chcete pokračovat?',
|
||||
confirmPasteButtonText: 'Nahradit obsah',
|
||||
copyToClipboard: 'Zkopírovat obsah H5P do schránky',
|
||||
copiedToClipboard: 'Obsah je zkopírován do schránky',
|
||||
pasteFromClipboard: 'Vložit obsah H5P ze schránky',
|
||||
pasteAndReplaceFromClipboard: 'Nahradit stávající obsah obsahem H5P ze schránky',
|
||||
pasteNoContent: 'Ve schránce není žádný obsah H5P',
|
||||
pasteError: 'Nelze vložit ze schránky',
|
||||
pasteContentNotSupported: 'Obsah schránky H5P není v tomto kontextu podporován',
|
||||
pasteContentRestricted: 'Obsah schránky byl na tomto webu omezen',
|
||||
pasteTooOld: 'Obsah ve schránce H5P je nižší verze (: clip), než co je v tomto kontextu podporováno (:local), pokud je to možné, zkuste aktualizovat obsah, který chcete vložit, zkopírujte znovu a zkuste jej vložit sem.',
|
||||
pasteTooNew: 'Obsah ve schránce H5P má vyšší verzi (: clip), než je v tomto kontextu podporováno (:local), pokud je to možné, zkuste nejprve aktualizovat tento obsah a potom zkuste vložit obsah sem znovu.',
|
||||
ok: 'OK',
|
||||
avTablistLabel: 'Vložit pomocí',
|
||||
tabTitleBasicFileUpload: 'Nahrát souboru',
|
||||
tabTitleInputLinkURL: 'Odkaz/URL',
|
||||
errorTooHighVersion: 'Parametry obsahují %used, zatímco podporovány jsou pouze %supported nebo starší.',
|
||||
errorNotSupported: 'Parametry obsahují %used, které není podporován.',
|
||||
errorParamsBroken: 'Parametry jsou poškozené.',
|
||||
libraryMissing: 'Chybí požadovaná knihovna %lib.',
|
||||
scriptMissing: 'Skript aktualizace nelze načíst %lib.',
|
||||
language: 'Jazyk',
|
||||
noLanguagesSupported: 'Nejsou podporovány žádné jazyky',
|
||||
changeLanguage: 'Změnit jazyk na :language?',
|
||||
thisWillPotentially: "Tím se potenciálně resetuje veškerý text a překlady. Toto nemůžete vrátit zpět. Samotný obsah se nezmění. Chcete pokračovat?",
|
||||
notAllTextsChanged: 'Ne všechny texty byly změněny, pouze částečné pokrytí :language.',
|
||||
contributeTranslations: 'Pokud chcete dokončit překlad pro :language, můžete se dozvědět o <a href=":url" target="_new"> přispívání překladů do H5P</a>',
|
||||
unknownLibrary: 'Bohužel vybraný typ obsahu \'%lib\' není v tomto systému nainstalován.',
|
||||
proceedButtonLabel: 'Pokračovat k uložení',
|
||||
enterFullscreenButtonLabel: 'Přejít na celou obrazovku',
|
||||
exitFullscreenButtonLabel: 'Ukončit celou obrazovku',
|
||||
reuseSuccess: ':title was successfully imported from the H5P Hub.',
|
||||
};
|
||||
@@ -49,12 +49,12 @@ H5PEditor.language.core = {
|
||||
selectFiletoUpload: 'Datei zum Hochladen auswählen',
|
||||
or: 'oder',
|
||||
enterAudioUrl: 'URL der Audiodatei eingeben',
|
||||
enterVideoUrl: 'URL der Videodatei oder YouTube-Link eingeben',
|
||||
enterVideoUrl: 'Enter video URL',
|
||||
enterAudioTitle: 'Link oder URL zur Audiodatei einfügen',
|
||||
enterVideoTitle: 'YouTube-Link oder andere Video-URL einfügen',
|
||||
uploadAudioTitle: 'Audio-Datei hochladen',
|
||||
uploadVideoTitle: 'Video-Datei hochladen',
|
||||
addVideoDescription: 'H5P unterstützt externe Videodateien im Format mp4, webm oder ogv, wie bei Vimeo Pro, und unterstützt YouTube-Links.',
|
||||
addVideoDescription: 'H5P supports all external video sources formatted as mp4, webm or ogv, like Vimeo Pro, and has support for YouTube and Panopto links.',
|
||||
insert: 'Einfügen',
|
||||
cancel: 'Abbrechen',
|
||||
height: 'Höhe',
|
||||
@@ -191,17 +191,17 @@ H5PEditor.language.core = {
|
||||
pasteAndReplaceFromClipboard: 'Existierenden Inhalt mit H5P-Inhalt aus der Zwischenablage ersetzen',
|
||||
pasteNoContent: 'Kein H5P-Inhalt in der Zwischenablage',
|
||||
pasteError: 'Kann nicht aus der Zwischenablage einfügen',
|
||||
pasteContentNotSupported: 'The content in the H5P clipboard is not supported in this context',
|
||||
pasteContentRestricted: 'The content in the clipboard has been restricted on this site',
|
||||
pasteTooOld: 'The content in the H5P clipboard is of a lower version (:clip) than what is supported in this context (:local), if possible try to have the content you want to paste upgraded, copy it again and try pasting it here.',
|
||||
pasteTooNew: 'The content in the H5P clipboard is of a higher version (:clip) than what is supported in this context (:local), if possible try to have this content upgraded first, and then try pasting the content here again.',
|
||||
pasteContentNotSupported: 'Der Inhalt der Zwischenablage kann an dieser Stelle nicht eingefügt werden',
|
||||
pasteContentRestricted: 'Der Inhalt der Zwischenlage kann auf dieser Seite nicht eingefügt werden, da die Nutzung des Inhaltstyps von den Administratoren eingeschränkt wurde',
|
||||
pasteTooOld: 'Der Inhalt in der Zwischenablage liegt in einer zu alten Version vor (:clip), die nicht an dieser Stelle eingefügt werden kann (erfordert :local). Aktualisiere bitte den Inhalt, den du einfügen möchtest, kopiere ihn erneut und füge ihn dann hier wieder ein.',
|
||||
pasteTooNew: 'Der Inhalt in der Zwischenablage liegt in einer zu neuen Version vor (:clip), die nicht an dieser Stelle eingefügt werden kann (erfordert: local). Aktualisiere bitte den Inhalt, in den du hineinkopieren möchtest und versuche es dann erneut. ',
|
||||
ok: 'OK',
|
||||
avTablistLabel: 'Einfügen über',
|
||||
tabTitleBasicFileUpload: 'Datei hochladen',
|
||||
tabTitleInputLinkURL: 'Link/URL',
|
||||
errorTooHighVersion: 'Inhalt enthält %used, die Seite unterstützt aber nur %supported oder älter.',
|
||||
errorNotSupported: 'Inhalt enthält %used, was von dieser Seite nicht unterstützt wird.',
|
||||
errorParamsBroken: 'Der Inhalt konnte nicht eingelesen werden, da er fehlerhaft ist.',
|
||||
errorParamsBroken: 'Der Inhalt konnte nicht eingelesen werden (Parameter fehlerhaft).',
|
||||
libraryMissing: 'Die Bibliothek %lib, ohne die nicht fortgefahren werden kann, fehlt.',
|
||||
scriptMissing: 'Die Aktualisierungsroutine für %lib konnten nicht geladen werden.',
|
||||
language: 'Sprache',
|
||||
@@ -211,7 +211,10 @@ H5PEditor.language.core = {
|
||||
notAllTextsChanged: 'Nicht alle Texte wurden geändert, da die Übersetzungen in :language nicht vollständig ist.',
|
||||
contributeTranslations: 'Wenn du die Übersetzung in :language vervollständigen möchtest, kannst du <a href=":url" target="_new">Übersetzungen zu H5P beisteuern</a>',
|
||||
unknownLibrary: 'Leider ist der ausgewählte Inhaltstyp \'%lib\' auf dieser Seite nicht installiert.',
|
||||
proceedButtonLabel: 'Proceed to save',
|
||||
enterFullscreenButtonLabel: 'Enter fullscreen',
|
||||
exitFullscreenButtonLabel: 'Exit fullscreen'
|
||||
proceedButtonLabel: 'Weiter zum Speichern',
|
||||
enterFullscreenButtonLabel: 'Vollbild',
|
||||
exitFullscreenButtonLabel: 'Vollbild beenden',
|
||||
a11yTitleShowLabel: 'Show label for AT',
|
||||
a11yTitleHideLabel: 'Hide label for AT',
|
||||
reuseSuccess: ':title was successfully imported from the H5P Hub.',
|
||||
};
|
||||
|
||||
@@ -49,12 +49,12 @@ H5PEditor.language.core = {
|
||||
selectFiletoUpload: 'Επιλέξτε αρχείο προς μεταφόρτωση',
|
||||
or: 'ή',
|
||||
enterAudioUrl: 'Εισαγάγετε διεύθυνση URL ήχου',
|
||||
enterVideoUrl: 'Εισαγάγετε διεύθυνση URL βίντεο ή σύνδεσμο YouTube',
|
||||
enterVideoUrl: 'Enter video URL',
|
||||
enterAudioTitle: 'Επικολλήστε σύνδεσμο ή άλλη διεύθυνση URL ήχου',
|
||||
enterVideoTitle: 'Επικολλήστε σύνδεσμο YouTube ή άλλη διεύθυνση URL βίντεο',
|
||||
uploadAudioTitle: 'Μεταφορτώστε αρχείο ήχου',
|
||||
uploadVideoTitle: 'Μεταφορτώστε αρχείο video',
|
||||
addVideoDescription: 'Το H5P υποστηρίζει όλες τις εξωτερικές πηγές βίντεο μορφοποιημένες ως mp4, webm ή ogv, όπως το Vimeo Pro, και έχει υποστήριξη για συνδέσμους YouTube.',
|
||||
addVideoDescription: 'H5P supports all external video sources formatted as mp4, webm or ogv, like Vimeo Pro, and has support for YouTube and Panopto links.',
|
||||
insert: 'Εισαγωγή',
|
||||
cancel: 'Ακύρωση',
|
||||
height: 'ύψος',
|
||||
@@ -213,5 +213,8 @@ H5PEditor.language.core = {
|
||||
unknownLibrary: 'Unfortunately, the selected content type \'%lib\' isn\'t installed on this system.',
|
||||
proceedButtonLabel: 'Proceed to save',
|
||||
enterFullscreenButtonLabel: 'Enter fullscreen',
|
||||
exitFullscreenButtonLabel: 'Exit fullscreen'
|
||||
exitFullscreenButtonLabel: 'Exit fullscreen',
|
||||
a11yTitleShowLabel: 'Show label for AT',
|
||||
a11yTitleHideLabel: 'Hide label for AT',
|
||||
reuseSuccess: ':title was successfully imported from the H5P Hub.',
|
||||
};
|
||||
|
||||
@@ -49,12 +49,12 @@ H5PEditor.language.core = {
|
||||
selectFiletoUpload: 'Select file to upload',
|
||||
or: 'or',
|
||||
enterAudioUrl: 'Enter audio source URL',
|
||||
enterVideoUrl: 'Enter video source URL or YouTube link',
|
||||
enterVideoUrl: 'Enter video URL',
|
||||
enterAudioTitle: 'Paste link or other audio source URL',
|
||||
enterVideoTitle: 'Paste YouTube link or other video source URL',
|
||||
uploadAudioTitle: 'Upload audio file',
|
||||
uploadVideoTitle: 'Upload video file',
|
||||
addVideoDescription: 'H5P supports all external video sources formatted as mp4, webm or ogv, like Vimeo Pro, and has support for YouTube links.',
|
||||
addVideoDescription: 'H5P supports all external video sources formatted as mp4, webm or ogv, like Vimeo Pro, and has support for YouTube and Panopto links.',
|
||||
insert: 'Insert',
|
||||
cancel: 'Cancel',
|
||||
height: 'height',
|
||||
@@ -215,5 +215,81 @@ H5PEditor.language.core = {
|
||||
unknownLibrary: 'Unfortunately, the selected content type \'%lib\' isn\'t installed on this system.',
|
||||
proceedButtonLabel: 'Proceed to save',
|
||||
enterFullscreenButtonLabel: 'Enter fullscreen',
|
||||
exitFullscreenButtonLabel: 'Exit fullscreen'
|
||||
exitFullscreenButtonLabel: 'Exit fullscreen',
|
||||
noContentHeader: 'No Fitting Content?',
|
||||
noContentSuggestion: 'Create one yourself!',
|
||||
tutorials: 'Tutorials',
|
||||
contentSectionAll: 'All shared content',
|
||||
popularContent: 'Popular Content',
|
||||
allPopular: 'All Popular',
|
||||
newOnTheHub: 'New on the Hub',
|
||||
allNew: 'All New',
|
||||
filterBy: 'Filter by',
|
||||
filter: 'Filter',
|
||||
filters: {
|
||||
level: {
|
||||
dropdownLabel: 'Level',
|
||||
dialogHeader: 'Select level of education',
|
||||
dialogButtonLabel: 'Filter level of education'
|
||||
},
|
||||
language: {
|
||||
dropdownLabel: 'Language',
|
||||
dialogHeader: 'Select language(s)',
|
||||
dialogButtonLabel: 'Filter languages',
|
||||
searchPlaceholder: 'Type to search for languages'
|
||||
},
|
||||
reviewed: {
|
||||
dropdownLabel: 'Reviewed',
|
||||
dialogHeader: 'Reviewed Content',
|
||||
dialogButtonLabel: 'Filter',
|
||||
optionLabel: 'Show only reviewed content'
|
||||
},
|
||||
contentTypes: {
|
||||
dropdownLabel: 'Content types',
|
||||
dialogHeader: 'Select Content type(s)',
|
||||
dialogButtonLabel: 'Filter Content Types',
|
||||
searchPlaceholder: 'Type to search for content types'
|
||||
},
|
||||
disciplines: {
|
||||
dropdownLabel: 'Discipline',
|
||||
dialogHeader: 'Select Your Discipline',
|
||||
dialogButtonLabel: 'Filter Disciplines',
|
||||
searchPlaceholder: 'Type to search for disciplines'
|
||||
},
|
||||
licenses: {
|
||||
dropdownLabel: 'License',
|
||||
dialogHeader: 'Select preferred rights of use',
|
||||
dialogButtonLabel: 'Filter licenses',
|
||||
options: {
|
||||
modified: 'Can be modified',
|
||||
commercial: 'Allows commercial use'
|
||||
}
|
||||
}
|
||||
},
|
||||
clearFilters: 'Clear all filters',
|
||||
contentSearchFieldPlaceholder: 'Search for Content',
|
||||
loadingContentTitle: 'We are loading content for you...',
|
||||
loadingContentSubtitle: 'Please wait',
|
||||
by: 'By',
|
||||
dropdownButton: 'Open dropdown',
|
||||
paginationNavigation: 'Pagination navigation',
|
||||
page: 'Page',
|
||||
currentPage: 'Current page',
|
||||
nextPage: 'Go to next page',
|
||||
previousPage: 'Go to previous page',
|
||||
contentPreviewButtonLabel: 'Preview',
|
||||
contentDownloadButtonLabel: 'Get Content',
|
||||
reuseContentTabLabel: 'Get Shared Content',
|
||||
contentPublisherPanelHeader: 'Publisher Info',
|
||||
noContentFoundDesc: 'There is no content that matches your search criteria.',
|
||||
h5pType: 'H5P Type',
|
||||
level: 'Level',
|
||||
size: 'Size',
|
||||
failedFetchingData: 'Failed fetching data',
|
||||
filterErrorMessage: 'Something went wrong. Please reload the page.',
|
||||
in: 'in',
|
||||
navigateToParent: 'Navigate to parent',
|
||||
a11yTitleShowLabel: 'Show label for AT',
|
||||
a11yTitleHideLabel: 'Hide label for AT',
|
||||
reuseSuccess: ':title was successfully imported from the H5P Hub.',
|
||||
};
|
||||
|
||||
@@ -49,12 +49,12 @@ H5PEditor.language.core = {
|
||||
selectFiletoUpload: 'Seleccione el fichero a subir',
|
||||
or: 'o',
|
||||
enterAudioUrl: 'Introduzca la URL del origen del audio',
|
||||
enterVideoUrl: 'Introduzca la URL del origen del video o link en Youtube',
|
||||
enterVideoUrl: 'Enter video URL',
|
||||
enterAudioTitle: 'Pegue el link u otra fuente de audio',
|
||||
enterVideoTitle: 'Peque el link de Youtube o la URL de la fuente del video',
|
||||
uploadAudioTitle: 'Subir fichero de audio',
|
||||
uploadVideoTitle: 'Subir fichero de video',
|
||||
addVideoDescription: 'H5P soporta todas las fuentes de vídeo externas con formato mp4, webm u ogv, como Vimeo Pro, y tiene soporte para enlaces de YouTube.',
|
||||
addVideoDescription: 'H5P supports all external video sources formatted as mp4, webm or ogv, like Vimeo Pro, and has support for YouTube and Panopto links.',
|
||||
insert: 'Insertar',
|
||||
cancel: 'Cancelar',
|
||||
height: 'altura',
|
||||
@@ -214,4 +214,7 @@ H5PEditor.language.core = {
|
||||
proceedButtonLabel: 'Proceed to save',
|
||||
enterFullscreenButtonLabel: 'Enter fullscreen',
|
||||
exitFullscreenButtonLabel: 'Exit fullscreen',
|
||||
a11yTitleShowLabel: 'Show label for AT',
|
||||
a11yTitleHideLabel: 'Hide label for AT',
|
||||
reuseSuccess: ':title was successfully imported from the H5P Hub.',
|
||||
};
|
||||
|
||||
@@ -49,12 +49,12 @@ H5PEditor.language.core = {
|
||||
selectFiletoUpload: 'Seleccione el archivo a subir',
|
||||
or: 'o',
|
||||
enterAudioUrl: 'Introduzca la URL del origen del audio',
|
||||
enterVideoUrl: 'Introduzca la URL del origen del video o link en Youtube',
|
||||
enterVideoUrl: 'Enter video URL',
|
||||
enterAudioTitle: 'Pegue el link u otra fuente de audio',
|
||||
enterVideoTitle: 'Peque el link de Youtube o la URL de la fuente del video',
|
||||
uploadAudioTitle: 'Subir archivo de audio',
|
||||
uploadVideoTitle: 'Subir archivo de video',
|
||||
addVideoDescription: 'H5P soporta todas las fuentes de vídeo externas con formato mp4, webm u ogv, como Vimeo Pro, y tiene soporte para enlaces de YouTube.',
|
||||
addVideoDescription: 'H5P supports all external video sources formatted as mp4, webm or ogv, like Vimeo Pro, and has support for YouTube and Panopto links.',
|
||||
insert: 'Insertar',
|
||||
cancel: 'Cancelar',
|
||||
height: 'altura',
|
||||
@@ -214,4 +214,7 @@ H5PEditor.language.core = {
|
||||
proceedButtonLabel: 'Proceder a guardar',
|
||||
enterFullscreenButtonLabel: 'Ir a pantalla completa',
|
||||
exitFullscreenButtonLabel: 'Salir de pantalla completa',
|
||||
a11yTitleShowLabel: 'Show label for AT',
|
||||
a11yTitleHideLabel: 'Hide label for AT',
|
||||
reuseSuccess: ':title was successfully imported from the H5P Hub.',
|
||||
};
|
||||
|
||||
@@ -49,12 +49,12 @@ H5PEditor.language.core = {
|
||||
selectFiletoUpload: 'Selecciona el fichero a subir',
|
||||
or: 'o',
|
||||
enterAudioUrl: 'Introduzca la URL del origen del audio',
|
||||
enterVideoUrl: 'Introduzca la URL del origen del video o link en Youtube',
|
||||
enterVideoUrl: 'Enter video URL',
|
||||
enterAudioTitle: 'Pegue el link u otra fuente de audio',
|
||||
enterVideoTitle: 'Peque el link de Youtube o la URL de la fuente del video',
|
||||
uploadAudioTitle: 'Subir fichero de audio',
|
||||
uploadVideoTitle: 'Subir fichero de video',
|
||||
addVideoDescription: 'H5P soporta todas las fuentes de vídeo externas con formato mp4, webm u ogv, como Vimeo Pro, y tiene soporte para enlaces de YouTube.',
|
||||
addVideoDescription: 'H5P supports all external video sources formatted as mp4, webm or ogv, like Vimeo Pro, and has support for YouTube and Panopto links.',
|
||||
insert: 'Insertar',
|
||||
cancel: 'Cancelar',
|
||||
height: 'altura',
|
||||
@@ -215,5 +215,8 @@ H5PEditor.language.core = {
|
||||
unknownLibrary: 'Desafortunadamente, el tipo de contendo seleccionado \'%lib\' no está instalado en este sistema.',
|
||||
proceedButtonLabel: 'Proceder a guardar',
|
||||
enterFullscreenButtonLabel: 'Ir a pantalla completa',
|
||||
exitFullscreenButtonLabel: 'Salir de pantalla completa'
|
||||
exitFullscreenButtonLabel: 'Salir de pantalla completa',
|
||||
a11yTitleShowLabel: 'Show label for AT',
|
||||
a11yTitleHideLabel: 'Hide label for AT',
|
||||
reuseSuccess: ':title was successfully imported from the H5P Hub.',
|
||||
};
|
||||
|
||||
@@ -49,12 +49,12 @@ H5PEditor.language.core = {
|
||||
selectFiletoUpload: 'Vali fail, mida üles laadida',
|
||||
or: 'või',
|
||||
enterAudioUrl: 'Sisesta lähteheli link',
|
||||
enterVideoUrl: 'Sisesta lähtevideo link',
|
||||
enterVideoUrl: 'Enter video URL',
|
||||
enterAudioTitle: 'Kleebi lähteheli link',
|
||||
enterVideoTitle: 'Kleebi lähtevideo link',
|
||||
uploadAudioTitle: 'Laadi helifail üles',
|
||||
uploadVideoTitle: 'Laadi videofail üles',
|
||||
addVideoDescription: 'H5P toetab kõiki videokeskkondi, mille lähtefailid on mp4, webm või ogv formaadis, näiteks Vimeo Pro või Youtube.',
|
||||
addVideoDescription: 'H5P supports all external video sources formatted as mp4, webm or ogv, like Vimeo Pro, and has support for YouTube and Panopto links.',
|
||||
insert: 'Aseta',
|
||||
cancel: 'Tühista',
|
||||
height: 'kõrgus',
|
||||
@@ -215,5 +215,8 @@ H5PEditor.language.core = {
|
||||
unknownLibrary: 'Kahjuks ei ole valitud sisutüüp \'%lib\' sellesse süsteemi paigaldatud.',
|
||||
proceedButtonLabel: 'Edasi salvestama',
|
||||
enterFullscreenButtonLabel: 'Ava täisekraanis',
|
||||
exitFullscreenButtonLabel: 'Välju täisekraanist'
|
||||
exitFullscreenButtonLabel: 'Välju täisekraanist',
|
||||
a11yTitleShowLabel: 'Show label for AT',
|
||||
a11yTitleHideLabel: 'Hide label for AT',
|
||||
reuseSuccess: ':title was successfully imported from the H5P Hub.',
|
||||
};
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
H5PEditor.language.core = {
|
||||
missingTranslation: '[Itzulpen galdua :key]',
|
||||
loading: 'Kargatzen, itxaron...',
|
||||
selectLibrary: 'Hautatu edukia garatzeko zein liburutegi erabili nahi duzun.',
|
||||
selectLibrary: 'Hautatu edukia garatzeko erabili nahi duzun liburutegia.',
|
||||
unknownFieldPath: 'Ezin da aurkitu ":path".',
|
||||
notImageField: '":path" ez da irudi bat.',
|
||||
notImageOrDimensionsField: '":path" ez da irudi edo dimentsio eremua.',
|
||||
@@ -16,7 +16,7 @@ H5PEditor.language.core = {
|
||||
add: 'Gehitu',
|
||||
addFile: 'Gehitu fitxategia',
|
||||
removeFile: 'Kendu fitxategia',
|
||||
confirmRemoval: 'Ziru zaude :type hau kendu nahi duzula?',
|
||||
confirmRemoval: 'Ziur zaude :type hau kendu nahi duzula?',
|
||||
removeImage: 'Kendu irudia',
|
||||
confirmImageRemoval: 'Honek irudia kenduko du. Ziru zaude kendu nahi duzula?',
|
||||
changeFile: 'Aldatu fitxategia',
|
||||
@@ -25,8 +25,8 @@ H5PEditor.language.core = {
|
||||
missingProperty: ':index eremuak bere :property propietatea galdu du.',
|
||||
expandCollapse: 'Zabaldu/Bildu',
|
||||
addEntity: 'Gehitu :entity',
|
||||
tooLong: 'Eremuaren balioa luzeegia da, gehienez jota :max letra izan ditzake.',
|
||||
invalidFormat: 'Eremuaren balioak baliogabeko formatua edo debekatuta dauden karaktereak dauzka.',
|
||||
tooLong: 'Eremuaren balioa luzeegia da, gehienez :max letra izan ditzake.',
|
||||
invalidFormat: 'Eremuaren balioak formatu baliogabea edo debekatuta dauden karaktereak dauzka.',
|
||||
confirmChangeLibrary: 'Hori egiten baduzu oraingo eduki motaz egindako lan guztia galduko duzu. Ziur zaude ariketa mota aldatu nahi duzula?',
|
||||
commonFields: 'Testu gainidazteak eta itzulpenak',
|
||||
commonFieldsDescription: 'Bertan ezarpenak editatzen ahal dutuzu edo ariketa honetako testua itzul dezakezu.',
|
||||
@@ -49,12 +49,12 @@ H5PEditor.language.core = {
|
||||
selectFiletoUpload: 'Hautatu kargatu nahi duzun fitxategia',
|
||||
or: 'edo',
|
||||
enterAudioUrl: 'Sartu audio iturriaren URLa',
|
||||
enterVideoUrl: 'Sartu bideo iturriaren URLa edo Youtubeko esteka',
|
||||
enterVideoUrl: 'Enter video URL',
|
||||
enterAudioTitle: 'Itsatsi esteka edo bestelako audio iturriaren URLa',
|
||||
enterVideoTitle: 'Itsatsi YouTubeko esteka edo bestelako bideo iturriaren URLa',
|
||||
uploadAudioTitle: 'Kargatu audio fitxategia',
|
||||
uploadVideoTitle: 'Kargatu bideo fitxategia',
|
||||
addVideoDescription: 'H5P-k mp4, webm edo ogv formatuak onartzen ditu, hala nola Vimeo Pro, eta YouTubeko estekak onartzen ditu.',
|
||||
addVideoDescription: 'H5P supports all external video sources formatted as mp4, webm or ogv, like Vimeo Pro, and has support for YouTube and Panopto links.',
|
||||
insert: 'Txertatu',
|
||||
cancel: 'Utzi',
|
||||
height: 'altuera',
|
||||
@@ -72,7 +72,7 @@ H5PEditor.language.core = {
|
||||
example: 'Adibidea',
|
||||
createContentTabLabel: 'Sortu ariketa',
|
||||
uploadTabLabel: 'Kargatu',
|
||||
uploadPlaceholder: 'Ez dago fitxategi hautaturik',
|
||||
uploadPlaceholder: 'Ez dago hautaturiko fitxategirik',
|
||||
uploadInstructionsTitle: 'Kargatu H5P fitxategi bat.',
|
||||
uploadInstructionsContent: 'Has zaitezke <a href="https://h5p.org/content-types-and-applications" target="blank">H5P.org</a> web-orriko adibideekin.',
|
||||
uploadFileButtonLabel: 'Kargatu fitxategi bat',
|
||||
@@ -109,7 +109,7 @@ H5PEditor.language.core = {
|
||||
numResults: ':num emaitza',
|
||||
show: 'Erakutsi',
|
||||
recentlyUsedFirst: 'Lehenengo berriki erabilitakoak',
|
||||
popularFirst: 'Lehenengo arrakastsuenak',
|
||||
popularFirst: 'Lehenengo arrakastatsuenak',
|
||||
newestFirst: 'Lehenengo berrienak',
|
||||
aToZ: 'A-tik Z-ra',
|
||||
noResultsFound: 'Ez da emaitzarik aurkitu',
|
||||
@@ -193,10 +193,10 @@ H5PEditor.language.core = {
|
||||
pasteAndReplaceFromClipboard: 'Ordezkatu oraingo edukia arbelean dagoen H5P edukiarekin',
|
||||
pasteNoContent: 'Ez dago H5P edukirik arbelean',
|
||||
pasteError: 'Ezin izan da arbeltik itsatsi',
|
||||
pasteContentNotSupported: 'The content in the H5P clipboard is not supported in this context',
|
||||
pasteContentRestricted: 'The content in the clipboard has been restricted on this site',
|
||||
pasteTooOld: 'The content in the H5P clipboard is of a lower version (:clip) than what is supported in this context (:local), if possible try to have the content you want to paste upgraded, copy it again and try pasting it here.',
|
||||
pasteTooNew: 'The content in the H5P clipboard is of a higher version (:clip) than what is supported in this context (:local), if possible try to have this content upgraded first, and then try pasting the content here again.',
|
||||
pasteContentNotSupported: 'Arbeleko H5P edukia ez da testuinguru honetan onartzen',
|
||||
pasteContentRestricted: 'Arbeleko edukia mugatuta dago gune honetan',
|
||||
pasteTooOld: 'Arbeleko H5P edukia testuinguru honetan onartzen den bertsioa (:local) baino bertsio baxuago batekoa da (:clip), posiblea bada saiatu zaitez itsatsi nahi duzun edukia eguneratzen, berriz kopiatu ezazu eta ondoren hemen itsaten saiatu zaitez.',
|
||||
pasteTooNew: 'Arbeleko H5P edukia testuinguru honetan onartzen den bertsioa (:local) baino bertsio altuago batekoa da (:clip), posiblea bada saiatu zaitez itsatsi nahi duzun eduki-motaren liburutegia eguneratzen, eta ondoren berriz itsaten saiatu zaitez.',
|
||||
ok: 'ados',
|
||||
avTablistLabel: 'Txertatu hau erabiltzen:',
|
||||
tabTitleBasicFileUpload: 'Igo fitxategia',
|
||||
@@ -215,5 +215,8 @@ H5PEditor.language.core = {
|
||||
unknownLibrary: 'Tamalez, aukeratutako \'%lib\' eduki-mota ez dago sistema honetan instalatuta.',
|
||||
proceedButtonLabel: 'Jarraitu eta gorde',
|
||||
enterFullscreenButtonLabel: 'Erabili pantaila osoko modura',
|
||||
exitFullscreenButtonLabel: 'Irten pantaila osoko modutik'
|
||||
exitFullscreenButtonLabel: 'Irten pantaila osoko modutik',
|
||||
a11yTitleShowLabel: 'Show label for AT',
|
||||
a11yTitleHideLabel: 'Hide label for AT',
|
||||
reuseSuccess: ':title was successfully imported from the H5P Hub.',
|
||||
};
|
||||
|
||||
@@ -49,12 +49,12 @@ H5PEditor.language.core = {
|
||||
selectFiletoUpload: 'Valitse ladattava tiedosto',
|
||||
or: 'tai',
|
||||
enterAudioUrl: 'Anna äänen osoite',
|
||||
enterVideoUrl: 'Anna videon osoite tai YouTube linkki',
|
||||
enterVideoUrl: 'Enter video URL',
|
||||
enterAudioTitle: 'Liitä linkki tai muu äänen osoite',
|
||||
enterVideoTitle: 'Liitä YouTube linkki tai muu videon osoite',
|
||||
uploadAudioTitle: 'Lataa äänitiedosto',
|
||||
uploadVideoTitle: 'Lataa videotiedosto',
|
||||
addVideoDescription: 'H5P tukee mp4, webm or ogv videomuotoja, kuten Vimeo Pro, ja myös YouTube linkkejä.',
|
||||
addVideoDescription: 'H5P supports all external video sources formatted as mp4, webm or ogv, like Vimeo Pro, and has support for YouTube and Panopto links.',
|
||||
insert: 'Lisää',
|
||||
cancel: 'Peruuta',
|
||||
height: 'korkeus',
|
||||
@@ -93,7 +93,7 @@ H5PEditor.language.core = {
|
||||
contentTypeInstallButtonLabel: 'Asenna',
|
||||
contentTypeInstallingButtonLabel: 'Asentaa',
|
||||
contentTypeUseButtonLabel: 'Valitse',
|
||||
contentTypeDetailButtonLabel: 'Ykstyiskohdat',
|
||||
contentTypeDetailButtonLabel: 'Yksityiskohdat',
|
||||
contentTypeUpdateButtonLabel: 'Päivitä',
|
||||
contentTypeUpdatingButtonLabel: 'Päivittää',
|
||||
contentTypeGetButtonLabel: 'Hae',
|
||||
@@ -213,5 +213,8 @@ H5PEditor.language.core = {
|
||||
unknownLibrary: 'Valitettavasti valittua sisältötyyppiä \'%lib\' ei ole asennettuna tähän järjestelmään. Olethan yhteydessä ylläpitoon.',
|
||||
proceedButtonLabel: 'Proceed to save',
|
||||
enterFullscreenButtonLabel: 'Enter fullscreen',
|
||||
exitFullscreenButtonLabel: 'Exit fullscreen'
|
||||
exitFullscreenButtonLabel: 'Exit fullscreen',
|
||||
a11yTitleShowLabel: 'Show label for AT',
|
||||
a11yTitleHideLabel: 'Hide label for AT',
|
||||
reuseSuccess: ':title was successfully imported from the H5P Hub.',
|
||||
};
|
||||
|
||||
@@ -49,12 +49,12 @@ H5PEditor.language.core = {
|
||||
selectFiletoUpload: 'Choisissez le fichier à charger',
|
||||
or: 'ou',
|
||||
enterAudioUrl: 'Entrez l\'URL de la source audio',
|
||||
enterVideoUrl: 'Entrez l\'URL de la source vidéo ou du lien YouTube',
|
||||
enterVideoUrl: 'Enter video URL',
|
||||
enterAudioTitle: 'Coller le lien ou l\'URL d\'une autre source audio',
|
||||
enterVideoTitle: 'Coller le lien YouTube link ou l\'URL d\'une autre source vidéo',
|
||||
uploadAudioTitle: 'Téléverser le fichier audio',
|
||||
uploadVideoTitle: 'Téléverser le fichier vidéo',
|
||||
addVideoDescription: 'H5P supporte toutes les sources vidéo externes aux fomats mp4, webm ou ogv, tels que Vimeo Pro, ainsi que les liens YouTube.',
|
||||
addVideoDescription: 'H5P supports all external video sources formatted as mp4, webm or ogv, like Vimeo Pro, and has support for YouTube and Panopto links.',
|
||||
insert: 'Insérer',
|
||||
cancel: 'Annuler',
|
||||
height: 'hauteur',
|
||||
@@ -213,5 +213,8 @@ H5PEditor.language.core = {
|
||||
unknownLibrary: 'Malheureusement, la bibliothèque pour le type de contenu sélectionné \'%lib\' n\'est pas installée sur votre système.',
|
||||
proceedButtonLabel: 'Enregistrer',
|
||||
enterFullscreenButtonLabel: 'Afficher en plein écran',
|
||||
exitFullscreenButtonLabel: 'Quitter le mode plein écran'
|
||||
exitFullscreenButtonLabel: 'Quitter le mode plein écran',
|
||||
a11yTitleShowLabel: 'Show label for AT',
|
||||
a11yTitleHideLabel: 'Hide label for AT',
|
||||
reuseSuccess: ':title was successfully imported from the H5P Hub.',
|
||||
};
|
||||
|
||||
@@ -49,12 +49,12 @@ H5PEditor.language.core = {
|
||||
selectFiletoUpload: "Select file to upload",
|
||||
or: "or",
|
||||
enterAudioUrl: "Enter audio source URL",
|
||||
enterVideoUrl: "Enter video source URL or YouTube link",
|
||||
enterVideoUrl: 'Enter video URL',
|
||||
enterAudioTitle: "Paste link or other audio source URL",
|
||||
enterVideoTitle: "Paste YouTube link or other video source URL",
|
||||
uploadAudioTitle: "Upload audio file",
|
||||
uploadVideoTitle: "Upload video file",
|
||||
addVideoDescription: "H5P supports all external video sources formatted as mp4, webm or ogv, like Vimeo Pro, and has support for YouTube links.",
|
||||
addVideoDescription: 'H5P supports all external video sources formatted as mp4, webm or ogv, like Vimeo Pro, and has support for YouTube and Panopto links.',
|
||||
insert: "Insert",
|
||||
cancel: "Cancel",
|
||||
height: "height",
|
||||
@@ -213,5 +213,8 @@ H5PEditor.language.core = {
|
||||
unknownLibrary: 'Unfortunately, the selected content type \'%lib\' isn\'t installed on this system.',
|
||||
proceedButtonLabel: 'Proceed to save',
|
||||
enterFullscreenButtonLabel: 'Enter fullscreen',
|
||||
exitFullscreenButtonLabel: 'Exit fullscreen'
|
||||
exitFullscreenButtonLabel: 'Exit fullscreen',
|
||||
a11yTitleShowLabel: 'Show label for AT',
|
||||
a11yTitleHideLabel: 'Hide label for AT',
|
||||
reuseSuccess: ':title was successfully imported from the H5P Hub.',
|
||||
};
|
||||
|
||||
@@ -0,0 +1,295 @@
|
||||
H5PEditor.language.core = {
|
||||
missingTranslation: '[변환 누락 :key]',
|
||||
loading: '로드하는 중, 잠시 기다리십시오...',
|
||||
selectLibrary: '콘텐츠를 위해 사용할 라이브러리를 선택하십시오.',
|
||||
unknownFieldPath: '":path" 를 찾을 수 없음.',
|
||||
notImageField: '":path"는 이미지가 아님',
|
||||
notImageOrDimensionsField: '":path"는 이미지 또는 치수 영역이 아님',
|
||||
requiredProperty: ':property 는 필수이며 값이 있어야 함',
|
||||
onlyNumbers: ':property 값은 숫자만 포함할 수 있음',
|
||||
illegalDecimalNumber: ':property는 최대 :decimals decimals를 가진 숫자만 포함할 수 있다.',
|
||||
exceedsMax: ':property 값이 최대값 :max 를 초과함.',
|
||||
listExceedsMax: '목록이 최대값 :max 항목을 초과함.',
|
||||
belowMin: ' :property 값이 최소값인 :min보다 낮음.',
|
||||
listBelowMin: '목록은 콘텐츠가 제대로 작동하려면 최소 :min 항목이 필요하다.',
|
||||
outOfStep: ':property 값은 :step의 단계에서만 변경할 수 있다.',
|
||||
add: '추가',
|
||||
addFile: '파일 추가',
|
||||
removeFile: '파일 제거',
|
||||
confirmRemoval: '이 :type을 제거하시겠습니까?',
|
||||
removeImage: '이미지 제거',
|
||||
confirmImageRemoval: '이렇게 하면 이미지가 제거됩니다. 정말 계속하시겠습니까?',
|
||||
changeFile: '파일 변경',
|
||||
changeLibrary: '콘텐츠 유형을 변경하시겠습니까?',
|
||||
semanticsError: 'Semantics error: :error',
|
||||
missingProperty: '영역 :index 에 :property 속성이 없습니다.',
|
||||
expandCollapse: '확대/축소',
|
||||
addEntity: ' :entity 더하기',
|
||||
tooLong: '영역 값이 너무 김. 최대 문자 또는 그 이하를 포함해야 함',
|
||||
invalidFormat: '영역 값에 금지된 형식 혹은 금지된 문자가 포함됨.',
|
||||
confirmChangeLibrary: '이 작업을 수행하면 현재 콘텐츠 유형으로 수행된 모든 작업이 손실됨. 콘텐츠 유형을 변경하시겠습니까?',
|
||||
commonFields: '텍스트 재정의 및 변환',
|
||||
commonFieldsDescription: '여기에서 이 콘텐츠의 설정을 편집하거나 텍스트를 변환할 수 있다.',
|
||||
uploading: '업로드 중, 잠시 기다리십시오...',
|
||||
noFollow: '필드 ":path"를 따를 수 없다.',
|
||||
editCopyright: '저작권 편집',
|
||||
close: '닫기',
|
||||
tutorial: '튜토리얼',
|
||||
editMode: '편집모드',
|
||||
listLabel: '목록',
|
||||
uploadError: '파일 업로드 오류',
|
||||
fileToLarge: '업로드하려는 파일이 너무 클 수 있음.',
|
||||
unknownFileUploadError: '알 수 없는 파일 업로드 오류',
|
||||
noSemantics: '오류, 콘텐츠 유형 양식을 로드할 수 없음.',
|
||||
editImage: '이미지 편집',
|
||||
saveLabel: '저장',
|
||||
cancelLabel: '취소',
|
||||
resetToOriginalLabel: '원본으로 돌아가기',
|
||||
loadingImageEditor: '이미지 편집기 로드 중, 잠시 기다리십시오...',
|
||||
selectFiletoUpload: '업로드할 파일 선택',
|
||||
or: '또는',
|
||||
enterAudioUrl: '오디오 소스 URL 입력',
|
||||
enterVideoUrl: '비디오 소스 URL 또는 YouTube 링크 입력',
|
||||
enterAudioTitle: '링크 혹은 다른 오디오 소스 URL 붙여넣기',
|
||||
enterVideoTitle: '유튜브 게시 링크 또는 기타 비디오 소스 URL 붙여넣기',
|
||||
uploadAudioTitle: '오디오 파일 업로드',
|
||||
uploadVideoTitle: '비디오 파일 업로드',
|
||||
addVideoDescription: 'H5P는 비메오 프로처럼 mp4, webm 또는 ogv로 포맷된 모든 외부 비디오 소스를 지원하며, 유튜브 링크를 지원함.',
|
||||
insert: '삽입',
|
||||
cancel: '취소',
|
||||
height: '높이',
|
||||
width: '너비',
|
||||
textField: '텍스트 영역',
|
||||
numberField: '숫자 영역',
|
||||
orderItemUp: '아이템 위로',
|
||||
orderItemDown: '아이템 아래로',
|
||||
removeItem: '아이템 제거',
|
||||
hubPanelLabel: '콘텐츠 유형 선택',
|
||||
importantInstructions: '중요 지침',
|
||||
showImportantInstructions: '지침 보이기',
|
||||
hideImportantInstructions: '중요 지침 감추기',
|
||||
hide: '숨기기',
|
||||
example: '예시',
|
||||
createContentTabLabel: '콘텐츠 만들기',
|
||||
uploadTabLabel: '업로드',
|
||||
uploadPlaceholder: '파일 선택 없음',
|
||||
uploadInstructionsTitle: 'H5P 파일 업로드',
|
||||
uploadInstructionsContent: '<a href="https://h5p.org/content-types-and-applications" target="blank"의 예로부터 시작할 수 있습니다.',
|
||||
uploadFileButtonLabel: '파일 업로드',
|
||||
uploadFileButtonChangeLabel: '파일 바꾸기',
|
||||
uploadingThrobber: '업로드 중...',
|
||||
uploadSuccess: ':title 이 성공적으로 업로드 되었습니다!',
|
||||
unableToInterpretError: '응답 해석 불가',
|
||||
unableToInterpretSolution: '오류 로그를 확인하십시오.',
|
||||
h5pFileWrongExtensionTitle: '선택한 파일을 업로드할 수 없음',
|
||||
h5pFileWrongExtensionContent: '.h5p 확장명을 가진 파일만 허용됨.',
|
||||
h5pFileValidationFailedTitle: 'H5P 파일의 유효성을 검사할 수 없음.',
|
||||
h5pFileValidationFailedContent: '업로드된 H5P에 유효한 H5P 콘텐츠가 포함되어 있는지 확인하십시오. H5P' +
|
||||
' 파일은 라이브러리를 포함하고 있을 때 H5P 라이브러리 페이지를 통해 업로드 되어야 함.' ,
|
||||
h5pFileUploadServerErrorTitle: 'H5P 파일을 업로드할 수 없음',
|
||||
h5pFileUploadServerErrorContent: '예상하지 않은 오류가 발생함. 서버 오류 로그 확인' +
|
||||
' 더 자세한 내용.',
|
||||
contentTypeSectionAll: '모든 콘텐츠 유형',
|
||||
searchResults: '검색 결과',
|
||||
contentTypeSearchFieldPlaceholder: '콘텐츠 유형 검색',
|
||||
contentTypeInstallButtonLabel: '설치',
|
||||
contentTypeInstallingButtonLabel: '설치 중',
|
||||
contentTypeUseButtonLabel: '사용',
|
||||
contentTypeDetailButtonLabel: '세부내용',
|
||||
contentTypeUpdateButtonLabel: '업데이트',
|
||||
contentTypeUpdatingButtonLabel: '업데이트중',
|
||||
contentTypeGetButtonLabel: '가져오기',
|
||||
contentTypeBackButtonLabel: '돌아가기',
|
||||
contentTypeIconAltText: '아이콘',
|
||||
contentTypeInstallSuccess: ':contentType 가 성공적으로 설치됨',
|
||||
contentTypeUpdateSuccess: ':contentType 가 성곡적으로 업데이트 됨!',
|
||||
contentTypeInstallError: ':contentType 를 설치할 수 없음. 관리자에게 문의',
|
||||
contentTypeLicensePanelTitle: '라이선스',
|
||||
contentTypeDemoButtonLabel: '콘텐츠 데모',
|
||||
numResults: ':num 결과',
|
||||
show: '보여주기',
|
||||
recentlyUsedFirst: '최근 사용 항목 먼저 보여주기',
|
||||
popularFirst: '인기 있는 항목 먼저 보여주기',
|
||||
newestFirst: '새 항목 먼저 보여주기',
|
||||
aToZ: 'A에서Z 순서',
|
||||
noResultsFound: '결과 없음',
|
||||
noResultsFoundDesc: '검색 기준에 맞는 콘텐츠 유형이 없음',
|
||||
readMore: '더 읽기',
|
||||
readLess: '덜 읽기',
|
||||
contentTypeOwner: '소유자 :owner',
|
||||
contentTypeUnsupportedApiVersionTitle: '이 컨텐츠 유형에는 새로운 코어 버전이 필요함',
|
||||
contentTypeUnsupportedApiVersionContent: '필요한 업데이트 제공을 위해 시스템 관리자에게 문의하십시오.',
|
||||
contentTypeUpdateAvailable: '업데이트 사용 가능',
|
||||
contentTypeRestricted: '제한된 콘텐츠 유형',
|
||||
contentTypeRestrictedDesc: '관리자에 의해 이 컨텐츠 유형의 사용이 제한됨',
|
||||
contentTypeNotInstalled: '콘텐츠 유형이 설치되지 않음',
|
||||
contentTypeNotInstalledDesc: '콘텐츠 유형을 설치할 수 있는 권한이 없음.',
|
||||
theContentType: '콘텐츠 유형',
|
||||
currentMenuSelected: '현재 선택',
|
||||
errorCommunicatingHubTitle: '허브와 통신할 수 없음.',
|
||||
errorCommunicatingHubContent: '에러가 발생함. 다시 시도하십시오.',
|
||||
warningNoContentTypesInstalled: "설치된 콘텐츠 유형이 없습니다.",
|
||||
warningChangeBrowsingToSeeResults: '설치할 수 있는 모든 콘텐츠 유형 목록을 보려면 <em>All</em>(모두)을 클릭하십시오.',
|
||||
warningUpdateAvailableTitle: '새로운 버전의 :content 유형을 사용할 수 있음',
|
||||
warningUpdateAvailableBody: '더 나은 경험을 위해 최신 버전으로 업데이트',
|
||||
licenseDescription: '이 라이선스의 일부 기능은 다음과 같다. 원래 라이센스 텍스트를 읽으려면 위의 정보 아이콘을 클릭하십시오.',
|
||||
licenseModalTitle: '라이센스 세부 정보',
|
||||
licenseModalSubtitle: '적절한 사용에 대한 정보를 보려면 라이센스를 선택하십시오.',
|
||||
licenseUnspecified: '지정되지 않음',
|
||||
licenseCanUseCommercially: '상업적으로 사용할 수 있음',
|
||||
licenseCanModify: '수정 가능',
|
||||
licenseCanDistribute: '배포할 수 있음',
|
||||
licenseCanSublicense: '하위 라이선스(sublicense) 가능 ',
|
||||
licenseCanHoldLiable: '책임(liable) 포함 가능',
|
||||
licenseCannotHoldLiable: '책임(liable) 포함 불가능',
|
||||
licenseMustIncludeCopyright: '저작권을 포함해야 함',
|
||||
licenseMustIncludeLicense: '라이선스를 포함해야 함',
|
||||
licenseFetchDetailsFailed: '라이선스 세부 정보 가져오기 실패',
|
||||
imageLightboxTitle: '이미지',
|
||||
imageLightBoxProgress: '총 :total 중 :num ',
|
||||
nextImage: '다음 이미지',
|
||||
previousImage: '이전 이미지',
|
||||
screenshots: '스크린샷',
|
||||
reloadButtonLabel: '재로드',
|
||||
videoQuality: '비디오 품질 라벨',
|
||||
videoQualityDescription: '이 라벨은 사용자가 동영상의 현재 품질을 식별하는 데 도움이 됨. 예를 들어 1080p, 720p, HD 또는 Mobile',
|
||||
videoQualityDefaultLabel: '품질 :index',
|
||||
noContentTypesAvailable: '사용할 수 있는 콘텐츠 유형 없음',
|
||||
noContentTypesAvailableDesc: '당신의 사이트는 H5P.org에 접속하여 사용 가능한 콘텐츠 유형을 나열하는 데 어려움을 겪고 있음.',
|
||||
contentTypeCacheOutdated: '콘텐츠 유형 목록이 오래됨',
|
||||
contentTypeCacheOutdatedDesc: '당신의 사이트는 컨텐츠 유형 업데이트를 확인하기 위해 H5P.org에 연결하는 데 어려움을 겪고 있음. 새로운 콘텐츠 유형을 업데이트하거나 설치하지 못할 수 있다.',
|
||||
tryAgain: '재시도',
|
||||
getHelp: '도움',
|
||||
untitled: '제목없음 :libraryTitle',
|
||||
title: '제목',
|
||||
metadata: '메타데이터',
|
||||
addTitle: '제목추가',
|
||||
usedForSearchingReportsAndCopyrightInformation: '검색, 보고서 및 저작권 정보에 사용됨',
|
||||
metadataSharingAndLicensingInfo: '메타데이터 (공유 및 라이센싱 정보)',
|
||||
fillInTheFieldsBelow : '아래 영역에 입력',
|
||||
saveMetadata: '메타데이터 저장',
|
||||
addAuthor: '작성자 저장',
|
||||
confirmRemoveAuthor: '이 작성자를 제거하시겠습니까?',
|
||||
addNewChange: '새 변화 추가',
|
||||
confirmDeleteChangeLog: '이 변경 로그 항목을 삭제하시겠습니까?',
|
||||
changelogDescription: '일부 라이센스는 원본 작업에 대한 변경 사항을 요구하거나 파생 모델을 기록하여 표시해야 한다. 라이센싱상의 이유로 변경사항을 여기에 기록하거나 자신과 다른 사람이 이 콘텐츠에 대한 변경사항을 추적할 수 있도록 허용하십시오.',
|
||||
logThisChange: '변경 기록',
|
||||
newChangeHasBeenLogged: '새 변경 사항이 기록됨',
|
||||
loggedChanges: '변경 기록',
|
||||
noChangesHaveBeenLogged: '변경 사항이 기록되지 않음',
|
||||
errorHeader: '에러가 발생함',
|
||||
errorCalculatingMaxScore: '이 컨텐츠의 최대 점수를 계산할 수 없음. 최대 점수는 0으로 가정한다. 올바르지 않으면 관리자에게 문의하십시오.',
|
||||
maxScoreSemanticsMissing: '콘텐츠에서 기대되는 의미 있는 문장(semantics)를 찾을 수 없음.',
|
||||
copyButton: '복사',
|
||||
copiedButton: '복사완료',
|
||||
pasteButton: '붙여넣기',
|
||||
pasteAndReplaceButton: '붙여넣기 및 대체하기',
|
||||
pasteContent: '콘텐츠 대체하기',
|
||||
confirmPasteContent: '이 작업을 수행하면 현재 내용을 클립보드의 내용으로 바꿀 수 있음. 현재 내용은 손실됨. 계속하시겠습니까?',
|
||||
confirmPasteButtonText: '콘텐츠 대체하기',
|
||||
copyToClipboard: 'H5P콘텐츠를 클립보드에 복사하기',
|
||||
copiedToClipboard: '콘텐츠가 클립보드로 복사되었습니다.',
|
||||
pasteFromClipboard: '클립보드에서 H5P 콘텐츠 붙여넣기',
|
||||
pasteAndReplaceFromClipboard: '클립보드의 H5P 콘텐츠로 기존 콘텐츠 바꾸기',
|
||||
pasteNoContent: '클립보드에 H5P 콘텐츠 없음',
|
||||
pasteError: '클립보드에서 붙여넣을 수 없음',
|
||||
pasteContentNotSupported: 'H5P 클립보드의 콘텐츠는 이 컨텍스트에서 지원되지 않음',
|
||||
pasteContentRestricted: '클립보드의 콘텐츠가 이 사이트에서 제한됨',
|
||||
pasteTooOld: 'H5P 클립보드의 콘텐츠는 이 컨텍스트(:local)에서 지원되는 것보다 낮은 버전(:clip)이며, 가능하면 붙여넣을 콘텐츠를 업그레이드한 후 다시 복사한 후 여기에 붙여 넣으십시오.',
|
||||
pasteTooNew: 'H5P 클립보드의 콘텐츠는 이 컨텍스트에서 지원되는 것보다 더 높은 버전(:clip)이며, 가능하면 이 콘텐츠를 먼저 업그레이드한 다음 여기에 다시 붙여 넣으십시오.',
|
||||
ok: 'OK',
|
||||
avTablistLabel: '삽입하기',
|
||||
tabTitleBasicFileUpload: '파일업로드',
|
||||
tabTitleInputLinkURL: '링크/URL',
|
||||
errorTooHighVersion: '%Supported 혹은 이전 버전이 지원됨에도 매개 변수가 %used를 포함함.',
|
||||
errorNotSupported: '매개변수는 지원되지 않는 %used를 포함한다.',
|
||||
errorParamsBroken: '매개변수 오류',
|
||||
libraryMissing: '필요한 라이브러리 %lib 누락',
|
||||
scriptMissing: '%lib에 대한 업그레이드 스크립트를 로드할 수 없음.',
|
||||
language: '언어',
|
||||
noLanguagesSupported: '지원되는 언어 없음',
|
||||
changeLanguage: '언어를 :language 로 변경하시겠습니까?',
|
||||
thisWillPotentially: "이것은 잠재적으로 모든 텍스트와 변환을 재설정할 것이다. 이는 되돌릴 수 없고 콘텐츠 자체가 바뀌지 않을 것입니다. 계속하시겠습니까?",
|
||||
notAllTextsChanged: '모든 텍스트가 변경된 것은 아니며 :language 에 대한 부분적인 적용 범위만 있을 뿐임.',
|
||||
contributeTranslations: ':language 에 대한 번역을 완료하려면, <a href=":url" target="_new">contributing translations to H5P</a> (H5P 번역에 기여) 에 대해 배울 수 있음.',
|
||||
unknownLibrary: '불행히도 선택한 콘텐츠 유형 \'%lib\'이(가) 이 시스템에 설치되지 않았음.',
|
||||
proceedButtonLabel: '저장 진행',
|
||||
enterFullscreenButtonLabel: '전체화면',
|
||||
exitFullscreenButtonLabel: '전체화면 종료',
|
||||
noContentHeader: '알맞은 콘텐츠가 없습니까?',
|
||||
noContentSuggestion: '직접 콘텐츠를 만들어 보세요!',
|
||||
tutorials: '튜토리얼',
|
||||
contentSectionAll: '모든 공유 콘텐츠',
|
||||
popularContent: '인기 콘텐츠',
|
||||
allPopular: '모든 인기 콘텐츠',
|
||||
newOnTheHub: '허브의 새 콘텐츠',
|
||||
allNew: '모든 새 콘텐츠',
|
||||
filterBy: '검색 조건',
|
||||
filter: '검색',
|
||||
filters: {
|
||||
level: {
|
||||
dropdownLabel: '레벨',
|
||||
dialogHeader: '교육 레벨 선택',
|
||||
dialogButtonLabel: '교육 레벨에 따라 검색'
|
||||
},
|
||||
language: {
|
||||
dropdownLabel: '언어',
|
||||
dialogHeader: '언어 선택',
|
||||
dialogButtonLabel: '언어에 따라 검색',
|
||||
searchPlaceholder: '하나 이상의 언어 선택'
|
||||
},
|
||||
reviewed: {
|
||||
dropdownLabel: '검토됨',
|
||||
dialogHeader: '검토가 된 콘텐츠',
|
||||
dialogButtonLabel: '검색',
|
||||
optionLabel: '검토된 내용만 표시'
|
||||
},
|
||||
contentTypes: {
|
||||
dropdownLabel: '콘텐츠 유형',
|
||||
dialogHeader: '콘텐츠 유형 선택',
|
||||
dialogButtonLabel: '콘텐츠 유형 검색',
|
||||
searchPlaceholder: '하나 이상의 콘텐츠 유형 선택'
|
||||
},
|
||||
disciplines: {
|
||||
dropdownLabel: '과목',
|
||||
dialogHeader: '과목 선택',
|
||||
dialogButtonLabel: '과목 검색',
|
||||
searchPlaceholder: '하나 이상의 과목 선택'
|
||||
},
|
||||
licenses: {
|
||||
dropdownLabel: '라이선츠',
|
||||
dialogHeader: '선호하는 사용 권한 선택',
|
||||
dialogButtonLabel: '라이선스에 따라 검색',
|
||||
options: {
|
||||
modified: '수정할 수 있음',
|
||||
commercial: '상업적 사용 허용'
|
||||
}
|
||||
}
|
||||
},
|
||||
clearFilters: '모든 검색 조건 지우기',
|
||||
contentSearchFieldPlaceholder: '콘텐츠 검색',
|
||||
loadingContentTitle: '컨텐츠를 로드하는 중...',
|
||||
loadingContentSubtitle: '잠시만 기다리십시오',
|
||||
by: '저작자',
|
||||
dropdownButton: '드랍다운 열기',
|
||||
paginationNavigation: '페이징 네비게이션',
|
||||
page: '페이지',
|
||||
currentPage: '현재 페이지',
|
||||
nextPage: '다음 페이지로 이동',
|
||||
previousPage: '이전 페이지로 이동',
|
||||
contentPreviewButtonLabel: '미리보기',
|
||||
contentDownloadButtonLabel: '콘텐츠 가져오기',
|
||||
reuseContentTabLabel: '공유 콘텐츠 가져오기',
|
||||
contentPublisherPanelHeader: '게시자 정보',
|
||||
noContentFoundDesc: '검색 기준에 맞는 콘텐츠가 없음.',
|
||||
h5pType: 'H5P 유형',
|
||||
level: '레벨',
|
||||
size: '크기',
|
||||
failedFetchingData: '데이터 가져오기 실패',
|
||||
filterErrorMessage: '오류가 있습니다. 페이지를 다시 로드하십시오.',
|
||||
in: 'in',
|
||||
navigateToParent: '상위 탐색',
|
||||
a11yTitleShowLabel: 'AT 에 대한 라벨 표시',
|
||||
a11yTitleHideLabel: 'AT 에 대한 레이블 숨기기',
|
||||
reuseSuccess: ':title was successfully imported from the H5P Hub.'
|
||||
};
|
||||
@@ -49,12 +49,12 @@ H5PEditor.language.core = {
|
||||
selectFiletoUpload: 'Velg fil som skal lastes opp',
|
||||
or: 'eller',
|
||||
enterAudioUrl: 'Skriv inn nettadresse til lydkilde',
|
||||
enterVideoUrl: 'Skriv inn nettadresse til videokilde eller YouTube-lenke',
|
||||
enterVideoUrl: 'Skriv inn nettadresse til video',
|
||||
enterAudioTitle: 'Lim inn link eller annen lydkilde URL',
|
||||
enterVideoTitle: 'Lim inn YouTube lenke eller annen videokilde URL',
|
||||
uploadAudioTitle: 'Last opp lydfil',
|
||||
uploadVideoTitle: 'Last opp videofil',
|
||||
addVideoDescription: 'H5P støtter alle eksterne videokilder på formatene mp4, webm eller ogv, slik som Vimeo Pro, og har støtte for YouTube-lenker.',
|
||||
addVideoDescription: 'H5P støtter alle eksterne videokilder på formatene mp4, webm eller ogv, slik som Vimeo Pro, og har støtte for YouTube-lenker og Panopto-lenker.',
|
||||
insert: 'Sett inn',
|
||||
cancel: 'Avbryt',
|
||||
height: 'Høyde',
|
||||
@@ -213,5 +213,81 @@ H5PEditor.language.core = {
|
||||
unknownLibrary: 'Dessverre var ikke den valgte \'%lib\'-innholdstypen installert på dette systemet.',
|
||||
proceedButtonLabel: 'Proceed to save',
|
||||
enterFullscreenButtonLabel: 'Enter fullscreen',
|
||||
exitFullscreenButtonLabel: 'Exit fullscreen'
|
||||
exitFullscreenButtonLabel: 'Exit fullscreen',
|
||||
noContentHeader: 'No Fitting Content?',
|
||||
noContentSuggestion: 'Create one yourself!',
|
||||
tutorials: 'Tutorials',
|
||||
contentSectionAll: 'All shared content',
|
||||
popularContent: 'Popular Content',
|
||||
allPopular: 'All Popular',
|
||||
newOnTheHub: 'New on the Hub',
|
||||
allNew: 'All New',
|
||||
filterBy: 'Filter by',
|
||||
filter: 'Filter',
|
||||
filters: {
|
||||
level: {
|
||||
dropdownLabel: 'Level',
|
||||
dialogHeader: 'Select level of education',
|
||||
dialogButtonLabel: 'Filter level of education'
|
||||
},
|
||||
language: {
|
||||
dropdownLabel: 'Language',
|
||||
dialogHeader: 'Select language(s)',
|
||||
dialogButtonLabel: 'Filter languages',
|
||||
searchPlaceholder: 'Select one or more languages'
|
||||
},
|
||||
reviewed: {
|
||||
dropdownLabel: 'Reviewed',
|
||||
dialogHeader: 'Reviewed Content',
|
||||
dialogButtonLabel: 'Filter',
|
||||
optionLabel: 'Show only reviewed content'
|
||||
},
|
||||
contentTypes: {
|
||||
dropdownLabel: 'Content types',
|
||||
dialogHeader: 'Select Content type(s)',
|
||||
dialogButtonLabel: 'Filter Content Types',
|
||||
searchPlaceholder: 'Select one or more content types'
|
||||
},
|
||||
disciplines: {
|
||||
dropdownLabel: 'Discipline',
|
||||
dialogHeader: 'Select Your Discipline',
|
||||
dialogButtonLabel: 'Filter Disciplines',
|
||||
searchPlaceholder: 'Select one or more disciplines'
|
||||
},
|
||||
licenses: {
|
||||
dropdownLabel: 'License',
|
||||
dialogHeader: 'Select preferred rights of use',
|
||||
dialogButtonLabel: 'Filter licenses',
|
||||
options: {
|
||||
modified: 'Can be modified',
|
||||
commercial: 'Allows commercial use'
|
||||
}
|
||||
}
|
||||
},
|
||||
clearFilters: 'Clear all filters',
|
||||
contentSearchFieldPlaceholder: 'Search for Content',
|
||||
loadingContentTitle: 'We are loading content for you...',
|
||||
loadingContentSubtitle: 'Please wait',
|
||||
by: 'By',
|
||||
dropdownButton: 'Open dropdown',
|
||||
paginationNavigation: 'Pagination navigation',
|
||||
page: 'Page',
|
||||
currentPage: 'Current page',
|
||||
nextPage: 'Go to next page',
|
||||
previousPage: 'Go to previous page',
|
||||
contentPreviewButtonLabel: 'Preview',
|
||||
contentDownloadButtonLabel: 'Get Content',
|
||||
reuseContentTabLabel: 'Get Shared Content',
|
||||
contentPublisherPanelHeader: 'Publisher Info',
|
||||
noContentFoundDesc: 'There is no content that matches your search criteria.',
|
||||
h5pType: 'H5P Type',
|
||||
level: 'Level',
|
||||
size: 'Size',
|
||||
failedFetchingData: 'Failed fetching data',
|
||||
filterErrorMessage: 'Something went wrong. Please reload the page.',
|
||||
in: 'in',
|
||||
navigateToParent: 'Navigate to parent',
|
||||
a11yTitleShowLabel: 'Show label for AT',
|
||||
a11yTitleHideLabel: 'Hide label for AT',
|
||||
reuseSuccess: ':title was successfully imported from the H5P Hub.',
|
||||
};
|
||||
|
||||
@@ -18,7 +18,7 @@ H5PEditor.language.core = {
|
||||
removeFile: 'Verwijder bestand',
|
||||
confirmRemoval: 'Weet je zeker dat je dit :type wilt verwijderen?',
|
||||
removeImage: 'Verwijder afbeelding',
|
||||
confirmImageRemoval: 'Hiermee wordt je afbeelding verwijderd. Weet je zeker dat je wilt verdergaan?',
|
||||
confirmImageRemoval: 'Hiermee wordt je afbeelding verwijderd. Weet je zeker dat je wilt doorgaan?',
|
||||
changeFile: 'Wijzig bestand',
|
||||
changeLibrary: 'Content type wijzigen?',
|
||||
semanticsError: 'Semantics fout: :error',
|
||||
@@ -49,12 +49,12 @@ H5PEditor.language.core = {
|
||||
selectFiletoUpload: 'Selecteer bestand om te uploaden',
|
||||
or: 'of',
|
||||
enterAudioUrl: 'Voer audio bron URL in',
|
||||
enterVideoUrl: 'Voer video bron URL of YouTube link in',
|
||||
enterAudioTitle: 'Paste link or other audio source URL',
|
||||
enterVideoTitle: 'Paste YouTube link or other video source URL',
|
||||
uploadAudioTitle: 'Upload audio file',
|
||||
uploadVideoTitle: 'Upload video file',
|
||||
addVideoDescription: 'H5P ondersteunt alle externe videobronnen met format mp4, webm of ogv, zoals Vimeo Pro, en biedt ondersteuning voor YouTube links.',
|
||||
enterVideoUrl: 'Enter video URL',
|
||||
enterAudioTitle: 'Plak link of andere URL van audiobron',
|
||||
enterVideoTitle: 'Plak YouTube-link of andere URL van videobron',
|
||||
uploadAudioTitle: 'Upload audiobestand',
|
||||
uploadVideoTitle: 'Upload videobestand',
|
||||
addVideoDescription: 'H5P supports all external video sources formatted as mp4, webm or ogv, like Vimeo Pro, and has support for YouTube and Panopto links.',
|
||||
insert: 'Invoegen',
|
||||
cancel: 'Annuleren',
|
||||
height: 'hoogte',
|
||||
@@ -66,11 +66,11 @@ H5PEditor.language.core = {
|
||||
removeItem: 'Item verwijderen',
|
||||
hubPanelLabel: 'Selecteer content type',
|
||||
importantInstructions: 'Belangrijke instructies',
|
||||
showImportantInstructions: 'Show instructions',
|
||||
showImportantInstructions: 'Toon instructies',
|
||||
hideImportantInstructions: 'Verberg belangrijke instructies',
|
||||
hide: 'Verberg',
|
||||
example: 'Voorbeeld',
|
||||
createContentTabLabel: 'Creëer content',
|
||||
createContentTabLabel: 'Creëer inhoud',
|
||||
uploadTabLabel: 'Uploaden',
|
||||
uploadPlaceholder: 'Geen bestand gekozen',
|
||||
uploadInstructionsTitle: 'Een H5P bestand uploaden.',
|
||||
@@ -78,9 +78,9 @@ H5PEditor.language.core = {
|
||||
uploadFileButtonLabel: 'Upload een bestand',
|
||||
uploadFileButtonChangeLabel: 'Wijzig bestand',
|
||||
uploadingThrobber: 'Uploaden...',
|
||||
uploadSuccess: ':title was successfully uploaded!',
|
||||
unableToInterpretError: 'Unable to interpret response.',
|
||||
unableToInterpretSolution: 'Please check your error log.',
|
||||
uploadSuccess: ':title is met succes geüpload!',
|
||||
unableToInterpretError: 'Kon reactie niet interpreteren.',
|
||||
unableToInterpretSolution: 'Controleer je foutenlog.',
|
||||
h5pFileWrongExtensionTitle: 'Het geselecteerde bestand kon niet worden geüpload',
|
||||
h5pFileWrongExtensionContent: 'Alleen bestanden met de .h5p extensie toegestaan.',
|
||||
h5pFileValidationFailedTitle: 'Kon het H5P bestand niet valideren.',
|
||||
@@ -88,7 +88,7 @@ H5PEditor.language.core = {
|
||||
h5pFileUploadServerErrorTitle: 'Het H5P bestand kon niet worden geüpload',
|
||||
h5pFileUploadServerErrorContent: 'Er is een onverwachte fout opgetreden. Controleer het server log voor meer informatie.',
|
||||
contentTypeSectionAll: 'Alle Content Types',
|
||||
searchResults: 'Search Results',
|
||||
searchResults: 'Zoekresultaten',
|
||||
contentTypeSearchFieldPlaceholder: 'Zoeken naar Content Types',
|
||||
contentTypeInstallButtonLabel: 'Installeren',
|
||||
contentTypeInstallingButtonLabel: 'Bezig met installeren',
|
||||
@@ -104,14 +104,14 @@ H5PEditor.language.core = {
|
||||
contentTypeInstallError: ':contentType kon niet worden geïnstalleerd. Neem contact op met je site beheerder.',
|
||||
contentTypeLicensePanelTitle: 'Licentie',
|
||||
contentTypeDemoButtonLabel: 'Content Demo',
|
||||
numResults: ':num results',
|
||||
show: 'Show',
|
||||
recentlyUsedFirst: 'Recently Used First',
|
||||
popularFirst: 'Popular First',
|
||||
newestFirst: 'Newest First',
|
||||
aToZ: 'A to Z',
|
||||
noResultsFound: 'No results found',
|
||||
noResultsFoundDesc: 'There is no content type that matches your search criteria.',
|
||||
numResults: ':num resultaten',
|
||||
show: 'Toon',
|
||||
recentlyUsedFirst: 'Recent gebruikt eerst',
|
||||
popularFirst: 'Populairste eerst',
|
||||
newestFirst: 'Nieuwste eerst',
|
||||
aToZ: 'A tot Z',
|
||||
noResultsFound: 'Geen resultaten gevonden',
|
||||
noResultsFoundDesc: 'Er is geen content type dat overeenkomt met je zoekcriteria.',
|
||||
readMore: 'Meer lezen',
|
||||
readLess: 'Minder lezen',
|
||||
contentTypeOwner: 'Door :owner',
|
||||
@@ -149,69 +149,72 @@ H5PEditor.language.core = {
|
||||
previousImage: 'Vorige afbeelding',
|
||||
screenshots: 'Screenshots',
|
||||
reloadButtonLabel: 'Opnieuw laden',
|
||||
videoQuality: 'Video quality label',
|
||||
videoQualityDescription: 'This label helps the user identify the current quality of the video. E.g. 1080p, 720p, HD or Mobile',
|
||||
videoQualityDefaultLabel: 'Quality :index',
|
||||
noContentTypesAvailable: 'No content types are available',
|
||||
noContentTypesAvailableDesc: 'Your site is having difficulties connecting to H5P.org and listing the available content types.',
|
||||
contentTypeCacheOutdated: 'Content type list outdated',
|
||||
contentTypeCacheOutdatedDesc: 'Your site is having difficulties connecting to H5P.org to check for content type updates. You may not be able to update or install new content types.',
|
||||
videoQuality: 'Videokwaliteitslabel',
|
||||
videoQualityDescription: 'Dit label helpt de gebruiker bij het vaststelllen van de huidige kwaliteit van de video. Bijv. 1080p, 720p, HD of Mobile',
|
||||
videoQualityDefaultLabel: 'Kwaliteit :index',
|
||||
noContentTypesAvailable: 'Geen content types beschikbaar',
|
||||
noContentTypesAvailableDesc: 'Je site heeft problemen bij het verbinden met H5P.org en het tonen van de beschikbare content types.',
|
||||
contentTypeCacheOutdated: 'Content types lijst is verlopen',
|
||||
contentTypeCacheOutdatedDesc: 'Je site heeft problemen bij het verbinden met H5P.org om te controleren op updates voor content types. Het kan zijn dat je geen content types kunt updaten of installeren.',
|
||||
tryAgain: 'Probeer nogmaals',
|
||||
getHelp: 'Vraag hulp',
|
||||
untitled: 'Untitled :libraryTitle',
|
||||
untitled: 'Zonder titel :libraryTitle',
|
||||
title: 'Titel',
|
||||
metadata: 'Metadata',
|
||||
addTitle: 'Voeg titel toe',
|
||||
usedForSearchingReportsAndCopyrightInformation: 'Used for searching, reports and copyright information',
|
||||
metadataSharingAndLicensingInfo: 'Metadata (sharing and licensing info)',
|
||||
fillInTheFieldsBelow: 'Fill in the fields below',
|
||||
usedForSearchingReportsAndCopyrightInformation: 'Gebruikt voor zoeken, rapportage en copyright informatie',
|
||||
metadataSharingAndLicensingInfo: 'Metadata (deel- en licentie-info)',
|
||||
fillInTheFieldsBelow: 'Vul de velden hieronder in',
|
||||
saveMetadata: 'Bewaar metadata',
|
||||
addAuthor: 'Bewaar auteur',
|
||||
confirmRemoveAuthor: 'Are you sure you would like to remove this author?',
|
||||
addNewChange: 'Add new change',
|
||||
confirmDeleteChangeLog: 'Are you sure you would like to delete this change log entry?',
|
||||
changelogDescription: 'Some licenses require that changes made to the original work, or derivatives are logged and displayed. You may log your changes here for licensing reasons or just to allow yourself and others to keep track of the changes made to this content.',
|
||||
logThisChange: 'Log this change',
|
||||
newChangeHasBeenLogged: 'New change has been logged',
|
||||
loggedChanges: 'Logged changes',
|
||||
noChangesHaveBeenLogged: 'No changes have been logged',
|
||||
errorHeader: 'An error occured',
|
||||
errorCalculatingMaxScore: 'Could not calculate the max score for this content. The max score is assumed to be 0. Contact your administrator if this isn’t correct.',
|
||||
maxScoreSemanticsMissing: 'Could not find the expected semantics in the content.',
|
||||
copyButton: 'Copy',
|
||||
copiedButton: 'Copied',
|
||||
pasteButton: 'Knip',
|
||||
pasteAndReplaceButton: 'Knip en vervang',
|
||||
pasteContent: 'Vervang content',
|
||||
confirmPasteContent: 'By doing this you will replace the current content with the content from your clipboard. The current content will be lost. Are you sure you wish to continue?',
|
||||
confirmPasteButtonText: 'Vervang content',
|
||||
copyToClipboard: 'Kopie H5P content naar klipbord',
|
||||
copiedToClipboard: 'Content is copied to the clipboard',
|
||||
pasteFromClipboard: 'Paste H5P content from the clipboard',
|
||||
pasteAndReplaceFromClipboard: 'Replace existing content with H5P Content from the clipboard',
|
||||
pasteNoContent: 'No H5P content on the clipboard',
|
||||
pasteError: 'Cannot paste from clipboard',
|
||||
pasteContentNotSupported: 'The content in the H5P clipboard is not supported in this context',
|
||||
pasteContentRestricted: 'The content in the clipboard has been restricted on this site',
|
||||
pasteTooOld: 'The content in the H5P clipboard is of a lower version (:clip) than what is supported in this context (:local), if possible try to have the content you want to paste upgraded, copy it again and try pasting it here.',
|
||||
pasteTooNew: 'The content in the H5P clipboard is of a higher version (:clip) than what is supported in this context (:local), if possible try to have this content upgraded first, and then try pasting the content here again.',
|
||||
confirmRemoveAuthor: 'Weet je zeker dat je deze auteur wilt verwijderen?',
|
||||
addNewChange: 'Voeg nieuwe wijziging toe',
|
||||
confirmDeleteChangeLog: 'Weet je zeker dat je deze invoer van het wijzigingslog wilt verwijderen?',
|
||||
changelogDescription: 'Sommige licenties vereisen dat wijzigingen aan het originele werk, of afgeleiden daarvan, worden gelogd en getoond. U kunt hier uw wijzigingen vanwege licentieredenen loggen of alleen om uzelf en anderen te informeren over wijzigingen aan deze inhoud.',
|
||||
logThisChange: 'Log deze wijziging',
|
||||
newChangeHasBeenLogged: 'Nieuwe wijziging is gelogd',
|
||||
loggedChanges: 'Gelogde wijzigingen',
|
||||
noChangesHaveBeenLogged: 'Er zijn geen wijzigingen gelogd',
|
||||
errorHeader: 'Er is een fout opgetreden',
|
||||
errorCalculatingMaxScore: 'Kon de maximumscore voor deze inhoud niet berekenen. De maximumscore lijkt 0 te zijn. Neem contact op met uw beheerder als dit niet juist is.',
|
||||
maxScoreSemanticsMissing: 'Kon de verwachte semantics in de content niet vinden.',
|
||||
copyButton: 'Kopiëren',
|
||||
copiedButton: 'Gekopieerd',
|
||||
pasteButton: 'Plakken',
|
||||
pasteAndReplaceButton: 'Plak en vervang',
|
||||
pasteContent: 'Plak inhoud',
|
||||
confirmPasteContent: 'Hiermee vervang je de huidige inhoud door de inhoud van het klembord. De huidige inhoud gaat verloren. Weet je zeker dat je wilt doorgaan?',
|
||||
confirmPasteButtonText: 'Vervang inhoud',
|
||||
copyToClipboard: 'Kopieer H5P inhoud naar het klembord',
|
||||
copiedToClipboard: 'Inhoud is gekopieerd naar het klembord',
|
||||
pasteFromClipboard: 'Plak H5P inhoud van het klembord',
|
||||
pasteAndReplaceFromClipboard: 'Vervang bestaande inhoud met H5P inhoud van het klembord',
|
||||
pasteNoContent: 'Geen H5P inhoud op het klembord',
|
||||
pasteError: 'Kan niet plakkken van klembord',
|
||||
pasteContentNotSupported: 'De inhoud in het H5P klembord wordt niet ondersteund in deze context',
|
||||
pasteContentRestricted: 'De inhoud in het H5P klembord bevat afgeschermde content',
|
||||
pasteTooOld: 'De inhoud in het H5P klembord is van een lagere versie (:clip) dan wat wordt ondersteund in deze context (:local), probeer indien mogelijk de inhoud die u wilt plakken te upgraden, kopieer het opnieuw en plak het hier opnieuw.',
|
||||
pasteTooNew: 'De inhoud in het H5P klembord is van een hogere versie (:clip) dan wat wordt ondersteund in deze context (:local), probeer indien mogelijk deze content eerst te upgraden, en probeer dan opnieuw de inhoud hier te plakken.',
|
||||
ok: 'OK',
|
||||
avTablistLabel: 'Insert using',
|
||||
tabTitleBasicFileUpload: 'File Upload',
|
||||
avTablistLabel: 'Invoegen m.b.v.',
|
||||
tabTitleBasicFileUpload: 'Bestandsupload',
|
||||
tabTitleInputLinkURL: 'Link/URL',
|
||||
errorTooHighVersion: 'Parameters contain %used while only %supported or earlier are supported.',
|
||||
errorNotSupported: 'Parameters contain %used which is not supported.',
|
||||
errorParamsBroken: 'Parameters are broken.',
|
||||
libraryMissing: 'Missing required library %lib.',
|
||||
scriptMissing: 'Could not load upgrades script for %lib.',
|
||||
errorTooHighVersion: 'Parameters bevat %used terwijl alleen %supported of vroeger wordt ondersteund.',
|
||||
errorNotSupported: 'Parameters bevat %used wat niet wordt ondersteund.',
|
||||
errorParamsBroken: 'Parameters zijn corrupt.',
|
||||
libraryMissing: 'Ontbrekende vereiste library %lib.',
|
||||
scriptMissing: 'Kon upgrade-script voor %lib niet laden.',
|
||||
language: 'Taal',
|
||||
noLanguagesSupported: 'Geen taal ondersteuning',
|
||||
changeLanguage: 'Wijzig taal naar :language?',
|
||||
thisWillPotentially: "This will potentially reset all the text and translations. You can't undo this. The content itself will not be changed. Do you want to proceed?",
|
||||
notAllTextsChanged: 'Not all texts were changed, there is only partial coverage for :language.',
|
||||
contributeTranslations: 'If you want to complete the translation for :language you can learn about <a href=":url" target="_new">contributing translations to H5P</a>',
|
||||
unknownLibrary: 'Unfortunately, the selected content type \'%lib\' isn\'t installed on this system.',
|
||||
proceedButtonLabel: 'Proceed to save',
|
||||
enterFullscreenButtonLabel: 'Enter fullscreen',
|
||||
exitFullscreenButtonLabel: 'Exit fullscreen'
|
||||
thisWillPotentially: "Mogelijk stelt dit alle tekst en vertalingen opnieuw in. Je kunt dit niet ongedaan maken. De content zelf wordt niet gewijzigd. Wil je doorgaan?",
|
||||
notAllTextsChanged: 'Niet alle teksten zijn gewijzigd, er is slechts gedeeltelijke dekking voor :language.',
|
||||
contributeTranslations: 'Als je de vertaling voor :language wilt completeren, kun je hier meer leren over <a href=":url" target="_new">het bijdragen van vertalingen aan H5P</a>',
|
||||
unknownLibrary: 'Jammer genoeg is het geselecteerde content type \'%lib\' niet geïnstalleerd op dit systeem.',
|
||||
proceedButtonLabel: 'Doorgaan naar opslaan',
|
||||
enterFullscreenButtonLabel: 'In volledig scherm werken',
|
||||
exitFullscreenButtonLabel: 'Volledig scherm afsluiten',
|
||||
a11yTitleShowLabel: 'Toon label voor AT',
|
||||
a11yTitleHideLabel: 'Verberg label voor AT',
|
||||
reuseSuccess: ':title is met succes geïmporteerd van de H5P Hub.',
|
||||
};
|
||||
|
||||
@@ -49,12 +49,12 @@ H5PEditor.language.core = {
|
||||
selectFiletoUpload: 'Velg fil som skal lastes opp',
|
||||
or: 'eller',
|
||||
enterAudioUrl: 'Skriv inn nettadresse til lydkjelde',
|
||||
enterVideoUrl: 'Skriv inn nettadresse til videokjelde eller YouTube-lenke',
|
||||
enterVideoUrl: 'Skriv inn nettadresse til video',
|
||||
enterAudioTitle: 'Lim inn link eller annan lydkjelde URL',
|
||||
enterVideoTitle: 'Lim inn YouTube lenke eller annen videokjelde URL',
|
||||
uploadAudioTitle: 'Last opp lydfil',
|
||||
uploadVideoTitle: 'Last opp videofil',
|
||||
addVideoDescription: 'H5P støtter alle eksterne videokilder på formatene mp4, webm eller ogv, slik som Vimeo Pro, og har støtte for YouTube-lenker.',
|
||||
addVideoDescription: 'H5P støtter alle eksterne videokilder på formatene mp4, webm eller ogv, slik som Vimeo Pro, og har støtte for YouTube-lenker og Panopto-lenker.',
|
||||
insert: 'Sett inn',
|
||||
cancel: 'Avbryt',
|
||||
height: 'Høyde',
|
||||
@@ -213,5 +213,8 @@ H5PEditor.language.core = {
|
||||
unknownLibrary: 'Dessverre var ikke den valgte \'%lib\'-innholdstypen installert på dette systemet.',
|
||||
proceedButtonLabel: 'Proceed to save',
|
||||
enterFullscreenButtonLabel: 'Enter fullscreen',
|
||||
exitFullscreenButtonLabel: 'Exit fullscreen'
|
||||
exitFullscreenButtonLabel: 'Exit fullscreen',
|
||||
a11yTitleShowLabel: 'Show label for AT',
|
||||
a11yTitleHideLabel: 'Hide label for AT',
|
||||
reuseSuccess: ':title was successfully imported from the H5P Hub.',
|
||||
};
|
||||
|
||||
@@ -49,12 +49,12 @@ H5PEditor.language.core = {
|
||||
selectFiletoUpload: 'Wybierz plik, który chcesz dodać',
|
||||
or: 'lub',
|
||||
enterAudioUrl: 'Edytuj źródło audio',
|
||||
enterVideoUrl: 'Dodaj plik wideo lub link YouTube',
|
||||
enterVideoUrl: 'Enter video URL',
|
||||
enterAudioTitle: 'Wklej link lub inne źródło pliku audio.',
|
||||
enterVideoTitle: 'Wklej link YouTube lub dodaj plik wideo',
|
||||
uploadAudioTitle: 'Dodaj plik audio',
|
||||
uploadVideoTitle: 'Dodaj plik wideo',
|
||||
addVideoDescription: 'H5P obsługuje wszystkie zewnętrzne źródła wideo w formacie MP4, WebM, OGV i pliki pobrane z Vimeo Pro. Obsługuje linki YouTube.',
|
||||
addVideoDescription: 'H5P supports all external video sources formatted as mp4, webm or ogv, like Vimeo Pro, and has support for YouTube and Panopto links.',
|
||||
insert: 'Wstaw',
|
||||
cancel: 'Anuluj',
|
||||
height: 'długość',
|
||||
@@ -213,5 +213,8 @@ H5PEditor.language.core = {
|
||||
unknownLibrary: 'Unfortunately, the selected content type \'%lib\' isn\'t installed on this system.',
|
||||
proceedButtonLabel: 'Proceed to save',
|
||||
enterFullscreenButtonLabel: 'Enter fullscreen',
|
||||
exitFullscreenButtonLabel: 'Exit fullscreen'
|
||||
exitFullscreenButtonLabel: 'Exit fullscreen',
|
||||
a11yTitleShowLabel: 'Show label for AT',
|
||||
a11yTitleHideLabel: 'Hide label for AT',
|
||||
reuseSuccess: ':title was successfully imported from the H5P Hub.',
|
||||
};
|
||||
|
||||
@@ -49,12 +49,12 @@ H5PEditor.language.core = {
|
||||
selectFiletoUpload: 'Selecionar arquivo para enviar',
|
||||
or: 'ou',
|
||||
enterAudioUrl: 'Insira a URL fonte para o áudio',
|
||||
enterVideoUrl: 'Insira a URL fonte para o video ou um link do YouTube',
|
||||
enterVideoUrl: 'Enter video URL',
|
||||
enterAudioTitle: 'Cole aqui o link do áudio',
|
||||
enterVideoTitle: 'Cole aqui a URL do vídeo ou o link do YouTube',
|
||||
uploadAudioTitle: 'Enviar arquivo de áudio',
|
||||
uploadVideoTitle: 'Enviar arquivo de vídeo',
|
||||
addVideoDescription: 'H5P suporta todos as fontes externas de vídeo com formato mp4, webm ou ogv, como Vimeo Pro, e possui suporte para links do YouTube.',
|
||||
addVideoDescription: 'H5P supports all external video sources formatted as mp4, webm or ogv, like Vimeo Pro, and has support for YouTube and Panopto links.',
|
||||
insert: 'Inserir',
|
||||
cancel: 'Cancelar',
|
||||
height: 'altura',
|
||||
@@ -213,5 +213,8 @@ H5PEditor.language.core = {
|
||||
unknownLibrary: 'Unfortunately, the selected content type \'%lib\' isn\'t installed on this system.',
|
||||
proceedButtonLabel: 'Proceed to save',
|
||||
enterFullscreenButtonLabel: 'Enter fullscreen',
|
||||
exitFullscreenButtonLabel: 'Exit fullscreen'
|
||||
exitFullscreenButtonLabel: 'Exit fullscreen',
|
||||
a11yTitleShowLabel: 'Show label for AT',
|
||||
a11yTitleHideLabel: 'Hide label for AT',
|
||||
reuseSuccess: ':title was successfully imported from the H5P Hub.',
|
||||
};
|
||||
|
||||
@@ -1,107 +1,107 @@
|
||||
H5PEditor.language.core = {
|
||||
missingTranslation: '[Tradução ausente :key]',
|
||||
loading: 'Carregando, aguarde...',
|
||||
selectLibrary: 'Selecione a biblioteca que deseja usar em seu conteúdo.',
|
||||
unknownFieldPath: 'Incapaz de encontrar ":path".',
|
||||
missingTranslation: '[Tradução em falta :key]',
|
||||
loading: 'A carregar. Por favor, aguarde...',
|
||||
selectLibrary: 'Selecione a biblioteca que pretende usar no seu conteúdo.',
|
||||
unknownFieldPath: 'Não foi possível encontrar ":path".',
|
||||
notImageField: '":path" não é uma imagem.',
|
||||
notImageOrDimensionsField: '":path" não é uma imagem ou campo de dimensão.',
|
||||
requiredProperty: 'O :property é obrigatório e deve ter um valor.',
|
||||
onlyNumbers: 'O valor de :property pode conter apenas números.',
|
||||
illegalDecimalNumber: ':property can only contain numbers with max :decimals decimals.',
|
||||
requiredProperty: ':property é obrigatória e deve ter um valor.',
|
||||
onlyNumbers: 'O valor de :property apenas pode conter números.',
|
||||
illegalDecimalNumber: ':property apenas pode conter números com o máximo de :decimals casas decimais.',
|
||||
exceedsMax: 'O valor de :property excede o máximo de :max.',
|
||||
listExceedsMax: 'A lista excede o número máxima de :max itens.',
|
||||
belowMin: 'O valor de :property é menor que o mínimo de :min.',
|
||||
listBelowMin: 'A lista precisa de pelo menos :min itens para que o conteúdo funcione corretamente.',
|
||||
outOfStep: 'O valor de :property pode ser mudade em escalas de :step.',
|
||||
outOfStep: 'O valor de :property apenas pode ser mudado numa variação de :step.',
|
||||
add: 'Adicionar',
|
||||
addFile: 'Adicionar arquivo',
|
||||
removeFile: 'Remover arquivo',
|
||||
confirmRemoval: 'Tem certeza de que deseja remover :type?',
|
||||
addFile: 'Adicionar ficheiro',
|
||||
removeFile: 'Remover ficheiro',
|
||||
confirmRemoval: 'Tem a certeza de que pretende remover :type?',
|
||||
removeImage: 'Remover imagem',
|
||||
confirmImageRemoval: 'Isso removerá sua imagem. Tem certeza de que deseja continuar?',
|
||||
changeFile: 'Alterar arquivo',
|
||||
changeLibrary: 'Alterar tipo de conteúdo?',
|
||||
confirmImageRemoval: 'Esta ação removerá a sua imagem. Tem a certeza de que pretende continuar?',
|
||||
changeFile: 'Alterar ficheiro',
|
||||
changeLibrary: 'Pretende alterar o tipo de conteúdo?',
|
||||
semanticsError: 'Erro de semântica: :error',
|
||||
missingProperty: 'Campo :index não possui sua propriedade :property.',
|
||||
expandCollapse: 'Expandir/Recolher',
|
||||
missingProperty: 'O campo :index não contém a propriedade :property.',
|
||||
expandCollapse: 'Expandir/Contrair',
|
||||
addEntity: 'Adicionar :entity',
|
||||
tooLong: 'Valor do campo é muito longo, deve conter :max caracteres ou menos.',
|
||||
invalidFormat: 'Valor do campo contém um formato inválido ou caracteres proibidos.',
|
||||
confirmChangeLibrary: 'Fazendo isso você perderá todo o trabalho concluído com o tipo atual de conteúdo. Tem certeza de que deseja alterar o tipo de conteúdo?',
|
||||
commonFields: 'Sobreposição de texto e traduções',
|
||||
commonFieldsDescription: 'Aqui você pode editar configurações ou traduzir textos usados neste conteúdo.',
|
||||
uploading: 'Enviando, aguarde...',
|
||||
noFollow: 'Incapaz de seguir campo ":path".',
|
||||
editCopyright: 'Editar direitos autorais',
|
||||
tooLong: 'O valor do campo é muito longo. Deve conter :max caracteres no máximo.',
|
||||
invalidFormat: 'O valor do campo contém um formato inválido ou caracteres não permitidos.',
|
||||
confirmChangeLibrary: 'Se continuar, perderá todo o trabalho concluído com o tipo atual de conteúdo. Tem a certeza de que pretende alterar o tipo de conteúdo?',
|
||||
commonFields: 'Substituição de texto e traduções',
|
||||
commonFieldsDescription: 'Aqui pode editar as configurações ou traduzir textos usados neste conteúdo.',
|
||||
uploading: 'A enviar. Por favor, aguarde...',
|
||||
noFollow: 'Não é possível seguir o campo ":path".',
|
||||
editCopyright: 'Editar direitos de autor',
|
||||
close: 'Fechar',
|
||||
tutorial: 'Tutorial',
|
||||
editMode: 'Modo de edição',
|
||||
listLabel: 'Lista',
|
||||
uploadError: 'Erro de envio de arquivo',
|
||||
fileToLarge: 'O arquivo que você está tentando enviar pode ser muito grande.',
|
||||
unknownFileUploadError: 'Erro de envio de arquivo desconhecido',
|
||||
noSemantics: 'Erro, não foi possível carregar o formulário do tipo de conteúdo.',
|
||||
uploadError: 'Ocorreu um erro ao enviar o ficheiro',
|
||||
fileToLarge: 'O ficheiro que está a tentar enviar talvez seja muito grande.',
|
||||
unknownFileUploadError: 'Erro desconhecido no envio do ficheiro',
|
||||
noSemantics: 'Ocorreu um erro. Não foi possível carregar o formulário do tipo de conteúdo.',
|
||||
editImage: 'Editar imagem',
|
||||
saveLabel: 'Salvar',
|
||||
saveLabel: 'Guardar',
|
||||
cancelLabel: 'Cancelar',
|
||||
resetToOriginalLabel: 'Resetar para original',
|
||||
loadingImageEditor: 'Carregar editor de imagem, aguarde...',
|
||||
selectFiletoUpload: 'Selecionar arquivo para enviar',
|
||||
resetToOriginalLabel: 'Restabelecer o original',
|
||||
loadingImageEditor: 'A carregar o editor de imagem. Por favor, aguarde...',
|
||||
selectFiletoUpload: 'Selecione o ficheiro para enviar',
|
||||
or: 'ou',
|
||||
enterAudioUrl: 'Insira a URL fonte para o áudio',
|
||||
enterVideoUrl: 'Insira a URL fonte para o video ou um link do YouTube',
|
||||
enterAudioTitle: 'Cole aqui o link do áudio',
|
||||
enterVideoTitle: 'Cole aqui a URL do vídeo ou o link do YouTube',
|
||||
uploadAudioTitle: 'Enviar arquivo de áudio',
|
||||
uploadVideoTitle: 'Enviar arquivo de vídeo',
|
||||
addVideoDescription: 'H5P suporta todos as fontes externas de vídeo com formato mp4, webm ou ogv, como Vimeo Pro, e possui suporte para links do YouTube.',
|
||||
enterAudioUrl: 'Insira o URL do áudio',
|
||||
enterVideoUrl: 'Enter video URL',
|
||||
enterAudioTitle: 'Cole aqui a hiperligação do áudio',
|
||||
enterVideoTitle: 'Cole aqui o URL do vídeo ou a hiperligação do YouTube',
|
||||
uploadAudioTitle: 'Enviar ficheiro de áudio',
|
||||
uploadVideoTitle: 'Enviar ficheiro de vídeo',
|
||||
addVideoDescription: 'H5P supports all external video sources formatted as mp4, webm or ogv, like Vimeo Pro, and has support for YouTube and Panopto links.',
|
||||
insert: 'Inserir',
|
||||
cancel: 'Cancelar',
|
||||
height: 'altura',
|
||||
width: 'largura',
|
||||
textField: 'campo de texto',
|
||||
numberField: 'campo de número',
|
||||
numberField: 'campo numérico',
|
||||
orderItemUp: 'Mover item para cima',
|
||||
orderItemDown: 'Mover item para baixo',
|
||||
removeItem: 'Remover item',
|
||||
hubPanelLabel: 'Selecionar tipo de conteúdo',
|
||||
importantInstructions: 'Instruções importantes',
|
||||
showImportantInstructions: 'Mostrar instruções',
|
||||
hideImportantInstructions: 'Esconder instruções importantes',
|
||||
hide: 'Esconder',
|
||||
hideImportantInstructions: 'Ocultar instruções',
|
||||
hide: 'Ocultar',
|
||||
example: 'Exemplo',
|
||||
createContentTabLabel: 'Criar conteúdo',
|
||||
uploadTabLabel: 'Carregar',
|
||||
uploadPlaceholder: 'Nenhum arquivo selecionado',
|
||||
uploadInstructionsTitle: 'Carregar um arquivo H5P.',
|
||||
uploadInstructionsContent: 'Você pode começar com exemplos em <a href="https://h5p.org/content-types-and-applications" target="blank">H5P.org</a>.',
|
||||
uploadFileButtonLabel: 'Carregar um arquivo',
|
||||
uploadFileButtonChangeLabel: 'Alterar arquivo',
|
||||
uploadingThrobber: 'Carregando...',
|
||||
uploadPlaceholder: 'Nenhum ficheiro selecionado',
|
||||
uploadInstructionsTitle: 'Carregar um ficheiro H5P.',
|
||||
uploadInstructionsContent: 'Pode começar com exemplos existentes em <a href="https://h5p.org/content-types-and-applications" target="blank">H5P.org</a>.',
|
||||
uploadFileButtonLabel: 'Carregar um ficheiro',
|
||||
uploadFileButtonChangeLabel: 'Alterar ficheiro',
|
||||
uploadingThrobber: 'A carregar...',
|
||||
uploadSuccess: ':title foi carregado com sucesso!',
|
||||
unableToInterpretError: 'Incapaz de interpretar resposta.',
|
||||
unableToInterpretSolution: 'Por favor, verifique seu log de erros.',
|
||||
h5pFileWrongExtensionTitle: 'O arquivo selecionado não pôde ser carregado',
|
||||
h5pFileWrongExtensionContent: 'Somente arquivos com a extensão .h5p são permitidos.',
|
||||
h5pFileValidationFailedTitle: 'Não foi possível validar o arquivo H5P.',
|
||||
h5pFileValidationFailedContent: 'Tenha certeza que o H5P carregado possui conteúdo válido H5P. Arquivos H5P que contém apenas bibliotecas devem ser enviados através da página de Bibliotecas H5P.',
|
||||
h5pFileUploadServerErrorTitle: 'O arquivo H5P não pôde ser enviado',
|
||||
h5pFileUploadServerErrorContent: 'Um erro inesperado ocorreu. Verifique seu o log de erros do servidor para maiores informações.',
|
||||
unableToInterpretError: 'Não foi possível interpretar a resposta.',
|
||||
unableToInterpretSolution: 'Por favor, verifique o registo de erros.',
|
||||
h5pFileWrongExtensionTitle: 'Não foi possível carregar o ficheiro',
|
||||
h5pFileWrongExtensionContent: 'Apenas são permitidos ficheiros com a extensão .h5p.',
|
||||
h5pFileValidationFailedTitle: 'Não foi possível validar o ficheiro H5P.',
|
||||
h5pFileValidationFailedContent: 'Certifique-se que o ficheiros H5P carregado possui conteúdo H5P válido. Ficheiros H5P com bibliotecas devem ser enviados através da página de Bibliotecas H5P.',
|
||||
h5pFileUploadServerErrorTitle: 'Não foi possível enviar o ficheiro H5P',
|
||||
h5pFileUploadServerErrorContent: 'Ocorreu um erro inesperado. Para mais informações, consulte o registo de erros do servidor.',
|
||||
contentTypeSectionAll: 'Todos os tipos de conteúdo',
|
||||
searchResults: 'Procurar resultados',
|
||||
contentTypeSearchFieldPlaceholder: 'Procurar por tipos de conteúdo',
|
||||
contentTypeInstallButtonLabel: 'Instalar',
|
||||
contentTypeInstallingButtonLabel: 'Instalando',
|
||||
contentTypeInstallingButtonLabel: 'A instalar',
|
||||
contentTypeUseButtonLabel: 'Usar',
|
||||
contentTypeDetailButtonLabel: 'Detalhes',
|
||||
contentTypeUpdateButtonLabel: 'Atualizar',
|
||||
contentTypeUpdatingButtonLabel: 'Atualizando',
|
||||
contentTypeUpdatingButtonLabel: 'A atualizar',
|
||||
contentTypeGetButtonLabel: 'Obter',
|
||||
contentTypeBackButtonLabel: 'Voltar',
|
||||
contentTypeIconAltText: 'ícone',
|
||||
contentTypeIconAltText: 'Ícone',
|
||||
contentTypeInstallSuccess: ':contentType instalado com sucesso!',
|
||||
contentTypeUpdateSuccess: ':contentType atualizado com sucesso!',
|
||||
contentTypeInstallError: ':contentType não pôde ser instalado. Contate seu administrador.',
|
||||
contentTypeInstallError: ':contentType não pôde ser instalado. Contacte o administrador.',
|
||||
contentTypeLicensePanelTitle: 'Licença',
|
||||
contentTypeDemoButtonLabel: 'Demonstração de conteúdo',
|
||||
numResults: ':num resultados',
|
||||
@@ -111,107 +111,110 @@ H5PEditor.language.core = {
|
||||
newestFirst: 'Novos primeiro',
|
||||
aToZ: 'Ordem alfabética',
|
||||
noResultsFound: 'Nenhum resultado encontrado',
|
||||
noResultsFoundDesc: 'Não há nenhum tipo de conteúdo que corresponde aos critérios da pesquisa.',
|
||||
readMore: 'Veja mais',
|
||||
readLess: 'Veja menos',
|
||||
noResultsFoundDesc: 'Não existe nenhum tipo de conteúdo que corresponda aos critérios da pesquisa.',
|
||||
readMore: 'Ver mais',
|
||||
readLess: 'Ver menos',
|
||||
contentTypeOwner: 'Por :owner',
|
||||
contentTypeUnsupportedApiVersionTitle: 'Este tipo de conteúdo requer uma nova versão principal',
|
||||
contentTypeUnsupportedApiVersionContent: 'Contate o administrador de seu sistema para lhe prover as atualizações necessárias',
|
||||
contentTypeUnsupportedApiVersionTitle: 'Este tipo de conteúdo requer uma nova versão do core',
|
||||
contentTypeUnsupportedApiVersionContent: 'Contacte o administrador de seu sistema para lhe disponibilize as atualizações necessárias',
|
||||
contentTypeUpdateAvailable: 'Atualização disponível',
|
||||
contentTypeRestricted: 'Tipo de conteúdo restrito',
|
||||
contentTypeRestrictedDesc: 'O uso deste tipo de conteúdo foi restringido pelo administrador.',
|
||||
contentTypeNotInstalled: 'Tipo de conteúdo não instalado',
|
||||
contentTypeNotInstalledDesc: 'Você não possui permissão para instalar tipos de conteúdo.',
|
||||
contentTypeNotInstalledDesc: 'Não tem permissão para instalar tipos de conteúdo.',
|
||||
theContentType: 'o tipo de conteúdo',
|
||||
currentMenuSelected: 'seleção atual',
|
||||
errorCommunicatingHubTitle: 'Incapaz de se comunicar com o hub.',
|
||||
errorCommunicatingHubContent: 'Um erro ocorreu. Por favor, tente novamente.',
|
||||
warningNoContentTypesInstalled: 'Você não possui nenhum tipo de conteúdo instalado.',
|
||||
warningChangeBrowsingToSeeResults: 'Clique em <em>todos</em> para obter uma lista de todos os conteúdos que você pode instalar.',
|
||||
warningUpdateAvailableTitle: 'Uma nova versão de :contentType está disponível.',
|
||||
warningUpdateAvailableBody: 'Atualize para a última versão para uma experiência melhorada.',
|
||||
licenseDescription: 'Algumas das características desta licença são indicadas abaixo. Clique o ícone de informações acima para ler o texto original da licença. ',
|
||||
errorCommunicatingHubTitle: 'Não foi possível comunicar com o Hub.',
|
||||
errorCommunicatingHubContent: 'Ocorreu um erro. Por favor, tente novamente.',
|
||||
warningNoContentTypesInstalled: 'Nenhum tipo de conteúdo está instalado.',
|
||||
warningChangeBrowsingToSeeResults: 'Clique em <em>todos</em> para obter a lista de todos os conteúdos que pode instalar.',
|
||||
warningUpdateAvailableTitle: 'Está disponível uma nova versão de :contentType.',
|
||||
warningUpdateAvailableBody: 'Atualize para a última versão para uma melhor experiência.',
|
||||
licenseDescription: 'Algumas das características desta licença são indicadas abaixo. Clique no ícone de informações acima para ler o texto original da licença.',
|
||||
licenseModalTitle: 'Detalhes da licença',
|
||||
licenseModalSubtitle: 'Selecione uma licença para ver informações sobre seu uso apropriado',
|
||||
licenseUnspecified: 'Não informado',
|
||||
licenseModalSubtitle: 'Selecione uma licença para ver informações sobre o uso apropriado',
|
||||
licenseUnspecified: 'Não especificado',
|
||||
licenseCanUseCommercially: 'Pode usar comercialmente',
|
||||
licenseCanModify: 'Pode modificar',
|
||||
licenseCanDistribute: 'Pode distribuir',
|
||||
licenseCanSublicense: 'Pode sub-licenciar',
|
||||
licenseCanHoldLiable: 'Pode ser responsabilizado',
|
||||
licenseCannotHoldLiable: 'Não pode ser responsabilizado',
|
||||
licenseMustIncludeCopyright: 'Precisa incluir direitos autorais',
|
||||
licenseMustIncludeLicense: 'Precisa incluir licença',
|
||||
licenseFetchDetailsFailed: 'Falha em buscar detalhes da licença',
|
||||
licenseMustIncludeCopyright: 'Obrigatório incluir direitos de autor',
|
||||
licenseMustIncludeLicense: 'Obrigatório incluir licença',
|
||||
licenseFetchDetailsFailed: 'Ocorreu um erro na obtenção dos detalhes da licença',
|
||||
imageLightboxTitle: 'Imagens',
|
||||
imageLightBoxProgress: ':num de :total',
|
||||
nextImage: 'Próxima imagem',
|
||||
nextImage: 'Imagem seguinte',
|
||||
previousImage: 'Imagem anterior',
|
||||
screenshots: 'Capturas de tela',
|
||||
screenshots: 'Capturas de ecrã',
|
||||
reloadButtonLabel: 'Recarregar',
|
||||
videoQuality: 'Rótulo de qualidade de vídeo',
|
||||
videoQualityDescription: 'Este rótulo ajuda o usuário a identificar a qualidade atual do vídeo. Ex.: 1080p, 720p, HD ou Mobile',
|
||||
videoQuality: 'Etiqueta da qualidade de vídeo',
|
||||
videoQualityDescription: 'Esta etiqueta ajuda o utilizador a identificar a qualidade atual do vídeo. Ex.: 1080p, 720p, HD ou Mobile',
|
||||
videoQualityDefaultLabel: 'Qualidade :index',
|
||||
noContentTypesAvailable: 'Nenhum tipo de conteúdo está disponível',
|
||||
noContentTypesAvailableDesc: 'Seu site está tendo dificuldades ao conectar ao H5P.org e listar os tipos de conteúdo disponíveis.',
|
||||
noContentTypesAvailableDesc: 'O seu site está a ter dificuldades na ligação a H5P.org para obter a listagem os tipos de conteúdo disponíveis.',
|
||||
contentTypeCacheOutdated: 'Lista de tipos de conteúdo desatualizada',
|
||||
contentTypeCacheOutdatedDesc: 'Seu site está tendo dificuldades ao conectar ao H5P.org e verificar os tipos de conteúdo disponíveis. Você pode não ser capaz de atualizar ou instalar novos tipos de conteúdo.',
|
||||
contentTypeCacheOutdatedDesc: 'O seu site está a ter dificuldades na ligação a H5P.org para verificar a existência de atualizações disponíveis. Pode não ser capaz de atualizar ou instalar novos tipos de conteúdo.',
|
||||
tryAgain: 'Tentar novamente',
|
||||
getHelp: 'Obter ajuda',
|
||||
getHelp: 'Ajuda',
|
||||
untitled: 'Sem título :libraryTitle',
|
||||
title: 'Título',
|
||||
metadata: 'Metadados',
|
||||
addTitle: 'Adicionar título',
|
||||
usedForSearchingReportsAndCopyrightInformation: 'Usado para pesquisas, relatórios e informações de direitos autorais',
|
||||
metadataSharingAndLicensingInfo: 'Metadados (informações de compartilhamento e licenciamento)',
|
||||
usedForSearchingReportsAndCopyrightInformation: 'Usado para pesquisas, relatórios e informações de direitos de autor',
|
||||
metadataSharingAndLicensingInfo: 'Metadados (informações de partilha e licenciamento)',
|
||||
fillInTheFieldsBelow: 'Preencha os campos abaixo',
|
||||
saveMetadata: 'Salvar metadados',
|
||||
addAuthor: 'Save author',
|
||||
confirmRemoveAuthor: 'Are you sure you would like to remove this author?',
|
||||
saveMetadata: 'Guardar metadados',
|
||||
addAuthor: 'Guardar autor',
|
||||
confirmRemoveAuthor: 'Tem a certeza de que pretende remover este autor?',
|
||||
addNewChange: 'Adicionar nova alteração',
|
||||
confirmDeleteChangeLog: 'Are you sure you would like to delete this change log entry?',
|
||||
changelogDescription: 'Some licenses require that changes made to the original work, or derivatives are logged and displayed. You may log your changes here for licensing reasons or just to allow yourself and others to keep track of the changes made to this content.',
|
||||
logThisChange: 'Registrar alteração',
|
||||
newChangeHasBeenLogged: 'A nova alteração foi registrada no log',
|
||||
loggedChanges: 'Alterações registradas',
|
||||
noChangesHaveBeenLogged: 'Nenhuma alteração foi registrada',
|
||||
errorHeader: 'Um erro ocorreu',
|
||||
errorCalculatingMaxScore: 'Não foi possível calcular a pontuação máxima para este conteúdo. A pontuação máxima é assumida como sendo 0. Contate seu administrador se isto não estiver correto.',
|
||||
confirmDeleteChangeLog: 'Tem a certeza de que pretende excluir esta entrada do registo de alterações?',
|
||||
changelogDescription: 'Algumas licenças exigem que sejam registadas e exibidas as alterações feitas no trabalho original ou derivados. Pode registar aqui as suas alterações por motivos de licenciamento ou apenas para permitir que possa, tal como outras pessoas, acompanhar as alterações feitas neste conteúdo.',
|
||||
logThisChange: 'Registar alteração',
|
||||
newChangeHasBeenLogged: 'A nova alteração foi guardada no registo',
|
||||
loggedChanges: 'Alterações registadas',
|
||||
noChangesHaveBeenLogged: 'Nenhuma alteração foi registada',
|
||||
errorHeader: 'Ocorreu um erro',
|
||||
errorCalculatingMaxScore: 'Não foi possível calcular a pontuação máxima para este conteúdo. A pontuação máxima é assumida como sendo 0. Se achar que não está correto, contacte o seu administrador.',
|
||||
maxScoreSemanticsMissing: 'Não foi possível encontrar a semântica esperada no conteúdo.',
|
||||
copyButton: 'Copiar',
|
||||
copiedButton: 'Copiado',
|
||||
pasteButton: 'Colar',
|
||||
pasteAndReplaceButton: 'Paste & Replace',
|
||||
pasteContent: 'Replace Content',
|
||||
confirmPasteContent: 'By doing this you will replace the current content with the content from your clipboard. The current content will be lost. Are you sure you wish to continue?',
|
||||
confirmPasteButtonText: 'Replace content',
|
||||
copyToClipboard: 'Copiar conteúdo H5P para o painel',
|
||||
copiedToClipboard: 'O conteúdo foi copiado para o painel',
|
||||
pasteFromClipboard: 'Colar conteúdo H5P do painel',
|
||||
pasteAndReplaceFromClipboard: 'Replace existing content with H5P Content from the clipboard',
|
||||
pasteNoContent: 'Não há conteúdo H5P no painel',
|
||||
pasteAndReplaceButton: 'Colar & Substituir',
|
||||
pasteContent: 'Substituir conteúdo',
|
||||
confirmPasteContent: 'Se continuar, irá substituir o conteúdo atual pelo conteúdo da área de transferência. O conteúdo atual será perdido. Tem a certeza de que pretende continuar?',
|
||||
confirmPasteButtonText: 'Substituir conteúdo',
|
||||
copyToClipboard: 'Copiar conteúdo H5P para a área de transferência',
|
||||
copiedToClipboard: 'O conteúdo foi copiado para a área de transferência',
|
||||
pasteFromClipboard: 'Colar conteúdo H5P da área de transferência',
|
||||
pasteAndReplaceFromClipboard: 'Substituir o conteúdo existente pelo conteúdo H5P da área de transferência',
|
||||
pasteNoContent: 'Nenhum conteúdo H5P na área de transferência',
|
||||
pasteError: 'Não foi possível colar',
|
||||
pasteContentNotSupported: 'The content in the H5P clipboard is not supported in this context',
|
||||
pasteContentNotSupported: 'O conteúdo que está a tentar colar não é suportado neste contexto',
|
||||
pasteContentRestricted: 'The content in the clipboard has been restricted on this site',
|
||||
pasteTooOld: 'The content in the H5P clipboard is of a lower version (:clip) than what is supported in this context (:local), if possible try to have the content you want to paste upgraded, copy it again and try pasting it here.',
|
||||
pasteTooNew: 'The content in the H5P clipboard is of a higher version (:clip) than what is supported in this context (:local), if possible try to have this content upgraded first, and then try pasting the content here again.',
|
||||
pasteTooOld: 'O conteúdo que está a tentar colar é de uma versão inferior (:clip) à versão suportada neste contexto (:local). Se possível, tente atualizar o conteúdo que deseja colar, copie-o novamente e tente colá-lo aqui.',
|
||||
pasteTooNew: 'O conteúdo que está a tentar colar é de uma versão superior (:clip) à versão suportada neste contexto (:local). Se possível, tente atualizar este conteúdo, e depois tente colar novamente.',
|
||||
ok: 'OK',
|
||||
avTablistLabel: 'Insert using',
|
||||
tabTitleBasicFileUpload: 'File Upload',
|
||||
tabTitleInputLinkURL: 'Link/URL',
|
||||
errorTooHighVersion: 'Parameters contain %used while only %supported or earlier are supported.',
|
||||
errorNotSupported: 'Parameters contain %used which is not supported.',
|
||||
errorParamsBroken: 'Parameters are broken.',
|
||||
libraryMissing: 'Missing required library %lib.',
|
||||
scriptMissing: 'Could not load upgrades script for %lib.',
|
||||
language: 'Language',
|
||||
noLanguagesSupported: 'No languages supported',
|
||||
changeLanguage: 'Change language to :language?',
|
||||
thisWillPotentially: "This will potentially reset all the text and translations. You can't undo this. The content itself will not be changed. Do you want to proceed?",
|
||||
notAllTextsChanged: 'Not all texts were changed, there is only partial coverage for :language.',
|
||||
contributeTranslations: 'If you want to complete the translation for :language you can learn about <a href=":url" target="_new">contributing translations to H5P</a>',
|
||||
unknownLibrary: 'Unfortunately, the selected content type \'%lib\' isn\'t installed on this system.',
|
||||
proceedButtonLabel: 'Proceed to save',
|
||||
enterFullscreenButtonLabel: 'Enter fullscreen',
|
||||
exitFullscreenButtonLabel: 'Exit fullscreen'
|
||||
avTablistLabel: 'Inserir usando',
|
||||
tabTitleBasicFileUpload: 'Carregar ficheiro',
|
||||
tabTitleInputLinkURL: 'Hiperligação/URL',
|
||||
errorTooHighVersion: 'Os parâmetros contêm %used mas apenas são suportados %supported ou anterior.',
|
||||
errorNotSupported: 'Os parâmetros contêm %used que não são suportados.',
|
||||
errorParamsBroken: 'Os parâmetros estão corrompidos.',
|
||||
libraryMissing: 'Está em falta a livraria obrigatória %lib.',
|
||||
scriptMissing: 'Não foi possível carregar o script de actualizações de %lib.',
|
||||
language: 'Idioma',
|
||||
noLanguagesSupported: 'Nenhum idioma suportado',
|
||||
changeLanguage: 'Alterar idioma para :language?',
|
||||
thisWillPotentially: 'Isto redefinirá potencialmente todos os textos e traduções. Não pode desfazer esta ação. O conteúdo em si não será alterado. Pretende prosseguir?',
|
||||
notAllTextsChanged: 'Nem todos os textos foram alterados. Existe apenas uma tradução parcial para :language.',
|
||||
contributeTranslations: 'Se pretende completar a tradução para :language, clique para obter informações sobre <a href=":url" target="_new">contribuir com traduções para H5P</a>',
|
||||
unknownLibrary: 'Infelizmente, o tipo de conteúdo selecionado \'%lib\' não está instalado neste sistema.',
|
||||
proceedButtonLabel: 'Prosseguir para guardar',
|
||||
enterFullscreenButtonLabel: 'Mostrar em ecrã inteiro',
|
||||
exitFullscreenButtonLabel: 'Sair de ecrã inteiro',
|
||||
a11yTitleShowLabel: 'Show label for AT',
|
||||
a11yTitleHideLabel: 'Hide label for AT',
|
||||
reuseSuccess: ':title was successfully imported from the H5P Hub.'
|
||||
};
|
||||
|
||||
@@ -4,7 +4,7 @@ H5PEditor.language.core = {
|
||||
selectLibrary: 'Выберите библиотеку, которую вы хотите использовать для своего контента.',
|
||||
unknownFieldPath: 'Невозможно найти ":path".',
|
||||
notImageField: '":path" это не изображение.',
|
||||
notImageOrDimensionsField: '":path" is not an image or dimensions field.',
|
||||
notImageOrDimensionsField: '":path" не является изображением или полем для размеров.',
|
||||
requiredProperty: 'Это :property обязательно и должно иметь значение.',
|
||||
onlyNumbers: 'Это :property значение может содержать только цифры.',
|
||||
illegalDecimalNumber: 'Это :property может содержать только числа с максимальным количеством :decimals десятичных знаков.',
|
||||
@@ -31,7 +31,7 @@ H5PEditor.language.core = {
|
||||
commonFields: 'Переопределение текста и переводы',
|
||||
commonFieldsDescription: 'Здесь вы можете редактировать настройки или переводить тексты, используемые в этом контенте.',
|
||||
uploading: 'Загрузка, пожалуйста, подождите ...',
|
||||
noFollow: 'Cannot follow field ":path".',
|
||||
noFollow: 'Недопустимо использовать поле ":path".',
|
||||
editCopyright: 'Изменить авторское право',
|
||||
close: 'Закрыть',
|
||||
tutorial: 'Руководство',
|
||||
@@ -49,12 +49,12 @@ H5PEditor.language.core = {
|
||||
selectFiletoUpload: 'Выберите файл для загрузки',
|
||||
or: 'или',
|
||||
enterAudioUrl: 'Введите URL аудио источника',
|
||||
enterVideoUrl: 'Введите URL источника видео или ссылку на YouTube',
|
||||
enterVideoUrl: 'Enter video URL',
|
||||
enterAudioTitle: 'Вставить ссылку или другой URL источника аудио',
|
||||
enterVideoTitle: 'Вставить ссылку на YouTube или другой источник видео',
|
||||
uploadAudioTitle: 'Загрузить аудио файл',
|
||||
uploadVideoTitle: 'Загрузить видео файл',
|
||||
addVideoDescription: 'H5P поддерживает все внешние источники видео, отформатированные как mp4, webm или ogv, например Vimeo Pro, и поддерживает ссылки на YouTube.',
|
||||
addVideoDescription: 'H5P supports all external video sources formatted as mp4, webm or ogv, like Vimeo Pro, and has support for YouTube and Panopto links.',
|
||||
insert: 'Вставить',
|
||||
cancel: 'Отмена',
|
||||
height: 'высота',
|
||||
@@ -111,7 +111,7 @@ H5PEditor.language.core = {
|
||||
recentlyUsedFirst: 'Сначала недавно использованные',
|
||||
popularFirst: 'Сначала популярные',
|
||||
newestFirst: 'Сначала самые новые',
|
||||
aToZ: 'A к Z',
|
||||
aToZ: 'от A к Z',
|
||||
noResultsFound: 'Результаты не найдены',
|
||||
noResultsFoundDesc: 'Нет типа контента, соответствующего вашим критериям поиска.',
|
||||
readMore: 'Читать больше',
|
||||
@@ -151,9 +151,9 @@ H5PEditor.language.core = {
|
||||
previousImage: 'Предыдущее изображение',
|
||||
screenshots: 'Скриншоты',
|
||||
reloadButtonLabel: 'Обновить',
|
||||
videoQuality: 'Надпись качества видео',
|
||||
videoQuality: 'Надпись разрешения видео',
|
||||
videoQualityDescription: 'Эта надпись помогает пользователю определить текущее качество видео. Например. 1080p, 720p, HD или мобильный',
|
||||
videoQualityDefaultLabel: 'Качество :index',
|
||||
videoQualityDefaultLabel: 'Разрешение видео :index',
|
||||
noContentTypesAvailable: 'Нет доступных типов контента',
|
||||
noContentTypesAvailableDesc: 'У вашего сайта проблемы с подключением к H5P.org и списку доступных типов контента.',
|
||||
contentTypeCacheOutdated: 'Список типов контента устарел',
|
||||
@@ -193,10 +193,10 @@ H5PEditor.language.core = {
|
||||
pasteAndReplaceFromClipboard: 'Replace existing content with H5P Content from the clipboard',
|
||||
pasteNoContent: 'Нет содержимого H5P в буфере обмена',
|
||||
pasteError: 'Не удалось вставить из буфера обмена',
|
||||
pasteContentNotSupported: 'The content in the H5P clipboard is not supported in this context',
|
||||
pasteContentRestricted: 'The content in the clipboard has been restricted on this site',
|
||||
pasteTooOld: 'The content in the H5P clipboard is of a lower version (:clip) than what is supported in this context (:local), if possible try to have the content you want to paste upgraded, copy it again and try pasting it here.',
|
||||
pasteTooNew: 'The content in the H5P clipboard is of a higher version (:clip) than what is supported in this context (:local), if possible try to have this content upgraded first, and then try pasting the content here again.',
|
||||
pasteContentNotSupported: 'Содержимое в буфере обмена H5P не поддерживается в этом контексте.',
|
||||
pasteContentRestricted: 'Содержимое буфера обмена было ограничено на этом сайте.',
|
||||
pasteTooOld: 'Содержимое буфера обмена H5P имеет более низкую версию (:clip), чем поддерживаемое в данном контексте (:local), если возможно, попытайтесь вставить обновленное содержимое, скопировать его снова и вставить его сюда.',
|
||||
pasteTooNew: 'Содержимое буфера обмена H5P имеет более высокую версию (:clip), чем поддерживаемое в данном контексте (:local), по возможности сначала попытайтесь обновить это содержимое, а затем попытайтесь вставить его сюда снова.',
|
||||
ok: 'ОК',
|
||||
avTablistLabel: 'Вставить с помощью',
|
||||
tabTitleBasicFileUpload: 'Загрузка файла',
|
||||
@@ -215,5 +215,8 @@ H5PEditor.language.core = {
|
||||
unknownLibrary: 'К сожалению, выбранный тип контента \'%lib\' isn\ не установлен в этой системе.',
|
||||
proceedButtonLabel: 'Перейти к сохранению',
|
||||
enterFullscreenButtonLabel: 'Войти в полноэкранный режим',
|
||||
exitFullscreenButtonLabel: 'Покинуть полноэкранный режим'
|
||||
exitFullscreenButtonLabel: 'Покинуть полноэкранный режим',
|
||||
a11yTitleShowLabel: 'Show label for AT',
|
||||
a11yTitleHideLabel: 'Hide label for AT',
|
||||
reuseSuccess: ':title was successfully imported from the H5P Hub.',
|
||||
};
|
||||
|
||||
@@ -0,0 +1,220 @@
|
||||
H5PEditor.language.core = {
|
||||
missingTranslation: '[Manjka prevod :key]',
|
||||
loading: 'Nalagam, počakajte prosim ...',
|
||||
selectLibrary: 'Izberite knjižnico, ki jo želite uporabiti za svojo vsebino.',
|
||||
unknownFieldPath: 'Ni mogoče najti ":path".',
|
||||
notImageField: '":path" ni slika.',
|
||||
notImageOrDimensionsField: '":path" ni slika oz. ustreznih dimenzij.',
|
||||
requiredProperty: ':property se zahteva in mora vsebovati vrednost.',
|
||||
onlyNumbers: ':property lahko vsebuje le števila.',
|
||||
illegalDecimalNumber: ':property lahko vsebuje le števila z največ naslednjim številom decimalnih mest: :decimals.',
|
||||
exceedsMax: ':property presega največjo dovoljeno vrednost :max.',
|
||||
listExceedsMax: 'Seznam presega največje dovoljeno vrednost :max.',
|
||||
belowMin: ':property je pod najmanjšo dovoljeno vrednostjo :min.',
|
||||
listBelowMin: 'Seznam mora za pravilno delovanje obsegati vsaj naslednje število elementov: :min.',
|
||||
outOfStep: ':property se lahko spremeni samo v korakih :step.',
|
||||
add: 'Dodaj',
|
||||
addFile: 'Dodaj datoteko',
|
||||
removeFile: 'Izbriši datoteko',
|
||||
confirmRemoval: 'Resnično izbrišem datoteko :type?',
|
||||
removeImage: 'Izbriši sliko',
|
||||
confirmImageRemoval: 'Resnično izbrišem sliko?',
|
||||
changeFile: 'Spremeni datoteko',
|
||||
changeLibrary: 'Sprememba tipa vsebine',
|
||||
semanticsError: 'Semantična napaka: :error',
|
||||
missingProperty: 'Za polje :index manjka :property.',
|
||||
expandCollapse: 'Razširi/zloži',
|
||||
addEntity: 'Dodaj :entity',
|
||||
tooLong: 'Polje je predolgo. Vsebovati mora največ naslednje število črk: :max.',
|
||||
invalidFormat: 'Vrednost polja vsebuje neveljaven format ali nedovoljene znake.',
|
||||
confirmChangeLibrary: 'S spremembo boste izgubili vso opravljeno delo v trenutni vsebini. Ali ste prepričani, da želite nadaljevati?',
|
||||
commonFields: 'Preglasitve besed in prevodi',
|
||||
commonFieldsDescription: 'Spremembe besed v tem razdelku bodo veljale le za to vsebino.',
|
||||
uploading: 'Nalagam, počakajte prosim ... ',
|
||||
noFollow: 'Polju ni mogoče slediti ":path".',
|
||||
editCopyright: 'Uredi avtorske pravice',
|
||||
close: 'Zapri',
|
||||
tutorial: 'Pomoč',
|
||||
editMode: 'Urejevalni način',
|
||||
listLabel: 'Seznam',
|
||||
uploadError: 'Napaka pri nalaganju datoteke',
|
||||
fileToLarge: 'Datoteka, ki jo poskušate naložiti, je morda prevelika.',
|
||||
unknownFileUploadError: 'Neznana napaka pri nalaganju datoteke',
|
||||
noSemantics: 'Napaka. Obrazca z vsebino ni bilo mogoče naložiti.',
|
||||
editImage: 'Uredi sliko',
|
||||
saveLabel: 'Shrani',
|
||||
cancelLabel: 'Prekliči',
|
||||
resetToOriginalLabel: 'Ponastavi na privzeto',
|
||||
loadingImageEditor: 'Nalagam urejevalnik slik, počakajte prosim ...',
|
||||
selectFiletoUpload: 'Izberite datoteko za prenos',
|
||||
or: 'ali',
|
||||
enterAudioUrl: 'Vpis spletnega naslova (URL)',
|
||||
enterVideoUrl: 'Enter video URL',
|
||||
enterAudioTitle: 'Dodaj spletni naslov (URL) do zvočnega posnetka',
|
||||
enterVideoTitle: 'Dodaj spletni naslov (URL) do YouTube ali drugega videoposnetka',
|
||||
uploadAudioTitle: 'Naloži zvočni posnetek',
|
||||
uploadVideoTitle: 'Naloži videoposnetek',
|
||||
addVideoDescription: 'H5P supports all external video sources formatted as mp4, webm or ogv, like Vimeo Pro, and has support for YouTube and Panopto links.',
|
||||
insert: 'Vstavi',
|
||||
cancel: 'Prekliči',
|
||||
height: 'višina',
|
||||
width: 'širina',
|
||||
textField: 'polje za vnos besedila',
|
||||
numberField: 'polje za vnos števila',
|
||||
orderItemUp: 'Premakni navzgor',
|
||||
orderItemDown: 'Premakni navzdol',
|
||||
removeItem: 'Odstrani',
|
||||
hubPanelLabel: 'Izberi tip vsebine',
|
||||
importantInstructions: 'Pomembna navodila',
|
||||
showImportantInstructions: 'Prikaži navodila',
|
||||
hideImportantInstructions: 'Skrij navodila',
|
||||
hide: 'Skrij',
|
||||
example: 'Primer',
|
||||
createContentTabLabel: 'Ustvari vsebino',
|
||||
uploadTabLabel: 'Naloži iz datoteke',
|
||||
uploadPlaceholder: 'Izbrana ni nobena datoteka',
|
||||
uploadInstructionsTitle: 'Naloži datoteko H5P.',
|
||||
uploadInstructionsContent: 'Začnete lahko s primeri iz <a href="https://h5p.org/content-types-and-applications" target="blank">H5P.org</a>.',
|
||||
uploadFileButtonLabel: 'Naloži',
|
||||
uploadFileButtonChangeLabel: 'Zamenjaj datoteko',
|
||||
uploadingThrobber: 'Nalagam datoteko ...',
|
||||
uploadSuccess: 'Vsebina :title je bila uspešno naložena!',
|
||||
unableToInterpretError: 'Ni mogoče razbrati odziva.',
|
||||
unableToInterpretSolution: 'Preverite dnevnik napak.',
|
||||
h5pFileWrongExtensionTitle: 'Izbrane datoteke ni mogoče naložiti',
|
||||
h5pFileWrongExtensionContent: 'Dovoljene so le datoteke s končnico .h5p.',
|
||||
h5pFileValidationFailedTitle: 'Datoteke H5P ni bilo mogoče preveriti.',
|
||||
h5pFileValidationFailedContent: 'Prepričajte se, da naložena datoteka vsebuje veljavno vsebino H5P. Datoteke' +
|
||||
' knjižnic je treba naložiti preko strani H5P knjižnic.',
|
||||
h5pFileUploadServerErrorTitle: 'Datoteke H5P ni bilo mogoče naložiti',
|
||||
h5pFileUploadServerErrorContent: 'Prišlo je do neznane napake. Preverite dnevnik napak za' +
|
||||
' več informacij.',
|
||||
contentTypeSectionAll: 'Vsi tipi vsebin',
|
||||
searchResults: 'Rezultati iskanja',
|
||||
contentTypeSearchFieldPlaceholder: 'Iskanje tipov vsebin',
|
||||
contentTypeInstallButtonLabel: 'Namesti',
|
||||
contentTypeInstallingButtonLabel: 'Nameščanje',
|
||||
contentTypeUseButtonLabel: 'Uporabi',
|
||||
contentTypeDetailButtonLabel: 'Podrobno',
|
||||
contentTypeUpdateButtonLabel: 'Posodobitev',
|
||||
contentTypeUpdatingButtonLabel: 'Posodabljanje',
|
||||
contentTypeGetButtonLabel: 'Pridobi',
|
||||
contentTypeBackButtonLabel: 'Nazaj',
|
||||
contentTypeIconAltText: 'Ikona',
|
||||
contentTypeInstallSuccess: 'Tip vsebine :contentType uspešno nameščen!',
|
||||
contentTypeUpdateSuccess: 'Tip vsebine :contentType uspešno posodobljen!',
|
||||
contentTypeInstallError: 'Tipa vsebine :contentType ni mogoče namestiti. Obrnite se na vašega administratorja.',
|
||||
contentTypeLicensePanelTitle: 'Licenca',
|
||||
contentTypeDemoButtonLabel: 'Demonstracija vsebine',
|
||||
numResults: 'zadetki: :num',
|
||||
show: 'Prikaži',
|
||||
recentlyUsedFirst: 'Nedavni najprej',
|
||||
popularFirst: 'Priljubljeni najprej',
|
||||
newestFirst: 'Novi najprej',
|
||||
aToZ: 'A do Z',
|
||||
noResultsFound: 'Ni zadetkov',
|
||||
noResultsFoundDesc: 'Ni vsebine, ki bi ustrezala kriterijem iskanja.',
|
||||
readMore: 'Preberi več',
|
||||
readLess: 'Preberi manj',
|
||||
contentTypeOwner: 'Avtor :owner',
|
||||
contentTypeUnsupportedApiVersionTitle: 'Ta vrsta vsebine zahteva novejšo različico jedra',
|
||||
contentTypeUnsupportedApiVersionContent: 'Za zagotovitev potrebnih posodobitev se obrnite na administratorja sistema',
|
||||
contentTypeUpdateAvailable: 'Na voljo posodobitev',
|
||||
contentTypeRestricted: 'Vsebina z omejenim dostopom',
|
||||
contentTypeRestrictedDesc: 'Uporabo te vrste vsebine je omejil administrator.',
|
||||
contentTypeNotInstalled: 'Tip vsebine ni nameščen',
|
||||
contentTypeNotInstalledDesc: 'Nimate dovoljenja za namestitev novih tipov vsebine.',
|
||||
theContentType: 'tip vsebine',
|
||||
currentMenuSelected: 'trenutni izbor',
|
||||
errorCommunicatingHubTitle: 'Ni mogoče komunicirati s središčem H5P.',
|
||||
errorCommunicatingHubContent: 'Prišlo je do neznane napake. Poskusite znova.',
|
||||
warningNoContentTypesInstalled: "Nimate nameščenih nobenih tipov vsebine.",
|
||||
warningChangeBrowsingToSeeResults: 'Izberite <em>All</em> za prikaz seznama vseh tipov vsebine, ki jih lahko namestite.',
|
||||
warningUpdateAvailableTitle: 'Na voljo je nova različica tipa vsebine :contentType.',
|
||||
warningUpdateAvailableBody: 'Posodobitev na najnovejšo različico izboljša uporabniško izkušnjo.',
|
||||
licenseDescription: 'Nekatere značilnosti te licence so navedene spodaj. Ogled izvornih informacij o licenci je dosegljiv s klikom na ikono (i) zgoraj.',
|
||||
licenseModalTitle: 'Podrobnosti o licenci',
|
||||
licenseModalSubtitle: 'Izberite licenco za ogled informacij o pravilni uporabi',
|
||||
licenseUnspecified: 'Neopredeljeno',
|
||||
licenseCanUseCommercially: 'Lahko se uporablja komercialno',
|
||||
licenseCanModify: 'Lahko se spreminja',
|
||||
licenseCanDistribute: 'Lahko se deli',
|
||||
licenseCanSublicense: 'Lahko se podeli podlicenca',
|
||||
licenseCanHoldLiable: 'Lahko prenaša odgovornost',
|
||||
licenseCannotHoldLiable: 'Ne prenaša odgovornosti',
|
||||
licenseMustIncludeCopyright: 'Vsebovati mora avtorske pravice',
|
||||
licenseMustIncludeLicense: 'Vsebovati mora license',
|
||||
licenseFetchDetailsFailed: 'Podatkov o licenci ni bilo mogoče pridobiti',
|
||||
imageLightboxTitle: 'Slike',
|
||||
imageLightBoxProgress: ':num od :total',
|
||||
nextImage: 'Naslednja slika',
|
||||
previousImage: 'Prejšnja slika',
|
||||
screenshots: 'Zaslonski posnetek',
|
||||
reloadButtonLabel: 'Ponovno naloži',
|
||||
videoQuality: 'Oznaka kakovosti videoposnetka',
|
||||
videoQualityDescription: 'Ta oznaka pomaga uporabniku prepoznati trenutno kakovost videoposnetka. Npr. 1080p, 720p, HD ali Mobilne naprave',
|
||||
videoQualityDefaultLabel: 'Kakovost :index',
|
||||
noContentTypesAvailable: 'Na voljo ni nobenega tipa vsebine',
|
||||
noContentTypesAvailableDesc: 'Vaše spletno mesto ima težave pri povezovanju s H5P.org in pripravo seznama razpoložljivih tipov vsebine.',
|
||||
contentTypeCacheOutdated: 'Seznam tipov vsebine je zastarel',
|
||||
contentTypeCacheOutdatedDesc: 'Vaše spletno mesto ima težave pri povezovanju s H5P.org in preverjanju posodobitev za tipe vsebine. Morda ne boste mogli posodobiti ali namestiti novih tipov vsebine.',
|
||||
tryAgain: 'Poskusite znova',
|
||||
getHelp: 'Pridobi pomoč',
|
||||
untitled: 'Brez naslova :libraryTitle',
|
||||
title: 'Naslov',
|
||||
metadata: 'Metapodatki',
|
||||
addTitle: 'Dodaj naslov',
|
||||
usedForSearchingReportsAndCopyrightInformation: 'Uporablja se za iskanje, poročila in informacije o avtorskih pravicah',
|
||||
metadataSharingAndLicensingInfo: 'Metapodatki (informacije o skupni rabi in licenciranju)',
|
||||
fillInTheFieldsBelow : 'Izpolnite spodnja polja',
|
||||
saveMetadata: 'Shrani metapodatke',
|
||||
addAuthor: 'Shrani avtorja',
|
||||
confirmRemoveAuthor: 'Ali ste prepričani, da želite odstraniti tega avtorja?',
|
||||
addNewChange: 'Dodaj nov zapis',
|
||||
confirmDeleteChangeLog: 'Ali ste prepričani, da želite odstraniti zapis te spremembe?',
|
||||
changelogDescription: 'Nekatere licence zahtevajo, da se beležijo in prikazujejo vse spremembe prvotnega dela ali njegovih različic. Na tem mestu lahko beležite svoje spremembe iz razloga izdaje licence ali zgolj zato, da sebi in drugim omogočite lažje sledenje sprememb v tej vsebini.',
|
||||
logThisChange: 'Shrani spremembo',
|
||||
newChangeHasBeenLogged: 'Nova sprememba je zabeležena',
|
||||
loggedChanges: 'Zabeležene spremembe',
|
||||
noChangesHaveBeenLogged: 'Ni zabeleženih sprememb',
|
||||
errorHeader: 'Prišlo je do napake',
|
||||
errorCalculatingMaxScore: 'Najboljšega rezultata za to vsebino ni mogoče izračunati. Predvideva se, da je število enako 0. Če to ni pravilno, se obrnite na svojega administratorja.',
|
||||
maxScoreSemanticsMissing: 'V vsebini ni bilo mogoče najti pričakovane semantike.',
|
||||
copyButton: 'Kopiraj',
|
||||
copiedButton: 'Kopirano',
|
||||
pasteButton: 'Prilepi',
|
||||
pasteAndReplaceButton: 'Prilepi & Zamenjaj',
|
||||
pasteContent: 'Zamenjaj vsebino',
|
||||
confirmPasteContent: 'S tem boste trenutno vsebino nadomestili z vsebino iz odložišča in bo izgubljena. Ali ste prepričani, da želite nadaljevati?',
|
||||
confirmPasteButtonText: 'Zamenjaj vsebino',
|
||||
copyToClipboard: 'Kopiraj vsebino H5P v odložišče',
|
||||
copiedToClipboard: 'Vsebina H5P je kopirana v odložišče',
|
||||
pasteFromClipboard: 'Prilepi vsebino H5P iz odložišča',
|
||||
pasteAndReplaceFromClipboard: 'Zamenjaj trenutno vsebino z vsebino H5P iz odložišča',
|
||||
pasteNoContent: 'V odložišču ni vsebine H5P',
|
||||
pasteError: 'Iz odložišča ni mogoče prilepiti vsebine H5P',
|
||||
pasteContentNotSupported: 'Vsebina H5P v odložišču v tej različici ni podprta',
|
||||
pasteContentRestricted: 'Vsebina H5P v odložišču ima na tej strani omejen dostop',
|
||||
pasteTooOld: 'Vsebina H5P v odložišču je pripravljena v nižji različici (:clip), kot je podprta tukaj (:local). Če je mogoče, poskušajte najprej vsebino nadgraditi in jo šele nato prilepiti sem.',
|
||||
pasteTooNew: 'Vsebina H5P v odložišču je pripravljena v višji različici (:clip), kot je podprta tukaj (:local). Če je mogoče, poskušajte najprej nadgraditi to vsebino in šele nato prilepiti sem želeno.',
|
||||
ok: 'V redu',
|
||||
avTablistLabel: 'Insert using',
|
||||
tabTitleBasicFileUpload: 'Naloži datoteko',
|
||||
tabTitleInputLinkURL: 'Povezava/URL',
|
||||
errorTooHighVersion: 'Parametri vsebujejo %used, medtem ko so podprti samo %supported ali predhodni.',
|
||||
errorNotSupported: 'Parametri vsebujejo %used, ki niso podprti.',
|
||||
errorParamsBroken: 'Parametri ne delujejo.',
|
||||
libraryMissing: 'Manjka zahtevana knjižnica %lib.',
|
||||
scriptMissing: 'Ni mogoče naložiti skripte nadgradenj za %lib.',
|
||||
language: 'Jezik',
|
||||
noLanguagesSupported: 'Jeziki niso podprti',
|
||||
changeLanguage: 'Spremenim jezik v :language?',
|
||||
thisWillPotentially: "To bi lahko vplivalo na ponastavitev vseh preglasitev besed in prevodov, medtem ko bo sama vsebina ostala nespremenjena. Tega ne morete razveljaviti. Ali želite nadaljevati?",
|
||||
notAllTextsChanged: 'Vse besede niso bile spremenjene, saj manjkajo prevodi za jezik :language.',
|
||||
contributeTranslations: 'Več o prispevanju prevodov za jezik :language najdete na <a href=":url" target="_new">spletni strani H5P</a>',
|
||||
unknownLibrary: 'Na žalost izbran tip vsebine \'%lib\' ni nameščen na tem spletnem mestu',
|
||||
proceedButtonLabel: 'Shrani',
|
||||
enterFullscreenButtonLabel: 'Vklopi celozaslonski način',
|
||||
exitFullscreenButtonLabel: 'Izklopi celozaslonski način',
|
||||
reuseSuccess: ':title was successfully imported from the H5P Hub.',
|
||||
};
|
||||
@@ -0,0 +1,220 @@
|
||||
H5PEditor.language.core = {
|
||||
missingTranslation: '[Saknar översättning :key]',
|
||||
loading: 'Laddar, vänta ...',
|
||||
selectLibrary: 'Välj det bibliotek som du vill använda för ditt innehåll.',
|
||||
unknownFieldPath: 'Kunde inte hitta ":path".',
|
||||
notImageField: '":path" är inte en bild.',
|
||||
notImageOrDimensionsField: '":path" är inte en bild eller dimensionsfält.',
|
||||
requiredProperty: ':property krävs och måste ha ett värde.',
|
||||
onlyNumbers: 'Värdet :property kan endast innehålla nummer.',
|
||||
illegalDecimalNumber: ':property kan endast innehålla nummer med max :decimals decimaler.',
|
||||
exceedsMax: 'Värdet :property överskrider maxvärdet :max.',
|
||||
listExceedsMax: 'Listan överskrider maxvärdet :max poster.',
|
||||
belowMin: 'Värdet :property är under minimum :min.',
|
||||
listBelowMin: 'Listan behöver mninst :min poster för att innehållet ska fungera korrekt.',
|
||||
outOfStep: 'Värdet :property kan endast ändras i steg om :step.',
|
||||
add: 'Lägg till',
|
||||
addFile: 'Lägg till fil',
|
||||
removeFile: 'Ta bort fil',
|
||||
confirmRemoval: 'Är du säker på att du vill ta bort :type?',
|
||||
removeImage: 'Ta bort bild',
|
||||
confirmImageRemoval: 'Detta kommer ta bort din bild. Är du säker?',
|
||||
changeFile: 'Byt ut fil',
|
||||
changeLibrary: 'Ändra innehållstyp?',
|
||||
semanticsError: 'Semantikfel: :error',
|
||||
missingProperty: 'Fält :index saknar dess :property egenskap.',
|
||||
expandCollapse: 'Expandera/Komprimera',
|
||||
addEntity: 'Lägg till :entity',
|
||||
tooLong: 'Fältvärdet är för långt, får max innehålla :max tecken eller färre.',
|
||||
invalidFormat: 'Fältvärdet innehåller ett ogiltigt format eller tecken som är förbjudna.',
|
||||
confirmChangeLibrary: 'Om du gör detta så kommer du förlora allt du gjort med nuvarande innehållstyp. Är du säker på att du vill byta innehållstyp?',
|
||||
commonFields: 'Textersättningar och översättningar',
|
||||
commonFieldsDescription: 'Här kan du ändra eller översätta texter som används i detta innehåll.',
|
||||
uploading: 'Laddar upp, vänta ...',
|
||||
noFollow: 'Kan inte följa fält ":path".',
|
||||
editCopyright: 'Redigera copyright',
|
||||
close: 'Stäng',
|
||||
tutorial: 'Guide',
|
||||
editMode: 'Redigeringsläge',
|
||||
listLabel: 'Lista',
|
||||
uploadError: 'Fel vid filuppladdning',
|
||||
fileToLarge: 'Filen som du försöker ladda upp kan vara för stor.',
|
||||
unknownFileUploadError: 'Okänt fel vid filuppladdning',
|
||||
noSemantics: 'Fel, kunde inte ladda formatet för innehållstypen',
|
||||
editImage: 'Redigera bild',
|
||||
saveLabel: 'Spara',
|
||||
cancelLabel: 'Avbryt',
|
||||
resetToOriginalLabel: 'Återställ till original',
|
||||
loadingImageEditor: 'Laddar bildredigerare,vänta ...',
|
||||
selectFiletoUpload: 'Välj fil att ladda upp',
|
||||
or: 'eller',
|
||||
enterAudioUrl: 'Lägg till URL för ljudkälla',
|
||||
enterVideoUrl: 'Enter video URL',
|
||||
enterAudioTitle: 'Klistra in länk eller annan URL till ljudkälla',
|
||||
enterVideoTitle: 'Klistra in YouTube-länk eller annan URL till videokälla',
|
||||
uploadAudioTitle: 'Ladda upp ljudfil',
|
||||
uploadVideoTitle: 'Ladda upp videofil',
|
||||
addVideoDescription: 'H5P supports all external video sources formatted as mp4, webm or ogv, like Vimeo Pro, and has support for YouTube and Panopto links.',
|
||||
insert: 'Infoga',
|
||||
cancel: 'Avbryt',
|
||||
height: 'höjd',
|
||||
width: 'bredd',
|
||||
textField: 'textfält',
|
||||
numberField: 'nummerfält',
|
||||
orderItemUp: 'Flytta post uppåt',
|
||||
orderItemDown: 'Flytta post nedåt',
|
||||
removeItem: 'Ta bort post',
|
||||
hubPanelLabel: 'Välj innehållstyp',
|
||||
importantInstructions: 'Viktiga instruktioner',
|
||||
showImportantInstructions: 'Visa instruktioner',
|
||||
hideImportantInstructions: 'Dölj viktiga instruktioner',
|
||||
hide: 'Dölj',
|
||||
example: 'Exempel',
|
||||
createContentTabLabel: 'Skapa innehåll',
|
||||
uploadTabLabel: 'Ladda upp',
|
||||
uploadPlaceholder: 'Ingen fil vald',
|
||||
uploadInstructionsTitle: 'Ladda upp en H5P-fil.',
|
||||
uploadInstructionsContent: 'Du kan börja med exempel från <a href="https://h5p.org/content-types-and-applications" target="blank">H5P.org</a>.',
|
||||
uploadFileButtonLabel: 'Ladda upp en fil',
|
||||
uploadFileButtonChangeLabel: 'Byt ut fil',
|
||||
uploadingThrobber: 'Laddar upp ...',
|
||||
uploadSuccess: ':title uppladdad!',
|
||||
unableToInterpretError: 'Kunde inte tolka svar.',
|
||||
unableToInterpretSolution: 'Kontrollera din fellogg.',
|
||||
h5pFileWrongExtensionTitle: 'Den valda filen kunde inte laddas upp',
|
||||
h5pFileWrongExtensionContent: 'Endast filer med filändelsen .h5p tillåts.',
|
||||
h5pFileValidationFailedTitle: 'Kunde inte validera H5P-fil.',
|
||||
h5pFileValidationFailedContent: 'Kontrollera att uppladdad H5P innehåller giltigt H5P innehåll. H5P' +
|
||||
' filer som enbart innehåller bibliotek ska laddas upp via sidan H5P-bibliotek.',
|
||||
h5pFileUploadServerErrorTitle: 'H5P-filen kunde inte laddas upp',
|
||||
h5pFileUploadServerErrorContent: 'Ett fel har uppstått. Kontrollera din fellogg på servern för' +
|
||||
' mer information.',
|
||||
contentTypeSectionAll: 'Alla innehållstyper',
|
||||
searchResults: 'Sökrsultat',
|
||||
contentTypeSearchFieldPlaceholder: 'Sök innehållstyper',
|
||||
contentTypeInstallButtonLabel: 'Installera',
|
||||
contentTypeInstallingButtonLabel: 'Installerar',
|
||||
contentTypeUseButtonLabel: 'Använd',
|
||||
contentTypeDetailButtonLabel: 'Uppgifter',
|
||||
contentTypeUpdateButtonLabel: 'Uppdatera',
|
||||
contentTypeUpdatingButtonLabel: 'Uppdaterar',
|
||||
contentTypeGetButtonLabel: 'Hämta',
|
||||
contentTypeBackButtonLabel: 'Tillbaka',
|
||||
contentTypeIconAltText: 'Ikon',
|
||||
contentTypeInstallSuccess: ':contentType installerad!',
|
||||
contentTypeUpdateSuccess: ':contentType uppdaterad!',
|
||||
contentTypeInstallError: ':contentType kunde inte installeras. Kontakta din administratör.',
|
||||
contentTypeLicensePanelTitle: 'Licens',
|
||||
contentTypeDemoButtonLabel: 'Innehållsdemo',
|
||||
numResults: ':num resultat',
|
||||
show: 'Visa',
|
||||
recentlyUsedFirst: 'Senast använda först',
|
||||
popularFirst: 'Populära först',
|
||||
newestFirst: 'Nyast först',
|
||||
aToZ: 'A till Ö',
|
||||
noResultsFound: 'Inga resultat',
|
||||
noResultsFoundDesc: 'Det finns ingen innehållstyp som matchar din sökning.',
|
||||
readMore: 'Läs mer',
|
||||
readLess: 'Läs mindre',
|
||||
contentTypeOwner: 'Av :owner',
|
||||
contentTypeUnsupportedApiVersionTitle: 'Denna innehållstyp kräver en nyare core-version',
|
||||
contentTypeUnsupportedApiVersionContent: 'Kontakta din systemadministratör för att få tillgång till nödvändiga uppdateringar',
|
||||
contentTypeUpdateAvailable: 'Uppdatering tillgänglig',
|
||||
contentTypeRestricted: 'Begränsad innehållstyp',
|
||||
contentTypeRestrictedDesc: 'Användningen av denna innehållstyp har begränsats av en administratör.',
|
||||
contentTypeNotInstalled: 'Innehållstyp inte installerad',
|
||||
contentTypeNotInstalledDesc: 'Du har inte rättighet att installera innehållstyper.',
|
||||
theContentType: 'innehållstypen',
|
||||
currentMenuSelected: 'nuvarande urval',
|
||||
errorCommunicatingHubTitle: 'Kan inte kommunicera med hubben.',
|
||||
errorCommunicatingHubContent: 'Ett fel uppstod. Försök igen.',
|
||||
warningNoContentTypesInstalled: "Du har inte någon innehållstyp installerad.",
|
||||
warningChangeBrowsingToSeeResults: 'Klicka <em>Alla</em> för att få listan med alla innehållstyper som du kan installera.',
|
||||
warningUpdateAvailableTitle: 'En ny version av :contentType är tillgänglig.',
|
||||
warningUpdateAvailableBody: 'Uppdatera till senaste version för en förbättrad upplevelse.',
|
||||
licenseDescription: 'Vissa egenskaper för denna licens framgår nedan. Klicka på info-ikonen ovanför för att läsa licenstexten i original.',
|
||||
licenseModalTitle: 'Licensuppgifter',
|
||||
licenseModalSubtitle: 'Välj en licens för att ta del av information om korrekt användning',
|
||||
licenseUnspecified: 'Ospecificerad',
|
||||
licenseCanUseCommercially: 'Kan använda kommersiellt',
|
||||
licenseCanModify: 'Kan modifiera',
|
||||
licenseCanDistribute: 'Kan distribuera',
|
||||
licenseCanSublicense: 'Kan underlicensiera',
|
||||
licenseCanHoldLiable: 'Kan hållas ansvarig',
|
||||
licenseCannotHoldLiable: 'Kan inte hållas ansvarig',
|
||||
licenseMustIncludeCopyright: 'Måste inkludera copyright',
|
||||
licenseMustIncludeLicense: 'Måste inkludera licens',
|
||||
licenseFetchDetailsFailed: 'Misslyckades med hämtning av licensuppgifter',
|
||||
imageLightboxTitle: 'Bilder',
|
||||
imageLightBoxProgress: ':num av :total',
|
||||
nextImage: 'Nästa bild',
|
||||
previousImage: 'Föregående bild',
|
||||
screenshots: 'Skärmbilder',
|
||||
reloadButtonLabel: 'Ladda om',
|
||||
videoQuality: 'Etikett för videokvalitet',
|
||||
videoQualityDescription: 'Denna etikett underlättar för användaren att identifiera nuvarande kvalitet på videon. T ex 1080p, 720p, HD eller mobil',
|
||||
videoQualityDefaultLabel: 'Kvalitet :index',
|
||||
noContentTypesAvailable: 'Inga innehållstyper är tillgängliga',
|
||||
noContentTypesAvailableDesc: 'Din webbplats har problem med att ansluta till H5P.org och listan över tillgängliga innehållstyper.',
|
||||
contentTypeCacheOutdated: 'Lista över innehållstyper behöver uppdateras.',
|
||||
contentTypeCacheOutdatedDesc: 'Din webbplats har problem med att ansluta till H5P.org för att leta efter uppdateringar av innehållstyper. Det kan hända att du inte kan uppdatera eller installera nya innehållstyper.',
|
||||
tryAgain: 'Försök igen',
|
||||
getHelp: 'Få hjälp',
|
||||
untitled: 'Utan titel :libraryTitle',
|
||||
title: 'Titel',
|
||||
metadata: 'Metadata',
|
||||
addTitle: 'Lägg till titel',
|
||||
usedForSearchingReportsAndCopyrightInformation: 'Används för sökning, rapporter och copyright-information',
|
||||
metadataSharingAndLicensingInfo: 'Metadata (info om delning och licensiering)',
|
||||
fillInTheFieldsBelow : 'Fyll i fälten nedan',
|
||||
saveMetadata: 'Spara metadata',
|
||||
addAuthor: 'Spara författare',
|
||||
confirmRemoveAuthor: 'Är du säker på att du vill ta bort denna författare?',
|
||||
addNewChange: 'Lägg till ny ändring',
|
||||
confirmDeleteChangeLog: 'Är du säker på att du vill radera denna post i ändringsloggen?',
|
||||
changelogDescription: 'Vissa licenser kräver att ändringar till originalet, eller derivat, loggas och visas. Du kan logga dina ändringar här av licensskäl eller bara för din egen eller andras skull.',
|
||||
logThisChange: 'Logga denna ändring',
|
||||
newChangeHasBeenLogged: 'Ny ändring har loggats',
|
||||
loggedChanges: 'Loggade ändringar',
|
||||
noChangesHaveBeenLogged: 'Inga ändringar har loggats',
|
||||
errorHeader: 'Ett fel uppstod',
|
||||
errorCalculatingMaxScore: 'Kunde inte beräkna maxpoäng för detta innehåll. Maxpoäng förväntas vara 0. Kontakta din administratör om detta inte är korrekt.',
|
||||
maxScoreSemanticsMissing: 'Kunde inte hitta förväntad semantik i detta innehåll.',
|
||||
copyButton: 'Kopiera',
|
||||
copiedButton: 'Kopierad',
|
||||
pasteButton: 'Klistra in',
|
||||
pasteAndReplaceButton: 'Klistra in & ersätt',
|
||||
pasteContent: 'Ersätt innehåll',
|
||||
confirmPasteContent: 'Om du gör detta så kommer du ersätta befintligt innehåll med ditt kopierade innehåll från urklipp. Nuvarande innehåll kommer att försvinna. Är du säker på att du vill fortsätta?',
|
||||
confirmPasteButtonText: 'Ersätt innehåll',
|
||||
copyToClipboard: 'Kopiera H5P-innehåll till urklipp',
|
||||
copiedToClipboard: 'Innehåll är kopierat till urklipp',
|
||||
pasteFromClipboard: 'Klistra in H5P-innehåll från urklipp',
|
||||
pasteAndReplaceFromClipboard: 'Ersätt nuvarande inehåll med H5P-innehåll från urklipp',
|
||||
pasteNoContent: 'Inget H5P-innehåll i urklipp',
|
||||
pasteError: 'Kan inte klistra in från urklipp',
|
||||
pasteContentNotSupported: 'Innehållet i urklipp stöds inte i detta sammanhang',
|
||||
pasteContentRestricted: 'Innehållet i urklipp har begränsats på denna webbplats',
|
||||
pasteTooOld: 'Innehållet i urklipp har en lägre version (:clip) än vad som stöds i detta sammanhang (:local), om möjligt, uppgradera innehållet du vill klistra in och försök sen igen.',
|
||||
pasteTooNew: 'Innehållet i urklipp har en högre version (:clip) än vad som stöds i detta sammanhang (:local), om möjligt, uppgradera innehållet här först och försök sen igen.',
|
||||
ok: 'OK',
|
||||
avTablistLabel: 'Infoga genom',
|
||||
tabTitleBasicFileUpload: 'Filuppladdning',
|
||||
tabTitleInputLinkURL: 'Länk/URL',
|
||||
errorTooHighVersion: 'Parametrar innehåller %used där endast %supported eller tidigare stöds.',
|
||||
errorNotSupported: 'Parametrar innehåller %used som inte stöds.',
|
||||
errorParamsBroken: 'Parametrar är trasiga .',
|
||||
libraryMissing: 'Saknar obligatoriskt bibliotek %lib.',
|
||||
scriptMissing: 'Kunde inte ladda upp uppgraderingsscript för %lib.',
|
||||
language: 'Språk',
|
||||
noLanguagesSupported: 'Inga språk stöd',
|
||||
changeLanguage: 'Ändra språk till :language?',
|
||||
thisWillPotentially: "Detta kan nollställa alla textändringar och översättningar här. Du kan inte ångra detta. Själva innehållet kommer däremot inte att påverkas. Vill du fortsätta?",
|
||||
notAllTextsChanged: 'Inte alla texter ändrades, det finns endast delvis stöd för :language.',
|
||||
contributeTranslations: 'Om du vill bidra till översättningen av :language så kan du läsa mer här <a href=":url" target="_new">contributing translations to H5P</a>',
|
||||
unknownLibrary: 'Tyvärr, innehållstypen \'%lib\' är inte installerad på denna webbplats.',
|
||||
proceedButtonLabel: 'Fortsätt för att spara',
|
||||
enterFullscreenButtonLabel: 'Helskärmsläge',
|
||||
exitFullscreenButtonLabel: 'Avsluta helskärm',
|
||||
reuseSuccess: ':title was successfully imported from the H5P Hub.',
|
||||
};
|
||||
@@ -46,23 +46,23 @@ H5PEditor.language.core = {
|
||||
cancelLabel: 'İptal',
|
||||
resetToOriginalLabel: 'Özgün biçimine sıfırla',
|
||||
loadingImageEditor: 'Resim düzenleyici yükleniyor, bekleyin ...',
|
||||
selectFiletoUpload: 'Yüklenecej dosyayı seçin',
|
||||
selectFiletoUpload: 'Yüklenecek dosyayı seçin',
|
||||
or: 'veya',
|
||||
enterAudioUrl: 'Ses kaynağının URLsini girin',
|
||||
enterVideoUrl: 'Video kaynağının URLsini ya da YouTube linkini girin',
|
||||
enterVideoUrl: 'Enter video URL',
|
||||
enterAudioTitle: 'Linki ya da diğer ses kaynağının URLsini yapıştırın',
|
||||
enterVideoTitle: 'Youtube linkini ya da diğer video kaynağının URLsini yapıştırın',
|
||||
uploadAudioTitle: 'Ses dosyası yükle',
|
||||
uploadVideoTitle: 'Video dosyası yükle',
|
||||
addVideoDescription: 'H5P mp4, webm veya ogv formatına sahip tüm dışsal video kaynaklarını destekler, Vimeo Pro yu tutar ve YouTube linklerini destekler.',
|
||||
addVideoDescription: 'H5P supports all external video sources formatted as mp4, webm or ogv, like Vimeo Pro, and has support for YouTube and Panopto links.',
|
||||
insert: 'Ekle',
|
||||
cancel: 'Vazgeç',
|
||||
height: 'yükseklik',
|
||||
width: 'genişlik',
|
||||
textField: 'metin alanı',
|
||||
numberField: 'sayı alanı',
|
||||
orderItemUp: 'Order item up',
|
||||
orderItemDown: 'Order item down',
|
||||
orderItemUp: 'Öğeleri yukarıya doğru sırala',
|
||||
orderItemDown: 'Öğeleri aşağıya doğru sırala',
|
||||
removeItem: 'Öğeyi kaldır',
|
||||
hubPanelLabel: 'İçerik türünü seç',
|
||||
importantInstructions: 'Önemli açıklamalar',
|
||||
@@ -84,12 +84,12 @@ H5PEditor.language.core = {
|
||||
h5pFileWrongExtensionTitle: 'Seçilen dosya yüklenemedi',
|
||||
h5pFileWrongExtensionContent: 'Sadece .h5p uzantılı dosyalar kabul edilmektedir.',
|
||||
h5pFileValidationFailedTitle: 'H5P dosyası doğrulanamamıştır.',
|
||||
h5pFileValidationFailedContent: 'Yüklenen H5Pnin geçerli H5P içerdiğinden emin olun. H5P dosyaları sadece H5P Kütüphaneleri (H5P Libraries) sayfası aracılığıyla yüklenen kütüphaneleri içerebilir.',
|
||||
h5pFileValidationFailedContent: 'Yüklenen H5P\'nin geçerli H5P içeriklerini içerdiğinden emin olun. H5P dosyaları sadece H5P Kütüphaneleri (H5P Libraries) sayfası aracılığıyla yüklenen kütüphaneleri içerebilir.',
|
||||
h5pFileUploadServerErrorTitle: 'H5P dosyası yüklenemedi',
|
||||
h5pFileUploadServerErrorContent: 'Beklenmeyen bir hata oluştu. Daha detaylı bilgi için sunucunuzun hata log kayıtlarını inceleyin.',
|
||||
contentTypeSectionAll: 'Tüm İçerik Türleri',
|
||||
searchResults: 'Arama Sonuçları',
|
||||
contentTypeSearchFieldPlaceholder: 'İçerik Türü AraSearch for Content Types',
|
||||
contentTypeSearchFieldPlaceholder: 'İçerik Türü Ara',
|
||||
contentTypeInstallButtonLabel: 'Yükle',
|
||||
contentTypeInstallingButtonLabel: 'Yükleniyor',
|
||||
contentTypeUseButtonLabel: 'Kullan',
|
||||
@@ -137,12 +137,12 @@ H5PEditor.language.core = {
|
||||
licenseCanUseCommercially: 'Ticari olarak kullanılabilir',
|
||||
licenseCanModify: 'Düzenlenebilir',
|
||||
licenseCanDistribute: 'Dağıtılabilir',
|
||||
licenseCanSublicense: 'Can sublicense',
|
||||
licenseCanHoldLiable: 'Can hold liable',
|
||||
licenseCannotHoldLiable: 'Cannot hold liable',
|
||||
licenseMustIncludeCopyright: 'Must include copyright',
|
||||
licenseMustIncludeLicense: 'Must include license',
|
||||
licenseFetchDetailsFailed: 'Failed fetching license details',
|
||||
licenseCanSublicense: 'Alt lisans olabilir',
|
||||
licenseCanHoldLiable: 'Sorumlu tutabilir',
|
||||
licenseCannotHoldLiable: 'Sorumlu olamaz',
|
||||
licenseMustIncludeCopyright: 'Telif hakkı içermelidir',
|
||||
licenseMustIncludeLicense: 'Lisans içermelidir',
|
||||
licenseFetchDetailsFailed: 'Lisans ayrıntıları alınamadı',
|
||||
imageLightboxTitle: 'Resimler',
|
||||
imageLightBoxProgress: ':total\'dan :num of',
|
||||
nextImage: 'Sonraki resim',
|
||||
@@ -166,7 +166,7 @@ H5PEditor.language.core = {
|
||||
metadataSharingAndLicensingInfo: 'Üstveri (Metadata) (paylaşma ve lisanslama bilgisi)',
|
||||
fillInTheFieldsBelow: 'Aşağıdaki alanları doldurunuz',
|
||||
saveMetadata: 'Üstveriyi (metadata) kaydet',
|
||||
addAuthor: 'Save author',
|
||||
addAuthor: 'Yazarı kaydet',
|
||||
confirmRemoveAuthor: 'Bu yazarı kaldırmak istediğinizden emin misiniz?',
|
||||
addNewChange: 'Yeni değişiklik ekle',
|
||||
confirmDeleteChangeLog: 'Bu değişim log kaydını silmek istediğinizden emin misiniz?',
|
||||
@@ -176,42 +176,45 @@ H5PEditor.language.core = {
|
||||
loggedChanges: 'Loglanmış değişiklikler',
|
||||
noChangesHaveBeenLogged: 'Hiçbir değişiklik loglanmadı',
|
||||
errorHeader: 'Bir hata oluştu',
|
||||
errorCalculatingMaxScore: 'Could not calculate the max score for this content. The max score is assumed to be 0. Contact your administrator if this isn’t correct.',
|
||||
maxScoreSemanticsMissing: 'Could not find the expected semantics in the content.',
|
||||
errorCalculatingMaxScore: 'Bu içerik için maksimum puan hesaplanamadı. Maksimum puan 0 olarak kabul edilir. Doğru değilse yöneticinize başvurun.',
|
||||
maxScoreSemanticsMissing: 'İçerikte beklenen anlam bulunamadı.',
|
||||
copyButton: 'Kopyala',
|
||||
copiedButton: 'Kopyalandı',
|
||||
pasteButton: 'Yapıştır',
|
||||
pasteAndReplaceButton: 'Paste & Replace',
|
||||
pasteContent: 'Replace Content',
|
||||
confirmPasteContent: 'By doing this you will replace the current content with the content from your clipboard. The current content will be lost. Are you sure you wish to continue?',
|
||||
confirmPasteButtonText: 'Replace content',
|
||||
pasteAndReplaceButton: 'Yapıştır & Değiştir',
|
||||
pasteContent: 'İçeriği Değiştir',
|
||||
confirmPasteContent: 'Bunu yaparak, mevcut içeriği panodaki içerikle değiştirirsiniz. Mevcut içerik kaybedilecek. Devam etmek istediğinize emin misiniz?',
|
||||
confirmPasteButtonText: 'İçeriği değiştir',
|
||||
copyToClipboard: 'H5P içeriğini panoya kopyalayın',
|
||||
copiedToClipboard: 'İçerik panoya kopyalandı',
|
||||
pasteFromClipboard: 'Panodan H5P içeriğini yapıştırın',
|
||||
pasteAndReplaceFromClipboard: 'Replace existing content with H5P Content from the clipboard',
|
||||
pasteAndReplaceFromClipboard: 'Mevcut içeriği panodaki H5P İçeriği ile değiştir',
|
||||
pasteNoContent: 'Panoda H5P içeriği yok',
|
||||
pasteError: 'Panodan H5P içeriği yapıştırılamadı',
|
||||
pasteContentNotSupported: 'The content in the H5P clipboard is not supported in this context',
|
||||
pasteContentNotSupported: 'H5P panosundaki içerik bu bağlamda desteklenmiyor',
|
||||
pasteContentRestricted: 'The content in the clipboard has been restricted on this site',
|
||||
pasteTooOld: 'The content in the H5P clipboard is of a lower version (:clip) than what is supported in this context (:local), if possible try to have the content you want to paste upgraded, copy it again and try pasting it here.',
|
||||
pasteTooNew: 'The content in the H5P clipboard is of a higher version (:clip) than what is supported in this context (:local), if possible try to have this content upgraded first, and then try pasting the content here again.',
|
||||
pasteTooOld: 'H5P panosundaki içerik, bu bağlamda (:local) desteklenenden daha düşük bir sürümdür (:clip) mümkünse yapıştırmak istediğiniz içeriğin yükseltilmesini sağlayın , tekrar kopyalayın ve buraya yapıştırmayı deneyin.',
|
||||
pasteTooNew: 'H5P panosundaki içerik, bu bağlamda (:local) desteklenenden daha yüksek bir versiyona (:clip) sahiptir, mümkünse önce bu içeriğin yükseltilmesini sağlayın ve ardından içeriği buraya yapıştırmayı deneyin.',
|
||||
ok: 'TAMAM',
|
||||
avTablistLabel: 'Insert using',
|
||||
tabTitleBasicFileUpload: 'File Upload',
|
||||
avTablistLabel: 'Kullanarak ekle',
|
||||
tabTitleBasicFileUpload: 'Dosya Yükleme',
|
||||
tabTitleInputLinkURL: 'Link/URL',
|
||||
errorTooHighVersion: 'Parameters contain %used while only %supported or earlier are supported.',
|
||||
errorNotSupported: 'Parameters contain %used which is not supported.',
|
||||
errorParamsBroken: 'Parameters are broken.',
|
||||
libraryMissing: 'Missing required library %lib.',
|
||||
scriptMissing: 'Could not load upgrades script for %lib.',
|
||||
language: 'Language',
|
||||
noLanguagesSupported: 'No languages supported',
|
||||
changeLanguage: 'Change language to :language?',
|
||||
thisWillPotentially: "This will potentially reset all the text and translations. You can't undo this. The content itself will not be changed. Do you want to proceed?",
|
||||
notAllTextsChanged: 'Not all texts were changed, there is only partial coverage for :language.',
|
||||
contributeTranslations: 'If you want to complete the translation for :language you can learn about <a href=":url" target="_new">contributing translations to H5P</a>',
|
||||
unknownLibrary: 'Unfortunately, the selected content type \'%lib\' isn\'t installed on this system.',
|
||||
proceedButtonLabel: 'Proceed to save',
|
||||
enterFullscreenButtonLabel: 'Enter fullscreen',
|
||||
exitFullscreenButtonLabel: 'Exit fullscreen'
|
||||
errorNotSupported: 'Parametreler desteklenmeyen %used içerir.',
|
||||
errorParamsBroken: 'Parametreler bozuk.',
|
||||
libraryMissing: 'Gerekli kütüphane eksik %lib.',
|
||||
scriptMissing: '%lib için yükseltme komut dosyası yüklenemedi.',
|
||||
language: 'Dil',
|
||||
noLanguagesSupported: 'Desteklenen Dil Yok',
|
||||
changeLanguage: 'Dili değiştir :language?',
|
||||
thisWillPotentially: 'Bu, tüm metni ve çevirileri potansiyel olarak sıfırlayacaktır. Bu değişikliği sıfırlayamazsınız. İçeriğin kendisi değişmeyecek. Devam etmek istiyor musunuz?',
|
||||
notAllTextsChanged: 'Metinlerin tümü değişmedi, yalnızca kısmi kapsama alanı var :language.',
|
||||
contributeTranslations: 'Çeviriyi tamamlamak istiyorsanız :language hakkında bilgi edinebilirsiniz <a href=":url" target="_new">H5P’ye çevirilerde katkıda bulunmak</a>',
|
||||
unknownLibrary: 'Ne yazık ki, seçilen içerik türü \'%lib \' bu sisteme yüklenmedi.',
|
||||
proceedButtonLabel: 'Kaydetmeye devam et',
|
||||
enterFullscreenButtonLabel: 'Tam ekran yap',
|
||||
exitFullscreenButtonLabel: 'Tam ekrandan çık',
|
||||
a11yTitleShowLabel: 'Show label for AT',
|
||||
a11yTitleHideLabel: 'Hide label for AT',
|
||||
reuseSuccess: ':title was successfully imported from the H5P Hub.'
|
||||
};
|
||||
|
||||
@@ -0,0 +1,220 @@
|
||||
H5PEditor.language.core = {
|
||||
missingTranslation: '[缺少翻译 :key]',
|
||||
loading: '加载中,请稍候...',
|
||||
selectLibrary: '请选择用于创建内容的库。',
|
||||
unknownFieldPath: '找不到":path".',
|
||||
notImageField: '":path" 不是图片。',
|
||||
notImageOrDimensionsField: '":path" 不是图片或尺寸字段。',
|
||||
requiredProperty: ':property 是必需的,并且必须有一个值。',
|
||||
onlyNumbers: ':property 的值只能包含数字。',
|
||||
illegalDecimalNumber: ':property 只能包含最大为:decimals小数的数字。',
|
||||
exceedsMax: ':property 的值超过了:max的最大值。',
|
||||
listExceedsMax: '列表超过了:max个项目的上限。',
|
||||
belowMin: ':property 值低于:min的最小值。',
|
||||
listBelowMin: '该列表至少需要:min个项目,内容才能正常运行。',
|
||||
outOfStep: ':property 的值只能以:step为单位更改。',
|
||||
add: '添加',
|
||||
addFile: '添加文件',
|
||||
removeFile: '移除文件',
|
||||
confirmRemoval: '您确定要删除此:type吗?',
|
||||
removeImage: '移除图片',
|
||||
confirmImageRemoval: '这将删除您的图片。 您确定要继续吗?',
|
||||
changeFile: '变更文件',
|
||||
changeLibrary: '更改内容类型?',
|
||||
semanticsError: '语义错误::error',
|
||||
missingProperty: '字段:index缺少其:property属性。',
|
||||
expandCollapse: '展开/折叠',
|
||||
addEntity: '添加 :entity',
|
||||
tooLong: '字段值太长,应包含:max个字母或更少。',
|
||||
invalidFormat: '字段值包含无效的格式或被禁止的字符。',
|
||||
confirmChangeLibrary: '继续操作将丢失使用当前内容类型创建的所有工作。 您确定要更改内容类型吗?',
|
||||
commonFields: '文字替代和翻译',
|
||||
commonFieldsDescription: '您可以在此处编辑设置或翻译此内容中使用的文本。',
|
||||
uploading: '正在上传,请稍候...',
|
||||
noFollow: '无法追踪字段":path".',
|
||||
editCopyright: '编辑版权',
|
||||
close: '关闭',
|
||||
tutorial: '教程',
|
||||
editMode: '编辑模式',
|
||||
listLabel: '列表',
|
||||
uploadError: '文件上传错误',
|
||||
fileToLarge: '您尝试上传的文件可能太大。',
|
||||
unknownFileUploadError: '未知文件上传错误',
|
||||
noSemantics: '错误,无法加载内容类型表格。',
|
||||
editImage: '编辑图片',
|
||||
saveLabel: '保存',
|
||||
cancelLabel: '取消',
|
||||
resetToOriginalLabel: '重设为原始状态',
|
||||
loadingImageEditor: '正在加载图片编辑器,请稍候...',
|
||||
selectFiletoUpload: '请选择要上传的文件',
|
||||
or: '或者',
|
||||
enterAudioUrl: '输入音频源URL',
|
||||
enterVideoUrl: 'Enter video URL',
|
||||
enterAudioTitle: '粘贴链接或其他音频源URL',
|
||||
enterVideoTitle: '粘贴YouTube链接或其他视频源URL',
|
||||
uploadAudioTitle: '上传音频文件',
|
||||
uploadVideoTitle: '上传视频文件',
|
||||
addVideoDescription: 'H5P supports all external video sources formatted as mp4, webm or ogv, like Vimeo Pro, and has support for YouTube and Panopto links.',
|
||||
insert: '插入',
|
||||
cancel: '取消',
|
||||
height: '高度',
|
||||
width: '宽度',
|
||||
textField: '文本字段',
|
||||
numberField: '数字字段',
|
||||
orderItemUp: '向上',
|
||||
orderItemDown: '向下',
|
||||
removeItem: '移除',
|
||||
hubPanelLabel: '选择内容类型',
|
||||
importantInstructions: '重要说明',
|
||||
showImportantInstructions: '显示重要说明',
|
||||
hideImportantInstructions: '隐藏重要说明',
|
||||
hide: '隐藏',
|
||||
example: '示例',
|
||||
createContentTabLabel: '创建内容',
|
||||
uploadTabLabel: '上传',
|
||||
uploadPlaceholder: '没有选择文件',
|
||||
uploadInstructionsTitle: '上传H5P文件。',
|
||||
uploadInstructionsContent: '您可以从<a href="https://h5p.org/content-types-and-applications" target="blank">H5P.org</a>中的示例开始。',
|
||||
uploadFileButtonLabel: '上传文件',
|
||||
uploadFileButtonChangeLabel: '替换文件',
|
||||
uploadingThrobber: '正在上传...',
|
||||
uploadSuccess: ':title 已成功上传!',
|
||||
unableToInterpretError: '无法解释响应。',
|
||||
unableToInterpretSolution: '请检查您的错误日志。',
|
||||
h5pFileWrongExtensionTitle: '所选文件无法上传',
|
||||
h5pFileWrongExtensionContent: '仅允许使用扩展名为.h5p的文件。',
|
||||
h5pFileValidationFailedTitle: '无法验证H5P文件。',
|
||||
h5pFileValidationFailedContent: '确保上传的H5P包含有效的H5P内容。如果H5P' +
|
||||
'仅包含库文件,则应通过“ H5P库”页面上载。',
|
||||
h5pFileUploadServerErrorTitle: '无法上传H5P文件',
|
||||
h5pFileUploadServerErrorContent: '发生意外错误。 检查服务器错误日志中是否有' +
|
||||
'更多信息。',
|
||||
contentTypeSectionAll: '所有内容类型',
|
||||
searchResults: '搜索结果',
|
||||
contentTypeSearchFieldPlaceholder: '搜索内容类型',
|
||||
contentTypeInstallButtonLabel: '安装',
|
||||
contentTypeInstallingButtonLabel: '正在安装',
|
||||
contentTypeUseButtonLabel: '应用',
|
||||
contentTypeDetailButtonLabel: '详细信息',
|
||||
contentTypeUpdateButtonLabel: '更新',
|
||||
contentTypeUpdatingButtonLabel: '正在更新',
|
||||
contentTypeGetButtonLabel: '获取',
|
||||
contentTypeBackButtonLabel: '返回',
|
||||
contentTypeIconAltText: '图标',
|
||||
contentTypeInstallSuccess: ':contentType 安装成功!',
|
||||
contentTypeUpdateSuccess: ':contentType 成功更新!',
|
||||
contentTypeInstallError: ':contentType 无法安装。请与您的管理员联系。',
|
||||
contentTypeLicensePanelTitle: '许可证',
|
||||
contentTypeDemoButtonLabel: '内容演示',
|
||||
numResults: ':num 条结果',
|
||||
show: '显示',
|
||||
recentlyUsedFirst: '最近使用过的优先',
|
||||
popularFirst: '热门的优先',
|
||||
newestFirst: '最新的优先',
|
||||
aToZ: '按名称排序',
|
||||
noResultsFound: '未找到结果',
|
||||
noResultsFoundDesc: '没有与您的搜索条件匹配的内容类型。',
|
||||
readMore: '更多内容',
|
||||
readLess: '更少内容',
|
||||
contentTypeOwner: '由 :owner',
|
||||
contentTypeUnsupportedApiVersionTitle: '此内容类型需要更新的核心版本',
|
||||
contentTypeUnsupportedApiVersionContent: '请与系统管理员联系以为您提供必要的更新',
|
||||
contentTypeUpdateAvailable: '有可用更新',
|
||||
contentTypeRestricted: '受限内容类型',
|
||||
contentTypeRestrictedDesc: '管理员已限制使用此内容类型。',
|
||||
contentTypeNotInstalled: '内容类型未安装',
|
||||
contentTypeNotInstalledDesc: '您无权安装内容类型。',
|
||||
theContentType: '内容类型',
|
||||
currentMenuSelected: '当前选择',
|
||||
errorCommunicatingHubTitle: '无法与Hub通信。',
|
||||
errorCommunicatingHubContent: '发生错误。 请再试一遍。',
|
||||
warningNoContentTypesInstalled: "您没有安装任何内容类型。",
|
||||
warningChangeBrowsingToSeeResults: '单击<em>全部</em>以获取可以安装的所有内容类型的列表。',
|
||||
warningUpdateAvailableTitle: '有:contentType的新版本可用。',
|
||||
warningUpdateAvailableBody: '更新到最新版本以获得更好的体验。',
|
||||
licenseDescription: '该许可证的某些功能如下所示。 单击上方的信息图标以阅读原始许可证文本。',
|
||||
licenseModalTitle: '许可证详细信息',
|
||||
licenseModalSubtitle: '选择一个许可证以查看有关正确使用的信息',
|
||||
licenseUnspecified: '未指定',
|
||||
licenseCanUseCommercially: '可以商业使用',
|
||||
licenseCanModify: '可以修改',
|
||||
licenseCanDistribute: '可以分发',
|
||||
licenseCanSublicense: '可以再许可',
|
||||
licenseCanHoldLiable: '可以承担责任',
|
||||
licenseCannotHoldLiable: '不能承担责任',
|
||||
licenseMustIncludeCopyright: '必须包含版权',
|
||||
licenseMustIncludeLicense: '必须包含许可证',
|
||||
licenseFetchDetailsFailed: '提取许可证详细信息失败',
|
||||
imageLightboxTitle: '图片',
|
||||
imageLightBoxProgress: ':num / :total',
|
||||
nextImage: '下一张图片',
|
||||
previousImage: '上一张图片',
|
||||
screenshots: '屏幕截图',
|
||||
reloadButtonLabel: '重新加载',
|
||||
videoQuality: '视频质量标签',
|
||||
videoQualityDescription: '此标签可帮助用户识别视频的当前质量。 例如。 1080p,720p,高清或移动',
|
||||
videoQualityDefaultLabel: '视频质量 :index',
|
||||
noContentTypesAvailable: '没有可用的内容类型',
|
||||
noContentTypesAvailableDesc: '您的网站在连接到H5P.org并列出可用的内容类型时遇到困难。',
|
||||
contentTypeCacheOutdated: '内容类型列表已过时',
|
||||
contentTypeCacheOutdatedDesc: '您的网站无法连接到H5P.org以检查内容类型更新。 您可能无法更新或安装新的内容类型。',
|
||||
tryAgain: '再试一次',
|
||||
getHelp: '获取帮助',
|
||||
untitled: '无标题 :libraryTitle',
|
||||
title: '标题',
|
||||
metadata: '元数据',
|
||||
addTitle: '添加标题',
|
||||
usedForSearchingReportsAndCopyrightInformation: '用于搜索,报告和版权信息',
|
||||
metadataSharingAndLicensingInfo: '元数据(共享和许可信息)',
|
||||
fillInTheFieldsBelow : '填写下面的字段',
|
||||
saveMetadata: '保存元数据',
|
||||
addAuthor: '保存作者',
|
||||
confirmRemoveAuthor: '您确定要删除这个作者吗?',
|
||||
addNewChange: '新增变更',
|
||||
confirmDeleteChangeLog: '您确定要删除这个更新日志条目吗?',
|
||||
changelogDescription: '有些许可证要求记录并显示对原始作品或衍生作品所做的更改。 您可以根据许可证要求的原因在此处记录您的更改,或者只是为了让自己和他人跟踪对此内容所做的更改。',
|
||||
logThisChange: '记录此更改',
|
||||
newChangeHasBeenLogged: '已记录新更改',
|
||||
loggedChanges: '记录的更改',
|
||||
noChangesHaveBeenLogged: '尚未记录任何更改',
|
||||
errorHeader: '发生错误',
|
||||
errorCalculatingMaxScore: '无法计算此内容的最高分。 当前最高分数设定为0。如果您觉得设置不正确,请与管理员联系。',
|
||||
maxScoreSemanticsMissing: '在内容中找不到预期的语义。',
|
||||
copyButton: '复制',
|
||||
copiedButton: '已复制',
|
||||
pasteButton: '粘贴',
|
||||
pasteAndReplaceButton: '粘贴并替换',
|
||||
pasteContent: '替换内容',
|
||||
confirmPasteContent: '通过此操作,您将用剪贴板中的内容替换当前内容。 当前内容将丢失。 您确定要继续吗?',
|
||||
confirmPasteButtonText: '替换内容',
|
||||
copyToClipboard: '将H5P内容复制到剪贴板',
|
||||
copiedToClipboard: '内容已复制到剪贴板',
|
||||
pasteFromClipboard: '从剪贴板粘贴H5P内容',
|
||||
pasteAndReplaceFromClipboard: '用剪贴板中的H5P内容替换现有内容',
|
||||
pasteNoContent: '剪贴板上没有H5P内容',
|
||||
pasteError: '无法从剪贴板粘贴',
|
||||
pasteContentNotSupported: '在这种情况下,不支持H5P剪贴板中的内容',
|
||||
pasteContentRestricted: '剪贴板中的内容已在此站点上受到限制',
|
||||
pasteTooOld: 'H5P剪贴板中的内容(:clip)的版本低于此上下文(:local)中支持的版本,如果可能,请尝试升级要粘贴的内容,然后再次复制并尝试将其粘贴到此处。',
|
||||
pasteTooNew: 'H5P剪贴板中的内容(:clip)的版本高于此上下文(:local)中支持的版本,如果可能,请尝试先升级此内容,然后再尝试将其粘贴到此处。',
|
||||
ok: '好的',
|
||||
avTablistLabel: '插入使用',
|
||||
tabTitleBasicFileUpload: '上传文件',
|
||||
tabTitleInputLinkURL: '链接/URL',
|
||||
errorTooHighVersion: '参数仅包含%used,而仅支持%supported或更早的版本。',
|
||||
errorNotSupported: '参数包含不支持的%used。',
|
||||
errorParamsBroken: '参数已损坏。',
|
||||
libraryMissing: '缺少必需的库%lib。',
|
||||
scriptMissing: '无法加载%lib的升级脚本。',
|
||||
language: '语言',
|
||||
noLanguagesSupported: '没有支持的语言',
|
||||
changeLanguage: '更改语言为:language?',
|
||||
thisWillPotentially: "这可能会重置所有文本和翻译。 您无法撤消此操作。 内容本身不会被更改。 您要继续吗?",
|
||||
notAllTextsChanged: '并非所有文本都已更改,:language仅部分覆盖。',
|
||||
contributeTranslations: '如果您想完成:language的翻译,可以了解有关<a href=":url" target="_new">为H5P贡献翻译的信息</a>',
|
||||
unknownLibrary: '很遗憾,此系统上未安装选定的内容类型 \'%lib\'。',
|
||||
proceedButtonLabel: '继续保存',
|
||||
enterFullscreenButtonLabel: '进入全屏',
|
||||
exitFullscreenButtonLabel: '退出全屏',
|
||||
reuseSuccess: ':title was successfully imported from the H5P Hub.',
|
||||
};
|
||||
File diff suppressed because one or more lines are too long
@@ -119,8 +119,8 @@ H5PEditor.widgets.video = H5PEditor.widgets.audio = H5PEditor.AV = (function ($)
|
||||
'</div>';
|
||||
|
||||
var html = H5PEditor.createFieldMarkup(this.field, imageHtml, id);
|
||||
|
||||
var $container = $(html).appendTo($wrapper);
|
||||
|
||||
this.$files = $container.children('.file');
|
||||
this.$add = $container.children('.h5p-add-file').click(function () {
|
||||
self.$addDialog.addClass('h5p-open');
|
||||
@@ -582,20 +582,22 @@ H5PEditor.widgets.video = H5PEditor.widgets.audio = H5PEditor.AV = (function ($)
|
||||
* @returns {string} HTML
|
||||
*/
|
||||
C.createTabContent = function (tab, type) {
|
||||
const isAudio = (type === 'audio');
|
||||
|
||||
switch (tab) {
|
||||
case 'BasicFileUpload':
|
||||
const id = 'av-upload-' + C.getNextId();
|
||||
return '<h3 id="' + id + '">' + H5PEditor.t('core', type === 'audio' ? 'uploadAudioTitle' : 'uploadVideoTitle') + '</h3>' +
|
||||
return '<h3 id="' + id + '">' + H5PEditor.t('core', isAudio ? 'uploadAudioTitle' : 'uploadVideoTitle') + '</h3>' +
|
||||
'<div class="h5p-file-drop-upload" tabindex="0" role="button" aria-labelledby="' + id + '">' +
|
||||
'<div class="h5p-file-drop-upload-inner"/>' +
|
||||
'<div class="h5p-file-drop-upload-inner ' + type + '"></div>' +
|
||||
'</div>';
|
||||
|
||||
case 'InputLinkURL':
|
||||
return '<h3>' + H5PEditor.t('core', type === 'audio' ? 'enterAudioTitle' : 'enterVideoTitle') + '</h3>' +
|
||||
'<div class="h5p-file-url-wrapper">' +
|
||||
'<input type="text" placeholder="' + H5PEditor.t('core', type === 'audio' ? 'enterAudioUrl' : 'enterVideoUrl') + '" class="h5p-file-url h5peditor-text"/>' +
|
||||
return '<h3>' + H5PEditor.t('core', isAudio ? 'enterAudioTitle' : 'enterVideoTitle') + '</h3>' +
|
||||
'<div class="h5p-file-url-wrapper ' + type + '">' +
|
||||
'<input type="text" placeholder="' + H5PEditor.t('core', isAudio ? 'enterAudioUrl' : 'enterVideoUrl') + '" class="h5p-file-url h5peditor-text"/>' +
|
||||
'</div>' +
|
||||
(type === 'audio' ? '' : '<div class="h5p-errors"></div><div class="h5peditor-field-description">' + H5PEditor.t('core', 'addVideoDescription') + '</div>');
|
||||
(isAudio ? '' : '<div class="h5p-errors"></div><div class="h5peditor-field-description">' + H5PEditor.t('core', 'addVideoDescription') + '</div>');
|
||||
|
||||
default:
|
||||
return '';
|
||||
@@ -671,11 +673,18 @@ H5PEditor.widgets.video = H5PEditor.widgets.audio = H5PEditor.AV = (function ($)
|
||||
* Providers incase mime type is unknown.
|
||||
* @public
|
||||
*/
|
||||
C.providers = [{
|
||||
name: 'YouTube',
|
||||
regexp: /(?:https?:\/\/)?(?:www\.)?(?:(?:youtube.com\/(?:attribution_link\?(?:\S+))?(?:v\/|embed\/|watch\/|(?:user\/(?:\S+)\/)?watch(?:\S+)v\=))|(?:youtu.be\/|y2u.be\/))([A-Za-z0-9_-]{11})/i,
|
||||
aspectRatio: '16:9',
|
||||
}];
|
||||
C.providers = [
|
||||
{
|
||||
name: 'YouTube',
|
||||
regexp: /(?:https?:\/\/)?(?:www\.)?(?:(?:youtube.com\/(?:attribution_link\?(?:\S+))?(?:v\/|embed\/|watch\/|(?:user\/(?:\S+)\/)?watch(?:\S+)v\=))|(?:youtu.be\/|y2u.be\/))([A-Za-z0-9_-]{11})/i,
|
||||
aspectRatio: '16:9',
|
||||
},
|
||||
{
|
||||
name: 'Panopto',
|
||||
regexp: /^[^\/]+:\/\/([^\/]*panopto\.[^\/]+)\/Panopto\/.+\?id=(.+)$/i,
|
||||
aspectRatio: '16:9',
|
||||
}
|
||||
];
|
||||
|
||||
// Avoid ID attribute collisions
|
||||
let idCounter = 0;
|
||||
|
||||
@@ -6,7 +6,7 @@ window.ns = window.H5PEditor = window.H5PEditor || {};
|
||||
*
|
||||
* @class H5PEditor.Editor
|
||||
* @param {string} library
|
||||
* @param {Object} defaultParams
|
||||
* @param {string} defaultParams
|
||||
* @param {Element} replace
|
||||
* @param {Function} iframeLoaded
|
||||
*/
|
||||
@@ -16,6 +16,14 @@ ns.Editor = function (library, defaultParams, replace, iframeLoaded) {
|
||||
// Library may return "0", make sure this doesn't return true in checks
|
||||
library = library && library != 0 ? library : '';
|
||||
|
||||
let parsedParams = {};
|
||||
try {
|
||||
parsedParams = JSON.parse(defaultParams);
|
||||
}
|
||||
catch (e) {
|
||||
// Ignore failed parses, this should be handled elsewhere
|
||||
}
|
||||
|
||||
// Define iframe DOM Element through jQuery
|
||||
var $iframe = ns.$('<iframe/>', {
|
||||
'css': {
|
||||
@@ -32,6 +40,18 @@ ns.Editor = function (library, defaultParams, replace, iframeLoaded) {
|
||||
'allowfullscreen': 'allowfullscreen',
|
||||
'allow': "fullscreen"
|
||||
});
|
||||
const metadata = parsedParams.metadata;
|
||||
let title = ''
|
||||
if (metadata) {
|
||||
if (metadata.a11yTitle) {
|
||||
title = metadata.a11yTitle;
|
||||
}
|
||||
else if (metadata.title) {
|
||||
title = metadata.title;
|
||||
}
|
||||
}
|
||||
$iframe.attr('title', title);
|
||||
|
||||
|
||||
// The DOM element is often used directly
|
||||
var iframe = $iframe.get(0);
|
||||
@@ -45,9 +65,11 @@ ns.Editor = function (library, defaultParams, replace, iframeLoaded) {
|
||||
if (!iframe.contentDocument) {
|
||||
return; // Not possible, iframe 'load' hasn't been triggered yet
|
||||
}
|
||||
const language = metadata && metadata.defaultLanguage
|
||||
? metadata.defaultLanguage : ns.contentLanguage;
|
||||
iframe.contentDocument.open();
|
||||
iframe.contentDocument.write(
|
||||
'<!doctype html><html>' +
|
||||
'<!doctype html><html lang="' + language + '">' +
|
||||
'<head>' +
|
||||
ns.wrap('<link rel="stylesheet" href="', ns.assets.css, '">') +
|
||||
ns.wrap('<script src="', ns.assets.js, '"></script>') +
|
||||
@@ -74,23 +96,45 @@ ns.Editor = function (library, defaultParams, replace, iframeLoaded) {
|
||||
$window.on('pagehide', action);
|
||||
};
|
||||
|
||||
/**
|
||||
* Object for keeping the scrollHeight + clientHeight used when the previous resize occurred
|
||||
* This is used to skip handling resize when nothing actually is resized.
|
||||
*/
|
||||
const previousHeight = {
|
||||
scroll: 0,
|
||||
client: 0
|
||||
};
|
||||
|
||||
/**
|
||||
* Checks if iframe needs resizing, and then resize it.
|
||||
*
|
||||
* @private
|
||||
* @public
|
||||
* @param {bool} force If true, force resizing
|
||||
*/
|
||||
var resize = function () {
|
||||
if (!iframe.contentDocument.body || self.preventResize) {
|
||||
self.resize = function (force) {
|
||||
force = (force === undefined ? false : force);
|
||||
|
||||
if (!iframe.contentDocument || !iframe.contentDocument.body || self.preventResize) {
|
||||
return; // Prevent crashing when iframe is unloaded
|
||||
}
|
||||
if (iframe.clientHeight === iframe.contentDocument.body.scrollHeight &&
|
||||
(iframe.contentDocument.body.scrollHeight === iframe.contentWindow.document.body.clientHeight ||
|
||||
iframe.contentDocument.body.scrollHeight - 1 === iframe.contentWindow.document.body.clientHeight ||
|
||||
iframe.contentDocument.body.scrollHeight === iframe.contentWindow.document.body.clientHeight - 1)) {
|
||||
|
||||
// Has height changed?
|
||||
const heightNotChanged =
|
||||
previousHeight.scroll === iframe.contentDocument.body.scrollHeight &&
|
||||
previousHeight.client === iframe.contentWindow.document.body.clientHeight;
|
||||
|
||||
if (!force && (heightNotChanged || (
|
||||
iframe.clientHeight === iframe.contentDocument.body.scrollHeight &&
|
||||
Math.abs(iframe.contentDocument.body.scrollHeight - iframe.contentWindow.document.body.clientHeight) <= 1
|
||||
))) {
|
||||
return; // Do not resize unless page and scrolling differs
|
||||
// Note: ScrollHeight may be 1px larger in some cases(Edge) where the actual height is a fraction.
|
||||
}
|
||||
|
||||
// Save the current scrollHeight/clientHeight
|
||||
previousHeight.scroll = iframe.contentDocument.body.scrollHeight;
|
||||
previousHeight.client = iframe.contentWindow.document.body.clientHeight;
|
||||
|
||||
// Retain parent size to avoid jumping/scrolling
|
||||
var parentHeight = iframe.parentElement.style.height;
|
||||
iframe.parentElement.style.height = iframe.parentElement.clientHeight + 'px';
|
||||
@@ -134,7 +178,8 @@ ns.Editor = function (library, defaultParams, replace, iframeLoaded) {
|
||||
* Trigger semi-fullscreen for $element.
|
||||
*
|
||||
* @param {jQuery} $element Element to put in semi-fullscreen
|
||||
* @param {function} before Callback that runs after entering semi-fullscreen
|
||||
* @param {function} before Callback that runs after entering
|
||||
* semi-fullscreen
|
||||
* @param {function} done Callback that runs after exiting semi-fullscreen
|
||||
* @return {function} Exit trigger
|
||||
*/
|
||||
@@ -160,7 +205,7 @@ ns.Editor = function (library, defaultParams, replace, iframeLoaded) {
|
||||
self.selector.appendTo($container.html(''));
|
||||
|
||||
// Resize iframe when selector resizes
|
||||
self.selector.on('resize', resize);
|
||||
self.selector.on('resize', self.resize.bind(self));
|
||||
|
||||
/**
|
||||
* Event handler for exposing events
|
||||
@@ -187,7 +232,7 @@ ns.Editor = function (library, defaultParams, replace, iframeLoaded) {
|
||||
var limitedResize = function () {
|
||||
if (!running) {
|
||||
running = setTimeout(function () {
|
||||
resize();
|
||||
self.resize();
|
||||
running = null;
|
||||
}, 40); // 25 fps cap
|
||||
}
|
||||
@@ -203,12 +248,12 @@ ns.Editor = function (library, defaultParams, replace, iframeLoaded) {
|
||||
});
|
||||
|
||||
H5P.$window.resize(limitedResize);
|
||||
resize();
|
||||
self.resize();
|
||||
}
|
||||
else {
|
||||
// Use an interval for resizing the iframe
|
||||
(function resizeInterval() {
|
||||
resize();
|
||||
self.resize();
|
||||
setTimeout(resizeInterval, 40); // No more than 25 times per second
|
||||
})();
|
||||
}
|
||||
@@ -230,7 +275,7 @@ ns.Editor = function (library, defaultParams, replace, iframeLoaded) {
|
||||
|
||||
// Need to put this after the above replaceAll(), since that one makes Safari
|
||||
// 11 trigger a load event for the iframe
|
||||
$iframe.load(load);
|
||||
$iframe.on('load', load);
|
||||
|
||||
// Populate iframe with the H5P Editor
|
||||
// (should not really be done until 'load', but might be here in case the iframe is reloaded?)
|
||||
@@ -324,11 +369,6 @@ ns.Editor.prototype.getContent = function (submit, error) {
|
||||
return;
|
||||
}
|
||||
|
||||
// Convert title to preserve html entities
|
||||
const tmp = document.createElement('div');
|
||||
tmp.innerHTML = content.title;
|
||||
content.title = tmp.textContent; // WARNING: This is text, do NOT insert as HTML.
|
||||
|
||||
library = new iframeEditor.ContentType(content.library);
|
||||
const upgradeLibrary = iframeEditor.ContentType.getPossibleUpgrade(library, this.selector.libraries.libraries !== undefined ? this.selector.libraries.libraries : this.selector.libraries);
|
||||
if (upgradeLibrary) {
|
||||
@@ -471,6 +511,8 @@ ns.Editor.prototype.semiFullscreen = function ($iframe, $element, done) {
|
||||
|
||||
iframeWindow.document.body.removeEventListener('keyup', handleKeyup);
|
||||
done(); // Callback for UI
|
||||
|
||||
self.resize(true);
|
||||
}
|
||||
|
||||
return restore;
|
||||
@@ -566,7 +608,8 @@ ns.language = {};
|
||||
* @param {string} library The library name(machineName), or "core".
|
||||
* @param {string} key Translation string identifier.
|
||||
* @param {Object} [vars] Placeholders and values to replace in the text.
|
||||
* @returns {string} Translated string, or a text if string translation is missing.
|
||||
* @returns {string} Translated string, or a text if string translation is
|
||||
* missing.
|
||||
*/
|
||||
ns.t = function (library, key, vars) {
|
||||
if (ns.language[library] === undefined) {
|
||||
|
||||
@@ -313,7 +313,7 @@ ns.Group.prototype.setSummary = function (summary) {
|
||||
// Parse html
|
||||
var summaryTextNode = ns.$.parseHTML(summary);
|
||||
|
||||
if (summaryTextNode !== null) {
|
||||
if (summaryTextNode !== null && summaryTextNode.length) {
|
||||
summaryText = summaryTextNode[0].nodeValue;
|
||||
}
|
||||
|
||||
|
||||
@@ -348,7 +348,44 @@ ns.Html.prototype.appendTo = function ($wrapper) {
|
||||
ns.Html.removeWysiwyg();
|
||||
|
||||
CKEDITOR.document.getBody = function () {
|
||||
return new CKEDITOR.dom.element(that.$item[0]);
|
||||
// Have to attach to an element that does not get hidden or removed, since an internal "calculator" element
|
||||
// inside CKeditor relies on this element to always exist and not be hidden.
|
||||
return new CKEDITOR.dom.element(window.document.body);
|
||||
};
|
||||
|
||||
// Override convertToPx to make sure the calculator is always visible so it can make the measurements and is
|
||||
// removed after the measurements are done, adapted from:
|
||||
// https://github.com/ckeditor/ckeditor4/blob/cae20318d46745cc46c811da4e7d68b38ca32449/core/tools.js#L899-L929
|
||||
CKEDITOR.tools.convertToPx = function (cssLength) {
|
||||
const calculator = CKEDITOR.dom.element.createFromHtml( '<div style="position:absolute;left:-9999px;' +
|
||||
'top:-9999px;margin:0px;padding:0px;border:0px;"' +
|
||||
'></div>', CKEDITOR.document );
|
||||
CKEDITOR.document.getBody().append(calculator);
|
||||
|
||||
if ( !( /%$/ ).test( cssLength ) ) {
|
||||
var isNegative = parseFloat( cssLength ) < 0,
|
||||
ret;
|
||||
|
||||
if ( isNegative ) {
|
||||
cssLength = cssLength.replace( '-', '' );
|
||||
}
|
||||
|
||||
calculator.setStyle( 'width', cssLength );
|
||||
ret = calculator.$.clientWidth;
|
||||
|
||||
if (calculator.$ && calculator.$.parentNode) {
|
||||
calculator.$.parentNode.removeChild(calculator.$);
|
||||
}
|
||||
if ( isNegative ) {
|
||||
return -ret;
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
||||
if (calculator.$ && calculator.$.parentNode) {
|
||||
calculator.$.parentNode.removeChild(calculator.$);
|
||||
}
|
||||
return cssLength;
|
||||
};
|
||||
|
||||
ns.Html.current = that;
|
||||
|
||||
@@ -17,11 +17,18 @@
|
||||
|
||||
// Required for assets
|
||||
H5PEditor.baseUrl = '';
|
||||
H5PEditor.enableContentHub = H5PIntegration.editor.enableContentHub;
|
||||
|
||||
if (H5PIntegration.editor.nodeVersionId !== undefined) {
|
||||
H5PEditor.contentId = H5PIntegration.editor.nodeVersionId;
|
||||
}
|
||||
|
||||
if (H5PIntegration.editor.hub !== undefined) {
|
||||
H5PIntegration.Hub = {
|
||||
contentSearchUrl: H5PIntegration.editor.hub.contentSearchUrl
|
||||
};
|
||||
}
|
||||
|
||||
var h5peditor;
|
||||
$create.hide();
|
||||
var library = $library.val();
|
||||
|
||||
@@ -29,8 +29,20 @@ ns.LibrarySelector = function (libraries, defaultLibrary, defaultParams) {
|
||||
this.defaultLibraryParameterized = defaultLibrary ? defaultLibrary.replace('.', '-').toLowerCase() : undefined;
|
||||
|
||||
//Add tutorial and example link:
|
||||
this.$tutorialUrl = ns.$('<a class="h5p-tutorial-url" target="_blank">' + ns.t('core', 'tutorial') + '</a>').hide();
|
||||
this.$exampleUrl = ns.$('<a class="h5p-example-url" target="_blank">' + ns.t('core', 'example') + '</a>').hide();
|
||||
this.$tutorialUrl = ns.$(
|
||||
'<a class="h5p-tutorial-url" target="_blank">' +
|
||||
'<span class="h5p-tutorial-url-label">' +
|
||||
ns.t('core', 'tutorial') +
|
||||
'</span>' +
|
||||
'</a>'
|
||||
).hide();
|
||||
this.$exampleUrl = ns.$(
|
||||
'<a class="h5p-example-url" target="_blank">' +
|
||||
'<span class="h5p-example-url-label">' +
|
||||
ns.t('core', 'example') +
|
||||
'</span>' +
|
||||
'</a>'
|
||||
).hide();
|
||||
|
||||
// Create confirm dialog
|
||||
var changeLibraryDialog = new H5P.ConfirmationDialog({
|
||||
@@ -129,13 +141,7 @@ ns.LibrarySelector.prototype.appendTo = function ($element) {
|
||||
var self = this;
|
||||
this.$parent = $element;
|
||||
|
||||
/*
|
||||
Start Moodle change
|
||||
This line is commented out to prevent display of the hub selector in Moodle.
|
||||
For more information see MDL-67814
|
||||
*/
|
||||
//this.$selector.appendTo($element);
|
||||
/* End Moodle change */
|
||||
this.$selector.appendTo($element);
|
||||
this.$tutorialUrl.appendTo($element);
|
||||
this.$exampleUrl.appendTo($element);
|
||||
|
||||
|
||||
@@ -135,6 +135,54 @@ H5PEditor.MetadataForm = (function (EventDispatcher, $, metadataSemantics) {
|
||||
licenseField.changes[licenseField.changes.length - 1](params.license);
|
||||
};
|
||||
|
||||
/**
|
||||
* Toggle visibility of accessibility title field
|
||||
*/
|
||||
const toggleA11yTitle = function () {
|
||||
const a11yTitleField = H5PEditor.findField('a11yTitle', self);
|
||||
const wrapper = a11yTitleField.$item[0];
|
||||
self.isA11yExpanded = !self.isA11yExpanded;
|
||||
if (self.isA11yExpanded) {
|
||||
wrapper.classList.remove('hidden');
|
||||
}
|
||||
wrapper.classList[self.isA11yExpanded ? 'remove' : 'add']('hide');
|
||||
self.a11yTitleText.innerHTML = self.isA11yExpanded
|
||||
? t('a11yTitleHideLabel') : t('a11yTitleShowLabel');
|
||||
wrapper.setAttribute('aria-hidden', !self.isA11yExpanded);
|
||||
}
|
||||
|
||||
/**
|
||||
* Setup functionality of accessibility title field and button
|
||||
*/
|
||||
const setupA11yTitleField = function () {
|
||||
const titleField = H5PEditor.findField('title', self);
|
||||
const a11yTitleField = H5PEditor.findField('a11yTitle', self);
|
||||
const label = titleField.$item[0].querySelector('label.h5peditor-label-wrapper');
|
||||
const toggleA11yTitleButton = document.createElement('button');
|
||||
const a11yTitleText = document.createElement('span');
|
||||
a11yTitleText.classList.add('h5p-a11y-title-text');
|
||||
a11yTitleText.innerHTML = t('a11yTitleShowLabel');
|
||||
self.a11yTitleText = a11yTitleText;
|
||||
|
||||
toggleA11yTitleButton.classList.add('a11y-title-toggle');
|
||||
toggleA11yTitleButton.appendChild(a11yTitleText);
|
||||
|
||||
a11yTitleField.$item[0].classList.add('hide');
|
||||
a11yTitleField.$item[0].setAttribute('aria-hidden', true);
|
||||
a11yTitleField.$item[0].addEventListener('transitionend', function () {
|
||||
// Hide when transition is done
|
||||
if (!self.isA11yExpanded) {
|
||||
a11yTitleField.$item[0].classList.add('hidden');
|
||||
}
|
||||
});
|
||||
|
||||
toggleA11yTitleButton.addEventListener('click', toggleA11yTitle);
|
||||
self.togglea11yTitleButton = toggleA11yTitleButton;
|
||||
self.isA11yExpanded = false;
|
||||
|
||||
label.appendChild(toggleA11yTitleButton);
|
||||
}
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
@@ -231,6 +279,7 @@ H5PEditor.MetadataForm = (function (EventDispatcher, $, metadataSemantics) {
|
||||
semantics.push(getExtraTitleFieldSemantics());
|
||||
}
|
||||
semantics.push(findField('title'));
|
||||
semantics.push(findField('a11yTitle'));
|
||||
semantics.push(findField('license'));
|
||||
semantics.push(findField('licenseVersion'));
|
||||
semantics.push(findField('yearFrom'));
|
||||
@@ -251,6 +300,7 @@ H5PEditor.MetadataForm = (function (EventDispatcher, $, metadataSemantics) {
|
||||
setupTitleField();
|
||||
setupLicenseField();
|
||||
setupSourceField();
|
||||
setupA11yTitleField();
|
||||
|
||||
// Append the metadata author list widget (Not the same type of widgets as the rest of editor fields)
|
||||
const metadataAuthorWidget = H5PEditor.metadataAuthorWidget(findField('authors').field.fields, params, $fieldsWrapper, self);
|
||||
|
||||
@@ -29,7 +29,8 @@ ns.SelectorHub = function (libraries, selectedLibrary, changeLibraryDialog) {
|
||||
contentTypes: libraries,
|
||||
getAjaxUrl: H5PEditor.getAjaxUrl,
|
||||
expanded: true,
|
||||
canPaste: false
|
||||
canPaste: false,
|
||||
enableContentHub: H5PEditor.enableContentHub || false,
|
||||
};
|
||||
|
||||
if (selectedLibrary) {
|
||||
|
||||
@@ -56,34 +56,46 @@ ns.isIE = navigator.userAgent.match(/; MSIE \d+.\d+;/) !== null;
|
||||
*/
|
||||
ns.renderableCommonFields = {};
|
||||
|
||||
/**
|
||||
* Help load JavaScripts, prevents double loading.
|
||||
*
|
||||
* @param {string} src
|
||||
* @param {Function} done Callback
|
||||
*/
|
||||
ns.loadJs = function (src, done) {
|
||||
if (H5P.jsLoaded(src)) {
|
||||
// Already loaded
|
||||
done();
|
||||
}
|
||||
else {
|
||||
// Loading using script tag
|
||||
(() => {
|
||||
const loading = {}; // Map of callbacks for each src being loaded
|
||||
|
||||
/**
|
||||
* Help load JavaScripts, prevents double loading.
|
||||
*
|
||||
* @param {string} src
|
||||
* @param {Function} done Callback
|
||||
*/
|
||||
ns.loadJs = (src, done) => {
|
||||
if (H5P.jsLoaded(src)) {
|
||||
// Already loaded
|
||||
done();
|
||||
return;
|
||||
}
|
||||
|
||||
if (loading[src] !== undefined) {
|
||||
// Loading in progress...
|
||||
loading[src].push(done);
|
||||
return;
|
||||
}
|
||||
|
||||
loading[src] = [done];
|
||||
|
||||
// Load using script tag
|
||||
var script = document.createElement('script');
|
||||
script.type = 'text/javascript';
|
||||
script.charset = 'UTF-8';
|
||||
script.async = false;
|
||||
script.onload = function () {
|
||||
H5PIntegration.loadedJs.push(src);
|
||||
done();
|
||||
loading[src].forEach(cb => cb());
|
||||
};
|
||||
script.onerror = function (err) {
|
||||
done(err);
|
||||
loading[src].forEach(cb => cb(err));
|
||||
};
|
||||
script.src = src;
|
||||
document.head.appendChild(script);
|
||||
}
|
||||
}
|
||||
};
|
||||
})();
|
||||
|
||||
/**
|
||||
* Helper function invoked when a library is requested. Will add CSS and eval JS
|
||||
@@ -283,6 +295,7 @@ ns.resetLoadedLibraries = function () {
|
||||
H5PIntegration.loadedJs = [];
|
||||
ns.loadedCallbacks = [];
|
||||
ns.libraryLoaded = {};
|
||||
ns.libraryCache = {};
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
File diff suppressed because one or more lines are too long
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user